aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2018-10-22 11:33:19 +0300
committervempo <vitaliy.emporopulo@amdocs.com>2018-10-22 11:33:19 +0300
commit032929d287cbafefe8367e0fcee18dec4b1bf9f7 (patch)
tree6e4f28cd5303d810c24cd110fb69c6d95b875e98
parenta224f54637da8de90570beee979aef9069f467d5 (diff)
Deleted deprecated workflow project
Change-Id: I2ad75adab7d47d8df5b3996a315a9b173fa4bbfe Issue-ID: SDC-1855 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
-rw-r--r--deprecated-workflow-designer/DEPRECATION.md1
-rw-r--r--deprecated-workflow-designer/distribution/pom.xml294
-rw-r--r--deprecated-workflow-designer/distribution/src/main/assembly/bin/find_kill_process.bat20
-rw-r--r--deprecated-workflow-designer/distribution/src/main/assembly/bin/run.bat37
-rw-r--r--deprecated-workflow-designer/distribution/src/main/assembly/bin/run.sh31
-rw-r--r--deprecated-workflow-designer/distribution/src/main/assembly/bin/stop.bat30
-rw-r--r--deprecated-workflow-designer/distribution/src/main/assembly/bin/stop.sh39
-rw-r--r--deprecated-workflow-designer/distribution/src/main/assembly/conf/workflow-designer.yml63
-rw-r--r--deprecated-workflow-designer/distribution/src/main/assembly/ext-activities-display-info.json29
-rw-r--r--deprecated-workflow-designer/distribution/src/main/assembly/ext-activities.json218
-rw-r--r--deprecated-workflow-designer/distribution/src/main/assembly/temp_workflow.json189
-rw-r--r--deprecated-workflow-designer/distribution/src/main/docker/Dockerfile96
-rw-r--r--deprecated-workflow-designer/docker_run.sh71
-rw-r--r--deprecated-workflow-designer/docs/index.rst16
-rw-r--r--deprecated-workflow-designer/docs/platform/architecture.rst16
-rw-r--r--deprecated-workflow-designer/docs/platform/consumedapis.rst7
-rw-r--r--deprecated-workflow-designer/docs/platform/delivery.rst10
-rw-r--r--deprecated-workflow-designer/docs/platform/human-interfaces.rst19
-rw-r--r--deprecated-workflow-designer/docs/platform/images/workflow architecture.PNGbin22125 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/docs/platform/index.rst16
-rw-r--r--deprecated-workflow-designer/docs/platform/installation.rst33
-rw-r--r--deprecated-workflow-designer/docs/platform/offeredapis.rst4
-rw-r--r--deprecated-workflow-designer/docs/release-notes.rst43
-rw-r--r--deprecated-workflow-designer/pom.xml81
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/pom.xml229
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/assembly/ext-activities-display-info.json45
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/assembly/ext-activities.json362
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/assembly/temp_workflow.json143
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/ActivitySpecServiceProxyInfo.java97
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/SDCServiceProxyInfo.java74
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/WorkflowDesignerApp.java106
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/WorkflowDesignerConfiguration.java103
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/common/ActivitySpecProxyException.java34
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/common/SDCProxyException.java33
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/config/AdapterType.java20
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/config/AppConfig.java81
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/config/Config.java54
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/ActivitySpecService.java51
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/ActivitySpecServiceProxy.java89
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/SDCService.java51
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/SDCServiceProxy.java94
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/ActivityContent.java59
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/ActivitySpec.java179
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/GenericCollectionWrapper.java61
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/Parameter.java87
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/WorkflowArtifactInfo.java102
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/DataObject.java42
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/Element.java85
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/EndEvent.java16
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ErrorEndEvent.java28
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ErrorStartEvent.java28
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ExclusiveGateway.java16
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/IntermediateCatchEvent.java25
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ParallelGateway.java16
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/Parameter.java103
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/Position.java33
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/Process.java67
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/RestServiceTask.java95
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ScriptTask.java33
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/SequenceFlow.java70
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ServiceTask.java44
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/StartEvent.java29
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/TimerEventDefinition.java52
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/parser/Bpmn4ToscaJsonParser.java216
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/parser/JsonKeys.java92
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/ExtendActivityResource.java283
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/HealthCheckResource.java51
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/WorkflowModelerResource.java267
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/CategoryData.java65
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/Content.java95
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/ExtActivity.java120
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/ExtActivityDisplayInfo.java53
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/I18nString.java69
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/IconData.java68
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/InputOutput.java135
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/NodeCategory.java34
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/WorkflowInfo.java133
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/FileCommonConstants.java21
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/FileCommonUtils.java287
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/JsonUtils.java41
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/RestUtils.java28
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/ToolUtils.java26
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/entity/CommonErrorResponse.java56
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/writer/BpmnPlanArtefactWriter.java64
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/META-INF/MANIFEST.MF3
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/WEB-INF/web.xml41
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/css/reset.css140
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/css/screen.css1271
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/css/typography.css41
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.eotbin22924 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.svg411
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.ttfbin40516 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woffbin25992 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff2bin11480 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.eotbin22008 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.svg403
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.ttfbin39072 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woffbin24868 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff2bin11304 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/images/explorer_icons.pngbin5763 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/images/logo_small.pngbin770 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/images/pet_store_api.pngbin824 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/images/throbber.gifbin9257 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/images/wordnik_api.pngbin980 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/index.html115
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/backbone-min.js30
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/handlebars-2.0.0.js43
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/highlight.7.3.pack.js16
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/jquery-1.8.0.min.js17
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/jquery.ba-bbq.min.js25
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/jquery.slideto.min.js16
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/jquery.wiggle.min.js23
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/marked.js1281
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/shred.bundle.js2780
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/shred/content.js207
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/swagger-client.js3309
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/swagger-oauth.js294
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/underscore-min.js21
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/o2c.html37
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/swagger-ui.js2255
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/swagger-ui.min.js17
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_dataObject_template.xml5
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_endEvent_template.xml2
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_errorEndEvent_template.xml3
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_errorStartEvent_template.xml3
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_exclusiveGateway_template.xml1
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_intermediateCatchEvent_template.xml13
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_parallelGateway_template.xml1
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_restTask_template.xml33
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_scriptTask_template.xml3
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_serviceTask_template.xml14
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_startEvent_template.xml7
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_sequenceFlow_template.xml5
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_template.xml28
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn.config.properties2
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/SDCServiceProxyInfoTest.java53
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/WorkflowDesignerConfigurationTest.java54
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/config/AdapterTypeTest.java45
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/config/ConfigTest.java26
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/ActivityContentTest.java56
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/ActivitySpecTest.java74
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/ParameterTest.java59
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/WorkflowArtifactInfoTest.java57
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/DataObjectTest.java53
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ElementTest.java79
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ErrorEndEventTest.java47
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ParameterTest.java69
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/PositionTest.java50
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ProcessTest.java62
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/RestServiceTaskTest.java71
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ScriptTaskTest.java50
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/SequenceFlowTest.java62
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ServiceTaskTest.java56
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/TimerEventDefinitionTest.java56
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/parser/Bpmn4ToscaJsonParserTest.java130
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/planwriter/BpmnPlanArtefactWriterTest.java58
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/ExtendActivityResourceTest.java66
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/WorkflowModelerResourceTest.java109
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/CategoryDataTest.java50
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/ContentTest.java73
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/ExtActivityDisplayInfoTest.java53
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/ExtendActivityTest.java63
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/I18nStringTest.java49
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/IconDataTest.java53
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/InputOutputTest.java67
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/NodeCategoryTest.java47
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/WorkflowInfoTest.java67
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/utils/FileCommonUtilsTest.java175
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/utils/JsonUtilsTest.java59
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/utils/entity/CommonErrorResponseTest.java51
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/resources/workflow/template-test.bpmn20.xml15
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-server/src/test/resources/workflow/workflow.json28
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/.angular-cli.json65
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/.editorconfig13
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/.gitignore44
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/README.md57
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/e2e/app.e2e-spec.ts26
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/e2e/app.po.ts23
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/e2e/tsconfig.e2e.json14
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/karma.conf.js45
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/package-lock.json9902
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/package.json63
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/pom.xml95
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/protractor.conf.js40
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/app.component.css120
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/app.component.html30
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/app.component.spec.ts44
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/app.component.ts72
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/app.module.ts158
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/.gitkeep0
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/bootstrap4.0.css9320
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/font-awesome.min.css4
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/iconfont.css95
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/ngict-component.css1874
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/prism.css141
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/style.css1154
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/FontAwesome.otfbin134808 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteIctIcons.eotbin57784 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteIctIcons.svg239
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteIctIcons.ttfbin57604 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteIctIcons.woffbin57680 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteTableIcons.eotbin1676 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteTableIcons.svg12
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteTableIcons.ttfbin1488 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteTableIcons.woffbin1564 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/fontawesome-webfont.eotbin165742 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/fontawesome-webfont.svg2671
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/fontawesome-webfont.ttfbin165548 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/fontawesome-webfont.woffbin98024 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/fontawesome-webfont.woff2bin77160 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/iconfont.eotbin9664 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/iconfont.svg150
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/iconfont.ttfbin9496 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/iconfont.woffbin5956 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/plx-icons.eotbin39680 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/plx-icons.svg146
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/plx-icons.ttfbin39508 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/plx-icons.woffbin39584 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/backtop/backtop.svg15
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/backtop/backtop_hover.svg16
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/checkbox-checked-disabled.svg12
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/checkbox-disabled.svg10
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/checkbox-hover.svg10
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/checkbox-init.svg10
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/radio-checked-disabled.svg11
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/radio-checked.svg11
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/radio-disabled.svg9
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/radio-hover.svg9
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/radio-init.svg9
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/test/checkbox-checked.svg12
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/NIV/NIV-theme.less271
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/NIV/theme.css5549
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/NIV/theme.less89
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common.less7
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/common.less27
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-button.less272
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-checkbox.less105
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-form.less233
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-input.less29
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-radio.less159
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-step.less79
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-text-input.less50
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/default/NIV-theme.less271
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/default/theme.css5553
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/default/theme.less107
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/container/container.component.css35
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/container/container.component.html22
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/container/container.component.ts165
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.css61
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.html22
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.ts122
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/global-notice/global-notice.component.css20
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/global-notice/global-notice.component.html18
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/global-notice/global-notice.component.spec.ts37
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/global-notice/global-notice.component.ts48
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/menus.component.css26
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/menus.component.html54
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/menus.component.spec.ts36
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/menus.component.ts78
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-detail/rest-config-detail.component.html48
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-detail/rest-config-detail.component.ts83
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-list/rest-config-list.component.css15
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-list/rest-config-list.component.html32
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-list/rest-config-list.component.ts57
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config.component.html39
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config.component.ts43
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/node/node.component.css229
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/node/node.component.html164
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/node/node.component.ts124
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.css50
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.html61
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.ts195
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/error-event/error-event.component.html15
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/error-event/error-event.component.ts25
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/intermediate-catch-event/intermediate-catch-event.component.html92
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/intermediate-catch-event/intermediate-catch-event.component.ts155
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/node-template/node-template.component.html49
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/node-template/node-template.component.ts131
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/properties.component.css36
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/properties.component.html45
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/properties.component.ts79
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/node-parameters.component.css0
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/node-parameters.component.html23
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/node-parameters.component.ts109
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/parameter-tree/parameter-tree.component.css0
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/parameter-tree/parameter-tree.component.html36
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/parameter-tree/parameter-tree.component.ts176
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-parameters/rest-parameters.component.css11
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-parameters/rest-parameters.component.html67
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-parameters/rest-parameters.component.spec.ts36
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-parameters/rest-parameters.component.ts367
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-task.component.html54
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-task.component.ts273
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/script-task/script-task.component.html30
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/script-task/script-task.component.ts51
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/service-task/service-task.component.css11
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/service-task/service-task.component.html39
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/service-task/service-task.component.spec.ts36
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/service-task/service-task.component.ts97
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/start-event/start-event.component.css44
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/start-event/start-event.component.html40
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/start-event/start-event.component.ts68
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/sequence-flow/sequence-flow.component.css43
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/sequence-flow/sequence-flow.component.html52
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/sequence-flow/sequence-flow.component.ts76
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/toolbar/toolbar-node/toolbar-node.component.html28
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/toolbar/toolbar-node/toolbar-node.component.ts128
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/toolbar/toolbar.component.css69
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/toolbar/toolbar.component.html135
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/toolbar/toolbar.component.ts30
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/directive/resizable/resizable.directive.ts42
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/model.ts16
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/node-data-type/display-name.ts16
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/node-data-type/icon.ts17
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/node-data-type/node-data-type.ts24
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/notice-type.enum.ts14
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/notice.ts19
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/plan-model.ts24
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/plan-treeview-item.ts19
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/rest-config.ts17
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/swagger-setting.ts18
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/swagger.ts259
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/topology/node-template.ts18
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/value-object.ts15
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/value-source.enum.ts22
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/value-type.enum.ts20
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/end-event.ts15
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/error-event.ts18
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/exclusive-gateway.ts15
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/intermediate-catch-event.ts17
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/node-type.enum.ts27
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/parameter.ts21
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/position.ts15
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/rest-parameter.ts20
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/rest-task.ts29
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/script-task.ts17
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/sequence-flow.ts22
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/service-task.ts19
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/start-event.ts17
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/sub-process.ts15
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-base-parameter.ts20
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-body-parameter.ts18
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-collection-format.enum.ts17
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-data-format.enum.ts22
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-data-type.enum.ts14
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-in.enum.ts14
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-items.ts31
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-normal-parameter.ts34
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-parameter.ts13
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-response.ts21
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-schema.ts38
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/timer-event-definition.ts25
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/tosca-node-task.ts22
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/workflow-element.ts14
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/workflow-node.ts25
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/bootstrap4.0.css9320
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/font-awesome.min.css4
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/iconfont.css95
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/ngict-component.css1874
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/prism.css141
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/style.css1154
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/FontAwesome.otfbin134808 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteIctIcons.eotbin57784 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteIctIcons.svg239
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteIctIcons.ttfbin57604 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteIctIcons.woffbin57680 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteTableIcons.eotbin1676 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteTableIcons.svg12
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteTableIcons.ttfbin1488 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteTableIcons.woffbin1564 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/fontawesome-webfont.eotbin165742 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/fontawesome-webfont.svg2671
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/fontawesome-webfont.ttfbin165548 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/fontawesome-webfont.woffbin98024 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/fontawesome-webfont.woff2bin77160 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/iconfont.eotbin9664 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/iconfont.svg150
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/iconfont.ttfbin9496 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/iconfont.woffbin5956 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/plx-icons.eotbin39680 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/plx-icons.svg146
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/plx-icons.ttfbin39508 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/plx-icons.woffbin39584 -> 0 bytes
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/backtop/backtop.svg15
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/backtop/backtop_hover.svg16
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/checkbox-checked-disabled.svg12
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/checkbox-disabled.svg10
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/checkbox-hover.svg10
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/checkbox-init.svg10
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/radio-checked-disabled.svg11
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/radio-checked.svg11
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/radio-disabled.svg9
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/radio-hover.svg9
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/radio-init.svg9
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/test/checkbox-checked.svg12
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/NIV/NIV-theme.less271
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/NIV/theme.css5548
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/NIV/theme.less89
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/common.less5577
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/default/NIV-theme.less271
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/default/theme.css5552
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/default/theme.less107
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/common/shared.ts283
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/boolean-field-value.ts19
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/domhandler.ts432
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/number-wrapper-parse.ts10
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/fullscreen-overlay-container.ts62
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/generic-component-type.ts9
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/index.ts49
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay-container.ts83
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay-directives.ts329
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay-position-map.ts124
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay-ref.ts271
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay-state.ts61
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay.ts109
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/connected-position-strategy.ts478
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/connected-position.ts87
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/fake-viewport-ruler.ts25
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/free-position-strategy.ts83
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/global-position-strategy.ts178
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/overlay-position-builder.ts51
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/position-strategy.ts17
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/viewport-ruler.ts110
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/block-scroll-strategy.ts77
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/close-scroll-strategy.ts54
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/index.ts35
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/noop-scroll-strategy.ts24
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/reposition-scroll-strategy.ts59
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/scroll-dispatcher.ts174
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/scroll-strategy-options.ts52
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/scroll-strategy.ts29
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/scrollable.ts63
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlaypanel/index.ts1
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlaypanel/overlaypanel.ts163
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button-state.ts6
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button.directive.ts178
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button.module.ts14
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/index.ts2
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/select.service.ts57
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/uuid.ts36
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/numberedFixLen.pipe.ts27
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.component.css366
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.component.html134
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.component.less434
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.component.ts1712
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.module.ts27
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/pickerrange.component.css18
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/pickerrange.component.html14
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/pickerrange.component.ts162
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/popover-config.ts13
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/popover.ts175
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/time.ts51
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/timepicker-config.ts19
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/timepicker.less163
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/timepicker.ts558
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/util/popup.ts58
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/util/positioning.ts153
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/util/triggers.ts62
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/util/util.ts39
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-backdrop.spec.ts16
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-backdrop.ts9
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-dismiss-reasons.ts4
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-ref.ts109
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-stack.ts103
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-window.spec.ts114
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-window.ts82
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal.less125
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal.module.ts21
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal.spec.ts597
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal.ts54
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/index.ts8
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/ipv4-validator.directive.ts24
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/ipv6-validator.directive.ts24
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/max-validator.directive.ts49
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/min-validator.directive.ts49
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input-ip-address.component.ts170
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input-ip.component.ts189
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input.component.ts765
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input.html69
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input.less423
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input.module.ts31
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/validate-on-blur.directive.ts18
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip-config.spec.ts11
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip-config.ts13
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip.less241
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip.module.ts12
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip.spec.ts485
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip.ts176
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/util/popup.ts59
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/util/positioning.ts425
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/util/triggers.ts66
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/util/util.ts65
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/auth.service.spec.ts26
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/auth.service.ts65
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/broadcast.service.ts75
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/display-info.service.ts27
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/interface.service.spec.ts26
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/interface.service.ts53
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/jsplumb.service.ts581
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/model.service.ts625
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/node-type.service.ts68
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/notice.service.ts54
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/rest.service.ts151
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/setting.service.spec.ts26
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/setting.service.ts31
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/swagger-tree-converter.service.ts244
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/tosca.service.spec.ts26
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/tosca.service.ts153
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/shared/input/validators.ts147
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/shared/input/wfm-text-input.component.ts258
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/shared/input/wfm-text-input.module.ts15
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/shared/shared.module.ts36
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/util/http.service.ts67
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/util/rxjs-operators.ts19
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/util/workflow-util.ts43
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/.gitkeep0
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/global-setting.json5
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/i18n/en.json100
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/i18n/zh-CN.json100
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/images/apds_rest.svg16
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/images/apds_script.svg24
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/images/apds_service.svg18
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/images/default.svg23
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/images/toscaNodeManagementTask.svg11
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/environments/environment.prod.ts15
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/environments/environment.ts20
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/index.html29
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/main.ts23
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/polyfills.ts84
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/styles.css164
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/test.ts44
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/tsconfig.app.json13
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/tsconfig.spec.json20
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/src/typings.d.ts17
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/tsconfig.json19
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/tslint.json142
536 files changed, 0 insertions, 116801 deletions
diff --git a/deprecated-workflow-designer/DEPRECATION.md b/deprecated-workflow-designer/DEPRECATION.md
deleted file mode 100644
index c46e8049..00000000
--- a/deprecated-workflow-designer/DEPRECATION.md
+++ /dev/null
@@ -1 +0,0 @@
-This implementation of SDC Workflow Designer is **deprecated**. \ No newline at end of file
diff --git a/deprecated-workflow-designer/distribution/pom.xml b/deprecated-workflow-designer/distribution/pom.xml
deleted file mode 100644
index 583f4664..00000000
--- a/deprecated-workflow-designer/distribution/pom.xml
+++ /dev/null
@@ -1,294 +0,0 @@
-<?xml version="1.0"?>
-<!--
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <parent>
- <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
- <artifactId>sdc-workflow-designer</artifactId>
- <version>1.2.0-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>distribution</artifactId>
- <name>distribution</name>
- <packaging>pom</packaging>
-
- <properties>
- <project.package>sdc-workflow-designer</project.package>
- <project.jar>sdc-workflow-designer.jar</project.jar>
- <src.assembly>src/main/assembly</src.assembly>
- <src.docker>src/main/docker</src.docker>
- <linux64id>linux64</linux64id>
- <win64id>win64</win64id>
- <linux64outputdir>target/assembly/linux64</linux64outputdir>
- <win64outputdir>target/assembly/win64</win64outputdir>
- <version.output>target/version</version.output>
- <target.dir>target</target.dir>
- </properties>
-
- <build>
- <plugins>
- <!-- assembly ui and backend to one jar -->
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <archive>
- <manifest>
- <mainClass>org.onap.sdc.workflowdesigner.WorkflowDesignerApp</mainClass>
- </manifest>
- </archive>
- <descriptorRefs>
- <descriptorRef>jar-with-dependencies</descriptorRef>
- </descriptorRefs>
- </configuration>
- <executions>
- <execution>
- <id>assembly-ui-and-backend</id>
- <phase>process-sources</phase>
- <goals>
- <goal>single</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <!-- copy assembly and jar to assembly -->
- <plugin>
- <artifactId>maven-resources-plugin</artifactId>
- <executions>
- <execution>
- <id>copy-assembly-and-jar-${linux64id}</id>
- <phase>process-resources</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
- <outputDirectory>${linux64outputdir}</outputDirectory>
- <overwrite>true</overwrite>
- <resources>
- <resource>
- <directory>${src.assembly}</directory>
- <filtering>false</filtering>
- <includes>
- <include>**/*</include>
- </includes>
- <excludes>
- <exclude>**/*.bat</exclude>
- </excludes>
- </resource>
- <resource>
- <directory>${target.dir}</directory>
- <filtering>false</filtering>
- <includes>
- <include>*.jar</include>
- </includes>
- </resource>
- </resources>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <!-- copy assembly and jar to assembly -->
- <plugin>
- <artifactId>maven-resources-plugin</artifactId>
- <executions>
- <execution>
- <id>copy-assembly-and-jar-${win64id}</id>
- <phase>process-resources</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
- <outputDirectory>${win64outputdir}</outputDirectory>
- <overwrite>true</overwrite>
- <resources>
- <resource>
- <directory>${src.assembly}</directory>
- <filtering>false</filtering>
- <includes>
- <include>**/*</include>
- </includes>
- <excludes>
- <exclude>**/*.sh</exclude>
- </excludes>
- </resource>
- <resource>
- <directory>${target.dir}</directory>
- <filtering>false</filtering>
- <includes>
- <include>*.jar</include>
- </includes>
- </resource>
- </resources>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <!-- rename jar name -->
- <plugin>
- <groupId>com.coderplus.maven.plugins</groupId>
- <artifactId>copy-rename-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>rename-jar-name-${linux64id}</id>
- <phase>process-resources</phase>
- <goals>
- <goal>rename</goal>
- </goals>
- <configuration>
- <sourceFile>${linux64outputdir}/${project.name}-${project.version}-jar-with-dependencies.jar</sourceFile>
- <destinationFile>${linux64outputdir}/${project.jar}</destinationFile>
- </configuration>
- </execution>
- <execution>
- <id>rename-jar-name-${win64id}</id>
- <phase>process-resources</phase>
- <goals>
- <goal>rename</goal>
- </goals>
- <configuration>
- <sourceFile>${win64outputdir}/${project.name}-${project.version}-jar-with-dependencies.jar</sourceFile>
- <destinationFile>${win64outputdir}/${project.jar}</destinationFile>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <!-- version package -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <id>distribution</id>
- <phase>package</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <target name="distribution">
- <tar destfile="${version.output}/${project.package}-${project.version}-linux64.tar.gz" longfile="posix" compression="gzip">
- <tarfileset dir="${linux64outputdir}" filemode="0644" dirmode="0755">
- <exclude name="**/*.sh"/>
- </tarfileset>
- <tarfileset dir="${linux64outputdir}" filemode="0755" dirmode="0755">
- <include name="**/*.sh"/>
- </tarfileset>
- </tar>
- <attachartifact file="${version.output}/${project.package}-${project.version}-linux64.tar.gz" classifier="linux64" type="tar.gz"/>
- <zip destfile="${version.output}/${project.package}-${project.version}-win64.zip" update="true">
- <zipfileset dir="${win64outputdir}" includes="**"/>
- </zip>
- <attachartifact file="${version.output}/${project.package}-${project.version}-win64.zip" classifier="win64" type="zip"/>
- </target>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <!-- Copy dockerfile to version -->
- <plugin>
- <artifactId>maven-resources-plugin</artifactId>
- <executions>
- <execution>
- <id>copy-dockerfile</id>
- <phase>package</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
- <outputDirectory>${version.output}</outputDirectory>
- <resources>
- <resource>
- <directory>${src.docker}</directory>
- <filtering>false</filtering>
- <includes>
- <include>Dockerfile</include>
- </includes>
- </resource>
- </resources>
- <overwrite>true</overwrite>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
- <profiles>
- <profile>
- <id>docker</id>
- <build>
- <plugins>
- <plugin>
- <groupId>io.fabric8</groupId>
- <artifactId>docker-maven-plugin</artifactId>
- <version>0.16.5</version>
- <inherited>false</inherited>
- <configuration>
- <images>
- <image>
- <name>onap/sdc/sdc-workflow-designer</name>
- <build>
- <cleanup>try</cleanup>
- <dockerFileDir>${basedir}/${version.output}</dockerFileDir>
- <dockerFile>${basedir}/target/version/Dockerfile</dockerFile>
- <tags>
- <tag>${project.version}-STAGING-latest</tag>
- </tags>
- </build>
- </image>
- </images>
- </configuration>
- <executions>
- <execution>
- <id>generate-images</id>
- <phase>package</phase>
- <goals>
- <goal>build</goal>
- </goals>
- </execution>
-
- <execution>
- <id>push-images</id>
- <phase>deploy</phase>
- <goals>
- <goal>build</goal>
- <goal>push</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
- <dependencies>
- <dependency>
- <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
- <artifactId>sdc-workflow-designer-server</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
- <artifactId>sdc-workflow-designer-ui</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-
-</project>
diff --git a/deprecated-workflow-designer/distribution/src/main/assembly/bin/find_kill_process.bat b/deprecated-workflow-designer/distribution/src/main/assembly/bin/find_kill_process.bat
deleted file mode 100644
index 9d129ee5..00000000
--- a/deprecated-workflow-designer/distribution/src/main/assembly/bin/find_kill_process.bat
+++ /dev/null
@@ -1,20 +0,0 @@
-@REM
-@REM Copyright (c) 2017 ZTE Corporation.
-@REM All rights reserved. This program and the accompanying materials
-@REM are made available under the terms of the Eclipse Public License v1.0
-@REM and the Apache License 2.0 which both accompany this distribution,
-@REM and are available at http://www.eclipse.org/legal/epl-v10.html
-@REM and http://www.apache.org/licenses/LICENSE-2.0
-@REM
-@REM Contributors:
-@REM ZTE - initial API and implementation and/or initial documentation
-@REM
-
-echo %1 | findstr %2 >NUL
-echo ERRORLEVEL=%ERRORLEVEL%
-IF ERRORLEVEL 1 goto findend
-for /f "tokens=1" %%a in (%1) do (
- echo kill %1
- taskkill /F /pid %%a
-)
-:findend \ No newline at end of file
diff --git a/deprecated-workflow-designer/distribution/src/main/assembly/bin/run.bat b/deprecated-workflow-designer/distribution/src/main/assembly/bin/run.bat
deleted file mode 100644
index 63f3dcd5..00000000
--- a/deprecated-workflow-designer/distribution/src/main/assembly/bin/run.bat
+++ /dev/null
@@ -1,37 +0,0 @@
-@REM
-@REM Copyright (c) 2017 ZTE Corporation.
-@REM All rights reserved. This program and the accompanying materials
-@REM are made available under the terms of the Eclipse Public License v1.0
-@REM and the Apache License 2.0 which both accompany this distribution,
-@REM and are available at http://www.eclipse.org/legal/epl-v10.html
-@REM and http://www.apache.org/licenses/LICENSE-2.0
-@REM
-@REM Contributors:
-@REM ZTE - initial API and implementation and/or initial documentation
-@REM
-
-@echo off
-title sdc-workflow-designer
-
-set RUNHOME=%~dp0
-echo ### RUNHOME: %RUNHOME%
-echo ### Starting sdc-workflow-designer
-set main_path=%RUNHOME%..\
-cd /d %main_path%
-set JAVA="%JAVA_HOME%\bin\java.exe"
-set port=12345
-set jvm_opts=-Xms50m -Xmx128m
-set jvm_opts=%jvm_opts% -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=%port%,server=y,suspend=n
-set class_path=%main_path%;%main_path%sdc-workflow-designer.jar
-echo ### jvm_opts: %jvm_opts%
-echo ### class_path: %class_path%
-
-%JAVA% -classpath %class_path% %jvm_opts% org.onap.sdc.workflowdesigner.WorkflowDesignerApp server %main_path%conf/workflow-designer.yml
-
-IF ERRORLEVEL 1 goto showerror
-exit
-:showerror
-echo WARNING: Error occurred during startup or Server abnormally stopped by way of killing the process,Please check!
-echo After checking, press any key to close
-pause
-exit \ No newline at end of file
diff --git a/deprecated-workflow-designer/distribution/src/main/assembly/bin/run.sh b/deprecated-workflow-designer/distribution/src/main/assembly/bin/run.sh
deleted file mode 100644
index 05d0dfd8..00000000
--- a/deprecated-workflow-designer/distribution/src/main/assembly/bin/run.sh
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# Copyright (c) 2017 ZTE Corporation.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# and the Apache License 2.0 which both accompany this distribution,
-# and are available at http://www.eclipse.org/legal/epl-v10.html
-# and http://www.apache.org/licenses/LICENSE-2.0
-#
-# Contributors:
-# ZTE - initial API and implementation and/or initial documentation
-#
-
-DIRNAME=`dirname $0`
-RUNHOME=`cd $DIRNAME/; pwd`
-echo @RUNHOME@ $RUNHOME
-
-echo @JAVA_HOME@ $JAVA_HOME
-JAVA="$JAVA_HOME/bin/java"
-echo @JAVA@ $JAVA
-main_path=$RUNHOME/../
-cd $main_path
-JAVA_OPTS="-Xms50m -Xmx128m"
-port=12345
-JAVA_OPTS="$JAVA_OPTS -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=$port,server=y,suspend=n"
-echo @JAVA_OPTS@ $JAVA_OPTS
-
-class_path="$main_path/:$main_path/sdc-workflow-designer.jar"
-echo @class_path@ $class_path
-
-"$JAVA" $JAVA_OPTS -classpath "$class_path" org.onap.sdc.workflowdesigner.WorkflowDesignerApp server "$main_path/conf/workflow-designer.yml"
-
diff --git a/deprecated-workflow-designer/distribution/src/main/assembly/bin/stop.bat b/deprecated-workflow-designer/distribution/src/main/assembly/bin/stop.bat
deleted file mode 100644
index 974d41b6..00000000
--- a/deprecated-workflow-designer/distribution/src/main/assembly/bin/stop.bat
+++ /dev/null
@@ -1,30 +0,0 @@
-@REM
-@REM Copyright (c) 2017 ZTE Corporation.
-@REM All rights reserved. This program and the accompanying materials
-@REM are made available under the terms of the Eclipse Public License v1.0
-@REM and the Apache License 2.0 which both accompany this distribution,
-@REM and are available at http://www.eclipse.org/legal/epl-v10.html
-@REM and http://www.apache.org/licenses/LICENSE-2.0
-@REM
-@REM Contributors:
-@REM ZTE - initial API and implementation and/or initial documentation
-@REM
-
-@echo off
-title stopping sdc-workflow-designer
-
-set HOME=%~dp0
-set Main_Class="org.onap.sdc.workflowdesigner.WorkflowDesignerApp"
-
-echo ================== sdc-workflow-designer info =============================================
-echo HOME=$HOME
-echo Main_Class=%Main_Class%
-echo ===============================================================================
-
-echo ### Stopping sdc-workflow-designer
-cd /d %HOME%
-
-for /f "delims=" %%i in ('"%JAVA_HOME%\bin\jcmd"') do (
- call find_kill_process "%%i" %Main_Class%
-)
-exit \ No newline at end of file
diff --git a/deprecated-workflow-designer/distribution/src/main/assembly/bin/stop.sh b/deprecated-workflow-designer/distribution/src/main/assembly/bin/stop.sh
deleted file mode 100644
index 3fe6d60d..00000000
--- a/deprecated-workflow-designer/distribution/src/main/assembly/bin/stop.sh
+++ /dev/null
@@ -1,39 +0,0 @@
-#
-# Copyright (c) 2017 ZTE Corporation.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# and the Apache License 2.0 which both accompany this distribution,
-# and are available at http://www.eclipse.org/legal/epl-v10.html
-# and http://www.apache.org/licenses/LICENSE-2.0
-#
-# Contributors:
-# ZTE - initial API and implementation and/or initial documentation
-#
-
-DIRNAME=`dirname $0`
-HOME=`cd $DIRNAME/; pwd`
-Main_Class="org.onap.sdc.workflowdesigner.WorkflowDesignerApp"
-
-echo ================== sdc-workflow-designer info =============================================
-echo HOME=$HOME
-echo Main_Class=$Main_Class
-echo ===============================================================================
-cd $HOME; pwd
-
-echo @WORK_DIR@ $HOME
-
-function save_service_pid(){
- service_pid=`ps -ef | grep $Main_Class | grep -v grep | awk '{print $2}'`
- echo @service_pid@ $service_pid
-}
-
-function kill_service_process(){
- ps -p $service_pid
- if [ $? == 0 ]; then
- kill -9 $service_pid
- fi
-}
-
-save_service_pid;
-echo @C_CMD@ kill -9 $service_pid
-kill_service_process; \ No newline at end of file
diff --git a/deprecated-workflow-designer/distribution/src/main/assembly/conf/workflow-designer.yml b/deprecated-workflow-designer/distribution/src/main/assembly/conf/workflow-designer.yml
deleted file mode 100644
index 9b35b261..00000000
--- a/deprecated-workflow-designer/distribution/src/main/assembly/conf/workflow-designer.yml
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# Copyright (c) 2017 ZTE Corporation.
-# All rights reserved. This program and the accompanying materials
-# are made available under the Apache License, Version 2.0
-# and the Eclipse Public License v1.0 which both accompany this distribution,
-# and are available at http://www.eclipse.org/legal/epl-v10.html
-# and http://www.apache.org/licenses/LICENSE-2.0
-#
-# Contributors:
-# ZTE - initial API and implementation and/or initial documentation
-#
-
-template: Hello, %s!
-
-defaultName: ${DW_DEFAULT_NAME:-Stranger}
-
-adapterType: SDC
-
-sdcServiceProxy:
- serviceAddr: http://127.0.0.1:8080
- xEcompInstanceId: workflow
- authorization: Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=
-
-activitySpecServiceProxy:
- serviceAddr: http://127.0.0.1:8090
- xEcompInstanceId: workflow
- userId: workflow
- authorization: Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=
-
-# use the simple server factory if you only want to run on a single port
-server:
- type: simple
- rootPath: '/api/workflow-modeler/v1/*'
- applicationContextPath: /
- adminContextPath: /admin
- connector:
- type: http
- port: 8080
-
-# Logging settings.
-logging:
-
- # The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.
- level: ALL
-
- # Logger-specific levels.
- loggers:
-
- # Sets the level for 'com.example.app' to DEBUG.
- org.onap.sdc.workflowdesigner.WorkflowDesignerApp: INFO
-
- appenders:
- - type: console
- threshold: INFO
- timeZone: UTC
- logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n"
- - type: file
- threshold: INFO
- logFormat: "%d{yyyy-MM-dd HH:mm:ss SSS} %-5p [%c][%t] - %m%n"
- currentLogFilename: ./works/logs/wfd.log
- archivedLogFilenamePattern: ./works/logs/zip/wfd-%d{yyyy-MM-dd}.log.gz
- archivedFileCount: 7
- timeZone: UTC
diff --git a/deprecated-workflow-designer/distribution/src/main/assembly/ext-activities-display-info.json b/deprecated-workflow-designer/distribution/src/main/assembly/ext-activities-display-info.json
deleted file mode 100644
index 72056a5d..00000000
--- a/deprecated-workflow-designer/distribution/src/main/assembly/ext-activities-display-info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "nodes": {
- "apds_script": {
- },
- "apds_service": {
- },
- "apds_scriptA": {
- "category": "aaa"
- },
- "apds_scriptB": {
- "category": "aaa"
- },
- "apds_serviceA": {
- "category": "aaa"
- },
- "apds_serviceB": {
- "category": "aaa"
- }
- },
- "categoryData": {
- "aaa": {
- "displayName": {
- "zh_CN": "扩展任务",
- "en_US": "Extension Task"
- },
- "collapse": true
- }
- }
-}
diff --git a/deprecated-workflow-designer/distribution/src/main/assembly/ext-activities.json b/deprecated-workflow-designer/distribution/src/main/assembly/ext-activities.json
deleted file mode 100644
index 6defc343..00000000
--- a/deprecated-workflow-designer/distribution/src/main/assembly/ext-activities.json
+++ /dev/null
@@ -1,218 +0,0 @@
-[
- {
- "id": "apds_service",
- "displayName": {
- "zh_CN": "Service",
- "en_US": "Service"
- },
- "description": {
- "zh_CN": "JAVA 节点",
- "en_US": "JAVA Node"
- },
- "type": "serviceTask",
- "icon": {
- "name": "apds_service",
- "width": 56,
- "height": 56
- },
- "content": {
- "class": "",
- "inputs": {}
- }
- },
- {
- "id": "apds_script",
- "displayName": {
- "zh_CN": "默认脚本",
- "en_US": "Script"
- },
- "description": {
- "zh_CN": "脚本节点",
- "en_US": "Script Node"
- },
- "type": "scriptTask",
- "icon": {
- "name": "apds_script",
- "width": 56,
- "height": 56
- },
- "content": {
- "scriptFormat": "",
- "script": ""
- }
- },
- {
- "id": "apds_scriptA",
- "displayName": {
- "zh_CN": "Stop traffic",
- "en_US": "Stop traffic"
- },
- "description": {
- "zh_CN": "Stop traffic",
- "en_US": "Stop traffic"
- },
- "type": "scriptTask",
- "icon": {
- "name": "apds_script",
- "width": 56,
- "height": 56
- },
- "content": {
- "scriptFormat": "JavaScript",
- "script": "abc"
- }
- },
- {
- "id": "apds_scriptB",
- "displayName": {
- "zh_CN": "Drain traffic",
- "en_US": "Drain traffic"
- },
- "description": {
- "zh_CN": "Drain traffic",
- "en_US": "Drain traffic"
- },
- "type": "scriptTask",
- "icon": {
- "name": "apds_script",
- "width": 56,
- "height": 56
- },
- "content": {
- "scriptFormat": "Groovy",
- "script": "xyz"
- }
- },
- {
- "id": "apds_serviceA",
- "displayName": {
- "zh_CN": "Stop VNF",
- "en_US": "Stop VNF"
- },
- "description": {
- "zh_CN": "Stop VNF",
- "en_US": "Stop VNF"
- },
- "type": "serviceTask",
- "icon": {
- "name": "apds_service",
- "width": 56,
- "height": 56
- },
- "content": {
- "class": "org.onap.sdc.workflow.task.StopVNFDelegate",
- "inputs": {
- "param1": {
- "type": "string",
- "default": "default",
- "required": false,
- "displayName": {
- "zh_CN": "参数1",
- "en_US": "Param1"
- },
- "show": true,
- "editable": true
- },
- "param2": {
- "type": "string",
- "required": true,
- "displayName": {
- "zh_CN": "参数2",
- "en_US": "Param2"
- },
- "show": true,
- "editable": true
- },
- "param3": {
- "type": "string",
- "default": "value3",
- "required": true,
- "displayName": {
- "zh_CN": "参数3",
- "en_US": "Param3"
- },
- "show": true,
- "editable": false
- }
- },
- "outputs": {
- "out1": {
- "type": "string",
- "required": false,
- "displayName": {
- "zh_CN": "输出1",
- "en_US": "Output Param 1"
- },
- "show": true,
- "editable": true
- }
- }
- }
- },
- {
- "id": "apds_serviceB",
- "displayName": {
- "zh_CN": "Create VNF",
- "en_US": "Create VNF"
- },
- "description": {
- "zh_CN": "Create VNF",
- "en_US": "Create VNF"
- },
- "type": "serviceTask",
- "icon": {
- "name": "apds_service",
- "width": 56,
- "height": 56
- },
- "content": {
- "class": "org.onap.sdc.workflow.task.CreateVNFDelegate",
- "inputs": {
- "id": {
- "type": "string",
- "default": "default",
- "required": false,
- "displayName": {
- "zh_CN": "id",
- "en_US": "id"
- },
- "show": true,
- "editable": true
- },
- "name": {
- "type": "string",
- "required": true,
- "displayName": {
- "zh_CN": "name",
- "en_US": "name"
- },
- "show": true,
- "editable": true
- },
- "type": {
- "type": "string",
- "default": "value3",
- "required": true,
- "displayName": {
- "zh_CN": "type",
- "en_US": "type"
- },
- "show": true,
- "editable": false
- }
- },
- "outputs": {
- "status": {
- "type": "string",
- "required": false,
- "displayName": {
- "zh_CN": "status",
- "en_US": "status of vnf"
- },
- "show": true,
- "editable": true
- }
- }
- }
- }
-]
diff --git a/deprecated-workflow-designer/distribution/src/main/assembly/temp_workflow.json b/deprecated-workflow-designer/distribution/src/main/assembly/temp_workflow.json
deleted file mode 100644
index 112372ec..00000000
--- a/deprecated-workflow-designer/distribution/src/main/assembly/temp_workflow.json
+++ /dev/null
@@ -1,189 +0,0 @@
-{
- "id": "id12345",
- "name": "test",
- "scene": "abcd",
- "data": {
- "nodes": [
- {
- "id": "startEvent",
- "type": "startEvent",
- "name": "Start",
- "parentId": "root",
- "position": {
- "left": 73,
- "top": 160,
- "width": 56,
- "height": 56
- },
- "connection": [
- {
- "sourceRef": "startEvent",
- "targetRef": "scriptTask"
- }
- ],
- "parameters": []
- },
- {
- "id": "scriptTask",
- "type": "scriptTask",
- "typeId": "apds_scriptA",
- "icon": "apds_script",
- "name": "Stop traffic",
- "parentId": "root",
- "position": {
- "left": 175,
- "top": 160,
- "width": 56,
- "height": 56
- },
- "connection": [
- {
- "sourceRef": "scriptTask",
- "targetRef": "scriptTask_2"
- }
- ],
- "scriptFormat": "JavaScript",
- "script": "abc"
- },
- {
- "id": "scriptTask_2",
- "type": "scriptTask",
- "typeId": "apds_scriptB",
- "icon": "apds_script",
- "name": "Drain traffic",
- "parentId": "root",
- "position": {
- "left": 289,
- "top": 160,
- "width": 56,
- "height": 56
- },
- "connection": [
- {
- "sourceRef": "scriptTask_2",
- "targetRef": "serviceTask"
- }
- ],
- "scriptFormat": "Groovy",
- "script": "xyz"
- },
- {
- "id": "serviceTask",
- "type": "serviceTask",
- "typeId": "apds_serviceA",
- "icon": "apds_service",
- "name": "Stop VNF",
- "parentId": "root",
- "position": {
- "left": 392,
- "top": 160,
- "width": 56,
- "height": 56
- },
- "connection": [
- {
- "sourceRef": "serviceTask",
- "targetRef": "serviceTask_2"
- }
- ],
- "className": "",
- "inputs": [
- {
- "name": "param1",
- "value": "default",
- "valueSource": "string",
- "type": "string",
- "required": false,
- "show": true,
- "errorMsg": ""
- },
- {
- "name": "param2",
- "value": null,
- "valueSource": "string",
- "type": "string",
- "required": true,
- "show": true,
- "errorMsg": ""
- },
- {
- "name": "param3",
- "value": "value3",
- "valueSource": "string",
- "type": "string",
- "required": true,
- "show": true,
- "errorMsg": ""
- }
- ],
- "outputs": [
- {
- "name": "out1",
- "value": null,
- "valueSource": "string",
- "type": "string",
- "required": false,
- "show": true,
- "errorMsg": ""
- }
- ]
- },
- {
- "id": "serviceTask_2",
- "type": "serviceTask",
- "typeId": "apds_serviceB",
- "icon": "apds_service",
- "name": "Create VNF",
- "parentId": "root",
- "position": {
- "left": 500,
- "top": 160,
- "width": 56,
- "height": 56
- },
- "connection": [
- {
- "sourceRef": "serviceTask_2",
- "targetRef": "serviceTask_3"
- }
- ]
- },
- {
- "id": "serviceTask_3",
- "type": "serviceTask",
- "typeId": "apds_service",
- "icon": "apds_service",
- "name": "Start VNF",
- "parentId": "root",
- "position": {
- "left": 620,
- "top": 160,
- "width": 56,
- "height": 56
- },
- "connection": [
- {
- "sourceRef": "serviceTask_3",
- "targetRef": "endEvent"
- }
- ],
- "className": "",
- "inputs": [],
- "outputs": []
- },
- {
- "id": "endEvent",
- "type": "endEvent",
- "name": "End",
- "parentId": "root",
- "position": {
- "left": 744,
- "top": 160,
- "width": 56,
- "height": 56
- },
- "connection": []
- }
- ]
- }
-}
diff --git a/deprecated-workflow-designer/distribution/src/main/docker/Dockerfile b/deprecated-workflow-designer/distribution/src/main/docker/Dockerfile
deleted file mode 100644
index bd28c615..00000000
--- a/deprecated-workflow-designer/distribution/src/main/docker/Dockerfile
+++ /dev/null
@@ -1,96 +0,0 @@
-FROM ubuntu:16.04
-
-MAINTAINER "Lv Bo" <lv.bo163@zte.com.cn>
-
-EXPOSE 8080
-
-#install openjdk-1.8
-#RUN sed -i 's#http://archive.ubuntu.com#http://mirrors.163.com#g' /etc/apt/sources.list
-RUN apt-get update
-RUN apt-get install -y openjdk-8-jdk
-
-RUN apt-get -y upgrade
-
-
-# Upgrade specific system libraries to fix CVE vulnerabilities
-RUN echo "deb http://archive.ubuntu.com/ubuntu/ bionic main restricted" >> /etc/apt/sources.list && \
- echo "deb http://security.ubuntu.com/ubuntu/ bionic-security main restricted" >> /etc/apt/sources.list && \
- apt-get -y update
-
-# krb5 1.16-2build1
-# For CVE-2017-15088 CVE-2017-11462
-# libvorbis 1.3.5-4.2
-# For CVE-2017-14632 CVE-2017-14160
-# libx11 2:1.6.4-3
-# For CVE-2016-7943 CVE-2016-7942
-# libxtst 1.2.3-1
-# For CVE-2016-7951
-# ncurses 6.1-1ubuntu1
-# For CVE-2017-10685 CVE-2017-10684
-# libsqllite3-0 3.22.0-1
-# For CVE-2017-10989
-# libtiff5 4.0.9-5
-# For CVE-2017-9117 CVE-2016-9540 CVE-2016-9539 CVE-2016-9538 CVE-2016-9537 CVE-2016-9536 CVE-2016-9535 CVE-2016-9534 CVE-2016-9533 CVE-2015-8668 CVE-2015-7554 CVE-2016-6223 CVE-2017-5563 CVE-2016-3621 CVE-2016-8331
-# shadow 1:4.5-1ubuntu1
-# For CVE-2017-12424
-# perl-base 5.26.1-6
-# For CVE-2015-8608 CVE-2017-12883
-# openssl 1.1.0g-2ubuntu4
-# For CVE-2016-6303 CVE-2016-2182 CVE-2016-2177 CVE-2016-2176
-# zlib1g 1:1.2.11.dfsg-0ubuntu2
-# For CVE-2016-9843 CVE-2016-9841 CVE-2016-9842 CVE-2016-9840
-# libdb5.3
-# CVE-2016-3418 CVE-2016-0694 CVE-2016-0692 CVE-2016-0689 CVE-2016-0682
-# libcairo2
-# CVE-2017-9814
-# libc-bin libc6 multiarch-support
-# CVE-2018-6485
-# libgtk2.0-0 libgtk2.0-bin libgtk2.0-common
-# CVE-2014-1949
-# libgcrypt20
-# CVE-2017-0379
-# libxi6
-# CVE-2016-7946 CVE-2016-7945
-# libxml2
-# CVE-2016-9318
-# libpcre3
-# CVE-2017-6004
-
-RUN apt-get -y --only-upgrade install \
- libkrb5-3 krb5-locales \
- libvorbis0a \
- libx11-6 libx11-data libx11-doc libx11-xcb1 \
- libxtst6 \
- ncurses-base ncurses-bin libncurses5 libncursesw5 \
- libsqlite3-0 \
- libtiff5 \
- passwd \
- perl-base \
- libssl1.0.0 \
- openssl \
- zlib1g \
- libdb5.3 \
- libcairo2 \
- libc-bin libc6 multiarch-support \
- libgtk2.0-0 libgtk2.0-bin libgtk2.0-common \
- libgcrypt20 \
- libxi6 \
- libxml2 \
- libpcre3 && \
- apt-get -y autoremove
-
-#configure the JDK
-RUN sed -i 's|#networkaddress.cache.ttl=-1|networkaddress.cache.ttl=10|' /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security/java.security
-ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
-ENV PATH $PATH:/usr/lib/jvm/java-8-openjdk-amd64/jre/bin:/usr/lib/jvm/java-8-openjdk-amd64/bin
-ENV CLASSPATH .:${JAVA_HOME}/lib:${JRE_HOME}/lib
-ENV JRE_HOME ${JAVA_HOME}/jre
-
-#add workflow designer related resources to the docker image
-RUN mkdir /home/sdc-workflow-designer
-WORKDIR /home/sdc-workflow-designer
-ADD sdc-workflow-designer-*-linux64.tar.gz /home/sdc-workflow-designer/
-RUN chmod 755 /home/sdc-workflow-designer/bin/*.sh
-
-ENTRYPOINT /home/sdc-workflow-designer/bin/run.sh
-
diff --git a/deprecated-workflow-designer/docker_run.sh b/deprecated-workflow-designer/docker_run.sh
deleted file mode 100644
index 1e386c05..00000000
--- a/deprecated-workflow-designer/docker_run.sh
+++ /dev/null
@@ -1,71 +0,0 @@
-#!/bin/bash
-
-
-function usage {
- echo "usage: docker_run.sh [ -r|--release <RELEASE-NAME> ] [ -e|--environment <ENV-NAME> ] [ -p|--port <Docker-hub-port>] [ -l|--local <Run-without-pull>] [ -h|--help ]"
-}
-
-
-function cleanup {
- echo "performing old dockers cleanup"
- docker_ids=`docker ps -a | egrep "sdc-workflow-designer" | awk '{print $1}'`
- for X in ${docker_ids}
- do
- docker rm -f ${X}
- done
-}
-
-
-RELEASE=latest
-LOCAL=false
-[ -f /opt/config/env_name.txt ] && DEP_ENV=$(cat /opt/config/env_name.txt) || DEP_ENV=__ENV-NAME__
-[ -f /opt/config/nexus_username.txt ] && NEXUS_USERNAME=$(cat /opt/config/nexus_username.txt) || NEXUS_USERNAME=release
-[ -f /opt/config/nexus_password.txt ] && NEXUS_PASSWD=$(cat /opt/config/nexus_password.txt) || NEXUS_PASSWD=sfWU3DFVdBr7GVxB85mTYgAW
-[ -f /opt/config/nexus_docker_repo.txt ] && NEXUS_DOCKER_REPO=$(cat /opt/config/nexus_docker_repo.txt) || NEXUS_DOCKER_REPO=ecomp-nexus:${PORT}
-
-while [ "$1" != "" ]; do
- case $1 in
- -r | --release )
- shift
- RELEASE=${1}
- ;;
- -e | --environment )
- shift
- DEP_ENV=${1}
- ;;
- -p | --port )
- shift
- PORT=${1}
- ;;
- -l | --local )
- shift
- LOCAL=true
- ;;
- -h | --help )
- usage
- exit
- ;;
- * )
- usage
- exit 1
- esac
- shift
-done
-
-[ -f /opt/config/nexus_username.txt ] && docker login -u $NEXUS_USERNAME -p $NEXUS_PASSWD $NEXUS_DOCKER_REPO
-
-
-cleanup
-
-
-export IP=`ifconfig eth0 | awk -F: '/inet addr/ {gsub(/ .*/,"",$2); print $2}'`
-export PREFIX=${NEXUS_DOCKER_REPO}'/onap'
-
-# start docker
-echo "docker run sdc-workflow-designer..."
-if [ ${LOCAL} = false ]; then
- docker pull ${PREFIX}/sdc/sdc-workflow-designer:${RELEASE}
-fi
-docker run --detach --name sdc-workflow-designer --ulimit memlock=-1:-1 --memory 1g --memory-swap=1g --ulimit nofile=4096:100000 --publish 9527:8080 ${PREFIX}/sdc/sdc-workflow-designer:${RELEASE}
-
-
diff --git a/deprecated-workflow-designer/docs/index.rst b/deprecated-workflow-designer/docs/index.rst
deleted file mode 100644
index 7198c38b..00000000
--- a/deprecated-workflow-designer/docs/index.rst
+++ /dev/null
@@ -1,16 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-
-SDC-Workflow-Designer
-------------------------------------------------
-
-Workflow Designer provides the ablitilty to design a bpmn workflow. It extends restful task and tosca task. so it can be combined with tosca template easily.
-
-This document is aimed to give the users some brief introductions of Workflow Designer. The users could find useful information, e.g. the architecture, the APIs and the installation steps, etc. as well as the release notes in this document.
-
-.. toctree::
- :maxdepth: 1
-
- platform/index.rst
- release-notes.rst
-
-
diff --git a/deprecated-workflow-designer/docs/platform/architecture.rst b/deprecated-workflow-designer/docs/platform/architecture.rst
deleted file mode 100644
index 8569dd9f..00000000
--- a/deprecated-workflow-designer/docs/platform/architecture.rst
+++ /dev/null
@@ -1,16 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-
-
-Architecture
-------------
-SDC Workflow Designer is a workflow design tool. It implements bpmn workflow standards. And it extends some elements for tosca specification. So in this designer the users can orchestrate services and interactive with tosca template more easily.
-
-SDC Workflow Designer is a component of SDC. Right now it doesn't depend on other components. It can work alone. In the future, it will depend on MSB and SDC Catalog.
-
-SDC Workflow Designer contains two parts: UI, Backend.
-
-.. image:: images/workflow-architecture.png
-
-UI is the designer. It can access SDC Catalog to get tosca template info. Users can orchestrate ONAP services.
-
-Backend is the storage of Workflow Designer. It will translate the workflow definition to standard bpmn workflow. And it can save workflow artifact to SDC catalog. \ No newline at end of file
diff --git a/deprecated-workflow-designer/docs/platform/consumedapis.rst b/deprecated-workflow-designer/docs/platform/consumedapis.rst
deleted file mode 100644
index c18f59bb..00000000
--- a/deprecated-workflow-designer/docs/platform/consumedapis.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-Consumed APIs
--------------
-
-In the Amsterdam release, Workflow Designer does not consume any APIs provided by other ONAP components. It will consume apis of MSB and SDC in the future.
diff --git a/deprecated-workflow-designer/docs/platform/delivery.rst b/deprecated-workflow-designer/docs/platform/delivery.rst
deleted file mode 100644
index af33c9d5..00000000
--- a/deprecated-workflow-designer/docs/platform/delivery.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-
-
-Delivery
---------
-
-:Docker:
- - onap/sdc/sdc-workflow-designer
-Docker containers can be downloaded from ONAP docker repository https://nexus3.onap.org/.
-
diff --git a/deprecated-workflow-designer/docs/platform/human-interfaces.rst b/deprecated-workflow-designer/docs/platform/human-interfaces.rst
deleted file mode 100644
index 4a0484e1..00000000
--- a/deprecated-workflow-designer/docs/platform/human-interfaces.rst
+++ /dev/null
@@ -1,19 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-Human Interfaces
-----------------
-SDC Workflow Designer provides a Web GUI Portal for users.
-Users can orchestrate services. Right now, the designer supports parse swagger. Users can set services for every workflow by swagger.
-
-Target Users
-^^^^^^^^^^^^
-Workflow designer.
-
-Interface Type
-^^^^^^^^^^^^^^
-Web GUI.
-
-Access
-^^^^^^
-Http://MSB_API_GATEWAY_IP:80/workflow \ No newline at end of file
diff --git a/deprecated-workflow-designer/docs/platform/images/workflow architecture.PNG b/deprecated-workflow-designer/docs/platform/images/workflow architecture.PNG
deleted file mode 100644
index 35dcf7b0..00000000
--- a/deprecated-workflow-designer/docs/platform/images/workflow architecture.PNG
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/docs/platform/index.rst b/deprecated-workflow-designer/docs/platform/index.rst
deleted file mode 100644
index 4eceb6e6..00000000
--- a/deprecated-workflow-designer/docs/platform/index.rst
+++ /dev/null
@@ -1,16 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-
-Platform
---------
-
-Workflow Designer provides the ablitilty to design a bpmn workflow. It extends restful task and tosca task. so it can be combined with tosca template easily.
-
-.. toctree::
- :maxdepth: 1
-
- architecture.rst
- offeredapis.rst
- consumedapis.rst
- delivery.rst
- installation.rst
- human-interfaces.rst
diff --git a/deprecated-workflow-designer/docs/platform/installation.rst b/deprecated-workflow-designer/docs/platform/installation.rst
deleted file mode 100644
index 7362603b..00000000
--- a/deprecated-workflow-designer/docs/platform/installation.rst
+++ /dev/null
@@ -1,33 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-
-Installation
-------------
-
-Install docker
-^^^^^^^^^^^^^^^^^^^^^^^
-
-sudo apt-add-repository 'deb https://apt.dockerproject.org/repo ubuntu-xenial main'
-
-sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
-
-sudo apt-get update
-
-apt-cache policy docker-engine
-
-sudo apt-get install -y docker-engine
-
-docker ps
-
-Run sdc-workflow-designer docker
-^^^^^^^^^^^^^^^^^^^^^^^
-
-Login the ONAP docker registry first: sudo docker login -u docker -p docker nexus3.onap.org:10001
-
-sudo docker run -p 9519:8080 -d --net=host --name sdc-workflow-designer nexus3.onap.org:10001/onap/sdc/sdc-workflow-designer
-
-Check status of Workflow designer
-^^^^^^^^^^^^^^^^^^^^^^^
-
-Visit workflow designer web ui:
-
-http://127.0.0.1:9527/ \ No newline at end of file
diff --git a/deprecated-workflow-designer/docs/platform/offeredapis.rst b/deprecated-workflow-designer/docs/platform/offeredapis.rst
deleted file mode 100644
index f179df4d..00000000
--- a/deprecated-workflow-designer/docs/platform/offeredapis.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Offered APIs
-------------
-
-Right now, SDC Workflow Designer just provide a web UI. It will provides APIs in the future release. \ No newline at end of file
diff --git a/deprecated-workflow-designer/docs/release-notes.rst b/deprecated-workflow-designer/docs/release-notes.rst
deleted file mode 100644
index 299586f0..00000000
--- a/deprecated-workflow-designer/docs/release-notes.rst
+++ /dev/null
@@ -1,43 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-
-SDC Workflow Designer Release Notes
-=============================
-
-Workflow Designer provides the ablitilty to design a bpmn workflow. It extends restful task and tosca task. so it can be combined with tosca template easily.
-
-
-
-Version: 1.0.0
---------------
-
-
-:Release Date: yyyy-mm-dd
-
-
-
-**New Features**
-
-
-* Support export workflow definition file;
-* Support basic workflow definition;
-
-
-**Bug Fixes**
-
-
-**Known Issues**
-
-**Security Issues**
-
-
-**Upgrade Notes**
-
-**Deprecation Notes**
-
-**Other**
-
-===========
-
-End of Release Notes
diff --git a/deprecated-workflow-designer/pom.xml b/deprecated-workflow-designer/pom.xml
deleted file mode 100644
index 5776029e..00000000
--- a/deprecated-workflow-designer/pom.xml
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
- <parent>
- <groupId>org.onap.oparent</groupId>
- <artifactId>oparent</artifactId>
- <version>1.1.0</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
- <artifactId>sdc-workflow-designer</artifactId>
- <name>sdc-sdc-workflow-designer</name>
- <version>1.2.0-SNAPSHOT</version>
- <packaging>pom</packaging>
-
- <modules>
- <module>sdc-workflow-designer-ui</module>
- <module>sdc-workflow-designer-server</module>
- <module>distribution</module>
- </modules>
-
- <properties>
- <onap.nexus.javadocs-url>dav:https://nexus.onap.org/content/sites/site/org/onap/sdc/sdc-workflow-designer/${project.version}</onap.nexus.javadocs-url>
- </properties>
-
- <repositories>
- <repository>
- <id>ecomp-releases</id>
- <name>Release Repository</name>
- <url>https://nexus.onap.org/content/repositories/releases/</url>
- </repository>
- <repository>
- <id>ecomp-snapshots</id>
- <name>Snapshots Repository</name>
- <url>https://nexus.onap.org/content/repositories/snapshots/</url>
- </repository>
- <repository>
- <id>ecomp-public</id>
- <name>Public Repository</name>
- <url>https://nexus.onap.org/content/repositories/public/</url>
- </repository>
- </repositories>
-
- <distributionManagement>
- <site>
- <id>ecomp-site</id>
- <url>${onap.nexus.javadocs-url}</url>
- </site>
- </distributionManagement>
-
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
- </plugin>
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <version>1.8</version>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-</project>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/pom.xml b/deprecated-workflow-designer/sdc-workflow-designer-server/pom.xml
deleted file mode 100644
index 91d3c3c2..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/pom.xml
+++ /dev/null
@@ -1,229 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright (c) 2017-2018 ZTE Corporation.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
- and the Apache License 2.0 which both accompany this distribution,
- and are available at http://www.eclipse.org/legal/epl-v10.html
- and http://www.apache.org/licenses/LICENSE-2.0
-
- Contributors:
- ZTE - initial API and implementation and/or initial documentation
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
- <parent>
- <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
- <artifactId>sdc-workflow-designer</artifactId>
- <version>1.2.0-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>sdc-workflow-designer-server</artifactId>
- <name>sdc-workflow-designer-server</name>
- <packaging>jar</packaging>
-
- <properties>
- <dropwizard.version>1.3.0</dropwizard.version>
- <swagger.version>1.5.3</swagger.version>
- <jersey.version>2.16</jersey.version>
- <jaxrs.consumer.version>5.0</jaxrs.consumer.version>
- <gson.version>2.2.4</gson.version>
- <hibernate-validator.version>5.4.2.Final</hibernate-validator.version>
- <jackson-databind.version>2.9.2</jackson-databind.version>
- <junit.version>4.10</junit.version>
- <velocity.version>1.7</velocity.version>
- <commons-collections.version>3.2.2</commons-collections.version>
- <commons-io.version>2.4</commons-io.version>
- <dom4j.version>1.6.1</dom4j.version>
- </properties>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- <configuration>
- <createDependencyReducedPom>true</createDependencyReducedPom>
- <filters>
- <filter>
- <artifact>*:*</artifact>
- <excludes>
- <exclude>META-INF/*.SF</exclude>
- <exclude>META-INF/*.DSA</exclude>
- <exclude>META-INF/*.RSA</exclude>
- </excludes>
- </filter>
- </filters>
- </configuration>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>shade</goal>
- </goals>
- <configuration>
- <transformers>
- <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
- <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
- <mainClass>org.onap.sdc.workflowdesigner.WorkflowDesignerApp</mainClass>
- </transformer>
- </transformers>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>copy-dependencies</id>
- <phase>package</phase>
- <goals>
- <goal>copy-dependencies</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>io.dropwizard</groupId>
- <artifactId>dropwizard-core</artifactId>
- <version>${dropwizard.version}</version>
- <overWrite>true</overWrite>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- </plugins>
- </build>
-
- <dependencies>
- <!-- dropwizard -->
- <dependency>
- <groupId>io.dropwizard</groupId>
- <artifactId>dropwizard-core</artifactId>
- <version>${dropwizard.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-validator</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>${jackson-databind.version}</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-validator</artifactId>
- <version>${hibernate-validator.version}</version>
- </dependency>
-
- <dependency>
- <groupId>io.dropwizard</groupId>
- <artifactId>dropwizard-assets</artifactId>
- <version>${dropwizard.version}</version>
- </dependency>
-
- <!-- swagger -->
- <dependency>
- <groupId>io.swagger</groupId>
- <artifactId>swagger-jersey2-jaxrs</artifactId>
- <exclusions>
- <exclusion>
- <groupId>com.fasterxml.jackson.dataformat</groupId>
- <artifactId>jackson-dataformat-xml</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- </exclusion>
- </exclusions>
- <version>${swagger.version}</version>
- </dependency>
-
- <!-- jersey -->
- <dependency>
- <groupId>org.glassfish.jersey.core</groupId>
- <artifactId>jersey-server</artifactId>
- <version>${jersey.version}</version>
- </dependency>
- <dependency>
- <groupId>org.glassfish.jersey.media</groupId>
- <artifactId>jersey-media-multipart</artifactId>
- <version>${jersey.version}</version>
- </dependency>
- <dependency>
- <groupId>org.glassfish.jersey.containers</groupId>
- <artifactId>jersey-container-servlet-core</artifactId>
- <version>${jersey.version}</version>
- </dependency>
-
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>${commons-io.version}</version>
- </dependency>
-
- <!-- consumer -->
- <dependency>
- <groupId>com.eclipsesource.jaxrs</groupId>
- <artifactId>consumer</artifactId>
- <exclusions>
- <exclusion>
- <groupId>com.eclipsesource.jaxrs</groupId>
- <artifactId>jersey-all</artifactId>
- </exclusion>
- </exclusions>
- <version>${jaxrs.consumer.version}</version>
- </dependency>
-
- <!-- gson -->
- <dependency>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- <version>${gson.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.velocity</groupId>
- <artifactId>velocity</artifactId>
- <version>${velocity.version}</version>
- <exclusions>
- <exclusion>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>${commons-collections.version}</version>
- </dependency>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>${junit.version}</version>
- </dependency>
-
- <dependency>
- <groupId>dom4j</groupId>
- <artifactId>dom4j</artifactId>
- <version>${dom4j.version}</version>
- </dependency>
- </dependencies>
-
-</project>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/assembly/ext-activities-display-info.json b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/assembly/ext-activities-display-info.json
deleted file mode 100644
index d6817db2..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/assembly/ext-activities-display-info.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "nodes": {
- "apds_script": {},
- "apds_service": {},
- "apds_rest": {},
- "apds_scriptA": {
- "category": "aaa"
- },
- "apds_scriptB": {
- "category": "aaa"
- },
- "apds_serviceA": {
- "category": "bbb"
- },
- "apds_restA": {
- "category": "ccc"
- },
- "apds_restB": {
- "category": "ccc"
- }
- },
- "categoryData": {
- "aaa": {
- "displayName": {
- "zh_CN": "扩展脚本任务",
- "en_US": "Extension Script Task"
- },
- "collapse": true
- },
- "bbb": {
- "displayName": {
- "zh_CN": "扩展Service任务",
- "en_US": "Extension Service Task"
- },
- "collapse": true
- },
- "ccc": {
- "displayName": {
- "zh_CN": "扩展REST任务",
- "en_US": "Extension REST Service Task"
- },
- "collapse": true
- }
- }
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/assembly/ext-activities.json b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/assembly/ext-activities.json
deleted file mode 100644
index eae58fce..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/assembly/ext-activities.json
+++ /dev/null
@@ -1,362 +0,0 @@
-[
- {
- "id": "apds_service",
- "displayName": {
- "zh_CN": "Service",
- "en_US": "Service"
- },
- "description": {
- "zh_CN": "JAVA 节点",
- "en_US": "JAVA Node"
- },
- "type": "serviceTask",
- "icon": {
- "name": "apds_service",
- "width": 56,
- "height": 56
- },
- "content": {
- "class": "",
- "inputs": {}
- }
- },
- {
- "id": "apds_rest",
- "displayName": {
- "zh_CN": "REST",
- "en_US": "REST"
- },
- "description": {
- "zh_CN": "REST 节点",
- "en_US": "REST Node"
- },
- "type": "restTask",
- "icon": {
- "name": "apds_rest",
- "width": 56,
- "height": 56
- },
- "content": {
- "url": "",
- "name": "",
- "version": "",
- "path": "",
- "method": "",
- "accept": "",
- "inputs": {}
- }
- },
- {
- "id": "apds_script",
- "displayName": {
- "zh_CN": "默认脚本",
- "en_US": "Script"
- },
- "description": {
- "zh_CN": "脚本节点",
- "en_US": "Script Node"
- },
- "type": "scriptTask",
- "icon": {
- "name": "apds_script",
- "width": 56,
- "height": 56
- },
- "content": {
- "scriptFormat": "",
- "script": ""
- }
- },
- {
- "id": "apds_scriptA",
- "displayName": {
- "zh_CN": "JavaScript",
- "en_US": "JavaScript"
- },
- "description": {
- "zh_CN": "脚本节点",
- "en_US": "Script Node"
- },
- "type": "scriptTask",
- "icon": {
- "name": "apds_script",
- "width": 56,
- "height": 56
- },
- "content": {
- "scriptFormat": "JavaScript",
- "script": "abc"
- }
- },
- {
- "id": "apds_scriptB",
- "displayName": {
- "zh_CN": "Groovy",
- "en_US": "Groovy"
- },
- "description": {
- "zh_CN": "脚本节点",
- "en_US": "Script Node"
- },
- "type": "scriptTask",
- "icon": {
- "name": "apds_script",
- "width": 56,
- "height": 56
- },
- "content": {
- "scriptFormat": "Groovy",
- "script": "xyz"
- }
- },
- {
- "id": "apds_serviceA",
- "displayName": {
- "zh_CN": "JAVA A",
- "en_US": "JAVA A"
- },
- "description": {
- "zh_CN": "JAVA 节点",
- "en_US": "JAVA Node"
- },
- "type": "serviceTask",
- "icon": {
- "name": "apds_service",
- "width": 56,
- "height": 56
- },
- "content": {
- "class": "com.zte.ums.workflow.activitiext.restservicetask.HttpUtil",
- "inputs": {
- "param1": {
- "type": "string",
- "default": "default",
- "required": false,
- "displayName": {
- "zh_CN": "参数1",
- "en_US": "Param1"
- },
- "show": false,
- "editable": true
- },
- "param2": {
- "type": "string",
- "required": true,
- "displayName": {
- "zh_CN": "参数2",
- "en_US": "Param2"
- },
- "show": true,
- "editable": true
- },
- "param3": {
- "type": "string",
- "default": "value3",
- "required": true,
- "displayName": {
- "zh_CN": "参数3",
- "en_US": "Param3"
- },
- "show": true,
- "editable": false
- }
- },
- "outputs": {
- "out1": {
- "type": "string",
- "required": false,
- "displayName": {
- "zh_CN": "输出1",
- "en_US": "Output Param 1"
- },
- "show": true,
- "editable": true
- }
- }
- }
- },
- {
- "id": "apds_restA",
- "displayName": {
- "zh_CN": "REST无参数",
- "en_US": "REST No Parameters"
- },
- "description": {
- "zh_CN": "REST无参数",
- "en_US": "REST No Parameters"
- },
- "type": "restTask",
- "icon": {
- "name": "apds_rest",
- "width": 56,
- "height": 56
- },
- "content": {
- "serviceName": "name",
- "serviceVersion": "v1",
- "baseUrl": "url",
- "path": "/test/",
- "method": "put",
- "consumes": "application/json, text/plain",
- "produces": "application/json, text/plain",
- "inputs": {}
- }
- },
- {
- "id": "apds_restB",
- "displayName": {
- "zh_CN": "REST复杂参数",
- "en_US": "REST Complex Parameters"
- },
- "description": {
- "zh_CN": "REST复杂参数",
- "en_US": "REST Complex Parameters"
- },
- "type": "restTask",
- "icon": {
- "name": "apds_rest",
- "width": 56,
- "height": 56
- },
- "content": {
- "serviceName": "ServiceName",
- "serviceVersion": "v1",
- "baseUrl": "url",
- "path": "/test/",
- "method": "put",
- "consumes": "application/json, text/plain",
- "produces": "application/json, text/plain",
- "inputs": {
- "param1": {
- "in": "query",
- "type": "string",
- "default": "default",
- "required": false,
- "show": false,
- "editable": true
- },
- "param2": {
- "in": "body",
- "schema": {
- "type": "object",
- "properties": {
- "a": {
- "type": "number",
- "default": 123
- },
- "b": {
- "type": "string",
- "default": "xyz"
- },
- "c": {
- "type": "array",
- "items": {
- "type": "string",
- "enum": [
- "a",
- "b",
- "c"
- ]
- }
- },
- "d": {
- "type": "array",
- "items": {
- "type": "object",
- "properties": {
- "p1": {
- "type": "number"
- },
- "p2": {
- "type": "boolean"
- }
- }
- }
- },
- "y": {
- "type": "object",
- "additionalProperties": {
- "type": "string"
- }
- },
- "z": {
- "type": "object",
- "additionalProperties": {
- "type": "integer"
- }
- }
- }
- },
- "required": true,
- "show": true,
- "editable": true
- },
- "param3": {
- "in": "path",
- "type": "string",
- "default": "value3",
- "required": true,
- "show": true,
- "editable": false
- }
- },
- "outputs": {
- "body": {
- "displayName": {
- "zh_CN": "消息体",
- "en_US": "Message Body"
- },
- "schema": {
- "type": "object",
- "properties": {
- "a": {
- "type": "number"
- },
- "b": {
- "type": "string"
- },
- "c": {
- "type": "array",
- "items": {
- "type": "string",
- "enum": [
- "a",
- "b",
- "c"
- ]
- }
- },
- "d": {
- "type": "array",
- "items": {
- "type": "object",
- "properties": {
- "p1": {
- "type": "number"
- },
- "p2": {
- "type": "boolean"
- }
- }
- }
- },
- "y": {
- "type": "object",
- "additionalProperties": {
- "type": "string"
- }
- },
- "z": {
- "type": "object",
- "additionalProperties": {
- "type": "integer"
- }
- }
- }
- },
- "editable": false
- }
- }
- }
- }
-] \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/assembly/temp_workflow.json b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/assembly/temp_workflow.json
deleted file mode 100644
index 1d9c5474..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/assembly/temp_workflow.json
+++ /dev/null
@@ -1,143 +0,0 @@
-{
- "id":"id12345",
- "name":"test",
- "scene":"abcd",
- "data":{
- "nodes":[
- {
- "id":"node0",
- "type":"startEvent",
- "name":"开始",
- "parentId":"root",
- "position":{
- "left":100,
- "top":136,
- "width":56,
- "height":56
- },
- "connection":[
- {
- "sourceRef":"node0",
- "targetRef":"node1"
- }
- ],
- "parameters":[
-
- ]
- },
- {
- "id":"node1",
- "type":"restTask",
- "name":"REST",
- "parentId":"root",
- "position":{
- "left":254,
- "top":136,
- "width":56,
- "height":56
- },
- "connection":[
- {
- "sourceRef":"node1",
- "targetRef":"node2"
- }
- ],
- "produces":[
- "application/json; charset=utf-8"
- ],
- "parameters":[
- {
- "name":"body",
- "value":{
- "value":{
- "type":{
- "value":"jhgjhv",
- "valueSource":"String"
- },
- "provider":{
- "value":"",
- "valueSource":"Variable"
- },
- "serviceType":{
- "value":"",
- "valueSource":"String"
- },
- "start":{
- "value":{
- "year":{
- "value":"",
- "valueSource":"String"
- },
- "month":{
- "value":"",
- "valueSource":"String"
- },
- "day":{
- "value":"",
- "valueSource":"String"
- }
- },
- "valueSource":"Definition"
- },
- "end":{
- "value":{
- "year":{
- "value":"",
- "valueSource":"String"
- },
- "month":{
- "value":"",
- "valueSource":"String"
- },
- "day":{
- "value":"",
- "valueSource":"String"
- }
- },
- "valueSource":"Definition"
- }
- },
- "valueSource":"Definition"
- },
- "valueSource":"String",
- "type":"String",
- "required":false,
- "position":"body",
- "schema":{
- "$ref":"#/definitions/PackageQueryParams"
- }
- },
- {
- "name":"language-option",
- "value":"",
- "valueSource":"String",
- "type":"String",
- "required":false,
- "position":"header"
- }
- ],
- "responses":[
-
- ],
- "restConfigId":"catalog.v1",
- "path":"/csars",
- "method":"post"
- },
- {
- "id":"node2",
- "type":"endEvent",
- "name":"结束",
- "parentId":"root",
- "position":{
- "left":396,
- "top":136,
- "width":56,
- "height":56
- },
- "connection":[
-
- ]
- }
- ]
- }
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/ActivitySpecServiceProxyInfo.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/ActivitySpecServiceProxyInfo.java
deleted file mode 100644
index fb82e506..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/ActivitySpecServiceProxyInfo.java
+++ /dev/null
@@ -1,97 +0,0 @@
-/*
- * Copyright © 2016-2018 European Support Limited
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.onap.sdc.workflowdesigner;
-
-import com.fasterxml.jackson.annotation.JsonProperty;
-
-/**
- *
- */
-public class ActivitySpecServiceProxyInfo {
- private String serviceAddr;
-
- private String xEcompInstanceId;
-
- private String authorization;
-
- private String userId;
-
- /**
- * @return the serviceAddr
- */
- @JsonProperty
- public String getServiceAddr() {
- return serviceAddr;
- }
-
- /**
- * @param serviceAddr the serviceAddr to set
- */
- @JsonProperty
- public void setServiceAddr(String serviceAddr) {
- this.serviceAddr = serviceAddr;
- }
-
- /**
- * @return the xEcompInstanceId
- */
- @JsonProperty
- public String getxEcompInstanceId() {
- return xEcompInstanceId;
- }
-
- /**
- * @param xEcompInstanceId the xEcompInstanceId to set
- */
- @JsonProperty
- public void setxEcompInstanceId(String xEcompInstanceId) {
- this.xEcompInstanceId = xEcompInstanceId;
- }
-
- /**
- * @return the authorization
- */
- @JsonProperty
- public String getAuthorization() {
- return authorization;
- }
-
- /**
- * @param authorization the authorization to set
- */
- @JsonProperty
- public void setAuthorization(String authorization) {
- this.authorization = authorization;
- }
-
- /**
- * @return the userId
- */
- @JsonProperty
- public String getUserId() {
- return userId;
- }
-
- /**
- * @param userId the userId to set
- */
- @JsonProperty
- public void setUserId(String userId) {
- this.userId = userId;
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/SDCServiceProxyInfo.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/SDCServiceProxyInfo.java
deleted file mode 100644
index e8fd07d4..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/SDCServiceProxyInfo.java
+++ /dev/null
@@ -1,74 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner;
-
-import com.fasterxml.jackson.annotation.JsonProperty;
-
-/**
- *
- */
-public class SDCServiceProxyInfo {
- private String serviceAddr;
-
- private String xEcompInstanceId;
-
- private String authorization;
-
- /**
- * @return the serviceAddr
- */
- @JsonProperty
- public String getServiceAddr() {
- return serviceAddr;
- }
-
- /**
- * @param serviceAddr the serviceAddr to set
- */
- @JsonProperty
- public void setServiceAddr(String serviceAddr) {
- this.serviceAddr = serviceAddr;
- }
-
- /**
- * @return the xEcompInstanceId
- */
- @JsonProperty
- public String getxEcompInstanceId() {
- return xEcompInstanceId;
- }
-
- /**
- * @param xEcompInstanceId the xEcompInstanceId to set
- */
- @JsonProperty
- public void setxEcompInstanceId(String xEcompInstanceId) {
- this.xEcompInstanceId = xEcompInstanceId;
- }
-
- /**
- * @return the authorization
- */
- @JsonProperty
- public String getAuthorization() {
- return authorization;
- }
-
- /**
- * @param authorization the authorization to set
- */
- @JsonProperty
- public void setAuthorization(String authorization) {
- this.authorization = authorization;
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/WorkflowDesignerApp.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/WorkflowDesignerApp.java
deleted file mode 100644
index c9e0c40d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/WorkflowDesignerApp.java
+++ /dev/null
@@ -1,106 +0,0 @@
-/**
- * Copyright (c) 2017-2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-package org.onap.sdc.workflowdesigner;
-
-import org.onap.sdc.workflowdesigner.config.AdapterType;
-import org.onap.sdc.workflowdesigner.config.AppConfig;
-import org.onap.sdc.workflowdesigner.resources.ExtendActivityResource;
-import org.onap.sdc.workflowdesigner.resources.WorkflowModelerResource;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-import com.fasterxml.jackson.annotation.JsonInclude;
-
-import io.dropwizard.Application;
-import io.dropwizard.assets.AssetsBundle;
-import io.dropwizard.server.SimpleServerFactory;
-import io.dropwizard.setup.Bootstrap;
-import io.dropwizard.setup.Environment;
-import io.swagger.jaxrs.config.BeanConfig;
-import io.swagger.jaxrs.listing.ApiListingResource;
-
-public class WorkflowDesignerApp extends Application<WorkflowDesignerConfiguration> {
- private static final Logger LOGGER = LoggerFactory.getLogger(WorkflowDesignerApp.class);
-
- public static void main(String[] args) throws Exception {
- new WorkflowDesignerApp().run(args);
- }
-
- @Override
- public String getName() {
- return "Workflow Designer";
- }
-
- @Override
- public void initialize(Bootstrap<WorkflowDesignerConfiguration> bootstrap) {
- bootstrap.addBundle(new AssetsBundle("/api-doc", "/api-doc", "index.html", "api-doc"));
- bootstrap.addBundle(new AssetsBundle("/workflow-modeler", "/workflow-modeler", "index.html",
- "workflow-modeler"));
- bootstrap.addBundle(new AssetsBundle("/workflow-modeler", "/", "index.html", "ng"));
- }
-
- @Override
- public void run(WorkflowDesignerConfiguration configuration, Environment environment) {
- LOGGER.info("Start to initialize Workflow Designer.");
-
- saveAppConfig(configuration);
-
- environment.jersey().register(new WorkflowModelerResource());
- environment.jersey().register(new ExtendActivityResource());
-
- // register rest interface
- environment.jersey().packages("org.onap.sdc.workflowdesigner.resources");
-
- initSwaggerConfig(environment, configuration);
-
- LOGGER.info("Initialize catalogue finished.");
- }
-
- /**
- * @param configuration
- */
- private void saveAppConfig(WorkflowDesignerConfiguration configuration) {
- AppConfig.setAdapterType(AdapterType.valueOf(configuration.getAdapterType()));
- AppConfig.setSdcServiceProxy(configuration.getSdcServiceProxy());
- AppConfig.setActivitySpecServiceProxy(configuration.getActivitySpecServiceProxy());
- }
-
- /**
- * initialize swagger configuration.
- *
- * @param environment environment information
- * @param configuration catalogue configuration
- */
- private void initSwaggerConfig(Environment environment,
- WorkflowDesignerConfiguration configuration) {
- environment.jersey().register(new ApiListingResource());
- environment.getObjectMapper().setSerializationInclusion(JsonInclude.Include.NON_NULL);
-
- BeanConfig config = new BeanConfig();
- config.setTitle("Workflow Designer rest API");
- config.setVersion("1.0.0");
- config.setResourcePackage("org.onap.sdc.workflowdesigner.resources");
-
- // set rest api basepath in swagger
- SimpleServerFactory simpleServerFactory =
- (SimpleServerFactory) configuration.getServerFactory();
- String basePath = simpleServerFactory.getApplicationContextPath();
- String rootPath = simpleServerFactory.getJerseyRootPath().get();
- rootPath = rootPath.substring(0, rootPath.indexOf("/*"));
- basePath = basePath.equals("/") ? rootPath
- : (new StringBuilder()).append(basePath).append(rootPath).toString();
- config.setBasePath(basePath);
- config.setScan(true);
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/WorkflowDesignerConfiguration.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/WorkflowDesignerConfiguration.java
deleted file mode 100644
index 4c6766be..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/WorkflowDesignerConfiguration.java
+++ /dev/null
@@ -1,103 +0,0 @@
-/**
- * Copyright (c) 2017-2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-package org.onap.sdc.workflowdesigner;
-
-import javax.validation.constraints.NotNull;
-
-import com.fasterxml.jackson.annotation.JsonProperty;
-
-import io.dropwizard.Configuration;
-
-public class WorkflowDesignerConfiguration extends Configuration {
- private String template;
-
- private String defaultName = "Workflow Designer";
-
- private String adapterType;
-
- @NotNull
- private SDCServiceProxyInfo sdcServiceProxy;
-
- @NotNull
- private ActivitySpecServiceProxyInfo activitySpecServiceProxy;
-
-
- @JsonProperty
- public String getTemplate() {
- return template;
- }
-
- @JsonProperty
- public void setTemplate(String template) {
- this.template = template;
- }
-
- @JsonProperty
- public String getDefaultName() {
- return defaultName;
- }
-
- @JsonProperty
- public void setDefaultName(String name) {
- this.defaultName = name;
- }
-
- /**
- * @return the adapterType
- */
- @JsonProperty
- public String getAdapterType() {
- return adapterType;
- }
-
- /**
- * @param adapterType the adapterType to set
- */
- @JsonProperty
- public void setAdapterType(String adapterType) {
- this.adapterType = adapterType;
- }
-
- /**
- * @return the sdcServiceProxy
- */
- @JsonProperty
- public SDCServiceProxyInfo getSdcServiceProxy() {
- return sdcServiceProxy;
- }
-
- /**
- * @param sdcServiceProxy the sdcServiceProxy to set
- */
- @JsonProperty
- public void setSdcServiceProxy(SDCServiceProxyInfo sdcServiceProxy) {
- this.sdcServiceProxy = sdcServiceProxy;
- }
-
- /**
- * @return the activitySpecServiceProxy
- */
- @JsonProperty
- public ActivitySpecServiceProxyInfo getActivitySpecServiceProxy() {
- return activitySpecServiceProxy;
- }
-
- /**
- * @param activitySpecServiceProxy the activitySpecServiceProxy to set
- */
- @JsonProperty
- public void setActivitySpecServiceProxy(ActivitySpecServiceProxyInfo activitySpecServiceProxy) {
- this.activitySpecServiceProxy = activitySpecServiceProxy;
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/common/ActivitySpecProxyException.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/common/ActivitySpecProxyException.java
deleted file mode 100644
index bc3cf4b6..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/common/ActivitySpecProxyException.java
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright © 2016-2018 European Support Limited
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.onap.sdc.workflowdesigner.common;
-
-public class ActivitySpecProxyException extends Exception {
-
- private static final long serialVersionUID = 1L;
-
- public ActivitySpecProxyException() {
- super();
- }
-
- public ActivitySpecProxyException(String msg, Exception e) {
- super(msg, e);
- }
-
- public ActivitySpecProxyException(String msg) {
- super(msg);
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/common/SDCProxyException.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/common/SDCProxyException.java
deleted file mode 100644
index 8f596b0c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/common/SDCProxyException.java
+++ /dev/null
@@ -1,33 +0,0 @@
-/**
- * Copyright 2018 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.onap.sdc.workflowdesigner.common;
-
-public class SDCProxyException extends Exception {
-
- private static final long serialVersionUID = 1L;
-
- public SDCProxyException() {
- super();
- }
-
- public SDCProxyException(String msg, Exception e) {
- super(msg, e);
- }
-
- public SDCProxyException(String msg) {
- super(msg);
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/config/AdapterType.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/config/AdapterType.java
deleted file mode 100644
index 0c6e4c8b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/config/AdapterType.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.config;
-
-/**
- *
- */
-public enum AdapterType {
- DEFAULT, SDC
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/config/AppConfig.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/config/AppConfig.java
deleted file mode 100644
index a6f72be0..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/config/AppConfig.java
+++ /dev/null
@@ -1,81 +0,0 @@
-/**
- * Copyright 2018 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.onap.sdc.workflowdesigner.config;
-
-import org.onap.sdc.workflowdesigner.SDCServiceProxyInfo;
-import org.onap.sdc.workflowdesigner.ActivitySpecServiceProxyInfo;
-
-/**
- *
- */
-public class AppConfig {
- private static AdapterType adapterType;
-
- private static SDCServiceProxyInfo sdcServiceProxy;
-
- private static ActivitySpecServiceProxyInfo activitySpecServiceProxy;
-
- private AppConfig() {}
-
- /**
- * @return the adapterType
- */
- public static AdapterType getAdapterType() {
- return adapterType;
- }
-
- /**
- * @param adapterType the adapterType to set
- */
- public static void setAdapterType(AdapterType adapterType) {
- AppConfig.adapterType = adapterType;
- }
-
- /**
- * @param sdcServiceProxy
- */
- public static void setSdcServiceProxy(SDCServiceProxyInfo sdcServiceProxy) {
- AppConfig.sdcServiceProxy = sdcServiceProxy;
- }
-
- /**
- * @return the sdcServiceProxy
- */
- public static SDCServiceProxyInfo getSdcServiceProxy() {
- return sdcServiceProxy;
- }
-
- /**
- * @return
- */
- public static boolean isSDCAdapter() {
- return adapterType.equals(AdapterType.SDC);
- }
-
- /**
- * @param activitySpecServiceProxy
- */
- public static void setActivitySpecServiceProxy(ActivitySpecServiceProxyInfo activitySpecServiceProxy) {
- AppConfig.activitySpecServiceProxy = activitySpecServiceProxy;
- }
-
- /**
- * @return the activitySpecServiceProxy
- */
- public static ActivitySpecServiceProxyInfo getActivitySpecServiceProxy() {
- return activitySpecServiceProxy;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/config/Config.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/config/Config.java
deleted file mode 100644
index 74d80e04..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/config/Config.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.config;
-
-import java.io.FileNotFoundException;
-import java.io.IOException;
-import java.io.InputStream;
-import java.util.Properties;
-
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-public class Config {
- private static Logger log = LoggerFactory.getLogger(Config.class);
- private static String configFilePath = "bpmn.config.properties";
- public final static String HANDLER_ClASS = "handlerClass";
- public final static String TEMPLATE_PATH = "templatePath";
-
- public final static Properties PROPERTIES = load();
-
- public static Properties load() {
- Properties properties = new Properties();
- InputStream in = null;
- try {
- in = Config.class.getClassLoader().getResourceAsStream(configFilePath);
- properties.load(in);
- } catch (FileNotFoundException e) {
- log.error(configFilePath, e);
- } catch (IOException e) {
- log.error(configFilePath, e);
- } catch (Exception e) {
- log.error(configFilePath, e);
- } finally {
- if (in != null) {
- try {
- in.close();
- } catch (IOException e) {
- log.error(configFilePath, e);
- }
- }
- }
-
- return properties;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/ActivitySpecService.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/ActivitySpecService.java
deleted file mode 100644
index b85d6d0b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/ActivitySpecService.java
+++ /dev/null
@@ -1,51 +0,0 @@
-/**
- * Copyright 2018 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.onap.sdc.workflowdesigner.externalservice.sdc;
-
-import javax.ws.rs.Consumes;
-import javax.ws.rs.GET;
-import javax.ws.rs.HeaderParam;
-import javax.ws.rs.Path;
-import javax.ws.rs.PathParam;
-import javax.ws.rs.Produces;
-import javax.ws.rs.core.MediaType;
-
-import org.onap.sdc.workflowdesigner.externalservice.sdc.entity.ActivitySpec;
-import org.onap.sdc.workflowdesigner.externalservice.sdc.entity.GenericCollectionWrapper;
-
-@Path("")
-public interface ActivitySpecService {
- @GET
- @Path("/activity-spec?Filter=Certified")
- @Consumes(MediaType.APPLICATION_JSON)
- @Produces(MediaType.APPLICATION_JSON)
- public GenericCollectionWrapper getActivitySpecs(
- @HeaderParam("USER_ID") String userId,
- @HeaderParam("X-ECOMP-InstanceID") String xEcompInstanceId,
- @HeaderParam("Authorization") String authorization) throws Exception;
-
- @GET
- @Path("/activity-spec/{id}/versions/{versionId}")
- @Consumes(MediaType.APPLICATION_JSON)
- @Produces(MediaType.APPLICATION_JSON)
- public ActivitySpec getActivitySpec(
- @HeaderParam("USER_ID") String userId,
- @HeaderParam("X-ECOMP-InstanceID") String xEcompInstanceId,
- @HeaderParam("Authorization") String authorization,
- @PathParam("versionId") String versionId,
- @PathParam("id") String id) throws Exception;
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/ActivitySpecServiceProxy.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/ActivitySpecServiceProxy.java
deleted file mode 100644
index e210e872..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/ActivitySpecServiceProxy.java
+++ /dev/null
@@ -1,89 +0,0 @@
-/**
- * Copyright 2018 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.onap.sdc.workflowdesigner.externalservice.sdc;
-
-import java.util.ArrayList;
-import java.util.LinkedHashMap;
-import java.util.List;
-import java.util.Map;
-import org.glassfish.jersey.client.ClientConfig;
-import org.onap.sdc.workflowdesigner.common.ActivitySpecProxyException;
-import org.onap.sdc.workflowdesigner.config.AppConfig;
-import org.onap.sdc.workflowdesigner.externalservice.sdc.entity.ActivitySpec;
-import org.onap.sdc.workflowdesigner.externalservice.sdc.entity.GenericCollectionWrapper;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-import com.eclipsesource.jaxrs.consumer.ConsumerFactory;
-
-/**
- *
- */
-public class ActivitySpecServiceProxy {
- private static final Logger LOGGER = LoggerFactory.getLogger(ActivitySpecServiceProxy.class);
-
- private static final String AUTHORIZATION = AppConfig.getActivitySpecServiceProxy().getAuthorization();
-
- private static final String X_ECOMP_INSTANCE_ID = AppConfig.getActivitySpecServiceProxy().getxEcompInstanceId();
-
- private static final String USER_ID = AppConfig.getActivitySpecServiceProxy().getUserId();
-
- /** */
- private static final String ACTIVITY_ROOT_PATH = "/activity-spec-api/v1.0";
-
- private static final String ACTIVITY_SPEC_VERSION_ID_DEFAULT_VALUE = "latest";
-
- private static String getActivityRootPath() {
- return AppConfig.getActivitySpecServiceProxy().getServiceAddr() + ACTIVITY_ROOT_PATH;
- }
-
- /**
- * @return
- */
- private ActivitySpecService getActivitySpecServiceProxy() {
- ClientConfig config = new ClientConfig();
- return ConsumerFactory.createConsumer(getActivityRootPath(), config, ActivitySpecService.class);
- }
-
-
- /**
- *
- * @return
- * @throws ActivitySpecProxyException
- */
- public ActivitySpec[] getActivitySpecs() throws ActivitySpecProxyException {
- ActivitySpecService serviceProxy = getActivitySpecServiceProxy();
- List<ActivitySpec> activitySpecList = new ArrayList<>();
- try {
- GenericCollectionWrapper activityCollection = serviceProxy.getActivitySpecs(USER_ID, X_ECOMP_INSTANCE_ID, AUTHORIZATION);
- for (Object obj : activityCollection.getResults()) {
- if (obj instanceof Map){
- Map activitySpecMap = (Map) obj;
- String activitySpecId = activitySpecMap.get("id").toString();
- ActivitySpec activitySpec = serviceProxy.getActivitySpec(USER_ID, X_ECOMP_INSTANCE_ID, AUTHORIZATION, ACTIVITY_SPEC_VERSION_ID_DEFAULT_VALUE, activitySpecId);
- activitySpec.setId(activitySpecId);
- activitySpecList.add(activitySpec);
- }
- }
- } catch (Exception e) {
- LOGGER.error("Get Activity Specifications Failed.", e);
- throw new ActivitySpecProxyException("Get Activity Specifications Failed.", e);
- }
- return activitySpecList.toArray(new ActivitySpec[activitySpecList.size()]);
- }
-
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/SDCService.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/SDCService.java
deleted file mode 100644
index d5a55669..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/SDCService.java
+++ /dev/null
@@ -1,51 +0,0 @@
-/**
- * Copyright 2018 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.onap.sdc.workflowdesigner.externalservice.sdc;
-
-import javax.ws.rs.Consumes;
-import javax.ws.rs.GET;
-import javax.ws.rs.HeaderParam;
-import javax.ws.rs.POST;
-import javax.ws.rs.Path;
-import javax.ws.rs.PathParam;
-import javax.ws.rs.Produces;
-import javax.ws.rs.core.MediaType;
-
-import org.onap.sdc.workflowdesigner.externalservice.sdc.entity.WorkflowArtifactInfo;
-
-@Path("/catalog")
-public interface SDCService {
- @POST
- @Path("/resource/{uuid}/interfaces/{operationID}/artifacts/{id}")
- @Consumes(MediaType.APPLICATION_JSON)
- @Produces(MediaType.APPLICATION_JSON)
- public void saveWorkflowArtifact(@PathParam("uuid") String uuid,
- @PathParam("operationID") String operationId, @PathParam("id") String workflowId,
- @HeaderParam("X-ECOMP-InstanceID") String xEcompInstanceId,
- @HeaderParam("Authorization") String authorization,
- WorkflowArtifactInfo workflowArtifactInfo) throws Exception;
-
-
- @GET
- @Path("/resource/{uuid}/interfaces/{operationID}/artifacts/{id}")
- @Consumes(MediaType.APPLICATION_JSON)
- @Produces(MediaType.APPLICATION_JSON)
- public WorkflowArtifactInfo getWorkflowArtifact(@PathParam("uuid") String uuid,
- @PathParam("operationID") String operationId, @PathParam("id") String workflowId,
- @HeaderParam("X-ECOMP-InstanceID") String xEcompInstanceId,
- @HeaderParam("Authorization") String authorization) throws Exception;
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/SDCServiceProxy.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/SDCServiceProxy.java
deleted file mode 100644
index 374bca7a..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/SDCServiceProxy.java
+++ /dev/null
@@ -1,94 +0,0 @@
-/**
- * Copyright 2017-2018 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.onap.sdc.workflowdesigner.externalservice.sdc;
-
-import org.glassfish.jersey.client.ClientConfig;
-import org.onap.sdc.workflowdesigner.common.SDCProxyException;
-import org.onap.sdc.workflowdesigner.config.AppConfig;
-import org.onap.sdc.workflowdesigner.externalservice.sdc.entity.WorkflowArtifactInfo;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-import com.eclipsesource.jaxrs.consumer.ConsumerFactory;
-
-/**
- *
- */
-public class SDCServiceProxy {
- private static final Logger LOGGER = LoggerFactory.getLogger(SDCService.class);
-
- private static final String AUTHORIZATION = AppConfig.getSdcServiceProxy().getAuthorization();
-
- private static final String X_ECOMP_INSTANCE_ID =
- AppConfig.getSdcServiceProxy().getxEcompInstanceId();
- /** */
- private static final String SDC_ROOT_PATH = "/sdc/v1";
-
-
- private static String getSDCRootPath() {
- return AppConfig.getSdcServiceProxy().getServiceAddr() + SDC_ROOT_PATH;
- }
-
- /**
- * @return
- */
- private SDCService getSDCServiceProxy() {
- ClientConfig config = new ClientConfig();
- return ConsumerFactory.createConsumer(getSDCRootPath(), config, SDCService.class);
- }
-
- /**
- *
- * @param uuid
- * @param operationId
- * @param workflowId
- * @param workflowArtifactInfo
- * @throws SDCProxyException
- */
- public void saveWorkflowArtifact(String uuid, String operationId, String workflowId,
- WorkflowArtifactInfo workflowArtifactInfo) throws SDCProxyException {
- SDCService serviceProxy = getSDCServiceProxy();
- try {
- serviceProxy.saveWorkflowArtifact(uuid, operationId, workflowId, X_ECOMP_INSTANCE_ID,
- AUTHORIZATION, workflowArtifactInfo);
- } catch (Exception e) {
- LOGGER.error("Save WorkflowArtifact Failed.", e);
- throw new SDCProxyException("Save WorkflowArtifact Failed.", e);
- }
- }
-
- /**
- *
- * @param uuid
- * @param operationId
- * @param workflowId
- * @return
- * @throws SDCProxyException
- */
- public WorkflowArtifactInfo getWorkflowArtifact(String uuid, String operationId,
- String workflowId) throws SDCProxyException {
- SDCService serviceProxy = getSDCServiceProxy();
- try {
- return serviceProxy.getWorkflowArtifact(uuid, operationId, workflowId, X_ECOMP_INSTANCE_ID,
- AUTHORIZATION);
- } catch (Exception e) {
- LOGGER.error("Get WorkflowArtifact Failed.", e);
- throw new SDCProxyException("Get WorkflowArtifact Failed.", e);
- }
- }
-
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/ActivityContent.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/ActivityContent.java
deleted file mode 100644
index 092e8627..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/ActivityContent.java
+++ /dev/null
@@ -1,59 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.externalservice.sdc.entity;
-
-import com.fasterxml.jackson.annotation.JsonProperty;
-import com.google.gson.annotations.SerializedName;
-
-/**
- *
- */
-public class ActivityContent {
- @JsonProperty(value="class") // for dropwizard's Jackson
- @SerializedName("class") // for Gson
- public String clazz;
-
- private String scriptFormat;
-
- private String script;
-
-
- /**
- * @return the scriptFormat
- */
- public String getScriptFormat() {
- return scriptFormat;
- }
-
- /**
- * @param scriptFormat the scriptFormat to set
- */
- public void setScriptFormat(String scriptFormat) {
- this.scriptFormat = scriptFormat;
- }
-
- /**
- * @return the script
- */
- public String getScript() {
- return script;
- }
-
- /**
- * @param script the script to set
- */
- public void setScript(String script) {
- this.script = script;
- }
-
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/ActivitySpec.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/ActivitySpec.java
deleted file mode 100644
index ecaffb38..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/ActivitySpec.java
+++ /dev/null
@@ -1,179 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.externalservice.sdc.entity;
-
-/**
- *
- */
-public class ActivitySpec {
- private String id;
-
- private String versionId;
-
- private String name;
-
- private String description;
-
- private String type;
-
- private String content;
-
- private String[] categoryList;
-
- private Parameter[] inputs;
-
- private Parameter[] outputs;
-
- private String status;
-
- /**
- * @return the id
- */
- public String getId() {
- return id;
- }
-
- /**
- * @param id the id to set
- */
- public void setId(String id) {
- this.id = id;
- }
-
- /**
- * @return the versionId
- */
- public String getVersionId() {
- return versionId;
- }
-
- /**
- * @param versionId the versionId to set
- */
- public void setVersionId(String versionId) {
- this.versionId = versionId;
- }
-
- /**
- * @return the name
- */
- public String getName() {
- return name;
- }
-
- /**
- * @param name the name to set
- */
- public void setName(String name) {
- this.name = name;
- }
-
- /**
- * @return the description
- */
- public String getDescription() {
- return description;
- }
-
- /**
- * @param description the description to set
- */
- public void setDescription(String description) {
- this.description = description;
- }
-
- /**
- * @return the type
- */
- public String getType() {
- return type;
- }
-
- /**
- * @param type the type to set
- */
- public void setType(String type) {
- this.type = type;
- }
-
- /**
- * @return the content
- */
- public String getContent() {
- return content;
- }
-
- /**
- * @param content the content to set
- */
- public void setContent(String content) {
- this.content = content;
- }
-
- /**
- * @return the categoryList
- */
- public String[] getCategoryList() {
- return categoryList;
- }
-
- /**
- * @param categoryList the categoryList to set
- */
- public void setCategoryList(String[] categoryList) {
- this.categoryList = categoryList;
- }
-
- /**
- * @return the inputs
- */
- public Parameter[] getInputs() {
- return inputs;
- }
-
- /**
- * @param inputs the inputs to set
- */
- public void setInputs(Parameter[] inputs) {
- this.inputs = inputs;
- }
-
- /**
- * @return the outputs
- */
- public Parameter[] getOutputs() {
- return outputs;
- }
-
- /**
- * @param outputs the outputs to set
- */
- public void setOutputs(Parameter[] outputs) {
- this.outputs = outputs;
- }
-
- /**
- * @return the status
- */
- public String getStatus() {
- return status;
- }
-
- /**
- * @param status the status to set
- */
- public void setStatus(String status) {
- this.status = status;
- }
-
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/GenericCollectionWrapper.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/GenericCollectionWrapper.java
deleted file mode 100644
index 59813605..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/GenericCollectionWrapper.java
+++ /dev/null
@@ -1,61 +0,0 @@
-/*
- * Copyright © 2016-2018 European Support Limited
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.onap.sdc.workflowdesigner.externalservice.sdc.entity;
-
-import java.io.Serializable;
-import java.util.ArrayList;
-import java.util.List;
-
-public class GenericCollectionWrapper<T> implements Serializable {
- private static final long serialVersionUID = 1L;
-
- private transient List<T> results;
- private int listCount;
-
- public GenericCollectionWrapper() {
- this.results = new ArrayList<>();
- }
-
- /**
- * Instantiates a new Generic collection wrapper.
- *
- * @param list the list
- */
- public GenericCollectionWrapper(List<T> list) {
- if (!list.isEmpty()) {
- this.results = list;
- this.listCount = list.size();
- }
- }
-
- public List<T> getResults() {
- return results;
- }
-
- public void setResults(List<T> results) {
- this.results = results;
- }
-
- public int getListCount() {
- return listCount;
- }
-
- public void setListCount(int listCount) {
- this.listCount = listCount;
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/Parameter.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/Parameter.java
deleted file mode 100644
index 86a3d578..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/Parameter.java
+++ /dev/null
@@ -1,87 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.externalservice.sdc.entity;
-
-import com.google.gson.annotations.SerializedName;
-
-/**
- *
- */
-public class Parameter {
- private String name;
-
- private String type;
-
- @SerializedName("default")
- private String defaultValue;
-
- private String value;
-
- /**
- * @return the name
- */
- public String getName() {
- return name;
- }
-
- /**
- * @param name the name to set
- */
- public void setName(String name) {
- this.name = name;
- }
-
- /**
- * @return the type
- */
- public String getType() {
- return type;
- }
-
- /**
- * @param type the type to set
- */
- public void setType(String type) {
- this.type = type;
- }
-
- /**
- * @return the defaultValue
- */
- public String getDefault() {
- return defaultValue;
- }
-
- /**
- * @param defaultValue the defaultValue to set
- */
- public void setDefault(String defaultValue) {
- this.defaultValue = defaultValue;
- }
-
- /**
- * @return the value
- */
- public String getValue() {
- return value;
- }
-
- /**
- * @param value the value to set
- */
- public void setValue(String value) {
- this.value = value;
- }
-
-
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/WorkflowArtifactInfo.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/WorkflowArtifactInfo.java
deleted file mode 100644
index e2cab05e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/WorkflowArtifactInfo.java
+++ /dev/null
@@ -1,102 +0,0 @@
-/**
- * Copyright 2018 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.onap.sdc.workflowdesigner.externalservice.sdc.entity;
-
-import java.io.Serializable;
-
-public class WorkflowArtifactInfo implements Serializable {
- public static final long serialVersionUID = 1L;
-
- private String artifactName;
-
- private String description;
-
- private String artifactType = "WORKFLOW";
-
- private String payloadData;
-
- public WorkflowArtifactInfo(String artifactName, String description,
- String payloadData) {
- super();
- this.artifactName = artifactName;
- this.description = description;
- this.payloadData = payloadData;
- }
-
- /**
- * @return the artifactName
- */
- public String getArtifactName() {
- return artifactName;
- }
-
- /**
- * @param artifactName the artifactName to set
- */
- public void setArtifactName(String artifactName) {
- this.artifactName = artifactName;
- }
-
- /**
- * @return the description
- */
- public String getDescription() {
- return description;
- }
-
- /**
- * @param description the description to set
- */
- public void setDescription(String description) {
- this.description = description;
- }
-
- /**
- * @return the artifactType
- */
- public String getArtifactType() {
- return artifactType;
- }
-
- /**
- * @param artifactType the artifactType to set
- */
- public void setArtifactType(String artifactType) {
- this.artifactType = artifactType;
- }
-
- /**
- * @return the payloadData
- */
- public String getPayloadData() {
- return payloadData;
- }
-
- /**
- * @param payloadData the payloadData to set
- */
- public void setPayloadData(String payloadData) {
- this.payloadData = payloadData;
- }
-
- /**
- * @return the serialversionuid
- */
- public static long getSerialversionuid() {
- return serialVersionUID;
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/DataObject.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/DataObject.java
deleted file mode 100644
index 7c1e058c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/DataObject.java
+++ /dev/null
@@ -1,42 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-public class DataObject {
- private String id;
- private String name;
- private String value;
-
- public String getId() {
- return id;
- }
-
- public void setId(String id) {
- this.id = id;
- }
-
- public String getName() {
- return name;
- }
-
- public void setName(String name) {
- this.name = name;
- }
-
- public String getValue() {
- return value;
- }
-
- public void setValue(String value) {
- this.value = value;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/Element.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/Element.java
deleted file mode 100644
index 4c362231..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/Element.java
+++ /dev/null
@@ -1,85 +0,0 @@
-/**
- * Copyright (c) 2017-2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-import java.util.List;
-
-public class Element {
- public enum TYPE {
- startEvent,
- endEvent,
- errorStartEvent,
- errorEndEvent,
- serviceTask,
- scriptTask,
- exclusiveGateway,
- parallelGateway,
- restTask,
- intermediateCatchEvent
- };
-
- private String id;
- private String name;
- private TYPE type;
- private String documentation;
- private Position position;
- private List<String> connections;
-
- public String getId() {
- return id;
- }
-
- public Position getPosition() {
- return position;
- }
-
- public void setPosition(Position position) {
- this.position = position;
- }
-
- public List<String> getConnections() {
- return connections;
- }
-
- public void setConnections(List<String> connections) {
- this.connections = connections;
- }
-
- public void setId(String id) {
- this.id = id;
- }
-
- public String getName() {
- return name;
- }
-
- public void setName(String name) {
- this.name = name;
- }
-
- public String getDocumentation() {
- return documentation;
- }
-
- public void setDocumentation(String documentation) {
- this.documentation = documentation;
- }
-
- public TYPE getType() {
- return type;
- }
-
- public void setType(TYPE type) {
- this.type = type;
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/EndEvent.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/EndEvent.java
deleted file mode 100644
index 56d81e63..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/EndEvent.java
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-public class EndEvent extends Element {
- public final static String TYPE = "endEvent";
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ErrorEndEvent.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ErrorEndEvent.java
deleted file mode 100644
index 0fda8c27..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ErrorEndEvent.java
+++ /dev/null
@@ -1,28 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-import com.fasterxml.jackson.annotation.JsonProperty;
-
-public class ErrorEndEvent extends Element {
- @JsonProperty("parameter")
- private Parameter parameter;
-
- public Parameter getParameter() {
- return parameter;
- }
-
- public void setParameter(Parameter parameter) {
- this.parameter = parameter;
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ErrorStartEvent.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ErrorStartEvent.java
deleted file mode 100644
index b4cf96c0..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ErrorStartEvent.java
+++ /dev/null
@@ -1,28 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-import com.fasterxml.jackson.annotation.JsonProperty;
-
-public class ErrorStartEvent extends Element {
- @JsonProperty("parameter")
- private Parameter parameter;
-
- public Parameter getParameter() {
- return parameter;
- }
-
- public void setParameter(Parameter parameter) {
- this.parameter = parameter;
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ExclusiveGateway.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ExclusiveGateway.java
deleted file mode 100644
index d34a4f9e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ExclusiveGateway.java
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-public class ExclusiveGateway extends Element {
- public final static String TYPE = "exclusiveGateway";
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/IntermediateCatchEvent.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/IntermediateCatchEvent.java
deleted file mode 100644
index be8b28ea..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/IntermediateCatchEvent.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-public class IntermediateCatchEvent extends Element {
- private TimerEventDefinition timerEventDefinition;
-
- public TimerEventDefinition getTimerEventDefinition() {
- return timerEventDefinition;
- }
-
- public void setTimerEventDefinition(TimerEventDefinition timerEventDefinition) {
- this.timerEventDefinition = timerEventDefinition;
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ParallelGateway.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ParallelGateway.java
deleted file mode 100644
index bde17957..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ParallelGateway.java
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-public class ParallelGateway extends Element {
- public final static String TYPE = "parallelGateway";
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/Parameter.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/Parameter.java
deleted file mode 100644
index 039427ca..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/Parameter.java
+++ /dev/null
@@ -1,103 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-import com.fasterxml.jackson.annotation.JsonInclude;
-import com.fasterxml.jackson.annotation.JsonInclude.Include;
-import com.fasterxml.jackson.core.JsonProcessingException;
-import com.fasterxml.jackson.databind.ObjectMapper;
-
-public class Parameter {
- private static Logger log = LoggerFactory.getLogger(Parameter.class);
- private String description = "";
- private String name;
- private String position;
- private boolean required;
- private String type;
-
- // body parameter may be a json object
- private Object value;
-
- @JsonInclude(Include.NON_NULL)
- private String valueSource;
-
- public String getDescription() {
- return description;
- }
-
- public void setDescription(String description) {
- this.description = description;
- }
-
- public String getName() {
- return name;
- }
-
- public void setName(String name) {
- this.name = name;
- }
-
- public String getPosition() {
- return position;
- }
-
- public void setPosition(String position) {
- this.position = position;
- }
-
- public boolean isRequired() {
- return required;
- }
-
- public void setRequired(boolean required) {
- this.required = required;
- }
-
- public String getType() {
- return type;
- }
-
- public void setType(String type) {
- this.type = type;
- }
-
- public Object getValue() {
- return value;
- }
-
- public void setValue(Object value) {
- this.value = value;
- }
-
- public String getValueSource() {
- return valueSource;
- }
-
- public void setValueSource(String valueSource) {
- this.valueSource = valueSource;
- }
-
- public String toString() {
- ObjectMapper mapper = new ObjectMapper();
- String result = null;
- try {
- result = mapper.writeValueAsString(this);
- } catch (JsonProcessingException e) {
- log.error("fail to convert parameter to json string", e);
- }
- return result;
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/Position.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/Position.java
deleted file mode 100644
index 094bce34..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/Position.java
+++ /dev/null
@@ -1,33 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-public class Position {
- private int left;
- private int top;
-
- public int getLeft() {
- return left;
- }
-
- public void setLeft(int left) {
- this.left = left;
- }
-
- public int getTop() {
- return top;
- }
-
- public void setTop(int top) {
- this.top = top;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/Process.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/Process.java
deleted file mode 100644
index 3a9c7def..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/Process.java
+++ /dev/null
@@ -1,67 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-import java.util.ArrayList;
-import java.util.List;
-
-public class Process {
- private String id;
- private boolean isExecutable;
- private List<Element> elementList = new ArrayList<Element>();
- private List<SequenceFlow> sequenceFlowList = new ArrayList<SequenceFlow>();
- private List<DataObject> dataObjectList = new ArrayList<DataObject>();
-
- public Process(String id) {
- this.id = id;
- }
-
- public String getId() {
- return id;
- }
-
- public void setId(String id) {
- this.id = id;
- }
-
- public boolean isExecutable() {
- return isExecutable;
- }
-
- public void setExecutable(boolean isExecutable) {
- this.isExecutable = isExecutable;
- }
-
- public List<Element> getElementList() {
- return elementList;
- }
-
- public void setElementList(List<Element> elementList) {
- this.elementList = elementList;
- }
-
- public List<SequenceFlow> getSequenceFlowList() {
- return sequenceFlowList;
- }
-
- public void setSequenceFlowList(List<SequenceFlow> sequenceFlowList) {
- this.sequenceFlowList = sequenceFlowList;
- }
-
- public List<DataObject> getDataObjectList() {
- return dataObjectList;
- }
-
- public void setDataObjectList(List<DataObject> dataObjectList) {
- this.dataObjectList = dataObjectList;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/RestServiceTask.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/RestServiceTask.java
deleted file mode 100644
index fb425aae..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/RestServiceTask.java
+++ /dev/null
@@ -1,95 +0,0 @@
-/**
- * Copyright (c) 2017-2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-import java.util.List;
-
-import org.onap.sdc.workflowdesigner.config.Config;
-
-public class RestServiceTask extends ServiceTask {
- private static String handler = Config.PROPERTIES.getProperty(Config.HANDLER_ClASS);
-
-// private String restConfigId;
-// public String getRestConfigId() {
-// return restConfigId;
-// }
-// public void setRestConfigId(String restConfigId) {
-// this.restConfigId = restConfigId;
-// }
- private List<String> produces;
- private List<String> consumes;
-
-
- private List<Parameter> parameters;
- private String baseUrl;
- private String serviceName;
- private String serviceVersion;
- private String path;
- private String method;
-
- public String getBaseUrl() {
- return baseUrl;
- }
- public void setBaseUrl(String url) {
- this.baseUrl = url;
- }
-
- public String getMethod() {
- return method;
- }
-
- public static String getHandler() {
- return handler;
- }
- public static void setHandler(String handler) {
- RestServiceTask.handler = handler;
- }
- public void setMethod(String method) {
- this.method = method;
- }
- public List<String> getProduces() {
- return produces;
- }
- public void setProduces(List<String> produces) {
- this.produces = produces;
- }
- public List<String> getConsumes() {
- return consumes;
- }
- public void setConsumes(List<String> consumes) {
- this.consumes = consumes;
- }
- public List<Parameter> getParameters() {
- return parameters;
- }
- public void setParameters(List<Parameter> parameters) {
- this.parameters = parameters;
- }
- public String getServiceName() {
- return serviceName;
- }
- public void setServiceName(String serviceName) {
- this.serviceName = serviceName;
- }
- public String getServiceVersion() {
- return serviceVersion;
- }
- public void setServiceVersion(String serviceVersion) {
- this.serviceVersion = serviceVersion;
- }
- public String getPath() {
- return path;
- }
- public void setPath(String path) {
- this.path = path;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ScriptTask.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ScriptTask.java
deleted file mode 100644
index 51d916cd..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ScriptTask.java
+++ /dev/null
@@ -1,33 +0,0 @@
-/**
- * Copyright (c) 2017-2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-public class ScriptTask extends Element {
- private String scriptFormat;
- private String script;
-
- public String getScriptFormat() {
- return scriptFormat;
- }
-
- public void setScriptFormat(String scriptFormat) {
- this.scriptFormat = scriptFormat;
- }
-
- public String getScript() {
- return script;
- }
-
- public void setScript(String script) {
- this.script = script;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/SequenceFlow.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/SequenceFlow.java
deleted file mode 100644
index 6e7588a7..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/SequenceFlow.java
+++ /dev/null
@@ -1,70 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-public class SequenceFlow {
- private String id = "";
- private String name;
- private String sourceRef;
- private String targetRef;
- private String documentation;
- private String condition;
-
- public String getId() {
- return id;
- }
-
- public void setId(String id) {
- this.id = id;
- }
-
- public String getName() {
- return name;
- }
-
- public void setName(String name) {
- this.name = name;
- }
-
- public String getSourceRef() {
- return sourceRef;
- }
-
- public void setSourceRef(String sourceRef) {
- this.sourceRef = sourceRef;
- }
-
- public String getTargetRef() {
- return targetRef;
- }
-
- public void setTargetRef(String targetRef) {
- this.targetRef = targetRef;
- }
-
- public String getDocumentation() {
- return documentation;
- }
-
- public void setDocumentation(String documentation) {
- this.documentation = documentation;
- }
-
- public String getCondition() {
- return condition;
- }
-
- public void setCondition(String condition) {
- this.condition = condition;
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ServiceTask.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ServiceTask.java
deleted file mode 100644
index 8770d39c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/ServiceTask.java
+++ /dev/null
@@ -1,44 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-import java.util.List;
-
-public class ServiceTask extends Element {
- private String className;
- private List<Parameter> inputs;
- private List<Parameter> outputs;
-
- public String getClassName() {
- return className;
- }
-
- public void setClassName(String className) {
- this.className = className;
- }
-
- public List<Parameter> getInputs() {
- return inputs;
- }
-
- public void setInputs(List<Parameter> inputs) {
- this.inputs = inputs;
- }
-
- public List<Parameter> getOutputs() {
- return outputs;
- }
-
- public void setOutputs(List<Parameter> outputs) {
- this.outputs = outputs;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/StartEvent.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/StartEvent.java
deleted file mode 100644
index c6517512..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/StartEvent.java
+++ /dev/null
@@ -1,29 +0,0 @@
-/**
- * Copyright (c) 2017-2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-import java.util.List;
-
-import com.fasterxml.jackson.annotation.JsonProperty;
-
-public class StartEvent extends Element {
- @JsonProperty("parameters")
- private List<Parameter> parameters;
-
- public List<Parameter> getParameters() {
- return parameters;
- }
-
- public void setParameters(List<Parameter> parameters) {
- this.parameters = parameters;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/TimerEventDefinition.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/TimerEventDefinition.java
deleted file mode 100644
index 67304f96..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/model/TimerEventDefinition.java
+++ /dev/null
@@ -1,52 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-public class TimerEventDefinition {
- private String type;
- private String timeDuration;
- private String timeDate;
- private String timeCycle;
-
- public String getType() {
- return type;
- }
-
- public void setType(String type) {
- this.type = type;
- }
-
- public String getTimeDuration() {
- return timeDuration;
- }
-
- public void setTimeDuration(String timeDuration) {
- this.timeDuration = timeDuration;
- }
-
- public String getTimeDate() {
- return timeDate;
- }
-
- public void setTimeDate(String timeDate) {
- this.timeDate = timeDate;
- }
-
- public String getTimeCycle() {
- return timeCycle;
- }
-
- public void setTimeCycle(String timeCycle) {
- this.timeCycle = timeCycle;
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/parser/Bpmn4ToscaJsonParser.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/parser/Bpmn4ToscaJsonParser.java
deleted file mode 100644
index f41faa37..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/parser/Bpmn4ToscaJsonParser.java
+++ /dev/null
@@ -1,216 +0,0 @@
-/**
- * Copyright (c) 2017-2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.parser;
-
-import java.io.IOException;
-import java.net.MalformedURLException;
-import java.net.URI;
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.Iterator;
-import java.util.List;
-import java.util.Map;
-
-import org.onap.sdc.workflowdesigner.model.DataObject;
-import org.onap.sdc.workflowdesigner.model.Element;
-import org.onap.sdc.workflowdesigner.model.EndEvent;
-import org.onap.sdc.workflowdesigner.model.ErrorEndEvent;
-import org.onap.sdc.workflowdesigner.model.ErrorStartEvent;
-import org.onap.sdc.workflowdesigner.model.ExclusiveGateway;
-import org.onap.sdc.workflowdesigner.model.IntermediateCatchEvent;
-import org.onap.sdc.workflowdesigner.model.ParallelGateway;
-import org.onap.sdc.workflowdesigner.model.Parameter;
-import org.onap.sdc.workflowdesigner.model.Process;
-import org.onap.sdc.workflowdesigner.model.RestServiceTask;
-import org.onap.sdc.workflowdesigner.model.ScriptTask;
-import org.onap.sdc.workflowdesigner.model.SequenceFlow;
-import org.onap.sdc.workflowdesigner.model.ServiceTask;
-import org.onap.sdc.workflowdesigner.model.StartEvent;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-import com.fasterxml.jackson.core.JsonParseException;
-import com.fasterxml.jackson.databind.DeserializationFeature;
-import com.fasterxml.jackson.databind.JsonMappingException;
-import com.fasterxml.jackson.databind.JsonNode;
-import com.fasterxml.jackson.databind.ObjectMapper;
-import com.fasterxml.jackson.databind.SerializationFeature;
-
-public class Bpmn4ToscaJsonParser {
-
- private static Logger log = LoggerFactory.getLogger(Bpmn4ToscaJsonParser.class);
-
- private static ObjectMapper MAPPER = new ObjectMapper();
-
- private Map<String, JsonNode> restConfigMap = new HashMap<String, JsonNode>();
-
- static {
- MAPPER.enable(SerializationFeature.INDENT_OUTPUT);
- MAPPER.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
- }
-
- public Process parse(String processName, URI jsonFileUrl)
- throws JsonParseException, JsonMappingException, MalformedURLException, IOException {
- Process process = new Process(processName);
-
- JsonNode rootNode = MAPPER.readValue(jsonFileUrl.toURL(), JsonNode.class);
-
- log.debug("Creating Process models...");
-// JsonNode nodes = rootNode.get(JsonKeys.NODES);
- JsonNode data = rootNode.get(JsonKeys.DATA);
- if(null == data) {
- return process;
- }
- JsonNode nodes = data.get(JsonKeys.NODES);
- if (nodes == null) {
- return process;
- }
-
- this.loadConfigs(rootNode.get(JsonKeys.CONFIGS));
-
- Iterator<JsonNode> iter = nodes.iterator();
- while (iter.hasNext()) {
- JsonNode jsonNode = (JsonNode) iter.next();
-
- // get element
- Element element = createElementFromJson(jsonNode);
- process.getElementList().add(element);
-
- // get sequence flows
- List<SequenceFlow> flowList = getSequenceFlows(jsonNode);
- process.getSequenceFlowList().addAll(flowList);
-
- // add dataObject
- if (element instanceof StartEvent) {
- List<DataObject> dataObjects = this.getDataObject((StartEvent) element);
- process.getDataObjectList().addAll(dataObjects);
- }
- }
-
- return process;
-
- }
-
- private List<DataObject> getDataObject(StartEvent startEvent) {
- List<DataObject> dataObjects = new ArrayList<DataObject>();
-
- for (Parameter parameter : startEvent.getParameters()) {
- DataObject dataObject = new DataObject();
- dataObject.setId(parameter.getName());
- dataObject.setName(parameter.getName());
- dataObject.setValue((String) parameter.getValue());
-
- dataObjects.add(dataObject);
- }
-
- return dataObjects;
- }
-
- private void loadConfigs(JsonNode config) {
- if(config == null) {
- return;
- }
- loadRestConfigs(config.get(JsonKeys.REST_CONFIGS));
- }
-
- private void loadRestConfigs(JsonNode restConfigs) {
- if(restConfigs == null) {
- return;
- }
-
- Iterator<JsonNode> iter = restConfigs.iterator();
- while (iter.hasNext()) {
- JsonNode restConfig = (JsonNode) iter.next();
-
- String configId = getValueFromJsonNode(restConfig, JsonKeys.ID);
- restConfigMap.put(configId, restConfig);
- }
- }
-
- private List<SequenceFlow> getSequenceFlows(JsonNode jsonNode) {
- List<SequenceFlow> flowList = new ArrayList<SequenceFlow>();
- String elementId = getValueFromJsonNode(jsonNode, JsonKeys.ID);
- JsonNode connectionsNode = jsonNode.get(JsonKeys.CONNECTIONS);
-
- Iterator<JsonNode> iter = connectionsNode.iterator();
- while (iter.hasNext()) {
- JsonNode connectionEntry = (JsonNode) iter.next();
- String targetRef = getValueFromJsonNode(connectionEntry, JsonKeys.TARGET_REF);
- String condition = getValueFromJsonNode(connectionEntry, JsonKeys.CONDITION);
- SequenceFlow flow = new SequenceFlow();
- flow.setId(elementId + targetRef);
- flow.setSourceRef(elementId);
- flow.setTargetRef(targetRef);
- flow.setCondition(condition);
- flowList.add(flow);
- }
-
- return flowList;
- }
-
- protected Element createElementFromJson(JsonNode jsonNode)
- throws JsonParseException, JsonMappingException, IOException {
- String jsonObject = jsonNode.toString();
- Element element;
-
- String nodeType = getValueFromJsonNode(jsonNode, JsonKeys.TYPE);
- if (nodeType == null) {
- log.warn("Ignoring node: type is null");
- return null;
- }
-
- switch (nodeType) {
- case "startEvent":
- element = MAPPER.readValue(jsonObject, StartEvent.class);
- break;
- case "endEvent":
- element = MAPPER.readValue(jsonObject, EndEvent.class);
- break;
- case "errorStartEvent":
- element = MAPPER.readValue(jsonObject, ErrorStartEvent.class);
- break;
- case "errorEndEvent":
- element = MAPPER.readValue(jsonObject, ErrorEndEvent.class);
- break;
- case "intermediateCatchEvent":
- element = MAPPER.readValue(jsonObject, IntermediateCatchEvent.class);
- break;
- case "serviceTask":
- element = MAPPER.readValue(jsonObject, ServiceTask.class);
- break;
- case "restTask":
- // element = this.createRestServiceTask(jsonObject);
- element = MAPPER.readValue(jsonObject, RestServiceTask.class);
- break;
- case "scriptTask":
- element = MAPPER.readValue(jsonObject, ScriptTask.class);
- break;
- case "exclusiveGateway":
- element = MAPPER.readValue(jsonObject, ExclusiveGateway.class);
- break;
- case "parallelGateway":
- element = MAPPER.readValue(jsonObject, ParallelGateway.class);
- break;
- default:
- log.warn("Ignoring node: type '" + nodeType + "' is unkown");
- return null;
- }
-
- return element;
- }
-
-
- private String getValueFromJsonNode(JsonNode jsonNode, String key) {
- return jsonNode.get(key) == null ? null : jsonNode.get(key).asText();
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/parser/JsonKeys.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/parser/JsonKeys.java
deleted file mode 100644
index 6128cfdf..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/parser/JsonKeys.java
+++ /dev/null
@@ -1,92 +0,0 @@
-/**
- * Copyright (c) 2017-2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.parser;
-
-public interface JsonKeys {
-
-
- /*
- * Field names of BPMN4Tosca Model
- */
- public static final String DATA = "data";
- public static final String NODES = "nodes";
- public static final String REST_CONFIGS = "restConfigs";
- public static final String CONFIGS = "configs";
-
-
- // microservice info
- public static final String MICROSERVICE_URL = "url";
- public static final String MICROSERVICE_NAME = "name";
- public static final String MICROSERVICE_VERSION = "version";
-
- public static final String NAME = "name";
-
- public static final String ID = "id";
-
- public static final String TYPE = "type";
-
- public static final String INPUT = "input";
-
- public static final String OUTPUT = "output";
-
- public static final String VALUE = "value";
-
- public static final String NODE_TEMPLATE = "node_template";
-
- public static final String NODE_OPERATION = "node_operation";
-
- public static final String NODE_INTERFACE_NAME = "interface";
-
- public static final String CONNECTIONS = "connection";
-
- public static final String SOURCE_REF = "sourceRef";
-
- public static final String TARGET_REF = "targetRef";
-
- public static final String CONDITIONS = "conditions";
-
- public static final String CONDITION = "condition";
-
- public static final String DEFAULT = "default";
-
-
- /*
- * Exclusive-Gateway, Event, Management-Task Types
- *
- */
- public static final String NODE_TYPE_MGMT_TASK = "ToscaNodeManagementTask";
-
- public static final String NODE_TYPE_START_EVENT = "StartEvent";
-
- public static final String NODE_TYPE_END_EVENT = "EndEvent";
-
- public static final String NODE_TYPE_GATEWAY_EXCLUSIVE = "ExclusiveGateway";
-
- public static final String NODE_TYPE_GATEWAY_EXCLUSIVE_END = "ExclusiveGatewayEnd";
-
-
- /*
- * Parameter Types
- */
- public static final String PARAM_TYPE_VALUE_STRING = "string";
-
- public static final String PARAM_TYPE_VALUE_TOPOLOGY = "topology";
-
- public static final String PARAM_TYPE_VALUE_PLAN = "plan";
-
- public static final String PARAM_TYPE_VALUE_CONCAT = "concat";
-
- public static final String PARAM_TYPE_VALUE_IA = "implementation_artifact";
-
- public static final String PARAM_TYPE_VALUE_DA = "deployment_artifact";
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/ExtendActivityResource.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/ExtendActivityResource.java
deleted file mode 100644
index 4a40597a..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/ExtendActivityResource.java
+++ /dev/null
@@ -1,283 +0,0 @@
-/**
- * Copyright (c) 2017-2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-package org.onap.sdc.workflowdesigner.resources;
-
-import java.io.IOException;
-import java.util.HashMap;
-import java.util.Map;
-
-import javax.ws.rs.Consumes;
-import javax.ws.rs.GET;
-import javax.ws.rs.Path;
-import javax.ws.rs.Produces;
-import javax.ws.rs.QueryParam;
-import javax.ws.rs.core.MediaType;
-import javax.ws.rs.core.Response;
-
-import org.eclipse.jetty.http.HttpStatus;
-import org.onap.sdc.workflowdesigner.common.ActivitySpecProxyException;
-import org.onap.sdc.workflowdesigner.config.AppConfig;
-import org.onap.sdc.workflowdesigner.externalservice.sdc.ActivitySpecServiceProxy;
-import org.onap.sdc.workflowdesigner.externalservice.sdc.entity.ActivitySpec;
-import org.onap.sdc.workflowdesigner.externalservice.sdc.entity.Parameter;
-import org.onap.sdc.workflowdesigner.resources.entity.ExtActivityDisplayInfo;
-import org.onap.sdc.workflowdesigner.resources.entity.I18nString;
-import org.onap.sdc.workflowdesigner.resources.entity.InputOutput;
-import org.onap.sdc.workflowdesigner.resources.entity.NodeCategory;
-import org.onap.sdc.workflowdesigner.resources.entity.CategoryData;
-import org.onap.sdc.workflowdesigner.resources.entity.Content;
-import org.onap.sdc.workflowdesigner.resources.entity.ExtActivity;
-import org.onap.sdc.workflowdesigner.utils.FileCommonUtils;
-import org.onap.sdc.workflowdesigner.utils.JsonUtils;
-import org.onap.sdc.workflowdesigner.utils.RestUtils;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-import com.codahale.metrics.annotation.Timed;
-
-import io.swagger.annotations.Api;
-import io.swagger.annotations.ApiOperation;
-import io.swagger.annotations.ApiParam;
-import io.swagger.annotations.ApiResponse;
-import io.swagger.annotations.ApiResponses;
-
-/**
- * Extend Activity Resource.
- *
- */
-@Path("/ext-activities")
-@Api(tags = {"Workflow Modeler"})
-public class ExtendActivityResource {
- private static final Logger LOGGER = LoggerFactory.getLogger(ExtendActivityResource.class);
-
- /** */
- private static final String EXT_ACTIVITIES_DISPLAY_INFO_FILE_NAME =
- "ext-activities-display-info.json";
-
- private static final String EXT_ACTIVITIES_FILE_NAME = "ext-activities.json";
-
- private static final CategoryData EXTENSION_TASK_CATEGORY =
- new CategoryData(new I18nString("Extension Task", "Extension Task"));
-
- private static final String EXTENSION_TASK_CATEGORY_CATEGORY_ID = "extension_task_category_id";
-
- /**
- * test function.
- *
- * @return Response
- */
- @Path("/")
- @GET
- @Consumes(MediaType.APPLICATION_JSON)
- @Produces(MediaType.APPLICATION_JSON)
- @ApiOperation(value = "Get Extend Activities.", response = ExtActivity.class,
- responseContainer = "List")
- @ApiResponses(value = {
- @ApiResponse(code = HttpStatus.NOT_FOUND_404, message = "microservice not found",
- response = String.class),
- @ApiResponse(code = HttpStatus.UNSUPPORTED_MEDIA_TYPE_415,
- message = "Unprocessable MicroServiceInfo Entity ", response = String.class),
- @ApiResponse(code = HttpStatus.INTERNAL_SERVER_ERROR_500, message = "server internal error",
- response = String.class)})
- @Timed
- public Response getExtActivities(@ApiParam(value = "sence") @QueryParam("sence") String sence) {
- if (AppConfig.isSDCAdapter()) {
- return getExtActivitiesfromSDC();
- } else {
- return getExtActivitiesfromLocal();
- }
- }
-
- /**
- * @return
- */
- private Response getExtActivitiesfromLocal() {
- try {
- String json = FileCommonUtils.readString(EXT_ACTIVITIES_FILE_NAME);
- ExtActivity[] extActivities = JsonUtils.fromJson(json, ExtActivity[].class);
- return Response.status(Response.Status.OK).entity(extActivities).build();
- } catch (IOException e) {
- LOGGER.error("Get ExtActivities from local failed.", e);
- throw RestUtils.newInternalServerErrorException(e);
- }
- }
-
- /**
- * @return
- */
- private Response getExtActivitiesfromSDC() {
- try {
- ActivitySpecServiceProxy proxy = new ActivitySpecServiceProxy();
- ActivitySpec[] activitySpecs = proxy.getActivitySpecs();
- ExtActivity[] extActivities = convert2ExtActivities(activitySpecs);
- return Response.status(Response.Status.OK).entity(extActivities).build();
- } catch (ActivitySpecProxyException e) {
- LOGGER.error("Get ExtActivities from sdc failed.", e);
- throw RestUtils.newInternalServerErrorException(e);
- }
- }
-
- /**
- * @param activitySpecs
- * @return
- */
- private ExtActivity[] convert2ExtActivities(ActivitySpec[] activitySpecs) {
- ExtActivity[] extendActivities = new ExtActivity[activitySpecs.length];
- for (int i = 0; i < activitySpecs.length; i++) {
- extendActivities[i] = convert2ExtActivity(activitySpecs[i]);
- }
- return extendActivities;
- }
-
- /**
- * @param activitySpec
- * @return
- */
- private ExtActivity convert2ExtActivity(ActivitySpec activitySpec) {
- ExtActivity extActivity = new ExtActivity();
- extActivity.setId(activitySpec.getId());
- extActivity.setDisplayName(new I18nString(activitySpec.getName(), activitySpec.getName()));
- extActivity.setDescription(
- new I18nString(activitySpec.getDescription(), activitySpec.getDescription()));
- extActivity.setType(activitySpec.getType());
- extActivity.setContent(buildContent(activitySpec));
- return extActivity;
- }
-
- /**
- * @param activitySpec
- * @return
- */
- private Content buildContent(ActivitySpec activitySpec) {
- Content content = new Content();
- content.setScript(activitySpec.getContent());
- content.setInputs(convert2InputOutputs(activitySpec.getInputs()));
- content.setOutputs(convert2InputOutputs(activitySpec.getOutputs()));
- return content;
- }
-
- /**
- * @param parameters
- * @return
- */
- private Map<String, InputOutput> convert2InputOutputs(Parameter[] parameters) {
- Map<String, InputOutput> inputOutputs = new HashMap<>();
- for (Parameter parameter : parameters) {
- inputOutputs.put(parameter.getName(), convert2InputOutput(parameter));
- }
- return inputOutputs;
- }
-
- /**
- * @param parameter
- * @return
- */
- private InputOutput convert2InputOutput(Parameter parameter) {
- InputOutput inputOutput = new InputOutput();
- inputOutput.setDisplayName(new I18nString(parameter.getName(), parameter.getName()));
- inputOutput.setType(parameter.getType());
- inputOutput.setDefault(parameter.getDefault());
- inputOutput.setValue(parameter.getValue());
- return inputOutput;
- }
-
-
- @Path("/displayInfo")
- @GET
- @Consumes(MediaType.APPLICATION_JSON)
- @Produces(MediaType.APPLICATION_JSON)
- @ApiOperation(value = "Get Extend Activities DisplayInfo",
- response = ExtActivityDisplayInfo.class)
- @ApiResponses(value = {
- @ApiResponse(code = HttpStatus.NOT_FOUND_404, message = "microservice not found",
- response = String.class),
- @ApiResponse(code = HttpStatus.UNSUPPORTED_MEDIA_TYPE_415,
- message = "Unprocessable MicroServiceInfo Entity ", response = String.class),
- @ApiResponse(code = HttpStatus.INTERNAL_SERVER_ERROR_500, message = "server internal error",
- response = String.class)})
- @Timed
- public Response getDisplayInfo(@ApiParam(value = "sence") @QueryParam("sence") String sence) {
- if (AppConfig.isSDCAdapter()) {
- return getDisplayInfofromSDC();
- } else {
- return getDisplayInfofromLocal(sence);
- }
- }
-
- /**
- * @param sence
- * @return
- */
- private Response getDisplayInfofromLocal(String sence) {
- try {
- ExtActivityDisplayInfo displayInfo = retriveDisplayInfo(sence);
- return Response.status(Response.Status.OK).entity(displayInfo).build();
- } catch (IOException e) {
- LOGGER.error("Get Extend Activities DisplayInfo from failed.", e);
- throw RestUtils.newInternalServerErrorException(e);
- }
- }
-
- /**
- * @return
- */
- private Response getDisplayInfofromSDC() {
- try {
- ActivitySpecServiceProxy proxy = new ActivitySpecServiceProxy();
- ActivitySpec[] activitySpecs = proxy.getActivitySpecs();
- ExtActivityDisplayInfo displayInfo = convert2ExtActivityDisplayInfo(activitySpecs);
- return Response.status(Response.Status.OK).entity(displayInfo).build();
- } catch (ActivitySpecProxyException e) {
- LOGGER.error("Get Extend Activities DisplayInfo from sdc failed.", e);
- throw RestUtils.newInternalServerErrorException(e);
- }
- }
-
- /**
- * @param activitySpecs
- * @return
- */
- private ExtActivityDisplayInfo convert2ExtActivityDisplayInfo(ActivitySpec[] activitySpecs) {
- ExtActivityDisplayInfo displayInfo = new ExtActivityDisplayInfo();
-
- for (ActivitySpec activitySpec : activitySpecs) {
- displayInfo.getNodes().put(activitySpec.getId(), buildNodeCategory(activitySpec));
- }
-
- displayInfo.getCategoryData().put(EXTENSION_TASK_CATEGORY_CATEGORY_ID, EXTENSION_TASK_CATEGORY);
-
- return displayInfo;
- }
-
- /**
- * @param activitySpec
- * @return
- */
- private NodeCategory buildNodeCategory(ActivitySpec activitySpec) {
- NodeCategory nodeCategory = new NodeCategory();
- nodeCategory.setCategory(EXTENSION_TASK_CATEGORY_CATEGORY_ID);
-
- return nodeCategory;
- }
-
- /**
- * @param sence
- * @return
- * @throws IOException
- */
- private ExtActivityDisplayInfo retriveDisplayInfo(String sence) throws IOException {
- String json = FileCommonUtils.readString(EXT_ACTIVITIES_DISPLAY_INFO_FILE_NAME);
- return JsonUtils.fromJson(json, ExtActivityDisplayInfo.class);
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/HealthCheckResource.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/HealthCheckResource.java
deleted file mode 100644
index 263ac73d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/HealthCheckResource.java
+++ /dev/null
@@ -1,51 +0,0 @@
-/**
- * Copyright 2018 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.onap.sdc.workflowdesigner.resources;
-
-import javax.ws.rs.Consumes;
-import javax.ws.rs.GET;
-import javax.ws.rs.Path;
-import javax.ws.rs.Produces;
-import javax.ws.rs.core.MediaType;
-import javax.ws.rs.core.Response;
-import org.eclipse.jetty.http.HttpStatus;
-import com.codahale.metrics.annotation.Timed;
-import io.swagger.annotations.Api;
-import io.swagger.annotations.ApiOperation;
-import io.swagger.annotations.ApiResponse;
-import io.swagger.annotations.ApiResponses;
-
-@Path("/healthCheck")
-@Api(tags = {" Health Check "})
-public class HealthCheckResource {
-
- @GET
- @Consumes(MediaType.APPLICATION_JSON)
- @Produces(MediaType.APPLICATION_JSON)
- @ApiOperation(value = " Health Check ")
- @ApiResponses(value = {
- @ApiResponse(code = HttpStatus.NOT_FOUND_404, message = "microservice not found",
- response = String.class),
- @ApiResponse(code = HttpStatus.UNSUPPORTED_MEDIA_TYPE_415,
- message = "Unprocessable MicroServiceInfo Entity ", response = String.class),
- @ApiResponse(code = HttpStatus.INTERNAL_SERVER_ERROR_500, message = "internal server error",
- response = String.class)})
- @Timed
- public Response queryEmsList() {
- return Response.ok("hello world !").build();
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/WorkflowModelerResource.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/WorkflowModelerResource.java
deleted file mode 100644
index c08fcef5..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/WorkflowModelerResource.java
+++ /dev/null
@@ -1,267 +0,0 @@
-/**
- * Copyright (c) 2017-2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-package org.onap.sdc.workflowdesigner.resources;
-
-import java.io.IOException;
-import java.net.URI;
-import java.nio.file.Paths;
-import java.util.List;
-import java.util.UUID;
-
-import javax.ws.rs.Consumes;
-import javax.ws.rs.GET;
-import javax.ws.rs.PUT;
-import javax.ws.rs.Path;
-import javax.ws.rs.PathParam;
-import javax.ws.rs.Produces;
-import javax.ws.rs.QueryParam;
-import javax.ws.rs.core.MediaType;
-import javax.ws.rs.core.Response;
-
-import org.dom4j.Comment;
-import org.dom4j.Document;
-import org.dom4j.DocumentException;
-import org.dom4j.DocumentHelper;
-import org.eclipse.jetty.http.HttpStatus;
-import org.onap.sdc.workflowdesigner.common.SDCProxyException;
-import org.onap.sdc.workflowdesigner.config.AppConfig;
-import org.onap.sdc.workflowdesigner.externalservice.sdc.SDCServiceProxy;
-import org.onap.sdc.workflowdesigner.externalservice.sdc.entity.WorkflowArtifactInfo;
-import org.onap.sdc.workflowdesigner.model.Process;
-import org.onap.sdc.workflowdesigner.parser.Bpmn4ToscaJsonParser;
-import org.onap.sdc.workflowdesigner.resources.entity.WorkflowInfo;
-import org.onap.sdc.workflowdesigner.utils.FileCommonUtils;
-import org.onap.sdc.workflowdesigner.utils.JsonUtils;
-import org.onap.sdc.workflowdesigner.utils.RestUtils;
-import org.onap.sdc.workflowdesigner.utils.ToolUtils;
-import org.onap.sdc.workflowdesigner.writer.BpmnPlanArtefactWriter;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-import com.codahale.metrics.annotation.Timed;
-
-import io.swagger.annotations.Api;
-import io.swagger.annotations.ApiOperation;
-import io.swagger.annotations.ApiParam;
-import io.swagger.annotations.ApiResponse;
-import io.swagger.annotations.ApiResponses;
-
-/**
- * Workflow Modeler Resource.
- *
- */
-@Path("/models")
-@Api(tags = {"Workflow Modeler"})
-public class WorkflowModelerResource {
- private static final Logger logger = LoggerFactory.getLogger(WorkflowModelerResource.class);
-
- private static final String WORKFLOW_JSON_TEMP_FILE_NAME = "temp_workflow.json";
- private static final String WORKFLOW_XML_TEMP_FILE_NAME = "temp_workflow.xml";
-
-
- /**
- *
- * @return Response
- */
- @Path("/{id}")
- @GET
- @Consumes(MediaType.APPLICATION_JSON)
- @Produces(MediaType.APPLICATION_JSON)
- @ApiOperation(value = "Get Model", response = WorkflowInfo.class)
- @ApiResponses(value = {
- @ApiResponse(code = HttpStatus.NOT_FOUND_404, message = "microservice not found",
- response = String.class),
- @ApiResponse(code = HttpStatus.UNSUPPORTED_MEDIA_TYPE_415,
- message = "Unprocessable MicroServiceInfo Entity ", response = String.class),
- @ApiResponse(code = HttpStatus.INTERNAL_SERVER_ERROR_500, message = "server internal error",
- response = String.class)})
- @Timed
- public Response getModel(@ApiParam(value = "id") @PathParam("id") String id,
- @ApiParam(value = "name") @QueryParam("name") String name,
- @ApiParam(value = "uuid") @QueryParam("uuid") String uuid,
- @ApiParam(value = "operationId") @QueryParam("operationId") String operationId) {
- if (AppConfig.isSDCAdapter()) {
- return getModelfromSDC(uuid, operationId, id, name);
- } else {
- return getModelfromLocal();
- }
-
- }
-
- /**
- * @return
- */
- private Response getModelfromLocal() {
- try {
- String json = FileCommonUtils.readString(WORKFLOW_JSON_TEMP_FILE_NAME);
- return Response.status(Response.Status.OK).entity(json).build();
- } catch (IOException e) {
- logger.error("get workflow from local failed.", e);
- throw RestUtils.newInternalServerErrorException(e);
- }
- }
-
-
- /**
- * @param uuid
- * @param operationId
- * @param id
- * @param name
- * @return
- */
- private Response getModelfromSDC(String uuid, String operationId, String id, String name) {
- try {
- SDCServiceProxy sdcProxy = new SDCServiceProxy();
- WorkflowArtifactInfo wai = sdcProxy.getWorkflowArtifact(uuid, operationId, id);
- String bpmn = wai.getPayloadData();
- String json = readJsonfromBPMN(bpmn);
- if (ToolUtils.isEmpty(json)) {
- WorkflowInfo wfi = newEmptyWorkflowInfo(uuid, operationId, id, name);
- return Response.status(Response.Status.OK).entity(wfi).build();
- }
- return Response.status(Response.Status.OK).entity(json).build();
- } catch (SDCProxyException e) {
- logger.error("get workflow from sdc failed.", e);
- throw RestUtils.newInternalServerErrorException(e);
- } catch (DocumentException e) {
- logger.error("get workflow from sdc failed.", e);
- throw RestUtils.newInternalServerErrorException(e);
- }
- }
-
- /**
- * @param id
- * @param operationId
- * @param uuid
- * @param name
- * @return
- */
- private WorkflowInfo newEmptyWorkflowInfo(String uuid, String operationId, String id,
- String name) {
- WorkflowInfo wfi = new WorkflowInfo();
- wfi.setId(id);
- wfi.setName(name);
- wfi.setUuid(uuid);
- wfi.setOperationId(operationId);
-
- return wfi;
- }
-
-
-
- @Path("/{id}")
- @PUT
- @Consumes(MediaType.APPLICATION_JSON)
- @Produces(MediaType.APPLICATION_JSON)
- @ApiOperation(value = "Save Model", response = String.class)
- @ApiResponses(value = {
- @ApiResponse(code = HttpStatus.NOT_FOUND_404, message = "microservice not found",
- response = String.class),
- @ApiResponse(code = HttpStatus.UNSUPPORTED_MEDIA_TYPE_415,
- message = "Unprocessable MicroServiceInfo Entity ", response = String.class),
- @ApiResponse(code = HttpStatus.INTERNAL_SERVER_ERROR_500, message = "server internal error",
- response = String.class)})
- @Timed
- public Response saveModel(@ApiParam(value = "id") @PathParam("id") String id,
- @ApiParam(value = "Model Content", required = true) String json) {
- try {
- FileCommonUtils.write(WORKFLOW_JSON_TEMP_FILE_NAME, json);
-
- URI srcUri = Paths.get(".", WORKFLOW_JSON_TEMP_FILE_NAME).toUri();
- String processName = "plan_" + UUID.randomUUID().toString();
- String bpmn = buildBPMN(srcUri, processName);
- String jsonBpmn = insertJson2Bpmn(json, bpmn);
-
- if (AppConfig.isSDCAdapter()) {
- save2SDC(json, jsonBpmn);
- }
- FileCommonUtils.write(WORKFLOW_XML_TEMP_FILE_NAME, jsonBpmn);
-
- return Response.status(Response.Status.OK).entity(json).build();
- } catch (IOException e) {
- logger.error("save workflow failed.", e);
- throw RestUtils.newInternalServerErrorException(e);
- } catch (Exception e) {
- logger.error("convert workflow from json to bpmn failed.", e);
- throw RestUtils.newInternalServerErrorException(e);
- }
- }
-
- /**
- * @param json
- * @param bpmn
- * @return
- */
- protected String insertJson2Bpmn(String json, String bpmn) {
- StringBuffer sb = new StringBuffer(bpmn);
- sb.append("<!-- \n").append(json).append("-->\n");
-
- return sb.toString();
- }
-
- /**
- *
- * @return
- * @throws DocumentException
- */
- protected String readJsonfromBPMN(String bpmn) throws DocumentException {
- if (ToolUtils.isEmpty(bpmn)) {
- return null;
- }
-
- Document doc = DocumentHelper.parseText(bpmn);
- List<?> elementList = doc.content();
- for (Object object : elementList) {
- if (object instanceof Comment) {
- Comment comment = (Comment) object;
- return comment.getText().trim();
- }
- }
-
- return null;
- }
-
-
- /**
- * @param json
- * @param bpmn
- * @throws SDCProxyException
- */
- private void save2SDC(String json, String bpmn) throws SDCProxyException {
- WorkflowInfo workflowInfo = JsonUtils.fromJson(json, WorkflowInfo.class);
- WorkflowArtifactInfo workflowArtifactInfo =
- new WorkflowArtifactInfo(workflowInfo.getName(), workflowInfo.getDescription(), bpmn);
-
- SDCServiceProxy sdcProxy = new SDCServiceProxy();
- sdcProxy.saveWorkflowArtifact(workflowInfo.getUuid(), workflowInfo.getOperationId(),
- workflowInfo.getId(), workflowArtifactInfo);
- }
-
- /**
- *
- * @param srcUri
- * @param processName
- * @return
- * @throws IOException
- * @throws Exception
- */
- protected String buildBPMN(URI srcUri, String processName) throws IOException, Exception {
- Bpmn4ToscaJsonParser parser = new Bpmn4ToscaJsonParser();
- Process process = parser.parse(processName, srcUri);
-
- // transform bpmn template
- BpmnPlanArtefactWriter writer = new BpmnPlanArtefactWriter(process);
- return writer.completePlanTemplate();
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/CategoryData.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/CategoryData.java
deleted file mode 100644
index 04ce29ea..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/CategoryData.java
+++ /dev/null
@@ -1,65 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.resources.entity;
-
-/**
- *
- */
-public class CategoryData {
- private I18nString displayName;
-
- private boolean collapse;
-
- /**
- *
- */
- public CategoryData() {
- super();
- }
-
- /**
- * @param displayName
- */
- public CategoryData(I18nString displayName) {
- super();
- this.displayName = displayName;
- }
-
- /**
- * @return the displayName
- */
- public I18nString getDisplayName() {
- return displayName;
- }
-
- /**
- * @param displayName the displayName to set
- */
- public void setDisplayName(I18nString displayName) {
- this.displayName = displayName;
- }
-
- /**
- * @return the collapse
- */
- public boolean isCollapse() {
- return collapse;
- }
-
- /**
- * @param collapse the collapse to set
- */
- public void setCollapse(boolean collapse) {
- this.collapse = collapse;
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/Content.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/Content.java
deleted file mode 100644
index a2b814d8..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/Content.java
+++ /dev/null
@@ -1,95 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.resources.entity;
-
-import java.util.Map;
-
-import com.fasterxml.jackson.annotation.JsonInclude;
-import com.fasterxml.jackson.annotation.JsonInclude.Include;
-import com.fasterxml.jackson.annotation.JsonProperty;
-import com.google.gson.annotations.SerializedName;
-
-/**
- *
- */
-@JsonInclude(Include.NON_NULL)
-public class Content {
- @JsonProperty(value="class") // for dropwizard's Jackson
- @SerializedName("class") // for Gson
- public String clazz;
-
- private String script;
-
- private String scriptFormat;
-
- private Map<String, InputOutput> inputs;
-
- private Map<String, InputOutput> outputs;
-
-
- /**
- * @return the script
- */
- public String getScript() {
- return script;
- }
-
- /**
- * @param script the script to set
- */
- public void setScript(String script) {
- this.script = script;
- }
-
- /**
- * @return the scriptFormat
- */
- public String getScriptFormat() {
- return scriptFormat;
- }
-
- /**
- * @param scriptFormat the scriptFormat to set
- */
- public void setScriptFormat(String scriptFormat) {
- this.scriptFormat = scriptFormat;
- }
-
- /**
- * @return the inputs
- */
- public Map<String, InputOutput> getInputs() {
- return inputs;
- }
-
- /**
- * @param inputs the inputs to set
- */
- public void setInputs(Map<String, InputOutput> inputs) {
- this.inputs = inputs;
- }
-
- /**
- * @return the outputs
- */
- public Map<String, InputOutput> getOutputs() {
- return outputs;
- }
-
- /**
- * @param outputs the outputs to set
- */
- public void setOutputs(Map<String, InputOutput> outputs) {
- this.outputs = outputs;
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/ExtActivity.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/ExtActivity.java
deleted file mode 100644
index ca63bebe..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/ExtActivity.java
+++ /dev/null
@@ -1,120 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.resources.entity;
-
-import com.fasterxml.jackson.annotation.JsonInclude;
-import com.fasterxml.jackson.annotation.JsonInclude.Include;
-
-/**
- *
- */
-@JsonInclude(Include.NON_NULL)
-public class ExtActivity {
- private String id;
-
- private I18nString displayName;
-
- private I18nString description;
-
- private String type;
-
- private IconData icon;
-
- private Content content;
-
- /**
- * @return the id
- */
- public String getId() {
- return id;
- }
-
- /**
- * @param id the id to set
- */
- public void setId(String id) {
- this.id = id;
- }
-
- /**
- * @return the type
- */
- public String getType() {
- return type;
- }
-
- /**
- * @param type the type to set
- */
- public void setType(String type) {
- this.type = type;
- }
-
- /**
- * @return the icon
- */
- public IconData getIcon() {
- return icon;
- }
-
- /**
- * @param icon the icon to set
- */
- public void setIcon(IconData icon) {
- this.icon = icon;
- }
-
- /**
- * @return the content
- */
- public Content getContent() {
- return content;
- }
-
- /**
- * @param content the content to set
- */
- public void setContent(Content content) {
- this.content = content;
- }
-
- /**
- * @return the displayName
- */
- public I18nString getDisplayName() {
- return displayName;
- }
-
- /**
- * @param displayName the displayName to set
- */
- public void setDisplayName(I18nString displayName) {
- this.displayName = displayName;
- }
-
- /**
- * @return the description
- */
- public I18nString getDescription() {
- return description;
- }
-
- /**
- * @param description the description to set
- */
- public void setDescription(I18nString description) {
- this.description = description;
- }
-
-
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/ExtActivityDisplayInfo.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/ExtActivityDisplayInfo.java
deleted file mode 100644
index ac91a771..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/ExtActivityDisplayInfo.java
+++ /dev/null
@@ -1,53 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.resources.entity;
-
-import java.util.HashMap;
-import java.util.Map;
-
-/**
- *
- */
-public class ExtActivityDisplayInfo {
- private Map<String, NodeCategory> nodes = new HashMap<>();
-
- private Map<String, CategoryData> categoryData = new HashMap<>();
-
- /**
- * @return the nodes
- */
- public Map<String, NodeCategory> getNodes() {
- return nodes;
- }
-
- /**
- * @param nodes the nodes to set
- */
- public void setNodes(Map<String, NodeCategory> nodes) {
- this.nodes = nodes;
- }
-
- /**
- * @return the categoryData
- */
- public Map<String, CategoryData> getCategoryData() {
- return categoryData;
- }
-
- /**
- * @param categoryData the categoryData to set
- */
- public void setCategoryData(Map<String, CategoryData> categoryData) {
- this.categoryData = categoryData;
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/I18nString.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/I18nString.java
deleted file mode 100644
index faddfaa1..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/I18nString.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.resources.entity;
-
-/**
- *
- */
-public class I18nString {
- private String en_US;
-
- private String zh_CN;
-
- /**
- *
- */
- public I18nString() {
- super();
- }
-
- /**
- * @param en_US
- * @param zh_CN
- */
- public I18nString(String en_US, String zh_CN) {
- super();
- this.en_US = en_US;
- this.zh_CN = zh_CN;
- }
-
- /**
- * @return the en_US
- */
- public String getEn_US() {
- return en_US;
- }
-
- /**
- * @param en_US the en_US to set
- */
- public void setEn_US(String en_US) {
- this.en_US = en_US;
- }
-
- /**
- * @return the zh_CN
- */
- public String getZh_CN() {
- return zh_CN;
- }
-
- /**
- * @param zh_CN the zh_CN to set
- */
- public void setZh_CN(String zh_CN) {
- this.zh_CN = zh_CN;
- }
-
-
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/IconData.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/IconData.java
deleted file mode 100644
index 731ad7c9..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/IconData.java
+++ /dev/null
@@ -1,68 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.resources.entity;
-
-/**
- *
- */
-public class IconData {
- private String name;
-
- private int width;
-
- private int height;
-
- /**
- * @return the name
- */
- public String getName() {
- return name;
- }
-
- /**
- * @param name the name to set
- */
- public void setName(String name) {
- this.name = name;
- }
-
- /**
- * @return the width
- */
- public int getWidth() {
- return width;
- }
-
- /**
- * @param width the width to set
- */
- public void setWidth(int width) {
- this.width = width;
- }
-
- /**
- * @return the height
- */
- public int getHeight() {
- return height;
- }
-
- /**
- * @param height the height to set
- */
- public void setHeight(int height) {
- this.height = height;
- }
-
-
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/InputOutput.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/InputOutput.java
deleted file mode 100644
index 1d5c34a7..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/InputOutput.java
+++ /dev/null
@@ -1,135 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.resources.entity;
-
-import com.google.gson.annotations.SerializedName;
-
-/**
- *
- */
-public class InputOutput {
- private String type;
-
- @SerializedName("default")
- private String defaultValue;
-
- private boolean required;
-
- private I18nString displayName;
-
- private boolean show = true;
-
- private boolean editable = true;
-
- private String value;
-
-
- /**
- * @return the type
- */
- public String getType() {
- return type;
- }
-
- /**
- * @param type the type to set
- */
- public void setType(String type) {
- this.type = type;
- }
-
- /**
- * @return the defaultValue
- */
- public String getDefault() {
- return defaultValue;
- }
-
- /**
- * @param defaultValue the defaultValue to set
- */
- public void setDefault(String defaultValue) {
- this.defaultValue = defaultValue;
- }
-
- /**
- * @return the required
- */
- public boolean isRequired() {
- return required;
- }
-
- /**
- * @param required the required to set
- */
- public void setRequired(boolean required) {
- this.required = required;
- }
-
- /**
- * @return the displayName
- */
- public I18nString getDisplayName() {
- return displayName;
- }
-
- /**
- * @param displayName the displayName to set
- */
- public void setDisplayName(I18nString displayName) {
- this.displayName = displayName;
- }
-
- /**
- * @return the show
- */
- public boolean isShow() {
- return show;
- }
-
- /**
- * @param show the show to set
- */
- public void setShow(boolean show) {
- this.show = show;
- }
-
- /**
- * @return the editable
- */
- public boolean isEditable() {
- return editable;
- }
-
- /**
- * @param editable the editable to set
- */
- public void setEditable(boolean editable) {
- this.editable = editable;
- }
-
- /**
- * @return the value
- */
- public String getValue() {
- return value;
- }
-
- /**
- * @param value the value to set
- */
- public void setValue(String value) {
- this.value = value;
- }
-
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/NodeCategory.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/NodeCategory.java
deleted file mode 100644
index bb1ce7c0..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/NodeCategory.java
+++ /dev/null
@@ -1,34 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.resources.entity;
-
-/**
- *
- */
-public class NodeCategory {
- private String category;
-
- /**
- * @return the category
- */
- public String getCategory() {
- return category;
- }
-
- /**
- * @param category the category to set
- */
- public void setCategory(String category) {
- this.category = category;
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/WorkflowInfo.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/WorkflowInfo.java
deleted file mode 100644
index b4747162..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/resources/entity/WorkflowInfo.java
+++ /dev/null
@@ -1,133 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.resources.entity;
-
-import com.google.gson.JsonObject;
-
-/**
- *
- */
-public class WorkflowInfo {
- private String uuid;
-
- private String operationId;
-
- private String id;
-
- private String name;
-
- private String description;
-
- private String scene;
-
- private JsonObject data;
-
- /**
- * @return the uuid
- */
- public String getUuid() {
- return uuid;
- }
-
- /**
- * @param uuid the uuid to set
- */
- public void setUuid(String uuid) {
- this.uuid = uuid;
- }
-
- /**
- * @return the operationId
- */
- public String getOperationId() {
- return operationId;
- }
-
- /**
- * @param operationId the operationId to set
- */
- public void setOperationId(String operationId) {
- this.operationId = operationId;
- }
-
- /**
- * @return the id
- */
- public String getId() {
- return id;
- }
-
- /**
- * @param id the id to set
- */
- public void setId(String id) {
- this.id = id;
- }
-
- /**
- * @return the name
- */
- public String getName() {
- return name;
- }
-
- /**
- * @param name the name to set
- */
- public void setName(String name) {
- this.name = name;
- }
-
- /**
- * @return the description
- */
- public String getDescription() {
- return description;
- }
-
- /**
- * @param description the description to set
- */
- public void setDescription(String description) {
- this.description = description;
- }
-
- /**
- * @return the scene
- */
- public String getScene() {
- return scene;
- }
-
- /**
- * @param scene the scene to set
- */
- public void setScene(String scene) {
- this.scene = scene;
- }
-
- /**
- * @return the data
- */
- public JsonObject getData() {
- return data;
- }
-
- /**
- * @param data the data to set
- */
- public void setData(JsonObject data) {
- this.data = data;
- }
-
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/FileCommonConstants.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/FileCommonConstants.java
deleted file mode 100644
index fdf11959..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/FileCommonConstants.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-package org.onap.sdc.workflowdesigner.utils;
-
-/**
- *
- */
-public interface FileCommonConstants {
- String DEFAULT_CHARSET_NAME = "UTF-8";
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/FileCommonUtils.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/FileCommonUtils.java
deleted file mode 100644
index 0f07dc50..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/FileCommonUtils.java
+++ /dev/null
@@ -1,287 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-package org.onap.sdc.workflowdesigner.utils;
-
-import java.io.BufferedReader;
-import java.io.File;
-import java.io.FileOutputStream;
-import java.io.IOException;
-import java.io.InputStream;
-import java.io.InputStreamReader;
-import java.io.OutputStream;
-import java.io.Reader;
-import java.io.Writer;
-import java.nio.file.Files;
-import java.nio.file.Paths;
-import java.util.ArrayList;
-import java.util.List;
-
-import org.apache.commons.io.IOUtils;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-/**
- * common utility class.
- *
- */
-public class FileCommonUtils {
- private static final Logger logger = LoggerFactory.getLogger(FileCommonUtils.class);
-
- /**
- * @param ins
- */
- public static void closeInputStream(InputStream ins) {
- if (ins != null) {
- try {
- ins.close();
- } catch (IOException e) {
- logger.info("Close InputStream failed.", e);
- }
- }
- }
-
-
- /**
- *
- * @param os
- */
- public static void closeOutputStream(OutputStream os) {
- if (os != null) {
- try {
- os.close();
- } catch (IOException e) {
- logger.info("Close OutputStream failed.", e);
- }
- }
- }
-
-
- /**
- * @param reader
- */
- public static void closeReader(Reader reader) {
- if (reader != null) {
- try {
- reader.close();
- } catch (IOException e) {
- logger.info("Close Reader failed.", e);
- }
- }
- }
-
-
- /**
- *
- * @param writer
- */
- public static void closeWriter(Writer writer) {
- if (writer != null) {
- try {
- writer.close();
- } catch (IOException e) {
- logger.info("Close Writer failed.", e);
- }
- }
- }
-
-
- /**
- *
- * @param ins
- * @return
- * @throws IOException
- */
- public static String[] readLines(InputStream ins) throws IOException {
- InputStreamReader insReader = new InputStreamReader(ins);
- BufferedReader reader = new BufferedReader(insReader);
-
- List<String> lineList = new ArrayList<>();
- String line;
- try {
- while ((line = reader.readLine()) != null) {
- lineList.add(line);
- }
- } finally {
- closeReader(reader);
- closeReader(insReader);
- }
-
- return lineList.toArray(new String[0]);
- }
-
-
- /**
- *
- * @param ins
- * @return
- * @throws IOException
- */
- public static String readString(InputStream ins) throws IOException {
- return IOUtils.toString(ins, "UTF-8");
- }
-
-
- /**
- *
- * @param filePath
- * @return
- * @throws IOException
- */
- public static String readString(String filePath) throws IOException {
- InputStream ins = null;
- try {
- ins = Files.newInputStream(Paths.get(filePath));
- return readString(ins);
- } finally {
- closeInputStream(ins);
- }
- }
-
-
- /**
- *
- * @param ins
- * @param path
- * @param fileName
- * @return
- * @throws IOException
- */
- public static String saveFile(InputStream ins, String path, String fileName) throws IOException {
- File tmpPath = new File(path);
- if (!tmpPath.exists()) {
- tmpPath.mkdirs();
- }
-
- File file = new File(path + File.separator + fileName);
- OutputStream os = null;
- try {
- int read = 0;
- byte[] bytes = new byte[1024];
- os = new FileOutputStream(file, false);
- while ((read = ins.read(bytes)) != -1) {
- os.write(bytes, 0, read);
- }
- os.flush();
- return file.getAbsolutePath();
- } finally {
- closeOutputStream(os);
- }
- }
-
-
- /**
- *
- * @param path
- * @param fileName
- * @param content
- * @throws IOException
- */
- public static void writetoAbsoluteFile(String path, String fileName, String content)
- throws IOException {
- writetoAbsoluteFile(path, fileName, content, FileCommonConstants.DEFAULT_CHARSET_NAME);
- }
-
-
- /**
- *
- * @param path
- * @param fileName
- * @param content
- * @param charsetName
- * @throws IOException
- */
- public static void writetoAbsoluteFile(String path, String fileName, String content,
- String charsetName) throws IOException {
- write(path, fileName, content, charsetName);
- }
-
-
- /**
- *
- * @param fileName
- * @param s
- * @throws IOException
- */
- public static void write(String fileName, String s) throws IOException {
- write(".", fileName, s, FileCommonConstants.DEFAULT_CHARSET_NAME);
-
- }
-
-
- /**
- *
- * @param path
- * @param fileName
- * @param s
- * @param charsetName
- * @throws IOException
- */
- public static void write(String path, String fileName, String s, String charsetName)
- throws IOException {
- File tmpPath = new File(path);
- if (!tmpPath.exists()) {
- tmpPath.mkdirs();
- }
-
- String absolutePath = path + File.separator + fileName;
- FileOutputStream out = null;
- try {
- out = new FileOutputStream(absolutePath);
- out.write(s.getBytes(charsetName));
- out.close();
- } finally {
- closeOutputStream(out);
- }
- }
-
-
- /**
- *
- * @param fileName
- * @param s
- * @param charsetName
- * @throws IOException
- */
- public static void write(String fileName, String s, String charsetName) throws IOException {
- write(".", fileName, s, charsetName);
- }
-
-
- /**
- *
- * @param fileName
- * @param ss
- * @throws IOException
- */
- public static void write(String fileName, String[] ss) throws IOException {
- write(fileName, ss, FileCommonConstants.DEFAULT_CHARSET_NAME);
- }
-
-
- /**
- *
- * @param fileName
- * @param ss
- * @param charsetName
- * @throws IOException
- */
- public static void write(String fileName, String[] ss, String charsetName) throws IOException {
- StringBuilder sb = new StringBuilder();
- for (int i = 0; i < ss.length; i++) {
- sb.append(ss[i]).append(System.lineSeparator());
- }
-
- write(fileName, sb.toString(), charsetName);
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/JsonUtils.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/JsonUtils.java
deleted file mode 100644
index ee8a35e0..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/JsonUtils.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.utils;
-
-import com.google.gson.Gson;
-
-/**
- *
- */
-public class JsonUtils {
- /**
- *
- * @param json
- * @param clazz
- * @return
- */
- public static <T> T fromJson(String json, Class<T> clazz) {
- Gson gson = new Gson();
- return gson.fromJson(json, clazz);
- }
-
- /**
- *
- * @param t
- * @return
- */
- public static <T> String toJson(T t) {
- Gson gson = new Gson();
- return gson.toJson(t);
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/RestUtils.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/RestUtils.java
deleted file mode 100644
index b8ba428c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/RestUtils.java
+++ /dev/null
@@ -1,28 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-package org.onap.sdc.workflowdesigner.utils;
-
-import javax.ws.rs.InternalServerErrorException;
-import javax.ws.rs.core.Response;
-
-import org.onap.sdc.workflowdesigner.utils.entity.CommonErrorResponse;
-
-/**
- *
- */
-public class RestUtils {
- public static InternalServerErrorException newInternalServerErrorException(Exception e) {
- return new InternalServerErrorException(Response.status(Response.Status.INTERNAL_SERVER_ERROR)
- .entity(new CommonErrorResponse(e.getMessage())).build(), e);
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/ToolUtils.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/ToolUtils.java
deleted file mode 100644
index ea13cf8a..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/ToolUtils.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.utils;
-
-/**
- *
- */
-public class ToolUtils {
- /**
- * @param val
- * @return
- */
- public static boolean isEmpty(String val) {
- return val == null || val.trim().isEmpty();
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/entity/CommonErrorResponse.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/entity/CommonErrorResponse.java
deleted file mode 100644
index 5983a5a5..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/utils/entity/CommonErrorResponse.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-package org.onap.sdc.workflowdesigner.utils.entity;
-
-public class CommonErrorResponse {
- private String code;
- private String message;
-
- public static Object failure(String message) {
- return message;
- }
-
- public CommonErrorResponse(String message) {
- super();
- this.message = message;
- }
-
- /**
- * @return the code
- */
- public String getCode() {
- return code;
- }
-
- /**
- * @param code the code to set
- */
- public void setCode(String code) {
- this.code = code;
- }
-
- /**
- * @return the message
- */
- public String getMessage() {
- return message;
- }
-
- /**
- * @param message the message to set
- */
- public void setMessage(String message) {
- this.message = message;
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/writer/BpmnPlanArtefactWriter.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/writer/BpmnPlanArtefactWriter.java
deleted file mode 100644
index 4b369ff3..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/java/org/onap/sdc/workflowdesigner/writer/BpmnPlanArtefactWriter.java
+++ /dev/null
@@ -1,64 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.writer;
-
-import java.io.StringWriter;
-
-import org.apache.velocity.Template;
-import org.apache.velocity.VelocityContext;
-import org.apache.velocity.app.Velocity;
-import org.apache.velocity.app.VelocityEngine;
-import org.apache.velocity.exception.ParseErrorException;
-import org.apache.velocity.exception.ResourceNotFoundException;
-import org.onap.sdc.workflowdesigner.config.Config;
-import org.onap.sdc.workflowdesigner.model.Process;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-public class BpmnPlanArtefactWriter {
-
- private Process process;
-
- private final static String TEMPLATE_PATH = Config.PROPERTIES.getProperty(Config.TEMPLATE_PATH);
-
- private static Logger log = LoggerFactory.getLogger(BpmnPlanArtefactWriter.class);
-
- public BpmnPlanArtefactWriter(Process process) throws Exception {
- this.process = process;
- Velocity.init();
- }
-
- public String completePlanTemplate() throws ResourceNotFoundException, ParseErrorException, Exception {
- log.debug("Completing BPMN process template...");
-
- VelocityContext context = new VelocityContext();
-
- VelocityEngine ve = new VelocityEngine();
- ve.setProperty("resource.loader", "class");
- ve.setProperty("class.resource.loader.class",
- "org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader");
- Template planTemplate = ve.getTemplate(TEMPLATE_PATH + "bpmn_template.xml");
-
- context.put("process", process);
- context.put("templatePath", TEMPLATE_PATH);
- StringWriter planWriter = new StringWriter();
- planTemplate.merge(context, planWriter);
-
- String bpmnProcessContent = planWriter.toString();
-
- log.debug("Completed BPMN process template" + bpmnProcessContent);
-
- return bpmnProcessContent;
-
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/META-INF/MANIFEST.MF b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/META-INF/MANIFEST.MF
deleted file mode 100644
index eaf90a94..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-Created-By: 1.7.0_72 (Oracle Corporation)
-
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/WEB-INF/web.xml b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/WEB-INF/web.xml
deleted file mode 100644
index 2a5346c4..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/WEB-INF/web.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-
- Copyright 2016 ZTE Corporation.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
--->
-<web-app xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
- http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
- version="3.0"
- metadata-complete="true">
-
- <description>
- ZENAP API-DOC.
- </description>
- <display-name>ZENAP API-DOC</display-name>
- <!-- Define example filters -->
-
-
- <welcome-file-list>
- <welcome-file>index.html</welcome-file>
- <welcome-file>index.xhtml</welcome-file>
- <welcome-file>index.htm</welcome-file>
- <welcome-file>index.jsp</welcome-file>
- </welcome-file-list>
-
-</web-app>
-
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/css/reset.css b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/css/reset.css
deleted file mode 100644
index 2e116124..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/css/reset.css
+++ /dev/null
@@ -1,140 +0,0 @@
-/**
- * Copyright 2016 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
-html,
-body,
-div,
-span,
-applet,
-object,
-iframe,
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-p,
-blockquote,
-pre,
-a,
-abbr,
-acronym,
-address,
-big,
-cite,
-code,
-del,
-dfn,
-em,
-img,
-ins,
-kbd,
-q,
-s,
-samp,
-small,
-strike,
-strong,
-sub,
-sup,
-tt,
-var,
-b,
-u,
-i,
-center,
-dl,
-dt,
-dd,
-ol,
-ul,
-li,
-fieldset,
-form,
-label,
-legend,
-table,
-caption,
-tbody,
-tfoot,
-thead,
-tr,
-th,
-td,
-article,
-aside,
-canvas,
-details,
-embed,
-figure,
-figcaption,
-footer,
-header,
-hgroup,
-menu,
-nav,
-output,
-ruby,
-section,
-summary,
-time,
-mark,
-audio,
-video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
-}
-/* HTML5 display-role reset for older browsers */
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-menu,
-nav,
-section {
- display: block;
-}
-body {
- line-height: 1;
-}
-ol,
-ul {
- list-style: none;
-}
-blockquote,
-q {
- quotes: none;
-}
-blockquote:before,
-blockquote:after,
-q:before,
-q:after {
- content: '';
- content: none;
-}
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/css/screen.css b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/css/screen.css
deleted file mode 100644
index 2b982c22..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/css/screen.css
+++ /dev/null
@@ -1,1271 +0,0 @@
-/**
- * Copyright 2016 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-/* Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> */
-.swagger-section pre code {
- display: block;
- padding: 0.5em;
- background: #F0F0F0;
-}
-.swagger-section pre code,
-.swagger-section pre .subst,
-.swagger-section pre .tag .title,
-.swagger-section pre .lisp .title,
-.swagger-section pre .clojure .built_in,
-.swagger-section pre .nginx .title {
- color: black;
-}
-.swagger-section pre .string,
-.swagger-section pre .title,
-.swagger-section pre .constant,
-.swagger-section pre .parent,
-.swagger-section pre .tag .value,
-.swagger-section pre .rules .value,
-.swagger-section pre .rules .value .number,
-.swagger-section pre .preprocessor,
-.swagger-section pre .ruby .symbol,
-.swagger-section pre .ruby .symbol .string,
-.swagger-section pre .aggregate,
-.swagger-section pre .template_tag,
-.swagger-section pre .django .variable,
-.swagger-section pre .smalltalk .class,
-.swagger-section pre .addition,
-.swagger-section pre .flow,
-.swagger-section pre .stream,
-.swagger-section pre .bash .variable,
-.swagger-section pre .apache .tag,
-.swagger-section pre .apache .cbracket,
-.swagger-section pre .tex .command,
-.swagger-section pre .tex .special,
-.swagger-section pre .erlang_repl .function_or_atom,
-.swagger-section pre .markdown .header {
- color: #800;
-}
-.swagger-section pre .comment,
-.swagger-section pre .annotation,
-.swagger-section pre .template_comment,
-.swagger-section pre .diff .header,
-.swagger-section pre .chunk,
-.swagger-section pre .markdown .blockquote {
- color: #888;
-}
-.swagger-section pre .number,
-.swagger-section pre .date,
-.swagger-section pre .regexp,
-.swagger-section pre .literal,
-.swagger-section pre .smalltalk .symbol,
-.swagger-section pre .smalltalk .char,
-.swagger-section pre .go .constant,
-.swagger-section pre .change,
-.swagger-section pre .markdown .bullet,
-.swagger-section pre .markdown .link_url {
- color: #080;
-}
-.swagger-section pre .label,
-.swagger-section pre .javadoc,
-.swagger-section pre .ruby .string,
-.swagger-section pre .decorator,
-.swagger-section pre .filter .argument,
-.swagger-section pre .localvars,
-.swagger-section pre .array,
-.swagger-section pre .attr_selector,
-.swagger-section pre .important,
-.swagger-section pre .pseudo,
-.swagger-section pre .pi,
-.swagger-section pre .doctype,
-.swagger-section pre .deletion,
-.swagger-section pre .envvar,
-.swagger-section pre .shebang,
-.swagger-section pre .apache .sqbracket,
-.swagger-section pre .nginx .built_in,
-.swagger-section pre .tex .formula,
-.swagger-section pre .erlang_repl .reserved,
-.swagger-section pre .prompt,
-.swagger-section pre .markdown .link_label,
-.swagger-section pre .vhdl .attribute,
-.swagger-section pre .clojure .attribute,
-.swagger-section pre .coffeescript .property {
- color: #8888ff;
-}
-.swagger-section pre .keyword,
-.swagger-section pre .id,
-.swagger-section pre .phpdoc,
-.swagger-section pre .title,
-.swagger-section pre .built_in,
-.swagger-section pre .aggregate,
-.swagger-section pre .css .tag,
-.swagger-section pre .javadoctag,
-.swagger-section pre .phpdoc,
-.swagger-section pre .yardoctag,
-.swagger-section pre .smalltalk .class,
-.swagger-section pre .winutils,
-.swagger-section pre .bash .variable,
-.swagger-section pre .apache .tag,
-.swagger-section pre .go .typename,
-.swagger-section pre .tex .command,
-.swagger-section pre .markdown .strong,
-.swagger-section pre .request,
-.swagger-section pre .status {
- font-weight: bold;
-}
-.swagger-section pre .markdown .emphasis {
- font-style: italic;
-}
-.swagger-section pre .nginx .built_in {
- font-weight: normal;
-}
-.swagger-section pre .coffeescript .javascript,
-.swagger-section pre .javascript .xml,
-.swagger-section pre .tex .formula,
-.swagger-section pre .xml .javascript,
-.swagger-section pre .xml .vbscript,
-.swagger-section pre .xml .css,
-.swagger-section pre .xml .cdata {
- opacity: 0.5;
-}
-.swagger-section .swagger-ui-wrap {
- line-height: 1;
- font-family: "Droid Sans", sans-serif;
- max-width: 960px;
- margin-left: auto;
- margin-right: auto;
-}
-.swagger-section .swagger-ui-wrap b,
-.swagger-section .swagger-ui-wrap strong {
- font-family: "Droid Sans", sans-serif;
- font-weight: bold;
-}
-.swagger-section .swagger-ui-wrap q,
-.swagger-section .swagger-ui-wrap blockquote {
- quotes: none;
-}
-.swagger-section .swagger-ui-wrap p {
- line-height: 1.4em;
- padding: 0 0 10px;
- color: #333333;
-}
-.swagger-section .swagger-ui-wrap q:before,
-.swagger-section .swagger-ui-wrap q:after,
-.swagger-section .swagger-ui-wrap blockquote:before,
-.swagger-section .swagger-ui-wrap blockquote:after {
- content: none;
-}
-.swagger-section .swagger-ui-wrap .heading_with_menu h1,
-.swagger-section .swagger-ui-wrap .heading_with_menu h2,
-.swagger-section .swagger-ui-wrap .heading_with_menu h3,
-.swagger-section .swagger-ui-wrap .heading_with_menu h4,
-.swagger-section .swagger-ui-wrap .heading_with_menu h5,
-.swagger-section .swagger-ui-wrap .heading_with_menu h6 {
- display: block;
- clear: none;
- float: left;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- width: 60%;
-}
-.swagger-section .swagger-ui-wrap table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-.swagger-section .swagger-ui-wrap table thead tr th {
- padding: 5px;
- font-size: 0.9em;
- color: #666666;
- border-bottom: 1px solid #999999;
-}
-.swagger-section .swagger-ui-wrap table tbody tr:last-child td {
- border-bottom: none;
-}
-.swagger-section .swagger-ui-wrap table tbody tr.offset {
- background-color: #f0f0f0;
-}
-.swagger-section .swagger-ui-wrap table tbody tr td {
- padding: 6px;
- font-size: 0.9em;
- border-bottom: 1px solid #cccccc;
- vertical-align: top;
- line-height: 1.3em;
-}
-.swagger-section .swagger-ui-wrap ol {
- margin: 0px 0 10px;
- padding: 0 0 0 18px;
- list-style-type: decimal;
-}
-.swagger-section .swagger-ui-wrap ol li {
- padding: 5px 0px;
- font-size: 0.9em;
- color: #333333;
-}
-.swagger-section .swagger-ui-wrap ol,
-.swagger-section .swagger-ui-wrap ul {
- list-style: none;
-}
-.swagger-section .swagger-ui-wrap h1 a,
-.swagger-section .swagger-ui-wrap h2 a,
-.swagger-section .swagger-ui-wrap h3 a,
-.swagger-section .swagger-ui-wrap h4 a,
-.swagger-section .swagger-ui-wrap h5 a,
-.swagger-section .swagger-ui-wrap h6 a {
- text-decoration: none;
-}
-.swagger-section .swagger-ui-wrap h1 a:hover,
-.swagger-section .swagger-ui-wrap h2 a:hover,
-.swagger-section .swagger-ui-wrap h3 a:hover,
-.swagger-section .swagger-ui-wrap h4 a:hover,
-.swagger-section .swagger-ui-wrap h5 a:hover,
-.swagger-section .swagger-ui-wrap h6 a:hover {
- text-decoration: underline;
-}
-.swagger-section .swagger-ui-wrap h1 span.divider,
-.swagger-section .swagger-ui-wrap h2 span.divider,
-.swagger-section .swagger-ui-wrap h3 span.divider,
-.swagger-section .swagger-ui-wrap h4 span.divider,
-.swagger-section .swagger-ui-wrap h5 span.divider,
-.swagger-section .swagger-ui-wrap h6 span.divider {
- color: #aaaaaa;
-}
-.swagger-section .swagger-ui-wrap a {
- color: #547f00;
-}
-.swagger-section .swagger-ui-wrap a img {
- border: none;
-}
-.swagger-section .swagger-ui-wrap article,
-.swagger-section .swagger-ui-wrap aside,
-.swagger-section .swagger-ui-wrap details,
-.swagger-section .swagger-ui-wrap figcaption,
-.swagger-section .swagger-ui-wrap figure,
-.swagger-section .swagger-ui-wrap footer,
-.swagger-section .swagger-ui-wrap header,
-.swagger-section .swagger-ui-wrap hgroup,
-.swagger-section .swagger-ui-wrap menu,
-.swagger-section .swagger-ui-wrap nav,
-.swagger-section .swagger-ui-wrap section,
-.swagger-section .swagger-ui-wrap summary {
- display: block;
-}
-.swagger-section .swagger-ui-wrap pre {
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
- background-color: #fcf6db;
- border: 1px solid #e5e0c6;
- padding: 10px;
-}
-.swagger-section .swagger-ui-wrap pre code {
- line-height: 1.6em;
- background: none;
-}
-.swagger-section .swagger-ui-wrap .content > .content-type > div > label {
- clear: both;
- display: block;
- color: #0F6AB4;
- font-size: 1.1em;
- margin: 0;
- padding: 15px 0 5px;
-}
-.swagger-section .swagger-ui-wrap .content pre {
- font-size: 12px;
- margin-top: 5px;
- padding: 5px;
-}
-.swagger-section .swagger-ui-wrap .icon-btn {
- cursor: pointer;
-}
-.swagger-section .swagger-ui-wrap .info_title {
- padding-bottom: 10px;
- font-weight: bold;
- font-size: 25px;
-}
-.swagger-section .swagger-ui-wrap p.big,
-.swagger-section .swagger-ui-wrap div.big p {
- font-size: 1em;
- margin-bottom: 10px;
-}
-.swagger-section .swagger-ui-wrap form.fullwidth ol li.string input,
-.swagger-section .swagger-ui-wrap form.fullwidth ol li.url input,
-.swagger-section .swagger-ui-wrap form.fullwidth ol li.text textarea,
-.swagger-section .swagger-ui-wrap form.fullwidth ol li.numeric input {
- width: 500px !important;
-}
-.swagger-section .swagger-ui-wrap .info_license {
- padding-bottom: 5px;
-}
-.swagger-section .swagger-ui-wrap .info_tos {
- padding-bottom: 5px;
-}
-.swagger-section .swagger-ui-wrap .message-fail {
- color: #cc0000;
-}
-.swagger-section .swagger-ui-wrap .info_url {
- padding-bottom: 5px;
-}
-.swagger-section .swagger-ui-wrap .info_email {
- padding-bottom: 5px;
-}
-.swagger-section .swagger-ui-wrap .info_name {
- padding-bottom: 5px;
-}
-.swagger-section .swagger-ui-wrap .info_description {
- padding-bottom: 10px;
- font-size: 15px;
-}
-.swagger-section .swagger-ui-wrap .markdown ol li,
-.swagger-section .swagger-ui-wrap .markdown ul li {
- padding: 3px 0px;
- line-height: 1.4em;
- color: #333333;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input,
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input,
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input {
- display: block;
- padding: 4px;
- width: auto;
- clear: both;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input.title,
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input.title,
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input.title {
- font-size: 1.3em;
-}
-.swagger-section .swagger-ui-wrap table.fullwidth {
- width: 100%;
-}
-.swagger-section .swagger-ui-wrap .model-signature {
- font-family: "Droid Sans", sans-serif;
- font-size: 1em;
- line-height: 1.5em;
-}
-.swagger-section .swagger-ui-wrap .model-signature .signature-nav a {
- text-decoration: none;
- color: #AAA;
-}
-.swagger-section .swagger-ui-wrap .model-signature .signature-nav a:hover {
- text-decoration: underline;
- color: black;
-}
-.swagger-section .swagger-ui-wrap .model-signature .signature-nav .selected {
- color: black;
- text-decoration: none;
-}
-.swagger-section .swagger-ui-wrap .model-signature .propType {
- color: #5555aa;
-}
-.swagger-section .swagger-ui-wrap .model-signature pre:hover {
- background-color: #ffffdd;
-}
-.swagger-section .swagger-ui-wrap .model-signature pre {
- font-size: .85em;
- line-height: 1.2em;
- overflow: auto;
- max-height: 200px;
- cursor: pointer;
-}
-.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav {
- display: block;
- margin: 0;
- padding: 0;
-}
-.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li:last-child {
- padding-right: 0;
- border-right: none;
-}
-.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li {
- float: left;
- margin: 0 5px 5px 0;
- padding: 2px 5px 2px 0;
- border-right: 1px solid #ddd;
-}
-.swagger-section .swagger-ui-wrap .model-signature .propOpt {
- color: #555;
-}
-.swagger-section .swagger-ui-wrap .model-signature .snippet small {
- font-size: 0.75em;
-}
-.swagger-section .swagger-ui-wrap .model-signature .propOptKey {
- font-style: italic;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description .strong {
- font-weight: bold;
- color: #000;
- font-size: .9em;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description div {
- font-size: 0.9em;
- line-height: 1.5em;
- margin-left: 1em;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description .stronger {
- font-weight: bold;
- color: #000;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper {
- border-spacing: 0;
- position: absolute;
- background-color: #ffffff;
- border: 1px solid #bbbbbb;
- display: none;
- font-size: 11px;
- max-width: 400px;
- line-height: 30px;
- color: black;
- padding: 5px;
- margin-left: 10px;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper th {
- text-align: center;
- background-color: #eeeeee;
- border: 1px solid #bbbbbb;
- font-size: 11px;
- color: #666666;
- font-weight: bold;
- padding: 5px;
- line-height: 15px;
-}
-.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper .optionName {
- font-weight: bold;
-}
-.swagger-section .swagger-ui-wrap .model-signature .propName {
- font-weight: bold;
-}
-.swagger-section .swagger-ui-wrap .model-signature .signature-container {
- clear: both;
-}
-.swagger-section .swagger-ui-wrap .body-textarea {
- width: 300px;
- height: 100px;
- border: 1px solid #aaa;
-}
-.swagger-section .swagger-ui-wrap .markdown p code,
-.swagger-section .swagger-ui-wrap .markdown li code {
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
- background-color: #f0f0f0;
- color: black;
- padding: 1px 3px;
-}
-.swagger-section .swagger-ui-wrap .required {
- font-weight: bold;
-}
-.swagger-section .swagger-ui-wrap input.parameter {
- width: 300px;
- border: 1px solid #aaa;
-}
-.swagger-section .swagger-ui-wrap h1 {
- color: black;
- font-size: 1.5em;
- line-height: 1.3em;
- padding: 10px 0 10px 0;
- font-family: "Droid Sans", sans-serif;
- font-weight: bold;
-}
-.swagger-section .swagger-ui-wrap .heading_with_menu {
- float: none;
- clear: both;
- overflow: hidden;
- display: block;
-}
-.swagger-section .swagger-ui-wrap .heading_with_menu ul {
- display: block;
- clear: none;
- float: right;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- margin-top: 10px;
-}
-.swagger-section .swagger-ui-wrap h2 {
- color: black;
- font-size: 1.3em;
- padding: 10px 0 10px 0;
-}
-.swagger-section .swagger-ui-wrap h2 a {
- color: black;
-}
-.swagger-section .swagger-ui-wrap h2 span.sub {
- font-size: 0.7em;
- color: #999999;
- font-style: italic;
-}
-.swagger-section .swagger-ui-wrap h2 span.sub a {
- color: #777777;
-}
-.swagger-section .swagger-ui-wrap span.weak {
- color: #666666;
-}
-.swagger-section .swagger-ui-wrap .message-success {
- color: #89BF04;
-}
-.swagger-section .swagger-ui-wrap caption,
-.swagger-section .swagger-ui-wrap th,
-.swagger-section .swagger-ui-wrap td {
- text-align: left;
- font-weight: normal;
- vertical-align: middle;
-}
-.swagger-section .swagger-ui-wrap .code {
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.text textarea {
- font-family: "Droid Sans", sans-serif;
- height: 250px;
- padding: 4px;
- display: block;
- clear: both;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.select select {
- display: block;
- clear: both;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean {
- float: none;
- clear: both;
- overflow: hidden;
- display: block;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean label {
- display: block;
- float: left;
- clear: none;
- margin: 0;
- padding: 0;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean input {
- display: block;
- float: left;
- clear: none;
- margin: 0 5px 0 0;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.required label {
- color: black;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label {
- display: block;
- clear: both;
- width: auto;
- padding: 0 0 3px;
- color: #666666;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label abbr {
- padding-left: 3px;
- color: #888888;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li p.inline-hints {
- margin-left: 0;
- font-style: italic;
- font-size: 0.9em;
- margin: 0;
-}
-.swagger-section .swagger-ui-wrap form.formtastic fieldset.buttons {
- margin: 0;
- padding: 0;
-}
-.swagger-section .swagger-ui-wrap span.blank,
-.swagger-section .swagger-ui-wrap span.empty {
- color: #888888;
- font-style: italic;
-}
-.swagger-section .swagger-ui-wrap .markdown h3 {
- color: #547f00;
-}
-.swagger-section .swagger-ui-wrap .markdown h4 {
- color: #666666;
-}
-.swagger-section .swagger-ui-wrap .markdown pre {
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
- background-color: #fcf6db;
- border: 1px solid #e5e0c6;
- padding: 10px;
- margin: 0 0 10px 0;
-}
-.swagger-section .swagger-ui-wrap .markdown pre code {
- line-height: 1.6em;
-}
-.swagger-section .swagger-ui-wrap div.gist {
- margin: 20px 0 25px 0 !important;
-}
-.swagger-section .swagger-ui-wrap ul#resources {
- font-family: "Droid Sans", sans-serif;
- font-size: 0.9em;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource {
- border-bottom: 1px solid #dddddd;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading h2 a,
-.swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading h2 a {
- color: black;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading ul.options li a,
-.swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading ul.options li a {
- color: #555555;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource:last-child {
- border-bottom: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading {
- border: 1px solid transparent;
- float: none;
- clear: both;
- overflow: hidden;
- display: block;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
- overflow: hidden;
- padding: 0;
- display: block;
- clear: none;
- float: right;
- margin: 14px 10px 0 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li {
- float: left;
- clear: none;
- margin: 0;
- padding: 2px 10px;
- border-right: 1px solid #dddddd;
- color: #666666;
- font-size: 0.9em;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a {
- color: #aaaaaa;
- text-decoration: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover {
- text-decoration: underline;
- color: black;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover,
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:active,
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a.active {
- text-decoration: underline;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:first-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.first {
- padding-left: 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.last {
- padding-right: 0;
- border-right: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options:first-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options.first {
- padding-left: 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
- color: #999999;
- padding-left: 0;
- display: block;
- clear: none;
- float: left;
- font-family: "Droid Sans", sans-serif;
- font-weight: bold;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
- color: #999999;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a:hover {
- color: black;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation {
- float: none;
- clear: both;
- overflow: hidden;
- display: block;
- margin: 0 0 10px;
- padding: 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading {
- float: none;
- clear: both;
- overflow: hidden;
- display: block;
- margin: 0;
- padding: 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 {
- display: block;
- clear: none;
- float: left;
- width: auto;
- margin: 0;
- padding: 0;
- line-height: 1.1em;
- color: black;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path {
- padding-left: 10px;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a {
- color: black;
- text-decoration: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a:hover {
- text-decoration: underline;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a {
- text-transform: uppercase;
- text-decoration: none;
- color: white;
- display: inline-block;
- width: 50px;
- font-size: 0.7em;
- text-align: center;
- padding: 7px 0 4px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- -o-border-radius: 2px;
- -ms-border-radius: 2px;
- -khtml-border-radius: 2px;
- border-radius: 2px;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span {
- margin: 0;
- padding: 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options {
- overflow: hidden;
- padding: 0;
- display: block;
- clear: none;
- float: right;
- margin: 6px 10px 0 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li {
- float: left;
- clear: none;
- margin: 0;
- padding: 2px 10px;
- font-size: 0.9em;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a {
- text-decoration: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li.access {
- color: black;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content {
- border-top: none;
- padding: 10px;
- -moz-border-radius-bottomleft: 6px;
- -webkit-border-bottom-left-radius: 6px;
- -o-border-bottom-left-radius: 6px;
- -ms-border-bottom-left-radius: 6px;
- -khtml-border-bottom-left-radius: 6px;
- border-bottom-left-radius: 6px;
- -moz-border-radius-bottomright: 6px;
- -webkit-border-bottom-right-radius: 6px;
- -o-border-bottom-right-radius: 6px;
- -ms-border-bottom-right-radius: 6px;
- -khtml-border-bottom-right-radius: 6px;
- border-bottom-right-radius: 6px;
- margin: 0 0 20px;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content h4 {
- font-size: 1.1em;
- margin: 0;
- padding: 15px 0 5px;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header {
- float: none;
- clear: both;
- overflow: hidden;
- display: block;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header a {
- padding: 4px 0 0 10px;
- display: inline-block;
- font-size: 0.9em;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit {
- display: block;
- clear: none;
- float: left;
- padding: 6px 8px;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header span.response_throbber {
- background-image: url('../images/throbber.gif');
- width: 128px;
- height: 16px;
- display: block;
- clear: none;
- float: right;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form input[type='text'].error {
- outline: 2px solid black;
- outline-color: #cc0000;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.response div.block pre {
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
- padding: 10px;
- font-size: 0.9em;
- max-height: 400px;
- overflow-y: auto;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
- background-color: #f9f2e9;
- border: 1px solid #f0e0ca;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a {
- background-color: #c5862b;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #f0e0ca;
- color: #c5862b;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a {
- color: #c5862b;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
- background-color: #faf5ee;
- border: 1px solid #f0e0ca;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4 {
- color: #c5862b;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header a {
- color: #dcb67f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading {
- background-color: #fcffcd;
- border: 1px solid black;
- border-color: #ffd20f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span.http_method a {
- text-transform: uppercase;
- background-color: #ffd20f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #ffd20f;
- color: #ffd20f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a {
- color: #ffd20f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content {
- background-color: #fcffcd;
- border: 1px solid black;
- border-color: #ffd20f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content h4 {
- color: #ffd20f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header a {
- color: #6fc992;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
- background-color: #f5e8e8;
- border: 1px solid #e8c6c7;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a {
- text-transform: uppercase;
- background-color: #a41e22;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #e8c6c7;
- color: #a41e22;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a {
- color: #a41e22;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
- background-color: #f7eded;
- border: 1px solid #e8c6c7;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4 {
- color: #a41e22;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header a {
- color: #c8787a;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
- background-color: #e7f6ec;
- border: 1px solid #c3e8d1;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a {
- background-color: #10a54a;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #c3e8d1;
- color: #10a54a;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
- color: #10a54a;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
- background-color: #ebf7f0;
- border: 1px solid #c3e8d1;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4 {
- color: #10a54a;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header a {
- color: #6fc992;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading {
- background-color: #FCE9E3;
- border: 1px solid #F5D5C3;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.http_method a {
- background-color: #D38042;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #f0cecb;
- color: #D38042;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a {
- color: #D38042;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content {
- background-color: #faf0ef;
- border: 1px solid #f0cecb;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content h4 {
- color: #D38042;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header a {
- color: #dcb67f;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
- background-color: #e7f0f7;
- border: 1px solid #c3d9ec;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
- background-color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #c3d9ec;
- color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a {
- color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
- background-color: #ebf3f9;
- border: 1px solid #c3d9ec;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 {
- color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header a {
- color: #6fa5d2;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading {
- background-color: #e7f0f7;
- border: 1px solid #c3d9ec;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading h3 span.http_method a {
- background-color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li {
- border-right: 1px solid #dddddd;
- border-right-color: #c3d9ec;
- color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li a {
- color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content {
- background-color: #ebf3f9;
- border: 1px solid #c3d9ec;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content h4 {
- color: #0f6ab4;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content div.sandbox_header a {
- color: #6fa5d2;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
- border-top: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li:last-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.last,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.last,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li.last,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.last,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.last,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.last {
- padding-right: 0;
- border-right: none;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:hover,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:active,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a.active {
- text-decoration: underline;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li:first-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li.first {
- padding-left: 0;
-}
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations:first-child,
-.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations.first {
- padding-left: 0;
-}
-.swagger-section .swagger-ui-wrap p#colophon {
- margin: 0 15px 40px 15px;
- padding: 10px 0;
- font-size: 0.8em;
- border-top: 1px solid #dddddd;
- font-family: "Droid Sans", sans-serif;
- color: #999999;
- font-style: italic;
-}
-.swagger-section .swagger-ui-wrap p#colophon a {
- text-decoration: none;
- color: #547f00;
-}
-.swagger-section .swagger-ui-wrap h3 {
- color: black;
- font-size: 1.1em;
- padding: 10px 0 10px 0;
-}
-.swagger-section .swagger-ui-wrap .markdown ol,
-.swagger-section .swagger-ui-wrap .markdown ul {
- font-family: "Droid Sans", sans-serif;
- margin: 5px 0 10px;
- padding: 0 0 0 18px;
- list-style-type: disc;
-}
-.swagger-section .swagger-ui-wrap form.form_box {
- background-color: #ebf3f9;
- border: 1px solid #c3d9ec;
- padding: 10px;
-}
-.swagger-section .swagger-ui-wrap form.form_box label {
- color: #0f6ab4 !important;
-}
-.swagger-section .swagger-ui-wrap form.form_box input[type=submit] {
- display: block;
- padding: 10px;
-}
-.swagger-section .swagger-ui-wrap form.form_box p.weak {
- font-size: 0.8em;
-}
-.swagger-section .swagger-ui-wrap form.form_box p {
- font-size: 0.9em;
- padding: 0 0 15px;
- color: #7e7b6d;
-}
-.swagger-section .swagger-ui-wrap form.form_box p a {
- color: #646257;
-}
-.swagger-section .swagger-ui-wrap form.form_box p strong {
- color: black;
-}
-.swagger-section .title {
- font-style: bold;
-}
-.swagger-section .secondary_form {
- display: none;
-}
-.swagger-section .main_image {
- display: block;
- margin-left: auto;
- margin-right: auto;
-}
-.swagger-section .oauth_body {
- margin-left: 100px;
- margin-right: 100px;
-}
-.swagger-section .oauth_submit {
- text-align: center;
-}
-.swagger-section .api-popup-dialog {
- z-index: 10000;
- position: absolute;
- width: 500px;
- background: #FFF;
- padding: 20px;
- border: 1px solid #ccc;
- border-radius: 5px;
- display: none;
- font-size: 13px;
- color: #777;
-}
-.swagger-section .api-popup-dialog .api-popup-title {
- font-size: 24px;
- padding: 10px 0;
-}
-.swagger-section .api-popup-dialog .api-popup-title {
- font-size: 24px;
- padding: 10px 0;
-}
-.swagger-section .api-popup-dialog p.error-msg {
- padding-left: 5px;
- padding-bottom: 5px;
-}
-.swagger-section .api-popup-dialog button.api-popup-authbtn {
- height: 30px;
-}
-.swagger-section .api-popup-dialog button.api-popup-cancel {
- height: 30px;
-}
-.swagger-section .api-popup-scopes {
- padding: 10px 20px;
-}
-.swagger-section .api-popup-scopes li {
- padding: 5px 0;
- line-height: 20px;
-}
-.swagger-section .api-popup-scopes .api-scope-desc {
- padding-left: 20px;
- font-style: italic;
-}
-.swagger-section .api-popup-scopes li input {
- position: relative;
- top: 2px;
-}
-.swagger-section .api-popup-actions {
- padding-top: 10px;
-}
-.swagger-section .access {
- float: right;
-}
-.swagger-section .auth {
- float: right;
-}
-.swagger-section #api_information_panel {
- position: absolute;
- background: #FFF;
- border: 1px solid #ccc;
- border-radius: 5px;
- display: none;
- font-size: 13px;
- max-width: 300px;
- line-height: 30px;
- color: black;
- padding: 5px;
-}
-.swagger-section #api_information_panel p .api-msg-enabled {
- color: green;
-}
-.swagger-section #api_information_panel p .api-msg-disabled {
- color: red;
-}
-.swagger-section .api-ic {
- height: 18px;
- vertical-align: middle;
- display: inline-block;
- background: url(../images/explorer_icons.png) no-repeat;
-}
-.swagger-section .ic-info {
- background-position: 0 0;
- width: 18px;
- margin-top: -7px;
- margin-left: 4px;
-}
-.swagger-section .ic-warning {
- background-position: -60px 0;
- width: 18px;
- margin-top: -7px;
- margin-left: 4px;
-}
-.swagger-section .ic-error {
- background-position: -30px 0;
- width: 18px;
- margin-top: -7px;
- margin-left: 4px;
-}
-.swagger-section .ic-off {
- background-position: -90px 0;
- width: 58px;
- margin-top: -4px;
- cursor: pointer;
-}
-.swagger-section .ic-on {
- background-position: -160px 0;
- width: 58px;
- margin-top: -4px;
- cursor: pointer;
-}
-.swagger-section #header {
- background-color: #89bf04;
- padding: 14px;
-}
-.swagger-section #header a#logo {
- font-size: 1.5em;
- font-weight: bold;
- text-decoration: none;
- background: transparent url(../images/logo_small.png) no-repeat left center;
- padding: 20px 0 20px 40px;
- color: white;
-}
-.swagger-section #header form#api_selector {
- display: block;
- clear: none;
- float: right;
-}
-.swagger-section #header form#api_selector .input {
- display: block;
- clear: none;
- float: left;
- margin: 0 10px 0 0;
-}
-.swagger-section #header form#api_selector .input input#input_apiKey {
- width: 200px;
-}
-.swagger-section #header form#api_selector .input input#input_baseUrl {
- width: 400px;
-}
-.swagger-section #header form#api_selector .input a#explore {
- display: block;
- text-decoration: none;
- font-weight: bold;
- padding: 6px 8px;
- font-size: 0.9em;
- color: white;
- background-color: #547f00;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- -o-border-radius: 4px;
- -ms-border-radius: 4px;
- -khtml-border-radius: 4px;
- border-radius: 4px;
-}
-.swagger-section #header form#api_selector .input a#explore:hover {
- background-color: #547f00;
-}
-.swagger-section #header form#api_selector .input input {
- font-size: 0.9em;
- padding: 3px;
- margin: 0;
-}
-.swagger-section #content_message {
- margin: 10px 15px;
- font-style: italic;
- color: #999999;
-}
-.swagger-section #message-bar {
- min-height: 30px;
- text-align: center;
- padding-top: 10px;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/css/typography.css b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/css/typography.css
deleted file mode 100644
index 991427a6..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/css/typography.css
+++ /dev/null
@@ -1,41 +0,0 @@
-/**
- * Copyright 2016 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-/* droid-sans-regular - latin */
-@font-face {
- font-family: 'Droid Sans';
- font-style: normal;
- font-weight: 400;
- src: url('../fonts/droid-sans-v6-latin-regular.eot'); /* IE9 Compat Modes */
- src: local('Droid Sans'), local('DroidSans'),
- url('../fonts/droid-sans-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('../fonts/droid-sans-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
- url('../fonts/droid-sans-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
- url('../fonts/droid-sans-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
- url('../fonts/droid-sans-v6-latin-regular.svg#DroidSans') format('svg'); /* Legacy iOS */
-}
-/* droid-sans-700 - latin */
-@font-face {
- font-family: 'Droid Sans';
- font-style: normal;
- font-weight: 700;
- src: url('../fonts/droid-sans-v6-latin-700.eot'); /* IE9 Compat Modes */
- src: local('Droid Sans Bold'), local('DroidSans-Bold'),
- url('../fonts/droid-sans-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('../fonts/droid-sans-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
- url('../fonts/droid-sans-v6-latin-700.woff') format('woff'), /* Modern Browsers */
- url('../fonts/droid-sans-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
- url('../fonts/droid-sans-v6-latin-700.svg#DroidSans') format('svg'); /* Legacy iOS */
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.eot b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.eot
deleted file mode 100644
index 2250b71a..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.eot
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.svg b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.svg
deleted file mode 100644
index a54bbbbf..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.svg
+++ /dev/null
@@ -1,411 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg xmlns="http://www.w3.org/2000/svg">
-<defs >
-<font id="DroidSans" horiz-adv-x="1123" ><font-face
- font-family="Droid Sans"
- units-per-em="2048"
- panose-1="2 11 8 6 3 8 4 2 2 4"
- ascent="1907"
- descent="-492"
- alphabetic="0" />
-<glyph unicode=" " glyph-name="space" horiz-adv-x="532" />
-<glyph unicode="!" glyph-name="exclam" horiz-adv-x="586" d="M416 485H172L121 1462H467L416 485ZM117 143Q117 190 130 222T168 275T224 304T293 313Q328 313 359 304T415 275T453 223T467 143Q467 98 453 66T415 13T360 -17T293 -27Q256 -27 224 -18T168 13T131
-66T117 143Z" />
-<glyph unicode="&quot;" glyph-name="quotedbl" horiz-adv-x="967" d="M412 1462L371 934H174L133 1462H412ZM834 1462L793 934H596L555 1462H834Z" />
-<glyph unicode="#" glyph-name="numbersign" horiz-adv-x="1323" d="M999 844L952 612H1210V406H913L836 0H616L694 406H500L424 0H209L283 406H45V612H322L369 844H117V1053H406L483 1460H702L625 1053H823L901 1460H1116L1038 1053H1278V844H999ZM539 612H735L782
-844H586L539 612Z" />
-<glyph unicode="$" glyph-name="dollar" horiz-adv-x="1128" d="M1061 457Q1061 382 1035 318T956 206T825 127T645 86V-119H508V82Q442 84 386 90T281 107T188 133T100 168V432Q142 411 191 392T294 358T401 331T508 317V635Q500 638 491 642Q483 645 475 648T461
-653Q370 688 302 726T189 811T121 915T98 1044Q98 1119 126 1180T208 1287T337 1361T508 1399V1556H645V1405Q732 1400 823 1380T1014 1317L913 1083Q848 1109 778 1129T645 1155V862L684 848Q779 813 850 776T968 693T1038 590T1061 457ZM760 451Q760 475 754
-493T733 526T698 553T645 580V328Q704 337 732 367T760 451ZM399 1051Q399 1004 425 973T508 920V1153Q454 1147 427 1123T399 1051Z" />
-<glyph unicode="%" glyph-name="percent" horiz-adv-x="1804" d="M315 1024Q315 897 337 835T410 772Q459 772 482 834T506 1024Q506 1274 410 1274Q360 1274 338 1213T315 1024ZM758 1026Q758 918 738 832T674 687T565 597T408 565Q323 565 259 596T151 687T85
-832T63 1026Q63 1134 83 1219T145 1362T253 1452T408 1483Q494 1483 559 1452T669 1363T735 1219T758 1026ZM1425 1462L614 0H375L1186 1462H1425ZM1298 440Q1298 313 1320 251T1393 188Q1442 188 1465 250T1489 440Q1489 690 1393 690Q1343 690 1321 629T1298
-440ZM1741 442Q1741 334 1721 249T1657 104T1548 14T1391 -18Q1306 -18 1242 13T1135 104T1069 248T1047 442Q1047 550 1067 635T1129 778T1236 868T1391 899Q1477 899 1542 868T1652 779T1718 635T1741 442Z" />
-<glyph unicode="&amp;" glyph-name="ampersand" horiz-adv-x="1479" d="M1475 0H1098L1001 100Q921 45 825 13T612 -20Q492 -20 395 10T228 94T120 225T82 395Q82 472 100 532T153 642T235 731T344 807Q306 853 280 895T237 979T214 1062T207 1149Q207 1227 237
-1288T322 1393T452 1460T618 1483Q704 1483 776 1462T901 1401T984 1301T1014 1165Q1014 1096 992 1039T931 932T842 842T731 766L991 498Q1026 564 1052 637T1098 784H1415Q1400 727 1380 664T1332 538T1270 411T1192 291L1475 0ZM403 424Q403 380 419 345T463
-286T530 249T614 236Q674 236 725 251T819 295L510 625Q459 583 431 535T403 424ZM731 1124Q731 1155 721 1176T695 1212T658 1232T616 1239Q594 1239 572 1233T531 1214T501 1178T489 1122Q489 1070 512 1024T575 932Q652 976 691 1020T731 1124Z" />
-<glyph unicode="&apos;" glyph-name="quotesingle" horiz-adv-x="545" d="M412 1462L371 934H174L133 1462H412Z" />
-<glyph unicode="(" glyph-name="parenleft" horiz-adv-x="694" d="M82 561Q82 686 100 807T155 1043T248 1263T383 1462H633Q492 1269 420 1038T348 563Q348 444 366 326T420 95T509 -124T631 -324H383Q305 -234 249 -131T155 84T100 317T82 561Z" />
-<glyph unicode=")" glyph-name="parenright" horiz-adv-x="694" d="M612 561Q612 437 594 317T539 85T446 -131T311 -324H63Q132 -230 185 -124T274 95T328 326T346 563Q346 807 274 1038T61 1462H311Q389 1369 445 1264T539 1044T594 808T612 561Z" />
-<glyph unicode="*" glyph-name="asterisk" horiz-adv-x="1116" d="M688 1556L647 1188L1020 1292L1053 1040L713 1016L936 719L709 598L553 911L416 600L180 719L401 1016L63 1042L102 1292L467 1188L426 1556H688Z" />
-<glyph unicode="+" glyph-name="plus" horiz-adv-x="1128" d="M455 612H88V831H455V1200H674V831H1040V612H674V248H455V612Z" />
-<glyph unicode="," glyph-name="comma" horiz-adv-x="594" d="M459 215Q445 161 426 100T383 -23T334 -146T283 -264H63Q78 -203 92 -137T120 -6T145 122T164 238H444L459 215Z" />
-<glyph unicode="-" glyph-name="hyphen" horiz-adv-x="659" d="M61 424V674H598V424H61Z" />
-<glyph unicode="." glyph-name="period" horiz-adv-x="584" d="M117 143Q117 190 130 222T168 275T224 304T293 313Q328 313 359 304T415 275T453 223T467 143Q467 98 453 66T415 13T360 -17T293 -27Q256 -27 224 -18T168 13T131 66T117 143Z" />
-<glyph unicode="/" glyph-name="slash" horiz-adv-x="846" d="M836 1462L291 0H14L559 1462H836Z" />
-<glyph unicode="0" glyph-name="zero" horiz-adv-x="1128" d="M1065 731Q1065 554 1038 415T950 179T794 31T563 -20Q436 -20 342 31T186 179T94 415T63 731Q63 908 90 1048T178 1285T333 1433T563 1485Q689 1485 783 1434T940 1286T1034 1049T1065 731ZM371 731Q371
-481 414 355T563 229Q667 229 712 354T758 731Q758 982 713 1108T563 1235Q510 1235 474 1203T414 1108T381 951T371 731Z" />
-<glyph unicode="1" glyph-name="one" horiz-adv-x="1128" d="M817 0H508V846Q508 872 508 908T510 984T513 1064T516 1137Q511 1131 499 1119T472 1093T441 1063T410 1036L242 901L92 1087L563 1462H817V0Z" />
-<glyph unicode="2" glyph-name="two" horiz-adv-x="1128" d="M1063 0H82V215L426 586Q491 656 544 715T635 830T694 944T715 1069Q715 1143 671 1184T551 1225Q472 1225 399 1186T246 1075L78 1274Q123 1315 172 1352T280 1419T410 1465T569 1483Q674 1483 757
-1454T900 1372T990 1242T1022 1071Q1022 985 992 907T910 753T790 603T643 451L467 274V260H1063V0Z" />
-<glyph unicode="3" glyph-name="three" horiz-adv-x="1128" d="M1006 1135Q1006 1059 982 999T915 893T815 817T690 770V764Q867 742 958 657T1049 426Q1049 330 1015 249T909 107T729 14T473 -20Q355 -20 251 -1T57 59V322Q102 298 152 280T252 250T350 231T442
-225Q528 225 585 241T676 286T724 355T739 444Q739 489 721 525T661 587T552 627T387 641H283V858H385Q477 858 538 874T635 919T687 986T702 1067Q702 1145 654 1189T500 1233Q452 1233 411 1224T334 1200T269 1168T215 1133L59 1339Q101 1370 150 1396T258 1441T383
-1472T526 1483Q634 1483 722 1460T874 1392T971 1283T1006 1135Z" />
-<glyph unicode="4" glyph-name="four" horiz-adv-x="1128" d="M1085 303H909V0H608V303H4V518L625 1462H909V543H1085V303ZM608 543V791Q608 804 608 828T610 884T612 948T615 1011T618 1063T621 1096H612Q594 1054 572 1007T520 913L276 543H608Z" />
-<glyph unicode="5" glyph-name="five" horiz-adv-x="1128" d="M598 934Q692 934 773 905T914 820T1008 681T1042 489Q1042 370 1005 276T896 116T718 15T473 -20Q418 -20 364 -15T261 -1T167 24T86 59V326Q121 306 167 289T262 259T362 239T457 231Q591 231 661
-286T731 463Q731 571 663 627T451 684Q425 684 396 681T338 673T283 663T238 651L115 717L170 1462H942V1200H438L414 913Q446 920 488 927T598 934Z" />
-<glyph unicode="6" glyph-name="six" horiz-adv-x="1128" d="M76 621Q76 726 87 830T128 1029T208 1207T336 1349T522 1444T776 1479Q797 1479 822 1478T872 1476T922 1471T965 1464V1217Q927 1226 885 1231T799 1237Q664 1237 577 1204T439 1110T367 966T340
-780H352Q372 816 400 847T467 901T552 937T659 950Q754 950 830 919T958 829T1039 684T1067 487Q1067 368 1034 274T938 115T788 15T590 -20Q482 -20 388 18T225 136T116 335T76 621ZM584 227Q625 227 658 242T716 289T754 369T768 483Q768 590 724 651T588 713Q542
-713 504 695T439 648T398 583T383 510Q383 459 395 409T433 318T496 252T584 227Z" />
-<glyph unicode="7" glyph-name="seven" horiz-adv-x="1128" d="M207 0L727 1200H55V1460H1063V1266L530 0H207Z" />
-<glyph unicode="8" glyph-name="eight" horiz-adv-x="1128" d="M565 1481Q656 1481 737 1459T879 1393T976 1283T1012 1128Q1012 1062 992 1009T937 912T854 834T750 772Q808 741 863 703T962 618T1031 511T1057 379Q1057 288 1021 214T920 88T765 8T565 -20Q447
--20 355 7T200 84T105 207T72 371Q72 446 94 506T154 614T243 699T352 764Q303 795 260 831T186 912T136 1011T117 1130Q117 1217 153 1282T252 1392T395 1459T565 1481ZM358 389Q358 349 371 316T409 258T473 221T561 207Q666 207 718 256T770 387Q770 429 753
-462T708 524T645 577T575 623L553 637Q509 615 473 590T412 534T372 467T358 389ZM563 1255Q530 1255 502 1245T453 1216T420 1169T408 1106Q408 1064 420 1034T454 980T504 938T565 901Q596 917 624 936T673 979T708 1035T721 1106Q721 1141 709 1169T676 1216T626
-1245T563 1255Z" />
-<glyph unicode="9" glyph-name="nine" horiz-adv-x="1128" d="M1055 838Q1055 733 1044 629T1003 429T923 252T795 109T609 15T354 -20Q333 -20 308 -19T258 -17T208 -13T166 -6V242Q203 232 245 227T332 221Q467 221 554 254T692 348T764 493T791 678H778Q758
-642 730 611T664 557T578 521T471 508Q376 508 300 539T172 629T91 774T63 971Q63 1090 96 1184T192 1343T342 1444T541 1479Q649 1479 743 1441T906 1323T1015 1123T1055 838ZM547 1231Q506 1231 472 1216T414 1170T376 1090T362 975Q362 869 407 807T543 745Q589
-745 627 763T692 810T733 875T748 948Q748 999 736 1049T698 1140T635 1206T547 1231Z" />
-<glyph unicode=":" glyph-name="colon" horiz-adv-x="584" d="M117 143Q117 190 130 222T168 275T224 304T293 313Q328 313 359 304T415 275T453 223T467 143Q467 98 453 66T415 13T360 -17T293 -27Q256 -27 224 -18T168 13T131 66T117 143ZM117 969Q117 1016
-130 1048T168 1101T224 1130T293 1139Q328 1139 359 1130T415 1101T453 1049T467 969Q467 924 453 892T415 839T360 809T293 799Q256 799 224 808T168 838T131 891T117 969Z" />
-<glyph unicode=";" glyph-name="semicolon" horiz-adv-x="594" d="M444 238L459 215Q445 161 426 100T383 -23T334 -146T283 -264H63Q78 -203 92 -137T120 -6T145 122T164 238H444ZM117 969Q117 1016 130 1048T168 1101T224 1130T293 1139Q328 1139 359 1130T415
-1101T453 1049T467 969Q467 924 453 892T415 839T360 809T293 799Q256 799 224 808T168 838T131 891T117 969Z" />
-<glyph unicode="&lt;" glyph-name="less" horiz-adv-x="1128" d="M1040 203L88 641V784L1040 1280V1040L397 723L1040 442V203Z" />
-<glyph unicode="=" glyph-name="equal" horiz-adv-x="1128" d="M88 807V1024H1040V807H88ZM88 418V637H1040V418H88Z" />
-<glyph unicode="&gt;" glyph-name="greater" horiz-adv-x="1128" d="M88 442L731 723L88 1040V1280L1040 784V641L88 203V442Z" />
-<glyph unicode="?" glyph-name="question" horiz-adv-x="940" d="M264 485V559Q264 610 274 651T306 730T362 803T444 877Q486 910 515 936T562 987T588 1041T596 1106Q596 1163 558 1200T440 1237Q371 1237 292 1208T127 1137L25 1358Q68 1383 118 1405T223 1445T334
-1473T444 1483Q546 1483 628 1459T767 1387T854 1273T885 1120Q885 1057 871 1008T830 916T761 834T664 750Q622 717 596 693T554 646T534 601T528 545V485H264ZM231 143Q231 190 244 222T282 275T338 304T408 313Q443 313 474 304T530 275T568 223T582 143Q582
-98 568 66T530 13T475 -17T408 -27Q371 -27 339 -18T282 13T245 66T231 143Z" />
-<glyph unicode="@" glyph-name="at" horiz-adv-x="1774" d="M1673 752Q1673 657 1651 564T1582 398T1467 279T1303 233Q1265 233 1232 242T1170 269T1122 310T1090 362H1075Q1056 337 1031 314T975 272T907 244T825 233Q742 233 678 261T569 342T502 468T479 631Q479
-734 510 820T599 968T740 1065T926 1100Q971 1100 1019 1095T1111 1082T1195 1064T1262 1044L1241 625Q1239 603 1239 582T1239 555Q1239 513 1245 486T1262 444T1286 422T1315 416Q1350 416 1376 443T1419 516T1445 623T1454 754Q1454 882 1416 982T1311 1151T1150
-1256T948 1292Q795 1292 679 1241T484 1099T365 882T324 608Q324 470 359 364T463 185T633 75T866 37Q922 37 981 44T1098 63T1213 92T1321 129V-63Q1227 -105 1113 -129T868 -154Q687 -154 545 -103T304 46T154 283T102 602Q102 726 129 839T207 1050T331 1227T499
-1363T706 1450T948 1481Q1106 1481 1239 1431T1468 1286T1619 1056T1673 752ZM711 627Q711 515 749 466T850 416Q892 416 922 435T972 490T1002 575T1016 686L1028 907Q1008 912 981 915T926 918Q867 918 826 893T760 827T723 734T711 627Z" />
-<glyph unicode="A" glyph-name="A" horiz-adv-x="1331" d="M1018 0L918 348H414L313 0H0L475 1468H854L1331 0H1018ZM846 608L752 928Q746 946 734 987T709 1077T683 1177T666 1262Q662 1240 656 1210T641 1147T623 1079T606 1015T592 962T582 928L489 608H846Z" />
-<glyph unicode="B" glyph-name="B" horiz-adv-x="1315" d="M184 1462H612Q750 1462 854 1443T1028 1380T1133 1266T1169 1092Q1169 1030 1154 976T1110 881T1040 813T944 776V766Q999 754 1046 732T1129 670T1185 570T1206 424Q1206 324 1171 246T1071 113T912
-29T700 0H184V1462ZM494 883H655Q713 883 752 893T815 925T849 977T860 1051Q860 1135 808 1171T641 1208H494V883ZM494 637V256H676Q737 256 778 270T845 310T882 373T893 455Q893 496 882 529T845 587T775 624T668 637H494Z" />
-<glyph unicode="C" glyph-name="C" horiz-adv-x="1305" d="M805 1225Q716 1225 648 1191T533 1092T462 935T438 727Q438 610 459 519T525 366T639 271T805 238Q894 238 983 258T1178 315V55Q1130 35 1083 21T987 -2T887 -15T776 -20Q607 -20 483 34T278 186T158
-422T119 729Q119 895 164 1033T296 1272T511 1427T805 1483Q914 1483 1023 1456T1233 1380L1133 1128Q1051 1167 968 1196T805 1225Z" />
-<glyph unicode="D" glyph-name="D" horiz-adv-x="1434" d="M1315 745Q1315 560 1265 421T1119 188T885 47T569 0H184V1462H612Q773 1462 902 1416T1124 1280T1265 1055T1315 745ZM1001 737Q1001 859 977 947T906 1094T792 1180T637 1208H494V256H608Q804 256 902
-376T1001 737Z" />
-<glyph unicode="E" glyph-name="E" horiz-adv-x="1147" d="M1026 0H184V1462H1026V1208H494V887H989V633H494V256H1026V0Z" />
-<glyph unicode="F" glyph-name="F" horiz-adv-x="1124" d="M489 0H184V1462H1022V1208H489V831H985V578H489V0Z" />
-<glyph unicode="G" glyph-name="G" horiz-adv-x="1483" d="M739 821H1319V63Q1261 44 1202 29T1080 3T947 -14T799 -20Q635 -20 509 28T296 172T164 408T119 733Q119 905 169 1044T316 1280T556 1430T883 1483Q1000 1483 1112 1458T1317 1393L1214 1145Q1146 1179
-1061 1202T881 1225Q779 1225 698 1190T558 1089T469 932T438 727Q438 619 459 530T527 375T645 274T819 238Q885 238 930 244T1016 258V563H739V821Z" />
-<glyph unicode="H" glyph-name="H" horiz-adv-x="1485" d="M1300 0H991V631H494V0H184V1462H494V889H991V1462H1300V0Z" />
-<glyph unicode="I" glyph-name="I" horiz-adv-x="797" d="M731 0H66V176L244 258V1204L66 1286V1462H731V1286L553 1204V258L731 176V0Z" />
-<glyph unicode="J" glyph-name="J" horiz-adv-x="678" d="M-2 -430Q-67 -430 -116 -424T-199 -408V-150Q-162 -158 -122 -164T-33 -170Q13 -170 52 -160T121 -126T167 -60T184 43V1462H494V53Q494 -73 458 -164T356 -314T199 -402T-2 -430Z" />
-<glyph unicode="K" glyph-name="K" horiz-adv-x="1298" d="M1298 0H946L610 608L494 522V0H184V1462H494V758L616 965L950 1462H1294L827 803L1298 0Z" />
-<glyph unicode="L" glyph-name="L" horiz-adv-x="1096" d="M184 0V1462H494V256H1026V0H184Z" />
-<glyph unicode="M" glyph-name="M" horiz-adv-x="1870" d="M772 0L451 1147H442Q448 1055 452 969Q454 932 455 893T458 816T460 743T461 680V0H184V1462H606L922 344H928L1264 1462H1686V0H1397V692Q1397 718 1397 751T1399 821T1401 896T1404 970Q1408 1054
-1411 1145H1403L1057 0H772Z" />
-<glyph unicode="N" glyph-name="N" horiz-adv-x="1604" d="M1419 0H1026L451 1106H442Q448 1029 452 953Q456 888 458 817T461 688V0H184V1462H575L1149 367H1155Q1152 443 1148 517Q1147 549 1146 582T1143 649T1142 714T1141 770V1462H1419V0Z" />
-<glyph unicode="O" glyph-name="O" horiz-adv-x="1548" d="M1430 733Q1430 564 1391 425T1270 187T1066 34T774 -20Q606 -20 483 34T279 187T159 425T119 735Q119 905 158 1043T279 1280T483 1431T776 1485Q944 1485 1067 1432T1270 1280T1390 1043T1430 733ZM438
-733Q438 618 458 527T519 372T624 274T774 240Q863 240 926 274T1030 371T1090 526T1110 733Q1110 848 1091 939T1031 1095T927 1193T776 1227Q689 1227 625 1193T520 1095T458 940T438 733Z" />
-<glyph unicode="P" glyph-name="P" horiz-adv-x="1225" d="M494 774H555Q686 774 752 826T819 995Q819 1104 760 1156T573 1208H494V774ZM1133 1006Q1133 910 1104 822T1009 667T834 560T565 520H494V0H184V1462H590Q731 1462 833 1431T1002 1341T1101 1198T1133 1006Z" />
-<glyph unicode="Q" glyph-name="Q" horiz-adv-x="1548" d="M1430 733Q1430 614 1411 510T1352 319T1253 166T1112 55L1473 -348H1075L807 -18Q800 -18 794 -19Q789 -20 784 -20T774 -20Q606 -20 483 34T279 187T159 425T119 735Q119 905 158 1043T279 1280T483
-1431T776 1485Q944 1485 1067 1432T1270 1280T1390 1043T1430 733ZM438 733Q438 618 458 527T519 372T624 274T774 240Q863 240 926 274T1030 371T1090 526T1110 733Q1110 848 1091 939T1031 1095T927 1193T776 1227Q689 1227 625 1193T520 1095T458 940T438 733Z"
-/>
-<glyph unicode="R" glyph-name="R" horiz-adv-x="1290" d="M494 813H578Q707 813 763 864T819 1016Q819 1120 759 1164T573 1208H494V813ZM494 561V0H184V1462H584Q865 1462 999 1354T1133 1024Q1133 949 1113 888T1060 780T983 697T891 637Q1002 459 1090 319Q1128
-259 1163 202T1227 100T1273 28L1290 0H946L629 561H494Z" />
-<glyph unicode="S" glyph-name="S" horiz-adv-x="1073" d="M985 406Q985 308 952 230T854 96T696 10T481 -20Q375 -20 277 2T94 68V356Q142 333 191 312T290 273T391 246T492 236Q543 236 579 247T638 279T671 328T682 391Q682 432 665 463T616 522T540 576T440
-631Q394 655 337 689T230 773T145 895T111 1067Q111 1165 143 1242T236 1373T381 1455T573 1483Q626 1483 676 1476T776 1456T876 1424T979 1380L879 1139Q834 1160 795 1176T719 1203T647 1219T575 1225Q497 1225 456 1184T414 1073Q414 1036 426 1008T466 954T537
-903T643 844Q718 804 781 763T889 671T960 556T985 406Z" />
-<glyph unicode="T" glyph-name="T" horiz-adv-x="1124" d="M717 0H408V1204H41V1462H1083V1204H717V0Z" />
-<glyph unicode="U" glyph-name="U" horiz-adv-x="1466" d="M1292 1462V516Q1292 402 1258 304T1153 134T976 21T727 -20Q592 -20 489 18T316 128T210 298T174 520V1462H483V543Q483 462 499 405T546 311T625 257T735 240Q866 240 924 316T983 545V1462H1292Z" />
-<glyph unicode="V" glyph-name="V" horiz-adv-x="1249" d="M936 1462H1249L793 0H455L0 1462H313L561 582Q566 565 574 525T592 437T611 341T625 260Q630 293 639 341T658 436T677 524T692 582L936 1462Z" />
-<glyph unicode="W" glyph-name="W" horiz-adv-x="1898" d="M1546 0H1194L1014 721Q1010 736 1005 763T992 824T978 895T965 967T955 1031T948 1079Q946 1061 942 1032T931 968T919 896T906 825T893 763T883 719L705 0H352L0 1462H305L471 664Q474 648 479 618T492
-549T506 469T521 387T534 313T543 256Q546 278 551 312T563 384T576 464T590 540T601 603T610 643L813 1462H1085L1288 643Q1291 631 1296 604T1308 541T1322 464T1335 385T1347 312T1356 256Q1359 278 1364 312T1377 387T1391 469T1406 549T1418 617T1427 664L1593
-1462H1898L1546 0Z" />
-<glyph unicode="X" glyph-name="X" horiz-adv-x="1284" d="M1284 0H930L631 553L332 0H0L444 754L31 1462H373L647 936L915 1462H1249L831 737L1284 0Z" />
-<glyph unicode="Y" glyph-name="Y" horiz-adv-x="1196" d="M598 860L862 1462H1196L752 569V0H444V559L0 1462H336L598 860Z" />
-<glyph unicode="Z" glyph-name="Z" horiz-adv-x="1104" d="M1055 0H49V201L668 1206H68V1462H1036V1262L418 256H1055V0Z" />
-<glyph unicode="[" glyph-name="bracketleft" horiz-adv-x="678" d="M627 -324H143V1462H627V1251H403V-113H627V-324Z" />
-<glyph unicode="\" glyph-name="backslash" horiz-adv-x="846" d="M289 1462L834 0H557L12 1462H289Z" />
-<glyph unicode="]" glyph-name="bracketright" horiz-adv-x="678" d="M51 -113H274V1251H51V1462H535V-324H51V-113Z" />
-<glyph unicode="^" glyph-name="asciicircum" horiz-adv-x="1090" d="M8 520L446 1470H590L1085 520H846L524 1163Q455 1002 384 839T244 520H8Z" />
-<glyph unicode="_" glyph-name="underscore" horiz-adv-x="842" d="M846 -324H-4V-184H846V-324Z" />
-<glyph unicode="`" glyph-name="grave" horiz-adv-x="1182" d="M645 1241Q611 1269 564 1310T470 1396T386 1480T332 1548V1569H674Q690 1535 711 1495T756 1414T803 1335T848 1268V1241H645Z" />
-<glyph unicode="a" glyph-name="a" horiz-adv-x="1176" d="M809 0L750 152H741Q708 107 675 75T603 21T516 -10T403 -20Q335 -20 277 1T177 66T110 176T86 334Q86 512 200 596T541 690L719 696V780Q719 849 679 882T567 915Q495 915 427 894T289 838L190 1040Q274
-1087 376 1114T590 1141Q799 1141 910 1043T1022 745V0H809ZM719 518L618 514Q557 512 515 498T448 461T411 405T399 332Q399 262 433 233T522 203Q564 203 600 217T662 260T704 330T719 426V518Z" />
-<glyph unicode="b" glyph-name="b" horiz-adv-x="1245" d="M756 1139Q842 1139 913 1102T1035 992T1114 811T1143 561Q1143 417 1115 309T1034 127T909 17T748 -20Q692 -20 649 -8T571 24T512 69T465 123H444L393 0H160V1556H465V1194Q465 1161 463 1123T459 1051Q456
-1012 453 973H465Q486 1008 513 1038T575 1090T656 1126T756 1139ZM653 895Q602 895 567 877T509 821T477 728T465 596V563Q465 482 474 419T506 314T564 249T655 227Q746 227 788 313T831 565Q831 730 789 812T653 895Z" />
-<glyph unicode="c" glyph-name="c" horiz-adv-x="1022" d="M625 -20Q505 -20 409 13T244 115T139 293T102 553Q102 720 139 832T245 1013T410 1110T625 1139Q711 1139 796 1118T956 1059L868 827Q802 856 741 874T625 893Q514 893 464 809T414 555Q414 387 464
-307T621 227Q708 227 779 249T924 307V53Q887 35 852 21T782 -2T708 -15T625 -20Z" />
-<glyph unicode="d" glyph-name="d" horiz-adv-x="1245" d="M489 -20Q403 -20 332 17T210 126T131 307T102 557Q102 701 130 809T211 991T337 1102T498 1139Q552 1139 597 1127T678 1092T742 1040T793 975H803Q797 1014 792 1054Q787 1088 784 1126T780 1198V1556H1085V0H852L793
-145H780Q759 111 732 81T670 28T590 -7T489 -20ZM600 223Q654 223 692 241T753 297T788 391T801 522V555Q801 636 791 699T758 804T696 869T598 891Q502 891 457 805T412 553Q412 388 457 306T600 223Z" />
-<glyph unicode="e" glyph-name="e" horiz-adv-x="1190" d="M612 922Q531 922 478 865T416 686H805Q804 737 792 780T756 854T696 904T612 922ZM651 -20Q531 -20 430 15T256 120T143 298T102 551Q102 698 139 808T242 991T402 1102T610 1139Q721 1139 810 1106T962
-1007T1058 848T1092 631V483H410Q412 419 430 368T482 281T563 226T672 207Q723 207 768 212T857 229T942 256T1028 295V59Q988 38 948 24T862 -1T765 -15T651 -20Z" />
-<glyph unicode="f" glyph-name="f" horiz-adv-x="793" d="M741 889H514V0H209V889H41V1036L209 1118V1200Q209 1307 235 1377T309 1490T425 1549T578 1567Q670 1567 733 1553T840 1520L768 1296Q737 1307 703 1316T623 1325Q563 1325 539 1287T514 1188V1118H741V889Z" />
-<glyph unicode="g" glyph-name="g" horiz-adv-x="1130" d="M1085 1116V950L922 899Q942 865 950 829T958 750Q958 665 931 595T851 474T718 397T532 369Q509 369 482 371T442 377Q422 360 411 342T399 297Q399 276 412 264T446 244T495 234T553 231H727Q808 231
-872 213T980 156T1049 60T1073 -80Q1073 -175 1035 -251T922 -381T734 -463T475 -492Q361 -492 276 -471T134 -409T49 -311T20 -182Q20 -121 41 -76T97 1T176 53T268 84Q247 93 227 109T190 146T163 192T152 246Q152 278 161 304T189 352T234 395T295 436Q207 474
-156 558T104 756Q104 846 132 917T214 1037T348 1113T532 1139Q552 1139 577 1137T626 1131T672 1123T705 1116H1085ZM285 -158Q285 -183 295 -206T330 -248T393 -276T489 -287Q645 -287 724 -243T803 -125Q803 -62 754 -41T602 -20H461Q434 -20 403 -26T346 -49T303
--91T285 -158ZM395 752Q395 661 429 611T532 561Q604 561 636 611T668 752Q668 842 637 895T532 948Q395 948 395 752Z" />
-<glyph unicode="h" glyph-name="h" horiz-adv-x="1284" d="M1130 0H825V653Q825 774 788 834T672 895Q613 895 573 871T509 800T475 684T465 526V0H160V1556H465V1239Q465 1197 463 1151T458 1065Q454 1019 451 975H467Q516 1062 592 1100T764 1139Q847 1139 914
-1116T1030 1042T1104 915T1130 729V0Z" />
-<glyph unicode="i" glyph-name="i" horiz-adv-x="625" d="M147 1407Q147 1450 160 1478T195 1524T248 1549T313 1556Q347 1556 377 1549T429 1525T465 1479T479 1407Q479 1365 466 1336T430 1290T377 1265T313 1257Q279 1257 249 1264T196 1289T160 1336T147 1407ZM465
-0H160V1118H465V0Z" />
-<glyph unicode="j" glyph-name="j" horiz-adv-x="625" d="M102 -492Q54 -492 3 -485T-82 -467V-227Q-51 -237 -24 -241T37 -246Q62 -246 84 -239T123 -212T150 -160T160 -76V1118H465V-121Q465 -198 446 -265T383 -383T270 -463T102 -492ZM147 1407Q147 1450 160
-1478T195 1524T248 1549T313 1556Q347 1556 377 1549T429 1525T465 1479T479 1407Q479 1365 466 1336T430 1290T377 1265T313 1257Q279 1257 249 1264T196 1289T160 1336T147 1407Z" />
-<glyph unicode="k" glyph-name="k" horiz-adv-x="1208" d="M453 608L565 778L838 1118H1182L778 633L1208 0H856L584 430L465 348V0H160V1556H465V862L449 608H453Z" />
-<glyph unicode="l" glyph-name="l" horiz-adv-x="625" d="M465 0H160V1556H465V0Z" />
-<glyph unicode="m" glyph-name="m" horiz-adv-x="1929" d="M1120 0H815V653Q815 774 779 834T666 895Q608 895 570 871T508 800T475 684T465 526V0H160V1118H393L434 975H451Q475 1018 508 1049T582 1100T667 1129T758 1139Q873 1139 953 1100T1077 975H1102Q1126
-1018 1160 1049T1235 1100T1321 1129T1413 1139Q1593 1139 1684 1042T1776 729V0H1470V653Q1470 774 1434 834T1321 895Q1212 895 1166 809T1120 561V0Z" />
-<glyph unicode="n" glyph-name="n" horiz-adv-x="1284" d="M1130 0H825V653Q825 774 789 834T672 895Q612 895 572 871T509 800T475 684T465 526V0H160V1118H393L434 975H451Q475 1018 509 1049T585 1100T672 1129T766 1139Q848 1139 915 1116T1030 1042T1104
-915T1130 729V0Z" />
-<glyph unicode="o" glyph-name="o" horiz-adv-x="1227" d="M414 561Q414 394 461 310T614 225Q719 225 766 310T813 561Q813 728 766 810T612 893Q507 893 461 811T414 561ZM1124 561Q1124 421 1089 313T987 131T825 19T610 -20Q499 -20 406 18T246 131T140 313T102
-561Q102 700 137 808T239 989T401 1101T616 1139Q727 1139 820 1101T980 990T1086 808T1124 561Z" />
-<glyph unicode="p" glyph-name="p" horiz-adv-x="1245" d="M748 -20Q693 -20 650 -8T572 24T512 69T465 123H449Q453 88 457 57Q460 31 462 4T465 -39V-492H160V1118H408L451 973H465Q486 1007 513 1037T575 1089T656 1125T756 1139Q843 1139 914 1102T1036 992T1115
-811T1143 561Q1143 418 1114 310T1033 128T908 17T748 -20ZM653 895Q602 895 567 877T509 821T477 728T465 596V563Q465 482 474 419T506 314T564 249T655 227Q746 227 788 313T831 565Q831 730 789 812T653 895Z" />
-<glyph unicode="q" glyph-name="q" horiz-adv-x="1245" d="M602 219Q657 219 694 237T755 293T789 386T801 518V555Q801 636 792 699T759 804T697 869T600 891Q504 891 459 805T414 553Q414 385 459 302T602 219ZM489 -20Q402 -20 331 17T209 126T130 307T102
-557Q102 700 130 808T211 990T337 1101T498 1139Q554 1139 599 1127T680 1092T745 1040T795 975H803L827 1118H1085V-492H780V-23Q780 -4 782 24T787 80Q790 112 793 145H780Q760 111 733 81T671 28T590 -7T489 -20Z" />
-<glyph unicode="r" glyph-name="r" horiz-adv-x="889" d="M743 1139Q755 1139 769 1139T797 1137T822 1134T840 1130V844Q832 846 818 848T789 851T758 853T733 854Q674 854 625 839T540 791T485 703T465 569V0H160V1118H391L436 950H451Q475 993 503 1028T565
-1087T643 1125T743 1139Z" />
-<glyph unicode="s" glyph-name="s" horiz-adv-x="985" d="M905 332Q905 244 873 178T782 68T639 2T451 -20Q396 -20 349 -17T260 -5T179 15T100 45V297Q142 276 188 259T281 230T370 210T451 203Q492 203 521 210T568 231T595 263T604 303Q604 324 598 340T568
-375T501 417T381 475Q308 508 255 540T167 613T115 704T98 827Q98 905 128 963T213 1061T345 1119T518 1139Q618 1139 708 1116T893 1047L801 831Q725 867 656 890T518 913Q456 913 429 891T401 831Q401 811 408 796T436 764T495 728T594 680Q665 649 722 619T820
-549T883 458T905 332Z" />
-<glyph unicode="t" glyph-name="t" horiz-adv-x="848" d="M614 223Q659 223 699 233T782 258V31Q739 9 676 -5T537 -20Q464 -20 401 -3T292 56T220 170T193 350V889H47V1018L215 1120L303 1356H498V1118H770V889H498V350Q498 285 530 254T614 223Z" />
-<glyph unicode="u" glyph-name="u" horiz-adv-x="1284" d="M891 0L850 143H834Q809 100 775 70T699 19T612 -10T518 -20Q436 -20 369 3T254 77T180 204T154 389V1118H459V465Q459 344 495 284T612 223Q672 223 712 247T775 318T809 434T819 592V1118H1124V0H891Z" />
-<glyph unicode="v" glyph-name="v" horiz-adv-x="1104" d="M395 0L0 1118H319L504 481Q521 424 533 363T549 252H555Q558 305 570 364T600 481L784 1118H1104L709 0H395Z" />
-<glyph unicode="w" glyph-name="w" horiz-adv-x="1651" d="M1014 0L928 391Q924 408 918 439T903 510T887 594T869 683Q849 786 825 905H819Q796 786 777 682Q769 638 761 593T744 509T730 437T719 387L629 0H301L0 1118H303L416 623Q425 584 434 530T452 420T468
-315T479 236H485Q486 255 489 285T498 351T508 422T519 491T529 547T537 582L659 1118H995L1112 582Q1117 560 1125 514T1141 416T1156 314T1163 236H1169Q1172 261 1179 310T1196 415T1215 528T1235 623L1352 1118H1651L1346 0H1014Z" />
-<glyph unicode="x" glyph-name="x" horiz-adv-x="1122" d="M389 571L29 1118H375L561 782L750 1118H1096L731 571L1112 0H766L561 362L356 0H10L389 571Z" />
-<glyph unicode="y" glyph-name="y" horiz-adv-x="1104" d="M0 1118H334L514 489Q530 437 537 378T547 272H553Q555 295 558 323T567 380T578 437T592 489L768 1118H1104L662 -143Q600 -320 493 -406T225 -492Q173 -492 135 -487T70 -475V-233Q91 -238 123 -242T190
--246Q238 -246 272 -233T330 -197T372 -140T403 -66L422 -10L0 1118Z" />
-<glyph unicode="z" glyph-name="z" horiz-adv-x="936" d="M877 0H55V180L512 885H86V1118H858V920L416 233H877V0Z" />
-<glyph unicode="{" glyph-name="braceleft" horiz-adv-x="745" d="M287 367T222 408T31 449V688Q93 688 141 697T223 728T272 784T287 866V1184Q287 1258 306 1310T374 1396T509 1446T725 1462V1237Q685 1236 653 1230T598 1209T563 1166T551 1096V797Q545 610
-317 575V563Q432 546 493 491T551 342V43Q551 0 563 -27T597 -69T652 -91T725 -98V-324Q594 -324 509 -308T375 -259T306 -172T287 -45V270Q287 367 222 408Z" />
-<glyph unicode="|" glyph-name="bar" horiz-adv-x="1128" d="M455 1550H674V-465H455V1550Z" />
-<glyph unicode="}" glyph-name="braceright" horiz-adv-x="745" d="M469 -45Q469 -119 450 -172T382 -258T247 -308T31 -324V-98Q71 -97 103 -91T157 -70T192 -27T205 43V342Q202 436 263 491T438 563V575Q211 610 205 797V1096Q205 1139 193 1166T158 1208T103
-1230T31 1237V1462Q162 1462 247 1446T381 1397T450 1311T469 1184V866Q468 818 484 784T533 729T614 698T725 688V449Q600 449 535 408T469 270V-45Z" />
-<glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="1128" d="M528 616Q491 632 463 643T411 660T366 669T322 672Q293 672 262 663T201 637T143 598T88 551V782Q139 836 202 863T344 891Q374 891 399 889T453 879T517 860T600 827Q638 811 666 801T719
-784T764 775T807 772Q836 772 867 781T928 807T986 845T1040 893V662Q939 553 784 553Q754 553 729 555T675 564T611 583T528 616Z" />
-<glyph unicode="&#xa0;" glyph-name="nbspace" horiz-adv-x="532" />
-<glyph unicode="&#xa1;" glyph-name="exclamdown" horiz-adv-x="586" d="M168 606H412L463 -369H117L168 606ZM467 948Q467 901 454 869T416 816T360 787T291 778Q256 778 225 787T169 816T131 868T117 948Q117 993 131 1025T169 1078T224 1108T291 1118Q328 1118
-360 1109T416 1079T453 1026T467 948Z" />
-<glyph unicode="&#xa2;" glyph-name="cent" horiz-adv-x="1128" d="M543 -20V186Q451 199 377 236T251 340T171 506T143 743Q143 884 171 985T251 1155T378 1260T543 1311V1483H721V1319Q759 1318 797 1313T870 1299T937 1281T993 1260L907 1034Q886 1044 860
-1053T805 1070T750 1082T698 1087Q632 1087 586 1067T511 1006T468 901T455 750Q455 579 512 500T698 420Q774 420 844 438T965 481V242Q914 213 852 198T721 180V-20H543Z" />
-<glyph unicode="&#xa3;" glyph-name="sterling" horiz-adv-x="1128" d="M680 1483Q790 1483 879 1459T1049 1401L956 1171Q885 1200 827 1217T705 1235Q638 1235 601 1197T563 1063V870H897V651H563V508Q563 453 550 413T514 343T466 294T412 260H1090V0H82V248Q124
-266 157 287T214 337T250 407T262 506V651H84V870H262V1065Q262 1178 293 1257T380 1387T512 1460T680 1483Z" />
-<glyph unicode="&#xa4;" glyph-name="currency" horiz-adv-x="1128" d="M168 723Q168 777 182 826T221 920L92 1047L240 1194L367 1067Q410 1092 461 1106T563 1120Q617 1120 665 1107T760 1065L887 1194L1036 1051L907 922Q932 880 946 829T961 723Q961 667 947
-618T907 524L1032 399L887 254L760 379Q716 356 667 342T563 328Q507 328 458 340T365 379L240 256L94 401L221 526Q168 617 168 723ZM375 723Q375 684 390 650T430 590T490 550T563 535Q603 535 638 549T699 589T741 649T756 723Q756 763 741 797T700 857T638
-898T563 913Q524 913 490 898T431 858T390 798T375 723Z" />
-<glyph unicode="&#xa5;" glyph-name="yen" horiz-adv-x="1128" d="M565 860L809 1462H1122L760 715H954V537H709V399H954V221H709V0H422V221H174V399H422V537H174V715H365L8 1462H324L565 860Z" />
-<glyph unicode="&#xa6;" glyph-name="brokenbar" horiz-adv-x="1128" d="M455 1550H674V735H455V1550ZM455 350H674V-465H455V350Z" />
-<glyph unicode="&#xa7;" glyph-name="section" horiz-adv-x="995" d="M121 805Q121 849 131 886T160 955T203 1012T254 1055Q191 1095 156 1154T121 1288Q121 1353 150 1406T232 1498T360 1556T526 1577Q628 1577 716 1554T889 1493L807 1303Q739 1335 669 1360T520
-1386Q439 1386 402 1363T365 1292Q365 1267 377 1246T415 1206T481 1167T578 1124Q649 1096 707 1062T807 987T872 895T895 782Q895 682 861 621T770 522Q832 482 863 430T895 303Q895 229 864 170T776 68T638 3T455 -20Q345 -20 261 0T106 59V266Q145 246 190
-229T281 198T371 176T455 168Q511 168 548 177T607 202T639 239T649 285Q649 310 642 329T612 368T549 408T442 457Q366 489 306 521T205 593T143 685T121 805ZM344 827Q344 764 400 716T575 616L590 610Q605 621 619 635T644 668T661 708T668 756Q668 788 658
-815T621 867T550 917T434 967Q416 960 400 947T372 915T352 875T344 827Z" />
-<glyph unicode="&#xa8;" glyph-name="dieresis" horiz-adv-x="1182" d="M248 1405Q248 1440 259 1465T288 1507T332 1532T387 1540Q416 1540 441 1532T486 1508T516 1466T528 1405Q528 1371 517 1346T486 1305T442 1280T387 1272Q358 1272 333 1280T289 1304T259
-1346T248 1405ZM651 1405Q651 1440 662 1465T692 1507T737 1532T793 1540Q821 1540 846 1532T891 1508T922 1466T934 1405Q934 1371 923 1346T892 1305T847 1280T793 1272Q733 1272 692 1305T651 1405Z" />
-<glyph unicode="&#xa9;" glyph-name="copyright" horiz-adv-x="1704" d="M895 1010Q798 1010 745 936T692 731Q692 596 740 524T895 451Q952 451 1018 466T1141 510V319Q1084 292 1025 277T889 262Q782 262 702 296T569 392T488 540T461 733Q461 836 487 921T565
-1068T697 1164T881 1198Q964 1198 1041 1176T1186 1120L1112 952Q999 1010 895 1010ZM100 731Q100 835 127 931T202 1110T320 1263T472 1380T652 1456T852 1483Q956 1483 1052 1456T1231 1381T1384 1263T1501 1111T1577 931T1604 731Q1604 627 1577 531T1502 352T1384
-200T1232 82T1052 7T852 -20Q748 -20 652 6T473 82T320 199T203 351T127 531T100 731ZM242 731Q242 604 290 493T420 300T614 169T852 121Q979 121 1090 169T1283 299T1414 493T1462 731Q1462 858 1414 969T1284 1162T1090 1293T852 1341Q725 1341 614 1293T421
-1163T290 969T242 731Z" />
-<glyph unicode="&#xaa;" glyph-name="ordfeminine" horiz-adv-x="743" d="M520 764L489 874Q449 816 393 784T268 752Q218 752 178 765T108 806T63 876T47 975Q47 1035 68 1076T130 1144T230 1184T365 1202L455 1206Q455 1269 426 1296T342 1323Q302 1323 253
-1306T152 1262L86 1397Q148 1429 222 1454T387 1479Q455 1479 505 1460T589 1405T638 1319T655 1206V764H520ZM373 1081Q335 1078 312 1068T275 1044T257 1012T252 977Q252 939 271 921T317 903Q349 903 374 914T418 944T445 991T455 1051V1087L373 1081Z" />
-<glyph unicode="&#xab;" glyph-name="guillemotleft" horiz-adv-x="1198" d="M82 573L391 1028L610 909L393 561L610 213L391 94L82 547V573ZM588 573L897 1028L1116 909L899 561L1116 213L897 94L588 547V573Z" />
-<glyph unicode="&#xac;" glyph-name="logicalnot" horiz-adv-x="1128" d="M1040 248H821V612H88V831H1040V248Z" />
-<glyph unicode="&#xad;" glyph-name="uni00AD" horiz-adv-x="659" d="M61 424V674H598V424H61Z" />
-<glyph unicode="&#xae;" glyph-name="registered" horiz-adv-x="1704" d="M1157 905Q1157 811 1119 756T1014 672L1251 272H997L819 610H772V272H543V1188H807Q989 1188 1073 1118T1157 905ZM772 778H803Q869 778 897 806T926 901Q926 936 919 959T896 995T857
-1014T801 1020H772V778ZM100 731Q100 835 127 931T202 1110T320 1263T472 1380T652 1456T852 1483Q956 1483 1052 1456T1231 1381T1384 1263T1501 1111T1577 931T1604 731Q1604 627 1577 531T1502 352T1384 200T1232 82T1052 7T852 -20Q748 -20 652 6T473 82T320
-199T203 351T127 531T100 731ZM242 731Q242 604 290 493T420 300T614 169T852 121Q979 121 1090 169T1283 299T1414 493T1462 731Q1462 858 1414 969T1284 1162T1090 1293T852 1341Q725 1341 614 1293T421 1163T290 969T242 731Z" />
-<glyph unicode="&#xaf;" glyph-name="overscore" horiz-adv-x="1024" d="M1030 1556H-6V1757H1030V1556Z" />
-<glyph unicode="&#xb0;" glyph-name="degree" horiz-adv-x="877" d="M92 1137Q92 1208 119 1271T193 1381T303 1455T438 1483Q510 1483 573 1456T683 1381T757 1271T784 1137Q784 1065 757 1002T684 893T574 820T438 793Q366 793 303 819T193 892T119 1002T92
-1137ZM283 1137Q283 1106 295 1078T328 1029T377 996T438 983Q470 983 498 995T548 1029T581 1078T594 1137Q594 1169 582 1197T548 1247T499 1281T438 1294Q406 1294 378 1282T328 1248T295 1198T283 1137Z" />
-<glyph unicode="&#xb1;" glyph-name="plusminus" horiz-adv-x="1128" d="M455 674H88V893H455V1262H674V893H1040V674H674V309H455V674ZM88 0V219H1040V0H88Z" />
-<glyph unicode="&#xb2;" glyph-name="twosuperior" horiz-adv-x="776" d="M702 586H55V754L279 973Q325 1018 355 1051T404 1111T430 1161T438 1212Q438 1250 414 1270T350 1290Q310 1290 267 1270T170 1202L47 1354Q112 1411 193 1447T383 1483Q449 1483 503
-1467T596 1419T656 1341T678 1233Q678 1187 666 1147T626 1065T557 980T455 881L350 786H702V586Z" />
-<glyph unicode="&#xb3;" glyph-name="threesuperior" horiz-adv-x="776" d="M666 1249Q666 1180 626 1130T496 1051V1038Q547 1028 584 1007T645 959T682 898T694 829Q694 708 606 639T332 569Q256 569 190 586T59 639V829Q125 789 191 764T330 739Q404 739 438
-766T473 846Q473 867 465 886T438 919T387 943T307 952H195V1112H287Q339 1112 371 1121T421 1145T445 1180T451 1221Q451 1259 426 1284T350 1309Q303 1309 261 1290T162 1231L61 1372Q123 1419 198 1450T377 1481Q439 1481 492 1465T583 1418T644 1345T666 1249Z"
-/>
-<glyph unicode="&#xb4;" glyph-name="acute" horiz-adv-x="1182" d="M332 1241V1268Q353 1297 377 1335T424 1413T469 1494T506 1569H848V1548Q837 1530 816 1506T768 1453T710 1396T648 1338T587 1285T535 1241H332Z" />
-<glyph unicode="&#xb5;" glyph-name="mu" horiz-adv-x="1290" d="M465 465Q465 344 502 284T621 223Q679 223 718 247T781 318T815 434T825 592V1118H1130V0H897L854 150H842Q807 65 755 23T627 -20Q573 -20 528 3T455 70Q457 28 460 -15Q462 -52 463 -94T465
--172V-492H160V1118H465V465Z" />
-<glyph unicode="&#xb6;" glyph-name="paragraph" horiz-adv-x="1341" d="M1167 -260H1006V1356H840V-260H678V559Q617 541 532 541Q437 541 360 566T228 651T143 806T113 1042Q113 1189 145 1287T237 1446T380 1531T563 1556H1167V-260Z" />
-<glyph unicode="&#xb7;" glyph-name="middot" horiz-adv-x="584" d="M117 723Q117 770 130 802T168 855T224 884T293 893Q328 893 359 884T415 855T453 803T467 723Q467 678 453 646T415 593T360 563T293 553Q256 553 224 562T168 592T131 645T117 723Z" />
-<glyph unicode="&#xb8;" glyph-name="cedilla" horiz-adv-x="420" d="M418 -250Q418 -307 403 -352T351 -428T256 -475T109 -492Q64 -492 28 -486T-37 -471V-303Q-22 -307 -4 -310T34 -317T72 -322T106 -324Q135 -324 156 -311T178 -262Q178 -225 141 -197T12
--154L90 0H283L256 -61Q287 -71 316 -88T367 -128T404 -182T418 -250Z" />
-<glyph unicode="&#xb9;" glyph-name="onesuperior" horiz-adv-x="776" d="M584 586H346V1032Q346 1052 346 1082T348 1144T351 1201T354 1239Q348 1231 339 1221T319 1199T298 1178T279 1161L201 1100L92 1227L393 1462H584V586Z" />
-<glyph unicode="&#xba;" glyph-name="ordmasculine" horiz-adv-x="754" d="M696 1116Q696 1029 674 962T609 848T508 777T375 752Q306 752 248 776T147 847T81 961T57 1116Q57 1203 79 1270T143 1384T244 1455T379 1479Q447 1479 504 1455T605 1385T672 1271T696
-1116ZM260 1116Q260 1016 287 966T377 915Q437 915 464 965T492 1116Q492 1216 465 1265T377 1315Q315 1315 288 1266T260 1116Z" />
-<glyph unicode="&#xbb;" glyph-name="guillemotright" horiz-adv-x="1198" d="M1118 547L809 94L590 213L807 561L590 909L809 1028L1118 573V547ZM612 547L303 94L84 213L301 561L84 909L303 1028L612 573V547Z" />
-<glyph unicode="&#xbc;" glyph-name="onequarter" horiz-adv-x="1804" d="M1370 1462L559 0H320L1131 1462H1370ZM794 586H556V1032Q556 1052 556 1082T558 1144T561 1201T564 1239Q558 1231 549 1221T529 1199T508 1178T489 1161L411 1100L302 1227L603 1462H794V586ZM1682
-152H1557V1H1319V152H936V306L1321 883H1557V320H1682V152ZM1319 320V484Q1319 526 1320 572T1325 668Q1320 655 1311 634T1290 590T1268 546T1248 511L1121 320H1319Z" />
-<glyph unicode="&#xbd;" glyph-name="onehalf" horiz-adv-x="1804" d="M1370 1462L559 0H320L1131 1462H1370ZM794 586H556V1032Q556 1052 556 1082T558 1144T561 1201T564 1239Q558 1231 549 1221T529 1199T508 1178T489 1161L411 1100L302 1227L603 1462H794V586ZM1716
-1H1069V169L1293 388Q1339 433 1369 466T1418 526T1444 576T1452 627Q1452 665 1428 685T1364 705Q1324 705 1281 685T1184 617L1061 769Q1126 826 1207 862T1397 898Q1463 898 1517 882T1610 834T1670 756T1692 648Q1692 602 1680 562T1640 480T1571 395T1469
-296L1364 201H1716V1Z" />
-<glyph unicode="&#xbe;" glyph-name="threequarters" horiz-adv-x="1804" d="M1441 1462L630 0H391L1202 1462H1441ZM1712 152H1587V1H1349V152H966V306L1351 883H1587V320H1712V152ZM1349 320V484Q1349 526 1350 572T1355 668Q1350 655 1341 634T1320 590T1298
-546T1278 511L1151 320H1349ZM697 1249Q697 1180 657 1130T527 1051V1038Q578 1028 615 1007T676 959T713 898T725 829Q725 708 637 639T363 569Q287 569 221 586T90 639V829Q156 789 222 764T361 739Q435 739 469 766T504 846Q504 867 496 886T469 919T418 943T338
-952H226V1112H318Q370 1112 402 1121T452 1145T476 1180T482 1221Q482 1259 457 1284T381 1309Q334 1309 292 1290T193 1231L92 1372Q154 1419 229 1450T408 1481Q470 1481 523 1465T614 1418T675 1345T697 1249Z" />
-<glyph unicode="&#xbf;" glyph-name="questiondown" horiz-adv-x="940" d="M686 606V532Q686 481 676 440T644 361T588 288T506 215Q464 182 435 156T388 105T362 51T354 -14Q354 -71 393 -108T510 -145Q579 -145 659 -116T823 -45L926 -266Q883 -292 832 -314T727
--354T616 -381T506 -391Q404 -391 323 -367T184 -296T97 -182T66 -29Q66 34 79 83T121 175T190 258T287 342Q328 375 354 399T396 446T416 492T422 547V606H686ZM719 948Q719 901 706 869T668 816T612 787T543 778Q508 778 477 787T421 816T383 868T369 948Q369
-993 383 1025T421 1078T476 1108T543 1118Q580 1118 612 1109T668 1079T705 1026T719 948Z" />
-<glyph unicode="&#xc0;" glyph-name="Agrave" horiz-adv-x="1331" d="M1018 0L918 348H414L313 0H0L475 1468H854L1331 0H1018ZM846 608L752 928Q746 946 734 987T709 1077T683 1177T666 1262Q662 1240 656 1210T641 1147T623 1079T606 1015T592 962T582 928L489
-608H846ZM632 1579Q598 1607 551 1648T457 1734T373 1818T319 1886V1907H661Q677 1873 698 1833T743 1752T790 1673T835 1606V1579H632Z" />
-<glyph unicode="&#xc1;" glyph-name="Aacute" horiz-adv-x="1331" d="M1018 0L918 348H414L313 0H0L475 1468H854L1331 0H1018ZM846 608L752 928Q746 946 734 987T709 1077T683 1177T666 1262Q662 1240 656 1210T641 1147T623 1079T606 1015T592 962T582 928L489
-608H846ZM494 1579V1606Q515 1635 539 1673T586 1751T631 1832T668 1907H1010V1886Q999 1868 978 1844T930 1791T872 1734T810 1676T749 1623T697 1579H494Z" />
-<glyph unicode="&#xc2;" glyph-name="Acircumflex" horiz-adv-x="1331" d="M1018 0L918 348H414L313 0H0L475 1468H854L1331 0H1018ZM846 608L752 928Q746 946 734 987T709 1077T683 1177T666 1262Q662 1240 656 1210T641 1147T623 1079T606 1015T592 962T582
-928L489 608H846ZM879 1579Q828 1613 773 1656T666 1755Q612 1699 560 1656T457 1579H254V1606Q280 1635 311 1673T375 1751T438 1832T490 1907H846Q867 1873 897 1833T959 1752T1024 1673T1082 1606V1579H879Z" />
-<glyph unicode="&#xc3;" glyph-name="Atilde" horiz-adv-x="1331" d="M1018 0L918 348H414L313 0H0L475 1468H854L1331 0H1018ZM846 608L752 928Q746 946 734 987T709 1077T683 1177T666 1262Q662 1240 656 1210T641 1147T623 1079T606 1015T592 962T582 928L489
-608H846ZM504 1684Q473 1684 455 1658T424 1577H275Q281 1657 301 1715T353 1811T430 1867T527 1886Q568 1886 607 1870T684 1835T760 1799T834 1782Q865 1782 883 1808T914 1888H1063Q1057 1809 1037 1751T983 1655T907 1598T811 1579Q771 1579 731 1595T653 1631T578
-1667T504 1684Z" />
-<glyph unicode="&#xc4;" glyph-name="Adieresis" horiz-adv-x="1331" d="M1018 0L918 348H414L313 0H0L475 1468H854L1331 0H1018ZM846 608L752 928Q746 946 734 987T709 1077T683 1177T666 1262Q662 1240 656 1210T641 1147T623 1079T606 1015T592 962T582 928L489
-608H846ZM324 1743Q324 1778 335 1803T364 1845T408 1870T463 1878Q492 1878 517 1870T562 1846T592 1804T604 1743Q604 1709 593 1684T562 1643T518 1618T463 1610Q434 1610 409 1618T365 1642T335 1684T324 1743ZM727 1743Q727 1778 738 1803T768 1845T813 1870T869
-1878Q897 1878 922 1870T967 1846T998 1804T1010 1743Q1010 1709 999 1684T968 1643T923 1618T869 1610Q809 1610 768 1643T727 1743Z" />
-<glyph unicode="&#xc5;" glyph-name="Aring" horiz-adv-x="1331" d="M1018 0L918 348H414L313 0H0L475 1468H854L1331 0H1018ZM846 608L752 928Q746 946 734 987T709 1077T683 1177T666 1262Q662 1240 656 1210T641 1147T623 1079T606 1015T592 962T582 928L489
-608H846ZM918 1567Q918 1511 899 1467T845 1391T764 1344T664 1327Q609 1327 563 1343T485 1390T434 1465T416 1565Q416 1620 434 1664T484 1738T563 1785T664 1802Q717 1802 763 1786T843 1739T898 1665T918 1567ZM760 1565Q760 1610 733 1635T664 1661Q622 1661
-595 1636T568 1565Q568 1520 592 1494T664 1468Q706 1468 733 1494T760 1565Z" />
-<glyph unicode="&#xc6;" glyph-name="AE" horiz-adv-x="1888" d="M1767 0H926V348H465L315 0H0L655 1462H1767V1208H1235V887H1731V633H1235V256H1767V0ZM578 608H926V1198H829L578 608Z" />
-<glyph unicode="&#xc7;" glyph-name="Ccedilla" horiz-adv-x="1305" d="M805 1225Q716 1225 648 1191T533 1092T462 935T438 727Q438 610 459 519T525 366T639 271T805 238Q894 238 983 258T1178 315V55Q1130 35 1083 21T987 -2T887 -15T776 -20Q607 -20 483 34T278
-186T158 422T119 729Q119 895 164 1033T296 1272T511 1427T805 1483Q914 1483 1023 1456T1233 1380L1133 1128Q1051 1167 968 1196T805 1225ZM926 -250Q926 -307 911 -352T859 -428T764 -475T617 -492Q572 -492 536 -486T471 -471V-303Q486 -307 504 -310T542 -317T580
--322T614 -324Q643 -324 664 -311T686 -262Q686 -225 649 -197T520 -154L598 0H791L764 -61Q795 -71 824 -88T875 -128T912 -182T926 -250Z" />
-<glyph unicode="&#xc8;" glyph-name="Egrave" horiz-adv-x="1147" d="M1026 0H184V1462H1026V1208H494V887H989V633H494V256H1026V0ZM572 1579Q538 1607 491 1648T397 1734T313 1818T259 1886V1907H601Q617 1873 638 1833T683 1752T730 1673T775 1606V1579H572Z" />
-<glyph unicode="&#xc9;" glyph-name="Eacute" horiz-adv-x="1147" d="M1026 0H184V1462H1026V1208H494V887H989V633H494V256H1026V0ZM424 1579V1606Q445 1635 469 1673T516 1751T561 1832T598 1907H940V1886Q929 1868 908 1844T860 1791T802 1734T740 1676T679
-1623T627 1579H424Z" />
-<glyph unicode="&#xca;" glyph-name="Ecircumflex" horiz-adv-x="1147" d="M1026 0H184V1462H1026V1208H494V887H989V633H494V256H1026V0ZM832 1579Q781 1613 726 1656T619 1755Q565 1699 513 1656T410 1579H207V1606Q233 1635 264 1673T328 1751T391 1832T443
-1907H799Q820 1873 850 1833T912 1752T977 1673T1035 1606V1579H832Z" />
-<glyph unicode="&#xcb;" glyph-name="Edieresis" horiz-adv-x="1147" d="M1026 0H184V1462H1026V1208H494V887H989V633H494V256H1026V0ZM273 1743Q273 1778 284 1803T313 1845T357 1870T412 1878Q441 1878 466 1870T511 1846T541 1804T553 1743Q553 1709 542 1684T511
-1643T467 1618T412 1610Q383 1610 358 1618T314 1642T284 1684T273 1743ZM676 1743Q676 1778 687 1803T717 1845T762 1870T818 1878Q846 1878 871 1870T916 1846T947 1804T959 1743Q959 1709 948 1684T917 1643T872 1618T818 1610Q758 1610 717 1643T676 1743Z"
-/>
-<glyph unicode="&#xcc;" glyph-name="Igrave" horiz-adv-x="797" d="M731 0H66V176L244 258V1204L66 1286V1462H731V1286L553 1204V258L731 176V0ZM355 1579Q321 1607 274 1648T180 1734T96 1818T42 1886V1907H384Q400 1873 421 1833T466 1752T513 1673T558 1606V1579H355Z"
-/>
-<glyph unicode="&#xcd;" glyph-name="Iacute" horiz-adv-x="797" d="M731 0H66V176L244 258V1204L66 1286V1462H731V1286L553 1204V258L731 176V0ZM237 1579V1606Q258 1635 282 1673T329 1751T374 1832T411 1907H753V1886Q742 1868 721 1844T673 1791T615 1734T553
-1676T492 1623T440 1579H237Z" />
-<glyph unicode="&#xce;" glyph-name="Icircumflex" horiz-adv-x="797" d="M731 0H66V176L244 258V1204L66 1286V1462H731V1286L553 1204V258L731 176V0ZM609 1579Q558 1613 503 1656T396 1755Q342 1699 290 1656T187 1579H-16V1606Q10 1635 41 1673T105 1751T168
-1832T220 1907H576Q597 1873 627 1833T689 1752T754 1673T812 1606V1579H609Z" />
-<glyph unicode="&#xcf;" glyph-name="Idieresis" horiz-adv-x="797" d="M731 0H66V176L244 258V1204L66 1286V1462H731V1286L553 1204V258L731 176V0ZM54 1743Q54 1778 65 1803T94 1845T138 1870T193 1878Q222 1878 247 1870T292 1846T322 1804T334 1743Q334 1709
-323 1684T292 1643T248 1618T193 1610Q164 1610 139 1618T95 1642T65 1684T54 1743ZM457 1743Q457 1778 468 1803T498 1845T543 1870T599 1878Q627 1878 652 1870T697 1846T728 1804T740 1743Q740 1709 729 1684T698 1643T653 1618T599 1610Q539 1610 498 1643T457
-1743Z" />
-<glyph unicode="&#xd0;" glyph-name="Eth" horiz-adv-x="1434" d="M47 850H184V1462H612Q773 1462 902 1416T1124 1280T1265 1055T1315 745Q1315 560 1265 421T1119 188T885 47T569 0H184V596H47V850ZM1001 737Q1001 859 977 947T906 1094T792 1180T637 1208H494V850H731V596H494V256H608Q804
-256 902 376T1001 737Z" />
-<glyph unicode="&#xd1;" glyph-name="Ntilde" horiz-adv-x="1604" d="M1419 0H1026L451 1106H442Q448 1029 452 953Q456 888 458 817T461 688V0H184V1462H575L1149 367H1155Q1152 443 1148 517Q1147 549 1146 582T1143 649T1142 714T1141 770V1462H1419V0ZM623
-1684Q592 1684 574 1658T543 1577H394Q400 1657 420 1715T472 1811T549 1867T646 1886Q687 1886 726 1870T803 1835T879 1799T953 1782Q984 1782 1002 1808T1033 1888H1182Q1176 1809 1156 1751T1102 1655T1026 1598T930 1579Q890 1579 850 1595T772 1631T697 1667T623
-1684Z" />
-<glyph unicode="&#xd2;" glyph-name="Ograve" horiz-adv-x="1548" d="M1430 733Q1430 564 1391 425T1270 187T1066 34T774 -20Q606 -20 483 34T279 187T159 425T119 735Q119 905 158 1043T279 1280T483 1431T776 1485Q944 1485 1067 1432T1270 1280T1390 1043T1430
-733ZM438 733Q438 618 458 527T519 372T624 274T774 240Q863 240 926 274T1030 371T1090 526T1110 733Q1110 848 1091 939T1031 1095T927 1193T776 1227Q689 1227 625 1193T520 1095T458 940T438 733ZM729 1579Q695 1607 648 1648T554 1734T470 1818T416 1886V1907H758Q774
-1873 795 1833T840 1752T887 1673T932 1606V1579H729Z" />
-<glyph unicode="&#xd3;" glyph-name="Oacute" horiz-adv-x="1548" d="M1430 733Q1430 564 1391 425T1270 187T1066 34T774 -20Q606 -20 483 34T279 187T159 425T119 735Q119 905 158 1043T279 1280T483 1431T776 1485Q944 1485 1067 1432T1270 1280T1390 1043T1430
-733ZM438 733Q438 618 458 527T519 372T624 274T774 240Q863 240 926 274T1030 371T1090 526T1110 733Q1110 848 1091 939T1031 1095T927 1193T776 1227Q689 1227 625 1193T520 1095T458 940T438 733ZM590 1579V1606Q611 1635 635 1673T682 1751T727 1832T764 1907H1106V1886Q1095
-1868 1074 1844T1026 1791T968 1734T906 1676T845 1623T793 1579H590Z" />
-<glyph unicode="&#xd4;" glyph-name="Ocircumflex" horiz-adv-x="1548" d="M1430 733Q1430 564 1391 425T1270 187T1066 34T774 -20Q606 -20 483 34T279 187T159 425T119 735Q119 905 158 1043T279 1280T483 1431T776 1485Q944 1485 1067 1432T1270 1280T1390
-1043T1430 733ZM438 733Q438 618 458 527T519 372T624 274T774 240Q863 240 926 274T1030 371T1090 526T1110 733Q1110 848 1091 939T1031 1095T927 1193T776 1227Q689 1227 625 1193T520 1095T458 940T438 733ZM975 1579Q924 1613 869 1656T762 1755Q708 1699
-656 1656T553 1579H350V1606Q376 1635 407 1673T471 1751T534 1832T586 1907H942Q963 1873 993 1833T1055 1752T1120 1673T1178 1606V1579H975Z" />
-<glyph unicode="&#xd5;" glyph-name="Otilde" horiz-adv-x="1548" d="M1430 733Q1430 564 1391 425T1270 187T1066 34T774 -20Q606 -20 483 34T279 187T159 425T119 735Q119 905 158 1043T279 1280T483 1431T776 1485Q944 1485 1067 1432T1270 1280T1390 1043T1430
-733ZM438 733Q438 618 458 527T519 372T624 274T774 240Q863 240 926 274T1030 371T1090 526T1110 733Q1110 848 1091 939T1031 1095T927 1193T776 1227Q689 1227 625 1193T520 1095T458 940T438 733ZM612 1684Q581 1684 563 1658T532 1577H383Q389 1657 409 1715T461
-1811T538 1867T635 1886Q676 1886 715 1870T792 1835T868 1799T942 1782Q973 1782 991 1808T1022 1888H1171Q1165 1809 1145 1751T1091 1655T1015 1598T919 1579Q879 1579 839 1595T761 1631T686 1667T612 1684Z" />
-<glyph unicode="&#xd6;" glyph-name="Odieresis" horiz-adv-x="1548" d="M1430 733Q1430 564 1391 425T1270 187T1066 34T774 -20Q606 -20 483 34T279 187T159 425T119 735Q119 905 158 1043T279 1280T483 1431T776 1485Q944 1485 1067 1432T1270 1280T1390 1043T1430
-733ZM438 733Q438 618 458 527T519 372T624 274T774 240Q863 240 926 274T1030 371T1090 526T1110 733Q1110 848 1091 939T1031 1095T927 1193T776 1227Q689 1227 625 1193T520 1095T458 940T438 733ZM428 1743Q428 1778 439 1803T468 1845T512 1870T567 1878Q596
-1878 621 1870T666 1846T696 1804T708 1743Q708 1709 697 1684T666 1643T622 1618T567 1610Q538 1610 513 1618T469 1642T439 1684T428 1743ZM831 1743Q831 1778 842 1803T872 1845T917 1870T973 1878Q1001 1878 1026 1870T1071 1846T1102 1804T1114 1743Q1114
-1709 1103 1684T1072 1643T1027 1618T973 1610Q913 1610 872 1643T831 1743Z" />
-<glyph unicode="&#xd7;" glyph-name="multiply" horiz-adv-x="1128" d="M408 723L109 1024L260 1178L561 879L866 1178L1020 1028L715 723L1016 420L866 268L561 569L260 270L111 422L408 723Z" />
-<glyph unicode="&#xd8;" glyph-name="Oslash" horiz-adv-x="1548" d="M1430 733Q1430 564 1391 425T1270 187T1066 34T774 -20Q595 -20 467 41L395 -76L227 18L309 152Q212 252 166 400T119 735Q119 905 158 1043T279 1280T483 1431T776 1485Q867 1485 944 1469T1087
-1421L1157 1532L1323 1436L1243 1307Q1337 1208 1383 1063T1430 733ZM438 733Q438 553 485 438L942 1184Q873 1227 776 1227Q689 1227 625 1193T520 1095T458 940T438 733ZM1110 733Q1110 904 1067 1020L612 279Q646 260 686 250T774 240Q863 240 926 274T1030
-371T1090 526T1110 733Z" />
-<glyph unicode="&#xd9;" glyph-name="Ugrave" horiz-adv-x="1466" d="M1292 1462V516Q1292 402 1258 304T1153 134T976 21T727 -20Q592 -20 489 18T316 128T210 298T174 520V1462H483V543Q483 462 499 405T546 311T625 257T735 240Q866 240 924 316T983 545V1462H1292ZM706
-1579Q672 1607 625 1648T531 1734T447 1818T393 1886V1907H735Q751 1873 772 1833T817 1752T864 1673T909 1606V1579H706Z" />
-<glyph unicode="&#xda;" glyph-name="Uacute" horiz-adv-x="1466" d="M1292 1462V516Q1292 402 1258 304T1153 134T976 21T727 -20Q592 -20 489 18T316 128T210 298T174 520V1462H483V543Q483 462 499 405T546 311T625 257T735 240Q866 240 924 316T983 545V1462H1292ZM570
-1579V1606Q591 1635 615 1673T662 1751T707 1832T744 1907H1086V1886Q1075 1868 1054 1844T1006 1791T948 1734T886 1676T825 1623T773 1579H570Z" />
-<glyph unicode="&#xdb;" glyph-name="Ucircumflex" horiz-adv-x="1466" d="M1292 1462V516Q1292 402 1258 304T1153 134T976 21T727 -20Q592 -20 489 18T316 128T210 298T174 520V1462H483V543Q483 462 499 405T546 311T625 257T735 240Q866 240 924 316T983 545V1462H1292ZM942
-1579Q891 1613 836 1656T729 1755Q675 1699 623 1656T520 1579H317V1606Q343 1635 374 1673T438 1751T501 1832T553 1907H909Q930 1873 960 1833T1022 1752T1087 1673T1145 1606V1579H942Z" />
-<glyph unicode="&#xdc;" glyph-name="Udieresis" horiz-adv-x="1466" d="M1292 1462V516Q1292 402 1258 304T1153 134T976 21T727 -20Q592 -20 489 18T316 128T210 298T174 520V1462H483V543Q483 462 499 405T546 311T625 257T735 240Q866 240 924 316T983 545V1462H1292ZM393
-1743Q393 1778 404 1803T433 1845T477 1870T532 1878Q561 1878 586 1870T631 1846T661 1804T673 1743Q673 1709 662 1684T631 1643T587 1618T532 1610Q503 1610 478 1618T434 1642T404 1684T393 1743ZM796 1743Q796 1778 807 1803T837 1845T882 1870T938 1878Q966
-1878 991 1870T1036 1846T1067 1804T1079 1743Q1079 1709 1068 1684T1037 1643T992 1618T938 1610Q878 1610 837 1643T796 1743Z" />
-<glyph unicode="&#xdd;" glyph-name="Yacute" horiz-adv-x="1196" d="M598 860L862 1462H1196L752 569V0H444V559L0 1462H336L598 860ZM422 1579V1606Q443 1635 467 1673T514 1751T559 1832T596 1907H938V1886Q927 1868 906 1844T858 1791T800 1734T738 1676T677
-1623T625 1579H422Z" />
-<glyph unicode="&#xde;" glyph-name="Thorn" horiz-adv-x="1225" d="M1133 770Q1133 676 1108 590T1024 438T870 333T633 293H494V0H184V1462H494V1233H655Q779 1233 869 1200T1017 1107T1104 961T1133 770ZM494 543H578Q699 543 759 595T819 770Q819 878 766
-929T598 981H494V543Z" />
-<glyph unicode="&#xdf;" glyph-name="germandbls" horiz-adv-x="1395" d="M1188 1241Q1188 1177 1167 1129T1114 1042T1045 975T976 922T923 877T901 834Q901 814 913 797T952 760T1020 715T1118 651Q1167 620 1205 588T1269 517T1309 432T1323 326Q1323 154 1206
-67T862 -20Q764 -20 692 -6T559 43V285Q583 269 617 254T690 226T768 207T842 199Q922 199 966 229T1010 322Q1010 349 1003 370T976 412T918 457T821 516Q758 552 716 584T647 647T609 713T598 788Q598 841 618 880T670 950T737 1007T805 1059T856 1117T877 1188Q877
-1251 827 1290T680 1329Q572 1329 519 1281T465 1128V0H160V1139Q160 1248 197 1328T302 1462T467 1541T680 1567Q795 1567 889 1546T1049 1483T1152 1380T1188 1241Z" />
-<glyph unicode="&#xe0;" glyph-name="agrave" horiz-adv-x="1176" d="M809 0L750 152H741Q708 107 675 75T603 21T516 -10T403 -20Q335 -20 277 1T177 66T110 176T86 334Q86 512 200 596T541 690L719 696V780Q719 849 679 882T567 915Q495 915 427 894T289 838L190
-1040Q274 1087 376 1114T590 1141Q799 1141 910 1043T1022 745V0H809ZM719 518L618 514Q557 512 515 498T448 461T411 405T399 332Q399 262 433 233T522 203Q564 203 600 217T662 260T704 330T719 426V518ZM808 1241Q774 1269 727 1310T633 1396T549 1480T495 1548V1569H837Q853
-1535 874 1495T919 1414T966 1335T1011 1268V1241H808Z" />
-<glyph unicode="&#xe1;" glyph-name="aacute" horiz-adv-x="1176" d="M809 0L750 152H741Q708 107 675 75T603 21T516 -10T403 -20Q335 -20 277 1T177 66T110 176T86 334Q86 512 200 596T541 690L719 696V780Q719 849 679 882T567 915Q495 915 427 894T289 838L190
-1040Q274 1087 376 1114T590 1141Q799 1141 910 1043T1022 745V0H809ZM719 518L618 514Q557 512 515 498T448 461T411 405T399 332Q399 262 433 233T522 203Q564 203 600 217T662 260T704 330T719 426V518ZM441 1241V1268Q462 1297 486 1335T533 1413T578 1494T615
-1569H957V1548Q946 1530 925 1506T877 1453T819 1396T757 1338T696 1285T644 1241H441Z" />
-<glyph unicode="&#xe2;" glyph-name="acircumflex" horiz-adv-x="1176" d="M809 0L750 152H741Q708 107 675 75T603 21T516 -10T403 -20Q335 -20 277 1T177 66T110 176T86 334Q86 512 200 596T541 690L719 696V780Q719 849 679 882T567 915Q495 915 427 894T289
-838L190 1040Q274 1087 376 1114T590 1141Q799 1141 910 1043T1022 745V0H809ZM719 518L618 514Q557 512 515 498T448 461T411 405T399 332Q399 262 433 233T522 203Q564 203 600 217T662 260T704 330T719 426V518ZM801 1496Q750 1530 695 1573T588 1672Q534 1616
-482 1573T379 1496H176V1523Q202 1552 233 1590T297 1668T360 1749T412 1824H768Q789 1790 819 1750T881 1669T946 1590T1004 1523V1496H801Z" />
-<glyph unicode="&#xe3;" glyph-name="atilde" horiz-adv-x="1176" d="M809 0L750 152H741Q708 107 675 75T603 21T516 -10T403 -20Q335 -20 277 1T177 66T110 176T86 334Q86 512 200 596T541 690L719 696V780Q719 849 679 882T567 915Q495 915 427 894T289 838L190
-1040Q274 1087 376 1114T590 1141Q799 1141 910 1043T1022 745V0H809ZM719 518L618 514Q557 512 515 498T448 461T411 405T399 332Q399 262 433 233T522 203Q564 203 600 217T662 260T704 330T719 426V518ZM681 1346Q650 1346 632 1320T601 1239H452Q458 1319 478
-1377T530 1473T607 1529T704 1548Q745 1548 784 1532T861 1497T937 1461T1011 1444Q1042 1444 1060 1470T1091 1550H1240Q1234 1471 1214 1413T1160 1317T1084 1260T988 1241Q948 1241 908 1257T830 1293T755 1329T681 1346Z" />
-<glyph unicode="&#xe4;" glyph-name="adieresis" horiz-adv-x="1176" d="M809 0L750 152H741Q708 107 675 75T603 21T516 -10T403 -20Q335 -20 277 1T177 66T110 176T86 334Q86 512 200 596T541 690L719 696V780Q719 849 679 882T567 915Q495 915 427 894T289
-838L190 1040Q274 1087 376 1114T590 1141Q799 1141 910 1043T1022 745V0H809ZM719 518L618 514Q557 512 515 498T448 461T411 405T399 332Q399 262 433 233T522 203Q564 203 600 217T662 260T704 330T719 426V518ZM254 1405Q254 1440 265 1465T294 1507T338 1532T393
-1540Q422 1540 447 1532T492 1508T522 1466T534 1405Q534 1371 523 1346T492 1305T448 1280T393 1272Q364 1272 339 1280T295 1304T265 1346T254 1405ZM657 1405Q657 1440 668 1465T698 1507T743 1532T799 1540Q827 1540 852 1532T897 1508T928 1466T940 1405Q940
-1371 929 1346T898 1305T853 1280T799 1272Q739 1272 698 1305T657 1405Z" />
-<glyph unicode="&#xe5;" glyph-name="aring" horiz-adv-x="1176" d="M809 0L750 152H741Q708 107 675 75T603 21T516 -10T403 -20Q335 -20 277 1T177 66T110 176T86 334Q86 512 200 596T541 690L719 696V780Q719 849 679 882T567 915Q495 915 427 894T289 838L190
-1040Q274 1087 376 1114T590 1141Q799 1141 910 1043T1022 745V0H809ZM719 518L618 514Q557 512 515 498T448 461T411 405T399 332Q399 262 433 233T522 203Q564 203 600 217T662 260T704 330T719 426V518ZM842 1479Q842 1423 823 1379T769 1303T688 1256T588 1239Q533
-1239 487 1255T409 1302T358 1377T340 1477Q340 1532 358 1576T408 1650T487 1697T588 1714Q641 1714 687 1698T767 1651T822 1577T842 1479ZM684 1477Q684 1522 657 1547T588 1573Q546 1573 519 1548T492 1477Q492 1432 516 1406T588 1380Q630 1380 657 1406T684
-1477Z" />
-<glyph unicode="&#xe6;" glyph-name="ae" horiz-adv-x="1806" d="M1268 -20Q1137 -20 1030 30T854 186Q811 132 769 94T678 30T568 -8T424 -20Q356 -20 295 1T187 66T113 176T86 334Q86 512 200 596T541 690L719 696V780Q719 849 679 882T567 915Q495 915 427
-894T289 838L190 1040Q274 1087 376 1114T590 1141Q804 1141 913 1010Q1039 1139 1227 1139Q1338 1139 1427 1106T1579 1007T1674 848T1708 631V483H1026Q1028 419 1046 368T1098 281T1179 226T1288 207Q1382 207 1469 228T1645 295V59Q1605 38 1565 24T1479 -1T1382
--15T1268 -20ZM719 518L618 514Q557 512 515 498T448 461T411 405T399 332Q399 262 433 233T522 203Q564 203 600 217T662 260T704 330T719 426V518ZM1229 922Q1147 922 1094 865T1032 686H1421Q1420 737 1408 780T1373 854T1313 904T1229 922Z" />
-<glyph unicode="&#xe7;" glyph-name="ccedilla" horiz-adv-x="1022" d="M625 -20Q505 -20 409 13T244 115T139 293T102 553Q102 720 139 832T245 1013T410 1110T625 1139Q711 1139 796 1118T956 1059L868 827Q802 856 741 874T625 893Q514 893 464 809T414 555Q414
-387 464 307T621 227Q708 227 779 249T924 307V53Q887 35 852 21T782 -2T708 -15T625 -20ZM778 -250Q778 -307 763 -352T711 -428T616 -475T469 -492Q424 -492 388 -486T323 -471V-303Q338 -307 356 -310T394 -317T432 -322T466 -324Q495 -324 516 -311T538 -262Q538
--225 501 -197T372 -154L450 0H643L616 -61Q647 -71 676 -88T727 -128T764 -182T778 -250Z" />
-<glyph unicode="&#xe8;" glyph-name="egrave" horiz-adv-x="1190" d="M612 922Q531 922 478 865T416 686H805Q804 737 792 780T756 854T696 904T612 922ZM651 -20Q531 -20 430 15T256 120T143 298T102 551Q102 698 139 808T242 991T402 1102T610 1139Q721 1139
-810 1106T962 1007T1058 848T1092 631V483H410Q412 419 430 368T482 281T563 226T672 207Q723 207 768 212T857 229T942 256T1028 295V59Q988 38 948 24T862 -1T765 -15T651 -20ZM834 1241Q800 1269 753 1310T659 1396T575 1480T521 1548V1569H863Q879 1535 900
-1495T945 1414T992 1335T1037 1268V1241H834Z" />
-<glyph unicode="&#xe9;" glyph-name="eacute" horiz-adv-x="1190" d="M612 922Q531 922 478 865T416 686H805Q804 737 792 780T756 854T696 904T612 922ZM651 -20Q531 -20 430 15T256 120T143 298T102 551Q102 698 139 808T242 991T402 1102T610 1139Q721 1139
-810 1106T962 1007T1058 848T1092 631V483H410Q412 419 430 368T482 281T563 226T672 207Q723 207 768 212T857 229T942 256T1028 295V59Q988 38 948 24T862 -1T765 -15T651 -20ZM447 1241V1268Q468 1297 492 1335T539 1413T584 1494T621 1569H963V1548Q952 1530
-931 1506T883 1453T825 1396T763 1338T702 1285T650 1241H447Z" />
-<glyph unicode="&#xea;" glyph-name="ecircumflex" horiz-adv-x="1190" d="M612 922Q531 922 478 865T416 686H805Q804 737 792 780T756 854T696 904T612 922ZM651 -20Q531 -20 430 15T256 120T143 298T102 551Q102 698 139 808T242 991T402 1102T610 1139Q721
-1139 810 1106T962 1007T1058 848T1092 631V483H410Q412 419 430 368T482 281T563 226T672 207Q723 207 768 212T857 229T942 256T1028 295V59Q988 38 948 24T862 -1T765 -15T651 -20ZM819 1241Q768 1275 713 1318T606 1417Q552 1361 500 1318T397 1241H194V1268Q220
-1297 251 1335T315 1413T378 1494T430 1569H786Q807 1535 837 1495T899 1414T964 1335T1022 1268V1241H819Z" />
-<glyph unicode="&#xeb;" glyph-name="edieresis" horiz-adv-x="1190" d="M612 922Q531 922 478 865T416 686H805Q804 737 792 780T756 854T696 904T612 922ZM651 -20Q531 -20 430 15T256 120T143 298T102 551Q102 698 139 808T242 991T402 1102T610 1139Q721 1139
-810 1106T962 1007T1058 848T1092 631V483H410Q412 419 430 368T482 281T563 226T672 207Q723 207 768 212T857 229T942 256T1028 295V59Q988 38 948 24T862 -1T765 -15T651 -20ZM266 1405Q266 1440 277 1465T306 1507T350 1532T405 1540Q434 1540 459 1532T504
-1508T534 1466T546 1405Q546 1371 535 1346T504 1305T460 1280T405 1272Q376 1272 351 1280T307 1304T277 1346T266 1405ZM669 1405Q669 1440 680 1465T710 1507T755 1532T811 1540Q839 1540 864 1532T909 1508T940 1466T952 1405Q952 1371 941 1346T910 1305T865
-1280T811 1272Q751 1272 710 1305T669 1405Z" />
-<glyph unicode="&#xec;" glyph-name="igrave" horiz-adv-x="625" d="M465 0H160V1118H465V0ZM269 1241Q235 1269 188 1310T94 1396T10 1480T-44 1548V1569H298Q314 1535 335 1495T380 1414T427 1335T472 1268V1241H269Z" />
-<glyph unicode="&#xed;" glyph-name="iacute" horiz-adv-x="625" d="M465 0H160V1118H465V0ZM145 1241V1268Q166 1297 190 1335T237 1413T282 1494T319 1569H661V1548Q650 1530 629 1506T581 1453T523 1396T461 1338T400 1285T348 1241H145Z" />
-<glyph unicode="&#xee;" glyph-name="icircumflex" horiz-adv-x="625" d="M465 0H160V1118H465V0ZM521 1241Q470 1275 415 1318T308 1417Q254 1361 202 1318T99 1241H-104V1268Q-78 1297 -47 1335T17 1413T80 1494T132 1569H488Q509 1535 539 1495T601 1414T666
-1335T724 1268V1241H521Z" />
-<glyph unicode="&#xef;" glyph-name="idieresis" horiz-adv-x="625" d="M465 0H160V1118H465V0ZM-32 1405Q-32 1440 -21 1465T8 1507T52 1532T107 1540Q136 1540 161 1532T206 1508T236 1466T248 1405Q248 1371 237 1346T206 1305T162 1280T107 1272Q78 1272 53
-1280T9 1304T-21 1346T-32 1405ZM371 1405Q371 1440 382 1465T412 1507T457 1532T513 1540Q541 1540 566 1532T611 1508T642 1466T654 1405Q654 1371 643 1346T612 1305T567 1280T513 1272Q453 1272 412 1305T371 1405Z" />
-<glyph unicode="&#xf0;" glyph-name="eth" horiz-adv-x="1182" d="M457 1309Q423 1330 384 1354T303 1401L399 1571Q472 1537 536 1503T657 1430L883 1569L983 1415L809 1309Q881 1240 935 1162T1024 993T1078 798T1096 573Q1096 431 1060 321T957 135T795 20T582
--20Q471 -20 378 14T218 113T112 272T74 489Q74 611 106 705T197 863T337 961T516 995Q612 995 680 964T780 883L801 885Q773 973 723 1050T606 1184L375 1040L274 1196L457 1309ZM784 532Q784 579 773 622T737 698T675 750T586 770Q478 770 432 700T385 487Q385
-424 396 372T432 283T495 226T586 205Q692 205 738 286T784 532Z" />
-<glyph unicode="&#xf1;" glyph-name="ntilde" horiz-adv-x="1284" d="M1130 0H825V653Q825 774 789 834T672 895Q612 895 572 871T509 800T475 684T465 526V0H160V1118H393L434 975H451Q475 1018 509 1049T585 1100T672 1129T766 1139Q848 1139 915 1116T1030
-1042T1104 915T1130 729V0ZM477 1346Q446 1346 428 1320T397 1239H248Q254 1319 274 1377T326 1473T403 1529T500 1548Q541 1548 580 1532T657 1497T733 1461T807 1444Q838 1444 856 1470T887 1550H1036Q1030 1471 1010 1413T956 1317T880 1260T784 1241Q744 1241
-704 1257T626 1293T551 1329T477 1346Z" />
-<glyph unicode="&#xf2;" glyph-name="ograve" horiz-adv-x="1227" d="M414 561Q414 394 461 310T614 225Q719 225 766 310T813 561Q813 728 766 810T612 893Q507 893 461 811T414 561ZM1124 561Q1124 421 1089 313T987 131T825 19T610 -20Q499 -20 406 18T246
-131T140 313T102 561Q102 700 137 808T239 989T401 1101T616 1139Q727 1139 820 1101T980 990T1086 808T1124 561ZM841 1241Q807 1269 760 1310T666 1396T582 1480T528 1548V1569H870Q886 1535 907 1495T952 1414T999 1335T1044 1268V1241H841Z" />
-<glyph unicode="&#xf3;" glyph-name="oacute" horiz-adv-x="1227" d="M414 561Q414 394 461 310T614 225Q719 225 766 310T813 561Q813 728 766 810T612 893Q507 893 461 811T414 561ZM1124 561Q1124 421 1089 313T987 131T825 19T610 -20Q499 -20 406 18T246
-131T140 313T102 561Q102 700 137 808T239 989T401 1101T616 1139Q727 1139 820 1101T980 990T1086 808T1124 561ZM434 1241V1268Q455 1297 479 1335T526 1413T571 1494T608 1569H950V1548Q939 1530 918 1506T870 1453T812 1396T750 1338T689 1285T637 1241H434Z"
-/>
-<glyph unicode="&#xf4;" glyph-name="ocircumflex" horiz-adv-x="1227" d="M414 561Q414 394 461 310T614 225Q719 225 766 310T813 561Q813 728 766 810T612 893Q507 893 461 811T414 561ZM1124 561Q1124 421 1089 313T987 131T825 19T610 -20Q499 -20 406 18T246
-131T140 313T102 561Q102 700 137 808T239 989T401 1101T616 1139Q727 1139 820 1101T980 990T1086 808T1124 561ZM821 1241Q770 1275 715 1318T608 1417Q554 1361 502 1318T399 1241H196V1268Q222 1297 253 1335T317 1413T380 1494T432 1569H788Q809 1535 839
-1495T901 1414T966 1335T1024 1268V1241H821Z" />
-<glyph unicode="&#xf5;" glyph-name="otilde" horiz-adv-x="1227" d="M414 561Q414 394 461 310T614 225Q719 225 766 310T813 561Q813 728 766 810T612 893Q507 893 461 811T414 561ZM1124 561Q1124 421 1089 313T987 131T825 19T610 -20Q499 -20 406 18T246
-131T140 313T102 561Q102 700 137 808T239 989T401 1101T616 1139Q727 1139 820 1101T980 990T1086 808T1124 561ZM444 1346Q413 1346 395 1320T364 1239H215Q221 1319 241 1377T293 1473T370 1529T467 1548Q508 1548 547 1532T624 1497T700 1461T774 1444Q805
-1444 823 1470T854 1550H1003Q997 1471 977 1413T923 1317T847 1260T751 1241Q711 1241 671 1257T593 1293T518 1329T444 1346Z" />
-<glyph unicode="&#xf6;" glyph-name="odieresis" horiz-adv-x="1227" d="M414 561Q414 394 461 310T614 225Q719 225 766 310T813 561Q813 728 766 810T612 893Q507 893 461 811T414 561ZM1124 561Q1124 421 1089 313T987 131T825 19T610 -20Q499 -20 406 18T246
-131T140 313T102 561Q102 700 137 808T239 989T401 1101T616 1139Q727 1139 820 1101T980 990T1086 808T1124 561ZM266 1405Q266 1440 277 1465T306 1507T350 1532T405 1540Q434 1540 459 1532T504 1508T534 1466T546 1405Q546 1371 535 1346T504 1305T460 1280T405
-1272Q376 1272 351 1280T307 1304T277 1346T266 1405ZM669 1405Q669 1440 680 1465T710 1507T755 1532T811 1540Q839 1540 864 1532T909 1508T940 1466T952 1405Q952 1371 941 1346T910 1305T865 1280T811 1272Q751 1272 710 1305T669 1405Z" />
-<glyph unicode="&#xf7;" glyph-name="divide" horiz-adv-x="1128" d="M88 612V831H1040V612H88ZM424 373Q424 415 435 444T465 490T509 516T563 524Q591 524 616 516T660 491T690 444T702 373Q702 333 691 304T660 257T616 230T563 221Q535 221 510 229T465 256T435
-304T424 373ZM424 1071Q424 1113 435 1142T465 1189T509 1215T563 1223Q591 1223 616 1215T660 1189T690 1142T702 1071Q702 1031 691 1003T660 956T616 929T563 920Q535 920 510 928T465 955T435 1002T424 1071Z" />
-<glyph unicode="&#xf8;" glyph-name="oslash" horiz-adv-x="1227" d="M1124 561Q1124 421 1089 313T987 131T825 19T610 -20Q553 -20 501 -10T401 18L344 -76L182 14L250 125Q181 199 142 308T102 561Q102 700 137 808T239 989T401 1101T616 1139Q678 1139 735
-1126T844 1090L893 1169L1053 1073L991 975Q1054 903 1089 799T1124 561ZM414 561Q414 475 426 410L709 868Q669 893 612 893Q507 893 461 811T414 561ZM813 561Q813 625 807 674L539 240Q556 232 574 229T614 225Q719 225 766 310T813 561Z" />
-<glyph unicode="&#xf9;" glyph-name="ugrave" horiz-adv-x="1284" d="M891 0L850 143H834Q809 100 775 70T699 19T612 -10T518 -20Q436 -20 369 3T254 77T180 204T154 389V1118H459V465Q459 344 495 284T612 223Q672 223 712 247T775 318T809 434T819 592V1118H1124V0H891ZM839
-1241Q805 1269 758 1310T664 1396T580 1480T526 1548V1569H868Q884 1535 905 1495T950 1414T997 1335T1042 1268V1241H839Z" />
-<glyph unicode="&#xfa;" glyph-name="uacute" horiz-adv-x="1284" d="M891 0L850 143H834Q809 100 775 70T699 19T612 -10T518 -20Q436 -20 369 3T254 77T180 204T154 389V1118H459V465Q459 344 495 284T612 223Q672 223 712 247T775 318T809 434T819 592V1118H1124V0H891ZM461
-1241V1268Q482 1297 506 1335T553 1413T598 1494T635 1569H977V1548Q966 1530 945 1506T897 1453T839 1396T777 1338T716 1285T664 1241H461Z" />
-<glyph unicode="&#xfb;" glyph-name="ucircumflex" horiz-adv-x="1284" d="M891 0L850 143H834Q809 100 775 70T699 19T612 -10T518 -20Q436 -20 369 3T254 77T180 204T154 389V1118H459V465Q459 344 495 284T612 223Q672 223 712 247T775 318T809 434T819 592V1118H1124V0H891ZM842
-1241Q791 1275 736 1318T629 1417Q575 1361 523 1318T420 1241H217V1268Q243 1297 274 1335T338 1413T401 1494T453 1569H809Q830 1535 860 1495T922 1414T987 1335T1045 1268V1241H842Z" />
-<glyph unicode="&#xfc;" glyph-name="udieresis" horiz-adv-x="1284" d="M891 0L850 143H834Q809 100 775 70T699 19T612 -10T518 -20Q436 -20 369 3T254 77T180 204T154 389V1118H459V465Q459 344 495 284T612 223Q672 223 712 247T775 318T809 434T819 592V1118H1124V0H891ZM295
-1405Q295 1440 306 1465T335 1507T379 1532T434 1540Q463 1540 488 1532T533 1508T563 1466T575 1405Q575 1371 564 1346T533 1305T489 1280T434 1272Q405 1272 380 1280T336 1304T306 1346T295 1405ZM698 1405Q698 1440 709 1465T739 1507T784 1532T840 1540Q868
-1540 893 1532T938 1508T969 1466T981 1405Q981 1371 970 1346T939 1305T894 1280T840 1272Q780 1272 739 1305T698 1405Z" />
-<glyph unicode="&#xfd;" glyph-name="yacute" horiz-adv-x="1104" d="M0 1118H334L514 489Q530 437 537 378T547 272H553Q555 295 558 323T567 380T578 437T592 489L768 1118H1104L662 -143Q600 -320 493 -406T225 -492Q173 -492 135 -487T70 -475V-233Q91 -238
-123 -242T190 -246Q238 -246 272 -233T330 -197T372 -140T403 -66L422 -10L0 1118ZM393 1241V1268Q414 1297 438 1335T485 1413T530 1494T567 1569H909V1548Q898 1530 877 1506T829 1453T771 1396T709 1338T648 1285T596 1241H393Z" />
-<glyph unicode="&#xfe;" glyph-name="thorn" horiz-adv-x="1245" d="M465 973Q485 1008 512 1038T576 1090T656 1126T756 1139Q842 1139 913 1102T1035 992T1114 811T1143 561Q1143 418 1115 310T1036 128T914 17T756 -20Q701 -20 656 -10T576 20T513 64T465 117H451Q454
-85 458 55Q461 29 463 3T465 -39V-492H160V1556H465V1165Q465 1141 463 1108T458 1045Q454 1010 451 973H465ZM653 895Q602 895 567 877T509 821T477 728T465 596V563Q465 482 474 419T506 314T564 249T655 227Q746 227 788 313T831 565Q831 730 789 812T653 895Z"
-/>
-<glyph unicode="&#xff;" glyph-name="ydieresis" horiz-adv-x="1104" d="M0 1118H334L514 489Q530 437 537 378T547 272H553Q555 295 558 323T567 380T578 437T592 489L768 1118H1104L662 -143Q600 -320 493 -406T225 -492Q173 -492 135 -487T70 -475V-233Q91
--238 123 -242T190 -246Q238 -246 272 -233T330 -197T372 -140T403 -66L422 -10L0 1118ZM466 1405Q466 1440 477 1465T506 1507T550 1532T605 1540Q634 1540 659 1532T704 1508T734 1466T746 1405Q746 1371 735 1346T704 1305T660 1280T605 1272Q576 1272 551 1280T507
-1304T477 1346T466 1405ZM869 1405Q869 1440 880 1465T910 1507T955 1532T1011 1540Q1039 1540 1064 1532T1109 1508T1140 1466T1152 1405Q1152 1371 1141 1346T1110 1305T1065 1280T1011 1272Q951 1272 910 1305T869 1405Z" />
-<glyph unicode="&#x2013;" glyph-name="endash" horiz-adv-x="1024" d="M82 436V666H942V436H82Z" />
-<glyph unicode="&#x2014;" glyph-name="emdash" horiz-adv-x="2048" d="M82 436V666H1966V436H82Z" />
-<glyph unicode="&#x2018;" glyph-name="quoteleft" horiz-adv-x="440" d="M37 961L23 983Q37 1037 56 1098T99 1221T148 1344T199 1462H418Q403 1401 389 1335T361 1204T336 1076T317 961H37Z" />
-<glyph unicode="&#x2019;" glyph-name="quoteright" horiz-adv-x="440" d="M403 1462L418 1440Q404 1385 385 1325T342 1202T293 1078T242 961H23Q37 1021 51 1087T79 1219T104 1347T123 1462H403Z" />
-<glyph unicode="&#x201a;" glyph-name="quotesinglbase" horiz-adv-x="594" d="M459 215Q445 161 426 100T383 -23T334 -146T283 -264H63Q78 -203 92 -137T120 -6T145 122T164 238H444L459 215Z" />
-<glyph unicode="&#x201c;" glyph-name="quotedblleft" horiz-adv-x="907" d="M489 983Q503 1037 523 1098T566 1221T615 1344T666 1462H885Q870 1401 856 1335T828 1204T803 1076T784 961H504L489 983ZM23 983Q37 1037 56 1098T99 1221T148 1344T199 1462H418Q403
-1401 389 1335T361 1204T336 1076T317 961H37L23 983Z" />
-<glyph unicode="&#x201d;" glyph-name="quotedblright" horiz-adv-x="907" d="M418 1440Q404 1385 385 1325T342 1202T293 1078T242 961H23Q37 1021 51 1087T79 1219T104 1347T123 1462H403L418 1440ZM885 1440Q871 1385 852 1325T809 1202T760 1078T709 961H489Q504
-1021 518 1087T546 1219T571 1347T590 1462H870L885 1440Z" />
-<glyph unicode="&#x201e;" glyph-name="quotedblbase" horiz-adv-x="1061" d="M459 215Q445 161 426 100T383 -23T334 -146T283 -264H63Q78 -203 92 -137T120 -6T145 122T164 238H444L459 215ZM926 215Q912 161 893 100T850 -23T801 -146T750 -264H530Q545 -203
-559 -137T587 -6T612 122T631 238H911L926 215Z" />
-<glyph unicode="&#x2022;" glyph-name="bullet" horiz-adv-x="770" d="M98 748Q98 834 120 894T180 992T271 1047T385 1065Q444 1065 496 1048T588 992T649 894T672 748Q672 663 650 603T588 505T497 448T385 430Q324 430 272 448T181 504T120 603T98 748Z" />
-<glyph unicode="&#x2039;" glyph-name="guilsinglleft" horiz-adv-x="692" d="M82 573L391 1028L610 909L393 561L610 213L391 94L82 547V573Z" />
-<glyph unicode="&#x203a;" glyph-name="guilsinglright" horiz-adv-x="692" d="M610 547L301 94L82 213L299 561L82 909L301 1028L610 573V547Z" />
-</font>
-</defs>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.ttf b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.ttf
deleted file mode 100644
index 523cb92d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.ttf
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff
deleted file mode 100644
index 67e3e25f..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff2 b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff2
deleted file mode 100644
index 1e726a7c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff2
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.eot b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.eot
deleted file mode 100644
index ac2698e8..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.eot
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.svg b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.svg
deleted file mode 100644
index d9f2a214..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.svg
+++ /dev/null
@@ -1,403 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg xmlns="http://www.w3.org/2000/svg">
-<defs >
-<font id="DroidSans" horiz-adv-x="1062" ><font-face
- font-family="Droid Sans"
- units-per-em="2048"
- panose-1="2 11 6 6 3 8 4 2 2 4"
- ascent="1907"
- descent="-492"
- alphabetic="0" />
-<glyph unicode=" " glyph-name="space" horiz-adv-x="532" />
-<glyph unicode="!" glyph-name="exclam" horiz-adv-x="551" d="M336 414H215L164 1462H387L336 414ZM147 111Q147 149 157 175T184 218T224 242T274 250Q300 250 323 243T364 219T391 176T401 111Q401 74 391 48T364 4T324 -21T274 -29Q247 -29 224 -21T184 4T157
-47T147 111Z" />
-<glyph unicode="&quot;" glyph-name="quotedbl" horiz-adv-x="823" d="M330 1462L289 934H174L133 1462H330ZM690 1462L649 934H535L494 1462H690Z" />
-<glyph unicode="#" glyph-name="numbersign" horiz-adv-x="1323" d="M983 893L920 565H1200V428H893L811 0H664L748 428H457L375 0H231L309 428H51V565H336L401 893H127V1030H426L508 1462H655L573 1030H866L950 1462H1094L1010 1030H1272V893H983ZM483 565H774L838
-893H547L483 565Z" />
-<glyph unicode="$" glyph-name="dollar" horiz-adv-x="1128" d="M985 446Q985 376 960 319T889 220T776 151T625 111V-119H487V102Q437 102 386 106T287 120T197 142T123 172V344Q156 328 199 312T291 282T389 261T487 252V686Q398 716 333 749T224 824T160 922T139
-1051Q139 1118 163 1173T233 1270T343 1338T487 1374V1554H625V1378Q725 1373 809 1352T961 1300L895 1155Q839 1180 769 1200T625 1227V805Q713 774 780 741T893 667T962 572T985 446ZM809 446Q809 479 799 506T768 556T711 598T625 635V262Q718 276 763 325T809
-446ZM315 1049Q315 1013 323 985T352 933T405 890T487 854V1223Q398 1207 357 1163T315 1049Z" />
-<glyph unicode="%" glyph-name="percent" horiz-adv-x="1690" d="M250 1026Q250 861 285 779T401 696Q557 696 557 1026Q557 1354 401 1354Q321 1354 286 1273T250 1026ZM705 1026Q705 918 687 832T632 687T538 597T401 565Q328 565 272 596T178 687T121 832T102
-1026Q102 1134 119 1219T173 1362T266 1452T401 1483Q476 1483 532 1452T627 1363T685 1219T705 1026ZM1133 440Q1133 275 1168 193T1284 111Q1440 111 1440 440Q1440 768 1284 768Q1204 768 1169 687T1133 440ZM1587 440Q1587 332 1570 247T1515 102T1421 12T1284
--20Q1210 -20 1154 11T1061 102T1004 246T985 440Q985 548 1002 633T1056 776T1149 866T1284 897Q1359 897 1415 866T1510 777T1567 633T1587 440ZM1331 1462L520 0H362L1174 1462H1331Z" />
-<glyph unicode="&amp;" glyph-name="ampersand" horiz-adv-x="1438" d="M422 1165Q422 1131 430 1099T454 1034T497 968T559 897Q618 932 661 963T732 1026T774 1093T788 1169Q788 1205 776 1235T740 1288T683 1322T608 1335Q522 1335 472 1291T422 1165ZM557
-141Q615 141 664 152T755 184T833 231T901 289L514 696Q462 663 422 632T355 564T313 486T299 387Q299 333 316 288T367 210T448 159T557 141ZM109 381Q109 459 129 520T187 631T281 724T408 809Q377 845 347 883T295 965T258 1058T244 1165Q244 1240 269 1299T341
-1400T457 1463T614 1485Q697 1485 762 1464T873 1401T943 1300T967 1165Q967 1101 942 1047T875 946T779 860T664 784L1016 412Q1043 441 1064 471T1103 535T1133 608T1157 694H1341Q1326 628 1306 573T1259 468T1200 377T1128 293L1405 0H1180L1012 172Q963 127
-915 92T813 32T697 -6T557 -20Q452 -20 369 6T228 84T140 210T109 381Z" />
-<glyph unicode="&apos;" glyph-name="quotesingle" horiz-adv-x="463" d="M330 1462L289 934H174L133 1462H330Z" />
-<glyph unicode="(" glyph-name="parenleft" horiz-adv-x="616" d="M82 561Q82 686 100 807T155 1043T248 1263T383 1462H555Q415 1269 343 1038T270 563Q270 444 288 326T342 95T431 -124T553 -324H383Q305 -234 249 -131T155 84T100 317T82 561Z" />
-<glyph unicode=")" glyph-name="parenright" horiz-adv-x="616" d="M535 561Q535 437 517 317T462 85T368 -131T233 -324H63Q132 -230 185 -124T274 95T328 326T346 563Q346 807 274 1038T61 1462H233Q311 1369 367 1264T461 1044T517 808T535 561Z" />
-<glyph unicode="*" glyph-name="asterisk" horiz-adv-x="1128" d="M664 1556L621 1163L1018 1274L1044 1081L666 1053L911 727L733 631L557 989L399 631L215 727L457 1053L82 1081L111 1274L502 1163L459 1556H664Z" />
-<glyph unicode="+" glyph-name="plus" horiz-adv-x="1128" d="M489 647H102V797H489V1186H639V797H1026V647H639V262H489V647Z" />
-<glyph unicode="," glyph-name="comma" horiz-adv-x="512" d="M362 238L377 215Q363 161 344 100T301 -23T252 -146T201 -264H63Q78 -203 92 -137T120 -6T145 122T164 238H362Z" />
-<glyph unicode="-" glyph-name="hyphen" horiz-adv-x="659" d="M82 465V633H578V465H82Z" />
-<glyph unicode="." glyph-name="period" horiz-adv-x="549" d="M147 111Q147 149 157 175T184 218T224 242T274 250Q300 250 323 243T364 219T391 176T401 111Q401 74 391 48T364 4T324 -21T274 -29Q247 -29 224 -21T184 4T157 47T147 111Z" />
-<glyph unicode="/" glyph-name="slash" horiz-adv-x="764" d="M743 1462L199 0H20L565 1462H743Z" />
-<glyph unicode="0" glyph-name="zero" horiz-adv-x="1128" d="M1032 733Q1032 556 1007 416T925 179T779 31T563 -20Q445 -20 358 31T213 179T127 416T98 733Q98 910 123 1050T204 1286T348 1434T563 1485Q682 1485 770 1435T916 1288T1003 1051T1032 733ZM283
-733Q283 583 298 471T346 285T432 173T563 135Q640 135 694 172T782 283T832 469T848 733Q848 883 833 995T783 1181T694 1292T563 1329Q486 1329 433 1292T346 1181T298 995T283 733Z" />
-<glyph unicode="1" glyph-name="one" horiz-adv-x="1128" d="M711 0H535V913Q535 956 535 1005T537 1102T540 1195T543 1274Q526 1256 513 1243T487 1218T458 1193T422 1161L274 1040L178 1163L561 1462H711V0Z" />
-<glyph unicode="2" glyph-name="two" horiz-adv-x="1128" d="M1008 0H96V156L446 537Q521 618 580 685T680 816T744 944T766 1085Q766 1144 749 1189T701 1265T626 1313T530 1329Q435 1329 359 1291T213 1192L111 1311Q151 1347 197 1378T296 1433T408 1469T532
-1483Q628 1483 705 1456T837 1379T920 1256T950 1092Q950 1007 924 930T851 779T740 629T600 473L319 174V166H1008V0Z" />
-<glyph unicode="3" glyph-name="three" horiz-adv-x="1128" d="M961 1120Q961 1047 938 987T874 883T774 811T645 770V764Q822 742 914 652T1006 416Q1006 320 974 240T875 102T708 12T469 -20Q360 -20 264 -3T82 59V229Q169 183 270 158T465 133Q557 133 624
-153T734 210T798 301T819 422Q819 490 793 538T717 618T598 665T438 680H305V831H438Q519 831 582 851T687 908T752 996T774 1108Q774 1160 756 1201T705 1270T626 1314T524 1329Q417 1329 336 1296T180 1208L88 1333Q126 1364 172 1391T274 1438T391 1471T524
-1483Q632 1483 713 1456T850 1381T933 1266T961 1120Z" />
-<glyph unicode="4" glyph-name="four" horiz-adv-x="1128" d="M1087 328H874V0H698V328H23V487L686 1470H874V494H1087V328ZM698 494V850Q698 906 699 967T703 1087T707 1197T711 1282H702Q695 1262 685 1238T662 1189T636 1141T612 1102L201 494H698Z" />
-<glyph unicode="5" glyph-name="five" horiz-adv-x="1128" d="M545 897Q644 897 729 870T878 788T978 654T1014 469Q1014 355 980 264T879 110T714 14T487 -20Q436 -20 387 -15T292 -1T205 24T131 59V231Q164 208 208 190T302 160T400 142T492 135Q571 135 633
-153T738 211T804 309T827 449Q827 592 739 667T483 743Q456 743 425 741T362 734T302 726T252 717L162 774L217 1462H907V1296H375L336 877Q368 883 420 890T545 897Z" />
-<glyph unicode="6" glyph-name="six" horiz-adv-x="1128" d="M113 625Q113 730 123 834T160 1033T233 1211T350 1353T520 1448T752 1483Q771 1483 794 1482T840 1479T885 1473T924 1464V1309Q889 1321 845 1327T758 1333Q668 1333 600 1312T481 1251T398 1158T343
-1039T312 899T299 745H311Q331 781 359 812T426 866T511 902T618 915Q713 915 790 886T921 799T1004 660T1034 471Q1034 357 1003 266T914 112T774 14T590 -20Q490 -20 403 19T251 138T150 339T113 625ZM588 133Q648 133 697 153T783 215T838 320T858 471Q858 541
-842 596T792 691T710 751T594 772Q527 772 472 749T377 688T317 602T295 506Q295 439 313 373T368 253T460 167T588 133Z" />
-<glyph unicode="7" glyph-name="seven" horiz-adv-x="1128" d="M281 0L844 1296H90V1462H1030V1317L475 0H281Z" />
-<glyph unicode="8" glyph-name="eight" horiz-adv-x="1128" d="M565 1485Q649 1485 723 1463T854 1397T944 1287T977 1133Q977 1066 957 1012T902 915T819 837T715 774Q773 743 828 705T927 620T997 513T1024 381Q1024 289 991 215T897 88T752 8T565 -20Q455 -20
-370 7T226 84T137 208T106 373Q106 448 128 508T189 616T279 701T389 766Q340 797 297 833T223 915T173 1014T154 1135Q154 1222 187 1287T278 1397T409 1463T565 1485ZM285 371Q285 318 301 274T351 198T437 149T561 131Q631 131 684 148T774 198T828 277T846
-379Q846 431 827 473T771 551T683 619T569 682L539 696Q413 636 349 559T285 371ZM563 1333Q457 1333 395 1280T332 1126Q332 1069 349 1028T398 955T472 898T567 848Q615 870 657 896T731 955T781 1030T799 1126Q799 1227 736 1280T563 1333Z" />
-<glyph unicode="9" glyph-name="nine" horiz-adv-x="1128" d="M1028 838Q1028 733 1018 629T981 429T908 252T791 109T621 15T389 -20Q370 -20 347 -19T301 -16T256 -10T217 -2V154Q252 141 296 135T383 129Q518 129 605 176T743 303T815 491T842 717H829Q809
-681 781 650T715 596T629 560T522 547Q427 547 350 576T219 663T136 802T106 991Q106 1105 137 1196T226 1351T366 1449T551 1483Q652 1483 739 1444T890 1325T991 1124T1028 838ZM553 1329Q493 1329 444 1309T358 1247T303 1142T283 991Q283 921 299 866T349 771T431
-711T547 690Q615 690 670 713T764 774T824 860T846 956Q846 1023 828 1089T773 1209T681 1296T553 1329Z" />
-<glyph unicode=":" glyph-name="colon" horiz-adv-x="549" d="M147 111Q147 149 157 175T184 218T224 242T274 250Q300 250 323 243T364 219T391 176T401 111Q401 74 391 48T364 4T324 -21T274 -29Q247 -29 224 -21T184 4T157 47T147 111ZM147 987Q147 1026 157
-1052T184 1095T224 1119T274 1126Q300 1126 323 1119T364 1096T391 1053T401 987Q401 950 391 924T364 881T324 856T274 848Q247 848 224 856T184 881T157 924T147 987Z" />
-<glyph unicode=";" glyph-name="semicolon" horiz-adv-x="549" d="M362 238L377 215Q363 161 344 100T301 -23T252 -146T201 -264H63Q78 -203 92 -137T120 -6T145 122T164 238H362ZM147 987Q147 1026 157 1052T184 1095T224 1119T274 1126Q300 1126 323 1119T364
-1096T391 1053T401 987Q401 950 391 924T364 881T324 856T274 848Q247 848 224 856T184 881T157 924T147 987Z" />
-<glyph unicode="&lt;" glyph-name="less" horiz-adv-x="1128" d="M1026 238L102 662V764L1026 1245V1085L291 721L1026 399V238Z" />
-<glyph unicode="=" glyph-name="equal" horiz-adv-x="1128" d="M102 852V1001H1026V852H102ZM102 442V592H1026V442H102Z" />
-<glyph unicode="&gt;" glyph-name="greater" horiz-adv-x="1128" d="M102 399L838 721L102 1085V1245L1026 764V662L102 238V399Z" />
-<glyph unicode="?" glyph-name="question" horiz-adv-x="872" d="M281 414V451Q281 508 288 554T315 640T368 718T451 799Q499 840 533 873T588 941T620 1015T631 1108Q631 1156 616 1195T573 1263T502 1307T403 1323Q320 1323 245 1297T100 1237L37 1382Q118
-1424 212 1453T403 1483Q496 1483 570 1458T697 1384T777 1267T805 1110Q805 1043 792 991T751 893T684 806T590 717Q538 672 505 639T453 574T427 509T420 432V414H281ZM233 111Q233 149 243 175T270 218T310 242T360 250Q386 250 409 243T450 219T477 176T487
-111Q487 74 477 48T450 4T410 -21T360 -29Q333 -29 310 -21T270 4T243 47T233 111Z" />
-<glyph unicode="@" glyph-name="at" horiz-adv-x="1774" d="M1665 731Q1665 669 1656 607T1628 488T1581 383T1514 298T1428 242T1321 221Q1276 221 1240 236T1177 276T1135 333T1112 401H1108Q1090 364 1063 331T1001 274T921 235T823 221Q746 221 687 249T586
-327T524 449T502 606Q502 707 531 791T616 936T751 1031T928 1065Q973 1065 1018 1061T1104 1050T1179 1035T1237 1018L1214 602Q1213 580 1213 567T1212 545T1212 533T1212 526Q1212 473 1222 439T1250 385T1288 358T1333 350Q1379 350 1414 380T1472 463T1508
-585T1520 733Q1520 875 1477 985T1358 1172T1178 1287T950 1327Q781 1327 652 1272T436 1117T303 881T258 582Q258 431 297 314T413 117T603 -4T864 -45Q925 -45 984 -38T1099 -19T1205 8T1298 41V-100Q1212 -138 1104 -160T866 -182Q687 -182 547 -131T309 17T160
-255T109 575Q109 763 168 925T336 1207T601 1394T950 1462Q1106 1462 1237 1412T1463 1267T1612 1037T1665 731ZM662 602Q662 469 712 410T848 350Q903 350 942 372T1006 436T1044 535T1061 662L1075 915Q1047 923 1009 929T928 936Q854 936 804 907T722 831T676
-724T662 602Z" />
-<glyph unicode="A" glyph-name="A" horiz-adv-x="1245" d="M1055 0L895 453H350L188 0H0L537 1468H707L1245 0H1055ZM836 618L688 1042Q682 1060 674 1086T656 1142T638 1204T621 1268Q614 1237 605 1204T587 1141T570 1085T555 1042L410 618H836Z" />
-<glyph unicode="B" glyph-name="B" horiz-adv-x="1272" d="M199 1462H598Q726 1462 823 1443T986 1380T1085 1266T1118 1092Q1118 1030 1099 976T1042 881T951 813T827 776V766Q896 754 956 732T1062 670T1133 570T1159 424Q1159 324 1127 246T1033 113T883 29T684
-0H199V1462ZM385 842H629Q713 842 770 857T862 901T912 975T928 1079Q928 1199 851 1251T608 1303H385V842ZM385 686V158H651Q739 158 798 178T894 234T947 320T963 432Q963 488 947 535T893 615T793 667T639 686H385Z" />
-<glyph unicode="C" glyph-name="C" horiz-adv-x="1235" d="M793 1319Q686 1319 599 1279T451 1162T356 977T322 731Q322 590 351 481T440 296T587 182T793 143Q882 143 962 160T1120 201V39Q1081 24 1042 13T961 -6T870 -16T762 -20Q598 -20 478 34T280 187T163
-425T125 733Q125 899 168 1037T296 1274T506 1428T793 1483Q901 1483 999 1461T1176 1397L1098 1241Q1035 1273 961 1296T793 1319Z" />
-<glyph unicode="D" glyph-name="D" horiz-adv-x="1401" d="M1276 745Q1276 560 1228 421T1089 188T866 47T565 0H199V1462H606Q759 1462 883 1416T1094 1280T1228 1055T1276 745ZM1079 739Q1079 885 1046 991T950 1167T795 1269T586 1303H385V160H547Q811 160
-945 306T1079 739Z" />
-<glyph unicode="E" glyph-name="E" horiz-adv-x="1081" d="M958 0H199V1462H958V1298H385V846H920V684H385V164H958V0Z" />
-<glyph unicode="F" glyph-name="F" horiz-adv-x="1006" d="M385 0H199V1462H958V1298H385V782H920V618H385V0Z" />
-<glyph unicode="G" glyph-name="G" horiz-adv-x="1413" d="M782 772H1266V55Q1211 37 1155 23T1040 0T916 -15T776 -20Q619 -20 498 32T294 182T168 419T125 733Q125 905 172 1044T311 1280T535 1430T840 1483Q951 1483 1053 1461T1243 1397L1171 1235Q1135 1252
-1094 1267T1008 1293T918 1312T825 1319Q703 1319 609 1279T452 1162T355 977T322 731Q322 601 349 493T437 307T592 186T821 143Q865 143 901 145T969 152T1027 161T1081 172V608H782V772Z" />
-<glyph unicode="H" glyph-name="H" horiz-adv-x="1436" d="M1237 0H1051V682H385V0H199V1462H385V846H1051V1462H1237V0Z" />
-<glyph unicode="I" glyph-name="I" horiz-adv-x="694" d="M612 0H82V102L254 143V1319L82 1360V1462H612V1360L440 1319V143L612 102V0Z" />
-<glyph unicode="J" glyph-name="J" horiz-adv-x="555" d="M-29 -389Q-80 -389 -118 -383T-184 -365V-205Q-150 -214 -111 -219T-27 -225Q10 -225 47 -216T115 -181T165 -112T184 0V1462H371V20Q371 -85 342 -162T260 -289T134 -364T-29 -389Z" />
-<glyph unicode="K" glyph-name="K" horiz-adv-x="1186" d="M1186 0H975L524 698L385 584V0H199V1462H385V731L506 899L958 1462H1167L647 825L1186 0Z" />
-<glyph unicode="L" glyph-name="L" horiz-adv-x="1006" d="M199 0V1462H385V166H958V0H199Z" />
-<glyph unicode="M" glyph-name="M" horiz-adv-x="1782" d="M803 0L360 1280H352Q358 1206 362 1133Q366 1070 368 1001T371 874V0H199V1462H475L887 270H893L1307 1462H1583V0H1397V887Q1397 939 1399 1006T1404 1134Q1408 1205 1411 1278H1403L956 0H803Z" />
-<glyph unicode="N" glyph-name="N" horiz-adv-x="1493" d="M1294 0H1079L360 1210H352Q358 1133 362 1057Q366 992 368 921T371 793V0H199V1462H412L1128 258H1135Q1132 334 1128 408Q1127 440 1126 473T1123 540T1121 605T1120 662V1462H1294V0Z" />
-<glyph unicode="O" glyph-name="O" horiz-adv-x="1520" d="M1393 733Q1393 564 1353 425T1232 187T1034 34T760 -20Q597 -20 478 34T280 187T163 425T125 735Q125 905 163 1043T280 1280T479 1431T762 1485Q917 1485 1034 1432T1232 1280T1352 1043T1393 733ZM322
-733Q322 596 348 487T427 301T563 184T760 143Q874 143 956 183T1092 300T1171 486T1196 733Q1196 871 1171 980T1093 1164T958 1280T762 1321Q648 1321 565 1281T428 1165T348 980T322 733Z" />
-<glyph unicode="P" glyph-name="P" horiz-adv-x="1180" d="M1075 1034Q1075 943 1048 859T957 711T791 608T535 569H385V0H199V1462H561Q695 1462 792 1434T952 1351T1045 1216T1075 1034ZM385 727H514Q607 727 676 743T791 794T860 886T883 1024Q883 1166 801
-1234T545 1303H385V727Z" />
-<glyph unicode="Q" glyph-name="Q" horiz-adv-x="1518" d="M1393 733Q1393 602 1369 489T1297 286T1178 129T1014 25Q1057 -69 1125 -140T1284 -272L1163 -414Q1060 -341 974 -242T836 -16Q819 -18 799 -19T760 -20Q597 -20 478 34T280 187T163 425T125 735Q125
-905 163 1043T280 1280T479 1431T762 1485Q917 1485 1034 1432T1232 1280T1352 1043T1393 733ZM322 733Q322 596 348 487T427 301T563 184T760 143Q874 143 956 183T1092 300T1171 486T1196 733Q1196 871 1171 980T1093 1164T958 1280T762 1321Q648 1321 565 1281T428
-1165T348 980T322 733Z" />
-<glyph unicode="R" glyph-name="R" horiz-adv-x="1208" d="M385 604V0H199V1462H555Q821 1462 948 1359T1075 1047Q1075 960 1051 895T986 784T893 706T786 655L1184 0H965L614 604H385ZM385 762H549Q639 762 702 779T805 831T864 917T883 1038Q883 1110 863 1160T801
-1242T696 1288T545 1303H385V762Z" />
-<glyph unicode="S" glyph-name="S" horiz-adv-x="1063" d="M969 391Q969 294 935 218T836 88T680 8T473 -20Q362 -20 266 -3T104 49V227Q138 211 181 196T273 168T372 149T473 141Q633 141 709 201T786 373Q786 427 772 467T721 540T623 605T469 674Q380 709 315
-750T207 844T144 962T123 1112Q123 1200 155 1269T245 1385T383 1458T561 1483Q680 1483 775 1461T944 1403L877 1247Q812 1276 730 1297T559 1319Q437 1319 370 1263T303 1110Q303 1053 318 1012T368 937T460 874T602 811Q693 775 761 737T876 651T945 540T969
-391Z" />
-<glyph unicode="T" glyph-name="T" horiz-adv-x="1063" d="M625 0H438V1298H20V1462H1042V1298H625V0Z" />
-<glyph unicode="U" glyph-name="U" horiz-adv-x="1430" d="M1245 1464V516Q1245 402 1212 304T1113 134T946 21T709 -20Q581 -20 483 18T319 128T218 298T184 520V1462H371V510Q371 335 457 239T719 143Q808 143 872 170T977 246T1038 363T1059 512V1464H1245Z" />
-<glyph unicode="V" glyph-name="V" horiz-adv-x="1163" d="M965 1462H1163L674 0H487L0 1462H197L492 535Q521 444 542 360T580 201Q595 275 618 359T672 541L965 1462Z" />
-<glyph unicode="W" glyph-name="W" horiz-adv-x="1810" d="M809 1462H1006L1235 606Q1250 550 1264 494T1291 386T1313 286T1329 201Q1333 239 1339 284T1353 378T1370 479T1391 580L1591 1462H1790L1423 0H1235L981 938Q967 989 954 1043T930 1144Q918 1199 907
-1251Q896 1200 885 1145Q875 1098 863 1042T836 932L594 0H406L20 1462H217L440 573Q452 527 462 478T480 379T496 285T508 201Q513 238 520 287T538 390T559 499T584 604L809 1462Z" />
-<glyph unicode="X" glyph-name="X" horiz-adv-x="1120" d="M1120 0H909L555 635L188 0H0L453 764L31 1462H229L561 903L895 1462H1085L664 770L1120 0Z" />
-<glyph unicode="Y" glyph-name="Y" horiz-adv-x="1079" d="M539 723L879 1462H1079L633 569V0H446V559L0 1462H203L539 723Z" />
-<glyph unicode="Z" glyph-name="Z" horiz-adv-x="1104" d="M1022 0H82V145L793 1296H102V1462H1001V1317L291 166H1022V0Z" />
-<glyph unicode="[" glyph-name="bracketleft" horiz-adv-x="621" d="M569 -324H164V1462H569V1313H346V-174H569V-324Z" />
-<glyph unicode="\" glyph-name="backslash" horiz-adv-x="764" d="M201 1462L745 0H567L23 1462H201Z" />
-<glyph unicode="]" glyph-name="bracketright" horiz-adv-x="621" d="M51 -174H274V1313H51V1462H457V-324H51V-174Z" />
-<glyph unicode="^" glyph-name="asciicircum" horiz-adv-x="1090" d="M41 549L500 1473H602L1049 549H888L551 1284L202 549H41Z" />
-<glyph unicode="_" glyph-name="underscore" horiz-adv-x="842" d="M846 -324H-4V-184H846V-324Z" />
-<glyph unicode="`" glyph-name="grave" horiz-adv-x="1182" d="M786 1241H666Q631 1269 590 1310T511 1396T441 1480T393 1548V1569H612Q628 1535 649 1495T694 1414T741 1335T786 1268V1241Z" />
-<glyph unicode="a" glyph-name="a" horiz-adv-x="1087" d="M793 0L756 152H748Q715 107 682 75T610 21T523 -10T412 -20Q343 -20 285 -1T185 59T118 161T94 307Q94 471 209 559T561 655L745 662V731Q745 798 731 843T689 915T621 955T528 967Q445 967 374 943T236
-885L172 1022Q246 1062 337 1090T528 1118Q630 1118 704 1098T827 1033T900 919T924 752V0H793ZM459 127Q520 127 572 146T662 203T721 300T743 438V537L600 530Q510 526 449 510T352 466T299 397T283 305Q283 213 331 170T459 127Z" />
-<glyph unicode="b" glyph-name="b" horiz-adv-x="1200" d="M670 1118Q764 1118 841 1082T972 975T1057 797T1087 551Q1087 410 1057 304T973 125T841 17T670 -20Q611 -20 563 -7T477 27T409 78T356 139H344L307 0H174V1556H356V1180Q356 1145 355 1106T352 1032Q350
-992 348 954H356Q379 989 408 1019T475 1071T562 1105T670 1118ZM635 967Q555 967 502 942T416 864T370 734T356 551Q356 450 369 372T415 240T502 159T637 131Q772 131 835 240T899 553Q899 761 836 864T635 967Z" />
-<glyph unicode="c" glyph-name="c" horiz-adv-x="948" d="M594 -20Q493 -20 405 11T252 111T150 286T113 543Q113 700 151 809T255 987T411 1087T602 1118Q680 1118 754 1101T879 1059L825 905Q802 915 774 924T716 941T657 953T602 958Q445 958 373 858T301 545Q301
-334 373 237T594 139Q675 139 740 157T860 201V39Q806 10 745 -5T594 -20Z" />
-<glyph unicode="d" glyph-name="d" horiz-adv-x="1200" d="M852 147H844Q822 113 793 83T725 29T638 -7T530 -20Q437 -20 360 16T228 123T143 301T113 547Q113 688 143 794T228 973T360 1081T530 1118Q589 1118 637 1105T723 1070T792 1019T844 958H856Q853 992
-850 1023Q848 1049 846 1076T844 1120V1556H1026V0H879L852 147ZM565 131Q641 131 693 154T778 224T826 341T844 506V547Q844 648 831 726T785 858T698 939T563 967Q428 967 365 858T301 545Q301 336 364 234T565 131Z" />
-<glyph unicode="e" glyph-name="e" horiz-adv-x="1096" d="M608 -20Q498 -20 407 17T251 125T149 301T113 541Q113 677 146 784T239 965T382 1079T567 1118Q666 1118 745 1083T879 983T963 828T993 627V514H301Q306 321 382 230T610 139Q661 139 704 144T788 158T867
-182T944 215V53Q904 34 866 20T787 -3T703 -16T608 -20ZM563 967Q449 967 383 889T305 662H797Q797 730 784 786T742 883T669 945T563 967Z" />
-<glyph unicode="f" glyph-name="f" horiz-adv-x="674" d="M651 961H406V0H223V961H29V1036L223 1104V1200Q223 1307 245 1377T310 1490T415 1549T555 1567Q614 1567 663 1556T752 1530L705 1389Q674 1400 638 1408T561 1417Q521 1417 492 1408T444 1374T416 1309T406
-1202V1098H651V961Z" />
-<glyph unicode="g" glyph-name="g" horiz-adv-x="1061" d="M1020 1098V985L823 958Q851 923 870 869T889 745Q889 669 866 605T795 493T677 420T514 393Q492 393 470 393T434 397Q417 387 401 375T371 346T349 310T340 266Q340 239 352 223T384 197T433 185T492
-182H668Q761 182 825 159T929 95T988 1T1006 -115Q1006 -203 974 -273T874 -391T705 -466T463 -492Q356 -492 276 -471T143 -410T64 -314T37 -186Q37 -126 56 -81T109 -2T185 52T276 84Q234 103 207 144T180 238Q180 299 212 343T313 430Q270 448 235 479T175 551T137
-640T123 739Q123 828 148 898T222 1017T344 1092T514 1118Q551 1118 590 1113T657 1098H1020ZM209 -180Q209 -217 222 -249T264 -304T342 -340T463 -354Q649 -354 741 -297T834 -131Q834 -85 822 -56T783 -11T710 12T600 18H424Q389 18 351 10T282 -20T230 -80T209
--180ZM301 745Q301 630 355 574T508 518Q608 518 659 573T711 748Q711 871 659 929T506 987Q407 987 354 927T301 745Z" />
-<glyph unicode="h" glyph-name="h" horiz-adv-x="1206" d="M860 0V707Q860 837 808 902T643 967Q562 967 507 941T419 864T371 739T356 569V0H174V1556H356V1094L348 950H358Q383 993 417 1024T493 1077T580 1108T674 1118Q857 1118 949 1023T1042 717V0H860Z" />
-<glyph unicode="i" glyph-name="i" horiz-adv-x="530" d="M356 0H174V1098H356V0ZM160 1395Q160 1455 190 1482T266 1509Q288 1509 307 1503T341 1482T364 1447T373 1395Q373 1337 342 1309T266 1280Q221 1280 191 1308T160 1395Z" />
-<glyph unicode="j" glyph-name="j" horiz-adv-x="530" d="M66 -492Q18 -492 -13 -485T-68 -467V-319Q-42 -329 -15 -334T47 -340Q74 -340 97 -333T137 -306T164 -254T174 -170V1098H356V-158Q356 -235 339 -296T286 -401T196 -468T66 -492ZM160 1395Q160 1455
-190 1482T266 1509Q288 1509 307 1503T341 1482T364 1447T373 1395Q373 1337 342 1309T266 1280Q221 1280 191 1308T160 1395Z" />
-<glyph unicode="k" glyph-name="k" horiz-adv-x="1016" d="M342 567L477 737L770 1098H981L580 623L1008 0H799L463 504L354 422V0H174V1556H354V842L338 567H342Z" />
-<glyph unicode="l" glyph-name="l" horiz-adv-x="530" d="M356 0H174V1556H356V0Z" />
-<glyph unicode="m" glyph-name="m" horiz-adv-x="1835" d="M1489 0V707Q1489 837 1439 902T1284 967Q1211 967 1160 944T1077 875T1029 762T1014 606V0H831V707Q831 837 782 902T627 967Q550 967 498 941T415 864T370 739T356 569V0H174V1098H322L348 950H358Q382
-993 415 1024T487 1077T571 1108T662 1118Q782 1118 861 1074T979 936H987Q1013 983 1049 1017T1129 1073T1221 1107T1319 1118Q1494 1118 1582 1023T1671 717V0H1489Z" />
-<glyph unicode="n" glyph-name="n" horiz-adv-x="1206" d="M860 0V707Q860 837 808 902T643 967Q562 967 507 941T419 864T371 739T356 569V0H174V1098H322L348 950H358Q383 993 417 1024T493 1077T580 1108T674 1118Q857 1118 949 1023T1042 717V0H860Z" />
-<glyph unicode="o" glyph-name="o" horiz-adv-x="1182" d="M1069 551Q1069 414 1036 308T940 129T788 18T588 -20Q485 -20 398 18T248 128T149 307T113 551Q113 687 146 792T242 970T393 1080T594 1118Q697 1118 784 1081T934 971T1033 793T1069 551ZM301 551Q301
-342 369 237T592 131Q746 131 813 236T881 551Q881 760 813 863T590 967Q436 967 369 864T301 551Z" />
-<glyph unicode="p" glyph-name="p" horiz-adv-x="1200" d="M670 -20Q611 -20 563 -7T477 27T409 78T356 139H344Q347 105 350 74Q352 48 354 21T356 -23V-492H174V1098H322L348 950H356Q379 985 408 1015T475 1068T562 1104T670 1118Q764 1118 841 1082T972 975T1057
-797T1087 551Q1087 410 1057 304T973 125T841 17T670 -20ZM635 967Q559 967 507 944T422 874T374 757T356 592V551Q356 450 369 372T415 240T502 159T637 131Q772 131 835 240T899 553Q899 761 836 864T635 967Z" />
-<glyph unicode="q" glyph-name="q" horiz-adv-x="1200" d="M565 131Q641 131 693 154T778 224T826 341T844 506V547Q844 648 831 726T785 858T698 939T563 967Q428 967 365 858T301 545Q301 336 364 234T565 131ZM530 -20Q437 -20 360 16T228 123T143 301T113
-547Q113 688 143 794T228 973T360 1081T530 1118Q589 1118 637 1105T723 1069T791 1016T844 950H852L879 1098H1026V-492H844V-23Q844 -4 846 25T850 81Q853 113 856 147H844Q822 113 793 83T725 29T638 -7T530 -20Z" />
-<glyph unicode="r" glyph-name="r" horiz-adv-x="817" d="M649 1118Q678 1118 714 1116T776 1108L752 940Q724 945 695 948T639 952Q576 952 524 927T435 854T377 740T356 592V0H174V1098H322L344 897H352Q377 940 405 980T469 1050T549 1099T649 1118Z" />
-<glyph unicode="s" glyph-name="s" horiz-adv-x="924" d="M831 301Q831 221 802 161T719 61T587 0T414 -20Q305 -20 227 -3T90 49V215Q121 199 159 184T239 156T325 137T414 129Q479 129 524 140T598 171T640 221T653 287Q653 318 643 343T607 392T534 442T416
-498Q344 529 287 559T189 626T128 711T106 827Q106 897 133 951T211 1043T331 1099T487 1118Q584 1118 664 1097T817 1042L754 895Q689 924 621 945T481 967Q379 967 330 934T281 838Q281 803 292 777T332 728T407 682T524 629Q596 599 652 569T749 502T810 416T831
-301Z" />
-<glyph unicode="t" glyph-name="t" horiz-adv-x="694" d="M506 129Q524 129 546 131T590 136T628 143T655 150V12Q642 6 622 0T578 -10T528 -17T477 -20Q415 -20 362 -4T271 51T210 156T188 324V961H33V1042L188 1120L266 1350H371V1098H647V961H371V324Q371 227
-402 178T506 129Z" />
-<glyph unicode="u" glyph-name="u" horiz-adv-x="1206" d="M885 0L858 147H848Q823 104 789 73T713 21T626 -10T532 -20Q441 -20 372 3T257 75T188 200T164 381V1098H346V391Q346 261 399 196T563 131Q644 131 699 157T787 233T835 358T850 528V1098H1032V0H885Z" />
-<glyph unicode="v" glyph-name="v" horiz-adv-x="981" d="M375 0L0 1098H188L387 487Q398 454 413 402T443 296T470 194T487 121H494Q499 146 511 194T538 296T568 402T594 487L793 1098H981L606 0H375Z" />
-<glyph unicode="w" glyph-name="w" horiz-adv-x="1528" d="M1008 0L840 616Q836 634 830 656T818 704T806 755T793 806Q779 864 764 926H758Q744 863 731 805Q720 755 708 702T684 612L512 0H301L20 1098H211L342 514Q352 469 362 417T381 313T397 216T408 141H414Q419
-167 427 210T446 302T468 398T489 479L668 1098H864L1036 479Q1045 445 1056 399T1079 306T1099 214T1112 141H1118Q1121 167 1127 210T1143 306T1162 412T1184 514L1321 1098H1507L1223 0H1008Z" />
-<glyph unicode="x" glyph-name="x" horiz-adv-x="1024" d="M408 563L55 1098H262L512 688L762 1098H969L614 563L987 0H780L512 436L242 0H35L408 563Z" />
-<glyph unicode="y" glyph-name="y" horiz-adv-x="1001" d="M10 1098H199L414 485Q428 445 442 401T469 313T491 228T504 152H510Q515 177 526 220T550 311T578 407T604 487L803 1098H991L557 -143Q529 -224 497 -288T421 -398T320 -467T182 -492Q130 -492 92 -487T27
--475V-330Q48 -335 80 -338T147 -342Q195 -342 230 -331T291 -297T335 -243T369 -170L426 -10L10 1098Z" />
-<glyph unicode="z" glyph-name="z" horiz-adv-x="903" d="M821 0H82V125L618 961H115V1098H803V952L279 137H821V0Z" />
-<glyph unicode="{" glyph-name="braceleft" horiz-adv-x="725" d="M500 -16Q500 -64 512 -94T546 -142T601 -166T674 -174V-324Q597 -323 532 -307T419 -255T344 -164T317 -31V303Q317 406 252 449T61 492V647Q186 647 251 690T317 836V1169Q317 1247 344 1302T418
-1392T531 1444T674 1462V1313Q634 1312 602 1306T547 1282T512 1234T500 1155V823Q500 718 441 657T266 575V563Q381 543 440 482T500 315V-16Z" />
-<glyph unicode="|" glyph-name="bar" horiz-adv-x="1128" d="M489 1556H639V-492H489V1556Z" />
-<glyph unicode="}" glyph-name="braceright" horiz-adv-x="725" d="M225 315Q225 421 284 482T459 563V575Q344 595 285 656T225 823V1155Q225 1203 213 1233T179 1281T124 1305T51 1313V1462Q128 1461 193 1445T306 1393T381 1302T408 1169V836Q408 784 424 748T473
-690T554 657T664 647V492Q539 492 474 449T408 303V-31Q408 -109 381 -164T307 -254T194 -306T51 -324V-174Q91 -173 123 -167T178 -143T213 -95T225 -16V315Z" />
-<glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="1128" d="M530 651Q493 667 466 678T416 695T373 704T330 707Q302 707 272 698T213 672T155 633T102 586V748Q202 856 350 856Q379 856 404 854T456 845T517 826T598 793Q635 777 662 766T713 749T757
-740T799 737Q827 737 857 746T916 772T974 811T1026 858V696Q927 588 778 588Q749 588 724 590T672 599T611 618T530 651Z" />
-<glyph unicode="&#xa0;" glyph-name="nbspace" horiz-adv-x="532" />
-<glyph unicode="&#xa1;" glyph-name="exclamdown" horiz-adv-x="551" d="M213 676H334L385 -373H162L213 676ZM401 979Q401 941 392 915T365 872T324 848T274 840Q248 840 225 847T185 871T157 914T147 979Q147 1016 157 1042T184 1085T225 1110T274 1118Q301
-1118 324 1110T364 1085T391 1042T401 979Z" />
-<glyph unicode="&#xa2;" glyph-name="cent" horiz-adv-x="1128" d="M886 212T831 197T700 180V-20H563V186Q476 199 407 236T289 340T214 506T188 743Q188 884 214 985T289 1155T407 1260T563 1311V1483H700V1319Q772 1316 840 1300T954 1260L901 1106Q878 1116
-850 1125T792 1142T733 1154T678 1159Q521 1159 449 1058T377 745Q377 535 449 438T670 340Q751 340 816 358T936 401V240Q886 212 831 197Z" />
-<glyph unicode="&#xa3;" glyph-name="sterling" horiz-adv-x="1128" d="M666 1481Q772 1481 859 1459T1012 1401L946 1257Q890 1286 820 1307T674 1329Q626 1329 585 1316T514 1273T468 1196T451 1083V788H827V651H451V440Q451 378 440 334T409 257T364 204T311
-166H1059V0H68V154Q112 165 148 185T211 240T253 322T268 438V651H70V788H268V1112Q268 1199 297 1267T379 1383T505 1456T666 1481Z" />
-<glyph unicode="&#xa4;" glyph-name="currency" horiz-adv-x="1128" d="M186 723Q186 782 203 835T252 936L123 1065L221 1163L348 1034Q395 1066 449 1084T563 1102Q623 1102 676 1084T776 1034L905 1163L1004 1067L874 938Q905 892 923 838T942 723Q942 663
-925 608T874 508L1001 381L905 285L776 412Q730 381 677 364T563 346Q503 346 448 364T348 414L221 287L125 383L252 510Q221 555 204 609T186 723ZM324 723Q324 673 342 630T393 554T469 502T563 483Q614 483 658 502T736 553T788 629T807 723Q807 774 788 818T736
-896T659 948T563 967Q513 967 470 948T394 896T343 819T324 723Z" />
-<glyph unicode="&#xa5;" glyph-name="yen" horiz-adv-x="1128" d="M563 723L909 1462H1100L715 694H954V557H653V399H954V262H653V0H475V262H174V399H475V557H174V694H408L29 1462H221L563 723Z" />
-<glyph unicode="&#xa6;" glyph-name="brokenbar" horiz-adv-x="1128" d="M489 1556H639V776H489V1556ZM489 289H639V-492H489V289Z" />
-<glyph unicode="&#xa7;" glyph-name="section" horiz-adv-x="995" d="M137 809Q137 860 150 901T185 975T237 1029T297 1067Q222 1105 180 1162T137 1303Q137 1364 164 1413T242 1496T362 1548T518 1567Q615 1567 693 1547T844 1495L788 1356Q723 1384 653 1403T512
-1423Q413 1423 362 1394T311 1307Q311 1280 323 1257T363 1212T439 1167T557 1114Q629 1086 685 1054T781 982T841 895T862 784Q862 732 850 690T818 613T771 555T717 514Q786 476 824 422T862 289Q862 218 833 163T749 69T618 10T444 -10Q336 -10 258 6T121 55V213Q152
-198 190 183T270 157T356 138T444 131Q513 131 559 143T633 174T672 219T684 272Q684 301 676 323T642 368T569 415T446 471Q373 502 316 533T218 603T158 692T137 809ZM291 831Q291 794 305 763T350 702T432 646T555 588L590 573Q610 586 630 604T667 645T694
-696T705 758Q705 796 692 828T647 889T560 947T424 1006Q399 998 376 983T333 945T303 893T291 831Z" />
-<glyph unicode="&#xa8;" glyph-name="dieresis" horiz-adv-x="1182" d="M307 1395Q307 1449 335 1473T403 1497Q442 1497 471 1473T500 1395Q500 1342 471 1317T403 1292Q363 1292 335 1317T307 1395ZM682 1395Q682 1449 710 1473T778 1497Q797 1497 814 1491T845
-1473T866 1441T874 1395Q874 1342 845 1317T778 1292Q738 1292 710 1317T682 1395Z" />
-<glyph unicode="&#xa9;" glyph-name="copyright" horiz-adv-x="1704" d="M891 1053Q830 1053 783 1031T704 968T656 866T639 731Q639 653 653 593T698 492T776 430T891 408Q914 408 941 411T996 421T1053 435T1106 453V322Q1082 311 1058 302T1007 286T950 276T885
-272Q783 272 707 305T581 399T505 545T479 733Q479 834 506 917T585 1061T714 1154T891 1188Q954 1188 1020 1172T1145 1126L1083 999Q1031 1025 983 1039T891 1053ZM100 731Q100 835 127 931T202 1110T320 1263T472 1380T652 1456T852 1483Q956 1483 1052 1456T1231
-1381T1384 1263T1501 1111T1577 931T1604 731Q1604 627 1577 531T1502 352T1384 200T1232 82T1052 7T852 -20Q748 -20 652 6T473 82T320 199T203 351T127 531T100 731ZM209 731Q209 598 259 481T397 277T602 139T852 88Q985 88 1102 138T1306 276T1444 481T1495
-731Q1495 864 1445 981T1307 1185T1102 1323T852 1374Q719 1374 602 1324T398 1186T260 981T209 731Z" />
-<glyph unicode="&#xaa;" glyph-name="ordfeminine" horiz-adv-x="678" d="M487 797L459 879Q441 857 422 840T379 810T327 791T264 784Q221 784 185 797T123 835T83 899T68 989Q68 1091 138 1145T352 1204L451 1208V1239Q451 1311 421 1339T334 1368Q286 1368
-241 1354T154 1317L106 1417Q157 1443 215 1461T334 1479Q459 1479 518 1426T578 1251V797H487ZM377 1110Q326 1107 292 1098T238 1074T208 1038T199 987Q199 936 224 914T291 891Q325 891 354 901T404 934T438 988T451 1065V1114L377 1110Z" />
-<glyph unicode="&#xab;" glyph-name="guillemotleft" horiz-adv-x="997" d="M82 553L391 967L508 889L270 541L508 193L391 115L82 526V553ZM489 553L799 967L915 889L678 541L915 193L799 115L489 526V553Z" />
-<glyph unicode="&#xac;" glyph-name="logicalnot" horiz-adv-x="1128" d="M1026 797V262H877V647H102V797H1026Z" />
-<glyph unicode="&#xad;" glyph-name="uni00AD" horiz-adv-x="659" d="M82 465V633H578V465H82Z" />
-<glyph unicode="&#xae;" glyph-name="registered" horiz-adv-x="1704" d="M743 768H815Q906 768 945 804T985 909Q985 983 944 1012T813 1042H743V768ZM1145 913Q1145 865 1132 828T1096 762T1045 713T985 680Q1052 570 1105 483Q1128 446 1149 411T1186 347T1213
-302L1223 285H1044L838 637H743V285H586V1178H819Q987 1178 1066 1113T1145 913ZM100 731Q100 835 127 931T202 1110T320 1263T472 1380T652 1456T852 1483Q956 1483 1052 1456T1231 1381T1384 1263T1501 1111T1577 931T1604 731Q1604 627 1577 531T1502 352T1384
-200T1232 82T1052 7T852 -20Q748 -20 652 6T473 82T320 199T203 351T127 531T100 731ZM209 731Q209 598 259 481T397 277T602 139T852 88Q985 88 1102 138T1306 276T1444 481T1495 731Q1495 864 1445 981T1307 1185T1102 1323T852 1374Q719 1374 602 1324T398 1186T260
-981T209 731Z" />
-<glyph unicode="&#xaf;" glyph-name="overscore" horiz-adv-x="1024" d="M1030 1556H-6V1696H1030V1556Z" />
-<glyph unicode="&#xb0;" glyph-name="degree" horiz-adv-x="877" d="M123 1167Q123 1232 148 1289T215 1390T315 1458T438 1483Q503 1483 560 1458T661 1390T729 1290T754 1167Q754 1102 729 1045T661 946T561 879T438 854Q373 854 316 878T216 945T148 1045T123
-1167ZM246 1167Q246 1128 261 1094T302 1033T363 992T438 977Q478 977 513 992T574 1033T616 1093T631 1167Q631 1207 616 1242T575 1304T513 1346T438 1362Q398 1362 363 1347T302 1305T261 1243T246 1167Z" />
-<glyph unicode="&#xb1;" glyph-name="plusminus" horiz-adv-x="1128" d="M489 647H102V797H489V1186H639V797H1026V647H639V262H489V647ZM102 0V150H1026V0H102Z" />
-<glyph unicode="&#xb2;" glyph-name="twosuperior" horiz-adv-x="678" d="M621 586H49V698L258 926Q315 988 351 1030T407 1106T434 1169T442 1233Q442 1298 409 1330T322 1362Q271 1362 225 1337T133 1274L55 1368Q109 1416 175 1448T324 1481Q384 1481 432 1465T515
-1417T567 1340T586 1237Q586 1187 572 1144T530 1059T464 971T373 870L225 713H621V586Z" />
-<glyph unicode="&#xb3;" glyph-name="threesuperior" horiz-adv-x="678" d="M590 1255Q590 1177 550 1124T440 1047Q528 1024 572 971T616 840Q616 780 596 730T535 645T430 589T281 569Q211 569 150 581T31 625V758Q94 724 160 705T279 686Q377 686 421 727T465
-842Q465 916 412 949T262 983H164V1096H262Q354 1096 396 1135T438 1239Q438 1271 428 1294T401 1333T360 1355T309 1362Q250 1362 202 1342T102 1284L33 1380Q62 1403 92 1421T157 1453T229 1473T311 1481Q380 1481 432 1464T520 1417T572 1346T590 1255Z" />
-<glyph unicode="&#xb4;" glyph-name="acute" horiz-adv-x="1182" d="M393 1268Q415 1297 438 1335T485 1413T530 1494T567 1569H786V1548Q770 1521 739 1481T669 1396T590 1311T514 1241H393V1268Z" />
-<glyph unicode="&#xb5;" glyph-name="mu" horiz-adv-x="1217" d="M356 391Q356 261 409 196T573 131Q655 131 710 157T798 233T846 358T860 528V1098H1042V0H895L868 147H858Q810 64 738 22T563 -20Q491 -20 438 3T350 68Q351 30 353 -10Q355 -45 355 -87T356
--172V-492H174V1098H356V391Z" />
-<glyph unicode="&#xb6;" glyph-name="paragraph" horiz-adv-x="1341" d="M1126 -260H1006V1397H799V-260H678V559Q617 541 532 541Q437 541 360 566T228 651T143 806T113 1042Q113 1189 145 1287T237 1446T380 1531T563 1556H1126V-260Z" />
-<glyph unicode="&#xb7;" glyph-name="middot" horiz-adv-x="549" d="M147 723Q147 761 157 787T184 830T224 854T274 862Q300 862 323 855T364 831T391 788T401 723Q401 686 391 660T364 617T324 592T274 584Q247 584 224 592T184 617T157 660T147 723Z" />
-<glyph unicode="&#xb8;" glyph-name="cedilla" horiz-adv-x="420" d="M408 -287Q408 -384 338 -438T117 -492Q95 -492 73 -489T35 -483V-375Q50 -378 74 -379T115 -381Q186 -381 226 -360T266 -289Q266 -265 253 -248T217 -217T163 -195T94 -176L184 0H305L248
--115Q282 -123 311 -136T361 -169T395 -219T408 -287Z" />
-<glyph unicode="&#xb9;" glyph-name="onesuperior" horiz-adv-x="678" d="M307 1462H442V586H297V1102Q297 1127 297 1157T299 1217T302 1275T305 1325Q291 1308 272 1288T231 1251L137 1178L63 1274L307 1462Z" />
-<glyph unicode="&#xba;" glyph-name="ordmasculine" horiz-adv-x="717" d="M651 1133Q651 1050 631 985T572 876T479 808T356 784Q293 784 240 807T148 875T88 985T66 1133Q66 1216 86 1280T145 1389T237 1456T360 1479Q422 1479 475 1456T568 1389T629 1281T651
-1133ZM197 1133Q197 1014 234 954T358 893Q443 893 480 953T518 1133Q518 1253 481 1310T358 1368Q272 1368 235 1311T197 1133Z" />
-<glyph unicode="&#xbb;" glyph-name="guillemotright" horiz-adv-x="997" d="M918 526L608 115L492 193L729 541L492 889L608 967L918 553V526ZM510 526L201 115L84 193L322 541L84 889L201 967L510 553V526Z" />
-<glyph unicode="&#xbc;" glyph-name="onequarter" horiz-adv-x="1509" d="M307 1462H442V586H297V1102Q297 1127 297 1157T299 1217T302 1275T305 1325Q291 1308 272 1288T231 1251L137 1178L63 1274L307 1462ZM1202 1462L391 0H234L1045 1462H1202ZM1419 193H1294V1H1151V193H776V304L1153
-883H1294V320H1419V193ZM1151 320V515Q1151 557 1152 606T1157 705Q1152 694 1142 676T1121 636T1098 595T1077 560L922 320H1151Z" />
-<glyph unicode="&#xbd;" glyph-name="onehalf" horiz-adv-x="1509" d="M544 1462H679V586H534V1102Q534 1127 534 1157T536 1217T539 1275T542 1325Q528 1308 509 1288T468 1251L374 1178L300 1274L544 1462ZM1181 1462L370 0H213L1024 1462H1181ZM1440 1H868V113L1077
-341Q1134 403 1170 445T1226 521T1253 584T1261 648Q1261 713 1228 745T1141 777Q1090 777 1044 752T952 689L874 783Q928 831 994 863T1143 896Q1203 896 1251 880T1334 832T1386 755T1405 652Q1405 602 1391 559T1349 474T1283 386T1192 285L1044 128H1440V1Z"
-/>
-<glyph unicode="&#xbe;" glyph-name="threequarters" horiz-adv-x="1509" d="M590 1255Q590 1177 550 1124T440 1047Q528 1024 572 971T616 840Q616 780 596 730T535 645T430 589T281 569Q211 569 150 581T31 625V758Q94 724 160 705T279 686Q377 686 421 727T465
-842Q465 916 412 949T262 983H164V1096H262Q354 1096 396 1135T438 1239Q438 1271 428 1294T401 1333T360 1355T309 1362Q250 1362 202 1342T102 1284L33 1380Q62 1403 92 1421T157 1453T229 1473T311 1481Q380 1481 432 1464T520 1417T572 1346T590 1255ZM1296
-1462L485 0H328L1139 1462H1296ZM1486 193H1361V1H1218V193H843V304L1220 883H1361V320H1486V193ZM1218 320V515Q1218 557 1219 606T1224 705Q1219 694 1209 676T1188 636T1165 595T1144 560L989 320H1218Z" />
-<glyph unicode="&#xbf;" glyph-name="questiondown" horiz-adv-x="872" d="M592 676V639Q592 581 584 536T557 450T505 371T422 291Q374 250 340 217T285 149T253 75T242 -18Q242 -66 257 -105T300 -173T371 -217T469 -233Q553 -233 628 -208T772 -147L836 -293Q754
--335 660 -364T469 -393Q376 -393 302 -368T176 -294T96 -177T68 -20Q68 48 81 100T121 197T188 284T283 373Q335 418 368 451T420 516T446 580T453 657V676H592ZM639 979Q639 941 630 915T603 872T562 848T512 840Q486 840 463 847T423 871T395 914T385 979Q385
-1016 395 1042T422 1085T463 1110T512 1118Q539 1118 562 1110T602 1085T629 1042T639 979Z" />
-<glyph unicode="&#xc0;" glyph-name="Agrave" horiz-adv-x="1245" d="M1055 0L895 453H350L188 0H0L537 1468H707L1245 0H1055ZM836 618L688 1042Q682 1060 674 1086T656 1142T638 1204T621 1268Q614 1237 605 1204T587 1141T570 1085T555 1042L410 618H836ZM719
-1579H599Q564 1607 523 1648T444 1734T374 1818T326 1886V1907H545Q561 1873 582 1833T627 1752T674 1673T719 1606V1579Z" />
-<glyph unicode="&#xc1;" glyph-name="Aacute" horiz-adv-x="1245" d="M1055 0L895 453H350L188 0H0L537 1468H707L1245 0H1055ZM836 618L688 1042Q682 1060 674 1086T656 1142T638 1204T621 1268Q614 1237 605 1204T587 1141T570 1085T555 1042L410 618H836ZM534
-1606Q556 1635 579 1673T626 1751T671 1832T708 1907H927V1886Q911 1859 880 1819T810 1734T731 1649T655 1579H534V1606Z" />
-<glyph unicode="&#xc2;" glyph-name="Acircumflex" horiz-adv-x="1245" d="M1055 0L895 453H350L188 0H0L537 1468H707L1245 0H1055ZM836 618L688 1042Q682 1060 674 1086T656 1142T638 1204T621 1268Q614 1237 605 1204T587 1141T570 1085T555 1042L410 618H836ZM953
-1579H832Q781 1613 727 1661T621 1765Q567 1710 514 1662T410 1579H289V1606Q315 1635 349 1673T416 1751T479 1832T525 1907H717Q733 1873 762 1833T825 1752T893 1673T953 1606V1579Z" />
-<glyph unicode="&#xc3;" glyph-name="Atilde" horiz-adv-x="1245" d="M1055 0L895 453H350L188 0H0L537 1468H707L1245 0H1055ZM836 618L688 1042Q682 1060 674 1086T656 1142T638 1204T621 1268Q614 1237 605 1204T587 1141T570 1085T555 1042L410 618H836ZM772
-1581Q732 1581 693 1598T615 1637T542 1676T475 1694Q430 1694 406 1668T368 1579H264Q269 1639 285 1688T328 1771T392 1824T475 1843Q517 1843 557 1826T636 1787T708 1749T772 1731Q817 1731 840 1757T878 1845H983Q978 1785 962 1737T919 1654T855 1600T772
-1581Z" />
-<glyph unicode="&#xc4;" glyph-name="Adieresis" horiz-adv-x="1245" d="M1055 0L895 453H350L188 0H0L537 1468H707L1245 0H1055ZM836 618L688 1042Q682 1060 674 1086T656 1142T638 1204T621 1268Q614 1237 605 1204T587 1141T570 1085T555 1042L410 618H836ZM340
-1733Q340 1787 368 1811T436 1835Q475 1835 504 1811T533 1733Q533 1680 504 1655T436 1630Q396 1630 368 1655T340 1733ZM715 1733Q715 1787 743 1811T811 1835Q830 1835 847 1829T878 1811T899 1779T907 1733Q907 1680 878 1655T811 1630Q771 1630 743 1655T715
-1733Z" />
-<glyph unicode="&#xc5;" glyph-name="Aring" horiz-adv-x="1245" d="M1055 0L895 453H350L188 0H0L537 1468H707L1245 0H1055ZM836 618L688 1042Q682 1060 674 1086T656 1142T638 1204T621 1268Q614 1237 605 1204T587 1141T570 1085T555 1042L410 618H836ZM848
-1583Q848 1532 831 1492T783 1423T710 1381T619 1366Q569 1366 528 1380T458 1423T412 1490T396 1581Q396 1632 412 1671T457 1739T528 1781T619 1796Q667 1796 709 1782T782 1740T830 1673T848 1583ZM731 1581Q731 1634 700 1664T619 1694Q569 1694 538 1664T506
-1581Q506 1528 534 1498T619 1468Q668 1468 699 1498T731 1581Z" />
-<glyph unicode="&#xc6;" glyph-name="AE" horiz-adv-x="1745" d="M1622 0H862V453H387L184 0H-2L653 1462H1622V1298H1049V846H1583V684H1049V164H1622V0ZM459 618H862V1298H754L459 618Z" />
-<glyph unicode="&#xc7;" glyph-name="Ccedilla" horiz-adv-x="1235" d="M793 1319Q686 1319 599 1279T451 1162T356 977T322 731Q322 590 351 481T440 296T587 182T793 143Q882 143 962 160T1120 201V39Q1081 24 1042 13T961 -6T870 -16T762 -20Q598 -20 478 34T280
-187T163 425T125 733Q125 899 168 1037T296 1274T506 1428T793 1483Q901 1483 999 1461T1176 1397L1098 1241Q1035 1273 961 1296T793 1319ZM916 -287Q916 -384 846 -438T625 -492Q603 -492 581 -489T543 -483V-375Q558 -378 582 -379T623 -381Q694 -381 734 -360T774
--289Q774 -265 761 -248T725 -217T671 -195T602 -176L692 0H813L756 -115Q790 -123 819 -136T869 -169T903 -219T916 -287Z" />
-<glyph unicode="&#xc8;" glyph-name="Egrave" horiz-adv-x="1081" d="M958 0H199V1462H958V1298H385V846H920V684H385V164H958V0ZM713 1579H593Q558 1607 517 1648T438 1734T368 1818T320 1886V1907H539Q555 1873 576 1833T621 1752T668 1673T713 1606V1579Z" />
-<glyph unicode="&#xc9;" glyph-name="Eacute" horiz-adv-x="1081" d="M958 0H199V1462H958V1298H385V846H920V684H385V164H958V0ZM456 1606Q478 1635 501 1673T548 1751T593 1832T630 1907H849V1886Q833 1859 802 1819T732 1734T653 1649T577 1579H456V1606Z" />
-<glyph unicode="&#xca;" glyph-name="Ecircumflex" horiz-adv-x="1081" d="M958 0H199V1462H958V1298H385V846H920V684H385V164H958V0ZM907 1579H786Q735 1613 681 1661T575 1765Q521 1710 468 1662T364 1579H243V1606Q269 1635 303 1673T370 1751T433 1832T479
-1907H671Q687 1873 716 1833T779 1752T847 1673T907 1606V1579Z" />
-<glyph unicode="&#xcb;" glyph-name="Edieresis" horiz-adv-x="1081" d="M958 0H199V1462H958V1298H385V846H920V684H385V164H958V0ZM296 1733Q296 1787 324 1811T392 1835Q431 1835 460 1811T489 1733Q489 1680 460 1655T392 1630Q352 1630 324 1655T296 1733ZM671
-1733Q671 1787 699 1811T767 1835Q786 1835 803 1829T834 1811T855 1779T863 1733Q863 1680 834 1655T767 1630Q727 1630 699 1655T671 1733Z" />
-<glyph unicode="&#xcc;" glyph-name="Igrave" horiz-adv-x="694" d="M612 0H82V102L254 143V1319L82 1360V1462H612V1360L440 1319V143L612 102V0ZM455 1579H335Q300 1607 259 1648T180 1734T110 1818T62 1886V1907H281Q297 1873 318 1833T363 1752T410 1673T455
-1606V1579Z" />
-<glyph unicode="&#xcd;" glyph-name="Iacute" horiz-adv-x="694" d="M612 0H82V102L254 143V1319L82 1360V1462H612V1360L440 1319V143L612 102V0ZM257 1606Q279 1635 302 1673T349 1751T394 1832T431 1907H650V1886Q634 1859 603 1819T533 1734T454 1649T378
-1579H257V1606Z" />
-<glyph unicode="&#xce;" glyph-name="Icircumflex" horiz-adv-x="694" d="M612 0H82V102L254 143V1319L82 1360V1462H612V1360L440 1319V143L612 102V0ZM681 1579H560Q509 1613 455 1661T349 1765Q295 1710 242 1662T138 1579H17V1606Q43 1635 77 1673T144 1751T207
-1832T253 1907H445Q461 1873 490 1833T553 1752T621 1673T681 1606V1579Z" />
-<glyph unicode="&#xcf;" glyph-name="Idieresis" horiz-adv-x="694" d="M612 0H82V102L254 143V1319L82 1360V1462H612V1360L440 1319V143L612 102V0ZM64 1733Q64 1787 92 1811T160 1835Q199 1835 228 1811T257 1733Q257 1680 228 1655T160 1630Q120 1630 92 1655T64
-1733ZM439 1733Q439 1787 467 1811T535 1835Q554 1835 571 1829T602 1811T623 1779T631 1733Q631 1680 602 1655T535 1630Q495 1630 467 1655T439 1733Z" />
-<glyph unicode="&#xd0;" glyph-name="Eth" horiz-adv-x="1401" d="M47 805H199V1462H606Q759 1462 883 1416T1094 1280T1228 1055T1276 745Q1276 560 1228 421T1089 188T866 47T565 0H199V643H47V805ZM1079 739Q1079 885 1046 991T950 1167T795 1269T586 1303H385V805H721V643H385V160H547Q811
-160 945 306T1079 739Z" />
-<glyph unicode="&#xd1;" glyph-name="Ntilde" horiz-adv-x="1493" d="M1294 0H1079L360 1210H352Q358 1133 362 1057Q366 992 368 921T371 793V0H199V1462H412L1128 258H1135Q1132 334 1128 408Q1127 440 1126 473T1123 540T1121 605T1120 662V1462H1294V0ZM905
-1581Q865 1581 826 1598T748 1637T675 1676T608 1694Q563 1694 539 1668T501 1579H397Q402 1639 418 1688T461 1771T525 1824T608 1843Q650 1843 690 1826T769 1787T841 1749T905 1731Q950 1731 973 1757T1011 1845H1116Q1111 1785 1095 1737T1052 1654T988 1600T905
-1581Z" />
-<glyph unicode="&#xd2;" glyph-name="Ograve" horiz-adv-x="1520" d="M1393 733Q1393 564 1353 425T1232 187T1034 34T760 -20Q597 -20 478 34T280 187T163 425T125 735Q125 905 163 1043T280 1280T479 1431T762 1485Q917 1485 1034 1432T1232 1280T1352 1043T1393
-733ZM322 733Q322 596 348 487T427 301T563 184T760 143Q874 143 956 183T1092 300T1171 486T1196 733Q1196 871 1171 980T1093 1164T958 1280T762 1321Q648 1321 565 1281T428 1165T348 980T322 733ZM870 1579H750Q715 1607 674 1648T595 1734T525 1818T477 1886V1907H696Q712
-1873 733 1833T778 1752T825 1673T870 1606V1579Z" />
-<glyph unicode="&#xd3;" glyph-name="Oacute" horiz-adv-x="1520" d="M1393 733Q1393 564 1353 425T1232 187T1034 34T760 -20Q597 -20 478 34T280 187T163 425T125 735Q125 905 163 1043T280 1280T479 1431T762 1485Q917 1485 1034 1432T1232 1280T1352 1043T1393
-733ZM322 733Q322 596 348 487T427 301T563 184T760 143Q874 143 956 183T1092 300T1171 486T1196 733Q1196 871 1171 980T1093 1164T958 1280T762 1321Q648 1321 565 1281T428 1165T348 980T322 733ZM651 1606Q673 1635 696 1673T743 1751T788 1832T825 1907H1044V1886Q1028
-1859 997 1819T927 1734T848 1649T772 1579H651V1606Z" />
-<glyph unicode="&#xd4;" glyph-name="Ocircumflex" horiz-adv-x="1520" d="M1393 733Q1393 564 1353 425T1232 187T1034 34T760 -20Q597 -20 478 34T280 187T163 425T125 735Q125 905 163 1043T280 1280T479 1431T762 1485Q917 1485 1034 1432T1232 1280T1352
-1043T1393 733ZM322 733Q322 596 348 487T427 301T563 184T760 143Q874 143 956 183T1092 300T1171 486T1196 733Q1196 871 1171 980T1093 1164T958 1280T762 1321Q648 1321 565 1281T428 1165T348 980T322 733ZM1096 1579H975Q924 1613 870 1661T764 1765Q710
-1710 657 1662T553 1579H432V1606Q458 1635 492 1673T559 1751T622 1832T668 1907H860Q876 1873 905 1833T968 1752T1036 1673T1096 1606V1579Z" />
-<glyph unicode="&#xd5;" glyph-name="Otilde" horiz-adv-x="1520" d="M1393 733Q1393 564 1353 425T1232 187T1034 34T760 -20Q597 -20 478 34T280 187T163 425T125 735Q125 905 163 1043T280 1280T479 1431T762 1485Q917 1485 1034 1432T1232 1280T1352 1043T1393
-733ZM322 733Q322 596 348 487T427 301T563 184T760 143Q874 143 956 183T1092 300T1171 486T1196 733Q1196 871 1171 980T1093 1164T958 1280T762 1321Q648 1321 565 1281T428 1165T348 980T322 733ZM891 1581Q851 1581 812 1598T734 1637T661 1676T594 1694Q549
-1694 525 1668T487 1579H383Q388 1639 404 1688T447 1771T511 1824T594 1843Q636 1843 676 1826T755 1787T827 1749T891 1731Q936 1731 959 1757T997 1845H1102Q1097 1785 1081 1737T1038 1654T974 1600T891 1581Z" />
-<glyph unicode="&#xd6;" glyph-name="Odieresis" horiz-adv-x="1520" d="M1393 733Q1393 564 1353 425T1232 187T1034 34T760 -20Q597 -20 478 34T280 187T163 425T125 735Q125 905 163 1043T280 1280T479 1431T762 1485Q917 1485 1034 1432T1232 1280T1352 1043T1393
-733ZM322 733Q322 596 348 487T427 301T563 184T760 143Q874 143 956 183T1092 300T1171 486T1196 733Q1196 871 1171 980T1093 1164T958 1280T762 1321Q648 1321 565 1281T428 1165T348 980T322 733ZM477 1733Q477 1787 505 1811T573 1835Q612 1835 641 1811T670
-1733Q670 1680 641 1655T573 1630Q533 1630 505 1655T477 1733ZM852 1733Q852 1787 880 1811T948 1835Q967 1835 984 1829T1015 1811T1036 1779T1044 1733Q1044 1680 1015 1655T948 1630Q908 1630 880 1655T852 1733Z" />
-<glyph unicode="&#xd7;" glyph-name="multiply" horiz-adv-x="1128" d="M459 723L141 1042L246 1147L563 829L885 1147L989 1044L668 723L987 403L885 301L563 618L246 303L143 406L459 723Z" />
-<glyph unicode="&#xd8;" glyph-name="Oslash" horiz-adv-x="1520" d="M1300 1454L1208 1305Q1299 1206 1346 1061T1393 733Q1393 564 1353 425T1232 187T1034 34T760 -20Q571 -20 438 51L360 -76L223 2L313 147Q216 247 171 396T125 735Q125 905 163 1043T280
-1280T479 1431T762 1485Q856 1485 936 1464T1083 1405L1163 1532L1300 1454ZM322 733Q322 602 345 498T416 315L995 1260Q947 1289 890 1305T762 1321Q648 1321 565 1281T428 1165T348 980T322 733ZM1196 733Q1196 990 1108 1141L530 201Q577 173 634 158T760 143Q874
-143 956 183T1092 300T1171 486T1196 733Z" />
-<glyph unicode="&#xd9;" glyph-name="Ugrave" horiz-adv-x="1430" d="M1245 1464V516Q1245 402 1212 304T1113 134T946 21T709 -20Q581 -20 483 18T319 128T218 298T184 520V1462H371V510Q371 335 457 239T719 143Q808 143 872 170T977 246T1038 363T1059 512V1464H1245ZM847
-1579H727Q692 1607 651 1648T572 1734T502 1818T454 1886V1907H673Q689 1873 710 1833T755 1752T802 1673T847 1606V1579Z" />
-<glyph unicode="&#xda;" glyph-name="Uacute" horiz-adv-x="1430" d="M1245 1464V516Q1245 402 1212 304T1113 134T946 21T709 -20Q581 -20 483 18T319 128T218 298T184 520V1462H371V510Q371 335 457 239T719 143Q808 143 872 170T977 246T1038 363T1059 512V1464H1245ZM590
-1606Q612 1635 635 1673T682 1751T727 1832T764 1907H983V1886Q967 1859 936 1819T866 1734T787 1649T711 1579H590V1606Z" />
-<glyph unicode="&#xdb;" glyph-name="Ucircumflex" horiz-adv-x="1430" d="M1245 1464V516Q1245 402 1212 304T1113 134T946 21T709 -20Q581 -20 483 18T319 128T218 298T184 520V1462H371V510Q371 335 457 239T719 143Q808 143 872 170T977 246T1038 363T1059
-512V1464H1245ZM1043 1579H922Q871 1613 817 1661T711 1765Q657 1710 604 1662T500 1579H379V1606Q405 1635 439 1673T506 1751T569 1832T615 1907H807Q823 1873 852 1833T915 1752T983 1673T1043 1606V1579Z" />
-<glyph unicode="&#xdc;" glyph-name="Udieresis" horiz-adv-x="1430" d="M1245 1464V516Q1245 402 1212 304T1113 134T946 21T709 -20Q581 -20 483 18T319 128T218 298T184 520V1462H371V510Q371 335 457 239T719 143Q808 143 872 170T977 246T1038 363T1059 512V1464H1245ZM432
-1733Q432 1787 460 1811T528 1835Q567 1835 596 1811T625 1733Q625 1680 596 1655T528 1630Q488 1630 460 1655T432 1733ZM807 1733Q807 1787 835 1811T903 1835Q922 1835 939 1829T970 1811T991 1779T999 1733Q999 1680 970 1655T903 1630Q863 1630 835 1655T807
-1733Z" />
-<glyph unicode="&#xdd;" glyph-name="Yacute" horiz-adv-x="1079" d="M539 723L879 1462H1079L633 569V0H446V559L0 1462H203L539 723ZM442 1606Q464 1635 487 1673T534 1751T579 1832T616 1907H835V1886Q819 1859 788 1819T718 1734T639 1649T563 1579H442V1606Z" />
-<glyph unicode="&#xde;" glyph-name="Thorn" horiz-adv-x="1180" d="M1075 782Q1075 691 1048 607T957 459T791 356T535 317H385V0H199V1462H385V1210H561Q695 1210 792 1182T952 1099T1045 964T1075 782ZM385 475H514Q607 475 676 491T791 542T860 634T883 772Q883
-915 801 983T545 1051H385V475Z" />
-<glyph unicode="&#xdf;" glyph-name="germandbls" horiz-adv-x="1233" d="M1010 1260Q1010 1203 989 1159T936 1078T867 1011T798 954T745 899T723 842Q723 821 730 805T756 769T811 725T903 662Q959 625 1003 589T1077 512T1124 423T1141 313Q1141 226 1113 163T1035
-60T914 0T758 -20Q661 -20 592 -3T469 49V215Q495 199 527 184T596 156T670 137T745 129Q801 129 841 141T908 176T946 231T958 303Q958 339 950 368T920 426T862 483T770 547Q707 587 665 621T596 688T558 757T547 834Q547 888 567 927T619 998T686 1057T753 1113T804
-1175T825 1253Q825 1295 809 1326T762 1377T691 1407T598 1417Q549 1417 505 1408T428 1374T376 1309T356 1202V0H174V1200Q174 1304 205 1374T293 1487T428 1548T598 1567Q690 1567 766 1548T896 1491T980 1395T1010 1260Z" />
-<glyph unicode="&#xe0;" glyph-name="agrave" horiz-adv-x="1087" d="M793 0L756 152H748Q715 107 682 75T610 21T523 -10T412 -20Q343 -20 285 -1T185 59T118 161T94 307Q94 471 209 559T561 655L745 662V731Q745 798 731 843T689 915T621 955T528 967Q445 967
-374 943T236 885L172 1022Q246 1062 337 1090T528 1118Q630 1118 704 1098T827 1033T900 919T924 752V0H793ZM459 127Q520 127 572 146T662 203T721 300T743 438V537L600 530Q510 526 449 510T352 466T299 397T283 305Q283 213 331 170T459 127ZM934 1241H814Q779
-1269 738 1310T659 1396T589 1480T541 1548V1569H760Q776 1535 797 1495T842 1414T889 1335T934 1268V1241Z" />
-<glyph unicode="&#xe1;" glyph-name="aacute" horiz-adv-x="1087" d="M793 0L756 152H748Q715 107 682 75T610 21T523 -10T412 -20Q343 -20 285 -1T185 59T118 161T94 307Q94 471 209 559T561 655L745 662V731Q745 798 731 843T689 915T621 955T528 967Q445 967
-374 943T236 885L172 1022Q246 1062 337 1090T528 1118Q630 1118 704 1098T827 1033T900 919T924 752V0H793ZM459 127Q520 127 572 146T662 203T721 300T743 438V537L600 530Q510 526 449 510T352 466T299 397T283 305Q283 213 331 170T459 127ZM446 1268Q468 1297
-491 1335T538 1413T583 1494T620 1569H839V1548Q823 1521 792 1481T722 1396T643 1311T567 1241H446V1268Z" />
-<glyph unicode="&#xe2;" glyph-name="acircumflex" horiz-adv-x="1087" d="M793 0L756 152H748Q715 107 682 75T610 21T523 -10T412 -20Q343 -20 285 -1T185 59T118 161T94 307Q94 471 209 559T561 655L745 662V731Q745 798 731 843T689 915T621 955T528 967Q445
-967 374 943T236 885L172 1022Q246 1062 337 1090T528 1118Q630 1118 704 1098T827 1033T900 919T924 752V0H793ZM459 127Q520 127 572 146T662 203T721 300T743 438V537L600 530Q510 526 449 510T352 466T299 397T283 305Q283 213 331 170T459 127ZM1148 1241H1027Q976
-1275 922 1323T816 1427Q762 1372 709 1324T605 1241H484V1268Q510 1297 544 1335T611 1413T674 1494T720 1569H912Q928 1535 957 1495T1020 1414T1088 1335T1148 1268V1241Z" />
-<glyph unicode="&#xe3;" glyph-name="atilde" horiz-adv-x="1087" d="M793 0L756 152H748Q715 107 682 75T610 21T523 -10T412 -20Q343 -20 285 -1T185 59T118 161T94 307Q94 471 209 559T561 655L745 662V731Q745 798 731 843T689 915T621 955T528 967Q445 967
-374 943T236 885L172 1022Q246 1062 337 1090T528 1118Q630 1118 704 1098T827 1033T900 919T924 752V0H793ZM459 127Q520 127 572 146T662 203T721 300T743 438V537L600 530Q510 526 449 510T352 466T299 397T283 305Q283 213 331 170T459 127ZM955 1243Q915 1243
-876 1260T798 1299T725 1338T658 1356Q613 1356 589 1330T551 1241H447Q452 1301 468 1350T511 1433T575 1486T658 1505Q700 1505 740 1488T819 1449T891 1411T955 1393Q1000 1393 1023 1419T1061 1507H1166Q1161 1447 1145 1399T1102 1316T1038 1262T955 1243Z"
-/>
-<glyph unicode="&#xe4;" glyph-name="adieresis" horiz-adv-x="1087" d="M793 0L756 152H748Q715 107 682 75T610 21T523 -10T412 -20Q343 -20 285 -1T185 59T118 161T94 307Q94 471 209 559T561 655L745 662V731Q745 798 731 843T689 915T621 955T528 967Q445
-967 374 943T236 885L172 1022Q246 1062 337 1090T528 1118Q630 1118 704 1098T827 1033T900 919T924 752V0H793ZM459 127Q520 127 572 146T662 203T721 300T743 438V537L600 530Q510 526 449 510T352 466T299 397T283 305Q283 213 331 170T459 127ZM529 1395Q529
-1449 557 1473T625 1497Q664 1497 693 1473T722 1395Q722 1342 693 1317T625 1292Q585 1292 557 1317T529 1395ZM904 1395Q904 1449 932 1473T1000 1497Q1019 1497 1036 1491T1067 1473T1088 1441T1096 1395Q1096 1342 1067 1317T1000 1292Q960 1292 932 1317T904
-1395Z" />
-<glyph unicode="&#xe5;" glyph-name="aring" horiz-adv-x="1087" d="M793 0L756 152H748Q715 107 682 75T610 21T523 -10T412 -20Q343 -20 285 -1T185 59T118 161T94 307Q94 471 209 559T561 655L745 662V731Q745 798 731 843T689 915T621 955T528 967Q445 967
-374 943T236 885L172 1022Q246 1062 337 1090T528 1118Q630 1118 704 1098T827 1033T900 919T924 752V0H793ZM459 127Q520 127 572 146T662 203T721 300T743 438V537L600 530Q510 526 449 510T352 466T299 397T283 305Q283 213 331 170T459 127ZM1039 1458Q1039
-1407 1022 1367T974 1298T901 1256T810 1241Q760 1241 719 1255T649 1298T603 1365T587 1456Q587 1507 603 1546T648 1614T719 1656T810 1671Q858 1671 900 1657T973 1615T1021 1548T1039 1458ZM922 1456Q922 1509 891 1539T810 1569Q760 1569 729 1539T697 1456Q697
-1403 725 1373T810 1343Q859 1343 890 1373T922 1456Z" />
-<glyph unicode="&#xe6;" glyph-name="ae" horiz-adv-x="1706" d="M94 307Q94 471 209 559T561 655L745 662V731Q745 798 731 843T689 915T621 955T528 967Q445 967 374 943T236 885L172 1022Q246 1062 337 1090T528 1118Q659 1118 742 1076T868 940Q919 1025 1002
-1071T1188 1118Q1285 1118 1362 1083T1493 983T1575 828T1604 627V514H932Q937 321 1010 230T1231 139Q1280 139 1322 144T1404 158T1480 182T1554 215V53Q1515 34 1478 20T1401 -3T1319 -16T1227 -20Q1089 -20 988 37T825 209Q791 155 753 113T668 41T562 -4T430
--20Q359 -20 298 -1T191 59T120 161T94 307ZM283 305Q283 213 331 170T459 127Q520 127 572 146T662 203T721 300T743 438V537L600 530Q510 526 449 510T352 466T299 397T283 305ZM1184 967Q1074 967 1011 889T936 662H1407Q1407 730 1394 786T1354 883T1284 945T1184
-967Z" />
-<glyph unicode="&#xe7;" glyph-name="ccedilla" horiz-adv-x="948" d="M594 -20Q493 -20 405 11T252 111T150 286T113 543Q113 700 151 809T255 987T411 1087T602 1118Q680 1118 754 1101T879 1059L825 905Q802 915 774 924T716 941T657 953T602 958Q445 958 373
-858T301 545Q301 334 373 237T594 139Q675 139 740 157T860 201V39Q806 10 745 -5T594 -20ZM730 -287Q730 -384 660 -438T439 -492Q417 -492 395 -489T357 -483V-375Q372 -378 396 -379T437 -381Q508 -381 548 -360T588 -289Q588 -265 575 -248T539 -217T485 -195T416
--176L506 0H627L570 -115Q604 -123 633 -136T683 -169T717 -219T730 -287Z" />
-<glyph unicode="&#xe8;" glyph-name="egrave" horiz-adv-x="1096" d="M608 -20Q498 -20 407 17T251 125T149 301T113 541Q113 677 146 784T239 965T382 1079T567 1118Q666 1118 745 1083T879 983T963 828T993 627V514H301Q306 321 382 230T610 139Q661 139 704
-144T788 158T867 182T944 215V53Q904 34 866 20T787 -3T703 -16T608 -20ZM563 967Q449 967 383 889T305 662H797Q797 730 784 786T742 883T669 945T563 967ZM934 1241H814Q779 1269 738 1310T659 1396T589 1480T541 1548V1569H760Q776 1535 797 1495T842 1414T889
-1335T934 1268V1241Z" />
-<glyph unicode="&#xe9;" glyph-name="eacute" horiz-adv-x="1096" d="M608 -20Q498 -20 407 17T251 125T149 301T113 541Q113 677 146 784T239 965T382 1079T567 1118Q666 1118 745 1083T879 983T963 828T993 627V514H301Q306 321 382 230T610 139Q661 139 704
-144T788 158T867 182T944 215V53Q904 34 866 20T787 -3T703 -16T608 -20ZM563 967Q449 967 383 889T305 662H797Q797 730 784 786T742 883T669 945T563 967ZM475 1268Q497 1297 520 1335T567 1413T612 1494T649 1569H868V1548Q852 1521 821 1481T751 1396T672 1311T596
-1241H475V1268Z" />
-<glyph unicode="&#xea;" glyph-name="ecircumflex" horiz-adv-x="1096" d="M608 -20Q498 -20 407 17T251 125T149 301T113 541Q113 677 146 784T239 965T382 1079T567 1118Q666 1118 745 1083T879 983T963 828T993 627V514H301Q306 321 382 230T610 139Q661 139
-704 144T788 158T867 182T944 215V53Q904 34 866 20T787 -3T703 -16T608 -20ZM563 967Q449 967 383 889T305 662H797Q797 730 784 786T742 883T669 945T563 967ZM1144 1241H1023Q972 1275 918 1323T812 1427Q758 1372 705 1324T601 1241H480V1268Q506 1297 540
-1335T607 1413T670 1494T716 1569H908Q924 1535 953 1495T1016 1414T1084 1335T1144 1268V1241Z" />
-<glyph unicode="&#xeb;" glyph-name="edieresis" horiz-adv-x="1096" d="M608 -20Q498 -20 407 17T251 125T149 301T113 541Q113 677 146 784T239 965T382 1079T567 1118Q666 1118 745 1083T879 983T963 828T993 627V514H301Q306 321 382 230T610 139Q661 139
-704 144T788 158T867 182T944 215V53Q904 34 866 20T787 -3T703 -16T608 -20ZM563 967Q449 967 383 889T305 662H797Q797 730 784 786T742 883T669 945T563 967ZM525 1395Q525 1449 553 1473T621 1497Q660 1497 689 1473T718 1395Q718 1342 689 1317T621 1292Q581
-1292 553 1317T525 1395ZM900 1395Q900 1449 928 1473T996 1497Q1015 1497 1032 1491T1063 1473T1084 1441T1092 1395Q1092 1342 1063 1317T996 1292Q956 1292 928 1317T900 1395Z" />
-<glyph unicode="&#xec;" glyph-name="igrave" horiz-adv-x="530" d="M356 0H174V1098H356V0ZM359 1241H239Q204 1269 163 1310T84 1396T14 1480T-34 1548V1569H185Q201 1535 222 1495T267 1414T314 1335T359 1268V1241Z" />
-<glyph unicode="&#xed;" glyph-name="iacute" horiz-adv-x="530" d="M356 0H174V1098H356V0ZM185 1268Q207 1297 230 1335T277 1413T322 1494T359 1569H578V1548Q562 1521 531 1481T461 1396T382 1311T306 1241H185V1268Z" />
-<glyph unicode="&#xee;" glyph-name="icircumflex" horiz-adv-x="530" d="M356 0H174V1098H356V0ZM597 1241H476Q425 1275 371 1323T265 1427Q211 1372 158 1324T54 1241H-67V1268Q-41 1297 -7 1335T60 1413T123 1494T169 1569H361Q377 1535 406 1495T469 1414T537
-1335T597 1268V1241Z" />
-<glyph unicode="&#xef;" glyph-name="idieresis" horiz-adv-x="530" d="M356 0H174V1098H356V0ZM-18 1395Q-18 1449 10 1473T78 1497Q117 1497 146 1473T175 1395Q175 1342 146 1317T78 1292Q38 1292 10 1317T-18 1395ZM357 1395Q357 1449 385 1473T453 1497Q472
-1497 489 1491T520 1473T541 1441T549 1395Q549 1342 520 1317T453 1292Q413 1292 385 1317T357 1395Z" />
-<glyph unicode="&#xf0;" glyph-name="eth" horiz-adv-x="1182" d="M1069 573Q1069 431 1036 321T940 135T788 20T588 -20Q484 -20 397 13T246 109T147 265T111 477Q111 596 142 688T233 843T376 938T565 971Q667 971 744 942T864 852L872 856Q841 974 781 1070T631
-1247L375 1094L301 1208L518 1339Q478 1367 436 1394T346 1448L416 1571Q481 1539 542 1503T662 1423L889 1561L963 1448L768 1331Q835 1266 890 1188T985 1017T1047 813T1069 573ZM881 526Q881 582 864 635T812 730T722 796T592 821Q515 821 461 798T371 731T320
-622T303 471Q303 395 319 333T371 225T461 156T592 131Q746 131 813 230T881 526Z" />
-<glyph unicode="&#xf1;" glyph-name="ntilde" horiz-adv-x="1206" d="M860 0V707Q860 837 808 902T643 967Q562 967 507 941T419 864T371 739T356 569V0H174V1098H322L348 950H358Q383 993 417 1024T493 1077T580 1108T674 1118Q857 1118 949 1023T1042 717V0H860ZM1015
-1243Q975 1243 936 1260T858 1299T785 1338T718 1356Q673 1356 649 1330T611 1241H507Q512 1301 528 1350T571 1433T635 1486T718 1505Q760 1505 800 1488T879 1449T951 1411T1015 1393Q1060 1393 1083 1419T1121 1507H1226Q1221 1447 1205 1399T1162 1316T1098
-1262T1015 1243Z" />
-<glyph unicode="&#xf2;" glyph-name="ograve" horiz-adv-x="1182" d="M1069 551Q1069 414 1036 308T940 129T788 18T588 -20Q485 -20 398 18T248 128T149 307T113 551Q113 687 146 792T242 970T393 1080T594 1118Q697 1118 784 1081T934 971T1033 793T1069 551ZM301
-551Q301 342 369 237T592 131Q746 131 813 236T881 551Q881 760 813 863T590 967Q436 967 369 864T301 551ZM1002 1241H882Q847 1269 806 1310T727 1396T657 1480T609 1548V1569H828Q844 1535 865 1495T910 1414T957 1335T1002 1268V1241Z" />
-<glyph unicode="&#xf3;" glyph-name="oacute" horiz-adv-x="1182" d="M1069 551Q1069 414 1036 308T940 129T788 18T588 -20Q485 -20 398 18T248 128T149 307T113 551Q113 687 146 792T242 970T393 1080T594 1118Q697 1118 784 1081T934 971T1033 793T1069 551ZM301
-551Q301 342 369 237T592 131Q746 131 813 236T881 551Q881 760 813 863T590 967Q436 967 369 864T301 551ZM473 1268Q495 1297 518 1335T565 1413T610 1494T647 1569H866V1548Q850 1521 819 1481T749 1396T670 1311T594 1241H473V1268Z" />
-<glyph unicode="&#xf4;" glyph-name="ocircumflex" horiz-adv-x="1182" d="M1069 551Q1069 414 1036 308T940 129T788 18T588 -20Q485 -20 398 18T248 128T149 307T113 551Q113 687 146 792T242 970T393 1080T594 1118Q697 1118 784 1081T934 971T1033 793T1069
-551ZM301 551Q301 342 369 237T592 131Q746 131 813 236T881 551Q881 760 813 863T590 967Q436 967 369 864T301 551ZM1173 1241H1052Q1001 1275 947 1323T841 1427Q787 1372 734 1324T630 1241H509V1268Q535 1297 569 1335T636 1413T699 1494T745 1569H937Q953
-1535 982 1495T1045 1414T1113 1335T1173 1268V1241Z" />
-<glyph unicode="&#xf5;" glyph-name="otilde" horiz-adv-x="1182" d="M1069 551Q1069 414 1036 308T940 129T788 18T588 -20Q485 -20 398 18T248 128T149 307T113 551Q113 687 146 792T242 970T393 1080T594 1118Q697 1118 784 1081T934 971T1033 793T1069 551ZM301
-551Q301 342 369 237T592 131Q746 131 813 236T881 551Q881 760 813 863T590 967Q436 967 369 864T301 551ZM992 1243Q952 1243 913 1260T835 1299T762 1338T695 1356Q650 1356 626 1330T588 1241H484Q489 1301 505 1350T548 1433T612 1486T695 1505Q737 1505 777
-1488T856 1449T928 1411T992 1393Q1037 1393 1060 1419T1098 1507H1203Q1198 1447 1182 1399T1139 1316T1075 1262T992 1243Z" />
-<glyph unicode="&#xf6;" glyph-name="odieresis" horiz-adv-x="1182" d="M1069 551Q1069 414 1036 308T940 129T788 18T588 -20Q485 -20 398 18T248 128T149 307T113 551Q113 687 146 792T242 970T393 1080T594 1118Q697 1118 784 1081T934 971T1033 793T1069
-551ZM301 551Q301 342 369 237T592 131Q746 131 813 236T881 551Q881 760 813 863T590 967Q436 967 369 864T301 551ZM556 1395Q556 1449 584 1473T652 1497Q691 1497 720 1473T749 1395Q749 1342 720 1317T652 1292Q612 1292 584 1317T556 1395ZM931 1395Q931
-1449 959 1473T1027 1497Q1046 1497 1063 1491T1094 1473T1115 1441T1123 1395Q1123 1342 1094 1317T1027 1292Q987 1292 959 1317T931 1395Z" />
-<glyph unicode="&#xf7;" glyph-name="divide" horiz-adv-x="1128" d="M102 647V797H1026V647H102ZM449 373Q449 408 458 431T482 470T518 491T563 498Q586 498 607 492T644 470T669 432T678 373Q678 340 669 317T644 278T607 255T563 248Q539 248 519 255T483
-277T458 316T449 373ZM449 1071Q449 1106 458 1129T482 1168T518 1189T563 1196Q586 1196 607 1190T644 1168T669 1130T678 1071Q678 1038 669 1015T644 976T607 953T563 946Q539 946 519 953T483 975T458 1014T449 1071Z" />
-<glyph unicode="&#xf8;" glyph-name="oslash" horiz-adv-x="1182" d="M1071 551Q1071 414 1038 308T942 129T790 18T590 -20Q465 -20 367 33L299 -76L168 -2L248 129Q185 201 150 307T115 551Q115 687 148 792T244 970T395 1080T596 1118Q659 1118 715 1104T821
-1061L889 1169L1020 1096L940 967Q1002 894 1036 790T1071 551ZM303 551Q303 467 312 402T344 285L741 932Q712 949 675 958T592 967Q438 967 371 864T303 551ZM883 551Q883 710 844 809L446 164Q477 147 513 139T594 131Q748 131 815 236T883 551Z" />
-<glyph unicode="&#xf9;" glyph-name="ugrave" horiz-adv-x="1206" d="M885 0L858 147H848Q823 104 789 73T713 21T626 -10T532 -20Q441 -20 372 3T257 75T188 200T164 381V1098H346V391Q346 261 399 196T563 131Q644 131 699 157T787 233T835 358T850 528V1098H1032V0H885ZM949
-1241H829Q794 1269 753 1310T674 1396T604 1480T556 1548V1569H775Q791 1535 812 1495T857 1414T904 1335T949 1268V1241Z" />
-<glyph unicode="&#xfa;" glyph-name="uacute" horiz-adv-x="1206" d="M885 0L858 147H848Q823 104 789 73T713 21T626 -10T532 -20Q441 -20 372 3T257 75T188 200T164 381V1098H346V391Q346 261 399 196T563 131Q644 131 699 157T787 233T835 358T850 528V1098H1032V0H885ZM489
-1268Q511 1297 534 1335T581 1413T626 1494T663 1569H882V1548Q866 1521 835 1481T765 1396T686 1311T610 1241H489V1268Z" />
-<glyph unicode="&#xfb;" glyph-name="ucircumflex" horiz-adv-x="1206" d="M885 0L858 147H848Q823 104 789 73T713 21T626 -10T532 -20Q441 -20 372 3T257 75T188 200T164 381V1098H346V391Q346 261 399 196T563 131Q644 131 699 157T787 233T835 358T850 528V1098H1032V0H885ZM930
-1241H809Q758 1275 704 1323T598 1427Q544 1372 491 1324T387 1241H266V1268Q292 1297 326 1335T393 1413T456 1494T502 1569H694Q710 1535 739 1495T802 1414T870 1335T930 1268V1241Z" />
-<glyph unicode="&#xfc;" glyph-name="udieresis" horiz-adv-x="1206" d="M885 0L858 147H848Q823 104 789 73T713 21T626 -10T532 -20Q441 -20 372 3T257 75T188 200T164 381V1098H346V391Q346 261 399 196T563 131Q644 131 699 157T787 233T835 358T850 528V1098H1032V0H885ZM309
-1395Q309 1449 337 1473T405 1497Q444 1497 473 1473T502 1395Q502 1342 473 1317T405 1292Q365 1292 337 1317T309 1395ZM684 1395Q684 1449 712 1473T780 1497Q799 1497 816 1491T847 1473T868 1441T876 1395Q876 1342 847 1317T780 1292Q740 1292 712 1317T684
-1395Z" />
-<glyph unicode="&#xfd;" glyph-name="yacute" horiz-adv-x="1001" d="M10 1098H199L414 485Q428 445 442 401T469 313T491 228T504 152H510Q515 177 526 220T550 311T578 407T604 487L803 1098H991L557 -143Q529 -224 497 -288T421 -398T320 -467T182 -492Q130
--492 92 -487T27 -475V-330Q48 -335 80 -338T147 -342Q195 -342 230 -331T291 -297T335 -243T369 -170L426 -10L10 1098ZM407 1268Q429 1297 452 1335T499 1413T544 1494T581 1569H800V1548Q784 1521 753 1481T683 1396T604 1311T528 1241H407V1268Z" />
-<glyph unicode="&#xfe;" glyph-name="thorn" horiz-adv-x="1200" d="M356 950Q379 985 408 1015T475 1068T562 1104T670 1118Q764 1118 841 1082T972 975T1057 797T1087 551Q1087 410 1057 304T973 125T841 17T670 -20Q611 -20 563 -7T477 27T409 78T356 139H344Q347
-105 350 74Q352 48 354 21T356 -23V-492H174V1556H356V1098L348 950H356ZM635 967Q559 967 507 944T422 874T374 757T356 592V551Q356 450 369 372T415 240T502 159T637 131Q772 131 835 240T899 553Q899 761 836 864T635 967Z" />
-<glyph unicode="&#xff;" glyph-name="ydieresis" horiz-adv-x="1001" d="M10 1098H199L414 485Q428 445 442 401T469 313T491 228T504 152H510Q515 177 526 220T550 311T578 407T604 487L803 1098H991L557 -143Q529 -224 497 -288T421 -398T320 -467T182 -492Q130
--492 92 -487T27 -475V-330Q48 -335 80 -338T147 -342Q195 -342 230 -331T291 -297T335 -243T369 -170L426 -10L10 1098ZM484 1395Q484 1449 512 1473T580 1497Q619 1497 648 1473T677 1395Q677 1342 648 1317T580 1292Q540 1292 512 1317T484 1395ZM859 1395Q859
-1449 887 1473T955 1497Q974 1497 991 1491T1022 1473T1043 1441T1051 1395Q1051 1342 1022 1317T955 1292Q915 1292 887 1317T859 1395Z" />
-<glyph unicode="&#x2013;" glyph-name="endash" horiz-adv-x="1024" d="M82 465V633H942V465H82Z" />
-<glyph unicode="&#x2014;" glyph-name="emdash" horiz-adv-x="2048" d="M82 465V633H1966V465H82Z" />
-<glyph unicode="&#x2018;" glyph-name="quoteleft" horiz-adv-x="358" d="M37 961L23 983Q37 1037 56 1098T99 1221T148 1344T199 1462H336Q321 1401 307 1335T279 1204T255 1076T236 961H37Z" />
-<glyph unicode="&#x2019;" glyph-name="quoteright" horiz-adv-x="358" d="M322 1462L336 1440Q322 1385 303 1325T260 1202T211 1078T160 961H23Q37 1021 51 1087T79 1219T104 1347T123 1462H322Z" />
-<glyph unicode="&#x201a;" glyph-name="quotesinglbase" horiz-adv-x="512" d="M362 238L377 215Q363 161 344 100T301 -23T252 -146T201 -264H63Q78 -203 92 -137T120 -6T145 122T164 238H362Z" />
-<glyph unicode="&#x201c;" glyph-name="quotedblleft" horiz-adv-x="743" d="M422 961L408 983Q422 1037 441 1098T484 1221T533 1344T584 1462H721Q706 1401 692 1335T664 1204T640 1076T621 961H422ZM37 961L23 983Q37 1037 56 1098T99 1221T148 1344T199 1462H336Q321
-1401 307 1335T279 1204T255 1076T236 961H37Z" />
-<glyph unicode="&#x201d;" glyph-name="quotedblright" horiz-adv-x="743" d="M322 1462L336 1440Q322 1385 303 1325T260 1202T211 1078T160 961H23Q37 1021 51 1087T79 1219T104 1347T123 1462H322ZM707 1462L721 1440Q707 1385 688 1325T645 1202T596 1078T545
-961H408Q422 1021 436 1087T464 1219T489 1347T508 1462H707Z" />
-<glyph unicode="&#x201e;" glyph-name="quotedblbase" horiz-adv-x="897" d="M362 238L377 215Q363 161 344 100T301 -23T252 -146T201 -264H63Q78 -203 92 -137T120 -6T145 122T164 238H362ZM748 238L762 215Q748 161 729 100T686 -23T637 -146T586 -264H449Q463
--203 477 -137T505 -6T530 122T549 238H748Z" />
-<glyph unicode="&#x2022;" glyph-name="bullet" horiz-adv-x="770" d="M150 748Q150 819 168 869T217 950T292 996T385 1010Q434 1010 477 996T552 951T602 869T621 748Q621 678 603 628T552 547T477 500T385 485Q335 485 292 500T218 546T168 628T150 748Z" />
-<glyph unicode="&#x2039;" glyph-name="guilsinglleft" horiz-adv-x="590" d="M82 553L391 967L508 889L270 541L508 193L391 115L82 526V553Z" />
-<glyph unicode="&#x203a;" glyph-name="guilsinglright" horiz-adv-x="590" d="M508 526L199 115L82 193L319 541L82 889L199 967L508 553V526Z" />
-</font>
-</defs>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.ttf b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.ttf
deleted file mode 100644
index 76aede27..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.ttf
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff
deleted file mode 100644
index abf19899..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff2 b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff2
deleted file mode 100644
index 9f93f74c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff2
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/images/explorer_icons.png b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/images/explorer_icons.png
deleted file mode 100644
index ed9d2fff..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/images/explorer_icons.png
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/images/logo_small.png b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/images/logo_small.png
deleted file mode 100644
index 5496a655..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/images/logo_small.png
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/images/pet_store_api.png b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/images/pet_store_api.png
deleted file mode 100644
index f9f9cd4a..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/images/pet_store_api.png
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/images/throbber.gif b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/images/throbber.gif
deleted file mode 100644
index 06393889..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/images/throbber.gif
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/images/wordnik_api.png b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/images/wordnik_api.png
deleted file mode 100644
index dca4f145..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/images/wordnik_api.png
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/index.html b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/index.html
deleted file mode 100644
index c8e06410..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/index.html
+++ /dev/null
@@ -1,115 +0,0 @@
-<!--
-
- Copyright 2016 ZTE Corporation.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
--->
-<!DOCTYPE html>
-<html>
-<head>
- <title>Swagger UI</title>
- <link href='css/typography.css' media='screen' rel='stylesheet' type='text/css'/>
- <link href='css/reset.css' media='screen' rel='stylesheet' type='text/css'/>
- <link href='css/screen.css' media='screen' rel='stylesheet' type='text/css'/>
- <link href='css/reset.css' media='print' rel='stylesheet' type='text/css'/>
- <link href='css/screen.css' media='print' rel='stylesheet' type='text/css'/>
- <script type="text/javascript" src="lib/shred.bundle.js"></script>
- <script src='lib/jquery-1.8.0.min.js' type='text/javascript'></script>
- <script src='lib/jquery.slideto.min.js' type='text/javascript'></script>
- <script src='lib/jquery.wiggle.min.js' type='text/javascript'></script>
- <script src='lib/jquery.ba-bbq.min.js' type='text/javascript'></script>
- <script src='lib/handlebars-2.0.0.js' type='text/javascript'></script>
- <script src='lib/underscore-min.js' type='text/javascript'></script>
- <script src='lib/backbone-min.js' type='text/javascript'></script>
- <script src='lib/swagger-client.js' type='text/javascript'></script>
- <script src='swagger-ui.js' type='text/javascript'></script>
- <script src='lib/highlight.7.3.pack.js' type='text/javascript'></script>
- <script src='lib/marked.js' type='text/javascript'></script>
-
- <!-- enabling this will enable oauth2 implicit scope support -->
- <script src='lib/swagger-oauth.js' type='text/javascript'></script>
- <script type="text/javascript">
- $(function () {
- var url = window.location.search.match(/url=([^&]+)/);
- if (url && url.length > 1) {
- url = decodeURIComponent(url[1]);
- } else {
- url = "/api/workflow-modeler/v1/swagger.json";
- }
- window.swaggerUi = new SwaggerUi({
- url: url,
- dom_id: "swagger-ui-container",
- supportedSubmitMethods: ['get', 'post', 'put', 'delete', 'patch'],
- onComplete: function(swaggerApi, swaggerUi){
- if(typeof initOAuth == "function") {
- /*
- initOAuth({
- clientId: "your-client-id",
- realm: "your-realms",
- appName: "your-app-name"
- });
- */
- }
- $('pre code').each(function(i, e) {
- hljs.highlightBlock(e)
- });
- },
- onFailure: function(data) {
- log("Unable to Load SwaggerUI");
- },
- docExpansion: "none",
- sorter : "alpha"
- });
-
- function addApiKeyAuthorization() {
- var key = $('#input_apiKey')[0].value;
- log("key: " + key);
- if(key && key.trim() != "") {
- log("added key " + key);
- window.authorizations.add("api_key", new ApiKeyAuthorization("api_key", key, "query"));
- }
- }
-
- $('#input_apiKey').change(function() {
- addApiKeyAuthorization();
- });
-
- // if you have an apiKey you would like to pre-populate on the page for demonstration purposes...
- /*
- var apiKey = "myApiKeyXXXX123456789";
- $('#input_apiKey').val(apiKey);
- addApiKeyAuthorization();
- */
-
- window.swaggerUi.load();
- });
- </script>
-</head>
-
-<body class="swagger-section">
-<div id='header'>
- <div class="swagger-ui-wrap">
- <a id="logo" >OPEN-O Catalog</a>
- <form id='api_selector'>
- <div class='input'><input placeholder="http://example.com/api" id="input_baseUrl" name="baseUrl" type="text"/></div>
- <div class='input'><input placeholder="api_key" id="input_apiKey" name="apiKey" type="text"/></div>
- <div class='input'><a id="explore" href="#">Explore</a></div>
- </form>
- </div>
-</div>
-
-<div id="message-bar" class="swagger-ui-wrap">&nbsp;</div>
-<div id="swagger-ui-container" class="swagger-ui-wrap"></div>
-</body>
-</html>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/backbone-min.js b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/backbone-min.js
deleted file mode 100644
index c66d3a5a..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/backbone-min.js
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright 2016 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Backbone.js 1.1.2
-
-(function(t,e){if(typeof define==="function"&&define.amd){define(["underscore","jquery","exports"],function(i,r,s){t.Backbone=e(t,s,i,r)})}else if(typeof exports!=="undefined"){var i=require("underscore");e(t,exports,i)}else{t.Backbone=e(t,{},t._,t.jQuery||t.Zepto||t.ender||t.$)}})(this,function(t,e,i,r){var s=t.Backbone;var n=[];var a=n.push;var o=n.slice;var h=n.splice;e.VERSION="1.1.2";e.$=r;e.noConflict=function(){t.Backbone=s;return this};e.emulateHTTP=false;e.emulateJSON=false;var u=e.Events={on:function(t,e,i){if(!c(this,"on",t,[e,i])||!e)return this;this._events||(this._events={});var r=this._events[t]||(this._events[t]=[]);r.push({callback:e,context:i,ctx:i||this});return this},once:function(t,e,r){if(!c(this,"once",t,[e,r])||!e)return this;var s=this;var n=i.once(function(){s.off(t,n);e.apply(this,arguments)});n._callback=e;return this.on(t,n,r)},off:function(t,e,r){var s,n,a,o,h,u,l,f;if(!this._events||!c(this,"off",t,[e,r]))return this;if(!t&&!e&&!r){this._events=void 0;return this}o=t?[t]:i.keys(this._events);for(h=0,u=o.length;h<u;h++){t=o[h];if(a=this._events[t]){this._events[t]=s=[];if(e||r){for(l=0,f=a.length;l<f;l++){n=a[l];if(e&&e!==n.callback&&e!==n.callback._callback||r&&r!==n.context){s.push(n)}}}if(!s.length)delete this._events[t]}}return this},trigger:function(t){if(!this._events)return this;var e=o.call(arguments,1);if(!c(this,"trigger",t,e))return this;var i=this._events[t];var r=this._events.all;if(i)f(i,e);if(r)f(r,arguments);return this},stopListening:function(t,e,r){var s=this._listeningTo;if(!s)return this;var n=!e&&!r;if(!r&&typeof e==="object")r=this;if(t)(s={})[t._listenId]=t;for(var a in s){t=s[a];t.off(e,r,this);if(n||i.isEmpty(t._events))delete this._listeningTo[a]}return this}};var l=/\s+/;var c=function(t,e,i,r){if(!i)return true;if(typeof i==="object"){for(var s in i){t[e].apply(t,[s,i[s]].concat(r))}return false}if(l.test(i)){var n=i.split(l);for(var a=0,o=n.length;a<o;a++){t[e].apply(t,[n[a]].concat(r))}return false}return true};var f=function(t,e){var i,r=-1,s=t.length,n=e[0],a=e[1],o=e[2];switch(e.length){case 0:while(++r<s)(i=t[r]).callback.call(i.ctx);return;case 1:while(++r<s)(i=t[r]).callback.call(i.ctx,n);return;case 2:while(++r<s)(i=t[r]).callback.call(i.ctx,n,a);return;case 3:while(++r<s)(i=t[r]).callback.call(i.ctx,n,a,o);return;default:while(++r<s)(i=t[r]).callback.apply(i.ctx,e);return}};var d={listenTo:"on",listenToOnce:"once"};i.each(d,function(t,e){u[e]=function(e,r,s){var n=this._listeningTo||(this._listeningTo={});var a=e._listenId||(e._listenId=i.uniqueId("l"));n[a]=e;if(!s&&typeof r==="object")s=this;e[t](r,s,this);return this}});u.bind=u.on;u.unbind=u.off;i.extend(e,u);var p=e.Model=function(t,e){var r=t||{};e||(e={});this.cid=i.uniqueId("c");this.attributes={};if(e.collection)this.collection=e.collection;if(e.parse)r=this.parse(r,e)||{};r=i.defaults({},r,i.result(this,"defaults"));this.set(r,e);this.changed={};this.initialize.apply(this,arguments)};i.extend(p.prototype,u,{changed:null,validationError:null,idAttribute:"id",initialize:function(){},toJSON:function(t){return i.clone(this.attributes)},sync:function(){return e.sync.apply(this,arguments)},get:function(t){return this.attributes[t]},escape:function(t){return i.escape(this.get(t))},has:function(t){return this.get(t)!=null},set:function(t,e,r){var s,n,a,o,h,u,l,c;if(t==null)return this;if(typeof t==="object"){n=t;r=e}else{(n={})[t]=e}r||(r={});if(!this._validate(n,r))return false;a=r.unset;h=r.silent;o=[];u=this._changing;this._changing=true;if(!u){this._previousAttributes=i.clone(this.attributes);this.changed={}}c=this.attributes,l=this._previousAttributes;if(this.idAttribute in n)this.id=n[this.idAttribute];for(s in n){e=n[s];if(!i.isEqual(c[s],e))o.push(s);if(!i.isEqual(l[s],e)){this.changed[s]=e}else{delete this.changed[s]}a?delete c[s]:c[s]=e}if(!h){if(o.length)this._pending=r;for(var f=0,d=o.length;f<d;f++){this.trigger("change:"+o[f],this,c[o[f]],r)}}if(u)return this;if(!h){while(this._pending){r=this._pending;this._pending=false;this.trigger("change",this,r)}}this._pending=false;this._changing=false;return this},unset:function(t,e){return this.set(t,void 0,i.extend({},e,{unset:true}))},clear:function(t){var e={};for(var r in this.attributes)e[r]=void 0;return this.set(e,i.extend({},t,{unset:true}))},hasChanged:function(t){if(t==null)return!i.isEmpty(this.changed);return i.has(this.changed,t)},changedAttributes:function(t){if(!t)return this.hasChanged()?i.clone(this.changed):false;var e,r=false;var s=this._changing?this._previousAttributes:this.attributes;for(var n in t){if(i.isEqual(s[n],e=t[n]))continue;(r||(r={}))[n]=e}return r},previous:function(t){if(t==null||!this._previousAttributes)return null;return this._previousAttributes[t]},previousAttributes:function(){return i.clone(this._previousAttributes)},fetch:function(t){t=t?i.clone(t):{};if(t.parse===void 0)t.parse=true;var e=this;var r=t.success;t.success=function(i){if(!e.set(e.parse(i,t),t))return false;if(r)r(e,i,t);e.trigger("sync",e,i,t)};q(this,t);return this.sync("read",this,t)},save:function(t,e,r){var s,n,a,o=this.attributes;if(t==null||typeof t==="object"){s=t;r=e}else{(s={})[t]=e}r=i.extend({validate:true},r);if(s&&!r.wait){if(!this.set(s,r))return false}else{if(!this._validate(s,r))return false}if(s&&r.wait){this.attributes=i.extend({},o,s)}if(r.parse===void 0)r.parse=true;var h=this;var u=r.success;r.success=function(t){h.attributes=o;var e=h.parse(t,r);if(r.wait)e=i.extend(s||{},e);if(i.isObject(e)&&!h.set(e,r)){return false}if(u)u(h,t,r);h.trigger("sync",h,t,r)};q(this,r);n=this.isNew()?"create":r.patch?"patch":"update";if(n==="patch")r.attrs=s;a=this.sync(n,this,r);if(s&&r.wait)this.attributes=o;return a},destroy:function(t){t=t?i.clone(t):{};var e=this;var r=t.success;var s=function(){e.trigger("destroy",e,e.collection,t)};t.success=function(i){if(t.wait||e.isNew())s();if(r)r(e,i,t);if(!e.isNew())e.trigger("sync",e,i,t)};if(this.isNew()){t.success();return false}q(this,t);var n=this.sync("delete",this,t);if(!t.wait)s();return n},url:function(){var t=i.result(this,"urlRoot")||i.result(this.collection,"url")||M();if(this.isNew())return t;return t.replace(/([^\/])$/,"$1/")+encodeURIComponent(this.id)},parse:function(t,e){return t},clone:function(){return new this.constructor(this.attributes)},isNew:function(){return!this.has(this.idAttribute)},isValid:function(t){return this._validate({},i.extend(t||{},{validate:true}))},_validate:function(t,e){if(!e.validate||!this.validate)return true;t=i.extend({},this.attributes,t);var r=this.validationError=this.validate(t,e)||null;if(!r)return true;this.trigger("invalid",this,r,i.extend(e,{validationError:r}));return false}});var v=["keys","values","pairs","invert","pick","omit"];i.each(v,function(t){p.prototype[t]=function(){var e=o.call(arguments);e.unshift(this.attributes);return i[t].apply(i,e)}});var g=e.Collection=function(t,e){e||(e={});if(e.model)this.model=e.model;if(e.comparator!==void 0)this.comparator=e.comparator;this._reset();this.initialize.apply(this,arguments);if(t)this.reset(t,i.extend({silent:true},e))};var m={add:true,remove:true,merge:true};var y={add:true,remove:false};i.extend(g.prototype,u,{model:p,initialize:function(){},toJSON:function(t){return this.map(function(e){return e.toJSON(t)})},sync:function(){return e.sync.apply(this,arguments)},add:function(t,e){return this.set(t,i.extend({merge:false},e,y))},remove:function(t,e){var r=!i.isArray(t);t=r?[t]:i.clone(t);e||(e={});var s,n,a,o;for(s=0,n=t.length;s<n;s++){o=t[s]=this.get(t[s]);if(!o)continue;delete this._byId[o.id];delete this._byId[o.cid];a=this.indexOf(o);this.models.splice(a,1);this.length--;if(!e.silent){e.index=a;o.trigger("remove",o,this,e)}this._removeReference(o,e)}return r?t[0]:t},set:function(t,e){e=i.defaults({},e,m);if(e.parse)t=this.parse(t,e);var r=!i.isArray(t);t=r?t?[t]:[]:i.clone(t);var s,n,a,o,h,u,l;var c=e.at;var f=this.model;var d=this.comparator&&c==null&&e.sort!==false;var v=i.isString(this.comparator)?this.comparator:null;var g=[],y=[],_={};var b=e.add,w=e.merge,x=e.remove;var E=!d&&b&&x?[]:false;for(s=0,n=t.length;s<n;s++){h=t[s]||{};if(h instanceof p){a=o=h}else{a=h[f.prototype.idAttribute||"id"]}if(u=this.get(a)){if(x)_[u.cid]=true;if(w){h=h===o?o.attributes:h;if(e.parse)h=u.parse(h,e);u.set(h,e);if(d&&!l&&u.hasChanged(v))l=true}t[s]=u}else if(b){o=t[s]=this._prepareModel(h,e);if(!o)continue;g.push(o);this._addReference(o,e)}o=u||o;if(E&&(o.isNew()||!_[o.id]))E.push(o);_[o.id]=true}if(x){for(s=0,n=this.length;s<n;++s){if(!_[(o=this.models[s]).cid])y.push(o)}if(y.length)this.remove(y,e)}if(g.length||E&&E.length){if(d)l=true;this.length+=g.length;if(c!=null){for(s=0,n=g.length;s<n;s++){this.models.splice(c+s,0,g[s])}}else{if(E)this.models.length=0;var k=E||g;for(s=0,n=k.length;s<n;s++){this.models.push(k[s])}}}if(l)this.sort({silent:true});if(!e.silent){for(s=0,n=g.length;s<n;s++){(o=g[s]).trigger("add",o,this,e)}if(l||E&&E.length)this.trigger("sort",this,e)}return r?t[0]:t},reset:function(t,e){e||(e={});for(var r=0,s=this.models.length;r<s;r++){this._removeReference(this.models[r],e)}e.previousModels=this.models;this._reset();t=this.add(t,i.extend({silent:true},e));if(!e.silent)this.trigger("reset",this,e);return t},push:function(t,e){return this.add(t,i.extend({at:this.length},e))},pop:function(t){var e=this.at(this.length-1);this.remove(e,t);return e},unshift:function(t,e){return this.add(t,i.extend({at:0},e))},shift:function(t){var e=this.at(0);this.remove(e,t);return e},slice:function(){return o.apply(this.models,arguments)},get:function(t){if(t==null)return void 0;return this._byId[t]||this._byId[t.id]||this._byId[t.cid]},at:function(t){return this.models[t]},where:function(t,e){if(i.isEmpty(t))return e?void 0:[];return this[e?"find":"filter"](function(e){for(var i in t){if(t[i]!==e.get(i))return false}return true})},findWhere:function(t){return this.where(t,true)},sort:function(t){if(!this.comparator)throw new Error("Cannot sort a set without a comparator");t||(t={});if(i.isString(this.comparator)||this.comparator.length===1){this.models=this.sortBy(this.comparator,this)}else{this.models.sort(i.bind(this.comparator,this))}if(!t.silent)this.trigger("sort",this,t);return this},pluck:function(t){return i.invoke(this.models,"get",t)},fetch:function(t){t=t?i.clone(t):{};if(t.parse===void 0)t.parse=true;var e=t.success;var r=this;t.success=function(i){var s=t.reset?"reset":"set";r[s](i,t);if(e)e(r,i,t);r.trigger("sync",r,i,t)};q(this,t);return this.sync("read",this,t)},create:function(t,e){e=e?i.clone(e):{};if(!(t=this._prepareModel(t,e)))return false;if(!e.wait)this.add(t,e);var r=this;var s=e.success;e.success=function(t,i){if(e.wait)r.add(t,e);if(s)s(t,i,e)};t.save(null,e);return t},parse:function(t,e){return t},clone:function(){return new this.constructor(this.models)},_reset:function(){this.length=0;this.models=[];this._byId={}},_prepareModel:function(t,e){if(t instanceof p)return t;e=e?i.clone(e):{};e.collection=this;var r=new this.model(t,e);if(!r.validationError)return r;this.trigger("invalid",this,r.validationError,e);return false},_addReference:function(t,e){this._byId[t.cid]=t;if(t.id!=null)this._byId[t.id]=t;if(!t.collection)t.collection=this;t.on("all",this._onModelEvent,this)},_removeReference:function(t,e){if(this===t.collection)delete t.collection;t.off("all",this._onModelEvent,this)},_onModelEvent:function(t,e,i,r){if((t==="add"||t==="remove")&&i!==this)return;if(t==="destroy")this.remove(e,r);if(e&&t==="change:"+e.idAttribute){delete this._byId[e.previous(e.idAttribute)];if(e.id!=null)this._byId[e.id]=e}this.trigger.apply(this,arguments)}});var _=["forEach","each","map","collect","reduce","foldl","inject","reduceRight","foldr","find","detect","filter","select","reject","every","all","some","any","include","contains","invoke","max","min","toArray","size","first","head","take","initial","rest","tail","drop","last","without","difference","indexOf","shuffle","lastIndexOf","isEmpty","chain","sample"];i.each(_,function(t){g.prototype[t]=function(){var e=o.call(arguments);e.unshift(this.models);return i[t].apply(i,e)}});var b=["groupBy","countBy","sortBy","indexBy"];i.each(b,function(t){g.prototype[t]=function(e,r){var s=i.isFunction(e)?e:function(t){return t.get(e)};return i[t](this.models,s,r)}});var w=e.View=function(t){this.cid=i.uniqueId("view");t||(t={});i.extend(this,i.pick(t,E));this._ensureElement();this.initialize.apply(this,arguments);this.delegateEvents()};var x=/^(\S+)\s*(.*)$/;var E=["model","collection","el","id","attributes","className","tagName","events"];i.extend(w.prototype,u,{tagName:"div",$:function(t){return this.$el.find(t)},initialize:function(){},render:function(){return this},remove:function(){this.$el.remove();this.stopListening();return this},setElement:function(t,i){if(this.$el)this.undelegateEvents();this.$el=t instanceof e.$?t:e.$(t);this.el=this.$el[0];if(i!==false)this.delegateEvents();return this},delegateEvents:function(t){if(!(t||(t=i.result(this,"events"))))return this;this.undelegateEvents();for(var e in t){var r=t[e];if(!i.isFunction(r))r=this[t[e]];if(!r)continue;var s=e.match(x);var n=s[1],a=s[2];r=i.bind(r,this);n+=".delegateEvents"+this.cid;if(a===""){this.$el.on(n,r)}else{this.$el.on(n,a,r)}}return this},undelegateEvents:function(){this.$el.off(".delegateEvents"+this.cid);return this},_ensureElement:function(){if(!this.el){var t=i.extend({},i.result(this,"attributes"));if(this.id)t.id=i.result(this,"id");if(this.className)t["class"]=i.result(this,"className");var r=e.$("<"+i.result(this,"tagName")+">").attr(t);this.setElement(r,false)}else{this.setElement(i.result(this,"el"),false)}}});e.sync=function(t,r,s){var n=T[t];i.defaults(s||(s={}),{emulateHTTP:e.emulateHTTP,emulateJSON:e.emulateJSON});var a={type:n,dataType:"json"};if(!s.url){a.url=i.result(r,"url")||M()}if(s.data==null&&r&&(t==="create"||t==="update"||t==="patch")){a.contentType="application/json";a.data=JSON.stringify(s.attrs||r.toJSON(s))}if(s.emulateJSON){a.contentType="application/x-www-form-urlencoded";a.data=a.data?{model:a.data}:{}}if(s.emulateHTTP&&(n==="PUT"||n==="DELETE"||n==="PATCH")){a.type="POST";if(s.emulateJSON)a.data._method=n;var o=s.beforeSend;s.beforeSend=function(t){t.setRequestHeader("X-HTTP-Method-Override",n);if(o)return o.apply(this,arguments)}}if(a.type!=="GET"&&!s.emulateJSON){a.processData=false}if(a.type==="PATCH"&&k){a.xhr=function(){return new ActiveXObject("Microsoft.XMLHTTP")}}var h=s.xhr=e.ajax(i.extend(a,s));r.trigger("request",r,h,s);return h};var k=typeof window!=="undefined"&&!!window.ActiveXObject&&!(window.XMLHttpRequest&&(new XMLHttpRequest).dispatchEvent);var T={create:"POST",update:"PUT",patch:"PATCH","delete":"DELETE",read:"GET"};e.ajax=function(){return e.$.ajax.apply(e.$,arguments)};var $=e.Router=function(t){t||(t={});if(t.routes)this.routes=t.routes;this._bindRoutes();this.initialize.apply(this,arguments)};var S=/\((.*?)\)/g;var H=/(\(\?)?:\w+/g;var A=/\*\w+/g;var I=/[\-{}\[\]+?.,\\\^$|#\s]/g;i.extend($.prototype,u,{initialize:function(){},route:function(t,r,s){if(!i.isRegExp(t))t=this._routeToRegExp(t);if(i.isFunction(r)){s=r;r=""}if(!s)s=this[r];var n=this;e.history.route(t,function(i){var a=n._extractParameters(t,i);n.execute(s,a);n.trigger.apply(n,["route:"+r].concat(a));n.trigger("route",r,a);e.history.trigger("route",n,r,a)});return this},execute:function(t,e){if(t)t.apply(this,e)},navigate:function(t,i){e.history.navigate(t,i);return this},_bindRoutes:function(){if(!this.routes)return;this.routes=i.result(this,"routes");var t,e=i.keys(this.routes);while((t=e.pop())!=null){this.route(t,this.routes[t])}},_routeToRegExp:function(t){t=t.replace(I,"\\$&").replace(S,"(?:$1)?").replace(H,function(t,e){return e?t:"([^/?]+)"}).replace(A,"([^?]*?)");return new RegExp("^"+t+"(?:\\?([\\s\\S]*))?$")},_extractParameters:function(t,e){var r=t.exec(e).slice(1);return i.map(r,function(t,e){if(e===r.length-1)return t||null;return t?decodeURIComponent(t):null})}});var N=e.History=function(){this.handlers=[];i.bindAll(this,"checkUrl");if(typeof window!=="undefined"){this.location=window.location;this.history=window.history}};var R=/^[#\/]|\s+$/g;var O=/^\/+|\/+$/g;var P=/msie [\w.]+/;var C=/\/$/;var j=/#.*$/;N.started=false;i.extend(N.prototype,u,{interval:50,atRoot:function(){return this.location.pathname.replace(/[^\/]$/,"$&/")===this.root},getHash:function(t){var e=(t||this).location.href.match(/#(.*)$/);return e?e[1]:""},getFragment:function(t,e){if(t==null){if(this._hasPushState||!this._wantsHashChange||e){t=decodeURI(this.location.pathname+this.location.search);var i=this.root.replace(C,"");if(!t.indexOf(i))t=t.slice(i.length)}else{t=this.getHash()}}return t.replace(R,"")},start:function(t){if(N.started)throw new Error("Backbone.history has already been started");N.started=true;this.options=i.extend({root:"/"},this.options,t);this.root=this.options.root;this._wantsHashChange=this.options.hashChange!==false;this._wantsPushState=!!this.options.pushState;this._hasPushState=!!(this.options.pushState&&this.history&&this.history.pushState);var r=this.getFragment();var s=document.documentMode;var n=P.exec(navigator.userAgent.toLowerCase())&&(!s||s<=7);this.root=("/"+this.root+"/").replace(O,"/");if(n&&this._wantsHashChange){var a=e.$('<iframe src="javascript:0" tabindex="-1">');this.iframe=a.hide().appendTo("body")[0].contentWindow;this.navigate(r)}if(this._hasPushState){e.$(window).on("popstate",this.checkUrl)}else if(this._wantsHashChange&&"onhashchange"in window&&!n){e.$(window).on("hashchange",this.checkUrl)}else if(this._wantsHashChange){this._checkUrlInterval=setInterval(this.checkUrl,this.interval)}this.fragment=r;var o=this.location;if(this._wantsHashChange&&this._wantsPushState){if(!this._hasPushState&&!this.atRoot()){this.fragment=this.getFragment(null,true);this.location.replace(this.root+"#"+this.fragment);return true}else if(this._hasPushState&&this.atRoot()&&o.hash){this.fragment=this.getHash().replace(R,"");this.history.replaceState({},document.title,this.root+this.fragment)}}if(!this.options.silent)return this.loadUrl()},stop:function(){e.$(window).off("popstate",this.checkUrl).off("hashchange",this.checkUrl);if(this._checkUrlInterval)clearInterval(this._checkUrlInterval);N.started=false},route:function(t,e){this.handlers.unshift({route:t,callback:e})},checkUrl:function(t){var e=this.getFragment();if(e===this.fragment&&this.iframe){e=this.getFragment(this.getHash(this.iframe))}if(e===this.fragment)return false;if(this.iframe)this.navigate(e);this.loadUrl()},loadUrl:function(t){t=this.fragment=this.getFragment(t);return i.any(this.handlers,function(e){if(e.route.test(t)){e.callback(t);return true}})},navigate:function(t,e){if(!N.started)return false;if(!e||e===true)e={trigger:!!e};var i=this.root+(t=this.getFragment(t||""));t=t.replace(j,"");if(this.fragment===t)return;this.fragment=t;if(t===""&&i!=="/")i=i.slice(0,-1);if(this._hasPushState){this.history[e.replace?"replaceState":"pushState"]({},document.title,i)}else if(this._wantsHashChange){this._updateHash(this.location,t,e.replace);if(this.iframe&&t!==this.getFragment(this.getHash(this.iframe))){if(!e.replace)this.iframe.document.open().close();this._updateHash(this.iframe.location,t,e.replace)}}else{return this.location.assign(i)}if(e.trigger)return this.loadUrl(t)},_updateHash:function(t,e,i){if(i){var r=t.href.replace(/(javascript:|#).*$/,"");t.replace(r+"#"+e)}else{t.hash="#"+e}}});e.history=new N;var U=function(t,e){var r=this;var s;if(t&&i.has(t,"constructor")){s=t.constructor}else{s=function(){return r.apply(this,arguments)}}i.extend(s,r,e);var n=function(){this.constructor=s};n.prototype=r.prototype;s.prototype=new n;if(t)i.extend(s.prototype,t);s.__super__=r.prototype;return s};p.extend=g.extend=$.extend=w.extend=N.extend=U;var M=function(){throw new Error('A "url" property or function must be specified')};var q=function(t,e){var i=e.error;e.error=function(r){if(i)i(t,r,e);t.trigger("error",t,r,e)}};return e});
-
-// From http://stackoverflow.com/a/19431552
-// Compatibility override - Backbone 1.1 got rid of the 'options' binding
-// automatically to views in the constructor - we need to keep that.
-Backbone.View = (function(View) {
- return View.extend({
- constructor: function(options) {
- this.options = options || {};
- View.apply(this, arguments);
- }
- });
-})(Backbone.View); \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/handlebars-2.0.0.js b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/handlebars-2.0.0.js
deleted file mode 100644
index 743f04b2..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/handlebars-2.0.0.js
+++ /dev/null
@@ -1,43 +0,0 @@
-/*
- * Copyright 2016 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-/*!
-
- handlebars v2.0.0
-
-Copyright (C) 2011-2014 by Yehuda Katz
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-@license
-*/
-!function(a,b){"function"==typeof define&&define.amd?define([],b):"object"==typeof exports?module.exports=b():a.Handlebars=a.Handlebars||b()}(this,function(){var a=function(){"use strict";function a(a){this.string=a}var b;return a.prototype.toString=function(){return""+this.string},b=a}(),b=function(a){"use strict";function b(a){return i[a]}function c(a){for(var b=1;b<arguments.length;b++)for(var c in arguments[b])Object.prototype.hasOwnProperty.call(arguments[b],c)&&(a[c]=arguments[b][c]);return a}function d(a){return a instanceof h?a.toString():null==a?"":a?(a=""+a,k.test(a)?a.replace(j,b):a):a+""}function e(a){return a||0===a?n(a)&&0===a.length?!0:!1:!0}function f(a,b){return(a?a+".":"")+b}var g={},h=a,i={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},j=/[&<>"'`]/g,k=/[&<>"'`]/;g.extend=c;var l=Object.prototype.toString;g.toString=l;var m=function(a){return"function"==typeof a};m(/x/)&&(m=function(a){return"function"==typeof a&&"[object Function]"===l.call(a)});var m;g.isFunction=m;var n=Array.isArray||function(a){return a&&"object"==typeof a?"[object Array]"===l.call(a):!1};return g.isArray=n,g.escapeExpression=d,g.isEmpty=e,g.appendContextPath=f,g}(a),c=function(){"use strict";function a(a,b){var d;b&&b.firstLine&&(d=b.firstLine,a+=" - "+d+":"+b.firstColumn);for(var e=Error.prototype.constructor.call(this,a),f=0;f<c.length;f++)this[c[f]]=e[c[f]];d&&(this.lineNumber=d,this.column=b.firstColumn)}var b,c=["description","fileName","lineNumber","message","name","number","stack"];return a.prototype=new Error,b=a}(),d=function(a,b){"use strict";function c(a,b){this.helpers=a||{},this.partials=b||{},d(this)}function d(a){a.registerHelper("helperMissing",function(){if(1===arguments.length)return void 0;throw new g("Missing helper: '"+arguments[arguments.length-1].name+"'")}),a.registerHelper("blockHelperMissing",function(b,c){var d=c.inverse,e=c.fn;if(b===!0)return e(this);if(b===!1||null==b)return d(this);if(k(b))return b.length>0?(c.ids&&(c.ids=[c.name]),a.helpers.each(b,c)):d(this);if(c.data&&c.ids){var g=q(c.data);g.contextPath=f.appendContextPath(c.data.contextPath,c.name),c={data:g}}return e(b,c)}),a.registerHelper("each",function(a,b){if(!b)throw new g("Must pass iterator to #each");var c,d,e=b.fn,h=b.inverse,i=0,j="";if(b.data&&b.ids&&(d=f.appendContextPath(b.data.contextPath,b.ids[0])+"."),l(a)&&(a=a.call(this)),b.data&&(c=q(b.data)),a&&"object"==typeof a)if(k(a))for(var m=a.length;m>i;i++)c&&(c.index=i,c.first=0===i,c.last=i===a.length-1,d&&(c.contextPath=d+i)),j+=e(a[i],{data:c});else for(var n in a)a.hasOwnProperty(n)&&(c&&(c.key=n,c.index=i,c.first=0===i,d&&(c.contextPath=d+n)),j+=e(a[n],{data:c}),i++);return 0===i&&(j=h(this)),j}),a.registerHelper("if",function(a,b){return l(a)&&(a=a.call(this)),!b.hash.includeZero&&!a||f.isEmpty(a)?b.inverse(this):b.fn(this)}),a.registerHelper("unless",function(b,c){return a.helpers["if"].call(this,b,{fn:c.inverse,inverse:c.fn,hash:c.hash})}),a.registerHelper("with",function(a,b){l(a)&&(a=a.call(this));var c=b.fn;if(f.isEmpty(a))return b.inverse(this);if(b.data&&b.ids){var d=q(b.data);d.contextPath=f.appendContextPath(b.data.contextPath,b.ids[0]),b={data:d}}return c(a,b)}),a.registerHelper("log",function(b,c){var d=c.data&&null!=c.data.level?parseInt(c.data.level,10):1;a.log(d,b)}),a.registerHelper("lookup",function(a,b){return a&&a[b]})}var e={},f=a,g=b,h="2.0.0";e.VERSION=h;var i=6;e.COMPILER_REVISION=i;var j={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1"};e.REVISION_CHANGES=j;var k=f.isArray,l=f.isFunction,m=f.toString,n="[object Object]";e.HandlebarsEnvironment=c,c.prototype={constructor:c,logger:o,log:p,registerHelper:function(a,b){if(m.call(a)===n){if(b)throw new g("Arg not supported with multiple helpers");f.extend(this.helpers,a)}else this.helpers[a]=b},unregisterHelper:function(a){delete this.helpers[a]},registerPartial:function(a,b){m.call(a)===n?f.extend(this.partials,a):this.partials[a]=b},unregisterPartial:function(a){delete this.partials[a]}};var o={methodMap:{0:"debug",1:"info",2:"warn",3:"error"},DEBUG:0,INFO:1,WARN:2,ERROR:3,level:3,log:function(a,b){if(o.level<=a){var c=o.methodMap[a];"undefined"!=typeof console&&console[c]&&console[c].call(console,b)}}};e.logger=o;var p=o.log;e.log=p;var q=function(a){var b=f.extend({},a);return b._parent=a,b};return e.createFrame=q,e}(b,c),e=function(a,b,c){"use strict";function d(a){var b=a&&a[0]||1,c=m;if(b!==c){if(c>b){var d=n[c],e=n[b];throw new l("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+d+") or downgrade your runtime to an older version ("+e+").")}throw new l("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+a[1]+").")}}function e(a,b){if(!b)throw new l("No environment passed to template");if(!a||!a.main)throw new l("Unknown template object: "+typeof a);b.VM.checkRevision(a.compiler);var c=function(c,d,e,f,g,h,i,j,m){g&&(f=k.extend({},f,g));var n=b.VM.invokePartial.call(this,c,e,f,h,i,j,m);if(null==n&&b.compile){var o={helpers:h,partials:i,data:j,depths:m};i[e]=b.compile(c,{data:void 0!==j,compat:a.compat},b),n=i[e](f,o)}if(null!=n){if(d){for(var p=n.split("\n"),q=0,r=p.length;r>q&&(p[q]||q+1!==r);q++)p[q]=d+p[q];n=p.join("\n")}return n}throw new l("The partial "+e+" could not be compiled when running in runtime-only mode")},d={lookup:function(a,b){for(var c=a.length,d=0;c>d;d++)if(a[d]&&null!=a[d][b])return a[d][b]},lambda:function(a,b){return"function"==typeof a?a.call(b):a},escapeExpression:k.escapeExpression,invokePartial:c,fn:function(b){return a[b]},programs:[],program:function(a,b,c){var d=this.programs[a],e=this.fn(a);return b||c?d=f(this,a,e,b,c):d||(d=this.programs[a]=f(this,a,e)),d},data:function(a,b){for(;a&&b--;)a=a._parent;return a},merge:function(a,b){var c=a||b;return a&&b&&a!==b&&(c=k.extend({},b,a)),c},noop:b.VM.noop,compilerInfo:a.compiler},e=function(b,c){c=c||{};var f=c.data;e._setup(c),!c.partial&&a.useData&&(f=i(b,f));var g;return a.useDepths&&(g=c.depths?[b].concat(c.depths):[b]),a.main.call(d,b,d.helpers,d.partials,f,g)};return e.isTop=!0,e._setup=function(c){c.partial?(d.helpers=c.helpers,d.partials=c.partials):(d.helpers=d.merge(c.helpers,b.helpers),a.usePartial&&(d.partials=d.merge(c.partials,b.partials)))},e._child=function(b,c,e){if(a.useDepths&&!e)throw new l("must pass parent depths");return f(d,b,a[b],c,e)},e}function f(a,b,c,d,e){var f=function(b,f){return f=f||{},c.call(a,b,a.helpers,a.partials,f.data||d,e&&[b].concat(e))};return f.program=b,f.depth=e?e.length:0,f}function g(a,b,c,d,e,f,g){var h={partial:!0,helpers:d,partials:e,data:f,depths:g};if(void 0===a)throw new l("The partial "+b+" could not be found");return a instanceof Function?a(c,h):void 0}function h(){return""}function i(a,b){return b&&"root"in b||(b=b?o(b):{},b.root=a),b}var j={},k=a,l=b,m=c.COMPILER_REVISION,n=c.REVISION_CHANGES,o=c.createFrame;return j.checkRevision=d,j.template=e,j.program=f,j.invokePartial=g,j.noop=h,j}(b,c,d),f=function(a,b,c,d,e){"use strict";var f,g=a,h=b,i=c,j=d,k=e,l=function(){var a=new g.HandlebarsEnvironment;return j.extend(a,g),a.SafeString=h,a.Exception=i,a.Utils=j,a.escapeExpression=j.escapeExpression,a.VM=k,a.template=function(b){return k.template(b,a)},a},m=l();return m.create=l,m["default"]=m,f=m}(d,a,c,b,e),g=function(a){"use strict";function b(a){a=a||{},this.firstLine=a.first_line,this.firstColumn=a.first_column,this.lastColumn=a.last_column,this.lastLine=a.last_line}var c,d=a,e={ProgramNode:function(a,c,d){b.call(this,d),this.type="program",this.statements=a,this.strip=c},MustacheNode:function(a,c,d,f,g){if(b.call(this,g),this.type="mustache",this.strip=f,null!=d&&d.charAt){var h=d.charAt(3)||d.charAt(2);this.escaped="{"!==h&&"&"!==h}else this.escaped=!!d;this.sexpr=a instanceof e.SexprNode?a:new e.SexprNode(a,c),this.id=this.sexpr.id,this.params=this.sexpr.params,this.hash=this.sexpr.hash,this.eligibleHelper=this.sexpr.eligibleHelper,this.isHelper=this.sexpr.isHelper},SexprNode:function(a,c,d){b.call(this,d),this.type="sexpr",this.hash=c;var e=this.id=a[0],f=this.params=a.slice(1);this.isHelper=!(!f.length&&!c),this.eligibleHelper=this.isHelper||e.isSimple},PartialNode:function(a,c,d,e,f){b.call(this,f),this.type="partial",this.partialName=a,this.context=c,this.hash=d,this.strip=e,this.strip.inlineStandalone=!0},BlockNode:function(a,c,d,e,f){b.call(this,f),this.type="block",this.mustache=a,this.program=c,this.inverse=d,this.strip=e,d&&!c&&(this.isInverse=!0)},RawBlockNode:function(a,c,f,g){if(b.call(this,g),a.sexpr.id.original!==f)throw new d(a.sexpr.id.original+" doesn't match "+f,this);c=new e.ContentNode(c,g),this.type="block",this.mustache=a,this.program=new e.ProgramNode([c],{},g)},ContentNode:function(a,c){b.call(this,c),this.type="content",this.original=this.string=a},HashNode:function(a,c){b.call(this,c),this.type="hash",this.pairs=a},IdNode:function(a,c){b.call(this,c),this.type="ID";for(var e="",f=[],g=0,h="",i=0,j=a.length;j>i;i++){var k=a[i].part;if(e+=(a[i].separator||"")+k,".."===k||"."===k||"this"===k){if(f.length>0)throw new d("Invalid path: "+e,this);".."===k?(g++,h+="../"):this.isScoped=!0}else f.push(k)}this.original=e,this.parts=f,this.string=f.join("."),this.depth=g,this.idName=h+this.string,this.isSimple=1===a.length&&!this.isScoped&&0===g,this.stringModeValue=this.string},PartialNameNode:function(a,c){b.call(this,c),this.type="PARTIAL_NAME",this.name=a.original},DataNode:function(a,c){b.call(this,c),this.type="DATA",this.id=a,this.stringModeValue=a.stringModeValue,this.idName="@"+a.stringModeValue},StringNode:function(a,c){b.call(this,c),this.type="STRING",this.original=this.string=this.stringModeValue=a},NumberNode:function(a,c){b.call(this,c),this.type="NUMBER",this.original=this.number=a,this.stringModeValue=Number(a)},BooleanNode:function(a,c){b.call(this,c),this.type="BOOLEAN",this.bool=a,this.stringModeValue="true"===a},CommentNode:function(a,c){b.call(this,c),this.type="comment",this.comment=a,this.strip={inlineStandalone:!0}}};return c=e}(c),h=function(){"use strict";var a,b=function(){function a(){this.yy={}}var b={trace:function(){},yy:{},symbols_:{error:2,root:3,program:4,EOF:5,program_repetition0:6,statement:7,mustache:8,block:9,rawBlock:10,partial:11,CONTENT:12,COMMENT:13,openRawBlock:14,END_RAW_BLOCK:15,OPEN_RAW_BLOCK:16,sexpr:17,CLOSE_RAW_BLOCK:18,openBlock:19,block_option0:20,closeBlock:21,openInverse:22,block_option1:23,OPEN_BLOCK:24,CLOSE:25,OPEN_INVERSE:26,inverseAndProgram:27,INVERSE:28,OPEN_ENDBLOCK:29,path:30,OPEN:31,OPEN_UNESCAPED:32,CLOSE_UNESCAPED:33,OPEN_PARTIAL:34,partialName:35,param:36,partial_option0:37,partial_option1:38,sexpr_repetition0:39,sexpr_option0:40,dataName:41,STRING:42,NUMBER:43,BOOLEAN:44,OPEN_SEXPR:45,CLOSE_SEXPR:46,hash:47,hash_repetition_plus0:48,hashSegment:49,ID:50,EQUALS:51,DATA:52,pathSegments:53,SEP:54,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",12:"CONTENT",13:"COMMENT",15:"END_RAW_BLOCK",16:"OPEN_RAW_BLOCK",18:"CLOSE_RAW_BLOCK",24:"OPEN_BLOCK",25:"CLOSE",26:"OPEN_INVERSE",28:"INVERSE",29:"OPEN_ENDBLOCK",31:"OPEN",32:"OPEN_UNESCAPED",33:"CLOSE_UNESCAPED",34:"OPEN_PARTIAL",42:"STRING",43:"NUMBER",44:"BOOLEAN",45:"OPEN_SEXPR",46:"CLOSE_SEXPR",50:"ID",51:"EQUALS",52:"DATA",54:"SEP"},productions_:[0,[3,2],[4,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[10,3],[14,3],[9,4],[9,4],[19,3],[22,3],[27,2],[21,3],[8,3],[8,3],[11,5],[11,4],[17,3],[17,1],[36,1],[36,1],[36,1],[36,1],[36,1],[36,3],[47,1],[49,3],[35,1],[35,1],[35,1],[41,2],[30,1],[53,3],[53,1],[6,0],[6,2],[20,0],[20,1],[23,0],[23,1],[37,0],[37,1],[38,0],[38,1],[39,0],[39,2],[40,0],[40,1],[48,1],[48,2]],performAction:function(a,b,c,d,e,f){var g=f.length-1;switch(e){case 1:return d.prepareProgram(f[g-1].statements,!0),f[g-1];case 2:this.$=new d.ProgramNode(d.prepareProgram(f[g]),{},this._$);break;case 3:this.$=f[g];break;case 4:this.$=f[g];break;case 5:this.$=f[g];break;case 6:this.$=f[g];break;case 7:this.$=new d.ContentNode(f[g],this._$);break;case 8:this.$=new d.CommentNode(f[g],this._$);break;case 9:this.$=new d.RawBlockNode(f[g-2],f[g-1],f[g],this._$);break;case 10:this.$=new d.MustacheNode(f[g-1],null,"","",this._$);break;case 11:this.$=d.prepareBlock(f[g-3],f[g-2],f[g-1],f[g],!1,this._$);break;case 12:this.$=d.prepareBlock(f[g-3],f[g-2],f[g-1],f[g],!0,this._$);break;case 13:this.$=new d.MustacheNode(f[g-1],null,f[g-2],d.stripFlags(f[g-2],f[g]),this._$);break;case 14:this.$=new d.MustacheNode(f[g-1],null,f[g-2],d.stripFlags(f[g-2],f[g]),this._$);break;case 15:this.$={strip:d.stripFlags(f[g-1],f[g-1]),program:f[g]};break;case 16:this.$={path:f[g-1],strip:d.stripFlags(f[g-2],f[g])};break;case 17:this.$=new d.MustacheNode(f[g-1],null,f[g-2],d.stripFlags(f[g-2],f[g]),this._$);break;case 18:this.$=new d.MustacheNode(f[g-1],null,f[g-2],d.stripFlags(f[g-2],f[g]),this._$);break;case 19:this.$=new d.PartialNode(f[g-3],f[g-2],f[g-1],d.stripFlags(f[g-4],f[g]),this._$);break;case 20:this.$=new d.PartialNode(f[g-2],void 0,f[g-1],d.stripFlags(f[g-3],f[g]),this._$);break;case 21:this.$=new d.SexprNode([f[g-2]].concat(f[g-1]),f[g],this._$);break;case 22:this.$=new d.SexprNode([f[g]],null,this._$);break;case 23:this.$=f[g];break;case 24:this.$=new d.StringNode(f[g],this._$);break;case 25:this.$=new d.NumberNode(f[g],this._$);break;case 26:this.$=new d.BooleanNode(f[g],this._$);break;case 27:this.$=f[g];break;case 28:f[g-1].isHelper=!0,this.$=f[g-1];break;case 29:this.$=new d.HashNode(f[g],this._$);break;case 30:this.$=[f[g-2],f[g]];break;case 31:this.$=new d.PartialNameNode(f[g],this._$);break;case 32:this.$=new d.PartialNameNode(new d.StringNode(f[g],this._$),this._$);break;case 33:this.$=new d.PartialNameNode(new d.NumberNode(f[g],this._$));break;case 34:this.$=new d.DataNode(f[g],this._$);break;case 35:this.$=new d.IdNode(f[g],this._$);break;case 36:f[g-2].push({part:f[g],separator:f[g-1]}),this.$=f[g-2];break;case 37:this.$=[{part:f[g]}];break;case 38:this.$=[];break;case 39:f[g-1].push(f[g]);break;case 48:this.$=[];break;case 49:f[g-1].push(f[g]);break;case 52:this.$=[f[g]];break;case 53:f[g-1].push(f[g])}},table:[{3:1,4:2,5:[2,38],6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],31:[2,38],32:[2,38],34:[2,38]},{1:[3]},{5:[1,4]},{5:[2,2],7:5,8:6,9:7,10:8,11:9,12:[1,10],13:[1,11],14:16,16:[1,20],19:14,22:15,24:[1,18],26:[1,19],28:[2,2],29:[2,2],31:[1,12],32:[1,13],34:[1,17]},{1:[2,1]},{5:[2,39],12:[2,39],13:[2,39],16:[2,39],24:[2,39],26:[2,39],28:[2,39],29:[2,39],31:[2,39],32:[2,39],34:[2,39]},{5:[2,3],12:[2,3],13:[2,3],16:[2,3],24:[2,3],26:[2,3],28:[2,3],29:[2,3],31:[2,3],32:[2,3],34:[2,3]},{5:[2,4],12:[2,4],13:[2,4],16:[2,4],24:[2,4],26:[2,4],28:[2,4],29:[2,4],31:[2,4],32:[2,4],34:[2,4]},{5:[2,5],12:[2,5],13:[2,5],16:[2,5],24:[2,5],26:[2,5],28:[2,5],29:[2,5],31:[2,5],32:[2,5],34:[2,5]},{5:[2,6],12:[2,6],13:[2,6],16:[2,6],24:[2,6],26:[2,6],28:[2,6],29:[2,6],31:[2,6],32:[2,6],34:[2,6]},{5:[2,7],12:[2,7],13:[2,7],16:[2,7],24:[2,7],26:[2,7],28:[2,7],29:[2,7],31:[2,7],32:[2,7],34:[2,7]},{5:[2,8],12:[2,8],13:[2,8],16:[2,8],24:[2,8],26:[2,8],28:[2,8],29:[2,8],31:[2,8],32:[2,8],34:[2,8]},{17:21,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:27,30:22,41:23,50:[1,26],52:[1,25],53:24},{4:28,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],28:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{4:29,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],28:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{12:[1,30]},{30:32,35:31,42:[1,33],43:[1,34],50:[1,26],53:24},{17:35,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:36,30:22,41:23,50:[1,26],52:[1,25],53:24},{17:37,30:22,41:23,50:[1,26],52:[1,25],53:24},{25:[1,38]},{18:[2,48],25:[2,48],33:[2,48],39:39,42:[2,48],43:[2,48],44:[2,48],45:[2,48],46:[2,48],50:[2,48],52:[2,48]},{18:[2,22],25:[2,22],33:[2,22],46:[2,22]},{18:[2,35],25:[2,35],33:[2,35],42:[2,35],43:[2,35],44:[2,35],45:[2,35],46:[2,35],50:[2,35],52:[2,35],54:[1,40]},{30:41,50:[1,26],53:24},{18:[2,37],25:[2,37],33:[2,37],42:[2,37],43:[2,37],44:[2,37],45:[2,37],46:[2,37],50:[2,37],52:[2,37],54:[2,37]},{33:[1,42]},{20:43,27:44,28:[1,45],29:[2,40]},{23:46,27:47,28:[1,45],29:[2,42]},{15:[1,48]},{25:[2,46],30:51,36:49,38:50,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],47:57,48:58,49:60,50:[1,59],52:[1,25],53:24},{25:[2,31],42:[2,31],43:[2,31],44:[2,31],45:[2,31],50:[2,31],52:[2,31]},{25:[2,32],42:[2,32],43:[2,32],44:[2,32],45:[2,32],50:[2,32],52:[2,32]},{25:[2,33],42:[2,33],43:[2,33],44:[2,33],45:[2,33],50:[2,33],52:[2,33]},{25:[1,61]},{25:[1,62]},{18:[1,63]},{5:[2,17],12:[2,17],13:[2,17],16:[2,17],24:[2,17],26:[2,17],28:[2,17],29:[2,17],31:[2,17],32:[2,17],34:[2,17]},{18:[2,50],25:[2,50],30:51,33:[2,50],36:65,40:64,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],46:[2,50],47:66,48:58,49:60,50:[1,59],52:[1,25],53:24},{50:[1,67]},{18:[2,34],25:[2,34],33:[2,34],42:[2,34],43:[2,34],44:[2,34],45:[2,34],46:[2,34],50:[2,34],52:[2,34]},{5:[2,18],12:[2,18],13:[2,18],16:[2,18],24:[2,18],26:[2,18],28:[2,18],29:[2,18],31:[2,18],32:[2,18],34:[2,18]},{21:68,29:[1,69]},{29:[2,41]},{4:70,6:3,12:[2,38],13:[2,38],16:[2,38],24:[2,38],26:[2,38],29:[2,38],31:[2,38],32:[2,38],34:[2,38]},{21:71,29:[1,69]},{29:[2,43]},{5:[2,9],12:[2,9],13:[2,9],16:[2,9],24:[2,9],26:[2,9],28:[2,9],29:[2,9],31:[2,9],32:[2,9],34:[2,9]},{25:[2,44],37:72,47:73,48:58,49:60,50:[1,74]},{25:[1,75]},{18:[2,23],25:[2,23],33:[2,23],42:[2,23],43:[2,23],44:[2,23],45:[2,23],46:[2,23],50:[2,23],52:[2,23]},{18:[2,24],25:[2,24],33:[2,24],42:[2,24],43:[2,24],44:[2,24],45:[2,24],46:[2,24],50:[2,24],52:[2,24]},{18:[2,25],25:[2,25],33:[2,25],42:[2,25],43:[2,25],44:[2,25],45:[2,25],46:[2,25],50:[2,25],52:[2,25]},{18:[2,26],25:[2,26],33:[2,26],42:[2,26],43:[2,26],44:[2,26],45:[2,26],46:[2,26],50:[2,26],52:[2,26]},{18:[2,27],25:[2,27],33:[2,27],42:[2,27],43:[2,27],44:[2,27],45:[2,27],46:[2,27],50:[2,27],52:[2,27]},{17:76,30:22,41:23,50:[1,26],52:[1,25],53:24},{25:[2,47]},{18:[2,29],25:[2,29],33:[2,29],46:[2,29],49:77,50:[1,74]},{18:[2,37],25:[2,37],33:[2,37],42:[2,37],43:[2,37],44:[2,37],45:[2,37],46:[2,37],50:[2,37],51:[1,78],52:[2,37],54:[2,37]},{18:[2,52],25:[2,52],33:[2,52],46:[2,52],50:[2,52]},{12:[2,13],13:[2,13],16:[2,13],24:[2,13],26:[2,13],28:[2,13],29:[2,13],31:[2,13],32:[2,13],34:[2,13]},{12:[2,14],13:[2,14],16:[2,14],24:[2,14],26:[2,14],28:[2,14],29:[2,14],31:[2,14],32:[2,14],34:[2,14]},{12:[2,10]},{18:[2,21],25:[2,21],33:[2,21],46:[2,21]},{18:[2,49],25:[2,49],33:[2,49],42:[2,49],43:[2,49],44:[2,49],45:[2,49],46:[2,49],50:[2,49],52:[2,49]},{18:[2,51],25:[2,51],33:[2,51],46:[2,51]},{18:[2,36],25:[2,36],33:[2,36],42:[2,36],43:[2,36],44:[2,36],45:[2,36],46:[2,36],50:[2,36],52:[2,36],54:[2,36]},{5:[2,11],12:[2,11],13:[2,11],16:[2,11],24:[2,11],26:[2,11],28:[2,11],29:[2,11],31:[2,11],32:[2,11],34:[2,11]},{30:79,50:[1,26],53:24},{29:[2,15]},{5:[2,12],12:[2,12],13:[2,12],16:[2,12],24:[2,12],26:[2,12],28:[2,12],29:[2,12],31:[2,12],32:[2,12],34:[2,12]},{25:[1,80]},{25:[2,45]},{51:[1,78]},{5:[2,20],12:[2,20],13:[2,20],16:[2,20],24:[2,20],26:[2,20],28:[2,20],29:[2,20],31:[2,20],32:[2,20],34:[2,20]},{46:[1,81]},{18:[2,53],25:[2,53],33:[2,53],46:[2,53],50:[2,53]},{30:51,36:82,41:55,42:[1,52],43:[1,53],44:[1,54],45:[1,56],50:[1,26],52:[1,25],53:24},{25:[1,83]},{5:[2,19],12:[2,19],13:[2,19],16:[2,19],24:[2,19],26:[2,19],28:[2,19],29:[2,19],31:[2,19],32:[2,19],34:[2,19]},{18:[2,28],25:[2,28],33:[2,28],42:[2,28],43:[2,28],44:[2,28],45:[2,28],46:[2,28],50:[2,28],52:[2,28]},{18:[2,30],25:[2,30],33:[2,30],46:[2,30],50:[2,30]},{5:[2,16],12:[2,16],13:[2,16],16:[2,16],24:[2,16],26:[2,16],28:[2,16],29:[2,16],31:[2,16],32:[2,16],34:[2,16]}],defaultActions:{4:[2,1],44:[2,41],47:[2,43],57:[2,47],63:[2,10],70:[2,15],73:[2,45]},parseError:function(a){throw new Error(a)},parse:function(a){function b(){var a;return a=c.lexer.lex()||1,"number"!=typeof a&&(a=c.symbols_[a]||a),a}var c=this,d=[0],e=[null],f=[],g=this.table,h="",i=0,j=0,k=0;this.lexer.setInput(a),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,this.yy.parser=this,"undefined"==typeof this.lexer.yylloc&&(this.lexer.yylloc={});var l=this.lexer.yylloc;f.push(l);var m=this.lexer.options&&this.lexer.options.ranges;"function"==typeof this.yy.parseError&&(this.parseError=this.yy.parseError);for(var n,o,p,q,r,s,t,u,v,w={};;){if(p=d[d.length-1],this.defaultActions[p]?q=this.defaultActions[p]:((null===n||"undefined"==typeof n)&&(n=b()),q=g[p]&&g[p][n]),"undefined"==typeof q||!q.length||!q[0]){var x="";if(!k){v=[];for(s in g[p])this.terminals_[s]&&s>2&&v.push("'"+this.terminals_[s]+"'");x=this.lexer.showPosition?"Parse error on line "+(i+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+v.join(", ")+", got '"+(this.terminals_[n]||n)+"'":"Parse error on line "+(i+1)+": Unexpected "+(1==n?"end of input":"'"+(this.terminals_[n]||n)+"'"),this.parseError(x,{text:this.lexer.match,token:this.terminals_[n]||n,line:this.lexer.yylineno,loc:l,expected:v})}}if(q[0]instanceof Array&&q.length>1)throw new Error("Parse Error: multiple actions possible at state: "+p+", token: "+n);switch(q[0]){case 1:d.push(n),e.push(this.lexer.yytext),f.push(this.lexer.yylloc),d.push(q[1]),n=null,o?(n=o,o=null):(j=this.lexer.yyleng,h=this.lexer.yytext,i=this.lexer.yylineno,l=this.lexer.yylloc,k>0&&k--);break;case 2:if(t=this.productions_[q[1]][1],w.$=e[e.length-t],w._$={first_line:f[f.length-(t||1)].first_line,last_line:f[f.length-1].last_line,first_column:f[f.length-(t||1)].first_column,last_column:f[f.length-1].last_column},m&&(w._$.range=[f[f.length-(t||1)].range[0],f[f.length-1].range[1]]),r=this.performAction.call(w,h,j,i,this.yy,q[1],e,f),"undefined"!=typeof r)return r;t&&(d=d.slice(0,-1*t*2),e=e.slice(0,-1*t),f=f.slice(0,-1*t)),d.push(this.productions_[q[1]][0]),e.push(w.$),f.push(w._$),u=g[d[d.length-2]][d[d.length-1]],d.push(u);break;case 3:return!0}}return!0}},c=function(){var a={EOF:1,parseError:function(a,b){if(!this.yy.parser)throw new Error(a);this.yy.parser.parseError(a,b)},setInput:function(a){return this._input=a,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var a=this._input[0];this.yytext+=a,this.yyleng++,this.offset++,this.match+=a,this.matched+=a;var b=a.match(/(?:\r\n?|\n).*/g);return b?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),a},unput:function(a){var b=a.length,c=a.split(/(?:\r\n?|\n)/g);this._input=a+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-b-1),this.offset-=b;var d=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),c.length-1&&(this.yylineno-=c.length-1);var e=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:c?(c.length===d.length?this.yylloc.first_column:0)+d[d.length-c.length].length-c[0].length:this.yylloc.first_column-b},this.options.ranges&&(this.yylloc.range=[e[0],e[0]+this.yyleng-b]),this},more:function(){return this._more=!0,this},less:function(a){this.unput(this.match.slice(a))},pastInput:function(){var a=this.matched.substr(0,this.matched.length-this.match.length);return(a.length>20?"...":"")+a.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var a=this.match;return a.length<20&&(a+=this._input.substr(0,20-a.length)),(a.substr(0,20)+(a.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var a=this.pastInput(),b=new Array(a.length+1).join("-");return a+this.upcomingInput()+"\n"+b+"^"},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var a,b,c,d,e;this._more||(this.yytext="",this.match="");for(var f=this._currentRules(),g=0;g<f.length&&(c=this._input.match(this.rules[f[g]]),!c||b&&!(c[0].length>b[0].length)||(b=c,d=g,this.options.flex));g++);return b?(e=b[0].match(/(?:\r\n?|\n).*/g),e&&(this.yylineno+=e.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:e?e[e.length-1].length-e[e.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+b[0].length},this.yytext+=b[0],this.match+=b[0],this.matches=b,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(b[0].length),this.matched+=b[0],a=this.performAction.call(this,this.yy,this,f[d],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),a?a:void 0):""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var a=this.next();return"undefined"!=typeof a?a:this.lex()},begin:function(a){this.conditionStack.push(a)},popState:function(){return this.conditionStack.pop()},_currentRules:function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(a){this.begin(a)}};return a.options={},a.performAction=function(a,b,c,d){function e(a,c){return b.yytext=b.yytext.substr(a,b.yyleng-c)}switch(c){case 0:if("\\\\"===b.yytext.slice(-2)?(e(0,1),this.begin("mu")):"\\"===b.yytext.slice(-1)?(e(0,1),this.begin("emu")):this.begin("mu"),b.yytext)return 12;break;case 1:return 12;case 2:return this.popState(),12;case 3:return b.yytext=b.yytext.substr(5,b.yyleng-9),this.popState(),15;case 4:return 12;case 5:return e(0,4),this.popState(),13;case 6:return 45;case 7:return 46;case 8:return 16;case 9:return this.popState(),this.begin("raw"),18;case 10:return 34;case 11:return 24;case 12:return 29;case 13:return this.popState(),28;case 14:return this.popState(),28;case 15:return 26;case 16:return 26;case 17:return 32;case 18:return 31;case 19:this.popState(),this.begin("com");break;case 20:return e(3,5),this.popState(),13;case 21:return 31;case 22:return 51;case 23:return 50;case 24:return 50;case 25:return 54;case 26:break;case 27:return this.popState(),33;case 28:return this.popState(),25;case 29:return b.yytext=e(1,2).replace(/\\"/g,'"'),42;case 30:return b.yytext=e(1,2).replace(/\\'/g,"'"),42;case 31:return 52;case 32:return 44;case 33:return 44;case 34:return 43;case 35:return 50;case 36:return b.yytext=e(1,2),50;case 37:return"INVALID";case 38:return 5}},a.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]*?(?=(\{\{\{\{\/)))/,/^(?:[\s\S]*?--\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{!--)/,/^(?:\{\{![\s\S]*?\}\})/,/^(?:\{\{(~)?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)]))))/,/^(?:\[[^\]]*\])/,/^(?:.)/,/^(?:$)/],a.conditions={mu:{rules:[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[5],inclusive:!1},raw:{rules:[3,4],inclusive:!1},INITIAL:{rules:[0,1,38],inclusive:!0}},a}();return b.lexer=c,a.prototype=b,b.Parser=a,new a}();return a=b}(),i=function(a){"use strict";function b(a,b){return{left:"~"===a.charAt(2),right:"~"===b.charAt(b.length-3)}}function c(a,b,c,d,i,k){if(a.sexpr.id.original!==d.path.original)throw new j(a.sexpr.id.original+" doesn't match "+d.path.original,a);var l=c&&c.program,m={left:a.strip.left,right:d.strip.right,openStandalone:f(b.statements),closeStandalone:e((l||b).statements)};if(a.strip.right&&g(b.statements,null,!0),l){var n=c.strip;n.left&&h(b.statements,null,!0),n.right&&g(l.statements,null,!0),d.strip.left&&h(l.statements,null,!0),e(b.statements)&&f(l.statements)&&(h(b.statements),g(l.statements))}else d.strip.left&&h(b.statements,null,!0);return i?new this.BlockNode(a,l,b,m,k):new this.BlockNode(a,b,l,m,k)}function d(a,b){for(var c=0,d=a.length;d>c;c++){var i=a[c],j=i.strip;if(j){var k=e(a,c,b,"partial"===i.type),l=f(a,c,b),m=j.openStandalone&&k,n=j.closeStandalone&&l,o=j.inlineStandalone&&k&&l;j.right&&g(a,c,!0),j.left&&h(a,c,!0),o&&(g(a,c),h(a,c)&&"partial"===i.type&&(i.indent=/([ \t]+$)/.exec(a[c-1].original)?RegExp.$1:"")),m&&(g((i.program||i.inverse).statements),h(a,c)),n&&(g(a,c),h((i.inverse||i.program).statements))}}return a}function e(a,b,c){void 0===b&&(b=a.length);var d=a[b-1],e=a[b-2];return d?"content"===d.type?(e||!c?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(d.original):void 0:c}function f(a,b,c){void 0===b&&(b=-1);var d=a[b+1],e=a[b+2];return d?"content"===d.type?(e||!c?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(d.original):void 0:c}function g(a,b,c){var d=a[null==b?0:b+1];if(d&&"content"===d.type&&(c||!d.rightStripped)){var e=d.string;d.string=d.string.replace(c?/^\s+/:/^[ \t]*\r?\n?/,""),d.rightStripped=d.string!==e}}function h(a,b,c){var d=a[null==b?a.length-1:b-1];if(d&&"content"===d.type&&(c||!d.leftStripped)){var e=d.string;return d.string=d.string.replace(c?/\s+$/:/[ \t]+$/,""),d.leftStripped=d.string!==e,d.leftStripped}}var i={},j=a;return i.stripFlags=b,i.prepareBlock=c,i.prepareProgram=d,i}(c),j=function(a,b,c,d){"use strict";function e(a){return a.constructor===h.ProgramNode?a:(g.yy=k,g.parse(a))}var f={},g=a,h=b,i=c,j=d.extend;f.parser=g;var k={};return j(k,i,h),f.parse=e,f}(h,g,i,b),k=function(a,b){"use strict";function c(){}function d(a,b,c){if(null==a||"string"!=typeof a&&a.constructor!==c.AST.ProgramNode)throw new h("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+a);b=b||{},"data"in b||(b.data=!0),b.compat&&(b.useDepths=!0);var d=c.parse(a),e=(new c.Compiler).compile(d,b);return(new c.JavaScriptCompiler).compile(e,b)}function e(a,b,c){function d(){var d=c.parse(a),e=(new c.Compiler).compile(d,b),f=(new c.JavaScriptCompiler).compile(e,b,void 0,!0);return c.template(f)}if(null==a||"string"!=typeof a&&a.constructor!==c.AST.ProgramNode)throw new h("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+a);b=b||{},"data"in b||(b.data=!0),b.compat&&(b.useDepths=!0);var e,f=function(a,b){return e||(e=d()),e.call(this,a,b)};return f._setup=function(a){return e||(e=d()),e._setup(a)},f._child=function(a,b,c){return e||(e=d()),e._child(a,b,c)},f}function f(a,b){if(a===b)return!0;if(i(a)&&i(b)&&a.length===b.length){for(var c=0;c<a.length;c++)if(!f(a[c],b[c]))return!1;return!0}}var g={},h=a,i=b.isArray,j=[].slice;return g.Compiler=c,c.prototype={compiler:c,equals:function(a){var b=this.opcodes.length;if(a.opcodes.length!==b)return!1;for(var c=0;b>c;c++){var d=this.opcodes[c],e=a.opcodes[c];if(d.opcode!==e.opcode||!f(d.args,e.args))return!1}for(b=this.children.length,c=0;b>c;c++)if(!this.children[c].equals(a.children[c]))return!1;return!0},guid:0,compile:function(a,b){this.opcodes=[],this.children=[],this.depths={list:[]},this.options=b,this.stringParams=b.stringParams,this.trackIds=b.trackIds;var c=this.options.knownHelpers;if(this.options.knownHelpers={helperMissing:!0,blockHelperMissing:!0,each:!0,"if":!0,unless:!0,"with":!0,log:!0,lookup:!0},c)for(var d in c)this.options.knownHelpers[d]=c[d];return this.accept(a)},accept:function(a){return this[a.type](a)},program:function(a){for(var b=a.statements,c=0,d=b.length;d>c;c++)this.accept(b[c]);return this.isSimple=1===d,this.depths.list=this.depths.list.sort(function(a,b){return a-b}),this},compileProgram:function(a){var b,c=(new this.compiler).compile(a,this.options),d=this.guid++;
-this.usePartial=this.usePartial||c.usePartial,this.children[d]=c;for(var e=0,f=c.depths.list.length;f>e;e++)b=c.depths.list[e],2>b||this.addDepth(b-1);return d},block:function(a){var b=a.mustache,c=a.program,d=a.inverse;c&&(c=this.compileProgram(c)),d&&(d=this.compileProgram(d));var e=b.sexpr,f=this.classifySexpr(e);"helper"===f?this.helperSexpr(e,c,d):"simple"===f?(this.simpleSexpr(e),this.opcode("pushProgram",c),this.opcode("pushProgram",d),this.opcode("emptyHash"),this.opcode("blockValue",e.id.original)):(this.ambiguousSexpr(e,c,d),this.opcode("pushProgram",c),this.opcode("pushProgram",d),this.opcode("emptyHash"),this.opcode("ambiguousBlockValue")),this.opcode("append")},hash:function(a){var b,c,d=a.pairs;for(this.opcode("pushHash"),b=0,c=d.length;c>b;b++)this.pushParam(d[b][1]);for(;b--;)this.opcode("assignToHash",d[b][0]);this.opcode("popHash")},partial:function(a){var b=a.partialName;this.usePartial=!0,a.hash?this.accept(a.hash):this.opcode("push","undefined"),a.context?this.accept(a.context):(this.opcode("getContext",0),this.opcode("pushContext")),this.opcode("invokePartial",b.name,a.indent||""),this.opcode("append")},content:function(a){a.string&&this.opcode("appendContent",a.string)},mustache:function(a){this.sexpr(a.sexpr),a.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},ambiguousSexpr:function(a,b,c){var d=a.id,e=d.parts[0],f=null!=b||null!=c;this.opcode("getContext",d.depth),this.opcode("pushProgram",b),this.opcode("pushProgram",c),this.ID(d),this.opcode("invokeAmbiguous",e,f)},simpleSexpr:function(a){var b=a.id;"DATA"===b.type?this.DATA(b):b.parts.length?this.ID(b):(this.addDepth(b.depth),this.opcode("getContext",b.depth),this.opcode("pushContext")),this.opcode("resolvePossibleLambda")},helperSexpr:function(a,b,c){var d=this.setupFullMustacheParams(a,b,c),e=a.id,f=e.parts[0];if(this.options.knownHelpers[f])this.opcode("invokeKnownHelper",d.length,f);else{if(this.options.knownHelpersOnly)throw new h("You specified knownHelpersOnly, but used the unknown helper "+f,a);e.falsy=!0,this.ID(e),this.opcode("invokeHelper",d.length,e.original,e.isSimple)}},sexpr:function(a){var b=this.classifySexpr(a);"simple"===b?this.simpleSexpr(a):"helper"===b?this.helperSexpr(a):this.ambiguousSexpr(a)},ID:function(a){this.addDepth(a.depth),this.opcode("getContext",a.depth);var b=a.parts[0];b?this.opcode("lookupOnContext",a.parts,a.falsy,a.isScoped):this.opcode("pushContext")},DATA:function(a){this.options.data=!0,this.opcode("lookupData",a.id.depth,a.id.parts)},STRING:function(a){this.opcode("pushString",a.string)},NUMBER:function(a){this.opcode("pushLiteral",a.number)},BOOLEAN:function(a){this.opcode("pushLiteral",a.bool)},comment:function(){},opcode:function(a){this.opcodes.push({opcode:a,args:j.call(arguments,1)})},addDepth:function(a){0!==a&&(this.depths[a]||(this.depths[a]=!0,this.depths.list.push(a)))},classifySexpr:function(a){var b=a.isHelper,c=a.eligibleHelper,d=this.options;if(c&&!b){var e=a.id.parts[0];d.knownHelpers[e]?b=!0:d.knownHelpersOnly&&(c=!1)}return b?"helper":c?"ambiguous":"simple"},pushParams:function(a){for(var b=0,c=a.length;c>b;b++)this.pushParam(a[b])},pushParam:function(a){this.stringParams?(a.depth&&this.addDepth(a.depth),this.opcode("getContext",a.depth||0),this.opcode("pushStringParam",a.stringModeValue,a.type),"sexpr"===a.type&&this.sexpr(a)):(this.trackIds&&this.opcode("pushId",a.type,a.idName||a.stringModeValue),this.accept(a))},setupFullMustacheParams:function(a,b,c){var d=a.params;return this.pushParams(d),this.opcode("pushProgram",b),this.opcode("pushProgram",c),a.hash?this.hash(a.hash):this.opcode("emptyHash"),d}},g.precompile=d,g.compile=e,g}(c,b),l=function(a,b){"use strict";function c(a){this.value=a}function d(){}var e,f=a.COMPILER_REVISION,g=a.REVISION_CHANGES,h=b;d.prototype={nameLookup:function(a,b){return d.isValidJavaScriptVariableName(b)?a+"."+b:a+"['"+b+"']"},depthedLookup:function(a){return this.aliases.lookup="this.lookup",'lookup(depths, "'+a+'")'},compilerInfo:function(){var a=f,b=g[a];return[a,b]},appendToBuffer:function(a){return this.environment.isSimple?"return "+a+";":{appendToBuffer:!0,content:a,toString:function(){return"buffer += "+a+";"}}},initializeBuffer:function(){return this.quotedString("")},namespace:"Handlebars",compile:function(a,b,c,d){this.environment=a,this.options=b,this.stringParams=this.options.stringParams,this.trackIds=this.options.trackIds,this.precompile=!d,this.name=this.environment.name,this.isChild=!!c,this.context=c||{programs:[],environments:[]},this.preamble(),this.stackSlot=0,this.stackVars=[],this.aliases={},this.registers={list:[]},this.hashes=[],this.compileStack=[],this.inlineStack=[],this.compileChildren(a,b),this.useDepths=this.useDepths||a.depths.list.length||this.options.compat;var e,f,g,i=a.opcodes;for(f=0,g=i.length;g>f;f++)e=i[f],this[e.opcode].apply(this,e.args);if(this.pushSource(""),this.stackSlot||this.inlineStack.length||this.compileStack.length)throw new h("Compile completed with content left on stack");var j=this.createFunctionContext(d);if(this.isChild)return j;var k={compiler:this.compilerInfo(),main:j},l=this.context.programs;for(f=0,g=l.length;g>f;f++)l[f]&&(k[f]=l[f]);return this.environment.usePartial&&(k.usePartial=!0),this.options.data&&(k.useData=!0),this.useDepths&&(k.useDepths=!0),this.options.compat&&(k.compat=!0),d||(k.compiler=JSON.stringify(k.compiler),k=this.objectLiteral(k)),k},preamble:function(){this.lastContext=0,this.source=[]},createFunctionContext:function(a){var b="",c=this.stackVars.concat(this.registers.list);c.length>0&&(b+=", "+c.join(", "));for(var d in this.aliases)this.aliases.hasOwnProperty(d)&&(b+=", "+d+"="+this.aliases[d]);var e=["depth0","helpers","partials","data"];this.useDepths&&e.push("depths");var f=this.mergeSource(b);return a?(e.push(f),Function.apply(this,e)):"function("+e.join(",")+") {\n "+f+"}"},mergeSource:function(a){for(var b,c,d="",e=!this.forceBuffer,f=0,g=this.source.length;g>f;f++){var h=this.source[f];h.appendToBuffer?b=b?b+"\n + "+h.content:h.content:(b&&(d?d+="buffer += "+b+";\n ":(c=!0,d=b+";\n "),b=void 0),d+=h+"\n ",this.environment.isSimple||(e=!1))}return e?(b||!d)&&(d+="return "+(b||'""')+";\n"):(a+=", buffer = "+(c?"":this.initializeBuffer()),d+=b?"return buffer + "+b+";\n":"return buffer;\n"),a&&(d="var "+a.substring(2)+(c?"":";\n ")+d),d},blockValue:function(a){this.aliases.blockHelperMissing="helpers.blockHelperMissing";var b=[this.contextName(0)];this.setupParams(a,0,b);var c=this.popStack();b.splice(1,0,c),this.push("blockHelperMissing.call("+b.join(", ")+")")},ambiguousBlockValue:function(){this.aliases.blockHelperMissing="helpers.blockHelperMissing";var a=[this.contextName(0)];this.setupParams("",0,a,!0),this.flushInline();var b=this.topStack();a.splice(1,0,b),this.pushSource("if (!"+this.lastHelper+") { "+b+" = blockHelperMissing.call("+a.join(", ")+"); }")},appendContent:function(a){this.pendingContent&&(a=this.pendingContent+a),this.pendingContent=a},append:function(){this.flushInline();var a=this.popStack();this.pushSource("if ("+a+" != null) { "+this.appendToBuffer(a)+" }"),this.environment.isSimple&&this.pushSource("else { "+this.appendToBuffer("''")+" }")},appendEscaped:function(){this.aliases.escapeExpression="this.escapeExpression",this.pushSource(this.appendToBuffer("escapeExpression("+this.popStack()+")"))},getContext:function(a){this.lastContext=a},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(a,b,c){var d=0,e=a.length;for(c||!this.options.compat||this.lastContext?this.pushContext():this.push(this.depthedLookup(a[d++]));e>d;d++)this.replaceStack(function(c){var e=this.nameLookup(c,a[d],"context");return b?" && "+e:" != null ? "+e+" : "+c})},lookupData:function(a,b){a?this.pushStackLiteral("this.data(data, "+a+")"):this.pushStackLiteral("data");for(var c=b.length,d=0;c>d;d++)this.replaceStack(function(a){return" && "+this.nameLookup(a,b[d],"data")})},resolvePossibleLambda:function(){this.aliases.lambda="this.lambda",this.push("lambda("+this.popStack()+", "+this.contextName(0)+")")},pushStringParam:function(a,b){this.pushContext(),this.pushString(b),"sexpr"!==b&&("string"==typeof a?this.pushString(a):this.pushStackLiteral(a))},emptyHash:function(){this.pushStackLiteral("{}"),this.trackIds&&this.push("{}"),this.stringParams&&(this.push("{}"),this.push("{}"))},pushHash:function(){this.hash&&this.hashes.push(this.hash),this.hash={values:[],types:[],contexts:[],ids:[]}},popHash:function(){var a=this.hash;this.hash=this.hashes.pop(),this.trackIds&&this.push("{"+a.ids.join(",")+"}"),this.stringParams&&(this.push("{"+a.contexts.join(",")+"}"),this.push("{"+a.types.join(",")+"}")),this.push("{\n "+a.values.join(",\n ")+"\n }")},pushString:function(a){this.pushStackLiteral(this.quotedString(a))},push:function(a){return this.inlineStack.push(a),a},pushLiteral:function(a){this.pushStackLiteral(a)},pushProgram:function(a){null!=a?this.pushStackLiteral(this.programExpression(a)):this.pushStackLiteral(null)},invokeHelper:function(a,b,c){this.aliases.helperMissing="helpers.helperMissing";var d=this.popStack(),e=this.setupHelper(a,b),f=(c?e.name+" || ":"")+d+" || helperMissing";this.push("(("+f+").call("+e.callParams+"))")},invokeKnownHelper:function(a,b){var c=this.setupHelper(a,b);this.push(c.name+".call("+c.callParams+")")},invokeAmbiguous:function(a,b){this.aliases.functionType='"function"',this.aliases.helperMissing="helpers.helperMissing",this.useRegister("helper");var c=this.popStack();this.emptyHash();var d=this.setupHelper(0,a,b),e=this.lastHelper=this.nameLookup("helpers",a,"helper");this.push("((helper = (helper = "+e+" || "+c+") != null ? helper : helperMissing"+(d.paramsInit?"),("+d.paramsInit:"")+"),(typeof helper === functionType ? helper.call("+d.callParams+") : helper))")},invokePartial:function(a,b){var c=[this.nameLookup("partials",a,"partial"),"'"+b+"'","'"+a+"'",this.popStack(),this.popStack(),"helpers","partials"];this.options.data?c.push("data"):this.options.compat&&c.push("undefined"),this.options.compat&&c.push("depths"),this.push("this.invokePartial("+c.join(", ")+")")},assignToHash:function(a){var b,c,d,e=this.popStack();this.trackIds&&(d=this.popStack()),this.stringParams&&(c=this.popStack(),b=this.popStack());var f=this.hash;b&&f.contexts.push("'"+a+"': "+b),c&&f.types.push("'"+a+"': "+c),d&&f.ids.push("'"+a+"': "+d),f.values.push("'"+a+"': ("+e+")")},pushId:function(a,b){"ID"===a||"DATA"===a?this.pushString(b):"sexpr"===a?this.pushStackLiteral("true"):this.pushStackLiteral("null")},compiler:d,compileChildren:function(a,b){for(var c,d,e=a.children,f=0,g=e.length;g>f;f++){c=e[f],d=new this.compiler;var h=this.matchExistingProgram(c);null==h?(this.context.programs.push(""),h=this.context.programs.length,c.index=h,c.name="program"+h,this.context.programs[h]=d.compile(c,b,this.context,!this.precompile),this.context.environments[h]=c,this.useDepths=this.useDepths||d.useDepths):(c.index=h,c.name="program"+h)}},matchExistingProgram:function(a){for(var b=0,c=this.context.environments.length;c>b;b++){var d=this.context.environments[b];if(d&&d.equals(a))return b}},programExpression:function(a){var b=this.environment.children[a],c=(b.depths.list,this.useDepths),d=[b.index,"data"];return c&&d.push("depths"),"this.program("+d.join(", ")+")"},useRegister:function(a){this.registers[a]||(this.registers[a]=!0,this.registers.list.push(a))},pushStackLiteral:function(a){return this.push(new c(a))},pushSource:function(a){this.pendingContent&&(this.source.push(this.appendToBuffer(this.quotedString(this.pendingContent))),this.pendingContent=void 0),a&&this.source.push(a)},pushStack:function(a){this.flushInline();var b=this.incrStack();return this.pushSource(b+" = "+a+";"),this.compileStack.push(b),b},replaceStack:function(a){{var b,d,e,f="";this.isInline()}if(!this.isInline())throw new h("replaceStack on non-inline");var g=this.popStack(!0);if(g instanceof c)f=b=g.value,e=!0;else{d=!this.stackSlot;var i=d?this.incrStack():this.topStackName();f="("+this.push(i)+" = "+g+")",b=this.topStack()}var j=a.call(this,b);e||this.popStack(),d&&this.stackSlot--,this.push("("+f+j+")")},incrStack:function(){return this.stackSlot++,this.stackSlot>this.stackVars.length&&this.stackVars.push("stack"+this.stackSlot),this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var a=this.inlineStack;if(a.length){this.inlineStack=[];for(var b=0,d=a.length;d>b;b++){var e=a[b];e instanceof c?this.compileStack.push(e):this.pushStack(e)}}},isInline:function(){return this.inlineStack.length},popStack:function(a){var b=this.isInline(),d=(b?this.inlineStack:this.compileStack).pop();if(!a&&d instanceof c)return d.value;if(!b){if(!this.stackSlot)throw new h("Invalid stack pop");this.stackSlot--}return d},topStack:function(){var a=this.isInline()?this.inlineStack:this.compileStack,b=a[a.length-1];return b instanceof c?b.value:b},contextName:function(a){return this.useDepths&&a?"depths["+a+"]":"depth"+a},quotedString:function(a){return'"'+a.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},objectLiteral:function(a){var b=[];for(var c in a)a.hasOwnProperty(c)&&b.push(this.quotedString(c)+":"+a[c]);return"{"+b.join(",")+"}"},setupHelper:function(a,b,c){var d=[],e=this.setupParams(b,a,d,c),f=this.nameLookup("helpers",b,"helper");return{params:d,paramsInit:e,name:f,callParams:[this.contextName(0)].concat(d).join(", ")}},setupOptions:function(a,b,c){var d,e,f,g={},h=[],i=[],j=[];g.name=this.quotedString(a),g.hash=this.popStack(),this.trackIds&&(g.hashIds=this.popStack()),this.stringParams&&(g.hashTypes=this.popStack(),g.hashContexts=this.popStack()),e=this.popStack(),f=this.popStack(),(f||e)&&(f||(f="this.noop"),e||(e="this.noop"),g.fn=f,g.inverse=e);for(var k=b;k--;)d=this.popStack(),c[k]=d,this.trackIds&&(j[k]=this.popStack()),this.stringParams&&(i[k]=this.popStack(),h[k]=this.popStack());return this.trackIds&&(g.ids="["+j.join(",")+"]"),this.stringParams&&(g.types="["+i.join(",")+"]",g.contexts="["+h.join(",")+"]"),this.options.data&&(g.data="data"),g},setupParams:function(a,b,c,d){var e=this.objectLiteral(this.setupOptions(a,b,c));return d?(this.useRegister("options"),c.push("options"),"options="+e):(c.push(e),"")}};for(var i="break else new var case finally return void catch for switch while continue function this with default if throw delete in try do instanceof typeof abstract enum int short boolean export interface static byte extends long super char final native synchronized class float package throws const goto private transient debugger implements protected volatile double import public let yield".split(" "),j=d.RESERVED_WORDS={},k=0,l=i.length;l>k;k++)j[i[k]]=!0;return d.isValidJavaScriptVariableName=function(a){return!d.RESERVED_WORDS[a]&&/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(a)},e=d}(d,c),m=function(a,b,c,d,e){"use strict";var f,g=a,h=b,i=c.parser,j=c.parse,k=d.Compiler,l=d.compile,m=d.precompile,n=e,o=g.create,p=function(){var a=o();return a.compile=function(b,c){return l(b,c,a)},a.precompile=function(b,c){return m(b,c,a)},a.AST=h,a.Compiler=k,a.JavaScriptCompiler=n,a.Parser=i,a.parse=j,a};return g=p(),g.create=p,g["default"]=g,f=g}(f,g,j,k,l);return m}); \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/highlight.7.3.pack.js b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/highlight.7.3.pack.js
deleted file mode 100644
index 78f8bd9e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/highlight.7.3.pack.js
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright 2016 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var hljs=new function(){function l(o){return o.replace(/&/gm,"&amp;").replace(/</gm,"&lt;").replace(/>/gm,"&gt;")}function b(p){for(var o=p.firstChild;o;o=o.nextSibling){if(o.nodeName=="CODE"){return o}if(!(o.nodeType==3&&o.nodeValue.match(/\s+/))){break}}}function h(p,o){return Array.prototype.map.call(p.childNodes,function(q){if(q.nodeType==3){return o?q.nodeValue.replace(/\n/g,""):q.nodeValue}if(q.nodeName=="BR"){return"\n"}return h(q,o)}).join("")}function a(q){var p=(q.className+" "+q.parentNode.className).split(/\s+/);p=p.map(function(r){return r.replace(/^language-/,"")});for(var o=0;o<p.length;o++){if(e[p[o]]||p[o]=="no-highlight"){return p[o]}}}function c(q){var o=[];(function p(r,s){for(var t=r.firstChild;t;t=t.nextSibling){if(t.nodeType==3){s+=t.nodeValue.length}else{if(t.nodeName=="BR"){s+=1}else{if(t.nodeType==1){o.push({event:"start",offset:s,node:t});s=p(t,s);o.push({event:"stop",offset:s,node:t})}}}}return s})(q,0);return o}function j(x,v,w){var p=0;var y="";var r=[];function t(){if(x.length&&v.length){if(x[0].offset!=v[0].offset){return(x[0].offset<v[0].offset)?x:v}else{return v[0].event=="start"?x:v}}else{return x.length?x:v}}function s(A){function z(B){return" "+B.nodeName+'="'+l(B.value)+'"'}return"<"+A.nodeName+Array.prototype.map.call(A.attributes,z).join("")+">"}while(x.length||v.length){var u=t().splice(0,1)[0];y+=l(w.substr(p,u.offset-p));p=u.offset;if(u.event=="start"){y+=s(u.node);r.push(u.node)}else{if(u.event=="stop"){var o,q=r.length;do{q--;o=r[q];y+=("</"+o.nodeName.toLowerCase()+">")}while(o!=u.node);r.splice(q,1);while(q<r.length){y+=s(r[q]);q++}}}}return y+l(w.substr(p))}function f(q){function o(s,r){return RegExp(s,"m"+(q.cI?"i":"")+(r?"g":""))}function p(y,w){if(y.compiled){return}y.compiled=true;var s=[];if(y.k){var r={};function z(A,t){t.split(" ").forEach(function(B){var C=B.split("|");r[C[0]]=[A,C[1]?Number(C[1]):1];s.push(C[0])})}y.lR=o(y.l||hljs.IR,true);if(typeof y.k=="string"){z("keyword",y.k)}else{for(var x in y.k){if(!y.k.hasOwnProperty(x)){continue}z(x,y.k[x])}}y.k=r}if(w){if(y.bWK){y.b="\\b("+s.join("|")+")\\s"}y.bR=o(y.b?y.b:"\\B|\\b");if(!y.e&&!y.eW){y.e="\\B|\\b"}if(y.e){y.eR=o(y.e)}y.tE=y.e||"";if(y.eW&&w.tE){y.tE+=(y.e?"|":"")+w.tE}}if(y.i){y.iR=o(y.i)}if(y.r===undefined){y.r=1}if(!y.c){y.c=[]}for(var v=0;v<y.c.length;v++){if(y.c[v]=="self"){y.c[v]=y}p(y.c[v],y)}if(y.starts){p(y.starts,w)}var u=[];for(var v=0;v<y.c.length;v++){u.push(y.c[v].b)}if(y.tE){u.push(y.tE)}if(y.i){u.push(y.i)}y.t=u.length?o(u.join("|"),true):{exec:function(t){return null}}}p(q)}function d(D,E){function o(r,M){for(var L=0;L<M.c.length;L++){var K=M.c[L].bR.exec(r);if(K&&K.index==0){return M.c[L]}}}function s(K,r){if(K.e&&K.eR.test(r)){return K}if(K.eW){return s(K.parent,r)}}function t(r,K){return K.i&&K.iR.test(r)}function y(L,r){var K=F.cI?r[0].toLowerCase():r[0];return L.k.hasOwnProperty(K)&&L.k[K]}function G(){var K=l(w);if(!A.k){return K}var r="";var N=0;A.lR.lastIndex=0;var L=A.lR.exec(K);while(L){r+=K.substr(N,L.index-N);var M=y(A,L);if(M){v+=M[1];r+='<span class="'+M[0]+'">'+L[0]+"</span>"}else{r+=L[0]}N=A.lR.lastIndex;L=A.lR.exec(K)}return r+K.substr(N)}function z(){if(A.sL&&!e[A.sL]){return l(w)}var r=A.sL?d(A.sL,w):g(w);if(A.r>0){v+=r.keyword_count;B+=r.r}return'<span class="'+r.language+'">'+r.value+"</span>"}function J(){return A.sL!==undefined?z():G()}function I(L,r){var K=L.cN?'<span class="'+L.cN+'">':"";if(L.rB){x+=K;w=""}else{if(L.eB){x+=l(r)+K;w=""}else{x+=K;w=r}}A=Object.create(L,{parent:{value:A}});B+=L.r}function C(K,r){w+=K;if(r===undefined){x+=J();return 0}var L=o(r,A);if(L){x+=J();I(L,r);return L.rB?0:r.length}var M=s(A,r);if(M){if(!(M.rE||M.eE)){w+=r}x+=J();do{if(A.cN){x+="</span>"}A=A.parent}while(A!=M.parent);if(M.eE){x+=l(r)}w="";if(M.starts){I(M.starts,"")}return M.rE?0:r.length}if(t(r,A)){throw"Illegal"}w+=r;return r.length||1}var F=e[D];f(F);var A=F;var w="";var B=0;var v=0;var x="";try{var u,q,p=0;while(true){A.t.lastIndex=p;u=A.t.exec(E);if(!u){break}q=C(E.substr(p,u.index-p),u[0]);p=u.index+q}C(E.substr(p));return{r:B,keyword_count:v,value:x,language:D}}catch(H){if(H=="Illegal"){return{r:0,keyword_count:0,value:l(E)}}else{throw H}}}function g(s){var o={keyword_count:0,r:0,value:l(s)};var q=o;for(var p in e){if(!e.hasOwnProperty(p)){continue}var r=d(p,s);r.language=p;if(r.keyword_count+r.r>q.keyword_count+q.r){q=r}if(r.keyword_count+r.r>o.keyword_count+o.r){q=o;o=r}}if(q.language){o.second_best=q}return o}function i(q,p,o){if(p){q=q.replace(/^((<[^>]+>|\t)+)/gm,function(r,v,u,t){return v.replace(/\t/g,p)})}if(o){q=q.replace(/\n/g,"<br>")}return q}function m(r,u,p){var v=h(r,p);var t=a(r);if(t=="no-highlight"){return}var w=t?d(t,v):g(v);t=w.language;var o=c(r);if(o.length){var q=document.createElement("pre");q.innerHTML=w.value;w.value=j(o,c(q),v)}w.value=i(w.value,u,p);var s=r.className;if(!s.match("(\\s|^)(language-)?"+t+"(\\s|$)")){s=s?(s+" "+t):t}r.innerHTML=w.value;r.className=s;r.result={language:t,kw:w.keyword_count,re:w.r};if(w.second_best){r.second_best={language:w.second_best.language,kw:w.second_best.keyword_count,re:w.second_best.r}}}function n(){if(n.called){return}n.called=true;Array.prototype.map.call(document.getElementsByTagName("pre"),b).filter(Boolean).forEach(function(o){m(o,hljs.tabReplace)})}function k(){window.addEventListener("DOMContentLoaded",n,false);window.addEventListener("load",n,false)}var e={};this.LANGUAGES=e;this.highlight=d;this.highlightAuto=g;this.fixMarkup=i;this.highlightBlock=m;this.initHighlighting=n;this.initHighlightingOnLoad=k;this.IR="[a-zA-Z][a-zA-Z0-9_]*";this.UIR="[a-zA-Z_][a-zA-Z0-9_]*";this.NR="\\b\\d+(\\.\\d+)?";this.CNR="(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)";this.BNR="\\b(0b[01]+)";this.RSR="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|\\.|-|-=|/|/=|:|;|<|<<|<<=|<=|=|==|===|>|>=|>>|>>=|>>>|>>>=|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~";this.BE={b:"\\\\[\\s\\S]",r:0};this.ASM={cN:"string",b:"'",e:"'",i:"\\n",c:[this.BE],r:0};this.QSM={cN:"string",b:'"',e:'"',i:"\\n",c:[this.BE],r:0};this.CLCM={cN:"comment",b:"//",e:"$"};this.CBLCLM={cN:"comment",b:"/\\*",e:"\\*/"};this.HCM={cN:"comment",b:"#",e:"$"};this.NM={cN:"number",b:this.NR,r:0};this.CNM={cN:"number",b:this.CNR,r:0};this.BNM={cN:"number",b:this.BNR,r:0};this.inherit=function(q,r){var o={};for(var p in q){o[p]=q[p]}if(r){for(var p in r){o[p]=r[p]}}return o}}();hljs.LANGUAGES.xml=function(a){var c="[A-Za-z0-9\\._:-]+";var b={eW:true,c:[{cN:"attribute",b:c,r:0},{b:'="',rB:true,e:'"',c:[{cN:"value",b:'"',eW:true}]},{b:"='",rB:true,e:"'",c:[{cN:"value",b:"'",eW:true}]},{b:"=",c:[{cN:"value",b:"[^\\s/>]+"}]}]};return{cI:true,c:[{cN:"pi",b:"<\\?",e:"\\?>",r:10},{cN:"doctype",b:"<!DOCTYPE",e:">",r:10,c:[{b:"\\[",e:"\\]"}]},{cN:"comment",b:"<!--",e:"-->",r:10},{cN:"cdata",b:"<\\!\\[CDATA\\[",e:"\\]\\]>",r:10},{cN:"tag",b:"<style(?=\\s|>|$)",e:">",k:{title:"style"},c:[b],starts:{e:"</style>",rE:true,sL:"css"}},{cN:"tag",b:"<script(?=\\s|>|$)",e:">",k:{title:"script"},c:[b],starts:{e:"<\/script>",rE:true,sL:"javascript"}},{b:"<%",e:"%>",sL:"vbscript"},{cN:"tag",b:"</?",e:"/?>",c:[{cN:"title",b:"[^ />]+"},b]}]}}(hljs);hljs.LANGUAGES.json=function(a){var e={literal:"true false null"};var d=[a.QSM,a.CNM];var c={cN:"value",e:",",eW:true,eE:true,c:d,k:e};var b={b:"{",e:"}",c:[{cN:"attribute",b:'\\s*"',e:'"\\s*:\\s*',eB:true,eE:true,c:[a.BE],i:"\\n",starts:c}],i:"\\S"};var f={b:"\\[",e:"\\]",c:[a.inherit(c,{cN:null})],i:"\\S"};d.splice(d.length,0,b,f);return{c:d,k:e,i:"\\S"}}(hljs); \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/jquery-1.8.0.min.js b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/jquery-1.8.0.min.js
deleted file mode 100644
index d6be2561..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/jquery-1.8.0.min.js
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * Copyright 2016 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-/*! jQuery v@1.8.0 jquery.com | jquery.org/license */
-(function(a,b){function G(a){var b=F[a]={};return p.each(a.split(s),function(a,c){b[c]=!0}),b}function J(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(I,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:+d+""===d?+d:H.test(d)?p.parseJSON(d):d}catch(f){}p.data(a,c,d)}else d=b}return d}function K(a){var b;for(b in a){if(b==="data"&&p.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function ba(){return!1}function bb(){return!0}function bh(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function bi(a,b){do a=a[b];while(a&&a.nodeType!==1);return a}function bj(a,b,c){b=b||0;if(p.isFunction(b))return p.grep(a,function(a,d){var e=!!b.call(a,d,a);return e===c});if(b.nodeType)return p.grep(a,function(a,d){return a===b===c});if(typeof b=="string"){var d=p.grep(a,function(a){return a.nodeType===1});if(be.test(b))return p.filter(b,d,!c);b=p.filter(b,d)}return p.grep(a,function(a,d){return p.inArray(a,b)>=0===c})}function bk(a){var b=bl.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}function bC(a,b){return a.getElementsByTagName(b)[0]||a.appendChild(a.ownerDocument.createElement(b))}function bD(a,b){if(b.nodeType!==1||!p.hasData(a))return;var c,d,e,f=p._data(a),g=p._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;d<e;d++)p.event.add(b,c,h[c][d])}g.data&&(g.data=p.extend({},g.data))}function bE(a,b){var c;if(b.nodeType!==1)return;b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase(),c==="object"?(b.parentNode&&(b.outerHTML=a.outerHTML),p.support.html5Clone&&a.innerHTML&&!p.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):c==="input"&&bv.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):c==="option"?b.selected=a.defaultSelected:c==="input"||c==="textarea"?b.defaultValue=a.defaultValue:c==="script"&&b.text!==a.text&&(b.text=a.text),b.removeAttribute(p.expando)}function bF(a){return typeof a.getElementsByTagName!="undefined"?a.getElementsByTagName("*"):typeof a.querySelectorAll!="undefined"?a.querySelectorAll("*"):[]}function bG(a){bv.test(a.type)&&(a.defaultChecked=a.checked)}function bX(a,b){if(b in a)return b;var c=b.charAt(0).toUpperCase()+b.slice(1),d=b,e=bV.length;while(e--){b=bV[e]+c;if(b in a)return b}return d}function bY(a,b){return a=b||a,p.css(a,"display")==="none"||!p.contains(a.ownerDocument,a)}function bZ(a,b){var c,d,e=[],f=0,g=a.length;for(;f<g;f++){c=a[f];if(!c.style)continue;e[f]=p._data(c,"olddisplay"),b?(!e[f]&&c.style.display==="none"&&(c.style.display=""),c.style.display===""&&bY(c)&&(e[f]=p._data(c,"olddisplay",cb(c.nodeName)))):(d=bH(c,"display"),!e[f]&&d!=="none"&&p._data(c,"olddisplay",d))}for(f=0;f<g;f++){c=a[f];if(!c.style)continue;if(!b||c.style.display==="none"||c.style.display==="")c.style.display=b?e[f]||"":"none"}return a}function b$(a,b,c){var d=bO.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function b_(a,b,c,d){var e=c===(d?"border":"content")?4:b==="width"?1:0,f=0;for(;e<4;e+=2)c==="margin"&&(f+=p.css(a,c+bU[e],!0)),d?(c==="content"&&(f-=parseFloat(bH(a,"padding"+bU[e]))||0),c!=="margin"&&(f-=parseFloat(bH(a,"border"+bU[e]+"Width"))||0)):(f+=parseFloat(bH(a,"padding"+bU[e]))||0,c!=="padding"&&(f+=parseFloat(bH(a,"border"+bU[e]+"Width"))||0));return f}function ca(a,b,c){var d=b==="width"?a.offsetWidth:a.offsetHeight,e=!0,f=p.support.boxSizing&&p.css(a,"boxSizing")==="border-box";if(d<=0){d=bH(a,b);if(d<0||d==null)d=a.style[b];if(bP.test(d))return d;e=f&&(p.support.boxSizingReliable||d===a.style[b]),d=parseFloat(d)||0}return d+b_(a,b,c||(f?"border":"content"),e)+"px"}function cb(a){if(bR[a])return bR[a];var b=p("<"+a+">").appendTo(e.body),c=b.css("display");b.remove();if(c==="none"||c===""){bI=e.body.appendChild(bI||p.extend(e.createElement("iframe"),{frameBorder:0,width:0,height:0}));if(!bJ||!bI.createElement)bJ=(bI.contentWindow||bI.contentDocument).document,bJ.write("<!doctype html><html><body>"),bJ.close();b=bJ.body.appendChild(bJ.createElement(a)),c=bH(b,"display"),e.body.removeChild(bI)}return bR[a]=c,c}function ch(a,b,c,d){var e;if(p.isArray(b))p.each(b,function(b,e){c||cd.test(a)?d(a,e):ch(a+"["+(typeof e=="object"?b:"")+"]",e,c,d)});else if(!c&&p.type(b)==="object")for(e in b)ch(a+"["+e+"]",b[e],c,d);else d(a,b)}function cy(a){return function(b,c){typeof b!="string"&&(c=b,b="*");var d,e,f,g=b.toLowerCase().split(s),h=0,i=g.length;if(p.isFunction(c))for(;h<i;h++)d=g[h],f=/^\+/.test(d),f&&(d=d.substr(1)||"*"),e=a[d]=a[d]||[],e[f?"unshift":"push"](c)}}function cz(a,c,d,e,f,g){f=f||c.dataTypes[0],g=g||{},g[f]=!0;var h,i=a[f],j=0,k=i?i.length:0,l=a===cu;for(;j<k&&(l||!h);j++)h=i[j](c,d,e),typeof h=="string"&&(!l||g[h]?h=b:(c.dataTypes.unshift(h),h=cz(a,c,d,e,h,g)));return(l||!h)&&!g["*"]&&(h=cz(a,c,d,e,"*",g)),h}function cA(a,c){var d,e,f=p.ajaxSettings.flatOptions||{};for(d in c)c[d]!==b&&((f[d]?a:e||(e={}))[d]=c[d]);e&&p.extend(!0,a,e)}function cB(a,c,d){var e,f,g,h,i=a.contents,j=a.dataTypes,k=a.responseFields;for(f in k)f in d&&(c[k[f]]=d[f]);while(j[0]==="*")j.shift(),e===b&&(e=a.mimeType||c.getResponseHeader("content-type"));if(e)for(f in i)if(i[f]&&i[f].test(e)){j.unshift(f);break}if(j[0]in d)g=j[0];else{for(f in d){if(!j[0]||a.converters[f+" "+j[0]]){g=f;break}h||(h=f)}g=g||h}if(g)return g!==j[0]&&j.unshift(g),d[g]}function cC(a,b){var c,d,e,f,g=a.dataTypes.slice(),h=g[0],i={},j=0;a.dataFilter&&(b=a.dataFilter(b,a.dataType));if(g[1])for(c in a.converters)i[c.toLowerCase()]=a.converters[c];for(;e=g[++j];)if(e!=="*"){if(h!=="*"&&h!==e){c=i[h+" "+e]||i["* "+e];if(!c)for(d in i){f=d.split(" ");if(f[1]===e){c=i[h+" "+f[0]]||i["* "+f[0]];if(c){c===!0?c=i[d]:i[d]!==!0&&(e=f[0],g.splice(j--,0,e));break}}}if(c!==!0)if(c&&a["throws"])b=c(b);else try{b=c(b)}catch(k){return{state:"parsererror",error:c?k:"No conversion from "+h+" to "+e}}}h=e}return{state:"success",data:b}}function cK(){try{return new a.XMLHttpRequest}catch(b){}}function cL(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function cT(){return setTimeout(function(){cM=b},0),cM=p.now()}function cU(a,b){p.each(b,function(b,c){var d=(cS[b]||[]).concat(cS["*"]),e=0,f=d.length;for(;e<f;e++)if(d[e].call(a,b,c))return})}function cV(a,b,c){var d,e=0,f=0,g=cR.length,h=p.Deferred().always(function(){delete i.elem}),i=function(){var b=cM||cT(),c=Math.max(0,j.startTime+j.duration-b),d=1-(c/j.duration||0),e=0,f=j.tweens.length;for(;e<f;e++)j.tweens[e].run(d);return h.notifyWith(a,[j,d,c]),d<1&&f?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:p.extend({},b),opts:p.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:cM||cT(),duration:c.duration,tweens:[],createTween:function(b,c,d){var e=p.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(e),e},stop:function(b){var c=0,d=b?j.tweens.length:0;for(;c<d;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;cW(k,j.opts.specialEasing);for(;e<g;e++){d=cR[e].call(j,a,k,j.opts);if(d)return d}return cU(j,k),p.isFunction(j.opts.start)&&j.opts.start.call(a,j),p.fx.timer(p.extend(i,{anim:j,queue:j.opts.queue,elem:a})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}function cW(a,b){var c,d,e,f,g;for(c in a){d=p.camelCase(c),e=b[d],f=a[c],p.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=p.cssHooks[d];if(g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}}function cX(a,b,c){var d,e,f,g,h,i,j,k,l=this,m=a.style,n={},o=[],q=a.nodeType&&bY(a);c.queue||(j=p._queueHooks(a,"fx"),j.unqueued==null&&(j.unqueued=0,k=j.empty.fire,j.empty.fire=function(){j.unqueued||k()}),j.unqueued++,l.always(function(){l.always(function(){j.unqueued--,p.queue(a,"fx").length||j.empty.fire()})})),a.nodeType===1&&("height"in b||"width"in b)&&(c.overflow=[m.overflow,m.overflowX,m.overflowY],p.css(a,"display")==="inline"&&p.css(a,"float")==="none"&&(!p.support.inlineBlockNeedsLayout||cb(a.nodeName)==="inline"?m.display="inline-block":m.zoom=1)),c.overflow&&(m.overflow="hidden",p.support.shrinkWrapBlocks||l.done(function(){m.overflow=c.overflow[0],m.overflowX=c.overflow[1],m.overflowY=c.overflow[2]}));for(d in b){f=b[d];if(cO.exec(f)){delete b[d];if(f===(q?"hide":"show"))continue;o.push(d)}}g=o.length;if(g){h=p._data(a,"fxshow")||p._data(a,"fxshow",{}),q?p(a).show():l.done(function(){p(a).hide()}),l.done(function(){var b;p.removeData(a,"fxshow",!0);for(b in n)p.style(a,b,n[b])});for(d=0;d<g;d++)e=o[d],i=l.createTween(e,q?h[e]:0),n[e]=h[e]||p.style(a,e),e in h||(h[e]=i.start,q&&(i.end=i.start,i.start=e==="width"||e==="height"?1:0))}}function cY(a,b,c,d,e){return new cY.prototype.init(a,b,c,d,e)}function cZ(a,b){var c,d={height:a},e=0;for(;e<4;e+=2-b)c=bU[e],d["margin"+c]=d["padding"+c]=a;return b&&(d.opacity=d.width=a),d}function c_(a){return p.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}var c,d,e=a.document,f=a.location,g=a.navigator,h=a.jQuery,i=a.$,j=Array.prototype.push,k=Array.prototype.slice,l=Array.prototype.indexOf,m=Object.prototype.toString,n=Object.prototype.hasOwnProperty,o=String.prototype.trim,p=function(a,b){return new p.fn.init(a,b,c)},q=/[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,r=/\S/,s=/\s+/,t=r.test(" ")?/^[\s\xA0]+|[\s\xA0]+$/g:/^\s+|\s+$/g,u=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^[\],:{}\s]*$/,x=/(?:^|:|,)(?:\s*\[)+/g,y=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,z=/"[^"\\\r\n]*"|true|false|null|-?(?:\d\d*\.|)\d+(?:[eE][\-+]?\d+|)/g,A=/^-ms-/,B=/-([\da-z])/gi,C=function(a,b){return(b+"").toUpperCase()},D=function(){e.addEventListener?(e.removeEventListener("DOMContentLoaded",D,!1),p.ready()):e.readyState==="complete"&&(e.detachEvent("onreadystatechange",D),p.ready())},E={};p.fn=p.prototype={constructor:p,init:function(a,c,d){var f,g,h,i;if(!a)return this;if(a.nodeType)return this.context=this[0]=a,this.length=1,this;if(typeof a=="string"){a.charAt(0)==="<"&&a.charAt(a.length-1)===">"&&a.length>=3?f=[null,a,null]:f=u.exec(a);if(f&&(f[1]||!c)){if(f[1])return c=c instanceof p?c[0]:c,i=c&&c.nodeType?c.ownerDocument||c:e,a=p.parseHTML(f[1],i,!0),v.test(f[1])&&p.isPlainObject(c)&&this.attr.call(a,c,!0),p.merge(this,a);g=e.getElementById(f[2]);if(g&&g.parentNode){if(g.id!==f[2])return d.find(a);this.length=1,this[0]=g}return this.context=e,this.selector=a,this}return!c||c.jquery?(c||d).find(a):this.constructor(c).find(a)}return p.isFunction(a)?d.ready(a):(a.selector!==b&&(this.selector=a.selector,this.context=a.context),p.makeArray(a,this))},selector:"",jquery:"1.8.0",length:0,size:function(){return this.length},toArray:function(){return k.call(this)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=p.merge(this.constructor(),a);return d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")"),d},each:function(a,b){return p.each(this,a,b)},ready:function(a){return p.ready.promise().done(a),this},eq:function(a){return a=+a,a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(k.apply(this,arguments),"slice",k.call(arguments).join(","))},map:function(a){return this.pushStack(p.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:j,sort:[].sort,splice:[].splice},p.fn.init.prototype=p.fn,p.extend=p.fn.extend=function(){var a,c,d,e,f,g,h=arguments[0]||{},i=1,j=arguments.length,k=!1;typeof h=="boolean"&&(k=h,h=arguments[1]||{},i=2),typeof h!="object"&&!p.isFunction(h)&&(h={}),j===i&&(h=this,--i);for(;i<j;i++)if((a=arguments[i])!=null)for(c in a){d=h[c],e=a[c];if(h===e)continue;k&&e&&(p.isPlainObject(e)||(f=p.isArray(e)))?(f?(f=!1,g=d&&p.isArray(d)?d:[]):g=d&&p.isPlainObject(d)?d:{},h[c]=p.extend(k,g,e)):e!==b&&(h[c]=e)}return h},p.extend({noConflict:function(b){return a.$===p&&(a.$=i),b&&a.jQuery===p&&(a.jQuery=h),p},isReady:!1,readyWait:1,holdReady:function(a){a?p.readyWait++:p.ready(!0)},ready:function(a){if(a===!0?--p.readyWait:p.isReady)return;if(!e.body)return setTimeout(p.ready,1);p.isReady=!0;if(a!==!0&&--p.readyWait>0)return;d.resolveWith(e,[p]),p.fn.trigger&&p(e).trigger("ready").off("ready")},isFunction:function(a){return p.type(a)==="function"},isArray:Array.isArray||function(a){return p.type(a)==="array"},isWindow:function(a){return a!=null&&a==a.window},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):E[m.call(a)]||"object"},isPlainObject:function(a){if(!a||p.type(a)!=="object"||a.nodeType||p.isWindow(a))return!1;try{if(a.constructor&&!n.call(a,"constructor")&&!n.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||n.call(a,d)},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},error:function(a){throw new Error(a)},parseHTML:function(a,b,c){var d;return!a||typeof a!="string"?null:(typeof b=="boolean"&&(c=b,b=0),b=b||e,(d=v.exec(a))?[b.createElement(d[1])]:(d=p.buildFragment([a],b,c?null:[]),p.merge([],(d.cacheable?p.clone(d.fragment):d.fragment).childNodes)))},parseJSON:function(b){if(!b||typeof b!="string")return null;b=p.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(w.test(b.replace(y,"@").replace(z,"]").replace(x,"")))return(new Function("return "+b))();p.error("Invalid JSON: "+b)},parseXML:function(c){var d,e;if(!c||typeof c!="string")return null;try{a.DOMParser?(e=new DOMParser,d=e.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(f){d=b}return(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&p.error("Invalid XML: "+c),d},noop:function(){},globalEval:function(b){b&&r.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(A,"ms-").replace(B,C)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var e,f=0,g=a.length,h=g===b||p.isFunction(a);if(d){if(h){for(e in a)if(c.apply(a[e],d)===!1)break}else for(;f<g;)if(c.apply(a[f++],d)===!1)break}else if(h){for(e in a)if(c.call(a[e],e,a[e])===!1)break}else for(;f<g;)if(c.call(a[f],f,a[f++])===!1)break;return a},trim:o?function(a){return a==null?"":o.call(a)}:function(a){return a==null?"":a.toString().replace(t,"")},makeArray:function(a,b){var c,d=b||[];return a!=null&&(c=p.type(a),a.length==null||c==="string"||c==="function"||c==="regexp"||p.isWindow(a)?j.call(d,a):p.merge(d,a)),d},inArray:function(a,b,c){var d;if(b){if(l)return l.call(b,a,c);d=b.length,c=c?c<0?Math.max(0,d+c):c:0;for(;c<d;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,c){var d=c.length,e=a.length,f=0;if(typeof d=="number")for(;f<d;f++)a[e++]=c[f];else while(c[f]!==b)a[e++]=c[f++];return a.length=e,a},grep:function(a,b,c){var d,e=[],f=0,g=a.length;c=!!c;for(;f<g;f++)d=!!b(a[f],f),c!==d&&e.push(a[f]);return e},map:function(a,c,d){var e,f,g=[],h=0,i=a.length,j=a instanceof p||i!==b&&typeof i=="number"&&(i>0&&a[0]&&a[i-1]||i===0||p.isArray(a));if(j)for(;h<i;h++)e=c(a[h],h,d),e!=null&&(g[g.length]=e);else for(f in a)e=c(a[f],f,d),e!=null&&(g[g.length]=e);return g.concat.apply([],g)},guid:1,proxy:function(a,c){var d,e,f;return typeof c=="string"&&(d=a[c],c=a,a=d),p.isFunction(a)?(e=k.call(arguments,2),f=function(){return a.apply(c,e.concat(k.call(arguments)))},f.guid=a.guid=a.guid||f.guid||p.guid++,f):b},access:function(a,c,d,e,f,g,h){var i,j=d==null,k=0,l=a.length;if(d&&typeof d=="object"){for(k in d)p.access(a,c,k,d[k],1,g,e);f=1}else if(e!==b){i=h===b&&p.isFunction(e),j&&(i?(i=c,c=function(a,b,c){return i.call(p(a),c)}):(c.call(a,e),c=null));if(c)for(;k<l;k++)c(a[k],d,i?e.call(a[k],k,c(a[k],d)):e,h);f=1}return f?a:j?c.call(a):l?c(a[0],d):g},now:function(){return(new Date).getTime()}}),p.ready.promise=function(b){if(!d){d=p.Deferred();if(e.readyState==="complete"||e.readyState!=="loading"&&e.addEventListener)setTimeout(p.ready,1);else if(e.addEventListener)e.addEventListener("DOMContentLoaded",D,!1),a.addEventListener("load",p.ready,!1);else{e.attachEvent("onreadystatechange",D),a.attachEvent("onload",p.ready);var c=!1;try{c=a.frameElement==null&&e.documentElement}catch(f){}c&&c.doScroll&&function g(){if(!p.isReady){try{c.doScroll("left")}catch(a){return setTimeout(g,50)}p.ready()}}()}}return d.promise(b)},p.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(a,b){E["[object "+b+"]"]=b.toLowerCase()}),c=p(e);var F={};p.Callbacks=function(a){a=typeof a=="string"?F[a]||G(a):p.extend({},a);var c,d,e,f,g,h,i=[],j=!a.once&&[],k=function(b){c=a.memory&&b,d=!0,h=f||0,f=0,g=i.length,e=!0;for(;i&&h<g;h++)if(i[h].apply(b[0],b[1])===!1&&a.stopOnFalse){c=!1;break}e=!1,i&&(j?j.length&&k(j.shift()):c?i=[]:l.disable())},l={add:function(){if(i){var b=i.length;(function d(b){p.each(b,function(b,c){p.isFunction(c)&&(!a.unique||!l.has(c))?i.push(c):c&&c.length&&d(c)})})(arguments),e?g=i.length:c&&(f=b,k(c))}return this},remove:function(){return i&&p.each(arguments,function(a,b){var c;while((c=p.inArray(b,i,c))>-1)i.splice(c,1),e&&(c<=g&&g--,c<=h&&h--)}),this},has:function(a){return p.inArray(a,i)>-1},empty:function(){return i=[],this},disable:function(){return i=j=c=b,this},disabled:function(){return!i},lock:function(){return j=b,c||l.disable(),this},locked:function(){return!j},fireWith:function(a,b){return b=b||[],b=[a,b.slice?b.slice():b],i&&(!d||j)&&(e?j.push(b):k(b)),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!d}};return l},p.extend({Deferred:function(a){var b=[["resolve","done",p.Callbacks("once memory"),"resolved"],["reject","fail",p.Callbacks("once memory"),"rejected"],["notify","progress",p.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return p.Deferred(function(c){p.each(b,function(b,d){var f=d[0],g=a[b];e[d[1]](p.isFunction(g)?function(){var a=g.apply(this,arguments);a&&p.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f+"With"](this===e?c:this,[a])}:c[f])}),a=null}).promise()},promise:function(a){return typeof a=="object"?p.extend(a,d):d}},e={};return d.pipe=d.then,p.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[a^1][2].disable,b[2][2].lock),e[f[0]]=g.fire,e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=k.call(arguments),d=c.length,e=d!==1||a&&p.isFunction(a.promise)?d:0,f=e===1?a:p.Deferred(),g=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length>1?k.call(arguments):d,c===h?f.notifyWith(b,c):--e||f.resolveWith(b,c)}},h,i,j;if(d>1){h=new Array(d),i=new Array(d),j=new Array(d);for(;b<d;b++)c[b]&&p.isFunction(c[b].promise)?c[b].promise().done(g(b,j,c)).fail(f.reject).progress(g(b,i,h)):--e}return e||f.resolveWith(j,c),f.promise()}}),p.support=function(){var b,c,d,f,g,h,i,j,k,l,m,n=e.createElement("div");n.setAttribute("className","t"),n.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",c=n.getElementsByTagName("*"),d=n.getElementsByTagName("a")[0],d.style.cssText="top:1px;float:left;opacity:.5";if(!c||!c.length||!d)return{};f=e.createElement("select"),g=f.appendChild(e.createElement("option")),h=n.getElementsByTagName("input")[0],b={leadingWhitespace:n.firstChild.nodeType===3,tbody:!n.getElementsByTagName("tbody").length,htmlSerialize:!!n.getElementsByTagName("link").length,style:/top/.test(d.getAttribute("style")),hrefNormalized:d.getAttribute("href")==="/a",opacity:/^0.5/.test(d.style.opacity),cssFloat:!!d.style.cssFloat,checkOn:h.value==="on",optSelected:g.selected,getSetAttribute:n.className!=="t",enctype:!!e.createElement("form").enctype,html5Clone:e.createElement("nav").cloneNode(!0).outerHTML!=="<:nav></:nav>",boxModel:e.compatMode==="CSS1Compat",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,boxSizingReliable:!0,pixelPosition:!1},h.checked=!0,b.noCloneChecked=h.cloneNode(!0).checked,f.disabled=!0,b.optDisabled=!g.disabled;try{delete n.test}catch(o){b.deleteExpando=!1}!n.addEventListener&&n.attachEvent&&n.fireEvent&&(n.attachEvent("onclick",m=function(){b.noCloneEvent=!1}),n.cloneNode(!0).fireEvent("onclick"),n.detachEvent("onclick",m)),h=e.createElement("input"),h.value="t",h.setAttribute("type","radio"),b.radioValue=h.value==="t",h.setAttribute("checked","checked"),h.setAttribute("name","t"),n.appendChild(h),i=e.createDocumentFragment(),i.appendChild(n.lastChild),b.checkClone=i.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=h.checked,i.removeChild(h),i.appendChild(n);if(n.attachEvent)for(k in{submit:!0,change:!0,focusin:!0})j="on"+k,l=j in n,l||(n.setAttribute(j,"return;"),l=typeof n[j]=="function"),b[k+"Bubbles"]=l;return p(function(){var c,d,f,g,h="padding:0;margin:0;border:0;display:block;overflow:hidden;",i=e.getElementsByTagName("body")[0];if(!i)return;c=e.createElement("div"),c.style.cssText="visibility:hidden;border:0;width:0;height:0;position:static;top:0;margin-top:1px",i.insertBefore(c,i.firstChild),d=e.createElement("div"),c.appendChild(d),d.innerHTML="<table><tr><td></td><td>t</td></tr></table>",f=d.getElementsByTagName("td"),f[0].style.cssText="padding:0;margin:0;border:0;display:none",l=f[0].offsetHeight===0,f[0].style.display="",f[1].style.display="none",b.reliableHiddenOffsets=l&&f[0].offsetHeight===0,d.innerHTML="",d.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",b.boxSizing=d.offsetWidth===4,b.doesNotIncludeMarginInBodyOffset=i.offsetTop!==1,a.getComputedStyle&&(b.pixelPosition=(a.getComputedStyle(d,null)||{}).top!=="1%",b.boxSizingReliable=(a.getComputedStyle(d,null)||{width:"4px"}).width==="4px",g=e.createElement("div"),g.style.cssText=d.style.cssText=h,g.style.marginRight=g.style.width="0",d.style.width="1px",d.appendChild(g),b.reliableMarginRight=!parseFloat((a.getComputedStyle(g,null)||{}).marginRight)),typeof d.style.zoom!="undefined"&&(d.innerHTML="",d.style.cssText=h+"width:1px;padding:1px;display:inline;zoom:1",b.inlineBlockNeedsLayout=d.offsetWidth===3,d.style.display="block",d.style.overflow="visible",d.innerHTML="<div></div>",d.firstChild.style.width="5px",b.shrinkWrapBlocks=d.offsetWidth!==3,c.style.zoom=1),i.removeChild(c),c=d=f=g=null}),i.removeChild(n),c=d=f=g=h=i=n=null,b}();var H=/^(?:\{.*\}|\[.*\])$/,I=/([A-Z])/g;p.extend({cache:{},deletedIds:[],uuid:0,expando:"jQuery"+(p.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){return a=a.nodeType?p.cache[a[p.expando]]:a[p.expando],!!a&&!K(a)},data:function(a,c,d,e){if(!p.acceptData(a))return;var f,g,h=p.expando,i=typeof c=="string",j=a.nodeType,k=j?p.cache:a,l=j?a[h]:a[h]&&h;if((!l||!k[l]||!e&&!k[l].data)&&i&&d===b)return;l||(j?a[h]=l=p.deletedIds.pop()||++p.uuid:l=h),k[l]||(k[l]={},j||(k[l].toJSON=p.noop));if(typeof c=="object"||typeof c=="function")e?k[l]=p.extend(k[l],c):k[l].data=p.extend(k[l].data,c);return f=k[l],e||(f.data||(f.data={}),f=f.data),d!==b&&(f[p.camelCase(c)]=d),i?(g=f[c],g==null&&(g=f[p.camelCase(c)])):g=f,g},removeData:function(a,b,c){if(!p.acceptData(a))return;var d,e,f,g=a.nodeType,h=g?p.cache:a,i=g?a[p.expando]:p.expando;if(!h[i])return;if(b){d=c?h[i]:h[i].data;if(d){p.isArray(b)||(b in d?b=[b]:(b=p.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,f=b.length;e<f;e++)delete d[b[e]];if(!(c?K:p.isEmptyObject)(d))return}}if(!c){delete h[i].data;if(!K(h[i]))return}g?p.cleanData([a],!0):p.support.deleteExpando||h!=h.window?delete h[i]:h[i]=null},_data:function(a,b,c){return p.data(a,b,c,!0)},acceptData:function(a){var b=a.nodeName&&p.noData[a.nodeName.toLowerCase()];return!b||b!==!0&&a.getAttribute("classid")===b}}),p.fn.extend({data:function(a,c){var d,e,f,g,h,i=this[0],j=0,k=null;if(a===b){if(this.length){k=p.data(i);if(i.nodeType===1&&!p._data(i,"parsedAttrs")){f=i.attributes;for(h=f.length;j<h;j++)g=f[j].name,g.indexOf("data-")===0&&(g=p.camelCase(g.substring(5)),J(i,g,k[g]));p._data(i,"parsedAttrs",!0)}}return k}return typeof a=="object"?this.each(function(){p.data(this,a)}):(d=a.split(".",2),d[1]=d[1]?"."+d[1]:"",e=d[1]+"!",p.access(this,function(c){if(c===b)return k=this.triggerHandler("getData"+e,[d[0]]),k===b&&i&&(k=p.data(i,a),k=J(i,a,k)),k===b&&d[1]?this.data(d[0]):k;d[1]=c,this.each(function(){var b=p(this);b.triggerHandler("setData"+e,d),p.data(this,a,c),b.triggerHandler("changeData"+e,d)})},null,c,arguments.length>1,null,!1))},removeData:function(a){return this.each(function(){p.removeData(this,a)})}}),p.extend({queue:function(a,b,c){var d;if(a)return b=(b||"fx")+"queue",d=p._data(a,b),c&&(!d||p.isArray(c)?d=p._data(a,b,p.makeArray(c)):d.push(c)),d||[]},dequeue:function(a,b){b=b||"fx";var c=p.queue(a,b),d=c.shift(),e=p._queueHooks(a,b),f=function(){p.dequeue(a,b)};d==="inprogress"&&(d=c.shift()),d&&(b==="fx"&&c.unshift("inprogress"),delete e.stop,d.call(a,f,e)),!c.length&&e&&e.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return p._data(a,c)||p._data(a,c,{empty:p.Callbacks("once memory").add(function(){p.removeData(a,b+"queue",!0),p.removeData(a,c,!0)})})}}),p.fn.extend({queue:function(a,c){var d=2;return typeof a!="string"&&(c=a,a="fx",d--),arguments.length<d?p.queue(this[0],a):c===b?this:this.each(function(){var b=p.queue(this,a,c);p._queueHooks(this,a),a==="fx"&&b[0]!=="inprogress"&&p.dequeue(this,a)})},dequeue:function(a){return this.each(function(){p.dequeue(this,a)})},delay:function(a,b){return a=p.fx?p.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,c){var d,e=1,f=p.Deferred(),g=this,h=this.length,i=function(){--e||f.resolveWith(g,[g])};typeof a!="string"&&(c=a,a=b),a=a||"fx";while(h--)(d=p._data(g[h],a+"queueHooks"))&&d.empty&&(e++,d.empty.add(i));return i(),f.promise(c)}});var L,M,N,O=/[\t\r\n]/g,P=/\r/g,Q=/^(?:button|input)$/i,R=/^(?:button|input|object|select|textarea)$/i,S=/^a(?:rea|)$/i,T=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,U=p.support.getSetAttribute;p.fn.extend({attr:function(a,b){return p.access(this,p.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){p.removeAttr(this,a)})},prop:function(a,b){return p.access(this,p.prop,a,b,arguments.length>1)},removeProp:function(a){return a=p.propFix[a]||a,this.each(function(){try{this[a]=b,delete this[a]}catch(c){}})},addClass:function(a){var b,c,d,e,f,g,h;if(p.isFunction(a))return this.each(function(b){p(this).addClass(a.call(this,b,this.className))});if(a&&typeof a=="string"){b=a.split(s);for(c=0,d=this.length;c<d;c++){e=this[c];if(e.nodeType===1)if(!e.className&&b.length===1)e.className=a;else{f=" "+e.className+" ";for(g=0,h=b.length;g<h;g++)~f.indexOf(" "+b[g]+" ")||(f+=b[g]+" ");e.className=p.trim(f)}}}return this},removeClass:function(a){var c,d,e,f,g,h,i;if(p.isFunction(a))return this.each(function(b){p(this).removeClass(a.call(this,b,this.className))});if(a&&typeof a=="string"||a===b){c=(a||"").split(s);for(h=0,i=this.length;h<i;h++){e=this[h];if(e.nodeType===1&&e.className){d=(" "+e.className+" ").replace(O," ");for(f=0,g=c.length;f<g;f++)while(d.indexOf(" "+c[f]+" ")>-1)d=d.replace(" "+c[f]+" "," ");e.className=a?p.trim(d):""}}}return this},toggleClass:function(a,b){var c=typeof a,d=typeof b=="boolean";return p.isFunction(a)?this.each(function(c){p(this).toggleClass(a.call(this,c,this.className,b),b)}):this.each(function(){if(c==="string"){var e,f=0,g=p(this),h=b,i=a.split(s);while(e=i[f++])h=d?h:!g.hasClass(e),g[h?"addClass":"removeClass"](e)}else if(c==="undefined"||c==="boolean")this.className&&p._data(this,"__className__",this.className),this.className=this.className||a===!1?"":p._data(this,"__className__")||""})},hasClass:function(a){var b=" "+a+" ",c=0,d=this.length;for(;c<d;c++)if(this[c].nodeType===1&&(" "+this[c].className+" ").replace(O," ").indexOf(b)>-1)return!0;return!1},val:function(a){var c,d,e,f=this[0];if(!arguments.length){if(f)return c=p.valHooks[f.type]||p.valHooks[f.nodeName.toLowerCase()],c&&"get"in c&&(d=c.get(f,"value"))!==b?d:(d=f.value,typeof d=="string"?d.replace(P,""):d==null?"":d);return}return e=p.isFunction(a),this.each(function(d){var f,g=p(this);if(this.nodeType!==1)return;e?f=a.call(this,d,g.val()):f=a,f==null?f="":typeof f=="number"?f+="":p.isArray(f)&&(f=p.map(f,function(a){return a==null?"":a+""})),c=p.valHooks[this.type]||p.valHooks[this.nodeName.toLowerCase()];if(!c||!("set"in c)||c.set(this,f,"value")===b)this.value=f})}}),p.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,f=a.selectedIndex,g=[],h=a.options,i=a.type==="select-one";if(f<0)return null;c=i?f:0,d=i?f+1:h.length;for(;c<d;c++){e=h[c];if(e.selected&&(p.support.optDisabled?!e.disabled:e.getAttribute("disabled")===null)&&(!e.parentNode.disabled||!p.nodeName(e.parentNode,"optgroup"))){b=p(e).val();if(i)return b;g.push(b)}}return i&&!g.length&&h.length?p(h[f]).val():g},set:function(a,b){var c=p.makeArray(b);return p(a).find("option").each(function(){this.selected=p.inArray(p(this).val(),c)>=0}),c.length||(a.selectedIndex=-1),c}}},attrFn:{},attr:function(a,c,d,e){var f,g,h,i=a.nodeType;if(!a||i===3||i===8||i===2)return;if(e&&p.isFunction(p.fn[c]))return p(a)[c](d);if(typeof a.getAttribute=="undefined")return p.prop(a,c,d);h=i!==1||!p.isXMLDoc(a),h&&(c=c.toLowerCase(),g=p.attrHooks[c]||(T.test(c)?M:L));if(d!==b){if(d===null){p.removeAttr(a,c);return}return g&&"set"in g&&h&&(f=g.set(a,d,c))!==b?f:(a.setAttribute(c,""+d),d)}return g&&"get"in g&&h&&(f=g.get(a,c))!==null?f:(f=a.getAttribute(c),f===null?b:f)},removeAttr:function(a,b){var c,d,e,f,g=0;if(b&&a.nodeType===1){d=b.split(s);for(;g<d.length;g++)e=d[g],e&&(c=p.propFix[e]||e,f=T.test(e),f||p.attr(a,e,""),a.removeAttribute(U?e:c),f&&c in a&&(a[c]=!1))}},attrHooks:{type:{set:function(a,b){if(Q.test(a.nodeName)&&a.parentNode)p.error("type property can't be changed");else if(!p.support.radioValue&&b==="radio"&&p.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}},value:{get:function(a,b){return L&&p.nodeName(a,"button")?L.get(a,b):b in a?a.value:null},set:function(a,b,c){if(L&&p.nodeName(a,"button"))return L.set(a,b,c);a.value=b}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(a,c,d){var e,f,g,h=a.nodeType;if(!a||h===3||h===8||h===2)return;return g=h!==1||!p.isXMLDoc(a),g&&(c=p.propFix[c]||c,f=p.propHooks[c]),d!==b?f&&"set"in f&&(e=f.set(a,d,c))!==b?e:a[c]=d:f&&"get"in f&&(e=f.get(a,c))!==null?e:a[c]},propHooks:{tabIndex:{get:function(a){var c=a.getAttributeNode("tabindex");return c&&c.specified?parseInt(c.value,10):R.test(a.nodeName)||S.test(a.nodeName)&&a.href?0:b}}}}),M={get:function(a,c){var d,e=p.prop(a,c);return e===!0||typeof e!="boolean"&&(d=a.getAttributeNode(c))&&d.nodeValue!==!1?c.toLowerCase():b},set:function(a,b,c){var d;return b===!1?p.removeAttr(a,c):(d=p.propFix[c]||c,d in a&&(a[d]=!0),a.setAttribute(c,c.toLowerCase())),c}},U||(N={name:!0,id:!0,coords:!0},L=p.valHooks.button={get:function(a,c){var d;return d=a.getAttributeNode(c),d&&(N[c]?d.value!=="":d.specified)?d.value:b},set:function(a,b,c){var d=a.getAttributeNode(c);return d||(d=e.createAttribute(c),a.setAttributeNode(d)),d.value=b+""}},p.each(["width","height"],function(a,b){p.attrHooks[b]=p.extend(p.attrHooks[b],{set:function(a,c){if(c==="")return a.setAttribute(b,"auto"),c}})}),p.attrHooks.contenteditable={get:L.get,set:function(a,b,c){b===""&&(b="false"),L.set(a,b,c)}}),p.support.hrefNormalized||p.each(["href","src","width","height"],function(a,c){p.attrHooks[c]=p.extend(p.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),p.support.style||(p.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=""+b}}),p.support.optSelected||(p.propHooks.selected=p.extend(p.propHooks.selected,{get:function(a){var b=a.parentNode;return b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex),null}})),p.support.enctype||(p.propFix.enctype="encoding"),p.support.checkOn||p.each(["radio","checkbox"],function(){p.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),p.each(["radio","checkbox"],function(){p.valHooks[this]=p.extend(p.valHooks[this],{set:function(a,b){if(p.isArray(b))return a.checked=p.inArray(p(a).val(),b)>=0}})});var V=/^(?:textarea|input|select)$/i,W=/^([^\.]*|)(?:\.(.+)|)$/,X=/(?:^|\s)hover(\.\S+|)\b/,Y=/^key/,Z=/^(?:mouse|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=function(a){return p.event.special.hover?a:a.replace(X,"mouseenter$1 mouseleave$1")};p.event={add:function(a,c,d,e,f){var g,h,i,j,k,l,m,n,o,q,r;if(a.nodeType===3||a.nodeType===8||!c||!d||!(g=p._data(a)))return;d.handler&&(o=d,d=o.handler,f=o.selector),d.guid||(d.guid=p.guid++),i=g.events,i||(g.events=i={}),h=g.handle,h||(g.handle=h=function(a){return typeof p!="undefined"&&(!a||p.event.triggered!==a.type)?p.event.dispatch.apply(h.elem,arguments):b},h.elem=a),c=p.trim(_(c)).split(" ");for(j=0;j<c.length;j++){k=W.exec(c[j])||[],l=k[1],m=(k[2]||"").split(".").sort(),r=p.event.special[l]||{},l=(f?r.delegateType:r.bindType)||l,r=p.event.special[l]||{},n=p.extend({type:l,origType:k[1],data:e,handler:d,guid:d.guid,selector:f,namespace:m.join(".")},o),q=i[l];if(!q){q=i[l]=[],q.delegateCount=0;if(!r.setup||r.setup.call(a,e,m,h)===!1)a.addEventListener?a.addEventListener(l,h,!1):a.attachEvent&&a.attachEvent("on"+l,h)}r.add&&(r.add.call(a,n),n.handler.guid||(n.handler.guid=d.guid)),f?q.splice(q.delegateCount++,0,n):q.push(n),p.event.global[l]=!0}a=null},global:{},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,q,r=p.hasData(a)&&p._data(a);if(!r||!(m=r.events))return;b=p.trim(_(b||"")).split(" ");for(f=0;f<b.length;f++){g=W.exec(b[f])||[],h=i=g[1],j=g[2];if(!h){for(h in m)p.event.remove(a,h+b[f],c,d,!0);continue}n=p.event.special[h]||{},h=(d?n.delegateType:n.bindType)||h,o=m[h]||[],k=o.length,j=j?new RegExp("(^|\\.)"+j.split(".").sort().join("\\.(?:.*\\.|)")+"(\\.|$)"):null;for(l=0;l<o.length;l++)q=o[l],(e||i===q.origType)&&(!c||c.guid===q.guid)&&(!j||j.test(q.namespace))&&(!d||d===q.selector||d==="**"&&q.selector)&&(o.splice(l--,1),q.selector&&o.delegateCount--,n.remove&&n.remove.call(a,q));o.length===0&&k!==o.length&&((!n.teardown||n.teardown.call(a,j,r.handle)===!1)&&p.removeEvent(a,h,r.handle),delete m[h])}p.isEmptyObject(m)&&(delete r.handle,p.removeData(a,"events",!0))},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(c,d,f,g){if(!f||f.nodeType!==3&&f.nodeType!==8){var h,i,j,k,l,m,n,o,q,r,s=c.type||c,t=[];if($.test(s+p.event.triggered))return;s.indexOf("!")>=0&&(s=s.slice(0,-1),i=!0),s.indexOf(".")>=0&&(t=s.split("."),s=t.shift(),t.sort());if((!f||p.event.customEvent[s])&&!p.event.global[s])return;c=typeof c=="object"?c[p.expando]?c:new p.Event(s,c):new p.Event(s),c.type=s,c.isTrigger=!0,c.exclusive=i,c.namespace=t.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+t.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,m=s.indexOf(":")<0?"on"+s:"";if(!f){h=p.cache;for(j in h)h[j].events&&h[j].events[s]&&p.event.trigger(c,d,h[j].handle.elem,!0);return}c.result=b,c.target||(c.target=f),d=d!=null?p.makeArray(d):[],d.unshift(c),n=p.event.special[s]||{};if(n.trigger&&n.trigger.apply(f,d)===!1)return;q=[[f,n.bindType||s]];if(!g&&!n.noBubble&&!p.isWindow(f)){r=n.delegateType||s,k=$.test(r+s)?f:f.parentNode;for(l=f;k;k=k.parentNode)q.push([k,r]),l=k;l===(f.ownerDocument||e)&&q.push([l.defaultView||l.parentWindow||a,r])}for(j=0;j<q.length&&!c.isPropagationStopped();j++)k=q[j][0],c.type=q[j][1],o=(p._data(k,"events")||{})[c.type]&&p._data(k,"handle"),o&&o.apply(k,d),o=m&&k[m],o&&p.acceptData(k)&&o.apply(k,d)===!1&&c.preventDefault();return c.type=s,!g&&!c.isDefaultPrevented()&&(!n._default||n._default.apply(f.ownerDocument,d)===!1)&&(s!=="click"||!p.nodeName(f,"a"))&&p.acceptData(f)&&m&&f[s]&&(s!=="focus"&&s!=="blur"||c.target.offsetWidth!==0)&&!p.isWindow(f)&&(l=f[m],l&&(f[m]=null),p.event.triggered=s,f[s](),p.event.triggered=b,l&&(f[m]=l)),c.result}return},dispatch:function(c){c=p.event.fix(c||a.event);var d,e,f,g,h,i,j,k,l,m,n,o=(p._data(this,"events")||{})[c.type]||[],q=o.delegateCount,r=[].slice.call(arguments),s=!c.exclusive&&!c.namespace,t=p.event.special[c.type]||{},u=[];r[0]=c,c.delegateTarget=this;if(t.preDispatch&&t.preDispatch.call(this,c)===!1)return;if(q&&(!c.button||c.type!=="click")){g=p(this),g.context=this;for(f=c.target;f!=this;f=f.parentNode||this)if(f.disabled!==!0||c.type!=="click"){i={},k=[],g[0]=f;for(d=0;d<q;d++)l=o[d],m=l.selector,i[m]===b&&(i[m]=g.is(m)),i[m]&&k.push(l);k.length&&u.push({elem:f,matches:k})}}o.length>q&&u.push({elem:this,matches:o.slice(q)});for(d=0;d<u.length&&!c.isPropagationStopped();d++){j=u[d],c.currentTarget=j.elem;for(e=0;e<j.matches.length&&!c.isImmediatePropagationStopped();e++){l=j.matches[e];if(s||!c.namespace&&!l.namespace||c.namespace_re&&c.namespace_re.test(l.namespace))c.data=l.data,c.handleObj=l,h=((p.event.special[l.origType]||{}).handle||l.handler).apply(j.elem,r),h!==b&&(c.result=h,h===!1&&(c.preventDefault(),c.stopPropagation()))}}return t.postDispatch&&t.postDispatch.call(this,c),c.result},props:"attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return a.which==null&&(a.which=b.charCode!=null?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,c){var d,f,g,h=c.button,i=c.fromElement;return a.pageX==null&&c.clientX!=null&&(d=a.target.ownerDocument||e,f=d.documentElement,g=d.body,a.pageX=c.clientX+(f&&f.scrollLeft||g&&g.scrollLeft||0)-(f&&f.clientLeft||g&&g.clientLeft||0),a.pageY=c.clientY+(f&&f.scrollTop||g&&g.scrollTop||0)-(f&&f.clientTop||g&&g.clientTop||0)),!a.relatedTarget&&i&&(a.relatedTarget=i===a.target?c.toElement:i),!a.which&&h!==b&&(a.which=h&1?1:h&2?3:h&4?2:0),a}},fix:function(a){if(a[p.expando])return a;var b,c,d=a,f=p.event.fixHooks[a.type]||{},g=f.props?this.props.concat(f.props):this.props;a=p.Event(d);for(b=g.length;b;)c=g[--b],a[c]=d[c];return a.target||(a.target=d.srcElement||e),a.target.nodeType===3&&(a.target=a.target.parentNode),a.metaKey=!!a.metaKey,f.filter?f.filter(a,d):a},special:{ready:{setup:p.bindReady},load:{noBubble:!0},focus:{delegateType:"focusin"},blur:{delegateType:"focusout"},beforeunload:{setup:function(a,b,c){p.isWindow(this)&&(this.onbeforeunload=c)},teardown:function(a,b){this.onbeforeunload===b&&(this.onbeforeunload=null)}}},simulate:function(a,b,c,d){var e=p.extend(new p.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?p.event.trigger(e,null,b):p.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},p.event.handle=p.event.dispatch,p.removeEvent=e.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){var d="on"+b;a.detachEvent&&(typeof a[d]=="undefined"&&(a[d]=null),a.detachEvent(d,c))},p.Event=function(a,b){if(this instanceof p.Event)a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||a.returnValue===!1||a.getPreventDefault&&a.getPreventDefault()?bb:ba):this.type=a,b&&p.extend(this,b),this.timeStamp=a&&a.timeStamp||p.now(),this[p.expando]=!0;else return new p.Event(a,b)},p.Event.prototype={preventDefault:function(){this.isDefaultPrevented=bb;var a=this.originalEvent;if(!a)return;a.preventDefault?a.preventDefault():a.returnValue=!1},stopPropagation:function(){this.isPropagationStopped=bb;var a=this.originalEvent;if(!a)return;a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=bb,this.stopPropagation()},isDefaultPrevented:ba,isPropagationStopped:ba,isImmediatePropagationStopped:ba},p.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){p.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj,g=f.selector;if(!e||e!==d&&!p.contains(d,e))a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b;return c}}}),p.support.submitBubbles||(p.event.special.submit={setup:function(){if(p.nodeName(this,"form"))return!1;p.event.add(this,"click._submit keypress._submit",function(a){var c=a.target,d=p.nodeName(c,"input")||p.nodeName(c,"button")?c.form:b;d&&!p._data(d,"_submit_attached")&&(p.event.add(d,"submit._submit",function(a){a._submit_bubble=!0}),p._data(d,"_submit_attached",!0))})},postDispatch:function(a){a._submit_bubble&&(delete a._submit_bubble,this.parentNode&&!a.isTrigger&&p.event.simulate("submit",this.parentNode,a,!0))},teardown:function(){if(p.nodeName(this,"form"))return!1;p.event.remove(this,"._submit")}}),p.support.changeBubbles||(p.event.special.change={setup:function(){if(V.test(this.nodeName)){if(this.type==="checkbox"||this.type==="radio")p.event.add(this,"propertychange._change",function(a){a.originalEvent.propertyName==="checked"&&(this._just_changed=!0)}),p.event.add(this,"click._change",function(a){this._just_changed&&!a.isTrigger&&(this._just_changed=!1),p.event.simulate("change",this,a,!0)});return!1}p.event.add(this,"beforeactivate._change",function(a){var b=a.target;V.test(b.nodeName)&&!p._data(b,"_change_attached")&&(p.event.add(b,"change._change",function(a){this.parentNode&&!a.isSimulated&&!a.isTrigger&&p.event.simulate("change",this.parentNode,a,!0)}),p._data(b,"_change_attached",!0))})},handle:function(a){var b=a.target;if(this!==b||a.isSimulated||a.isTrigger||b.type!=="radio"&&b.type!=="checkbox")return a.handleObj.handler.apply(this,arguments)},teardown:function(){return p.event.remove(this,"._change"),V.test(this.nodeName)}}),p.support.focusinBubbles||p.each({focus:"focusin",blur:"focusout"},function(a,b){var c=0,d=function(a){p.event.simulate(b,a.target,p.event.fix(a),!0)};p.event.special[b]={setup:function(){c++===0&&e.addEventListener(a,d,!0)},teardown:function(){--c===0&&e.removeEventListener(a,d,!0)}}}),p.fn.extend({on:function(a,c,d,e,f){var g,h;if(typeof a=="object"){typeof c!="string"&&(d=d||c,c=b);for(h in a)this.on(h,c,d,a[h],f);return this}d==null&&e==null?(e=c,d=c=b):e==null&&(typeof c=="string"?(e=d,d=b):(e=d,d=c,c=b));if(e===!1)e=ba;else if(!e)return this;return f===1&&(g=e,e=function(a){return p().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=p.guid++)),this.each(function(){p.event.add(this,a,e,d,c)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,c,d){var e,f;if(a&&a.preventDefault&&a.handleObj)return e=a.handleObj,p(a.delegateTarget).off(e.namespace?e.origType+"."+e.namespace:e.origType,e.selector,e.handler),this;if(typeof a=="object"){for(f in a)this.off(f,c,a[f]);return this}if(c===!1||typeof c=="function")d=c,c=b;return d===!1&&(d=ba),this.each(function(){p.event.remove(this,a,d,c)})},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},live:function(a,b,c){return p(this.context).on(a,this.selector,b,c),this},die:function(a,b){return p(this.context).off(a,this.selector||"**",b),this},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return arguments.length==1?this.off(a,"**"):this.off(b,a||"**",c)},trigger:function(a,b){return this.each(function(){p.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0])return p.event.trigger(a,b,this[0],!0)},toggle:function(a){var b=arguments,c=a.guid||p.guid++,d=0,e=function(c){var e=(p._data(this,"lastToggle"+a.guid)||0)%d;return p._data(this,"lastToggle"+a.guid,e+1),c.preventDefault(),b[e].apply(this,arguments)||!1};e.guid=c;while(d<b.length)b[d++].guid=c;return this.click(e)},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),p.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){p.fn[b]=function(a,c){return c==null&&(c=a,a=null),arguments.length>0?this.on(b,null,a,c):this.trigger(b)},Y.test(b)&&(p.event.fixHooks[b]=p.event.keyHooks),Z.test(b)&&(p.event.fixHooks[b]=p.event.mouseHooks)}),function(a,b){function bd(a,b,c,d){var e=0,f=b.length;for(;e<f;e++)Z(a,b[e],c,d)}function be(a,b,c,d,e,f){var g,h=$.setFilters[b.toLowerCase()];return h||Z.error(b),(a||!(g=e))&&bd(a||"*",d,g=[],e),g.length>0?h(g,c,f):[]}function bf(a,c,d,e,f){var g,h,i,j,k,l,m,n,p=0,q=f.length,s=L.POS,t=new RegExp("^"+s.source+"(?!"+r+")","i"),u=function(){var a=1,c=arguments.length-2;for(;a<c;a++)arguments[a]===b&&(g[a]=b)};for(;p<q;p++){s.exec(""),a=f[p],j=[],i=0,k=e;while(g=s.exec(a)){n=s.lastIndex=g.index+g[0].length;if(n>i){m=a.slice(i,g.index),i=n,l=[c],B.test(m)&&(k&&(l=k),k=e);if(h=H.test(m))m=m.slice(0,-5).replace(B,"$&*");g.length>1&&g[0].replace(t,u),k=be(m,g[1],g[2],l,k,h)}}k?(j=j.concat(k),(m=a.slice(i))&&m!==")"?B.test(m)?bd(m,j,d,e):Z(m,c,d,e?e.concat(k):k):o.apply(d,j)):Z(a,c,d,e)}return q===1?d:Z.uniqueSort(d)}function bg(a,b,c){var d,e,f,g=[],i=0,j=D.exec(a),k=!j.pop()&&!j.pop(),l=k&&a.match(C)||[""],m=$.preFilter,n=$.filter,o=!c&&b!==h;for(;(e=l[i])!=null&&k;i++){g.push(d=[]),o&&(e=" "+e);while(e){k=!1;if(j=B.exec(e))e=e.slice(j[0].length),k=d.push({part:j.pop().replace(A," "),captures:j});for(f in n)(j=L[f].exec(e))&&(!m[f]||(j=m[f](j,b,c)))&&(e=e.slice(j.shift().length),k=d.push({part:f,captures:j}));if(!k)break}}return k||Z.error(a),g}function bh(a,b,e){var f=b.dir,g=m++;return a||(a=function(a){return a===e}),b.first?function(b,c){while(b=b[f])if(b.nodeType===1)return a(b,c)&&b}:function(b,e){var h,i=g+"."+d,j=i+"."+c;while(b=b[f])if(b.nodeType===1){if((h=b[q])===j)return b.sizset;if(typeof h=="string"&&h.indexOf(i)===0){if(b.sizset)return b}else{b[q]=j;if(a(b,e))return b.sizset=!0,b;b.sizset=!1}}}}function bi(a,b){return a?function(c,d){var e=b(c,d);return e&&a(e===!0?c:e,d)}:b}function bj(a,b,c){var d,e,f=0;for(;d=a[f];f++)$.relative[d.part]?e=bh(e,$.relative[d.part],b):(d.captures.push(b,c),e=bi(e,$.filter[d.part].apply(null,d.captures)));return e}function bk(a){return function(b,c){var d,e=0;for(;d=a[e];e++)if(d(b,c))return!0;return!1}}var c,d,e,f,g,h=a.document,i=h.documentElement,j="undefined",k=!1,l=!0,m=0,n=[].slice,o=[].push,q=("sizcache"+Math.random()).replace(".",""),r="[\\x20\\t\\r\\n\\f]",s="(?:\\\\.|[-\\w]|[^\\x00-\\xa0])+",t=s.replace("w","w#"),u="([*^$|!~]?=)",v="\\["+r+"*("+s+")"+r+"*(?:"+u+r+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+t+")|)|)"+r+"*\\]",w=":("+s+")(?:\\((?:(['\"])((?:\\\\.|[^\\\\])*?)\\2|((?:[^,]|\\\\,|(?:,(?=[^\\[]*\\]))|(?:,(?=[^\\(]*\\))))*))\\)|)",x=":(nth|eq|gt|lt|first|last|even|odd)(?:\\((\\d*)\\)|)(?=[^-]|$)",y=r+"*([\\x20\\t\\r\\n\\f>+~])"+r+"*",z="(?=[^\\x20\\t\\r\\n\\f])(?:\\\\.|"+v+"|"+w.replace(2,7)+"|[^\\\\(),])+",A=new RegExp("^"+r+"+|((?:^|[^\\\\])(?:\\\\.)*)"+r+"+$","g"),B=new RegExp("^"+y),C=new RegExp(z+"?(?="+r+"*,|$)","g"),D=new RegExp("^(?:(?!,)(?:(?:^|,)"+r+"*"+z+")*?|"+r+"*(.*?))(\\)|$)"),E=new RegExp(z.slice(19,-6)+"\\x20\\t\\r\\n\\f>+~])+|"+y,"g"),F=/^(?:#([\w\-]+)|(\w+)|\.([\w\-]+))$/,G=/[\x20\t\r\n\f]*[+~]/,H=/:not\($/,I=/h\d/i,J=/input|select|textarea|button/i,K=/\\(?!\\)/g,L={ID:new RegExp("^#("+s+")"),CLASS:new RegExp("^\\.("+s+")"),NAME:new RegExp("^\\[name=['\"]?("+s+")['\"]?\\]"),TAG:new RegExp("^("+s.replace("[-","[-\\*")+")"),ATTR:new RegExp("^"+v),PSEUDO:new RegExp("^"+w),CHILD:new RegExp("^:(only|nth|last|first)-child(?:\\("+r+"*(even|odd|(([+-]|)(\\d*)n|)"+r+"*(?:([+-]|)"+r+"*(\\d+)|))"+r+"*\\)|)","i"),POS:new RegExp(x,"ig"),needsContext:new RegExp("^"+r+"*[>+~]|"+x,"i")},M={},N=[],O={},P=[],Q=function(a){return a.sizzleFilter=!0,a},R=function(a){return function(b){return b.nodeName.toLowerCase()==="input"&&b.type===a}},S=function(a){return function(b){var c=b.nodeName.toLowerCase();return(c==="input"||c==="button")&&b.type===a}},T=function(a){var b=!1,c=h.createElement("div");try{b=a(c)}catch(d){}return c=null,b},U=T(function(a){a.innerHTML="<select></select>";var b=typeof a.lastChild.getAttribute("multiple");return b!=="boolean"&&b!=="string"}),V=T(function(a){a.id=q+0,a.innerHTML="<a name='"+q+"'></a><div name='"+q+"'></div>",i.insertBefore(a,i.firstChild);var b=h.getElementsByName&&h.getElementsByName(q).length===2+h.getElementsByName(q+0).length;return g=!h.getElementById(q),i.removeChild(a),b}),W=T(function(a){return a.appendChild(h.createComment("")),a.getElementsByTagName("*").length===0}),X=T(function(a){return a.innerHTML="<a href='#'></a>",a.firstChild&&typeof a.firstChild.getAttribute!==j&&a.firstChild.getAttribute("href")==="#"}),Y=T(function(a){return a.innerHTML="<div class='hidden e'></div><div class='hidden'></div>",!a.getElementsByClassName||a.getElementsByClassName("e").length===0?!1:(a.lastChild.className="e",a.getElementsByClassName("e").length!==1)}),Z=function(a,b,c,d){c=c||[],b=b||h;var e,f,g,i,j=b.nodeType;if(j!==1&&j!==9)return[];if(!a||typeof a!="string")return c;g=ba(b);if(!g&&!d)if(e=F.exec(a))if(i=e[1]){if(j===9){f=b.getElementById(i);if(!f||!f.parentNode)return c;if(f.id===i)return c.push(f),c}else if(b.ownerDocument&&(f=b.ownerDocument.getElementById(i))&&bb(b,f)&&f.id===i)return c.push(f),c}else{if(e[2])return o.apply(c,n.call(b.getElementsByTagName(a),0)),c;if((i=e[3])&&Y&&b.getElementsByClassName)return o.apply(c,n.call(b.getElementsByClassName(i),0)),c}return bm(a,b,c,d,g)},$=Z.selectors={cacheLength:50,match:L,order:["ID","TAG"],attrHandle:{},createPseudo:Q,find:{ID:g?function(a,b,c){if(typeof b.getElementById!==j&&!c){var d=b.getElementById(a);return d&&d.parentNode?[d]:[]}}:function(a,c,d){if(typeof c.getElementById!==j&&!d){var e=c.getElementById(a);return e?e.id===a||typeof e.getAttributeNode!==j&&e.getAttributeNode("id").value===a?[e]:b:[]}},TAG:W?function(a,b){if(typeof b.getElementsByTagName!==j)return b.getElementsByTagName(a)}:function(a,b){var c=b.getElementsByTagName(a);if(a==="*"){var d,e=[],f=0;for(;d=c[f];f++)d.nodeType===1&&e.push(d);return e}return c}},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(K,""),a[3]=(a[4]||a[5]||"").replace(K,""),a[2]==="~="&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),a[1]==="nth"?(a[2]||Z.error(a[0]),a[3]=+(a[3]?a[4]+(a[5]||1):2*(a[2]==="even"||a[2]==="odd")),a[4]=+(a[6]+a[7]||a[2]==="odd")):a[2]&&Z.error(a[0]),a},PSEUDO:function(a){var b,c=a[4];return L.CHILD.test(a[0])?null:(c&&(b=D.exec(c))&&b.pop()&&(a[0]=a[0].slice(0,b[0].length-c.length-1),c=b[0].slice(0,-1)),a.splice(2,3,c||a[3]),a)}},filter:{ID:g?function(a){return a=a.replace(K,""),function(b){return b.getAttribute("id")===a}}:function(a){return a=a.replace(K,""),function(b){var c=typeof b.getAttributeNode!==j&&b.getAttributeNode("id");return c&&c.value===a}},TAG:function(a){return a==="*"?function(){return!0}:(a=a.replace(K,"").toLowerCase(),function(b){return b.nodeName&&b.nodeName.toLowerCase()===a})},CLASS:function(a){var b=M[a];return b||(b=M[a]=new RegExp("(^|"+r+")"+a+"("+r+"|$)"),N.push(a),N.length>$.cacheLength&&delete M[N.shift()]),function(a){return b.test(a.className||typeof a.getAttribute!==j&&a.getAttribute("class")||"")}},ATTR:function(a,b,c){return b?function(d){var e=Z.attr(d,a),f=e+"";if(e==null)return b==="!=";switch(b){case"=":return f===c;case"!=":return f!==c;case"^=":return c&&f.indexOf(c)===0;case"*=":return c&&f.indexOf(c)>-1;case"$=":return c&&f.substr(f.length-c.length)===c;case"~=":return(" "+f+" ").indexOf(c)>-1;case"|=":return f===c||f.substr(0,c.length+1)===c+"-"}}:function(b){return Z.attr(b,a)!=null}},CHILD:function(a,b,c,d){if(a==="nth"){var e=m++;return function(a){var b,f,g=0,h=a;if(c===1&&d===0)return!0;b=a.parentNode;if(b&&(b[q]!==e||!a.sizset)){for(h=b.firstChild;h;h=h.nextSibling)if(h.nodeType===1){h.sizset=++g;if(h===a)break}b[q]=e}return f=a.sizset-d,c===0?f===0:f%c===0&&f/c>=0}}return function(b){var c=b;switch(a){case"only":case"first":while(c=c.previousSibling)if(c.nodeType===1)return!1;if(a==="first")return!0;c=b;case"last":while(c=c.nextSibling)if(c.nodeType===1)return!1;return!0}}},PSEUDO:function(a,b,c,d){var e=$.pseudos[a]||$.pseudos[a.toLowerCase()];return e||Z.error("unsupported pseudo: "+a),e.sizzleFilter?e(b,c,d):e}},pseudos:{not:Q(function(a,b,c){var d=bl(a.replace(A,"$1"),b,c);return function(a){return!d(a)}}),enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&!!a.checked||b==="option"&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},parent:function(a){return!$.pseudos.empty(a)},empty:function(a){var b;a=a.firstChild;while(a){if(a.nodeName>"@"||(b=a.nodeType)===3||b===4)return!1;a=a.nextSibling}return!0},contains:Q(function(a){return function(b){return(b.textContent||b.innerText||bc(b)).indexOf(a)>-1}}),has:Q(function(a){return function(b){return Z(a,b).length>0}}),header:function(a){return I.test(a.nodeName)},text:function(a){var b,c;return a.nodeName.toLowerCase()==="input"&&(b=a.type)==="text"&&((c=a.getAttribute("type"))==null||c.toLowerCase()===b)},radio:R("radio"),checkbox:R("checkbox"),file:R("file"),password:R("password"),image:R("image"),submit:S("submit"),reset:S("reset"),button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&a.type==="button"||b==="button"},input:function(a){return J.test(a.nodeName)},focus:function(a){var b=a.ownerDocument;return a===b.activeElement&&(!b.hasFocus||b.hasFocus())&&(!!a.type||!!a.href)},active:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b,c){return c?a.slice(1):[a[0]]},last:function(a,b,c){var d=a.pop();return c?a:[d]},even:function(a,b,c){var d=[],e=c?1:0,f=a.length;for(;e<f;e=e+2)d.push(a[e]);return d},odd:function(a,b,c){var d=[],e=c?0:1,f=a.length;for(;e<f;e=e+2)d.push(a[e]);return d},lt:function(a,b,c){return c?a.slice(+b):a.slice(0,+b)},gt:function(a,b,c){return c?a.slice(0,+b+1):a.slice(+b+1)},eq:function(a,b,c){var d=a.splice(+b,1);return c?a:d}}};$.setFilters.nth=$.setFilters.eq,$.filters=$.pseudos,X||($.attrHandle={href:function(a){return a.getAttribute("href",2)},type:function(a){return a.getAttribute("type")}}),V&&($.order.push("NAME"),$.find.NAME=function(a,b){if(typeof b.getElementsByName!==j)return b.getElementsByName(a)}),Y&&($.order.splice(1,0,"CLASS"),$.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!==j&&!c)return b.getElementsByClassName(a)});try{n.call(i.childNodes,0)[0].nodeType}catch(_){n=function(a){var b,c=[];for(;b=this[a];a++)c.push(b);return c}}var ba=Z.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?b.nodeName!=="HTML":!1},bb=Z.contains=i.compareDocumentPosition?function(a,b){return!!(a.compareDocumentPosition(b)&16)}:i.contains?function(a,b){var c=a.nodeType===9?a.documentElement:a,d=b.parentNode;return a===d||!!(d&&d.nodeType===1&&c.contains&&c.contains(d))}:function(a,b){while(b=b.parentNode)if(b===a)return!0;return!1},bc=Z.getText=function(a){var b,c="",d=0,e=a.nodeType;if(e){if(e===1||e===9||e===11){if(typeof a.textContent=="string")return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=bc(a)}else if(e===3||e===4)return a.nodeValue}else for(;b=a[d];d++)c+=bc(b);return c};Z.attr=function(a,b){var c,d=ba(a);return d||(b=b.toLowerCase()),$.attrHandle[b]?$.attrHandle[b](a):U||d?a.getAttribute(b):(c=a.getAttributeNode(b),c?typeof a[b]=="boolean"?a[b]?b:null:c.specified?c.value:null:null)},Z.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},[0,0].sort(function(){return l=0}),i.compareDocumentPosition?e=function(a,b){return a===b?(k=!0,0):(!a.compareDocumentPosition||!b.compareDocumentPosition?a.compareDocumentPosition:a.compareDocumentPosition(b)&4)?-1:1}:(e=function(a,b){if(a===b)return k=!0,0;if(a.sourceIndex&&b.sourceIndex)return a.sourceIndex-b.sourceIndex;var c,d,e=[],g=[],h=a.parentNode,i=b.parentNode,j=h;if(h===i)return f(a,b);if(!h)return-1;if(!i)return 1;while(j)e.unshift(j),j=j.parentNode;j=i;while(j)g.unshift(j),j=j.parentNode;c=e.length,d=g.length;for(var l=0;l<c&&l<d;l++)if(e[l]!==g[l])return f(e[l],g[l]);return l===c?f(a,g[l],-1):f(e[l],b,1)},f=function(a,b,c){if(a===b)return c;var d=a.nextSibling;while(d){if(d===b)return-1;d=d.nextSibling}return 1}),Z.uniqueSort=function(a){var b,c=1;if(e){k=l,a.sort(e);if(k)for(;b=a[c];c++)b===a[c-1]&&a.splice(c--,1)}return a};var bl=Z.compile=function(a,b,c){var d,e,f,g=O[a];if(g&&g.context===b)return g;e=bg(a,b,c);for(f=0;d=e[f];f++)e[f]=bj(d,b,c);return g=O[a]=bk(e),g.context=b,g.runs=g.dirruns=0,P.push(a),P.length>$.cacheLength&&delete O[P.shift()],g};Z.matches=function(a,b){return Z(a,null,null,b)},Z.matchesSelector=function(a,b){return Z(b,null,null,[a]).length>0};var bm=function(a,b,e,f,g){a=a.replace(A,"$1");var h,i,j,k,l,m,p,q,r,s=a.match(C),t=a.match(E),u=b.nodeType;if(L.POS.test(a))return bf(a,b,e,f,s);if(f)h=n.call(f,0);else if(s&&s.length===1){if(t.length>1&&u===9&&!g&&(s=L.ID.exec(t[0]))){b=$.find.ID(s[1],b,g)[0];if(!b)return e;a=a.slice(t.shift().length)}q=(s=G.exec(t[0]))&&!s.index&&b.parentNode||b,r=t.pop(),m=r.split(":not")[0];for(j=0,k=$.order.length;j<k;j++){p=$.order[j];if(s=L[p].exec(m)){h=$.find[p]((s[1]||"").replace(K,""),q,g);if(h==null)continue;m===r&&(a=a.slice(0,a.length-r.length)+m.replace(L[p],""),a||o.apply(e,n.call(h,0)));break}}}if(a){i=bl(a,b,g),d=i.dirruns++,h==null&&(h=$.find.TAG("*",G.test(a)&&b.parentNode||b));for(j=0;l=h[j];j++)c=i.runs++,i(l,b)&&e.push(l)}return e};h.querySelectorAll&&function(){var a,b=bm,c=/'|\\/g,d=/\=[\x20\t\r\n\f]*([^'"\]]*)[\x20\t\r\n\f]*\]/g,e=[],f=[":active"],g=i.matchesSelector||i.mozMatchesSelector||i.webkitMatchesSelector||i.oMatchesSelector||i.msMatchesSelector;T(function(a){a.innerHTML="<select><option selected></option></select>",a.querySelectorAll("[selected]").length||e.push("\\["+r+"*(?:checked|disabled|ismap|multiple|readonly|selected|value)"),a.querySelectorAll(":checked").length||e.push(":checked")}),T(function(a){a.innerHTML="<p test=''></p>",a.querySelectorAll("[test^='']").length&&e.push("[*^$]="+r+"*(?:\"\"|'')"),a.innerHTML="<input type='hidden'>",a.querySelectorAll(":enabled").length||e.push(":enabled",":disabled")}),e=e.length&&new RegExp(e.join("|")),bm=function(a,d,f,g,h){if(!g&&!h&&(!e||!e.test(a)))if(d.nodeType===9)try{return o.apply(f,n.call(d.querySelectorAll(a),0)),f}catch(i){}else if(d.nodeType===1&&d.nodeName.toLowerCase()!=="object"){var j=d.getAttribute("id"),k=j||q,l=G.test(a)&&d.parentNode||d;j?k=k.replace(c,"\\$&"):d.setAttribute("id",k);try{return o.apply(f,n.call(l.querySelectorAll(a.replace(C,"[id='"+k+"'] $&")),0)),f}catch(i){}finally{j||d.removeAttribute("id")}}return b(a,d,f,g,h)},g&&(T(function(b){a=g.call(b,"div");try{g.call(b,"[test!='']:sizzle"),f.push($.match.PSEUDO)}catch(c){}}),f=new RegExp(f.join("|")),Z.matchesSelector=function(b,c){c=c.replace(d,"='$1']");if(!ba(b)&&!f.test(c)&&(!e||!e.test(c)))try{var h=g.call(b,c);if(h||a||b.document&&b.document.nodeType!==11)return h}catch(i){}return Z(c,null,null,[b]).length>0})}(),Z.attr=p.attr,p.find=Z,p.expr=Z.selectors,p.expr[":"]=p.expr.pseudos,p.unique=Z.uniqueSort,p.text=Z.getText,p.isXMLDoc=Z.isXML,p.contains=Z.contains}(a);var bc=/Until$/,bd=/^(?:parents|prev(?:Until|All))/,be=/^.[^:#\[\.,]*$/,bf=p.expr.match.needsContext,bg={children:!0,contents:!0,next:!0,prev:!0};p.fn.extend({find:function(a){var b,c,d,e,f,g,h=this;if(typeof a!="string")return p(a).filter(function(){for(b=0,c=h.length;b<c;b++)if(p.contains(h[b],this))return!0});g=this.pushStack("","find",a);for(b=0,c=this.length;b<c;b++){d=g.length,p.find(a,this[b],g);if(b>0)for(e=d;e<g.length;e++)for(f=0;f<d;f++)if(g[f]===g[e]){g.splice(e--,1);break}}return g},has:function(a){var b,c=p(a,this),d=c.length;return this.filter(function(){for(b=0;b<d;b++)if(p.contains(this,c[b]))return!0})},not:function(a){return this.pushStack(bj(this,a,!1),"not",a)},filter:function(a){return this.pushStack(bj(this,a,!0),"filter",a)},is:function(a){return!!a&&(typeof a=="string"?bf.test(a)?p(a,this.context).index(this[0])>=0:p.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c,d=0,e=this.length,f=[],g=bf.test(a)||typeof a!="string"?p(a,b||this.context):0;for(;d<e;d++){c=this[d];while(c&&c.ownerDocument&&c!==b&&c.nodeType!==11){if(g?g.index(c)>-1:p.find.matchesSelector(c,a)){f.push(c);break}c=c.parentNode}}return f=f.length>1?p.unique(f):f,this.pushStack(f,"closest",a)},index:function(a){return a?typeof a=="string"?p.inArray(this[0],p(a)):p.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.prevAll().length:-1},add:function(a,b){var c=typeof a=="string"?p(a,b):p.makeArray(a&&a.nodeType?[a]:a),d=p.merge(this.get(),c);return this.pushStack(bh(c[0])||bh(d[0])?d:p.unique(d))},addBack:function(a){return this.add(a==null?this.prevObject:this.prevObject.filter(a))}}),p.fn.andSelf=p.fn.addBack,p.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return p.dir(a,"parentNode")},parentsUntil:function(a,b,c){return p.dir(a,"parentNode",c)},next:function(a){return bi(a,"nextSibling")},prev:function(a){return bi(a,"previousSibling")},nextAll:function(a){return p.dir(a,"nextSibling")},prevAll:function(a){return p.dir(a,"previousSibling")},nextUntil:function(a,b,c){return p.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return p.dir(a,"previousSibling",c)},siblings:function(a){return p.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return p.sibling(a.firstChild)},contents:function(a){return p.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:p.merge([],a.childNodes)}},function(a,b){p.fn[a]=function(c,d){var e=p.map(this,b,c);return bc.test(a)||(d=c),d&&typeof d=="string"&&(e=p.filter(d,e)),e=this.length>1&&!bg[a]?p.unique(e):e,this.length>1&&bd.test(a)&&(e=e.reverse()),this.pushStack(e,a,k.call(arguments).join(","))}}),p.extend({filter:function(a,b,c){return c&&(a=":not("+a+")"),b.length===1?p.find.matchesSelector(b[0],a)?[b[0]]:[]:p.find.matches(a,b)},dir:function(a,c,d){var e=[],f=a[c];while(f&&f.nodeType!==9&&(d===b||f.nodeType!==1||!p(f).is(d)))f.nodeType===1&&e.push(f),f=f[c];return e},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var bl="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",bm=/ jQuery\d+="(?:null|\d+)"/g,bn=/^\s+/,bo=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,bp=/<([\w:]+)/,bq=/<tbody/i,br=/<|&#?\w+;/,bs=/<(?:script|style|link)/i,bt=/<(?:script|object|embed|option|style)/i,bu=new RegExp("<(?:"+bl+")[\\s/>]","i"),bv=/^(?:checkbox|radio)$/,bw=/checked\s*(?:[^=]|=\s*.checked.)/i,bx=/\/(java|ecma)script/i,by=/^\s*<!(?:\[CDATA\[|\-\-)|[\]\-]{2}>\s*$/g,bz={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]},bA=bk(e),bB=bA.appendChild(e.createElement("div"));bz.optgroup=bz.option,bz.tbody=bz.tfoot=bz.colgroup=bz.caption=bz.thead,bz.th=bz.td,p.support.htmlSerialize||(bz._default=[1,"X<div>","</div>"]),p.fn.extend({text:function(a){return p.access(this,function(a){return a===b?p.text(this):this.empty().append((this[0]&&this[0].ownerDocument||e).createTextNode(a))},null,a,arguments.length)},wrapAll:function(a){if(p.isFunction(a))return this.each(function(b){p(this).wrapAll(a.call(this,b))});if(this[0]){var b=p(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return p.isFunction(a)?this.each(function(b){p(this).wrapInner(a.call(this,b))}):this.each(function(){var b=p(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=p.isFunction(a);return this.each(function(c){p(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){p.nodeName(this,"body")||p(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){(this.nodeType===1||this.nodeType===11)&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){(this.nodeType===1||this.nodeType===11)&&this.insertBefore(a,this.firstChild)})},before:function(){if(!bh(this[0]))return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=p.clean(arguments);return this.pushStack(p.merge(a,this),"before",this.selector)}},after:function(){if(!bh(this[0]))return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=p.clean(arguments);return this.pushStack(p.merge(this,a),"after",this.selector)}},remove:function(a,b){var c,d=0;for(;(c=this[d])!=null;d++)if(!a||p.filter(a,[c]).length)!b&&c.nodeType===1&&(p.cleanData(c.getElementsByTagName("*")),p.cleanData([c])),c.parentNode&&c.parentNode.removeChild(c);return this},empty:function(){var a,b=0;for(;(a=this[b])!=null;b++){a.nodeType===1&&p.cleanData(a.getElementsByTagName("*"));while(a.firstChild)a.removeChild(a.firstChild)}return this},clone:function(a,b){return a=a==null?!1:a,b=b==null?a:b,this.map(function(){return p.clone(this,a,b)})},html:function(a){return p.access(this,function(a){var c=this[0]||{},d=0,e=this.length;if(a===b)return c.nodeType===1?c.innerHTML.replace(bm,""):b;if(typeof a=="string"&&!bs.test(a)&&(p.support.htmlSerialize||!bu.test(a))&&(p.support.leadingWhitespace||!bn.test(a))&&!bz[(bp.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(bo,"<$1></$2>");try{for(;d<e;d++)c=this[d]||{},c.nodeType===1&&(p.cleanData(c.getElementsByTagName("*")),c.innerHTML=a);c=0}catch(f){}}c&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(a){return bh(this[0])?this.length?this.pushStack(p(p.isFunction(a)?a():a),"replaceWith",a):this:p.isFunction(a)?this.each(function(b){var c=p(this),d=c.html();c.replaceWith(a.call(this,b,d))}):(typeof a!="string"&&(a=p(a).detach()),this.each(function(){var b=this.nextSibling,c=this.parentNode;p(this).remove(),b?p(b).before(a):p(c).append(a)}))},detach:function(a){return this.remove(a,!0)},domManip:function(a,c,d){a=[].concat.apply([],a);var e,f,g,h,i=0,j=a[0],k=[],l=this.length;if(!p.support.checkClone&&l>1&&typeof j=="string"&&bw.test(j))return this.each(function(){p(this).domManip(a,c,d)});if(p.isFunction(j))return this.each(function(e){var f=p(this);a[0]=j.call(this,e,c?f.html():b),f.domManip(a,c,d)});if(this[0]){e=p.buildFragment(a,this,k),g=e.fragment,f=g.firstChild,g.childNodes.length===1&&(g=f);if(f){c=c&&p.nodeName(f,"tr");for(h=e.cacheable||l-1;i<l;i++)d.call(c&&p.nodeName(this[i],"table")?bC(this[i],"tbody"):this[i],i===h?g:p.clone(g,!0,!0))}g=f=null,k.length&&p.each(k,function(a,b){b.src?p.ajax?p.ajax({url:b.src,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0}):p.error("no ajax"):p.globalEval((b.text||b.textContent||b.innerHTML||"").replace(by,"")),b.parentNode&&b.parentNode.removeChild(b)})}return this}}),p.buildFragment=function(a,c,d){var f,g,h,i=a[0];return c=c||e,c=(c[0]||c).ownerDocument||c[0]||c,typeof c.createDocumentFragment=="undefined"&&(c=e),a.length===1&&typeof i=="string"&&i.length<512&&c===e&&i.charAt(0)==="<"&&!bt.test(i)&&(p.support.checkClone||!bw.test(i))&&(p.support.html5Clone||!bu.test(i))&&(g=!0,f=p.fragments[i],h=f!==b),f||(f=c.createDocumentFragment(),p.clean(a,c,f,d),g&&(p.fragments[i]=h&&f)),{fragment:f,cacheable:g}},p.fragments={},p.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){p.fn[a]=function(c){var d,e=0,f=[],g=p(c),h=g.length,i=this.length===1&&this[0].parentNode;if((i==null||i&&i.nodeType===11&&i.childNodes.length===1)&&h===1)return g[b](this[0]),this;for(;e<h;e++)d=(e>0?this.clone(!0):this).get(),p(g[e])[b](d),f=f.concat(d);return this.pushStack(f,a,g.selector)}}),p.extend({clone:function(a,b,c){var d,e,f,g;p.support.html5Clone||p.isXMLDoc(a)||!bu.test("<"+a.nodeName+">")?g=a.cloneNode(!0):(bB.innerHTML=a.outerHTML,bB.removeChild(g=bB.firstChild));if((!p.support.noCloneEvent||!p.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!p.isXMLDoc(a)){bE(a,g),d=bF(a),e=bF(g);for(f=0;d[f];++f)e[f]&&bE(d[f],e[f])}if(b){bD(a,g);if(c){d=bF(a),e=bF(g);for(f=0;d[f];++f)bD(d[f],e[f])}}return d=e=null,g},clean:function(a,b,c,d){var f,g,h,i,j,k,l,m,n,o,q,r,s=0,t=[];if(!b||typeof b.createDocumentFragment=="undefined")b=e;for(g=b===e&&bA;(h=a[s])!=null;s++){typeof h=="number"&&(h+="");if(!h)continue;if(typeof h=="string")if(!br.test(h))h=b.createTextNode(h);else{g=g||bk(b),l=l||g.appendChild(b.createElement("div")),h=h.replace(bo,"<$1></$2>"),i=(bp.exec(h)||["",""])[1].toLowerCase(),j=bz[i]||bz._default,k=j[0],l.innerHTML=j[1]+h+j[2];while(k--)l=l.lastChild;if(!p.support.tbody){m=bq.test(h),n=i==="table"&&!m?l.firstChild&&l.firstChild.childNodes:j[1]==="<table>"&&!m?l.childNodes:[];for(f=n.length-1;f>=0;--f)p.nodeName(n[f],"tbody")&&!n[f].childNodes.length&&n[f].parentNode.removeChild(n[f])}!p.support.leadingWhitespace&&bn.test(h)&&l.insertBefore(b.createTextNode(bn.exec(h)[0]),l.firstChild),h=l.childNodes,l=g.lastChild}h.nodeType?t.push(h):t=p.merge(t,h)}l&&(g.removeChild(l),h=l=g=null);if(!p.support.appendChecked)for(s=0;(h=t[s])!=null;s++)p.nodeName(h,"input")?bG(h):typeof h.getElementsByTagName!="undefined"&&p.grep(h.getElementsByTagName("input"),bG);if(c){q=function(a){if(!a.type||bx.test(a.type))return d?d.push(a.parentNode?a.parentNode.removeChild(a):a):c.appendChild(a)};for(s=0;(h=t[s])!=null;s++)if(!p.nodeName(h,"script")||!q(h))c.appendChild(h),typeof h.getElementsByTagName!="undefined"&&(r=p.grep(p.merge([],h.getElementsByTagName("script")),q),t.splice.apply(t,[s+1,0].concat(r)),s+=r.length)}return t},cleanData:function(a,b){var c,d,e,f,g=0,h=p.expando,i=p.cache,j=p.support.deleteExpando,k=p.event.special;for(;(e=a[g])!=null;g++)if(b||p.acceptData(e)){d=e[h],c=d&&i[d];if(c){if(c.events)for(f in c.events)k[f]?p.event.remove(e,f):p.removeEvent(e,f,c.handle);i[d]&&(delete i[d],j?delete e[h]:e.removeAttribute?e.removeAttribute(h):e[h]=null,p.deletedIds.push(d))}}}}),function(){var a,b;p.uaMatch=function(a){a=a.toLowerCase();var b=/(chrome)[ \/]([\w.]+)/.exec(a)||/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||a.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},a=p.uaMatch(g.userAgent),b={},a.browser&&(b[a.browser]=!0,b.version=a.version),b.webkit&&(b.safari=!0),p.browser=b,p.sub=function(){function a(b,c){return new a.fn.init(b,c)}p.extend(!0,a,this),a.superclass=this,a.fn=a.prototype=this(),a.fn.constructor=a,a.sub=this.sub,a.fn.init=function c(c,d){return d&&d instanceof p&&!(d instanceof a)&&(d=a(d)),p.fn.init.call(this,c,d,b)},a.fn.init.prototype=a.fn;var b=a(e);return a}}();var bH,bI,bJ,bK=/alpha\([^)]*\)/i,bL=/opacity=([^)]*)/,bM=/^(top|right|bottom|left)$/,bN=/^margin/,bO=new RegExp("^("+q+")(.*)$","i"),bP=new RegExp("^("+q+")(?!px)[a-z%]+$","i"),bQ=new RegExp("^([-+])=("+q+")","i"),bR={},bS={position:"absolute",visibility:"hidden",display:"block"},bT={letterSpacing:0,fontWeight:400,lineHeight:1},bU=["Top","Right","Bottom","Left"],bV=["Webkit","O","Moz","ms"],bW=p.fn.toggle;p.fn.extend({css:function(a,c){return p.access(this,function(a,c,d){return d!==b?p.style(a,c,d):p.css(a,c)},a,c,arguments.length>1)},show:function(){return bZ(this,!0)},hide:function(){return bZ(this)},toggle:function(a,b){var c=typeof a=="boolean";return p.isFunction(a)&&p.isFunction(b)?bW.apply(this,arguments):this.each(function(){(c?a:bY(this))?p(this).show():p(this).hide()})}}),p.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=bH(a,"opacity");return c===""?"1":c}}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":p.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,d,e){if(!a||a.nodeType===3||a.nodeType===8||!a.style)return;var f,g,h,i=p.camelCase(c),j=a.style;c=p.cssProps[i]||(p.cssProps[i]=bX(j,i)),h=p.cssHooks[c]||p.cssHooks[i];if(d===b)return h&&"get"in h&&(f=h.get(a,!1,e))!==b?f:j[c];g=typeof d,g==="string"&&(f=bQ.exec(d))&&(d=(f[1]+1)*f[2]+parseFloat(p.css(a,c)),g="number");if(d==null||g==="number"&&isNaN(d))return;g==="number"&&!p.cssNumber[i]&&(d+="px");if(!h||!("set"in h)||(d=h.set(a,d,e))!==b)try{j[c]=d}catch(k){}},css:function(a,c,d,e){var f,g,h,i=p.camelCase(c);return c=p.cssProps[i]||(p.cssProps[i]=bX(a.style,i)),h=p.cssHooks[c]||p.cssHooks[i],h&&"get"in h&&(f=h.get(a,!0,e)),f===b&&(f=bH(a,c)),f==="normal"&&c in bT&&(f=bT[c]),d||e!==b?(g=parseFloat(f),d||p.isNumeric(g)?g||0:f):f},swap:function(a,b,c){var d,e,f={};for(e in b)f[e]=a.style[e],a.style[e]=b[e];d=c.call(a);for(e in b)a.style[e]=f[e];return d}}),a.getComputedStyle?bH=function(a,b){var c,d,e,f,g=getComputedStyle(a,null),h=a.style;return g&&(c=g[b],c===""&&!p.contains(a.ownerDocument.documentElement,a)&&(c=p.style(a,b)),bP.test(c)&&bN.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=c,c=g.width,h.width=d,h.minWidth=e,h.maxWidth=f)),c}:e.documentElement.currentStyle&&(bH=function(a,b){var c,d,e=a.currentStyle&&a.currentStyle[b],f=a.style;return e==null&&f&&f[b]&&(e=f[b]),bP.test(e)&&!bM.test(b)&&(c=f.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":e,e=f.pixelLeft+"px",f.left=c,d&&(a.runtimeStyle.left=d)),e===""?"auto":e}),p.each(["height","width"],function(a,b){p.cssHooks[b]={get:function(a,c,d){if(c)return a.offsetWidth!==0||bH(a,"display")!=="none"?ca(a,b,d):p.swap(a,bS,function(){return ca(a,b,d)})},set:function(a,c,d){return b$(a,c,d?b_(a,b,d,p.support.boxSizing&&p.css(a,"boxSizing")==="border-box"):0)}}}),p.support.opacity||(p.cssHooks.opacity={get:function(a,b){return bL.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=p.isNumeric(b)?"alpha(opacity="+b*100+")":"",f=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&p.trim(f.replace(bK,""))===""&&c.removeAttribute){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bK.test(f)?f.replace(bK,e):f+" "+e}}),p(function(){p.support.reliableMarginRight||(p.cssHooks.marginRight={get:function(a,b){return p.swap(a,{display:"inline-block"},function(){if(b)return bH(a,"marginRight")})}}),!p.support.pixelPosition&&p.fn.position&&p.each(["top","left"],function(a,b){p.cssHooks[b]={get:function(a,c){if(c){var d=bH(a,b);return bP.test(d)?p(a).position()[b]+"px":d}}}})}),p.expr&&p.expr.filters&&(p.expr.filters.hidden=function(a){return a.offsetWidth===0&&a.offsetHeight===0||!p.support.reliableHiddenOffsets&&(a.style&&a.style.display||bH(a,"display"))==="none"},p.expr.filters.visible=function(a){return!p.expr.filters.hidden(a)}),p.each({margin:"",padding:"",border:"Width"},function(a,b){p.cssHooks[a+b]={expand:function(c){var d,e=typeof c=="string"?c.split(" "):[c],f={};for(d=0;d<4;d++)f[a+bU[d]+b]=e[d]||e[d-2]||e[0];return f}},bN.test(a)||(p.cssHooks[a+b].set=b$)});var cc=/%20/g,cd=/\[\]$/,ce=/\r?\n/g,cf=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,cg=/^(?:select|textarea)/i;p.fn.extend({serialize:function(){return p.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?p.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||cg.test(this.nodeName)||cf.test(this.type))}).map(function(a,b){var c=p(this).val();return c==null?null:p.isArray(c)?p.map(c,function(a,c){return{name:b.name,value:a.replace(ce,"\r\n")}}):{name:b.name,value:c.replace(ce,"\r\n")}}).get()}}),p.param=function(a,c){var d,e=[],f=function(a,b){b=p.isFunction(b)?b():b==null?"":b,e[e.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=p.ajaxSettings&&p.ajaxSettings.traditional);if(p.isArray(a)||a.jquery&&!p.isPlainObject(a))p.each(a,function(){f(this.name,this.value)});else for(d in a)ch(d,a[d],c,f);return e.join("&").replace(cc,"+")};var ci,cj,ck=/#.*$/,cl=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,cm=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,cn=/^(?:GET|HEAD)$/,co=/^\/\//,cp=/\?/,cq=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,cr=/([?&])_=[^&]*/,cs=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,ct=p.fn.load,cu={},cv={},cw=["*/"]+["*"];try{ci=f.href}catch(cx){ci=e.createElement("a"),ci.href="",ci=ci.href}cj=cs.exec(ci.toLowerCase())||[],p.fn.load=function(a,c,d){if(typeof a!="string"&&ct)return ct.apply(this,arguments);if(!this.length)return this;var e,f,g,h=this,i=a.indexOf(" ");return i>=0&&(e=a.slice(i,a.length),a=a.slice(0,i)),p.isFunction(c)?(d=c,c=b):typeof c=="object"&&(f="POST"),p.ajax({url:a,type:f,dataType:"html",data:c,complete:function(a,b){d&&h.each(d,g||[a.responseText,b,a])}}).done(function(a){g=arguments,h.html(e?p("<div>").append(a.replace(cq,"")).find(e):a)}),this},p.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){p.fn[b]=function(a){return this.on(b,a)}}),p.each(["get","post"],function(a,c){p[c]=function(a,d,e,f){return p.isFunction(d)&&(f=f||e,e=d,d=b),p.ajax({type:c,url:a,data:d,success:e,dataType:f})}}),p.extend({getScript:function(a,c){return p.get(a,b,c,"script")},getJSON:function(a,b,c){return p.get(a,b,c,"json")},ajaxSetup:function(a,b){return b?cA(a,p.ajaxSettings):(b=a,a=p.ajaxSettings),cA(a,b),a},ajaxSettings:{url:ci,isLocal:cm.test(cj[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":cw},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":p.parseJSON,"text xml":p.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:cy(cu),ajaxTransport:cy(cv),ajax:function(a,c){function y(a,c,f,i){var k,s,t,u,w,y=c;if(v===2)return;v=2,h&&clearTimeout(h),g=b,e=i||"",x.readyState=a>0?4:0,f&&(u=cB(l,x,f));if(a>=200&&a<300||a===304)l.ifModified&&(w=x.getResponseHeader("Last-Modified"),w&&(p.lastModified[d]=w),w=x.getResponseHeader("Etag"),w&&(p.etag[d]=w)),a===304?(y="notmodified",k=!0):(k=cC(l,u),y=k.state,s=k.data,t=k.error,k=!t);else{t=y;if(!y||a)y="error",a<0&&(a=0)}x.status=a,x.statusText=""+(c||y),k?o.resolveWith(m,[s,y,x]):o.rejectWith(m,[x,y,t]),x.statusCode(r),r=b,j&&n.trigger("ajax"+(k?"Success":"Error"),[x,l,k?s:t]),q.fireWith(m,[x,y]),j&&(n.trigger("ajaxComplete",[x,l]),--p.active||p.event.trigger("ajaxStop"))}typeof a=="object"&&(c=a,a=b),c=c||{};var d,e,f,g,h,i,j,k,l=p.ajaxSetup({},c),m=l.context||l,n=m!==l&&(m.nodeType||m instanceof p)?p(m):p.event,o=p.Deferred(),q=p.Callbacks("once memory"),r=l.statusCode||{},t={},u={},v=0,w="canceled",x={readyState:0,setRequestHeader:function(a,b){if(!v){var c=a.toLowerCase();a=u[c]=u[c]||a,t[a]=b}return this},getAllResponseHeaders:function(){return v===2?e:null},getResponseHeader:function(a){var c;if(v===2){if(!f){f={};while(c=cl.exec(e))f[c[1].toLowerCase()]=c[2]}c=f[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){return v||(l.mimeType=a),this},abort:function(a){return a=a||w,g&&g.abort(a),y(0,a),this}};o.promise(x),x.success=x.done,x.error=x.fail,x.complete=q.add,x.statusCode=function(a){if(a){var b;if(v<2)for(b in a)r[b]=[r[b],a[b]];else b=a[x.status],x.always(b)}return this},l.url=((a||l.url)+"").replace(ck,"").replace(co,cj[1]+"//"),l.dataTypes=p.trim(l.dataType||"*").toLowerCase().split(s),l.crossDomain==null&&(i=cs.exec(l.url.toLowerCase()),l.crossDomain=!(!i||i[1]==cj[1]&&i[2]==cj[2]&&(i[3]||(i[1]==="http:"?80:443))==(cj[3]||(cj[1]==="http:"?80:443)))),l.data&&l.processData&&typeof l.data!="string"&&(l.data=p.param(l.data,l.traditional)),cz(cu,l,c,x);if(v===2)return x;j=l.global,l.type=l.type.toUpperCase(),l.hasContent=!cn.test(l.type),j&&p.active++===0&&p.event.trigger("ajaxStart");if(!l.hasContent){l.data&&(l.url+=(cp.test(l.url)?"&":"?")+l.data,delete l.data),d=l.url;if(l.cache===!1){var z=p.now(),A=l.url.replace(cr,"$1_="+z);l.url=A+(A===l.url?(cp.test(l.url)?"&":"?")+"_="+z:"")}}(l.data&&l.hasContent&&l.contentType!==!1||c.contentType)&&x.setRequestHeader("Content-Type",l.contentType),l.ifModified&&(d=d||l.url,p.lastModified[d]&&x.setRequestHeader("If-Modified-Since",p.lastModified[d]),p.etag[d]&&x.setRequestHeader("If-None-Match",p.etag[d])),x.setRequestHeader("Accept",l.dataTypes[0]&&l.accepts[l.dataTypes[0]]?l.accepts[l.dataTypes[0]]+(l.dataTypes[0]!=="*"?", "+cw+"; q=0.01":""):l.accepts["*"]);for(k in l.headers)x.setRequestHeader(k,l.headers[k]);if(!l.beforeSend||l.beforeSend.call(m,x,l)!==!1&&v!==2){w="abort";for(k in{success:1,error:1,complete:1})x[k](l[k]);g=cz(cv,l,c,x);if(!g)y(-1,"No Transport");else{x.readyState=1,j&&n.trigger("ajaxSend",[x,l]),l.async&&l.timeout>0&&(h=setTimeout(function(){x.abort("timeout")},l.timeout));try{v=1,g.send(t,y)}catch(B){if(v<2)y(-1,B);else throw B}}return x}return x.abort()},active:0,lastModified:{},etag:{}});var cD=[],cE=/\?/,cF=/(=)\?(?=&|$)|\?\?/,cG=p.now();p.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=cD.pop()||p.expando+"_"+cG++;return this[a]=!0,a}}),p.ajaxPrefilter("json jsonp",function(c,d,e){var f,g,h,i=c.data,j=c.url,k=c.jsonp!==!1,l=k&&cF.test(j),m=k&&!l&&typeof i=="string"&&!(c.contentType||"").indexOf("application/x-www-form-urlencoded")&&cF.test(i);if(c.dataTypes[0]==="jsonp"||l||m)return f=c.jsonpCallback=p.isFunction(c.jsonpCallback)?c.jsonpCallback():c.jsonpCallback,g=a[f],l?c.url=j.replace(cF,"$1"+f):m?c.data=i.replace(cF,"$1"+f):k&&(c.url+=(cE.test(j)?"&":"?")+c.jsonp+"="+f),c.converters["script json"]=function(){return h||p.error(f+" was not called"),h[0]},c.dataTypes[0]="json",a[f]=function(){h=arguments},e.always(function(){a[f]=g,c[f]&&(c.jsonpCallback=d.jsonpCallback,cD.push(f)),h&&p.isFunction(g)&&g(h[0]),h=g=b}),"script"}),p.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){return p.globalEval(a),a}}}),p.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),p.ajaxTransport("script",function(a){if(a.crossDomain){var c,d=e.head||e.getElementsByTagName("head")[0]||e.documentElement;return{send:function(f,g){c=e.createElement("script"),c.async="async",a.scriptCharset&&(c.charset=a.scriptCharset),c.src=a.url,c.onload=c.onreadystatechange=function(a,e){if(e||!c.readyState||/loaded|complete/.test(c.readyState))c.onload=c.onreadystatechange=null,d&&c.parentNode&&d.removeChild(c),c=b,e||g(200,"success")},d.insertBefore(c,d.firstChild)},abort:function(){c&&c.onload(0,1)}}}});var cH,cI=a.ActiveXObject?function(){for(var a in cH)cH[a](0,1)}:!1,cJ=0;p.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&cK()||cL()}:cK,function(a){p.extend(p.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(p.ajaxSettings.xhr()),p.support.ajax&&p.ajaxTransport(function(c){if(!c.crossDomain||p.support.cors){var d;return{send:function(e,f){var g,h,i=c.xhr();c.username?i.open(c.type,c.url,c.async,c.username,c.password):i.open(c.type,c.url,c.async);if(c.xhrFields)for(h in c.xhrFields)i[h]=c.xhrFields[h];c.mimeType&&i.overrideMimeType&&i.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(h in e)i.setRequestHeader(h,e[h])}catch(j){}i.send(c.hasContent&&c.data||null),d=function(a,e){var h,j,k,l,m;try{if(d&&(e||i.readyState===4)){d=b,g&&(i.onreadystatechange=p.noop,cI&&delete cH[g]);if(e)i.readyState!==4&&i.abort();else{h=i.status,k=i.getAllResponseHeaders(),l={},m=i.responseXML,m&&m.documentElement&&(l.xml=m);try{l.text=i.responseText}catch(a){}try{j=i.statusText}catch(n){j=""}!h&&c.isLocal&&!c.crossDomain?h=l.text?200:404:h===1223&&(h=204)}}}catch(o){e||f(-1,o)}l&&f(h,j,l,k)},c.async?i.readyState===4?setTimeout(d,0):(g=++cJ,cI&&(cH||(cH={},p(a).unload(cI)),cH[g]=d),i.onreadystatechange=d):d()},abort:function(){d&&d(0,1)}}}});var cM,cN,cO=/^(?:toggle|show|hide)$/,cP=new RegExp("^(?:([-+])=|)("+q+")([a-z%]*)$","i"),cQ=/queueHooks$/,cR=[cX],cS={"*":[function(a,b){var c,d,e,f=this.createTween(a,b),g=cP.exec(b),h=f.cur(),i=+h||0,j=1;if(g){c=+g[2],d=g[3]||(p.cssNumber[a]?"":"px");if(d!=="px"&&i){i=p.css(f.elem,a,!0)||c||1;do e=j=j||".5",i=i/j,p.style(f.elem,a,i+d),j=f.cur()/h;while(j!==1&&j!==e)}f.unit=d,f.start=i,f.end=g[1]?i+(g[1]+1)*c:c}return f}]};p.Animation=p.extend(cV,{tweener:function(a,b){p.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");var c,d=0,e=a.length;for(;d<e;d++)c=a[d],cS[c]=cS[c]||[],cS[c].unshift(b)},prefilter:function(a,b){b?cR.unshift(a):cR.push(a)}}),p.Tween=cY,cY.prototype={constructor:cY,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(p.cssNumber[c]?"":"px")},cur:function(){var a=cY.propHooks[this.prop];return a&&a.get?a.get(this):cY.propHooks._default.get(this)},run:function(a){var b,c=cY.propHooks[this.prop];return this.pos=b=p.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration),this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):cY.propHooks._default.set(this),this}},cY.prototype.init.prototype=cY.prototype,cY.propHooks={_default:{get:function(a){var b;return a.elem[a.prop]==null||!!a.elem.style&&a.elem.style[a.prop]!=null?(b=p.css(a.elem,a.prop,!1,""),!b||b==="auto"?0:b):a.elem[a.prop]},set:function(a){p.fx.step[a.prop]?p.fx.step[a.prop](a):a.elem.style&&(a.elem.style[p.cssProps[a.prop]]!=null||p.cssHooks[a.prop])?p.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},cY.propHooks.scrollTop=cY.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},p.each(["toggle","show","hide"],function(a,b){var c=p.fn[b];p.fn[b]=function(d,e,f){return d==null||typeof d=="boolean"||!a&&p.isFunction(d)&&p.isFunction(e)?c.apply(this,arguments):this.animate(cZ(b,!0),d,e,f)}}),p.fn.extend({fadeTo:function(a,b,c,d){return this.filter(bY).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=p.isEmptyObject(a),f=p.speed(b,c,d),g=function(){var b=cV(this,p.extend({},a),f);e&&b.stop(!0)};return e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,c,d){var e=function(a){var b=a.stop;delete a.stop,b(d)};return typeof a!="string"&&(d=c,c=a,a=b),c&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,c=a!=null&&a+"queueHooks",f=p.timers,g=p._data(this);if(c)g[c]&&g[c].stop&&e(g[c]);else for(c in g)g[c]&&g[c].stop&&cQ.test(c)&&e(g[c]);for(c=f.length;c--;)f[c].elem===this&&(a==null||f[c].queue===a)&&(f[c].anim.stop(d),b=!1,f.splice(c,1));(b||!d)&&p.dequeue(this,a)})}}),p.each({slideDown:cZ("show"),slideUp:cZ("hide"),slideToggle:cZ("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){p.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),p.speed=function(a,b,c){var d=a&&typeof a=="object"?p.extend({},a):{complete:c||!c&&b||p.isFunction(a)&&a,duration:a,easing:c&&b||b&&!p.isFunction(b)&&b};d.duration=p.fx.off?0:typeof d.duration=="number"?d.duration:d.duration in p.fx.speeds?p.fx.speeds[d.duration]:p.fx.speeds._default;if(d.queue==null||d.queue===!0)d.queue="fx";return d.old=d.complete,d.complete=function(){p.isFunction(d.old)&&d.old.call(this),d.queue&&p.dequeue(this,d.queue)},d},p.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},p.timers=[],p.fx=cY.prototype.init,p.fx.tick=function(){var a,b=p.timers,c=0;for(;c<b.length;c++)a=b[c],!a()&&b[c]===a&&b.splice(c--,1);b.length||p.fx.stop()},p.fx.timer=function(a){a()&&p.timers.push(a)&&!cN&&(cN=setInterval(p.fx.tick,p.fx.interval))},p.fx.interval=13,p.fx.stop=function(){clearInterval(cN),cN=null},p.fx.speeds={slow:600,fast:200,_default:400},p.fx.step={},p.expr&&p.expr.filters&&(p.expr.filters.animated=function(a){return p.grep(p.timers,function(b){return a===b.elem}).length});var c$=/^(?:body|html)$/i;p.fn.offset=function(a){if(arguments.length)return a===b?this:this.each(function(b){p.offset.setOffset(this,a,b)});var c,d,e,f,g,h,i,j,k,l,m=this[0],n=m&&m.ownerDocument;if(!n)return;return(e=n.body)===m?p.offset.bodyOffset(m):(d=n.documentElement,p.contains(d,m)?(c=m.getBoundingClientRect(),f=c_(n),g=d.clientTop||e.clientTop||0,h=d.clientLeft||e.clientLeft||0,i=f.pageYOffset||d.scrollTop,j=f.pageXOffset||d.scrollLeft,k=c.top+i-g,l=c.left+j-h,{top:k,left:l}):{top:0,left:0})},p.offset={bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;return p.support.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(p.css(a,"marginTop"))||0,c+=parseFloat(p.css(a,"marginLeft"))||0),{top:b,left:c}},setOffset:function(a,b,c){var d=p.css(a,"position");d==="static"&&(a.style.position="relative");var e=p(a),f=e.offset(),g=p.css(a,"top"),h=p.css(a,"left"),i=(d==="absolute"||d==="fixed")&&p.inArray("auto",[g,h])>-1,j={},k={},l,m;i?(k=e.position(),l=k.top,m=k.left):(l=parseFloat(g)||0,m=parseFloat(h)||0),p.isFunction(b)&&(b=b.call(a,c,f)),b.top!=null&&(j.top=b.top-f.top+l),b.left!=null&&(j.left=b.left-f.left+m),"using"in b?b.using.call(a,j):e.css(j)}},p.fn.extend({position:function(){if(!this[0])return;var a=this[0],b=this.offsetParent(),c=this.offset(),d=c$.test(b[0].nodeName)?{top:0,left:0}:b.offset();return c.top-=parseFloat(p.css(a,"marginTop"))||0,c.left-=parseFloat(p.css(a,"marginLeft"))||0,d.top+=parseFloat(p.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(p.css(b[0],"borderLeftWidth"))||0,{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||e.body;while(a&&!c$.test(a.nodeName)&&p.css(a,"position")==="static")a=a.offsetParent;return a||e.body})}}),p.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,c){var d=/Y/.test(c);p.fn[a]=function(e){return p.access(this,function(a,e,f){var g=c_(a);if(f===b)return g?c in g?g[c]:g.document.documentElement[e]:a[e];g?g.scrollTo(d?p(g).scrollLeft():f,d?f:p(g).scrollTop()):a[e]=f},a,e,arguments.length,null)}}),p.each({Height:"height",Width:"width"},function(a,c){p.each({padding:"inner"+a,content:c,"":"outer"+a},function(d,e){p.fn[e]=function(e,f){var g=arguments.length&&(d||typeof e!="boolean"),h=d||(e===!0||f===!0?"margin":"border");return p.access(this,function(c,d,e){var f;return p.isWindow(c)?c.document.documentElement["client"+a]:c.nodeType===9?(f=c.documentElement,Math.max(c.body["scroll"+a],f["scroll"+a],c.body["offset"+a],f["offset"+a],f["client"+a])):e===b?p.css(c,d,e,h):p.style(c,d,e,h)},c,g?e:b,g)}})}),a.jQuery=a.$=p,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return p})})(window); \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/jquery.ba-bbq.min.js b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/jquery.ba-bbq.min.js
deleted file mode 100644
index 8c1ae26c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/jquery.ba-bbq.min.js
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright 2016 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-(function($,p){var i,m=Array.prototype.slice,r=decodeURIComponent,a=$.param,c,l,v,b=$.bbq=$.bbq||{},q,u,j,e=$.event.special,d="hashchange",A="querystring",D="fragment",y="elemUrlAttr",g="location",k="href",t="src",x=/^.*\?|#.*$/g,w=/^.*\#/,h,C={};function E(F){return typeof F==="string"}function B(G){var F=m.call(arguments,1);return function(){return G.apply(this,F.concat(m.call(arguments)))}}function n(F){return F.replace(/^[^#]*#?(.*)$/,"$1")}function o(F){return F.replace(/(?:^[^?#]*\?([^#]*).*$)?.*/,"$1")}function f(H,M,F,I,G){var O,L,K,N,J;if(I!==i){K=F.match(H?/^([^#]*)\#?(.*)$/:/^([^#?]*)\??([^#]*)(#?.*)/);J=K[3]||"";if(G===2&&E(I)){L=I.replace(H?w:x,"")}else{N=l(K[2]);I=E(I)?l[H?D:A](I):I;L=G===2?I:G===1?$.extend({},I,N):$.extend({},N,I);L=a(L);if(H){L=L.replace(h,r)}}O=K[1]+(H?"#":L||!K[1]?"?":"")+L+J}else{O=M(F!==i?F:p[g][k])}return O}a[A]=B(f,0,o);a[D]=c=B(f,1,n);c.noEscape=function(G){G=G||"";var F=$.map(G.split(""),encodeURIComponent);h=new RegExp(F.join("|"),"g")};c.noEscape(",/");$.deparam=l=function(I,F){var H={},G={"true":!0,"false":!1,"null":null};$.each(I.replace(/\+/g," ").split("&"),function(L,Q){var K=Q.split("="),P=r(K[0]),J,O=H,M=0,R=P.split("]["),N=R.length-1;if(/\[/.test(R[0])&&/\]$/.test(R[N])){R[N]=R[N].replace(/\]$/,"");R=R.shift().split("[").concat(R);N=R.length-1}else{N=0}if(K.length===2){J=r(K[1]);if(F){J=J&&!isNaN(J)?+J:J==="undefined"?i:G[J]!==i?G[J]:J}if(N){for(;M<=N;M++){P=R[M]===""?O.length:R[M];O=O[P]=M<N?O[P]||(R[M+1]&&isNaN(R[M+1])?{}:[]):J}}else{if($.isArray(H[P])){H[P].push(J)}else{if(H[P]!==i){H[P]=[H[P],J]}else{H[P]=J}}}}else{if(P){H[P]=F?i:""}}});return H};function z(H,F,G){if(F===i||typeof F==="boolean"){G=F;F=a[H?D:A]()}else{F=E(F)?F.replace(H?w:x,""):F}return l(F,G)}l[A]=B(z,0);l[D]=v=B(z,1);$[y]||($[y]=function(F){return $.extend(C,F)})({a:k,base:k,iframe:t,img:t,input:t,form:"action",link:k,script:t});j=$[y];function s(I,G,H,F){if(!E(H)&&typeof H!=="object"){F=H;H=G;G=i}return this.each(function(){var L=$(this),J=G||j()[(this.nodeName||"").toLowerCase()]||"",K=J&&L.attr(J)||"";L.attr(J,a[I](K,H,F))})}$.fn[A]=B(s,A);$.fn[D]=B(s,D);b.pushState=q=function(I,F){if(E(I)&&/^#/.test(I)&&F===i){F=2}var H=I!==i,G=c(p[g][k],H?I:{},H?F:2);p[g][k]=G+(/#/.test(G)?"":"#")};b.getState=u=function(F,G){return F===i||typeof F==="boolean"?v(F):v(G)[F]};b.removeState=function(F){var G={};if(F!==i){G=u();$.each($.isArray(F)?F:arguments,function(I,H){delete G[H]})}q(G,2)};e[d]=$.extend(e[d],{add:function(F){var H;function G(J){var I=J[D]=c();J.getState=function(K,L){return K===i||typeof K==="boolean"?l(I,K):l(I,L)[K]};H.apply(this,arguments)}if($.isFunction(F)){H=F;return G}else{H=F.handler;F.handler=G}}})})(jQuery,this);
-/*
- * jQuery hashchange event - v1.2 - 2/11/2010
- * http://benalman.com/projects/jquery-hashchange-plugin/
- *
- * Copyright (c) 2010 "Cowboy" Ben Alman
- * Dual licensed under the MIT and GPL licenses.
- * http://benalman.com/about/license/
- */
-(function($,i,b){var j,k=$.event.special,c="location",d="hashchange",l="href",f=$.browser,g=document.documentMode,h=f.msie&&(g===b||g<8),e="on"+d in i&&!h;function a(m){m=m||i[c][l];return m.replace(/^[^#]*#?(.*)$/,"$1")}$[d+"Delay"]=100;k[d]=$.extend(k[d],{setup:function(){if(e){return false}$(j.start)},teardown:function(){if(e){return false}$(j.stop)}});j=(function(){var m={},r,n,o,q;function p(){o=q=function(s){return s};if(h){n=$('<iframe src="javascript:0"/>').hide().insertAfter("body")[0].contentWindow;q=function(){return a(n.document[c][l])};o=function(u,s){if(u!==s){var t=n.document;t.open().close();t[c].hash="#"+u}};o(a())}}m.start=function(){if(r){return}var t=a();o||p();(function s(){var v=a(),u=q(t);if(v!==t){o(t=v,u);$(i).trigger(d)}else{if(u!==t){i[c][l]=i[c][l].replace(/#.*/,"")+"#"+u}}r=setTimeout(s,$[d+"Delay"])})()};m.stop=function(){if(!n){r&&clearTimeout(r);r=0}};return m})()})(jQuery,this); \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/jquery.slideto.min.js b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/jquery.slideto.min.js
deleted file mode 100644
index 09b15846..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/jquery.slideto.min.js
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright 2016 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-(function(b){b.fn.slideto=function(a){a=b.extend({slide_duration:"slow",highlight_duration:3E3,highlight:true,highlight_color:"#FFFF99"},a);return this.each(function(){obj=b(this);b("body").animate({scrollTop:obj.offset().top},a.slide_duration,function(){a.highlight&&b.ui.version&&obj.effect("highlight",{color:a.highlight_color},a.highlight_duration)})})}})(jQuery);
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/jquery.wiggle.min.js b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/jquery.wiggle.min.js
deleted file mode 100644
index 6d9404d6..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/jquery.wiggle.min.js
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * Copyright 2016 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-/*
-jQuery Wiggle
-Author: WonderGroup, Jordan Thomas
-URL: http://labs.wondergroup.com/demos/mini-ui/index.html
-License: MIT (http://en.wikipedia.org/wiki/MIT_License)
-*/
-jQuery.fn.wiggle=function(o){var d={speed:50,wiggles:3,travel:5,callback:null};var o=jQuery.extend(d,o);return this.each(function(){var cache=this;var wrap=jQuery(this).wrap('<div class="wiggle-wrap"></div>').css("position","relative");var calls=0;for(i=1;i<=o.wiggles;i++){jQuery(this).animate({left:"-="+o.travel},o.speed).animate({left:"+="+o.travel*2},o.speed*2).animate({left:"-="+o.travel},o.speed,function(){calls++;if(jQuery(cache).parent().hasClass('wiggle-wrap')){jQuery(cache).parent().replaceWith(cache);}
-if(calls==o.wiggles&&jQuery.isFunction(o.callback)){o.callback();}});}});}; \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/marked.js b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/marked.js
deleted file mode 100644
index 51111451..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/marked.js
+++ /dev/null
@@ -1,1281 +0,0 @@
-/*
- * Copyright 2016 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-;(function() {
-
-/**
- * Block-Level Grammar
- */
-
-var block = {
- newline: /^\n+/,
- code: /^( {4}[^\n]+\n*)+/,
- fences: noop,
- hr: /^( *[-*_]){3,} *(?:\n+|$)/,
- heading: /^ *(#{1,6}) *([^\n]+?) *#* *(?:\n+|$)/,
- nptable: noop,
- lheading: /^([^\n]+)\n *(=|-){2,} *(?:\n+|$)/,
- blockquote: /^( *>[^\n]+(\n(?!def)[^\n]+)*\n*)+/,
- list: /^( *)(bull) [\s\S]+?(?:hr|def|\n{2,}(?! )(?!\1bull )\n*|\s*$)/,
- html: /^ *(?:comment *(?:\n|\s*$)|closed *(?:\n{2,}|\s*$)|closing *(?:\n{2,}|\s*$))/,
- def: /^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +["(]([^\n]+)[")])? *(?:\n+|$)/,
- table: noop,
- paragraph: /^((?:[^\n]+\n?(?!hr|heading|lheading|blockquote|tag|def))+)\n*/,
- text: /^[^\n]+/
-};
-
-block.bullet = /(?:[*+-]|\d+\.)/;
-block.item = /^( *)(bull) [^\n]*(?:\n(?!\1bull )[^\n]*)*/;
-block.item = replace(block.item, 'gm')
- (/bull/g, block.bullet)
- ();
-
-block.list = replace(block.list)
- (/bull/g, block.bullet)
- ('hr', '\\n+(?=\\1?(?:[-*_] *){3,}(?:\\n+|$))')
- ('def', '\\n+(?=' + block.def.source + ')')
- ();
-
-block.blockquote = replace(block.blockquote)
- ('def', block.def)
- ();
-
-block._tag = '(?!(?:'
- + 'a|em|strong|small|s|cite|q|dfn|abbr|data|time|code'
- + '|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo'
- + '|span|br|wbr|ins|del|img)\\b)\\w+(?!:/|[^\\w\\s@]*@)\\b';
-
-block.html = replace(block.html)
- ('comment', /<!--[\s\S]*?-->/)
- ('closed', /<(tag)[\s\S]+?<\/\1>/)
- ('closing', /<tag(?:"[^"]*"|'[^']*'|[^'">])*?>/)
- (/tag/g, block._tag)
- ();
-
-block.paragraph = replace(block.paragraph)
- ('hr', block.hr)
- ('heading', block.heading)
- ('lheading', block.lheading)
- ('blockquote', block.blockquote)
- ('tag', '<' + block._tag)
- ('def', block.def)
- ();
-
-/**
- * Normal Block Grammar
- */
-
-block.normal = merge({}, block);
-
-/**
- * GFM Block Grammar
- */
-
-block.gfm = merge({}, block.normal, {
- fences: /^ *(`{3,}|~{3,}) *(\S+)? *\n([\s\S]+?)\s*\1 *(?:\n+|$)/,
- paragraph: /^/
-});
-
-block.gfm.paragraph = replace(block.paragraph)
- ('(?!', '(?!'
- + block.gfm.fences.source.replace('\\1', '\\2') + '|'
- + block.list.source.replace('\\1', '\\3') + '|')
- ();
-
-/**
- * GFM + Tables Block Grammar
- */
-
-block.tables = merge({}, block.gfm, {
- nptable: /^ *(\S.*\|.*)\n *([-:]+ *\|[-| :]*)\n((?:.*\|.*(?:\n|$))*)\n*/,
- table: /^ *\|(.+)\n *\|( *[-:]+[-| :]*)\n((?: *\|.*(?:\n|$))*)\n*/
-});
-
-/**
- * Block Lexer
- */
-
-function Lexer(options) {
- this.tokens = [];
- this.tokens.links = {};
- this.options = options || marked.defaults;
- this.rules = block.normal;
-
- if (this.options.gfm) {
- if (this.options.tables) {
- this.rules = block.tables;
- } else {
- this.rules = block.gfm;
- }
- }
-}
-
-/**
- * Expose Block Rules
- */
-
-Lexer.rules = block;
-
-/**
- * Static Lex Method
- */
-
-Lexer.lex = function(src, options) {
- var lexer = new Lexer(options);
- return lexer.lex(src);
-};
-
-/**
- * Preprocessing
- */
-
-Lexer.prototype.lex = function(src) {
- src = src
- .replace(/\r\n|\r/g, '\n')
- .replace(/\t/g, ' ')
- .replace(/\u00a0/g, ' ')
- .replace(/\u2424/g, '\n');
-
- return this.token(src, true);
-};
-
-/**
- * Lexing
- */
-
-Lexer.prototype.token = function(src, top, bq) {
- var src = src.replace(/^ +$/gm, '')
- , next
- , loose
- , cap
- , bull
- , b
- , item
- , space
- , i
- , l;
-
- while (src) {
- // newline
- if (cap = this.rules.newline.exec(src)) {
- src = src.substring(cap[0].length);
- if (cap[0].length > 1) {
- this.tokens.push({
- type: 'space'
- });
- }
- }
-
- // code
- if (cap = this.rules.code.exec(src)) {
- src = src.substring(cap[0].length);
- cap = cap[0].replace(/^ {4}/gm, '');
- this.tokens.push({
- type: 'code',
- text: !this.options.pedantic
- ? cap.replace(/\n+$/, '')
- : cap
- });
- continue;
- }
-
- // fences (gfm)
- if (cap = this.rules.fences.exec(src)) {
- src = src.substring(cap[0].length);
- this.tokens.push({
- type: 'code',
- lang: cap[2],
- text: cap[3]
- });
- continue;
- }
-
- // heading
- if (cap = this.rules.heading.exec(src)) {
- src = src.substring(cap[0].length);
- this.tokens.push({
- type: 'heading',
- depth: cap[1].length,
- text: cap[2]
- });
- continue;
- }
-
- // table no leading pipe (gfm)
- if (top && (cap = this.rules.nptable.exec(src))) {
- src = src.substring(cap[0].length);
-
- item = {
- type: 'table',
- header: cap[1].replace(/^ *| *\| *$/g, '').split(/ *\| */),
- align: cap[2].replace(/^ *|\| *$/g, '').split(/ *\| */),
- cells: cap[3].replace(/\n$/, '').split('\n')
- };
-
- for (i = 0; i < item.align.length; i++) {
- if (/^ *-+: *$/.test(item.align[i])) {
- item.align[i] = 'right';
- } else if (/^ *:-+: *$/.test(item.align[i])) {
- item.align[i] = 'center';
- } else if (/^ *:-+ *$/.test(item.align[i])) {
- item.align[i] = 'left';
- } else {
- item.align[i] = null;
- }
- }
-
- for (i = 0; i < item.cells.length; i++) {
- item.cells[i] = item.cells[i].split(/ *\| */);
- }
-
- this.tokens.push(item);
-
- continue;
- }
-
- // lheading
- if (cap = this.rules.lheading.exec(src)) {
- src = src.substring(cap[0].length);
- this.tokens.push({
- type: 'heading',
- depth: cap[2] === '=' ? 1 : 2,
- text: cap[1]
- });
- continue;
- }
-
- // hr
- if (cap = this.rules.hr.exec(src)) {
- src = src.substring(cap[0].length);
- this.tokens.push({
- type: 'hr'
- });
- continue;
- }
-
- // blockquote
- if (cap = this.rules.blockquote.exec(src)) {
- src = src.substring(cap[0].length);
-
- this.tokens.push({
- type: 'blockquote_start'
- });
-
- cap = cap[0].replace(/^ *> ?/gm, '');
-
- // Pass `top` to keep the current
- // "toplevel" state. This is exactly
- // how markdown.pl works.
- this.token(cap, top, true);
-
- this.tokens.push({
- type: 'blockquote_end'
- });
-
- continue;
- }
-
- // list
- if (cap = this.rules.list.exec(src)) {
- src = src.substring(cap[0].length);
- bull = cap[2];
-
- this.tokens.push({
- type: 'list_start',
- ordered: bull.length > 1
- });
-
- // Get each top-level item.
- cap = cap[0].match(this.rules.item);
-
- next = false;
- l = cap.length;
- i = 0;
-
- for (; i < l; i++) {
- item = cap[i];
-
- // Remove the list item's bullet
- // so it is seen as the next token.
- space = item.length;
- item = item.replace(/^ *([*+-]|\d+\.) +/, '');
-
- // Outdent whatever the
- // list item contains. Hacky.
- if (~item.indexOf('\n ')) {
- space -= item.length;
- item = !this.options.pedantic
- ? item.replace(new RegExp('^ {1,' + space + '}', 'gm'), '')
- : item.replace(/^ {1,4}/gm, '');
- }
-
- // Determine whether the next list item belongs here.
- // Backpedal if it does not belong in this list.
- if (this.options.smartLists && i !== l - 1) {
- b = block.bullet.exec(cap[i + 1])[0];
- if (bull !== b && !(bull.length > 1 && b.length > 1)) {
- src = cap.slice(i + 1).join('\n') + src;
- i = l - 1;
- }
- }
-
- // Determine whether item is loose or not.
- // Use: /(^|\n)(?! )[^\n]+\n\n(?!\s*$)/
- // for discount behavior.
- loose = next || /\n\n(?!\s*$)/.test(item);
- if (i !== l - 1) {
- next = item.charAt(item.length - 1) === '\n';
- if (!loose) loose = next;
- }
-
- this.tokens.push({
- type: loose
- ? 'loose_item_start'
- : 'list_item_start'
- });
-
- // Recurse.
- this.token(item, false, bq);
-
- this.tokens.push({
- type: 'list_item_end'
- });
- }
-
- this.tokens.push({
- type: 'list_end'
- });
-
- continue;
- }
-
- // html
- if (cap = this.rules.html.exec(src)) {
- src = src.substring(cap[0].length);
- this.tokens.push({
- type: this.options.sanitize
- ? 'paragraph'
- : 'html',
- pre: cap[1] === 'pre' || cap[1] === 'script' || cap[1] === 'style',
- text: cap[0]
- });
- continue;
- }
-
- // def
- if ((!bq && top) && (cap = this.rules.def.exec(src))) {
- src = src.substring(cap[0].length);
- this.tokens.links[cap[1].toLowerCase()] = {
- href: cap[2],
- title: cap[3]
- };
- continue;
- }
-
- // table (gfm)
- if (top && (cap = this.rules.table.exec(src))) {
- src = src.substring(cap[0].length);
-
- item = {
- type: 'table',
- header: cap[1].replace(/^ *| *\| *$/g, '').split(/ *\| */),
- align: cap[2].replace(/^ *|\| *$/g, '').split(/ *\| */),
- cells: cap[3].replace(/(?: *\| *)?\n$/, '').split('\n')
- };
-
- for (i = 0; i < item.align.length; i++) {
- if (/^ *-+: *$/.test(item.align[i])) {
- item.align[i] = 'right';
- } else if (/^ *:-+: *$/.test(item.align[i])) {
- item.align[i] = 'center';
- } else if (/^ *:-+ *$/.test(item.align[i])) {
- item.align[i] = 'left';
- } else {
- item.align[i] = null;
- }
- }
-
- for (i = 0; i < item.cells.length; i++) {
- item.cells[i] = item.cells[i]
- .replace(/^ *\| *| *\| *$/g, '')
- .split(/ *\| */);
- }
-
- this.tokens.push(item);
-
- continue;
- }
-
- // top-level paragraph
- if (top && (cap = this.rules.paragraph.exec(src))) {
- src = src.substring(cap[0].length);
- this.tokens.push({
- type: 'paragraph',
- text: cap[1].charAt(cap[1].length - 1) === '\n'
- ? cap[1].slice(0, -1)
- : cap[1]
- });
- continue;
- }
-
- // text
- if (cap = this.rules.text.exec(src)) {
- // Top-level should never reach here.
- src = src.substring(cap[0].length);
- this.tokens.push({
- type: 'text',
- text: cap[0]
- });
- continue;
- }
-
- if (src) {
- throw new
- Error('Infinite loop on byte: ' + src.charCodeAt(0));
- }
- }
-
- return this.tokens;
-};
-
-/**
- * Inline-Level Grammar
- */
-
-var inline = {
- escape: /^\\([\\`*{}\[\]()#+\-.!_>])/,
- autolink: /^<([^ >]+(@|:\/)[^ >]+)>/,
- url: noop,
- tag: /^<!--[\s\S]*?-->|^<\/?\w+(?:"[^"]*"|'[^']*'|[^'">])*?>/,
- link: /^!?\[(inside)\]\(href\)/,
- reflink: /^!?\[(inside)\]\s*\[([^\]]*)\]/,
- nolink: /^!?\[((?:\[[^\]]*\]|[^\[\]])*)\]/,
- strong: /^__([\s\S]+?)__(?!_)|^\*\*([\s\S]+?)\*\*(?!\*)/,
- em: /^\b_((?:__|[\s\S])+?)_\b|^\*((?:\*\*|[\s\S])+?)\*(?!\*)/,
- code: /^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/,
- br: /^ {2,}\n(?!\s*$)/,
- del: noop,
- text: /^[\s\S]+?(?=[\\<!\[_*`]| {2,}\n|$)/
-};
-
-inline._inside = /(?:\[[^\]]*\]|[^\[\]]|\](?=[^\[]*\]))*/;
-inline._href = /\s*<?([\s\S]*?)>?(?:\s+['"]([\s\S]*?)['"])?\s*/;
-
-inline.link = replace(inline.link)
- ('inside', inline._inside)
- ('href', inline._href)
- ();
-
-inline.reflink = replace(inline.reflink)
- ('inside', inline._inside)
- ();
-
-/**
- * Normal Inline Grammar
- */
-
-inline.normal = merge({}, inline);
-
-/**
- * Pedantic Inline Grammar
- */
-
-inline.pedantic = merge({}, inline.normal, {
- strong: /^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,
- em: /^_(?=\S)([\s\S]*?\S)_(?!_)|^\*(?=\S)([\s\S]*?\S)\*(?!\*)/
-});
-
-/**
- * GFM Inline Grammar
- */
-
-inline.gfm = merge({}, inline.normal, {
- escape: replace(inline.escape)('])', '~|])')(),
- url: /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,
- del: /^~~(?=\S)([\s\S]*?\S)~~/,
- text: replace(inline.text)
- (']|', '~]|')
- ('|', '|https?://|')
- ()
-});
-
-/**
- * GFM + Line Breaks Inline Grammar
- */
-
-inline.breaks = merge({}, inline.gfm, {
- br: replace(inline.br)('{2,}', '*')(),
- text: replace(inline.gfm.text)('{2,}', '*')()
-});
-
-/**
- * Inline Lexer & Compiler
- */
-
-function InlineLexer(links, options) {
- this.options = options || marked.defaults;
- this.links = links;
- this.rules = inline.normal;
- this.renderer = this.options.renderer || new Renderer;
- this.renderer.options = this.options;
-
- if (!this.links) {
- throw new
- Error('Tokens array requires a `links` property.');
- }
-
- if (this.options.gfm) {
- if (this.options.breaks) {
- this.rules = inline.breaks;
- } else {
- this.rules = inline.gfm;
- }
- } else if (this.options.pedantic) {
- this.rules = inline.pedantic;
- }
-}
-
-/**
- * Expose Inline Rules
- */
-
-InlineLexer.rules = inline;
-
-/**
- * Static Lexing/Compiling Method
- */
-
-InlineLexer.output = function(src, links, options) {
- var inline = new InlineLexer(links, options);
- return inline.output(src);
-};
-
-/**
- * Lexing/Compiling
- */
-
-InlineLexer.prototype.output = function(src) {
- var out = ''
- , link
- , text
- , href
- , cap;
-
- while (src) {
- // escape
- if (cap = this.rules.escape.exec(src)) {
- src = src.substring(cap[0].length);
- out += cap[1];
- continue;
- }
-
- // autolink
- if (cap = this.rules.autolink.exec(src)) {
- src = src.substring(cap[0].length);
- if (cap[2] === '@') {
- text = cap[1].charAt(6) === ':'
- ? this.mangle(cap[1].substring(7))
- : this.mangle(cap[1]);
- href = this.mangle('mailto:') + text;
- } else {
- text = escape(cap[1]);
- href = text;
- }
- out += this.renderer.link(href, null, text);
- continue;
- }
-
- // url (gfm)
- if (!this.inLink && (cap = this.rules.url.exec(src))) {
- src = src.substring(cap[0].length);
- text = escape(cap[1]);
- href = text;
- out += this.renderer.link(href, null, text);
- continue;
- }
-
- // tag
- if (cap = this.rules.tag.exec(src)) {
- if (!this.inLink && /^<a /i.test(cap[0])) {
- this.inLink = true;
- } else if (this.inLink && /^<\/a>/i.test(cap[0])) {
- this.inLink = false;
- }
- src = src.substring(cap[0].length);
- out += this.options.sanitize
- ? escape(cap[0])
- : cap[0];
- continue;
- }
-
- // link
- if (cap = this.rules.link.exec(src)) {
- src = src.substring(cap[0].length);
- this.inLink = true;
- out += this.outputLink(cap, {
- href: cap[2],
- title: cap[3]
- });
- this.inLink = false;
- continue;
- }
-
- // reflink, nolink
- if ((cap = this.rules.reflink.exec(src))
- || (cap = this.rules.nolink.exec(src))) {
- src = src.substring(cap[0].length);
- link = (cap[2] || cap[1]).replace(/\s+/g, ' ');
- link = this.links[link.toLowerCase()];
- if (!link || !link.href) {
- out += cap[0].charAt(0);
- src = cap[0].substring(1) + src;
- continue;
- }
- this.inLink = true;
- out += this.outputLink(cap, link);
- this.inLink = false;
- continue;
- }
-
- // strong
- if (cap = this.rules.strong.exec(src)) {
- src = src.substring(cap[0].length);
- out += this.renderer.strong(this.output(cap[2] || cap[1]));
- continue;
- }
-
- // em
- if (cap = this.rules.em.exec(src)) {
- src = src.substring(cap[0].length);
- out += this.renderer.em(this.output(cap[2] || cap[1]));
- continue;
- }
-
- // code
- if (cap = this.rules.code.exec(src)) {
- src = src.substring(cap[0].length);
- out += this.renderer.codespan(escape(cap[2], true));
- continue;
- }
-
- // br
- if (cap = this.rules.br.exec(src)) {
- src = src.substring(cap[0].length);
- out += this.renderer.br();
- continue;
- }
-
- // del (gfm)
- if (cap = this.rules.del.exec(src)) {
- src = src.substring(cap[0].length);
- out += this.renderer.del(this.output(cap[1]));
- continue;
- }
-
- // text
- if (cap = this.rules.text.exec(src)) {
- src = src.substring(cap[0].length);
- out += escape(this.smartypants(cap[0]));
- continue;
- }
-
- if (src) {
- throw new
- Error('Infinite loop on byte: ' + src.charCodeAt(0));
- }
- }
-
- return out;
-};
-
-/**
- * Compile Link
- */
-
-InlineLexer.prototype.outputLink = function(cap, link) {
- var href = escape(link.href)
- , title = link.title ? escape(link.title) : null;
-
- return cap[0].charAt(0) !== '!'
- ? this.renderer.link(href, title, this.output(cap[1]))
- : this.renderer.image(href, title, escape(cap[1]));
-};
-
-/**
- * Smartypants Transformations
- */
-
-InlineLexer.prototype.smartypants = function(text) {
- if (!this.options.smartypants) return text;
- return text
- // em-dashes
- .replace(/--/g, '\u2014')
- // opening singles
- .replace(/(^|[-\u2014/(\[{"\s])'/g, '$1\u2018')
- // closing singles & apostrophes
- .replace(/'/g, '\u2019')
- // opening doubles
- .replace(/(^|[-\u2014/(\[{\u2018\s])"/g, '$1\u201c')
- // closing doubles
- .replace(/"/g, '\u201d')
- // ellipses
- .replace(/\.{3}/g, '\u2026');
-};
-
-/**
- * Mangle Links
- */
-
-InlineLexer.prototype.mangle = function(text) {
- var out = ''
- , l = text.length
- , i = 0
- , ch;
-
- for (; i < l; i++) {
- ch = text.charCodeAt(i);
- if (Math.random() > 0.5) {
- ch = 'x' + ch.toString(16);
- }
- out += '&#' + ch + ';';
- }
-
- return out;
-};
-
-/**
- * Renderer
- */
-
-function Renderer(options) {
- this.options = options || {};
-}
-
-Renderer.prototype.code = function(code, lang, escaped) {
- if (this.options.highlight) {
- var out = this.options.highlight(code, lang);
- if (out != null && out !== code) {
- escaped = true;
- code = out;
- }
- }
-
- if (!lang) {
- return '<pre><code>'
- + (escaped ? code : escape(code, true))
- + '\n</code></pre>';
- }
-
- return '<pre><code class="'
- + this.options.langPrefix
- + escape(lang, true)
- + '">'
- + (escaped ? code : escape(code, true))
- + '\n</code></pre>\n';
-};
-
-Renderer.prototype.blockquote = function(quote) {
- return '<blockquote>\n' + quote + '</blockquote>\n';
-};
-
-Renderer.prototype.html = function(html) {
- return html;
-};
-
-Renderer.prototype.heading = function(text, level, raw) {
- return '<h'
- + level
- + ' id="'
- + this.options.headerPrefix
- + raw.toLowerCase().replace(/[^\w]+/g, '-')
- + '">'
- + text
- + '</h'
- + level
- + '>\n';
-};
-
-Renderer.prototype.hr = function() {
- return this.options.xhtml ? '<hr/>\n' : '<hr>\n';
-};
-
-Renderer.prototype.list = function(body, ordered) {
- var type = ordered ? 'ol' : 'ul';
- return '<' + type + '>\n' + body + '</' + type + '>\n';
-};
-
-Renderer.prototype.listitem = function(text) {
- return '<li>' + text + '</li>\n';
-};
-
-Renderer.prototype.paragraph = function(text) {
- return '<p>' + text + '</p>\n';
-};
-
-Renderer.prototype.table = function(header, body) {
- return '<table>\n'
- + '<thead>\n'
- + header
- + '</thead>\n'
- + '<tbody>\n'
- + body
- + '</tbody>\n'
- + '</table>\n';
-};
-
-Renderer.prototype.tablerow = function(content) {
- return '<tr>\n' + content + '</tr>\n';
-};
-
-Renderer.prototype.tablecell = function(content, flags) {
- var type = flags.header ? 'th' : 'td';
- var tag = flags.align
- ? '<' + type + ' style="text-align:' + flags.align + '">'
- : '<' + type + '>';
- return tag + content + '</' + type + '>\n';
-};
-
-// span level renderer
-Renderer.prototype.strong = function(text) {
- return '<strong>' + text + '</strong>';
-};
-
-Renderer.prototype.em = function(text) {
- return '<em>' + text + '</em>';
-};
-
-Renderer.prototype.codespan = function(text) {
- return '<code>' + text + '</code>';
-};
-
-Renderer.prototype.br = function() {
- return this.options.xhtml ? '<br/>' : '<br>';
-};
-
-Renderer.prototype.del = function(text) {
- return '<del>' + text + '</del>';
-};
-
-Renderer.prototype.link = function(href, title, text) {
- if (this.options.sanitize) {
- try {
- var prot = decodeURIComponent(unescape(href))
- .replace(/[^\w:]/g, '')
- .toLowerCase();
- } catch (e) {
- return '';
- }
- if (prot.indexOf('javascript:') === 0) {
- return '';
- }
- }
- var out = '<a href="' + href + '"';
- if (title) {
- out += ' title="' + title + '"';
- }
- out += '>' + text + '</a>';
- return out;
-};
-
-Renderer.prototype.image = function(href, title, text) {
- var out = '<img src="' + href + '" alt="' + text + '"';
- if (title) {
- out += ' title="' + title + '"';
- }
- out += this.options.xhtml ? '/>' : '>';
- return out;
-};
-
-/**
- * Parsing & Compiling
- */
-
-function Parser(options) {
- this.tokens = [];
- this.token = null;
- this.options = options || marked.defaults;
- this.options.renderer = this.options.renderer || new Renderer;
- this.renderer = this.options.renderer;
- this.renderer.options = this.options;
-}
-
-/**
- * Static Parse Method
- */
-
-Parser.parse = function(src, options, renderer) {
- var parser = new Parser(options, renderer);
- return parser.parse(src);
-};
-
-/**
- * Parse Loop
- */
-
-Parser.prototype.parse = function(src) {
- this.inline = new InlineLexer(src.links, this.options, this.renderer);
- this.tokens = src.reverse();
-
- var out = '';
- while (this.next()) {
- out += this.tok();
- }
-
- return out;
-};
-
-/**
- * Next Token
- */
-
-Parser.prototype.next = function() {
- return this.token = this.tokens.pop();
-};
-
-/**
- * Preview Next Token
- */
-
-Parser.prototype.peek = function() {
- return this.tokens[this.tokens.length - 1] || 0;
-};
-
-/**
- * Parse Text Tokens
- */
-
-Parser.prototype.parseText = function() {
- var body = this.token.text;
-
- while (this.peek().type === 'text') {
- body += '\n' + this.next().text;
- }
-
- return this.inline.output(body);
-};
-
-/**
- * Parse Current Token
- */
-
-Parser.prototype.tok = function() {
- switch (this.token.type) {
- case 'space': {
- return '';
- }
- case 'hr': {
- return this.renderer.hr();
- }
- case 'heading': {
- return this.renderer.heading(
- this.inline.output(this.token.text),
- this.token.depth,
- this.token.text);
- }
- case 'code': {
- return this.renderer.code(this.token.text,
- this.token.lang,
- this.token.escaped);
- }
- case 'table': {
- var header = ''
- , body = ''
- , i
- , row
- , cell
- , flags
- , j;
-
- // header
- cell = '';
- for (i = 0; i < this.token.header.length; i++) {
- flags = { header: true, align: this.token.align[i] };
- cell += this.renderer.tablecell(
- this.inline.output(this.token.header[i]),
- { header: true, align: this.token.align[i] }
- );
- }
- header += this.renderer.tablerow(cell);
-
- for (i = 0; i < this.token.cells.length; i++) {
- row = this.token.cells[i];
-
- cell = '';
- for (j = 0; j < row.length; j++) {
- cell += this.renderer.tablecell(
- this.inline.output(row[j]),
- { header: false, align: this.token.align[j] }
- );
- }
-
- body += this.renderer.tablerow(cell);
- }
- return this.renderer.table(header, body);
- }
- case 'blockquote_start': {
- var body = '';
-
- while (this.next().type !== 'blockquote_end') {
- body += this.tok();
- }
-
- return this.renderer.blockquote(body);
- }
- case 'list_start': {
- var body = ''
- , ordered = this.token.ordered;
-
- while (this.next().type !== 'list_end') {
- body += this.tok();
- }
-
- return this.renderer.list(body, ordered);
- }
- case 'list_item_start': {
- var body = '';
-
- while (this.next().type !== 'list_item_end') {
- body += this.token.type === 'text'
- ? this.parseText()
- : this.tok();
- }
-
- return this.renderer.listitem(body);
- }
- case 'loose_item_start': {
- var body = '';
-
- while (this.next().type !== 'list_item_end') {
- body += this.tok();
- }
-
- return this.renderer.listitem(body);
- }
- case 'html': {
- var html = !this.token.pre && !this.options.pedantic
- ? this.inline.output(this.token.text)
- : this.token.text;
- return this.renderer.html(html);
- }
- case 'paragraph': {
- return this.renderer.paragraph(this.inline.output(this.token.text));
- }
- case 'text': {
- return this.renderer.paragraph(this.parseText());
- }
- }
-};
-
-/**
- * Helpers
- */
-
-function escape(html, encode) {
- return html
- .replace(!encode ? /&(?!#?\w+;)/g : /&/g, '&amp;')
- .replace(/</g, '&lt;')
- .replace(/>/g, '&gt;')
- .replace(/"/g, '&quot;')
- .replace(/'/g, '&#39;');
-}
-
-function unescape(html) {
- return html.replace(/&([#\w]+);/g, function(_, n) {
- n = n.toLowerCase();
- if (n === 'colon') return ':';
- if (n.charAt(0) === '#') {
- return n.charAt(1) === 'x'
- ? String.fromCharCode(parseInt(n.substring(2), 16))
- : String.fromCharCode(+n.substring(1));
- }
- return '';
- });
-}
-
-function replace(regex, opt) {
- regex = regex.source;
- opt = opt || '';
- return function self(name, val) {
- if (!name) return new RegExp(regex, opt);
- val = val.source || val;
- val = val.replace(/(^|[^\[])\^/g, '$1');
- regex = regex.replace(name, val);
- return self;
- };
-}
-
-function noop() {}
-noop.exec = noop;
-
-function merge(obj) {
- var i = 1
- , target
- , key;
-
- for (; i < arguments.length; i++) {
- target = arguments[i];
- for (key in target) {
- if (Object.prototype.hasOwnProperty.call(target, key)) {
- obj[key] = target[key];
- }
- }
- }
-
- return obj;
-}
-
-
-/**
- * Marked
- */
-
-function marked(src, opt, callback) {
- if (callback || typeof opt === 'function') {
- if (!callback) {
- callback = opt;
- opt = null;
- }
-
- opt = merge({}, marked.defaults, opt || {});
-
- var highlight = opt.highlight
- , tokens
- , pending
- , i = 0;
-
- try {
- tokens = Lexer.lex(src, opt)
- } catch (e) {
- return callback(e);
- }
-
- pending = tokens.length;
-
- var done = function(err) {
- if (err) {
- opt.highlight = highlight;
- return callback(err);
- }
-
- var out;
-
- try {
- out = Parser.parse(tokens, opt);
- } catch (e) {
- err = e;
- }
-
- opt.highlight = highlight;
-
- return err
- ? callback(err)
- : callback(null, out);
- };
-
- if (!highlight || highlight.length < 3) {
- return done();
- }
-
- delete opt.highlight;
-
- if (!pending) return done();
-
- for (; i < tokens.length; i++) {
- (function(token) {
- if (token.type !== 'code') {
- return --pending || done();
- }
- return highlight(token.text, token.lang, function(err, code) {
- if (err) return done(err);
- if (code == null || code === token.text) {
- return --pending || done();
- }
- token.text = code;
- token.escaped = true;
- --pending || done();
- });
- })(tokens[i]);
- }
-
- return;
- }
- try {
- if (opt) opt = merge({}, marked.defaults, opt);
- return Parser.parse(Lexer.lex(src, opt), opt);
- } catch (e) {
- e.message += '\nPlease report this to https://github.com/chjj/marked.';
- if ((opt || marked.defaults).silent) {
- return '<p>An error occured:</p><pre>'
- + escape(e.message + '', true)
- + '</pre>';
- }
- throw e;
- }
-}
-
-/**
- * Options
- */
-
-marked.options =
-marked.setOptions = function(opt) {
- merge(marked.defaults, opt);
- return marked;
-};
-
-marked.defaults = {
- gfm: true,
- tables: true,
- breaks: false,
- pedantic: false,
- sanitize: false,
- smartLists: false,
- silent: false,
- highlight: null,
- langPrefix: 'lang-',
- smartypants: false,
- headerPrefix: '',
- renderer: new Renderer,
- xhtml: false
-};
-
-/**
- * Expose
- */
-
-marked.Parser = Parser;
-marked.parser = Parser.parse;
-
-marked.Renderer = Renderer;
-
-marked.Lexer = Lexer;
-marked.lexer = Lexer.lex;
-
-marked.InlineLexer = InlineLexer;
-marked.inlineLexer = InlineLexer.output;
-
-marked.parse = marked;
-
-if (typeof module !== 'undefined' && typeof exports === 'object') {
- module.exports = marked;
-} else if (typeof define === 'function' && define.amd) {
- define(function() { return marked; });
-} else {
- this.marked = marked;
-}
-
-}).call(function() {
- return this || (typeof window !== 'undefined' ? window : global);
-}()); \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/shred.bundle.js b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/shred.bundle.js
deleted file mode 100644
index 83fe8fa6..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/shred.bundle.js
+++ /dev/null
@@ -1,2780 +0,0 @@
-/*
- * Copyright 2016 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var require = function (file, cwd) {
- var resolved = require.resolve(file, cwd || '/');
- var mod = require.modules[resolved];
- if (!mod) throw new Error(
- 'Failed to resolve module ' + file + ', tried ' + resolved
- );
- var res = mod._cached ? mod._cached : mod();
- return res;
-}
-
-require.paths = [];
-require.modules = {};
-require.extensions = [".js",".coffee"];
-
-require._core = {
- 'assert': true,
- 'events': true,
- 'fs': true,
- 'path': true,
- 'vm': true
-};
-
-require.resolve = (function () {
- return function (x, cwd) {
- if (!cwd) cwd = '/';
-
- if (require._core[x]) return x;
- var path = require.modules.path();
- var y = cwd || '.';
-
- if (x.match(/^(?:\.\.?\/|\/)/)) {
- var m = loadAsFileSync(path.resolve(y, x))
- || loadAsDirectorySync(path.resolve(y, x));
- if (m) return m;
- }
-
- var n = loadNodeModulesSync(x, y);
- if (n) return n;
-
- throw new Error("Cannot find module '" + x + "'");
-
- function loadAsFileSync (x) {
- if (require.modules[x]) {
- return x;
- }
-
- for (var i = 0; i < require.extensions.length; i++) {
- var ext = require.extensions[i];
- if (require.modules[x + ext]) return x + ext;
- }
- }
-
- function loadAsDirectorySync (x) {
- x = x.replace(/\/+$/, '');
- var pkgfile = x + '/package.json';
- if (require.modules[pkgfile]) {
- var pkg = require.modules[pkgfile]();
- var b = pkg.browserify;
- if (typeof b === 'object' && b.main) {
- var m = loadAsFileSync(path.resolve(x, b.main));
- if (m) return m;
- }
- else if (typeof b === 'string') {
- var m = loadAsFileSync(path.resolve(x, b));
- if (m) return m;
- }
- else if (pkg.main) {
- var m = loadAsFileSync(path.resolve(x, pkg.main));
- if (m) return m;
- }
- }
-
- return loadAsFileSync(x + '/index');
- }
-
- function loadNodeModulesSync (x, start) {
- var dirs = nodeModulesPathsSync(start);
- for (var i = 0; i < dirs.length; i++) {
- var dir = dirs[i];
- var m = loadAsFileSync(dir + '/' + x);
- if (m) return m;
- var n = loadAsDirectorySync(dir + '/' + x);
- if (n) return n;
- }
-
- var m = loadAsFileSync(x);
- if (m) return m;
- }
-
- function nodeModulesPathsSync (start) {
- var parts;
- if (start === '/') parts = [ '' ];
- else parts = path.normalize(start).split('/');
-
- var dirs = [];
- for (var i = parts.length - 1; i >= 0; i--) {
- if (parts[i] === 'node_modules') continue;
- var dir = parts.slice(0, i + 1).join('/') + '/node_modules';
- dirs.push(dir);
- }
-
- return dirs;
- }
- };
-})();
-
-require.alias = function (from, to) {
- var path = require.modules.path();
- var res = null;
- try {
- res = require.resolve(from + '/package.json', '/');
- }
- catch (err) {
- res = require.resolve(from, '/');
- }
- var basedir = path.dirname(res);
-
- var keys = (Object.keys || function (obj) {
- var res = [];
- for (var key in obj) res.push(key)
- return res;
- })(require.modules);
-
- for (var i = 0; i < keys.length; i++) {
- var key = keys[i];
- if (key.slice(0, basedir.length + 1) === basedir + '/') {
- var f = key.slice(basedir.length);
- require.modules[to + f] = require.modules[basedir + f];
- }
- else if (key === basedir) {
- require.modules[to] = require.modules[basedir];
- }
- }
-};
-
-require.define = function (filename, fn) {
- var dirname = require._core[filename]
- ? ''
- : require.modules.path().dirname(filename)
- ;
-
- var require_ = function (file) {
- return require(file, dirname)
- };
- require_.resolve = function (name) {
- return require.resolve(name, dirname);
- };
- require_.modules = require.modules;
- require_.define = require.define;
- var module_ = { exports : {} };
-
- require.modules[filename] = function () {
- require.modules[filename]._cached = module_.exports;
- fn.call(
- module_.exports,
- require_,
- module_,
- module_.exports,
- dirname,
- filename
- );
- require.modules[filename]._cached = module_.exports;
- return module_.exports;
- };
-};
-
-if (typeof process === 'undefined') process = {};
-
-if (!process.nextTick) process.nextTick = (function () {
- var queue = [];
- var canPost = typeof window !== 'undefined'
- && window.postMessage && window.addEventListener
- ;
-
- if (canPost) {
- window.addEventListener('message', function (ev) {
- if (ev.source === window && ev.data === 'browserify-tick') {
- ev.stopPropagation();
- if (queue.length > 0) {
- var fn = queue.shift();
- fn();
- }
- }
- }, true);
- }
-
- return function (fn) {
- if (canPost) {
- queue.push(fn);
- window.postMessage('browserify-tick', '*');
- }
- else setTimeout(fn, 0);
- };
-})();
-
-if (!process.title) process.title = 'browser';
-
-if (!process.binding) process.binding = function (name) {
- if (name === 'evals') return require('vm')
- else throw new Error('No such module')
-};
-
-if (!process.cwd) process.cwd = function () { return '.' };
-
-require.define("path", function (require, module, exports, __dirname, __filename) {
- function filter (xs, fn) {
- var res = [];
- for (var i = 0; i < xs.length; i++) {
- if (fn(xs[i], i, xs)) res.push(xs[i]);
- }
- return res;
-}
-
-// resolves . and .. elements in a path array with directory names there
-// must be no slashes, empty elements, or device names (c:\) in the array
-// (so also no leading and trailing slashes - it does not distinguish
-// relative and absolute paths)
-function normalizeArray(parts, allowAboveRoot) {
- // if the path tries to go above the root, `up` ends up > 0
- var up = 0;
- for (var i = parts.length; i >= 0; i--) {
- var last = parts[i];
- if (last == '.') {
- parts.splice(i, 1);
- } else if (last === '..') {
- parts.splice(i, 1);
- up++;
- } else if (up) {
- parts.splice(i, 1);
- up--;
- }
- }
-
- // if the path is allowed to go above the root, restore leading ..s
- if (allowAboveRoot) {
- for (; up--; up) {
- parts.unshift('..');
- }
- }
-
- return parts;
-}
-
-// Regex to split a filename into [*, dir, basename, ext]
-// posix version
-var splitPathRe = /^(.+\/(?!$)|\/)?((?:.+?)?(\.[^.]*)?)$/;
-
-// path.resolve([from ...], to)
-// posix version
-exports.resolve = function() {
-var resolvedPath = '',
- resolvedAbsolute = false;
-
-for (var i = arguments.length; i >= -1 && !resolvedAbsolute; i--) {
- var path = (i >= 0)
- ? arguments[i]
- : process.cwd();
-
- // Skip empty and invalid entries
- if (typeof path !== 'string' || !path) {
- continue;
- }
-
- resolvedPath = path + '/' + resolvedPath;
- resolvedAbsolute = path.charAt(0) === '/';
-}
-
-// At this point the path should be resolved to a full absolute path, but
-// handle relative paths to be safe (might happen when process.cwd() fails)
-
-// Normalize the path
-resolvedPath = normalizeArray(filter(resolvedPath.split('/'), function(p) {
- return !!p;
- }), !resolvedAbsolute).join('/');
-
- return ((resolvedAbsolute ? '/' : '') + resolvedPath) || '.';
-};
-
-// path.normalize(path)
-// posix version
-exports.normalize = function(path) {
-var isAbsolute = path.charAt(0) === '/',
- trailingSlash = path.slice(-1) === '/';
-
-// Normalize the path
-path = normalizeArray(filter(path.split('/'), function(p) {
- return !!p;
- }), !isAbsolute).join('/');
-
- if (!path && !isAbsolute) {
- path = '.';
- }
- if (path && trailingSlash) {
- path += '/';
- }
-
- return (isAbsolute ? '/' : '') + path;
-};
-
-
-// posix version
-exports.join = function() {
- var paths = Array.prototype.slice.call(arguments, 0);
- return exports.normalize(filter(paths, function(p, index) {
- return p && typeof p === 'string';
- }).join('/'));
-};
-
-
-exports.dirname = function(path) {
- var dir = splitPathRe.exec(path)[1] || '';
- var isWindows = false;
- if (!dir) {
- // No dirname
- return '.';
- } else if (dir.length === 1 ||
- (isWindows && dir.length <= 3 && dir.charAt(1) === ':')) {
- // It is just a slash or a drive letter with a slash
- return dir;
- } else {
- // It is a full dirname, strip trailing slash
- return dir.substring(0, dir.length - 1);
- }
-};
-
-
-exports.basename = function(path, ext) {
- var f = splitPathRe.exec(path)[2] || '';
- // TODO: make this comparison case-insensitive on windows?
- if (ext && f.substr(-1 * ext.length) === ext) {
- f = f.substr(0, f.length - ext.length);
- }
- return f;
-};
-
-
-exports.extname = function(path) {
- return splitPathRe.exec(path)[3] || '';
-};
-
-});
-
-require.define("/shred.js", function (require, module, exports, __dirname, __filename) {
- // Shred is an HTTP client library intended to simplify the use of Node's
-// built-in HTTP library. In particular, we wanted to make it easier to interact
-// with HTTP-based APIs.
-//
-// See the [examples](./examples.html) for more details.
-
-// Ax is a nice logging library we wrote. You can use any logger, providing it
-// has `info`, `warn`, `debug`, and `error` methods that take a string.
-var Ax = require("ax")
- , CookieJarLib = require( "cookiejar" )
- , CookieJar = CookieJarLib.CookieJar
-;
-
-// Shred takes some options, including a logger and request defaults.
-
-var Shred = function(options) {
- options = (options||{});
- this.agent = options.agent;
- this.defaults = options.defaults||{};
- this.log = options.logger||(new Ax({ level: "info" }));
- this._sharedCookieJar = new CookieJar();
- this.logCurl = options.logCurl || false;
-};
-
-// Most of the real work is done in the request and reponse classes.
-
-Shred.Request = require("./shred/request");
-Shred.Response = require("./shred/response");
-
-// The `request` method kicks off a new request, instantiating a new `Request`
-// object and passing along whatever default options we were given.
-
-Shred.prototype = {
- request: function(options) {
- options.logger = this.log;
- options.logCurl = options.logCurl || this.logCurl;
- options.cookieJar = ( 'cookieJar' in options ) ? options.cookieJar : this._sharedCookieJar; // let them set cookieJar = null
- options.agent = options.agent || this.agent;
- // fill in default options
- for (var key in this.defaults) {
- if (this.defaults.hasOwnProperty(key) && !options[key]) {
- options[key] = this.defaults[key]
- }
- }
- return new Shred.Request(options);
- }
-};
-
-// Define a bunch of convenience methods so that you don't have to include
-// a `method` property in your request options.
-
-"get put post delete".split(" ").forEach(function(method) {
- Shred.prototype[method] = function(options) {
- options.method = method;
- return this.request(options);
- };
-});
-
-
-module.exports = Shred;
-
-});
-
-require.define("/node_modules/ax/package.json", function (require, module, exports, __dirname, __filename) {
- module.exports = {"main":"./lib/ax.js"}
-});
-
-require.define("/node_modules/ax/lib/ax.js", function (require, module, exports, __dirname, __filename) {
- var inspect = require("util").inspect
- , fs = require("fs")
-;
-
-
-// this is a quick-and-dirty logger. there are other nicer loggers out there
-// but the ones i found were also somewhat involved. this one has a Ruby
-// logger type interface
-//
-// we can easily replace this, provide the info, debug, etc. methods are the
-// same. or, we can change Haiku to use a more standard node.js interface
-
-var format = function(level,message) {
- var debug = (level=="debug"||level=="error");
- if (!message) { return message.toString(); }
- if (typeof(message) == "object") {
- if (message instanceof Error && debug) {
- return message.stack;
- } else {
- return inspect(message);
- }
- } else {
- return message.toString();
- }
-};
-
-var noOp = function(message) { return this; }
-var makeLogger = function(level,fn) {
- return function(message) {
- this.stream.write(this.format(level, message)+"\n");
- return this;
- }
-};
-
-var Logger = function(options) {
- var logger = this;
- var options = options||{};
-
- // Default options
- options.level = options.level || "info";
- options.timestamp = options.timestamp || true;
- options.prefix = options.prefix || "";
- logger.options = options;
-
- // Allows a prefix to be added to the message.
- //
- // var logger = new Ax({ module: 'Haiku' })
- // logger.warn('this is going to be awesome!');
- // //=> Haiku: this is going to be awesome!
- //
- if (logger.options.module){
- logger.options.prefix = logger.options.module;
- }
-
- // Write to stderr or a file
- if (logger.options.file){
- logger.stream = fs.createWriteStream(logger.options.file, {"flags": "a"});
- } else {
- if(process.title === "node")
- logger.stream = process.stderr;
- else if(process.title === "browser")
- logger.stream = function () {
- // Work around weird console context issue: http://code.google.com/p/chromium/issues/detail?id=48662
- return console[logger.options.level].apply(console, arguments);
- };
- }
-
- switch(logger.options.level){
- case 'debug':
- ['debug', 'info', 'warn'].forEach(function (level) {
- logger[level] = Logger.writer(level);
- });
- case 'info':
- ['info', 'warn'].forEach(function (level) {
- logger[level] = Logger.writer(level);
- });
- case 'warn':
- logger.warn = Logger.writer('warn');
- }
-}
-
-// Used to define logger methods
-Logger.writer = function(level){
- return function(message){
- var logger = this;
-
- if(process.title === "node")
- logger.stream.write(logger.format(level, message) + '\n');
- else if(process.title === "browser")
- logger.stream(logger.format(level, message) + '\n');
-
- };
-}
-
-
-Logger.prototype = {
- info: function(){},
- debug: function(){},
- warn: function(){},
- error: Logger.writer('error'),
- format: function(level, message){
- if (! message) return '';
-
- var logger = this
- , prefix = logger.options.prefix
- , timestamp = logger.options.timestamp ? " " + (new Date().toISOString()) : ""
- ;
-
- return (prefix + timestamp + ": " + message);
- }
-};
-
-module.exports = Logger;
-
-});
-
-require.define("util", function (require, module, exports, __dirname, __filename) {
- // todo
-
-});
-
-require.define("fs", function (require, module, exports, __dirname, __filename) {
- // nothing to see here... no file methods for the browser
-
-});
-
-require.define("/node_modules/cookiejar/package.json", function (require, module, exports, __dirname, __filename) {
- module.exports = {"main":"cookiejar.js"}
-});
-
-require.define("/node_modules/cookiejar/cookiejar.js", function (require, module, exports, __dirname, __filename) {
- exports.CookieAccessInfo=CookieAccessInfo=function CookieAccessInfo(domain,path,secure,script) {
- if(this instanceof CookieAccessInfo) {
- this.domain=domain||undefined;
- this.path=path||"/";
- this.secure=!!secure;
- this.script=!!script;
- return this;
- }
- else {
- return new CookieAccessInfo(domain,path,secure,script)
- }
-}
-
-exports.Cookie=Cookie=function Cookie(cookiestr) {
- if(cookiestr instanceof Cookie) {
- return cookiestr;
- }
- else {
- if(this instanceof Cookie) {
- this.name = null;
- this.value = null;
- this.expiration_date = Infinity;
- this.path = "/";
- this.domain = null;
- this.secure = false; //how to define?
- this.noscript = false; //httponly
- if(cookiestr) {
- this.parse(cookiestr)
- }
- return this;
- }
- return new Cookie(cookiestr)
- }
-}
-
-Cookie.prototype.toString = function toString() {
- var str=[this.name+"="+this.value];
- if(this.expiration_date !== Infinity) {
- str.push("expires="+(new Date(this.expiration_date)).toGMTString());
- }
- if(this.domain) {
- str.push("domain="+this.domain);
- }
- if(this.path) {
- str.push("path="+this.path);
- }
- if(this.secure) {
- str.push("secure");
- }
- if(this.noscript) {
- str.push("httponly");
- }
- return str.join("; ");
-}
-
-Cookie.prototype.toValueString = function toValueString() {
- return this.name+"="+this.value;
-}
-
-var cookie_str_splitter=/[:](?=\s*[a-zA-Z0-9_\-]+\s*[=])/g
-Cookie.prototype.parse = function parse(str) {
- if(this instanceof Cookie) {
- var parts=str.split(";")
- , pair=parts[0].match(/([^=]+)=((?:.|\n)*)/)
- , key=pair[1]
- , value=pair[2];
- this.name = key;
- this.value = value;
-
- for(var i=1;i<parts.length;i++) {
- pair=parts[i].match(/([^=]+)(?:=((?:.|\n)*))?/)
- , key=pair[1].trim().toLowerCase()
- , value=pair[2];
- switch(key) {
- case "httponly":
- this.noscript = true;
- break;
- case "expires":
- this.expiration_date = value
- ? Number(Date.parse(value))
- : Infinity;
- break;
- case "path":
- this.path = value
- ? value.trim()
- : "";
- break;
- case "domain":
- this.domain = value
- ? value.trim()
- : "";
- break;
- case "secure":
- this.secure = true;
- break
- }
- }
-
- return this;
- }
- return new Cookie().parse(str)
-}
-
-Cookie.prototype.matches = function matches(access_info) {
- if(this.noscript && access_info.script
- || this.secure && !access_info.secure
- || !this.collidesWith(access_info)) {
- return false
- }
- return true;
-}
-
-Cookie.prototype.collidesWith = function collidesWith(access_info) {
- if((this.path && !access_info.path) || (this.domain && !access_info.domain)) {
- return false
- }
- if(this.path && access_info.path.indexOf(this.path) !== 0) {
- return false;
- }
- if (this.domain===access_info.domain) {
- return true;
- }
- else if(this.domain && this.domain.charAt(0)===".")
- {
- var wildcard=access_info.domain.indexOf(this.domain.slice(1))
- if(wildcard===-1 || wildcard!==access_info.domain.length-this.domain.length+1) {
- return false;
- }
- }
- else if(this.domain){
- return false
- }
- return true;
-}
-
-exports.CookieJar=CookieJar=function CookieJar() {
- if(this instanceof CookieJar) {
- var cookies = {} //name: [Cookie]
-
- this.setCookie = function setCookie(cookie) {
- cookie = Cookie(cookie);
- //Delete the cookie if the set is past the current time
- var remove = cookie.expiration_date <= Date.now();
- if(cookie.name in cookies) {
- var cookies_list = cookies[cookie.name];
- for(var i=0;i<cookies_list.length;i++) {
- var collidable_cookie = cookies_list[i];
- if(collidable_cookie.collidesWith(cookie)) {
- if(remove) {
- cookies_list.splice(i,1);
- if(cookies_list.length===0) {
- delete cookies[cookie.name]
- }
- return false;
- }
- else {
- return cookies_list[i]=cookie;
- }
- }
- }
- if(remove) {
- return false;
- }
- cookies_list.push(cookie);
- return cookie;
- }
- else if(remove){
- return false;
- }
- else {
- return cookies[cookie.name]=[cookie];
- }
- }
- //returns a cookie
- this.getCookie = function getCookie(cookie_name,access_info) {
- var cookies_list = cookies[cookie_name];
- for(var i=0;i<cookies_list.length;i++) {
- var cookie = cookies_list[i];
- if(cookie.expiration_date <= Date.now()) {
- if(cookies_list.length===0) {
- delete cookies[cookie.name]
- }
- continue;
- }
- if(cookie.matches(access_info)) {
- return cookie;
- }
- }
- }
- //returns a list of cookies
- this.getCookies = function getCookies(access_info) {
- var matches=[];
- for(var cookie_name in cookies) {
- var cookie=this.getCookie(cookie_name,access_info);
- if (cookie) {
- matches.push(cookie);
- }
- }
- matches.toString=function toString(){return matches.join(":");}
- matches.toValueString=function() {return matches.map(function(c){return c.toValueString();}).join(';');}
- return matches;
- }
-
- return this;
- }
- return new CookieJar()
-}
-
-
-//returns list of cookies that were set correctly
-CookieJar.prototype.setCookies = function setCookies(cookies) {
- cookies=Array.isArray(cookies)
- ?cookies
- :cookies.split(cookie_str_splitter);
- var successful=[]
- for(var i=0;i<cookies.length;i++) {
- var cookie = Cookie(cookies[i]);
- if(this.setCookie(cookie)) {
- successful.push(cookie);
- }
- }
- return successful;
-}
-
-});
-
-require.define("/shred/request.js", function (require, module, exports, __dirname, __filename) {
- // The request object encapsulates a request, creating a Node.js HTTP request and
-// then handling the response.
-
-var HTTP = require("http")
- , HTTPS = require("https")
- , parseUri = require("./parseUri")
- , Emitter = require('events').EventEmitter
- , sprintf = require("sprintf").sprintf
- , Response = require("./response")
- , HeaderMixins = require("./mixins/headers")
- , Content = require("./content")
-;
-
-var STATUS_CODES = HTTP.STATUS_CODES || {
- 100 : 'Continue',
- 101 : 'Switching Protocols',
- 102 : 'Processing', // RFC 2518, obsoleted by RFC 4918
- 200 : 'OK',
- 201 : 'Created',
- 202 : 'Accepted',
- 203 : 'Non-Authoritative Information',
- 204 : 'No Content',
- 205 : 'Reset Content',
- 206 : 'Partial Content',
- 207 : 'Multi-Status', // RFC 4918
- 300 : 'Multiple Choices',
- 301 : 'Moved Permanently',
- 302 : 'Moved Temporarily',
- 303 : 'See Other',
- 304 : 'Not Modified',
- 305 : 'Use Proxy',
- 307 : 'Temporary Redirect',
- 400 : 'Bad Request',
- 401 : 'Unauthorized',
- 402 : 'Payment Required',
- 403 : 'Forbidden',
- 404 : 'Not Found',
- 405 : 'Method Not Allowed',
- 406 : 'Not Acceptable',
- 407 : 'Proxy Authentication Required',
- 408 : 'Request Time-out',
- 409 : 'Conflict',
- 410 : 'Gone',
- 411 : 'Length Required',
- 412 : 'Precondition Failed',
- 413 : 'Request Entity Too Large',
- 414 : 'Request-URI Too Large',
- 415 : 'Unsupported Media Type',
- 416 : 'Requested Range Not Satisfiable',
- 417 : 'Expectation Failed',
- 418 : 'I\'m a teapot', // RFC 2324
- 422 : 'Unprocessable Entity', // RFC 4918
- 423 : 'Locked', // RFC 4918
- 424 : 'Failed Dependency', // RFC 4918
- 425 : 'Unordered Collection', // RFC 4918
- 426 : 'Upgrade Required', // RFC 2817
- 500 : 'Internal Server Error',
- 501 : 'Not Implemented',
- 502 : 'Bad Gateway',
- 503 : 'Service Unavailable',
- 504 : 'Gateway Time-out',
- 505 : 'HTTP Version not supported',
- 506 : 'Variant Also Negotiates', // RFC 2295
- 507 : 'Insufficient Storage', // RFC 4918
- 509 : 'Bandwidth Limit Exceeded',
- 510 : 'Not Extended' // RFC 2774
-};
-
-// The Shred object itself constructs the `Request` object. You should rarely
-// need to do this directly.
-
-var Request = function(options) {
- this.log = options.logger;
- this.cookieJar = options.cookieJar;
- this.encoding = options.encoding;
- this.logCurl = options.logCurl;
- processOptions(this,options||{});
- createRequest(this);
-};
-
-// A `Request` has a number of properties, many of which help with details like
-// URL parsing or defaulting the port for the request.
-
-Object.defineProperties(Request.prototype, {
-
-// - **url**. You can set the `url` property with a valid URL string and all the
-// URL-related properties (host, port, etc.) will be automatically set on the
-// request object.
-
- url: {
- get: function() {
- if (!this.scheme) { return null; }
- return sprintf("%s://%s:%s%s",
- this.scheme, this.host, this.port,
- (this.proxy ? "/" : this.path) +
- (this.query ? ("?" + this.query) : ""));
- },
- set: function(_url) {
- _url = parseUri(_url);
- this.scheme = _url.protocol;
- this.host = _url.host;
- this.port = _url.port;
- this.path = _url.path;
- this.query = _url.query;
- return this;
- },
- enumerable: true
- },
-
-// - **headers**. Returns a hash representing the request headers. You can't set
-// this directly, only get it. You can add or modify headers by using the
-// `setHeader` or `setHeaders` method. This ensures that the headers are
-// normalized - that is, you don't accidentally send `Content-Type` and
-// `content-type` headers. Keep in mind that if you modify the returned hash,
-// it will *not* modify the request headers.
-
- headers: {
- get: function() {
- return this.getHeaders();
- },
- enumerable: true
- },
-
-// - **port**. Unless you set the `port` explicitly or include it in the URL, it
-// will default based on the scheme.
-
- port: {
- get: function() {
- if (!this._port) {
- switch(this.scheme) {
- case "https": return this._port = 443;
- case "http":
- default: return this._port = 80;
- }
- }
- return this._port;
- },
- set: function(value) { this._port = value; return this; },
- enumerable: true
- },
-
-// - **method**. The request method - `get`, `put`, `post`, etc. that will be
-// used to make the request. Defaults to `get`.
-
- method: {
- get: function() {
- return this._method = (this._method||"GET");
- },
- set: function(value) {
- this._method = value; return this;
- },
- enumerable: true
- },
-
-// - **query**. Can be set either with a query string or a hash (object). Get
-// will always return a properly escaped query string or null if there is no
-// query component for the request.
-
- query: {
- get: function() {return this._query;},
- set: function(value) {
- var stringify = function (hash) {
- var query = "";
- for (var key in hash) {
- query += encodeURIComponent(key) + '=' + encodeURIComponent(hash[key]) + '&';
- }
- // Remove the last '&'
- query = query.slice(0, -1);
- return query;
- }
-
- if (value) {
- if (typeof value === 'object') {
- value = stringify(value);
- }
- this._query = value;
- } else {
- this._query = "";
- }
- return this;
- },
- enumerable: true
- },
-
-// - **parameters**. This will return the query parameters in the form of a hash
-// (object).
-
- parameters: {
- get: function() { return QueryString.parse(this._query||""); },
- enumerable: true
- },
-
-// - **content**. (Aliased as `body`.) Set this to add a content entity to the
-// request. Attempts to use the `content-type` header to determine what to do
-// with the content value. Get this to get back a [`Content`
-// object](./content.html).
-
- body: {
- get: function() { return this._body; },
- set: function(value) {
- this._body = new Content({
- data: value,
- type: this.getHeader("Content-Type")
- });
- this.setHeader("Content-Type",this.content.type);
- this.setHeader("Content-Length",this.content.length);
- return this;
- },
- enumerable: true
- },
-
-// - **timeout**. Used to determine how long to wait for a response. Does not
-// distinguish between connect timeouts versus request timeouts. Set either in
-// milliseconds or with an object with temporal attributes (hours, minutes,
-// seconds) and convert it into milliseconds. Get will always return
-// milliseconds.
-
- timeout: {
- get: function() { return this._timeout; }, // in milliseconds
- set: function(timeout) {
- var request = this
- , milliseconds = 0;
- ;
- if (!timeout) return this;
- if (typeof timeout==="number") { milliseconds = timeout; }
- else {
- milliseconds = (timeout.milliseconds||0) +
- (1000 * ((timeout.seconds||0) +
- (60 * ((timeout.minutes||0) +
- (60 * (timeout.hours||0))))));
- }
- this._timeout = milliseconds;
- return this;
- },
- enumerable: true
- }
-});
-
-// Alias `body` property to `content`. Since the [content object](./content.html)
-// has a `body` attribute, it's preferable to use `content` since you can then
-// access the raw content data using `content.body`.
-
-Object.defineProperty(Request.prototype,"content",
- Object.getOwnPropertyDescriptor(Request.prototype, "body"));
-
-// The `Request` object can be pretty overwhelming to view using the built-in
-// Node.js inspect method. We want to make it a bit more manageable. This
-// probably goes [too far in the other
-// direction](https://github.com/spire-io/shred/issues/2).
-
-Request.prototype.inspect = function () {
- var request = this;
- var headers = this.format_headers();
- var summary = ["<Shred Request> ", request.method.toUpperCase(),
- request.url].join(" ")
- return [ summary, "- Headers:", headers].join("\n");
-};
-
-Request.prototype.format_headers = function () {
- var array = []
- var headers = this._headers
- for (var key in headers) {
- if (headers.hasOwnProperty(key)) {
- var value = headers[key]
- array.push("\t" + key + ": " + value);
- }
- }
- return array.join("\n");
-};
-
-// Allow chainable 'on's: shred.get({ ... }).on( ... ). You can pass in a
-// single function, a pair (event, function), or a hash:
-// { event: function, event: function }
-Request.prototype.on = function (eventOrHash, listener) {
- var emitter = this.emitter;
- // Pass in a single argument as a function then make it the default response handler
- if (arguments.length === 1 && typeof(eventOrHash) === 'function') {
- emitter.on('response', eventOrHash);
- } else if (arguments.length === 1 && typeof(eventOrHash) === 'object') {
- for (var key in eventOrHash) {
- if (eventOrHash.hasOwnProperty(key)) {
- emitter.on(key, eventOrHash[key]);
- }
- }
- } else {
- emitter.on(eventOrHash, listener);
- }
- return this;
-};
-
-// Add in the header methods. Again, these ensure we don't get the same header
-// multiple times with different case conventions.
-HeaderMixins.gettersAndSetters(Request);
-
-// `processOptions` is called from the constructor to handle all the work
-// associated with making sure we do our best to ensure we have a valid request.
-
-var processOptions = function(request,options) {
-
- request.log.debug("Processing request options ..");
-
- // We'll use `request.emitter` to manage the `on` event handlers.
- request.emitter = (new Emitter);
-
- request.agent = options.agent;
-
- // Set up the handlers ...
- if (options.on) {
- for (var key in options.on) {
- if (options.on.hasOwnProperty(key)) {
- request.emitter.on(key, options.on[key]);
- }
- }
- }
-
- // Make sure we were give a URL or a host
- if (!options.url && !options.host) {
- request.emitter.emit("request_error",
- new Error("No url or url options (host, port, etc.)"));
- return;
- }
-
- // Allow for the [use of a proxy](http://www.jmarshall.com/easy/http/#proxies).
-
- if (options.url) {
- if (options.proxy) {
- request.url = options.proxy;
- request.path = options.url;
- } else {
- request.url = options.url;
- }
- }
-
- // Set the remaining options.
- request.query = options.query||options.parameters||request.query ;
- request.method = options.method;
- request.setHeader("user-agent",options.agent||"Shred");
- request.setHeaders(options.headers);
-
- if (request.cookieJar) {
- var cookies = request.cookieJar.getCookies( CookieAccessInfo( request.host, request.path ) );
- if (cookies.length) {
- var cookieString = request.getHeader('cookie')||'';
- for (var cookieIndex = 0; cookieIndex < cookies.length; ++cookieIndex) {
- if ( cookieString.length && cookieString[ cookieString.length - 1 ] != ';' )
- {
- cookieString += ';';
- }
- cookieString += cookies[ cookieIndex ].name + '=' + cookies[ cookieIndex ].value + ';';
- }
- request.setHeader("cookie", cookieString);
- }
- }
-
- // The content entity can be set either using the `body` or `content` attributes.
- if (options.body||options.content) {
- request.content = options.body||options.content;
- }
- request.timeout = options.timeout;
-
-};
-
-// `createRequest` is also called by the constructor, after `processOptions`.
-// This actually makes the request and processes the response, so `createRequest`
-// is a bit of a misnomer.
-
-var createRequest = function(request) {
- var timeout ;
-
- request.log.debug("Creating request ..");
- request.log.debug(request);
-
- var reqParams = {
- host: request.host,
- port: request.port,
- method: request.method,
- path: request.path + (request.query ? '?'+request.query : ""),
- headers: request.getHeaders(),
- // Node's HTTP/S modules will ignore this, but we are using the
- // browserify-http module in the browser for both HTTP and HTTPS, and this
- // is how you differentiate the two.
- scheme: request.scheme,
- // Use a provided agent. 'Undefined' is the default, which uses a global
- // agent.
- agent: request.agent
- };
-
- if (request.logCurl) {
- logCurl(request);
- }
-
- var http = request.scheme == "http" ? HTTP : HTTPS;
-
- // Set up the real request using the selected library. The request won't be
- // sent until we call `.end()`.
- request._raw = http.request(reqParams, function(response) {
- request.log.debug("Received response ..");
-
- // We haven't timed out and we have a response, so make sure we clear the
- // timeout so it doesn't fire while we're processing the response.
- clearTimeout(timeout);
-
- // Construct a Shred `Response` object from the response. This will stream
- // the response, thus the need for the callback. We can access the response
- // entity safely once we're in the callback.
- response = new Response(response, request, function(response) {
-
- // Set up some event magic. The precedence is given first to
- // status-specific handlers, then to responses for a given event, and then
- // finally to the more general `response` handler. In the last case, we
- // need to first make sure we're not dealing with a a redirect.
- var emit = function(event) {
- var emitter = request.emitter;
- var textStatus = STATUS_CODES[response.status] ? STATUS_CODES[response.status].toLowerCase() : null;
- if (emitter.listeners(response.status).length > 0 || emitter.listeners(textStatus).length > 0) {
- emitter.emit(response.status, response);
- emitter.emit(textStatus, response);
- } else {
- if (emitter.listeners(event).length>0) {
- emitter.emit(event, response);
- } else if (!response.isRedirect) {
- emitter.emit("response", response);
- //console.warn("Request has no event listener for status code " + response.status);
- }
- }
- };
-
- // Next, check for a redirect. We simply repeat the request with the URL
- // given in the `Location` header. We fire a `redirect` event.
- if (response.isRedirect) {
- request.log.debug("Redirecting to "
- + response.getHeader("Location"));
- request.url = response.getHeader("Location");
- emit("redirect");
- createRequest(request);
-
- // Okay, it's not a redirect. Is it an error of some kind?
- } else if (response.isError) {
- emit("error");
- } else {
- // It looks like we're good shape. Trigger the `success` event.
- emit("success");
- }
- });
- });
-
- // We're still setting up the request. Next, we're going to handle error cases
- // where we have no response. We don't emit an error event because that event
- // takes a response. We don't response handlers to have to check for a null
- // value. However, we [should introduce a different event
- // type](https://github.com/spire-io/shred/issues/3) for this type of error.
- request._raw.on("error", function(error) {
- request.emitter.emit("request_error", error);
- });
-
- request._raw.on("socket", function(socket) {
- request.emitter.emit("socket", socket);
- });
-
- // TCP timeouts should also trigger the "response_error" event.
- request._raw.on('socket', function () {
- request._raw.socket.on('timeout', function () {
- // This should trigger the "error" event on the raw request, which will
- // trigger the "response_error" on the shred request.
- request._raw.abort();
- });
- });
-
-
- // We're almost there. Next, we need to write the request entity to the
- // underlying request object.
- if (request.content) {
- request.log.debug("Streaming body: '" +
- request.content.data.slice(0,59) + "' ... ");
- request._raw.write(request.content.data);
- }
-
- // Finally, we need to set up the timeout. We do this last so that we don't
- // start the clock ticking until the last possible moment.
- if (request.timeout) {
- timeout = setTimeout(function() {
- request.log.debug("Timeout fired, aborting request ...");
- request._raw.abort();
- request.emitter.emit("timeout", request);
- },request.timeout);
- }
-
- // The `.end()` method will cause the request to fire. Technically, it might
- // have already sent the headers and body.
- request.log.debug("Sending request ...");
- request._raw.end();
-};
-
-// Logs the curl command for the request.
-var logCurl = function (req) {
- var headers = req.getHeaders();
- var headerString = "";
-
- for (var key in headers) {
- headerString += '-H "' + key + ": " + headers[key] + '" ';
- }
-
- var bodyString = ""
-
- if (req.content) {
- bodyString += "-d '" + req.content.body + "' ";
- }
-
- var query = req.query ? '?' + req.query : "";
-
- console.log("curl " +
- "-X " + req.method.toUpperCase() + " " +
- req.scheme + "://" + req.host + ":" + req.port + req.path + query + " " +
- headerString +
- bodyString
- );
-};
-
-
-module.exports = Request;
-
-});
-
-require.define("http", function (require, module, exports, __dirname, __filename) {
- // todo
-
-});
-
-require.define("https", function (require, module, exports, __dirname, __filename) {
- // todo
-
-});
-
-require.define("/shred/parseUri.js", function (require, module, exports, __dirname, __filename) {
- // parseUri 1.2.2
-// (c) Steven Levithan <stevenlevithan.com>
-// MIT License
-
-function parseUri (str) {
- var o = parseUri.options,
- m = o.parser[o.strictMode ? "strict" : "loose"].exec(str),
- uri = {},
- i = 14;
-
- while (i--) uri[o.key[i]] = m[i] || "";
-
- uri[o.q.name] = {};
- uri[o.key[12]].replace(o.q.parser, function ($0, $1, $2) {
- if ($1) uri[o.q.name][$1] = $2;
- });
-
- return uri;
-};
-
-parseUri.options = {
- strictMode: false,
- key: ["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"],
- q: {
- name: "queryKey",
- parser: /(?:^|&)([^&=]*)=?([^&]*)/g
- },
- parser: {
- strict: /^(?:([^:\/?#]+):)?(?:\/\/((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?))?((((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/,
- loose: /^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/
- }
-};
-
-module.exports = parseUri;
-
-});
-
-require.define("events", function (require, module, exports, __dirname, __filename) {
- if (!process.EventEmitter) process.EventEmitter = function () {};
-
-var EventEmitter = exports.EventEmitter = process.EventEmitter;
-var isArray = typeof Array.isArray === 'function'
- ? Array.isArray
- : function (xs) {
- return Object.toString.call(xs) === '[object Array]'
- }
-;
-
-// By default EventEmitters will print a warning if more than
-// 10 listeners are added to it. This is a useful default which
-// helps finding memory leaks.
-//
-// Obviously not all Emitters should be limited to 10. This function allows
-// that to be increased. Set to zero for unlimited.
-var defaultMaxListeners = 10;
-EventEmitter.prototype.setMaxListeners = function(n) {
- if (!this._events) this._events = {};
- this._events.maxListeners = n;
-};
-
-
-EventEmitter.prototype.emit = function(type) {
- // If there is no 'error' event listener then throw.
- if (type === 'error') {
- if (!this._events || !this._events.error ||
- (isArray(this._events.error) && !this._events.error.length))
- {
- if (arguments[1] instanceof Error) {
- throw arguments[1]; // Unhandled 'error' event
- } else {
- throw new Error("Uncaught, unspecified 'error' event.");
- }
- return false;
- }
- }
-
- if (!this._events) return false;
- var handler = this._events[type];
- if (!handler) return false;
-
- if (typeof handler == 'function') {
- switch (arguments.length) {
- // fast cases
- case 1:
- handler.call(this);
- break;
- case 2:
- handler.call(this, arguments[1]);
- break;
- case 3:
- handler.call(this, arguments[1], arguments[2]);
- break;
- // slower
- default:
- var args = Array.prototype.slice.call(arguments, 1);
- handler.apply(this, args);
- }
- return true;
-
- } else if (isArray(handler)) {
- var args = Array.prototype.slice.call(arguments, 1);
-
- var listeners = handler.slice();
- for (var i = 0, l = listeners.length; i < l; i++) {
- listeners[i].apply(this, args);
- }
- return true;
-
- } else {
- return false;
- }
-};
-
-// EventEmitter is defined in src/node_events.cc
-// EventEmitter.prototype.emit() is also defined there.
-EventEmitter.prototype.addListener = function(type, listener) {
- if ('function' !== typeof listener) {
- throw new Error('addListener only takes instances of Function');
- }
-
- if (!this._events) this._events = {};
-
- // To avoid recursion in the case that type == "newListeners"! Before
- // adding it to the listeners, first emit "newListeners".
- this.emit('newListener', type, listener);
-
- if (!this._events[type]) {
- // Optimize the case of one listener. Don't need the extra array object.
- this._events[type] = listener;
- } else if (isArray(this._events[type])) {
-
- // Check for listener leak
- if (!this._events[type].warned) {
- var m;
- if (this._events.maxListeners !== undefined) {
- m = this._events.maxListeners;
- } else {
- m = defaultMaxListeners;
- }
-
- if (m && m > 0 && this._events[type].length > m) {
- this._events[type].warned = true;
- console.error('(node) warning: possible EventEmitter memory ' +
- 'leak detected. %d listeners added. ' +
- 'Use emitter.setMaxListeners() to increase limit.',
- this._events[type].length);
- console.trace();
- }
- }
-
- // If we've already got an array, just append.
- this._events[type].push(listener);
- } else {
- // Adding the second element, need to change to array.
- this._events[type] = [this._events[type], listener];
- }
-
- return this;
-};
-
-EventEmitter.prototype.on = EventEmitter.prototype.addListener;
-
-EventEmitter.prototype.once = function(type, listener) {
- var self = this;
- self.on(type, function g() {
- self.removeListener(type, g);
- listener.apply(this, arguments);
- });
-
- return this;
-};
-
-EventEmitter.prototype.removeListener = function(type, listener) {
- if ('function' !== typeof listener) {
- throw new Error('removeListener only takes instances of Function');
- }
-
- // does not use listeners(), so no side effect of creating _events[type]
- if (!this._events || !this._events[type]) return this;
-
- var list = this._events[type];
-
- if (isArray(list)) {
- var i = list.indexOf(listener);
- if (i < 0) return this;
- list.splice(i, 1);
- if (list.length == 0)
- delete this._events[type];
- } else if (this._events[type] === listener) {
- delete this._events[type];
- }
-
- return this;
-};
-
-EventEmitter.prototype.removeAllListeners = function(type) {
- // does not use listeners(), so no side effect of creating _events[type]
- if (type && this._events && this._events[type]) this._events[type] = null;
- return this;
-};
-
-EventEmitter.prototype.listeners = function(type) {
- if (!this._events) this._events = {};
- if (!this._events[type]) this._events[type] = [];
- if (!isArray(this._events[type])) {
- this._events[type] = [this._events[type]];
- }
- return this._events[type];
-};
-
-});
-
-require.define("/node_modules/sprintf/package.json", function (require, module, exports, __dirname, __filename) {
- module.exports = {"main":"./lib/sprintf"}
-});
-
-require.define("/node_modules/sprintf/lib/sprintf.js", function (require, module, exports, __dirname, __filename) {
- /**
-sprintf() for JavaScript 0.7-beta1
-http://www.diveintojavascript.com/projects/javascript-sprintf
-
-Copyright (c) Alexandru Marasteanu <alexaholic [at) gmail (dot] com>
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- * Neither the name of sprintf() for JavaScript nor the
- names of its contributors may be used to endorse or promote products
- derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL Alexandru Marasteanu BE LIABLE FOR ANY
-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-
-Changelog:
-2010.11.07 - 0.7-beta1-node
- - converted it to a node.js compatible module
-
-2010.09.06 - 0.7-beta1
- - features: vsprintf, support for named placeholders
- - enhancements: format cache, reduced global namespace pollution
-
-2010.05.22 - 0.6:
- - reverted to 0.4 and fixed the bug regarding the sign of the number 0
- Note:
- Thanks to Raphael Pigulla <raph (at] n3rd [dot) org> (http://www.n3rd.org/)
- who warned me about a bug in 0.5, I discovered that the last update was
- a regress. I appologize for that.
-
-2010.05.09 - 0.5:
- - bug fix: 0 is now preceeded with a + sign
- - bug fix: the sign was not at the right position on padded results (Kamal Abdali)
- - switched from GPL to BSD license
-
-2007.10.21 - 0.4:
- - unit test and patch (David Baird)
-
-2007.09.17 - 0.3:
- - bug fix: no longer throws exception on empty paramenters (Hans Pufal)
-
-2007.09.11 - 0.2:
- - feature: added argument swapping
-
-2007.04.03 - 0.1:
- - initial release
-**/
-
-var sprintf = (function() {
- function get_type(variable) {
- return Object.prototype.toString.call(variable).slice(8, -1).toLowerCase();
- }
- function str_repeat(input, multiplier) {
- for (var output = []; multiplier > 0; output[--multiplier] = input) {/* do nothing */}
- return output.join('');
- }
-
- var str_format = function() {
- if (!str_format.cache.hasOwnProperty(arguments[0])) {
- str_format.cache[arguments[0]] = str_format.parse(arguments[0]);
- }
- return str_format.format.call(null, str_format.cache[arguments[0]], arguments);
- };
-
- str_format.format = function(parse_tree, argv) {
- var cursor = 1, tree_length = parse_tree.length, node_type = '', arg, output = [], i, k, match, pad, pad_character, pad_length;
- for (i = 0; i < tree_length; i++) {
- node_type = get_type(parse_tree[i]);
- if (node_type === 'string') {
- output.push(parse_tree[i]);
- }
- else if (node_type === 'array') {
- match = parse_tree[i]; // convenience purposes only
- if (match[2]) { // keyword argument
- arg = argv[cursor];
- for (k = 0; k < match[2].length; k++) {
- if (!arg.hasOwnProperty(match[2][k])) {
- throw(sprintf('[sprintf] property "%s" does not exist', match[2][k]));
- }
- arg = arg[match[2][k]];
- }
- }
- else if (match[1]) { // positional argument (explicit)
- arg = argv[match[1]];
- }
- else { // positional argument (implicit)
- arg = argv[cursor++];
- }
-
- if (/[^s]/.test(match[8]) && (get_type(arg) != 'number')) {
- throw(sprintf('[sprintf] expecting number but found %s', get_type(arg)));
- }
- switch (match[8]) {
- case 'b': arg = arg.toString(2); break;
- case 'c': arg = String.fromCharCode(arg); break;
- case 'd': arg = parseInt(arg, 10); break;
- case 'e': arg = match[7] ? arg.toExponential(match[7]) : arg.toExponential(); break;
- case 'f': arg = match[7] ? parseFloat(arg).toFixed(match[7]) : parseFloat(arg); break;
- case 'o': arg = arg.toString(8); break;
- case 's': arg = ((arg = String(arg)) && match[7] ? arg.substring(0, match[7]) : arg); break;
- case 'u': arg = Math.abs(arg); break;
- case 'x': arg = arg.toString(16); break;
- case 'X': arg = arg.toString(16).toUpperCase(); break;
- }
- arg = (/[def]/.test(match[8]) && match[3] && arg >= 0 ? '+'+ arg : arg);
- pad_character = match[4] ? match[4] == '0' ? '0' : match[4].charAt(1) : ' ';
- pad_length = match[6] - String(arg).length;
- pad = match[6] ? str_repeat(pad_character, pad_length) : '';
- output.push(match[5] ? arg + pad : pad + arg);
- }
- }
- return output.join('');
- };
-
- str_format.cache = {};
-
- str_format.parse = function(fmt) {
- var _fmt = fmt, match = [], parse_tree = [], arg_names = 0;
- while (_fmt) {
- if ((match = /^[^\x25]+/.exec(_fmt)) !== null) {
- parse_tree.push(match[0]);
- }
- else if ((match = /^\x25{2}/.exec(_fmt)) !== null) {
- parse_tree.push('%');
- }
- else if ((match = /^\x25(?:([1-9]\d*)\$|\(([^\)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-fosuxX])/.exec(_fmt)) !== null) {
- if (match[2]) {
- arg_names |= 1;
- var field_list = [], replacement_field = match[2], field_match = [];
- if ((field_match = /^([a-z_][a-z_\d]*)/i.exec(replacement_field)) !== null) {
- field_list.push(field_match[1]);
- while ((replacement_field = replacement_field.substring(field_match[0].length)) !== '') {
- if ((field_match = /^\.([a-z_][a-z_\d]*)/i.exec(replacement_field)) !== null) {
- field_list.push(field_match[1]);
- }
- else if ((field_match = /^\[(\d+)\]/.exec(replacement_field)) !== null) {
- field_list.push(field_match[1]);
- }
- else {
- throw('[sprintf] huh?');
- }
- }
- }
- else {
- throw('[sprintf] huh?');
- }
- match[2] = field_list;
- }
- else {
- arg_names |= 2;
- }
- if (arg_names === 3) {
- throw('[sprintf] mixing positional and named placeholders is not (yet) supported');
- }
- parse_tree.push(match);
- }
- else {
- throw('[sprintf] huh?');
- }
- _fmt = _fmt.substring(match[0].length);
- }
- return parse_tree;
- };
-
- return str_format;
-})();
-
-var vsprintf = function(fmt, argv) {
- argv.unshift(fmt);
- return sprintf.apply(null, argv);
-};
-
-exports.sprintf = sprintf;
-exports.vsprintf = vsprintf;
-});
-
-require.define("/shred/response.js", function (require, module, exports, __dirname, __filename) {
- // The `Response object` encapsulates a Node.js HTTP response.
-
-var Content = require("./content")
- , HeaderMixins = require("./mixins/headers")
- , CookieJarLib = require( "cookiejar" )
- , Cookie = CookieJarLib.Cookie
-;
-
-// Browser doesn't have zlib.
-var zlib = null;
-try {
- zlib = require('zlib');
-} catch (e) {
- // console.warn("no zlib library");
-}
-
-// Iconv doesn't work in browser
-var Iconv = null;
-try {
- Iconv = require('iconv-lite');
-} catch (e) {
- // console.warn("no iconv library");
-}
-
-// Construct a `Response` object. You should never have to do this directly. The
-// `Request` object handles this, getting the raw response object and passing it
-// in here, along with the request. The callback allows us to stream the response
-// and then use the callback to let the request know when it's ready.
-var Response = function(raw, request, callback) {
- var response = this;
- this._raw = raw;
-
- // The `._setHeaders` method is "private"; you can't otherwise set headers on
- // the response.
- this._setHeaders.call(this,raw.headers);
-
- // store any cookies
- if (request.cookieJar && this.getHeader('set-cookie')) {
- var cookieStrings = this.getHeader('set-cookie');
- var cookieObjs = []
- , cookie;
-
- for (var i = 0; i < cookieStrings.length; i++) {
- var cookieString = cookieStrings[i];
- if (!cookieString) {
- continue;
- }
-
- if (!cookieString.match(/domain\=/i)) {
- cookieString += '; domain=' + request.host;
- }
-
- if (!cookieString.match(/path\=/i)) {
- cookieString += '; path=' + request.path;
- }
-
- try {
- cookie = new Cookie(cookieString);
- if (cookie) {
- cookieObjs.push(cookie);
- }
- } catch (e) {
- console.warn("Tried to set bad cookie: " + cookieString);
- }
- }
-
- request.cookieJar.setCookies(cookieObjs);
- }
-
- this.request = request;
- this.client = request.client;
- this.log = this.request.log;
-
- // Stream the response content entity and fire the callback when we're done.
- // Store the incoming data in a array of Buffers which we concatinate into one
- // buffer at the end. We need to use buffers instead of strings here in order
- // to preserve binary data.
- var chunkBuffers = [];
- var dataLength = 0;
- raw.on("data", function(chunk) {
- chunkBuffers.push(chunk);
- dataLength += chunk.length;
- });
- raw.on("end", function() {
- var body;
- if (typeof Buffer === 'undefined') {
- // Just concatinate into a string
- body = chunkBuffers.join('');
- } else {
- // Initialize new buffer and add the chunks one-at-a-time.
- body = new Buffer(dataLength);
- for (var i = 0, pos = 0; i < chunkBuffers.length; i++) {
- chunkBuffers[i].copy(body, pos);
- pos += chunkBuffers[i].length;
- }
- }
-
- var setBodyAndFinish = function (body) {
- response._body = new Content({
- body: body,
- type: response.getHeader("Content-Type")
- });
- callback(response);
- }
-
- if (zlib && response.getHeader("Content-Encoding") === 'gzip'){
- zlib.gunzip(body, function (err, gunzippedBody) {
- if (Iconv && response.request.encoding){
- body = Iconv.fromEncoding(gunzippedBody,response.request.encoding);
- } else {
- body = gunzippedBody.toString();
- }
- setBodyAndFinish(body);
- })
- }
- else{
- if (response.request.encoding){
- body = Iconv.fromEncoding(body,response.request.encoding);
- }
- setBodyAndFinish(body);
- }
- });
-};
-
-// The `Response` object can be pretty overwhelming to view using the built-in
-// Node.js inspect method. We want to make it a bit more manageable. This
-// probably goes [too far in the other
-// direction](https://github.com/spire-io/shred/issues/2).
-
-Response.prototype = {
- inspect: function() {
- var response = this;
- var headers = this.format_headers();
- var summary = ["<Shred Response> ", response.status].join(" ")
- return [ summary, "- Headers:", headers].join("\n");
- },
- format_headers: function () {
- var array = []
- var headers = this._headers
- for (var key in headers) {
- if (headers.hasOwnProperty(key)) {
- var value = headers[key]
- array.push("\t" + key + ": " + value);
- }
- }
- return array.join("\n");
- }
-};
-
-// `Response` object properties, all of which are read-only:
-Object.defineProperties(Response.prototype, {
-
-// - **status**. The HTTP status code for the response.
- status: {
- get: function() { return this._raw.statusCode; },
- enumerable: true
- },
-
-// - **content**. The HTTP content entity, if any. Provided as a [content
-// object](./content.html), which will attempt to convert the entity based upon
-// the `content-type` header. The converted value is available as
-// `content.data`. The original raw content entity is available as
-// `content.body`.
- body: {
- get: function() { return this._body; }
- },
- content: {
- get: function() { return this.body; },
- enumerable: true
- },
-
-// - **isRedirect**. Is the response a redirect? These are responses with 3xx
-// status and a `Location` header.
- isRedirect: {
- get: function() {
- return (this.status>299
- &&this.status<400
- &&this.getHeader("Location"));
- },
- enumerable: true
- },
-
-// - **isError**. Is the response an error? These are responses with status of
-// 400 or greater.
- isError: {
- get: function() {
- return (this.status === 0 || this.status > 399)
- },
- enumerable: true
- }
-});
-
-// Add in the [getters for accessing the normalized headers](./headers.js).
-HeaderMixins.getters(Response);
-HeaderMixins.privateSetters(Response);
-
-// Work around Mozilla bug #608735 [https://bugzil.la/608735], which causes
-// getAllResponseHeaders() to return {} if the response is a CORS request.
-// xhr.getHeader still works correctly.
-var getHeader = Response.prototype.getHeader;
-Response.prototype.getHeader = function (name) {
- return (getHeader.call(this,name) ||
- (typeof this._raw.getHeader === 'function' && this._raw.getHeader(name)));
-};
-
-module.exports = Response;
-
-});
-
-require.define("/shred/content.js", function (require, module, exports, __dirname, __filename) {
-
-// The purpose of the `Content` object is to abstract away the data conversions
-// to and from raw content entities as strings. For example, you want to be able
-// to pass in a Javascript object and have it be automatically converted into a
-// JSON string if the `content-type` is set to a JSON-based media type.
-// Conversely, you want to be able to transparently get back a Javascript object
-// in the response if the `content-type` is a JSON-based media-type.
-
-// One limitation of the current implementation is that it [assumes the `charset` is UTF-8](https://github.com/spire-io/shred/issues/5).
-
-// The `Content` constructor takes an options object, which *must* have either a
-// `body` or `data` property and *may* have a `type` property indicating the
-// media type. If there is no `type` attribute, a default will be inferred.
-var Content = function(options) {
- this.body = options.body;
- this.data = options.data;
- this.type = options.type;
-};
-
-Content.prototype = {
- // Treat `toString()` as asking for the `content.body`. That is, the raw content entity.
- //
- // toString: function() { return this.body; }
- //
- // Commented out, but I've forgotten why. :/
-};
-
-
-// `Content` objects have the following attributes:
-Object.defineProperties(Content.prototype,{
-
-// - **type**. Typically accessed as `content.type`, reflects the `content-type`
-// header associated with the request or response. If not passed as an options
-// to the constructor or set explicitly, it will infer the type the `data`
-// attribute, if possible, and, failing that, will default to `text/plain`.
- type: {
- get: function() {
- if (this._type) {
- return this._type;
- } else {
- if (this._data) {
- switch(typeof this._data) {
- case "string": return "text/plain";
- case "object": return "application/json";
- }
- }
- }
- return "text/plain";
- },
- set: function(value) {
- this._type = value;
- return this;
- },
- enumerable: true
- },
-
-// - **data**. Typically accessed as `content.data`, reflects the content entity
-// converted into Javascript data. This can be a string, if the `type` is, say,
-// `text/plain`, but can also be a Javascript object. The conversion applied is
-// based on the `processor` attribute. The `data` attribute can also be set
-// directly, in which case the conversion will be done the other way, to infer
-// the `body` attribute.
- data: {
- get: function() {
- if (this._body) {
- return this.processor.parser(this._body);
- } else {
- return this._data;
- }
- },
- set: function(data) {
- if (this._body&&data) Errors.setDataWithBody(this);
- this._data = data;
- return this;
- },
- enumerable: true
- },
-
-// - **body**. Typically accessed as `content.body`, reflects the content entity
-// as a UTF-8 string. It is the mirror of the `data` attribute. If you set the
-// `data` attribute, the `body` attribute will be inferred and vice-versa. If
-// you attempt to set both, an exception is raised.
- body: {
- get: function() {
- if (this._data) {
- return this.processor.stringify(this._data);
- } else {
- return this.processor.stringify(this._body);
- }
- },
- set: function(body) {
- if (this._data&&body) Errors.setBodyWithData(this);
- this._body = body;
- return this;
- },
- enumerable: true
- },
-
-// - **processor**. The functions that will be used to convert to/from `data` and
-// `body` attributes. You can add processors. The two that are built-in are for
-// `text/plain`, which is basically an identity transformation and
-// `application/json` and other JSON-based media types (including custom media
-// types with `+json`). You can add your own processors. See below.
- processor: {
- get: function() {
- var processor = Content.processors[this.type];
- if (processor) {
- return processor;
- } else {
- // Return the first processor that matches any part of the
- // content type. ex: application/vnd.foobar.baz+json will match json.
- var main = this.type.split(";")[0];
- var parts = main.split(/\+|\//);
- for (var i=0, l=parts.length; i < l; i++) {
- processor = Content.processors[parts[i]]
- }
- return processor || {parser:identity,stringify:toString};
- }
- },
- enumerable: true
- },
-
-// - **length**. Typically accessed as `content.length`, returns the length in
-// bytes of the raw content entity.
- length: {
- get: function() {
- if (typeof Buffer !== 'undefined') {
- return Buffer.byteLength(this.body);
- }
- return this.body.length;
- }
- }
-});
-
-Content.processors = {};
-
-// The `registerProcessor` function allows you to add your own processors to
-// convert content entities. Each processor consists of a Javascript object with
-// two properties:
-// - **parser**. The function used to parse a raw content entity and convert it
-// into a Javascript data type.
-// - **stringify**. The function used to convert a Javascript data type into a
-// raw content entity.
-Content.registerProcessor = function(types,processor) {
-
-// You can pass an array of types that will trigger this processor, or just one.
-// We determine the array via duck-typing here.
- if (types.forEach) {
- types.forEach(function(type) {
- Content.processors[type] = processor;
- });
- } else {
- // If you didn't pass an array, we just use what you pass in.
- Content.processors[types] = processor;
- }
-};
-
-// Register the identity processor, which is used for text-based media types.
-var identity = function(x) { return x; }
- , toString = function(x) { return x.toString(); }
-Content.registerProcessor(
- ["text/html","text/plain","text"],
- { parser: identity, stringify: toString });
-
-// Register the JSON processor, which is used for JSON-based media types.
-Content.registerProcessor(
- ["application/json; charset=utf-8","application/json","json"],
- {
- parser: function(string) {
- return JSON.parse(string);
- },
- stringify: function(data) {
- return JSON.stringify(data); }});
-
-// Error functions are defined separately here in an attempt to make the code
-// easier to read.
-var Errors = {
- setDataWithBody: function(object) {
- throw new Error("Attempt to set data attribute of a content object " +
- "when the body attributes was already set.");
- },
- setBodyWithData: function(object) {
- throw new Error("Attempt to set body attribute of a content object " +
- "when the data attributes was already set.");
- }
-}
-module.exports = Content;
-
-});
-
-require.define("/shred/mixins/headers.js", function (require, module, exports, __dirname, __filename) {
- // The header mixins allow you to add HTTP header support to any object. This
-// might seem pointless: why not simply use a hash? The main reason is that, per
-// the [HTTP spec](http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2),
-// headers are case-insensitive. So, for example, `content-type` is the same as
-// `CONTENT-TYPE` which is the same as `Content-Type`. Since there is no way to
-// overload the index operator in Javascript, using a hash to represent the
-// headers means it's possible to have two conflicting values for a single
-// header.
-//
-// The solution to this is to provide explicit methods to set or get headers.
-// This also has the benefit of allowing us to introduce additional variations,
-// including snake case, which we automatically convert to what Matthew King has
-// dubbed "corset case" - the hyphen-separated names with initial caps:
-// `Content-Type`. We use corset-case just in case we're dealing with servers
-// that haven't properly implemented the spec.
-
-// Convert headers to corset-case. **Example:** `CONTENT-TYPE` will be converted
-// to `Content-Type`.
-
-var corsetCase = function(string) {
- return string;//.toLowerCase()
- //.replace("_","-")
- // .replace(/(^|-)(\w)/g,
- // function(s) { return s.toUpperCase(); });
-};
-
-// We suspect that `initializeHeaders` was once more complicated ...
-var initializeHeaders = function(object) {
- return {};
-};
-
-// Access the `_headers` property using lazy initialization. **Warning:** If you
-// mix this into an object that is using the `_headers` property already, you're
-// going to have trouble.
-var $H = function(object) {
- return object._headers||(object._headers=initializeHeaders(object));
-};
-
-// Hide the implementations as private functions, separate from how we expose them.
-
-// The "real" `getHeader` function: get the header after normalizing the name.
-var getHeader = function(object,name) {
- return $H(object)[corsetCase(name)];
-};
-
-// The "real" `getHeader` function: get one or more headers, or all of them
-// if you don't ask for any specifics.
-var getHeaders = function(object,names) {
- var keys = (names && names.length>0) ? names : Object.keys($H(object));
- var hash = keys.reduce(function(hash,key) {
- hash[key] = getHeader(object,key);
- return hash;
- },{});
- // Freeze the resulting hash so you don't mistakenly think you're modifying
- // the real headers.
- Object.freeze(hash);
- return hash;
-};
-
-// The "real" `setHeader` function: set a header, after normalizing the name.
-var setHeader = function(object,name,value) {
- $H(object)[corsetCase(name)] = value;
- return object;
-};
-
-// The "real" `setHeaders` function: set multiple headers based on a hash.
-var setHeaders = function(object,hash) {
- for( var key in hash ) { setHeader(object,key,hash[key]); };
- return this;
-};
-
-// Here's where we actually bind the functionality to an object. These mixins work by
-// exposing mixin functions. Each function mixes in a specific batch of features.
-module.exports = {
-
- // Add getters.
- getters: function(constructor) {
- constructor.prototype.getHeader = function(name) { return getHeader(this,name); };
- constructor.prototype.getHeaders = function() { return getHeaders(this,arguments); };
- },
- // Add setters but as "private" methods.
- privateSetters: function(constructor) {
- constructor.prototype._setHeader = function(key,value) { return setHeader(this,key,value); };
- constructor.prototype._setHeaders = function(hash) { return setHeaders(this,hash); };
- },
- // Add setters.
- setters: function(constructor) {
- constructor.prototype.setHeader = function(key,value) { return setHeader(this,key,value); };
- constructor.prototype.setHeaders = function(hash) { return setHeaders(this,hash); };
- },
- // Add both getters and setters.
- gettersAndSetters: function(constructor) {
- constructor.prototype.getHeader = function(name) { return getHeader(this,name); };
- constructor.prototype.getHeaders = function() { return getHeaders(this,arguments); };
- constructor.prototype.setHeader = function(key,value) { return setHeader(this,key,value); };
- constructor.prototype.setHeaders = function(hash) { return setHeaders(this,hash); };
- }
-};
-
-});
-
-require.define("/node_modules/iconv-lite/package.json", function (require, module, exports, __dirname, __filename) {
- module.exports = {}
-});
-
-require.define("/node_modules/iconv-lite/index.js", function (require, module, exports, __dirname, __filename) {
- // Module exports
-var iconv = module.exports = {
- toEncoding: function(str, encoding) {
- return iconv.getCodec(encoding).toEncoding(str);
- },
- fromEncoding: function(buf, encoding) {
- return iconv.getCodec(encoding).fromEncoding(buf);
- },
-
- defaultCharUnicode: '�',
- defaultCharSingleByte: '?',
-
- // Get correct codec for given encoding.
- getCodec: function(encoding) {
- var enc = encoding || "utf8";
- var codecOptions = undefined;
- while (1) {
- if (getType(enc) === "String")
- enc = enc.replace(/[- ]/g, "").toLowerCase();
- var codec = iconv.encodings[enc];
- var type = getType(codec);
- if (type === "String") {
- // Link to other encoding.
- codecOptions = {originalEncoding: enc};
- enc = codec;
- }
- else if (type === "Object" && codec.type != undefined) {
- // Options for other encoding.
- codecOptions = codec;
- enc = codec.type;
- }
- else if (type === "Function")
- // Codec itself.
- return codec(codecOptions);
- else
- throw new Error("Encoding not recognized: '" + encoding + "' (searched as: '"+enc+"')");
- }
- },
-
- // Define basic encodings
- encodings: {
- internal: function(options) {
- return {
- toEncoding: function(str) {
- return new Buffer(ensureString(str), options.originalEncoding);
- },
- fromEncoding: function(buf) {
- return ensureBuffer(buf).toString(options.originalEncoding);
- }
- };
- },
- utf8: "internal",
- ucs2: "internal",
- binary: "internal",
- ascii: "internal",
- base64: "internal",
-
- // Codepage single-byte encodings.
- singlebyte: function(options) {
- // Prepare chars if needed
- if (!options.chars || (options.chars.length !== 128 && options.chars.length !== 256))
- throw new Error("Encoding '"+options.type+"' has incorrect 'chars' (must be of len 128 or 256)");
-
- if (options.chars.length === 128)
- options.chars = asciiString + options.chars;
-
- if (!options.charsBuf) {
- options.charsBuf = new Buffer(options.chars, 'ucs2');
- }
-
- if (!options.revCharsBuf) {
- options.revCharsBuf = new Buffer(65536);
- var defChar = iconv.defaultCharSingleByte.charCodeAt(0);
- for (var i = 0; i < options.revCharsBuf.length; i++)
- options.revCharsBuf[i] = defChar;
- for (var i = 0; i < options.chars.length; i++)
- options.revCharsBuf[options.chars.charCodeAt(i)] = i;
- }
-
- return {
- toEncoding: function(str) {
- str = ensureString(str);
-
- var buf = new Buffer(str.length);
- var revCharsBuf = options.revCharsBuf;
- for (var i = 0; i < str.length; i++)
- buf[i] = revCharsBuf[str.charCodeAt(i)];
-
- return buf;
- },
- fromEncoding: function(buf) {
- buf = ensureBuffer(buf);
-
- // Strings are immutable in JS -> we use ucs2 buffer to speed up computations.
- var charsBuf = options.charsBuf;
- var newBuf = new Buffer(buf.length*2);
- var idx1 = 0, idx2 = 0;
- for (var i = 0, _len = buf.length; i < _len; i++) {
- idx1 = buf[i]*2; idx2 = i*2;
- newBuf[idx2] = charsBuf[idx1];
- newBuf[idx2+1] = charsBuf[idx1+1];
- }
- return newBuf.toString('ucs2');
- }
- };
- },
-
- // Codepage double-byte encodings.
- table: function(options) {
- var table = options.table, key, revCharsTable = options.revCharsTable;
- if (!table) {
- throw new Error("Encoding '" + options.type +"' has incorect 'table' option");
- }
- if(!revCharsTable) {
- revCharsTable = options.revCharsTable = {};
- for (key in table) {
- revCharsTable[table[key]] = parseInt(key);
- }
- }
-
- return {
- toEncoding: function(str) {
- str = ensureString(str);
- var strLen = str.length;
- var bufLen = strLen;
- for (var i = 0; i < strLen; i++)
- if (str.charCodeAt(i) >> 7)
- bufLen++;
-
- var newBuf = new Buffer(bufLen), gbkcode, unicode,
- defaultChar = revCharsTable[iconv.defaultCharUnicode.charCodeAt(0)];
-
- for (var i = 0, j = 0; i < strLen; i++) {
- unicode = str.charCodeAt(i);
- if (unicode >> 7) {
- gbkcode = revCharsTable[unicode] || defaultChar;
- newBuf[j++] = gbkcode >> 8; //high byte;
- newBuf[j++] = gbkcode & 0xFF; //low byte
- } else {//ascii
- newBuf[j++] = unicode;
- }
- }
- return newBuf;
- },
- fromEncoding: function(buf) {
- buf = ensureBuffer(buf);
- var bufLen = buf.length, strLen = 0;
- for (var i = 0; i < bufLen; i++) {
- strLen++;
- if (buf[i] & 0x80) //the high bit is 1, so this byte is gbkcode's high byte.skip next byte
- i++;
- }
- var newBuf = new Buffer(strLen*2), unicode, gbkcode,
- defaultChar = iconv.defaultCharUnicode.charCodeAt(0);
-
- for (var i = 0, j = 0; i < bufLen; i++, j+=2) {
- gbkcode = buf[i];
- if (gbkcode & 0x80) {
- gbkcode = (gbkcode << 8) + buf[++i];
- unicode = table[gbkcode] || defaultChar;
- } else {
- unicode = gbkcode;
- }
- newBuf[j] = unicode & 0xFF; //low byte
- newBuf[j+1] = unicode >> 8; //high byte
- }
- return newBuf.toString('ucs2');
- }
- }
- }
- }
-};
-
-// Add aliases to convert functions
-iconv.encode = iconv.toEncoding;
-iconv.decode = iconv.fromEncoding;
-
-// Load other encodings from files in /encodings dir.
-var encodingsDir = __dirname+"/encodings/",
- fs = require('fs');
-fs.readdirSync(encodingsDir).forEach(function(file) {
- if(fs.statSync(encodingsDir + file).isDirectory()) return;
- var encodings = require(encodingsDir + file)
- for (var key in encodings)
- iconv.encodings[key] = encodings[key]
-});
-
-// Utilities
-var asciiString = '\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\x0b\x0c\r\x0e\x0f\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f'+
- ' !"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\x7f';
-
-var ensureBuffer = function(buf) {
- buf = buf || new Buffer(0);
- return (buf instanceof Buffer) ? buf : new Buffer(buf.toString(), "utf8");
-}
-
-var ensureString = function(str) {
- str = str || "";
- return (str instanceof String) ? str : str.toString((str instanceof Buffer) ? 'utf8' : undefined);
-}
-
-var getType = function(obj) {
- return Object.prototype.toString.call(obj).slice(8, -1);
-}
-
-
-});
-
-require.define("/node_modules/http-browserify/package.json", function (require, module, exports, __dirname, __filename) {
- module.exports = {"main":"index.js","browserify":"browser.js"}
-});
-
-require.define("/node_modules/http-browserify/browser.js", function (require, module, exports, __dirname, __filename) {
- var http = module.exports;
-var EventEmitter = require('events').EventEmitter;
-var Request = require('./lib/request');
-
-http.request = function (params, cb) {
- if (!params) params = {};
- if (!params.host) params.host = window.location.host.split(':')[0];
- if (!params.port) params.port = window.location.port;
-
- var req = new Request(new xhrHttp, params);
- if (cb) req.on('response', cb);
- return req;
-};
-
-http.get = function (params, cb) {
- params.method = 'GET';
- var req = http.request(params, cb);
- req.end();
- return req;
-};
-
-var xhrHttp = (function () {
- if (typeof window === 'undefined') {
- throw new Error('no window object present');
- }
- else if (window.XMLHttpRequest) {
- return window.XMLHttpRequest;
- }
- else if (window.ActiveXObject) {
- var axs = [
- 'Msxml2.XMLHTTP.6.0',
- 'Msxml2.XMLHTTP.3.0',
- 'Microsoft.XMLHTTP'
- ];
- for (var i = 0; i < axs.length; i++) {
- try {
- var ax = new(window.ActiveXObject)(axs[i]);
- return function () {
- if (ax) {
- var ax_ = ax;
- ax = null;
- return ax_;
- }
- else {
- return new(window.ActiveXObject)(axs[i]);
- }
- };
- }
- catch (e) {}
- }
- throw new Error('ajax not supported in this browser')
- }
- else {
- throw new Error('ajax not supported in this browser');
- }
-})();
-
-http.STATUS_CODES = {
- 100 : 'Continue',
- 101 : 'Switching Protocols',
- 102 : 'Processing', // RFC 2518, obsoleted by RFC 4918
- 200 : 'OK',
- 201 : 'Created',
- 202 : 'Accepted',
- 203 : 'Non-Authoritative Information',
- 204 : 'No Content',
- 205 : 'Reset Content',
- 206 : 'Partial Content',
- 207 : 'Multi-Status', // RFC 4918
- 300 : 'Multiple Choices',
- 301 : 'Moved Permanently',
- 302 : 'Moved Temporarily',
- 303 : 'See Other',
- 304 : 'Not Modified',
- 305 : 'Use Proxy',
- 307 : 'Temporary Redirect',
- 400 : 'Bad Request',
- 401 : 'Unauthorized',
- 402 : 'Payment Required',
- 403 : 'Forbidden',
- 404 : 'Not Found',
- 405 : 'Method Not Allowed',
- 406 : 'Not Acceptable',
- 407 : 'Proxy Authentication Required',
- 408 : 'Request Time-out',
- 409 : 'Conflict',
- 410 : 'Gone',
- 411 : 'Length Required',
- 412 : 'Precondition Failed',
- 413 : 'Request Entity Too Large',
- 414 : 'Request-URI Too Large',
- 415 : 'Unsupported Media Type',
- 416 : 'Requested Range Not Satisfiable',
- 417 : 'Expectation Failed',
- 418 : 'I\'m a teapot', // RFC 2324
- 422 : 'Unprocessable Entity', // RFC 4918
- 423 : 'Locked', // RFC 4918
- 424 : 'Failed Dependency', // RFC 4918
- 425 : 'Unordered Collection', // RFC 4918
- 426 : 'Upgrade Required', // RFC 2817
- 500 : 'Internal Server Error',
- 501 : 'Not Implemented',
- 502 : 'Bad Gateway',
- 503 : 'Service Unavailable',
- 504 : 'Gateway Time-out',
- 505 : 'HTTP Version not supported',
- 506 : 'Variant Also Negotiates', // RFC 2295
- 507 : 'Insufficient Storage', // RFC 4918
- 509 : 'Bandwidth Limit Exceeded',
- 510 : 'Not Extended' // RFC 2774
-};
-
-});
-
-require.define("/node_modules/http-browserify/lib/request.js", function (require, module, exports, __dirname, __filename) {
- var EventEmitter = require('events').EventEmitter;
-var Response = require('./response');
-var isSafeHeader = require('./isSafeHeader');
-
-var Request = module.exports = function (xhr, params) {
- var self = this;
- self.xhr = xhr;
- self.body = '';
-
- var uri = params.host + ':' + params.port + (params.path || '/');
-
- xhr.open(
- params.method || 'GET',
- (params.scheme || 'http') + '://' + uri,
- true
- );
-
- if (params.headers) {
- Object.keys(params.headers).forEach(function (key) {
- if (!isSafeHeader(key)) return;
- var value = params.headers[key];
- if (Array.isArray(value)) {
- value.forEach(function (v) {
- xhr.setRequestHeader(key, v);
- });
- }
- else xhr.setRequestHeader(key, value)
- });
- }
-
- var res = new Response(xhr);
- res.on('ready', function () {
- self.emit('response', res);
- });
-
- xhr.onreadystatechange = function () {
- res.handle(xhr);
- };
-};
-
-Request.prototype = new EventEmitter;
-
-Request.prototype.setHeader = function (key, value) {
- if ((Array.isArray && Array.isArray(value))
- || value instanceof Array) {
- for (var i = 0; i < value.length; i++) {
- this.xhr.setRequestHeader(key, value[i]);
- }
- }
- else {
- this.xhr.setRequestHeader(key, value);
- }
-};
-
-Request.prototype.write = function (s) {
- this.body += s;
-};
-
-Request.prototype.end = function (s) {
- if (s !== undefined) this.write(s);
- this.xhr.send(this.body);
-};
-
-});
-
-require.define("/node_modules/http-browserify/lib/response.js", function (require, module, exports, __dirname, __filename) {
- var EventEmitter = require('events').EventEmitter;
-var isSafeHeader = require('./isSafeHeader');
-
-var Response = module.exports = function (xhr) {
- this.xhr = xhr;
- this.offset = 0;
-};
-
-Response.prototype = new EventEmitter;
-
-var capable = {
- streaming : true,
- status2 : true
-};
-
-function parseHeaders (xhr) {
- var lines = xhr.getAllResponseHeaders().split(/\r?\n/);
- var headers = {};
- for (var i = 0; i < lines.length; i++) {
- var line = lines[i];
- if (line === '') continue;
-
- var m = line.match(/^([^:]+):\s*(.*)/);
- if (m) {
- var key = m[1].toLowerCase(), value = m[2];
-
- if (headers[key] !== undefined) {
- if ((Array.isArray && Array.isArray(headers[key]))
- || headers[key] instanceof Array) {
- headers[key].push(value);
- }
- else {
- headers[key] = [ headers[key], value ];
- }
- }
- else {
- headers[key] = value;
- }
- }
- else {
- headers[line] = true;
- }
- }
- return headers;
-}
-
-Response.prototype.getHeader = function (key) {
- var header = this.headers ? this.headers[key.toLowerCase()] : null;
- if (header) return header;
-
- // Work around Mozilla bug #608735 [https://bugzil.la/608735], which causes
- // getAllResponseHeaders() to return {} if the response is a CORS request.
- // xhr.getHeader still works correctly.
- if (isSafeHeader(key)) {
- return this.xhr.getResponseHeader(key);
- }
- return null;
-};
-
-Response.prototype.handle = function () {
- var xhr = this.xhr;
- if (xhr.readyState === 2 && capable.status2) {
- try {
- this.statusCode = xhr.status;
- this.headers = parseHeaders(xhr);
- }
- catch (err) {
- capable.status2 = false;
- }
-
- if (capable.status2) {
- this.emit('ready');
- }
- }
- else if (capable.streaming && xhr.readyState === 3) {
- try {
- if (!this.statusCode) {
- this.statusCode = xhr.status;
- this.headers = parseHeaders(xhr);
- this.emit('ready');
- }
- }
- catch (err) {}
-
- try {
- this.write();
- }
- catch (err) {
- capable.streaming = false;
- }
- }
- else if (xhr.readyState === 4) {
- if (!this.statusCode) {
- this.statusCode = xhr.status;
- this.emit('ready');
- }
- this.write();
-
- if (xhr.error) {
- this.emit('error', xhr.responseText);
- }
- else this.emit('end');
- }
-};
-
-Response.prototype.write = function () {
- var xhr = this.xhr;
- if (xhr.responseText.length > this.offset) {
- this.emit('data', xhr.responseText.slice(this.offset));
- this.offset = xhr.responseText.length;
- }
-};
-
-});
-
-require.define("/node_modules/http-browserify/lib/isSafeHeader.js", function (require, module, exports, __dirname, __filename) {
- // Taken from http://dxr.mozilla.org/mozilla/mozilla-central/content/base/src/nsXMLHttpRequest.cpp.html
-var unsafeHeaders = [
- "accept-charset",
- "accept-encoding",
- "access-control-request-headers",
- "access-control-request-method",
- "connection",
- "content-length",
- "cookie",
- "cookie2",
- "content-transfer-encoding",
- "date",
- "expect",
- "host",
- "keep-alive",
- "origin",
- "referer",
- "set-cookie",
- "te",
- "trailer",
- "transfer-encoding",
- "upgrade",
- "user-agent",
- "via"
-];
-
-module.exports = function (headerName) {
- if (!headerName) return false;
- return (unsafeHeaders.indexOf(headerName.toLowerCase()) === -1)
-};
-
-});
-
-require.alias("http-browserify", "/node_modules/http");
-
-require.alias("http-browserify", "/node_modules/https"); \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/shred/content.js b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/shred/content.js
deleted file mode 100644
index e28bec7d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/shred/content.js
+++ /dev/null
@@ -1,207 +0,0 @@
-/*
- * Copyright 2016 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// The purpose of the `Content` object is to abstract away the data conversions
-// to and from raw content entities as strings. For example, you want to be able
-// to pass in a Javascript object and have it be automatically converted into a
-// JSON string if the `content-type` is set to a JSON-based media type.
-// Conversely, you want to be able to transparently get back a Javascript object
-// in the response if the `content-type` is a JSON-based media-type.
-
-// One limitation of the current implementation is that it [assumes the `charset` is UTF-8](https://github.com/spire-io/shred/issues/5).
-
-// The `Content` constructor takes an options object, which *must* have either a
-// `body` or `data` property and *may* have a `type` property indicating the
-// media type. If there is no `type` attribute, a default will be inferred.
-var Content = function(options) {
- this.body = options.body;
- this.data = options.data;
- this.type = options.type;
-};
-
-Content.prototype = {
- // Treat `toString()` as asking for the `content.body`. That is, the raw content entity.
- //
- // toString: function() { return this.body; }
- //
- // Commented out, but I've forgotten why. :/
-};
-
-
-// `Content` objects have the following attributes:
-Object.defineProperties(Content.prototype,{
-
-// - **type**. Typically accessed as `content.type`, reflects the `content-type`
-// header associated with the request or response. If not passed as an options
-// to the constructor or set explicitly, it will infer the type the `data`
-// attribute, if possible, and, failing that, will default to `text/plain`.
- type: {
- get: function() {
- if (this._type) {
- return this._type;
- } else {
- if (this._data) {
- switch(typeof this._data) {
- case "string": return "text/plain";
- case "object": return "application/json";
- }
- }
- }
- return "text/plain";
- },
- set: function(value) {
- this._type = value;
- return this;
- },
- enumerable: true
- },
-
-// - **data**. Typically accessed as `content.data`, reflects the content entity
-// converted into Javascript data. This can be a string, if the `type` is, say,
-// `text/plain`, but can also be a Javascript object. The conversion applied is
-// based on the `processor` attribute. The `data` attribute can also be set
-// directly, in which case the conversion will be done the other way, to infer
-// the `body` attribute.
- data: {
- get: function() {
- if (this._body) {
- return this.processor.parser(this._body);
- } else {
- return this._data;
- }
- },
- set: function(data) {
- if (this._body&&data) Errors.setDataWithBody(this);
- this._data = data;
- return this;
- },
- enumerable: true
- },
-
-// - **body**. Typically accessed as `content.body`, reflects the content entity
-// as a UTF-8 string. It is the mirror of the `data` attribute. If you set the
-// `data` attribute, the `body` attribute will be inferred and vice-versa. If
-// you attempt to set both, an exception is raised.
- body: {
- get: function() {
- if (this._data) {
- return this.processor.stringify(this._data);
- } else {
- return this._body.toString();
- }
- },
- set: function(body) {
- if (this._data&&body) Errors.setBodyWithData(this);
- this._body = body;
- return this;
- },
- enumerable: true
- },
-
-// - **processor**. The functions that will be used to convert to/from `data` and
-// `body` attributes. You can add processors. The two that are built-in are for
-// `text/plain`, which is basically an identity transformation and
-// `application/json` and other JSON-based media types (including custom media
-// types with `+json`). You can add your own processors. See below.
- processor: {
- get: function() {
- var processor = Content.processors[this.type];
- if (processor) {
- return processor;
- } else {
- // Return the first processor that matches any part of the
- // content type. ex: application/vnd.foobar.baz+json will match json.
- var main = this.type.split(";")[0];
- var parts = main.split(/\+|\//);
- for (var i=0, l=parts.length; i < l; i++) {
- processor = Content.processors[parts[i]]
- }
- return processor || {parser:identity,stringify:toString};
- }
- },
- enumerable: true
- },
-
-// - **length**. Typically accessed as `content.length`, returns the length in
-// bytes of the raw content entity.
- length: {
- get: function() {
- if (typeof Buffer !== 'undefined') {
- return Buffer.byteLength(this.body);
- }
- return this.body.length;
- }
- }
-});
-
-Content.processors = {};
-
-// The `registerProcessor` function allows you to add your own processors to
-// convert content entities. Each processor consists of a Javascript object with
-// two properties:
-// - **parser**. The function used to parse a raw content entity and convert it
-// into a Javascript data type.
-// - **stringify**. The function used to convert a Javascript data type into a
-// raw content entity.
-Content.registerProcessor = function(types,processor) {
-
-// You can pass an array of types that will trigger this processor, or just one.
-// We determine the array via duck-typing here.
- if (types.forEach) {
- types.forEach(function(type) {
- Content.processors[type] = processor;
- });
- } else {
- // If you didn't pass an array, we just use what you pass in.
- Content.processors[types] = processor;
- }
-};
-
-// Register the identity processor, which is used for text-based media types.
-var identity = function(x) { return x; }
- , toString = function(x) { return x.toString(); }
-Content.registerProcessor(
- ["text/html","text/plain","text"],
- { parser: identity, stringify: toString });
-
-// Register the JSON processor, which is used for JSON-based media types.
-Content.registerProcessor(
- ["application/json; charset=utf-8","application/json","json"],
- {
- parser: function(string) {
- return JSON.parse(string);
- },
- stringify: function(data) {
- return JSON.stringify(data); }});
-
-var qs = require('querystring');
-// Register the post processor, which is used for JSON-based media types.
-Content.registerProcessor(
- ["application/x-www-form-urlencoded"],
- { parser : qs.parse, stringify : qs.stringify });
-
-// Error functions are defined separately here in an attempt to make the code
-// easier to read.
-var Errors = {
- setDataWithBody: function(object) {
- throw new Error("Attempt to set data attribute of a content object " +
- "when the body attributes was already set.");
- },
- setBodyWithData: function(object) {
- throw new Error("Attempt to set body attribute of a content object " +
- "when the data attributes was already set.");
- }
-}
-module.exports = Content; \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/swagger-client.js b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/swagger-client.js
deleted file mode 100644
index 1c76448b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/swagger-client.js
+++ /dev/null
@@ -1,3309 +0,0 @@
-/*
- * Copyright 2016 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-/**
- * swagger-client - swagger.js is a javascript client for use with swaggering APIs.
- * @version v2.1.9-M1
- * @link http://swagger.io
- * @license apache 2.0
- */
-(function(){
-var ArrayModel = function(definition) {
- this.name = "arrayModel";
- this.definition = definition || {};
- this.properties = [];
-
- var requiredFields = definition.enum || [];
- var innerType = definition.items;
- if(innerType) {
- if(innerType.type) {
- this.type = typeFromJsonSchema(innerType.type, innerType.format);
- }
- else {
- this.ref = innerType.$ref;
- }
- }
- return this;
-};
-
-ArrayModel.prototype.createJSONSample = function(modelsToIgnore) {
- var result;
- modelsToIgnore = (modelsToIgnore||{});
- if(this.type) {
- result = this.type;
- }
- else if (this.ref) {
- var name = simpleRef(this.ref);
- if(typeof modelsToIgnore[name] === 'undefined') {
- modelsToIgnore[name] = this;
- result = models[name].createJSONSample(modelsToIgnore);
- }
- else {
- return name;
- }
- }
- return [ result ];
-};
-
-ArrayModel.prototype.getSampleValue = function(modelsToIgnore) {
- var result;
- modelsToIgnore = (modelsToIgnore || {});
- if(this.type) {
- result = type;
- }
- else if (this.ref) {
- var name = simpleRef(this.ref);
- result = models[name].getSampleValue(modelsToIgnore);
- }
- return [ result ];
-};
-
-ArrayModel.prototype.getMockSignature = function(modelsToIgnore) {
- var propertiesStr = [];
- var i, prop;
- for (i = 0; i < this.properties.length; i++) {
- prop = this.properties[i];
- propertiesStr.push(prop.toString());
- }
-
- var strong = '<span class="strong">';
- var stronger = '<span class="stronger">';
- var strongClose = '</span>';
- var classOpen = strong + 'array' + ' {' + strongClose;
- var classClose = strong + '}' + strongClose;
- var returnVal = classOpen + '<div>' + propertiesStr.join(',</div><div>') + '</div>' + classClose;
-
- if (!modelsToIgnore)
- modelsToIgnore = {};
- modelsToIgnore[this.name] = this;
- for (i = 0; i < this.properties.length; i++) {
- prop = this.properties[i];
- var ref = prop.$ref;
- var model = models[ref];
- if (model && typeof modelsToIgnore[ref] === 'undefined') {
- returnVal = returnVal + ('<br>' + model.getMockSignature(modelsToIgnore));
- }
- }
- return returnVal;
-};
-
-
-/**
- * SwaggerAuthorizations applys the correct authorization to an operation being executed
- */
-var SwaggerAuthorizations = function() {
- this.authz = {};
-};
-
-SwaggerAuthorizations.prototype.add = function(name, auth) {
- this.authz[name] = auth;
- return auth;
-};
-
-SwaggerAuthorizations.prototype.remove = function(name) {
- return delete this.authz[name];
-};
-
-SwaggerAuthorizations.prototype.apply = function (obj, authorizations) {
- var status = null;
- var key, name, value, result;
-
- // if the "authorizations" key is undefined, or has an empty array, add all keys
- if (typeof authorizations === 'undefined' || Object.keys(authorizations).length === 0) {
- for (key in this.authz) {
- value = this.authz[key];
- result = value.apply(obj, authorizations);
- if (result === true)
- status = true;
- }
- }
- else {
- // 2.0 support
- if (Array.isArray(authorizations)) {
-
- for (var i = 0; i < authorizations.length; i++) {
- var auth = authorizations[i];
- for (name in auth) {
- for (key in this.authz) {
- if (key == name) {
- value = this.authz[key];
- result = value.apply(obj, authorizations);
- if (result === true)
- status = true;
- }
- }
- }
- }
- }
- else {
- // 1.2 support
- for (name in authorizations) {
- for (key in this.authz) {
- if (key == name) {
- value = this.authz[key];
- result = value.apply(obj, authorizations);
- if (result === true)
- status = true;
- }
- }
- }
- }
- }
-
- return status;
-};
-
-/**
- * ApiKeyAuthorization allows a query param or header to be injected
- */
-var ApiKeyAuthorization = function(name, value, type) {
- this.name = name;
- this.value = value;
- this.type = type;
-};
-
-ApiKeyAuthorization.prototype.apply = function(obj, authorizations) {
- if (this.type === "query") {
- if (obj.url.indexOf('?') > 0)
- obj.url = obj.url + "&" + this.name + "=" + this.value;
- else
- obj.url = obj.url + "?" + this.name + "=" + this.value;
- return true;
- } else if (this.type === "header") {
- obj.headers[this.name] = this.value;
- return true;
- }
-};
-
-var CookieAuthorization = function(cookie) {
- this.cookie = cookie;
-};
-
-CookieAuthorization.prototype.apply = function(obj, authorizations) {
- obj.cookieJar = obj.cookieJar || CookieJar();
- obj.cookieJar.setCookie(this.cookie);
- return true;
-};
-
-/**
- * Password Authorization is a basic auth implementation
- */
-var PasswordAuthorization = function(name, username, password) {
- this.name = name;
- this.username = username;
- this.password = password;
- this._btoa = null;
- if (typeof window !== 'undefined')
- this._btoa = btoa;
- else
- this._btoa = require("btoa");
-};
-
-PasswordAuthorization.prototype.apply = function(obj, authorizations) {
- var base64encoder = this._btoa;
- obj.headers.Authorization = "Basic " + base64encoder(this.username + ":" + this.password);
- return true;
-};
-var __bind = function(fn, me){
- return function(){
- return fn.apply(me, arguments);
- };
-};
-
-fail = function(message) {
- log(message);
-};
-
-log = function(){
- log.history = log.history || [];
- log.history.push(arguments);
- if(this.console){
- console.log( Array.prototype.slice.call(arguments)[0] );
- }
-};
-
-if (!Array.prototype.indexOf) {
- Array.prototype.indexOf = function(obj, start) {
- for (var i = (start || 0), j = this.length; i < j; i++) {
- if (this[i] === obj) { return i; }
- }
- return -1;
- };
-}
-
-/**
- * allows override of the default value based on the parameter being
- * supplied
- **/
-var applyParameterMacro = function (operation, parameter) {
- var e = (typeof window !== 'undefined' ? window : exports);
- if(e.parameterMacro)
- return e.parameterMacro(operation, parameter);
- else
- return parameter.defaultValue;
-};
-
-/**
- * allows overriding the default value of an model property
- **/
-var applyModelPropertyMacro = function (model, property) {
- var e = (typeof window !== 'undefined' ? window : exports);
- if(e.modelPropertyMacro)
- return e.modelPropertyMacro(model, property);
- else
- return property.defaultValue;
-};
-
-/**
- * PrimitiveModel
- **/
-var PrimitiveModel = function(definition) {
- this.name = "name";
- this.definition = definition || {};
- this.properties = [];
-
- var requiredFields = definition.enum || [];
- this.type = typeFromJsonSchema(definition.type, definition.format);
-};
-
-PrimitiveModel.prototype.createJSONSample = function(modelsToIgnore) {
- var result = this.type;
- return result;
-};
-
-PrimitiveModel.prototype.getSampleValue = function() {
- var result = this.type;
- return null;
-};
-
-PrimitiveModel.prototype.getMockSignature = function(modelsToIgnore) {
- var propertiesStr = [];
- var i, prop;
- for (i = 0; i < this.properties.length; i++) {
- prop = this.properties[i];
- propertiesStr.push(prop.toString());
- }
-
- var strong = '<span class="strong">';
- var stronger = '<span class="stronger">';
- var strongClose = '</span>';
- var classOpen = strong + this.name + ' {' + strongClose;
- var classClose = strong + '}' + strongClose;
- var returnVal = classOpen + '<div>' + propertiesStr.join(',</div><div>') + '</div>' + classClose;
-
- if (!modelsToIgnore)
- modelsToIgnore = {};
- modelsToIgnore[this.name] = this;
- for (i = 0; i < this.properties.length; i++) {
- prop = this.properties[i];
- var ref = prop.$ref;
- var model = models[ref];
- if (model && typeof modelsToIgnore[ref] === 'undefined') {
- returnVal = returnVal + ('<br>' + model.getMockSignature(modelsToIgnore));
- }
- }
- return returnVal;
-};
-/**
- * Resolves a spec's remote references
- */
-var Resolver = function (){};
-
-Resolver.prototype.resolve = function(spec, callback, scope) {
- this.scope = (scope || this);
- var host, name, path, property, propertyName, type;
- var processedCalls = 0, resolvedRefs = {}, unresolvedRefs = {};
-
- // store objects for dereferencing
- var resolutionTable = {};
-
- // models
- for(name in spec.definitions) {
- var model = spec.definitions[name];
- for(propertyName in model.properties) {
- property = model.properties[propertyName];
- this.resolveTo(property, resolutionTable);
- }
- }
- // operations
- for(name in spec.paths) {
- var method, operation, responseCode;
- path = spec.paths[name];
- for(method in path) {
- operation = path[method];
- var i, parameters = operation.parameters;
- for(i in parameters) {
- var parameter = parameters[i];
- if(parameter.in === 'body' && parameter.schema) {
- this.resolveTo(parameter.schema, resolutionTable);
- }
- if(parameter.$ref) {
- this.resolveInline(spec, parameter, resolutionTable, unresolvedRefs);
- }
- }
- for(responseCode in operation.responses) {
- var response = operation.responses[responseCode];
- if(response.schema) {
- this.resolveTo(response.schema, resolutionTable);
- }
- }
- }
- }
- // get hosts
- var opts = {}, expectedCalls = 0;
- for(name in resolutionTable) {
- var parts = name.split('#');
- if(parts.length == 2) {
- host = parts[0]; path = parts[1];
- if(!Array.isArray(opts[host])) {
- opts[host] = [];
- expectedCalls += 1;
- }
- opts[host].push(path);
- }
- }
-
- for(name in opts) {
- var self = this, opt = opts[name];
- host = name;
-
- var obj = {
- useJQuery: false, // TODO
- url: host,
- method: "get",
- headers: {
- accept: this.scope.swaggerRequestHeaders || 'application/json'
- },
- on: {
- error: function(response) {
- processedCalls += 1;
- var i;
- for(i = 0; i < opt.length; i++) {
- // fail all of these
- var resolved = host + '#' + opt[i];
- unresolvedRefs[resolved] = null;
- }
- if(processedCalls === expectedCalls)
- self.finish(spec, resolutionTable, resolvedRefs, unresolvedRefs, callback);
- },
- response: function(response) {
- var i, j, swagger = response.obj;
- processedCalls += 1;
- for(i = 0; i < opt.length; i++) {
- var location = swagger, path = opt[i], parts = path.split('/');
- for(j = 0; j < parts.length; j++) {
- var segment = parts[j];
- if(typeof location === 'undefined')
- break;
- if(segment.length > 0)
- location = location[segment];
- }
- var resolved = host + '#' + path, resolvedName = parts[j-1];
- if(typeof location !== 'undefined') {
- resolvedRefs[resolved] = {
- name: resolvedName,
- obj: location
- };
- }
- else unresolvedRefs[resolved] = null;
- }
- if(processedCalls === expectedCalls)
- self.finish(spec, resolutionTable, resolvedRefs, unresolvedRefs, callback);
- }
- }
- };
- authorizations.apply(obj);
- new SwaggerHttp().execute(obj);
- }
- if(Object.keys(opts).length === 0)
- callback.call(this.scope, spec, unresolvedRefs);
-};
-
-Resolver.prototype.finish = function(spec, resolutionTable, resolvedRefs, unresolvedRefs, callback) {
- // walk resolution table and replace with resolved refs
- var ref;
- for(ref in resolutionTable) {
- var i, locations = resolutionTable[ref];
- for(i = 0; i < locations.length; i++) {
- var resolvedTo = resolvedRefs[locations[i].obj.$ref];
- if(resolvedTo) {
- if(!spec.definitions)
- spec.definitions = {};
- if(locations[i].resolveAs === '$ref') {
- spec.definitions[resolvedTo.name] = resolvedTo.obj;
- locations[i].obj.$ref = '#/definitions/' + resolvedTo.name;
- }
- else if (locations[i].resolveAs === 'inline') {
- var key;
- var targetObj = locations[i].obj;
- delete targetObj.$ref;
- for(key in resolvedTo.obj) {
- targetObj[key] = resolvedTo.obj[key];
- }
- }
- }
- }
- }
- callback.call(this.scope, spec, unresolvedRefs);
-};
-
-/**
- * immediately in-lines local refs, queues remote refs
- * for inline resolution
- */
-Resolver.prototype.resolveInline = function (spec, property, objs, unresolvedRefs) {
- var ref = property.$ref;
- if(ref) {
- if(ref.indexOf('http') === 0) {
- if(Array.isArray(objs[ref])) {
- objs[ref].push({obj: property, resolveAs: 'inline'});
- }
- else {
- objs[ref] = [{obj: property, resolveAs: 'inline'}];
- }
- }
- else if (ref.indexOf('#') === 0) {
- // local resolve
- var shortenedRef = ref.substring(1);
- var i, parts = shortenedRef.split('/'), location = spec;
- for(i = 0; i < parts.length; i++) {
- var part = parts[i];
- if(part.length > 0) {
- location = location[part];
- }
- }
- if(location) {
- delete property.$ref;
- var key;
- for(key in location) {
- property[key] = location[key];
- }
- }
- else unresolvedRefs[ref] = null;
- }
- }
- else if(property.type === 'array') {
- this.resolveTo(property.items, objs);
- }
-};
-
-Resolver.prototype.resolveTo = function (property, objs) {
- var ref = property.$ref;
- if(ref) {
- if(ref.indexOf('http') === 0) {
- if(Array.isArray(objs[ref])) {
- objs[ref].push({obj: property, resolveAs: '$ref'});
- }
- else {
- objs[ref] = [{obj: property, resolveAs: '$ref'}];
- }
- }
- }
- else if(property.type === 'array') {
- var items = property.items;
- this.resolveTo(items, objs);
- }
-};
-var addModel = function(name, model) {
- models[name] = model;
-};
-
-var SwaggerClient = function(url, options) {
- this.isBuilt = false;
- this.url = null;
- this.debug = false;
- this.basePath = null;
- this.modelsArray = [];
- this.authorizations = null;
- this.authorizationScheme = null;
- this.isValid = false;
- this.info = null;
- this.useJQuery = false;
- this.resourceCount = 0;
-
- if(typeof url !== 'undefined')
- return this.initialize(url, options);
-};
-
-SwaggerClient.prototype.initialize = function (url, options) {
- this.models = models = {};
-
- options = (options||{});
-
- if(typeof url === 'string')
- this.url = url;
- else if(typeof url === 'object') {
- options = url;
- this.url = options.url;
- }
- this.swaggerRequstHeaders = options.swaggerRequstHeaders || 'application/json;charset=utf-8,*/*';
- this.defaultSuccessCallback = options.defaultSuccessCallback || null;
- this.defaultErrorCallback = options.defaultErrorCallback || null;
-
- if (typeof options.success === 'function')
- this.success = options.success;
-
- if (options.useJQuery)
- this.useJQuery = options.useJQuery;
-
- if (options.authorizations) {
- this.clientAuthorizations = options.authorizations;
- } else {
- this.clientAuthorizations = authorizations;
- }
-
- this.supportedSubmitMethods = options.supportedSubmitMethods || [];
- this.failure = options.failure || function() {};
- this.progress = options.progress || function() {};
- this.spec = options.spec;
- this.options = options;
-
- if (typeof options.success === 'function') {
- this.ready = true;
- this.build();
- }
-};
-
-SwaggerClient.prototype.build = function(mock) {
- if (this.isBuilt) return this;
- var self = this;
- this.progress('fetching resource list: ' + this.url);
- var obj = {
- useJQuery: this.useJQuery,
- url: this.url,
- method: "get",
- headers: {
- accept: this.swaggerRequstHeaders
- },
- on: {
- error: function(response) {
- if (self.url.substring(0, 4) !== 'http')
- return self.fail('Please specify the protocol for ' + self.url);
- else if (response.status === 0)
- return self.fail('Can\'t read from server. It may not have the appropriate access-control-origin settings.');
- else if (response.status === 404)
- return self.fail('Can\'t read swagger JSON from ' + self.url);
- else
- return self.fail(response.status + ' : ' + response.statusText + ' ' + self.url);
- },
- response: function(resp) {
- var responseObj = resp.obj || JSON.parse(resp.data);
- self.swaggerVersion = responseObj.swaggerVersion;
-
- if(responseObj.swagger && parseInt(responseObj.swagger) === 2) {
- self.swaggerVersion = responseObj.swagger;
- new Resolver().resolve(responseObj, self.buildFromSpec, self);
- self.isValid = true;
- }
- else {
- if (self.swaggerVersion === '1.2') {
- return self.buildFrom1_2Spec(responseObj);
- } else {
- return self.buildFrom1_1Spec(responseObj);
- }
- }
- }
- }
- };
- if(this.spec) {
- setTimeout(function() {
- new Resolver().resolve(self.spec, self.buildFromSpec, self);
- }, 10);
- }
- else {
- authorizations.apply(obj);
- if(mock)
- return obj;
- new SwaggerHttp().execute(obj);
- }
- return this;
-};
-
-SwaggerClient.prototype.buildFromSpec = function(response) {
- if(this.isBuilt) return this;
-
- this.info = response.info || {};
- this.title = response.title || '';
- this.host = response.host || '';
- this.schemes = response.schemes || [];
- this.basePath = response.basePath || '';
- this.apis = {};
- this.apisArray = [];
- this.consumes = response.consumes;
- this.produces = response.produces;
- this.securityDefinitions = response.securityDefinitions;
-
- // legacy support
- this.authSchemes = response.securityDefinitions;
-
- var definedTags = {};
- if(Array.isArray(response.tags)) {
- definedTags = {};
- for(k = 0; k < response.tags.length; k++) {
- var t = response.tags[k];
- definedTags[t.name] = t;
- }
- }
-
- var location;
- if(typeof this.url === 'string') {
- location = this.parseUri(this.url);
- }
-
- if(typeof this.schemes === 'undefined' || this.schemes.length === 0) {
- this.scheme = location.scheme || 'http';
- }
- else {
- this.scheme = this.schemes[0];
- }
-
- if(typeof this.host === 'undefined' || this.host === '') {
- this.host = location.host;
- if (location.port) {
- this.host = this.host + ':' + location.port;
- }
- }
-
- this.definitions = response.definitions;
- var key;
- for(key in this.definitions) {
- var model = new Model(key, this.definitions[key]);
- if(model) {
- models[key] = model;
- }
- }
-
- // get paths, create functions for each operationId
- var path;
- var operations = [];
- for(path in response.paths) {
- if(typeof response.paths[path] === 'object') {
- var httpMethod;
- for(httpMethod in response.paths[path]) {
- if(['delete', 'get', 'head', 'options', 'patch', 'post', 'put'].indexOf(httpMethod) === -1) {
- continue;
- }
- var operation = response.paths[path][httpMethod];
- var tags = operation.tags;
- if(typeof tags === 'undefined') {
- operation.tags = [ 'default' ];
- tags = operation.tags;
- }
- var operationId = this.idFromOp(path, httpMethod, operation);
- var operationObject = new Operation (
- this,
- operation.scheme,
- operationId,
- httpMethod,
- path,
- operation,
- this.definitions
- );
- // bind this operation's execute command to the api
- if(tags.length > 0) {
- var i;
- for(i = 0; i < tags.length; i++) {
- var tag = this.tagFromLabel(tags[i]);
- var operationGroup = this[tag];
- if(typeof this.apis[tag] === 'undefined')
- this.apis[tag] = {};
- if(typeof operationGroup === 'undefined') {
- this[tag] = [];
- operationGroup = this[tag];
- operationGroup.operations = {};
- operationGroup.label = tag;
- operationGroup.apis = [];
- var tagObject = definedTags[tag];
- if(typeof tagObject === 'object') {
- operationGroup.description = tagObject.description;
- operationGroup.externalDocs = tagObject.externalDocs;
- }
- this[tag].help = this.help.bind(operationGroup);
- this.apisArray.push(new OperationGroup(tag, operationGroup.description, operationGroup.externalDocs, operationObject));
- }
- if(typeof this.apis[tag].help !== 'function')
- this.apis[tag].help = this.help.bind(operationGroup);
- // bind to the apis object
- this.apis[tag][operationId] = operationObject.execute.bind(operationObject);
- this.apis[tag][operationId].help = operationObject.help.bind(operationObject);
- this.apis[tag][operationId].asCurl = operationObject.asCurl.bind(operationObject);
- operationGroup[operationId] = operationObject.execute.bind(operationObject);
- operationGroup[operationId].help = operationObject.help.bind(operationObject);
- operationGroup[operationId].asCurl = operationObject.asCurl.bind(operationObject);
-
- operationGroup.apis.push(operationObject);
- operationGroup.operations[operationId] = operationObject;
-
- // legacy UI feature
- var j;
- var api;
- for(j = 0; j < this.apisArray.length; j++) {
- if(this.apisArray[j].tag === tag) {
- api = this.apisArray[j];
- }
- }
- if(api) {
- api.operationsArray.push(operationObject);
- }
- }
- }
- else {
- log('no group to bind to');
- }
- }
- }
- }
- this.isBuilt = true;
- if (this.success) {
- this.isValid = true;
- this.isBuilt = true;
- this.success();
- }
- return this;
-};
-
-SwaggerClient.prototype.parseUri = function(uri) {
- var urlParseRE = /^(((([^:\/#\?]+:)?(?:(\/\/)((?:(([^:@\/#\?]+)(?:\:([^:@\/#\?]+))?)@)?(([^:\/#\?\]\[]+|\[[^\/\]@#?]+\])(?:\:([0-9]+))?))?)?)?((\/?(?:[^\/\?#]+\/+)*)([^\?#]*)))?(\?[^#]+)?)(#.*)?/;
- var parts = urlParseRE.exec(uri);
- return {
- scheme: parts[4].replace(':',''),
- host: parts[11],
- port: parts[12],
- path: parts[15]
- };
-};
-
-SwaggerClient.prototype.help = function(dontPrint) {
- var i;
- var output = 'operations for the "' + this.label + '" tag';
- for(i = 0; i < this.apis.length; i++) {
- var api = this.apis[i];
- output += '\n * ' + api.nickname + ': ' + api.operation.summary;
- }
- if(dontPrint)
- return output;
- else {
- log(output);
- return output;
- }
-};
-
-SwaggerClient.prototype.tagFromLabel = function(label) {
- return label;
-};
-
-SwaggerClient.prototype.idFromOp = function(path, httpMethod, op) {
- var opId = op.operationId || (path.substring(1) + '_' + httpMethod);
- return opId.replace(/[\.,-\/#!$%\^&\*;:{}=\-_`~()\+\s]/g,'_');
-};
-
-SwaggerClient.prototype.fail = function(message) {
- this.failure(message);
- throw message;
-};
-
-var OperationGroup = function(tag, description, externalDocs, operation) {
- this.tag = tag;
- this.path = tag;
- this.description = description;
- this.externalDocs = externalDocs;
- this.name = tag;
- this.operation = operation;
- this.operationsArray = [];
-};
-
-var Operation = function(parent, scheme, operationId, httpMethod, path, args, definitions) {
- var errors = [];
- parent = parent||{};
- args = args||{};
-
- this.operations = {};
- this.operation = args;
- this.deprecated = args.deprecated;
- this.consumes = args.consumes;
- this.produces = args.produces;
- this.parent = parent;
- this.host = parent.host || 'localhost';
- this.schemes = parent.schemes;
- this.scheme = scheme || parent.scheme || 'http';
- this.basePath = parent.basePath || '/';
- this.nickname = (operationId||errors.push('Operations must have a nickname.'));
- this.method = (httpMethod||errors.push('Operation ' + operationId + ' is missing method.'));
- this.path = (path||errors.push('Operation ' + this.nickname + ' is missing path.'));
- this.parameters = args !== null ? (args.parameters||[]) : {};
- this.summary = args.summary || '';
- this.responses = (args.responses||{});
- this.type = null;
- this.security = args.security;
- this.authorizations = args.security;
- this.description = args.description;
- this.useJQuery = parent.useJQuery;
-
- if(typeof this.deprecated === 'string') {
- switch(this.deprecated.toLowerCase()) {
- case 'true': case 'yes': case '1': {
- this.deprecated = true;
- break;
- }
- case 'false': case 'no': case '0': case null: {
- this.deprecated = false;
- break;
- }
- default: this.deprecated = Boolean(this.deprecated);
- }
- }
-
- var i, model;
-
- if(definitions) {
- // add to global models
- var key;
- for(key in this.definitions) {
- model = new Model(key, definitions[key]);
- if(model) {
- models[key] = model;
- }
- }
- }
- for(i = 0; i < this.parameters.length; i++) {
- var param = this.parameters[i];
- if(param.type === 'array') {
- param.isList = true;
- param.allowMultiple = true;
- }
- var innerType = this.getType(param);
- if(innerType && innerType.toString().toLowerCase() === 'boolean') {
- param.allowableValues = {};
- param.isList = true;
- param['enum'] = ["true", "false"];
- }
- if(typeof param['enum'] !== 'undefined') {
- var id;
- param.allowableValues = {};
- param.allowableValues.values = [];
- param.allowableValues.descriptiveValues = [];
- for(id = 0; id < param['enum'].length; id++) {
- var value = param['enum'][id];
- var isDefault = (value === param.default) ? true : false;
- param.allowableValues.values.push(value);
- param.allowableValues.descriptiveValues.push({value : value, isDefault: isDefault});
- }
- }
- if(param.type === 'array') {
- innerType = [innerType];
- if(typeof param.allowableValues === 'undefined') {
- // can't show as a list if no values to select from
- delete param.isList;
- delete param.allowMultiple;
- }
- }
- param.signature = this.getModelSignature(innerType, models).toString();
- param.sampleJSON = this.getModelSampleJSON(innerType, models);
- param.responseClassSignature = param.signature;
- }
-
- var defaultResponseCode, response, responses = this.responses;
-
- if(responses['200']) {
- response = responses['200'];
- defaultResponseCode = '200';
- }
- else if(responses['201']) {
- response = responses['201'];
- defaultResponseCode = '201';
- }
- else if(responses['202']) {
- response = responses['202'];
- defaultResponseCode = '202';
- }
- else if(responses['203']) {
- response = responses['203'];
- defaultResponseCode = '203';
- }
- else if(responses['204']) {
- response = responses['204'];
- defaultResponseCode = '204';
- }
- else if(responses['205']) {
- response = responses['205'];
- defaultResponseCode = '205';
- }
- else if(responses['206']) {
- response = responses['206'];
- defaultResponseCode = '206';
- }
- else if(responses['default']) {
- response = responses['default'];
- defaultResponseCode = 'default';
- }
-
- if(response && response.schema) {
- var resolvedModel = this.resolveModel(response.schema, definitions);
- delete responses[defaultResponseCode];
- if(resolvedModel) {
- this.successResponse = {};
- this.successResponse[defaultResponseCode] = resolvedModel;
- }
- else {
- this.successResponse = {};
- this.successResponse[defaultResponseCode] = response.schema.type;
- }
- this.type = response;
- }
-
- if (errors.length > 0) {
- if(this.resource && this.resource.api && this.resource.api.fail)
- this.resource.api.fail(errors);
- }
-
- return this;
-};
-
-OperationGroup.prototype.sort = function(sorter) {
-
-};
-
-Operation.prototype.getType = function (param) {
- var type = param.type;
- var format = param.format;
- var isArray = false;
- var str;
- if(type === 'integer' && format === 'int32')
- str = 'integer';
- else if(type === 'integer' && format === 'int64')
- str = 'long';
- else if(type === 'integer')
- str = 'integer';
- else if(type === 'string') {
- if(format === 'date-time')
- str = 'date-time';
- else if(format === 'date')
- str = 'date';
- else
- str = 'string';
- }
- else if(type === 'number' && format === 'float')
- str = 'float';
- else if(type === 'number' && format === 'double')
- str = 'double';
- else if(type === 'number')
- str = 'double';
- else if(type === 'boolean')
- str = 'boolean';
- else if(type === 'array') {
- isArray = true;
- if(param.items)
- str = this.getType(param.items);
- }
- if(param.$ref)
- str = param.$ref;
-
- var schema = param.schema;
- if(schema) {
- var ref = schema.$ref;
- if(ref) {
- ref = simpleRef(ref);
- if(isArray)
- return [ ref ];
- else
- return ref;
- }
- else
- return this.getType(schema);
- }
- if(isArray)
- return [ str ];
- else
- return str;
-};
-
-Operation.prototype.resolveModel = function (schema, definitions) {
- if(typeof schema.$ref !== 'undefined') {
- var ref = schema.$ref;
- if(ref.indexOf('#/definitions/') === 0)
- ref = ref.substring('#/definitions/'.length);
- if(definitions[ref]) {
- return new Model(ref, definitions[ref]);
- }
- }
- if(schema.type === 'array')
- return new ArrayModel(schema);
- else
- return null;
-};
-
-Operation.prototype.help = function(dontPrint) {
- var out = this.nickname + ': ' + this.summary + '\n';
- for(var i = 0; i < this.parameters.length; i++) {
- var param = this.parameters[i];
- var typeInfo = param.signature;
- out += '\n * ' + param.name + ' (' + typeInfo + '): ' + param.description;
- }
- if(typeof dontPrint === 'undefined')
- log(out);
- return out;
-};
-
-Operation.prototype.getModelSignature = function(type, definitions) {
- var isPrimitive, listType;
-
- if(type instanceof Array) {
- listType = true;
- type = type[0];
- }
- else if(typeof type === 'undefined')
- type = 'undefined';
-
- if(type === 'string')
- isPrimitive = true;
- else
- isPrimitive = (listType && definitions[listType]) || (definitions[type]) ? false : true;
- if (isPrimitive) {
- if(listType)
- return 'Array[' + type + ']';
- else
- return type.toString();
- } else {
- if (listType)
- return 'Array[' + definitions[type].getMockSignature() + ']';
- else
- return definitions[type].getMockSignature();
- }
-};
-
-Operation.prototype.supportHeaderParams = function () {
- return true;
-};
-
-Operation.prototype.supportedSubmitMethods = function () {
- return this.parent.supportedSubmitMethods;
-};
-
-Operation.prototype.getHeaderParams = function (args) {
- var headers = this.setContentTypes(args, {});
- for(var i = 0; i < this.parameters.length; i++) {
- var param = this.parameters[i];
- if(typeof args[param.name] !== 'undefined') {
- if (param.in === 'header') {
- var value = args[param.name];
- if(Array.isArray(value))
- value = value.toString();
- headers[param.name] = value;
- }
- }
- }
- return headers;
-};
-
-Operation.prototype.urlify = function (args) {
- var formParams = {};
- var requestUrl = this.path;
-
- // grab params from the args, build the querystring along the way
- var querystring = '';
- for(var i = 0; i < this.parameters.length; i++) {
- var param = this.parameters[i];
- if(typeof args[param.name] !== 'undefined') {
- if(param.in === 'path') {
- var reg = new RegExp('\{' + param.name + '\}', 'gi');
- var value = args[param.name];
- if(Array.isArray(value))
- value = this.encodePathCollection(param.collectionFormat, param.name, value);
- else
- value = this.encodePathParam(value);
- requestUrl = requestUrl.replace(reg, value);
- }
- else if (param.in === 'query' && typeof args[param.name] !== 'undefined') {
- if(querystring === '')
- querystring += '?';
- else
- querystring += '&';
- if(typeof param.collectionFormat !== 'undefined') {
- var qp = args[param.name];
- if(Array.isArray(qp))
- querystring += this.encodeQueryCollection(param.collectionFormat, param.name, qp);
- else
- querystring += this.encodeQueryParam(param.name) + '=' + this.encodeQueryParam(args[param.name]);
- }
- else
- querystring += this.encodeQueryParam(param.name) + '=' + this.encodeQueryParam(args[param.name]);
- }
- else if (param.in === 'formData')
- formParams[param.name] = args[param.name];
- }
- }
- var url = this.scheme + '://' + this.host;
-
- if(this.basePath !== '/')
- url += this.basePath;
-
- return url + requestUrl + querystring;
-};
-
-Operation.prototype.getMissingParams = function(args) {
- var missingParams = [];
- // check required params, track the ones that are missing
- var i;
- for(i = 0; i < this.parameters.length; i++) {
- var param = this.parameters[i];
- if(param.required === true) {
- if(typeof args[param.name] === 'undefined')
- missingParams = param.name;
- }
- }
- return missingParams;
-};
-
-Operation.prototype.getBody = function(headers, args, opts) {
- var formParams = {}, body, key;
-
- for(var i = 0; i < this.parameters.length; i++) {
- var param = this.parameters[i];
- if(typeof args[param.name] !== 'undefined') {
- if (param.in === 'body') {
- body = args[param.name];
- } else if(param.in === 'formData') {
- formParams[param.name] = args[param.name];
- }
- }
- }
-
- // handle form params
- if(headers['Content-Type'] === 'application/x-www-form-urlencoded') {
- var encoded = "";
- for(key in formParams) {
- value = formParams[key];
- if(typeof value !== 'undefined'){
- if(encoded !== "")
- encoded += "&";
- encoded += encodeURIComponent(key) + '=' + encodeURIComponent(value);
- }
- }
- body = encoded;
- }
- else if (headers['Content-Type'] && headers['Content-Type'].indexOf('multipart/form-data') >= 0) {
- if(opts.useJQuery) {
- var bodyParam = new FormData();
- bodyParam.type = 'formData';
- for (key in formParams) {
- value = args[key];
- if (typeof value !== 'undefined') {
- // required for jquery file upload
- if(value.type === 'file' && value.value) {
- delete headers['Content-Type'];
- bodyParam.append(key, value.value);
- }
- else
- bodyParam.append(key, value);
- }
- }
- body = bodyParam;
- }
- }
-
- return body;
-};
-
-/**
- * gets sample response for a single operation
- **/
-Operation.prototype.getModelSampleJSON = function(type, models) {
- var isPrimitive, listType, sampleJson;
-
- listType = (type instanceof Array);
- isPrimitive = models[type] ? false : true;
- sampleJson = isPrimitive ? void 0 : models[type].createJSONSample();
- if (sampleJson) {
- sampleJson = listType ? [sampleJson] : sampleJson;
- if(typeof sampleJson == 'string')
- return sampleJson;
- else if(typeof sampleJson === 'object') {
- var t = sampleJson;
- if(sampleJson instanceof Array && sampleJson.length > 0) {
- t = sampleJson[0];
- }
- if(t.nodeName) {
- var xmlString = new XMLSerializer().serializeToString(t);
- return this.formatXml(xmlString);
- }
- else
- return JSON.stringify(sampleJson, null, 2);
- }
- else
- return sampleJson;
- }
-};
-
-/**
- * legacy binding
- **/
-Operation.prototype["do"] = function(args, opts, callback, error, parent) {
- return this.execute(args, opts, callback, error, parent);
-};
-
-
-/**
- * executes an operation
- **/
-Operation.prototype.execute = function(arg1, arg2, arg3, arg4, parent) {
- var args = arg1 || {};
- var opts = {}, success, error;
- if(typeof arg2 === 'object') {
- opts = arg2;
- success = arg3;
- error = arg4;
- }
-
- if(typeof arg2 === 'function') {
- success = arg2;
- error = arg3;
- }
-
- success = (success||log);
- error = (error||log);
-
- if(opts.useJQuery)
- this.useJQuery = opts.useJQuery;
-
- var missingParams = this.getMissingParams(args);
- if(missingParams.length > 0) {
- var message = 'missing required params: ' + missingParams;
- fail(message);
- return;
- }
- var allHeaders = this.getHeaderParams(args);
- var contentTypeHeaders = this.setContentTypes(args, opts);
-
- var headers = {}, attrname;
- for (attrname in allHeaders) { headers[attrname] = allHeaders[attrname]; }
- for (attrname in contentTypeHeaders) { headers[attrname] = contentTypeHeaders[attrname]; }
-
- var body = this.getBody(headers, args, opts);
- var url = this.urlify(args);
-
- var obj = {
- url: url,
- method: this.method.toUpperCase(),
- body: body,
- useJQuery: this.useJQuery,
- headers: headers,
- on: {
- response: function(response) {
- return success(response, parent);
- },
- error: function(response) {
- return error(response, parent);
- }
- }
- };
- var status = authorizations.apply(obj, this.operation.security);
- if(opts.mock === true)
- return obj;
- else
- new SwaggerHttp().execute(obj, opts);
-};
-
-Operation.prototype.setContentTypes = function(args, opts) {
- // default type
- var accepts = 'application/json';
- var consumes = args.parameterContentType || 'application/json';
- var allDefinedParams = this.parameters;
- var definedFormParams = [];
- var definedFileParams = [];
- var body;
- var headers = {};
-
- // get params from the operation and set them in definedFileParams, definedFormParams, headers
- var i;
- for(i = 0; i < allDefinedParams.length; i++) {
- var param = allDefinedParams[i];
- if(param.in === 'formData') {
- if(param.type === 'file')
- definedFileParams.push(param);
- else
- definedFormParams.push(param);
- }
- else if(param.in === 'header' && opts) {
- var key = param.name;
- var headerValue = opts[param.name];
- if(typeof opts[param.name] !== 'undefined')
- headers[key] = headerValue;
- }
- else if(param.in === 'body' && typeof args[param.name] !== 'undefined') {
- body = args[param.name];
- }
- }
-
- // if there's a body, need to set the consumes header via requestContentType
- if (body && (this.method === 'post' || this.method === 'put' || this.method === 'patch' || this.method === 'delete')) {
- if (opts.requestContentType)
- consumes = opts.requestContentType;
- } else {
- // if any form params, content type must be set
- if(definedFormParams.length > 0) {
- if(opts.requestContentType) // override if set
- consumes = opts.requestContentType;
- else if(definedFileParams.length > 0) // if a file, must be multipart/form-data
- consumes = 'multipart/form-data';
- else // default to x-www-from-urlencoded
- consumes = 'application/x-www-form-urlencoded';
- }
- else if (this.type == 'DELETE')
- body = '{}';
- else if (this.type != 'DELETE')
- consumes = null;
- }
-
- if (consumes && this.consumes) {
- if (this.consumes.indexOf(consumes) === -1) {
- log('server doesn\'t consume ' + consumes + ', try ' + JSON.stringify(this.consumes));
- }
- }
-
- if (opts.responseContentType) {
- accepts = opts.responseContentType;
- } else {
- accepts = 'application/json';
- }
- if (accepts && this.produces) {
- if (this.produces.indexOf(accepts) === -1) {
- log('server can\'t produce ' + accepts);
- }
- }
-
- if ((consumes && body !== '') || (consumes === 'application/x-www-form-urlencoded'))
- headers['Content-Type'] = consumes;
- if (accepts)
- headers.Accept = accepts;
- return headers;
-};
-
-Operation.prototype.asCurl = function (args) {
- var obj = this.execute(args, {mock: true});
- authorizations.apply(obj);
- var results = [];
- results.push('-X ' + this.method.toUpperCase());
- if (obj.headers) {
- var key;
- for (key in obj.headers)
- results.push('--header "' + key + ': ' + obj.headers[key] + '"');
- }
- if(obj.body) {
- var body;
- if(typeof obj.body === 'object')
- body = JSON.stringify(obj.body);
- else
- body = obj.body;
- results.push('-d "' + body.replace(/"/g, '\\"') + '"');
- }
- return 'curl ' + (results.join(' ')) + ' "' + obj.url + '"';
-};
-
-Operation.prototype.encodePathCollection = function(type, name, value) {
- var encoded = '';
- var i;
- var separator = '';
- if(type === 'ssv')
- separator = '%20';
- else if(type === 'tsv')
- separator = '\\t';
- else if(type === 'pipes')
- separator = '|';
- else
- separator = ',';
-
- for(i = 0; i < value.length; i++) {
- if(i === 0)
- encoded = this.encodeQueryParam(value[i]);
- else
- encoded += separator + this.encodeQueryParam(value[i]);
- }
- return encoded;
-};
-
-Operation.prototype.encodeQueryCollection = function(type, name, value) {
- var encoded = '';
- var i;
- if(type === 'default' || type === 'multi') {
- for(i = 0; i < value.length; i++) {
- if(i > 0) encoded += '&';
- encoded += this.encodeQueryParam(name) + '=' + this.encodeQueryParam(value[i]);
- }
- }
- else {
- var separator = '';
- if(type === 'csv')
- separator = ',';
- else if(type === 'ssv')
- separator = '%20';
- else if(type === 'tsv')
- separator = '\\t';
- else if(type === 'pipes')
- separator = '|';
- else if(type === 'brackets') {
- for(i = 0; i < value.length; i++) {
- if(i !== 0)
- encoded += '&';
- encoded += this.encodeQueryParam(name) + '[]=' + this.encodeQueryParam(value[i]);
- }
- }
- if(separator !== '') {
- for(i = 0; i < value.length; i++) {
- if(i === 0)
- encoded = this.encodeQueryParam(name) + '=' + this.encodeQueryParam(value[i]);
- else
- encoded += separator + this.encodeQueryParam(value[i]);
- }
- }
- }
- return encoded;
-};
-
-Operation.prototype.encodeQueryParam = function(arg) {
- return encodeURIComponent(arg);
-};
-
-/**
- * TODO revisit, might not want to leave '/'
- **/
-Operation.prototype.encodePathParam = function(pathParam) {
- var encParts, part, parts, i, len;
- pathParam = pathParam.toString();
- if (pathParam.indexOf('/') === -1) {
- return encodeURIComponent(pathParam);
- } else {
- parts = pathParam.split('/');
- encParts = [];
- for (i = 0, len = parts.length; i < len; i++) {
- encParts.push(encodeURIComponent(parts[i]));
- }
- return encParts.join('/');
- }
-};
-
-var Model = function(name, definition) {
- this.name = name;
- this.definition = definition || {};
- this.properties = [];
- var requiredFields = definition.required || [];
- if(definition.type === 'array') {
- var out = new ArrayModel(definition);
- return out;
- }
- var key;
- var props = definition.properties;
- if(props) {
- for(key in props) {
- var required = false;
- var property = props[key];
- if(requiredFields.indexOf(key) >= 0)
- required = true;
- this.properties.push(new Property(key, property, required));
- }
- }
-};
-
-Model.prototype.createJSONSample = function(modelsToIgnore) {
- var i, result = {}, representations = {};
- modelsToIgnore = (modelsToIgnore||{});
- modelsToIgnore[this.name] = this;
- for (i = 0; i < this.properties.length; i++) {
- prop = this.properties[i];
- var sample = prop.getSampleValue(modelsToIgnore, representations);
- result[prop.name] = sample;
- }
- delete modelsToIgnore[this.name];
- return result;
-};
-
-Model.prototype.getSampleValue = function(modelsToIgnore) {
- var i, obj = {}, representations = {};
- for(i = 0; i < this.properties.length; i++ ) {
- var property = this.properties[i];
- obj[property.name] = property.sampleValue(false, modelsToIgnore, representations);
- }
- return obj;
-};
-
-Model.prototype.getMockSignature = function(modelsToIgnore) {
- var i, prop, propertiesStr = [];
- for (i = 0; i < this.properties.length; i++) {
- prop = this.properties[i];
- propertiesStr.push(prop.toString());
- }
- var strong = '<span class="strong">';
- var stronger = '<span class="stronger">';
- var strongClose = '</span>';
- var classOpen = strong + this.name + ' {' + strongClose;
- var classClose = strong + '}' + strongClose;
- var returnVal = classOpen + '<div>' + propertiesStr.join(',</div><div>') + '</div>' + classClose;
- if (!modelsToIgnore)
- modelsToIgnore = {};
-
- modelsToIgnore[this.name] = this;
- for (i = 0; i < this.properties.length; i++) {
- prop = this.properties[i];
- var ref = prop.$ref;
- var model = models[ref];
- if (model && typeof modelsToIgnore[model.name] === 'undefined') {
- returnVal = returnVal + ('<br>' + model.getMockSignature(modelsToIgnore));
- }
- }
- return returnVal;
-};
-
-var Property = function(name, obj, required) {
- this.schema = obj;
- this.required = required;
- if(obj.$ref)
- this.$ref = simpleRef(obj.$ref);
- else if (obj.type === 'array' && obj.items) {
- if(obj.items.$ref)
- this.$ref = simpleRef(obj.items.$ref);
- else
- obj = obj.items;
- }
- this.name = name;
- this.description = obj.description;
- this.obj = obj;
- this.optional = true;
- this.optional = !required;
- this.default = obj.default || null;
- this.example = obj.example !== undefined ? obj.example : null;
- this.collectionFormat = obj.collectionFormat || null;
- this.maximum = obj.maximum || null;
- this.exclusiveMaximum = obj.exclusiveMaximum || null;
- this.minimum = obj.minimum || null;
- this.exclusiveMinimum = obj.exclusiveMinimum || null;
- this.maxLength = obj.maxLength || null;
- this.minLength = obj.minLength || null;
- this.pattern = obj.pattern || null;
- this.maxItems = obj.maxItems || null;
- this.minItems = obj.minItems || null;
- this.uniqueItems = obj.uniqueItems || null;
- this['enum'] = obj['enum'] || null;
- this.multipleOf = obj.multipleOf || null;
-};
-
-Property.prototype.getSampleValue = function (modelsToIgnore, representations) {
- return this.sampleValue(false, modelsToIgnore, representations);
-};
-
-Property.prototype.isArray = function () {
- var schema = this.schema;
- if(schema.type === 'array')
- return true;
- else
- return false;
-};
-
-Property.prototype.sampleValue = function(isArray, ignoredModels, representations) {
- isArray = (isArray || this.isArray());
- ignoredModels = (ignoredModels || {});
- // representations = (representations || {});
-
- var type = getStringSignature(this.obj, true);
- var output;
-
- if(this.$ref) {
- var refModelName = simpleRef(this.$ref);
- var refModel = models[refModelName];
- if(typeof representations[type] !== 'undefined') {
- return representations[type];
- }
- else
-
- if(refModel && typeof ignoredModels[type] === 'undefined') {
- ignoredModels[type] = this;
- output = refModel.getSampleValue(ignoredModels, representations);
- representations[type] = output;
- }
- else {
- output = (representations[type] || refModelName);
- }
- }
- else if(this.example)
- output = this.example;
- else if(this.default)
- output = this.default;
- else if(type === 'date-time')
- output = new Date().toISOString();
- else if(type === 'date')
- output = new Date().toISOString().split("T")[0];
- else if(type === 'string')
- output = 'string';
- else if(type === 'integer')
- output = 0;
- else if(type === 'long')
- output = 0;
- else if(type === 'float')
- output = 0.0;
- else if(type === 'double')
- output = 0.0;
- else if(type === 'boolean')
- output = true;
- else
- output = {};
- ignoredModels[type] = output;
- if(isArray)
- return [output];
- else
- return output;
-};
-
-getStringSignature = function(obj, baseComponent) {
- var str = '';
- if(typeof obj.$ref !== 'undefined')
- str += simpleRef(obj.$ref);
- else if(typeof obj.type === 'undefined')
- str += 'object';
- else if(obj.type === 'array') {
- if(baseComponent)
- str += getStringSignature((obj.items || obj.$ref || {}));
- else {
- str += 'Array[';
- str += getStringSignature((obj.items || obj.$ref || {}));
- str += ']';
- }
- }
- else if(obj.type === 'integer' && obj.format === 'int32')
- str += 'integer';
- else if(obj.type === 'integer' && obj.format === 'int64')
- str += 'long';
- else if(obj.type === 'integer' && typeof obj.format === 'undefined')
- str += 'long';
- else if(obj.type === 'string' && obj.format === 'date-time')
- str += 'date-time';
- else if(obj.type === 'string' && obj.format === 'date')
- str += 'date';
- else if(obj.type === 'string' && typeof obj.format === 'undefined')
- str += 'string';
- else if(obj.type === 'number' && obj.format === 'float')
- str += 'float';
- else if(obj.type === 'number' && obj.format === 'double')
- str += 'double';
- else if(obj.type === 'number' && typeof obj.format === 'undefined')
- str += 'double';
- else if(obj.type === 'boolean')
- str += 'boolean';
- else if(obj.$ref)
- str += simpleRef(obj.$ref);
- else
- str += obj.type;
- return str;
-};
-
-simpleRef = function(name) {
- if(typeof name === 'undefined')
- return null;
- if(name.indexOf("#/definitions/") === 0)
- return name.substring('#/definitions/'.length);
- else
- return name;
-};
-
-Property.prototype.toString = function() {
- var str = getStringSignature(this.obj);
- if(str !== '') {
- str = '<span class="propName ' + this.required + '">' + this.name + '</span> (<span class="propType">' + str + '</span>';
- if(!this.required)
- str += ', <span class="propOptKey">optional</span>';
- str += ')';
- }
- else
- str = this.name + ' (' + JSON.stringify(this.obj) + ')';
-
- if(typeof this.description !== 'undefined')
- str += ': ' + this.description;
-
- if (this['enum']) {
- str += ' = <span class="propVals">[\'' + this['enum'].join('\' or \'') + '\']</span>';
- }
- if (this.descr) {
- str += ': <span class="propDesc">' + this.descr + '</span>';
- }
-
-
- var options = '';
- var isArray = this.schema.type === 'array';
- var type;
-
- if(isArray) {
- if(this.schema.items)
- type = this.schema.items.type;
- else
- type = '';
- }
- else {
- type = this.schema.type;
- }
-
- if (this.default)
- options += optionHtml('Default', this.default);
-
- switch (type) {
- case 'string':
- if (this.minLength)
- options += optionHtml('Min. Length', this.minLength);
- if (this.maxLength)
- options += optionHtml('Max. Length', this.maxLength);
- if (this.pattern)
- options += optionHtml('Reg. Exp.', this.pattern);
- break;
- case 'integer':
- case 'number':
- if (this.minimum)
- options += optionHtml('Min. Value', this.minimum);
- if (this.exclusiveMinimum)
- options += optionHtml('Exclusive Min.', "true");
- if (this.maximum)
- options += optionHtml('Max. Value', this.maximum);
- if (this.exclusiveMaximum)
- options += optionHtml('Exclusive Max.', "true");
- if (this.multipleOf)
- options += optionHtml('Multiple Of', this.multipleOf);
- break;
- }
-
- if (isArray) {
- if (this.minItems)
- options += optionHtml('Min. Items', this.minItems);
- if (this.maxItems)
- options += optionHtml('Max. Items', this.maxItems);
- if (this.uniqueItems)
- options += optionHtml('Unique Items', "true");
- if (this.collectionFormat)
- options += optionHtml('Coll. Format', this.collectionFormat);
- }
-
- if (this['enum']) {
- var enumString;
-
- if (type === 'number' || type === 'integer')
- enumString = this['enum'].join(', ');
- else {
- enumString = '"' + this['enum'].join('", "') + '"';
- }
-
- options += optionHtml('Enum', enumString);
- }
-
- if (options.length > 0)
- str = '<span class="propWrap">' + str + '<table class="optionsWrapper"><tr><th colspan="2">' + this.name + '</th></tr>' + options + '</table></span>';
-
- return str;
-};
-
-optionHtml = function(label, value) {
- return '<tr><td class="optionName">' + label + ':</td><td>' + value + '</td></tr>';
-};
-
-typeFromJsonSchema = function(type, format) {
- var str;
- if(type === 'integer' && format === 'int32')
- str = 'integer';
- else if(type === 'integer' && format === 'int64')
- str = 'long';
- else if(type === 'integer' && typeof format === 'undefined')
- str = 'long';
- else if(type === 'string' && format === 'date-time')
- str = 'date-time';
- else if(type === 'string' && format === 'date')
- str = 'date';
- else if(type === 'number' && format === 'float')
- str = 'float';
- else if(type === 'number' && format === 'double')
- str = 'double';
- else if(type === 'number' && typeof format === 'undefined')
- str = 'double';
- else if(type === 'boolean')
- str = 'boolean';
- else if(type === 'string')
- str = 'string';
-
- return str;
-};
-
-var sampleModels = {};
-var cookies = {};
-var models = {};
-
-SwaggerClient.prototype.buildFrom1_2Spec = function (response) {
- if (response.apiVersion !== null) {
- this.apiVersion = response.apiVersion;
- }
- this.apis = {};
- this.apisArray = [];
- this.consumes = response.consumes;
- this.produces = response.produces;
- this.authSchemes = response.authorizations;
- this.info = this.convertInfo(response.info);
-
- var isApi = false, i, res;
- for (i = 0; i < response.apis.length; i++) {
- var api = response.apis[i];
- if (api.operations) {
- var j;
- for (j = 0; j < api.operations.length; j++) {
- operation = api.operations[j];
- isApi = true;
- }
- }
- }
- if (response.basePath)
- this.basePath = response.basePath;
- else if (this.url.indexOf('?') > 0)
- this.basePath = this.url.substring(0, this.url.lastIndexOf('?'));
- else
- this.basePath = this.url;
-
- if (isApi) {
- var newName = response.resourcePath.replace(/\//g, '');
- this.resourcePath = response.resourcePath;
- res = new SwaggerResource(response, this);
- this.apis[newName] = res;
- this.apisArray.push(res);
- this.finish();
- } else {
- var k;
- this.expectedResourceCount = response.apis.length;
- for (k = 0; k < response.apis.length; k++) {
- var resource = response.apis[k];
- res = new SwaggerResource(resource, this);
- this.apis[res.name] = res;
- this.apisArray.push(res);
- }
- }
- this.isValid = true;
- return this;
-};
-
-SwaggerClient.prototype.finish = function() {
- if (typeof this.success === 'function') {
- this.isValid = true;
- this.ready = true;
- this.isBuilt = true;
- this.selfReflect();
- this.success();
- }
-};
-
-SwaggerClient.prototype.buildFrom1_1Spec = function (response) {
- log('This API is using a deprecated version of Swagger! Please see http://github.com/wordnik/swagger-core/wiki for more info');
- if (response.apiVersion !== null)
- this.apiVersion = response.apiVersion;
- this.apis = {};
- this.apisArray = [];
- this.produces = response.produces;
- this.info = this.convertInfo(response.info);
- var isApi = false, res;
- for (var i = 0; i < response.apis.length; i++) {
- var api = response.apis[i];
- if (api.operations) {
- for (var j = 0; j < api.operations.length; j++) {
- operation = api.operations[j];
- isApi = true;
- }
- }
- }
- if (response.basePath) {
- this.basePath = response.basePath;
- } else if (this.url.indexOf('?') > 0) {
- this.basePath = this.url.substring(0, this.url.lastIndexOf('?'));
- } else {
- this.basePath = this.url;
- }
- if (isApi) {
- var newName = response.resourcePath.replace(/\//g, '');
- this.resourcePath = response.resourcePath;
- res = new SwaggerResource(response, this);
- this.apis[newName] = res;
- this.apisArray.push(res);
- this.finish();
- } else {
- this.expectedResourceCount = response.apis.length;
- for (k = 0; k < response.apis.length; k++) {
- resource = response.apis[k];
- res = new SwaggerResource(resource, this);
- this.apis[res.name] = res;
- this.apisArray.push(res);
- }
- }
- this.isValid = true;
- return this;
-};
-
-SwaggerClient.prototype.convertInfo = function (resp) {
- if(typeof resp == 'object') {
- var info = {};
-
- info.title = resp.title;
- info.description = resp.description;
- info.termsOfService = resp.termsOfServiceUrl;
- info.contact = {};
- info.contact.name = resp.contact;
- info.license = {};
- info.license.name = resp.license;
- info.license.url = resp.licenseUrl;
-
- return info;
- }
-};
-
-SwaggerClient.prototype.selfReflect = function () {
- var resource, tag, ref;
- if (this.apis === null) {
- return false;
- }
- ref = this.apis;
- for (tag in ref) {
- api = ref[tag];
- if (api.ready === null) {
- return false;
- }
- this[tag] = api;
- this[tag].help = __bind(api.help, api);
- }
- this.setConsolidatedModels();
- this.ready = true;
-};
-
-SwaggerClient.prototype.setConsolidatedModels = function () {
- var model, modelName, resource, resource_name, i, apis, models, results;
- this.models = {};
- apis = this.apis;
- for (resource_name in apis) {
- resource = apis[resource_name];
- for (modelName in resource.models) {
- if (typeof this.models[modelName] === 'undefined') {
- this.models[modelName] = resource.models[modelName];
- this.modelsArray.push(resource.models[modelName]);
- }
- }
- }
- models = this.modelsArray;
- results = [];
- for (i = 0; i < models.length; i++) {
- model = models[i];
- results.push(model.setReferencedModels(this.models));
- }
- return results;
-};
-
-var SwaggerResource = function (resourceObj, api) {
- var _this = this;
- this.api = api;
- this.swaggerRequstHeaders = api.swaggerRequstHeaders;
- this.path = (typeof this.api.resourcePath === 'string') ? this.api.resourcePath : resourceObj.path;
- this.description = resourceObj.description;
- this.authorizations = (resourceObj.authorizations || {});
-
- var parts = this.path.split('/');
- this.name = parts[parts.length - 1].replace('.{format}', '');
- this.basePath = this.api.basePath;
- this.operations = {};
- this.operationsArray = [];
- this.modelsArray = [];
- this.models = api.models || {};
- this.rawModels = {};
- this.useJQuery = (typeof api.useJQuery !== 'undefined') ? api.useJQuery : null;
-
- if ((resourceObj.apis) && this.api.resourcePath) {
- this.addApiDeclaration(resourceObj);
- } else {
- if (typeof this.path === 'undefined') {
- this.api.fail('SwaggerResources must have a path.');
- }
- if (this.path.substring(0, 4) === 'http') {
- this.url = this.path.replace('{format}', 'json');
- } else {
- this.url = this.api.basePath + this.path.replace('{format}', 'json');
- }
- this.api.progress('fetching resource ' + this.name + ': ' + this.url);
- var obj = {
- url: this.url,
- method: 'GET',
- useJQuery: this.useJQuery,
- headers: {
- accept: this.swaggerRequstHeaders
- },
- on: {
- response: function (resp) {
- var responseObj = resp.obj || JSON.parse(resp.data);
- _this.api.resourceCount += 1;
- return _this.addApiDeclaration(responseObj);
- },
- error: function (response) {
- _this.api.resourceCount += 1;
- return _this.api.fail('Unable to read api \'' +
- _this.name + '\' from path ' + _this.url + ' (server returned ' + response.statusText + ')');
- }
- }
- };
- var e = typeof window !== 'undefined' ? window : exports;
- e.authorizations.apply(obj);
- new SwaggerHttp().execute(obj);
- }
-};
-
-SwaggerResource.prototype.help = function (dontPrint) {
- var i;
- var output = 'operations for the "' + this.name + '" tag';
- for(i = 0; i < this.operationsArray.length; i++) {
- var api = this.operationsArray[i];
- output += '\n * ' + api.nickname + ': ' + api.description;
- }
- if(dontPrint)
- return output;
- else {
- log(output);
- return output;
- }
-};
-
-SwaggerResource.prototype.getAbsoluteBasePath = function (relativeBasePath) {
- var pos, url;
- url = this.api.basePath;
- pos = url.lastIndexOf(relativeBasePath);
- var parts = url.split('/');
- var rootUrl = parts[0] + '//' + parts[2];
-
- if (relativeBasePath.indexOf('http') === 0)
- return relativeBasePath;
- if (relativeBasePath === '/')
- return rootUrl;
- if (relativeBasePath.substring(0, 1) == '/') {
- // use root + relative
- return rootUrl + relativeBasePath;
- }
- else {
- pos = this.basePath.lastIndexOf('/');
- var base = this.basePath.substring(0, pos);
- if (base.substring(base.length - 1) == '/')
- return base + relativeBasePath;
- else
- return base + '/' + relativeBasePath;
- }
-};
-
-SwaggerResource.prototype.addApiDeclaration = function (response) {
- if (typeof response.produces === 'string')
- this.produces = response.produces;
- if (typeof response.consumes === 'string')
- this.consumes = response.consumes;
- if ((typeof response.basePath === 'string') && response.basePath.replace(/\s/g, '').length > 0)
- this.basePath = response.basePath.indexOf('http') === -1 ? this.getAbsoluteBasePath(response.basePath) : response.basePath;
- this.resourcePath = response.resourcePath;
- this.addModels(response.models);
- if (response.apis) {
- for (var i = 0 ; i < response.apis.length; i++) {
- var endpoint = response.apis[i];
- this.addOperations(endpoint.path, endpoint.operations, response.consumes, response.produces);
- }
- }
- this.api[this.name] = this;
- this.ready = true;
- if(this.api.resourceCount === this.api.expectedResourceCount)
- this.api.finish();
- return this;
-};
-
-SwaggerResource.prototype.addModels = function (models) {
- if (typeof models === 'object') {
- var modelName;
- for (modelName in models) {
- if (typeof this.models[modelName] === 'undefined') {
- var swaggerModel = new SwaggerModel(modelName, models[modelName]);
- this.modelsArray.push(swaggerModel);
- this.models[modelName] = swaggerModel;
- this.rawModels[modelName] = models[modelName];
- }
- }
- var output = [];
- for (var i = 0; i < this.modelsArray.length; i++) {
- var model = this.modelsArray[i];
- output.push(model.setReferencedModels(this.models));
- }
- return output;
- }
-};
-
-SwaggerResource.prototype.addOperations = function (resource_path, ops, consumes, produces) {
- if (ops) {
- var output = [];
- for (var i = 0; i < ops.length; i++) {
- var o = ops[i];
- consumes = this.consumes;
- produces = this.produces;
- if (typeof o.consumes !== 'undefined')
- consumes = o.consumes;
- else
- consumes = this.consumes;
-
- if (typeof o.produces !== 'undefined')
- produces = o.produces;
- else
- produces = this.produces;
- var type = (o.type || o.responseClass);
-
- if (type === 'array') {
- ref = null;
- if (o.items)
- ref = o.items.type || o.items.$ref;
- type = 'array[' + ref + ']';
- }
- var responseMessages = o.responseMessages;
- var method = o.method;
- if (o.httpMethod) {
- method = o.httpMethod;
- }
- if (o.supportedContentTypes) {
- consumes = o.supportedContentTypes;
- }
- if (o.errorResponses) {
- responseMessages = o.errorResponses;
- for (var j = 0; j < responseMessages.length; j++) {
- r = responseMessages[j];
- r.message = r.reason;
- r.reason = null;
- }
- }
- o.nickname = this.sanitize(o.nickname);
- var op = new SwaggerOperation(o.nickname,
- resource_path,
- method,
- o.parameters,
- o.summary,
- o.notes,
- type,
- responseMessages,
- this,
- consumes,
- produces,
- o.authorizations,
- o.deprecated);
-
- this.operations[op.nickname] = op;
- output.push(this.operationsArray.push(op));
- }
- return output;
- }
-};
-
-SwaggerResource.prototype.sanitize = function (nickname) {
- var op;
- op = nickname.replace(/[\s!@#$%^&*()_+=\[{\]};:<>|.\/?,\\'""-]/g, '_');
- op = op.replace(/((_){2,})/g, '_');
- op = op.replace(/^(_)*/g, '');
- op = op.replace(/([_])*$/g, '');
- return op;
-};
-
-var SwaggerModel = function (modelName, obj) {
- this.name = typeof obj.id !== 'undefined' ? obj.id : modelName;
- this.properties = [];
- var propertyName;
- for (propertyName in obj.properties) {
- if (obj.required) {
- var value;
- for (value in obj.required) {
- if (propertyName === obj.required[value]) {
- obj.properties[propertyName].required = true;
- }
- }
- }
- var prop = new SwaggerModelProperty(propertyName, obj.properties[propertyName], this);
- this.properties.push(prop);
- }
-};
-
-SwaggerModel.prototype.setReferencedModels = function (allModels) {
- var results = [];
- for (var i = 0; i < this.properties.length; i++) {
- var property = this.properties[i];
- var type = property.type || property.dataType;
- if (allModels[type])
- results.push(property.refModel = allModels[type]);
- else if ((property.refDataType) && (allModels[property.refDataType]))
- results.push(property.refModel = allModels[property.refDataType]);
- else
- results.push(void 0);
- }
- return results;
-};
-
-SwaggerModel.prototype.getMockSignature = function (modelsToIgnore) {
- var i, prop, propertiesStr = [];
- for (i = 0; i < this.properties.length; i++) {
- prop = this.properties[i];
- propertiesStr.push(prop.toString());
- }
-
- var strong = '<span class="strong">';
- var strongClose = '</span>';
- var classOpen = strong + this.name + ' {' + strongClose;
- var classClose = strong + '}' + strongClose;
- var returnVal = classOpen + '<div>' + propertiesStr.join(',</div><div>') + '</div>' + classClose;
- if (!modelsToIgnore)
- modelsToIgnore = [];
- modelsToIgnore.push(this.name);
-
- for (i = 0; i < this.properties.length; i++) {
- prop = this.properties[i];
- if ((prop.refModel) && modelsToIgnore.indexOf(prop.refModel.name) === -1) {
- returnVal = returnVal + ('<br>' + prop.refModel.getMockSignature(modelsToIgnore));
- }
- }
- return returnVal;
-};
-
-SwaggerModel.prototype.createJSONSample = function (modelsToIgnore) {
- if (sampleModels[this.name]) {
- return sampleModels[this.name];
- }
- else {
- var result = {};
- modelsToIgnore = (modelsToIgnore || []);
- modelsToIgnore.push(this.name);
- for (var i = 0; i < this.properties.length; i++) {
- var prop = this.properties[i];
- result[prop.name] = prop.getSampleValue(modelsToIgnore);
- }
- modelsToIgnore.pop(this.name);
- return result;
- }
-};
-
-var SwaggerModelProperty = function (name, obj, model) {
- this.name = name;
- this.dataType = obj.type || obj.dataType || obj.$ref;
- this.isCollection = this.dataType && (this.dataType.toLowerCase() === 'array' || this.dataType.toLowerCase() === 'list' || this.dataType.toLowerCase() === 'set');
- this.descr = obj.description;
- this.required = obj.required;
- this.defaultValue = applyModelPropertyMacro(obj, model);
- if (obj.items) {
- if (obj.items.type) {
- this.refDataType = obj.items.type;
- }
- if (obj.items.$ref) {
- this.refDataType = obj.items.$ref;
- }
- }
- this.dataTypeWithRef = this.refDataType ? (this.dataType + '[' + this.refDataType + ']') : this.dataType;
- if (obj.allowableValues) {
- this.valueType = obj.allowableValues.valueType;
- this.values = obj.allowableValues.values;
- if (this.values) {
- this.valuesString = '\'' + this.values.join('\' or \'') + '\'';
- }
- }
- if (obj['enum']) {
- this.valueType = 'string';
- this.values = obj['enum'];
- if (this.values) {
- this.valueString = '\'' + this.values.join('\' or \'') + '\'';
- }
- }
-};
-
-SwaggerModelProperty.prototype.getSampleValue = function (modelsToIgnore) {
- var result;
- if ((this.refModel) && (modelsToIgnore.indexOf(this.refModel.name) === -1)) {
- result = this.refModel.createJSONSample(modelsToIgnore);
- } else {
- if (this.isCollection) {
- result = this.toSampleValue(this.refDataType);
- } else {
- result = this.toSampleValue(this.dataType);
- }
- }
- if (this.isCollection) {
- return [result];
- } else {
- return result;
- }
-};
-
-SwaggerModelProperty.prototype.toSampleValue = function (value) {
- var result;
- if ((typeof this.defaultValue !== 'undefined') && this.defaultValue) {
- result = this.defaultValue;
- } else if (value === 'integer') {
- result = 0;
- } else if (value === 'boolean') {
- result = false;
- } else if (value === 'double' || value === 'number') {
- result = 0.0;
- } else if (value === 'string') {
- result = '';
- } else {
- result = value;
- }
- return result;
-};
-
-SwaggerModelProperty.prototype.toString = function () {
- var req = this.required ? 'propReq' : 'propOpt';
- var str = '<span class="propName ' + req + '">' + this.name + '</span> (<span class="propType">' + this.dataTypeWithRef + '</span>';
- if (!this.required) {
- str += ', <span class="propOptKey">optional</span>';
- }
- str += ')';
- if (this.values) {
- str += ' = <span class="propVals">[\'' + this.values.join('\' or \'') + '\']</span>';
- }
- if (this.descr) {
- str += ': <span class="propDesc">' + this.descr + '</span>';
- }
- return str;
-};
-
-var SwaggerOperation = function (nickname, path, method, parameters, summary, notes, type, responseMessages, resource, consumes, produces, authorizations, deprecated) {
- var _this = this;
-
- var errors = [];
- this.nickname = (nickname || errors.push('SwaggerOperations must have a nickname.'));
- this.path = (path || errors.push('SwaggerOperation ' + nickname + ' is missing path.'));
- this.method = (method || errors.push('SwaggerOperation ' + nickname + ' is missing method.'));
- this.parameters = parameters ? parameters : [];
- this.summary = summary;
- this.notes = notes;
- this.type = type;
- this.responseMessages = (responseMessages || []);
- this.resource = (resource || errors.push('Resource is required'));
- this.consumes = consumes;
- this.produces = produces;
- this.authorizations = typeof authorizations !== 'undefined' ? authorizations : resource.authorizations;
- this.deprecated = deprecated;
- this['do'] = __bind(this['do'], this);
-
-
- if(typeof this.deprecated === 'string') {
- switch(this.deprecated.toLowerCase()) {
- case 'true': case 'yes': case '1': {
- this.deprecated = true;
- break;
- }
- case 'false': case 'no': case '0': case null: {
- this.deprecated = false;
- break;
- }
- default: this.deprecated = Boolean(this.deprecated);
- }
- }
-
- if (errors.length > 0) {
- console.error('SwaggerOperation errors', errors, arguments);
- this.resource.api.fail(errors);
- }
-
- this.path = this.path.replace('{format}', 'json');
- this.method = this.method.toLowerCase();
- this.isGetMethod = this.method === 'get';
-
- var i, j, v;
- this.resourceName = this.resource.name;
- if (typeof this.type !== 'undefined' && this.type === 'void')
- this.type = null;
- else {
- this.responseClassSignature = this.getSignature(this.type, this.resource.models);
- this.responseSampleJSON = this.getSampleJSON(this.type, this.resource.models);
- }
-
- for (i = 0; i < this.parameters.length; i++) {
- var param = this.parameters[i];
- // might take this away
- param.name = param.name || param.type || param.dataType;
- // for 1.1 compatibility
- type = param.type || param.dataType;
- if (type === 'array') {
- type = 'array[' + (param.items.$ref ? param.items.$ref : param.items.type) + ']';
- }
- param.type = type;
-
- if (type && type.toLowerCase() === 'boolean') {
- param.allowableValues = {};
- param.allowableValues.values = ['true', 'false'];
- }
- param.signature = this.getSignature(type, this.resource.models);
- param.sampleJSON = this.getSampleJSON(type, this.resource.models);
-
- var enumValue = param['enum'];
- if (typeof enumValue !== 'undefined') {
- param.isList = true;
- param.allowableValues = {};
- param.allowableValues.descriptiveValues = [];
-
- for (j = 0; j < enumValue.length; j++) {
- v = enumValue[j];
- if (param.defaultValue) {
- param.allowableValues.descriptiveValues.push({
- value: String(v),
- isDefault: (v === param.defaultValue)
- });
- }
- else {
- param.allowableValues.descriptiveValues.push({
- value: String(v),
- isDefault: false
- });
- }
- }
- }
- else if (param.allowableValues) {
- if (param.allowableValues.valueType === 'RANGE')
- param.isRange = true;
- else
- param.isList = true;
- if (param.allowableValues) {
- param.allowableValues.descriptiveValues = [];
- if (param.allowableValues.values) {
- for (j = 0; j < param.allowableValues.values.length; j++) {
- v = param.allowableValues.values[j];
- if (param.defaultValue !== null) {
- param.allowableValues.descriptiveValues.push({
- value: String(v),
- isDefault: (v === param.defaultValue)
- });
- }
- else {
- param.allowableValues.descriptiveValues.push({
- value: String(v),
- isDefault: false
- });
- }
- }
- }
- }
- }
- param.defaultValue = applyParameterMacro(this, param);
- }
- var defaultSuccessCallback = this.resource.api.defaultSuccessCallback || null;
- var defaultErrorCallback = this.resource.api.defaultErrorCallback || null;
-
- this.resource[this.nickname] = function (args, opts, callback, error) {
- var arg1, arg2, arg3, arg4;
- if(typeof args === 'function') { // right shift 3
- arg1 = {}; arg2 = {}; arg3 = args; arg4 = opts;
- }
- else if(typeof args === 'object' && typeof opts === 'function') { // right shift 2
- arg1 = args; arg2 = {}; arg3 = opts; arg4 = callback;
- }
- else {
- arg1 = args; arg2 = opts; arg3 = callback; arg4 = error;
- }
- return _this['do'](arg1 || {}, arg2 || {}, arg3 || defaultSuccessCallback, arg4 || defaultErrorCallback);
- };
-
- this.resource[this.nickname].help = function (dontPrint) {
- return _this.help(dontPrint);
- };
- this.resource[this.nickname].asCurl = function (args) {
- return _this.asCurl(args);
- };
-};
-
-SwaggerOperation.prototype.isListType = function (type) {
- if (type && type.indexOf('[') >= 0) {
- return type.substring(type.indexOf('[') + 1, type.indexOf(']'));
- } else {
- return void 0;
- }
-};
-
-SwaggerOperation.prototype.getSignature = function (type, models) {
- var isPrimitive, listType;
- listType = this.isListType(type);
- isPrimitive = ((typeof listType !== 'undefined') && models[listType]) || (typeof models[type] !== 'undefined') ? false : true;
- if (isPrimitive) {
- return type;
- } else {
- if (typeof listType !== 'undefined') {
- return models[listType].getMockSignature();
- } else {
- return models[type].getMockSignature();
- }
- }
-};
-
-SwaggerOperation.prototype.getSampleJSON = function (type, models) {
- var isPrimitive, listType, val;
- listType = this.isListType(type);
- isPrimitive = ((typeof listType !== 'undefined') && models[listType]) || (typeof models[type] !== 'undefined') ? false : true;
- val = isPrimitive ? void 0 : (listType ? models[listType].createJSONSample() : models[type].createJSONSample());
- if (val) {
- val = listType ? [val] : val;
- if (typeof val == 'string')
- return val;
- else if (typeof val === 'object') {
- var t = val;
- if (val instanceof Array && val.length > 0) {
- t = val[0];
- }
- if (t.nodeName) {
- var xmlString = new XMLSerializer().serializeToString(t);
- return this.formatXml(xmlString);
- }
- else
- return JSON.stringify(val, null, 2);
- }
- else
- return val;
- }
-};
-
-SwaggerOperation.prototype['do'] = function (args, opts, callback, error) {
- var key, param, params, possibleParams = [], req, value;
-
- if (typeof error !== 'function') {
- error = function (xhr, textStatus, error) {
- return log(xhr, textStatus, error);
- };
- }
-
- if (typeof callback !== 'function') {
- callback = function (response) {
- var content;
- content = null;
- if (response !== null) {
- content = response.data;
- } else {
- content = 'no data';
- }
- return log('default callback: ' + content);
- };
- }
-
- params = {};
- params.headers = [];
- if (args.headers) {
- params.headers = args.headers;
- delete args.headers;
- }
- // allow override from the opts
- if(opts && opts.responseContentType) {
- params.headers['Content-Type'] = opts.responseContentType;
- }
- if(opts && opts.requestContentType) {
- params.headers.Accept = opts.requestContentType;
- }
-
- for (var i = 0; i < this.parameters.length; i++) {
- param = this.parameters[i];
- if (param.paramType === 'header') {
- if (typeof args[param.name] !== 'undefined')
- params.headers[param.name] = args[param.name];
- }
- else if (param.paramType === 'form' || param.paramType.toLowerCase() === 'file')
- possibleParams.push(param);
- else if (param.paramType === 'body' && param.name !== 'body' && typeof args[param.name] !== 'undefined') {
- if (args.body) {
- throw new Error('Saw two body params in an API listing; expecting a max of one.');
- }
- args.body = args[param.name];
- }
- }
-
- if (typeof args.body !== 'undefined') {
- params.body = args.body;
- delete args.body;
- }
-
- if (possibleParams) {
- for (key in possibleParams) {
- value = possibleParams[key];
- if (args[value.name]) {
- params[value.name] = args[value.name];
- }
- }
- }
-
- req = new SwaggerRequest(this.method, this.urlify(args), params, opts, callback, error, this);
- if (opts.mock) {
- return req;
- } else {
- return true;
- }
-};
-
-SwaggerOperation.prototype.pathJson = function () {
- return this.path.replace('{format}', 'json');
-};
-
-SwaggerOperation.prototype.pathXml = function () {
- return this.path.replace('{format}', 'xml');
-};
-
-SwaggerOperation.prototype.encodePathParam = function (pathParam) {
- var encParts, part, parts, _i, _len;
- pathParam = pathParam.toString();
- if (pathParam.indexOf('/') === -1) {
- return encodeURIComponent(pathParam);
- } else {
- parts = pathParam.split('/');
- encParts = [];
- for (_i = 0, _len = parts.length; _i < _len; _i++) {
- part = parts[_i];
- encParts.push(encodeURIComponent(part));
- }
- return encParts.join('/');
- }
-};
-
-SwaggerOperation.prototype.urlify = function (args) {
- var i, j, param, url;
- // ensure no double slashing...
- if(this.resource.basePath.length > 1 && this.resource.basePath.slice(-1) === '/' && this.pathJson().charAt(0) === '/')
- url = this.resource.basePath + this.pathJson().substring(1);
- else
- url = this.resource.basePath + this.pathJson();
- var params = this.parameters;
- for (i = 0; i < params.length; i++) {
- param = params[i];
- if (param.paramType === 'path') {
- if (typeof args[param.name] !== 'undefined') {
- // apply path params and remove from args
- var reg = new RegExp('\\{\\s*?' + param.name + '[^\\{\\}\\/]*(?:\\{.*?\\}[^\\{\\}\\/]*)*\\}(?=(\\/?|$))', 'gi');
- url = url.replace(reg, this.encodePathParam(args[param.name]));
- delete args[param.name];
- }
- else
- throw '' + param.name + ' is a required path param.';
- }
- }
-
- var queryParams = '';
- for (i = 0; i < params.length; i++) {
- param = params[i];
- if(param.paramType === 'query') {
- if (queryParams !== '')
- queryParams += '&';
- if (Array.isArray(param)) {
- var output = '';
- for(j = 0; j < param.length; j++) {
- if(j > 0)
- output += ',';
- output += encodeURIComponent(param[j]);
- }
- queryParams += encodeURIComponent(param.name) + '=' + output;
- }
- else {
- if (typeof args[param.name] !== 'undefined') {
- queryParams += encodeURIComponent(param.name) + '=' + encodeURIComponent(args[param.name]);
- } else {
- if (param.required)
- throw '' + param.name + ' is a required query param.';
- }
- }
- }
- }
- if ((queryParams) && queryParams.length > 0)
- url += '?' + queryParams;
- return url;
-};
-
-SwaggerOperation.prototype.supportHeaderParams = function () {
- return this.resource.api.supportHeaderParams;
-};
-
-SwaggerOperation.prototype.supportedSubmitMethods = function () {
- return this.resource.api.supportedSubmitMethods;
-};
-
-SwaggerOperation.prototype.getQueryParams = function (args) {
- return this.getMatchingParams(['query'], args);
-};
-
-SwaggerOperation.prototype.getHeaderParams = function (args) {
- return this.getMatchingParams(['header'], args);
-};
-
-SwaggerOperation.prototype.getMatchingParams = function (paramTypes, args) {
- var matchingParams = {};
- var params = this.parameters;
- for (var i = 0; i < params.length; i++) {
- param = params[i];
- if (args && args[param.name])
- matchingParams[param.name] = args[param.name];
- }
- var headers = this.resource.api.headers;
- var name;
- for (name in headers) {
- var value = headers[name];
- matchingParams[name] = value;
- }
- return matchingParams;
-};
-
-SwaggerOperation.prototype.help = function (dontPrint) {
- var msg = this.nickname + ': ' + this.summary;
- var params = this.parameters;
- for (var i = 0; i < params.length; i++) {
- var param = params[i];
- msg += '\n* ' + param.name + (param.required ? ' (required)' : '') + " - " + param.description;
- }
- if(dontPrint)
- return msg;
- else {
- console.log(msg);
- return msg;
- }
-};
-
-SwaggerOperation.prototype.asCurl = function (args) {
- var results = [];
- var i;
-
- var headers = SwaggerRequest.prototype.setHeaders(args, {}, this);
- for(i = 0; i < this.parameters.length; i++) {
- var param = this.parameters[i];
- if(param.paramType && param.paramType === 'header' && args[param.name]) {
- headers[param.name] = args[param.name];
- }
- }
-
- var key;
- for (key in headers) {
- results.push('--header "' + key + ': ' + headers[key] + '"');
- }
- return 'curl ' + (results.join(' ')) + ' ' + this.urlify(args);
-};
-
-SwaggerOperation.prototype.formatXml = function (xml) {
- var contexp, formatted, indent, lastType, lines, ln, pad, reg, transitions, wsexp, _fn, _i, _len;
- reg = /(>)(<)(\/*)/g;
- wsexp = /[ ]*(.*)[ ]+\n/g;
- contexp = /(<.+>)(.+\n)/g;
- xml = xml.replace(reg, '$1\n$2$3').replace(wsexp, '$1\n').replace(contexp, '$1\n$2');
- pad = 0;
- formatted = '';
- lines = xml.split('\n');
- indent = 0;
- lastType = 'other';
- transitions = {
- 'single->single': 0,
- 'single->closing': -1,
- 'single->opening': 0,
- 'single->other': 0,
- 'closing->single': 0,
- 'closing->closing': -1,
- 'closing->opening': 0,
- 'closing->other': 0,
- 'opening->single': 1,
- 'opening->closing': 0,
- 'opening->opening': 1,
- 'opening->other': 1,
- 'other->single': 0,
- 'other->closing': -1,
- 'other->opening': 0,
- 'other->other': 0
- };
- _fn = function (ln) {
- var fromTo, j, key, padding, type, types, value;
- types = {
- single: Boolean(ln.match(/<.+\/>/)),
- closing: Boolean(ln.match(/<\/.+>/)),
- opening: Boolean(ln.match(/<[^!?].*>/))
- };
- type = ((function () {
- var _results;
- _results = [];
- for (key in types) {
- value = types[key];
- if (value) {
- _results.push(key);
- }
- }
- return _results;
- })())[0];
- type = type === void 0 ? 'other' : type;
- fromTo = lastType + '->' + type;
- lastType = type;
- padding = '';
- indent += transitions[fromTo];
- padding = ((function () {
- var _j, _ref5, _results;
- _results = [];
- for (j = _j = 0, _ref5 = indent; 0 <= _ref5 ? _j < _ref5 : _j > _ref5; j = 0 <= _ref5 ? ++_j : --_j) {
- _results.push(' ');
- }
- return _results;
- })()).join('');
- if (fromTo === 'opening->closing') {
- formatted = formatted.substr(0, formatted.length - 1) + ln + '\n';
- } else {
- formatted += padding + ln + '\n';
- }
- };
- for (_i = 0, _len = lines.length; _i < _len; _i++) {
- ln = lines[_i];
- _fn(ln);
- }
- return formatted;
-};
-
-var SwaggerRequest = function (type, url, params, opts, successCallback, errorCallback, operation, execution) {
- var _this = this;
- var errors = [];
-
- this.useJQuery = (typeof operation.resource.useJQuery !== 'undefined' ? operation.resource.useJQuery : null);
- this.type = (type || errors.push('SwaggerRequest type is required (get/post/put/delete/patch/options).'));
- this.url = (url || errors.push('SwaggerRequest url is required.'));
- this.params = params;
- this.opts = opts;
- this.successCallback = (successCallback || errors.push('SwaggerRequest successCallback is required.'));
- this.errorCallback = (errorCallback || errors.push('SwaggerRequest error callback is required.'));
- this.operation = (operation || errors.push('SwaggerRequest operation is required.'));
- this.execution = execution;
- this.headers = (params.headers || {});
-
- if (errors.length > 0) {
- throw errors;
- }
-
- this.type = this.type.toUpperCase();
-
- // set request, response content type headers
- var headers = this.setHeaders(params, opts, this.operation);
- var body = params.body;
-
- // encode the body for form submits
- if (headers['Content-Type']) {
- var key, value, values = {}, i;
- var operationParams = this.operation.parameters;
- for (i = 0; i < operationParams.length; i++) {
- var param = operationParams[i];
- if (param.paramType === 'form')
- values[param.name] = param;
- }
-
- if (headers['Content-Type'].indexOf('application/x-www-form-urlencoded') === 0) {
- var encoded = '';
- for (key in values) {
- value = this.params[key];
- if (typeof value !== 'undefined') {
- if (encoded !== '')
- encoded += '&';
- encoded += encodeURIComponent(key) + '=' + encodeURIComponent(value);
- }
- }
- body = encoded;
- }
- else if (headers['Content-Type'].indexOf('multipart/form-data') === 0) {
- // encode the body for form submits
- var data = '';
- var boundary = '----SwaggerFormBoundary' + Date.now();
- for (key in values) {
- value = this.params[key];
- if (typeof value !== 'undefined') {
- data += '--' + boundary + '\n';
- data += 'Content-Disposition: form-data; name="' + key + '"';
- data += '\n\n';
- data += value + '\n';
- }
- }
- data += '--' + boundary + '--\n';
- headers['Content-Type'] = 'multipart/form-data; boundary=' + boundary;
- body = data;
- }
- }
-
- var obj;
- if (!((this.headers) && (this.headers.mock))) {
- obj = {
- url: this.url,
- method: this.type,
- headers: headers,
- body: body,
- useJQuery: this.useJQuery,
- on: {
- error: function (response) {
- return _this.errorCallback(response, _this.opts.parent);
- },
- redirect: function (response) {
- return _this.successCallback(response, _this.opts.parent);
- },
- 307: function (response) {
- return _this.successCallback(response, _this.opts.parent);
- },
- response: function (response) {
- return _this.successCallback(response, _this.opts.parent);
- }
- }
- };
-
- var status = false;
- if (this.operation.resource && this.operation.resource.api && this.operation.resource.api.clientAuthorizations) {
- // Get the client authorizations from the resource declaration
- status = this.operation.resource.api.clientAuthorizations.apply(obj, this.operation.authorizations);
- } else {
- // Get the client authorization from the default authorization declaration
- var e;
- if (typeof window !== 'undefined') {
- e = window;
- } else {
- e = exports;
- }
- status = e.authorizations.apply(obj, this.operation.authorizations);
- }
-
- if (!opts.mock) {
- if (status !== false) {
- new SwaggerHttp().execute(obj);
- } else {
- obj.canceled = true;
- }
- } else {
- return obj;
- }
- }
- return obj;
-};
-
-SwaggerRequest.prototype.setHeaders = function (params, opts, operation) {
- // default type
- var accepts = opts.responseContentType || 'application/json';
- var consumes = opts.requestContentType || 'application/json';
-
- var allDefinedParams = operation.parameters;
- var definedFormParams = [];
- var definedFileParams = [];
- var body = params.body;
- var headers = {};
-
- // get params from the operation and set them in definedFileParams, definedFormParams, headers
- var i;
- for (i = 0; i < allDefinedParams.length; i++) {
- var param = allDefinedParams[i];
- if (param.paramType === 'form')
- definedFormParams.push(param);
- else if (param.paramType === 'file')
- definedFileParams.push(param);
- else if (param.paramType === 'header' && this.params.headers) {
- var key = param.name;
- var headerValue = this.params.headers[param.name];
- if (typeof this.params.headers[param.name] !== 'undefined')
- headers[key] = headerValue;
- }
- }
-
- // if there's a body, need to set the accepts header via requestContentType
- if (body && (this.type === 'POST' || this.type === 'PUT' || this.type === 'PATCH' || this.type === 'DELETE')) {
- if (this.opts.requestContentType)
- consumes = this.opts.requestContentType;
- } else {
- // if any form params, content type must be set
- if (definedFormParams.length > 0) {
- if (definedFileParams.length > 0)
- consumes = 'multipart/form-data';
- else
- consumes = 'application/x-www-form-urlencoded';
- }
- else if (this.type === 'DELETE')
- body = '{}';
- else if (this.type != 'DELETE')
- consumes = null;
- }
-
- if (consumes && this.operation.consumes) {
- if (this.operation.consumes.indexOf(consumes) === -1) {
- log('server doesn\'t consume ' + consumes + ', try ' + JSON.stringify(this.operation.consumes));
- }
- }
-
- if (this.opts && this.opts.responseContentType) {
- accepts = this.opts.responseContentType;
- } else {
- accepts = 'application/json';
- }
- if (accepts && operation.produces) {
- if (operation.produces.indexOf(accepts) === -1) {
- log('server can\'t produce ' + accepts);
- }
- }
-
- if ((consumes && body !== '') || (consumes === 'application/x-www-form-urlencoded'))
- headers['Content-Type'] = consumes;
- if (accepts)
- headers.Accept = accepts;
- return headers;
-};
-
-/**
- * SwaggerHttp is a wrapper for executing requests
- */
-var SwaggerHttp = function() {};
-
-SwaggerHttp.prototype.execute = function(obj, opts) {
- if(obj && (typeof obj.useJQuery === 'boolean'))
- this.useJQuery = obj.useJQuery;
- else
- this.useJQuery = this.isIE8();
-
- if(obj && typeof obj.body === 'object') {
- if(obj.body.type && obj.body.type !== 'formData')
- obj.body = JSON.stringify(obj.body);
- else {
- obj.contentType = false;
- obj.processData = false;
- // delete obj.cache;
- delete obj.headers['Content-Type'];
- }
- }
-
- if(this.useJQuery)
- return new JQueryHttpClient(opts).execute(obj);
- else
- return new ShredHttpClient(opts).execute(obj);
-};
-
-SwaggerHttp.prototype.isIE8 = function() {
- var detectedIE = false;
- if (typeof navigator !== 'undefined' && navigator.userAgent) {
- nav = navigator.userAgent.toLowerCase();
- if (nav.indexOf('msie') !== -1) {
- var version = parseInt(nav.split('msie')[1]);
- if (version <= 8) {
- detectedIE = true;
- }
- }
- }
- return detectedIE;
-};
-
-/*
- * JQueryHttpClient lets a browser take advantage of JQuery's cross-browser magic.
- * NOTE: when jQuery is available it will export both '$' and 'jQuery' to the global space.
- * Since we are using closures here we need to alias it for internal use.
- */
-var JQueryHttpClient = function(options) {
- "use strict";
- if(!jQuery){
- var jQuery = window.jQuery;
- }
-};
-
-JQueryHttpClient.prototype.execute = function(obj) {
- var cb = obj.on;
- var request = obj;
-
- obj.type = obj.method;
- obj.cache = false;
- delete obj.useJQuery;
-
- /*
- obj.beforeSend = function(xhr) {
- var key, results;
- if (obj.headers) {
- results = [];
- for (key in obj.headers) {
- if (key.toLowerCase() === "content-type") {
- results.push(obj.contentType = obj.headers[key]);
- } else if (key.toLowerCase() === "accept") {
- results.push(obj.accepts = obj.headers[key]);
- } else {
- results.push(xhr.setRequestHeader(key, obj.headers[key]));
- }
- }
- return results;
- }
- };*/
-
- obj.data = obj.body;
- delete obj.body;
- obj.complete = function(response, textStatus, opts) {
- var headers = {},
- headerArray = response.getAllResponseHeaders().split("\n");
-
- for(var i = 0; i < headerArray.length; i++) {
- var toSplit = headerArray[i].trim();
- if(toSplit.length === 0)
- continue;
- var separator = toSplit.indexOf(":");
- if(separator === -1) {
- // Name but no value in the header
- headers[toSplit] = null;
- continue;
- }
- var name = toSplit.substring(0, separator).trim(),
- value = toSplit.substring(separator + 1).trim();
- headers[name] = value;
- }
-
- var out = {
- url: request.url,
- method: request.method,
- status: response.status,
- statusText: response.statusText,
- data: response.responseText,
- headers: headers
- };
-
- var contentType = (headers["content-type"]||headers["Content-Type"]||null);
- if(contentType) {
- if(contentType.indexOf("application/json") === 0 || contentType.indexOf("+json") > 0) {
- try {
- out.obj = response.responseJSON || JSON.parse(out.data) || {};
- } catch (ex) {
- // do not set out.obj
- log("unable to parse JSON content");
- }
- }
- }
-
- if(response.status >= 200 && response.status < 300)
- cb.response(out);
- else if(response.status === 0 || (response.status >= 400 && response.status < 599))
- cb.error(out);
- else
- return cb.response(out);
- };
-
- jQuery.support.cors = true;
- return jQuery.ajax(obj);
-};
-
-/*
- * ShredHttpClient is a light-weight, node or browser HTTP client
- */
-var ShredHttpClient = function(opts) {
- this.opts = (opts||{});
- this.isInitialized = false;
-
- var identity, toString;
-
- if (typeof window !== 'undefined') {
- this.Shred = require("./shred");
- this.content = require("./shred/content");
- }
- else
- this.Shred = require("shred");
- this.shred = new this.Shred(opts);
-};
-
-ShredHttpClient.prototype.initShred = function () {
- this.isInitialized = true;
- this.registerProcessors(this.shred);
-};
-
-ShredHttpClient.prototype.registerProcessors = function(shred) {
- var identity = function(x) {
- return x;
- };
- var toString = function(x) {
- return x.toString();
- };
-
- if (typeof window !== 'undefined') {
- this.content.registerProcessor(["application/json; charset=utf-8", "application/json", "json"], {
- parser: identity,
- stringify: toString
- });
- } else {
- this.Shred.registerProcessor(["application/json; charset=utf-8", "application/json", "json"], {
- parser: identity,
- stringify: toString
- });
- }
-};
-
-ShredHttpClient.prototype.execute = function(obj) {
- if(!this.isInitialized)
- this.initShred();
-
- var cb = obj.on, res;
- var transform = function(response) {
- var out = {
- headers: response._headers,
- url: response.request.url,
- method: response.request.method,
- status: response.status,
- data: response.content.data
- };
-
- var headers = response._headers.normalized || response._headers;
- var contentType = (headers["content-type"]||headers["Content-Type"]||null);
-
- if(contentType) {
- if(contentType.indexOf("application/json") === 0 || contentType.indexOf("+json") > 0) {
- if(response.content.data && response.content.data !== "")
- try{
- out.obj = JSON.parse(response.content.data);
- }
- catch (e) {
- // unable to parse
- }
- else
- out.obj = {};
- }
- }
- return out;
- };
-
- // Transform an error into a usable response-like object
- var transformError = function (error) {
- var out = {
- // Default to a status of 0 - The client will treat this as a generic permissions sort of error
- status: 0,
- data: error.message || error
- };
-
- if (error.code) {
- out.obj = error;
-
- if (error.code === 'ENOTFOUND' || error.code === 'ECONNREFUSED') {
- // We can tell the client that this should be treated as a missing resource and not as a permissions thing
- out.status = 404;
- }
- }
- return out;
- };
-
- res = {
- error: function (response) {
- if (obj)
- return cb.error(transform(response));
- },
- // Catch the Shred error raised when the request errors as it is made (i.e. No Response is coming)
- request_error: function (err) {
- if (obj)
- return cb.error(transformError(err));
- },
- response: function (response) {
- if (obj) {
- return cb.response(transform(response));
- }
- }
- };
- if (obj) {
- obj.on = res;
- }
- return this.shred.request(obj);
-};
-
-
-var e = (typeof window !== 'undefined' ? window : exports);
-
-e.authorizations = authorizations = new SwaggerAuthorizations();
-e.ApiKeyAuthorization = ApiKeyAuthorization;
-e.PasswordAuthorization = PasswordAuthorization;
-e.CookieAuthorization = CookieAuthorization;
-e.SwaggerClient = SwaggerClient;
-e.SwaggerApi = SwaggerClient;
-e.Operation = Operation;
-e.Model = Model;
-e.addModel = addModel;
-e.Resolver = Resolver;
-})(); \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/swagger-oauth.js b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/swagger-oauth.js
deleted file mode 100644
index c0dd5581..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/swagger-oauth.js
+++ /dev/null
@@ -1,294 +0,0 @@
-/*
- * Copyright 2016 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var appName;
-var popupMask;
-var popupDialog;
-var clientId;
-var realm;
-var oauth2KeyName;
-var redirect_uri;
-
-function handleLogin() {
- var scopes = [];
-
- var auths = window.swaggerUi.api.authSchemes || window.swaggerUi.api.securityDefinitions;
- if(auths) {
- var key;
- var defs = auths;
- for(key in defs) {
- var auth = defs[key];
- if(auth.type === 'oauth2' && auth.scopes) {
- oauth2KeyName = key;
- var scope;
- if(Array.isArray(auth.scopes)) {
- // 1.2 support
- var i;
- for(i = 0; i < auth.scopes.length; i++) {
- scopes.push(auth.scopes[i]);
- }
- }
- else {
- // 2.0 support
- for(scope in auth.scopes) {
- scopes.push({scope: scope, description: auth.scopes[scope]});
- }
- }
- }
- }
- }
-
- if(window.swaggerUi.api
- && window.swaggerUi.api.info) {
- appName = window.swaggerUi.api.info.title;
- }
-
- popupDialog = $(
- [
- '<div class="api-popup-dialog">',
- '<div class="api-popup-title">Select OAuth2.0 Scopes</div>',
- '<div class="api-popup-content">',
- '<p>Scopes are used to grant an application different levels of access to data on behalf of the end user. Each API may declare one or more scopes.',
- '<a href="#">Learn how to use</a>',
- '</p>',
- '<p><strong>' + appName + '</strong> API requires the following scopes. Select which ones you want to grant to Swagger UI.</p>',
- '<ul class="api-popup-scopes">',
- '</ul>',
- '<p class="error-msg"></p>',
- '<div class="api-popup-actions"><button class="api-popup-authbtn api-button green" type="button">Authorize</button><button class="api-popup-cancel api-button gray" type="button">Cancel</button></div>',
- '</div>',
- '</div>'].join(''));
- $(document.body).append(popupDialog);
-
- popup = popupDialog.find('ul.api-popup-scopes').empty();
- for (i = 0; i < scopes.length; i ++) {
- scope = scopes[i];
- str = '<li><input type="checkbox" id="scope_' + i + '" scope="' + scope.scope + '"/>' + '<label for="scope_' + i + '">' + scope.scope;
- if (scope.description) {
- str += '<br/><span class="api-scope-desc">' + scope.description + '</span>';
- }
- str += '</label></li>';
- popup.append(str);
- }
-
- var $win = $(window),
- dw = $win.width(),
- dh = $win.height(),
- st = $win.scrollTop(),
- dlgWd = popupDialog.outerWidth(),
- dlgHt = popupDialog.outerHeight(),
- top = (dh -dlgHt)/2 + st,
- left = (dw - dlgWd)/2;
-
- popupDialog.css({
- top: (top < 0? 0 : top) + 'px',
- left: (left < 0? 0 : left) + 'px'
- });
-
- popupDialog.find('button.api-popup-cancel').click(function() {
- popupMask.hide();
- popupDialog.hide();
- popupDialog.empty();
- popupDialog = [];
- });
-
- $('button.api-popup-authbtn').unbind();
- popupDialog.find('button.api-popup-authbtn').click(function() {
- popupMask.hide();
- popupDialog.hide();
-
- var authSchemes = window.swaggerUi.api.authSchemes;
- var host = window.location;
- var pathname = location.pathname.substring(0, location.pathname.lastIndexOf("/"));
- var redirectUrl = host.protocol + '//' + host.host + pathname + '/o2c.html';
- var url = null;
-
- for (var key in authSchemes) {
- if (authSchemes.hasOwnProperty(key)) {
- var flow = authSchemes[key].flow;
-
- if(authSchemes[key].type === 'oauth2' && flow && (flow === 'implicit' || flow === 'accessCode')) {
- var dets = authSchemes[key];
- url = dets.authorizationUrl + '?response_type=' + (flow === 'implicit' ? 'token' : 'code');
- window.swaggerUi.tokenName = dets.tokenName || 'access_token';
- window.swaggerUi.tokenUrl = (flow === 'accessCode' ? dets.tokenUrl : null);
- }
- else if(authSchemes[key].grantTypes) {
- // 1.2 support
- var o = authSchemes[key].grantTypes;
- for(var t in o) {
- if(o.hasOwnProperty(t) && t === 'implicit') {
- var dets = o[t];
- var ep = dets.loginEndpoint.url;
- url = dets.loginEndpoint.url + '?response_type=token';
- window.swaggerUi.tokenName = dets.tokenName;
- }
- else if (o.hasOwnProperty(t) && t === 'accessCode') {
- var dets = o[t];
- var ep = dets.tokenRequestEndpoint.url;
- url = dets.tokenRequestEndpoint.url + '?response_type=code';
- window.swaggerUi.tokenName = dets.tokenName;
- }
- }
- }
- }
- }
- var scopes = []
- var o = $('.api-popup-scopes').find('input:checked');
-
- for(k =0; k < o.length; k++) {
- var scope = $(o[k]).attr('scope');
-
- if (scopes.indexOf(scope) === -1)
- scopes.push(scope);
- }
-
- window.enabledScopes=scopes;
-
- redirect_uri = redirectUrl;
-
- url += '&redirect_uri=' + encodeURIComponent(redirectUrl);
- url += '&realm=' + encodeURIComponent(realm);
- url += '&client_id=' + encodeURIComponent(clientId);
- url += '&scope=' + encodeURIComponent(scopes);
-
- window.open(url);
- });
-
- popupMask.show();
- popupDialog.show();
- return;
-}
-
-
-function handleLogout() {
- for(key in window.authorizations.authz){
- window.authorizations.remove(key)
- }
- window.enabledScopes = null;
- $('.api-ic.ic-on').addClass('ic-off');
- $('.api-ic.ic-on').removeClass('ic-on');
-
- // set the info box
- $('.api-ic.ic-warning').addClass('ic-error');
- $('.api-ic.ic-warning').removeClass('ic-warning');
-}
-
-function initOAuth(opts) {
- var o = (opts||{});
- var errors = [];
-
- appName = (o.appName||errors.push('missing appName'));
- popupMask = (o.popupMask||$('#api-common-mask'));
- popupDialog = (o.popupDialog||$('.api-popup-dialog'));
- clientId = (o.clientId||errors.push('missing client id'));
- realm = (o.realm||errors.push('missing realm'));
-
- if(errors.length > 0){
- log('auth unable initialize oauth: ' + errors);
- return;
- }
-
- $('pre code').each(function(i, e) {hljs.highlightBlock(e)});
- $('.api-ic').unbind();
- $('.api-ic').click(function(s) {
- if($(s.target).hasClass('ic-off'))
- handleLogin();
- else {
- handleLogout();
- }
- false;
- });
-}
-
-function processOAuthCode(data) {
- var params = {
- 'client_id': clientId,
- 'code': data.code,
- 'grant_type': 'authorization_code',
- 'redirect_uri': redirect_uri
- }
- $.ajax(
- {
- url : window.swaggerUi.tokenUrl,
- type: "POST",
- data: params,
- success:function(data, textStatus, jqXHR)
- {
- onOAuthComplete(data);
- },
- error: function(jqXHR, textStatus, errorThrown)
- {
- onOAuthComplete("");
- }
- });
-}
-
-function onOAuthComplete(token) {
- if(token) {
- if(token.error) {
- var checkbox = $('input[type=checkbox],.secured')
- checkbox.each(function(pos){
- checkbox[pos].checked = false;
- });
- alert(token.error);
- }
- else {
- var b = token[window.swaggerUi.tokenName];
- if(b){
- // if all roles are satisfied
- var o = null;
- $.each($('.auth #api_information_panel'), function(k, v) {
- var children = v;
- if(children && children.childNodes) {
- var requiredScopes = [];
- $.each((children.childNodes), function (k1, v1){
- var inner = v1.innerHTML;
- if(inner)
- requiredScopes.push(inner);
- });
- var diff = [];
- for(var i=0; i < requiredScopes.length; i++) {
- var s = requiredScopes[i];
- if(window.enabledScopes && window.enabledScopes.indexOf(s) == -1) {
- diff.push(s);
- }
- }
- if(diff.length > 0){
- o = v.parentNode;
- $(o.parentNode).find('.api-ic.ic-on').addClass('ic-off');
- $(o.parentNode).find('.api-ic.ic-on').removeClass('ic-on');
-
- // sorry, not all scopes are satisfied
- $(o).find('.api-ic').addClass('ic-warning');
- $(o).find('.api-ic').removeClass('ic-error');
- }
- else {
- o = v.parentNode;
- $(o.parentNode).find('.api-ic.ic-off').addClass('ic-on');
- $(o.parentNode).find('.api-ic.ic-off').removeClass('ic-off');
-
- // all scopes are satisfied
- $(o).find('.api-ic').addClass('ic-info');
- $(o).find('.api-ic').removeClass('ic-warning');
- $(o).find('.api-ic').removeClass('ic-error');
- }
- }
- });
- window.authorizations.add(oauth2KeyName, new ApiKeyAuthorization('Authorization', 'Bearer ' + b, 'header'));
- }
- }
- }
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/underscore-min.js b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/underscore-min.js
deleted file mode 100644
index e183d64b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/lib/underscore-min.js
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright 2016 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Underscore.js 1.7.0
-// http://underscorejs.org
-// (c) 2009-2014 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
-// Underscore may be freely distributed under the MIT license.
-(function(){var n=this,t=n._,r=Array.prototype,e=Object.prototype,u=Function.prototype,i=r.push,a=r.slice,o=r.concat,l=e.toString,c=e.hasOwnProperty,f=Array.isArray,s=Object.keys,p=u.bind,h=function(n){return n instanceof h?n:this instanceof h?void(this._wrapped=n):new h(n)};"undefined"!=typeof exports?("undefined"!=typeof module&&module.exports&&(exports=module.exports=h),exports._=h):n._=h,h.VERSION="1.7.0";var g=function(n,t,r){if(t===void 0)return n;switch(null==r?3:r){case 1:return function(r){return n.call(t,r)};case 2:return function(r,e){return n.call(t,r,e)};case 3:return function(r,e,u){return n.call(t,r,e,u)};case 4:return function(r,e,u,i){return n.call(t,r,e,u,i)}}return function(){return n.apply(t,arguments)}};h.iteratee=function(n,t,r){return null==n?h.identity:h.isFunction(n)?g(n,t,r):h.isObject(n)?h.matches(n):h.property(n)},h.each=h.forEach=function(n,t,r){if(null==n)return n;t=g(t,r);var e,u=n.length;if(u===+u)for(e=0;u>e;e++)t(n[e],e,n);else{var i=h.keys(n);for(e=0,u=i.length;u>e;e++)t(n[i[e]],i[e],n)}return n},h.map=h.collect=function(n,t,r){if(null==n)return[];t=h.iteratee(t,r);for(var e,u=n.length!==+n.length&&h.keys(n),i=(u||n).length,a=Array(i),o=0;i>o;o++)e=u?u[o]:o,a[o]=t(n[e],e,n);return a};var v="Reduce of empty array with no initial value";h.reduce=h.foldl=h.inject=function(n,t,r,e){null==n&&(n=[]),t=g(t,e,4);var u,i=n.length!==+n.length&&h.keys(n),a=(i||n).length,o=0;if(arguments.length<3){if(!a)throw new TypeError(v);r=n[i?i[o++]:o++]}for(;a>o;o++)u=i?i[o]:o,r=t(r,n[u],u,n);return r},h.reduceRight=h.foldr=function(n,t,r,e){null==n&&(n=[]),t=g(t,e,4);var u,i=n.length!==+n.length&&h.keys(n),a=(i||n).length;if(arguments.length<3){if(!a)throw new TypeError(v);r=n[i?i[--a]:--a]}for(;a--;)u=i?i[a]:a,r=t(r,n[u],u,n);return r},h.find=h.detect=function(n,t,r){var e;return t=h.iteratee(t,r),h.some(n,function(n,r,u){return t(n,r,u)?(e=n,!0):void 0}),e},h.filter=h.select=function(n,t,r){var e=[];return null==n?e:(t=h.iteratee(t,r),h.each(n,function(n,r,u){t(n,r,u)&&e.push(n)}),e)},h.reject=function(n,t,r){return h.filter(n,h.negate(h.iteratee(t)),r)},h.every=h.all=function(n,t,r){if(null==n)return!0;t=h.iteratee(t,r);var e,u,i=n.length!==+n.length&&h.keys(n),a=(i||n).length;for(e=0;a>e;e++)if(u=i?i[e]:e,!t(n[u],u,n))return!1;return!0},h.some=h.any=function(n,t,r){if(null==n)return!1;t=h.iteratee(t,r);var e,u,i=n.length!==+n.length&&h.keys(n),a=(i||n).length;for(e=0;a>e;e++)if(u=i?i[e]:e,t(n[u],u,n))return!0;return!1},h.contains=h.include=function(n,t){return null==n?!1:(n.length!==+n.length&&(n=h.values(n)),h.indexOf(n,t)>=0)},h.invoke=function(n,t){var r=a.call(arguments,2),e=h.isFunction(t);return h.map(n,function(n){return(e?t:n[t]).apply(n,r)})},h.pluck=function(n,t){return h.map(n,h.property(t))},h.where=function(n,t){return h.filter(n,h.matches(t))},h.findWhere=function(n,t){return h.find(n,h.matches(t))},h.max=function(n,t,r){var e,u,i=-1/0,a=-1/0;if(null==t&&null!=n){n=n.length===+n.length?n:h.values(n);for(var o=0,l=n.length;l>o;o++)e=n[o],e>i&&(i=e)}else t=h.iteratee(t,r),h.each(n,function(n,r,e){u=t(n,r,e),(u>a||u===-1/0&&i===-1/0)&&(i=n,a=u)});return i},h.min=function(n,t,r){var e,u,i=1/0,a=1/0;if(null==t&&null!=n){n=n.length===+n.length?n:h.values(n);for(var o=0,l=n.length;l>o;o++)e=n[o],i>e&&(i=e)}else t=h.iteratee(t,r),h.each(n,function(n,r,e){u=t(n,r,e),(a>u||1/0===u&&1/0===i)&&(i=n,a=u)});return i},h.shuffle=function(n){for(var t,r=n&&n.length===+n.length?n:h.values(n),e=r.length,u=Array(e),i=0;e>i;i++)t=h.random(0,i),t!==i&&(u[i]=u[t]),u[t]=r[i];return u},h.sample=function(n,t,r){return null==t||r?(n.length!==+n.length&&(n=h.values(n)),n[h.random(n.length-1)]):h.shuffle(n).slice(0,Math.max(0,t))},h.sortBy=function(n,t,r){return t=h.iteratee(t,r),h.pluck(h.map(n,function(n,r,e){return{value:n,index:r,criteria:t(n,r,e)}}).sort(function(n,t){var r=n.criteria,e=t.criteria;if(r!==e){if(r>e||r===void 0)return 1;if(e>r||e===void 0)return-1}return n.index-t.index}),"value")};var m=function(n){return function(t,r,e){var u={};return r=h.iteratee(r,e),h.each(t,function(e,i){var a=r(e,i,t);n(u,e,a)}),u}};h.groupBy=m(function(n,t,r){h.has(n,r)?n[r].push(t):n[r]=[t]}),h.indexBy=m(function(n,t,r){n[r]=t}),h.countBy=m(function(n,t,r){h.has(n,r)?n[r]++:n[r]=1}),h.sortedIndex=function(n,t,r,e){r=h.iteratee(r,e,1);for(var u=r(t),i=0,a=n.length;a>i;){var o=i+a>>>1;r(n[o])<u?i=o+1:a=o}return i},h.toArray=function(n){return n?h.isArray(n)?a.call(n):n.length===+n.length?h.map(n,h.identity):h.values(n):[]},h.size=function(n){return null==n?0:n.length===+n.length?n.length:h.keys(n).length},h.partition=function(n,t,r){t=h.iteratee(t,r);var e=[],u=[];return h.each(n,function(n,r,i){(t(n,r,i)?e:u).push(n)}),[e,u]},h.first=h.head=h.take=function(n,t,r){return null==n?void 0:null==t||r?n[0]:0>t?[]:a.call(n,0,t)},h.initial=function(n,t,r){return a.call(n,0,Math.max(0,n.length-(null==t||r?1:t)))},h.last=function(n,t,r){return null==n?void 0:null==t||r?n[n.length-1]:a.call(n,Math.max(n.length-t,0))},h.rest=h.tail=h.drop=function(n,t,r){return a.call(n,null==t||r?1:t)},h.compact=function(n){return h.filter(n,h.identity)};var y=function(n,t,r,e){if(t&&h.every(n,h.isArray))return o.apply(e,n);for(var u=0,a=n.length;a>u;u++){var l=n[u];h.isArray(l)||h.isArguments(l)?t?i.apply(e,l):y(l,t,r,e):r||e.push(l)}return e};h.flatten=function(n,t){return y(n,t,!1,[])},h.without=function(n){return h.difference(n,a.call(arguments,1))},h.uniq=h.unique=function(n,t,r,e){if(null==n)return[];h.isBoolean(t)||(e=r,r=t,t=!1),null!=r&&(r=h.iteratee(r,e));for(var u=[],i=[],a=0,o=n.length;o>a;a++){var l=n[a];if(t)a&&i===l||u.push(l),i=l;else if(r){var c=r(l,a,n);h.indexOf(i,c)<0&&(i.push(c),u.push(l))}else h.indexOf(u,l)<0&&u.push(l)}return u},h.union=function(){return h.uniq(y(arguments,!0,!0,[]))},h.intersection=function(n){if(null==n)return[];for(var t=[],r=arguments.length,e=0,u=n.length;u>e;e++){var i=n[e];if(!h.contains(t,i)){for(var a=1;r>a&&h.contains(arguments[a],i);a++);a===r&&t.push(i)}}return t},h.difference=function(n){var t=y(a.call(arguments,1),!0,!0,[]);return h.filter(n,function(n){return!h.contains(t,n)})},h.zip=function(n){if(null==n)return[];for(var t=h.max(arguments,"length").length,r=Array(t),e=0;t>e;e++)r[e]=h.pluck(arguments,e);return r},h.object=function(n,t){if(null==n)return{};for(var r={},e=0,u=n.length;u>e;e++)t?r[n[e]]=t[e]:r[n[e][0]]=n[e][1];return r},h.indexOf=function(n,t,r){if(null==n)return-1;var e=0,u=n.length;if(r){if("number"!=typeof r)return e=h.sortedIndex(n,t),n[e]===t?e:-1;e=0>r?Math.max(0,u+r):r}for(;u>e;e++)if(n[e]===t)return e;return-1},h.lastIndexOf=function(n,t,r){if(null==n)return-1;var e=n.length;for("number"==typeof r&&(e=0>r?e+r+1:Math.min(e,r+1));--e>=0;)if(n[e]===t)return e;return-1},h.range=function(n,t,r){arguments.length<=1&&(t=n||0,n=0),r=r||1;for(var e=Math.max(Math.ceil((t-n)/r),0),u=Array(e),i=0;e>i;i++,n+=r)u[i]=n;return u};var d=function(){};h.bind=function(n,t){var r,e;if(p&&n.bind===p)return p.apply(n,a.call(arguments,1));if(!h.isFunction(n))throw new TypeError("Bind must be called on a function");return r=a.call(arguments,2),e=function(){if(!(this instanceof e))return n.apply(t,r.concat(a.call(arguments)));d.prototype=n.prototype;var u=new d;d.prototype=null;var i=n.apply(u,r.concat(a.call(arguments)));return h.isObject(i)?i:u}},h.partial=function(n){var t=a.call(arguments,1);return function(){for(var r=0,e=t.slice(),u=0,i=e.length;i>u;u++)e[u]===h&&(e[u]=arguments[r++]);for(;r<arguments.length;)e.push(arguments[r++]);return n.apply(this,e)}},h.bindAll=function(n){var t,r,e=arguments.length;if(1>=e)throw new Error("bindAll must be passed function names");for(t=1;e>t;t++)r=arguments[t],n[r]=h.bind(n[r],n);return n},h.memoize=function(n,t){var r=function(e){var u=r.cache,i=t?t.apply(this,arguments):e;return h.has(u,i)||(u[i]=n.apply(this,arguments)),u[i]};return r.cache={},r},h.delay=function(n,t){var r=a.call(arguments,2);return setTimeout(function(){return n.apply(null,r)},t)},h.defer=function(n){return h.delay.apply(h,[n,1].concat(a.call(arguments,1)))},h.throttle=function(n,t,r){var e,u,i,a=null,o=0;r||(r={});var l=function(){o=r.leading===!1?0:h.now(),a=null,i=n.apply(e,u),a||(e=u=null)};return function(){var c=h.now();o||r.leading!==!1||(o=c);var f=t-(c-o);return e=this,u=arguments,0>=f||f>t?(clearTimeout(a),a=null,o=c,i=n.apply(e,u),a||(e=u=null)):a||r.trailing===!1||(a=setTimeout(l,f)),i}},h.debounce=function(n,t,r){var e,u,i,a,o,l=function(){var c=h.now()-a;t>c&&c>0?e=setTimeout(l,t-c):(e=null,r||(o=n.apply(i,u),e||(i=u=null)))};return function(){i=this,u=arguments,a=h.now();var c=r&&!e;return e||(e=setTimeout(l,t)),c&&(o=n.apply(i,u),i=u=null),o}},h.wrap=function(n,t){return h.partial(t,n)},h.negate=function(n){return function(){return!n.apply(this,arguments)}},h.compose=function(){var n=arguments,t=n.length-1;return function(){for(var r=t,e=n[t].apply(this,arguments);r--;)e=n[r].call(this,e);return e}},h.after=function(n,t){return function(){return--n<1?t.apply(this,arguments):void 0}},h.before=function(n,t){var r;return function(){return--n>0?r=t.apply(this,arguments):t=null,r}},h.once=h.partial(h.before,2),h.keys=function(n){if(!h.isObject(n))return[];if(s)return s(n);var t=[];for(var r in n)h.has(n,r)&&t.push(r);return t},h.values=function(n){for(var t=h.keys(n),r=t.length,e=Array(r),u=0;r>u;u++)e[u]=n[t[u]];return e},h.pairs=function(n){for(var t=h.keys(n),r=t.length,e=Array(r),u=0;r>u;u++)e[u]=[t[u],n[t[u]]];return e},h.invert=function(n){for(var t={},r=h.keys(n),e=0,u=r.length;u>e;e++)t[n[r[e]]]=r[e];return t},h.functions=h.methods=function(n){var t=[];for(var r in n)h.isFunction(n[r])&&t.push(r);return t.sort()},h.extend=function(n){if(!h.isObject(n))return n;for(var t,r,e=1,u=arguments.length;u>e;e++){t=arguments[e];for(r in t)c.call(t,r)&&(n[r]=t[r])}return n},h.pick=function(n,t,r){var e,u={};if(null==n)return u;if(h.isFunction(t)){t=g(t,r);for(e in n){var i=n[e];t(i,e,n)&&(u[e]=i)}}else{var l=o.apply([],a.call(arguments,1));n=new Object(n);for(var c=0,f=l.length;f>c;c++)e=l[c],e in n&&(u[e]=n[e])}return u},h.omit=function(n,t,r){if(h.isFunction(t))t=h.negate(t);else{var e=h.map(o.apply([],a.call(arguments,1)),String);t=function(n,t){return!h.contains(e,t)}}return h.pick(n,t,r)},h.defaults=function(n){if(!h.isObject(n))return n;for(var t=1,r=arguments.length;r>t;t++){var e=arguments[t];for(var u in e)n[u]===void 0&&(n[u]=e[u])}return n},h.clone=function(n){return h.isObject(n)?h.isArray(n)?n.slice():h.extend({},n):n},h.tap=function(n,t){return t(n),n};var b=function(n,t,r,e){if(n===t)return 0!==n||1/n===1/t;if(null==n||null==t)return n===t;n instanceof h&&(n=n._wrapped),t instanceof h&&(t=t._wrapped);var u=l.call(n);if(u!==l.call(t))return!1;switch(u){case"[object RegExp]":case"[object String]":return""+n==""+t;case"[object Number]":return+n!==+n?+t!==+t:0===+n?1/+n===1/t:+n===+t;case"[object Date]":case"[object Boolean]":return+n===+t}if("object"!=typeof n||"object"!=typeof t)return!1;for(var i=r.length;i--;)if(r[i]===n)return e[i]===t;var a=n.constructor,o=t.constructor;if(a!==o&&"constructor"in n&&"constructor"in t&&!(h.isFunction(a)&&a instanceof a&&h.isFunction(o)&&o instanceof o))return!1;r.push(n),e.push(t);var c,f;if("[object Array]"===u){if(c=n.length,f=c===t.length)for(;c--&&(f=b(n[c],t[c],r,e)););}else{var s,p=h.keys(n);if(c=p.length,f=h.keys(t).length===c)for(;c--&&(s=p[c],f=h.has(t,s)&&b(n[s],t[s],r,e)););}return r.pop(),e.pop(),f};h.isEqual=function(n,t){return b(n,t,[],[])},h.isEmpty=function(n){if(null==n)return!0;if(h.isArray(n)||h.isString(n)||h.isArguments(n))return 0===n.length;for(var t in n)if(h.has(n,t))return!1;return!0},h.isElement=function(n){return!(!n||1!==n.nodeType)},h.isArray=f||function(n){return"[object Array]"===l.call(n)},h.isObject=function(n){var t=typeof n;return"function"===t||"object"===t&&!!n},h.each(["Arguments","Function","String","Number","Date","RegExp"],function(n){h["is"+n]=function(t){return l.call(t)==="[object "+n+"]"}}),h.isArguments(arguments)||(h.isArguments=function(n){return h.has(n,"callee")}),"function"!=typeof/./&&(h.isFunction=function(n){return"function"==typeof n||!1}),h.isFinite=function(n){return isFinite(n)&&!isNaN(parseFloat(n))},h.isNaN=function(n){return h.isNumber(n)&&n!==+n},h.isBoolean=function(n){return n===!0||n===!1||"[object Boolean]"===l.call(n)},h.isNull=function(n){return null===n},h.isUndefined=function(n){return n===void 0},h.has=function(n,t){return null!=n&&c.call(n,t)},h.noConflict=function(){return n._=t,this},h.identity=function(n){return n},h.constant=function(n){return function(){return n}},h.noop=function(){},h.property=function(n){return function(t){return t[n]}},h.matches=function(n){var t=h.pairs(n),r=t.length;return function(n){if(null==n)return!r;n=new Object(n);for(var e=0;r>e;e++){var u=t[e],i=u[0];if(u[1]!==n[i]||!(i in n))return!1}return!0}},h.times=function(n,t,r){var e=Array(Math.max(0,n));t=g(t,r,1);for(var u=0;n>u;u++)e[u]=t(u);return e},h.random=function(n,t){return null==t&&(t=n,n=0),n+Math.floor(Math.random()*(t-n+1))},h.now=Date.now||function(){return(new Date).getTime()};var _={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},w=h.invert(_),j=function(n){var t=function(t){return n[t]},r="(?:"+h.keys(n).join("|")+")",e=RegExp(r),u=RegExp(r,"g");return function(n){return n=null==n?"":""+n,e.test(n)?n.replace(u,t):n}};h.escape=j(_),h.unescape=j(w),h.result=function(n,t){if(null==n)return void 0;var r=n[t];return h.isFunction(r)?n[t]():r};var x=0;h.uniqueId=function(n){var t=++x+"";return n?n+t:t},h.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var A=/(.)^/,k={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},O=/\\|'|\r|\n|\u2028|\u2029/g,F=function(n){return"\\"+k[n]};h.template=function(n,t,r){!t&&r&&(t=r),t=h.defaults({},t,h.templateSettings);var e=RegExp([(t.escape||A).source,(t.interpolate||A).source,(t.evaluate||A).source].join("|")+"|$","g"),u=0,i="__p+='";n.replace(e,function(t,r,e,a,o){return i+=n.slice(u,o).replace(O,F),u=o+t.length,r?i+="'+\n((__t=("+r+"))==null?'':_.escape(__t))+\n'":e?i+="'+\n((__t=("+e+"))==null?'':__t)+\n'":a&&(i+="';\n"+a+"\n__p+='"),t}),i+="';\n",t.variable||(i="with(obj||{}){\n"+i+"}\n"),i="var __t,__p='',__j=Array.prototype.join,"+"print=function(){__p+=__j.call(arguments,'');};\n"+i+"return __p;\n";try{var a=new Function(t.variable||"obj","_",i)}catch(o){throw o.source=i,o}var l=function(n){return a.call(this,n,h)},c=t.variable||"obj";return l.source="function("+c+"){\n"+i+"}",l},h.chain=function(n){var t=h(n);return t._chain=!0,t};var E=function(n){return this._chain?h(n).chain():n};h.mixin=function(n){h.each(h.functions(n),function(t){var r=h[t]=n[t];h.prototype[t]=function(){var n=[this._wrapped];return i.apply(n,arguments),E.call(this,r.apply(h,n))}})},h.mixin(h),h.each(["pop","push","reverse","shift","sort","splice","unshift"],function(n){var t=r[n];h.prototype[n]=function(){var r=this._wrapped;return t.apply(r,arguments),"shift"!==n&&"splice"!==n||0!==r.length||delete r[0],E.call(this,r)}}),h.each(["concat","join","slice"],function(n){var t=r[n];h.prototype[n]=function(){return E.call(this,t.apply(this._wrapped,arguments))}}),h.prototype.value=function(){return this._wrapped},"function"==typeof define&&define.amd&&define("underscore",[],function(){return h})}).call(this);
-//# sourceMappingURL=underscore-min.map \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/o2c.html b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/o2c.html
deleted file mode 100644
index 04c8c28a..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/o2c.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!--
-
- Copyright 2016 ZTE Corporation.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
--->
-<script>
-var qp = null;
-if(window.location.hash) {
- qp = location.hash.substring(1);
-}
-else {
- qp = location.search.substring(1);
-}
-qp = qp ? JSON.parse('{"' + qp.replace(/&/g, '","').replace(/=/g,'":"') + '"}',
- function(key, value) {
- return key===""?value:decodeURIComponent(value) }
- ):{}
-
-if (window.opener.swaggerUi.tokenUrl)
- window.opener.processOAuthCode(qp);
-else
- window.opener.onOAuthComplete(qp);
-
-window.close();
-</script> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/swagger-ui.js b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/swagger-ui.js
deleted file mode 100644
index bc23dde0..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/swagger-ui.js
+++ /dev/null
@@ -1,2255 +0,0 @@
-/*
- * Copyright 2016 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-/**
- * swagger-ui - Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API
- * @version v2.1.8-M1
- * @link http://swagger.io
- * @license Apache 2.0
- */
-$(function() {
-
- // Helper function for vertically aligning DOM elements
- // http://www.seodenver.com/simple-vertical-align-plugin-for-jquery/
- $.fn.vAlign = function() {
- return this.each(function(i){
- var ah = $(this).height();
- var ph = $(this).parent().height();
- var mh = (ph - ah) / 2;
- $(this).css('margin-top', mh);
- });
- };
-
- $.fn.stretchFormtasticInputWidthToParent = function() {
- return this.each(function(i){
- var p_width = $(this).closest("form").innerWidth();
- var p_padding = parseInt($(this).closest("form").css('padding-left') ,10) + parseInt($(this).closest("form").css('padding-right'), 10);
- var this_padding = parseInt($(this).css('padding-left'), 10) + parseInt($(this).css('padding-right'), 10);
- $(this).css('width', p_width - p_padding - this_padding);
- });
- };
-
- $('form.formtastic li.string input, form.formtastic textarea').stretchFormtasticInputWidthToParent();
-
- // Vertically center these paragraphs
- // Parent may need a min-height for this to work..
- $('ul.downplayed li div.content p').vAlign();
-
- // When a sandbox form is submitted..
- $("form.sandbox").submit(function(){
-
- var error_free = true;
-
- // Cycle through the forms required inputs
- $(this).find("input.required").each(function() {
-
- // Remove any existing error styles from the input
- $(this).removeClass('error');
-
- // Tack the error style on if the input is empty..
- if ($(this).val() == '') {
- $(this).addClass('error');
- $(this).wiggle();
- error_free = false;
- }
-
- });
-
- return error_free;
- });
-
-});
-
-function clippyCopiedCallback(a) {
- $('#api_key_copied').fadeIn().delay(1000).fadeOut();
-
- // var b = $("#clippy_tooltip_" + a);
- // b.length != 0 && (b.attr("title", "copied!").trigger("tipsy.reload"), setTimeout(function() {
- // b.attr("title", "copy to clipboard")
- // },
- // 500))
-}
-
-// Logging function that accounts for browsers that don't have window.console
-log = function(){
- log.history = log.history || [];
- log.history.push(arguments);
- if(this.console){
- console.log( Array.prototype.slice.call(arguments)[0] );
- }
-};
-
-// Handle browsers that do console incorrectly (IE9 and below, see http://stackoverflow.com/a/5539378/7913)
-if (Function.prototype.bind && console && typeof console.log == "object") {
- [
- "log","info","warn","error","assert","dir","clear","profile","profileEnd"
- ].forEach(function (method) {
- console[method] = this.bind(console[method], console);
- }, Function.prototype.call);
-}
-
-var Docs = {
-
- shebang: function() {
-
- // If shebang has an operation nickname in it..
- // e.g. /docs/#!/words/get_search
- var fragments = $.param.fragment().split('/');
- fragments.shift(); // get rid of the bang
-
- switch (fragments.length) {
- case 1:
- // Expand all operations for the resource and scroll to it
- var dom_id = 'resource_' + fragments[0];
-
- Docs.expandEndpointListForResource(fragments[0]);
- $("#"+dom_id).slideto({highlight: false});
- break;
- case 2:
- // Refer to the endpoint DOM element, e.g. #words_get_search
-
- // Expand Resource
- Docs.expandEndpointListForResource(fragments[0]);
- $("#"+dom_id).slideto({highlight: false});
-
- // Expand operation
- var li_dom_id = fragments.join('_');
- var li_content_dom_id = li_dom_id + "_content";
-
-
- Docs.expandOperation($('#'+li_content_dom_id));
- $('#'+li_dom_id).slideto({highlight: false});
- break;
- }
-
- },
-
- toggleEndpointListForResource: function(resource) {
- var elem = $('li#resource_' + Docs.escapeResourceName(resource) + ' ul.endpoints');
- if (elem.is(':visible')) {
- Docs.collapseEndpointListForResource(resource);
- } else {
- Docs.expandEndpointListForResource(resource);
- }
- },
-
- // Expand resource
- expandEndpointListForResource: function(resource) {
- var resource = Docs.escapeResourceName(resource);
- if (resource == '') {
- $('.resource ul.endpoints').slideDown();
- return;
- }
-
- $('li#resource_' + resource).addClass('active');
-
- var elem = $('li#resource_' + resource + ' ul.endpoints');
- elem.slideDown();
- },
-
- // Collapse resource and mark as explicitly closed
- collapseEndpointListForResource: function(resource) {
- var resource = Docs.escapeResourceName(resource);
- if (resource == '') {
- $('.resource ul.endpoints').slideUp();
- return;
- }
-
- $('li#resource_' + resource).removeClass('active');
-
- var elem = $('li#resource_' + resource + ' ul.endpoints');
- elem.slideUp();
- },
-
- expandOperationsForResource: function(resource) {
- // Make sure the resource container is open..
- Docs.expandEndpointListForResource(resource);
-
- if (resource == '') {
- $('.resource ul.endpoints li.operation div.content').slideDown();
- return;
- }
-
- $('li#resource_' + Docs.escapeResourceName(resource) + ' li.operation div.content').each(function() {
- Docs.expandOperation($(this));
- });
- },
-
- collapseOperationsForResource: function(resource) {
- // Make sure the resource container is open..
- Docs.expandEndpointListForResource(resource);
-
- if (resource == '') {
- $('.resource ul.endpoints li.operation div.content').slideUp();
- return;
- }
-
- $('li#resource_' + Docs.escapeResourceName(resource) + ' li.operation div.content').each(function() {
- Docs.collapseOperation($(this));
- });
- },
-
- escapeResourceName: function(resource) {
- return resource.replace(/[!"#$%&'()*+,.\/:;<=>?@\[\\\]\^`{|}~]/g, "\\$&");
- },
-
- expandOperation: function(elem) {
- elem.slideDown();
- },
-
- collapseOperation: function(elem) {
- elem.slideUp();
- }
-};
-
-this["Handlebars"] = this["Handlebars"] || {};
-this["Handlebars"]["templates"] = this["Handlebars"]["templates"] || {};
-this["Handlebars"]["templates"]["apikey_button_view"] = Handlebars.template({"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return "<!--div class='auth_button' id='apikey_button'><img class='auth_icon' alt='apply api key' src='images/apikey.jpeg'></div-->\n<div class='auth_container' id='apikey_container'>\n <div class='key_input_container'>\n <div class='auth_label'>"
- + escapeExpression(((helper = (helper = helpers.keyName || (depth0 != null ? depth0.keyName : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"keyName","hash":{},"data":data}) : helper)))
- + "</div>\n <input placeholder=\"api_key\" class=\"auth_input\" id=\"input_apiKey_entry\" name=\"apiKey\" type=\"text\"/>\n <div class='auth_submit'><a class='auth_submit_button' id=\"apply_api_key\" href=\"#\">apply</a></div>\n </div>\n</div>\n\n";
-},"useData":true});
-var SwaggerUi,
- __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
- __hasProp = {}.hasOwnProperty;
-
-SwaggerUi = (function(_super) {
- __extends(SwaggerUi, _super);
-
- function SwaggerUi() {
- return SwaggerUi.__super__.constructor.apply(this, arguments);
- }
-
- SwaggerUi.prototype.dom_id = "swagger_ui";
-
- SwaggerUi.prototype.options = null;
-
- SwaggerUi.prototype.api = null;
-
- SwaggerUi.prototype.headerView = null;
-
- SwaggerUi.prototype.mainView = null;
-
- SwaggerUi.prototype.initialize = function(options) {
- if (options == null) {
- options = {};
- }
- if (options.dom_id != null) {
- this.dom_id = options.dom_id;
- delete options.dom_id;
- }
- if (options.supportedSubmitMethods == null) {
- options.supportedSubmitMethods = ['get', 'put', 'post', 'delete', 'head', 'options', 'patch'];
- }
- if ($('#' + this.dom_id) == null) {
- $('body').append('<div id="' + this.dom_id + '"></div>');
- }
- this.options = options;
- this.options.success = (function(_this) {
- return function() {
- return _this.render();
- };
- })(this);
- this.options.progress = (function(_this) {
- return function(d) {
- return _this.showMessage(d);
- };
- })(this);
- this.options.failure = (function(_this) {
- return function(d) {
- return _this.onLoadFailure(d);
- };
- })(this);
- this.headerView = new HeaderView({
- el: $('#header')
- });
- return this.headerView.on('update-swagger-ui', (function(_this) {
- return function(data) {
- return _this.updateSwaggerUi(data);
- };
- })(this));
- };
-
- SwaggerUi.prototype.setOption = function(option, value) {
- return this.options[option] = value;
- };
-
- SwaggerUi.prototype.getOption = function(option) {
- return this.options[option];
- };
-
- SwaggerUi.prototype.updateSwaggerUi = function(data) {
- this.options.url = data.url;
- return this.load();
- };
-
- SwaggerUi.prototype.load = function() {
- var url, _ref;
- if ((_ref = this.mainView) != null) {
- _ref.clear();
- }
- url = this.options.url;
- if (url && url.indexOf("http") !== 0) {
- url = this.buildUrl(window.location.href.toString(), url);
- }
- this.options.url = url;
- this.headerView.update(url);
- return this.api = new SwaggerClient(this.options);
- };
-
- SwaggerUi.prototype.collapseAll = function() {
- return Docs.collapseEndpointListForResource('');
- };
-
- SwaggerUi.prototype.listAll = function() {
- return Docs.collapseOperationsForResource('');
- };
-
- SwaggerUi.prototype.expandAll = function() {
- return Docs.expandOperationsForResource('');
- };
-
- SwaggerUi.prototype.render = function() {
- this.showMessage('Finished Loading Resource Information. Rendering Swagger UI...');
- this.mainView = new MainView({
- model: this.api,
- el: $('#' + this.dom_id),
- swaggerOptions: this.options
- }).render();
- this.showMessage();
- switch (this.options.docExpansion) {
- case "full":
- this.expandAll();
- break;
- case "list":
- this.listAll();
- }
- this.renderGFM();
- if (this.options.onComplete) {
- this.options.onComplete(this.api, this);
- }
- return setTimeout((function(_this) {
- return function() {
- return Docs.shebang();
- };
- })(this), 100);
- };
-
- SwaggerUi.prototype.buildUrl = function(base, url) {
- var endOfPath, parts;
- if (url.indexOf("/") === 0) {
- parts = base.split("/");
- base = parts[0] + "//" + parts[2];
- return base + url;
- } else {
- endOfPath = base.length;
- if (base.indexOf("?") > -1) {
- endOfPath = Math.min(endOfPath, base.indexOf("?"));
- }
- if (base.indexOf("#") > -1) {
- endOfPath = Math.min(endOfPath, base.indexOf("#"));
- }
- base = base.substring(0, endOfPath);
- if (base.indexOf("/", base.length - 1) !== -1) {
- return base + url;
- }
- return base + "/" + url;
- }
- };
-
- SwaggerUi.prototype.showMessage = function(data) {
- if (data == null) {
- data = '';
- }
- $('#message-bar').removeClass('message-fail');
- $('#message-bar').addClass('message-success');
- return $('#message-bar').html(data);
- };
-
- SwaggerUi.prototype.onLoadFailure = function(data) {
- var val;
- if (data == null) {
- data = '';
- }
- $('#message-bar').removeClass('message-success');
- $('#message-bar').addClass('message-fail');
- val = $('#message-bar').html(data);
- if (this.options.onFailure != null) {
- this.options.onFailure(data);
- }
- return val;
- };
-
- SwaggerUi.prototype.renderGFM = function(data) {
- if (data == null) {
- data = '';
- }
- return $('.markdown').each(function(index) {
- return $(this).html(marked($(this).html()));
- });
- };
-
- return SwaggerUi;
-
-})(Backbone.Router);
-
-window.SwaggerUi = SwaggerUi;
-
-this["Handlebars"]["templates"]["basic_auth_button_view"] = Handlebars.template({"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
- return "<div class='auth_button' id='basic_auth_button'><img class='auth_icon' src='images/password.jpeg'></div>\n<div class='auth_container' id='basic_auth_container'>\n <div class='key_input_container'>\n <div class=\"auth_label\">Username</div>\n <input placeholder=\"username\" class=\"auth_input\" id=\"input_username\" name=\"username\" type=\"text\"/>\n <div class=\"auth_label\">Password</div>\n <input placeholder=\"password\" class=\"auth_input\" id=\"input_password\" name=\"password\" type=\"password\"/>\n <div class='auth_submit'><a class='auth_submit_button' id=\"apply_basic_auth\" href=\"#\">apply</a></div>\n </div>\n</div>\n\n";
- },"useData":true});
-Handlebars.registerHelper('sanitize', function(html) {
- html = html.replace(/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi, '');
- return new Handlebars.SafeString(html);
-});
-
-this["Handlebars"]["templates"]["content_type"] = Handlebars.template({"1":function(depth0,helpers,partials,data) {
- var stack1, buffer = "";
- stack1 = helpers.each.call(depth0, (depth0 != null ? depth0.produces : depth0), {"name":"each","hash":{},"fn":this.program(2, data),"inverse":this.noop,"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer;
-},"2":function(depth0,helpers,partials,data) {
- var stack1, lambda=this.lambda, buffer = " <option value=\"";
- stack1 = lambda(depth0, depth0);
- if (stack1 != null) { buffer += stack1; }
- buffer += "\">";
- stack1 = lambda(depth0, depth0);
- if (stack1 != null) { buffer += stack1; }
- return buffer + "</option>\n";
-},"4":function(depth0,helpers,partials,data) {
- return " <option value=\"application/json\">application/json</option>\n";
- },"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
- var stack1, buffer = "<label for=\"contentType\"></label>\n<select name=\"contentType\">\n";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.produces : depth0), {"name":"if","hash":{},"fn":this.program(1, data),"inverse":this.program(4, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer + "</select>\n";
-},"useData":true});
-var ApiKeyButton,
- __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
- __hasProp = {}.hasOwnProperty;
-
-ApiKeyButton = (function(_super) {
- __extends(ApiKeyButton, _super);
-
- function ApiKeyButton() {
- return ApiKeyButton.__super__.constructor.apply(this, arguments);
- }
-
- ApiKeyButton.prototype.initialize = function() {};
-
- ApiKeyButton.prototype.render = function() {
- var template;
- template = this.template();
- $(this.el).html(template(this.model));
- return this;
- };
-
- ApiKeyButton.prototype.events = {
- "click #apikey_button": "toggleApiKeyContainer",
- "click #apply_api_key": "applyApiKey"
- };
-
- ApiKeyButton.prototype.applyApiKey = function() {
- var elem;
- window.authorizations.add(this.model.name, new ApiKeyAuthorization(this.model.name, $("#input_apiKey_entry").val(), this.model["in"]));
- window.swaggerUi.load();
- return elem = $('#apikey_container').show();
- };
-
- ApiKeyButton.prototype.toggleApiKeyContainer = function() {
- var elem;
- if ($('#apikey_container').length > 0) {
- elem = $('#apikey_container').first();
- if (elem.is(':visible')) {
- return elem.hide();
- } else {
- $('.auth_container').hide();
- return elem.show();
- }
- }
- };
-
- ApiKeyButton.prototype.template = function() {
- return Handlebars.templates.apikey_button_view;
- };
-
- return ApiKeyButton;
-
-})(Backbone.View);
-
-this["Handlebars"]["templates"]["main"] = Handlebars.template({"1":function(depth0,helpers,partials,data) {
- var stack1, lambda=this.lambda, escapeExpression=this.escapeExpression, buffer = " <div class=\"info_title\">"
- + escapeExpression(lambda(((stack1 = (depth0 != null ? depth0.info : depth0)) != null ? stack1.title : stack1), depth0))
- + "</div>\n <div class=\"info_description markdown\">";
- stack1 = lambda(((stack1 = (depth0 != null ? depth0.info : depth0)) != null ? stack1.description : stack1), depth0);
- if (stack1 != null) { buffer += stack1; }
- buffer += "</div>\n ";
- stack1 = helpers['if'].call(depth0, ((stack1 = (depth0 != null ? depth0.info : depth0)) != null ? stack1.termsOfServiceUrl : stack1), {"name":"if","hash":{},"fn":this.program(2, data),"inverse":this.noop,"data":data});
- if (stack1 != null) { buffer += stack1; }
- buffer += "\n ";
- stack1 = helpers['if'].call(depth0, ((stack1 = ((stack1 = (depth0 != null ? depth0.info : depth0)) != null ? stack1.contact : stack1)) != null ? stack1.name : stack1), {"name":"if","hash":{},"fn":this.program(4, data),"inverse":this.noop,"data":data});
- if (stack1 != null) { buffer += stack1; }
- buffer += "\n ";
- stack1 = helpers['if'].call(depth0, ((stack1 = ((stack1 = (depth0 != null ? depth0.info : depth0)) != null ? stack1.contact : stack1)) != null ? stack1.url : stack1), {"name":"if","hash":{},"fn":this.program(6, data),"inverse":this.noop,"data":data});
- if (stack1 != null) { buffer += stack1; }
- buffer += "\n ";
- stack1 = helpers['if'].call(depth0, ((stack1 = ((stack1 = (depth0 != null ? depth0.info : depth0)) != null ? stack1.contact : stack1)) != null ? stack1.email : stack1), {"name":"if","hash":{},"fn":this.program(8, data),"inverse":this.noop,"data":data});
- if (stack1 != null) { buffer += stack1; }
- buffer += "\n ";
- stack1 = helpers['if'].call(depth0, ((stack1 = (depth0 != null ? depth0.info : depth0)) != null ? stack1.license : stack1), {"name":"if","hash":{},"fn":this.program(10, data),"inverse":this.noop,"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer + "\n";
-},"2":function(depth0,helpers,partials,data) {
- var stack1, lambda=this.lambda, escapeExpression=this.escapeExpression;
- return "<div class=\"info_tos\"><a href=\""
- + escapeExpression(lambda(((stack1 = (depth0 != null ? depth0.info : depth0)) != null ? stack1.termsOfServiceUrl : stack1), depth0))
- + "\">Terms of service</a></div>";
-},"4":function(depth0,helpers,partials,data) {
- var stack1, lambda=this.lambda, escapeExpression=this.escapeExpression;
- return "<div class='info_name'>Created by "
- + escapeExpression(lambda(((stack1 = ((stack1 = (depth0 != null ? depth0.info : depth0)) != null ? stack1.contact : stack1)) != null ? stack1.name : stack1), depth0))
- + "</div>";
-},"6":function(depth0,helpers,partials,data) {
- var stack1, lambda=this.lambda, escapeExpression=this.escapeExpression;
- return "<div class='info_url'>See more at <a href=\""
- + escapeExpression(lambda(((stack1 = ((stack1 = (depth0 != null ? depth0.info : depth0)) != null ? stack1.contact : stack1)) != null ? stack1.url : stack1), depth0))
- + "\">"
- + escapeExpression(lambda(((stack1 = ((stack1 = (depth0 != null ? depth0.info : depth0)) != null ? stack1.contact : stack1)) != null ? stack1.url : stack1), depth0))
- + "</a></div>";
-},"8":function(depth0,helpers,partials,data) {
- var stack1, lambda=this.lambda, escapeExpression=this.escapeExpression;
- return "<div class='info_email'><a href=\"mailto:"
- + escapeExpression(lambda(((stack1 = ((stack1 = (depth0 != null ? depth0.info : depth0)) != null ? stack1.contact : stack1)) != null ? stack1.email : stack1), depth0))
- + "?subject="
- + escapeExpression(lambda(((stack1 = (depth0 != null ? depth0.info : depth0)) != null ? stack1.title : stack1), depth0))
- + "\">Contact the developer</a></div>";
-},"10":function(depth0,helpers,partials,data) {
- var stack1, lambda=this.lambda, escapeExpression=this.escapeExpression;
- return "<div class='info_license'><a href='"
- + escapeExpression(lambda(((stack1 = ((stack1 = (depth0 != null ? depth0.info : depth0)) != null ? stack1.license : stack1)) != null ? stack1.url : stack1), depth0))
- + "'>"
- + escapeExpression(lambda(((stack1 = ((stack1 = (depth0 != null ? depth0.info : depth0)) != null ? stack1.license : stack1)) != null ? stack1.name : stack1), depth0))
- + "</a></div>";
-},"12":function(depth0,helpers,partials,data) {
- var stack1, lambda=this.lambda, escapeExpression=this.escapeExpression;
- return " , <span style=\"font-variant: small-caps\">api version</span>: "
- + escapeExpression(lambda(((stack1 = (depth0 != null ? depth0.info : depth0)) != null ? stack1.version : stack1), depth0))
- + "\n ";
-},"14":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return " <span style=\"float:right\"><a href=\""
- + escapeExpression(((helper = (helper = helpers.validatorUrl || (depth0 != null ? depth0.validatorUrl : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"validatorUrl","hash":{},"data":data}) : helper)))
- + "/debug?url="
- + escapeExpression(((helper = (helper = helpers.url || (depth0 != null ? depth0.url : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"url","hash":{},"data":data}) : helper)))
- + "\"><img id=\"validator\" src=\""
- + escapeExpression(((helper = (helper = helpers.validatorUrl || (depth0 != null ? depth0.validatorUrl : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"validatorUrl","hash":{},"data":data}) : helper)))
- + "?url="
- + escapeExpression(((helper = (helper = helpers.url || (depth0 != null ? depth0.url : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"url","hash":{},"data":data}) : helper)))
- + "\"></a>\n </span>\n";
-},"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
- var stack1, helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression, buffer = "<div class='info' id='api_info'>\n";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.info : depth0), {"name":"if","hash":{},"fn":this.program(1, data),"inverse":this.noop,"data":data});
- if (stack1 != null) { buffer += stack1; }
- buffer += "</div>\n<div class='container' id='resources_container'>\n <ul id='resources'></ul>\n\n <div class=\"footer\">\n <br>\n <br>\n <h4 style=\"color: #999\">[ <span style=\"font-variant: small-caps\">base url</span>: "
- + escapeExpression(((helper = (helper = helpers.basePath || (depth0 != null ? depth0.basePath : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"basePath","hash":{},"data":data}) : helper)))
- + "\n";
- stack1 = helpers['if'].call(depth0, ((stack1 = (depth0 != null ? depth0.info : depth0)) != null ? stack1.version : stack1), {"name":"if","hash":{},"fn":this.program(12, data),"inverse":this.noop,"data":data});
- if (stack1 != null) { buffer += stack1; }
- buffer += "]\n";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.validatorUrl : depth0), {"name":"if","hash":{},"fn":this.program(14, data),"inverse":this.noop,"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer + " </h4>\n </div>\n</div>\n";
-},"useData":true});
-var BasicAuthButton,
- __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
- __hasProp = {}.hasOwnProperty;
-
-BasicAuthButton = (function(_super) {
- __extends(BasicAuthButton, _super);
-
- function BasicAuthButton() {
- return BasicAuthButton.__super__.constructor.apply(this, arguments);
- }
-
- BasicAuthButton.prototype.initialize = function() {};
-
- BasicAuthButton.prototype.render = function() {
- var template;
- template = this.template();
- $(this.el).html(template(this.model));
- return this;
- };
-
- BasicAuthButton.prototype.events = {
- "click #basic_auth_button": "togglePasswordContainer",
- "click #apply_basic_auth": "applyPassword"
- };
-
- BasicAuthButton.prototype.applyPassword = function() {
- var elem, password, username;
- username = $(".input_username").val();
- password = $(".input_password").val();
- window.authorizations.add(this.model.type, new PasswordAuthorization("basic", username, password));
- window.swaggerUi.load();
- return elem = $('#basic_auth_container').hide();
- };
-
- BasicAuthButton.prototype.togglePasswordContainer = function() {
- var elem;
- if ($('#basic_auth_container').length > 0) {
- elem = $('#basic_auth_container').show();
- if (elem.is(':visible')) {
- return elem.slideUp();
- } else {
- $('.auth_container').hide();
- return elem.show();
- }
- }
- };
-
- BasicAuthButton.prototype.template = function() {
- return Handlebars.templates.basic_auth_button_view;
- };
-
- return BasicAuthButton;
-
-})(Backbone.View);
-
-this["Handlebars"]["templates"]["operation"] = Handlebars.template({"1":function(depth0,helpers,partials,data) {
- return "deprecated";
- },"3":function(depth0,helpers,partials,data) {
- return " <h4>Warning: Deprecated</h4>\n";
- },"5":function(depth0,helpers,partials,data) {
- var stack1, helper, functionType="function", helperMissing=helpers.helperMissing, buffer = " <h4>Implementation Notes</h4>\n <p class=\"markdown\">";
- stack1 = ((helper = (helper = helpers.description || (depth0 != null ? depth0.description : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"description","hash":{},"data":data}) : helper));
- if (stack1 != null) { buffer += stack1; }
- return buffer + "</p>\n";
-},"7":function(depth0,helpers,partials,data) {
- return " <div class=\"auth\">\n <span class=\"api-ic ic-error\"></span>";
- },"9":function(depth0,helpers,partials,data) {
- var stack1, buffer = " <div id=\"api_information_panel\" style=\"top: 526px; left: 776px; display: none;\">\n";
- stack1 = helpers.each.call(depth0, depth0, {"name":"each","hash":{},"fn":this.program(10, data),"inverse":this.noop,"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer + " </div>\n";
-},"10":function(depth0,helpers,partials,data) {
- var stack1, lambda=this.lambda, escapeExpression=this.escapeExpression, buffer = " <div title='";
- stack1 = lambda((depth0 != null ? depth0.description : depth0), depth0);
- if (stack1 != null) { buffer += stack1; }
- return buffer + "'>"
- + escapeExpression(lambda((depth0 != null ? depth0.scope : depth0), depth0))
- + "</div>\n";
-},"12":function(depth0,helpers,partials,data) {
- return "</div>";
- },"14":function(depth0,helpers,partials,data) {
- return " <div class='access'>\n <span class=\"api-ic ic-off\" title=\"click to authenticate\"></span>\n </div>\n";
- },"16":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return " <h4>Response Class (Status "
- + escapeExpression(((helper = (helper = helpers.successCode || (depth0 != null ? depth0.successCode : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"successCode","hash":{},"data":data}) : helper)))
- + ")</h4>\n <p><span class=\"model-signature\" /></p>\n <br/>\n <div class=\"response-content-type\" />\n";
-},"18":function(depth0,helpers,partials,data) {
- return " <h4>Parameters</h4>\n <table class='fullwidth'>\n <thead>\n <tr>\n <th style=\"width: 100px; max-width: 100px\">Parameter</th>\n <th style=\"width: 310px; max-width: 310px\">Value</th>\n <th style=\"width: 200px; max-width: 200px\">Description</th>\n <th style=\"width: 100px; max-width: 100px\">Parameter Type</th>\n <th style=\"width: 220px; max-width: 230px\">Data Type</th>\n </tr>\n </thead>\n <tbody class=\"operation-params\">\n\n </tbody>\n </table>\n";
- },"20":function(depth0,helpers,partials,data) {
- return " <div style='margin:0;padding:0;display:inline'></div>\n <h4>Response Messages</h4>\n <table class='fullwidth'>\n <thead>\n <tr>\n <th>HTTP Status Code</th>\n <th>Reason</th>\n <th>Response Model</th>\n </tr>\n </thead>\n <tbody class=\"operation-status\">\n \n </tbody>\n </table>\n";
- },"22":function(depth0,helpers,partials,data) {
- return "";
-},"24":function(depth0,helpers,partials,data) {
- return " <div class='sandbox_header'>\n <input class='submit' name='commit' type='button' value='Try it out!' />\n <a href='#' class='response_hider' style='display:none'>Hide Response</a>\n <span class='response_throbber' style='display:none'></span>\n </div>\n";
- },"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
- var stack1, helper, options, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression, blockHelperMissing=helpers.blockHelperMissing, buffer = "\n <ul class='operations' >\n <li class='"
- + escapeExpression(((helper = (helper = helpers.method || (depth0 != null ? depth0.method : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"method","hash":{},"data":data}) : helper)))
- + " operation' id='"
- + escapeExpression(((helper = (helper = helpers.parentId || (depth0 != null ? depth0.parentId : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"parentId","hash":{},"data":data}) : helper)))
- + "_"
- + escapeExpression(((helper = (helper = helpers.nickname || (depth0 != null ? depth0.nickname : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"nickname","hash":{},"data":data}) : helper)))
- + "'>\n <div class='heading'>\n <h3>\n <span class='http_method'>\n <a href='#!/"
- + escapeExpression(((helper = (helper = helpers.parentId || (depth0 != null ? depth0.parentId : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"parentId","hash":{},"data":data}) : helper)))
- + "/"
- + escapeExpression(((helper = (helper = helpers.nickname || (depth0 != null ? depth0.nickname : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"nickname","hash":{},"data":data}) : helper)))
- + "' class=\"toggleOperation\">"
- + escapeExpression(((helper = (helper = helpers.method || (depth0 != null ? depth0.method : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"method","hash":{},"data":data}) : helper)))
- + "</a>\n </span>\n <span class='path'>\n <a href='#!/"
- + escapeExpression(((helper = (helper = helpers.parentId || (depth0 != null ? depth0.parentId : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"parentId","hash":{},"data":data}) : helper)))
- + "/"
- + escapeExpression(((helper = (helper = helpers.nickname || (depth0 != null ? depth0.nickname : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"nickname","hash":{},"data":data}) : helper)))
- + "' class=\"toggleOperation ";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.deprecated : depth0), {"name":"if","hash":{},"fn":this.program(1, data),"inverse":this.noop,"data":data});
- if (stack1 != null) { buffer += stack1; }
- buffer += "\">"
- + escapeExpression(((helper = (helper = helpers.path || (depth0 != null ? depth0.path : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"path","hash":{},"data":data}) : helper)))
- + "</a>\n </span>\n </h3>\n <ul class='options'>\n <li>\n <a href='#!/"
- + escapeExpression(((helper = (helper = helpers.parentId || (depth0 != null ? depth0.parentId : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"parentId","hash":{},"data":data}) : helper)))
- + "/"
- + escapeExpression(((helper = (helper = helpers.nickname || (depth0 != null ? depth0.nickname : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"nickname","hash":{},"data":data}) : helper)))
- + "' class=\"toggleOperation\">";
- stack1 = ((helper = (helper = helpers.summary || (depth0 != null ? depth0.summary : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"summary","hash":{},"data":data}) : helper));
- if (stack1 != null) { buffer += stack1; }
- buffer += "</a>\n </li>\n </ul>\n </div>\n <div class='content' id='"
- + escapeExpression(((helper = (helper = helpers.parentId || (depth0 != null ? depth0.parentId : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"parentId","hash":{},"data":data}) : helper)))
- + "_"
- + escapeExpression(((helper = (helper = helpers.nickname || (depth0 != null ? depth0.nickname : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"nickname","hash":{},"data":data}) : helper)))
- + "_content' style='display:none'>\n";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.deprecated : depth0), {"name":"if","hash":{},"fn":this.program(3, data),"inverse":this.noop,"data":data});
- if (stack1 != null) { buffer += stack1; }
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.description : depth0), {"name":"if","hash":{},"fn":this.program(5, data),"inverse":this.noop,"data":data});
- if (stack1 != null) { buffer += stack1; }
- stack1 = ((helper = (helper = helpers.oauth || (depth0 != null ? depth0.oauth : depth0)) != null ? helper : helperMissing),(options={"name":"oauth","hash":{},"fn":this.program(7, data),"inverse":this.noop,"data":data}),(typeof helper === functionType ? helper.call(depth0, options) : helper));
- if (!helpers.oauth) { stack1 = blockHelperMissing.call(depth0, stack1, options); }
- if (stack1 != null) { buffer += stack1; }
- buffer += "\n";
- stack1 = helpers.each.call(depth0, (depth0 != null ? depth0.oauth : depth0), {"name":"each","hash":{},"fn":this.program(9, data),"inverse":this.noop,"data":data});
- if (stack1 != null) { buffer += stack1; }
- buffer += " ";
- stack1 = ((helper = (helper = helpers.oauth || (depth0 != null ? depth0.oauth : depth0)) != null ? helper : helperMissing),(options={"name":"oauth","hash":{},"fn":this.program(12, data),"inverse":this.noop,"data":data}),(typeof helper === functionType ? helper.call(depth0, options) : helper));
- if (!helpers.oauth) { stack1 = blockHelperMissing.call(depth0, stack1, options); }
- if (stack1 != null) { buffer += stack1; }
- buffer += "\n";
- stack1 = ((helper = (helper = helpers.oauth || (depth0 != null ? depth0.oauth : depth0)) != null ? helper : helperMissing),(options={"name":"oauth","hash":{},"fn":this.program(14, data),"inverse":this.noop,"data":data}),(typeof helper === functionType ? helper.call(depth0, options) : helper));
- if (!helpers.oauth) { stack1 = blockHelperMissing.call(depth0, stack1, options); }
- if (stack1 != null) { buffer += stack1; }
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.type : depth0), {"name":"if","hash":{},"fn":this.program(16, data),"inverse":this.noop,"data":data});
- if (stack1 != null) { buffer += stack1; }
- buffer += " <form accept-charset='UTF-8' class='sandbox'>\n <div style='margin:0;padding:0;display:inline'></div>\n";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.parameters : depth0), {"name":"if","hash":{},"fn":this.program(18, data),"inverse":this.noop,"data":data});
- if (stack1 != null) { buffer += stack1; }
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.responseMessages : depth0), {"name":"if","hash":{},"fn":this.program(20, data),"inverse":this.noop,"data":data});
- if (stack1 != null) { buffer += stack1; }
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.isReadOnly : depth0), {"name":"if","hash":{},"fn":this.program(22, data),"inverse":this.program(24, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer + " </form>\n <div class='response' style='display:none'>\n <h4>Request URL</h4>\n <div class='block request_url'></div>\n <h4>Response Body</h4>\n <div class='block response_body'></div>\n <h4>Response Code</h4>\n <div class='block response_code'></div>\n <h4>Response Headers</h4>\n <div class='block response_headers'></div>\n </div>\n </div>\n </li>\n </ul>\n";
-},"useData":true});
-var ContentTypeView,
- __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
- __hasProp = {}.hasOwnProperty;
-
-ContentTypeView = (function(_super) {
- __extends(ContentTypeView, _super);
-
- function ContentTypeView() {
- return ContentTypeView.__super__.constructor.apply(this, arguments);
- }
-
- ContentTypeView.prototype.initialize = function() {};
-
- ContentTypeView.prototype.render = function() {
- var template;
- template = this.template();
- $(this.el).html(template(this.model));
- $('label[for=contentType]', $(this.el)).text('Response Content Type');
- return this;
- };
-
- ContentTypeView.prototype.template = function() {
- return Handlebars.templates.content_type;
- };
-
- return ContentTypeView;
-
-})(Backbone.View);
-
-this["Handlebars"]["templates"]["param"] = Handlebars.template({"1":function(depth0,helpers,partials,data) {
- var stack1, buffer = "";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.isFile : depth0), {"name":"if","hash":{},"fn":this.program(2, data),"inverse":this.program(4, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer;
-},"2":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return " <input type=\"file\" name='"
- + escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"name","hash":{},"data":data}) : helper)))
- + "'/>\n <div class=\"parameter-content-type\" />\n";
-},"4":function(depth0,helpers,partials,data) {
- var stack1, buffer = "";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0['default'] : depth0), {"name":"if","hash":{},"fn":this.program(5, data),"inverse":this.program(7, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer;
-},"5":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return " <textarea class='body-textarea' name='"
- + escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"name","hash":{},"data":data}) : helper)))
- + "'>"
- + escapeExpression(((helper = (helper = helpers['default'] || (depth0 != null ? depth0['default'] : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"default","hash":{},"data":data}) : helper)))
- + "</textarea>\n <br />\n <div class=\"parameter-content-type\" />\n";
-},"7":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return " <textarea class='body-textarea' name='"
- + escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"name","hash":{},"data":data}) : helper)))
- + "'></textarea>\n <br />\n <div class=\"parameter-content-type\" />\n";
-},"9":function(depth0,helpers,partials,data) {
- var stack1, buffer = "";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.isFile : depth0), {"name":"if","hash":{},"fn":this.program(2, data),"inverse":this.program(10, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer;
-},"10":function(depth0,helpers,partials,data) {
- var stack1, buffer = "";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0['default'] : depth0), {"name":"if","hash":{},"fn":this.program(11, data),"inverse":this.program(13, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer;
-},"11":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return " <input class='parameter' minlength='0' name='"
- + escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"name","hash":{},"data":data}) : helper)))
- + "' placeholder='' type='text' value='"
- + escapeExpression(((helper = (helper = helpers['default'] || (depth0 != null ? depth0['default'] : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"default","hash":{},"data":data}) : helper)))
- + "'/>\n";
-},"13":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return " <input class='parameter' minlength='0' name='"
- + escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"name","hash":{},"data":data}) : helper)))
- + "' placeholder='' type='text' value=''/>\n";
-},"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
- var stack1, helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression, buffer = "<td class='code'>"
- + escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"name","hash":{},"data":data}) : helper)))
- + "</td>\n<td>\n\n";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.isBody : depth0), {"name":"if","hash":{},"fn":this.program(1, data),"inverse":this.program(9, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- buffer += "\n</td>\n<td class=\"markdown\">";
- stack1 = ((helper = (helper = helpers.description || (depth0 != null ? depth0.description : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"description","hash":{},"data":data}) : helper));
- if (stack1 != null) { buffer += stack1; }
- buffer += "</td>\n<td>";
- stack1 = ((helper = (helper = helpers.paramType || (depth0 != null ? depth0.paramType : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"paramType","hash":{},"data":data}) : helper));
- if (stack1 != null) { buffer += stack1; }
- return buffer + "</td>\n<td>\n <span class=\"model-signature\"></span>\n</td>\n";
-},"useData":true});
-var HeaderView,
- __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
- __hasProp = {}.hasOwnProperty;
-
-HeaderView = (function(_super) {
- __extends(HeaderView, _super);
-
- function HeaderView() {
- return HeaderView.__super__.constructor.apply(this, arguments);
- }
-
- HeaderView.prototype.events = {
- 'click #show-pet-store-icon': 'showPetStore',
- 'click #show-wordnik-dev-icon': 'showWordnikDev',
- 'click #explore': 'showCustom',
- 'keyup #input_baseUrl': 'showCustomOnKeyup',
- 'keyup #input_apiKey': 'showCustomOnKeyup'
- };
-
- HeaderView.prototype.initialize = function() {};
-
- HeaderView.prototype.showPetStore = function(e) {
- return this.trigger('update-swagger-ui', {
- url: "http://petstore.swagger.wordnik.com/api/api-docs"
- });
- };
-
- HeaderView.prototype.showWordnikDev = function(e) {
- return this.trigger('update-swagger-ui', {
- url: "http://api.wordnik.com/v4/resources.json"
- });
- };
-
- HeaderView.prototype.showCustomOnKeyup = function(e) {
- if (e.keyCode === 13) {
- return this.showCustom();
- }
- };
-
- HeaderView.prototype.showCustom = function(e) {
- if (e != null) {
- e.preventDefault();
- }
- return this.trigger('update-swagger-ui', {
- url: $('#input_baseUrl').val(),
- apiKey: $('#input_apiKey').val()
- });
- };
-
- HeaderView.prototype.update = function(url, apiKey, trigger) {
- if (trigger == null) {
- trigger = false;
- }
- $('#input_baseUrl').val(url);
- if (trigger) {
- return this.trigger('update-swagger-ui', {
- url: url
- });
- }
- };
-
- return HeaderView;
-
-})(Backbone.View);
-
-this["Handlebars"]["templates"]["param_list"] = Handlebars.template({"1":function(depth0,helpers,partials,data) {
- return " multiple='multiple'";
- },"3":function(depth0,helpers,partials,data) {
- return "";
-},"5":function(depth0,helpers,partials,data) {
- var stack1, buffer = "";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0['default'] : depth0), {"name":"if","hash":{},"fn":this.program(3, data),"inverse":this.program(6, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer;
-},"6":function(depth0,helpers,partials,data) {
- var stack1, helperMissing=helpers.helperMissing, buffer = "";
- stack1 = ((helpers.isArray || (depth0 && depth0.isArray) || helperMissing).call(depth0, depth0, {"name":"isArray","hash":{},"fn":this.program(3, data),"inverse":this.program(7, data),"data":data}));
- if (stack1 != null) { buffer += stack1; }
- return buffer;
-},"7":function(depth0,helpers,partials,data) {
- return " <option selected=\"\" value=''></option>\n";
- },"9":function(depth0,helpers,partials,data) {
- var stack1, buffer = "";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.isDefault : depth0), {"name":"if","hash":{},"fn":this.program(10, data),"inverse":this.program(12, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer;
-},"10":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return " <option selected=\"\" value='"
- + escapeExpression(((helper = (helper = helpers.value || (depth0 != null ? depth0.value : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"value","hash":{},"data":data}) : helper)))
- + "'>"
- + escapeExpression(((helper = (helper = helpers.value || (depth0 != null ? depth0.value : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"value","hash":{},"data":data}) : helper)))
- + " (default)</option>\n";
-},"12":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return " <option value='"
- + escapeExpression(((helper = (helper = helpers.value || (depth0 != null ? depth0.value : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"value","hash":{},"data":data}) : helper)))
- + "'>"
- + escapeExpression(((helper = (helper = helpers.value || (depth0 != null ? depth0.value : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"value","hash":{},"data":data}) : helper)))
- + "</option>\n";
-},"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
- var stack1, helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression, buffer = "<td class='code'>"
- + escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"name","hash":{},"data":data}) : helper)))
- + "</td>\n<td>\n <select ";
- stack1 = ((helpers.isArray || (depth0 && depth0.isArray) || helperMissing).call(depth0, depth0, {"name":"isArray","hash":{},"fn":this.program(1, data),"inverse":this.noop,"data":data}));
- if (stack1 != null) { buffer += stack1; }
- buffer += " class='parameter' name='"
- + escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"name","hash":{},"data":data}) : helper)))
- + "'>\n";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.required : depth0), {"name":"if","hash":{},"fn":this.program(3, data),"inverse":this.program(5, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- stack1 = helpers.each.call(depth0, ((stack1 = (depth0 != null ? depth0.allowableValues : depth0)) != null ? stack1.descriptiveValues : stack1), {"name":"each","hash":{},"fn":this.program(9, data),"inverse":this.noop,"data":data});
- if (stack1 != null) { buffer += stack1; }
- buffer += " </select>\n</td>\n<td class=\"markdown\">";
- stack1 = ((helper = (helper = helpers.description || (depth0 != null ? depth0.description : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"description","hash":{},"data":data}) : helper));
- if (stack1 != null) { buffer += stack1; }
- buffer += "</td>\n<td>";
- stack1 = ((helper = (helper = helpers.paramType || (depth0 != null ? depth0.paramType : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"paramType","hash":{},"data":data}) : helper));
- if (stack1 != null) { buffer += stack1; }
- return buffer + "</td>\n<td><span class=\"model-signature\"></span></td>";
-},"useData":true});
-var MainView,
- __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
- __hasProp = {}.hasOwnProperty;
-
-MainView = (function(_super) {
- var sorters;
-
- __extends(MainView, _super);
-
- function MainView() {
- return MainView.__super__.constructor.apply(this, arguments);
- }
-
- sorters = {
- 'alpha': function(a, b) {
- return a.path.localeCompare(b.path);
- },
- 'method': function(a, b) {
- return a.method.localeCompare(b.method);
- }
- };
-
- MainView.prototype.initialize = function(opts) {
- var auth, key, value, _ref;
- if (opts == null) {
- opts = {};
- }
- this.model.auths = [];
- _ref = this.model.securityDefinitions;
- for (key in _ref) {
- value = _ref[key];
- auth = {
- name: key,
- type: value.type,
- value: value
- };
- this.model.auths.push(auth);
- }
- if (this.model.swaggerVersion === "2.0") {
- if ("validatorUrl" in opts.swaggerOptions) {
- return this.model.validatorUrl = opts.swaggerOptions.validatorUrl;
- } else if (this.model.url.indexOf("localhost") > 0) {
- return this.model.validatorUrl = null;
- } else {
- return this.model.validatorUrl = "http://online.swagger.io/validator";
- }
- }
- };
-
- MainView.prototype.render = function() {
- var auth, button, counter, id, name, resource, resources, _i, _len, _ref;
- if (this.model.securityDefinitions) {
- for (name in this.model.securityDefinitions) {
- auth = this.model.securityDefinitions[name];
- if (auth.type === "apiKey" && $("#apikey_button").length === 0) {
- button = new ApiKeyButton({
- model: auth
- }).render().el;
- $('.auth_main_container').append(button);
- }
- if (auth.type === "basicAuth" && $("#basic_auth_button").length === 0) {
- button = new BasicAuthButton({
- model: auth
- }).render().el;
- $('.auth_main_container').append(button);
- }
- }
- }
- $(this.el).html(Handlebars.templates.main(this.model));
- resources = {};
- counter = 0;
- _ref = this.model.apisArray;
- for (_i = 0, _len = _ref.length; _i < _len; _i++) {
- resource = _ref[_i];
- id = resource.name;
- while (typeof resources[id] !== 'undefined') {
- id = id + "_" + counter;
- counter += 1;
- }
- resource.id = id;
- resources[id] = resource;
- this.addResource(resource, this.model.auths);
- }
- $('.propWrap').hover(function() {
- return $('.optionsWrapper', $(this)).show();
- }, function() {
- return $('.optionsWrapper', $(this)).hide();
- });
- return this;
- };
-
- MainView.prototype.addResource = function(resource, auths) {
- var resourceView;
- resource.id = resource.id.replace(/\s/g, '_');
- resourceView = new ResourceView({
- model: resource,
- tagName: 'li',
- id: 'resource_' + resource.id,
- className: 'resource',
- auths: auths,
- swaggerOptions: this.options.swaggerOptions
- });
- return $('#resources').append(resourceView.render().el);
- };
-
- MainView.prototype.clear = function() {
- return $(this.el).html('');
- };
-
- return MainView;
-
-})(Backbone.View);
-
-this["Handlebars"]["templates"]["param_readonly"] = Handlebars.template({"1":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return " <textarea class='body-textarea' readonly='readonly' name='"
- + escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"name","hash":{},"data":data}) : helper)))
- + "'>"
- + escapeExpression(((helper = (helper = helpers['default'] || (depth0 != null ? depth0['default'] : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"default","hash":{},"data":data}) : helper)))
- + "</textarea>\n";
-},"3":function(depth0,helpers,partials,data) {
- var stack1, buffer = "";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0['default'] : depth0), {"name":"if","hash":{},"fn":this.program(4, data),"inverse":this.program(6, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer;
-},"4":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return " "
- + escapeExpression(((helper = (helper = helpers['default'] || (depth0 != null ? depth0['default'] : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"default","hash":{},"data":data}) : helper)))
- + "\n";
-},"6":function(depth0,helpers,partials,data) {
- return " (empty)\n";
- },"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
- var stack1, helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression, buffer = "<td class='code'>"
- + escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"name","hash":{},"data":data}) : helper)))
- + "</td>\n<td>\n";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.isBody : depth0), {"name":"if","hash":{},"fn":this.program(1, data),"inverse":this.program(3, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- buffer += "</td>\n<td class=\"markdown\">";
- stack1 = ((helper = (helper = helpers.description || (depth0 != null ? depth0.description : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"description","hash":{},"data":data}) : helper));
- if (stack1 != null) { buffer += stack1; }
- buffer += "</td>\n<td>";
- stack1 = ((helper = (helper = helpers.paramType || (depth0 != null ? depth0.paramType : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"paramType","hash":{},"data":data}) : helper));
- if (stack1 != null) { buffer += stack1; }
- return buffer + "</td>\n<td><span class=\"model-signature\"></span></td>\n";
-},"useData":true});
-this["Handlebars"]["templates"]["param_readonly_required"] = Handlebars.template({"1":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return " <textarea class='body-textarea' readonly='readonly' placeholder='(required)' name='"
- + escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"name","hash":{},"data":data}) : helper)))
- + "'>"
- + escapeExpression(((helper = (helper = helpers['default'] || (depth0 != null ? depth0['default'] : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"default","hash":{},"data":data}) : helper)))
- + "</textarea>\n";
-},"3":function(depth0,helpers,partials,data) {
- var stack1, buffer = "";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0['default'] : depth0), {"name":"if","hash":{},"fn":this.program(4, data),"inverse":this.program(6, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer;
-},"4":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return " "
- + escapeExpression(((helper = (helper = helpers['default'] || (depth0 != null ? depth0['default'] : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"default","hash":{},"data":data}) : helper)))
- + "\n";
-},"6":function(depth0,helpers,partials,data) {
- return " (empty)\n";
- },"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
- var stack1, helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression, buffer = "<td class='code required'>"
- + escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"name","hash":{},"data":data}) : helper)))
- + "</td>\n<td>\n";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.isBody : depth0), {"name":"if","hash":{},"fn":this.program(1, data),"inverse":this.program(3, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- buffer += "</td>\n<td class=\"markdown\">";
- stack1 = ((helper = (helper = helpers.description || (depth0 != null ? depth0.description : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"description","hash":{},"data":data}) : helper));
- if (stack1 != null) { buffer += stack1; }
- buffer += "</td>\n<td>";
- stack1 = ((helper = (helper = helpers.paramType || (depth0 != null ? depth0.paramType : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"paramType","hash":{},"data":data}) : helper));
- if (stack1 != null) { buffer += stack1; }
- return buffer + "</td>\n<td><span class=\"model-signature\"></span></td>\n";
-},"useData":true});
-var OperationView,
- __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
- __hasProp = {}.hasOwnProperty;
-
-OperationView = (function(_super) {
- __extends(OperationView, _super);
-
- function OperationView() {
- return OperationView.__super__.constructor.apply(this, arguments);
- }
-
- OperationView.prototype.invocationUrl = null;
-
- OperationView.prototype.events = {
- 'submit .sandbox': 'submitOperation',
- 'click .submit': 'submitOperation',
- 'click .response_hider': 'hideResponse',
- 'click .toggleOperation': 'toggleOperationContent',
- 'mouseenter .api-ic': 'mouseEnter',
- 'mouseout .api-ic': 'mouseExit'
- };
-
- OperationView.prototype.initialize = function(opts) {
- if (opts == null) {
- opts = {};
- }
- this.auths = opts.auths;
- this.parentId = this.model.parentId;
- this.nickname = this.model.nickname;
- return this;
- };
-
- OperationView.prototype.mouseEnter = function(e) {
- var elem, hgh, pos, scMaxX, scMaxY, scX, scY, wd, x, y;
- elem = $(this.el).find('.content');
- x = e.pageX;
- y = e.pageY;
- scX = $(window).scrollLeft();
- scY = $(window).scrollTop();
- scMaxX = scX + $(window).width();
- scMaxY = scY + $(window).height();
- wd = elem.width();
- hgh = elem.height();
- if (x + wd > scMaxX) {
- x = scMaxX - wd;
- }
- if (x < scX) {
- x = scX;
- }
- if (y + hgh > scMaxY) {
- y = scMaxY - hgh;
- }
- if (y < scY) {
- y = scY;
- }
- pos = {};
- pos.top = y;
- pos.left = x;
- elem.css(pos);
- return $(e.currentTarget.parentNode).find('#api_information_panel').show();
- };
-
- OperationView.prototype.mouseExit = function(e) {
- return $(e.currentTarget.parentNode).find('#api_information_panel').hide();
- };
-
- OperationView.prototype.render = function() {
- var a, auth, auths, code, contentTypeModel, isMethodSubmissionSupported, k, key, modelAuths, o, param, ref, responseContentTypeView, responseSignatureView, schema, schemaObj, scopeIndex, signatureModel, statusCode, successResponse, type, v, value, _i, _j, _k, _l, _len, _len1, _len2, _len3, _len4, _m, _ref, _ref1, _ref2, _ref3, _ref4;
- isMethodSubmissionSupported = jQuery.inArray(this.model.method, this.model.supportedSubmitMethods()) >= 0;
- if (!isMethodSubmissionSupported) {
- this.model.isReadOnly = true;
- }
- this.model.description = this.model.description || this.model.notes;
- if (this.model.description) {
- this.model.description = this.model.description.replace(/(?:\r\n|\r|\n)/g, '<br />');
- }
- this.model.oauth = null;
- modelAuths = this.model.authorizations || this.model.security;
- if (modelAuths) {
- if (Array.isArray(modelAuths)) {
- for (_i = 0, _len = modelAuths.length; _i < _len; _i++) {
- auths = modelAuths[_i];
- for (key in auths) {
- auth = auths[key];
- for (a in this.auths) {
- auth = this.auths[a];
- if (auth.type === 'oauth2') {
- this.model.oauth = {};
- this.model.oauth.scopes = [];
- _ref = auth.value.scopes;
- for (k in _ref) {
- v = _ref[k];
- scopeIndex = auths[key].indexOf(k);
- if (scopeIndex >= 0) {
- o = {
- scope: k,
- description: v
- };
- this.model.oauth.scopes.push(o);
- }
- }
- }
- }
- }
- }
- } else {
- for (k in modelAuths) {
- v = modelAuths[k];
- if (k === "oauth2") {
- if (this.model.oauth === null) {
- this.model.oauth = {};
- }
- if (this.model.oauth.scopes === void 0) {
- this.model.oauth.scopes = [];
- }
- for (_j = 0, _len1 = v.length; _j < _len1; _j++) {
- o = v[_j];
- this.model.oauth.scopes.push(o);
- }
- }
- }
- }
- }
- if (typeof this.model.responses !== 'undefined') {
- this.model.responseMessages = [];
- _ref1 = this.model.responses;
- for (code in _ref1) {
- value = _ref1[code];
- schema = null;
- schemaObj = this.model.responses[code].schema;
- if (schemaObj && schemaObj['$ref']) {
- schema = schemaObj['$ref'];
- if (schema.indexOf('#/definitions/') === 0) {
- schema = schema.substring('#/definitions/'.length);
- }
- }
- this.model.responseMessages.push({
- code: code,
- message: value.description,
- responseModel: schema
- });
- }
- }
- if (typeof this.model.responseMessages === 'undefined') {
- this.model.responseMessages = [];
- }
- signatureModel = null;
- if (this.model.successResponse) {
- successResponse = this.model.successResponse;
- for (key in successResponse) {
- value = successResponse[key];
- this.model.successCode = key;
- if (typeof value === 'object' && typeof value.createJSONSample === 'function') {
- signatureModel = {
- sampleJSON: JSON.stringify(value.createJSONSample(), void 0, 2),
- isParam: false,
- signature: value.getMockSignature()
- };
- }
- }
- } else if (this.model.responseClassSignature && this.model.responseClassSignature !== 'string') {
- signatureModel = {
- sampleJSON: this.model.responseSampleJSON,
- isParam: false,
- signature: this.model.responseClassSignature
- };
- }
- $(this.el).html(Handlebars.templates.operation(this.model));
- if (signatureModel) {
- responseSignatureView = new SignatureView({
- model: signatureModel,
- tagName: 'div'
- });
- $('.model-signature', $(this.el)).append(responseSignatureView.render().el);
- } else {
- this.model.responseClassSignature = 'string';
- $('.model-signature', $(this.el)).html(this.model.type);
- }
- contentTypeModel = {
- isParam: false
- };
- contentTypeModel.consumes = this.model.consumes;
- contentTypeModel.produces = this.model.produces;
- _ref2 = this.model.parameters;
- for (_k = 0, _len2 = _ref2.length; _k < _len2; _k++) {
- param = _ref2[_k];
- type = param.type || param.dataType || '';
- if (typeof type === 'undefined') {
- schema = param.schema;
- if (schema && schema['$ref']) {
- ref = schema['$ref'];
- if (ref.indexOf('#/definitions/') === 0) {
- type = ref.substring('#/definitions/'.length);
- } else {
- type = ref;
- }
- }
- }
- if (type && type.toLowerCase() === 'file') {
- if (!contentTypeModel.consumes) {
- contentTypeModel.consumes = 'multipart/form-data';
- }
- }
- param.type = type;
- }
- responseContentTypeView = new ResponseContentTypeView({
- model: contentTypeModel
- });
- $('.response-content-type', $(this.el)).append(responseContentTypeView.render().el);
- _ref3 = this.model.parameters;
- for (_l = 0, _len3 = _ref3.length; _l < _len3; _l++) {
- param = _ref3[_l];
- this.addParameter(param, contentTypeModel.consumes);
- }
- _ref4 = this.model.responseMessages;
- for (_m = 0, _len4 = _ref4.length; _m < _len4; _m++) {
- statusCode = _ref4[_m];
- this.addStatusCode(statusCode);
- }
- return this;
- };
-
- OperationView.prototype.addParameter = function(param, consumes) {
- var paramView;
- param.consumes = consumes;
- paramView = new ParameterView({
- model: param,
- tagName: 'tr',
- readOnly: this.model.isReadOnly
- });
- return $('.operation-params', $(this.el)).append(paramView.render().el);
- };
-
- OperationView.prototype.addStatusCode = function(statusCode) {
- var statusCodeView;
- statusCodeView = new StatusCodeView({
- model: statusCode,
- tagName: 'tr'
- });
- return $('.operation-status', $(this.el)).append(statusCodeView.render().el);
- };
-
- OperationView.prototype.submitOperation = function(e) {
- var error_free, form, isFileUpload, map, o, opts, val, _i, _j, _k, _len, _len1, _len2, _ref, _ref1, _ref2;
- if (e != null) {
- e.preventDefault();
- }
- form = $('.sandbox', $(this.el));
- error_free = true;
- form.find("input.required").each(function() {
- $(this).removeClass("error");
- if (jQuery.trim($(this).val()) === "") {
- $(this).addClass("error");
- $(this).wiggle({
- callback: (function(_this) {
- return function() {
- return $(_this).focus();
- };
- })(this)
- });
- return error_free = false;
- }
- });
- form.find("textarea.required").each(function() {
- $(this).removeClass("error");
- if (jQuery.trim($(this).val()) === "") {
- $(this).addClass("error");
- $(this).wiggle({
- callback: (function(_this) {
- return function() {
- return $(_this).focus();
- };
- })(this)
- });
- return error_free = false;
- }
- });
- if (error_free) {
- map = {};
- opts = {
- parent: this
- };
- isFileUpload = false;
- _ref = form.find("input");
- for (_i = 0, _len = _ref.length; _i < _len; _i++) {
- o = _ref[_i];
- if ((o.value != null) && jQuery.trim(o.value).length > 0) {
- map[o.name] = o.value;
- }
- if (o.type === "file") {
- map[o.name] = o.files[0];
- isFileUpload = true;
- }
- }
- _ref1 = form.find("textarea");
- for (_j = 0, _len1 = _ref1.length; _j < _len1; _j++) {
- o = _ref1[_j];
- if ((o.value != null) && jQuery.trim(o.value).length > 0) {
- map[o.name] = o.value;
- }
- }
- _ref2 = form.find("select");
- for (_k = 0, _len2 = _ref2.length; _k < _len2; _k++) {
- o = _ref2[_k];
- val = this.getSelectedValue(o);
- if ((val != null) && jQuery.trim(val).length > 0) {
- map[o.name] = val;
- }
- }
- opts.responseContentType = $("div select[name=responseContentType]", $(this.el)).val();
- opts.requestContentType = $("div select[name=parameterContentType]", $(this.el)).val();
- $(".response_throbber", $(this.el)).show();
- if (isFileUpload) {
- return this.handleFileUpload(map, form);
- } else {
- return this.model["do"](map, opts, this.showCompleteStatus, this.showErrorStatus, this);
- }
- }
- };
-
- OperationView.prototype.success = function(response, parent) {
- return parent.showCompleteStatus(response);
- };
-
- OperationView.prototype.handleFileUpload = function(map, form) {
- var bodyParam, el, headerParams, o, obj, param, params, _i, _j, _k, _l, _len, _len1, _len2, _len3, _ref, _ref1, _ref2, _ref3;
- _ref = form.serializeArray();
- for (_i = 0, _len = _ref.length; _i < _len; _i++) {
- o = _ref[_i];
- if ((o.value != null) && jQuery.trim(o.value).length > 0) {
- map[o.name] = o.value;
- }
- }
- bodyParam = new FormData();
- params = 0;
- _ref1 = this.model.parameters;
- for (_j = 0, _len1 = _ref1.length; _j < _len1; _j++) {
- param = _ref1[_j];
- if (param.paramType === 'form' || param["in"] === 'formData') {
- if (param.type.toLowerCase() !== 'file' && map[param.name] !== void 0) {
- bodyParam.append(param.name, map[param.name]);
- }
- }
- }
- headerParams = {};
- _ref2 = this.model.parameters;
- for (_k = 0, _len2 = _ref2.length; _k < _len2; _k++) {
- param = _ref2[_k];
- if (param.paramType === 'header') {
- headerParams[param.name] = map[param.name];
- }
- }
- _ref3 = form.find('input[type~="file"]');
- for (_l = 0, _len3 = _ref3.length; _l < _len3; _l++) {
- el = _ref3[_l];
- if (typeof el.files[0] !== 'undefined') {
- bodyParam.append($(el).attr('name'), el.files[0]);
- params += 1;
- }
- }
- this.invocationUrl = this.model.supportHeaderParams() ? (headerParams = this.model.getHeaderParams(map), delete headerParams['Content-Type'], this.model.urlify(map, false)) : this.model.urlify(map, true);
- $(".request_url", $(this.el)).html("<pre></pre>");
- $(".request_url pre", $(this.el)).text(this.invocationUrl);
- obj = {
- type: this.model.method,
- url: this.invocationUrl,
- headers: headerParams,
- data: bodyParam,
- dataType: 'json',
- contentType: false,
- processData: false,
- error: (function(_this) {
- return function(data, textStatus, error) {
- return _this.showErrorStatus(_this.wrap(data), _this);
- };
- })(this),
- success: (function(_this) {
- return function(data) {
- return _this.showResponse(data, _this);
- };
- })(this),
- complete: (function(_this) {
- return function(data) {
- return _this.showCompleteStatus(_this.wrap(data), _this);
- };
- })(this)
- };
- if (window.authorizations) {
- window.authorizations.apply(obj);
- }
- if (params === 0) {
- obj.data.append("fake", "true");
- }
- jQuery.ajax(obj);
- return false;
- };
-
- OperationView.prototype.wrap = function(data) {
- var h, headerArray, headers, i, o, _i, _len;
- headers = {};
- headerArray = data.getAllResponseHeaders().split("\r");
- for (_i = 0, _len = headerArray.length; _i < _len; _i++) {
- i = headerArray[_i];
- h = i.match(/^([^:]*?):(.*)$/);
- if (!h) {
- h = [];
- }
- h.shift();
- if (h[0] !== void 0 && h[1] !== void 0) {
- headers[h[0].trim()] = h[1].trim();
- }
- }
- o = {};
- o.content = {};
- o.content.data = data.responseText;
- o.headers = headers;
- o.request = {};
- o.request.url = this.invocationUrl;
- o.status = data.status;
- return o;
- };
-
- OperationView.prototype.getSelectedValue = function(select) {
- var opt, options, _i, _len, _ref;
- if (!select.multiple) {
- return select.value;
- } else {
- options = [];
- _ref = select.options;
- for (_i = 0, _len = _ref.length; _i < _len; _i++) {
- opt = _ref[_i];
- if (opt.selected) {
- options.push(opt.value);
- }
- }
- if (options.length > 0) {
- return options;
- } else {
- return null;
- }
- }
- };
-
- OperationView.prototype.hideResponse = function(e) {
- if (e != null) {
- e.preventDefault();
- }
- $(".response", $(this.el)).slideUp();
- return $(".response_hider", $(this.el)).fadeOut();
- };
-
- OperationView.prototype.showResponse = function(response) {
- var prettyJson;
- prettyJson = JSON.stringify(response, null, "\t").replace(/\n/g, "<br>");
- return $(".response_body", $(this.el)).html(escape(prettyJson));
- };
-
- OperationView.prototype.showErrorStatus = function(data, parent) {
- return parent.showStatus(data);
- };
-
- OperationView.prototype.showCompleteStatus = function(data, parent) {
- return parent.showStatus(data);
- };
-
- OperationView.prototype.formatXml = function(xml) {
- var contexp, formatted, indent, lastType, lines, ln, pad, reg, transitions, wsexp, _fn, _i, _len;
- reg = /(>)(<)(\/*)/g;
- wsexp = /[ ]*(.*)[ ]+\n/g;
- contexp = /(<.+>)(.+\n)/g;
- xml = xml.replace(reg, '$1\n$2$3').replace(wsexp, '$1\n').replace(contexp, '$1\n$2');
- pad = 0;
- formatted = '';
- lines = xml.split('\n');
- indent = 0;
- lastType = 'other';
- transitions = {
- 'single->single': 0,
- 'single->closing': -1,
- 'single->opening': 0,
- 'single->other': 0,
- 'closing->single': 0,
- 'closing->closing': -1,
- 'closing->opening': 0,
- 'closing->other': 0,
- 'opening->single': 1,
- 'opening->closing': 0,
- 'opening->opening': 1,
- 'opening->other': 1,
- 'other->single': 0,
- 'other->closing': -1,
- 'other->opening': 0,
- 'other->other': 0
- };
- _fn = function(ln) {
- var fromTo, j, key, padding, type, types, value;
- types = {
- single: Boolean(ln.match(/<.+\/>/)),
- closing: Boolean(ln.match(/<\/.+>/)),
- opening: Boolean(ln.match(/<[^!?].*>/))
- };
- type = ((function() {
- var _results;
- _results = [];
- for (key in types) {
- value = types[key];
- if (value) {
- _results.push(key);
- }
- }
- return _results;
- })())[0];
- type = type === void 0 ? 'other' : type;
- fromTo = lastType + '->' + type;
- lastType = type;
- padding = '';
- indent += transitions[fromTo];
- padding = ((function() {
- var _j, _ref, _results;
- _results = [];
- for (j = _j = 0, _ref = indent; 0 <= _ref ? _j < _ref : _j > _ref; j = 0 <= _ref ? ++_j : --_j) {
- _results.push(' ');
- }
- return _results;
- })()).join('');
- if (fromTo === 'opening->closing') {
- return formatted = formatted.substr(0, formatted.length - 1) + ln + '\n';
- } else {
- return formatted += padding + ln + '\n';
- }
- };
- for (_i = 0, _len = lines.length; _i < _len; _i++) {
- ln = lines[_i];
- _fn(ln);
- }
- return formatted;
- };
-
- OperationView.prototype.showStatus = function(response) {
- var code, content, contentType, e, headers, json, opts, pre, response_body, response_body_el, url;
- if (response.content === void 0) {
- content = response.data;
- url = response.url;
- } else {
- content = response.content.data;
- url = response.request.url;
- }
- headers = response.headers;
- contentType = null;
- if (headers) {
- contentType = headers["Content-Type"] || headers["content-type"];
- if (contentType) {
- contentType = contentType.split(";")[0].trim();
- }
- }
- $(".response_body", $(this.el)).removeClass('json');
- $(".response_body", $(this.el)).removeClass('xml');
- if (!content) {
- code = $('<code />').text("no content");
- pre = $('<pre class="json" />').append(code);
- } else if (contentType === "application/json" || /\+json$/.test(contentType)) {
- json = null;
- try {
- json = JSON.stringify(JSON.parse(content), null, " ");
- } catch (_error) {
- e = _error;
- json = "can't parse JSON. Raw result:\n\n" + content;
- }
- code = $('<code />').text(json);
- pre = $('<pre class="json" />').append(code);
- } else if (contentType === "application/xml" || /\+xml$/.test(contentType)) {
- code = $('<code />').text(this.formatXml(content));
- pre = $('<pre class="xml" />').append(code);
- } else if (contentType === "text/html") {
- code = $('<code />').html(_.escape(content));
- pre = $('<pre class="xml" />').append(code);
- } else if (/^image\//.test(contentType)) {
- pre = $('<img>').attr('src', url);
- } else {
- code = $('<code />').text(content);
- pre = $('<pre class="json" />').append(code);
- }
- response_body = pre;
- $(".request_url", $(this.el)).html("<pre></pre>");
- $(".request_url pre", $(this.el)).text(url);
- $(".response_code", $(this.el)).html("<pre>" + response.status + "</pre>");
- $(".response_body", $(this.el)).html(response_body);
- $(".response_headers", $(this.el)).html("<pre>" + _.escape(JSON.stringify(response.headers, null, " ")).replace(/\n/g, "<br>") + "</pre>");
- $(".response", $(this.el)).slideDown();
- $(".response_hider", $(this.el)).show();
- $(".response_throbber", $(this.el)).hide();
- response_body_el = $('.response_body', $(this.el))[0];
- opts = this.options.swaggerOptions;
- if (opts.highlightSizeThreshold && response.data.length > opts.highlightSizeThreshold) {
- return response_body_el;
- } else {
- return hljs.highlightBlock(response_body_el);
- }
- };
-
- OperationView.prototype.toggleOperationContent = function() {
- var elem;
- elem = $('#' + Docs.escapeResourceName(this.parentId + "_" + this.nickname + "_content"));
- if (elem.is(':visible')) {
- return Docs.collapseOperation(elem);
- } else {
- return Docs.expandOperation(elem);
- }
- };
-
- return OperationView;
-
-})(Backbone.View);
-
-var ParameterContentTypeView,
- __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
- __hasProp = {}.hasOwnProperty;
-
-ParameterContentTypeView = (function(_super) {
- __extends(ParameterContentTypeView, _super);
-
- function ParameterContentTypeView() {
- return ParameterContentTypeView.__super__.constructor.apply(this, arguments);
- }
-
- ParameterContentTypeView.prototype.initialize = function() {};
-
- ParameterContentTypeView.prototype.render = function() {
- var template;
- template = this.template();
- $(this.el).html(template(this.model));
- $('label[for=parameterContentType]', $(this.el)).text('Parameter content type:');
- return this;
- };
-
- ParameterContentTypeView.prototype.template = function() {
- return Handlebars.templates.parameter_content_type;
- };
-
- return ParameterContentTypeView;
-
-})(Backbone.View);
-
-this["Handlebars"]["templates"]["param_required"] = Handlebars.template({"1":function(depth0,helpers,partials,data) {
- var stack1, buffer = "";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.isFile : depth0), {"name":"if","hash":{},"fn":this.program(2, data),"inverse":this.program(4, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer;
-},"2":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return " <input type=\"file\" name='"
- + escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"name","hash":{},"data":data}) : helper)))
- + "'/>\n";
-},"4":function(depth0,helpers,partials,data) {
- var stack1, buffer = "";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0['default'] : depth0), {"name":"if","hash":{},"fn":this.program(5, data),"inverse":this.program(7, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer;
-},"5":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return " <textarea class='body-textarea required' placeholder='(required)' name='"
- + escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"name","hash":{},"data":data}) : helper)))
- + "'>"
- + escapeExpression(((helper = (helper = helpers['default'] || (depth0 != null ? depth0['default'] : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"default","hash":{},"data":data}) : helper)))
- + "</textarea>\n <br />\n <div class=\"parameter-content-type\" />\n";
-},"7":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return " <textarea class='body-textarea required' placeholder='(required)' name='"
- + escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"name","hash":{},"data":data}) : helper)))
- + "'></textarea>\n <br />\n <div class=\"parameter-content-type\" />\n";
-},"9":function(depth0,helpers,partials,data) {
- var stack1, buffer = "";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.isFile : depth0), {"name":"if","hash":{},"fn":this.program(10, data),"inverse":this.program(12, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer;
-},"10":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return " <input class='parameter' class='required' type='file' name='"
- + escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"name","hash":{},"data":data}) : helper)))
- + "'/>\n";
-},"12":function(depth0,helpers,partials,data) {
- var stack1, buffer = "";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0['default'] : depth0), {"name":"if","hash":{},"fn":this.program(13, data),"inverse":this.program(15, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer;
-},"13":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return " <input class='parameter required' minlength='1' name='"
- + escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"name","hash":{},"data":data}) : helper)))
- + "' placeholder='(required)' type='text' value='"
- + escapeExpression(((helper = (helper = helpers['default'] || (depth0 != null ? depth0['default'] : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"default","hash":{},"data":data}) : helper)))
- + "'/>\n";
-},"15":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return " <input class='parameter required' minlength='1' name='"
- + escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"name","hash":{},"data":data}) : helper)))
- + "' placeholder='(required)' type='text' value=''/>\n";
-},"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
- var stack1, helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression, buffer = "<td class='code required'>"
- + escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"name","hash":{},"data":data}) : helper)))
- + "</td>\n<td>\n";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.isBody : depth0), {"name":"if","hash":{},"fn":this.program(1, data),"inverse":this.program(9, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- buffer += "</td>\n<td>\n <strong><span class=\"markdown\">";
- stack1 = ((helper = (helper = helpers.description || (depth0 != null ? depth0.description : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"description","hash":{},"data":data}) : helper));
- if (stack1 != null) { buffer += stack1; }
- buffer += "</span></strong>\n</td>\n<td>";
- stack1 = ((helper = (helper = helpers.paramType || (depth0 != null ? depth0.paramType : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"paramType","hash":{},"data":data}) : helper));
- if (stack1 != null) { buffer += stack1; }
- return buffer + "</td>\n<td><span class=\"model-signature\"></span></td>\n";
-},"useData":true});
-this["Handlebars"]["templates"]["parameter_content_type"] = Handlebars.template({"1":function(depth0,helpers,partials,data) {
- var stack1, buffer = "";
- stack1 = helpers.each.call(depth0, (depth0 != null ? depth0.consumes : depth0), {"name":"each","hash":{},"fn":this.program(2, data),"inverse":this.noop,"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer;
-},"2":function(depth0,helpers,partials,data) {
- var stack1, lambda=this.lambda, buffer = " <option value=\"";
- stack1 = lambda(depth0, depth0);
- if (stack1 != null) { buffer += stack1; }
- buffer += "\">";
- stack1 = lambda(depth0, depth0);
- if (stack1 != null) { buffer += stack1; }
- return buffer + "</option>\n";
-},"4":function(depth0,helpers,partials,data) {
- return " <option value=\"application/json\">application/json</option>\n";
- },"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
- var stack1, buffer = "<label for=\"parameterContentType\"></label>\n<select name=\"parameterContentType\">\n";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.consumes : depth0), {"name":"if","hash":{},"fn":this.program(1, data),"inverse":this.program(4, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer + "</select>\n";
-},"useData":true});
-var ParameterView,
- __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
- __hasProp = {}.hasOwnProperty;
-
-ParameterView = (function(_super) {
- __extends(ParameterView, _super);
-
- function ParameterView() {
- return ParameterView.__super__.constructor.apply(this, arguments);
- }
-
- ParameterView.prototype.initialize = function() {
- return Handlebars.registerHelper('isArray', function(param, opts) {
- if (param.type.toLowerCase() === 'array' || param.allowMultiple) {
- return opts.fn(this);
- } else {
- return opts.inverse(this);
- }
- });
- };
-
- ParameterView.prototype.render = function() {
- var contentTypeModel, isParam, parameterContentTypeView, ref, responseContentTypeView, schema, signatureModel, signatureView, template, type;
- type = this.model.type || this.model.dataType;
- if (typeof type === 'undefined') {
- schema = this.model.schema;
- if (schema && schema['$ref']) {
- ref = schema['$ref'];
- if (ref.indexOf('#/definitions/') === 0) {
- type = ref.substring('#/definitions/'.length);
- } else {
- type = ref;
- }
- }
- }
- this.model.type = type;
- this.model.paramType = this.model["in"] || this.model.paramType;
- if (this.model.paramType === 'body' || this.model["in"] === 'body') {
- this.model.isBody = true;
- }
- if (type && type.toLowerCase() === 'file') {
- this.model.isFile = true;
- }
- this.model["default"] = this.model["default"] || this.model.defaultValue;
- if (this.model.allowableValues) {
- this.model.isList = true;
- }
- template = this.template();
- $(this.el).html(template(this.model));
- signatureModel = {
- sampleJSON: this.model.sampleJSON,
- isParam: true,
- signature: this.model.signature
- };
- if (this.model.sampleJSON) {
- signatureView = new SignatureView({
- model: signatureModel,
- tagName: 'div'
- });
- $('.model-signature', $(this.el)).append(signatureView.render().el);
- } else {
- $('.model-signature', $(this.el)).html(this.model.signature);
- }
- isParam = false;
- if (this.model.isBody) {
- isParam = true;
- }
- contentTypeModel = {
- isParam: isParam
- };
- contentTypeModel.consumes = this.model.consumes;
- if (isParam) {
- parameterContentTypeView = new ParameterContentTypeView({
- model: contentTypeModel
- });
- $('.parameter-content-type', $(this.el)).append(parameterContentTypeView.render().el);
- } else {
- responseContentTypeView = new ResponseContentTypeView({
- model: contentTypeModel
- });
- $('.response-content-type', $(this.el)).append(responseContentTypeView.render().el);
- }
- return this;
- };
-
- ParameterView.prototype.template = function() {
- if (this.model.isList) {
- return Handlebars.templates.param_list;
- } else {
- if (this.options.readOnly) {
- if (this.model.required) {
- return Handlebars.templates.param_readonly_required;
- } else {
- return Handlebars.templates.param_readonly;
- }
- } else {
- if (this.model.required) {
- return Handlebars.templates.param_required;
- } else {
- return Handlebars.templates.param;
- }
- }
- }
- };
-
- return ParameterView;
-
-})(Backbone.View);
-
-var ResourceView,
- __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
- __hasProp = {}.hasOwnProperty;
-
-ResourceView = (function(_super) {
- __extends(ResourceView, _super);
-
- function ResourceView() {
- return ResourceView.__super__.constructor.apply(this, arguments);
- }
-
- ResourceView.prototype.initialize = function(opts) {
- if (opts == null) {
- opts = {};
- }
- this.auths = opts.auths;
- if ("" === this.model.description) {
- this.model.description = null;
- }
- if (this.model.description != null) {
- return this.model.summary = this.model.description;
- }
- };
-
- ResourceView.prototype.render = function() {
- var counter, id, methods, operation, _i, _len, _ref;
- methods = {};
- $(this.el).html(Handlebars.templates.resource(this.model));
- _ref = this.model.operationsArray;
- for (_i = 0, _len = _ref.length; _i < _len; _i++) {
- operation = _ref[_i];
- counter = 0;
- id = operation.nickname;
- while (typeof methods[id] !== 'undefined') {
- id = id + "_" + counter;
- counter += 1;
- }
- methods[id] = operation;
- operation.nickname = id;
- operation.parentId = this.model.id;
- this.addOperation(operation);
- }
- $('.toggleEndpointList', this.el).click(this.callDocs.bind(this, 'toggleEndpointListForResource'));
- $('.collapseResource', this.el).click(this.callDocs.bind(this, 'collapseOperationsForResource'));
- $('.expandResource', this.el).click(this.callDocs.bind(this, 'expandOperationsForResource'));
- return this;
- };
-
- ResourceView.prototype.addOperation = function(operation) {
- var operationView;
- operation.number = this.number;
- operationView = new OperationView({
- model: operation,
- tagName: 'li',
- className: 'endpoint',
- swaggerOptions: this.options.swaggerOptions,
- auths: this.auths
- });
- $('.endpoints', $(this.el)).append(operationView.render().el);
- return this.number++;
- };
-
- ResourceView.prototype.callDocs = function(fnName, e) {
- e.preventDefault();
- return Docs[fnName](e.currentTarget.getAttribute('data-id'));
- };
-
- return ResourceView;
-
-})(Backbone.View);
-
-this["Handlebars"]["templates"]["resource"] = Handlebars.template({"1":function(depth0,helpers,partials,data) {
- return " : ";
- },"3":function(depth0,helpers,partials,data) {
- var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
- return "<li>\n <a href='"
- + escapeExpression(((helper = (helper = helpers.url || (depth0 != null ? depth0.url : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"url","hash":{},"data":data}) : helper)))
- + "'>Raw</a>\n </li>";
-},"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
- var stack1, helper, options, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression, blockHelperMissing=helpers.blockHelperMissing, buffer = "<div class='heading'>\n <h2>\n <a href='#!/"
- + escapeExpression(((helper = (helper = helpers.id || (depth0 != null ? depth0.id : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"id","hash":{},"data":data}) : helper)))
- + "' class=\"toggleEndpointList\" data-id=\""
- + escapeExpression(((helper = (helper = helpers.id || (depth0 != null ? depth0.id : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"id","hash":{},"data":data}) : helper)))
- + "\">"
- + escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"name","hash":{},"data":data}) : helper)))
- + "</a> ";
- stack1 = ((helper = (helper = helpers.summary || (depth0 != null ? depth0.summary : depth0)) != null ? helper : helperMissing),(options={"name":"summary","hash":{},"fn":this.program(1, data),"inverse":this.noop,"data":data}),(typeof helper === functionType ? helper.call(depth0, options) : helper));
- if (!helpers.summary) { stack1 = blockHelperMissing.call(depth0, stack1, options); }
- if (stack1 != null) { buffer += stack1; }
- stack1 = ((helper = (helper = helpers.summary || (depth0 != null ? depth0.summary : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"summary","hash":{},"data":data}) : helper));
- if (stack1 != null) { buffer += stack1; }
- buffer += "\n </h2>\n <ul class='options'>\n <li>\n <a href='#!/"
- + escapeExpression(((helper = (helper = helpers.id || (depth0 != null ? depth0.id : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"id","hash":{},"data":data}) : helper)))
- + "' id='endpointListTogger_"
- + escapeExpression(((helper = (helper = helpers.id || (depth0 != null ? depth0.id : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"id","hash":{},"data":data}) : helper)))
- + "' class=\"toggleEndpointList\" data-id=\""
- + escapeExpression(((helper = (helper = helpers.id || (depth0 != null ? depth0.id : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"id","hash":{},"data":data}) : helper)))
- + "\">Show/Hide</a>\n </li>\n <li>\n <a href='#' class=\"collapseResource\" data-id=\""
- + escapeExpression(((helper = (helper = helpers.id || (depth0 != null ? depth0.id : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"id","hash":{},"data":data}) : helper)))
- + "\">\n List Operations\n </a>\n </li>\n <li>\n <a href='#' class=\"expandResource\" data-id=\""
- + escapeExpression(((helper = (helper = helpers.id || (depth0 != null ? depth0.id : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"id","hash":{},"data":data}) : helper)))
- + "\">\n Expand Operations\n </a>\n </li>\n ";
- stack1 = ((helper = (helper = helpers.url || (depth0 != null ? depth0.url : depth0)) != null ? helper : helperMissing),(options={"name":"url","hash":{},"fn":this.program(3, data),"inverse":this.noop,"data":data}),(typeof helper === functionType ? helper.call(depth0, options) : helper));
- if (!helpers.url) { stack1 = blockHelperMissing.call(depth0, stack1, options); }
- if (stack1 != null) { buffer += stack1; }
- return buffer + "\n </ul>\n</div>\n<ul class='endpoints' id='"
- + escapeExpression(((helper = (helper = helpers.id || (depth0 != null ? depth0.id : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"id","hash":{},"data":data}) : helper)))
- + "_endpoint_list' style='display:none'>\n\n</ul>\n";
-},"useData":true});
-var ResponseContentTypeView,
- __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
- __hasProp = {}.hasOwnProperty;
-
-ResponseContentTypeView = (function(_super) {
- __extends(ResponseContentTypeView, _super);
-
- function ResponseContentTypeView() {
- return ResponseContentTypeView.__super__.constructor.apply(this, arguments);
- }
-
- ResponseContentTypeView.prototype.initialize = function() {};
-
- ResponseContentTypeView.prototype.render = function() {
- var template;
- template = this.template();
- $(this.el).html(template(this.model));
- $('label[for=responseContentType]', $(this.el)).text('Response Content Type');
- return this;
- };
-
- ResponseContentTypeView.prototype.template = function() {
- return Handlebars.templates.response_content_type;
- };
-
- return ResponseContentTypeView;
-
-})(Backbone.View);
-
-this["Handlebars"]["templates"]["response_content_type"] = Handlebars.template({"1":function(depth0,helpers,partials,data) {
- var stack1, buffer = "";
- stack1 = helpers.each.call(depth0, (depth0 != null ? depth0.produces : depth0), {"name":"each","hash":{},"fn":this.program(2, data),"inverse":this.noop,"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer;
-},"2":function(depth0,helpers,partials,data) {
- var stack1, lambda=this.lambda, buffer = " <option value=\"";
- stack1 = lambda(depth0, depth0);
- if (stack1 != null) { buffer += stack1; }
- buffer += "\">";
- stack1 = lambda(depth0, depth0);
- if (stack1 != null) { buffer += stack1; }
- return buffer + "</option>\n";
-},"4":function(depth0,helpers,partials,data) {
- return " <option value=\"application/json\">application/json</option>\n";
- },"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
- var stack1, buffer = "<label for=\"responseContentType\"></label>\n<select name=\"responseContentType\">\n";
- stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.produces : depth0), {"name":"if","hash":{},"fn":this.program(1, data),"inverse":this.program(4, data),"data":data});
- if (stack1 != null) { buffer += stack1; }
- return buffer + "</select>\n";
-},"useData":true});
-var SignatureView,
- __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
- __hasProp = {}.hasOwnProperty;
-
-SignatureView = (function(_super) {
- __extends(SignatureView, _super);
-
- function SignatureView() {
- return SignatureView.__super__.constructor.apply(this, arguments);
- }
-
- SignatureView.prototype.events = {
- 'click a.description-link': 'switchToDescription',
- 'click a.snippet-link': 'switchToSnippet',
- 'mousedown .snippet': 'snippetToTextArea'
- };
-
- SignatureView.prototype.initialize = function() {};
-
- SignatureView.prototype.render = function() {
- var template;
- template = this.template();
- $(this.el).html(template(this.model));
- this.switchToSnippet();
- this.isParam = this.model.isParam;
- if (this.isParam) {
- $('.notice', $(this.el)).text('Click to set as parameter value');
- }
- return this;
- };
-
- SignatureView.prototype.template = function() {
- return Handlebars.templates.signature;
- };
-
- SignatureView.prototype.switchToDescription = function(e) {
- if (e != null) {
- e.preventDefault();
- }
- $(".snippet", $(this.el)).hide();
- $(".description", $(this.el)).show();
- $('.description-link', $(this.el)).addClass('selected');
- return $('.snippet-link', $(this.el)).removeClass('selected');
- };
-
- SignatureView.prototype.switchToSnippet = function(e) {
- if (e != null) {
- e.preventDefault();
- }
- $(".description", $(this.el)).hide();
- $(".snippet", $(this.el)).show();
- $('.snippet-link', $(this.el)).addClass('selected');
- return $('.description-link', $(this.el)).removeClass('selected');
- };
-
- SignatureView.prototype.snippetToTextArea = function(e) {
- var textArea;
- if (this.isParam) {
- if (e != null) {
- e.preventDefault();
- }
- textArea = $('textarea', $(this.el.parentNode.parentNode.parentNode));
- if ($.trim(textArea.val()) === '') {
- return textArea.val(this.model.sampleJSON);
- }
- }
- };
-
- return SignatureView;
-
-})(Backbone.View);
-
-this["Handlebars"]["templates"]["signature"] = Handlebars.template({"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
- var stack1, helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression, buffer = "<div>\n<ul class=\"signature-nav\">\n <li><a class=\"description-link\" href=\"#\">Model</a></li>\n <li><a class=\"snippet-link\" href=\"#\">Model Schema</a></li>\n</ul>\n<div>\n\n<div class=\"signature-container\">\n <div class=\"description\">\n ";
- stack1 = ((helper = (helper = helpers.signature || (depth0 != null ? depth0.signature : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"signature","hash":{},"data":data}) : helper));
- if (stack1 != null) { buffer += stack1; }
- return buffer + "\n </div>\n\n <div class=\"snippet\">\n <pre><code>"
- + escapeExpression(((helper = (helper = helpers.sampleJSON || (depth0 != null ? depth0.sampleJSON : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"sampleJSON","hash":{},"data":data}) : helper)))
- + "</code></pre>\n <small class=\"notice\"></small>\n </div>\n</div>\n\n";
-},"useData":true});
-var StatusCodeView,
- __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
- __hasProp = {}.hasOwnProperty;
-
-StatusCodeView = (function(_super) {
- __extends(StatusCodeView, _super);
-
- function StatusCodeView() {
- return StatusCodeView.__super__.constructor.apply(this, arguments);
- }
-
- StatusCodeView.prototype.initialize = function() {};
-
- StatusCodeView.prototype.render = function() {
- var responseModel, responseModelView, template;
- template = this.template();
- $(this.el).html(template(this.model));
- if (swaggerUi.api.models.hasOwnProperty(this.model.responseModel)) {
- responseModel = {
- sampleJSON: JSON.stringify(swaggerUi.api.models[this.model.responseModel].createJSONSample(), null, 2),
- isParam: false,
- signature: swaggerUi.api.models[this.model.responseModel].getMockSignature()
- };
- responseModelView = new SignatureView({
- model: responseModel,
- tagName: 'div'
- });
- $('.model-signature', this.$el).append(responseModelView.render().el);
- } else {
- $('.model-signature', this.$el).html('');
- }
- return this;
- };
-
- StatusCodeView.prototype.template = function() {
- return Handlebars.templates.status_code;
- };
-
- return StatusCodeView;
-
-})(Backbone.View);
-
-this["Handlebars"]["templates"]["status_code"] = Handlebars.template({"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
- var stack1, helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression, buffer = "<td width='15%' class='code'>"
- + escapeExpression(((helper = (helper = helpers.code || (depth0 != null ? depth0.code : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"code","hash":{},"data":data}) : helper)))
- + "</td>\n<td>";
- stack1 = ((helper = (helper = helpers.message || (depth0 != null ? depth0.message : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"message","hash":{},"data":data}) : helper));
- if (stack1 != null) { buffer += stack1; }
- return buffer + "</td>\n<td width='50%'><span class=\"model-signature\" /></td>";
-},"useData":true}); \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/swagger-ui.min.js b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/swagger-ui.min.js
deleted file mode 100644
index edd853a0..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/api-doc/swagger-ui.min.js
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * Copyright 2016 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-function clippyCopiedCallback(){$("#api_key_copied").fadeIn().delay(1e3).fadeOut()}$(function(){$.fn.vAlign=function(){return this.each(function(){var e=$(this).height(),t=$(this).parent().height(),n=(t-e)/2;$(this).css("margin-top",n)})},$.fn.stretchFormtasticInputWidthToParent=function(){return this.each(function(){var e=$(this).closest("form").innerWidth(),t=parseInt($(this).closest("form").css("padding-left"),10)+parseInt($(this).closest("form").css("padding-right"),10),n=parseInt($(this).css("padding-left"),10)+parseInt($(this).css("padding-right"),10);$(this).css("width",e-t-n)})},$("form.formtastic li.string input, form.formtastic textarea").stretchFormtasticInputWidthToParent(),$("ul.downplayed li div.content p").vAlign(),$("form.sandbox").submit(function(){var e=!0;return $(this).find("input.required").each(function(){$(this).removeClass("error"),""==$(this).val()&&($(this).addClass("error"),$(this).wiggle(),e=!1)}),e})}),log=function(){log.history=log.history||[],log.history.push(arguments),this.console&&console.log(Array.prototype.slice.call(arguments)[0])},Function.prototype.bind&&console&&"object"==typeof console.log&&["log","info","warn","error","assert","dir","clear","profile","profileEnd"].forEach(function(e){console[e]=this.bind(console[e],console)},Function.prototype.call);var Docs={shebang:function(){var e=$.param.fragment().split("/");switch(e.shift(),e.length){case 1:var t="resource_"+e[0];Docs.expandEndpointListForResource(e[0]),$("#"+t).slideto({highlight:!1});break;case 2:Docs.expandEndpointListForResource(e[0]),$("#"+t).slideto({highlight:!1});var n=e.join("_"),a=n+"_content";Docs.expandOperation($("#"+a)),$("#"+n).slideto({highlight:!1})}},toggleEndpointListForResource:function(e){var t=$("li#resource_"+Docs.escapeResourceName(e)+" ul.endpoints");t.is(":visible")?Docs.collapseEndpointListForResource(e):Docs.expandEndpointListForResource(e)},expandEndpointListForResource:function(e){var e=Docs.escapeResourceName(e);if(""==e)return void $(".resource ul.endpoints").slideDown();$("li#resource_"+e).addClass("active");var t=$("li#resource_"+e+" ul.endpoints");t.slideDown()},collapseEndpointListForResource:function(e){var e=Docs.escapeResourceName(e);if(""==e)return void $(".resource ul.endpoints").slideUp();$("li#resource_"+e).removeClass("active");var t=$("li#resource_"+e+" ul.endpoints");t.slideUp()},expandOperationsForResource:function(e){return Docs.expandEndpointListForResource(e),""==e?void $(".resource ul.endpoints li.operation div.content").slideDown():void $("li#resource_"+Docs.escapeResourceName(e)+" li.operation div.content").each(function(){Docs.expandOperation($(this))})},collapseOperationsForResource:function(e){return Docs.expandEndpointListForResource(e),""==e?void $(".resource ul.endpoints li.operation div.content").slideUp():void $("li#resource_"+Docs.escapeResourceName(e)+" li.operation div.content").each(function(){Docs.collapseOperation($(this))})},escapeResourceName:function(e){return e.replace(/[!"#$%&'()*+,.\/:;<=>?@\[\\\]\^`{|}~]/g,"\\$&")},expandOperation:function(e){e.slideDown()},collapseOperation:function(e){e.slideUp()}};this.Handlebars=this.Handlebars||{},this.Handlebars.templates=this.Handlebars.templates||{},this.Handlebars.templates.apikey_button_view=Handlebars.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return"<!--div class='auth_button' id='apikey_button'><img class='auth_icon' alt='apply api key' src='images/apikey.jpeg'></div-->\n<div class='auth_container' id='apikey_container'>\n <div class='key_input_container'>\n <div class='auth_label'>"+l((s=null!=(s=t.keyName||(null!=e?e.keyName:e))?s:r,typeof s===i?s.call(e,{name:"keyName",hash:{},data:a}):s))+'</div>\n <input placeholder="api_key" class="auth_input" id="input_apiKey_entry" name="apiKey" type="text"/>\n <div class=\'auth_submit\'><a class=\'auth_submit_button\' id="apply_api_key" href="#">apply</a></div>\n </div>\n</div>\n\n'},useData:!0});var SwaggerUi,__extends=function(e,t){function n(){this.constructor=e}for(var a in t)__hasProp.call(t,a)&&(e[a]=t[a]);return n.prototype=t.prototype,e.prototype=new n,e.__super__=t.prototype,e},__hasProp={}.hasOwnProperty;SwaggerUi=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return __extends(t,e),t.prototype.dom_id="swagger_ui",t.prototype.options=null,t.prototype.api=null,t.prototype.headerView=null,t.prototype.mainView=null,t.prototype.initialize=function(e){return null==e&&(e={}),null!=e.dom_id&&(this.dom_id=e.dom_id,delete e.dom_id),null==e.supportedSubmitMethods&&(e.supportedSubmitMethods=["get","put","post","delete","head","options","patch"]),null==$("#"+this.dom_id)&&$("body").append('<div id="'+this.dom_id+'"></div>'),this.options=e,this.options.success=function(e){return function(){return e.render()}}(this),this.options.progress=function(e){return function(t){return e.showMessage(t)}}(this),this.options.failure=function(e){return function(t){return e.onLoadFailure(t)}}(this),this.headerView=new HeaderView({el:$("#header")}),this.headerView.on("update-swagger-ui",function(e){return function(t){return e.updateSwaggerUi(t)}}(this))},t.prototype.setOption=function(e,t){return this.options[e]=t},t.prototype.getOption=function(e){return this.options[e]},t.prototype.updateSwaggerUi=function(e){return this.options.url=e.url,this.load()},t.prototype.load=function(){var e,t;return null!=(t=this.mainView)&&t.clear(),e=this.options.url,e&&0!==e.indexOf("http")&&(e=this.buildUrl(window.location.href.toString(),e)),this.options.url=e,this.headerView.update(e),this.api=new SwaggerClient(this.options)},t.prototype.collapseAll=function(){return Docs.collapseEndpointListForResource("")},t.prototype.listAll=function(){return Docs.collapseOperationsForResource("")},t.prototype.expandAll=function(){return Docs.expandOperationsForResource("")},t.prototype.render=function(){switch(this.showMessage("Finished Loading Resource Information. Rendering Swagger UI..."),this.mainView=new MainView({model:this.api,el:$("#"+this.dom_id),swaggerOptions:this.options}).render(),this.showMessage(),this.options.docExpansion){case"full":this.expandAll();break;case"list":this.listAll()}return this.renderGFM(),this.options.onComplete&&this.options.onComplete(this.api,this),setTimeout(function(){return function(){return Docs.shebang()}}(this),100)},t.prototype.buildUrl=function(e,t){var n,a;return 0===t.indexOf("/")?(a=e.split("/"),e=a[0]+"//"+a[2],e+t):(n=e.length,e.indexOf("?")>-1&&(n=Math.min(n,e.indexOf("?"))),e.indexOf("#")>-1&&(n=Math.min(n,e.indexOf("#"))),e=e.substring(0,n),-1!==e.indexOf("/",e.length-1)?e+t:e+"/"+t)},t.prototype.showMessage=function(e){return null==e&&(e=""),$("#message-bar").removeClass("message-fail"),$("#message-bar").addClass("message-success"),$("#message-bar").html(e)},t.prototype.onLoadFailure=function(e){var t;return null==e&&(e=""),$("#message-bar").removeClass("message-success"),$("#message-bar").addClass("message-fail"),t=$("#message-bar").html(e),null!=this.options.onFailure&&this.options.onFailure(e),t},t.prototype.renderGFM=function(e){return null==e&&(e=""),$(".markdown").each(function(){return $(this).html(marked($(this).html()))})},t}(Backbone.Router),window.SwaggerUi=SwaggerUi,this.Handlebars.templates.basic_auth_button_view=Handlebars.template({compiler:[6,">= 2.0.0-beta.1"],main:function(){return'<div class=\'auth_button\' id=\'basic_auth_button\'><img class=\'auth_icon\' src=\'images/password.jpeg\'></div>\n<div class=\'auth_container\' id=\'basic_auth_container\'>\n <div class=\'key_input_container\'>\n <div class="auth_label">Username</div>\n <input placeholder="username" class="auth_input" id="input_username" name="username" type="text"/>\n <div class="auth_label">Password</div>\n <input placeholder="password" class="auth_input" id="input_password" name="password" type="password"/>\n <div class=\'auth_submit\'><a class=\'auth_submit_button\' id="apply_basic_auth" href="#">apply</a></div>\n </div>\n</div>\n\n'},useData:!0}),Handlebars.registerHelper("sanitize",function(e){return e=e.replace(/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,""),new Handlebars.SafeString(e)}),this.Handlebars.templates.content_type=Handlebars.template({1:function(e,t,n,a){var s,i="";return s=t.each.call(e,null!=e?e.produces:e,{name:"each",hash:{},fn:this.program(2,a),inverse:this.noop,data:a}),null!=s&&(i+=s),i},2:function(e){var t,n=this.lambda,a=' <option value="';return t=n(e,e),null!=t&&(a+=t),a+='">',t=n(e,e),null!=t&&(a+=t),a+"</option>\n"},4:function(){return' <option value="application/json">application/json</option>\n'},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,n,a){var s,i='<label for="contentType"></label>\n<select name="contentType">\n';return s=t["if"].call(e,null!=e?e.produces:e,{name:"if",hash:{},fn:this.program(1,a),inverse:this.program(4,a),data:a}),null!=s&&(i+=s),i+"</select>\n"},useData:!0});var ApiKeyButton,__extends=function(e,t){function n(){this.constructor=e}for(var a in t)__hasProp.call(t,a)&&(e[a]=t[a]);return n.prototype=t.prototype,e.prototype=new n,e.__super__=t.prototype,e},__hasProp={}.hasOwnProperty;ApiKeyButton=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return __extends(t,e),t.prototype.initialize=function(){},t.prototype.render=function(){var e;return e=this.template(),$(this.el).html(e(this.model)),this},t.prototype.events={"click #apikey_button":"toggleApiKeyContainer","click #apply_api_key":"applyApiKey"},t.prototype.applyApiKey=function(){var e;return window.authorizations.add(this.model.name,new ApiKeyAuthorization(this.model.name,$("#input_apiKey_entry").val(),this.model["in"])),window.swaggerUi.load(),e=$("#apikey_container").show()},t.prototype.toggleApiKeyContainer=function(){var e;return $("#apikey_container").length>0?(e=$("#apikey_container").first(),e.is(":visible")?e.hide():($(".auth_container").hide(),e.show())):void 0},t.prototype.template=function(){return Handlebars.templates.apikey_button_view},t}(Backbone.View),this.Handlebars.templates.main=Handlebars.template({1:function(e,t,n,a){var s,i=this.lambda,r=this.escapeExpression,l=' <div class="info_title">'+r(i(null!=(s=null!=e?e.info:e)?s.title:s,e))+'</div>\n <div class="info_description markdown">';return s=i(null!=(s=null!=e?e.info:e)?s.description:s,e),null!=s&&(l+=s),l+="</div>\n ",s=t["if"].call(e,null!=(s=null!=e?e.info:e)?s.termsOfServiceUrl:s,{name:"if",hash:{},fn:this.program(2,a),inverse:this.noop,data:a}),null!=s&&(l+=s),l+="\n ",s=t["if"].call(e,null!=(s=null!=(s=null!=e?e.info:e)?s.contact:s)?s.name:s,{name:"if",hash:{},fn:this.program(4,a),inverse:this.noop,data:a}),null!=s&&(l+=s),l+="\n ",s=t["if"].call(e,null!=(s=null!=(s=null!=e?e.info:e)?s.contact:s)?s.url:s,{name:"if",hash:{},fn:this.program(6,a),inverse:this.noop,data:a}),null!=s&&(l+=s),l+="\n ",s=t["if"].call(e,null!=(s=null!=(s=null!=e?e.info:e)?s.contact:s)?s.email:s,{name:"if",hash:{},fn:this.program(8,a),inverse:this.noop,data:a}),null!=s&&(l+=s),l+="\n ",s=t["if"].call(e,null!=(s=null!=e?e.info:e)?s.license:s,{name:"if",hash:{},fn:this.program(10,a),inverse:this.noop,data:a}),null!=s&&(l+=s),l+"\n"},2:function(e){var t,n=this.lambda,a=this.escapeExpression;return'<div class="info_tos"><a href="'+a(n(null!=(t=null!=e?e.info:e)?t.termsOfServiceUrl:t,e))+'">Terms of service</a></div>'},4:function(e){var t,n=this.lambda,a=this.escapeExpression;return"<div class='info_name'>Created by "+a(n(null!=(t=null!=(t=null!=e?e.info:e)?t.contact:t)?t.name:t,e))+"</div>"},6:function(e){var t,n=this.lambda,a=this.escapeExpression;return"<div class='info_url'>See more at <a href=\""+a(n(null!=(t=null!=(t=null!=e?e.info:e)?t.contact:t)?t.url:t,e))+'">'+a(n(null!=(t=null!=(t=null!=e?e.info:e)?t.contact:t)?t.url:t,e))+"</a></div>"},8:function(e){var t,n=this.lambda,a=this.escapeExpression;return"<div class='info_email'><a href=\"mailto:"+a(n(null!=(t=null!=(t=null!=e?e.info:e)?t.contact:t)?t.email:t,e))+"?subject="+a(n(null!=(t=null!=e?e.info:e)?t.title:t,e))+'">Contact the developer</a></div>'},10:function(e){var t,n=this.lambda,a=this.escapeExpression;return"<div class='info_license'><a href='"+a(n(null!=(t=null!=(t=null!=e?e.info:e)?t.license:t)?t.url:t,e))+"'>"+a(n(null!=(t=null!=(t=null!=e?e.info:e)?t.license:t)?t.name:t,e))+"</a></div>"},12:function(e){var t,n=this.lambda,a=this.escapeExpression;return' , <span style="font-variant: small-caps">api version</span>: '+a(n(null!=(t=null!=e?e.info:e)?t.version:t,e))+"\n "},14:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return' <span style="float:right"><a href="'+l((s=null!=(s=t.validatorUrl||(null!=e?e.validatorUrl:e))?s:r,typeof s===i?s.call(e,{name:"validatorUrl",hash:{},data:a}):s))+"/debug?url="+l((s=null!=(s=t.url||(null!=e?e.url:e))?s:r,typeof s===i?s.call(e,{name:"url",hash:{},data:a}):s))+'"><img id="validator" src="'+l((s=null!=(s=t.validatorUrl||(null!=e?e.validatorUrl:e))?s:r,typeof s===i?s.call(e,{name:"validatorUrl",hash:{},data:a}):s))+"?url="+l((s=null!=(s=t.url||(null!=e?e.url:e))?s:r,typeof s===i?s.call(e,{name:"url",hash:{},data:a}):s))+'"></a>\n </span>\n'},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,n,a){var s,i,r="function",l=t.helperMissing,o=this.escapeExpression,p="<div class='info' id='api_info'>\n";return s=t["if"].call(e,null!=e?e.info:e,{name:"if",hash:{},fn:this.program(1,a),inverse:this.noop,data:a}),null!=s&&(p+=s),p+="</div>\n<div class='container' id='resources_container'>\n <ul id='resources'></ul>\n\n <div class=\"footer\">\n <br>\n <br>\n <h4 style=\"color: #999\">[ <span style=\"font-variant: small-caps\">base url</span>: "+o((i=null!=(i=t.basePath||(null!=e?e.basePath:e))?i:l,typeof i===r?i.call(e,{name:"basePath",hash:{},data:a}):i))+"\n",s=t["if"].call(e,null!=(s=null!=e?e.info:e)?s.version:s,{name:"if",hash:{},fn:this.program(12,a),inverse:this.noop,data:a}),null!=s&&(p+=s),p+="]\n",s=t["if"].call(e,null!=e?e.validatorUrl:e,{name:"if",hash:{},fn:this.program(14,a),inverse:this.noop,data:a}),null!=s&&(p+=s),p+" </h4>\n </div>\n</div>\n"},useData:!0});var BasicAuthButton,__extends=function(e,t){function n(){this.constructor=e}for(var a in t)__hasProp.call(t,a)&&(e[a]=t[a]);return n.prototype=t.prototype,e.prototype=new n,e.__super__=t.prototype,e},__hasProp={}.hasOwnProperty;BasicAuthButton=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return __extends(t,e),t.prototype.initialize=function(){},t.prototype.render=function(){var e;return e=this.template(),$(this.el).html(e(this.model)),this},t.prototype.events={"click #basic_auth_button":"togglePasswordContainer","click #apply_basic_auth":"applyPassword"},t.prototype.applyPassword=function(){var e,t,n;return n=$(".input_username").val(),t=$(".input_password").val(),window.authorizations.add(this.model.type,new PasswordAuthorization("basic",n,t)),window.swaggerUi.load(),e=$("#basic_auth_container").hide()},t.prototype.togglePasswordContainer=function(){var e;return $("#basic_auth_container").length>0?(e=$("#basic_auth_container").show(),e.is(":visible")?e.slideUp():($(".auth_container").hide(),e.show())):void 0},t.prototype.template=function(){return Handlebars.templates.basic_auth_button_view},t}(Backbone.View),this.Handlebars.templates.operation=Handlebars.template({1:function(){return"deprecated"},3:function(){return" <h4>Warning: Deprecated</h4>\n"},5:function(e,t,n,a){var s,i,r="function",l=t.helperMissing,o=' <h4>Implementation Notes</h4>\n <p class="markdown">';return i=null!=(i=t.description||(null!=e?e.description:e))?i:l,s=typeof i===r?i.call(e,{name:"description",hash:{},data:a}):i,null!=s&&(o+=s),o+"</p>\n"},7:function(){return' <div class="auth">\n <span class="api-ic ic-error"></span>'},9:function(e,t,n,a){var s,i=' <div id="api_information_panel" style="top: 526px; left: 776px; display: none;">\n';return s=t.each.call(e,e,{name:"each",hash:{},fn:this.program(10,a),inverse:this.noop,data:a}),null!=s&&(i+=s),i+" </div>\n"},10:function(e){var t,n=this.lambda,a=this.escapeExpression,s=" <div title='";return t=n(null!=e?e.description:e,e),null!=t&&(s+=t),s+"'>"+a(n(null!=e?e.scope:e,e))+"</div>\n"},12:function(){return"</div>"},14:function(){return' <div class=\'access\'>\n <span class="api-ic ic-off" title="click to authenticate"></span>\n </div>\n'},16:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return" <h4>Response Class (Status "+l((s=null!=(s=t.successCode||(null!=e?e.successCode:e))?s:r,typeof s===i?s.call(e,{name:"successCode",hash:{},data:a}):s))+')</h4>\n <p><span class="model-signature" /></p>\n <br/>\n <div class="response-content-type" />\n'},18:function(){return' <h4>Parameters</h4>\n <table class=\'fullwidth\'>\n <thead>\n <tr>\n <th style="width: 100px; max-width: 100px">Parameter</th>\n <th style="width: 310px; max-width: 310px">Value</th>\n <th style="width: 200px; max-width: 200px">Description</th>\n <th style="width: 100px; max-width: 100px">Parameter Type</th>\n <th style="width: 220px; max-width: 230px">Data Type</th>\n </tr>\n </thead>\n <tbody class="operation-params">\n\n </tbody>\n </table>\n'},20:function(){return" <div style='margin:0;padding:0;display:inline'></div>\n <h4>Response Messages</h4>\n <table class='fullwidth'>\n <thead>\n <tr>\n <th>HTTP Status Code</th>\n <th>Reason</th>\n <th>Response Model</th>\n </tr>\n </thead>\n <tbody class=\"operation-status\">\n \n </tbody>\n </table>\n"},22:function(){return""},24:function(){return" <div class='sandbox_header'>\n <input class='submit' name='commit' type='button' value='Try it out!' />\n <a href='#' class='response_hider' style='display:none'>Hide Response</a>\n <span class='response_throbber' style='display:none'></span>\n </div>\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,n,a){var s,i,r,l="function",o=t.helperMissing,p=this.escapeExpression,u=t.blockHelperMissing,h="\n <ul class='operations' >\n <li class='"+p((i=null!=(i=t.method||(null!=e?e.method:e))?i:o,typeof i===l?i.call(e,{name:"method",hash:{},data:a}):i))+" operation' id='"+p((i=null!=(i=t.parentId||(null!=e?e.parentId:e))?i:o,typeof i===l?i.call(e,{name:"parentId",hash:{},data:a}):i))+"_"+p((i=null!=(i=t.nickname||(null!=e?e.nickname:e))?i:o,typeof i===l?i.call(e,{name:"nickname",hash:{},data:a}):i))+"'>\n <div class='heading'>\n <h3>\n <span class='http_method'>\n <a href='#!/"+p((i=null!=(i=t.parentId||(null!=e?e.parentId:e))?i:o,typeof i===l?i.call(e,{name:"parentId",hash:{},data:a}):i))+"/"+p((i=null!=(i=t.nickname||(null!=e?e.nickname:e))?i:o,typeof i===l?i.call(e,{name:"nickname",hash:{},data:a}):i))+'\' class="toggleOperation">'+p((i=null!=(i=t.method||(null!=e?e.method:e))?i:o,typeof i===l?i.call(e,{name:"method",hash:{},data:a}):i))+"</a>\n </span>\n <span class='path'>\n <a href='#!/"+p((i=null!=(i=t.parentId||(null!=e?e.parentId:e))?i:o,typeof i===l?i.call(e,{name:"parentId",hash:{},data:a}):i))+"/"+p((i=null!=(i=t.nickname||(null!=e?e.nickname:e))?i:o,typeof i===l?i.call(e,{name:"nickname",hash:{},data:a}):i))+"' class=\"toggleOperation ";return s=t["if"].call(e,null!=e?e.deprecated:e,{name:"if",hash:{},fn:this.program(1,a),inverse:this.noop,data:a}),null!=s&&(h+=s),h+='">'+p((i=null!=(i=t.path||(null!=e?e.path:e))?i:o,typeof i===l?i.call(e,{name:"path",hash:{},data:a}):i))+"</a>\n </span>\n </h3>\n <ul class='options'>\n <li>\n <a href='#!/"+p((i=null!=(i=t.parentId||(null!=e?e.parentId:e))?i:o,typeof i===l?i.call(e,{name:"parentId",hash:{},data:a}):i))+"/"+p((i=null!=(i=t.nickname||(null!=e?e.nickname:e))?i:o,typeof i===l?i.call(e,{name:"nickname",hash:{},data:a}):i))+'\' class="toggleOperation">',i=null!=(i=t.summary||(null!=e?e.summary:e))?i:o,s=typeof i===l?i.call(e,{name:"summary",hash:{},data:a}):i,null!=s&&(h+=s),h+="</a>\n </li>\n </ul>\n </div>\n <div class='content' id='"+p((i=null!=(i=t.parentId||(null!=e?e.parentId:e))?i:o,typeof i===l?i.call(e,{name:"parentId",hash:{},data:a}):i))+"_"+p((i=null!=(i=t.nickname||(null!=e?e.nickname:e))?i:o,typeof i===l?i.call(e,{name:"nickname",hash:{},data:a}):i))+"_content' style='display:none'>\n",s=t["if"].call(e,null!=e?e.deprecated:e,{name:"if",hash:{},fn:this.program(3,a),inverse:this.noop,data:a}),null!=s&&(h+=s),s=t["if"].call(e,null!=e?e.description:e,{name:"if",hash:{},fn:this.program(5,a),inverse:this.noop,data:a}),null!=s&&(h+=s),i=null!=(i=t.oauth||(null!=e?e.oauth:e))?i:o,r={name:"oauth",hash:{},fn:this.program(7,a),inverse:this.noop,data:a},s=typeof i===l?i.call(e,r):i,t.oauth||(s=u.call(e,s,r)),null!=s&&(h+=s),h+="\n",s=t.each.call(e,null!=e?e.oauth:e,{name:"each",hash:{},fn:this.program(9,a),inverse:this.noop,data:a}),null!=s&&(h+=s),h+=" ",i=null!=(i=t.oauth||(null!=e?e.oauth:e))?i:o,r={name:"oauth",hash:{},fn:this.program(12,a),inverse:this.noop,data:a},s=typeof i===l?i.call(e,r):i,t.oauth||(s=u.call(e,s,r)),null!=s&&(h+=s),h+="\n",i=null!=(i=t.oauth||(null!=e?e.oauth:e))?i:o,r={name:"oauth",hash:{},fn:this.program(14,a),inverse:this.noop,data:a},s=typeof i===l?i.call(e,r):i,t.oauth||(s=u.call(e,s,r)),null!=s&&(h+=s),s=t["if"].call(e,null!=e?e.type:e,{name:"if",hash:{},fn:this.program(16,a),inverse:this.noop,data:a}),null!=s&&(h+=s),h+=" <form accept-charset='UTF-8' class='sandbox'>\n <div style='margin:0;padding:0;display:inline'></div>\n",s=t["if"].call(e,null!=e?e.parameters:e,{name:"if",hash:{},fn:this.program(18,a),inverse:this.noop,data:a}),null!=s&&(h+=s),s=t["if"].call(e,null!=e?e.responseMessages:e,{name:"if",hash:{},fn:this.program(20,a),inverse:this.noop,data:a}),null!=s&&(h+=s),s=t["if"].call(e,null!=e?e.isReadOnly:e,{name:"if",hash:{},fn:this.program(22,a),inverse:this.program(24,a),data:a}),null!=s&&(h+=s),h+" </form>\n <div class='response' style='display:none'>\n <h4>Request URL</h4>\n <div class='block request_url'></div>\n <h4>Response Body</h4>\n <div class='block response_body'></div>\n <h4>Response Code</h4>\n <div class='block response_code'></div>\n <h4>Response Headers</h4>\n <div class='block response_headers'></div>\n </div>\n </div>\n </li>\n </ul>\n"},useData:!0});var ContentTypeView,__extends=function(e,t){function n(){this.constructor=e}for(var a in t)__hasProp.call(t,a)&&(e[a]=t[a]);return n.prototype=t.prototype,e.prototype=new n,e.__super__=t.prototype,e},__hasProp={}.hasOwnProperty;ContentTypeView=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return __extends(t,e),t.prototype.initialize=function(){},t.prototype.render=function(){var e;return e=this.template(),$(this.el).html(e(this.model)),$("label[for=contentType]",$(this.el)).text("Response Content Type"),this},t.prototype.template=function(){return Handlebars.templates.content_type},t}(Backbone.View),this.Handlebars.templates.param=Handlebars.template({1:function(e,t,n,a){var s,i="";return s=t["if"].call(e,null!=e?e.isFile:e,{name:"if",hash:{},fn:this.program(2,a),inverse:this.program(4,a),data:a}),null!=s&&(i+=s),i},2:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return' <input type="file" name=\''+l((s=null!=(s=t.name||(null!=e?e.name:e))?s:r,typeof s===i?s.call(e,{name:"name",hash:{},data:a}):s))+'\'/>\n <div class="parameter-content-type" />\n'},4:function(e,t,n,a){var s,i="";return s=t["if"].call(e,null!=e?e["default"]:e,{name:"if",hash:{},fn:this.program(5,a),inverse:this.program(7,a),data:a}),null!=s&&(i+=s),i},5:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return" <textarea class='body-textarea' name='"+l((s=null!=(s=t.name||(null!=e?e.name:e))?s:r,typeof s===i?s.call(e,{name:"name",hash:{},data:a}):s))+"'>"+l((s=null!=(s=t["default"]||(null!=e?e["default"]:e))?s:r,typeof s===i?s.call(e,{name:"default",hash:{},data:a}):s))+'</textarea>\n <br />\n <div class="parameter-content-type" />\n'},7:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return" <textarea class='body-textarea' name='"+l((s=null!=(s=t.name||(null!=e?e.name:e))?s:r,typeof s===i?s.call(e,{name:"name",hash:{},data:a}):s))+'\'></textarea>\n <br />\n <div class="parameter-content-type" />\n'},9:function(e,t,n,a){var s,i="";return s=t["if"].call(e,null!=e?e.isFile:e,{name:"if",hash:{},fn:this.program(2,a),inverse:this.program(10,a),data:a}),null!=s&&(i+=s),i},10:function(e,t,n,a){var s,i="";return s=t["if"].call(e,null!=e?e["default"]:e,{name:"if",hash:{},fn:this.program(11,a),inverse:this.program(13,a),data:a}),null!=s&&(i+=s),i},11:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return" <input class='parameter' minlength='0' name='"+l((s=null!=(s=t.name||(null!=e?e.name:e))?s:r,typeof s===i?s.call(e,{name:"name",hash:{},data:a}):s))+"' placeholder='' type='text' value='"+l((s=null!=(s=t["default"]||(null!=e?e["default"]:e))?s:r,typeof s===i?s.call(e,{name:"default",hash:{},data:a}):s))+"'/>\n"},13:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return" <input class='parameter' minlength='0' name='"+l((s=null!=(s=t.name||(null!=e?e.name:e))?s:r,typeof s===i?s.call(e,{name:"name",hash:{},data:a}):s))+"' placeholder='' type='text' value=''/>\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,n,a){var s,i,r="function",l=t.helperMissing,o=this.escapeExpression,p="<td class='code'>"+o((i=null!=(i=t.name||(null!=e?e.name:e))?i:l,typeof i===r?i.call(e,{name:"name",hash:{},data:a}):i))+"</td>\n<td>\n\n";return s=t["if"].call(e,null!=e?e.isBody:e,{name:"if",hash:{},fn:this.program(1,a),inverse:this.program(9,a),data:a}),null!=s&&(p+=s),p+='\n</td>\n<td class="markdown">',i=null!=(i=t.description||(null!=e?e.description:e))?i:l,s=typeof i===r?i.call(e,{name:"description",hash:{},data:a}):i,null!=s&&(p+=s),p+="</td>\n<td>",i=null!=(i=t.paramType||(null!=e?e.paramType:e))?i:l,s=typeof i===r?i.call(e,{name:"paramType",hash:{},data:a}):i,null!=s&&(p+=s),p+'</td>\n<td>\n <span class="model-signature"></span>\n</td>\n'},useData:!0});var HeaderView,__extends=function(e,t){function n(){this.constructor=e}for(var a in t)__hasProp.call(t,a)&&(e[a]=t[a]);return n.prototype=t.prototype,e.prototype=new n,e.__super__=t.prototype,e},__hasProp={}.hasOwnProperty;HeaderView=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return __extends(t,e),t.prototype.events={"click #show-pet-store-icon":"showPetStore","click #show-wordnik-dev-icon":"showWordnikDev","click #explore":"showCustom","keyup #input_baseUrl":"showCustomOnKeyup","keyup #input_apiKey":"showCustomOnKeyup"},t.prototype.initialize=function(){},t.prototype.showPetStore=function(){return this.trigger("update-swagger-ui",{url:"http://petstore.swagger.wordnik.com/api/api-docs"})},t.prototype.showWordnikDev=function(){return this.trigger("update-swagger-ui",{url:"http://api.wordnik.com/v4/resources.json"})},t.prototype.showCustomOnKeyup=function(e){return 13===e.keyCode?this.showCustom():void 0},t.prototype.showCustom=function(e){return null!=e&&e.preventDefault(),this.trigger("update-swagger-ui",{url:$("#input_baseUrl").val(),apiKey:$("#input_apiKey").val()})},t.prototype.update=function(e,t,n){return null==n&&(n=!1),$("#input_baseUrl").val(e),n?this.trigger("update-swagger-ui",{url:e}):void 0},t}(Backbone.View),this.Handlebars.templates.param_list=Handlebars.template({1:function(){return" multiple='multiple'"},3:function(){return""},5:function(e,t,n,a){var s,i="";return s=t["if"].call(e,null!=e?e["default"]:e,{name:"if",hash:{},fn:this.program(3,a),inverse:this.program(6,a),data:a}),null!=s&&(i+=s),i},6:function(e,t,n,a){var s,i=t.helperMissing,r="";return s=(t.isArray||e&&e.isArray||i).call(e,e,{name:"isArray",hash:{},fn:this.program(3,a),inverse:this.program(7,a),data:a}),null!=s&&(r+=s),r},7:function(){return" <option selected=\"\" value=''></option>\n"},9:function(e,t,n,a){var s,i="";return s=t["if"].call(e,null!=e?e.isDefault:e,{name:"if",hash:{},fn:this.program(10,a),inverse:this.program(12,a),data:a}),null!=s&&(i+=s),i},10:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return' <option selected="" value=\''+l((s=null!=(s=t.value||(null!=e?e.value:e))?s:r,typeof s===i?s.call(e,{name:"value",hash:{},data:a}):s))+"'>"+l((s=null!=(s=t.value||(null!=e?e.value:e))?s:r,typeof s===i?s.call(e,{name:"value",hash:{},data:a}):s))+" (default)</option>\n"},12:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return" <option value='"+l((s=null!=(s=t.value||(null!=e?e.value:e))?s:r,typeof s===i?s.call(e,{name:"value",hash:{},data:a}):s))+"'>"+l((s=null!=(s=t.value||(null!=e?e.value:e))?s:r,typeof s===i?s.call(e,{name:"value",hash:{},data:a}):s))+"</option>\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,n,a){var s,i,r="function",l=t.helperMissing,o=this.escapeExpression,p="<td class='code'>"+o((i=null!=(i=t.name||(null!=e?e.name:e))?i:l,typeof i===r?i.call(e,{name:"name",hash:{},data:a}):i))+"</td>\n<td>\n <select ";return s=(t.isArray||e&&e.isArray||l).call(e,e,{name:"isArray",hash:{},fn:this.program(1,a),inverse:this.noop,data:a}),null!=s&&(p+=s),p+=" class='parameter' name='"+o((i=null!=(i=t.name||(null!=e?e.name:e))?i:l,typeof i===r?i.call(e,{name:"name",hash:{},data:a}):i))+"'>\n",s=t["if"].call(e,null!=e?e.required:e,{name:"if",hash:{},fn:this.program(3,a),inverse:this.program(5,a),data:a}),null!=s&&(p+=s),s=t.each.call(e,null!=(s=null!=e?e.allowableValues:e)?s.descriptiveValues:s,{name:"each",hash:{},fn:this.program(9,a),inverse:this.noop,data:a}),null!=s&&(p+=s),p+=' </select>\n</td>\n<td class="markdown">',i=null!=(i=t.description||(null!=e?e.description:e))?i:l,s=typeof i===r?i.call(e,{name:"description",hash:{},data:a}):i,null!=s&&(p+=s),p+="</td>\n<td>",i=null!=(i=t.paramType||(null!=e?e.paramType:e))?i:l,s=typeof i===r?i.call(e,{name:"paramType",hash:{},data:a}):i,null!=s&&(p+=s),p+'</td>\n<td><span class="model-signature"></span></td>'},useData:!0});var MainView,__extends=function(e,t){function n(){this.constructor=e}for(var a in t)__hasProp.call(t,a)&&(e[a]=t[a]);return n.prototype=t.prototype,e.prototype=new n,e.__super__=t.prototype,e},__hasProp={}.hasOwnProperty;MainView=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}var n;return __extends(t,e),n={alpha:function(e,t){return e.path.localeCompare(t.path)},method:function(e,t){return e.method.localeCompare(t.method)}},t.prototype.initialize=function(e){var t,n,a,s;null==e&&(e={}),this.model.auths=[],s=this.model.securityDefinitions;for(n in s)a=s[n],t={name:n,type:a.type,value:a},this.model.auths.push(t);return"2.0"===this.model.swaggerVersion?this.model.validatorUrl="validatorUrl"in e.swaggerOptions?e.swaggerOptions.validatorUrl:this.model.url.indexOf("localhost")>0?null:"http://online.swagger.io/validator":void 0},t.prototype.render=function(){var e,t,n,a,s,i,r,l,o,p;if(this.model.securityDefinitions)for(s in this.model.securityDefinitions)e=this.model.securityDefinitions[s],"apiKey"===e.type&&0===$("#apikey_button").length&&(t=new ApiKeyButton({model:e}).render().el,$(".auth_main_container").append(t)),"basicAuth"===e.type&&0===$("#basic_auth_button").length&&(t=new BasicAuthButton({model:e}).render().el,$(".auth_main_container").append(t));for($(this.el).html(Handlebars.templates.main(this.model)),r={},n=0,p=this.model.apisArray,l=0,o=p.length;o>l;l++){for(i=p[l],a=i.name;"undefined"!=typeof r[a];)a=a+"_"+n,n+=1;
-i.id=a,r[a]=i,this.addResource(i,this.model.auths)}return $(".propWrap").hover(function(){return $(".optionsWrapper",$(this)).show()},function(){return $(".optionsWrapper",$(this)).hide()}),this},t.prototype.addResource=function(e,t){var n;return e.id=e.id.replace(/\s/g,"_"),n=new ResourceView({model:e,tagName:"li",id:"resource_"+e.id,className:"resource",auths:t,swaggerOptions:this.options.swaggerOptions}),$("#resources").append(n.render().el)},t.prototype.clear=function(){return $(this.el).html("")},t}(Backbone.View),this.Handlebars.templates.param_readonly=Handlebars.template({1:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return" <textarea class='body-textarea' readonly='readonly' name='"+l((s=null!=(s=t.name||(null!=e?e.name:e))?s:r,typeof s===i?s.call(e,{name:"name",hash:{},data:a}):s))+"'>"+l((s=null!=(s=t["default"]||(null!=e?e["default"]:e))?s:r,typeof s===i?s.call(e,{name:"default",hash:{},data:a}):s))+"</textarea>\n"},3:function(e,t,n,a){var s,i="";return s=t["if"].call(e,null!=e?e["default"]:e,{name:"if",hash:{},fn:this.program(4,a),inverse:this.program(6,a),data:a}),null!=s&&(i+=s),i},4:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return" "+l((s=null!=(s=t["default"]||(null!=e?e["default"]:e))?s:r,typeof s===i?s.call(e,{name:"default",hash:{},data:a}):s))+"\n"},6:function(){return" (empty)\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,n,a){var s,i,r="function",l=t.helperMissing,o=this.escapeExpression,p="<td class='code'>"+o((i=null!=(i=t.name||(null!=e?e.name:e))?i:l,typeof i===r?i.call(e,{name:"name",hash:{},data:a}):i))+"</td>\n<td>\n";return s=t["if"].call(e,null!=e?e.isBody:e,{name:"if",hash:{},fn:this.program(1,a),inverse:this.program(3,a),data:a}),null!=s&&(p+=s),p+='</td>\n<td class="markdown">',i=null!=(i=t.description||(null!=e?e.description:e))?i:l,s=typeof i===r?i.call(e,{name:"description",hash:{},data:a}):i,null!=s&&(p+=s),p+="</td>\n<td>",i=null!=(i=t.paramType||(null!=e?e.paramType:e))?i:l,s=typeof i===r?i.call(e,{name:"paramType",hash:{},data:a}):i,null!=s&&(p+=s),p+'</td>\n<td><span class="model-signature"></span></td>\n'},useData:!0}),this.Handlebars.templates.param_readonly_required=Handlebars.template({1:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return" <textarea class='body-textarea' readonly='readonly' placeholder='(required)' name='"+l((s=null!=(s=t.name||(null!=e?e.name:e))?s:r,typeof s===i?s.call(e,{name:"name",hash:{},data:a}):s))+"'>"+l((s=null!=(s=t["default"]||(null!=e?e["default"]:e))?s:r,typeof s===i?s.call(e,{name:"default",hash:{},data:a}):s))+"</textarea>\n"},3:function(e,t,n,a){var s,i="";return s=t["if"].call(e,null!=e?e["default"]:e,{name:"if",hash:{},fn:this.program(4,a),inverse:this.program(6,a),data:a}),null!=s&&(i+=s),i},4:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return" "+l((s=null!=(s=t["default"]||(null!=e?e["default"]:e))?s:r,typeof s===i?s.call(e,{name:"default",hash:{},data:a}):s))+"\n"},6:function(){return" (empty)\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,n,a){var s,i,r="function",l=t.helperMissing,o=this.escapeExpression,p="<td class='code required'>"+o((i=null!=(i=t.name||(null!=e?e.name:e))?i:l,typeof i===r?i.call(e,{name:"name",hash:{},data:a}):i))+"</td>\n<td>\n";return s=t["if"].call(e,null!=e?e.isBody:e,{name:"if",hash:{},fn:this.program(1,a),inverse:this.program(3,a),data:a}),null!=s&&(p+=s),p+='</td>\n<td class="markdown">',i=null!=(i=t.description||(null!=e?e.description:e))?i:l,s=typeof i===r?i.call(e,{name:"description",hash:{},data:a}):i,null!=s&&(p+=s),p+="</td>\n<td>",i=null!=(i=t.paramType||(null!=e?e.paramType:e))?i:l,s=typeof i===r?i.call(e,{name:"paramType",hash:{},data:a}):i,null!=s&&(p+=s),p+'</td>\n<td><span class="model-signature"></span></td>\n'},useData:!0});var OperationView,__extends=function(e,t){function n(){this.constructor=e}for(var a in t)__hasProp.call(t,a)&&(e[a]=t[a]);return n.prototype=t.prototype,e.prototype=new n,e.__super__=t.prototype,e},__hasProp={}.hasOwnProperty;OperationView=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return __extends(t,e),t.prototype.invocationUrl=null,t.prototype.events={"submit .sandbox":"submitOperation","click .submit":"submitOperation","click .response_hider":"hideResponse","click .toggleOperation":"toggleOperationContent","mouseenter .api-ic":"mouseEnter","mouseout .api-ic":"mouseExit"},t.prototype.initialize=function(e){return null==e&&(e={}),this.auths=e.auths,this.parentId=this.model.parentId,this.nickname=this.model.nickname,this},t.prototype.mouseEnter=function(e){var t,n,a,s,i,r,l,o,p,u;return t=$(this.el).find(".content"),p=e.pageX,u=e.pageY,r=$(window).scrollLeft(),l=$(window).scrollTop(),s=r+$(window).width(),i=l+$(window).height(),o=t.width(),n=t.height(),p+o>s&&(p=s-o),r>p&&(p=r),u+n>i&&(u=i-n),l>u&&(u=l),a={},a.top=u,a.left=p,t.css(a),$(e.currentTarget.parentNode).find("#api_information_panel").show()},t.prototype.mouseExit=function(e){return $(e.currentTarget.parentNode).find("#api_information_panel").hide()},t.prototype.render=function(){var e,t,n,a,s,i,r,l,o,p,u,h,c,d,m,f,y,g,v,_,w,b,x,k,O,C,S,P,T,D,H,M,E,R,V,N,U,A;if(i=jQuery.inArray(this.model.method,this.model.supportedSubmitMethods())>=0,i||(this.model.isReadOnly=!0),this.model.description=this.model.description||this.model.notes,this.model.description&&(this.model.description=this.model.description.replace(/(?:\r\n|\r|\n)/g,"<br />")),this.model.oauth=null,o=this.model.authorizations||this.model.security)if(Array.isArray(o))for(k=0,P=o.length;P>k;k++){n=o[k];for(l in n){t=n[l];for(e in this.auths)if(t=this.auths[e],"oauth2"===t.type){this.model.oauth={},this.model.oauth.scopes=[],R=t.value.scopes;for(r in R)b=R[r],y=n[l].indexOf(r),y>=0&&(p={scope:r,description:b},this.model.oauth.scopes.push(p))}}}else for(r in o)if(b=o[r],"oauth2"===r)for(null===this.model.oauth&&(this.model.oauth={}),void 0===this.model.oauth.scopes&&(this.model.oauth.scopes=[]),O=0,T=b.length;T>O;O++)p=b[O],this.model.oauth.scopes.push(p);if("undefined"!=typeof this.model.responses){this.model.responseMessages=[],V=this.model.responses;for(a in V)x=V[a],m=null,f=this.model.responses[a].schema,f&&f.$ref&&(m=f.$ref,0===m.indexOf("#/definitions/")&&(m=m.substring("#/definitions/".length))),this.model.responseMessages.push({code:a,message:x.description,responseModel:m})}if("undefined"==typeof this.model.responseMessages&&(this.model.responseMessages=[]),g=null,this.model.successResponse){_=this.model.successResponse;for(l in _)x=_[l],this.model.successCode=l,"object"==typeof x&&"function"==typeof x.createJSONSample&&(g={sampleJSON:JSON.stringify(x.createJSONSample(),void 0,2),isParam:!1,signature:x.getMockSignature()})}else this.model.responseClassSignature&&"string"!==this.model.responseClassSignature&&(g={sampleJSON:this.model.responseSampleJSON,isParam:!1,signature:this.model.responseClassSignature});for($(this.el).html(Handlebars.templates.operation(this.model)),g?(d=new SignatureView({model:g,tagName:"div"}),$(".model-signature",$(this.el)).append(d.render().el)):(this.model.responseClassSignature="string",$(".model-signature",$(this.el)).html(this.model.type)),s={isParam:!1},s.consumes=this.model.consumes,s.produces=this.model.produces,N=this.model.parameters,C=0,D=N.length;D>C;C++)u=N[C],w=u.type||u.dataType||"","undefined"==typeof w&&(m=u.schema,m&&m.$ref&&(h=m.$ref,w=0===h.indexOf("#/definitions/")?h.substring("#/definitions/".length):h)),w&&"file"===w.toLowerCase()&&(s.consumes||(s.consumes="multipart/form-data")),u.type=w;for(c=new ResponseContentTypeView({model:s}),$(".response-content-type",$(this.el)).append(c.render().el),U=this.model.parameters,S=0,H=U.length;H>S;S++)u=U[S],this.addParameter(u,s.consumes);for(A=this.model.responseMessages,E=0,M=A.length;M>E;E++)v=A[E],this.addStatusCode(v);return this},t.prototype.addParameter=function(e,t){var n;return e.consumes=t,n=new ParameterView({model:e,tagName:"tr",readOnly:this.model.isReadOnly}),$(".operation-params",$(this.el)).append(n.render().el)},t.prototype.addStatusCode=function(e){var t;return t=new StatusCodeView({model:e,tagName:"tr"}),$(".operation-status",$(this.el)).append(t.render().el)},t.prototype.submitOperation=function(e){var t,n,a,s,i,r,l,o,p,u,h,c,d,m,f,y;if(null!=e&&e.preventDefault(),n=$(".sandbox",$(this.el)),t=!0,n.find("input.required").each(function(){return $(this).removeClass("error"),""===jQuery.trim($(this).val())?($(this).addClass("error"),$(this).wiggle({callback:function(e){return function(){return $(e).focus()}}(this)}),t=!1):void 0}),n.find("textarea.required").each(function(){return $(this).removeClass("error"),""===jQuery.trim($(this).val())?($(this).addClass("error"),$(this).wiggle({callback:function(e){return function(){return $(e).focus()}}(this)}),t=!1):void 0}),t){for(s={},r={parent:this},a=!1,m=n.find("input"),o=0,h=m.length;h>o;o++)i=m[o],null!=i.value&&jQuery.trim(i.value).length>0&&(s[i.name]=i.value),"file"===i.type&&(s[i.name]=i.files[0],a=!0);for(f=n.find("textarea"),p=0,c=f.length;c>p;p++)i=f[p],null!=i.value&&jQuery.trim(i.value).length>0&&(s[i.name]=i.value);for(y=n.find("select"),u=0,d=y.length;d>u;u++)i=y[u],l=this.getSelectedValue(i),null!=l&&jQuery.trim(l).length>0&&(s[i.name]=l);return r.responseContentType=$("div select[name=responseContentType]",$(this.el)).val(),r.requestContentType=$("div select[name=parameterContentType]",$(this.el)).val(),$(".response_throbber",$(this.el)).show(),a?this.handleFileUpload(s,n):this.model["do"](s,r,this.showCompleteStatus,this.showErrorStatus,this)}},t.prototype.success=function(e,t){return t.showCompleteStatus(e)},t.prototype.handleFileUpload=function(e,t){var n,a,s,i,r,l,o,p,u,h,c,d,m,f,y,g,v,_,w;for(g=t.serializeArray(),p=0,d=g.length;d>p;p++)i=g[p],null!=i.value&&jQuery.trim(i.value).length>0&&(e[i.name]=i.value);for(n=new FormData,o=0,v=this.model.parameters,u=0,m=v.length;m>u;u++)l=v[u],("form"===l.paramType||"formData"===l["in"])&&"file"!==l.type.toLowerCase()&&void 0!==e[l.name]&&n.append(l.name,e[l.name]);for(s={},_=this.model.parameters,h=0,f=_.length;f>h;h++)l=_[h],"header"===l.paramType&&(s[l.name]=e[l.name]);for(w=t.find('input[type~="file"]'),c=0,y=w.length;y>c;c++)a=w[c],"undefined"!=typeof a.files[0]&&(n.append($(a).attr("name"),a.files[0]),o+=1);return this.invocationUrl=this.model.supportHeaderParams()?(s=this.model.getHeaderParams(e),delete s["Content-Type"],this.model.urlify(e,!1)):this.model.urlify(e,!0),$(".request_url",$(this.el)).html("<pre></pre>"),$(".request_url pre",$(this.el)).text(this.invocationUrl),r={type:this.model.method,url:this.invocationUrl,headers:s,data:n,dataType:"json",contentType:!1,processData:!1,error:function(e){return function(t){return e.showErrorStatus(e.wrap(t),e)}}(this),success:function(e){return function(t){return e.showResponse(t,e)}}(this),complete:function(e){return function(t){return e.showCompleteStatus(e.wrap(t),e)}}(this)},window.authorizations&&window.authorizations.apply(r),0===o&&r.data.append("fake","true"),jQuery.ajax(r),!1},t.prototype.wrap=function(e){var t,n,a,s,i,r,l;for(a={},n=e.getAllResponseHeaders().split("\r"),r=0,l=n.length;l>r;r++)s=n[r],t=s.match(/^([^:]*?):(.*)$/),t||(t=[]),t.shift(),void 0!==t[0]&&void 0!==t[1]&&(a[t[0].trim()]=t[1].trim());return i={},i.content={},i.content.data=e.responseText,i.headers=a,i.request={},i.request.url=this.invocationUrl,i.status=e.status,i},t.prototype.getSelectedValue=function(e){var t,n,a,s,i;if(e.multiple){for(n=[],i=e.options,a=0,s=i.length;s>a;a++)t=i[a],t.selected&&n.push(t.value);return n.length>0?n:null}return e.value},t.prototype.hideResponse=function(e){return null!=e&&e.preventDefault(),$(".response",$(this.el)).slideUp(),$(".response_hider",$(this.el)).fadeOut()},t.prototype.showResponse=function(e){var t;return t=JSON.stringify(e,null," ").replace(/\n/g,"<br>"),$(".response_body",$(this.el)).html(escape(t))},t.prototype.showErrorStatus=function(e,t){return t.showStatus(e)},t.prototype.showCompleteStatus=function(e,t){return t.showStatus(e)},t.prototype.formatXml=function(e){var t,n,a,s,i,r,l,o,p,u,h,c,d;for(o=/(>)(<)(\/*)/g,u=/[ ]*(.*)[ ]+\n/g,t=/(<.+>)(.+\n)/g,e=e.replace(o,"$1\n$2$3").replace(u,"$1\n").replace(t,"$1\n$2"),l=0,n="",i=e.split("\n"),a=0,s="other",p={"single->single":0,"single->closing":-1,"single->opening":0,"single->other":0,"closing->single":0,"closing->closing":-1,"closing->opening":0,"closing->other":0,"opening->single":1,"opening->closing":0,"opening->opening":1,"opening->other":1,"other->single":0,"other->closing":-1,"other->opening":0,"other->other":0},h=function(e){var t,i,r,l,o,u,h;return u={single:Boolean(e.match(/<.+\/>/)),closing:Boolean(e.match(/<\/.+>/)),opening:Boolean(e.match(/<[^!?].*>/))},o=function(){var e;e=[];for(r in u)h=u[r],h&&e.push(r);return e}()[0],o=void 0===o?"other":o,t=s+"->"+o,s=o,l="",a+=p[t],l=function(){var e,t,n;for(n=[],i=e=0,t=a;t>=0?t>e:e>t;i=t>=0?++e:--e)n.push(" ");return n}().join(""),"opening->closing"===t?n=n.substr(0,n.length-1)+e+"\n":n+=l+e+"\n"},c=0,d=i.length;d>c;c++)r=i[c],h(r);return n},t.prototype.showStatus=function(e){var t,n,a,s,i,r,l,o,p,u,h;if(void 0===e.content?(n=e.data,h=e.url):(n=e.content.data,h=e.request.url),i=e.headers,a=null,i&&(a=i["Content-Type"]||i["content-type"],a&&(a=a.split(";")[0].trim())),$(".response_body",$(this.el)).removeClass("json"),$(".response_body",$(this.el)).removeClass("xml"),n)if("application/json"===a||/\+json$/.test(a)){r=null;try{r=JSON.stringify(JSON.parse(n),null," ")}catch(c){s=c,r="can't parse JSON. Raw result:\n\n"+n}t=$("<code />").text(r),o=$('<pre class="json" />').append(t)}else"application/xml"===a||/\+xml$/.test(a)?(t=$("<code />").text(this.formatXml(n)),o=$('<pre class="xml" />').append(t)):"text/html"===a?(t=$("<code />").html(_.escape(n)),o=$('<pre class="xml" />').append(t)):/^image\//.test(a)?o=$("<img>").attr("src",h):(t=$("<code />").text(n),o=$('<pre class="json" />').append(t));else t=$("<code />").text("no content"),o=$('<pre class="json" />').append(t);return p=o,$(".request_url",$(this.el)).html("<pre></pre>"),$(".request_url pre",$(this.el)).text(h),$(".response_code",$(this.el)).html("<pre>"+e.status+"</pre>"),$(".response_body",$(this.el)).html(p),$(".response_headers",$(this.el)).html("<pre>"+_.escape(JSON.stringify(e.headers,null," ")).replace(/\n/g,"<br>")+"</pre>"),$(".response",$(this.el)).slideDown(),$(".response_hider",$(this.el)).show(),$(".response_throbber",$(this.el)).hide(),u=$(".response_body",$(this.el))[0],l=this.options.swaggerOptions,l.highlightSizeThreshold&&e.data.length>l.highlightSizeThreshold?u:hljs.highlightBlock(u)},t.prototype.toggleOperationContent=function(){var e;return e=$("#"+Docs.escapeResourceName(this.parentId+"_"+this.nickname+"_content")),e.is(":visible")?Docs.collapseOperation(e):Docs.expandOperation(e)},t}(Backbone.View);var ParameterContentTypeView,__extends=function(e,t){function n(){this.constructor=e}for(var a in t)__hasProp.call(t,a)&&(e[a]=t[a]);return n.prototype=t.prototype,e.prototype=new n,e.__super__=t.prototype,e},__hasProp={}.hasOwnProperty;ParameterContentTypeView=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return __extends(t,e),t.prototype.initialize=function(){},t.prototype.render=function(){var e;return e=this.template(),$(this.el).html(e(this.model)),$("label[for=parameterContentType]",$(this.el)).text("Parameter content type:"),this},t.prototype.template=function(){return Handlebars.templates.parameter_content_type},t}(Backbone.View),this.Handlebars.templates.param_required=Handlebars.template({1:function(e,t,n,a){var s,i="";return s=t["if"].call(e,null!=e?e.isFile:e,{name:"if",hash:{},fn:this.program(2,a),inverse:this.program(4,a),data:a}),null!=s&&(i+=s),i},2:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return' <input type="file" name=\''+l((s=null!=(s=t.name||(null!=e?e.name:e))?s:r,typeof s===i?s.call(e,{name:"name",hash:{},data:a}):s))+"'/>\n"},4:function(e,t,n,a){var s,i="";return s=t["if"].call(e,null!=e?e["default"]:e,{name:"if",hash:{},fn:this.program(5,a),inverse:this.program(7,a),data:a}),null!=s&&(i+=s),i},5:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return" <textarea class='body-textarea required' placeholder='(required)' name='"+l((s=null!=(s=t.name||(null!=e?e.name:e))?s:r,typeof s===i?s.call(e,{name:"name",hash:{},data:a}):s))+"'>"+l((s=null!=(s=t["default"]||(null!=e?e["default"]:e))?s:r,typeof s===i?s.call(e,{name:"default",hash:{},data:a}):s))+'</textarea>\n <br />\n <div class="parameter-content-type" />\n'},7:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return" <textarea class='body-textarea required' placeholder='(required)' name='"+l((s=null!=(s=t.name||(null!=e?e.name:e))?s:r,typeof s===i?s.call(e,{name:"name",hash:{},data:a}):s))+'\'></textarea>\n <br />\n <div class="parameter-content-type" />\n'},9:function(e,t,n,a){var s,i="";return s=t["if"].call(e,null!=e?e.isFile:e,{name:"if",hash:{},fn:this.program(10,a),inverse:this.program(12,a),data:a}),null!=s&&(i+=s),i},10:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return" <input class='parameter' class='required' type='file' name='"+l((s=null!=(s=t.name||(null!=e?e.name:e))?s:r,typeof s===i?s.call(e,{name:"name",hash:{},data:a}):s))+"'/>\n"},12:function(e,t,n,a){var s,i="";return s=t["if"].call(e,null!=e?e["default"]:e,{name:"if",hash:{},fn:this.program(13,a),inverse:this.program(15,a),data:a}),null!=s&&(i+=s),i},13:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return" <input class='parameter required' minlength='1' name='"+l((s=null!=(s=t.name||(null!=e?e.name:e))?s:r,typeof s===i?s.call(e,{name:"name",hash:{},data:a}):s))+"' placeholder='(required)' type='text' value='"+l((s=null!=(s=t["default"]||(null!=e?e["default"]:e))?s:r,typeof s===i?s.call(e,{name:"default",hash:{},data:a}):s))+"'/>\n"},15:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return" <input class='parameter required' minlength='1' name='"+l((s=null!=(s=t.name||(null!=e?e.name:e))?s:r,typeof s===i?s.call(e,{name:"name",hash:{},data:a}):s))+"' placeholder='(required)' type='text' value=''/>\n"},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,n,a){var s,i,r="function",l=t.helperMissing,o=this.escapeExpression,p="<td class='code required'>"+o((i=null!=(i=t.name||(null!=e?e.name:e))?i:l,typeof i===r?i.call(e,{name:"name",hash:{},data:a}):i))+"</td>\n<td>\n";return s=t["if"].call(e,null!=e?e.isBody:e,{name:"if",hash:{},fn:this.program(1,a),inverse:this.program(9,a),data:a}),null!=s&&(p+=s),p+='</td>\n<td>\n <strong><span class="markdown">',i=null!=(i=t.description||(null!=e?e.description:e))?i:l,s=typeof i===r?i.call(e,{name:"description",hash:{},data:a}):i,null!=s&&(p+=s),p+="</span></strong>\n</td>\n<td>",i=null!=(i=t.paramType||(null!=e?e.paramType:e))?i:l,s=typeof i===r?i.call(e,{name:"paramType",hash:{},data:a}):i,null!=s&&(p+=s),p+'</td>\n<td><span class="model-signature"></span></td>\n'},useData:!0}),this.Handlebars.templates.parameter_content_type=Handlebars.template({1:function(e,t,n,a){var s,i="";return s=t.each.call(e,null!=e?e.consumes:e,{name:"each",hash:{},fn:this.program(2,a),inverse:this.noop,data:a}),null!=s&&(i+=s),i},2:function(e){var t,n=this.lambda,a=' <option value="';return t=n(e,e),null!=t&&(a+=t),a+='">',t=n(e,e),null!=t&&(a+=t),a+"</option>\n"},4:function(){return' <option value="application/json">application/json</option>\n'},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,n,a){var s,i='<label for="parameterContentType"></label>\n<select name="parameterContentType">\n';return s=t["if"].call(e,null!=e?e.consumes:e,{name:"if",hash:{},fn:this.program(1,a),inverse:this.program(4,a),data:a}),null!=s&&(i+=s),i+"</select>\n"},useData:!0});var ParameterView,__extends=function(e,t){function n(){this.constructor=e}for(var a in t)__hasProp.call(t,a)&&(e[a]=t[a]);return n.prototype=t.prototype,e.prototype=new n,e.__super__=t.prototype,e},__hasProp={}.hasOwnProperty;ParameterView=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return __extends(t,e),t.prototype.initialize=function(){return Handlebars.registerHelper("isArray",function(e,t){return"array"===e.type.toLowerCase()||e.allowMultiple?t.fn(this):t.inverse(this)})},t.prototype.render=function(){var e,t,n,a,s,i,r,l,o,p;return p=this.model.type||this.model.dataType,"undefined"==typeof p&&(i=this.model.schema,i&&i.$ref&&(a=i.$ref,p=0===a.indexOf("#/definitions/")?a.substring("#/definitions/".length):a)),this.model.type=p,this.model.paramType=this.model["in"]||this.model.paramType,("body"===this.model.paramType||"body"===this.model["in"])&&(this.model.isBody=!0),p&&"file"===p.toLowerCase()&&(this.model.isFile=!0),this.model["default"]=this.model["default"]||this.model.defaultValue,this.model.allowableValues&&(this.model.isList=!0),o=this.template(),$(this.el).html(o(this.model)),r={sampleJSON:this.model.sampleJSON,isParam:!0,signature:this.model.signature},this.model.sampleJSON?(l=new SignatureView({model:r,tagName:"div"}),$(".model-signature",$(this.el)).append(l.render().el)):$(".model-signature",$(this.el)).html(this.model.signature),t=!1,this.model.isBody&&(t=!0),e={isParam:t},e.consumes=this.model.consumes,t?(n=new ParameterContentTypeView({model:e}),$(".parameter-content-type",$(this.el)).append(n.render().el)):(s=new ResponseContentTypeView({model:e}),$(".response-content-type",$(this.el)).append(s.render().el)),this},t.prototype.template=function(){return this.model.isList?Handlebars.templates.param_list:this.options.readOnly?this.model.required?Handlebars.templates.param_readonly_required:Handlebars.templates.param_readonly:this.model.required?Handlebars.templates.param_required:Handlebars.templates.param},t}(Backbone.View);var ResourceView,__extends=function(e,t){function n(){this.constructor=e}for(var a in t)__hasProp.call(t,a)&&(e[a]=t[a]);return n.prototype=t.prototype,e.prototype=new n,e.__super__=t.prototype,e},__hasProp={}.hasOwnProperty;ResourceView=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return __extends(t,e),t.prototype.initialize=function(e){return null==e&&(e={}),this.auths=e.auths,""===this.model.description&&(this.model.description=null),null!=this.model.description?this.model.summary=this.model.description:void 0},t.prototype.render=function(){var e,t,n,a,s,i,r;for(n={},$(this.el).html(Handlebars.templates.resource(this.model)),r=this.model.operationsArray,s=0,i=r.length;i>s;s++){for(a=r[s],e=0,t=a.nickname;"undefined"!=typeof n[t];)t=t+"_"+e,e+=1;n[t]=a,a.nickname=t,a.parentId=this.model.id,this.addOperation(a)}return $(".toggleEndpointList",this.el).click(this.callDocs.bind(this,"toggleEndpointListForResource")),$(".collapseResource",this.el).click(this.callDocs.bind(this,"collapseOperationsForResource")),$(".expandResource",this.el).click(this.callDocs.bind(this,"expandOperationsForResource")),this},t.prototype.addOperation=function(e){var t;return e.number=this.number,t=new OperationView({model:e,tagName:"li",className:"endpoint",swaggerOptions:this.options.swaggerOptions,auths:this.auths}),$(".endpoints",$(this.el)).append(t.render().el),this.number++},t.prototype.callDocs=function(e,t){return t.preventDefault(),Docs[e](t.currentTarget.getAttribute("data-id"))},t}(Backbone.View),this.Handlebars.templates.resource=Handlebars.template({1:function(){return" : "},3:function(e,t,n,a){var s,i="function",r=t.helperMissing,l=this.escapeExpression;return"<li>\n <a href='"+l((s=null!=(s=t.url||(null!=e?e.url:e))?s:r,typeof s===i?s.call(e,{name:"url",hash:{},data:a}):s))+"'>Raw</a>\n </li>"},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,n,a){var s,i,r,l="function",o=t.helperMissing,p=this.escapeExpression,u=t.blockHelperMissing,h="<div class='heading'>\n <h2>\n <a href='#!/"+p((i=null!=(i=t.id||(null!=e?e.id:e))?i:o,typeof i===l?i.call(e,{name:"id",hash:{},data:a}):i))+'\' class="toggleEndpointList" data-id="'+p((i=null!=(i=t.id||(null!=e?e.id:e))?i:o,typeof i===l?i.call(e,{name:"id",hash:{},data:a}):i))+'">'+p((i=null!=(i=t.name||(null!=e?e.name:e))?i:o,typeof i===l?i.call(e,{name:"name",hash:{},data:a}):i))+"</a> ";return i=null!=(i=t.summary||(null!=e?e.summary:e))?i:o,r={name:"summary",hash:{},fn:this.program(1,a),inverse:this.noop,data:a},s=typeof i===l?i.call(e,r):i,t.summary||(s=u.call(e,s,r)),null!=s&&(h+=s),i=null!=(i=t.summary||(null!=e?e.summary:e))?i:o,s=typeof i===l?i.call(e,{name:"summary",hash:{},data:a}):i,null!=s&&(h+=s),h+="\n </h2>\n <ul class='options'>\n <li>\n <a href='#!/"+p((i=null!=(i=t.id||(null!=e?e.id:e))?i:o,typeof i===l?i.call(e,{name:"id",hash:{},data:a}):i))+"' id='endpointListTogger_"+p((i=null!=(i=t.id||(null!=e?e.id:e))?i:o,typeof i===l?i.call(e,{name:"id",hash:{},data:a}):i))+'\' class="toggleEndpointList" data-id="'+p((i=null!=(i=t.id||(null!=e?e.id:e))?i:o,typeof i===l?i.call(e,{name:"id",hash:{},data:a}):i))+'">Show/Hide</a>\n </li>\n <li>\n <a href=\'#\' class="collapseResource" data-id="'+p((i=null!=(i=t.id||(null!=e?e.id:e))?i:o,typeof i===l?i.call(e,{name:"id",hash:{},data:a}):i))+'">\n List Operations\n </a>\n </li>\n <li>\n <a href=\'#\' class="expandResource" data-id="'+p((i=null!=(i=t.id||(null!=e?e.id:e))?i:o,typeof i===l?i.call(e,{name:"id",hash:{},data:a}):i))+'">\n Expand Operations\n </a>\n </li>\n ',i=null!=(i=t.url||(null!=e?e.url:e))?i:o,r={name:"url",hash:{},fn:this.program(3,a),inverse:this.noop,data:a},s=typeof i===l?i.call(e,r):i,t.url||(s=u.call(e,s,r)),null!=s&&(h+=s),h+"\n </ul>\n</div>\n<ul class='endpoints' id='"+p((i=null!=(i=t.id||(null!=e?e.id:e))?i:o,typeof i===l?i.call(e,{name:"id",hash:{},data:a}):i))+"_endpoint_list' style='display:none'>\n\n</ul>\n"},useData:!0});var ResponseContentTypeView,__extends=function(e,t){function n(){this.constructor=e}for(var a in t)__hasProp.call(t,a)&&(e[a]=t[a]);return n.prototype=t.prototype,e.prototype=new n,e.__super__=t.prototype,e},__hasProp={}.hasOwnProperty;ResponseContentTypeView=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return __extends(t,e),t.prototype.initialize=function(){},t.prototype.render=function(){var e;return e=this.template(),$(this.el).html(e(this.model)),$("label[for=responseContentType]",$(this.el)).text("Response Content Type"),this},t.prototype.template=function(){return Handlebars.templates.response_content_type},t}(Backbone.View),this.Handlebars.templates.response_content_type=Handlebars.template({1:function(e,t,n,a){var s,i="";return s=t.each.call(e,null!=e?e.produces:e,{name:"each",hash:{},fn:this.program(2,a),inverse:this.noop,data:a}),null!=s&&(i+=s),i},2:function(e){var t,n=this.lambda,a=' <option value="';return t=n(e,e),null!=t&&(a+=t),a+='">',t=n(e,e),null!=t&&(a+=t),a+"</option>\n"},4:function(){return' <option value="application/json">application/json</option>\n'},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,n,a){var s,i='<label for="responseContentType"></label>\n<select name="responseContentType">\n';return s=t["if"].call(e,null!=e?e.produces:e,{name:"if",hash:{},fn:this.program(1,a),inverse:this.program(4,a),data:a}),null!=s&&(i+=s),i+"</select>\n"},useData:!0});var SignatureView,__extends=function(e,t){function n(){this.constructor=e}for(var a in t)__hasProp.call(t,a)&&(e[a]=t[a]);return n.prototype=t.prototype,e.prototype=new n,e.__super__=t.prototype,e},__hasProp={}.hasOwnProperty;SignatureView=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return __extends(t,e),t.prototype.events={"click a.description-link":"switchToDescription","click a.snippet-link":"switchToSnippet","mousedown .snippet":"snippetToTextArea"},t.prototype.initialize=function(){},t.prototype.render=function(){var e;return e=this.template(),$(this.el).html(e(this.model)),this.switchToSnippet(),this.isParam=this.model.isParam,this.isParam&&$(".notice",$(this.el)).text("Click to set as parameter value"),this},t.prototype.template=function(){return Handlebars.templates.signature},t.prototype.switchToDescription=function(e){return null!=e&&e.preventDefault(),$(".snippet",$(this.el)).hide(),$(".description",$(this.el)).show(),$(".description-link",$(this.el)).addClass("selected"),$(".snippet-link",$(this.el)).removeClass("selected")},t.prototype.switchToSnippet=function(e){return null!=e&&e.preventDefault(),$(".description",$(this.el)).hide(),$(".snippet",$(this.el)).show(),$(".snippet-link",$(this.el)).addClass("selected"),$(".description-link",$(this.el)).removeClass("selected")},t.prototype.snippetToTextArea=function(e){var t;return this.isParam&&(null!=e&&e.preventDefault(),t=$("textarea",$(this.el.parentNode.parentNode.parentNode)),""===$.trim(t.val()))?t.val(this.model.sampleJSON):void 0},t}(Backbone.View),this.Handlebars.templates.signature=Handlebars.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,n,a){var s,i,r="function",l=t.helperMissing,o=this.escapeExpression,p='<div>\n<ul class="signature-nav">\n <li><a class="description-link" href="#">Model</a></li>\n <li><a class="snippet-link" href="#">Model Schema</a></li>\n</ul>\n<div>\n\n<div class="signature-container">\n <div class="description">\n ';return i=null!=(i=t.signature||(null!=e?e.signature:e))?i:l,s=typeof i===r?i.call(e,{name:"signature",hash:{},data:a}):i,null!=s&&(p+=s),p+'\n </div>\n\n <div class="snippet">\n <pre><code>'+o((i=null!=(i=t.sampleJSON||(null!=e?e.sampleJSON:e))?i:l,typeof i===r?i.call(e,{name:"sampleJSON",hash:{},data:a}):i))+'</code></pre>\n <small class="notice"></small>\n </div>\n</div>\n\n'},useData:!0});var StatusCodeView,__extends=function(e,t){function n(){this.constructor=e}for(var a in t)__hasProp.call(t,a)&&(e[a]=t[a]);return n.prototype=t.prototype,e.prototype=new n,e.__super__=t.prototype,e},__hasProp={}.hasOwnProperty;StatusCodeView=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return __extends(t,e),t.prototype.initialize=function(){},t.prototype.render=function(){var e,t,n;return n=this.template(),$(this.el).html(n(this.model)),swaggerUi.api.models.hasOwnProperty(this.model.responseModel)?(e={sampleJSON:JSON.stringify(swaggerUi.api.models[this.model.responseModel].createJSONSample(),null,2),isParam:!1,signature:swaggerUi.api.models[this.model.responseModel].getMockSignature()},t=new SignatureView({model:e,tagName:"div"}),$(".model-signature",this.$el).append(t.render().el)):$(".model-signature",this.$el).html(""),this},t.prototype.template=function(){return Handlebars.templates.status_code},t}(Backbone.View),this.Handlebars.templates.status_code=Handlebars.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,n,a){var s,i,r="function",l=t.helperMissing,o=this.escapeExpression,p="<td width='15%' class='code'>"+o((i=null!=(i=t.code||(null!=e?e.code:e))?i:l,typeof i===r?i.call(e,{name:"code",hash:{},data:a}):i))+"</td>\n<td>";return i=null!=(i=t.message||(null!=e?e.message:e))?i:l,s=typeof i===r?i.call(e,{name:"message",hash:{},data:a}):i,null!=s&&(p+=s),p+"</td>\n<td width='50%'><span class=\"model-signature\" /></td>"},useData:!0}); \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_dataObject_template.xml b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_dataObject_template.xml
deleted file mode 100644
index ad9f9fe2..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_dataObject_template.xml
+++ /dev/null
@@ -1,5 +0,0 @@
- <dataObject id="${dataObject.id}" name="${dataObject.name}">
- <extensionElements>
- <activiti:value><![CDATA[${dataObject.value}]]></activiti:value>
- </extensionElements>
- </dataObject> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_endEvent_template.xml b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_endEvent_template.xml
deleted file mode 100644
index 4ad64f12..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_endEvent_template.xml
+++ /dev/null
@@ -1,2 +0,0 @@
- <endEvent id="${element.id}" name="${element.name}">
- </endEvent> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_errorEndEvent_template.xml b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_errorEndEvent_template.xml
deleted file mode 100644
index aecfbdfd..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_errorEndEvent_template.xml
+++ /dev/null
@@ -1,3 +0,0 @@
- <endEvent id="${element.id}" name="${element.name}">
- <errorEventDefinition errorRef="${element.parameter.value}" />
- </endEvent> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_errorStartEvent_template.xml b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_errorStartEvent_template.xml
deleted file mode 100644
index d73ee333..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_errorStartEvent_template.xml
+++ /dev/null
@@ -1,3 +0,0 @@
- <startEvent id="${element.id}" name="${element.name}">
- <errorEventDefinition errorRef="${element.parameter.value}" />
- </startEvent> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_exclusiveGateway_template.xml b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_exclusiveGateway_template.xml
deleted file mode 100644
index 68fc388e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_exclusiveGateway_template.xml
+++ /dev/null
@@ -1 +0,0 @@
- <exclusiveGateway id="${element.id}" name="${element.name}"></exclusiveGateway> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_intermediateCatchEvent_template.xml b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_intermediateCatchEvent_template.xml
deleted file mode 100644
index 5c4739f5..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_intermediateCatchEvent_template.xml
+++ /dev/null
@@ -1,13 +0,0 @@
- <intermediateCatchEvent id="${element.id}" name="${element.name}">
- <timerEventDefinition>
-#if (${element.timerEventDefinition.timeDuration})
- <timeDuration><![CDATA[${element.timerEventDefinition.timeDuration}]]></timeDuration>
-#end
-#if (${element.timerEventDefinition.timeDate})
- <timeDate><![CDATA[${element.timerEventDefinition.timeDate}]]></timeDate>
-#end
-#if (${element.timerEventDefinition.timeCycle})
- <timeCycle><![CDATA[${element.timerEventDefinition.timeCycle}]]></timeCycle>
-#end
- </timerEventDefinition>
- </intermediateCatchEvent> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_parallelGateway_template.xml b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_parallelGateway_template.xml
deleted file mode 100644
index b3e5164b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_parallelGateway_template.xml
+++ /dev/null
@@ -1 +0,0 @@
-<parallelGateway id="${element.id}" name="${element.name}"></parallelGateway> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_restTask_template.xml b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_restTask_template.xml
deleted file mode 100644
index 7d3ace10..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_restTask_template.xml
+++ /dev/null
@@ -1,33 +0,0 @@
- <serviceTask id="${element.id}" name="${element.name}"
- activiti:class="${element.handler}">
- <extensionElements>
- <activiti:field name="url">
- <activiti:string><![CDATA[$!{element.baseUrl}]]></activiti:string>
- </activiti:field>
- <activiti:field name="name">
- <activiti:string><![CDATA[$!{element.serviceName}]]></activiti:string>
- </activiti:field>
- <activiti:field name="version">
- <activiti:string><![CDATA[$!{element.serviceVersion}]]></activiti:string>
- </activiti:field>
- <activiti:field name="path">
- <activiti:string><![CDATA[$!{element.path}]]></activiti:string>
- </activiti:field>
- <activiti:field name="method">
- <activiti:string><![CDATA[$!{element.method}]]></activiti:string>
- </activiti:field>
-#if (${element.produces})
- <activiti:field name="accept">
- <activiti:string><![CDATA[${element.produces}]]></activiti:string>
- </activiti:field>
-#end
-#if (${element.consumes})
- <activiti:field name="contentType">
- <activiti:string><![CDATA[${element.consumes}]]></activiti:string>
- </activiti:field>
-#end
- <activiti:field name="parameters">
- <activiti:string><![CDATA[${element.parameters}]]></activiti:string>
- </activiti:field>
- </extensionElements>
- </serviceTask> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_scriptTask_template.xml b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_scriptTask_template.xml
deleted file mode 100644
index cd29ecdf..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_scriptTask_template.xml
+++ /dev/null
@@ -1,3 +0,0 @@
- <scriptTask id="${element.id}" name="${element.name}" scriptFormat="${element.scriptFormat}" activiti:autoStoreVariables="false">
- <script><![CDATA[${element.script}]]></script>
- </scriptTask> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_serviceTask_template.xml b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_serviceTask_template.xml
deleted file mode 100644
index eb11df2e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_serviceTask_template.xml
+++ /dev/null
@@ -1,14 +0,0 @@
- <serviceTask id="${element.id}" name="${element.name}" activiti:class="${element.className}">
- <extensionElements>
-#foreach( $input in ${element.inputs} )
- <activiti:field name="${input.name}">
- <activiti:string><![CDATA[${input.value}]]></activiti:string>
- </activiti:field>
-#end
-#foreach( $output in ${element.outputs} )
- <activiti:field name="${output.name}">
- <activiti:string><![CDATA[${output.value}]]></activiti:string>
- </activiti:field>
-#end
- </extensionElements>
- </serviceTask> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_startEvent_template.xml b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_startEvent_template.xml
deleted file mode 100644
index 15f13042..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_element_startEvent_template.xml
+++ /dev/null
@@ -1,7 +0,0 @@
- <startEvent id="${element.id}" name="${element.name}">
- <extensionElements>
-#foreach( $param in ${element.parameters} )
- <activiti:formProperty id="${param.name}" name="${param.name}" default="${param.value}" type="string"></activiti:formProperty>
-#end
- </extensionElements>
- </startEvent> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_sequenceFlow_template.xml b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_sequenceFlow_template.xml
deleted file mode 100644
index d103997c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_sequenceFlow_template.xml
+++ /dev/null
@@ -1,5 +0,0 @@
- <sequenceFlow id="${sequenceFlow.id}" sourceRef="${sequenceFlow.sourceRef}" targetRef="${sequenceFlow.targetRef}">
-#if(${sequenceFlow.condition} && ${sequenceFlow.condition} != '')
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${sequenceFlow.condition}]]></conditionExpression>
-#end
- </sequenceFlow> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_template.xml b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_template.xml
deleted file mode 100644
index b2c7a310..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn-templates/bpmn_template.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-#set( $bpelvar = "$bpelvar" )
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:activiti="http://activiti.org/bpmn"
- xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC"
- xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema"
- expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test">
- <process id="${process.id}" isExecutable="true">
- <!-- dataObjects -->
-#foreach( $dataObject in $process.dataObjectList)
-#parse("${templatePath}bpmn_dataObject_template.xml")
-
-#end
-
- <!-- Perform bpmn elements -->
-#foreach( $element in $process.elementList)
-#parse("${templatePath}bpmn_element_${element.type}_template.xml")
-
-#end
-
- <!-- Perform bpmn sequence flow -->
-#foreach( $sequenceFlow in $process.sequenceFlowList)
-#parse("${templatePath}bpmn_sequenceFlow_template.xml")
-
-#end
-
- </process>
-</definitions>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn.config.properties b/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn.config.properties
deleted file mode 100644
index ccb0bfd7..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/main/resources/bpmn.config.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-handlerClass=org.onap.workflow.activitiext.restservicetask.HttpUtil
-templatePath=bpmn-templates/
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/SDCServiceProxyInfoTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/SDCServiceProxyInfoTest.java
deleted file mode 100644
index dde607e9..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/SDCServiceProxyInfoTest.java
+++ /dev/null
@@ -1,53 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner;
-
-import static org.junit.Assert.assertEquals;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class SDCServiceProxyInfoTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- String serviceAddr = "serviceAddr";
- String xEcompInstanceId = "xEcompInstanceId";
- String authorization = "authorization";
-
- SDCServiceProxyInfo spi = new SDCServiceProxyInfo();
- spi.setAuthorization(authorization);
- spi.setServiceAddr(serviceAddr);
- spi.setxEcompInstanceId(xEcompInstanceId);
-
- assertEquals(authorization, spi.getAuthorization());
- assertEquals(serviceAddr, spi.getServiceAddr());
- assertEquals(xEcompInstanceId, spi.getxEcompInstanceId());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/WorkflowDesignerConfigurationTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/WorkflowDesignerConfigurationTest.java
deleted file mode 100644
index a09afb15..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/WorkflowDesignerConfigurationTest.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner;
-
-import static org.junit.Assert.assertEquals;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class WorkflowDesignerConfigurationTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- String template = "template";
- String defaultName = "Workflow Designer";
- SDCServiceProxyInfo sdcServiceProxy = new SDCServiceProxyInfo();
-
-
- WorkflowDesignerConfiguration wdc = new WorkflowDesignerConfiguration();
- wdc.setDefaultName(defaultName);
- wdc.setSdcServiceProxy(sdcServiceProxy);
- wdc.setTemplate(template);
-
- assertEquals(defaultName, wdc.getDefaultName());
- assertEquals(sdcServiceProxy, wdc.getSdcServiceProxy());
- assertEquals(template, wdc.getTemplate());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/config/AdapterTypeTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/config/AdapterTypeTest.java
deleted file mode 100644
index 6d779cc2..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/config/AdapterTypeTest.java
+++ /dev/null
@@ -1,45 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.config;
-
-import static org.junit.Assert.*;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class AdapterTypeTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- AdapterType at = AdapterType.valueOf("SDC");
- assertEquals(AdapterType.SDC, at);
- AdapterType at1 = AdapterType.valueOf("DEFAULT");
- assertEquals(AdapterType.DEFAULT, at1);
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/config/ConfigTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/config/ConfigTest.java
deleted file mode 100644
index deb04c57..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/config/ConfigTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.config;
-
-import static org.junit.Assert.assertEquals;
-
-import org.apache.velocity.exception.ParseErrorException;
-import org.apache.velocity.exception.ResourceNotFoundException;
-import org.junit.Test;
-
-public class ConfigTest {
- @Test
- public void testLoad() throws ResourceNotFoundException, ParseErrorException, Exception {
- assertEquals(Config.PROPERTIES.get(Config.HANDLER_ClASS),
- "org.onap.workflow.activitiext.restservicetask.HttpUtil");
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/ActivityContentTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/ActivityContentTest.java
deleted file mode 100644
index 27a9872d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/ActivityContentTest.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.externalservice.sdc.entity;
-
-import static org.junit.Assert.*;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class ActivityContentTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- /**
- * Test method for {@link java.lang.Object#toString()}.
- */
- @Test
- public void testToString() {
-// String clazz = "clazz";
- String script = "script";
- String scriptFormat = "scriptFormat";
-
- ActivityContent ac = new ActivityContent();
-// ac.setClass(clazz);
- ac.setScript(script);
- ac.setScriptFormat(scriptFormat );
-
-// assertEquals(clazz, ac.getClazz());
- assertEquals(script, ac.getScript());
- assertEquals(scriptFormat, ac.getScriptFormat());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/ActivitySpecTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/ActivitySpecTest.java
deleted file mode 100644
index 84ca9198..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/ActivitySpecTest.java
+++ /dev/null
@@ -1,74 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.externalservice.sdc.entity;
-
-import static org.junit.Assert.*;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class ActivitySpecTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- String id = "";
- String versionId = "";
- String name = "";
- String description = "";
- String type = "";
- String content = "";
- String[] categoryList = new String[]{"aaa"};
- Parameter[] inputs = new Parameter[0];
- Parameter[] outputs = new Parameter[0];
- String status = "status";
-
- ActivitySpec as = new ActivitySpec();
- as.setId(id);
- as.setVersionId(versionId);
- as.setName(name);
- as.setDescription(description);
- as.setType(type);
- as.setContent(content);
- as.setCategoryList(categoryList);
- as.setInputs(inputs);
- as.setOutputs(outputs);
- as.setStatus(status);
-
- assertEquals(id, as.getId());
- assertEquals(versionId, as.getVersionId());
- assertEquals(name, as.getName());
- assertEquals(description, as.getDescription());
- assertEquals(type, as.getType());
- assertEquals(content, as.getContent());
- assertEquals(categoryList, as.getCategoryList());
- assertEquals(inputs, as.getInputs());
- assertEquals(outputs, as.getOutputs());
- assertEquals(status, as.getStatus());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/ParameterTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/ParameterTest.java
deleted file mode 100644
index 0a56b302..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/ParameterTest.java
+++ /dev/null
@@ -1,59 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.externalservice.sdc.entity;
-
-import static org.junit.Assert.*;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-import com.google.gson.annotations.SerializedName;
-
-/**
- *
- */
-public class ParameterTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- String name = "name";
- String type = "type";
- String defaultValue = "defaultValue";
- String value = "value";
-
- Parameter p = new Parameter();
- p.setDefault(defaultValue);
- p.setName(name);
- p.setType(type);
- p.setValue(value);
-
- assertEquals(name, p.getName());
- assertEquals(type, p.getType());
- assertEquals(defaultValue, p.getDefault());
- assertEquals(value, p.getValue());
-
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/WorkflowArtifactInfoTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/WorkflowArtifactInfoTest.java
deleted file mode 100644
index 73412637..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/externalservice/sdc/entity/WorkflowArtifactInfoTest.java
+++ /dev/null
@@ -1,57 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.externalservice.sdc.entity;
-
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.fail;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class WorkflowArtifactInfoTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- String artifactName = "artifactName";
- String description = "description";
- String artifactType = "WORKFLOW";
- String payloadData = "payloadData";
-
- WorkflowArtifactInfo wai = new WorkflowArtifactInfo(artifactName, description, payloadData);
- wai.setArtifactName(artifactName);
- wai.setArtifactType(artifactType);
- wai.setDescription(description);
- wai.setPayloadData(payloadData);
-
- assertEquals(artifactName, wai.getArtifactName());
- assertEquals(description, wai.getDescription());
- assertEquals(artifactType, wai.getArtifactType());
- assertEquals(payloadData, wai.getPayloadData());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/DataObjectTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/DataObjectTest.java
deleted file mode 100644
index da2806ce..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/DataObjectTest.java
+++ /dev/null
@@ -1,53 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-import static org.junit.Assert.*;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class DataObjectTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- String id = "id";
- String name = "name";
- String value = "value";
-
- DataObject d = new DataObject();
- d.setId(id);
- d.setName(name);
- d.setValue(value);
-
- assertEquals(id, d.getId());
- assertEquals(name, d.getName());
- assertEquals(value, d.getValue());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ElementTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ElementTest.java
deleted file mode 100644
index 520061ed..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ElementTest.java
+++ /dev/null
@@ -1,79 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-package org.onap.sdc.workflowdesigner.model;
-
-import static org.junit.Assert.assertEquals;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-import org.onap.sdc.workflowdesigner.model.Element.TYPE;
-
-/**
- *
- */
-public class ElementTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- /**
- * Test method for {@link org.onap.sdc.workflowdesigner.model.Element#getType()}
- *
- */
- @Test
- public final void getType() {
- Element endEvent = new EndEvent();
- System.out.println(endEvent.getType());
- assertEquals(endEvent.getType(), null);
- }
-
-
- @Test
- public void test() {
- String id = "id";
- String name = "name";
- TYPE type = TYPE.endEvent;
- String documentation = "documentation";
- Position position = new Position();
- List<String> connections= new ArrayList<>();
-
- Element e = new Element();
- e.setConnections(connections);
- e.setDocumentation(documentation);
- e.setId(id);
- e.setName(name);
- e.setPosition(position);
- e.setType(type);
-
- assertEquals(connections, e.getConnections());
- assertEquals(documentation, e.getDocumentation());
- assertEquals(id, e.getId());
- assertEquals(name, e.getName());
- assertEquals(position, e.getPosition());
- assertEquals(type, e.getType());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ErrorEndEventTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ErrorEndEventTest.java
deleted file mode 100644
index 98e19646..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ErrorEndEventTest.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-import static org.junit.Assert.*;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class ErrorEndEventTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- Parameter parameter = new Parameter();
-
- ErrorEndEvent eee = new ErrorEndEvent();
- eee.setParameter(parameter);
-
- assertEquals(parameter, eee.getParameter());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ParameterTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ParameterTest.java
deleted file mode 100644
index fea6a6f4..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ParameterTest.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-import static org.junit.Assert.*;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-import com.fasterxml.jackson.annotation.JsonInclude;
-import com.fasterxml.jackson.annotation.JsonInclude.Include;
-
-/**
- *
- */
-public class ParameterTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- String description = "description";
- String name = "name";
- String position = "position";
- boolean required = false;
- String type = "type";
- Object value = "value";
- String valueSource = "valueSource";
-
- Parameter p = new Parameter();
- p.setDescription(description);
- p.setName(name);
- p.setPosition(position);
- p.setRequired(required);
- p.setType(type);
- p.setValueSource(valueSource);
- p.setValue(value);
-
- assertEquals(description, p.getDescription());
- assertEquals(name, p.getName());
- assertEquals(position, p.getPosition());
- assertEquals(required, p.isRequired());
- assertEquals(type, p.getType());
- assertEquals(valueSource, p.getValueSource());
- assertEquals(value, p.getValue());
-
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/PositionTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/PositionTest.java
deleted file mode 100644
index 5ebb335c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/PositionTest.java
+++ /dev/null
@@ -1,50 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-import static org.junit.Assert.*;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class PositionTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- int left = 100;
- int top = 100;
-
- Position p = new Position();
- p.setLeft(left);
- p.setTop(top);
-
- assertEquals(left, p.getLeft());
- assertEquals(top, p.getTop());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ProcessTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ProcessTest.java
deleted file mode 100644
index 34c3cc64..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ProcessTest.java
+++ /dev/null
@@ -1,62 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-import static org.junit.Assert.*;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class ProcessTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- String id = "id";
- boolean isExecutable = false;
- List<Element> elementList = new ArrayList<Element>();
- List<SequenceFlow> sequenceFlowList = new ArrayList<SequenceFlow>();
- List<DataObject> dataObjectList = new ArrayList<DataObject>();
-
- Process p = new Process(id);
- p.setDataObjectList(dataObjectList);
- p.setElementList(elementList);
- p.setExecutable(isExecutable);
- p.setId(id);
- p.setSequenceFlowList(sequenceFlowList);
-
- assertEquals(dataObjectList, p.getDataObjectList());
- assertEquals(elementList, p.getElementList());
- assertEquals(isExecutable, p.isExecutable());
- assertEquals(id, p.getId());
- assertEquals(sequenceFlowList, p.getSequenceFlowList());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/RestServiceTaskTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/RestServiceTaskTest.java
deleted file mode 100644
index 1aa593c5..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/RestServiceTaskTest.java
+++ /dev/null
@@ -1,71 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-import static org.junit.Assert.*;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class RestServiceTaskTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- List<String> produces = new ArrayList<>();
- List<String> consumes = new ArrayList<>();
- List<Parameter> parameters = new ArrayList<>();
- String baseUrl = "";
- String serviceName = "";
- String serviceVersion = "";
- String path = "";
- String method = "";
-
- RestServiceTask rst = new RestServiceTask();
- rst.setProduces(produces);
- rst.setConsumes(consumes);
- rst.setParameters(parameters);
- rst.setBaseUrl(baseUrl);
- rst.setServiceName(serviceName);
- rst.setServiceVersion(serviceVersion);
- rst.setPath(path);
- rst.setMethod(method);
-
- assertEquals(produces, rst.getProduces());
- assertEquals(consumes, rst.getConsumes());
- assertEquals(parameters, rst.getParameters());
- assertEquals(baseUrl, rst.getBaseUrl());
- assertEquals(serviceName, rst.getServiceName());
- assertEquals(serviceVersion, rst.getServiceVersion());
- assertEquals(path, rst.getPath());
- assertEquals(method, rst.getMethod());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ScriptTaskTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ScriptTaskTest.java
deleted file mode 100644
index 1eaba96d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ScriptTaskTest.java
+++ /dev/null
@@ -1,50 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-import static org.junit.Assert.*;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class ScriptTaskTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- String scriptFormat = "scriptFormat";
- String script = "script";
-
- ScriptTask st = new ScriptTask();
- st.setScript(script);
- st.setScriptFormat(scriptFormat);
-
- assertEquals(scriptFormat, st.getScriptFormat());
- assertEquals(script, st.getScript());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/SequenceFlowTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/SequenceFlowTest.java
deleted file mode 100644
index ae947b58..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/SequenceFlowTest.java
+++ /dev/null
@@ -1,62 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-import static org.junit.Assert.*;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class SequenceFlowTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- String id = "id";
- String name = "name";
- String sourceRef = "sourceRef";
- String targetRef = "targetRef";
- String documentation = "documentation";
- String condition = "condition";
-
- SequenceFlow sf = new SequenceFlow();
- sf.setCondition(condition);
- sf.setDocumentation(documentation);
- sf.setId(id);
- sf.setName(name);
- sf.setSourceRef(sourceRef);
- sf.setTargetRef(targetRef);
-
- assertEquals(condition, sf.getCondition());
- assertEquals(documentation, sf.getDocumentation());
- assertEquals(id, sf.getId());
- assertEquals(name, sf.getName());
- assertEquals(sourceRef, sf.getSourceRef());
- assertEquals(targetRef, sf.getTargetRef());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ServiceTaskTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ServiceTaskTest.java
deleted file mode 100644
index e2718d19..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/ServiceTaskTest.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-import static org.junit.Assert.*;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class ServiceTaskTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- String className = "className";
- List<Parameter> inputs = new ArrayList<>();
- List<Parameter> outputs = new ArrayList<>();
-
- ServiceTask st = new ServiceTask();
- st.setClassName(className);
- st.setInputs(inputs);
- st.setOutputs(outputs);
-
- assertEquals(className, st.getClassName());
- assertEquals(inputs, st.getInputs());
- assertEquals(outputs, st.getOutputs());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/TimerEventDefinitionTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/TimerEventDefinitionTest.java
deleted file mode 100644
index 8c82ddf0..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/model/TimerEventDefinitionTest.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.model;
-
-import static org.junit.Assert.*;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class TimerEventDefinitionTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- String type = "type";
- String timeDuration = "timeDuration";
- String timeDate = "timeDate";
- String timeCycle = "timeCycle";
-
- TimerEventDefinition ted = new TimerEventDefinition();
- ted.setType(type);
- ted.setTimeDate(timeDate);
- ted.setTimeDuration(timeDuration);
- ted.setTimeCycle(timeCycle);
-
- assertEquals(type, ted.getType());
- assertEquals(timeDate, ted.getTimeDate());
- assertEquals(timeDuration, ted.getTimeDuration());
- assertEquals(timeCycle, ted.getTimeCycle());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/parser/Bpmn4ToscaJsonParserTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/parser/Bpmn4ToscaJsonParserTest.java
deleted file mode 100644
index abadd298..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/parser/Bpmn4ToscaJsonParserTest.java
+++ /dev/null
@@ -1,130 +0,0 @@
-/**
- * Copyright (c) 2017-2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.parser;
-
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.fail;
-
-import java.io.IOException;
-import java.net.MalformedURLException;
-import java.net.URI;
-import java.nio.file.Paths;
-import java.util.Iterator;
-import java.util.List;
-
-import org.junit.Test;
-import org.onap.sdc.workflowdesigner.model.Element;
-import org.onap.sdc.workflowdesigner.model.Position;
-import org.onap.sdc.workflowdesigner.model.Process;
-import org.onap.sdc.workflowdesigner.model.ScriptTask;
-import org.onap.sdc.workflowdesigner.model.SequenceFlow;
-
-import com.fasterxml.jackson.core.JsonParseException;
-import com.fasterxml.jackson.databind.JsonMappingException;
-
-public class Bpmn4ToscaJsonParserTest {
-
- private static String RESOURCES_DIR = "src/test/resources/workflow";
- protected static String PROCESS_NAME = "test1";
-
- @Test
- public void parseTest() throws JsonParseException, JsonMappingException, MalformedURLException, IOException {
- Bpmn4ToscaJsonParser parser = new Bpmn4ToscaJsonParser();
- URI srcUri = Paths.get(RESOURCES_DIR, "workflow.json").toUri();
- Process actualProcess = parser.parse(PROCESS_NAME, srcUri);
- Process expectedProcess = createReferenceProcess();
-
- assertElements(expectedProcess.getElementList(), actualProcess.getElementList());
- assertSequenceFlows(expectedProcess.getSequenceFlowList(), actualProcess.getSequenceFlowList());
- }
-
- private static void assertElements(List<Element> expectedElementList, List<Element> actualElementList) {
- assertEquals(expectedElementList.size(), actualElementList.size());
-
- for (Iterator<Element> iterator = expectedElementList.iterator(); iterator.hasNext();) {
- Element expectedElement = (Element) iterator.next();
- Element actualElement = getElementById(expectedElement.getId(), actualElementList);
- if (actualElement != null) {
- assertElement(expectedElement, actualElement);
- } else {
- fail("Element with id " + expectedElement.getId() + " could not be found");
- }
- }
- }
-
- private static Element getElementById(String id, List<Element> actualElementList) {
- Iterator<Element> iter = actualElementList.iterator();
- while (iter.hasNext()) {
- Element element = (Element) iter.next();
- if (element.getId().equals(id)) {
- return element;
- }
- }
- return null;
- }
-
- public static void assertElement(Element expected, Element actual) {
- assertEquals("element: id ", expected.getId(), actual.getId());
- assertEquals("element: name ", expected.getName(), actual.getName());
- }
-
- public static void assertSequenceFlows(List<SequenceFlow> expectedSequenceList,
- List<SequenceFlow> actualSequenceFlowList) {
- assertEquals(expectedSequenceList.size(), actualSequenceFlowList.size());
-
- for (Iterator<SequenceFlow> iterator = expectedSequenceList.iterator(); iterator.hasNext();) {
- SequenceFlow expectedElement = (SequenceFlow) iterator.next();
- SequenceFlow actualElement = getSequenceById(expectedElement.getSourceRef(), expectedElement.getTargetRef(),
- actualSequenceFlowList);
- if (actualElement != null) {
- assertLink(expectedElement, actualElement);
- } else {
- fail("Element with id " + expectedElement.getId() + " could not be found");
- }
- }
- }
-
- private static SequenceFlow getSequenceById(String sourceRef, String targetRef,
- List<SequenceFlow> actualSequenceFlowList) {
- Iterator<SequenceFlow> iter = actualSequenceFlowList.iterator();
- while (iter.hasNext()) {
- SequenceFlow element = (SequenceFlow) iter.next();
- if (element.getSourceRef().equals(sourceRef) && element.getTargetRef().equals(targetRef)) {
- return element;
- }
- }
- return null;
- }
-
- public static void assertLink(SequenceFlow expectedLink, SequenceFlow actualLink) {
- assertEquals("Link source: id", expectedLink.getSourceRef(), actualLink.getSourceRef());
- assertEquals("Link target :id", expectedLink.getTargetRef(), actualLink.getTargetRef());
- }
-
- private static Process createReferenceProcess() {
- Process process = new Process(PROCESS_NAME);
-
- ScriptTask scriptTask = new ScriptTask();
- scriptTask.setId("scriptTask");
- scriptTask.setName("Script Task");
- Position position = new Position();
- position.setLeft(328);
- position.setTop(134);
- scriptTask.setPosition(position);
- scriptTask.setScript("");
- scriptTask.setScriptFormat("JavaScript");
- process.getElementList().add(scriptTask);
-
- return process;
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/planwriter/BpmnPlanArtefactWriterTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/planwriter/BpmnPlanArtefactWriterTest.java
deleted file mode 100644
index a67a2070..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/planwriter/BpmnPlanArtefactWriterTest.java
+++ /dev/null
@@ -1,58 +0,0 @@
-/**
- * Copyright (c) 2017-2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.planwriter;
-
-import static org.junit.Assert.assertEquals;
-
-import java.io.BufferedReader;
-import java.io.File;
-import java.io.FileReader;
-import java.io.IOException;
-
-import org.junit.Test;
-import org.onap.sdc.workflowdesigner.model.Process;
-import org.onap.sdc.workflowdesigner.writer.BpmnPlanArtefactWriter;
-
-public class BpmnPlanArtefactWriterTest {
-
- @Test
- public void testWritePlan() throws Exception {
- BpmnPlanArtefactWriter writer = new BpmnPlanArtefactWriter(mockProcss());
- String result = writer.completePlanTemplate();
- assertEquals(result, getResult());
- }
-
- private Process mockProcss() {
- Process process = new Process("templateTest");
-
- return process;
- }
-
- public String getResult() throws IOException {
- StringBuffer buffer = new StringBuffer();
-
- String path = "src/test/resources/workflow/template-test.bpmn20.xml";
- BufferedReader reader = new BufferedReader(new FileReader(new File(path)));
-
- String line = null;
- while ((line = reader.readLine()) != null) {
- buffer.append(line).append("\r\n");
- }
-
- if (reader != null) {
- reader.close();
- }
-
- return buffer.toString();
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/ExtendActivityResourceTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/ExtendActivityResourceTest.java
deleted file mode 100644
index be55aed0..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/ExtendActivityResourceTest.java
+++ /dev/null
@@ -1,66 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.resources;
-
-import static org.junit.Assert.assertEquals;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-import org.onap.sdc.workflowdesigner.resources.entity.ExtActivity;
-import org.onap.sdc.workflowdesigner.utils.FileCommonUtils;
-import org.onap.sdc.workflowdesigner.utils.JsonUtils;
-
-/**
- *
- */
-public class ExtendActivityResourceTest {
- private static final String EXT_ACTIVITIES_FILE_NAME = "src/main/assembly/ext-activities.json";
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- /**
- *
- */
- @Test
- public void testRetriveExtActivites() {
- try {
- String json = FileCommonUtils.readString(EXT_ACTIVITIES_FILE_NAME);
- ExtActivity[] extActivities = JsonUtils.fromJson(json, ExtActivity[].class);
-
- FileCommonUtils.write("test.json", JsonUtils.toJson(extActivities));
- assertEquals(extActivities.length == 0, false);
- } catch (Exception e) {
- e.printStackTrace();
- }
-
- }
-
- /**
- * Test method for {@link org.onap.sdc.workflowdesigner.resources.ExtendActivityResource#getDisplayInfo(java.lang.String)}.
- */
- @Test
- public void testGetDisplayInfo() {
-
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/WorkflowModelerResourceTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/WorkflowModelerResourceTest.java
deleted file mode 100644
index 47a46a8c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/WorkflowModelerResourceTest.java
+++ /dev/null
@@ -1,109 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.resources;
-
-import static org.junit.Assert.assertEquals;
-
-import java.io.IOException;
-import java.net.URI;
-import java.nio.file.Paths;
-import java.util.UUID;
-
-import org.dom4j.DocumentException;
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-import org.onap.sdc.workflowdesigner.resources.entity.WorkflowInfo;
-import org.onap.sdc.workflowdesigner.utils.FileCommonUtils;
-import org.onap.sdc.workflowdesigner.utils.JsonUtils;
-
-/**
- *
- */
-public class WorkflowModelerResourceTest {
- private static final String WORKFLOW_JSON_TEMP_FILE_NAME = "temp_workflow.json";
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- /**
- * Test method for
- * {@link org.onap.sdc.workflowdesigner.resources.WorkflowModelerResource#buildBPMN(java.net.URI, java.lang.String)}.
- */
- @Test
- public void testBuildBPMN() {
- String bpmn = parseBpmnfromJsonFile();
- assertEquals(false, bpmn.isEmpty());
- }
-
- /**
- * @return
- */
- private String parseBpmnfromJsonFile() {
- try {
- URI srcUri = Paths.get("src/main/assembly", WORKFLOW_JSON_TEMP_FILE_NAME).toUri();
- WorkflowModelerResource resource = new WorkflowModelerResource();
- String processName = "plan_" + UUID.randomUUID().toString();
- return resource.buildBPMN(srcUri, processName);
- } catch (IOException e) {
- } catch (Exception e) {
- }
-
- return null;
- }
-
- /**
- * Test method for
- * {@link org.onap.sdc.workflowdesigner.resources.WorkflowModelerResource#insertJson2Bpmn(java.lang.String, java.lang.String)}.
- */
- @Test
- public void testInsertJson2Bpmn() {
- String bpmn = parseBpmnfromJsonFile();
-
- try {
- String json = FileCommonUtils.readString("src/main/assembly/" + WORKFLOW_JSON_TEMP_FILE_NAME);
- WorkflowModelerResource resource = new WorkflowModelerResource();
- String combineBpmn = resource.insertJson2Bpmn(json, bpmn);
-
- String json1 = resource.readJsonfromBPMN(combineBpmn);
-
- assertEqualsJson(json, json1);
- } catch (IOException e) {
- } catch (DocumentException e) {
- }
- }
-
- /**
- * @param json
- * @param json1
- */
- private void assertEqualsJson(String json, String json1) {
- WorkflowInfo wi = JsonUtils.fromJson(json, WorkflowInfo.class);
- WorkflowInfo wi1 = JsonUtils.fromJson(json1, WorkflowInfo.class);
-
- String newJson = JsonUtils.toJson(wi);
- String newJson1 = JsonUtils.toJson(wi1);
-
- assertEquals(newJson1, newJson);
-
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/CategoryDataTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/CategoryDataTest.java
deleted file mode 100644
index 590432fd..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/CategoryDataTest.java
+++ /dev/null
@@ -1,50 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.resources.entity;
-
-import static org.junit.Assert.*;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class CategoryDataTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- I18nString displayName = new I18nString();
- boolean collapse = false;
-
- CategoryData cd = new CategoryData();
- cd.setDisplayName(displayName);
- cd.setCollapse(collapse);
-
- assertEquals(false, cd.isCollapse());
- assertEquals(displayName, cd.getDisplayName());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/ContentTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/ContentTest.java
deleted file mode 100644
index 8458fc5e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/ContentTest.java
+++ /dev/null
@@ -1,73 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.resources.entity;
-
-import static org.junit.Assert.*;
-
-import java.util.HashMap;
-import java.util.Map;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-import org.onap.sdc.workflowdesigner.utils.JsonUtils;
-
-/**
- *
- */
-public class ContentTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
-// String clazz = "clazz";
- String script = "script";
- String scriptFormat = "scriptFormat";
- Map<String, InputOutput> inputs = new HashMap<String, InputOutput>();
- Map<String, InputOutput> outputs = new HashMap<String, InputOutput>();
-
- Content c = new Content();
-// c.setClass(clazz);
- c.setInputs(inputs);
- c.setOutputs(outputs);
- c.setScript(script);
- c.setScriptFormat(scriptFormat);
-
-// assertEquals(clazz, c.getClazz());
- assertEquals(inputs, c.getInputs());
- assertEquals(outputs, c.getOutputs());
- assertEquals(script, c.getScript());
- assertEquals(scriptFormat, c.getScriptFormat());
- }
-
- @Test
- public void testGson() {
- String json = "{\r\n" +
- " \"class\": \"aaaa\",\r\n" +
- " \"inputs\": {}\r\n" +
- " }";
- Content content = JsonUtils.fromJson(json, Content.class);
- assertNotNull(content);
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/ExtActivityDisplayInfoTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/ExtActivityDisplayInfoTest.java
deleted file mode 100644
index 6c26ec75..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/ExtActivityDisplayInfoTest.java
+++ /dev/null
@@ -1,53 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.resources.entity;
-
-import static org.junit.Assert.*;
-
-import java.util.HashMap;
-import java.util.Map;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class ExtActivityDisplayInfoTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- Map<String, NodeCategory> nodes = new HashMap<>();
- Map<String, CategoryData> categoryData = new HashMap<>();
-
- ExtActivityDisplayInfo ed = new ExtActivityDisplayInfo();
- ed.setCategoryData(categoryData);
- ed.setNodes(nodes);
-
- assertEquals(categoryData, ed.getCategoryData());
- assertEquals(nodes, ed.getNodes());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/ExtendActivityTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/ExtendActivityTest.java
deleted file mode 100644
index aca66b0f..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/ExtendActivityTest.java
+++ /dev/null
@@ -1,63 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.resources.entity;
-
-import static org.junit.Assert.*;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class ExtendActivityTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- String id = "";
- I18nString displayName = new I18nString();
- I18nString description = new I18nString();
- String type = "";
- IconData icon = new IconData();
- Content content = new Content();
-
- ExtActivity ea = new ExtActivity();
- ea.setContent(content);
- ea.setDescription(description);
- ea.setDisplayName(displayName);
- ea.setIcon(icon);
- ea.setId(id);
- ea.setType(type);
-
- assertEquals(content, ea.getContent());
- assertEquals(description, ea.getDescription());
- assertEquals(displayName, ea.getDisplayName());
- assertEquals(icon, ea.getIcon());
- assertEquals(id, ea.getId());
- assertEquals(type, ea.getType());
-
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/I18nStringTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/I18nStringTest.java
deleted file mode 100644
index f72a10b3..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/I18nStringTest.java
+++ /dev/null
@@ -1,49 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.resources.entity;
-
-import static org.junit.Assert.*;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class I18nStringTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- String en_US = "en_US";
- String zh_CN = "zh_CN";
- I18nString i18n = new I18nString(en_US, zh_CN);
- i18n.setEn_US(en_US);
- i18n.setZh_CN(zh_CN);
-
- assertEquals(en_US, i18n.getEn_US());
- assertEquals(zh_CN, i18n.getZh_CN());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/IconDataTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/IconDataTest.java
deleted file mode 100644
index dae22c03..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/IconDataTest.java
+++ /dev/null
@@ -1,53 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.resources.entity;
-
-import static org.junit.Assert.*;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class IconDataTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- String name = "name";
- int width = 100;
- int height= 10;
-
- IconData id = new IconData();
- id.setHeight(height);
- id.setName(name);
- id.setWidth(width);
-
- assertEquals(height, id.getHeight());
- assertEquals(name, id.getName());
- assertEquals(width, id.getWidth());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/InputOutputTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/InputOutputTest.java
deleted file mode 100644
index f453088d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/InputOutputTest.java
+++ /dev/null
@@ -1,67 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.resources.entity;
-
-import static org.junit.Assert.*;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-import com.google.gson.annotations.SerializedName;
-
-/**
- *
- */
-public class InputOutputTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- String type = "";
- String defaultValue = "";
- boolean required = false;
- I18nString displayName = new I18nString();
- boolean show = true;
- boolean editable = true;
- String value = "";
-
- InputOutput io = new InputOutput();
- io.setDefault(defaultValue);
- io.setDisplayName(displayName);
- io.setEditable(editable);
- io.setRequired(required);
- io.setShow(show);
- io.setType(type);
- io.setValue(value);
-
- assertEquals(defaultValue, io.getDefault());
- assertEquals(displayName, io.getDisplayName());
- assertEquals(editable, io.isEditable());
- assertEquals(required, io.isRequired());
- assertEquals(show, io.isShow());
- assertEquals(type, io.getType());
- assertEquals(value, io.getValue());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/NodeCategoryTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/NodeCategoryTest.java
deleted file mode 100644
index 2342d43d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/NodeCategoryTest.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.resources.entity;
-
-import static org.junit.Assert.*;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class NodeCategoryTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- String category = "category";
-
- NodeCategory nc = new NodeCategory();
- nc.setCategory(category);
-
- assertEquals(category, nc.getCategory());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/WorkflowInfoTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/WorkflowInfoTest.java
deleted file mode 100644
index 488a744c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/resources/entity/WorkflowInfoTest.java
+++ /dev/null
@@ -1,67 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.resources.entity;
-
-import static org.junit.Assert.*;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-import com.google.gson.JsonObject;
-
-/**
- *
- */
-public class WorkflowInfoTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- @Test
- public void test() {
- String uuid = "";
- String operationId = "";
- String id = "";
- String name = "";
- String description = "";
- String scene = "";
- JsonObject data =new JsonObject();
-
- WorkflowInfo wi = new WorkflowInfo();
- wi.setData(data);
- wi.setDescription(description);
- wi.setId(id);
- wi.setName(name);
- wi.setOperationId(operationId);
- wi.setScene(scene);
- wi.setUuid(uuid);
-
- assertEquals(data, wi.getData());
- assertEquals(description, wi.getDescription());
- assertEquals(id, wi.getId());
- assertEquals(name, wi.getName());
- assertEquals(operationId, wi.getOperationId());
- assertEquals(scene, wi.getScene());
- assertEquals(uuid, wi.getUuid());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/utils/FileCommonUtilsTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/utils/FileCommonUtilsTest.java
deleted file mode 100644
index 0abddfff..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/utils/FileCommonUtilsTest.java
+++ /dev/null
@@ -1,175 +0,0 @@
-/**
- * Copyright (c) 2017-2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.utils;
-
-import static org.junit.Assert.assertEquals;
-
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileNotFoundException;
-import java.io.IOException;
-import java.io.StringBufferInputStream;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class FileCommonUtilsTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- /**
- * Test method for {@link org.onap.sdc.workflowdesigner.utils.FileCommonUtils#readLines(java.io.InputStream)}.
- */
- @Test
- public void testReadLines() {
- String fileName = "src/test/resources/workflow/template-test.bpmn20.xml";
- File file = new File(fileName);
- FileInputStream ins = null;
- try {
- ins = new FileInputStream(file);
- String[] ss = FileCommonUtils.readLines(ins);
- assertEquals(false, ss.length == 0);
-
- FileCommonUtils.write("template-test.bpmn20.xml", ss);
- } catch (FileNotFoundException e) {
- e.printStackTrace();
- } catch (IOException e) {
- e.printStackTrace();
- } finally {
- FileCommonUtils.closeInputStream(ins);
- }
-
- }
-
- /**
- * Test method for {@link org.onap.sdc.workflowdesigner.utils.FileCommonUtils#readString(java.io.InputStream)}.
- */
- @Test
- public void testReadStringInputStream() {
- }
-
- /**
- * Test method for {@link org.onap.sdc.workflowdesigner.utils.FileCommonUtils#readString(java.lang.String)}.
- */
- @Test
- public void testReadStringString() {
- String fileName = "src/test/resources/workflow/template-test.bpmn20.xml";
- File file = new File(fileName);
- if (file.exists()) {
- try {
- String s = FileCommonUtils.readString(fileName);
- FileCommonUtils.write("test.xml", s);
- assertEquals(s.isEmpty(), false);
- } catch (IOException e) {
- }
- }
- }
-
- /**
- * Test method for {@link org.onap.sdc.workflowdesigner.utils.FileCommonUtils#saveFile(java.io.InputStream, java.lang.String, java.lang.String)}.
- */
- @Test
- public void testSaveFile() {
- String fileName = "test3.json";
- String content = "{\"aaa\": \"节点\"}";
- StringBufferInputStream ins = null;
- try {
- ins = new StringBufferInputStream(content);
- FileCommonUtils.saveFile(ins, ".", fileName);
- } catch (IOException e) {
- e.printStackTrace();
- FileCommonUtils.closeInputStream(ins);
- }
- }
-
- /**
- * Test method for {@link org.onap.sdc.workflowdesigner.utils.FileCommonUtils#writetoAbsoluteFile(java.lang.String, java.lang.String, java.lang.String)}.
- */
- @Test
- public void testWritetoAbsoluteFileStringStringString() {
- String fileName = "test1.json";
- String content = "{\"aaa\": \"节点\"}";
-
- try {
- FileCommonUtils.writetoAbsoluteFile(".", fileName, content);
- String s = FileCommonUtils.readString(fileName);
- assertEquals(s, content);
- } catch (IOException e) {
- }
- }
-
- /**
- * Test method for {@link org.onap.sdc.workflowdesigner.utils.FileCommonUtils#writetoAbsoluteFile(java.lang.String, java.lang.String, java.lang.String, java.lang.String)}.
- */
- @Test
- public void testWritetoAbsoluteFileStringStringStringString() {
- }
-
- /**
- * Test method for {@link org.onap.sdc.workflowdesigner.utils.FileCommonUtils#write(java.lang.String, java.lang.String)}.
- */
- @Test
- public void testWriteStringString() {
- String fileName = "test.json";
- String content = "{\"aaa\": \"节点\"}";
-
- try {
- FileCommonUtils.write(fileName, content);
- String s = FileCommonUtils.readString(fileName);
- assertEquals(s, content);
- } catch (IOException e) {
- }
- }
-
- /**
- * Test method for {@link org.onap.sdc.workflowdesigner.utils.FileCommonUtils#write(java.lang.String, java.lang.String, java.lang.String, java.lang.String)}.
- */
- @Test
- public void testWriteStringStringStringString() {
- }
-
- /**
- * Test method for {@link org.onap.sdc.workflowdesigner.utils.FileCommonUtils#write(java.lang.String, java.lang.String, java.lang.String)}.
- */
- @Test
- public void testWriteStringStringString() {
- }
-
- /**
- * Test method for {@link org.onap.sdc.workflowdesigner.utils.FileCommonUtils#write(java.lang.String, java.lang.String[])}.
- */
- @Test
- public void testWriteStringStringArray() {
- }
-
- /**
- * Test method for {@link org.onap.sdc.workflowdesigner.utils.FileCommonUtils#write(java.lang.String, java.lang.String[], java.lang.String)}.
- */
- @Test
- public void testWriteStringStringArrayString() {
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/utils/JsonUtilsTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/utils/JsonUtilsTest.java
deleted file mode 100644
index c4b341fd..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/utils/JsonUtilsTest.java
+++ /dev/null
@@ -1,59 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.utils;
-
-import static org.junit.Assert.*;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-import org.onap.sdc.workflowdesigner.resources.entity.I18nString;
-
-/**
- *
- */
-public class JsonUtilsTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- /**
- * Test method for {@link org.onap.sdc.workflowdesigner.utils.JsonUtils#fromJson(java.lang.String, java.lang.Class)}.
- */
- @Test
- public void testFromJson() {
- String i18n = "{\"en_US\":\"Service Task\",\"zh_CN\":\"Service Task\"}";
- I18nString i18nString = JsonUtils.fromJson(i18n, I18nString.class);
- assertNotNull(i18nString);
- }
-
- /**
- * Test method for {@link org.onap.sdc.workflowdesigner.utils.JsonUtils#toJson(java.lang.Object)}.
- */
- @Test
- public void testToJson() {
- I18nString i18nString = new I18nString("Service Task", "Service Task");
- String i18n = JsonUtils.toJson(i18nString);
- String expect = "{\"en_US\":\"Service Task\",\"zh_CN\":\"Service Task\"}";
- assertEquals(expect, i18n);
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/utils/entity/CommonErrorResponseTest.java b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/utils/entity/CommonErrorResponseTest.java
deleted file mode 100644
index f6014cfd..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/java/org/onap/sdc/workflowdesigner/utils/entity/CommonErrorResponseTest.java
+++ /dev/null
@@ -1,51 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the Apache License, Version 2.0
- * and the Eclipse Public License v1.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-package org.onap.sdc.workflowdesigner.utils.entity;
-
-import static org.junit.Assert.*;
-
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
-/**
- *
- */
-public class CommonErrorResponseTest {
-
- /**
- * @throws java.lang.Exception
- */
- @Before
- public void setUp() throws Exception {}
-
- /**
- * @throws java.lang.Exception
- */
- @After
- public void tearDown() throws Exception {}
-
- /**
- * Test method for {@link org.onap.sdc.workflowdesigner.utils.entity.CommonErrorResponse#failure(java.lang.String)}.
- */
- @Test
- public void testFailure() {
- String code = "code";
- String message = "message";
- CommonErrorResponse errorResponse = new CommonErrorResponse(code);
- errorResponse.setCode(code);
- errorResponse.setMessage(message);
- assertEquals(code, errorResponse.getCode());
- assertEquals(message, errorResponse.getMessage());
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/resources/workflow/template-test.bpmn20.xml b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/resources/workflow/template-test.bpmn20.xml
deleted file mode 100644
index de2dee8d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/resources/workflow/template-test.bpmn20.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:activiti="http://activiti.org/bpmn"
- xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC"
- xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema"
- expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test">
- <process id="templateTest" isExecutable="true">
- <!-- dataObjects -->
-
- <!-- Perform bpmn elements -->
-
- <!-- Perform bpmn sequence flow -->
-
- </process>
-</definitions>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/resources/workflow/workflow.json b/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/resources/workflow/workflow.json
deleted file mode 100644
index 554e663f..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-server/src/test/resources/workflow/workflow.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "id":"id12345",
- "name":"test",
- "scene":"abcd",
- "data":{
- "nodes":[
- {
- "id":"scriptTask",
- "type":"scriptTask",
- "typeId":"apds_script",
- "icon":"apds_script",
- "name":"Script Task",
- "parentId":"root",
- "position":{
- "left":328,
- "top":134,
- "width":56,
- "height":56
- },
- "connection":[
-
- ],
- "scriptFormat":"JavaScript",
- "script":""
- }
- ]
- }
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/.angular-cli.json b/deprecated-workflow-designer/sdc-workflow-designer-ui/.angular-cli.json
deleted file mode 100644
index a4cf34ee..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/.angular-cli.json
+++ /dev/null
@@ -1,65 +0,0 @@
-{
- "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
- "project": {
- "name": "workflow-modeler"
- },
- "apps": [
- {
- "root": "src",
- "outDir": "dist",
- "assets": [
- "assets"
- ],
- "index": "index.html",
- "main": "main.ts",
- "polyfills": "polyfills.ts",
- "test": "test.ts",
- "tsconfig": "tsconfig.app.json",
- "testTsconfig": "tsconfig.spec.json",
- "prefix": "wfm",
- "styles": [
- "../node_modules/bootstrap/dist/css/bootstrap.css",
- "../node_modules/font-awesome/css/font-awesome.css",
- "../node_modules/primeng/resources/primeng.min.css",
- "../node_modules/primeng/resources/themes/bootstrap/theme.css",
- "app/paletx/assets/css/style.css",
- "app/paletx/assets/themes/default/theme.css",
- "styles.css"
- ],
- "scripts": [],
- "environmentSource": "environments/environment.ts",
- "environments": {
- "dev": "environments/environment.ts",
- "prod": "environments/environment.prod.ts"
- }
- }
- ],
- "e2e": {
- "protractor": {
- "config": "./protractor.conf.js"
- }
- },
- "lint": [
- {
- "project": "src/tsconfig.app.json",
- "exclude": "**/node_modules/**"
- },
- {
- "project": "src/tsconfig.spec.json",
- "exclude": "**/node_modules/**"
- },
- {
- "project": "e2e/tsconfig.e2e.json",
- "exclude": "**/node_modules/**"
- }
- ],
- "test": {
- "karma": {
- "config": "./karma.conf.js"
- }
- },
- "defaults": {
- "styleExt": "css",
- "component": {}
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/.editorconfig b/deprecated-workflow-designer/sdc-workflow-designer-ui/.editorconfig
deleted file mode 100644
index 6e87a003..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-# Editor configuration, see http://editorconfig.org
-root = true
-
-[*]
-charset = utf-8
-indent_style = space
-indent_size = 2
-insert_final_newline = true
-trim_trailing_whitespace = true
-
-[*.md]
-max_line_length = off
-trim_trailing_whitespace = false
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/.gitignore b/deprecated-workflow-designer/sdc-workflow-designer-ui/.gitignore
deleted file mode 100644
index a563942c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/.gitignore
+++ /dev/null
@@ -1,44 +0,0 @@
-# See http://help.github.com/ignore-files/ for more about ignoring files.
-
-# compiled output
-/dist
-/tmp
-/out-tsc
-/node
-
-# dependencies
-/node_modules
-
-# IDEs and editors
-/.idea
-.project
-.classpath
-.c9/
-*.launch
-.settings/
-*.sublime-workspace
-
-# IDE - VSCode
-.vscode/*
-!.vscode/settings.json
-!.vscode/tasks.json
-!.vscode/launch.json
-!.vscode/extensions.json
-
-# misc
-/.sass-cache
-/connect.lock
-/coverage
-/libpeerconnection.log
-npm-debug.log
-testem.log
-/typings
-yarn-error.log
-
-# e2e
-/e2e/*.js
-/e2e/*.map
-
-# System Files
-.DS_Store
-Thumbs.db
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/README.md b/deprecated-workflow-designer/sdc-workflow-designer-ui/README.md
deleted file mode 100644
index 88859be5..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/README.md
+++ /dev/null
@@ -1,57 +0,0 @@
-
-# Workflow Modeler
-
-This project is an implementation of a workflow modeler for creating and maintaining [TOSCA] compatible management plans.
-
-It is based on the thesis [Ein Modellierungswerkzeug fr BPMN4TOSCA] by Thomas Michelbach.
-
-## Installation
-
- Fetch dependencies using `npm install`
-
-## Run
-
-Execute `npm start`.
-Open <http://localhost:9527/> with correct HTTP GET params:
-
-repositoryURL (e.g. http://dev.winery.opentosca.org/winery/)
-namespace (e.g. http://www.example.org/ServiceTemplates)
-id (e.g. PlanDemonstration)
-plan (e.g. Test)
-
-You can also directly embed it into Winery.
-Ensure that `winery.properties` contains following line.
-
-```
-bpmn4toscamodelerBaseURI=http://localhost:9527/
-```
-
-## License
-Copyright (c) 2017 ZTE Corporation.
-
-All rights reserved. This program and the accompanying materials
-are made available under the terms of the [Eclipse Public License v1.0]
-and the [Apache License v2.0] which both accompany this distribution,
-and are available at http://www.eclipse.org/legal/epl-v10.html
-and http://www.apache.org/licenses/LICENSE-2.0.
-
-Please check the [EPL FAQ](https://eclipse.org/legal/eplfaq.php#DUALLIC) for implications.
-
- [Apache License v2.0]: http://www.apache.org/licenses/LICENSE-2.0.html
- [Eclipse Public License v1.0]: http://www.eclipse.org/legal/epl-v10.html
-
-
-## Literature
-
-### About TOSCA
-* Binz, T., Breiter, G., Leymann, F., Spatzier, T.: Portable Cloud Services Using TOSCA. IEEE Internet Computing 16(03), 80--85 (May 2012). [DOI:10.1109/MIC.2012.43]
-* Topology and Orchestration Specification for Cloud Applications Version 1.0. 25 November 2013. OASIS Standard. http://docs.oasis-open.org/tosca/TOSCA/v1.0/os/TOSCA-v1.0-os.html
-* OASIS: Topology and Orchestration Specification for Cloud Applications (TOSCA) Primer Version 1.0 (2013)
-
-See http://www.opentosca.org/#publications for a list of publications in the OpenTOSCA ecosystem.
-
- [Apache License v2.0]: http://www.apache.org/licenses/LICENSE-2.0.html
- [DOI:10.1109/MIC.2012.43]: http://dx.doi.org/10.1109/MIC.2012.43
- [Eclipse Public License v1.0]: http://www.eclipse.org/legal/epl-v10.html
- [Ein Modellierungswerkzeug fr BPMN4TOSCA]: http://elib.uni-stuttgart.de/opus/volltexte/2015/9943/
- [TOSCA]: https://www.oasis-open.org/committees/tosca/
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/e2e/app.e2e-spec.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/e2e/app.e2e-spec.ts
deleted file mode 100644
index 194ac2ae..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/e2e/app.e2e-spec.ts
+++ /dev/null
@@ -1,26 +0,0 @@
-/**
- * Copyright (c) 2017-2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import { AppPage } from './app.po';
-
-describe('workflowmodeler App', () => {
- let page: AppPage;
-
- beforeEach(() => {
- page = new AppPage();
- });
-
- it('should display welcome message', () => {
- page.navigateTo();
- expect(page.getParagraphText()).toEqual('Welcome to app!');
- });
-});
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/e2e/app.po.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/e2e/app.po.ts
deleted file mode 100644
index dd457864..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/e2e/app.po.ts
+++ /dev/null
@@ -1,23 +0,0 @@
-/**
- * Copyright (c) 2017-2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import { browser, by, element } from 'protractor';
-
-export class AppPage {
- navigateTo() {
- return browser.get('/');
- }
-
- getParagraphText() {
- return element(by.css('app-root h1')).getText();
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/e2e/tsconfig.e2e.json b/deprecated-workflow-designer/sdc-workflow-designer-ui/e2e/tsconfig.e2e.json
deleted file mode 100644
index 1d9e5edf..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/e2e/tsconfig.e2e.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "extends": "../tsconfig.json",
- "compilerOptions": {
- "outDir": "../out-tsc/e2e",
- "baseUrl": "./",
- "module": "commonjs",
- "target": "es5",
- "types": [
- "jasmine",
- "jasminewd2",
- "node"
- ]
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/karma.conf.js b/deprecated-workflow-designer/sdc-workflow-designer-ui/karma.conf.js
deleted file mode 100644
index da79c089..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/karma.conf.js
+++ /dev/null
@@ -1,45 +0,0 @@
-/**
- * Copyright (c) 2017-2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-// Karma configuration file, see link for more information
-// https://karma-runner.github.io/1.0/config/configuration-file.html
-
-module.exports = function (config) {
- config.set({
- basePath: '',
- frameworks: ['jasmine', '@angular/cli'],
- plugins: [
- require('karma-jasmine'),
- require('karma-chrome-launcher'),
- require('karma-jasmine-html-reporter'),
- require('karma-coverage-istanbul-reporter'),
- require('@angular/cli/plugins/karma')
- ],
- client:{
- clearContext: false // leave Jasmine Spec Runner output visible in browser
- },
- coverageIstanbulReporter: {
- reports: [ 'html', 'lcovonly' ],
- fixWebpackSourcePaths: true
- },
- angularCli: {
- environment: 'dev'
- },
- reporters: ['progress', 'kjhtml'],
- port: 9876,
- colors: true,
- logLevel: config.LOG_INFO,
- autoWatch: true,
- browsers: ['Chrome'],
- singleRun: false
- });
-};
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/package-lock.json b/deprecated-workflow-designer/sdc-workflow-designer-ui/package-lock.json
deleted file mode 100644
index 5c4a9cb0..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/package-lock.json
+++ /dev/null
@@ -1,9902 +0,0 @@
-{
- "name": "workflow-modeler",
- "version": "1.0.0",
- "lockfileVersion": 1,
- "requires": true,
- "dependencies": {
- "@angular-devkit/core": {
- "version": "0.0.20",
- "resolved": "http://registry.npm.taobao.org/@angular-devkit/core/download/@angular-devkit/core-0.0.20.tgz",
- "integrity": "sha1-KtNt0hD8zQ4VbQHGSZCCrUzYwq8=",
- "dev": true,
- "requires": {
- "source-map": "0.5.6"
- }
- },
- "@angular-devkit/schematics": {
- "version": "0.0.52",
- "resolved": "http://registry.npm.taobao.org/@angular-devkit/schematics/download/@angular-devkit/schematics-0.0.52.tgz",
- "integrity": "sha1-y9L0J3i1DWQiolT/rsBa1O88tsA=",
- "dev": true,
- "requires": {
- "@ngtools/json-schema": "1.1.0",
- "rxjs": "5.5.7"
- },
- "dependencies": {
- "rxjs": {
- "version": "5.5.7",
- "resolved": "http://registry.npm.taobao.org/rxjs/download/rxjs-5.5.7.tgz",
- "integrity": "sha1-r7PRZCsGmy+/IDkD1lAdGstM2ic=",
- "dev": true,
- "requires": {
- "symbol-observable": "1.0.1"
- }
- },
- "symbol-observable": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/symbol-observable/download/symbol-observable-1.0.1.tgz",
- "integrity": "sha1-g0D8RwLDEi310iKI+IKD9RPT/dQ=",
- "dev": true
- }
- }
- },
- "@angular/animations": {
- "version": "4.3.5",
- "resolved": "http://registry.npm.taobao.org/@angular/animations/download/@angular/animations-4.3.5.tgz",
- "integrity": "sha1-hapFTIh8x8zhFjfqX26a+tiEkOE=",
- "requires": {
- "tslib": "1.7.1"
- }
- },
- "@angular/cdk": {
- "version": "2.0.0-beta.8",
- "resolved": "http://registry.npm.taobao.org/@angular/cdk/download/@angular/cdk-2.0.0-beta.8.tgz",
- "integrity": "sha1-cZYchR376xngheiYv15EYUCPi1c=",
- "requires": {
- "tslib": "1.7.1"
- }
- },
- "@angular/cli": {
- "version": "1.4.3",
- "resolved": "http://registry.npm.taobao.org/@angular/cli/download/@angular/cli-1.4.3.tgz",
- "integrity": "sha1-g4nU7q3+NKux0W5Tg2QWqPhDD7M=",
- "dev": true,
- "requires": {
- "@angular-devkit/build-optimizer": "0.0.42",
- "@angular-devkit/schematics": "0.0.52",
- "@ngtools/json-schema": "1.1.0",
- "@ngtools/webpack": "1.7.1",
- "@schematics/angular": "0.0.49",
- "autoprefixer": "6.7.7",
- "chalk": "2.1.0",
- "circular-dependency-plugin": "3.0.0",
- "common-tags": "1.4.0",
- "copy-webpack-plugin": "4.5.1",
- "core-object": "3.1.4",
- "css-loader": "0.28.5",
- "cssnano": "3.10.0",
- "denodeify": "1.2.1",
- "ember-cli-string-utils": "1.1.0",
- "exports-loader": "0.6.4",
- "extract-text-webpack-plugin": "3.0.0",
- "file-loader": "0.10.1",
- "fs-extra": "4.0.1",
- "get-caller-file": "1.0.2",
- "glob": "7.1.2",
- "heimdalljs": "0.2.5",
- "heimdalljs-logger": "0.1.9",
- "html-webpack-plugin": "2.30.1",
- "istanbul-instrumenter-loader": "2.0.0",
- "karma-source-map-support": "1.2.0",
- "less": "2.7.2",
- "less-loader": "4.0.5",
- "license-webpack-plugin": "1.3.1",
- "lodash": "4.17.4",
- "memory-fs": "0.4.1",
- "node-modules-path": "1.0.1",
- "node-sass": "4.5.3",
- "nopt": "4.0.1",
- "opn": "5.1.0",
- "portfinder": "1.0.13",
- "postcss-loader": "1.3.3",
- "postcss-url": "5.1.2",
- "raw-loader": "0.5.1",
- "resolve": "1.4.0",
- "rxjs": "5.4.3",
- "sass-loader": "6.0.6",
- "semver": "5.4.1",
- "silent-error": "1.1.0",
- "source-map-loader": "0.2.1",
- "source-map-support": "0.4.16",
- "style-loader": "0.13.2",
- "stylus": "0.54.5",
- "stylus-loader": "3.0.1",
- "typescript": "2.4.2",
- "url-loader": "0.5.9",
- "webpack": "3.5.6",
- "webpack-concat-plugin": "1.4.0",
- "webpack-dev-middleware": "1.12.0",
- "webpack-dev-server": "2.7.1",
- "webpack-merge": "4.1.0",
- "zone.js": "0.8.16"
- },
- "dependencies": {
- "@angular-devkit/build-optimizer": {
- "version": "0.0.42",
- "resolved": "http://registry.npm.taobao.org/@angular-devkit/build-optimizer/download/@angular-devkit/build-optimizer-0.0.42.tgz",
- "integrity": "sha1-QCsN2kiD25HiOBw93FWIhAiniU4=",
- "dev": true,
- "requires": {
- "loader-utils": "1.1.0",
- "source-map": "0.5.6",
- "typescript": "2.6.2",
- "webpack-sources": "1.0.1"
- },
- "dependencies": {
- "typescript": {
- "version": "2.6.2",
- "resolved": "http://registry.npm.taobao.org/typescript/download/typescript-2.6.2.tgz",
- "integrity": "sha1-PFtv1/beCRQmkCfwPAlGdY92c6Q=",
- "dev": true
- }
- }
- },
- "@ngtools/webpack": {
- "version": "1.7.1",
- "resolved": "http://registry.npm.taobao.org/@ngtools/webpack/download/@ngtools/webpack-1.7.1.tgz",
- "integrity": "sha1-OD3daJhFz0L8dVl19kQPdVNfUBY=",
- "dev": true,
- "requires": {
- "enhanced-resolve": "3.4.1",
- "loader-utils": "1.1.0",
- "magic-string": "0.22.4",
- "source-map": "0.5.6"
- }
- },
- "camelcase": {
- "version": "4.1.0",
- "resolved": "http://registry.npm.taobao.org/camelcase/download/camelcase-4.1.0.tgz",
- "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=",
- "dev": true
- },
- "faye-websocket": {
- "version": "0.11.1",
- "resolved": "http://registry.npm.taobao.org/faye-websocket/download/faye-websocket-0.11.1.tgz",
- "integrity": "sha1-8O/hjE9W5PQK/H4Gxxn9XuYYjzg=",
- "dev": true,
- "requires": {
- "websocket-driver": "0.6.5"
- }
- },
- "find-up": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/find-up/download/find-up-2.1.0.tgz",
- "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
- "dev": true,
- "requires": {
- "locate-path": "2.0.0"
- }
- },
- "has-flag": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/has-flag/download/has-flag-2.0.0.tgz",
- "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=",
- "dev": true
- },
- "is-fullwidth-code-point": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/is-fullwidth-code-point/download/is-fullwidth-code-point-1.0.0.tgz",
- "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
- "dev": true,
- "requires": {
- "number-is-nan": "1.0.1"
- }
- },
- "license-webpack-plugin": {
- "version": "1.3.1",
- "resolved": "http://registry.npm.taobao.org/license-webpack-plugin/download/license-webpack-plugin-1.3.1.tgz",
- "integrity": "sha1-aIt2RyGI71l5GLfK4+7H3C+loOg=",
- "dev": true,
- "requires": {
- "ejs": "2.5.8"
- }
- },
- "load-json-file": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/load-json-file/download/load-json-file-2.0.0.tgz",
- "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "parse-json": "2.2.0",
- "pify": "2.3.0",
- "strip-bom": "3.0.0"
- }
- },
- "os-locale": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/os-locale/download/os-locale-2.1.0.tgz",
- "integrity": "sha1-QrwpAKa1uL0XN2yOiCtlr8zyS/I=",
- "dev": true,
- "requires": {
- "execa": "0.7.0",
- "lcid": "1.0.0",
- "mem": "1.1.0"
- }
- },
- "path-type": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/path-type/download/path-type-2.0.0.tgz",
- "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=",
- "dev": true,
- "requires": {
- "pify": "2.3.0"
- }
- },
- "read-pkg": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/read-pkg/download/read-pkg-2.0.0.tgz",
- "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=",
- "dev": true,
- "requires": {
- "load-json-file": "2.0.0",
- "normalize-package-data": "2.4.0",
- "path-type": "2.0.0"
- }
- },
- "read-pkg-up": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/read-pkg-up/download/read-pkg-up-2.0.0.tgz",
- "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=",
- "dev": true,
- "requires": {
- "find-up": "2.1.0",
- "read-pkg": "2.0.0"
- }
- },
- "sockjs-client": {
- "version": "1.1.4",
- "resolved": "http://registry.npm.taobao.org/sockjs-client/download/sockjs-client-1.1.4.tgz",
- "integrity": "sha1-W6vjhrd15M8U51IJEUUmVAFsixI=",
- "dev": true,
- "requires": {
- "debug": "2.6.8",
- "eventsource": "0.1.6",
- "faye-websocket": "0.11.1",
- "inherits": "2.0.3",
- "json3": "3.3.2",
- "url-parse": "1.1.9"
- }
- },
- "strip-bom": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/strip-bom/download/strip-bom-3.0.0.tgz",
- "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
- "dev": true
- },
- "supports-color": {
- "version": "4.5.0",
- "resolved": "http://registry.npm.taobao.org/supports-color/download/supports-color-4.5.0.tgz",
- "integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=",
- "dev": true,
- "requires": {
- "has-flag": "2.0.0"
- }
- },
- "webpack": {
- "version": "3.5.6",
- "resolved": "http://registry.npm.taobao.org/webpack/download/webpack-3.5.6.tgz",
- "integrity": "sha1-pJL7bB7X9XOBb5DgDI+7WiDMXDY=",
- "dev": true,
- "requires": {
- "acorn": "5.1.1",
- "acorn-dynamic-import": "2.0.2",
- "ajv": "5.2.2",
- "ajv-keywords": "2.1.0",
- "async": "2.5.0",
- "enhanced-resolve": "3.4.1",
- "escope": "3.6.0",
- "interpret": "1.0.3",
- "json-loader": "0.5.7",
- "json5": "0.5.1",
- "loader-runner": "2.3.0",
- "loader-utils": "1.1.0",
- "memory-fs": "0.4.1",
- "mkdirp": "0.5.1",
- "node-libs-browser": "2.0.0",
- "source-map": "0.5.6",
- "supports-color": "4.5.0",
- "tapable": "0.2.8",
- "uglifyjs-webpack-plugin": "0.4.6",
- "watchpack": "1.4.0",
- "webpack-sources": "1.0.1",
- "yargs": "8.0.2"
- }
- },
- "webpack-dev-server": {
- "version": "2.7.1",
- "resolved": "http://registry.npm.taobao.org/webpack-dev-server/download/webpack-dev-server-2.7.1.tgz",
- "integrity": "sha1-IVgPWgjNBlxxFEz29hw0W8pZqLg=",
- "dev": true,
- "requires": {
- "ansi-html": "0.0.7",
- "bonjour": "3.5.0",
- "chokidar": "1.7.0",
- "compression": "1.7.0",
- "connect-history-api-fallback": "1.3.0",
- "del": "3.0.0",
- "express": "4.15.4",
- "html-entities": "1.2.1",
- "http-proxy-middleware": "0.17.4",
- "internal-ip": "1.2.0",
- "ip": "1.1.5",
- "loglevel": "1.6.1",
- "opn": "4.0.2",
- "portfinder": "1.0.13",
- "selfsigned": "1.10.1",
- "serve-index": "1.9.0",
- "sockjs": "0.3.18",
- "sockjs-client": "1.1.4",
- "spdy": "3.4.7",
- "strip-ansi": "3.0.1",
- "supports-color": "3.2.3",
- "webpack-dev-middleware": "1.12.0",
- "yargs": "6.6.0"
- },
- "dependencies": {
- "camelcase": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/camelcase/download/camelcase-3.0.0.tgz",
- "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
- "dev": true
- },
- "find-up": {
- "version": "1.1.2",
- "resolved": "http://registry.npm.taobao.org/find-up/download/find-up-1.1.2.tgz",
- "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
- "dev": true,
- "requires": {
- "path-exists": "2.1.0",
- "pinkie-promise": "2.0.1"
- }
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/has-flag/download/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "load-json-file": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/load-json-file/download/load-json-file-1.1.0.tgz",
- "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "parse-json": "2.2.0",
- "pify": "2.3.0",
- "pinkie-promise": "2.0.1",
- "strip-bom": "2.0.0"
- }
- },
- "opn": {
- "version": "4.0.2",
- "resolved": "http://registry.npm.taobao.org/opn/download/opn-4.0.2.tgz",
- "integrity": "sha1-erwi5kTf9jsKltWrfyeQwPAavJU=",
- "dev": true,
- "requires": {
- "object-assign": "4.1.1",
- "pinkie-promise": "2.0.1"
- }
- },
- "os-locale": {
- "version": "1.4.0",
- "resolved": "http://registry.npm.taobao.org/os-locale/download/os-locale-1.4.0.tgz",
- "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=",
- "dev": true,
- "requires": {
- "lcid": "1.0.0"
- }
- },
- "path-type": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/path-type/download/path-type-1.1.0.tgz",
- "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "pify": "2.3.0",
- "pinkie-promise": "2.0.1"
- }
- },
- "read-pkg": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/read-pkg/download/read-pkg-1.1.0.tgz",
- "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
- "dev": true,
- "requires": {
- "load-json-file": "1.1.0",
- "normalize-package-data": "2.4.0",
- "path-type": "1.1.0"
- }
- },
- "read-pkg-up": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/read-pkg-up/download/read-pkg-up-1.0.1.tgz",
- "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
- "dev": true,
- "requires": {
- "find-up": "1.1.2",
- "read-pkg": "1.1.0"
- }
- },
- "string-width": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/string-width/download/string-width-1.0.2.tgz",
- "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
- "dev": true,
- "requires": {
- "code-point-at": "1.1.0",
- "is-fullwidth-code-point": "1.0.0",
- "strip-ansi": "3.0.1"
- }
- },
- "strip-bom": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/strip-bom/download/strip-bom-2.0.0.tgz",
- "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
- "dev": true,
- "requires": {
- "is-utf8": "0.2.1"
- }
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "http://registry.npm.taobao.org/supports-color/download/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- },
- "which-module": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/which-module/download/which-module-1.0.0.tgz",
- "integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=",
- "dev": true
- },
- "yargs": {
- "version": "6.6.0",
- "resolved": "http://registry.npm.taobao.org/yargs/download/yargs-6.6.0.tgz",
- "integrity": "sha1-eC7CHvQDNF+DCoCMo9UTr1YGUgg=",
- "dev": true,
- "requires": {
- "camelcase": "3.0.0",
- "cliui": "3.2.0",
- "decamelize": "1.2.0",
- "get-caller-file": "1.0.2",
- "os-locale": "1.4.0",
- "read-pkg-up": "1.0.1",
- "require-directory": "2.1.1",
- "require-main-filename": "1.0.1",
- "set-blocking": "2.0.0",
- "string-width": "1.0.2",
- "which-module": "1.0.0",
- "y18n": "3.2.1",
- "yargs-parser": "4.2.1"
- }
- },
- "yargs-parser": {
- "version": "4.2.1",
- "resolved": "http://registry.npm.taobao.org/yargs-parser/download/yargs-parser-4.2.1.tgz",
- "integrity": "sha1-KczqwNxPA8bIe0qfIX3RjJ90hxw=",
- "dev": true,
- "requires": {
- "camelcase": "3.0.0"
- }
- }
- }
- },
- "which-module": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/which-module/download/which-module-2.0.0.tgz",
- "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=",
- "dev": true
- },
- "yargs": {
- "version": "8.0.2",
- "resolved": "http://registry.npm.taobao.org/yargs/download/yargs-8.0.2.tgz",
- "integrity": "sha1-YpmpBVsc78lp/355wdkY3Osiw2A=",
- "dev": true,
- "requires": {
- "camelcase": "4.1.0",
- "cliui": "3.2.0",
- "decamelize": "1.2.0",
- "get-caller-file": "1.0.2",
- "os-locale": "2.1.0",
- "read-pkg-up": "2.0.0",
- "require-directory": "2.1.1",
- "require-main-filename": "1.0.1",
- "set-blocking": "2.0.0",
- "string-width": "2.1.1",
- "which-module": "2.0.0",
- "y18n": "3.2.1",
- "yargs-parser": "7.0.0"
- }
- },
- "yargs-parser": {
- "version": "7.0.0",
- "resolved": "http://registry.npm.taobao.org/yargs-parser/download/yargs-parser-7.0.0.tgz",
- "integrity": "sha1-jQrELxbqVd69MyyvTEA4s+P139k=",
- "dev": true,
- "requires": {
- "camelcase": "4.1.0"
- }
- }
- }
- },
- "@angular/common": {
- "version": "4.3.5",
- "resolved": "http://registry.npm.taobao.org/@angular/common/download/@angular/common-4.3.5.tgz",
- "integrity": "sha1-X2sRNH6uHfw0YjzP1MBsj0xIji0=",
- "requires": {
- "tslib": "1.7.1"
- }
- },
- "@angular/compiler": {
- "version": "4.3.5",
- "resolved": "http://registry.npm.taobao.org/@angular/compiler/download/@angular/compiler-4.3.5.tgz",
- "integrity": "sha1-UNPJhmV77/H+9Pbdmj+ljiSr1Ug=",
- "requires": {
- "tslib": "1.7.1"
- }
- },
- "@angular/compiler-cli": {
- "version": "4.3.5",
- "resolved": "http://registry.npm.taobao.org/@angular/compiler-cli/download/@angular/compiler-cli-4.3.5.tgz",
- "integrity": "sha1-JOmbNsCQk2P/gke/MxqLiert/mM=",
- "dev": true,
- "requires": {
- "@angular/tsc-wrapped": "4.3.5",
- "minimist": "1.2.0",
- "reflect-metadata": "0.1.10"
- },
- "dependencies": {
- "minimist": {
- "version": "1.2.0",
- "resolved": "http://registry.npm.taobao.org/minimist/download/minimist-1.2.0.tgz",
- "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
- "dev": true
- }
- }
- },
- "@angular/core": {
- "version": "4.3.5",
- "resolved": "http://registry.npm.taobao.org/@angular/core/download/@angular/core-4.3.5.tgz",
- "integrity": "sha1-vR79vx68+5wnojjiqkxIFZsIlbs=",
- "requires": {
- "tslib": "1.7.1"
- }
- },
- "@angular/forms": {
- "version": "4.3.5",
- "resolved": "http://registry.npm.taobao.org/@angular/forms/download/@angular/forms-4.3.5.tgz",
- "integrity": "sha1-UZqtCtgqG4cBmTf6k/wUdzRzd4c=",
- "requires": {
- "tslib": "1.7.1"
- }
- },
- "@angular/http": {
- "version": "4.3.5",
- "resolved": "http://registry.npm.taobao.org/@angular/http/download/@angular/http-4.3.5.tgz",
- "integrity": "sha1-gdSwdhyO8DXLC3NjAMI382KG8fA=",
- "requires": {
- "tslib": "1.7.1"
- }
- },
- "@angular/language-service": {
- "version": "4.3.5",
- "resolved": "http://registry.npm.taobao.org/@angular/language-service/download/@angular/language-service-4.3.5.tgz",
- "integrity": "sha1-ttiC6kDRjVE/w6A1p5h1Ap/jjwE=",
- "dev": true
- },
- "@angular/material": {
- "version": "5.2.4",
- "resolved": "http://registry.npm.taobao.org/@angular/material/download/@angular/material-5.2.4.tgz",
- "integrity": "sha1-noI3mDJCg9I+qDkVb6xby3NEPVU=",
- "requires": {
- "tslib": "1.7.1"
- }
- },
- "@angular/platform-browser": {
- "version": "4.3.5",
- "resolved": "http://registry.npm.taobao.org/@angular/platform-browser/download/@angular/platform-browser-4.3.5.tgz",
- "integrity": "sha1-wNA0CUmcwp+BZ3qrYjyQhnYNhO8=",
- "requires": {
- "tslib": "1.7.1"
- }
- },
- "@angular/platform-browser-dynamic": {
- "version": "4.3.5",
- "resolved": "http://registry.npm.taobao.org/@angular/platform-browser-dynamic/download/@angular/platform-browser-dynamic-4.3.5.tgz",
- "integrity": "sha1-Sml7OwrsgFsziE/UqbNHMGW6seA=",
- "requires": {
- "tslib": "1.7.1"
- }
- },
- "@angular/router": {
- "version": "4.3.5",
- "resolved": "http://registry.npm.taobao.org/@angular/router/download/@angular/router-4.3.5.tgz",
- "integrity": "sha1-GICCdHvJtpdPnUs/VVe0NGRdI80=",
- "requires": {
- "tslib": "1.7.1"
- }
- },
- "@angular/tsc-wrapped": {
- "version": "4.3.5",
- "resolved": "http://registry.npm.taobao.org/@angular/tsc-wrapped/download/@angular/tsc-wrapped-4.3.5.tgz",
- "integrity": "sha1-lf2qgTz8VyYvx+9f6nJtYorvq6w=",
- "dev": true,
- "requires": {
- "tsickle": "0.21.6"
- }
- },
- "@ngtools/json-schema": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/@ngtools/json-schema/download/@ngtools/json-schema-1.1.0.tgz",
- "integrity": "sha1-w6DFRNYjkqzCgTpCyKDcb1j4aSI=",
- "dev": true
- },
- "@ngx-translate/core": {
- "version": "8.0.0",
- "resolved": "http://registry.npm.taobao.org/@ngx-translate/core/download/@ngx-translate/core-8.0.0.tgz",
- "integrity": "sha1-dR/WtRLYDzp0jS3o38lt/vopr+A="
- },
- "@ngx-translate/http-loader": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/@ngx-translate/http-loader/download/@ngx-translate/http-loader-1.1.0.tgz",
- "integrity": "sha1-opMmDOpvYXhKb/nFWklz6pd43OI="
- },
- "@schematics/angular": {
- "version": "0.0.49",
- "resolved": "http://registry.npm.taobao.org/@schematics/angular/download/@schematics/angular-0.0.49.tgz",
- "integrity": "sha1-wAylc3VtannuUYsF6rX+bntz80E=",
- "dev": true,
- "requires": {
- "@angular-devkit/core": "0.0.20"
- }
- },
- "@types/jasmine": {
- "version": "2.5.53",
- "resolved": "http://registry.npm.taobao.org/@types/jasmine/download/@types/jasmine-2.5.53.tgz",
- "integrity": "sha1-TgzvrQnfXsSMjdQEM1EvhLFWjWE=",
- "dev": true
- },
- "@types/jasminewd2": {
- "version": "2.0.2",
- "resolved": "http://registry.npm.taobao.org/@types/jasminewd2/download/@types/jasminewd2-2.0.2.tgz",
- "integrity": "sha1-X2jh5pe/ELxv2Mvy4Aaj1nEsW2Q=",
- "dev": true,
- "requires": {
- "@types/jasmine": "2.5.53"
- }
- },
- "@types/node": {
- "version": "6.0.87",
- "resolved": "http://registry.npm.taobao.org/@types/node/download/@types/node-6.0.87.tgz",
- "integrity": "sha1-WrV3T4NRozqTUJn6a+hQqgsK1WQ=",
- "dev": true
- },
- "@types/q": {
- "version": "0.0.32",
- "resolved": "http://registry.npm.taobao.org/@types/q/download/@types/q-0.0.32.tgz",
- "integrity": "sha1-vShOV8hPEyXacCur/IKlMoGQwMU=",
- "dev": true
- },
- "@types/selenium-webdriver": {
- "version": "2.53.42",
- "resolved": "http://registry.npm.taobao.org/@types/selenium-webdriver/download/@types/selenium-webdriver-2.53.42.tgz",
- "integrity": "sha1-dMt3+2BS7a/yqJhN2v2I1BnyXKw=",
- "dev": true
- },
- "abbrev": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/abbrev/download/abbrev-1.1.0.tgz",
- "integrity": "sha1-0FVMIlZjbi9W58LlrRg/hZQo2B8=",
- "dev": true
- },
- "accepts": {
- "version": "1.3.3",
- "resolved": "http://registry.npm.taobao.org/accepts/download/accepts-1.3.3.tgz",
- "integrity": "sha1-w8p0NJOGSMPg2cHjKN1otiLChMo=",
- "dev": true,
- "requires": {
- "mime-types": "2.1.16",
- "negotiator": "0.6.1"
- }
- },
- "acorn": {
- "version": "5.1.1",
- "resolved": "http://registry.npm.taobao.org/acorn/download/acorn-5.1.1.tgz",
- "integrity": "sha1-U/4WERH5EquZnuiHqQoLxSgi/XU=",
- "dev": true
- },
- "acorn-dynamic-import": {
- "version": "2.0.2",
- "resolved": "http://registry.npm.taobao.org/acorn-dynamic-import/download/acorn-dynamic-import-2.0.2.tgz",
- "integrity": "sha1-x1K9IQvvZ5UBtsbLf8hPj0cVjMQ=",
- "dev": true,
- "requires": {
- "acorn": "4.0.13"
- },
- "dependencies": {
- "acorn": {
- "version": "4.0.13",
- "resolved": "http://registry.npm.taobao.org/acorn/download/acorn-4.0.13.tgz",
- "integrity": "sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c=",
- "dev": true
- }
- }
- },
- "adm-zip": {
- "version": "0.4.7",
- "resolved": "http://registry.npm.taobao.org/adm-zip/download/adm-zip-0.4.7.tgz",
- "integrity": "sha1-hgbCy/HEJs6MjsABdER/1Jtur8E=",
- "dev": true
- },
- "after": {
- "version": "0.8.2",
- "resolved": "http://registry.npm.taobao.org/after/download/after-0.8.2.tgz",
- "integrity": "sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=",
- "dev": true
- },
- "agent-base": {
- "version": "2.1.1",
- "resolved": "http://registry.npm.taobao.org/agent-base/download/agent-base-2.1.1.tgz",
- "integrity": "sha1-1t4Q1a9hMtW9aSQn1G/FOFOQlMc=",
- "dev": true,
- "requires": {
- "extend": "3.0.1",
- "semver": "5.0.3"
- },
- "dependencies": {
- "semver": {
- "version": "5.0.3",
- "resolved": "http://registry.npm.taobao.org/semver/download/semver-5.0.3.tgz",
- "integrity": "sha1-d0Zt5YnNXTyV8TiqeLxWmjy10no=",
- "dev": true
- }
- }
- },
- "ajv": {
- "version": "5.2.2",
- "resolved": "http://registry.npm.taobao.org/ajv/download/ajv-5.2.2.tgz",
- "integrity": "sha1-R8aNaehvXZUxA7AHSpQw3GPaXjk=",
- "dev": true,
- "requires": {
- "co": "4.6.0",
- "fast-deep-equal": "1.0.0",
- "json-schema-traverse": "0.3.1",
- "json-stable-stringify": "1.0.1"
- }
- },
- "ajv-keywords": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/ajv-keywords/download/ajv-keywords-2.1.0.tgz",
- "integrity": "sha1-opbhf3v658HOT34N5T0pyzIWLfA=",
- "dev": true
- },
- "align-text": {
- "version": "0.1.4",
- "resolved": "http://registry.npm.taobao.org/align-text/download/align-text-0.1.4.tgz",
- "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=",
- "dev": true,
- "requires": {
- "kind-of": "3.2.2",
- "longest": "1.0.1",
- "repeat-string": "1.6.1"
- }
- },
- "alphanum-sort": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/alphanum-sort/download/alphanum-sort-1.0.2.tgz",
- "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=",
- "dev": true
- },
- "amdefine": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/amdefine/download/amdefine-1.0.1.tgz",
- "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=",
- "dev": true
- },
- "ansi-html": {
- "version": "0.0.7",
- "resolved": "http://registry.npm.taobao.org/ansi-html/download/ansi-html-0.0.7.tgz",
- "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=",
- "dev": true
- },
- "ansi-regex": {
- "version": "2.1.1",
- "resolved": "http://registry.npm.taobao.org/ansi-regex/download/ansi-regex-2.1.1.tgz",
- "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
- "dev": true
- },
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "http://registry.npm.taobao.org/ansi-styles/download/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "dev": true
- },
- "anymatch": {
- "version": "1.3.2",
- "resolved": "http://registry.npm.taobao.org/anymatch/download/anymatch-1.3.2.tgz",
- "integrity": "sha1-VT3Lj5HjyImEXf26NMd3IbkLnXo=",
- "dev": true,
- "requires": {
- "micromatch": "2.3.11",
- "normalize-path": "2.1.1"
- }
- },
- "app-root-path": {
- "version": "2.0.1",
- "resolved": "http://registry.npm.taobao.org/app-root-path/download/app-root-path-2.0.1.tgz",
- "integrity": "sha1-zWLc+OT9WkF+/GZNLlsQZTxlG0Y=",
- "dev": true
- },
- "append-transform": {
- "version": "0.4.0",
- "resolved": "http://registry.npm.taobao.org/append-transform/download/append-transform-0.4.0.tgz",
- "integrity": "sha1-126/jKlNJ24keja61EpLdKthGZE=",
- "dev": true,
- "requires": {
- "default-require-extensions": "1.0.0"
- }
- },
- "aproba": {
- "version": "1.1.2",
- "resolved": "http://registry.npm.taobao.org/aproba/download/aproba-1.1.2.tgz",
- "integrity": "sha1-RcZikJTeTpb2k+9+q3SuB5wkD8E=",
- "dev": true
- },
- "are-we-there-yet": {
- "version": "1.1.4",
- "resolved": "http://registry.npm.taobao.org/are-we-there-yet/download/are-we-there-yet-1.1.4.tgz",
- "integrity": "sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0=",
- "dev": true,
- "requires": {
- "delegates": "1.0.0",
- "readable-stream": "2.3.3"
- },
- "dependencies": {
- "isarray": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
- },
- "readable-stream": {
- "version": "2.3.3",
- "resolved": "http://registry.npm.taobao.org/readable-stream/download/readable-stream-2.3.3.tgz",
- "integrity": "sha1-No8lEtefnUb9/HE0mueHi7weuVw=",
- "dev": true,
- "requires": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "1.0.0",
- "process-nextick-args": "1.0.7",
- "safe-buffer": "5.1.1",
- "string_decoder": "1.0.3",
- "util-deprecate": "1.0.2"
- }
- },
- "string_decoder": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/string_decoder/download/string_decoder-1.0.3.tgz",
- "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=",
- "dev": true,
- "requires": {
- "safe-buffer": "5.1.1"
- }
- }
- }
- },
- "argparse": {
- "version": "1.0.9",
- "resolved": "http://registry.npm.taobao.org/argparse/download/argparse-1.0.9.tgz",
- "integrity": "sha1-c9g7wmP4bpf4zE9rrhsOkKfSLIY=",
- "dev": true,
- "requires": {
- "sprintf-js": "1.0.3"
- }
- },
- "arr-diff": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/arr-diff/download/arr-diff-2.0.0.tgz",
- "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=",
- "dev": true,
- "requires": {
- "arr-flatten": "1.1.0"
- }
- },
- "arr-flatten": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/arr-flatten/download/arr-flatten-1.1.0.tgz",
- "integrity": "sha1-NgSLv/TntH4TZkQxbJlmnqWukfE=",
- "dev": true
- },
- "array-find-index": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/array-find-index/download/array-find-index-1.0.2.tgz",
- "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",
- "dev": true
- },
- "array-flatten": {
- "version": "2.1.1",
- "resolved": "http://registry.npm.taobao.org/array-flatten/download/array-flatten-2.1.1.tgz",
- "integrity": "sha1-Qmu52oQJDBg42BLIFQryCoMx4pY=",
- "dev": true
- },
- "array-slice": {
- "version": "0.2.3",
- "resolved": "http://registry.npm.taobao.org/array-slice/download/array-slice-0.2.3.tgz",
- "integrity": "sha1-3Tz7gO15c6dRF82sabC5nshhhvU=",
- "dev": true
- },
- "array-union": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/array-union/download/array-union-1.0.2.tgz",
- "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
- "dev": true,
- "requires": {
- "array-uniq": "1.0.3"
- }
- },
- "array-uniq": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/array-uniq/download/array-uniq-1.0.3.tgz",
- "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
- "dev": true
- },
- "array-unique": {
- "version": "0.2.1",
- "resolved": "http://registry.npm.taobao.org/array-unique/download/array-unique-0.2.1.tgz",
- "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=",
- "dev": true
- },
- "arraybuffer.slice": {
- "version": "0.0.6",
- "resolved": "http://registry.npm.taobao.org/arraybuffer.slice/download/arraybuffer.slice-0.0.6.tgz",
- "integrity": "sha1-8zshWfBTKj8xB6JywMz70a0peco=",
- "dev": true
- },
- "arrify": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/arrify/download/arrify-1.0.1.tgz",
- "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
- "dev": true
- },
- "asap": {
- "version": "2.0.6",
- "resolved": "http://registry.npm.taobao.org/asap/download/asap-2.0.6.tgz",
- "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=",
- "dev": true,
- "optional": true
- },
- "asn1": {
- "version": "0.2.3",
- "resolved": "http://registry.npm.taobao.org/asn1/download/asn1-0.2.3.tgz",
- "integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=",
- "dev": true
- },
- "asn1.js": {
- "version": "4.9.1",
- "resolved": "http://registry.npm.taobao.org/asn1.js/download/asn1.js-4.9.1.tgz",
- "integrity": "sha1-SLokC0WpKA6UdImQull9IWYX/UA=",
- "dev": true,
- "requires": {
- "bn.js": "4.11.8",
- "inherits": "2.0.3",
- "minimalistic-assert": "1.0.0"
- }
- },
- "assert": {
- "version": "1.4.1",
- "resolved": "http://registry.npm.taobao.org/assert/download/assert-1.4.1.tgz",
- "integrity": "sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE=",
- "dev": true,
- "requires": {
- "util": "0.10.3"
- }
- },
- "assert-plus": {
- "version": "0.2.0",
- "resolved": "http://registry.npm.taobao.org/assert-plus/download/assert-plus-0.2.0.tgz",
- "integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=",
- "dev": true
- },
- "async": {
- "version": "2.5.0",
- "resolved": "http://registry.npm.taobao.org/async/download/async-2.5.0.tgz",
- "integrity": "sha1-hDGQ/WtzV6C54clW7d3V7IRitU0=",
- "dev": true,
- "requires": {
- "lodash": "4.17.4"
- }
- },
- "async-each": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/async-each/download/async-each-1.0.1.tgz",
- "integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0=",
- "dev": true
- },
- "async-foreach": {
- "version": "0.1.3",
- "resolved": "http://registry.npm.taobao.org/async-foreach/download/async-foreach-0.1.3.tgz",
- "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=",
- "dev": true,
- "optional": true
- },
- "asynckit": {
- "version": "0.4.0",
- "resolved": "http://registry.npm.taobao.org/asynckit/download/asynckit-0.4.0.tgz",
- "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=",
- "dev": true
- },
- "autoprefixer": {
- "version": "6.7.7",
- "resolved": "http://registry.npm.taobao.org/autoprefixer/download/autoprefixer-6.7.7.tgz",
- "integrity": "sha1-Hb0cg1ZY41zj+ZhAmdsAWFx4IBQ=",
- "dev": true,
- "requires": {
- "browserslist": "1.7.7",
- "caniuse-db": "1.0.30000716",
- "normalize-range": "0.1.2",
- "num2fraction": "1.2.2",
- "postcss": "5.2.17",
- "postcss-value-parser": "3.3.0"
- }
- },
- "aws-sign2": {
- "version": "0.6.0",
- "resolved": "http://registry.npm.taobao.org/aws-sign2/download/aws-sign2-0.6.0.tgz",
- "integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8=",
- "dev": true
- },
- "aws4": {
- "version": "1.6.0",
- "resolved": "http://registry.npm.taobao.org/aws4/download/aws4-1.6.0.tgz",
- "integrity": "sha1-g+9cqGCysy5KDe7e6MdxudtXRx4=",
- "dev": true
- },
- "babel-code-frame": {
- "version": "6.26.0",
- "resolved": "http://registry.npm.taobao.org/babel-code-frame/download/babel-code-frame-6.26.0.tgz",
- "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "esutils": "2.0.2",
- "js-tokens": "3.0.2"
- },
- "dependencies": {
- "chalk": {
- "version": "1.1.3",
- "resolved": "http://registry.npm.taobao.org/chalk/download/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/supports-color/download/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "babel-generator": {
- "version": "6.26.0",
- "resolved": "http://registry.npm.taobao.org/babel-generator/download/babel-generator-6.26.0.tgz",
- "integrity": "sha1-rBriAHC3n248odMmlhMFN3TyDcU=",
- "dev": true,
- "requires": {
- "babel-messages": "6.23.0",
- "babel-runtime": "6.26.0",
- "babel-types": "6.26.0",
- "detect-indent": "4.0.0",
- "jsesc": "1.3.0",
- "lodash": "4.17.4",
- "source-map": "0.5.6",
- "trim-right": "1.0.1"
- },
- "dependencies": {
- "jsesc": {
- "version": "1.3.0",
- "resolved": "http://registry.npm.taobao.org/jsesc/download/jsesc-1.3.0.tgz",
- "integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s=",
- "dev": true
- }
- }
- },
- "babel-messages": {
- "version": "6.23.0",
- "resolved": "http://registry.npm.taobao.org/babel-messages/download/babel-messages-6.23.0.tgz",
- "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0"
- }
- },
- "babel-runtime": {
- "version": "6.26.0",
- "resolved": "http://registry.npm.taobao.org/babel-runtime/download/babel-runtime-6.26.0.tgz",
- "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
- "dev": true,
- "requires": {
- "core-js": "2.5.0",
- "regenerator-runtime": "0.11.0"
- }
- },
- "babel-template": {
- "version": "6.26.0",
- "resolved": "http://registry.npm.taobao.org/babel-template/download/babel-template-6.26.0.tgz",
- "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0",
- "babel-traverse": "6.26.0",
- "babel-types": "6.26.0",
- "babylon": "6.18.0",
- "lodash": "4.17.4"
- }
- },
- "babel-traverse": {
- "version": "6.26.0",
- "resolved": "http://registry.npm.taobao.org/babel-traverse/download/babel-traverse-6.26.0.tgz",
- "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=",
- "dev": true,
- "requires": {
- "babel-code-frame": "6.26.0",
- "babel-messages": "6.23.0",
- "babel-runtime": "6.26.0",
- "babel-types": "6.26.0",
- "babylon": "6.18.0",
- "debug": "2.6.8",
- "globals": "9.18.0",
- "invariant": "2.2.2",
- "lodash": "4.17.4"
- }
- },
- "babel-types": {
- "version": "6.26.0",
- "resolved": "http://registry.npm.taobao.org/babel-types/download/babel-types-6.26.0.tgz",
- "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0",
- "esutils": "2.0.2",
- "lodash": "4.17.4",
- "to-fast-properties": "1.0.3"
- }
- },
- "babylon": {
- "version": "6.18.0",
- "resolved": "http://registry.npm.taobao.org/babylon/download/babylon-6.18.0.tgz",
- "integrity": "sha1-ry87iPpvXB5MY00aD46sT1WzleM=",
- "dev": true
- },
- "backo2": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/backo2/download/backo2-1.0.2.tgz",
- "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=",
- "dev": true
- },
- "balanced-match": {
- "version": "0.4.2",
- "resolved": "http://registry.npm.taobao.org/balanced-match/download/balanced-match-0.4.2.tgz",
- "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=",
- "dev": true
- },
- "base64-arraybuffer": {
- "version": "0.1.5",
- "resolved": "http://registry.npm.taobao.org/base64-arraybuffer/download/base64-arraybuffer-0.1.5.tgz",
- "integrity": "sha1-c5JncZI7Whl0etZmqlzUv5xunOg=",
- "dev": true
- },
- "base64-js": {
- "version": "1.2.1",
- "resolved": "http://registry.npm.taobao.org/base64-js/download/base64-js-1.2.1.tgz",
- "integrity": "sha1-qRlH2h9KUW6jjltOwOw3c2deCIY=",
- "dev": true
- },
- "base64id": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/base64id/download/base64id-1.0.0.tgz",
- "integrity": "sha1-R2iMuZu2gE8OBtPnY7HDLlfY5rY=",
- "dev": true
- },
- "batch": {
- "version": "0.6.1",
- "resolved": "http://registry.npm.taobao.org/batch/download/batch-0.6.1.tgz",
- "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=",
- "dev": true
- },
- "bcrypt-pbkdf": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/bcrypt-pbkdf/download/bcrypt-pbkdf-1.0.1.tgz",
- "integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=",
- "dev": true,
- "optional": true,
- "requires": {
- "tweetnacl": "0.14.5"
- }
- },
- "better-assert": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/better-assert/download/better-assert-1.0.2.tgz",
- "integrity": "sha1-QIZrnhueC1W0gYlDEeaPr/rrxSI=",
- "dev": true,
- "requires": {
- "callsite": "1.0.0"
- }
- },
- "big.js": {
- "version": "3.1.3",
- "resolved": "http://registry.npm.taobao.org/big.js/download/big.js-3.1.3.tgz",
- "integrity": "sha1-TK2iGTZS6zyp7I5VyQFWacmAaXg=",
- "dev": true
- },
- "binary-extensions": {
- "version": "1.10.0",
- "resolved": "http://registry.npm.taobao.org/binary-extensions/download/binary-extensions-1.10.0.tgz",
- "integrity": "sha1-muuabF6IY4qtFx4Wf1kAq+JINdA=",
- "dev": true
- },
- "blob": {
- "version": "0.0.4",
- "resolved": "http://registry.npm.taobao.org/blob/download/blob-0.0.4.tgz",
- "integrity": "sha1-vPEwUspURj8w+fx+lbmkdjCpSSE=",
- "dev": true
- },
- "block-stream": {
- "version": "0.0.9",
- "resolved": "http://registry.npm.taobao.org/block-stream/download/block-stream-0.0.9.tgz",
- "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
- "dev": true,
- "optional": true,
- "requires": {
- "inherits": "2.0.3"
- }
- },
- "blocking-proxy": {
- "version": "0.0.5",
- "resolved": "http://registry.npm.taobao.org/blocking-proxy/download/blocking-proxy-0.0.5.tgz",
- "integrity": "sha1-RikF4Nz76pcPQao3Ij3anAexkSs=",
- "dev": true,
- "requires": {
- "minimist": "1.2.0"
- },
- "dependencies": {
- "minimist": {
- "version": "1.2.0",
- "resolved": "http://registry.npm.taobao.org/minimist/download/minimist-1.2.0.tgz",
- "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
- "dev": true
- }
- }
- },
- "bluebird": {
- "version": "3.5.0",
- "resolved": "http://registry.npm.taobao.org/bluebird/download/bluebird-3.5.0.tgz",
- "integrity": "sha1-eRQg1/VR7qKJdFOop3ZT+WYG1nw=",
- "dev": true
- },
- "bn.js": {
- "version": "4.11.8",
- "resolved": "http://registry.npm.taobao.org/bn.js/download/bn.js-4.11.8.tgz",
- "integrity": "sha1-LN4J617jQfSEdGuwMJsyU7GxRC8=",
- "dev": true
- },
- "body-parser": {
- "version": "1.17.2",
- "resolved": "http://registry.npm.taobao.org/body-parser/download/body-parser-1.17.2.tgz",
- "integrity": "sha1-+IkqvI+eYn1Crtr7yma/WrmRBO4=",
- "dev": true,
- "requires": {
- "bytes": "2.4.0",
- "content-type": "1.0.2",
- "debug": "2.6.7",
- "depd": "1.1.1",
- "http-errors": "1.6.2",
- "iconv-lite": "0.4.15",
- "on-finished": "2.3.0",
- "qs": "6.4.0",
- "raw-body": "2.2.0",
- "type-is": "1.6.15"
- },
- "dependencies": {
- "bytes": {
- "version": "2.4.0",
- "resolved": "http://registry.npm.taobao.org/bytes/download/bytes-2.4.0.tgz",
- "integrity": "sha1-fZcZb51br39pNeJZhVSe3SpsIzk=",
- "dev": true
- },
- "debug": {
- "version": "2.6.7",
- "resolved": "http://registry.npm.taobao.org/debug/download/debug-2.6.7.tgz",
- "integrity": "sha1-krrR9tBbu2u6Isyoi80OyJTChh4=",
- "dev": true,
- "requires": {
- "ms": "2.0.0"
- }
- },
- "iconv-lite": {
- "version": "0.4.15",
- "resolved": "http://registry.npm.taobao.org/iconv-lite/download/iconv-lite-0.4.15.tgz",
- "integrity": "sha1-/iZaIYrGpXz+hUkn6dBMGYJe3es=",
- "dev": true
- }
- }
- },
- "bonjour": {
- "version": "3.5.0",
- "resolved": "http://registry.npm.taobao.org/bonjour/download/bonjour-3.5.0.tgz",
- "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=",
- "dev": true,
- "requires": {
- "array-flatten": "2.1.1",
- "deep-equal": "1.0.1",
- "dns-equal": "1.0.0",
- "dns-txt": "2.0.2",
- "multicast-dns": "6.1.1",
- "multicast-dns-service-types": "1.1.0"
- }
- },
- "boolbase": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/boolbase/download/boolbase-1.0.0.tgz",
- "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=",
- "dev": true
- },
- "boom": {
- "version": "2.10.1",
- "resolved": "http://registry.npm.taobao.org/boom/download/boom-2.10.1.tgz",
- "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=",
- "dev": true,
- "requires": {
- "hoek": "2.16.3"
- }
- },
- "bootstrap": {
- "version": "4.0.0-alpha.6",
- "resolved": "http://10.75.8.148/repository/npm-pub/bootstrap/-/bootstrap-4.0.0-alpha.6.tgz",
- "integrity": "sha1-T1TdM6wN6sOyhAe8LffsYIhpycg=",
- "requires": {
- "jquery": "3.2.1",
- "tether": "1.4.0"
- }
- },
- "brace-expansion": {
- "version": "1.1.8",
- "resolved": "http://registry.npm.taobao.org/brace-expansion/download/brace-expansion-1.1.8.tgz",
- "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=",
- "dev": true,
- "requires": {
- "balanced-match": "1.0.0",
- "concat-map": "0.0.1"
- },
- "dependencies": {
- "balanced-match": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/balanced-match/download/balanced-match-1.0.0.tgz",
- "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
- "dev": true
- }
- }
- },
- "braces": {
- "version": "1.8.5",
- "resolved": "http://registry.npm.taobao.org/braces/download/braces-1.8.5.tgz",
- "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=",
- "dev": true,
- "requires": {
- "expand-range": "1.8.2",
- "preserve": "0.2.0",
- "repeat-element": "1.1.2"
- }
- },
- "brorand": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/brorand/download/brorand-1.1.0.tgz",
- "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=",
- "dev": true
- },
- "browserify-aes": {
- "version": "1.0.6",
- "resolved": "http://registry.npm.taobao.org/browserify-aes/download/browserify-aes-1.0.6.tgz",
- "integrity": "sha1-Xncl297x/Vkw1OurSFZ85FHEigo=",
- "dev": true,
- "requires": {
- "buffer-xor": "1.0.3",
- "cipher-base": "1.0.4",
- "create-hash": "1.1.3",
- "evp_bytestokey": "1.0.0",
- "inherits": "2.0.3"
- }
- },
- "browserify-cipher": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/browserify-cipher/download/browserify-cipher-1.0.0.tgz",
- "integrity": "sha1-mYgkSHS/XtTijalWZtzWasj8Njo=",
- "dev": true,
- "requires": {
- "browserify-aes": "1.0.6",
- "browserify-des": "1.0.0",
- "evp_bytestokey": "1.0.0"
- }
- },
- "browserify-des": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/browserify-des/download/browserify-des-1.0.0.tgz",
- "integrity": "sha1-2qJ3cXRwki7S/hhZQRihdUOXId0=",
- "dev": true,
- "requires": {
- "cipher-base": "1.0.4",
- "des.js": "1.0.0",
- "inherits": "2.0.3"
- }
- },
- "browserify-rsa": {
- "version": "4.0.1",
- "resolved": "http://registry.npm.taobao.org/browserify-rsa/download/browserify-rsa-4.0.1.tgz",
- "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=",
- "dev": true,
- "requires": {
- "bn.js": "4.11.8",
- "randombytes": "2.0.5"
- }
- },
- "browserify-sign": {
- "version": "4.0.4",
- "resolved": "http://registry.npm.taobao.org/browserify-sign/download/browserify-sign-4.0.4.tgz",
- "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=",
- "dev": true,
- "requires": {
- "bn.js": "4.11.8",
- "browserify-rsa": "4.0.1",
- "create-hash": "1.1.3",
- "create-hmac": "1.1.6",
- "elliptic": "6.4.0",
- "inherits": "2.0.3",
- "parse-asn1": "5.1.0"
- }
- },
- "browserify-zlib": {
- "version": "0.1.4",
- "resolved": "http://registry.npm.taobao.org/browserify-zlib/download/browserify-zlib-0.1.4.tgz",
- "integrity": "sha1-uzX4pRn2AOD6a4SFJByXnQFB+y0=",
- "dev": true,
- "requires": {
- "pako": "0.2.9"
- }
- },
- "browserslist": {
- "version": "1.7.7",
- "resolved": "http://registry.npm.taobao.org/browserslist/download/browserslist-1.7.7.tgz",
- "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
- "dev": true,
- "requires": {
- "caniuse-db": "1.0.30000716",
- "electron-to-chromium": "1.3.18"
- }
- },
- "buffer": {
- "version": "4.9.1",
- "resolved": "http://registry.npm.taobao.org/buffer/download/buffer-4.9.1.tgz",
- "integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=",
- "dev": true,
- "requires": {
- "base64-js": "1.2.1",
- "ieee754": "1.1.8",
- "isarray": "1.0.0"
- },
- "dependencies": {
- "isarray": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
- }
- }
- },
- "buffer-from": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/buffer-from/download/buffer-from-1.0.0.tgz",
- "integrity": "sha1-TLiDLSNhJYmwQG6eKVbBfwb99TE=",
- "dev": true
- },
- "buffer-indexof": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/buffer-indexof/download/buffer-indexof-1.1.0.tgz",
- "integrity": "sha1-9U9kfE9OJSKLqmVqLlfkPV8nCYI=",
- "dev": true
- },
- "buffer-xor": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/buffer-xor/download/buffer-xor-1.0.3.tgz",
- "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=",
- "dev": true
- },
- "builtin-modules": {
- "version": "1.1.1",
- "resolved": "http://registry.npm.taobao.org/builtin-modules/download/builtin-modules-1.1.1.tgz",
- "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=",
- "dev": true
- },
- "builtin-status-codes": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/builtin-status-codes/download/builtin-status-codes-3.0.0.tgz",
- "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=",
- "dev": true
- },
- "bytes": {
- "version": "2.5.0",
- "resolved": "http://registry.npm.taobao.org/bytes/download/bytes-2.5.0.tgz",
- "integrity": "sha1-TJQj6i0lLCcMQbK97+/5u2tiwGo=",
- "dev": true
- },
- "cacache": {
- "version": "10.0.4",
- "resolved": "http://registry.npm.taobao.org/cacache/download/cacache-10.0.4.tgz",
- "integrity": "sha1-ZFI2eZnv+dQYiu/ZoU6dfGomNGA=",
- "dev": true,
- "requires": {
- "bluebird": "3.5.1",
- "chownr": "1.0.1",
- "glob": "7.1.2",
- "graceful-fs": "4.1.11",
- "lru-cache": "4.1.1",
- "mississippi": "2.0.0",
- "mkdirp": "0.5.1",
- "move-concurrently": "1.0.1",
- "promise-inflight": "1.0.1",
- "rimraf": "2.6.2",
- "ssri": "5.3.0",
- "unique-filename": "1.1.0",
- "y18n": "4.0.0"
- },
- "dependencies": {
- "bluebird": {
- "version": "3.5.1",
- "resolved": "http://registry.npm.taobao.org/bluebird/download/bluebird-3.5.1.tgz",
- "integrity": "sha1-2VUfnemPH82h5oPRfukaBgLuLrk=",
- "dev": true
- },
- "rimraf": {
- "version": "2.6.2",
- "resolved": "http://registry.npm.taobao.org/rimraf/download/rimraf-2.6.2.tgz",
- "integrity": "sha1-LtgVDSShbqhlHm1u8PR8QVjOejY=",
- "dev": true,
- "requires": {
- "glob": "7.1.2"
- }
- },
- "y18n": {
- "version": "4.0.0",
- "resolved": "http://registry.npm.taobao.org/y18n/download/y18n-4.0.0.tgz",
- "integrity": "sha1-le+U+F7MgdAHwmThkKEg8KPIVms=",
- "dev": true
- }
- }
- },
- "callsite": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/callsite/download/callsite-1.0.0.tgz",
- "integrity": "sha1-KAOY5dZkvXQDi28JBRU+borxvCA=",
- "dev": true
- },
- "camel-case": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/camel-case/download/camel-case-3.0.0.tgz",
- "integrity": "sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M=",
- "dev": true,
- "requires": {
- "no-case": "2.3.1",
- "upper-case": "1.1.3"
- }
- },
- "camelcase": {
- "version": "2.1.1",
- "resolved": "http://registry.npm.taobao.org/camelcase/download/camelcase-2.1.1.tgz",
- "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",
- "dev": true
- },
- "camelcase-keys": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/camelcase-keys/download/camelcase-keys-2.1.0.tgz",
- "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
- "dev": true,
- "requires": {
- "camelcase": "2.1.1",
- "map-obj": "1.0.1"
- }
- },
- "caniuse-api": {
- "version": "1.6.1",
- "resolved": "http://registry.npm.taobao.org/caniuse-api/download/caniuse-api-1.6.1.tgz",
- "integrity": "sha1-tTTnxzTE+B7F++isoq0kNUuWLGw=",
- "dev": true,
- "requires": {
- "browserslist": "1.7.7",
- "caniuse-db": "1.0.30000716",
- "lodash.memoize": "4.1.2",
- "lodash.uniq": "4.5.0"
- }
- },
- "caniuse-db": {
- "version": "1.0.30000716",
- "resolved": "http://registry.npm.taobao.org/caniuse-db/download/caniuse-db-1.0.30000716.tgz",
- "integrity": "sha1-sHF3ZdFXZi6MdKYVYshMn8NgSkk=",
- "dev": true
- },
- "caseless": {
- "version": "0.12.0",
- "resolved": "http://registry.npm.taobao.org/caseless/download/caseless-0.12.0.tgz",
- "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=",
- "dev": true
- },
- "center-align": {
- "version": "0.1.3",
- "resolved": "http://registry.npm.taobao.org/center-align/download/center-align-0.1.3.tgz",
- "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=",
- "dev": true,
- "requires": {
- "align-text": "0.1.4",
- "lazy-cache": "1.0.4"
- },
- "dependencies": {
- "lazy-cache": {
- "version": "1.0.4",
- "resolved": "http://registry.npm.taobao.org/lazy-cache/download/lazy-cache-1.0.4.tgz",
- "integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4=",
- "dev": true
- }
- }
- },
- "chalk": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/chalk/download/chalk-2.1.0.tgz",
- "integrity": "sha1-rFvs8U+iG5nGySynp9fP1bF+dD4=",
- "dev": true,
- "requires": {
- "ansi-styles": "3.2.0",
- "escape-string-regexp": "1.0.5",
- "supports-color": "4.2.1"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "3.2.0",
- "resolved": "http://registry.npm.taobao.org/ansi-styles/download/ansi-styles-3.2.0.tgz",
- "integrity": "sha1-wVm41b4PnlpvNG2rlPFs4CIWG4g=",
- "dev": true,
- "requires": {
- "color-convert": "1.9.0"
- }
- },
- "has-flag": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/has-flag/download/has-flag-2.0.0.tgz",
- "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=",
- "dev": true
- },
- "supports-color": {
- "version": "4.2.1",
- "resolved": "http://registry.npm.taobao.org/supports-color/download/supports-color-4.2.1.tgz",
- "integrity": "sha1-ZaS7JjHpDgJCDbpVVMN1pHVLuDY=",
- "dev": true,
- "requires": {
- "has-flag": "2.0.0"
- }
- }
- }
- },
- "charenc": {
- "version": "0.0.2",
- "resolved": "http://registry.npm.taobao.org/charenc/download/charenc-0.0.2.tgz",
- "integrity": "sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc=",
- "dev": true
- },
- "chokidar": {
- "version": "1.7.0",
- "resolved": "http://registry.npm.taobao.org/chokidar/download/chokidar-1.7.0.tgz",
- "integrity": "sha1-eY5ol3gVHIB2tLNg5e3SjNortGg=",
- "dev": true,
- "requires": {
- "anymatch": "1.3.2",
- "async-each": "1.0.1",
- "glob-parent": "2.0.0",
- "inherits": "2.0.3",
- "is-binary-path": "1.0.1",
- "is-glob": "2.0.1",
- "path-is-absolute": "1.0.1",
- "readdirp": "2.1.0"
- }
- },
- "chownr": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/chownr/download/chownr-1.0.1.tgz",
- "integrity": "sha1-4qdQQqlVGQi+vSW4Uj1fl2nXkYE=",
- "dev": true
- },
- "cipher-base": {
- "version": "1.0.4",
- "resolved": "http://registry.npm.taobao.org/cipher-base/download/cipher-base-1.0.4.tgz",
- "integrity": "sha1-h2Dk7MJy9MNjUy+SbYdKriwTl94=",
- "dev": true,
- "requires": {
- "inherits": "2.0.3",
- "safe-buffer": "5.1.1"
- }
- },
- "circular-dependency-plugin": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/circular-dependency-plugin/download/circular-dependency-plugin-3.0.0.tgz",
- "integrity": "sha1-m2hpLjWw41EJmNAWS2rlARvqV2A=",
- "dev": true
- },
- "clap": {
- "version": "1.2.0",
- "resolved": "http://registry.npm.taobao.org/clap/download/clap-1.2.0.tgz",
- "integrity": "sha1-WckP4+E3EEdG/xlGmiemNP9oyFc=",
- "dev": true,
- "requires": {
- "chalk": "1.1.3"
- },
- "dependencies": {
- "chalk": {
- "version": "1.1.3",
- "resolved": "http://registry.npm.taobao.org/chalk/download/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/supports-color/download/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- },
- "clean-css": {
- "version": "4.1.7",
- "resolved": "http://registry.npm.taobao.org/clean-css/download/clean-css-4.1.7.tgz",
- "integrity": "sha1-ua6k+FZ5iJzz6ui0A0nsTr390DI=",
- "dev": true,
- "requires": {
- "source-map": "0.5.6"
- }
- },
- "cliui": {
- "version": "3.2.0",
- "resolved": "http://registry.npm.taobao.org/cliui/download/cliui-3.2.0.tgz",
- "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
- "dev": true,
- "requires": {
- "string-width": "1.0.2",
- "strip-ansi": "3.0.1",
- "wrap-ansi": "2.1.0"
- },
- "dependencies": {
- "is-fullwidth-code-point": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/is-fullwidth-code-point/download/is-fullwidth-code-point-1.0.0.tgz",
- "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
- "dev": true,
- "requires": {
- "number-is-nan": "1.0.1"
- }
- },
- "string-width": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/string-width/download/string-width-1.0.2.tgz",
- "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
- "dev": true,
- "requires": {
- "code-point-at": "1.1.0",
- "is-fullwidth-code-point": "1.0.0",
- "strip-ansi": "3.0.1"
- }
- }
- }
- },
- "clone": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/clone/download/clone-1.0.2.tgz",
- "integrity": "sha1-Jgt6meux7f4kdTgXX3gyQ8sZ0Uk=",
- "dev": true
- },
- "clone-deep": {
- "version": "0.3.0",
- "resolved": "http://registry.npm.taobao.org/clone-deep/download/clone-deep-0.3.0.tgz",
- "integrity": "sha1-NIxhrpzb4O3+BT2R/0zFIdeQ7eg=",
- "dev": true,
- "requires": {
- "for-own": "1.0.0",
- "is-plain-object": "2.0.4",
- "kind-of": "3.2.2",
- "shallow-clone": "0.1.2"
- }
- },
- "co": {
- "version": "4.6.0",
- "resolved": "http://registry.npm.taobao.org/co/download/co-4.6.0.tgz",
- "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=",
- "dev": true
- },
- "coa": {
- "version": "1.0.4",
- "resolved": "http://registry.npm.taobao.org/coa/download/coa-1.0.4.tgz",
- "integrity": "sha1-qe8VNmDWqGqL3sAomlxoTSF0Mv0=",
- "dev": true,
- "requires": {
- "q": "1.5.0"
- }
- },
- "code-point-at": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/code-point-at/download/code-point-at-1.1.0.tgz",
- "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
- "dev": true
- },
- "codelyzer": {
- "version": "3.1.2",
- "resolved": "http://registry.npm.taobao.org/codelyzer/download/codelyzer-3.1.2.tgz",
- "integrity": "sha1-n/HwQfubXuXb60W6hm368EmDrwQ=",
- "dev": true,
- "requires": {
- "app-root-path": "2.0.1",
- "css-selector-tokenizer": "0.7.0",
- "cssauron": "1.4.0",
- "semver-dsl": "1.0.1",
- "source-map": "0.5.6",
- "sprintf-js": "1.0.3"
- }
- },
- "color": {
- "version": "0.11.4",
- "resolved": "http://registry.npm.taobao.org/color/download/color-0.11.4.tgz",
- "integrity": "sha1-bXtcdPtl6EHNSHkq0e1eB7kE12Q=",
- "dev": true,
- "requires": {
- "clone": "1.0.2",
- "color-convert": "1.9.0",
- "color-string": "0.3.0"
- }
- },
- "color-convert": {
- "version": "1.9.0",
- "resolved": "http://registry.npm.taobao.org/color-convert/download/color-convert-1.9.0.tgz",
- "integrity": "sha1-Gsz5fdc5uYO/mU1W/sj5WFNkG3o=",
- "dev": true,
- "requires": {
- "color-name": "1.1.3"
- }
- },
- "color-name": {
- "version": "1.1.3",
- "resolved": "http://registry.npm.taobao.org/color-name/download/color-name-1.1.3.tgz",
- "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
- "dev": true
- },
- "color-string": {
- "version": "0.3.0",
- "resolved": "http://registry.npm.taobao.org/color-string/download/color-string-0.3.0.tgz",
- "integrity": "sha1-J9RvtnAlxcL6JZk7+/V55HhBuZE=",
- "dev": true,
- "requires": {
- "color-name": "1.1.3"
- }
- },
- "colormin": {
- "version": "1.1.2",
- "resolved": "http://registry.npm.taobao.org/colormin/download/colormin-1.1.2.tgz",
- "integrity": "sha1-6i90IKcrlogaOKrlnsEkpvcpgTM=",
- "dev": true,
- "requires": {
- "color": "0.11.4",
- "css-color-names": "0.0.4",
- "has": "1.0.1"
- }
- },
- "colors": {
- "version": "1.1.2",
- "resolved": "http://registry.npm.taobao.org/colors/download/colors-1.1.2.tgz",
- "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=",
- "dev": true
- },
- "combine-lists": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/combine-lists/download/combine-lists-1.0.1.tgz",
- "integrity": "sha1-RYwH4J4NkA/Ci3Cj/sLazR0st/Y=",
- "dev": true,
- "requires": {
- "lodash": "4.17.4"
- }
- },
- "combined-stream": {
- "version": "1.0.5",
- "resolved": "http://registry.npm.taobao.org/combined-stream/download/combined-stream-1.0.5.tgz",
- "integrity": "sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk=",
- "dev": true,
- "requires": {
- "delayed-stream": "1.0.0"
- }
- },
- "commander": {
- "version": "2.11.0",
- "resolved": "http://registry.npm.taobao.org/commander/download/commander-2.11.0.tgz",
- "integrity": "sha1-FXFS/R56bI2YpbcVzzdt+SgARWM=",
- "dev": true
- },
- "common-tags": {
- "version": "1.4.0",
- "resolved": "http://registry.npm.taobao.org/common-tags/download/common-tags-1.4.0.tgz",
- "integrity": "sha1-EYe+Tz1M8MBCfUP3Tu8fc1AWFMA=",
- "dev": true,
- "requires": {
- "babel-runtime": "6.26.0"
- }
- },
- "commondir": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/commondir/download/commondir-1.0.1.tgz",
- "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=",
- "dev": true
- },
- "component-bind": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/component-bind/download/component-bind-1.0.0.tgz",
- "integrity": "sha1-AMYIq33Nk4l8AAllGx06jh5zu9E=",
- "dev": true
- },
- "component-emitter": {
- "version": "1.1.2",
- "resolved": "http://registry.npm.taobao.org/component-emitter/download/component-emitter-1.1.2.tgz",
- "integrity": "sha1-KWWU8nU9qmOZbSrwjRWpURbJrsM=",
- "dev": true
- },
- "component-inherit": {
- "version": "0.0.3",
- "resolved": "http://registry.npm.taobao.org/component-inherit/download/component-inherit-0.0.3.tgz",
- "integrity": "sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM=",
- "dev": true
- },
- "compressible": {
- "version": "2.0.11",
- "resolved": "http://registry.npm.taobao.org/compressible/download/compressible-2.0.11.tgz",
- "integrity": "sha1-FnGKdd4oPtjmBAQWJaIGRYZ5fYo=",
- "dev": true,
- "requires": {
- "mime-db": "1.29.0"
- }
- },
- "compression": {
- "version": "1.7.0",
- "resolved": "http://registry.npm.taobao.org/compression/download/compression-1.7.0.tgz",
- "integrity": "sha1-AwyfGY8WQ6BX13anOOki2kNzAS0=",
- "dev": true,
- "requires": {
- "accepts": "1.3.3",
- "bytes": "2.5.0",
- "compressible": "2.0.11",
- "debug": "2.6.8",
- "on-headers": "1.0.1",
- "safe-buffer": "5.1.1",
- "vary": "1.1.1"
- }
- },
- "concat-map": {
- "version": "0.0.1",
- "resolved": "http://registry.npm.taobao.org/concat-map/download/concat-map-0.0.1.tgz",
- "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
- "dev": true
- },
- "concat-stream": {
- "version": "1.6.2",
- "resolved": "http://registry.npm.taobao.org/concat-stream/download/concat-stream-1.6.2.tgz",
- "integrity": "sha1-kEvfGUzTEi/Gdcd/xKw9T/D9GjQ=",
- "dev": true,
- "requires": {
- "buffer-from": "1.0.0",
- "inherits": "2.0.3",
- "readable-stream": "2.3.5",
- "typedarray": "0.0.6"
- },
- "dependencies": {
- "isarray": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
- },
- "process-nextick-args": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/process-nextick-args/download/process-nextick-args-2.0.0.tgz",
- "integrity": "sha1-o31zL0JxtKsa0HDTVQjoKQeI/6o=",
- "dev": true
- },
- "readable-stream": {
- "version": "2.3.5",
- "resolved": "http://registry.npm.taobao.org/readable-stream/download/readable-stream-2.3.5.tgz",
- "integrity": "sha1-tPhQA6k4y7bsvOKhJPsQEr0ag40=",
- "dev": true,
- "requires": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "1.0.0",
- "process-nextick-args": "2.0.0",
- "safe-buffer": "5.1.1",
- "string_decoder": "1.0.3",
- "util-deprecate": "1.0.2"
- }
- },
- "string_decoder": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/string_decoder/download/string_decoder-1.0.3.tgz",
- "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=",
- "dev": true,
- "requires": {
- "safe-buffer": "5.1.1"
- }
- }
- }
- },
- "connect": {
- "version": "3.6.3",
- "resolved": "http://registry.npm.taobao.org/connect/download/connect-3.6.3.tgz",
- "integrity": "sha1-9zINRqJbS+e0g6IjZRfySx4n4wE=",
- "dev": true,
- "requires": {
- "debug": "2.6.8",
- "finalhandler": "1.0.4",
- "parseurl": "1.3.1",
- "utils-merge": "1.0.0"
- }
- },
- "connect-history-api-fallback": {
- "version": "1.3.0",
- "resolved": "http://registry.npm.taobao.org/connect-history-api-fallback/download/connect-history-api-fallback-1.3.0.tgz",
- "integrity": "sha1-5R0X+PDvDbkKZP20feMFFVbp8Wk=",
- "dev": true
- },
- "console-browserify": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/console-browserify/download/console-browserify-1.1.0.tgz",
- "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=",
- "dev": true,
- "requires": {
- "date-now": "0.1.4"
- }
- },
- "console-control-strings": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/console-control-strings/download/console-control-strings-1.1.0.tgz",
- "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
- "dev": true
- },
- "constants-browserify": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/constants-browserify/download/constants-browserify-1.0.0.tgz",
- "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=",
- "dev": true
- },
- "content-disposition": {
- "version": "0.5.2",
- "resolved": "http://registry.npm.taobao.org/content-disposition/download/content-disposition-0.5.2.tgz",
- "integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ=",
- "dev": true
- },
- "content-type": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/content-type/download/content-type-1.0.2.tgz",
- "integrity": "sha1-t9ETrueo3Se9IRM8TcJSnfFyHu0=",
- "dev": true
- },
- "convert-source-map": {
- "version": "1.5.0",
- "resolved": "http://registry.npm.taobao.org/convert-source-map/download/convert-source-map-1.5.0.tgz",
- "integrity": "sha1-ms1whRxtXf3ZPZKC5e35SgP/RrU=",
- "dev": true
- },
- "cookie": {
- "version": "0.3.1",
- "resolved": "http://registry.npm.taobao.org/cookie/download/cookie-0.3.1.tgz",
- "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=",
- "dev": true
- },
- "cookie-signature": {
- "version": "1.0.6",
- "resolved": "http://registry.npm.taobao.org/cookie-signature/download/cookie-signature-1.0.6.tgz",
- "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=",
- "dev": true
- },
- "copy-concurrently": {
- "version": "1.0.5",
- "resolved": "http://registry.npm.taobao.org/copy-concurrently/download/copy-concurrently-1.0.5.tgz",
- "integrity": "sha1-kilzmMrjSTf8r9bsgTnBgFHwteA=",
- "dev": true,
- "requires": {
- "aproba": "1.1.2",
- "fs-write-stream-atomic": "1.0.10",
- "iferr": "0.1.5",
- "mkdirp": "0.5.1",
- "rimraf": "2.6.1",
- "run-queue": "1.0.3"
- }
- },
- "copy-webpack-plugin": {
- "version": "4.5.1",
- "resolved": "http://registry.npm.taobao.org/copy-webpack-plugin/download/copy-webpack-plugin-4.5.1.tgz",
- "integrity": "sha1-/E9o9K3YN8xeE9ERsgcVeTIl0pw=",
- "dev": true,
- "requires": {
- "cacache": "10.0.4",
- "find-cache-dir": "1.0.0",
- "globby": "7.1.1",
- "is-glob": "4.0.0",
- "loader-utils": "1.1.0",
- "minimatch": "3.0.4",
- "p-limit": "1.1.0",
- "serialize-javascript": "1.4.0"
- },
- "dependencies": {
- "globby": {
- "version": "7.1.1",
- "resolved": "http://registry.npm.taobao.org/globby/download/globby-7.1.1.tgz",
- "integrity": "sha1-+yzP+UAfhgCUXfral0QMypcrhoA=",
- "dev": true,
- "requires": {
- "array-union": "1.0.2",
- "dir-glob": "2.0.0",
- "glob": "7.1.2",
- "ignore": "3.3.7",
- "pify": "3.0.0",
- "slash": "1.0.0"
- }
- },
- "is-extglob": {
- "version": "2.1.1",
- "resolved": "http://registry.npm.taobao.org/is-extglob/download/is-extglob-2.1.1.tgz",
- "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
- "dev": true
- },
- "is-glob": {
- "version": "4.0.0",
- "resolved": "http://registry.npm.taobao.org/is-glob/download/is-glob-4.0.0.tgz",
- "integrity": "sha1-lSHHaEXMJhCoUgPd8ICpWML/q8A=",
- "dev": true,
- "requires": {
- "is-extglob": "2.1.1"
- }
- },
- "pify": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/pify/download/pify-3.0.0.tgz",
- "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
- "dev": true
- }
- }
- },
- "core-js": {
- "version": "2.5.0",
- "resolved": "http://registry.npm.taobao.org/core-js/download/core-js-2.5.0.tgz",
- "integrity": "sha1-VpwFCRi+ZIazg3VSAorgRmtxcIY="
- },
- "core-object": {
- "version": "3.1.4",
- "resolved": "http://registry.npm.taobao.org/core-object/download/core-object-3.1.4.tgz",
- "integrity": "sha1-bfQB6FgSS+n3Vy9MSjTGFQlS1LY=",
- "dev": true,
- "requires": {
- "chalk": "2.1.0"
- }
- },
- "core-util-is": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/core-util-is/download/core-util-is-1.0.2.tgz",
- "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
- "dev": true
- },
- "cosmiconfig": {
- "version": "2.2.2",
- "resolved": "http://registry.npm.taobao.org/cosmiconfig/download/cosmiconfig-2.2.2.tgz",
- "integrity": "sha1-YXPOvVb6wELB9DkO33r2wHx8uJI=",
- "dev": true,
- "requires": {
- "is-directory": "0.3.1",
- "js-yaml": "3.7.0",
- "minimist": "1.2.0",
- "object-assign": "4.1.1",
- "os-homedir": "1.0.2",
- "parse-json": "2.2.0",
- "require-from-string": "1.2.1"
- },
- "dependencies": {
- "minimist": {
- "version": "1.2.0",
- "resolved": "http://registry.npm.taobao.org/minimist/download/minimist-1.2.0.tgz",
- "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
- "dev": true
- }
- }
- },
- "create-ecdh": {
- "version": "4.0.0",
- "resolved": "http://registry.npm.taobao.org/create-ecdh/download/create-ecdh-4.0.0.tgz",
- "integrity": "sha1-iIxyNZbN92EvZJgjPuvXo1MBc30=",
- "dev": true,
- "requires": {
- "bn.js": "4.11.8",
- "elliptic": "6.4.0"
- }
- },
- "create-hash": {
- "version": "1.1.3",
- "resolved": "http://registry.npm.taobao.org/create-hash/download/create-hash-1.1.3.tgz",
- "integrity": "sha1-YGBCrIuSYnUPSDyt2rD1gZFy2P0=",
- "dev": true,
- "requires": {
- "cipher-base": "1.0.4",
- "inherits": "2.0.3",
- "ripemd160": "2.0.1",
- "sha.js": "2.4.8"
- }
- },
- "create-hmac": {
- "version": "1.1.6",
- "resolved": "http://registry.npm.taobao.org/create-hmac/download/create-hmac-1.1.6.tgz",
- "integrity": "sha1-rLniIaThe9sHbpBlfEK5PjcmzwY=",
- "dev": true,
- "requires": {
- "cipher-base": "1.0.4",
- "create-hash": "1.1.3",
- "inherits": "2.0.3",
- "ripemd160": "2.0.1",
- "safe-buffer": "5.1.1",
- "sha.js": "2.4.8"
- }
- },
- "cross-spawn": {
- "version": "3.0.1",
- "resolved": "http://registry.npm.taobao.org/cross-spawn/download/cross-spawn-3.0.1.tgz",
- "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=",
- "dev": true,
- "optional": true,
- "requires": {
- "lru-cache": "4.1.1",
- "which": "1.3.0"
- }
- },
- "crypt": {
- "version": "0.0.2",
- "resolved": "http://registry.npm.taobao.org/crypt/download/crypt-0.0.2.tgz",
- "integrity": "sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs=",
- "dev": true
- },
- "cryptiles": {
- "version": "2.0.5",
- "resolved": "http://registry.npm.taobao.org/cryptiles/download/cryptiles-2.0.5.tgz",
- "integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=",
- "dev": true,
- "requires": {
- "boom": "2.10.1"
- }
- },
- "crypto-browserify": {
- "version": "3.11.1",
- "resolved": "http://registry.npm.taobao.org/crypto-browserify/download/crypto-browserify-3.11.1.tgz",
- "integrity": "sha1-lIlF78Z1ekANbl5a9HGU0QBkJ58=",
- "dev": true,
- "requires": {
- "browserify-cipher": "1.0.0",
- "browserify-sign": "4.0.4",
- "create-ecdh": "4.0.0",
- "create-hash": "1.1.3",
- "create-hmac": "1.1.6",
- "diffie-hellman": "5.0.2",
- "inherits": "2.0.3",
- "pbkdf2": "3.0.13",
- "public-encrypt": "4.0.0",
- "randombytes": "2.0.5"
- }
- },
- "css-color-names": {
- "version": "0.0.4",
- "resolved": "http://registry.npm.taobao.org/css-color-names/download/css-color-names-0.0.4.tgz",
- "integrity": "sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=",
- "dev": true
- },
- "css-loader": {
- "version": "0.28.5",
- "resolved": "http://registry.npm.taobao.org/css-loader/download/css-loader-0.28.5.tgz",
- "integrity": "sha1-3QK7kblFRXECEu9/aqpmZjET11Q=",
- "dev": true,
- "requires": {
- "babel-code-frame": "6.26.0",
- "css-selector-tokenizer": "0.7.0",
- "cssnano": "3.10.0",
- "icss-utils": "2.1.0",
- "loader-utils": "1.1.0",
- "lodash.camelcase": "4.3.0",
- "object-assign": "4.1.1",
- "postcss": "5.2.17",
- "postcss-modules-extract-imports": "1.1.0",
- "postcss-modules-local-by-default": "1.2.0",
- "postcss-modules-scope": "1.1.0",
- "postcss-modules-values": "1.3.0",
- "postcss-value-parser": "3.3.0",
- "source-list-map": "2.0.0"
- }
- },
- "css-parse": {
- "version": "1.7.0",
- "resolved": "http://registry.npm.taobao.org/css-parse/download/css-parse-1.7.0.tgz",
- "integrity": "sha1-Mh9s9zeCpv91ERE5D8BeLGV9jJs=",
- "dev": true
- },
- "css-select": {
- "version": "1.2.0",
- "resolved": "http://registry.npm.taobao.org/css-select/download/css-select-1.2.0.tgz",
- "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=",
- "dev": true,
- "requires": {
- "boolbase": "1.0.0",
- "css-what": "2.1.0",
- "domutils": "1.5.1",
- "nth-check": "1.0.1"
- }
- },
- "css-selector-tokenizer": {
- "version": "0.7.0",
- "resolved": "http://registry.npm.taobao.org/css-selector-tokenizer/download/css-selector-tokenizer-0.7.0.tgz",
- "integrity": "sha1-5piEdK6MlTR3v15+/s/OzNnPTIY=",
- "dev": true,
- "requires": {
- "cssesc": "0.1.0",
- "fastparse": "1.1.1",
- "regexpu-core": "1.0.0"
- }
- },
- "css-what": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/css-what/download/css-what-2.1.0.tgz",
- "integrity": "sha1-lGfQMsOM+u+58teVASUwYvh/ob0=",
- "dev": true
- },
- "cssauron": {
- "version": "1.4.0",
- "resolved": "http://registry.npm.taobao.org/cssauron/download/cssauron-1.4.0.tgz",
- "integrity": "sha1-pmAt/34EqDBtwNuaVR6S6LVmKtg=",
- "dev": true,
- "requires": {
- "through": "2.3.8"
- }
- },
- "cssesc": {
- "version": "0.1.0",
- "resolved": "http://registry.npm.taobao.org/cssesc/download/cssesc-0.1.0.tgz",
- "integrity": "sha1-yBSQPkViM3GgR3tAEJqq++6t27Q=",
- "dev": true
- },
- "cssnano": {
- "version": "3.10.0",
- "resolved": "http://registry.npm.taobao.org/cssnano/download/cssnano-3.10.0.tgz",
- "integrity": "sha1-Tzj2zqK5sX+gFJDyPx3GjqZcHDg=",
- "dev": true,
- "requires": {
- "autoprefixer": "6.7.7",
- "decamelize": "1.2.0",
- "defined": "1.0.0",
- "has": "1.0.1",
- "object-assign": "4.1.1",
- "postcss": "5.2.17",
- "postcss-calc": "5.3.1",
- "postcss-colormin": "2.2.2",
- "postcss-convert-values": "2.6.1",
- "postcss-discard-comments": "2.0.4",
- "postcss-discard-duplicates": "2.1.0",
- "postcss-discard-empty": "2.1.0",
- "postcss-discard-overridden": "0.1.1",
- "postcss-discard-unused": "2.2.3",
- "postcss-filter-plugins": "2.0.2",
- "postcss-merge-idents": "2.1.7",
- "postcss-merge-longhand": "2.0.2",
- "postcss-merge-rules": "2.1.2",
- "postcss-minify-font-values": "1.0.5",
- "postcss-minify-gradients": "1.0.5",
- "postcss-minify-params": "1.2.2",
- "postcss-minify-selectors": "2.1.1",
- "postcss-normalize-charset": "1.1.1",
- "postcss-normalize-url": "3.0.8",
- "postcss-ordered-values": "2.2.3",
- "postcss-reduce-idents": "2.4.0",
- "postcss-reduce-initial": "1.0.1",
- "postcss-reduce-transforms": "1.0.4",
- "postcss-svgo": "2.1.6",
- "postcss-unique-selectors": "2.0.2",
- "postcss-value-parser": "3.3.0",
- "postcss-zindex": "2.2.0"
- }
- },
- "csso": {
- "version": "2.3.2",
- "resolved": "http://registry.npm.taobao.org/csso/download/csso-2.3.2.tgz",
- "integrity": "sha1-3dUsWHAz9J6Utx/FVWnyUuj/X4U=",
- "dev": true,
- "requires": {
- "clap": "1.2.0",
- "source-map": "0.5.6"
- }
- },
- "currently-unhandled": {
- "version": "0.4.1",
- "resolved": "http://registry.npm.taobao.org/currently-unhandled/download/currently-unhandled-0.4.1.tgz",
- "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
- "dev": true,
- "requires": {
- "array-find-index": "1.0.2"
- }
- },
- "custom-event": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/custom-event/download/custom-event-1.0.1.tgz",
- "integrity": "sha1-XQKkaFCt8bSjF5RqOSj8y1v9BCU=",
- "dev": true
- },
- "cyclist": {
- "version": "0.2.2",
- "resolved": "http://registry.npm.taobao.org/cyclist/download/cyclist-0.2.2.tgz",
- "integrity": "sha1-GzN5LhHpFKL9bW7WRHRkRE5fpkA=",
- "dev": true
- },
- "d": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/d/download/d-1.0.0.tgz",
- "integrity": "sha1-dUu1v+VUUdpppYuU1F9MWwRi1Y8=",
- "dev": true,
- "requires": {
- "es5-ext": "0.10.29"
- }
- },
- "dashdash": {
- "version": "1.14.1",
- "resolved": "http://registry.npm.taobao.org/dashdash/download/dashdash-1.14.1.tgz",
- "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
- "dev": true,
- "requires": {
- "assert-plus": "1.0.0"
- },
- "dependencies": {
- "assert-plus": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/assert-plus/download/assert-plus-1.0.0.tgz",
- "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
- "dev": true
- }
- }
- },
- "date-fns": {
- "version": "1.29.0",
- "resolved": "http://registry.npm.taobao.org/date-fns/download/date-fns-1.29.0.tgz",
- "integrity": "sha1-EuYJzcuTUScxHQTTMzTilgoqVOY="
- },
- "date-now": {
- "version": "0.1.4",
- "resolved": "http://registry.npm.taobao.org/date-now/download/date-now-0.1.4.tgz",
- "integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=",
- "dev": true
- },
- "debug": {
- "version": "2.6.8",
- "resolved": "http://registry.npm.taobao.org/debug/download/debug-2.6.8.tgz",
- "integrity": "sha1-5zFTHKLt4n0YgiJCfaF4IdaP9Pw=",
- "dev": true,
- "requires": {
- "ms": "2.0.0"
- }
- },
- "decamelize": {
- "version": "1.2.0",
- "resolved": "http://registry.npm.taobao.org/decamelize/download/decamelize-1.2.0.tgz",
- "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
- "dev": true
- },
- "deep-equal": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/deep-equal/download/deep-equal-1.0.1.tgz",
- "integrity": "sha1-9dJgKStmDghO/0zbyfCK0yR0SLU=",
- "dev": true
- },
- "default-require-extensions": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/default-require-extensions/download/default-require-extensions-1.0.0.tgz",
- "integrity": "sha1-836hXT4T/9m0N9M+GnW1+5eHTLg=",
- "dev": true,
- "requires": {
- "strip-bom": "2.0.0"
- }
- },
- "defined": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/defined/download/defined-1.0.0.tgz",
- "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=",
- "dev": true
- },
- "del": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/del/download/del-3.0.0.tgz",
- "integrity": "sha1-U+z2mf/LyzljdpGrE7rxYIGXZuU=",
- "dev": true,
- "requires": {
- "globby": "6.1.0",
- "is-path-cwd": "1.0.0",
- "is-path-in-cwd": "1.0.0",
- "p-map": "1.1.1",
- "pify": "3.0.0",
- "rimraf": "2.6.1"
- },
- "dependencies": {
- "pify": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/pify/download/pify-3.0.0.tgz",
- "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
- "dev": true
- }
- }
- },
- "delayed-stream": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/delayed-stream/download/delayed-stream-1.0.0.tgz",
- "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
- "dev": true
- },
- "delegates": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/delegates/download/delegates-1.0.0.tgz",
- "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=",
- "dev": true
- },
- "denodeify": {
- "version": "1.2.1",
- "resolved": "http://registry.npm.taobao.org/denodeify/download/denodeify-1.2.1.tgz",
- "integrity": "sha1-OjYof1A05pnnV3kBBSwubJQlFjE=",
- "dev": true
- },
- "depd": {
- "version": "1.1.1",
- "resolved": "http://registry.npm.taobao.org/depd/download/depd-1.1.1.tgz",
- "integrity": "sha1-V4O04cRZ8G+lyif5kfPQbnoxA1k=",
- "dev": true
- },
- "des.js": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/des.js/download/des.js-1.0.0.tgz",
- "integrity": "sha1-wHTS4qpqipoH29YfmhXCzYPsjsw=",
- "dev": true,
- "requires": {
- "inherits": "2.0.3",
- "minimalistic-assert": "1.0.0"
- }
- },
- "destroy": {
- "version": "1.0.4",
- "resolved": "http://registry.npm.taobao.org/destroy/download/destroy-1.0.4.tgz",
- "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=",
- "dev": true
- },
- "detect-indent": {
- "version": "4.0.0",
- "resolved": "http://registry.npm.taobao.org/detect-indent/download/detect-indent-4.0.0.tgz",
- "integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=",
- "dev": true,
- "requires": {
- "repeating": "2.0.1"
- }
- },
- "detect-node": {
- "version": "2.0.3",
- "resolved": "http://registry.npm.taobao.org/detect-node/download/detect-node-2.0.3.tgz",
- "integrity": "sha1-ogM8CcyOFY03dI+951B4Mr1s4Sc=",
- "dev": true
- },
- "di": {
- "version": "0.0.1",
- "resolved": "http://registry.npm.taobao.org/di/download/di-0.0.1.tgz",
- "integrity": "sha1-gGZJMmzqp8qjMG112YXqJ0i6kTw=",
- "dev": true
- },
- "diff": {
- "version": "3.3.0",
- "resolved": "http://registry.npm.taobao.org/diff/download/diff-3.3.0.tgz",
- "integrity": "sha1-BWaVFQ16qTI3yn43isOxaCt5Y7k=",
- "dev": true
- },
- "diffie-hellman": {
- "version": "5.0.2",
- "resolved": "http://registry.npm.taobao.org/diffie-hellman/download/diffie-hellman-5.0.2.tgz",
- "integrity": "sha1-tYNXOScM/ias9jIJn97SoH8gnl4=",
- "dev": true,
- "requires": {
- "bn.js": "4.11.8",
- "miller-rabin": "4.0.0",
- "randombytes": "2.0.5"
- }
- },
- "dir-glob": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/dir-glob/download/dir-glob-2.0.0.tgz",
- "integrity": "sha1-CyBdK2rvmCOMooZZioIE0p0KADQ=",
- "dev": true,
- "requires": {
- "arrify": "1.0.1",
- "path-type": "3.0.0"
- },
- "dependencies": {
- "path-type": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/path-type/download/path-type-3.0.0.tgz",
- "integrity": "sha1-zvMdyOCho7sNEFwM2Xzzv0f0428=",
- "dev": true,
- "requires": {
- "pify": "3.0.0"
- }
- },
- "pify": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/pify/download/pify-3.0.0.tgz",
- "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
- "dev": true
- }
- }
- },
- "directory-encoder": {
- "version": "0.7.2",
- "resolved": "http://registry.npm.taobao.org/directory-encoder/download/directory-encoder-0.7.2.tgz",
- "integrity": "sha1-WbTiqk8lQi9sY7UntGL14tDdLFg=",
- "dev": true,
- "requires": {
- "fs-extra": "0.23.1",
- "handlebars": "1.3.0",
- "img-stats": "0.5.2"
- },
- "dependencies": {
- "fs-extra": {
- "version": "0.23.1",
- "resolved": "http://registry.npm.taobao.org/fs-extra/download/fs-extra-0.23.1.tgz",
- "integrity": "sha1-ZhHbpq3yq43Jxp+rN83fiBgVfj0=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "jsonfile": "2.4.0",
- "path-is-absolute": "1.0.1",
- "rimraf": "2.6.1"
- }
- },
- "jsonfile": {
- "version": "2.4.0",
- "resolved": "http://registry.npm.taobao.org/jsonfile/download/jsonfile-2.4.0.tgz",
- "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11"
- }
- }
- }
- },
- "dns-equal": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/dns-equal/download/dns-equal-1.0.0.tgz",
- "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=",
- "dev": true
- },
- "dns-packet": {
- "version": "1.2.2",
- "resolved": "http://registry.npm.taobao.org/dns-packet/download/dns-packet-1.2.2.tgz",
- "integrity": "sha1-qKJr7HZGQ4lj/Ibgb4+LFtbIv3o=",
- "dev": true,
- "requires": {
- "ip": "1.1.5",
- "safe-buffer": "5.1.1"
- }
- },
- "dns-txt": {
- "version": "2.0.2",
- "resolved": "http://registry.npm.taobao.org/dns-txt/download/dns-txt-2.0.2.tgz",
- "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=",
- "dev": true,
- "requires": {
- "buffer-indexof": "1.1.0"
- }
- },
- "dom-converter": {
- "version": "0.1.4",
- "resolved": "http://registry.npm.taobao.org/dom-converter/download/dom-converter-0.1.4.tgz",
- "integrity": "sha1-pF71cnuJDJv/5tfIduexnLDhfzs=",
- "dev": true,
- "requires": {
- "utila": "0.3.3"
- },
- "dependencies": {
- "utila": {
- "version": "0.3.3",
- "resolved": "http://registry.npm.taobao.org/utila/download/utila-0.3.3.tgz",
- "integrity": "sha1-1+jn1+MJEHCSsF+NloiCTWM6QiY=",
- "dev": true
- }
- }
- },
- "dom-serialize": {
- "version": "2.2.1",
- "resolved": "http://registry.npm.taobao.org/dom-serialize/download/dom-serialize-2.2.1.tgz",
- "integrity": "sha1-ViromZ9Evl6jB29UGdzVnrQ6yVs=",
- "dev": true,
- "requires": {
- "custom-event": "1.0.1",
- "ent": "2.2.0",
- "extend": "3.0.1",
- "void-elements": "2.0.1"
- }
- },
- "dom-serializer": {
- "version": "0.1.0",
- "resolved": "http://registry.npm.taobao.org/dom-serializer/download/dom-serializer-0.1.0.tgz",
- "integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=",
- "dev": true,
- "requires": {
- "domelementtype": "1.1.3",
- "entities": "1.1.1"
- },
- "dependencies": {
- "domelementtype": {
- "version": "1.1.3",
- "resolved": "http://registry.npm.taobao.org/domelementtype/download/domelementtype-1.1.3.tgz",
- "integrity": "sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs=",
- "dev": true
- }
- }
- },
- "domain-browser": {
- "version": "1.1.7",
- "resolved": "http://registry.npm.taobao.org/domain-browser/download/domain-browser-1.1.7.tgz",
- "integrity": "sha1-hnqksJP6oF8d4IwG9NeyH9+GmLw=",
- "dev": true
- },
- "domelementtype": {
- "version": "1.3.0",
- "resolved": "http://registry.npm.taobao.org/domelementtype/download/domelementtype-1.3.0.tgz",
- "integrity": "sha1-sXrtguirWeUt2cGbF1bg/BhyBMI=",
- "dev": true
- },
- "domhandler": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/domhandler/download/domhandler-2.1.0.tgz",
- "integrity": "sha1-0mRvXlf2w7qxHPbLBdPArPdBJZQ=",
- "dev": true,
- "requires": {
- "domelementtype": "1.3.0"
- }
- },
- "domutils": {
- "version": "1.5.1",
- "resolved": "http://registry.npm.taobao.org/domutils/download/domutils-1.5.1.tgz",
- "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=",
- "dev": true,
- "requires": {
- "dom-serializer": "0.1.0",
- "domelementtype": "1.3.0"
- }
- },
- "duplexify": {
- "version": "3.5.4",
- "resolved": "http://registry.npm.taobao.org/duplexify/download/duplexify-3.5.4.tgz",
- "integrity": "sha1-S7RsF5bqvr7sTKmi5muAjLej2LQ=",
- "dev": true,
- "requires": {
- "end-of-stream": "1.4.1",
- "inherits": "2.0.3",
- "readable-stream": "2.3.5",
- "stream-shift": "1.0.0"
- },
- "dependencies": {
- "isarray": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
- },
- "process-nextick-args": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/process-nextick-args/download/process-nextick-args-2.0.0.tgz",
- "integrity": "sha1-o31zL0JxtKsa0HDTVQjoKQeI/6o=",
- "dev": true
- },
- "readable-stream": {
- "version": "2.3.5",
- "resolved": "http://registry.npm.taobao.org/readable-stream/download/readable-stream-2.3.5.tgz",
- "integrity": "sha1-tPhQA6k4y7bsvOKhJPsQEr0ag40=",
- "dev": true,
- "requires": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "1.0.0",
- "process-nextick-args": "2.0.0",
- "safe-buffer": "5.1.1",
- "string_decoder": "1.0.3",
- "util-deprecate": "1.0.2"
- }
- },
- "string_decoder": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/string_decoder/download/string_decoder-1.0.3.tgz",
- "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=",
- "dev": true,
- "requires": {
- "safe-buffer": "5.1.1"
- }
- }
- }
- },
- "ecc-jsbn": {
- "version": "0.1.1",
- "resolved": "http://registry.npm.taobao.org/ecc-jsbn/download/ecc-jsbn-0.1.1.tgz",
- "integrity": "sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU=",
- "dev": true,
- "optional": true,
- "requires": {
- "jsbn": "0.1.1"
- }
- },
- "ee-first": {
- "version": "1.1.1",
- "resolved": "http://registry.npm.taobao.org/ee-first/download/ee-first-1.1.1.tgz",
- "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=",
- "dev": true
- },
- "ejs": {
- "version": "2.5.8",
- "resolved": "http://registry.npm.taobao.org/ejs/download/ejs-2.5.8.tgz",
- "integrity": "sha1-KraVRhnyJeYZO3rF98OcSP7+Q4A=",
- "dev": true
- },
- "electron-to-chromium": {
- "version": "1.3.18",
- "resolved": "http://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.18.tgz",
- "integrity": "sha1-PcyZ2j5rZl9qu8ccKK1Ros1zGpw=",
- "dev": true
- },
- "elliptic": {
- "version": "6.4.0",
- "resolved": "http://registry.npm.taobao.org/elliptic/download/elliptic-6.4.0.tgz",
- "integrity": "sha1-ysmvh2LIWDYYcAPI3+GT5eLq5d8=",
- "dev": true,
- "requires": {
- "bn.js": "4.11.8",
- "brorand": "1.1.0",
- "hash.js": "1.1.3",
- "hmac-drbg": "1.0.1",
- "inherits": "2.0.3",
- "minimalistic-assert": "1.0.0",
- "minimalistic-crypto-utils": "1.0.1"
- }
- },
- "ember-cli-string-utils": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/ember-cli-string-utils/download/ember-cli-string-utils-1.1.0.tgz",
- "integrity": "sha1-ObZ3/CgF9VFzc1N2/O8njqpEUqE=",
- "dev": true
- },
- "emojis-list": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/emojis-list/download/emojis-list-2.1.0.tgz",
- "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=",
- "dev": true
- },
- "encodeurl": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/encodeurl/download/encodeurl-1.0.1.tgz",
- "integrity": "sha1-eePVhlU0aQn+bw9Fpd5oEDspTSA=",
- "dev": true
- },
- "end-of-stream": {
- "version": "1.4.1",
- "resolved": "http://registry.npm.taobao.org/end-of-stream/download/end-of-stream-1.4.1.tgz",
- "integrity": "sha1-7SljTRm6ukY7bOa4CjchPqtx7EM=",
- "dev": true,
- "requires": {
- "once": "1.4.0"
- }
- },
- "engine.io": {
- "version": "1.8.3",
- "resolved": "http://registry.npm.taobao.org/engine.io/download/engine.io-1.8.3.tgz",
- "integrity": "sha1-jef5eJXSDTm4X4ju7nd7K9QrE9Q=",
- "dev": true,
- "requires": {
- "accepts": "1.3.3",
- "base64id": "1.0.0",
- "cookie": "0.3.1",
- "debug": "2.3.3",
- "engine.io-parser": "1.3.2",
- "ws": "1.1.2"
- },
- "dependencies": {
- "debug": {
- "version": "2.3.3",
- "resolved": "http://registry.npm.taobao.org/debug/download/debug-2.3.3.tgz",
- "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=",
- "dev": true,
- "requires": {
- "ms": "0.7.2"
- }
- },
- "ms": {
- "version": "0.7.2",
- "resolved": "http://registry.npm.taobao.org/ms/download/ms-0.7.2.tgz",
- "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=",
- "dev": true
- }
- }
- },
- "engine.io-client": {
- "version": "1.8.3",
- "resolved": "http://registry.npm.taobao.org/engine.io-client/download/engine.io-client-1.8.3.tgz",
- "integrity": "sha1-F5jtk0USRkU9TG9jXXogH+lA1as=",
- "dev": true,
- "requires": {
- "component-emitter": "1.2.1",
- "component-inherit": "0.0.3",
- "debug": "2.3.3",
- "engine.io-parser": "1.3.2",
- "has-cors": "1.1.0",
- "indexof": "0.0.1",
- "parsejson": "0.0.3",
- "parseqs": "0.0.5",
- "parseuri": "0.0.5",
- "ws": "1.1.2",
- "xmlhttprequest-ssl": "1.5.3",
- "yeast": "0.1.2"
- },
- "dependencies": {
- "component-emitter": {
- "version": "1.2.1",
- "resolved": "http://registry.npm.taobao.org/component-emitter/download/component-emitter-1.2.1.tgz",
- "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=",
- "dev": true
- },
- "debug": {
- "version": "2.3.3",
- "resolved": "http://registry.npm.taobao.org/debug/download/debug-2.3.3.tgz",
- "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=",
- "dev": true,
- "requires": {
- "ms": "0.7.2"
- }
- },
- "ms": {
- "version": "0.7.2",
- "resolved": "http://registry.npm.taobao.org/ms/download/ms-0.7.2.tgz",
- "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=",
- "dev": true
- }
- }
- },
- "engine.io-parser": {
- "version": "1.3.2",
- "resolved": "http://registry.npm.taobao.org/engine.io-parser/download/engine.io-parser-1.3.2.tgz",
- "integrity": "sha1-k3sHnwAH0Ik+xW1GyyILjLQ1Igo=",
- "dev": true,
- "requires": {
- "after": "0.8.2",
- "arraybuffer.slice": "0.0.6",
- "base64-arraybuffer": "0.1.5",
- "blob": "0.0.4",
- "has-binary": "0.1.7",
- "wtf-8": "1.0.0"
- }
- },
- "enhanced-resolve": {
- "version": "3.4.1",
- "resolved": "http://registry.npm.taobao.org/enhanced-resolve/download/enhanced-resolve-3.4.1.tgz",
- "integrity": "sha1-BCHjOf1xQZs9oT0Smzl5BAIwR24=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "memory-fs": "0.4.1",
- "object-assign": "4.1.1",
- "tapable": "0.2.8"
- }
- },
- "ent": {
- "version": "2.2.0",
- "resolved": "http://registry.npm.taobao.org/ent/download/ent-2.2.0.tgz",
- "integrity": "sha1-6WQhkyWiHQX0RGai9obtbOX13R0=",
- "dev": true
- },
- "entities": {
- "version": "1.1.1",
- "resolved": "http://registry.npm.taobao.org/entities/download/entities-1.1.1.tgz",
- "integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA=",
- "dev": true
- },
- "errno": {
- "version": "0.1.4",
- "resolved": "http://registry.npm.taobao.org/errno/download/errno-0.1.4.tgz",
- "integrity": "sha1-uJbiOp5ei6M4cfyZar02NfyaHH0=",
- "dev": true,
- "requires": {
- "prr": "0.0.0"
- }
- },
- "error-ex": {
- "version": "1.3.1",
- "resolved": "http://registry.npm.taobao.org/error-ex/download/error-ex-1.3.1.tgz",
- "integrity": "sha1-+FWobOYa3E6GIcPNoh56dhLDqNw=",
- "dev": true,
- "requires": {
- "is-arrayish": "0.2.1"
- }
- },
- "es5-ext": {
- "version": "0.10.29",
- "resolved": "http://registry.npm.taobao.org/es5-ext/download/es5-ext-0.10.29.tgz",
- "integrity": "sha1-do6y38SVe881+gVo8ZOrce3lP9g=",
- "dev": true,
- "requires": {
- "es6-iterator": "2.0.1",
- "es6-symbol": "3.1.1"
- }
- },
- "es6-iterator": {
- "version": "2.0.1",
- "resolved": "http://registry.npm.taobao.org/es6-iterator/download/es6-iterator-2.0.1.tgz",
- "integrity": "sha1-jjGcnwRTv1ddN0lAplWSDlnKVRI=",
- "dev": true,
- "requires": {
- "d": "1.0.0",
- "es5-ext": "0.10.29",
- "es6-symbol": "3.1.1"
- }
- },
- "es6-map": {
- "version": "0.1.5",
- "resolved": "http://registry.npm.taobao.org/es6-map/download/es6-map-0.1.5.tgz",
- "integrity": "sha1-kTbgUD3MBqMBaQ8LsU/042TpSfA=",
- "dev": true,
- "requires": {
- "d": "1.0.0",
- "es5-ext": "0.10.29",
- "es6-iterator": "2.0.1",
- "es6-set": "0.1.5",
- "es6-symbol": "3.1.1",
- "event-emitter": "0.3.5"
- }
- },
- "es6-set": {
- "version": "0.1.5",
- "resolved": "http://registry.npm.taobao.org/es6-set/download/es6-set-0.1.5.tgz",
- "integrity": "sha1-0rPsXU2ADO2BjbU40ol02wpzzLE=",
- "dev": true,
- "requires": {
- "d": "1.0.0",
- "es5-ext": "0.10.29",
- "es6-iterator": "2.0.1",
- "es6-symbol": "3.1.1",
- "event-emitter": "0.3.5"
- }
- },
- "es6-symbol": {
- "version": "3.1.1",
- "resolved": "http://registry.npm.taobao.org/es6-symbol/download/es6-symbol-3.1.1.tgz",
- "integrity": "sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=",
- "dev": true,
- "requires": {
- "d": "1.0.0",
- "es5-ext": "0.10.29"
- }
- },
- "es6-weak-map": {
- "version": "2.0.2",
- "resolved": "http://registry.npm.taobao.org/es6-weak-map/download/es6-weak-map-2.0.2.tgz",
- "integrity": "sha1-XjqzIlH/0VOKH45f+hNXdy+S2W8=",
- "dev": true,
- "requires": {
- "d": "1.0.0",
- "es5-ext": "0.10.29",
- "es6-iterator": "2.0.1",
- "es6-symbol": "3.1.1"
- }
- },
- "escape-html": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/escape-html/download/escape-html-1.0.3.tgz",
- "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=",
- "dev": true
- },
- "escape-string-regexp": {
- "version": "1.0.5",
- "resolved": "http://registry.npm.taobao.org/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz",
- "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
- "dev": true
- },
- "escope": {
- "version": "3.6.0",
- "resolved": "http://registry.npm.taobao.org/escope/download/escope-3.6.0.tgz",
- "integrity": "sha1-4Bl16BJ4GhY6ba392AOY3GTIicM=",
- "dev": true,
- "requires": {
- "es6-map": "0.1.5",
- "es6-weak-map": "2.0.2",
- "esrecurse": "4.2.0",
- "estraverse": "4.2.0"
- }
- },
- "esprima": {
- "version": "2.7.3",
- "resolved": "http://registry.npm.taobao.org/esprima/download/esprima-2.7.3.tgz",
- "integrity": "sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE=",
- "dev": true
- },
- "esrecurse": {
- "version": "4.2.0",
- "resolved": "http://registry.npm.taobao.org/esrecurse/download/esrecurse-4.2.0.tgz",
- "integrity": "sha1-+pVo2Y04I/mkHZHpAtyrnqblsWM=",
- "dev": true,
- "requires": {
- "estraverse": "4.2.0",
- "object-assign": "4.1.1"
- }
- },
- "estraverse": {
- "version": "4.2.0",
- "resolved": "http://registry.npm.taobao.org/estraverse/download/estraverse-4.2.0.tgz",
- "integrity": "sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=",
- "dev": true
- },
- "esutils": {
- "version": "2.0.2",
- "resolved": "http://registry.npm.taobao.org/esutils/download/esutils-2.0.2.tgz",
- "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=",
- "dev": true
- },
- "etag": {
- "version": "1.8.0",
- "resolved": "http://registry.npm.taobao.org/etag/download/etag-1.8.0.tgz",
- "integrity": "sha1-b2Ma7zNtbEY2K1F2QETOIWvjwFE=",
- "dev": true
- },
- "event-emitter": {
- "version": "0.3.5",
- "resolved": "http://registry.npm.taobao.org/event-emitter/download/event-emitter-0.3.5.tgz",
- "integrity": "sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk=",
- "dev": true,
- "requires": {
- "d": "1.0.0",
- "es5-ext": "0.10.29"
- }
- },
- "eventemitter3": {
- "version": "1.2.0",
- "resolved": "http://registry.npm.taobao.org/eventemitter3/download/eventemitter3-1.2.0.tgz",
- "integrity": "sha1-HIaZHYFq0eUEdQ5zh0Ik7PO+xQg=",
- "dev": true
- },
- "events": {
- "version": "1.1.1",
- "resolved": "http://registry.npm.taobao.org/events/download/events-1.1.1.tgz",
- "integrity": "sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=",
- "dev": true
- },
- "eventsource": {
- "version": "0.1.6",
- "resolved": "http://registry.npm.taobao.org/eventsource/download/eventsource-0.1.6.tgz",
- "integrity": "sha1-Cs7ehJ7X3RzMMsgRuxG5RNTykjI=",
- "dev": true,
- "requires": {
- "original": "1.0.0"
- }
- },
- "evp_bytestokey": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/evp_bytestokey/download/evp_bytestokey-1.0.0.tgz",
- "integrity": "sha1-SXtmrZ/vZc18CKYYCCS6FHa2blM=",
- "dev": true,
- "requires": {
- "create-hash": "1.1.3"
- }
- },
- "execa": {
- "version": "0.7.0",
- "resolved": "http://registry.npm.taobao.org/execa/download/execa-0.7.0.tgz",
- "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=",
- "dev": true,
- "requires": {
- "cross-spawn": "5.1.0",
- "get-stream": "3.0.0",
- "is-stream": "1.1.0",
- "npm-run-path": "2.0.2",
- "p-finally": "1.0.0",
- "signal-exit": "3.0.2",
- "strip-eof": "1.0.0"
- },
- "dependencies": {
- "cross-spawn": {
- "version": "5.1.0",
- "resolved": "http://registry.npm.taobao.org/cross-spawn/download/cross-spawn-5.1.0.tgz",
- "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=",
- "dev": true,
- "requires": {
- "lru-cache": "4.1.1",
- "shebang-command": "1.2.0",
- "which": "1.3.0"
- }
- }
- }
- },
- "exit": {
- "version": "0.1.2",
- "resolved": "http://registry.npm.taobao.org/exit/download/exit-0.1.2.tgz",
- "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
- "dev": true
- },
- "expand-braces": {
- "version": "0.1.2",
- "resolved": "http://registry.npm.taobao.org/expand-braces/download/expand-braces-0.1.2.tgz",
- "integrity": "sha1-SIsdHSRRyz06axks/AMPRMWFX+o=",
- "dev": true,
- "requires": {
- "array-slice": "0.2.3",
- "array-unique": "0.2.1",
- "braces": "0.1.5"
- },
- "dependencies": {
- "braces": {
- "version": "0.1.5",
- "resolved": "http://registry.npm.taobao.org/braces/download/braces-0.1.5.tgz",
- "integrity": "sha1-wIVxEIUpHYt1/ddOqw+FlygHEeY=",
- "dev": true,
- "requires": {
- "expand-range": "0.1.1"
- }
- },
- "expand-range": {
- "version": "0.1.1",
- "resolved": "http://registry.npm.taobao.org/expand-range/download/expand-range-0.1.1.tgz",
- "integrity": "sha1-TLjtoJk8pW+k9B/ELzy7TMrf8EQ=",
- "dev": true,
- "requires": {
- "is-number": "0.1.1",
- "repeat-string": "0.2.2"
- }
- },
- "is-number": {
- "version": "0.1.1",
- "resolved": "http://registry.npm.taobao.org/is-number/download/is-number-0.1.1.tgz",
- "integrity": "sha1-aaevEWlj1HIG7JvZtIoUIW8eOAY=",
- "dev": true
- },
- "repeat-string": {
- "version": "0.2.2",
- "resolved": "http://registry.npm.taobao.org/repeat-string/download/repeat-string-0.2.2.tgz",
- "integrity": "sha1-x6jTI2BoNiBZp+RlH8aITosftK4=",
- "dev": true
- }
- }
- },
- "expand-brackets": {
- "version": "0.1.5",
- "resolved": "http://registry.npm.taobao.org/expand-brackets/download/expand-brackets-0.1.5.tgz",
- "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=",
- "dev": true,
- "requires": {
- "is-posix-bracket": "0.1.1"
- }
- },
- "expand-range": {
- "version": "1.8.2",
- "resolved": "http://registry.npm.taobao.org/expand-range/download/expand-range-1.8.2.tgz",
- "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=",
- "dev": true,
- "requires": {
- "fill-range": "2.2.3"
- }
- },
- "exports-loader": {
- "version": "0.6.4",
- "resolved": "http://registry.npm.taobao.org/exports-loader/download/exports-loader-0.6.4.tgz",
- "integrity": "sha1-1w/GEhl1s1/BKDDPUnVL4nQPyIY=",
- "dev": true,
- "requires": {
- "loader-utils": "1.1.0",
- "source-map": "0.5.6"
- }
- },
- "express": {
- "version": "4.15.4",
- "resolved": "http://registry.npm.taobao.org/express/download/express-4.15.4.tgz",
- "integrity": "sha1-Ay4iU0ic+PzgJma+yj0R7XotrtE=",
- "dev": true,
- "requires": {
- "accepts": "1.3.3",
- "array-flatten": "1.1.1",
- "content-disposition": "0.5.2",
- "content-type": "1.0.2",
- "cookie": "0.3.1",
- "cookie-signature": "1.0.6",
- "debug": "2.6.8",
- "depd": "1.1.1",
- "encodeurl": "1.0.1",
- "escape-html": "1.0.3",
- "etag": "1.8.0",
- "finalhandler": "1.0.4",
- "fresh": "0.5.0",
- "merge-descriptors": "1.0.1",
- "methods": "1.1.2",
- "on-finished": "2.3.0",
- "parseurl": "1.3.1",
- "path-to-regexp": "0.1.7",
- "proxy-addr": "1.1.5",
- "qs": "6.5.0",
- "range-parser": "1.2.0",
- "send": "0.15.4",
- "serve-static": "1.12.4",
- "setprototypeof": "1.0.3",
- "statuses": "1.3.1",
- "type-is": "1.6.15",
- "utils-merge": "1.0.0",
- "vary": "1.1.1"
- },
- "dependencies": {
- "array-flatten": {
- "version": "1.1.1",
- "resolved": "http://registry.npm.taobao.org/array-flatten/download/array-flatten-1.1.1.tgz",
- "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=",
- "dev": true
- },
- "qs": {
- "version": "6.5.0",
- "resolved": "http://registry.npm.taobao.org/qs/download/qs-6.5.0.tgz",
- "integrity": "sha1-jQSVTTZN7z78VbWgeT4eLIsebkk=",
- "dev": true
- }
- }
- },
- "extend": {
- "version": "3.0.1",
- "resolved": "http://registry.npm.taobao.org/extend/download/extend-3.0.1.tgz",
- "integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=",
- "dev": true
- },
- "extglob": {
- "version": "0.3.2",
- "resolved": "http://registry.npm.taobao.org/extglob/download/extglob-0.3.2.tgz",
- "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=",
- "dev": true,
- "requires": {
- "is-extglob": "1.0.0"
- }
- },
- "extract-text-webpack-plugin": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/extract-text-webpack-plugin/download/extract-text-webpack-plugin-3.0.0.tgz",
- "integrity": "sha1-kMqnkHvESfM1AF46x1MrQbAN5hI=",
- "dev": true,
- "requires": {
- "async": "2.5.0",
- "loader-utils": "1.1.0",
- "schema-utils": "0.3.0",
- "webpack-sources": "1.0.1"
- }
- },
- "extsprintf": {
- "version": "1.3.0",
- "resolved": "http://registry.npm.taobao.org/extsprintf/download/extsprintf-1.3.0.tgz",
- "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=",
- "dev": true
- },
- "fast-deep-equal": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/fast-deep-equal/download/fast-deep-equal-1.0.0.tgz",
- "integrity": "sha1-liVqO8l1WV6zbYLpkp0GDYk0Of8=",
- "dev": true
- },
- "fastparse": {
- "version": "1.1.1",
- "resolved": "http://registry.npm.taobao.org/fastparse/download/fastparse-1.1.1.tgz",
- "integrity": "sha1-0eJkOzipTXWDtHkGDmxK/8lAcfg=",
- "dev": true
- },
- "faye-websocket": {
- "version": "0.10.0",
- "resolved": "http://registry.npm.taobao.org/faye-websocket/download/faye-websocket-0.10.0.tgz",
- "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=",
- "dev": true,
- "requires": {
- "websocket-driver": "0.6.5"
- }
- },
- "file-loader": {
- "version": "0.10.1",
- "resolved": "http://registry.npm.taobao.org/file-loader/download/file-loader-0.10.1.tgz",
- "integrity": "sha1-gVA0EZiR/GRB+1pkwRvJPCLd2EI=",
- "dev": true,
- "requires": {
- "loader-utils": "1.1.0"
- }
- },
- "filename-regex": {
- "version": "2.0.1",
- "resolved": "http://registry.npm.taobao.org/filename-regex/download/filename-regex-2.0.1.tgz",
- "integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=",
- "dev": true
- },
- "fileset": {
- "version": "2.0.3",
- "resolved": "http://registry.npm.taobao.org/fileset/download/fileset-2.0.3.tgz",
- "integrity": "sha1-jnVIqW08wjJ+5eZ0FocjozO7oqA=",
- "dev": true,
- "requires": {
- "glob": "7.1.2",
- "minimatch": "3.0.4"
- }
- },
- "fill-range": {
- "version": "2.2.3",
- "resolved": "http://registry.npm.taobao.org/fill-range/download/fill-range-2.2.3.tgz",
- "integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=",
- "dev": true,
- "requires": {
- "is-number": "2.1.0",
- "isobject": "2.1.0",
- "randomatic": "1.1.7",
- "repeat-element": "1.1.2",
- "repeat-string": "1.6.1"
- },
- "dependencies": {
- "isarray": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
- },
- "isobject": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/isobject/download/isobject-2.1.0.tgz",
- "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
- "dev": true,
- "requires": {
- "isarray": "1.0.0"
- }
- }
- }
- },
- "finalhandler": {
- "version": "1.0.4",
- "resolved": "http://registry.npm.taobao.org/finalhandler/download/finalhandler-1.0.4.tgz",
- "integrity": "sha1-GFdPLnxLmLiuOyMMIfIB8xvbP7c=",
- "dev": true,
- "requires": {
- "debug": "2.6.8",
- "encodeurl": "1.0.1",
- "escape-html": "1.0.3",
- "on-finished": "2.3.0",
- "parseurl": "1.3.1",
- "statuses": "1.3.1",
- "unpipe": "1.0.0"
- }
- },
- "find-cache-dir": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/find-cache-dir/download/find-cache-dir-1.0.0.tgz",
- "integrity": "sha1-kojj6ePMN0hxfTnq3hfPcfww7m8=",
- "dev": true,
- "requires": {
- "commondir": "1.0.1",
- "make-dir": "1.2.0",
- "pkg-dir": "2.0.0"
- }
- },
- "find-up": {
- "version": "1.1.2",
- "resolved": "http://registry.npm.taobao.org/find-up/download/find-up-1.1.2.tgz",
- "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
- "dev": true,
- "requires": {
- "path-exists": "2.1.0",
- "pinkie-promise": "2.0.1"
- }
- },
- "flatten": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/flatten/download/flatten-1.0.2.tgz",
- "integrity": "sha1-2uRqnXj74lKSJYzB54CkHZXAN4I=",
- "dev": true
- },
- "flush-write-stream": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/flush-write-stream/download/flush-write-stream-1.0.3.tgz",
- "integrity": "sha1-xdWG7zivYJdlC0m8QbVfq7GfNb0=",
- "dev": true,
- "requires": {
- "inherits": "2.0.3",
- "readable-stream": "2.3.5"
- },
- "dependencies": {
- "isarray": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
- },
- "process-nextick-args": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/process-nextick-args/download/process-nextick-args-2.0.0.tgz",
- "integrity": "sha1-o31zL0JxtKsa0HDTVQjoKQeI/6o=",
- "dev": true
- },
- "readable-stream": {
- "version": "2.3.5",
- "resolved": "http://registry.npm.taobao.org/readable-stream/download/readable-stream-2.3.5.tgz",
- "integrity": "sha1-tPhQA6k4y7bsvOKhJPsQEr0ag40=",
- "dev": true,
- "requires": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "1.0.0",
- "process-nextick-args": "2.0.0",
- "safe-buffer": "5.1.1",
- "string_decoder": "1.0.3",
- "util-deprecate": "1.0.2"
- }
- },
- "string_decoder": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/string_decoder/download/string_decoder-1.0.3.tgz",
- "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=",
- "dev": true,
- "requires": {
- "safe-buffer": "5.1.1"
- }
- }
- }
- },
- "font-awesome": {
- "version": "4.7.0",
- "resolved": "http://10.75.8.148/repository/npm-pub/font-awesome/-/font-awesome-4.7.0.tgz",
- "integrity": "sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM="
- },
- "for-in": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/for-in/download/for-in-1.0.2.tgz",
- "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
- "dev": true
- },
- "for-own": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/for-own/download/for-own-1.0.0.tgz",
- "integrity": "sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs=",
- "dev": true,
- "requires": {
- "for-in": "1.0.2"
- }
- },
- "forever-agent": {
- "version": "0.6.1",
- "resolved": "http://registry.npm.taobao.org/forever-agent/download/forever-agent-0.6.1.tgz",
- "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=",
- "dev": true
- },
- "form-data": {
- "version": "2.1.4",
- "resolved": "http://registry.npm.taobao.org/form-data/download/form-data-2.1.4.tgz",
- "integrity": "sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE=",
- "dev": true,
- "requires": {
- "asynckit": "0.4.0",
- "combined-stream": "1.0.5",
- "mime-types": "2.1.16"
- }
- },
- "forwarded": {
- "version": "0.1.0",
- "resolved": "http://registry.npm.taobao.org/forwarded/download/forwarded-0.1.0.tgz",
- "integrity": "sha1-Ge+YdMSuHCl7zweP3mOgm2aoQ2M=",
- "dev": true
- },
- "fresh": {
- "version": "0.5.0",
- "resolved": "http://registry.npm.taobao.org/fresh/download/fresh-0.5.0.tgz",
- "integrity": "sha1-9HTKXmqSRtb9jglTz6m5yAWvp44=",
- "dev": true
- },
- "from2": {
- "version": "2.3.0",
- "resolved": "http://registry.npm.taobao.org/from2/download/from2-2.3.0.tgz",
- "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=",
- "dev": true,
- "requires": {
- "inherits": "2.0.3",
- "readable-stream": "2.3.5"
- },
- "dependencies": {
- "isarray": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
- },
- "process-nextick-args": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/process-nextick-args/download/process-nextick-args-2.0.0.tgz",
- "integrity": "sha1-o31zL0JxtKsa0HDTVQjoKQeI/6o=",
- "dev": true
- },
- "readable-stream": {
- "version": "2.3.5",
- "resolved": "http://registry.npm.taobao.org/readable-stream/download/readable-stream-2.3.5.tgz",
- "integrity": "sha1-tPhQA6k4y7bsvOKhJPsQEr0ag40=",
- "dev": true,
- "requires": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "1.0.0",
- "process-nextick-args": "2.0.0",
- "safe-buffer": "5.1.1",
- "string_decoder": "1.0.3",
- "util-deprecate": "1.0.2"
- }
- },
- "string_decoder": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/string_decoder/download/string_decoder-1.0.3.tgz",
- "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=",
- "dev": true,
- "requires": {
- "safe-buffer": "5.1.1"
- }
- }
- }
- },
- "fs-access": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/fs-access/download/fs-access-1.0.1.tgz",
- "integrity": "sha1-1qh/JiJxzv6+wwxVNAf7mV2od3o=",
- "dev": true,
- "requires": {
- "null-check": "1.0.0"
- }
- },
- "fs-extra": {
- "version": "4.0.1",
- "resolved": "http://registry.npm.taobao.org/fs-extra/download/fs-extra-4.0.1.tgz",
- "integrity": "sha1-f8DGyJV/mD9X8waiTlud3Y0N2IA=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "jsonfile": "3.0.1",
- "universalify": "0.1.1"
- }
- },
- "fs-write-stream-atomic": {
- "version": "1.0.10",
- "resolved": "http://registry.npm.taobao.org/fs-write-stream-atomic/download/fs-write-stream-atomic-1.0.10.tgz",
- "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "iferr": "0.1.5",
- "imurmurhash": "0.1.4",
- "readable-stream": "1.0.34"
- }
- },
- "fs.realpath": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/fs.realpath/download/fs.realpath-1.0.0.tgz",
- "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
- "dev": true
- },
- "fstream": {
- "version": "1.0.11",
- "resolved": "http://registry.npm.taobao.org/fstream/download/fstream-1.0.11.tgz",
- "integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "inherits": "2.0.3",
- "mkdirp": "0.5.1",
- "rimraf": "2.6.1"
- }
- },
- "function-bind": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/function-bind/download/function-bind-1.1.0.tgz",
- "integrity": "sha1-FhdnFMgBeY5Ojyz391KUZ7tKV3E=",
- "dev": true
- },
- "gauge": {
- "version": "2.7.4",
- "resolved": "http://registry.npm.taobao.org/gauge/download/gauge-2.7.4.tgz",
- "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
- "dev": true,
- "requires": {
- "aproba": "1.1.2",
- "console-control-strings": "1.1.0",
- "has-unicode": "2.0.1",
- "object-assign": "4.1.1",
- "signal-exit": "3.0.2",
- "string-width": "1.0.2",
- "strip-ansi": "3.0.1",
- "wide-align": "1.1.2"
- },
- "dependencies": {
- "is-fullwidth-code-point": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/is-fullwidth-code-point/download/is-fullwidth-code-point-1.0.0.tgz",
- "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
- "dev": true,
- "requires": {
- "number-is-nan": "1.0.1"
- }
- },
- "string-width": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/string-width/download/string-width-1.0.2.tgz",
- "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
- "dev": true,
- "requires": {
- "code-point-at": "1.1.0",
- "is-fullwidth-code-point": "1.0.0",
- "strip-ansi": "3.0.1"
- }
- }
- }
- },
- "gaze": {
- "version": "1.1.2",
- "resolved": "http://registry.npm.taobao.org/gaze/download/gaze-1.1.2.tgz",
- "integrity": "sha1-hHIkZ3rbiHDWeSV+0ziP22HkAQU=",
- "dev": true,
- "optional": true,
- "requires": {
- "globule": "1.2.0"
- }
- },
- "get-caller-file": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/get-caller-file/download/get-caller-file-1.0.2.tgz",
- "integrity": "sha1-9wLmMSfn4jHBYKgMFVSstw1QR+U=",
- "dev": true
- },
- "get-stdin": {
- "version": "4.0.1",
- "resolved": "http://registry.npm.taobao.org/get-stdin/download/get-stdin-4.0.1.tgz",
- "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
- "dev": true
- },
- "get-stream": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/get-stream/download/get-stream-3.0.0.tgz",
- "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
- "dev": true
- },
- "getpass": {
- "version": "0.1.7",
- "resolved": "http://registry.npm.taobao.org/getpass/download/getpass-0.1.7.tgz",
- "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
- "dev": true,
- "requires": {
- "assert-plus": "1.0.0"
- },
- "dependencies": {
- "assert-plus": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/assert-plus/download/assert-plus-1.0.0.tgz",
- "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
- "dev": true
- }
- }
- },
- "glob": {
- "version": "7.1.2",
- "resolved": "http://registry.npm.taobao.org/glob/download/glob-7.1.2.tgz",
- "integrity": "sha1-wZyd+aAocC1nhhI4SmVSQExjbRU=",
- "dev": true,
- "requires": {
- "fs.realpath": "1.0.0",
- "inflight": "1.0.6",
- "inherits": "2.0.3",
- "minimatch": "3.0.4",
- "once": "1.4.0",
- "path-is-absolute": "1.0.1"
- }
- },
- "glob-base": {
- "version": "0.3.0",
- "resolved": "http://registry.npm.taobao.org/glob-base/download/glob-base-0.3.0.tgz",
- "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=",
- "dev": true,
- "requires": {
- "glob-parent": "2.0.0",
- "is-glob": "2.0.1"
- }
- },
- "glob-parent": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/glob-parent/download/glob-parent-2.0.0.tgz",
- "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
- "dev": true,
- "requires": {
- "is-glob": "2.0.1"
- }
- },
- "globals": {
- "version": "9.18.0",
- "resolved": "http://registry.npm.taobao.org/globals/download/globals-9.18.0.tgz",
- "integrity": "sha1-qjiWs+abSH8X4x7SFD1pqOMMLYo=",
- "dev": true
- },
- "globby": {
- "version": "6.1.0",
- "resolved": "http://registry.npm.taobao.org/globby/download/globby-6.1.0.tgz",
- "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=",
- "dev": true,
- "requires": {
- "array-union": "1.0.2",
- "glob": "7.1.2",
- "object-assign": "4.1.1",
- "pify": "2.3.0",
- "pinkie-promise": "2.0.1"
- }
- },
- "globule": {
- "version": "1.2.0",
- "resolved": "http://registry.npm.taobao.org/globule/download/globule-1.2.0.tgz",
- "integrity": "sha1-HcScaCLdnoovoAuiopUAboZkvQk=",
- "dev": true,
- "optional": true,
- "requires": {
- "glob": "7.1.2",
- "lodash": "4.17.4",
- "minimatch": "3.0.4"
- }
- },
- "graceful-fs": {
- "version": "4.1.11",
- "resolved": "http://registry.npm.taobao.org/graceful-fs/download/graceful-fs-4.1.11.tgz",
- "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=",
- "dev": true
- },
- "handle-thing": {
- "version": "1.2.5",
- "resolved": "http://registry.npm.taobao.org/handle-thing/download/handle-thing-1.2.5.tgz",
- "integrity": "sha1-/Xqtcmvxpf0W38KbL3pmAdJxOcQ=",
- "dev": true
- },
- "handlebars": {
- "version": "1.3.0",
- "resolved": "http://registry.npm.taobao.org/handlebars/download/handlebars-1.3.0.tgz",
- "integrity": "sha1-npsTCpPjiUkTItl1zz7BgYw3zjQ=",
- "dev": true,
- "requires": {
- "optimist": "0.3.7",
- "uglify-js": "2.3.6"
- },
- "dependencies": {
- "async": {
- "version": "0.2.10",
- "resolved": "http://registry.npm.taobao.org/async/download/async-0.2.10.tgz",
- "integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E=",
- "dev": true,
- "optional": true
- },
- "source-map": {
- "version": "0.1.43",
- "resolved": "http://registry.npm.taobao.org/source-map/download/source-map-0.1.43.tgz",
- "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=",
- "dev": true,
- "optional": true,
- "requires": {
- "amdefine": "1.0.1"
- }
- },
- "uglify-js": {
- "version": "2.3.6",
- "resolved": "http://registry.npm.taobao.org/uglify-js/download/uglify-js-2.3.6.tgz",
- "integrity": "sha1-+gmEdwtCi3qbKoBY9GNV0U/vIRo=",
- "dev": true,
- "optional": true,
- "requires": {
- "async": "0.2.10",
- "optimist": "0.3.7",
- "source-map": "0.1.43"
- }
- }
- }
- },
- "har-schema": {
- "version": "1.0.5",
- "resolved": "http://registry.npm.taobao.org/har-schema/download/har-schema-1.0.5.tgz",
- "integrity": "sha1-0mMTX0MwfALGAq/I/pWXDAFRNp4=",
- "dev": true
- },
- "har-validator": {
- "version": "4.2.1",
- "resolved": "http://registry.npm.taobao.org/har-validator/download/har-validator-4.2.1.tgz",
- "integrity": "sha1-M0gdDxu/9gDdID11gSpqX7oALio=",
- "dev": true,
- "requires": {
- "ajv": "4.11.8",
- "har-schema": "1.0.5"
- },
- "dependencies": {
- "ajv": {
- "version": "4.11.8",
- "resolved": "http://registry.npm.taobao.org/ajv/download/ajv-4.11.8.tgz",
- "integrity": "sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY=",
- "dev": true,
- "requires": {
- "co": "4.6.0",
- "json-stable-stringify": "1.0.1"
- }
- }
- }
- },
- "has": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/has/download/has-1.0.1.tgz",
- "integrity": "sha1-hGFzP1OLCDfJNh45qauelwTcLyg=",
- "dev": true,
- "requires": {
- "function-bind": "1.1.0"
- }
- },
- "has-ansi": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/has-ansi/download/has-ansi-2.0.0.tgz",
- "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
- "dev": true,
- "requires": {
- "ansi-regex": "2.1.1"
- }
- },
- "has-binary": {
- "version": "0.1.7",
- "resolved": "http://registry.npm.taobao.org/has-binary/download/has-binary-0.1.7.tgz",
- "integrity": "sha1-aOYesWIQyVRaClzOBqhzkS/h5ow=",
- "dev": true,
- "requires": {
- "isarray": "0.0.1"
- }
- },
- "has-cors": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/has-cors/download/has-cors-1.1.0.tgz",
- "integrity": "sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=",
- "dev": true
- },
- "has-flag": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/has-flag/download/has-flag-1.0.0.tgz",
- "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
- "dev": true
- },
- "has-unicode": {
- "version": "2.0.1",
- "resolved": "http://registry.npm.taobao.org/has-unicode/download/has-unicode-2.0.1.tgz",
- "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
- "dev": true
- },
- "hash-base": {
- "version": "2.0.2",
- "resolved": "http://registry.npm.taobao.org/hash-base/download/hash-base-2.0.2.tgz",
- "integrity": "sha1-ZuodhW206KVHDK32/OI65SRO8uE=",
- "dev": true,
- "requires": {
- "inherits": "2.0.3"
- }
- },
- "hash.js": {
- "version": "1.1.3",
- "resolved": "http://registry.npm.taobao.org/hash.js/download/hash.js-1.1.3.tgz",
- "integrity": "sha1-NA3tvmKQGHFRweodd3o0SJNd+EY=",
- "dev": true,
- "requires": {
- "inherits": "2.0.3",
- "minimalistic-assert": "1.0.0"
- }
- },
- "hawk": {
- "version": "3.1.3",
- "resolved": "http://registry.npm.taobao.org/hawk/download/hawk-3.1.3.tgz",
- "integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=",
- "dev": true,
- "requires": {
- "boom": "2.10.1",
- "cryptiles": "2.0.5",
- "hoek": "2.16.3",
- "sntp": "1.0.9"
- }
- },
- "he": {
- "version": "1.1.1",
- "resolved": "http://registry.npm.taobao.org/he/download/he-1.1.1.tgz",
- "integrity": "sha1-k0EP0hsAlzUVH4howvJx80J+I/0=",
- "dev": true
- },
- "heimdalljs": {
- "version": "0.2.5",
- "resolved": "http://registry.npm.taobao.org/heimdalljs/download/heimdalljs-0.2.5.tgz",
- "integrity": "sha1-aqVDCO7nk7ZCz/nPlHgURfN3MKw=",
- "dev": true,
- "requires": {
- "rsvp": "3.2.1"
- },
- "dependencies": {
- "rsvp": {
- "version": "3.2.1",
- "resolved": "http://registry.npm.taobao.org/rsvp/download/rsvp-3.2.1.tgz",
- "integrity": "sha1-B8tKXfJa3Z6Cbrxn3Mn9idsn2Eo=",
- "dev": true
- }
- }
- },
- "heimdalljs-logger": {
- "version": "0.1.9",
- "resolved": "http://registry.npm.taobao.org/heimdalljs-logger/download/heimdalljs-logger-0.1.9.tgz",
- "integrity": "sha1-12raTkW3u294b8nAEKaOsuL68XY=",
- "dev": true,
- "requires": {
- "debug": "2.6.8",
- "heimdalljs": "0.2.5"
- }
- },
- "hmac-drbg": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/hmac-drbg/download/hmac-drbg-1.0.1.tgz",
- "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=",
- "dev": true,
- "requires": {
- "hash.js": "1.1.3",
- "minimalistic-assert": "1.0.0",
- "minimalistic-crypto-utils": "1.0.1"
- }
- },
- "hoek": {
- "version": "2.16.3",
- "resolved": "http://registry.npm.taobao.org/hoek/download/hoek-2.16.3.tgz",
- "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=",
- "dev": true
- },
- "hosted-git-info": {
- "version": "2.5.0",
- "resolved": "http://registry.npm.taobao.org/hosted-git-info/download/hosted-git-info-2.5.0.tgz",
- "integrity": "sha1-bWDjSzq7yDEwYsO3mO+NkBoHrzw=",
- "dev": true
- },
- "hpack.js": {
- "version": "2.1.6",
- "resolved": "http://registry.npm.taobao.org/hpack.js/download/hpack.js-2.1.6.tgz",
- "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=",
- "dev": true,
- "requires": {
- "inherits": "2.0.3",
- "obuf": "1.1.1",
- "readable-stream": "2.3.3",
- "wbuf": "1.7.2"
- },
- "dependencies": {
- "isarray": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
- },
- "readable-stream": {
- "version": "2.3.3",
- "resolved": "http://registry.npm.taobao.org/readable-stream/download/readable-stream-2.3.3.tgz",
- "integrity": "sha1-No8lEtefnUb9/HE0mueHi7weuVw=",
- "dev": true,
- "requires": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "1.0.0",
- "process-nextick-args": "1.0.7",
- "safe-buffer": "5.1.1",
- "string_decoder": "1.0.3",
- "util-deprecate": "1.0.2"
- }
- },
- "string_decoder": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/string_decoder/download/string_decoder-1.0.3.tgz",
- "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=",
- "dev": true,
- "requires": {
- "safe-buffer": "5.1.1"
- }
- }
- }
- },
- "html-comment-regex": {
- "version": "1.1.1",
- "resolved": "http://registry.npm.taobao.org/html-comment-regex/download/html-comment-regex-1.1.1.tgz",
- "integrity": "sha1-ZouTd26q5V696POtRkswekljYl4=",
- "dev": true
- },
- "html-entities": {
- "version": "1.2.1",
- "resolved": "http://registry.npm.taobao.org/html-entities/download/html-entities-1.2.1.tgz",
- "integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=",
- "dev": true
- },
- "html-minifier": {
- "version": "3.5.3",
- "resolved": "http://registry.npm.taobao.org/html-minifier/download/html-minifier-3.5.3.tgz",
- "integrity": "sha1-SideOxoWY5q7ebTBEZH/DQ/PGrk=",
- "dev": true,
- "requires": {
- "camel-case": "3.0.0",
- "clean-css": "4.1.7",
- "commander": "2.11.0",
- "he": "1.1.1",
- "ncname": "1.0.0",
- "param-case": "2.1.1",
- "relateurl": "0.2.7",
- "uglify-js": "3.0.28"
- }
- },
- "html-webpack-plugin": {
- "version": "2.30.1",
- "resolved": "http://registry.npm.taobao.org/html-webpack-plugin/download/html-webpack-plugin-2.30.1.tgz",
- "integrity": "sha1-f5xCG36pHsRg9WUn1430hO51N9U=",
- "dev": true,
- "requires": {
- "bluebird": "3.5.0",
- "html-minifier": "3.5.3",
- "loader-utils": "0.2.17",
- "lodash": "4.17.4",
- "pretty-error": "2.1.1",
- "toposort": "1.0.3"
- },
- "dependencies": {
- "loader-utils": {
- "version": "0.2.17",
- "resolved": "http://registry.npm.taobao.org/loader-utils/download/loader-utils-0.2.17.tgz",
- "integrity": "sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g=",
- "dev": true,
- "requires": {
- "big.js": "3.1.3",
- "emojis-list": "2.1.0",
- "json5": "0.5.1",
- "object-assign": "4.1.1"
- }
- }
- }
- },
- "htmlparser2": {
- "version": "3.3.0",
- "resolved": "http://registry.npm.taobao.org/htmlparser2/download/htmlparser2-3.3.0.tgz",
- "integrity": "sha1-zHDQWln2VC5D8OaFyYLhTJJKnv4=",
- "dev": true,
- "requires": {
- "domelementtype": "1.3.0",
- "domhandler": "2.1.0",
- "domutils": "1.1.6",
- "readable-stream": "1.0.34"
- },
- "dependencies": {
- "domutils": {
- "version": "1.1.6",
- "resolved": "http://registry.npm.taobao.org/domutils/download/domutils-1.1.6.tgz",
- "integrity": "sha1-vdw94Jm5ou+sxRxiPyj0FuzFdIU=",
- "dev": true,
- "requires": {
- "domelementtype": "1.3.0"
- }
- }
- }
- },
- "http-deceiver": {
- "version": "1.2.7",
- "resolved": "http://registry.npm.taobao.org/http-deceiver/download/http-deceiver-1.2.7.tgz",
- "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=",
- "dev": true
- },
- "http-errors": {
- "version": "1.6.2",
- "resolved": "http://registry.npm.taobao.org/http-errors/download/http-errors-1.6.2.tgz",
- "integrity": "sha1-CgAsyFcHGSp+eUbO7cERVfYOxzY=",
- "dev": true,
- "requires": {
- "depd": "1.1.1",
- "inherits": "2.0.3",
- "setprototypeof": "1.0.3",
- "statuses": "1.3.1"
- }
- },
- "http-proxy": {
- "version": "1.16.2",
- "resolved": "http://registry.npm.taobao.org/http-proxy/download/http-proxy-1.16.2.tgz",
- "integrity": "sha1-Bt/ykpUr9k2+hHH6nfcwZtTzd0I=",
- "dev": true,
- "requires": {
- "eventemitter3": "1.2.0",
- "requires-port": "1.0.0"
- }
- },
- "http-proxy-middleware": {
- "version": "0.17.4",
- "resolved": "http://registry.npm.taobao.org/http-proxy-middleware/download/http-proxy-middleware-0.17.4.tgz",
- "integrity": "sha1-ZC6ISIUdZvCdTxJJEoRtuutBuDM=",
- "dev": true,
- "requires": {
- "http-proxy": "1.16.2",
- "is-glob": "3.1.0",
- "lodash": "4.17.4",
- "micromatch": "2.3.11"
- },
- "dependencies": {
- "is-extglob": {
- "version": "2.1.1",
- "resolved": "http://registry.npm.taobao.org/is-extglob/download/is-extglob-2.1.1.tgz",
- "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
- "dev": true
- },
- "is-glob": {
- "version": "3.1.0",
- "resolved": "http://registry.npm.taobao.org/is-glob/download/is-glob-3.1.0.tgz",
- "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
- "dev": true,
- "requires": {
- "is-extglob": "2.1.1"
- }
- }
- }
- },
- "http-signature": {
- "version": "1.1.1",
- "resolved": "http://registry.npm.taobao.org/http-signature/download/http-signature-1.1.1.tgz",
- "integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=",
- "dev": true,
- "requires": {
- "assert-plus": "0.2.0",
- "jsprim": "1.4.1",
- "sshpk": "1.13.1"
- }
- },
- "https-browserify": {
- "version": "0.0.1",
- "resolved": "http://registry.npm.taobao.org/https-browserify/download/https-browserify-0.0.1.tgz",
- "integrity": "sha1-P5E2XKvmC3ftDruiS0VOPgnZWoI=",
- "dev": true
- },
- "https-proxy-agent": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/https-proxy-agent/download/https-proxy-agent-1.0.0.tgz",
- "integrity": "sha1-NffabEjOTdv6JkiRrFk+5f+GceY=",
- "dev": true,
- "requires": {
- "agent-base": "2.1.1",
- "debug": "2.6.8",
- "extend": "3.0.1"
- }
- },
- "icss-replace-symbols": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/icss-replace-symbols/download/icss-replace-symbols-1.1.0.tgz",
- "integrity": "sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=",
- "dev": true
- },
- "icss-utils": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/icss-utils/download/icss-utils-2.1.0.tgz",
- "integrity": "sha1-g/Cg7DeL8yRheLbCrZE28TWxyWI=",
- "dev": true,
- "requires": {
- "postcss": "6.0.9"
- },
- "dependencies": {
- "has-flag": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/has-flag/download/has-flag-2.0.0.tgz",
- "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=",
- "dev": true
- },
- "postcss": {
- "version": "6.0.9",
- "resolved": "http://registry.npm.taobao.org/postcss/download/postcss-6.0.9.tgz",
- "integrity": "sha1-VIGXZnhKUcZbHsTVTC+TdlQ4w1o=",
- "dev": true,
- "requires": {
- "chalk": "2.1.0",
- "source-map": "0.5.6",
- "supports-color": "4.2.1"
- }
- },
- "supports-color": {
- "version": "4.2.1",
- "resolved": "http://registry.npm.taobao.org/supports-color/download/supports-color-4.2.1.tgz",
- "integrity": "sha1-ZaS7JjHpDgJCDbpVVMN1pHVLuDY=",
- "dev": true,
- "requires": {
- "has-flag": "2.0.0"
- }
- }
- }
- },
- "ieee754": {
- "version": "1.1.8",
- "resolved": "http://registry.npm.taobao.org/ieee754/download/ieee754-1.1.8.tgz",
- "integrity": "sha1-vjPUCsEO8ZJnAfbwii2G+/0a0+Q=",
- "dev": true
- },
- "iferr": {
- "version": "0.1.5",
- "resolved": "http://registry.npm.taobao.org/iferr/download/iferr-0.1.5.tgz",
- "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=",
- "dev": true
- },
- "ignore": {
- "version": "3.3.7",
- "resolved": "http://registry.npm.taobao.org/ignore/download/ignore-3.3.7.tgz",
- "integrity": "sha1-YSKJv7PCIOGGpYEYYY1b6MG6sCE=",
- "dev": true
- },
- "image-size": {
- "version": "0.5.5",
- "resolved": "http://registry.npm.taobao.org/image-size/download/image-size-0.5.5.tgz",
- "integrity": "sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=",
- "dev": true,
- "optional": true
- },
- "img-stats": {
- "version": "0.5.2",
- "resolved": "http://registry.npm.taobao.org/img-stats/download/img-stats-0.5.2.tgz",
- "integrity": "sha1-wgNJbELy2esuWrgjL6dWurMsnis=",
- "dev": true,
- "requires": {
- "xmldom": "0.1.27"
- }
- },
- "imurmurhash": {
- "version": "0.1.4",
- "resolved": "http://registry.npm.taobao.org/imurmurhash/download/imurmurhash-0.1.4.tgz",
- "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
- "dev": true
- },
- "in-publish": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/in-publish/download/in-publish-2.0.0.tgz",
- "integrity": "sha1-4g/146KvwmkDILbcVSaCqcf631E=",
- "dev": true,
- "optional": true
- },
- "indent-string": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/indent-string/download/indent-string-2.1.0.tgz",
- "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
- "dev": true,
- "requires": {
- "repeating": "2.0.1"
- }
- },
- "indexes-of": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/indexes-of/download/indexes-of-1.0.1.tgz",
- "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=",
- "dev": true
- },
- "indexof": {
- "version": "0.0.1",
- "resolved": "http://registry.npm.taobao.org/indexof/download/indexof-0.0.1.tgz",
- "integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=",
- "dev": true
- },
- "inflight": {
- "version": "1.0.6",
- "resolved": "http://registry.npm.taobao.org/inflight/download/inflight-1.0.6.tgz",
- "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
- "dev": true,
- "requires": {
- "once": "1.4.0",
- "wrappy": "1.0.2"
- }
- },
- "inherits": {
- "version": "2.0.3",
- "resolved": "http://registry.npm.taobao.org/inherits/download/inherits-2.0.3.tgz",
- "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
- "dev": true
- },
- "ini": {
- "version": "1.3.4",
- "resolved": "http://registry.npm.taobao.org/ini/download/ini-1.3.4.tgz",
- "integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4=",
- "dev": true
- },
- "internal-ip": {
- "version": "1.2.0",
- "resolved": "http://registry.npm.taobao.org/internal-ip/download/internal-ip-1.2.0.tgz",
- "integrity": "sha1-rp+/k7mEh4eF1QqN4bNWlWBYz1w=",
- "dev": true,
- "requires": {
- "meow": "3.7.0"
- }
- },
- "interpret": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/interpret/download/interpret-1.0.3.tgz",
- "integrity": "sha1-y8NcYu7uc/Gat7EKgBURQBr8D5A=",
- "dev": true
- },
- "invariant": {
- "version": "2.2.2",
- "resolved": "http://registry.npm.taobao.org/invariant/download/invariant-2.2.2.tgz",
- "integrity": "sha1-nh9WrArNtr8wMwbzOL47IErmA2A=",
- "dev": true,
- "requires": {
- "loose-envify": "1.3.1"
- }
- },
- "invert-kv": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/invert-kv/download/invert-kv-1.0.0.tgz",
- "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=",
- "dev": true
- },
- "ip": {
- "version": "1.1.5",
- "resolved": "http://registry.npm.taobao.org/ip/download/ip-1.1.5.tgz",
- "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=",
- "dev": true
- },
- "ipaddr.js": {
- "version": "1.4.0",
- "resolved": "http://registry.npm.taobao.org/ipaddr.js/download/ipaddr.js-1.4.0.tgz",
- "integrity": "sha1-KWrKh4qCGBbluF0KKFqZvP9FgvA=",
- "dev": true
- },
- "is-absolute-url": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/is-absolute-url/download/is-absolute-url-2.1.0.tgz",
- "integrity": "sha1-UFMN+4T8yap9vnhS6Do3uTufKqY=",
- "dev": true
- },
- "is-arrayish": {
- "version": "0.2.1",
- "resolved": "http://registry.npm.taobao.org/is-arrayish/download/is-arrayish-0.2.1.tgz",
- "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
- "dev": true
- },
- "is-binary-path": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/is-binary-path/download/is-binary-path-1.0.1.tgz",
- "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
- "dev": true,
- "requires": {
- "binary-extensions": "1.10.0"
- }
- },
- "is-buffer": {
- "version": "1.1.5",
- "resolved": "http://registry.npm.taobao.org/is-buffer/download/is-buffer-1.1.5.tgz",
- "integrity": "sha1-Hzsm72E7IUuIy8ojzGwB2Hlh7sw=",
- "dev": true
- },
- "is-builtin-module": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/is-builtin-module/download/is-builtin-module-1.0.0.tgz",
- "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=",
- "dev": true,
- "requires": {
- "builtin-modules": "1.1.1"
- }
- },
- "is-directory": {
- "version": "0.3.1",
- "resolved": "http://registry.npm.taobao.org/is-directory/download/is-directory-0.3.1.tgz",
- "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=",
- "dev": true
- },
- "is-dotfile": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/is-dotfile/download/is-dotfile-1.0.3.tgz",
- "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=",
- "dev": true
- },
- "is-equal-shallow": {
- "version": "0.1.3",
- "resolved": "http://registry.npm.taobao.org/is-equal-shallow/download/is-equal-shallow-0.1.3.tgz",
- "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=",
- "dev": true,
- "requires": {
- "is-primitive": "2.0.0"
- }
- },
- "is-extendable": {
- "version": "0.1.1",
- "resolved": "http://registry.npm.taobao.org/is-extendable/download/is-extendable-0.1.1.tgz",
- "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
- "dev": true
- },
- "is-extglob": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/is-extglob/download/is-extglob-1.0.0.tgz",
- "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=",
- "dev": true
- },
- "is-finite": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/is-finite/download/is-finite-1.0.2.tgz",
- "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
- "dev": true,
- "requires": {
- "number-is-nan": "1.0.1"
- }
- },
- "is-fullwidth-code-point": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz",
- "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
- "dev": true
- },
- "is-glob": {
- "version": "2.0.1",
- "resolved": "http://registry.npm.taobao.org/is-glob/download/is-glob-2.0.1.tgz",
- "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
- "dev": true,
- "requires": {
- "is-extglob": "1.0.0"
- }
- },
- "is-number": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/is-number/download/is-number-2.1.0.tgz",
- "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=",
- "dev": true,
- "requires": {
- "kind-of": "3.2.2"
- }
- },
- "is-path-cwd": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/is-path-cwd/download/is-path-cwd-1.0.0.tgz",
- "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=",
- "dev": true
- },
- "is-path-in-cwd": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/is-path-in-cwd/download/is-path-in-cwd-1.0.0.tgz",
- "integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=",
- "dev": true,
- "requires": {
- "is-path-inside": "1.0.0"
- }
- },
- "is-path-inside": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/is-path-inside/download/is-path-inside-1.0.0.tgz",
- "integrity": "sha1-/AbloWg/vaE95mev9xe7wQpI838=",
- "dev": true,
- "requires": {
- "path-is-inside": "1.0.2"
- }
- },
- "is-plain-obj": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/is-plain-obj/download/is-plain-obj-1.1.0.tgz",
- "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
- "dev": true
- },
- "is-plain-object": {
- "version": "2.0.4",
- "resolved": "http://registry.npm.taobao.org/is-plain-object/download/is-plain-object-2.0.4.tgz",
- "integrity": "sha1-LBY7P6+xtgbZ0Xko8FwqHDjgdnc=",
- "dev": true,
- "requires": {
- "isobject": "3.0.1"
- }
- },
- "is-posix-bracket": {
- "version": "0.1.1",
- "resolved": "http://registry.npm.taobao.org/is-posix-bracket/download/is-posix-bracket-0.1.1.tgz",
- "integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=",
- "dev": true
- },
- "is-primitive": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/is-primitive/download/is-primitive-2.0.0.tgz",
- "integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=",
- "dev": true
- },
- "is-stream": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/is-stream/download/is-stream-1.1.0.tgz",
- "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=",
- "dev": true
- },
- "is-svg": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/is-svg/download/is-svg-2.1.0.tgz",
- "integrity": "sha1-z2EJDaDZ77yrhyLeum8DIgjbsOk=",
- "dev": true,
- "requires": {
- "html-comment-regex": "1.1.1"
- }
- },
- "is-typedarray": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/is-typedarray/download/is-typedarray-1.0.0.tgz",
- "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=",
- "dev": true
- },
- "is-utf8": {
- "version": "0.2.1",
- "resolved": "http://registry.npm.taobao.org/is-utf8/download/is-utf8-0.2.1.tgz",
- "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=",
- "dev": true
- },
- "is-wsl": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/is-wsl/download/is-wsl-1.1.0.tgz",
- "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=",
- "dev": true
- },
- "isarray": {
- "version": "0.0.1",
- "resolved": "http://registry.npm.taobao.org/isarray/download/isarray-0.0.1.tgz",
- "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
- "dev": true
- },
- "isbinaryfile": {
- "version": "3.0.2",
- "resolved": "http://registry.npm.taobao.org/isbinaryfile/download/isbinaryfile-3.0.2.tgz",
- "integrity": "sha1-Sj6XTsDLqQBNP8bN5yCeppNopiE=",
- "dev": true
- },
- "isexe": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/isexe/download/isexe-2.0.0.tgz",
- "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
- "dev": true
- },
- "isobject": {
- "version": "3.0.1",
- "resolved": "http://registry.npm.taobao.org/isobject/download/isobject-3.0.1.tgz",
- "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
- "dev": true
- },
- "isstream": {
- "version": "0.1.2",
- "resolved": "http://registry.npm.taobao.org/isstream/download/isstream-0.1.2.tgz",
- "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=",
- "dev": true
- },
- "istanbul-api": {
- "version": "1.1.11",
- "resolved": "http://registry.npm.taobao.org/istanbul-api/download/istanbul-api-1.1.11.tgz",
- "integrity": "sha1-/MC0YeKzvaceMFFVE4I4doJX2d4=",
- "dev": true,
- "requires": {
- "async": "2.5.0",
- "fileset": "2.0.3",
- "istanbul-lib-coverage": "1.1.1",
- "istanbul-lib-hook": "1.0.7",
- "istanbul-lib-instrument": "1.7.4",
- "istanbul-lib-report": "1.1.1",
- "istanbul-lib-source-maps": "1.2.1",
- "istanbul-reports": "1.1.1",
- "js-yaml": "3.7.0",
- "mkdirp": "0.5.1",
- "once": "1.4.0"
- }
- },
- "istanbul-instrumenter-loader": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/istanbul-instrumenter-loader/download/istanbul-instrumenter-loader-2.0.0.tgz",
- "integrity": "sha1-5UkpAKsLuoNe+oAkywC+mz7qJwA=",
- "dev": true,
- "requires": {
- "convert-source-map": "1.5.0",
- "istanbul-lib-instrument": "1.7.4",
- "loader-utils": "0.2.17",
- "object-assign": "4.1.1"
- },
- "dependencies": {
- "loader-utils": {
- "version": "0.2.17",
- "resolved": "http://registry.npm.taobao.org/loader-utils/download/loader-utils-0.2.17.tgz",
- "integrity": "sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g=",
- "dev": true,
- "requires": {
- "big.js": "3.1.3",
- "emojis-list": "2.1.0",
- "json5": "0.5.1",
- "object-assign": "4.1.1"
- }
- }
- }
- },
- "istanbul-lib-coverage": {
- "version": "1.1.1",
- "resolved": "http://registry.npm.taobao.org/istanbul-lib-coverage/download/istanbul-lib-coverage-1.1.1.tgz",
- "integrity": "sha1-c7+5mIhSmUFck9OKPprfeEp3qdo=",
- "dev": true
- },
- "istanbul-lib-hook": {
- "version": "1.0.7",
- "resolved": "http://registry.npm.taobao.org/istanbul-lib-hook/download/istanbul-lib-hook-1.0.7.tgz",
- "integrity": "sha1-3WYH8DB2V4/n1vKmMM8UO0m6zdw=",
- "dev": true,
- "requires": {
- "append-transform": "0.4.0"
- }
- },
- "istanbul-lib-instrument": {
- "version": "1.7.4",
- "resolved": "http://registry.npm.taobao.org/istanbul-lib-instrument/download/istanbul-lib-instrument-1.7.4.tgz",
- "integrity": "sha1-6f2SDkdn89Ge3HZeLWs/XMvQ7qg=",
- "dev": true,
- "requires": {
- "babel-generator": "6.26.0",
- "babel-template": "6.26.0",
- "babel-traverse": "6.26.0",
- "babel-types": "6.26.0",
- "babylon": "6.18.0",
- "istanbul-lib-coverage": "1.1.1",
- "semver": "5.4.1"
- }
- },
- "istanbul-lib-report": {
- "version": "1.1.1",
- "resolved": "http://registry.npm.taobao.org/istanbul-lib-report/download/istanbul-lib-report-1.1.1.tgz",
- "integrity": "sha1-8OVfVmVf+jQiIIC3oM1HYOFAX8k=",
- "dev": true,
- "requires": {
- "istanbul-lib-coverage": "1.1.1",
- "mkdirp": "0.5.1",
- "path-parse": "1.0.5",
- "supports-color": "3.2.3"
- }
- },
- "istanbul-lib-source-maps": {
- "version": "1.2.1",
- "resolved": "http://registry.npm.taobao.org/istanbul-lib-source-maps/download/istanbul-lib-source-maps-1.2.1.tgz",
- "integrity": "sha1-pv4ay6jOCO68Y45XLilNJnAIqgw=",
- "dev": true,
- "requires": {
- "debug": "2.6.8",
- "istanbul-lib-coverage": "1.1.1",
- "mkdirp": "0.5.1",
- "rimraf": "2.6.1",
- "source-map": "0.5.6"
- }
- },
- "istanbul-reports": {
- "version": "1.1.1",
- "resolved": "http://registry.npm.taobao.org/istanbul-reports/download/istanbul-reports-1.1.1.tgz",
- "integrity": "sha1-BCvlyJ4XW8P4ZSPKqynAFOd/7k4=",
- "dev": true,
- "requires": {
- "handlebars": "4.0.10"
- },
- "dependencies": {
- "async": {
- "version": "1.5.2",
- "resolved": "http://registry.npm.taobao.org/async/download/async-1.5.2.tgz",
- "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=",
- "dev": true
- },
- "camelcase": {
- "version": "1.2.1",
- "resolved": "http://registry.npm.taobao.org/camelcase/download/camelcase-1.2.1.tgz",
- "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=",
- "dev": true,
- "optional": true
- },
- "cliui": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/cliui/download/cliui-2.1.0.tgz",
- "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
- "dev": true,
- "optional": true,
- "requires": {
- "center-align": "0.1.3",
- "right-align": "0.1.3",
- "wordwrap": "0.0.2"
- },
- "dependencies": {
- "wordwrap": {
- "version": "0.0.2",
- "resolved": "http://registry.npm.taobao.org/wordwrap/download/wordwrap-0.0.2.tgz",
- "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=",
- "dev": true,
- "optional": true
- }
- }
- },
- "handlebars": {
- "version": "4.0.10",
- "resolved": "http://registry.npm.taobao.org/handlebars/download/handlebars-4.0.10.tgz",
- "integrity": "sha1-PTDHGLCaPZbyPqTMH0A8TTup/08=",
- "dev": true,
- "requires": {
- "async": "1.5.2",
- "optimist": "0.6.1",
- "source-map": "0.4.4",
- "uglify-js": "2.8.29"
- }
- },
- "optimist": {
- "version": "0.6.1",
- "resolved": "http://registry.npm.taobao.org/optimist/download/optimist-0.6.1.tgz",
- "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=",
- "dev": true,
- "requires": {
- "minimist": "0.0.8",
- "wordwrap": "0.0.3"
- }
- },
- "source-map": {
- "version": "0.4.4",
- "resolved": "http://registry.npm.taobao.org/source-map/download/source-map-0.4.4.tgz",
- "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
- "dev": true,
- "requires": {
- "amdefine": "1.0.1"
- }
- },
- "uglify-js": {
- "version": "2.8.29",
- "resolved": "http://registry.npm.taobao.org/uglify-js/download/uglify-js-2.8.29.tgz",
- "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=",
- "dev": true,
- "optional": true,
- "requires": {
- "source-map": "0.5.6",
- "uglify-to-browserify": "1.0.2",
- "yargs": "3.10.0"
- },
- "dependencies": {
- "source-map": {
- "version": "0.5.6",
- "resolved": "http://registry.npm.taobao.org/source-map/download/source-map-0.5.6.tgz",
- "integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI=",
- "dev": true,
- "optional": true
- }
- }
- },
- "yargs": {
- "version": "3.10.0",
- "resolved": "http://registry.npm.taobao.org/yargs/download/yargs-3.10.0.tgz",
- "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
- "dev": true,
- "optional": true,
- "requires": {
- "camelcase": "1.2.1",
- "cliui": "2.1.0",
- "decamelize": "1.2.0",
- "window-size": "0.1.0"
- }
- }
- }
- },
- "jasmine": {
- "version": "2.7.0",
- "resolved": "http://registry.npm.taobao.org/jasmine/download/jasmine-2.7.0.tgz",
- "integrity": "sha1-XPC7TllLRgC7QjVWA2YhKsWuobI=",
- "dev": true,
- "requires": {
- "exit": "0.1.2",
- "glob": "7.1.2",
- "jasmine-core": "2.7.0"
- },
- "dependencies": {
- "jasmine-core": {
- "version": "2.7.0",
- "resolved": "http://registry.npm.taobao.org/jasmine-core/download/jasmine-core-2.7.0.tgz",
- "integrity": "sha1-UP+MT5LY71wLLBuEbdJj7YUVIJE=",
- "dev": true
- }
- }
- },
- "jasmine-core": {
- "version": "2.6.4",
- "resolved": "http://registry.npm.taobao.org/jasmine-core/download/jasmine-core-2.6.4.tgz",
- "integrity": "sha1-3skmzQqfoof7bbXHVfpIfnTOysU=",
- "dev": true
- },
- "jasmine-spec-reporter": {
- "version": "4.1.1",
- "resolved": "http://registry.npm.taobao.org/jasmine-spec-reporter/download/jasmine-spec-reporter-4.1.1.tgz",
- "integrity": "sha1-Wm1Yq11hvqcwn7wnkjlRF1axtYg=",
- "dev": true,
- "requires": {
- "colors": "1.1.2"
- }
- },
- "jasminewd2": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/jasminewd2/download/jasminewd2-2.1.0.tgz",
- "integrity": "sha1-2llSddGuYx3nNqwKfH2Fyfc+9lI=",
- "dev": true
- },
- "jquery": {
- "version": "3.2.1",
- "resolved": "http://10.75.8.148/repository/npm-pub/jquery/-/jquery-3.2.1.tgz",
- "integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c="
- },
- "jquery-ui": {
- "version": "1.12.1",
- "resolved": "http://registry.npm.taobao.org/jquery-ui/download/jquery-ui-1.12.1.tgz",
- "integrity": "sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE="
- },
- "js-base64": {
- "version": "2.1.9",
- "resolved": "http://registry.npm.taobao.org/js-base64/download/js-base64-2.1.9.tgz",
- "integrity": "sha1-8OgK4DmkvWVLXygfyT8EqRSn/M4=",
- "dev": true
- },
- "js-tokens": {
- "version": "3.0.2",
- "resolved": "http://registry.npm.taobao.org/js-tokens/download/js-tokens-3.0.2.tgz",
- "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=",
- "dev": true
- },
- "js-yaml": {
- "version": "3.7.0",
- "resolved": "http://registry.npm.taobao.org/js-yaml/download/js-yaml-3.7.0.tgz",
- "integrity": "sha1-XJZ93YN6m/3KXy3oQlOr6KHAO4A=",
- "dev": true,
- "requires": {
- "argparse": "1.0.9",
- "esprima": "2.7.3"
- }
- },
- "jsbn": {
- "version": "0.1.1",
- "resolved": "http://registry.npm.taobao.org/jsbn/download/jsbn-0.1.1.tgz",
- "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
- "dev": true,
- "optional": true
- },
- "jsesc": {
- "version": "0.5.0",
- "resolved": "http://registry.npm.taobao.org/jsesc/download/jsesc-0.5.0.tgz",
- "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=",
- "dev": true
- },
- "json-loader": {
- "version": "0.5.7",
- "resolved": "http://registry.npm.taobao.org/json-loader/download/json-loader-0.5.7.tgz",
- "integrity": "sha1-3KFKcCNf+C8KyaOr62DTN6NlGF0=",
- "dev": true
- },
- "json-schema": {
- "version": "0.2.3",
- "resolved": "http://registry.npm.taobao.org/json-schema/download/json-schema-0.2.3.tgz",
- "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=",
- "dev": true
- },
- "json-schema-traverse": {
- "version": "0.3.1",
- "resolved": "http://registry.npm.taobao.org/json-schema-traverse/download/json-schema-traverse-0.3.1.tgz",
- "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=",
- "dev": true
- },
- "json-stable-stringify": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/json-stable-stringify/download/json-stable-stringify-1.0.1.tgz",
- "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=",
- "dev": true,
- "requires": {
- "jsonify": "0.0.0"
- }
- },
- "json-stringify-safe": {
- "version": "5.0.1",
- "resolved": "http://registry.npm.taobao.org/json-stringify-safe/download/json-stringify-safe-5.0.1.tgz",
- "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=",
- "dev": true
- },
- "json3": {
- "version": "3.3.2",
- "resolved": "http://registry.npm.taobao.org/json3/download/json3-3.3.2.tgz",
- "integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=",
- "dev": true
- },
- "json5": {
- "version": "0.5.1",
- "resolved": "http://registry.npm.taobao.org/json5/download/json5-0.5.1.tgz",
- "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=",
- "dev": true
- },
- "jsonfile": {
- "version": "3.0.1",
- "resolved": "http://registry.npm.taobao.org/jsonfile/download/jsonfile-3.0.1.tgz",
- "integrity": "sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11"
- }
- },
- "jsonify": {
- "version": "0.0.0",
- "resolved": "http://registry.npm.taobao.org/jsonify/download/jsonify-0.0.0.tgz",
- "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=",
- "dev": true
- },
- "jsplumb": {
- "version": "2.5.1",
- "resolved": "http://registry.npm.taobao.org/jsplumb/download/jsplumb-2.5.1.tgz",
- "integrity": "sha1-PMVAJJhdzJHSeUOARSJkH/qu3L4="
- },
- "jsprim": {
- "version": "1.4.1",
- "resolved": "http://registry.npm.taobao.org/jsprim/download/jsprim-1.4.1.tgz",
- "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
- "dev": true,
- "requires": {
- "assert-plus": "1.0.0",
- "extsprintf": "1.3.0",
- "json-schema": "0.2.3",
- "verror": "1.10.0"
- },
- "dependencies": {
- "assert-plus": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/assert-plus/download/assert-plus-1.0.0.tgz",
- "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
- "dev": true
- }
- }
- },
- "karma": {
- "version": "1.7.0",
- "resolved": "http://registry.npm.taobao.org/karma/download/karma-1.7.0.tgz",
- "integrity": "sha1-b3oaQGRG+i4YfslTmGmPTO5HYmk=",
- "dev": true,
- "requires": {
- "bluebird": "3.5.0",
- "body-parser": "1.17.2",
- "chokidar": "1.7.0",
- "colors": "1.1.2",
- "combine-lists": "1.0.1",
- "connect": "3.6.3",
- "core-js": "2.5.0",
- "di": "0.0.1",
- "dom-serialize": "2.2.1",
- "expand-braces": "0.1.2",
- "glob": "7.1.2",
- "graceful-fs": "4.1.11",
- "http-proxy": "1.16.2",
- "isbinaryfile": "3.0.2",
- "lodash": "3.10.1",
- "log4js": "0.6.38",
- "mime": "1.3.6",
- "minimatch": "3.0.4",
- "optimist": "0.6.1",
- "qjobs": "1.1.5",
- "range-parser": "1.2.0",
- "rimraf": "2.6.1",
- "safe-buffer": "5.1.1",
- "socket.io": "1.7.3",
- "source-map": "0.5.6",
- "tmp": "0.0.31",
- "useragent": "2.2.1"
- },
- "dependencies": {
- "lodash": {
- "version": "3.10.1",
- "resolved": "http://registry.npm.taobao.org/lodash/download/lodash-3.10.1.tgz",
- "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
- "dev": true
- },
- "optimist": {
- "version": "0.6.1",
- "resolved": "http://registry.npm.taobao.org/optimist/download/optimist-0.6.1.tgz",
- "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=",
- "dev": true,
- "requires": {
- "minimist": "0.0.8",
- "wordwrap": "0.0.3"
- }
- }
- }
- },
- "karma-chrome-launcher": {
- "version": "2.1.1",
- "resolved": "http://registry.npm.taobao.org/karma-chrome-launcher/download/karma-chrome-launcher-2.1.1.tgz",
- "integrity": "sha1-IWh5xorATY1RQOmWGboEtZr9Rs8=",
- "dev": true,
- "requires": {
- "fs-access": "1.0.1",
- "which": "1.3.0"
- }
- },
- "karma-cli": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/karma-cli/download/karma-cli-1.0.1.tgz",
- "integrity": "sha1-rmw8WKMTodALRRZMRVubhs4X+WA=",
- "dev": true,
- "requires": {
- "resolve": "1.4.0"
- }
- },
- "karma-coverage-istanbul-reporter": {
- "version": "1.3.0",
- "resolved": "http://registry.npm.taobao.org/karma-coverage-istanbul-reporter/download/karma-coverage-istanbul-reporter-1.3.0.tgz",
- "integrity": "sha1-0ULNnFVzHJ42Pvc3To7xoxvr+ts=",
- "dev": true,
- "requires": {
- "istanbul-api": "1.1.11",
- "minimatch": "3.0.4"
- }
- },
- "karma-jasmine": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/karma-jasmine/download/karma-jasmine-1.1.0.tgz",
- "integrity": "sha1-IuTAa/mhguUpTR9wXjczgRuBCs8=",
- "dev": true
- },
- "karma-jasmine-html-reporter": {
- "version": "0.2.2",
- "resolved": "http://registry.npm.taobao.org/karma-jasmine-html-reporter/download/karma-jasmine-html-reporter-0.2.2.tgz",
- "integrity": "sha1-SKjl7xiAdhfuK14zwRlMNbQ5Ukw=",
- "dev": true,
- "requires": {
- "karma-jasmine": "1.1.0"
- }
- },
- "karma-source-map-support": {
- "version": "1.2.0",
- "resolved": "http://registry.npm.taobao.org/karma-source-map-support/download/karma-source-map-support-1.2.0.tgz",
- "integrity": "sha1-G/gee7SwiWJ6s1LsQXnhF8QGpUA=",
- "dev": true,
- "requires": {
- "source-map-support": "0.4.16"
- }
- },
- "kind-of": {
- "version": "3.2.2",
- "resolved": "http://registry.npm.taobao.org/kind-of/download/kind-of-3.2.2.tgz",
- "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
- "dev": true,
- "requires": {
- "is-buffer": "1.1.5"
- }
- },
- "lazy-cache": {
- "version": "0.2.7",
- "resolved": "http://registry.npm.taobao.org/lazy-cache/download/lazy-cache-0.2.7.tgz",
- "integrity": "sha1-f+3fLctu23fRHvHRF6tf/fCrG2U=",
- "dev": true
- },
- "lcid": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/lcid/download/lcid-1.0.0.tgz",
- "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=",
- "dev": true,
- "requires": {
- "invert-kv": "1.0.0"
- }
- },
- "less": {
- "version": "2.7.2",
- "resolved": "http://registry.npm.taobao.org/less/download/less-2.7.2.tgz",
- "integrity": "sha1-No1sxz4fsDmBGDKAkYdDxdz5s98=",
- "dev": true,
- "requires": {
- "errno": "0.1.4",
- "graceful-fs": "4.1.11",
- "image-size": "0.5.5",
- "mime": "1.3.6",
- "mkdirp": "0.5.1",
- "promise": "7.3.1",
- "request": "2.81.0",
- "source-map": "0.5.6"
- }
- },
- "less-loader": {
- "version": "4.0.5",
- "resolved": "http://registry.npm.taobao.org/less-loader/download/less-loader-4.0.5.tgz",
- "integrity": "sha1-rhVadAbKxqzSk9eFWH/P8PR4xN0=",
- "dev": true,
- "requires": {
- "clone": "2.1.1",
- "loader-utils": "1.1.0",
- "pify": "2.3.0"
- },
- "dependencies": {
- "clone": {
- "version": "2.1.1",
- "resolved": "http://registry.npm.taobao.org/clone/download/clone-2.1.1.tgz",
- "integrity": "sha1-0hfR6WERjjrJpLi7oyhVU79kfNs=",
- "dev": true
- }
- }
- },
- "load-json-file": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/load-json-file/download/load-json-file-1.1.0.tgz",
- "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "parse-json": "2.2.0",
- "pify": "2.3.0",
- "pinkie-promise": "2.0.1",
- "strip-bom": "2.0.0"
- }
- },
- "loader-runner": {
- "version": "2.3.0",
- "resolved": "http://registry.npm.taobao.org/loader-runner/download/loader-runner-2.3.0.tgz",
- "integrity": "sha1-9IKuqC1UPgeSFwDVpG7yb9rGuKI=",
- "dev": true
- },
- "loader-utils": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/loader-utils/download/loader-utils-1.1.0.tgz",
- "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=",
- "dev": true,
- "requires": {
- "big.js": "3.1.3",
- "emojis-list": "2.1.0",
- "json5": "0.5.1"
- }
- },
- "locate-path": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/locate-path/download/locate-path-2.0.0.tgz",
- "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
- "dev": true,
- "requires": {
- "p-locate": "2.0.0",
- "path-exists": "3.0.0"
- },
- "dependencies": {
- "path-exists": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/path-exists/download/path-exists-3.0.0.tgz",
- "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
- "dev": true
- }
- }
- },
- "lodash": {
- "version": "4.17.4",
- "resolved": "http://registry.npm.taobao.org/lodash/download/lodash-4.17.4.tgz",
- "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
- "dev": true
- },
- "lodash.assign": {
- "version": "4.2.0",
- "resolved": "http://registry.npm.taobao.org/lodash.assign/download/lodash.assign-4.2.0.tgz",
- "integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=",
- "dev": true,
- "optional": true
- },
- "lodash.camelcase": {
- "version": "4.3.0",
- "resolved": "http://registry.npm.taobao.org/lodash.camelcase/download/lodash.camelcase-4.3.0.tgz",
- "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=",
- "dev": true
- },
- "lodash.clonedeep": {
- "version": "4.5.0",
- "resolved": "http://registry.npm.taobao.org/lodash.clonedeep/download/lodash.clonedeep-4.5.0.tgz",
- "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=",
- "dev": true
- },
- "lodash.memoize": {
- "version": "4.1.2",
- "resolved": "http://registry.npm.taobao.org/lodash.memoize/download/lodash.memoize-4.1.2.tgz",
- "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=",
- "dev": true
- },
- "lodash.mergewith": {
- "version": "4.6.0",
- "resolved": "http://registry.npm.taobao.org/lodash.mergewith/download/lodash.mergewith-4.6.0.tgz",
- "integrity": "sha1-FQzwoWeR9ZA7iJHqsVRgknS96lU=",
- "dev": true,
- "optional": true
- },
- "lodash.tail": {
- "version": "4.1.1",
- "resolved": "http://registry.npm.taobao.org/lodash.tail/download/lodash.tail-4.1.1.tgz",
- "integrity": "sha1-0jM6NtnncXyK0vfKyv7HwytERmQ=",
- "dev": true
- },
- "lodash.uniq": {
- "version": "4.5.0",
- "resolved": "http://registry.npm.taobao.org/lodash.uniq/download/lodash.uniq-4.5.0.tgz",
- "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=",
- "dev": true
- },
- "log4js": {
- "version": "0.6.38",
- "resolved": "http://registry.npm.taobao.org/log4js/download/log4js-0.6.38.tgz",
- "integrity": "sha1-LElBFmldb7JUgJQ9P8hy5mKlIv0=",
- "dev": true,
- "requires": {
- "readable-stream": "1.0.34",
- "semver": "4.3.6"
- },
- "dependencies": {
- "semver": {
- "version": "4.3.6",
- "resolved": "http://registry.npm.taobao.org/semver/download/semver-4.3.6.tgz",
- "integrity": "sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=",
- "dev": true
- }
- }
- },
- "loglevel": {
- "version": "1.6.1",
- "resolved": "http://registry.npm.taobao.org/loglevel/download/loglevel-1.6.1.tgz",
- "integrity": "sha1-4PyVEztu8nbNyIh82vJKpvFW+Po=",
- "dev": true
- },
- "longest": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/longest/download/longest-1.0.1.tgz",
- "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=",
- "dev": true
- },
- "loose-envify": {
- "version": "1.3.1",
- "resolved": "http://registry.npm.taobao.org/loose-envify/download/loose-envify-1.3.1.tgz",
- "integrity": "sha1-0aitM/qc4OcT1l/dCsi3SNR4yEg=",
- "dev": true,
- "requires": {
- "js-tokens": "3.0.2"
- }
- },
- "loud-rejection": {
- "version": "1.6.0",
- "resolved": "http://registry.npm.taobao.org/loud-rejection/download/loud-rejection-1.6.0.tgz",
- "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
- "dev": true,
- "requires": {
- "currently-unhandled": "0.4.1",
- "signal-exit": "3.0.2"
- }
- },
- "lower-case": {
- "version": "1.1.4",
- "resolved": "http://registry.npm.taobao.org/lower-case/download/lower-case-1.1.4.tgz",
- "integrity": "sha1-miyr0bno4K6ZOkv31YdcOcQujqw=",
- "dev": true
- },
- "lru-cache": {
- "version": "4.1.1",
- "resolved": "http://registry.npm.taobao.org/lru-cache/download/lru-cache-4.1.1.tgz",
- "integrity": "sha1-Yi4y6CSItJJ5EUpPns9F581rulU=",
- "dev": true,
- "requires": {
- "pseudomap": "1.0.2",
- "yallist": "2.1.2"
- }
- },
- "macaddress": {
- "version": "0.2.8",
- "resolved": "http://registry.npm.taobao.org/macaddress/download/macaddress-0.2.8.tgz",
- "integrity": "sha1-WQTcU3w57G2+/q6QIycTX6hRHxI=",
- "dev": true
- },
- "magic-string": {
- "version": "0.22.4",
- "resolved": "http://registry.npm.taobao.org/magic-string/download/magic-string-0.22.4.tgz",
- "integrity": "sha1-MQObTkA2Y5VhjB1s+Bk8U5F0df8=",
- "dev": true,
- "requires": {
- "vlq": "0.2.2"
- }
- },
- "make-dir": {
- "version": "1.2.0",
- "resolved": "http://registry.npm.taobao.org/make-dir/download/make-dir-1.2.0.tgz",
- "integrity": "sha1-bWpJ7q1KrilsU7vzoaAIvWyJRps=",
- "dev": true,
- "requires": {
- "pify": "3.0.0"
- },
- "dependencies": {
- "pify": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/pify/download/pify-3.0.0.tgz",
- "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
- "dev": true
- }
- }
- },
- "make-error": {
- "version": "1.3.0",
- "resolved": "http://registry.npm.taobao.org/make-error/download/make-error-1.3.0.tgz",
- "integrity": "sha1-Uq06M5zPEM5itAQLcI/nByRLi5Y=",
- "dev": true
- },
- "map-obj": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/map-obj/download/map-obj-1.0.1.tgz",
- "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
- "dev": true
- },
- "math-expression-evaluator": {
- "version": "1.2.17",
- "resolved": "http://registry.npm.taobao.org/math-expression-evaluator/download/math-expression-evaluator-1.2.17.tgz",
- "integrity": "sha1-3oGf282E3M2PrlnGrreWFbnSZqw=",
- "dev": true
- },
- "md5": {
- "version": "2.2.1",
- "resolved": "http://registry.npm.taobao.org/md5/download/md5-2.2.1.tgz",
- "integrity": "sha1-U6s41f48iJG6RlMp6iP6wFQBJvk=",
- "dev": true,
- "requires": {
- "charenc": "0.0.2",
- "crypt": "0.0.2",
- "is-buffer": "1.1.5"
- }
- },
- "media-typer": {
- "version": "0.3.0",
- "resolved": "http://registry.npm.taobao.org/media-typer/download/media-typer-0.3.0.tgz",
- "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=",
- "dev": true
- },
- "mem": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/mem/download/mem-1.1.0.tgz",
- "integrity": "sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=",
- "dev": true,
- "requires": {
- "mimic-fn": "1.1.0"
- }
- },
- "memory-fs": {
- "version": "0.4.1",
- "resolved": "http://registry.npm.taobao.org/memory-fs/download/memory-fs-0.4.1.tgz",
- "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=",
- "dev": true,
- "requires": {
- "errno": "0.1.4",
- "readable-stream": "2.3.3"
- },
- "dependencies": {
- "isarray": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
- },
- "readable-stream": {
- "version": "2.3.3",
- "resolved": "http://registry.npm.taobao.org/readable-stream/download/readable-stream-2.3.3.tgz",
- "integrity": "sha1-No8lEtefnUb9/HE0mueHi7weuVw=",
- "dev": true,
- "requires": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "1.0.0",
- "process-nextick-args": "1.0.7",
- "safe-buffer": "5.1.1",
- "string_decoder": "1.0.3",
- "util-deprecate": "1.0.2"
- }
- },
- "string_decoder": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/string_decoder/download/string_decoder-1.0.3.tgz",
- "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=",
- "dev": true,
- "requires": {
- "safe-buffer": "5.1.1"
- }
- }
- }
- },
- "meow": {
- "version": "3.7.0",
- "resolved": "http://registry.npm.taobao.org/meow/download/meow-3.7.0.tgz",
- "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
- "dev": true,
- "requires": {
- "camelcase-keys": "2.1.0",
- "decamelize": "1.2.0",
- "loud-rejection": "1.6.0",
- "map-obj": "1.0.1",
- "minimist": "1.2.0",
- "normalize-package-data": "2.4.0",
- "object-assign": "4.1.1",
- "read-pkg-up": "1.0.1",
- "redent": "1.0.0",
- "trim-newlines": "1.0.0"
- },
- "dependencies": {
- "minimist": {
- "version": "1.2.0",
- "resolved": "http://registry.npm.taobao.org/minimist/download/minimist-1.2.0.tgz",
- "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
- "dev": true
- }
- }
- },
- "merge-descriptors": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/merge-descriptors/download/merge-descriptors-1.0.1.tgz",
- "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=",
- "dev": true
- },
- "methods": {
- "version": "1.1.2",
- "resolved": "http://registry.npm.taobao.org/methods/download/methods-1.1.2.tgz",
- "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=",
- "dev": true
- },
- "micromatch": {
- "version": "2.3.11",
- "resolved": "http://registry.npm.taobao.org/micromatch/download/micromatch-2.3.11.tgz",
- "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=",
- "dev": true,
- "requires": {
- "arr-diff": "2.0.0",
- "array-unique": "0.2.1",
- "braces": "1.8.5",
- "expand-brackets": "0.1.5",
- "extglob": "0.3.2",
- "filename-regex": "2.0.1",
- "is-extglob": "1.0.0",
- "is-glob": "2.0.1",
- "kind-of": "3.2.2",
- "normalize-path": "2.1.1",
- "object.omit": "2.0.1",
- "parse-glob": "3.0.4",
- "regex-cache": "0.4.3"
- }
- },
- "miller-rabin": {
- "version": "4.0.0",
- "resolved": "http://registry.npm.taobao.org/miller-rabin/download/miller-rabin-4.0.0.tgz",
- "integrity": "sha1-SmL7HUKTPAVYOYL0xxb2+55sbT0=",
- "dev": true,
- "requires": {
- "bn.js": "4.11.8",
- "brorand": "1.1.0"
- }
- },
- "mime": {
- "version": "1.3.6",
- "resolved": "http://registry.npm.taobao.org/mime/download/mime-1.3.6.tgz",
- "integrity": "sha1-WR2E02U6awtKO5343lqoEI5y5eA=",
- "dev": true
- },
- "mime-db": {
- "version": "1.29.0",
- "resolved": "http://registry.npm.taobao.org/mime-db/download/mime-db-1.29.0.tgz",
- "integrity": "sha1-SNJtI1WJZRcErFkWygYAGRQmaHg=",
- "dev": true
- },
- "mime-types": {
- "version": "2.1.16",
- "resolved": "http://registry.npm.taobao.org/mime-types/download/mime-types-2.1.16.tgz",
- "integrity": "sha1-K4WKUuXs1RbbiXrCvodIeDBpjiM=",
- "dev": true,
- "requires": {
- "mime-db": "1.29.0"
- }
- },
- "mimic-fn": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/mimic-fn/download/mimic-fn-1.1.0.tgz",
- "integrity": "sha1-5md4PZLonb00KBi1IwudYqZyrRg=",
- "dev": true
- },
- "minimalistic-assert": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/minimalistic-assert/download/minimalistic-assert-1.0.0.tgz",
- "integrity": "sha1-cCvi3aazf0g2vLP121ZkG2Sh09M=",
- "dev": true
- },
- "minimalistic-crypto-utils": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/minimalistic-crypto-utils/download/minimalistic-crypto-utils-1.0.1.tgz",
- "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=",
- "dev": true
- },
- "minimatch": {
- "version": "3.0.4",
- "resolved": "http://registry.npm.taobao.org/minimatch/download/minimatch-3.0.4.tgz",
- "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
- "dev": true,
- "requires": {
- "brace-expansion": "1.1.8"
- }
- },
- "minimist": {
- "version": "0.0.8",
- "resolved": "http://registry.npm.taobao.org/minimist/download/minimist-0.0.8.tgz",
- "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
- "dev": true
- },
- "mississippi": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/mississippi/download/mississippi-2.0.0.tgz",
- "integrity": "sha1-NEKlCPr8KFAEhv7qmUCWduTuWm8=",
- "dev": true,
- "requires": {
- "concat-stream": "1.6.2",
- "duplexify": "3.5.4",
- "end-of-stream": "1.4.1",
- "flush-write-stream": "1.0.3",
- "from2": "2.3.0",
- "parallel-transform": "1.1.0",
- "pump": "2.0.1",
- "pumpify": "1.4.0",
- "stream-each": "1.2.2",
- "through2": "2.0.3"
- }
- },
- "mixin-object": {
- "version": "2.0.1",
- "resolved": "http://registry.npm.taobao.org/mixin-object/download/mixin-object-2.0.1.tgz",
- "integrity": "sha1-T7lJRB2rGCVA8f4DW6YOGUel5X4=",
- "dev": true,
- "requires": {
- "for-in": "0.1.8",
- "is-extendable": "0.1.1"
- },
- "dependencies": {
- "for-in": {
- "version": "0.1.8",
- "resolved": "http://registry.npm.taobao.org/for-in/download/for-in-0.1.8.tgz",
- "integrity": "sha1-2Hc5COMSVhCZUrH9ubP6hn0ndeE=",
- "dev": true
- }
- }
- },
- "mkdirp": {
- "version": "0.5.1",
- "resolved": "http://registry.npm.taobao.org/mkdirp/download/mkdirp-0.5.1.tgz",
- "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
- "dev": true,
- "requires": {
- "minimist": "0.0.8"
- }
- },
- "move-concurrently": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/move-concurrently/download/move-concurrently-1.0.1.tgz",
- "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=",
- "dev": true,
- "requires": {
- "aproba": "1.1.2",
- "copy-concurrently": "1.0.5",
- "fs-write-stream-atomic": "1.0.10",
- "mkdirp": "0.5.1",
- "rimraf": "2.6.1",
- "run-queue": "1.0.3"
- }
- },
- "ms": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/ms/download/ms-2.0.0.tgz",
- "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
- "dev": true
- },
- "multicast-dns": {
- "version": "6.1.1",
- "resolved": "http://registry.npm.taobao.org/multicast-dns/download/multicast-dns-6.1.1.tgz",
- "integrity": "sha1-bn3oalcIcqsXBYrepxYLvsqBTd4=",
- "dev": true,
- "requires": {
- "dns-packet": "1.2.2",
- "thunky": "0.1.0"
- }
- },
- "multicast-dns-service-types": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/multicast-dns-service-types/download/multicast-dns-service-types-1.1.0.tgz",
- "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=",
- "dev": true
- },
- "nan": {
- "version": "2.6.2",
- "resolved": "http://registry.npm.taobao.org/nan/download/nan-2.6.2.tgz",
- "integrity": "sha1-5P805slf37WuzAjeZZb0NgWn20U=",
- "dev": true,
- "optional": true
- },
- "ncname": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/ncname/download/ncname-1.0.0.tgz",
- "integrity": "sha1-W1etGLHKCShk72Kwse2BlPODtxw=",
- "dev": true,
- "requires": {
- "xml-char-classes": "1.0.0"
- }
- },
- "negotiator": {
- "version": "0.6.1",
- "resolved": "http://registry.npm.taobao.org/negotiator/download/negotiator-0.6.1.tgz",
- "integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=",
- "dev": true
- },
- "ngx-bootstrap": {
- "version": "1.9.1",
- "resolved": "http://10.75.8.148/repository/npm-pub/ngx-bootstrap/-/ngx-bootstrap-1.9.1.tgz",
- "integrity": "sha1-Ce0G2Qj187sj+CGg+0UumhfXZls="
- },
- "ngx-tree-select": {
- "version": "0.13.3",
- "resolved": "http://registry.npm.taobao.org/ngx-tree-select/download/ngx-tree-select-0.13.3.tgz",
- "integrity": "sha1-OZp+fOF8JwYJdIhxmNMUZy3h4Rw="
- },
- "no-case": {
- "version": "2.3.1",
- "resolved": "http://registry.npm.taobao.org/no-case/download/no-case-2.3.1.tgz",
- "integrity": "sha1-euuhxzpSGEJlVUt9wDuvcg34AIE=",
- "dev": true,
- "requires": {
- "lower-case": "1.1.4"
- }
- },
- "node-forge": {
- "version": "0.6.33",
- "resolved": "http://registry.npm.taobao.org/node-forge/download/node-forge-0.6.33.tgz",
- "integrity": "sha1-RjgRh59XPUUVWtap9D3ClujoXrw=",
- "dev": true
- },
- "node-gyp": {
- "version": "3.6.2",
- "resolved": "http://registry.npm.taobao.org/node-gyp/download/node-gyp-3.6.2.tgz",
- "integrity": "sha1-m/vlRWIoYoSDjnUOrAUpWFP6HGA=",
- "dev": true,
- "optional": true,
- "requires": {
- "fstream": "1.0.11",
- "glob": "7.1.2",
- "graceful-fs": "4.1.11",
- "minimatch": "3.0.4",
- "mkdirp": "0.5.1",
- "nopt": "3.0.6",
- "npmlog": "4.1.2",
- "osenv": "0.1.4",
- "request": "2.81.0",
- "rimraf": "2.6.1",
- "semver": "5.3.0",
- "tar": "2.2.1",
- "which": "1.3.0"
- },
- "dependencies": {
- "nopt": {
- "version": "3.0.6",
- "resolved": "http://registry.npm.taobao.org/nopt/download/nopt-3.0.6.tgz",
- "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
- "dev": true,
- "optional": true,
- "requires": {
- "abbrev": "1.1.0"
- }
- },
- "semver": {
- "version": "5.3.0",
- "resolved": "http://registry.npm.taobao.org/semver/download/semver-5.3.0.tgz",
- "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=",
- "dev": true,
- "optional": true
- }
- }
- },
- "node-libs-browser": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/node-libs-browser/download/node-libs-browser-2.0.0.tgz",
- "integrity": "sha1-o6WeyXAkmFtG6Vg3lkb5bEthZkY=",
- "dev": true,
- "requires": {
- "assert": "1.4.1",
- "browserify-zlib": "0.1.4",
- "buffer": "4.9.1",
- "console-browserify": "1.1.0",
- "constants-browserify": "1.0.0",
- "crypto-browserify": "3.11.1",
- "domain-browser": "1.1.7",
- "events": "1.1.1",
- "https-browserify": "0.0.1",
- "os-browserify": "0.2.1",
- "path-browserify": "0.0.0",
- "process": "0.11.10",
- "punycode": "1.4.1",
- "querystring-es3": "0.2.1",
- "readable-stream": "2.3.3",
- "stream-browserify": "2.0.1",
- "stream-http": "2.7.2",
- "string_decoder": "0.10.31",
- "timers-browserify": "2.0.4",
- "tty-browserify": "0.0.0",
- "url": "0.11.0",
- "util": "0.10.3",
- "vm-browserify": "0.0.4"
- },
- "dependencies": {
- "isarray": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
- },
- "readable-stream": {
- "version": "2.3.3",
- "resolved": "http://registry.npm.taobao.org/readable-stream/download/readable-stream-2.3.3.tgz",
- "integrity": "sha1-No8lEtefnUb9/HE0mueHi7weuVw=",
- "dev": true,
- "requires": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "1.0.0",
- "process-nextick-args": "1.0.7",
- "safe-buffer": "5.1.1",
- "string_decoder": "1.0.3",
- "util-deprecate": "1.0.2"
- },
- "dependencies": {
- "string_decoder": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/string_decoder/download/string_decoder-1.0.3.tgz",
- "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=",
- "dev": true,
- "requires": {
- "safe-buffer": "5.1.1"
- }
- }
- }
- }
- }
- },
- "node-modules-path": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/node-modules-path/download/node-modules-path-1.0.1.tgz",
- "integrity": "sha1-QAlrCM560OoUaAhjr0ScfHWl0cg=",
- "dev": true
- },
- "node-sass": {
- "version": "4.5.3",
- "resolved": "http://registry.npm.taobao.org/node-sass/download/node-sass-4.5.3.tgz",
- "integrity": "sha1-0JydEXlkEjnRuX/8YjH9zsU+FWg=",
- "dev": true,
- "optional": true,
- "requires": {
- "async-foreach": "0.1.3",
- "chalk": "1.1.3",
- "cross-spawn": "3.0.1",
- "gaze": "1.1.2",
- "get-stdin": "4.0.1",
- "glob": "7.1.2",
- "in-publish": "2.0.0",
- "lodash.assign": "4.2.0",
- "lodash.clonedeep": "4.5.0",
- "lodash.mergewith": "4.6.0",
- "meow": "3.7.0",
- "mkdirp": "0.5.1",
- "nan": "2.6.2",
- "node-gyp": "3.6.2",
- "npmlog": "4.1.2",
- "request": "2.81.0",
- "sass-graph": "2.2.4",
- "stdout-stream": "1.4.0"
- },
- "dependencies": {
- "chalk": {
- "version": "1.1.3",
- "resolved": "http://registry.npm.taobao.org/chalk/download/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "optional": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/supports-color/download/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true,
- "optional": true
- }
- }
- },
- "nopt": {
- "version": "4.0.1",
- "resolved": "http://registry.npm.taobao.org/nopt/download/nopt-4.0.1.tgz",
- "integrity": "sha1-0NRoWv1UFRk8jHUFYC0NF81kR00=",
- "dev": true,
- "requires": {
- "abbrev": "1.1.0",
- "osenv": "0.1.4"
- }
- },
- "normalize-package-data": {
- "version": "2.4.0",
- "resolved": "http://registry.npm.taobao.org/normalize-package-data/download/normalize-package-data-2.4.0.tgz",
- "integrity": "sha1-EvlaMH1YNSB1oEkHuErIvpisAS8=",
- "dev": true,
- "requires": {
- "hosted-git-info": "2.5.0",
- "is-builtin-module": "1.0.0",
- "semver": "5.4.1",
- "validate-npm-package-license": "3.0.1"
- }
- },
- "normalize-path": {
- "version": "2.1.1",
- "resolved": "http://registry.npm.taobao.org/normalize-path/download/normalize-path-2.1.1.tgz",
- "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
- "dev": true,
- "requires": {
- "remove-trailing-separator": "1.1.0"
- }
- },
- "normalize-range": {
- "version": "0.1.2",
- "resolved": "http://registry.npm.taobao.org/normalize-range/download/normalize-range-0.1.2.tgz",
- "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=",
- "dev": true
- },
- "normalize-url": {
- "version": "1.9.1",
- "resolved": "http://registry.npm.taobao.org/normalize-url/download/normalize-url-1.9.1.tgz",
- "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=",
- "dev": true,
- "requires": {
- "object-assign": "4.1.1",
- "prepend-http": "1.0.4",
- "query-string": "4.3.4",
- "sort-keys": "1.1.2"
- }
- },
- "npm-run-path": {
- "version": "2.0.2",
- "resolved": "http://registry.npm.taobao.org/npm-run-path/download/npm-run-path-2.0.2.tgz",
- "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
- "dev": true,
- "requires": {
- "path-key": "2.0.1"
- }
- },
- "npmlog": {
- "version": "4.1.2",
- "resolved": "http://registry.npm.taobao.org/npmlog/download/npmlog-4.1.2.tgz",
- "integrity": "sha1-CKfyqL9zRgR3mp76StXMcXq7lUs=",
- "dev": true,
- "requires": {
- "are-we-there-yet": "1.1.4",
- "console-control-strings": "1.1.0",
- "gauge": "2.7.4",
- "set-blocking": "2.0.0"
- }
- },
- "nth-check": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/nth-check/download/nth-check-1.0.1.tgz",
- "integrity": "sha1-mSms32KPwsQQmN6rgqxYDPFJquQ=",
- "dev": true,
- "requires": {
- "boolbase": "1.0.0"
- }
- },
- "null-check": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/null-check/download/null-check-1.0.0.tgz",
- "integrity": "sha1-l33/1xdgErnsMNKjnbXPcqBDnt0=",
- "dev": true
- },
- "num2fraction": {
- "version": "1.2.2",
- "resolved": "http://registry.npm.taobao.org/num2fraction/download/num2fraction-1.2.2.tgz",
- "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=",
- "dev": true
- },
- "number-is-nan": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/number-is-nan/download/number-is-nan-1.0.1.tgz",
- "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
- "dev": true
- },
- "oauth-sign": {
- "version": "0.8.2",
- "resolved": "http://registry.npm.taobao.org/oauth-sign/download/oauth-sign-0.8.2.tgz",
- "integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=",
- "dev": true
- },
- "object-assign": {
- "version": "4.1.1",
- "resolved": "http://registry.npm.taobao.org/object-assign/download/object-assign-4.1.1.tgz",
- "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
- "dev": true
- },
- "object-component": {
- "version": "0.0.3",
- "resolved": "http://registry.npm.taobao.org/object-component/download/object-component-0.0.3.tgz",
- "integrity": "sha1-8MaapQ78lbhmwYb0AKM3acsvEpE=",
- "dev": true
- },
- "object.omit": {
- "version": "2.0.1",
- "resolved": "http://registry.npm.taobao.org/object.omit/download/object.omit-2.0.1.tgz",
- "integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=",
- "dev": true,
- "requires": {
- "for-own": "0.1.5",
- "is-extendable": "0.1.1"
- },
- "dependencies": {
- "for-own": {
- "version": "0.1.5",
- "resolved": "http://registry.npm.taobao.org/for-own/download/for-own-0.1.5.tgz",
- "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=",
- "dev": true,
- "requires": {
- "for-in": "1.0.2"
- }
- }
- }
- },
- "obuf": {
- "version": "1.1.1",
- "resolved": "http://registry.npm.taobao.org/obuf/download/obuf-1.1.1.tgz",
- "integrity": "sha1-EEEktsYCxnlogaBCVB0220OlJk4=",
- "dev": true
- },
- "on-finished": {
- "version": "2.3.0",
- "resolved": "http://registry.npm.taobao.org/on-finished/download/on-finished-2.3.0.tgz",
- "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
- "dev": true,
- "requires": {
- "ee-first": "1.1.1"
- }
- },
- "on-headers": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/on-headers/download/on-headers-1.0.1.tgz",
- "integrity": "sha1-ko9dD0cNSTQmUepnlLCFfBAGk/c=",
- "dev": true
- },
- "once": {
- "version": "1.4.0",
- "resolved": "http://registry.npm.taobao.org/once/download/once-1.4.0.tgz",
- "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
- "dev": true,
- "requires": {
- "wrappy": "1.0.2"
- }
- },
- "opn": {
- "version": "5.1.0",
- "resolved": "http://registry.npm.taobao.org/opn/download/opn-5.1.0.tgz",
- "integrity": "sha1-cs4jBqF9vqWP8QQYUzUrSo/HdRk=",
- "dev": true,
- "requires": {
- "is-wsl": "1.1.0"
- }
- },
- "optimist": {
- "version": "0.3.7",
- "resolved": "http://registry.npm.taobao.org/optimist/download/optimist-0.3.7.tgz",
- "integrity": "sha1-yQlBrVnkJzMokjB00s8ufLxuwNk=",
- "dev": true,
- "requires": {
- "wordwrap": "0.0.3"
- }
- },
- "options": {
- "version": "0.0.6",
- "resolved": "http://registry.npm.taobao.org/options/download/options-0.0.6.tgz",
- "integrity": "sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=",
- "dev": true
- },
- "original": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/original/download/original-1.0.0.tgz",
- "integrity": "sha1-kUf5P6FpbQS+YeAb1QuurKZWvTs=",
- "dev": true,
- "requires": {
- "url-parse": "1.0.5"
- },
- "dependencies": {
- "url-parse": {
- "version": "1.0.5",
- "resolved": "http://registry.npm.taobao.org/url-parse/download/url-parse-1.0.5.tgz",
- "integrity": "sha1-CFSGBCKv3P7+tsllxmLUgAFpkns=",
- "dev": true,
- "requires": {
- "querystringify": "0.0.4",
- "requires-port": "1.0.0"
- }
- }
- }
- },
- "os-browserify": {
- "version": "0.2.1",
- "resolved": "http://registry.npm.taobao.org/os-browserify/download/os-browserify-0.2.1.tgz",
- "integrity": "sha1-Y/xMzuXS13Y9Jrv4YBB45sLgBE8=",
- "dev": true
- },
- "os-homedir": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/os-homedir/download/os-homedir-1.0.2.tgz",
- "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
- "dev": true
- },
- "os-locale": {
- "version": "1.4.0",
- "resolved": "http://registry.npm.taobao.org/os-locale/download/os-locale-1.4.0.tgz",
- "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=",
- "dev": true,
- "optional": true,
- "requires": {
- "lcid": "1.0.0"
- }
- },
- "os-tmpdir": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/os-tmpdir/download/os-tmpdir-1.0.2.tgz",
- "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
- "dev": true
- },
- "osenv": {
- "version": "0.1.4",
- "resolved": "http://registry.npm.taobao.org/osenv/download/osenv-0.1.4.tgz",
- "integrity": "sha1-Qv5tWVPfBsgGS+bxdsPQWqqjRkQ=",
- "dev": true,
- "requires": {
- "os-homedir": "1.0.2",
- "os-tmpdir": "1.0.2"
- }
- },
- "p-finally": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/p-finally/download/p-finally-1.0.0.tgz",
- "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
- "dev": true
- },
- "p-limit": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/p-limit/download/p-limit-1.1.0.tgz",
- "integrity": "sha1-sH/y2aXYi+yAYDWJWiurZqJ5iLw=",
- "dev": true
- },
- "p-locate": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/p-locate/download/p-locate-2.0.0.tgz",
- "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
- "dev": true,
- "requires": {
- "p-limit": "1.1.0"
- }
- },
- "p-map": {
- "version": "1.1.1",
- "resolved": "http://registry.npm.taobao.org/p-map/download/p-map-1.1.1.tgz",
- "integrity": "sha1-BfXkrpegaDcbwqXMhr+9vBnErno=",
- "dev": true
- },
- "pako": {
- "version": "0.2.9",
- "resolved": "http://registry.npm.taobao.org/pako/download/pako-0.2.9.tgz",
- "integrity": "sha1-8/dSL073gjSNqBYbrZ7P1Rv4OnU=",
- "dev": true
- },
- "parallel-transform": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/parallel-transform/download/parallel-transform-1.1.0.tgz",
- "integrity": "sha1-1BDwZbBdojCB/NEPKIVMKb2jOwY=",
- "dev": true,
- "requires": {
- "cyclist": "0.2.2",
- "inherits": "2.0.3",
- "readable-stream": "2.3.5"
- },
- "dependencies": {
- "isarray": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
- },
- "process-nextick-args": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/process-nextick-args/download/process-nextick-args-2.0.0.tgz",
- "integrity": "sha1-o31zL0JxtKsa0HDTVQjoKQeI/6o=",
- "dev": true
- },
- "readable-stream": {
- "version": "2.3.5",
- "resolved": "http://registry.npm.taobao.org/readable-stream/download/readable-stream-2.3.5.tgz",
- "integrity": "sha1-tPhQA6k4y7bsvOKhJPsQEr0ag40=",
- "dev": true,
- "requires": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "1.0.0",
- "process-nextick-args": "2.0.0",
- "safe-buffer": "5.1.1",
- "string_decoder": "1.0.3",
- "util-deprecate": "1.0.2"
- }
- },
- "string_decoder": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/string_decoder/download/string_decoder-1.0.3.tgz",
- "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=",
- "dev": true,
- "requires": {
- "safe-buffer": "5.1.1"
- }
- }
- }
- },
- "param-case": {
- "version": "2.1.1",
- "resolved": "http://registry.npm.taobao.org/param-case/download/param-case-2.1.1.tgz",
- "integrity": "sha1-35T9jPZTHs915r75oIWPvHK+Ikc=",
- "dev": true,
- "requires": {
- "no-case": "2.3.1"
- }
- },
- "parse-asn1": {
- "version": "5.1.0",
- "resolved": "http://registry.npm.taobao.org/parse-asn1/download/parse-asn1-5.1.0.tgz",
- "integrity": "sha1-N8T5t+06tlx0gXtfJICTf7+XxxI=",
- "dev": true,
- "requires": {
- "asn1.js": "4.9.1",
- "browserify-aes": "1.0.6",
- "create-hash": "1.1.3",
- "evp_bytestokey": "1.0.0",
- "pbkdf2": "3.0.13"
- }
- },
- "parse-glob": {
- "version": "3.0.4",
- "resolved": "http://registry.npm.taobao.org/parse-glob/download/parse-glob-3.0.4.tgz",
- "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
- "dev": true,
- "requires": {
- "glob-base": "0.3.0",
- "is-dotfile": "1.0.3",
- "is-extglob": "1.0.0",
- "is-glob": "2.0.1"
- }
- },
- "parse-json": {
- "version": "2.2.0",
- "resolved": "http://registry.npm.taobao.org/parse-json/download/parse-json-2.2.0.tgz",
- "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
- "dev": true,
- "requires": {
- "error-ex": "1.3.1"
- }
- },
- "parsejson": {
- "version": "0.0.3",
- "resolved": "http://registry.npm.taobao.org/parsejson/download/parsejson-0.0.3.tgz",
- "integrity": "sha1-q343WfIJ7OmUN5c/fQ8fZK4OZKs=",
- "dev": true,
- "requires": {
- "better-assert": "1.0.2"
- }
- },
- "parseqs": {
- "version": "0.0.5",
- "resolved": "http://registry.npm.taobao.org/parseqs/download/parseqs-0.0.5.tgz",
- "integrity": "sha1-1SCKNzjkZ2bikbouoXNoSSGouJ0=",
- "dev": true,
- "requires": {
- "better-assert": "1.0.2"
- }
- },
- "parseuri": {
- "version": "0.0.5",
- "resolved": "http://registry.npm.taobao.org/parseuri/download/parseuri-0.0.5.tgz",
- "integrity": "sha1-gCBKUNTbt3m/3G6+J3jZDkvOMgo=",
- "dev": true,
- "requires": {
- "better-assert": "1.0.2"
- }
- },
- "parseurl": {
- "version": "1.3.1",
- "resolved": "http://registry.npm.taobao.org/parseurl/download/parseurl-1.3.1.tgz",
- "integrity": "sha1-yKuMkiO6NIiKpkopeyiFO+wY2lY=",
- "dev": true
- },
- "path-browserify": {
- "version": "0.0.0",
- "resolved": "http://registry.npm.taobao.org/path-browserify/download/path-browserify-0.0.0.tgz",
- "integrity": "sha1-oLhwcpquIUAFt9UDLsLLuw+0RRo=",
- "dev": true
- },
- "path-exists": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/path-exists/download/path-exists-2.1.0.tgz",
- "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
- "dev": true,
- "requires": {
- "pinkie-promise": "2.0.1"
- }
- },
- "path-is-absolute": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/path-is-absolute/download/path-is-absolute-1.0.1.tgz",
- "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
- "dev": true
- },
- "path-is-inside": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/path-is-inside/download/path-is-inside-1.0.2.tgz",
- "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
- "dev": true
- },
- "path-key": {
- "version": "2.0.1",
- "resolved": "http://registry.npm.taobao.org/path-key/download/path-key-2.0.1.tgz",
- "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
- "dev": true
- },
- "path-parse": {
- "version": "1.0.5",
- "resolved": "http://registry.npm.taobao.org/path-parse/download/path-parse-1.0.5.tgz",
- "integrity": "sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME=",
- "dev": true
- },
- "path-to-regexp": {
- "version": "0.1.7",
- "resolved": "http://registry.npm.taobao.org/path-to-regexp/download/path-to-regexp-0.1.7.tgz",
- "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=",
- "dev": true
- },
- "path-type": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/path-type/download/path-type-1.1.0.tgz",
- "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "pify": "2.3.0",
- "pinkie-promise": "2.0.1"
- }
- },
- "pbkdf2": {
- "version": "3.0.13",
- "resolved": "http://registry.npm.taobao.org/pbkdf2/download/pbkdf2-3.0.13.tgz",
- "integrity": "sha1-w30pVTHnhrHaPj6tyEBCasywriU=",
- "dev": true,
- "requires": {
- "create-hash": "1.1.3",
- "create-hmac": "1.1.6",
- "ripemd160": "2.0.1",
- "safe-buffer": "5.1.1",
- "sha.js": "2.4.8"
- }
- },
- "performance-now": {
- "version": "0.2.0",
- "resolved": "http://registry.npm.taobao.org/performance-now/download/performance-now-0.2.0.tgz",
- "integrity": "sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU=",
- "dev": true
- },
- "pify": {
- "version": "2.3.0",
- "resolved": "http://registry.npm.taobao.org/pify/download/pify-2.3.0.tgz",
- "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
- "dev": true
- },
- "pinkie": {
- "version": "2.0.4",
- "resolved": "http://registry.npm.taobao.org/pinkie/download/pinkie-2.0.4.tgz",
- "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
- "dev": true
- },
- "pinkie-promise": {
- "version": "2.0.1",
- "resolved": "http://registry.npm.taobao.org/pinkie-promise/download/pinkie-promise-2.0.1.tgz",
- "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
- "dev": true,
- "requires": {
- "pinkie": "2.0.4"
- }
- },
- "pkg-dir": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/pkg-dir/download/pkg-dir-2.0.0.tgz",
- "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=",
- "dev": true,
- "requires": {
- "find-up": "2.1.0"
- },
- "dependencies": {
- "find-up": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/find-up/download/find-up-2.1.0.tgz",
- "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
- "dev": true,
- "requires": {
- "locate-path": "2.0.0"
- }
- }
- }
- },
- "portfinder": {
- "version": "1.0.13",
- "resolved": "http://registry.npm.taobao.org/portfinder/download/portfinder-1.0.13.tgz",
- "integrity": "sha1-uzLs2HwnEErm7kS1o8y/Drsa7ek=",
- "dev": true,
- "requires": {
- "async": "1.5.2",
- "debug": "2.6.8",
- "mkdirp": "0.5.1"
- },
- "dependencies": {
- "async": {
- "version": "1.5.2",
- "resolved": "http://registry.npm.taobao.org/async/download/async-1.5.2.tgz",
- "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=",
- "dev": true
- }
- }
- },
- "postcss": {
- "version": "5.2.17",
- "resolved": "http://registry.npm.taobao.org/postcss/download/postcss-5.2.17.tgz",
- "integrity": "sha1-z09Ze4ZNZcikkrLqvp1wbIecOIs=",
- "dev": true,
- "requires": {
- "chalk": "1.1.3",
- "js-base64": "2.1.9",
- "source-map": "0.5.6",
- "supports-color": "3.2.3"
- },
- "dependencies": {
- "chalk": {
- "version": "1.1.3",
- "resolved": "http://registry.npm.taobao.org/chalk/download/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- },
- "dependencies": {
- "supports-color": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/supports-color/download/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- }
- }
- }
- }
- },
- "postcss-calc": {
- "version": "5.3.1",
- "resolved": "http://registry.npm.taobao.org/postcss-calc/download/postcss-calc-5.3.1.tgz",
- "integrity": "sha1-d7rnypKK2FcW4v2kLyYb98HWW14=",
- "dev": true,
- "requires": {
- "postcss": "5.2.17",
- "postcss-message-helpers": "2.0.0",
- "reduce-css-calc": "1.3.0"
- }
- },
- "postcss-colormin": {
- "version": "2.2.2",
- "resolved": "http://registry.npm.taobao.org/postcss-colormin/download/postcss-colormin-2.2.2.tgz",
- "integrity": "sha1-ZjFBfV8OkJo9fsJrJMio0eT5bks=",
- "dev": true,
- "requires": {
- "colormin": "1.1.2",
- "postcss": "5.2.17",
- "postcss-value-parser": "3.3.0"
- }
- },
- "postcss-convert-values": {
- "version": "2.6.1",
- "resolved": "http://registry.npm.taobao.org/postcss-convert-values/download/postcss-convert-values-2.6.1.tgz",
- "integrity": "sha1-u9hZPFwf0uPRwyK7kl3K6Nrk1i0=",
- "dev": true,
- "requires": {
- "postcss": "5.2.17",
- "postcss-value-parser": "3.3.0"
- }
- },
- "postcss-discard-comments": {
- "version": "2.0.4",
- "resolved": "http://registry.npm.taobao.org/postcss-discard-comments/download/postcss-discard-comments-2.0.4.tgz",
- "integrity": "sha1-vv6J+v1bPazlzM5Rt2uBUUvgDj0=",
- "dev": true,
- "requires": {
- "postcss": "5.2.17"
- }
- },
- "postcss-discard-duplicates": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/postcss-discard-duplicates/download/postcss-discard-duplicates-2.1.0.tgz",
- "integrity": "sha1-uavye4isGIFYpesSq8riAmO5GTI=",
- "dev": true,
- "requires": {
- "postcss": "5.2.17"
- }
- },
- "postcss-discard-empty": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/postcss-discard-empty/download/postcss-discard-empty-2.1.0.tgz",
- "integrity": "sha1-0rS9nVztXr2Nyt52QMfXzX9PkrU=",
- "dev": true,
- "requires": {
- "postcss": "5.2.17"
- }
- },
- "postcss-discard-overridden": {
- "version": "0.1.1",
- "resolved": "http://registry.npm.taobao.org/postcss-discard-overridden/download/postcss-discard-overridden-0.1.1.tgz",
- "integrity": "sha1-ix6vVU9ob7KIzYdMVWZ7CqNmjVg=",
- "dev": true,
- "requires": {
- "postcss": "5.2.17"
- }
- },
- "postcss-discard-unused": {
- "version": "2.2.3",
- "resolved": "http://registry.npm.taobao.org/postcss-discard-unused/download/postcss-discard-unused-2.2.3.tgz",
- "integrity": "sha1-vOMLLMWR/8Y0Mitfs0ZLbZNPRDM=",
- "dev": true,
- "requires": {
- "postcss": "5.2.17",
- "uniqs": "2.0.0"
- }
- },
- "postcss-filter-plugins": {
- "version": "2.0.2",
- "resolved": "http://registry.npm.taobao.org/postcss-filter-plugins/download/postcss-filter-plugins-2.0.2.tgz",
- "integrity": "sha1-bYWGJTTXNaxCDkqFgG4fXUKG2Ew=",
- "dev": true,
- "requires": {
- "postcss": "5.2.17",
- "uniqid": "4.1.1"
- }
- },
- "postcss-load-config": {
- "version": "1.2.0",
- "resolved": "http://registry.npm.taobao.org/postcss-load-config/download/postcss-load-config-1.2.0.tgz",
- "integrity": "sha1-U56a/J3chiASHr+djDZz4M5Q0oo=",
- "dev": true,
- "requires": {
- "cosmiconfig": "2.2.2",
- "object-assign": "4.1.1",
- "postcss-load-options": "1.2.0",
- "postcss-load-plugins": "2.3.0"
- }
- },
- "postcss-load-options": {
- "version": "1.2.0",
- "resolved": "http://registry.npm.taobao.org/postcss-load-options/download/postcss-load-options-1.2.0.tgz",
- "integrity": "sha1-sJixVZ3awt8EvAuzdfmaXP4rbYw=",
- "dev": true,
- "requires": {
- "cosmiconfig": "2.2.2",
- "object-assign": "4.1.1"
- }
- },
- "postcss-load-plugins": {
- "version": "2.3.0",
- "resolved": "http://registry.npm.taobao.org/postcss-load-plugins/download/postcss-load-plugins-2.3.0.tgz",
- "integrity": "sha1-dFdoEWWZrKLwCfrUJrABdQSdjZI=",
- "dev": true,
- "requires": {
- "cosmiconfig": "2.2.2",
- "object-assign": "4.1.1"
- }
- },
- "postcss-loader": {
- "version": "1.3.3",
- "resolved": "http://registry.npm.taobao.org/postcss-loader/download/postcss-loader-1.3.3.tgz",
- "integrity": "sha1-piHqH6KQYqg5cqRvVEhncTAZFus=",
- "dev": true,
- "requires": {
- "loader-utils": "1.1.0",
- "object-assign": "4.1.1",
- "postcss": "5.2.17",
- "postcss-load-config": "1.2.0"
- }
- },
- "postcss-merge-idents": {
- "version": "2.1.7",
- "resolved": "http://registry.npm.taobao.org/postcss-merge-idents/download/postcss-merge-idents-2.1.7.tgz",
- "integrity": "sha1-TFUwMTwI4dWzu/PSu8dH4njuonA=",
- "dev": true,
- "requires": {
- "has": "1.0.1",
- "postcss": "5.2.17",
- "postcss-value-parser": "3.3.0"
- }
- },
- "postcss-merge-longhand": {
- "version": "2.0.2",
- "resolved": "http://registry.npm.taobao.org/postcss-merge-longhand/download/postcss-merge-longhand-2.0.2.tgz",
- "integrity": "sha1-I9kM0Sewp3mUkVMyc5A0oaTz1lg=",
- "dev": true,
- "requires": {
- "postcss": "5.2.17"
- }
- },
- "postcss-merge-rules": {
- "version": "2.1.2",
- "resolved": "http://registry.npm.taobao.org/postcss-merge-rules/download/postcss-merge-rules-2.1.2.tgz",
- "integrity": "sha1-0d9d+qexrMO+VT8OnhDofGG19yE=",
- "dev": true,
- "requires": {
- "browserslist": "1.7.7",
- "caniuse-api": "1.6.1",
- "postcss": "5.2.17",
- "postcss-selector-parser": "2.2.3",
- "vendors": "1.0.1"
- }
- },
- "postcss-message-helpers": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/postcss-message-helpers/download/postcss-message-helpers-2.0.0.tgz",
- "integrity": "sha1-pPL0+rbk/gAvCu0ABHjN9S+bpg4=",
- "dev": true
- },
- "postcss-minify-font-values": {
- "version": "1.0.5",
- "resolved": "http://registry.npm.taobao.org/postcss-minify-font-values/download/postcss-minify-font-values-1.0.5.tgz",
- "integrity": "sha1-S1jttWZB66fIR0qzUmyv17vey2k=",
- "dev": true,
- "requires": {
- "object-assign": "4.1.1",
- "postcss": "5.2.17",
- "postcss-value-parser": "3.3.0"
- }
- },
- "postcss-minify-gradients": {
- "version": "1.0.5",
- "resolved": "http://registry.npm.taobao.org/postcss-minify-gradients/download/postcss-minify-gradients-1.0.5.tgz",
- "integrity": "sha1-Xb2hE3NwP4PPtKPqOIHY11/15uE=",
- "dev": true,
- "requires": {
- "postcss": "5.2.17",
- "postcss-value-parser": "3.3.0"
- }
- },
- "postcss-minify-params": {
- "version": "1.2.2",
- "resolved": "http://registry.npm.taobao.org/postcss-minify-params/download/postcss-minify-params-1.2.2.tgz",
- "integrity": "sha1-rSzgcTc7lDs9kwo/pZo1jCjW8fM=",
- "dev": true,
- "requires": {
- "alphanum-sort": "1.0.2",
- "postcss": "5.2.17",
- "postcss-value-parser": "3.3.0",
- "uniqs": "2.0.0"
- }
- },
- "postcss-minify-selectors": {
- "version": "2.1.1",
- "resolved": "http://registry.npm.taobao.org/postcss-minify-selectors/download/postcss-minify-selectors-2.1.1.tgz",
- "integrity": "sha1-ssapjAByz5G5MtGkllCBFDEXNb8=",
- "dev": true,
- "requires": {
- "alphanum-sort": "1.0.2",
- "has": "1.0.1",
- "postcss": "5.2.17",
- "postcss-selector-parser": "2.2.3"
- }
- },
- "postcss-modules-extract-imports": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/postcss-modules-extract-imports/download/postcss-modules-extract-imports-1.1.0.tgz",
- "integrity": "sha1-thTJcgvmgW6u41+zpfqh26agXds=",
- "dev": true,
- "requires": {
- "postcss": "6.0.9"
- },
- "dependencies": {
- "has-flag": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/has-flag/download/has-flag-2.0.0.tgz",
- "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=",
- "dev": true
- },
- "postcss": {
- "version": "6.0.9",
- "resolved": "http://registry.npm.taobao.org/postcss/download/postcss-6.0.9.tgz",
- "integrity": "sha1-VIGXZnhKUcZbHsTVTC+TdlQ4w1o=",
- "dev": true,
- "requires": {
- "chalk": "2.1.0",
- "source-map": "0.5.6",
- "supports-color": "4.2.1"
- }
- },
- "supports-color": {
- "version": "4.2.1",
- "resolved": "http://registry.npm.taobao.org/supports-color/download/supports-color-4.2.1.tgz",
- "integrity": "sha1-ZaS7JjHpDgJCDbpVVMN1pHVLuDY=",
- "dev": true,
- "requires": {
- "has-flag": "2.0.0"
- }
- }
- }
- },
- "postcss-modules-local-by-default": {
- "version": "1.2.0",
- "resolved": "http://registry.npm.taobao.org/postcss-modules-local-by-default/download/postcss-modules-local-by-default-1.2.0.tgz",
- "integrity": "sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk=",
- "dev": true,
- "requires": {
- "css-selector-tokenizer": "0.7.0",
- "postcss": "6.0.9"
- },
- "dependencies": {
- "has-flag": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/has-flag/download/has-flag-2.0.0.tgz",
- "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=",
- "dev": true
- },
- "postcss": {
- "version": "6.0.9",
- "resolved": "http://registry.npm.taobao.org/postcss/download/postcss-6.0.9.tgz",
- "integrity": "sha1-VIGXZnhKUcZbHsTVTC+TdlQ4w1o=",
- "dev": true,
- "requires": {
- "chalk": "2.1.0",
- "source-map": "0.5.6",
- "supports-color": "4.2.1"
- }
- },
- "supports-color": {
- "version": "4.2.1",
- "resolved": "http://registry.npm.taobao.org/supports-color/download/supports-color-4.2.1.tgz",
- "integrity": "sha1-ZaS7JjHpDgJCDbpVVMN1pHVLuDY=",
- "dev": true,
- "requires": {
- "has-flag": "2.0.0"
- }
- }
- }
- },
- "postcss-modules-scope": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/postcss-modules-scope/download/postcss-modules-scope-1.1.0.tgz",
- "integrity": "sha1-1upkmUx5+XtipytCb75gVqGUu5A=",
- "dev": true,
- "requires": {
- "css-selector-tokenizer": "0.7.0",
- "postcss": "6.0.9"
- },
- "dependencies": {
- "has-flag": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/has-flag/download/has-flag-2.0.0.tgz",
- "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=",
- "dev": true
- },
- "postcss": {
- "version": "6.0.9",
- "resolved": "http://registry.npm.taobao.org/postcss/download/postcss-6.0.9.tgz",
- "integrity": "sha1-VIGXZnhKUcZbHsTVTC+TdlQ4w1o=",
- "dev": true,
- "requires": {
- "chalk": "2.1.0",
- "source-map": "0.5.6",
- "supports-color": "4.2.1"
- }
- },
- "supports-color": {
- "version": "4.2.1",
- "resolved": "http://registry.npm.taobao.org/supports-color/download/supports-color-4.2.1.tgz",
- "integrity": "sha1-ZaS7JjHpDgJCDbpVVMN1pHVLuDY=",
- "dev": true,
- "requires": {
- "has-flag": "2.0.0"
- }
- }
- }
- },
- "postcss-modules-values": {
- "version": "1.3.0",
- "resolved": "http://registry.npm.taobao.org/postcss-modules-values/download/postcss-modules-values-1.3.0.tgz",
- "integrity": "sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA=",
- "dev": true,
- "requires": {
- "icss-replace-symbols": "1.1.0",
- "postcss": "6.0.9"
- },
- "dependencies": {
- "has-flag": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/has-flag/download/has-flag-2.0.0.tgz",
- "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=",
- "dev": true
- },
- "postcss": {
- "version": "6.0.9",
- "resolved": "http://registry.npm.taobao.org/postcss/download/postcss-6.0.9.tgz",
- "integrity": "sha1-VIGXZnhKUcZbHsTVTC+TdlQ4w1o=",
- "dev": true,
- "requires": {
- "chalk": "2.1.0",
- "source-map": "0.5.6",
- "supports-color": "4.2.1"
- }
- },
- "supports-color": {
- "version": "4.2.1",
- "resolved": "http://registry.npm.taobao.org/supports-color/download/supports-color-4.2.1.tgz",
- "integrity": "sha1-ZaS7JjHpDgJCDbpVVMN1pHVLuDY=",
- "dev": true,
- "requires": {
- "has-flag": "2.0.0"
- }
- }
- }
- },
- "postcss-normalize-charset": {
- "version": "1.1.1",
- "resolved": "http://registry.npm.taobao.org/postcss-normalize-charset/download/postcss-normalize-charset-1.1.1.tgz",
- "integrity": "sha1-757nEhLX/nWceO0WL2HtYrXLk/E=",
- "dev": true,
- "requires": {
- "postcss": "5.2.17"
- }
- },
- "postcss-normalize-url": {
- "version": "3.0.8",
- "resolved": "http://registry.npm.taobao.org/postcss-normalize-url/download/postcss-normalize-url-3.0.8.tgz",
- "integrity": "sha1-EI90s/L82viRov+j6kWSJ5/HgiI=",
- "dev": true,
- "requires": {
- "is-absolute-url": "2.1.0",
- "normalize-url": "1.9.1",
- "postcss": "5.2.17",
- "postcss-value-parser": "3.3.0"
- }
- },
- "postcss-ordered-values": {
- "version": "2.2.3",
- "resolved": "http://registry.npm.taobao.org/postcss-ordered-values/download/postcss-ordered-values-2.2.3.tgz",
- "integrity": "sha1-7sbCpntsQSqNsgQud/6NpD+VwR0=",
- "dev": true,
- "requires": {
- "postcss": "5.2.17",
- "postcss-value-parser": "3.3.0"
- }
- },
- "postcss-reduce-idents": {
- "version": "2.4.0",
- "resolved": "http://registry.npm.taobao.org/postcss-reduce-idents/download/postcss-reduce-idents-2.4.0.tgz",
- "integrity": "sha1-wsbSDMlYKE9qv75j92Cb9AkFmtM=",
- "dev": true,
- "requires": {
- "postcss": "5.2.17",
- "postcss-value-parser": "3.3.0"
- }
- },
- "postcss-reduce-initial": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/postcss-reduce-initial/download/postcss-reduce-initial-1.0.1.tgz",
- "integrity": "sha1-aPgGlfBF0IJjqHmtJA343WT2ROo=",
- "dev": true,
- "requires": {
- "postcss": "5.2.17"
- }
- },
- "postcss-reduce-transforms": {
- "version": "1.0.4",
- "resolved": "http://registry.npm.taobao.org/postcss-reduce-transforms/download/postcss-reduce-transforms-1.0.4.tgz",
- "integrity": "sha1-/3b02CEkN7McKYpC0uFEQCV3GuE=",
- "dev": true,
- "requires": {
- "has": "1.0.1",
- "postcss": "5.2.17",
- "postcss-value-parser": "3.3.0"
- }
- },
- "postcss-selector-parser": {
- "version": "2.2.3",
- "resolved": "http://registry.npm.taobao.org/postcss-selector-parser/download/postcss-selector-parser-2.2.3.tgz",
- "integrity": "sha1-+UN3iGBsPJrO4W/+jYsWKX8nu5A=",
- "dev": true,
- "requires": {
- "flatten": "1.0.2",
- "indexes-of": "1.0.1",
- "uniq": "1.0.1"
- }
- },
- "postcss-svgo": {
- "version": "2.1.6",
- "resolved": "http://registry.npm.taobao.org/postcss-svgo/download/postcss-svgo-2.1.6.tgz",
- "integrity": "sha1-tt8YqmE7Zm4TPwittSGcJoSsEI0=",
- "dev": true,
- "requires": {
- "is-svg": "2.1.0",
- "postcss": "5.2.17",
- "postcss-value-parser": "3.3.0",
- "svgo": "0.7.2"
- }
- },
- "postcss-unique-selectors": {
- "version": "2.0.2",
- "resolved": "http://registry.npm.taobao.org/postcss-unique-selectors/download/postcss-unique-selectors-2.0.2.tgz",
- "integrity": "sha1-mB1X0p3csz57Hf4f1DuGSfkzyh0=",
- "dev": true,
- "requires": {
- "alphanum-sort": "1.0.2",
- "postcss": "5.2.17",
- "uniqs": "2.0.0"
- }
- },
- "postcss-url": {
- "version": "5.1.2",
- "resolved": "http://registry.npm.taobao.org/postcss-url/download/postcss-url-5.1.2.tgz",
- "integrity": "sha1-mLMWW+jVkkccsMqt3iwNH4MvEz4=",
- "dev": true,
- "requires": {
- "directory-encoder": "0.7.2",
- "js-base64": "2.1.9",
- "mime": "1.3.6",
- "minimatch": "3.0.4",
- "mkdirp": "0.5.1",
- "path-is-absolute": "1.0.1",
- "postcss": "5.2.17"
- }
- },
- "postcss-value-parser": {
- "version": "3.3.0",
- "resolved": "http://registry.npm.taobao.org/postcss-value-parser/download/postcss-value-parser-3.3.0.tgz",
- "integrity": "sha1-h/OPnxj3dKSrTIojL1xc6IcqnRU=",
- "dev": true
- },
- "postcss-zindex": {
- "version": "2.2.0",
- "resolved": "http://registry.npm.taobao.org/postcss-zindex/download/postcss-zindex-2.2.0.tgz",
- "integrity": "sha1-0hCd3AVbka9n/EyzsCWUZjnSryI=",
- "dev": true,
- "requires": {
- "has": "1.0.1",
- "postcss": "5.2.17",
- "uniqs": "2.0.0"
- }
- },
- "prepend-http": {
- "version": "1.0.4",
- "resolved": "http://registry.npm.taobao.org/prepend-http/download/prepend-http-1.0.4.tgz",
- "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=",
- "dev": true
- },
- "preserve": {
- "version": "0.2.0",
- "resolved": "http://registry.npm.taobao.org/preserve/download/preserve-0.2.0.tgz",
- "integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=",
- "dev": true
- },
- "pretty-error": {
- "version": "2.1.1",
- "resolved": "http://registry.npm.taobao.org/pretty-error/download/pretty-error-2.1.1.tgz",
- "integrity": "sha1-X0+HyPkeWuPzuoerTPXgOxoX8aM=",
- "dev": true,
- "requires": {
- "renderkid": "2.0.1",
- "utila": "0.4.0"
- }
- },
- "primeng": {
- "version": "4.3.0",
- "resolved": "http://registry.npm.taobao.org/primeng/download/primeng-4.3.0.tgz",
- "integrity": "sha1-aH7NHhoVjPDodC78fam5M4zUcMM="
- },
- "process": {
- "version": "0.11.10",
- "resolved": "http://registry.npm.taobao.org/process/download/process-0.11.10.tgz",
- "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=",
- "dev": true
- },
- "process-nextick-args": {
- "version": "1.0.7",
- "resolved": "http://registry.npm.taobao.org/process-nextick-args/download/process-nextick-args-1.0.7.tgz",
- "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=",
- "dev": true
- },
- "promise": {
- "version": "7.3.1",
- "resolved": "http://registry.npm.taobao.org/promise/download/promise-7.3.1.tgz",
- "integrity": "sha1-BktyYCsY+Q8pGSuLG8QY/9Hr078=",
- "dev": true,
- "optional": true,
- "requires": {
- "asap": "2.0.6"
- }
- },
- "promise-inflight": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/promise-inflight/download/promise-inflight-1.0.1.tgz",
- "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=",
- "dev": true
- },
- "protractor": {
- "version": "5.1.2",
- "resolved": "http://registry.npm.taobao.org/protractor/download/protractor-5.1.2.tgz",
- "integrity": "sha1-myIXQXCaTGLVzVPGqt1UpxE36V8=",
- "dev": true,
- "requires": {
- "@types/node": "6.0.87",
- "@types/q": "0.0.32",
- "@types/selenium-webdriver": "2.53.42",
- "blocking-proxy": "0.0.5",
- "chalk": "1.1.3",
- "glob": "7.1.2",
- "jasmine": "2.7.0",
- "jasminewd2": "2.1.0",
- "optimist": "0.6.1",
- "q": "1.4.1",
- "saucelabs": "1.3.0",
- "selenium-webdriver": "3.0.1",
- "source-map-support": "0.4.16",
- "webdriver-js-extender": "1.0.0",
- "webdriver-manager": "12.0.6"
- },
- "dependencies": {
- "chalk": {
- "version": "1.1.3",
- "resolved": "http://registry.npm.taobao.org/chalk/download/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dev": true,
- "requires": {
- "ansi-styles": "2.2.1",
- "escape-string-regexp": "1.0.5",
- "has-ansi": "2.0.0",
- "strip-ansi": "3.0.1",
- "supports-color": "2.0.0"
- }
- },
- "del": {
- "version": "2.2.2",
- "resolved": "http://registry.npm.taobao.org/del/download/del-2.2.2.tgz",
- "integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=",
- "dev": true,
- "requires": {
- "globby": "5.0.0",
- "is-path-cwd": "1.0.0",
- "is-path-in-cwd": "1.0.0",
- "object-assign": "4.1.1",
- "pify": "2.3.0",
- "pinkie-promise": "2.0.1",
- "rimraf": "2.6.1"
- }
- },
- "globby": {
- "version": "5.0.0",
- "resolved": "http://registry.npm.taobao.org/globby/download/globby-5.0.0.tgz",
- "integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=",
- "dev": true,
- "requires": {
- "array-union": "1.0.2",
- "arrify": "1.0.1",
- "glob": "7.1.2",
- "object-assign": "4.1.1",
- "pify": "2.3.0",
- "pinkie-promise": "2.0.1"
- }
- },
- "optimist": {
- "version": "0.6.1",
- "resolved": "http://registry.npm.taobao.org/optimist/download/optimist-0.6.1.tgz",
- "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=",
- "dev": true,
- "requires": {
- "minimist": "0.0.8",
- "wordwrap": "0.0.3"
- }
- },
- "q": {
- "version": "1.4.1",
- "resolved": "http://registry.npm.taobao.org/q/download/q-1.4.1.tgz",
- "integrity": "sha1-VXBbzZPF82c1MMLCy8DCs63cKG4=",
- "dev": true
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/supports-color/download/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "dev": true
- },
- "webdriver-manager": {
- "version": "12.0.6",
- "resolved": "http://registry.npm.taobao.org/webdriver-manager/download/webdriver-manager-12.0.6.tgz",
- "integrity": "sha1-PfGkgZdwELTL+MnYXHpXeCjA5ws=",
- "dev": true,
- "requires": {
- "adm-zip": "0.4.7",
- "chalk": "1.1.3",
- "del": "2.2.2",
- "glob": "7.1.2",
- "ini": "1.3.4",
- "minimist": "1.2.0",
- "q": "1.4.1",
- "request": "2.81.0",
- "rimraf": "2.6.1",
- "semver": "5.4.1",
- "xml2js": "0.4.18"
- },
- "dependencies": {
- "minimist": {
- "version": "1.2.0",
- "resolved": "http://registry.npm.taobao.org/minimist/download/minimist-1.2.0.tgz",
- "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
- "dev": true
- }
- }
- }
- }
- },
- "proxy-addr": {
- "version": "1.1.5",
- "resolved": "http://registry.npm.taobao.org/proxy-addr/download/proxy-addr-1.1.5.tgz",
- "integrity": "sha1-ccDuOxAt4/IC87ZPYI0XP8uhqRg=",
- "dev": true,
- "requires": {
- "forwarded": "0.1.0",
- "ipaddr.js": "1.4.0"
- }
- },
- "prr": {
- "version": "0.0.0",
- "resolved": "http://registry.npm.taobao.org/prr/download/prr-0.0.0.tgz",
- "integrity": "sha1-GoS4WQgyVQFBGFPQCB7j+obikmo=",
- "dev": true
- },
- "pseudomap": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/pseudomap/download/pseudomap-1.0.2.tgz",
- "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=",
- "dev": true
- },
- "public-encrypt": {
- "version": "4.0.0",
- "resolved": "http://registry.npm.taobao.org/public-encrypt/download/public-encrypt-4.0.0.tgz",
- "integrity": "sha1-OfaZ86RlYN1eusvKaTyvfGXBjMY=",
- "dev": true,
- "requires": {
- "bn.js": "4.11.8",
- "browserify-rsa": "4.0.1",
- "create-hash": "1.1.3",
- "parse-asn1": "5.1.0",
- "randombytes": "2.0.5"
- }
- },
- "pump": {
- "version": "2.0.1",
- "resolved": "http://registry.npm.taobao.org/pump/download/pump-2.0.1.tgz",
- "integrity": "sha1-Ejma3W5M91Jtlzy8i1zi4pCLOQk=",
- "dev": true,
- "requires": {
- "end-of-stream": "1.4.1",
- "once": "1.4.0"
- }
- },
- "pumpify": {
- "version": "1.4.0",
- "resolved": "http://registry.npm.taobao.org/pumpify/download/pumpify-1.4.0.tgz",
- "integrity": "sha1-gLfF334kFT0D8OesigWl0Gi9B/s=",
- "dev": true,
- "requires": {
- "duplexify": "3.5.4",
- "inherits": "2.0.3",
- "pump": "2.0.1"
- }
- },
- "punycode": {
- "version": "1.4.1",
- "resolved": "http://registry.npm.taobao.org/punycode/download/punycode-1.4.1.tgz",
- "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=",
- "dev": true
- },
- "q": {
- "version": "1.5.0",
- "resolved": "http://registry.npm.taobao.org/q/download/q-1.5.0.tgz",
- "integrity": "sha1-3QG6ydBtMObyGa7LglPunr3DCPE=",
- "dev": true
- },
- "qjobs": {
- "version": "1.1.5",
- "resolved": "http://registry.npm.taobao.org/qjobs/download/qjobs-1.1.5.tgz",
- "integrity": "sha1-ZZ3p8s+NzCehSBJ28gU3cnI4LnM=",
- "dev": true
- },
- "qs": {
- "version": "6.4.0",
- "resolved": "http://registry.npm.taobao.org/qs/download/qs-6.4.0.tgz",
- "integrity": "sha1-E+JtKK1rD/qpExLNO/cI7TUecjM=",
- "dev": true
- },
- "query-string": {
- "version": "4.3.4",
- "resolved": "http://registry.npm.taobao.org/query-string/download/query-string-4.3.4.tgz",
- "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=",
- "dev": true,
- "requires": {
- "object-assign": "4.1.1",
- "strict-uri-encode": "1.1.0"
- }
- },
- "querystring": {
- "version": "0.2.0",
- "resolved": "http://registry.npm.taobao.org/querystring/download/querystring-0.2.0.tgz",
- "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=",
- "dev": true
- },
- "querystring-es3": {
- "version": "0.2.1",
- "resolved": "http://registry.npm.taobao.org/querystring-es3/download/querystring-es3-0.2.1.tgz",
- "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=",
- "dev": true
- },
- "querystringify": {
- "version": "0.0.4",
- "resolved": "http://registry.npm.taobao.org/querystringify/download/querystringify-0.0.4.tgz",
- "integrity": "sha1-DPf4T5Rj/wrlHExLFC2VvjdyTZw=",
- "dev": true
- },
- "randomatic": {
- "version": "1.1.7",
- "resolved": "http://registry.npm.taobao.org/randomatic/download/randomatic-1.1.7.tgz",
- "integrity": "sha1-x6vpzIuHwLqodrGf3oP9RkeX44w=",
- "dev": true,
- "requires": {
- "is-number": "3.0.0",
- "kind-of": "4.0.0"
- },
- "dependencies": {
- "is-number": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/is-number/download/is-number-3.0.0.tgz",
- "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
- "dev": true,
- "requires": {
- "kind-of": "3.2.2"
- },
- "dependencies": {
- "kind-of": {
- "version": "3.2.2",
- "resolved": "http://registry.npm.taobao.org/kind-of/download/kind-of-3.2.2.tgz",
- "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
- "dev": true,
- "requires": {
- "is-buffer": "1.1.5"
- }
- }
- }
- },
- "kind-of": {
- "version": "4.0.0",
- "resolved": "http://registry.npm.taobao.org/kind-of/download/kind-of-4.0.0.tgz",
- "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
- "dev": true,
- "requires": {
- "is-buffer": "1.1.5"
- }
- }
- }
- },
- "randombytes": {
- "version": "2.0.5",
- "resolved": "http://registry.npm.taobao.org/randombytes/download/randombytes-2.0.5.tgz",
- "integrity": "sha1-3ACaJGuNCaF3tLegrne8Vw9LG3k=",
- "dev": true,
- "requires": {
- "safe-buffer": "5.1.1"
- }
- },
- "range-parser": {
- "version": "1.2.0",
- "resolved": "http://registry.npm.taobao.org/range-parser/download/range-parser-1.2.0.tgz",
- "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=",
- "dev": true
- },
- "raw-body": {
- "version": "2.2.0",
- "resolved": "http://registry.npm.taobao.org/raw-body/download/raw-body-2.2.0.tgz",
- "integrity": "sha1-mUl2z2pQlqQRYoQEkvC9xdbn+5Y=",
- "dev": true,
- "requires": {
- "bytes": "2.4.0",
- "iconv-lite": "0.4.15",
- "unpipe": "1.0.0"
- },
- "dependencies": {
- "bytes": {
- "version": "2.4.0",
- "resolved": "http://registry.npm.taobao.org/bytes/download/bytes-2.4.0.tgz",
- "integrity": "sha1-fZcZb51br39pNeJZhVSe3SpsIzk=",
- "dev": true
- },
- "iconv-lite": {
- "version": "0.4.15",
- "resolved": "http://registry.npm.taobao.org/iconv-lite/download/iconv-lite-0.4.15.tgz",
- "integrity": "sha1-/iZaIYrGpXz+hUkn6dBMGYJe3es=",
- "dev": true
- }
- }
- },
- "raw-loader": {
- "version": "0.5.1",
- "resolved": "http://registry.npm.taobao.org/raw-loader/download/raw-loader-0.5.1.tgz",
- "integrity": "sha1-DD0L6u2KAclm2Xh793goElKpeao=",
- "dev": true
- },
- "read-pkg": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/read-pkg/download/read-pkg-1.1.0.tgz",
- "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
- "dev": true,
- "requires": {
- "load-json-file": "1.1.0",
- "normalize-package-data": "2.4.0",
- "path-type": "1.1.0"
- }
- },
- "read-pkg-up": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/read-pkg-up/download/read-pkg-up-1.0.1.tgz",
- "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
- "dev": true,
- "requires": {
- "find-up": "1.1.2",
- "read-pkg": "1.1.0"
- }
- },
- "readable-stream": {
- "version": "1.0.34",
- "resolved": "http://registry.npm.taobao.org/readable-stream/download/readable-stream-1.0.34.tgz",
- "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
- "dev": true,
- "requires": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "0.0.1",
- "string_decoder": "0.10.31"
- }
- },
- "readdirp": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/readdirp/download/readdirp-2.1.0.tgz",
- "integrity": "sha1-TtCtBg3zBzMAxIRANz9y0cxkLXg=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "minimatch": "3.0.4",
- "readable-stream": "2.3.3",
- "set-immediate-shim": "1.0.1"
- },
- "dependencies": {
- "isarray": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
- },
- "readable-stream": {
- "version": "2.3.3",
- "resolved": "http://registry.npm.taobao.org/readable-stream/download/readable-stream-2.3.3.tgz",
- "integrity": "sha1-No8lEtefnUb9/HE0mueHi7weuVw=",
- "dev": true,
- "requires": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "1.0.0",
- "process-nextick-args": "1.0.7",
- "safe-buffer": "5.1.1",
- "string_decoder": "1.0.3",
- "util-deprecate": "1.0.2"
- }
- },
- "string_decoder": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/string_decoder/download/string_decoder-1.0.3.tgz",
- "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=",
- "dev": true,
- "requires": {
- "safe-buffer": "5.1.1"
- }
- }
- }
- },
- "redent": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/redent/download/redent-1.0.0.tgz",
- "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
- "dev": true,
- "requires": {
- "indent-string": "2.1.0",
- "strip-indent": "1.0.1"
- }
- },
- "reduce-css-calc": {
- "version": "1.3.0",
- "resolved": "http://registry.npm.taobao.org/reduce-css-calc/download/reduce-css-calc-1.3.0.tgz",
- "integrity": "sha1-dHyRTgSWFKTJz7umKYca0dKSdxY=",
- "dev": true,
- "requires": {
- "balanced-match": "0.4.2",
- "math-expression-evaluator": "1.2.17",
- "reduce-function-call": "1.0.2"
- }
- },
- "reduce-function-call": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/reduce-function-call/download/reduce-function-call-1.0.2.tgz",
- "integrity": "sha1-WiAL+S4ON3UXUv5FsKszD9S2vpk=",
- "dev": true,
- "requires": {
- "balanced-match": "0.4.2"
- }
- },
- "reflect-metadata": {
- "version": "0.1.10",
- "resolved": "http://registry.npm.taobao.org/reflect-metadata/download/reflect-metadata-0.1.10.tgz",
- "integrity": "sha1-tPg3BEFqytiZiMmxVjXUfgO5NEo=",
- "dev": true
- },
- "regenerate": {
- "version": "1.3.2",
- "resolved": "http://registry.npm.taobao.org/regenerate/download/regenerate-1.3.2.tgz",
- "integrity": "sha1-0ZQcZ7rUN+G+dkM63Vs4X5WxkmA=",
- "dev": true
- },
- "regenerator-runtime": {
- "version": "0.11.0",
- "resolved": "http://registry.npm.taobao.org/regenerator-runtime/download/regenerator-runtime-0.11.0.tgz",
- "integrity": "sha1-flT+W1zNXWYk6mJVw0c74JC4AuE=",
- "dev": true
- },
- "regex-cache": {
- "version": "0.4.3",
- "resolved": "http://registry.npm.taobao.org/regex-cache/download/regex-cache-0.4.3.tgz",
- "integrity": "sha1-mxpsNdTQ3871cRrmUejp09cRQUU=",
- "dev": true,
- "requires": {
- "is-equal-shallow": "0.1.3",
- "is-primitive": "2.0.0"
- }
- },
- "regexpu-core": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/regexpu-core/download/regexpu-core-1.0.0.tgz",
- "integrity": "sha1-hqdj9Y7k18L2sQLkdkBQ3n7ZDGs=",
- "dev": true,
- "requires": {
- "regenerate": "1.3.2",
- "regjsgen": "0.2.0",
- "regjsparser": "0.1.5"
- }
- },
- "regjsgen": {
- "version": "0.2.0",
- "resolved": "http://registry.npm.taobao.org/regjsgen/download/regjsgen-0.2.0.tgz",
- "integrity": "sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc=",
- "dev": true
- },
- "regjsparser": {
- "version": "0.1.5",
- "resolved": "http://registry.npm.taobao.org/regjsparser/download/regjsparser-0.1.5.tgz",
- "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=",
- "dev": true,
- "requires": {
- "jsesc": "0.5.0"
- }
- },
- "relateurl": {
- "version": "0.2.7",
- "resolved": "http://registry.npm.taobao.org/relateurl/download/relateurl-0.2.7.tgz",
- "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=",
- "dev": true
- },
- "remove-trailing-separator": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz",
- "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
- "dev": true
- },
- "renderkid": {
- "version": "2.0.1",
- "resolved": "http://registry.npm.taobao.org/renderkid/download/renderkid-2.0.1.tgz",
- "integrity": "sha1-iYyr/Ivt5Le5ETWj/9Mj5YwNsxk=",
- "dev": true,
- "requires": {
- "css-select": "1.2.0",
- "dom-converter": "0.1.4",
- "htmlparser2": "3.3.0",
- "strip-ansi": "3.0.1",
- "utila": "0.3.3"
- },
- "dependencies": {
- "utila": {
- "version": "0.3.3",
- "resolved": "http://registry.npm.taobao.org/utila/download/utila-0.3.3.tgz",
- "integrity": "sha1-1+jn1+MJEHCSsF+NloiCTWM6QiY=",
- "dev": true
- }
- }
- },
- "repeat-element": {
- "version": "1.1.2",
- "resolved": "http://registry.npm.taobao.org/repeat-element/download/repeat-element-1.1.2.tgz",
- "integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=",
- "dev": true
- },
- "repeat-string": {
- "version": "1.6.1",
- "resolved": "http://registry.npm.taobao.org/repeat-string/download/repeat-string-1.6.1.tgz",
- "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
- "dev": true
- },
- "repeating": {
- "version": "2.0.1",
- "resolved": "http://registry.npm.taobao.org/repeating/download/repeating-2.0.1.tgz",
- "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
- "dev": true,
- "requires": {
- "is-finite": "1.0.2"
- }
- },
- "request": {
- "version": "2.81.0",
- "resolved": "http://registry.npm.taobao.org/request/download/request-2.81.0.tgz",
- "integrity": "sha1-xpKJRqDgbF+Nb4qTM0af/aRimKA=",
- "dev": true,
- "requires": {
- "aws-sign2": "0.6.0",
- "aws4": "1.6.0",
- "caseless": "0.12.0",
- "combined-stream": "1.0.5",
- "extend": "3.0.1",
- "forever-agent": "0.6.1",
- "form-data": "2.1.4",
- "har-validator": "4.2.1",
- "hawk": "3.1.3",
- "http-signature": "1.1.1",
- "is-typedarray": "1.0.0",
- "isstream": "0.1.2",
- "json-stringify-safe": "5.0.1",
- "mime-types": "2.1.16",
- "oauth-sign": "0.8.2",
- "performance-now": "0.2.0",
- "qs": "6.4.0",
- "safe-buffer": "5.1.1",
- "stringstream": "0.0.5",
- "tough-cookie": "2.3.2",
- "tunnel-agent": "0.6.0",
- "uuid": "3.1.0"
- }
- },
- "require-directory": {
- "version": "2.1.1",
- "resolved": "http://registry.npm.taobao.org/require-directory/download/require-directory-2.1.1.tgz",
- "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
- "dev": true
- },
- "require-from-string": {
- "version": "1.2.1",
- "resolved": "http://registry.npm.taobao.org/require-from-string/download/require-from-string-1.2.1.tgz",
- "integrity": "sha1-UpyczvJzgK3+yaL5ZbZJu+5jZBg=",
- "dev": true
- },
- "require-main-filename": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/require-main-filename/download/require-main-filename-1.0.1.tgz",
- "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=",
- "dev": true
- },
- "requires-port": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/requires-port/download/requires-port-1.0.0.tgz",
- "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=",
- "dev": true
- },
- "resolve": {
- "version": "1.4.0",
- "resolved": "http://registry.npm.taobao.org/resolve/download/resolve-1.4.0.tgz",
- "integrity": "sha1-p1vgHFPaJdk0qY69DkxKcxL5KoY=",
- "dev": true,
- "requires": {
- "path-parse": "1.0.5"
- }
- },
- "right-align": {
- "version": "0.1.3",
- "resolved": "http://registry.npm.taobao.org/right-align/download/right-align-0.1.3.tgz",
- "integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=",
- "dev": true,
- "requires": {
- "align-text": "0.1.4"
- }
- },
- "rimraf": {
- "version": "2.6.1",
- "resolved": "http://registry.npm.taobao.org/rimraf/download/rimraf-2.6.1.tgz",
- "integrity": "sha1-wjOOxkPfeht/5cVPqG9XQopV8z0=",
- "dev": true,
- "requires": {
- "glob": "7.1.2"
- }
- },
- "ripemd160": {
- "version": "2.0.1",
- "resolved": "http://registry.npm.taobao.org/ripemd160/download/ripemd160-2.0.1.tgz",
- "integrity": "sha1-D0WEKVxTo2KK9+bXmsohzlfRxuc=",
- "dev": true,
- "requires": {
- "hash-base": "2.0.2",
- "inherits": "2.0.3"
- }
- },
- "run-queue": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/run-queue/download/run-queue-1.0.3.tgz",
- "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=",
- "dev": true,
- "requires": {
- "aproba": "1.1.2"
- }
- },
- "rxjs": {
- "version": "5.4.3",
- "resolved": "http://registry.npm.taobao.org/rxjs/download/rxjs-5.4.3.tgz",
- "integrity": "sha1-B1jN3uYDPWjg/VNnbw81ls49SD8=",
- "requires": {
- "symbol-observable": "1.0.4"
- }
- },
- "safe-buffer": {
- "version": "5.1.1",
- "resolved": "http://registry.npm.taobao.org/safe-buffer/download/safe-buffer-5.1.1.tgz",
- "integrity": "sha1-iTMSr2myEj3vcfV4iQAWce6yyFM=",
- "dev": true
- },
- "sass-graph": {
- "version": "2.2.4",
- "resolved": "http://registry.npm.taobao.org/sass-graph/download/sass-graph-2.2.4.tgz",
- "integrity": "sha1-E/vWPNHK8JCLn9k0dq1DpR0eC0k=",
- "dev": true,
- "optional": true,
- "requires": {
- "glob": "7.1.2",
- "lodash": "4.17.4",
- "scss-tokenizer": "0.2.3",
- "yargs": "7.1.0"
- }
- },
- "sass-loader": {
- "version": "6.0.6",
- "resolved": "http://registry.npm.taobao.org/sass-loader/download/sass-loader-6.0.6.tgz",
- "integrity": "sha1-6dXmwfFV+qMqSybXqbcQfCJeQPk=",
- "dev": true,
- "requires": {
- "async": "2.5.0",
- "clone-deep": "0.3.0",
- "loader-utils": "1.1.0",
- "lodash.tail": "4.1.1",
- "pify": "3.0.0"
- },
- "dependencies": {
- "pify": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/pify/download/pify-3.0.0.tgz",
- "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
- "dev": true
- }
- }
- },
- "saucelabs": {
- "version": "1.3.0",
- "resolved": "http://registry.npm.taobao.org/saucelabs/download/saucelabs-1.3.0.tgz",
- "integrity": "sha1-0kDoAJ33+ocwbsRXimm6O1xCT+4=",
- "dev": true,
- "requires": {
- "https-proxy-agent": "1.0.0"
- }
- },
- "sax": {
- "version": "1.2.4",
- "resolved": "http://registry.npm.taobao.org/sax/download/sax-1.2.4.tgz",
- "integrity": "sha1-KBYjTiN4vdxOU1T6tcqold9xANk=",
- "dev": true
- },
- "schema-utils": {
- "version": "0.3.0",
- "resolved": "http://registry.npm.taobao.org/schema-utils/download/schema-utils-0.3.0.tgz",
- "integrity": "sha1-9YdyIs4+kx7a4DnxfrNxbnE3+M8=",
- "dev": true,
- "requires": {
- "ajv": "5.2.2"
- }
- },
- "scss-tokenizer": {
- "version": "0.2.3",
- "resolved": "http://registry.npm.taobao.org/scss-tokenizer/download/scss-tokenizer-0.2.3.tgz",
- "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=",
- "dev": true,
- "optional": true,
- "requires": {
- "js-base64": "2.1.9",
- "source-map": "0.4.4"
- },
- "dependencies": {
- "source-map": {
- "version": "0.4.4",
- "resolved": "http://registry.npm.taobao.org/source-map/download/source-map-0.4.4.tgz",
- "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
- "dev": true,
- "optional": true,
- "requires": {
- "amdefine": "1.0.1"
- }
- }
- }
- },
- "select-hose": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/select-hose/download/select-hose-2.0.0.tgz",
- "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=",
- "dev": true
- },
- "selenium-webdriver": {
- "version": "3.0.1",
- "resolved": "http://registry.npm.taobao.org/selenium-webdriver/download/selenium-webdriver-3.0.1.tgz",
- "integrity": "sha1-ot6l2kqX9mcuiefKcnbO+jZRR6c=",
- "dev": true,
- "requires": {
- "adm-zip": "0.4.7",
- "rimraf": "2.6.1",
- "tmp": "0.0.30",
- "xml2js": "0.4.18"
- },
- "dependencies": {
- "tmp": {
- "version": "0.0.30",
- "resolved": "http://registry.npm.taobao.org/tmp/download/tmp-0.0.30.tgz",
- "integrity": "sha1-ckGdSovn1s51FI/YsyTlk6cRwu0=",
- "dev": true,
- "requires": {
- "os-tmpdir": "1.0.2"
- }
- }
- }
- },
- "selfsigned": {
- "version": "1.10.1",
- "resolved": "http://registry.npm.taobao.org/selfsigned/download/selfsigned-1.10.1.tgz",
- "integrity": "sha1-v4y3uDJWxFUeMTR8YxF3jbme7FI=",
- "dev": true,
- "requires": {
- "node-forge": "0.6.33"
- }
- },
- "semver": {
- "version": "5.4.1",
- "resolved": "http://registry.npm.taobao.org/semver/download/semver-5.4.1.tgz",
- "integrity": "sha1-4FnAnYVx8FQII3M0M1BdOi8AsY4=",
- "dev": true
- },
- "semver-dsl": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/semver-dsl/download/semver-dsl-1.0.1.tgz",
- "integrity": "sha1-02eN5VVeimH2Ke7QJTZq5fJzQKA=",
- "dev": true,
- "requires": {
- "semver": "5.4.1"
- }
- },
- "send": {
- "version": "0.15.4",
- "resolved": "http://registry.npm.taobao.org/send/download/send-0.15.4.tgz",
- "integrity": "sha1-mF+qPihLAnPHkzZKNcZze9k5Bbk=",
- "dev": true,
- "requires": {
- "debug": "2.6.8",
- "depd": "1.1.1",
- "destroy": "1.0.4",
- "encodeurl": "1.0.1",
- "escape-html": "1.0.3",
- "etag": "1.8.0",
- "fresh": "0.5.0",
- "http-errors": "1.6.2",
- "mime": "1.3.4",
- "ms": "2.0.0",
- "on-finished": "2.3.0",
- "range-parser": "1.2.0",
- "statuses": "1.3.1"
- },
- "dependencies": {
- "mime": {
- "version": "1.3.4",
- "resolved": "http://registry.npm.taobao.org/mime/download/mime-1.3.4.tgz",
- "integrity": "sha1-EV+eO2s9rylZmDyzjxSaLUDrXVM=",
- "dev": true
- }
- }
- },
- "serialize-javascript": {
- "version": "1.4.0",
- "resolved": "http://registry.npm.taobao.org/serialize-javascript/download/serialize-javascript-1.4.0.tgz",
- "integrity": "sha1-fJWFFNtqwkQ6irwGLcn3iGp/YAU=",
- "dev": true
- },
- "serve-index": {
- "version": "1.9.0",
- "resolved": "http://registry.npm.taobao.org/serve-index/download/serve-index-1.9.0.tgz",
- "integrity": "sha1-0rKA/FYNYW7oG0i/D6gqvtJIXOc=",
- "dev": true,
- "requires": {
- "accepts": "1.3.3",
- "batch": "0.6.1",
- "debug": "2.6.8",
- "escape-html": "1.0.3",
- "http-errors": "1.6.2",
- "mime-types": "2.1.16",
- "parseurl": "1.3.1"
- }
- },
- "serve-static": {
- "version": "1.12.4",
- "resolved": "http://registry.npm.taobao.org/serve-static/download/serve-static-1.12.4.tgz",
- "integrity": "sha1-m2qpjutyU8Tu3Ewfb9vKYJkBqWE=",
- "dev": true,
- "requires": {
- "encodeurl": "1.0.1",
- "escape-html": "1.0.3",
- "parseurl": "1.3.1",
- "send": "0.15.4"
- }
- },
- "set-blocking": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/set-blocking/download/set-blocking-2.0.0.tgz",
- "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
- "dev": true
- },
- "set-immediate-shim": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/set-immediate-shim/download/set-immediate-shim-1.0.1.tgz",
- "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=",
- "dev": true
- },
- "setimmediate": {
- "version": "1.0.5",
- "resolved": "http://registry.npm.taobao.org/setimmediate/download/setimmediate-1.0.5.tgz",
- "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=",
- "dev": true
- },
- "setprototypeof": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/setprototypeof/download/setprototypeof-1.0.3.tgz",
- "integrity": "sha1-ZlZ+NwQ+608E2RvWWMDL77VbjgQ=",
- "dev": true
- },
- "sha.js": {
- "version": "2.4.8",
- "resolved": "http://registry.npm.taobao.org/sha.js/download/sha.js-2.4.8.tgz",
- "integrity": "sha1-NwaMLEdra69ALRSknGf1l5IfY08=",
- "dev": true,
- "requires": {
- "inherits": "2.0.3"
- }
- },
- "shallow-clone": {
- "version": "0.1.2",
- "resolved": "http://registry.npm.taobao.org/shallow-clone/download/shallow-clone-0.1.2.tgz",
- "integrity": "sha1-WQnodLp3EG1zrEFM/sH/yofZcGA=",
- "dev": true,
- "requires": {
- "is-extendable": "0.1.1",
- "kind-of": "2.0.1",
- "lazy-cache": "0.2.7",
- "mixin-object": "2.0.1"
- },
- "dependencies": {
- "kind-of": {
- "version": "2.0.1",
- "resolved": "http://registry.npm.taobao.org/kind-of/download/kind-of-2.0.1.tgz",
- "integrity": "sha1-AY7HpM5+OobLkUG+UZ0kyPqpgbU=",
- "dev": true,
- "requires": {
- "is-buffer": "1.1.5"
- }
- }
- }
- },
- "shebang-command": {
- "version": "1.2.0",
- "resolved": "http://registry.npm.taobao.org/shebang-command/download/shebang-command-1.2.0.tgz",
- "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
- "dev": true,
- "requires": {
- "shebang-regex": "1.0.0"
- }
- },
- "shebang-regex": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/shebang-regex/download/shebang-regex-1.0.0.tgz",
- "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=",
- "dev": true
- },
- "signal-exit": {
- "version": "3.0.2",
- "resolved": "http://registry.npm.taobao.org/signal-exit/download/signal-exit-3.0.2.tgz",
- "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
- "dev": true
- },
- "silent-error": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/silent-error/download/silent-error-1.1.0.tgz",
- "integrity": "sha1-IglwbxyFCp8dENDYQJGLRvJuG8k=",
- "dev": true,
- "requires": {
- "debug": "2.6.8"
- }
- },
- "slash": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/slash/download/slash-1.0.0.tgz",
- "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=",
- "dev": true
- },
- "sntp": {
- "version": "1.0.9",
- "resolved": "http://registry.npm.taobao.org/sntp/download/sntp-1.0.9.tgz",
- "integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=",
- "dev": true,
- "requires": {
- "hoek": "2.16.3"
- }
- },
- "socket.io": {
- "version": "1.7.3",
- "resolved": "http://registry.npm.taobao.org/socket.io/download/socket.io-1.7.3.tgz",
- "integrity": "sha1-uK+cq6AJSeVo42nxMn6pvp6iRhs=",
- "dev": true,
- "requires": {
- "debug": "2.3.3",
- "engine.io": "1.8.3",
- "has-binary": "0.1.7",
- "object-assign": "4.1.0",
- "socket.io-adapter": "0.5.0",
- "socket.io-client": "1.7.3",
- "socket.io-parser": "2.3.1"
- },
- "dependencies": {
- "debug": {
- "version": "2.3.3",
- "resolved": "http://registry.npm.taobao.org/debug/download/debug-2.3.3.tgz",
- "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=",
- "dev": true,
- "requires": {
- "ms": "0.7.2"
- }
- },
- "ms": {
- "version": "0.7.2",
- "resolved": "http://registry.npm.taobao.org/ms/download/ms-0.7.2.tgz",
- "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=",
- "dev": true
- },
- "object-assign": {
- "version": "4.1.0",
- "resolved": "http://registry.npm.taobao.org/object-assign/download/object-assign-4.1.0.tgz",
- "integrity": "sha1-ejs9DpgGPUP0wD8uiubNUahog6A=",
- "dev": true
- }
- }
- },
- "socket.io-adapter": {
- "version": "0.5.0",
- "resolved": "http://registry.npm.taobao.org/socket.io-adapter/download/socket.io-adapter-0.5.0.tgz",
- "integrity": "sha1-y21LuL7IHhB4uZZ3+c7QBGBmu4s=",
- "dev": true,
- "requires": {
- "debug": "2.3.3",
- "socket.io-parser": "2.3.1"
- },
- "dependencies": {
- "debug": {
- "version": "2.3.3",
- "resolved": "http://registry.npm.taobao.org/debug/download/debug-2.3.3.tgz",
- "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=",
- "dev": true,
- "requires": {
- "ms": "0.7.2"
- }
- },
- "ms": {
- "version": "0.7.2",
- "resolved": "http://registry.npm.taobao.org/ms/download/ms-0.7.2.tgz",
- "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=",
- "dev": true
- }
- }
- },
- "socket.io-client": {
- "version": "1.7.3",
- "resolved": "http://registry.npm.taobao.org/socket.io-client/download/socket.io-client-1.7.3.tgz",
- "integrity": "sha1-sw6GqhDV7zVGYBwJzeR2Xjgdo3c=",
- "dev": true,
- "requires": {
- "backo2": "1.0.2",
- "component-bind": "1.0.0",
- "component-emitter": "1.2.1",
- "debug": "2.3.3",
- "engine.io-client": "1.8.3",
- "has-binary": "0.1.7",
- "indexof": "0.0.1",
- "object-component": "0.0.3",
- "parseuri": "0.0.5",
- "socket.io-parser": "2.3.1",
- "to-array": "0.1.4"
- },
- "dependencies": {
- "component-emitter": {
- "version": "1.2.1",
- "resolved": "http://registry.npm.taobao.org/component-emitter/download/component-emitter-1.2.1.tgz",
- "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=",
- "dev": true
- },
- "debug": {
- "version": "2.3.3",
- "resolved": "http://registry.npm.taobao.org/debug/download/debug-2.3.3.tgz",
- "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=",
- "dev": true,
- "requires": {
- "ms": "0.7.2"
- }
- },
- "ms": {
- "version": "0.7.2",
- "resolved": "http://registry.npm.taobao.org/ms/download/ms-0.7.2.tgz",
- "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=",
- "dev": true
- }
- }
- },
- "socket.io-parser": {
- "version": "2.3.1",
- "resolved": "http://registry.npm.taobao.org/socket.io-parser/download/socket.io-parser-2.3.1.tgz",
- "integrity": "sha1-3VMgJRA85Clpcya+/WQAX8/ltKA=",
- "dev": true,
- "requires": {
- "component-emitter": "1.1.2",
- "debug": "2.2.0",
- "isarray": "0.0.1",
- "json3": "3.3.2"
- },
- "dependencies": {
- "debug": {
- "version": "2.2.0",
- "resolved": "http://registry.npm.taobao.org/debug/download/debug-2.2.0.tgz",
- "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=",
- "dev": true,
- "requires": {
- "ms": "0.7.1"
- }
- },
- "ms": {
- "version": "0.7.1",
- "resolved": "http://registry.npm.taobao.org/ms/download/ms-0.7.1.tgz",
- "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=",
- "dev": true
- }
- }
- },
- "sockjs": {
- "version": "0.3.18",
- "resolved": "http://registry.npm.taobao.org/sockjs/download/sockjs-0.3.18.tgz",
- "integrity": "sha1-2bKJMWyn33dZXvKZ4HXw+TfrQgc=",
- "dev": true,
- "requires": {
- "faye-websocket": "0.10.0",
- "uuid": "2.0.3"
- },
- "dependencies": {
- "uuid": {
- "version": "2.0.3",
- "resolved": "http://registry.npm.taobao.org/uuid/download/uuid-2.0.3.tgz",
- "integrity": "sha1-Z+LoY3lyFVMN/zGOW/nc6/1Hsho=",
- "dev": true
- }
- }
- },
- "sort-keys": {
- "version": "1.1.2",
- "resolved": "http://registry.npm.taobao.org/sort-keys/download/sort-keys-1.1.2.tgz",
- "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=",
- "dev": true,
- "requires": {
- "is-plain-obj": "1.1.0"
- }
- },
- "source-list-map": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/source-list-map/download/source-list-map-2.0.0.tgz",
- "integrity": "sha1-qqR0A/eyRakvvJfqCPJQ1gh+0IU=",
- "dev": true
- },
- "source-map": {
- "version": "0.5.6",
- "resolved": "http://registry.npm.taobao.org/source-map/download/source-map-0.5.6.tgz",
- "integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI=",
- "dev": true
- },
- "source-map-loader": {
- "version": "0.2.1",
- "resolved": "http://registry.npm.taobao.org/source-map-loader/download/source-map-loader-0.2.1.tgz",
- "integrity": "sha1-SBJr6SML1H+tBeRqjDwuPS2r5Qc=",
- "dev": true,
- "requires": {
- "async": "0.9.2",
- "loader-utils": "0.2.17",
- "source-map": "0.1.43"
- },
- "dependencies": {
- "async": {
- "version": "0.9.2",
- "resolved": "http://registry.npm.taobao.org/async/download/async-0.9.2.tgz",
- "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=",
- "dev": true
- },
- "loader-utils": {
- "version": "0.2.17",
- "resolved": "http://registry.npm.taobao.org/loader-utils/download/loader-utils-0.2.17.tgz",
- "integrity": "sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g=",
- "dev": true,
- "requires": {
- "big.js": "3.1.3",
- "emojis-list": "2.1.0",
- "json5": "0.5.1",
- "object-assign": "4.1.1"
- }
- },
- "source-map": {
- "version": "0.1.43",
- "resolved": "http://registry.npm.taobao.org/source-map/download/source-map-0.1.43.tgz",
- "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=",
- "dev": true,
- "requires": {
- "amdefine": "1.0.1"
- }
- }
- }
- },
- "source-map-support": {
- "version": "0.4.16",
- "resolved": "http://registry.npm.taobao.org/source-map-support/download/source-map-support-0.4.16.tgz",
- "integrity": "sha1-Fv7PmCEkZ9AX1Yair2jWKLlCHNg=",
- "dev": true,
- "requires": {
- "source-map": "0.5.6"
- }
- },
- "spdx-correct": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/spdx-correct/download/spdx-correct-1.0.2.tgz",
- "integrity": "sha1-SzBz2TP/UfORLwOsVRlJikFQ20A=",
- "dev": true,
- "requires": {
- "spdx-license-ids": "1.2.2"
- }
- },
- "spdx-expression-parse": {
- "version": "1.0.4",
- "resolved": "http://registry.npm.taobao.org/spdx-expression-parse/download/spdx-expression-parse-1.0.4.tgz",
- "integrity": "sha1-m98vIOH0DtRH++JzJmGR/O1RYmw=",
- "dev": true
- },
- "spdx-license-ids": {
- "version": "1.2.2",
- "resolved": "http://registry.npm.taobao.org/spdx-license-ids/download/spdx-license-ids-1.2.2.tgz",
- "integrity": "sha1-yd96NCRZSt5r0RkA1ZZpbcBrrFc=",
- "dev": true
- },
- "spdy": {
- "version": "3.4.7",
- "resolved": "http://registry.npm.taobao.org/spdy/download/spdy-3.4.7.tgz",
- "integrity": "sha1-Qv9B7OXMD5mjpsKKq7c/XDsDrLw=",
- "dev": true,
- "requires": {
- "debug": "2.6.8",
- "handle-thing": "1.2.5",
- "http-deceiver": "1.2.7",
- "safe-buffer": "5.1.1",
- "select-hose": "2.0.0",
- "spdy-transport": "2.0.20"
- }
- },
- "spdy-transport": {
- "version": "2.0.20",
- "resolved": "http://registry.npm.taobao.org/spdy-transport/download/spdy-transport-2.0.20.tgz",
- "integrity": "sha1-c15yBUxIayNU/onnAiVgBKOazk0=",
- "dev": true,
- "requires": {
- "debug": "2.6.8",
- "detect-node": "2.0.3",
- "hpack.js": "2.1.6",
- "obuf": "1.1.1",
- "readable-stream": "2.3.3",
- "safe-buffer": "5.1.1",
- "wbuf": "1.7.2"
- },
- "dependencies": {
- "isarray": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
- },
- "readable-stream": {
- "version": "2.3.3",
- "resolved": "http://registry.npm.taobao.org/readable-stream/download/readable-stream-2.3.3.tgz",
- "integrity": "sha1-No8lEtefnUb9/HE0mueHi7weuVw=",
- "dev": true,
- "requires": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "1.0.0",
- "process-nextick-args": "1.0.7",
- "safe-buffer": "5.1.1",
- "string_decoder": "1.0.3",
- "util-deprecate": "1.0.2"
- }
- },
- "string_decoder": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/string_decoder/download/string_decoder-1.0.3.tgz",
- "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=",
- "dev": true,
- "requires": {
- "safe-buffer": "5.1.1"
- }
- }
- }
- },
- "sprintf-js": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/sprintf-js/download/sprintf-js-1.0.3.tgz",
- "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
- "dev": true
- },
- "sshpk": {
- "version": "1.13.1",
- "resolved": "http://registry.npm.taobao.org/sshpk/download/sshpk-1.13.1.tgz",
- "integrity": "sha1-US322mKHFEMW3EwY/hzx2UBzm+M=",
- "dev": true,
- "requires": {
- "asn1": "0.2.3",
- "assert-plus": "1.0.0",
- "bcrypt-pbkdf": "1.0.1",
- "dashdash": "1.14.1",
- "ecc-jsbn": "0.1.1",
- "getpass": "0.1.7",
- "jsbn": "0.1.1",
- "tweetnacl": "0.14.5"
- },
- "dependencies": {
- "assert-plus": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/assert-plus/download/assert-plus-1.0.0.tgz",
- "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
- "dev": true
- }
- }
- },
- "ssri": {
- "version": "5.3.0",
- "resolved": "http://registry.npm.taobao.org/ssri/download/ssri-5.3.0.tgz",
- "integrity": "sha1-ujhyycbTOgcEp9cf8EXl7EiZnQY=",
- "dev": true,
- "requires": {
- "safe-buffer": "5.1.1"
- }
- },
- "statuses": {
- "version": "1.3.1",
- "resolved": "http://registry.npm.taobao.org/statuses/download/statuses-1.3.1.tgz",
- "integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4=",
- "dev": true
- },
- "stdout-stream": {
- "version": "1.4.0",
- "resolved": "http://registry.npm.taobao.org/stdout-stream/download/stdout-stream-1.4.0.tgz",
- "integrity": "sha1-osfIWH5U2UJ+qe2zrD8s1SLfN4s=",
- "dev": true,
- "optional": true,
- "requires": {
- "readable-stream": "2.3.3"
- },
- "dependencies": {
- "isarray": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true,
- "optional": true
- },
- "readable-stream": {
- "version": "2.3.3",
- "resolved": "http://registry.npm.taobao.org/readable-stream/download/readable-stream-2.3.3.tgz",
- "integrity": "sha1-No8lEtefnUb9/HE0mueHi7weuVw=",
- "dev": true,
- "optional": true,
- "requires": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "1.0.0",
- "process-nextick-args": "1.0.7",
- "safe-buffer": "5.1.1",
- "string_decoder": "1.0.3",
- "util-deprecate": "1.0.2"
- }
- },
- "string_decoder": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/string_decoder/download/string_decoder-1.0.3.tgz",
- "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=",
- "dev": true,
- "optional": true,
- "requires": {
- "safe-buffer": "5.1.1"
- }
- }
- }
- },
- "stream-browserify": {
- "version": "2.0.1",
- "resolved": "http://registry.npm.taobao.org/stream-browserify/download/stream-browserify-2.0.1.tgz",
- "integrity": "sha1-ZiZu5fm9uZQKTkUUyvtDu3Hlyds=",
- "dev": true,
- "requires": {
- "inherits": "2.0.3",
- "readable-stream": "2.3.3"
- },
- "dependencies": {
- "isarray": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
- },
- "readable-stream": {
- "version": "2.3.3",
- "resolved": "http://registry.npm.taobao.org/readable-stream/download/readable-stream-2.3.3.tgz",
- "integrity": "sha1-No8lEtefnUb9/HE0mueHi7weuVw=",
- "dev": true,
- "requires": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "1.0.0",
- "process-nextick-args": "1.0.7",
- "safe-buffer": "5.1.1",
- "string_decoder": "1.0.3",
- "util-deprecate": "1.0.2"
- }
- },
- "string_decoder": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/string_decoder/download/string_decoder-1.0.3.tgz",
- "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=",
- "dev": true,
- "requires": {
- "safe-buffer": "5.1.1"
- }
- }
- }
- },
- "stream-each": {
- "version": "1.2.2",
- "resolved": "http://registry.npm.taobao.org/stream-each/download/stream-each-1.2.2.tgz",
- "integrity": "sha1-joxGP5HaiZF3h2WHP+TZYNj2Fr0=",
- "dev": true,
- "requires": {
- "end-of-stream": "1.4.1",
- "stream-shift": "1.0.0"
- }
- },
- "stream-http": {
- "version": "2.7.2",
- "resolved": "http://registry.npm.taobao.org/stream-http/download/stream-http-2.7.2.tgz",
- "integrity": "sha1-QKBQ7I3DtTsz2ZCUFcAsC/Gr+60=",
- "dev": true,
- "requires": {
- "builtin-status-codes": "3.0.0",
- "inherits": "2.0.3",
- "readable-stream": "2.3.3",
- "to-arraybuffer": "1.0.1",
- "xtend": "4.0.1"
- },
- "dependencies": {
- "isarray": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
- },
- "readable-stream": {
- "version": "2.3.3",
- "resolved": "http://registry.npm.taobao.org/readable-stream/download/readable-stream-2.3.3.tgz",
- "integrity": "sha1-No8lEtefnUb9/HE0mueHi7weuVw=",
- "dev": true,
- "requires": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "1.0.0",
- "process-nextick-args": "1.0.7",
- "safe-buffer": "5.1.1",
- "string_decoder": "1.0.3",
- "util-deprecate": "1.0.2"
- }
- },
- "string_decoder": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/string_decoder/download/string_decoder-1.0.3.tgz",
- "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=",
- "dev": true,
- "requires": {
- "safe-buffer": "5.1.1"
- }
- }
- }
- },
- "stream-shift": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/stream-shift/download/stream-shift-1.0.0.tgz",
- "integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=",
- "dev": true
- },
- "strict-uri-encode": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/strict-uri-encode/download/strict-uri-encode-1.1.0.tgz",
- "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=",
- "dev": true
- },
- "string_decoder": {
- "version": "0.10.31",
- "resolved": "http://registry.npm.taobao.org/string_decoder/download/string_decoder-0.10.31.tgz",
- "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
- "dev": true
- },
- "string-width": {
- "version": "2.1.1",
- "resolved": "http://registry.npm.taobao.org/string-width/download/string-width-2.1.1.tgz",
- "integrity": "sha1-q5Pyeo3BPSjKyBXEYhQ6bZASrp4=",
- "dev": true,
- "requires": {
- "is-fullwidth-code-point": "2.0.0",
- "strip-ansi": "4.0.0"
- },
- "dependencies": {
- "ansi-regex": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/ansi-regex/download/ansi-regex-3.0.0.tgz",
- "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
- "dev": true
- },
- "strip-ansi": {
- "version": "4.0.0",
- "resolved": "http://registry.npm.taobao.org/strip-ansi/download/strip-ansi-4.0.0.tgz",
- "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
- "dev": true,
- "requires": {
- "ansi-regex": "3.0.0"
- }
- }
- }
- },
- "stringstream": {
- "version": "0.0.5",
- "resolved": "http://registry.npm.taobao.org/stringstream/download/stringstream-0.0.5.tgz",
- "integrity": "sha1-TkhM1N5aC7vuGORjB3EKioFiGHg=",
- "dev": true
- },
- "strip-ansi": {
- "version": "3.0.1",
- "resolved": "http://registry.npm.taobao.org/strip-ansi/download/strip-ansi-3.0.1.tgz",
- "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
- "dev": true,
- "requires": {
- "ansi-regex": "2.1.1"
- }
- },
- "strip-bom": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/strip-bom/download/strip-bom-2.0.0.tgz",
- "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
- "dev": true,
- "requires": {
- "is-utf8": "0.2.1"
- }
- },
- "strip-eof": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/strip-eof/download/strip-eof-1.0.0.tgz",
- "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=",
- "dev": true
- },
- "strip-indent": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/strip-indent/download/strip-indent-1.0.1.tgz",
- "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
- "dev": true,
- "requires": {
- "get-stdin": "4.0.1"
- }
- },
- "strip-json-comments": {
- "version": "2.0.1",
- "resolved": "http://registry.npm.taobao.org/strip-json-comments/download/strip-json-comments-2.0.1.tgz",
- "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=",
- "dev": true
- },
- "style-loader": {
- "version": "0.13.2",
- "resolved": "http://registry.npm.taobao.org/style-loader/download/style-loader-0.13.2.tgz",
- "integrity": "sha1-dFMzhM9pjHEEx5URULSXF63C87s=",
- "dev": true,
- "requires": {
- "loader-utils": "1.1.0"
- }
- },
- "stylus": {
- "version": "0.54.5",
- "resolved": "http://registry.npm.taobao.org/stylus/download/stylus-0.54.5.tgz",
- "integrity": "sha1-QrlWCTHKcJDOhRWnmLqeaqPW3Hk=",
- "dev": true,
- "requires": {
- "css-parse": "1.7.0",
- "debug": "2.6.8",
- "glob": "7.0.6",
- "mkdirp": "0.5.1",
- "sax": "0.5.8",
- "source-map": "0.1.43"
- },
- "dependencies": {
- "glob": {
- "version": "7.0.6",
- "resolved": "http://registry.npm.taobao.org/glob/download/glob-7.0.6.tgz",
- "integrity": "sha1-IRuvr0nlJbjNkyYNFKsTYVKz9Xo=",
- "dev": true,
- "requires": {
- "fs.realpath": "1.0.0",
- "inflight": "1.0.6",
- "inherits": "2.0.3",
- "minimatch": "3.0.4",
- "once": "1.4.0",
- "path-is-absolute": "1.0.1"
- }
- },
- "sax": {
- "version": "0.5.8",
- "resolved": "http://registry.npm.taobao.org/sax/download/sax-0.5.8.tgz",
- "integrity": "sha1-1HLbIo6zMcJQaw6MFVJK25OdEsE=",
- "dev": true
- },
- "source-map": {
- "version": "0.1.43",
- "resolved": "http://registry.npm.taobao.org/source-map/download/source-map-0.1.43.tgz",
- "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=",
- "dev": true,
- "requires": {
- "amdefine": "1.0.1"
- }
- }
- }
- },
- "stylus-loader": {
- "version": "3.0.1",
- "resolved": "http://registry.npm.taobao.org/stylus-loader/download/stylus-loader-3.0.1.tgz",
- "integrity": "sha1-d/SzT9Aw0lsmF7z1UT21sHMMQIk=",
- "dev": true,
- "requires": {
- "loader-utils": "1.1.0",
- "lodash.clonedeep": "4.5.0",
- "when": "3.6.4"
- }
- },
- "supports-color": {
- "version": "3.2.3",
- "resolved": "http://registry.npm.taobao.org/supports-color/download/supports-color-3.2.3.tgz",
- "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
- "dev": true,
- "requires": {
- "has-flag": "1.0.0"
- }
- },
- "svgo": {
- "version": "0.7.2",
- "resolved": "http://registry.npm.taobao.org/svgo/download/svgo-0.7.2.tgz",
- "integrity": "sha1-n1dyQTlSE1xv779Ar+ak+qiLS7U=",
- "dev": true,
- "requires": {
- "coa": "1.0.4",
- "colors": "1.1.2",
- "csso": "2.3.2",
- "js-yaml": "3.7.0",
- "mkdirp": "0.5.1",
- "sax": "1.2.4",
- "whet.extend": "0.9.9"
- }
- },
- "symbol-observable": {
- "version": "1.0.4",
- "resolved": "http://registry.npm.taobao.org/symbol-observable/download/symbol-observable-1.0.4.tgz",
- "integrity": "sha1-Kb9hXUqnEhvdiYsi1LP5vE4qoD0="
- },
- "tapable": {
- "version": "0.2.8",
- "resolved": "http://registry.npm.taobao.org/tapable/download/tapable-0.2.8.tgz",
- "integrity": "sha1-mTcqXJmb8t8WCvwNdL7U9HlIzSI=",
- "dev": true
- },
- "tar": {
- "version": "2.2.1",
- "resolved": "http://registry.npm.taobao.org/tar/download/tar-2.2.1.tgz",
- "integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=",
- "dev": true,
- "optional": true,
- "requires": {
- "block-stream": "0.0.9",
- "fstream": "1.0.11",
- "inherits": "2.0.3"
- }
- },
- "tether": {
- "version": "1.4.0",
- "resolved": "http://10.75.8.148/repository/npm-pub/tether/-/tether-1.4.0.tgz",
- "integrity": "sha1-D5+hcfdb9YSF2BSelHmdeudNHBo="
- },
- "through": {
- "version": "2.3.8",
- "resolved": "http://registry.npm.taobao.org/through/download/through-2.3.8.tgz",
- "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
- "dev": true
- },
- "through2": {
- "version": "2.0.3",
- "resolved": "http://registry.npm.taobao.org/through2/download/through2-2.0.3.tgz",
- "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=",
- "dev": true,
- "requires": {
- "readable-stream": "2.3.5",
- "xtend": "4.0.1"
- },
- "dependencies": {
- "isarray": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz",
- "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
- "dev": true
- },
- "process-nextick-args": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/process-nextick-args/download/process-nextick-args-2.0.0.tgz",
- "integrity": "sha1-o31zL0JxtKsa0HDTVQjoKQeI/6o=",
- "dev": true
- },
- "readable-stream": {
- "version": "2.3.5",
- "resolved": "http://registry.npm.taobao.org/readable-stream/download/readable-stream-2.3.5.tgz",
- "integrity": "sha1-tPhQA6k4y7bsvOKhJPsQEr0ag40=",
- "dev": true,
- "requires": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "isarray": "1.0.0",
- "process-nextick-args": "2.0.0",
- "safe-buffer": "5.1.1",
- "string_decoder": "1.0.3",
- "util-deprecate": "1.0.2"
- }
- },
- "string_decoder": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/string_decoder/download/string_decoder-1.0.3.tgz",
- "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=",
- "dev": true,
- "requires": {
- "safe-buffer": "5.1.1"
- }
- }
- }
- },
- "thunky": {
- "version": "0.1.0",
- "resolved": "http://registry.npm.taobao.org/thunky/download/thunky-0.1.0.tgz",
- "integrity": "sha1-vzAUaCTituZ7Dy16Ssi+smkIaE4=",
- "dev": true
- },
- "time-stamp": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/time-stamp/download/time-stamp-2.0.0.tgz",
- "integrity": "sha1-lcakRTDhW6jW9KPsuMOj+sRto1c=",
- "dev": true
- },
- "timers-browserify": {
- "version": "2.0.4",
- "resolved": "http://registry.npm.taobao.org/timers-browserify/download/timers-browserify-2.0.4.tgz",
- "integrity": "sha1-lspT9LeUpefA4b18yIo3Ipj6AeY=",
- "dev": true,
- "requires": {
- "setimmediate": "1.0.5"
- }
- },
- "tmp": {
- "version": "0.0.31",
- "resolved": "http://registry.npm.taobao.org/tmp/download/tmp-0.0.31.tgz",
- "integrity": "sha1-jzirlDjhcxXl29izZX6L+yd65Kc=",
- "dev": true,
- "requires": {
- "os-tmpdir": "1.0.2"
- }
- },
- "to-array": {
- "version": "0.1.4",
- "resolved": "http://registry.npm.taobao.org/to-array/download/to-array-0.1.4.tgz",
- "integrity": "sha1-F+bBH3PdTz10zaek/zI46a2b+JA=",
- "dev": true
- },
- "to-arraybuffer": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/to-arraybuffer/download/to-arraybuffer-1.0.1.tgz",
- "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=",
- "dev": true
- },
- "to-fast-properties": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/to-fast-properties/download/to-fast-properties-1.0.3.tgz",
- "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=",
- "dev": true
- },
- "toposort": {
- "version": "1.0.3",
- "resolved": "http://registry.npm.taobao.org/toposort/download/toposort-1.0.3.tgz",
- "integrity": "sha1-8CzYp0vYvi/A6YYRw7rLlaFxhpw=",
- "dev": true
- },
- "tough-cookie": {
- "version": "2.3.2",
- "resolved": "http://registry.npm.taobao.org/tough-cookie/download/tough-cookie-2.3.2.tgz",
- "integrity": "sha1-8IH3bkyFcg5sN6X6ztc3FQ2EByo=",
- "dev": true,
- "requires": {
- "punycode": "1.4.1"
- }
- },
- "trim-newlines": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/trim-newlines/download/trim-newlines-1.0.0.tgz",
- "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",
- "dev": true
- },
- "trim-right": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/trim-right/download/trim-right-1.0.1.tgz",
- "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=",
- "dev": true
- },
- "ts-node": {
- "version": "3.2.2",
- "resolved": "http://registry.npm.taobao.org/ts-node/download/ts-node-3.2.2.tgz",
- "integrity": "sha1-u9KOOK9Kqj6WB2xGbhsiAZfBo84=",
- "dev": true,
- "requires": {
- "arrify": "1.0.1",
- "chalk": "2.1.0",
- "diff": "3.3.0",
- "make-error": "1.3.0",
- "minimist": "1.2.0",
- "mkdirp": "0.5.1",
- "source-map-support": "0.4.16",
- "tsconfig": "6.0.0",
- "v8flags": "3.0.0",
- "yn": "2.0.0"
- },
- "dependencies": {
- "minimist": {
- "version": "1.2.0",
- "resolved": "http://registry.npm.taobao.org/minimist/download/minimist-1.2.0.tgz",
- "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
- "dev": true
- }
- }
- },
- "tsconfig": {
- "version": "6.0.0",
- "resolved": "http://registry.npm.taobao.org/tsconfig/download/tsconfig-6.0.0.tgz",
- "integrity": "sha1-aw6DdgA9evGGT434+J3QBZ/80DI=",
- "dev": true,
- "requires": {
- "strip-bom": "3.0.0",
- "strip-json-comments": "2.0.1"
- },
- "dependencies": {
- "strip-bom": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/strip-bom/download/strip-bom-3.0.0.tgz",
- "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
- "dev": true
- }
- }
- },
- "tsickle": {
- "version": "0.21.6",
- "resolved": "http://registry.npm.taobao.org/tsickle/download/tsickle-0.21.6.tgz",
- "integrity": "sha1-U7Abl5xcE/2xOvs/uVgXflmRWI0=",
- "dev": true,
- "requires": {
- "minimist": "1.2.0",
- "mkdirp": "0.5.1",
- "source-map": "0.5.6",
- "source-map-support": "0.4.16"
- },
- "dependencies": {
- "minimist": {
- "version": "1.2.0",
- "resolved": "http://registry.npm.taobao.org/minimist/download/minimist-1.2.0.tgz",
- "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
- "dev": true
- }
- }
- },
- "tslib": {
- "version": "1.7.1",
- "resolved": "http://registry.npm.taobao.org/tslib/download/tslib-1.7.1.tgz",
- "integrity": "sha1-vIAEFkaRkjp5/oN4u+s9ogF1OOw="
- },
- "tslint": {
- "version": "5.3.2",
- "resolved": "http://registry.npm.taobao.org/tslint/download/tslint-5.3.2.tgz",
- "integrity": "sha1-5WRZ+wlacwfxA7hAUhdPXju+9u0=",
- "dev": true,
- "requires": {
- "babel-code-frame": "6.26.0",
- "colors": "1.1.2",
- "diff": "3.3.0",
- "glob": "7.1.2",
- "optimist": "0.6.1",
- "resolve": "1.4.0",
- "semver": "5.4.1",
- "tslib": "1.7.1",
- "tsutils": "2.8.0"
- },
- "dependencies": {
- "optimist": {
- "version": "0.6.1",
- "resolved": "http://registry.npm.taobao.org/optimist/download/optimist-0.6.1.tgz",
- "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=",
- "dev": true,
- "requires": {
- "minimist": "0.0.8",
- "wordwrap": "0.0.3"
- }
- }
- }
- },
- "tsutils": {
- "version": "2.8.0",
- "resolved": "http://registry.npm.taobao.org/tsutils/download/tsutils-2.8.0.tgz",
- "integrity": "sha1-AWAXNymzvxOGKN0UoVN+AIUdgUo=",
- "dev": true,
- "requires": {
- "tslib": "1.7.1"
- }
- },
- "tty-browserify": {
- "version": "0.0.0",
- "resolved": "http://registry.npm.taobao.org/tty-browserify/download/tty-browserify-0.0.0.tgz",
- "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=",
- "dev": true
- },
- "tunnel-agent": {
- "version": "0.6.0",
- "resolved": "http://registry.npm.taobao.org/tunnel-agent/download/tunnel-agent-0.6.0.tgz",
- "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
- "dev": true,
- "requires": {
- "safe-buffer": "5.1.1"
- }
- },
- "tweetnacl": {
- "version": "0.14.5",
- "resolved": "http://registry.npm.taobao.org/tweetnacl/download/tweetnacl-0.14.5.tgz",
- "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=",
- "dev": true,
- "optional": true
- },
- "type-is": {
- "version": "1.6.15",
- "resolved": "http://registry.npm.taobao.org/type-is/download/type-is-1.6.15.tgz",
- "integrity": "sha1-yrEPtJCeRByChC6v4a1kbIGARBA=",
- "dev": true,
- "requires": {
- "media-typer": "0.3.0",
- "mime-types": "2.1.16"
- }
- },
- "typedarray": {
- "version": "0.0.6",
- "resolved": "http://registry.npm.taobao.org/typedarray/download/typedarray-0.0.6.tgz",
- "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
- "dev": true
- },
- "typescript": {
- "version": "2.4.2",
- "resolved": "http://registry.npm.taobao.org/typescript/download/typescript-2.4.2.tgz",
- "integrity": "sha1-+DlfhdRZJ2BnyYiqQYN6j4KHCEQ=",
- "dev": true
- },
- "uglify-js": {
- "version": "3.0.28",
- "resolved": "http://registry.npm.taobao.org/uglify-js/download/uglify-js-3.0.28.tgz",
- "integrity": "sha1-lrhJXwJylEeHtYQ6FnmqMmZA1fc=",
- "dev": true,
- "requires": {
- "commander": "2.11.0",
- "source-map": "0.5.6"
- }
- },
- "uglify-to-browserify": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/uglify-to-browserify/download/uglify-to-browserify-1.0.2.tgz",
- "integrity": "sha1-bgkk1r2mta/jSeOabWMoUKD4grc=",
- "dev": true,
- "optional": true
- },
- "uglifyjs-webpack-plugin": {
- "version": "0.4.6",
- "resolved": "http://registry.npm.taobao.org/uglifyjs-webpack-plugin/download/uglifyjs-webpack-plugin-0.4.6.tgz",
- "integrity": "sha1-uVH0q7a9YX5m9j64kUmOORdj4wk=",
- "dev": true,
- "requires": {
- "source-map": "0.5.6",
- "uglify-js": "2.8.29",
- "webpack-sources": "1.0.1"
- },
- "dependencies": {
- "camelcase": {
- "version": "1.2.1",
- "resolved": "http://registry.npm.taobao.org/camelcase/download/camelcase-1.2.1.tgz",
- "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=",
- "dev": true
- },
- "cliui": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/cliui/download/cliui-2.1.0.tgz",
- "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
- "dev": true,
- "requires": {
- "center-align": "0.1.3",
- "right-align": "0.1.3",
- "wordwrap": "0.0.2"
- }
- },
- "uglify-js": {
- "version": "2.8.29",
- "resolved": "http://registry.npm.taobao.org/uglify-js/download/uglify-js-2.8.29.tgz",
- "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=",
- "dev": true,
- "requires": {
- "source-map": "0.5.6",
- "uglify-to-browserify": "1.0.2",
- "yargs": "3.10.0"
- }
- },
- "wordwrap": {
- "version": "0.0.2",
- "resolved": "http://registry.npm.taobao.org/wordwrap/download/wordwrap-0.0.2.tgz",
- "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=",
- "dev": true
- },
- "yargs": {
- "version": "3.10.0",
- "resolved": "http://registry.npm.taobao.org/yargs/download/yargs-3.10.0.tgz",
- "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
- "dev": true,
- "requires": {
- "camelcase": "1.2.1",
- "cliui": "2.1.0",
- "decamelize": "1.2.0",
- "window-size": "0.1.0"
- }
- }
- }
- },
- "ultron": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/ultron/download/ultron-1.0.2.tgz",
- "integrity": "sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po=",
- "dev": true
- },
- "uniq": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/uniq/download/uniq-1.0.1.tgz",
- "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=",
- "dev": true
- },
- "uniqid": {
- "version": "4.1.1",
- "resolved": "http://registry.npm.taobao.org/uniqid/download/uniqid-4.1.1.tgz",
- "integrity": "sha1-iSIN32t1GuUrX3JISGNShZa7hME=",
- "dev": true,
- "requires": {
- "macaddress": "0.2.8"
- }
- },
- "uniqs": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/uniqs/download/uniqs-2.0.0.tgz",
- "integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI=",
- "dev": true
- },
- "unique-filename": {
- "version": "1.1.0",
- "resolved": "http://registry.npm.taobao.org/unique-filename/download/unique-filename-1.1.0.tgz",
- "integrity": "sha1-0F8v5AMlYIcfMOk8vnNe6iAVFPM=",
- "dev": true,
- "requires": {
- "unique-slug": "2.0.0"
- }
- },
- "unique-slug": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/unique-slug/download/unique-slug-2.0.0.tgz",
- "integrity": "sha1-22Z258fMBimHj/GWCXx4hVrp9Ks=",
- "dev": true,
- "requires": {
- "imurmurhash": "0.1.4"
- }
- },
- "universalify": {
- "version": "0.1.1",
- "resolved": "http://registry.npm.taobao.org/universalify/download/universalify-0.1.1.tgz",
- "integrity": "sha1-+nG63UQ3r0wUiEHjs7Fl+enlkLc=",
- "dev": true
- },
- "unpipe": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/unpipe/download/unpipe-1.0.0.tgz",
- "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
- "dev": true
- },
- "upper-case": {
- "version": "1.1.3",
- "resolved": "http://registry.npm.taobao.org/upper-case/download/upper-case-1.1.3.tgz",
- "integrity": "sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg=",
- "dev": true
- },
- "url": {
- "version": "0.11.0",
- "resolved": "http://registry.npm.taobao.org/url/download/url-0.11.0.tgz",
- "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=",
- "dev": true,
- "requires": {
- "punycode": "1.3.2",
- "querystring": "0.2.0"
- },
- "dependencies": {
- "punycode": {
- "version": "1.3.2",
- "resolved": "http://registry.npm.taobao.org/punycode/download/punycode-1.3.2.tgz",
- "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=",
- "dev": true
- }
- }
- },
- "url-loader": {
- "version": "0.5.9",
- "resolved": "http://registry.npm.taobao.org/url-loader/download/url-loader-0.5.9.tgz",
- "integrity": "sha1-zI/qgse5Bud3cBklCGnlaemVwpU=",
- "dev": true,
- "requires": {
- "loader-utils": "1.1.0",
- "mime": "1.3.6"
- }
- },
- "url-parse": {
- "version": "1.1.9",
- "resolved": "http://registry.npm.taobao.org/url-parse/download/url-parse-1.1.9.tgz",
- "integrity": "sha1-xn8dd11R8KGJEd17P/rSe7nlvRk=",
- "dev": true,
- "requires": {
- "querystringify": "1.0.0",
- "requires-port": "1.0.0"
- },
- "dependencies": {
- "querystringify": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/querystringify/download/querystringify-1.0.0.tgz",
- "integrity": "sha1-YoYkIRLFtxL6ZU5SZlK/ahP/Bcs=",
- "dev": true
- }
- }
- },
- "user-home": {
- "version": "1.1.1",
- "resolved": "http://registry.npm.taobao.org/user-home/download/user-home-1.1.1.tgz",
- "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
- "dev": true
- },
- "useragent": {
- "version": "2.2.1",
- "resolved": "http://registry.npm.taobao.org/useragent/download/useragent-2.2.1.tgz",
- "integrity": "sha1-z1k+9PLRdYdei7ZY6pLhik/QbY4=",
- "dev": true,
- "requires": {
- "lru-cache": "2.2.4",
- "tmp": "0.0.31"
- },
- "dependencies": {
- "lru-cache": {
- "version": "2.2.4",
- "resolved": "http://registry.npm.taobao.org/lru-cache/download/lru-cache-2.2.4.tgz",
- "integrity": "sha1-bGWGGb7PFAMdDQtZSxYELOTcBj0=",
- "dev": true
- }
- }
- },
- "util": {
- "version": "0.10.3",
- "resolved": "http://registry.npm.taobao.org/util/download/util-0.10.3.tgz",
- "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=",
- "dev": true,
- "requires": {
- "inherits": "2.0.1"
- },
- "dependencies": {
- "inherits": {
- "version": "2.0.1",
- "resolved": "http://registry.npm.taobao.org/inherits/download/inherits-2.0.1.tgz",
- "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=",
- "dev": true
- }
- }
- },
- "util-deprecate": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/util-deprecate/download/util-deprecate-1.0.2.tgz",
- "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
- "dev": true
- },
- "utila": {
- "version": "0.4.0",
- "resolved": "http://registry.npm.taobao.org/utila/download/utila-0.4.0.tgz",
- "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=",
- "dev": true
- },
- "utils-merge": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/utils-merge/download/utils-merge-1.0.0.tgz",
- "integrity": "sha1-ApT7kiu5N1FTVBxPcJYjHyh8ivg=",
- "dev": true
- },
- "uuid": {
- "version": "3.1.0",
- "resolved": "http://registry.npm.taobao.org/uuid/download/uuid-3.1.0.tgz",
- "integrity": "sha1-PdPT55Crwk17DToDT/q6vijrvAQ=",
- "dev": true
- },
- "v8flags": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/v8flags/download/v8flags-3.0.0.tgz",
- "integrity": "sha1-S+lgRIjgxBI2Rd73BbGEjRa44B8=",
- "dev": true,
- "requires": {
- "user-home": "1.1.1"
- }
- },
- "validate-npm-package-license": {
- "version": "3.0.1",
- "resolved": "http://registry.npm.taobao.org/validate-npm-package-license/download/validate-npm-package-license-3.0.1.tgz",
- "integrity": "sha1-KAS6vnEq0zeUWaz74kdGqywwP7w=",
- "dev": true,
- "requires": {
- "spdx-correct": "1.0.2",
- "spdx-expression-parse": "1.0.4"
- }
- },
- "vary": {
- "version": "1.1.1",
- "resolved": "http://registry.npm.taobao.org/vary/download/vary-1.1.1.tgz",
- "integrity": "sha1-Z1Neu2lMHVIldFeYRmUyP1h+jTc=",
- "dev": true
- },
- "vendors": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/vendors/download/vendors-1.0.1.tgz",
- "integrity": "sha1-N61zyO5Bf7PVgOeFMSMH0nSEfyI=",
- "dev": true
- },
- "verror": {
- "version": "1.10.0",
- "resolved": "http://registry.npm.taobao.org/verror/download/verror-1.10.0.tgz",
- "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
- "dev": true,
- "requires": {
- "assert-plus": "1.0.0",
- "core-util-is": "1.0.2",
- "extsprintf": "1.3.0"
- },
- "dependencies": {
- "assert-plus": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/assert-plus/download/assert-plus-1.0.0.tgz",
- "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
- "dev": true
- }
- }
- },
- "vlq": {
- "version": "0.2.2",
- "resolved": "http://registry.npm.taobao.org/vlq/download/vlq-0.2.2.tgz",
- "integrity": "sha1-4xbVJXtAuGu0PLjV/qXX9U1rDKE=",
- "dev": true
- },
- "vm-browserify": {
- "version": "0.0.4",
- "resolved": "http://registry.npm.taobao.org/vm-browserify/download/vm-browserify-0.0.4.tgz",
- "integrity": "sha1-XX6kW7755Kb/ZflUOOCofDV9WnM=",
- "dev": true,
- "requires": {
- "indexof": "0.0.1"
- }
- },
- "void-elements": {
- "version": "2.0.1",
- "resolved": "http://registry.npm.taobao.org/void-elements/download/void-elements-2.0.1.tgz",
- "integrity": "sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=",
- "dev": true
- },
- "watchpack": {
- "version": "1.4.0",
- "resolved": "http://registry.npm.taobao.org/watchpack/download/watchpack-1.4.0.tgz",
- "integrity": "sha1-ShRyvLuVK9Cpu0A2gB+VTfs5+qw=",
- "dev": true,
- "requires": {
- "async": "2.5.0",
- "chokidar": "1.7.0",
- "graceful-fs": "4.1.11"
- }
- },
- "wbuf": {
- "version": "1.7.2",
- "resolved": "http://registry.npm.taobao.org/wbuf/download/wbuf-1.7.2.tgz",
- "integrity": "sha1-1pe5nx9ZUS3ydRvkJ2nBWAtYAf4=",
- "dev": true,
- "requires": {
- "minimalistic-assert": "1.0.0"
- }
- },
- "webdriver-js-extender": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/webdriver-js-extender/download/webdriver-js-extender-1.0.0.tgz",
- "integrity": "sha1-gcUzqeM9W/tZe05j4s2yW1R3dRU=",
- "dev": true,
- "requires": {
- "@types/selenium-webdriver": "2.53.42",
- "selenium-webdriver": "2.53.3"
- },
- "dependencies": {
- "adm-zip": {
- "version": "0.4.4",
- "resolved": "http://registry.npm.taobao.org/adm-zip/download/adm-zip-0.4.4.tgz",
- "integrity": "sha1-ph7VrmkFw66lizplfSUDMJEFJzY=",
- "dev": true
- },
- "sax": {
- "version": "0.6.1",
- "resolved": "http://registry.npm.taobao.org/sax/download/sax-0.6.1.tgz",
- "integrity": "sha1-VjsZx8HeiS4Jv8Ty/DDjwn8JUrk=",
- "dev": true
- },
- "selenium-webdriver": {
- "version": "2.53.3",
- "resolved": "http://registry.npm.taobao.org/selenium-webdriver/download/selenium-webdriver-2.53.3.tgz",
- "integrity": "sha1-0p/1qVff8aG0ncRXdW5OS/vc4IU=",
- "dev": true,
- "requires": {
- "adm-zip": "0.4.4",
- "rimraf": "2.6.1",
- "tmp": "0.0.24",
- "ws": "1.1.2",
- "xml2js": "0.4.4"
- }
- },
- "tmp": {
- "version": "0.0.24",
- "resolved": "http://registry.npm.taobao.org/tmp/download/tmp-0.0.24.tgz",
- "integrity": "sha1-1qXhmNFKmDXMby18PZ4wJCjIzxI=",
- "dev": true
- },
- "xml2js": {
- "version": "0.4.4",
- "resolved": "http://registry.npm.taobao.org/xml2js/download/xml2js-0.4.4.tgz",
- "integrity": "sha1-MREBAAMAiuGSQOuhdJe1fHKcVV0=",
- "dev": true,
- "requires": {
- "sax": "0.6.1",
- "xmlbuilder": "9.0.4"
- }
- }
- }
- },
- "webpack": {
- "version": "3.5.6",
- "resolved": "http://registry.npm.taobao.org/webpack/download/webpack-3.5.6.tgz",
- "integrity": "sha1-pJL7bB7X9XOBb5DgDI+7WiDMXDY=",
- "dev": true,
- "requires": {
- "acorn": "5.1.1",
- "acorn-dynamic-import": "2.0.2",
- "ajv": "5.2.2",
- "ajv-keywords": "2.1.0",
- "async": "2.5.0",
- "enhanced-resolve": "3.4.1",
- "escope": "3.6.0",
- "interpret": "1.0.3",
- "json-loader": "0.5.7",
- "json5": "0.5.1",
- "loader-runner": "2.3.0",
- "loader-utils": "1.1.0",
- "memory-fs": "0.4.1",
- "mkdirp": "0.5.1",
- "node-libs-browser": "2.0.0",
- "source-map": "0.5.6",
- "supports-color": "4.5.0",
- "tapable": "0.2.8",
- "uglifyjs-webpack-plugin": "0.4.6",
- "watchpack": "1.4.0",
- "webpack-sources": "1.0.1",
- "yargs": "8.0.2"
- },
- "dependencies": {
- "camelcase": {
- "version": "4.1.0",
- "resolved": "http://registry.npm.taobao.org/camelcase/download/camelcase-4.1.0.tgz",
- "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=",
- "dev": true
- },
- "find-up": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/find-up/download/find-up-2.1.0.tgz",
- "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
- "dev": true,
- "requires": {
- "locate-path": "2.0.0"
- }
- },
- "has-flag": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/has-flag/download/has-flag-2.0.0.tgz",
- "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=",
- "dev": true
- },
- "load-json-file": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/load-json-file/download/load-json-file-2.0.0.tgz",
- "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=",
- "dev": true,
- "requires": {
- "graceful-fs": "4.1.11",
- "parse-json": "2.2.0",
- "pify": "2.3.0",
- "strip-bom": "3.0.0"
- }
- },
- "os-locale": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/os-locale/download/os-locale-2.1.0.tgz",
- "integrity": "sha1-QrwpAKa1uL0XN2yOiCtlr8zyS/I=",
- "dev": true,
- "requires": {
- "execa": "0.7.0",
- "lcid": "1.0.0",
- "mem": "1.1.0"
- }
- },
- "path-type": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/path-type/download/path-type-2.0.0.tgz",
- "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=",
- "dev": true,
- "requires": {
- "pify": "2.3.0"
- }
- },
- "read-pkg": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/read-pkg/download/read-pkg-2.0.0.tgz",
- "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=",
- "dev": true,
- "requires": {
- "load-json-file": "2.0.0",
- "normalize-package-data": "2.4.0",
- "path-type": "2.0.0"
- }
- },
- "read-pkg-up": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/read-pkg-up/download/read-pkg-up-2.0.0.tgz",
- "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=",
- "dev": true,
- "requires": {
- "find-up": "2.1.0",
- "read-pkg": "2.0.0"
- }
- },
- "strip-bom": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/strip-bom/download/strip-bom-3.0.0.tgz",
- "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
- "dev": true
- },
- "supports-color": {
- "version": "4.5.0",
- "resolved": "http://registry.npm.taobao.org/supports-color/download/supports-color-4.5.0.tgz",
- "integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=",
- "dev": true,
- "requires": {
- "has-flag": "2.0.0"
- }
- },
- "which-module": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/which-module/download/which-module-2.0.0.tgz",
- "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=",
- "dev": true
- },
- "yargs": {
- "version": "8.0.2",
- "resolved": "http://registry.npm.taobao.org/yargs/download/yargs-8.0.2.tgz",
- "integrity": "sha1-YpmpBVsc78lp/355wdkY3Osiw2A=",
- "dev": true,
- "requires": {
- "camelcase": "4.1.0",
- "cliui": "3.2.0",
- "decamelize": "1.2.0",
- "get-caller-file": "1.0.2",
- "os-locale": "2.1.0",
- "read-pkg-up": "2.0.0",
- "require-directory": "2.1.1",
- "require-main-filename": "1.0.1",
- "set-blocking": "2.0.0",
- "string-width": "2.1.1",
- "which-module": "2.0.0",
- "y18n": "3.2.1",
- "yargs-parser": "7.0.0"
- }
- },
- "yargs-parser": {
- "version": "7.0.0",
- "resolved": "http://registry.npm.taobao.org/yargs-parser/download/yargs-parser-7.0.0.tgz",
- "integrity": "sha1-jQrELxbqVd69MyyvTEA4s+P139k=",
- "dev": true,
- "requires": {
- "camelcase": "4.1.0"
- }
- }
- }
- },
- "webpack-concat-plugin": {
- "version": "1.4.0",
- "resolved": "http://registry.npm.taobao.org/webpack-concat-plugin/download/webpack-concat-plugin-1.4.0.tgz",
- "integrity": "sha1-pus/AILQPHnY7i8VGMf0jkTuEsU=",
- "dev": true,
- "requires": {
- "md5": "2.2.1",
- "uglify-js": "2.8.29"
- },
- "dependencies": {
- "camelcase": {
- "version": "1.2.1",
- "resolved": "http://registry.npm.taobao.org/camelcase/download/camelcase-1.2.1.tgz",
- "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=",
- "dev": true
- },
- "cliui": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/cliui/download/cliui-2.1.0.tgz",
- "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
- "dev": true,
- "requires": {
- "center-align": "0.1.3",
- "right-align": "0.1.3",
- "wordwrap": "0.0.2"
- }
- },
- "uglify-js": {
- "version": "2.8.29",
- "resolved": "http://registry.npm.taobao.org/uglify-js/download/uglify-js-2.8.29.tgz",
- "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=",
- "dev": true,
- "requires": {
- "source-map": "0.5.6",
- "uglify-to-browserify": "1.0.2",
- "yargs": "3.10.0"
- }
- },
- "wordwrap": {
- "version": "0.0.2",
- "resolved": "http://registry.npm.taobao.org/wordwrap/download/wordwrap-0.0.2.tgz",
- "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=",
- "dev": true
- },
- "yargs": {
- "version": "3.10.0",
- "resolved": "http://registry.npm.taobao.org/yargs/download/yargs-3.10.0.tgz",
- "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
- "dev": true,
- "requires": {
- "camelcase": "1.2.1",
- "cliui": "2.1.0",
- "decamelize": "1.2.0",
- "window-size": "0.1.0"
- }
- }
- }
- },
- "webpack-dev-middleware": {
- "version": "1.12.0",
- "resolved": "http://registry.npm.taobao.org/webpack-dev-middleware/download/webpack-dev-middleware-1.12.0.tgz",
- "integrity": "sha1-007++y7dp+HTtdvgcolRMhllFwk=",
- "dev": true,
- "requires": {
- "memory-fs": "0.4.1",
- "mime": "1.3.6",
- "path-is-absolute": "1.0.1",
- "range-parser": "1.2.0",
- "time-stamp": "2.0.0"
- }
- },
- "webpack-merge": {
- "version": "4.1.0",
- "resolved": "http://registry.npm.taobao.org/webpack-merge/download/webpack-merge-4.1.0.tgz",
- "integrity": "sha1-atciI7PguDflMeRZfBmfkJNhUR4=",
- "dev": true,
- "requires": {
- "lodash": "4.17.4"
- }
- },
- "webpack-sources": {
- "version": "1.0.1",
- "resolved": "http://registry.npm.taobao.org/webpack-sources/download/webpack-sources-1.0.1.tgz",
- "integrity": "sha1-xzVkNqTRMSO+LiQmoF0drZy+Zc8=",
- "dev": true,
- "requires": {
- "source-list-map": "2.0.0",
- "source-map": "0.5.6"
- }
- },
- "websocket-driver": {
- "version": "0.6.5",
- "resolved": "http://registry.npm.taobao.org/websocket-driver/download/websocket-driver-0.6.5.tgz",
- "integrity": "sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY=",
- "dev": true,
- "requires": {
- "websocket-extensions": "0.1.1"
- }
- },
- "websocket-extensions": {
- "version": "0.1.1",
- "resolved": "http://registry.npm.taobao.org/websocket-extensions/download/websocket-extensions-0.1.1.tgz",
- "integrity": "sha1-domUmcGEtu91Q3fC27DNbLVdKec=",
- "dev": true
- },
- "when": {
- "version": "3.6.4",
- "resolved": "http://registry.npm.taobao.org/when/download/when-3.6.4.tgz",
- "integrity": "sha1-RztRfsFZ4rhQBUl6E5g/CVQS404=",
- "dev": true
- },
- "whet.extend": {
- "version": "0.9.9",
- "resolved": "http://registry.npm.taobao.org/whet.extend/download/whet.extend-0.9.9.tgz",
- "integrity": "sha1-+HfVv2SMl+WqVC+twW1qJZucEaE=",
- "dev": true
- },
- "which": {
- "version": "1.3.0",
- "resolved": "http://registry.npm.taobao.org/which/download/which-1.3.0.tgz",
- "integrity": "sha1-/wS9/AEO5UfXgL7DjhrBwnd9JTo=",
- "dev": true,
- "requires": {
- "isexe": "2.0.0"
- }
- },
- "which-module": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/which-module/download/which-module-1.0.0.tgz",
- "integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=",
- "dev": true,
- "optional": true
- },
- "wide-align": {
- "version": "1.1.2",
- "resolved": "http://registry.npm.taobao.org/wide-align/download/wide-align-1.1.2.tgz",
- "integrity": "sha1-Vx4PGwYEY268DfwhsDObvjE0FxA=",
- "dev": true,
- "requires": {
- "string-width": "1.0.2"
- },
- "dependencies": {
- "is-fullwidth-code-point": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/is-fullwidth-code-point/download/is-fullwidth-code-point-1.0.0.tgz",
- "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
- "dev": true,
- "requires": {
- "number-is-nan": "1.0.1"
- }
- },
- "string-width": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/string-width/download/string-width-1.0.2.tgz",
- "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
- "dev": true,
- "requires": {
- "code-point-at": "1.1.0",
- "is-fullwidth-code-point": "1.0.0",
- "strip-ansi": "3.0.1"
- }
- }
- }
- },
- "window-size": {
- "version": "0.1.0",
- "resolved": "http://registry.npm.taobao.org/window-size/download/window-size-0.1.0.tgz",
- "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=",
- "dev": true
- },
- "wordwrap": {
- "version": "0.0.3",
- "resolved": "http://registry.npm.taobao.org/wordwrap/download/wordwrap-0.0.3.tgz",
- "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=",
- "dev": true
- },
- "wrap-ansi": {
- "version": "2.1.0",
- "resolved": "http://registry.npm.taobao.org/wrap-ansi/download/wrap-ansi-2.1.0.tgz",
- "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
- "dev": true,
- "requires": {
- "string-width": "1.0.2",
- "strip-ansi": "3.0.1"
- },
- "dependencies": {
- "is-fullwidth-code-point": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/is-fullwidth-code-point/download/is-fullwidth-code-point-1.0.0.tgz",
- "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
- "dev": true,
- "requires": {
- "number-is-nan": "1.0.1"
- }
- },
- "string-width": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/string-width/download/string-width-1.0.2.tgz",
- "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
- "dev": true,
- "requires": {
- "code-point-at": "1.1.0",
- "is-fullwidth-code-point": "1.0.0",
- "strip-ansi": "3.0.1"
- }
- }
- }
- },
- "wrappy": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/wrappy/download/wrappy-1.0.2.tgz",
- "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
- "dev": true
- },
- "ws": {
- "version": "1.1.2",
- "resolved": "http://registry.npm.taobao.org/ws/download/ws-1.1.2.tgz",
- "integrity": "sha1-iiRPoFJAHgjJiGz0SoUYnh/UBn8=",
- "dev": true,
- "requires": {
- "options": "0.0.6",
- "ultron": "1.0.2"
- }
- },
- "wtf-8": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/wtf-8/download/wtf-8-1.0.0.tgz",
- "integrity": "sha1-OS2LotDxw00e4tYw8V0O+2jhBIo=",
- "dev": true
- },
- "xml-char-classes": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/xml-char-classes/download/xml-char-classes-1.0.0.tgz",
- "integrity": "sha1-ZGV4SKIP/F31g6Qq2KJ3tFErvE0=",
- "dev": true
- },
- "xml2js": {
- "version": "0.4.18",
- "resolved": "http://registry.npm.taobao.org/xml2js/download/xml2js-0.4.18.tgz",
- "integrity": "sha1-oRfsgVOu6yL5VBv76IBeNdrnuWk=",
- "dev": true,
- "requires": {
- "sax": "1.2.4",
- "xmlbuilder": "9.0.4"
- }
- },
- "xmlbuilder": {
- "version": "9.0.4",
- "resolved": "http://registry.npm.taobao.org/xmlbuilder/download/xmlbuilder-9.0.4.tgz",
- "integrity": "sha1-UZy0ymhtAFqEINNJbz8MruzKWA8=",
- "dev": true
- },
- "xmldom": {
- "version": "0.1.27",
- "resolved": "http://registry.npm.taobao.org/xmldom/download/xmldom-0.1.27.tgz",
- "integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=",
- "dev": true
- },
- "xmlhttprequest-ssl": {
- "version": "1.5.3",
- "resolved": "http://registry.npm.taobao.org/xmlhttprequest-ssl/download/xmlhttprequest-ssl-1.5.3.tgz",
- "integrity": "sha1-GFqIjATspGw+QHDZn3tJ3jUomS0=",
- "dev": true
- },
- "xtend": {
- "version": "4.0.1",
- "resolved": "http://registry.npm.taobao.org/xtend/download/xtend-4.0.1.tgz",
- "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=",
- "dev": true
- },
- "y18n": {
- "version": "3.2.1",
- "resolved": "http://registry.npm.taobao.org/y18n/download/y18n-3.2.1.tgz",
- "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=",
- "dev": true
- },
- "yallist": {
- "version": "2.1.2",
- "resolved": "http://registry.npm.taobao.org/yallist/download/yallist-2.1.2.tgz",
- "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=",
- "dev": true
- },
- "yargs": {
- "version": "7.1.0",
- "resolved": "http://registry.npm.taobao.org/yargs/download/yargs-7.1.0.tgz",
- "integrity": "sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg=",
- "dev": true,
- "optional": true,
- "requires": {
- "camelcase": "3.0.0",
- "cliui": "3.2.0",
- "decamelize": "1.2.0",
- "get-caller-file": "1.0.2",
- "os-locale": "1.4.0",
- "read-pkg-up": "1.0.1",
- "require-directory": "2.1.1",
- "require-main-filename": "1.0.1",
- "set-blocking": "2.0.0",
- "string-width": "1.0.2",
- "which-module": "1.0.0",
- "y18n": "3.2.1",
- "yargs-parser": "5.0.0"
- },
- "dependencies": {
- "camelcase": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/camelcase/download/camelcase-3.0.0.tgz",
- "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
- "dev": true,
- "optional": true
- },
- "is-fullwidth-code-point": {
- "version": "1.0.0",
- "resolved": "http://registry.npm.taobao.org/is-fullwidth-code-point/download/is-fullwidth-code-point-1.0.0.tgz",
- "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
- "dev": true,
- "optional": true,
- "requires": {
- "number-is-nan": "1.0.1"
- }
- },
- "string-width": {
- "version": "1.0.2",
- "resolved": "http://registry.npm.taobao.org/string-width/download/string-width-1.0.2.tgz",
- "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
- "dev": true,
- "optional": true,
- "requires": {
- "code-point-at": "1.1.0",
- "is-fullwidth-code-point": "1.0.0",
- "strip-ansi": "3.0.1"
- }
- }
- }
- },
- "yargs-parser": {
- "version": "5.0.0",
- "resolved": "http://registry.npm.taobao.org/yargs-parser/download/yargs-parser-5.0.0.tgz",
- "integrity": "sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=",
- "dev": true,
- "optional": true,
- "requires": {
- "camelcase": "3.0.0"
- },
- "dependencies": {
- "camelcase": {
- "version": "3.0.0",
- "resolved": "http://registry.npm.taobao.org/camelcase/download/camelcase-3.0.0.tgz",
- "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
- "dev": true,
- "optional": true
- }
- }
- },
- "yeast": {
- "version": "0.1.2",
- "resolved": "http://registry.npm.taobao.org/yeast/download/yeast-0.1.2.tgz",
- "integrity": "sha1-AI4G2AlDIMNy28L47XagymyKxBk=",
- "dev": true
- },
- "yn": {
- "version": "2.0.0",
- "resolved": "http://registry.npm.taobao.org/yn/download/yn-2.0.0.tgz",
- "integrity": "sha1-5a2ryKz0CPY4X8dklWhMiOavaJo=",
- "dev": true
- },
- "zone.js": {
- "version": "0.8.16",
- "resolved": "http://registry.npm.taobao.org/zone.js/download/zone.js-0.8.16.tgz",
- "integrity": "sha1-rDG2xBj4jA+Ritas2KQCrKkxOrs="
- }
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/package.json b/deprecated-workflow-designer/sdc-workflow-designer-ui/package.json
deleted file mode 100644
index 7ca668fe..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/package.json
+++ /dev/null
@@ -1,63 +0,0 @@
-{
- "name": "workflow-modeler",
- "version": "1.0.0",
- "license": "Apache-2.0",
- "scripts": {
- "ng": "ng",
- "start": "ng serve --host localhost --disable-host-check true",
- "build": "ng build --prod --sm=true",
- "test": "ng test",
- "lint": "ng lint",
- "e2e": "ng e2e"
- },
- "private": true,
- "dependencies": {
- "@angular/animations": "^4.2.4",
- "@angular/cdk": "2.0.0-beta.8",
- "@angular/common": "^4.2.4",
- "@angular/compiler": "^4.2.4",
- "@angular/core": "^4.2.4",
- "@angular/forms": "^4.2.4",
- "@angular/http": "^4.2.4",
- "@angular/material": "^5.2.0",
- "@angular/platform-browser": "^4.2.4",
- "@angular/platform-browser-dynamic": "^4.2.4",
- "@angular/router": "^4.2.4",
- "@ngx-translate/core": "^8.0.0",
- "@ngx-translate/http-loader": "^1.0.2",
- "bootstrap": "4.0.0-alpha.6",
- "core-js": "^2.4.1",
- "date-fns": "^1.29.0",
- "font-awesome": "^4.7.0",
- "jquery": "^3.2.1",
- "jquery-ui": "^1.12.1",
- "jsplumb": "2.5.1",
- "ngx-bootstrap": "^1.9.1",
- "ngx-tree-select": "^0.13.3",
- "primeng": "^4.2.0",
- "rxjs": "^5.4.2",
- "zone.js": "^0.8.14"
- },
- "devDependencies": {
- "@angular/cli": "1.4.3",
- "@angular/compiler-cli": "^4.2.4",
- "@angular/language-service": "^4.2.4",
- "@types/jasmine": "~2.5.53",
- "@types/jasminewd2": "~2.0.2",
- "@types/node": "~6.0.60",
- "codelyzer": "~3.1.1",
- "jasmine-core": "~2.6.2",
- "jasmine-spec-reporter": "~4.1.0",
- "karma": "~1.7.0",
- "karma-chrome-launcher": "~2.1.1",
- "karma-cli": "~1.0.1",
- "karma-coverage-istanbul-reporter": "^1.2.1",
- "karma-jasmine": "~1.1.0",
- "karma-jasmine-html-reporter": "^0.2.2",
- "protractor": "~5.1.2",
- "ts-node": "~3.2.0",
- "tslint": "~5.3.2",
- "typescript": "~2.4.2",
- "webpack": "3.5.6"
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/pom.xml b/deprecated-workflow-designer/sdc-workflow-designer-ui/pom.xml
deleted file mode 100644
index af18462e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/pom.xml
+++ /dev/null
@@ -1,95 +0,0 @@
-<?xml version="1.0"?>
-<!--
-/**
- * Copyright (c) 2017-2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
--->
-
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <parent>
- <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
- <artifactId>sdc-workflow-designer</artifactId>
- <version>1.2.0-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <artifactId>sdc-workflow-designer-ui</artifactId>
- <name>sdc-workflow-designer-ui</name>
- <packaging>jar</packaging>
-
- <properties>
- <frontend-maven-plugin-version>1.4</frontend-maven-plugin-version>
- <version.output>target/version</version.output>
- </properties>
-
- <build>
- <plugins>
- <plugin>
- <groupId>com.github.eirslett</groupId>
- <artifactId>frontend-maven-plugin</artifactId>
- <!-- Use the latest released version: https://repo1.maven.org/maven2/com/github/eirslett/frontend-maven-plugin/ -->
- <version>${frontend-maven-plugin-version}</version>
-
- <configuration>
- </configuration>
-
- <executions>
- <execution>
- <id>install node and npm</id>
- <goals>
- <goal>install-node-and-npm</goal>
- </goals>
- <configuration>
- <!-- See https://nodejs.org/en/download/ for
- latest node and npm (lts) versions -->
- <nodeVersion>v8.2.1</nodeVersion>
- <npmVersion>5.3.0</npmVersion>
- </configuration>
- </execution>
-
- <execution>
- <id>npm install</id>
- <goals>
- <goal>npm</goal>
- </goals>
- <configuration>
- <arguments>install</arguments>
- </configuration>
- </execution>
-
- <execution>
- <id>npm run build</id>
- <goals>
- <goal>npm</goal>
- </goals>
- <configuration>
- <arguments>run build</arguments>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- </plugins>
-
- <resources>
- <resource>
- <targetPath>workflow-modeler</targetPath>
- <directory>dist</directory>
- <includes>
- <include>**/**</include>
- </includes>
- <filtering>false</filtering>
- </resource>
- </resources>
- </build>
-</project>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/protractor.conf.js b/deprecated-workflow-designer/sdc-workflow-designer-ui/protractor.conf.js
deleted file mode 100644
index d61f2d6d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/protractor.conf.js
+++ /dev/null
@@ -1,40 +0,0 @@
-/**
- * Copyright (c) 2017-2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-// Protractor configuration file, see link for more information
-// https://github.com/angular/protractor/blob/master/lib/config.ts
-
-const { SpecReporter } = require('jasmine-spec-reporter');
-
-exports.config = {
- allScriptsTimeout: 11000,
- specs: [
- './e2e/**/*.e2e-spec.ts'
- ],
- capabilities: {
- 'browserName': 'chrome'
- },
- directConnect: true,
- baseUrl: 'http://localhost:4200/',
- framework: 'jasmine',
- jasmineNodeOpts: {
- showColors: true,
- defaultTimeoutInterval: 30000,
- print: function() {}
- },
- onPrepare() {
- require('ts-node').register({
- project: 'e2e/tsconfig.e2e.json'
- });
- jasmine.getEnv().addReporter(new SpecReporter({ spec: { displayStacktrace: true } }));
- }
-};
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/app.component.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/app.component.css
deleted file mode 100644
index dd226ff1..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/app.component.css
+++ /dev/null
@@ -1,120 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-.authorized-div{
- height: 100%;
-}
-
-.unauthorized-div{
- text-align: center;
- color: red;
-}
-
-.loading-div{
- position: absolute;
- top: 0;
- width: 100%;
- height: 100%;
- background-color: white;
-}
-
-.loading-div div{
- position: relative;
- top: calc(50% - 36px);
- left: calc(50% - 36px);
-}
-
-.loading-div div:not(:required) {
- -moz-animation: three-quarters-loader 1.5s infinite linear;
- -webkit-animation: three-quarters-loader 1.5s infinite linear;
- animation: three-quarters-loader 1.5s infinite linear;
- box-sizing: border-box;
- display: inline-block;
- overflow: hidden;
- text-indent: -9999px;
- border: 5px solid #1dadfc;
- border-right-color: transparent;
- border-radius: 36px;
- width: 72px;
- height: 72px;
-}
-
-@-moz-keyframes three-quarters-loader {
- 0% {
- -moz-transform: rotate(0deg);
- transform: rotate(0deg)
- }
- to {
- -moz-transform: rotate(1turn);
- transform: rotate(1turn)
- }
-}
-
-@-webkit-keyframes three-quarters-loader {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg)
- }
- to {
- -webkit-transform: rotate(1turn);
- transform: rotate(1turn)
- }
-}
-
-@keyframes three-quarters-loader {
- 0% {
- -moz-transform: rotate(0deg);
- -ms-transform: rotate(0deg);
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg)
- }
- to {
- -moz-transform: rotate(1turn);
- -ms-transform: rotate(1turn);
- -webkit-transform: rotate(1turn);
- transform: rotate(1turn)
- }
-}
-
-.main-content-wrapper{
- height: 100%;
- background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTEgMTEiPjxkZWZzPjxzdHlsZT4uY2xzLTF7aXNvbGF0aW9uOmlzb2xhdGU7fS5jbHMtMntmaWxsOiNmYWZiZmQ7fS5jbHMtM3tmaWxsOiNlY2VkZWY7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5iYWNrZ3JvdW5kLWltYWdlc192MjwvdGl0bGU+PGc+PGltYWdlIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFBc0FBQUFMQ0FJQUFBQW16dUJ4QUFBQUNYQklXWE1BQUFzU0FBQUxFZ0hTM1g3OEFBQUFFMGxFUVZRWVYyUDRUd2d3RUZJd3FvSmtGUUF3eFdtbDRtUGRyd0FBQUFCSlJVNUVya0pnZ2c9PSIvPjwvZz48ZyBpZD0i55+p5b2iXzEiIGRhdGEtbmFtZT0i55+p5b2iIDEiIGNsYXNzPSJjbHMtMSI+PGcgaWQ9IuefqeW9ol8xLTIiIGRhdGEtbmFtZT0i55+p5b2iIDEiPjxyZWN0IGNsYXNzPSJjbHMtMiIgd2lkdGg9IjExIiBoZWlnaHQ9IjExIi8+PC9nPjwvZz48ZyBjbGFzcz0iY2xzLTEiPjxnPjxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSIxMCAwIDEwIDEwIDAgMTAgMCAxMSAxMCAxMSAxMC45MiAxMSAxMC45MiAwIDEwIDAiLz48L2c+PC9nPjwvc3ZnPg==);
- background-size: 11px;
-}
-
-.tool-bar{
- position: fixed;
- top: 0px;
- left: 0px;
- width: 200px;
- height: 100%;
- background-color: white;
- overflow-y: auto;
-}
-
-.design-area{
- position: relative;
- left: 200px;
- width: calc(100% - 200px);
- height: 100%;
- padding: 20px;
-}
-
-.design-menus{
- display: block;
- height: 30px;
- margin-bottom: 10px;
-}
-
-.design-container{
- display: block;
- height: calc(100% - 40px);
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/app.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/app.component.html
deleted file mode 100644
index d629bbd9..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/app.component.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
--->
-<div *ngIf="!isAuthorized" class="unauthorized-div">
- <span>{{ 'WORKFLOW.UNAUTHORIZED' | translate }}</span>
-</div>
-<div *ngIf="isAuthorized" class="authorized-div">
- <div *ngIf="toscaLoaded && restLoaded && typeLoaded" class="main-content-wrapper">
- <wfm-toolbar class="tool-bar"></wfm-toolbar>
- <div class="design-area">
- <menus class="design-menus"></menus>
- <wfm-container class="design-container"></wfm-container>
- </div>
- <wfm-notice></wfm-notice>
- </div>
-
- <div *ngIf="!(toscaLoaded && restLoaded && typeLoaded)" class="loading-div">
- <div></div>
- </div>
-</div> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/app.component.spec.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/app.component.spec.ts
deleted file mode 100644
index 126bda51..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/app.component.spec.ts
+++ /dev/null
@@ -1,44 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import { TestBed, async } from '@angular/core/testing';
-
-import { AppComponent } from './app.component';
-
-describe('AppComponent', () => {
- beforeEach(async(() => {
- TestBed.configureTestingModule({
- declarations: [
- AppComponent
- ],
- }).compileComponents();
- }));
-
- it('should create the app', async(() => {
- const fixture = TestBed.createComponent(AppComponent);
- const app = fixture.debugElement.componentInstance;
- expect(app).toBeTruthy();
- }));
-
- it(`should have as title 'app'`, async(() => {
- const fixture = TestBed.createComponent(AppComponent);
- const app = fixture.debugElement.componentInstance;
- expect(app.title).toEqual('app');
- }));
-
- it('should render title in a h1 tag', async(() => {
- const fixture = TestBed.createComponent(AppComponent);
- fixture.detectChanges();
- const compiled = fixture.debugElement.nativeElement;
- expect(compiled.querySelector('h1').textContent).toContain('Welcome to app!');
- }));
-});
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/app.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/app.component.ts
deleted file mode 100644
index 15796977..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/app.component.ts
+++ /dev/null
@@ -1,72 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import { Component, OnInit } from '@angular/core';
-import { TranslateService } from '@ngx-translate/core';
-import { BroadcastService } from './services/broadcast.service';
-import { LOCATION_INITIALIZED } from '@angular/common';
-import { AuthService } from './services/auth.service';
-import { RestService } from './services/rest.service';
-import { ToscaService } from './services/tosca.service';
-
-/**
- * main component
- */
-@Component({
- selector: 'workflow',
- templateUrl: './app.component.html',
- styleUrls: ['./app.component.css']
-})
-export class AppComponent implements OnInit {
- public isAuthorized = false;
- public toscaLoaded = false;
- public restLoaded = false;
- public typeLoaded = true;
-
- constructor(translate: TranslateService, private authService: AuthService,
- private broadcastService: BroadcastService, toscaService: ToscaService,
- restService: RestService) {
- // Init the I18n function.
- // this language will be used as a fallback when a translation isn't found in the current language
- translate.setDefaultLang('en');
- // the lang to use, if the lang isn't available, it will use the current loader to get them
- const topWin: any = window.top;
- let browserLang = '';
- if (topWin.getLanguage && typeof topWin.getLanguage == 'function') {
- browserLang = topWin.getLanguage() || '';
- } else {
- // browserLang = translate.getBrowserCultureLang() || '';
- // by default, window.navigator.languages will return a language list with the users prefered language as the first one.
- // then, browserLang may with the result of translate.getBrowserCultureLang().
- // but chrome version 57 not implement this functional. The first is not the user's prefered.
- // So, browserLang can only use window.navigator.language as the user's prefered language.
- browserLang = window.navigator.language;
- }
- translate.use(browserLang);
- }
-
- public ngOnInit() {
- // this.broadcastService.openRight$.subscribe(hasRight => {
- // this.isAuthorized = hasRight;
- // });
- this.isAuthorized = true;
- this.broadcastService.updateModelToscaConfig$.subscribe(tosca => {
- this.toscaLoaded = true;
- });
- this.broadcastService.updateModelRestConfig$.subscribe(swagger => {
- this.restLoaded = true;
- });
- this.broadcastService.updateNodeTypeConfig$.subscribe(type => {
- this.typeLoaded = true;
- });
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/app.module.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/app.module.ts
deleted file mode 100644
index 66ea97cd..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/app.module.ts
+++ /dev/null
@@ -1,158 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import { NgModule } from '@angular/core';
-import { BrowserModule } from '@angular/platform-browser';
-import { RouterModule } from '@angular/router';
-import {BrowserAnimationsModule} from "@angular/platform-browser/animations";
-import { AccordionModule } from 'ngx-bootstrap/accordion';
-import { AlertModule, ModalModule } from 'ngx-bootstrap/index';
-import { NgxTreeSelectModule } from 'ngx-tree-select';
-import { HttpClientModule, HttpClient } from '@angular/common/http';
-import { TranslateModule, TranslateLoader } from '@ngx-translate/core';
-import { TranslateHttpLoader } from '@ngx-translate/http-loader';
-
-import { AppComponent } from './app.component';
-import { ContainerComponent } from './components/container/container.component';
-import { EditablePropertyComponent } from './components/editable-property/editable-property.component';
-import { NodeParametersComponent } from './components/property/rest-task/node-parameters/node-parameters.component';
-import { ParameterTreeComponent } from './components/property/rest-task/node-parameters/parameter-tree/parameter-tree.component';
-import { NodeComponent } from './components/node/node.component';
-import { ParameterComponent } from './components/parameter/parameter.component';
-import { IntermediateCatchEventComponent } from './components/property/intermediate-catch-event/intermediate-catch-event.component';
-import { NodeTemplateComponent } from './components/property/node-template/node-template.component';
-import { PropertiesComponent } from './components/property/properties.component';
-import { RestTaskComponent } from './components/property/rest-task/rest-task.component';
-import { ErrorEventComponent } from './components/property/error-event/error-event.component';
-import { StartEventComponent } from './components/property/start-event/start-event.component';
-import { SequenceFlowComponent } from './components/sequence-flow/sequence-flow.component';
-import { RestConfigDetailComponent } from './components/menus/rest-config/rest-config-detail/rest-config-detail.component';
-import { RestConfigListComponent } from './components/menus/rest-config/rest-config-list/rest-config-list.component';
-import { RestConfigComponent } from './components/menus/rest-config/rest-config.component';
-import { ToolbarComponent } from './components/toolbar/toolbar.component';
-
-import { ResizableDirective } from './directive/resizable/resizable.directive';
-
-import { AuthService } from './services/auth.service';
-import { BroadcastService } from './services/broadcast.service';
-import { InterfaceService } from './services/interface.service';
-import { JsPlumbService } from './services/jsplumb.service';
-import { ModelService } from './services/model.service';
-import { NoticeService } from './services/notice.service';
-import { RestService } from './services/rest.service';
-import { SwaggerTreeConverterService } from './services/swagger-tree-converter.service';
-import { SettingService } from './services/setting.service';
-import { ToscaService } from './services/tosca.service';
-
-import { SharedModule } from './shared/shared.module';
-import { HttpService } from './util/http.service';
-import { GlobalNoticeComponent } from './components/global-notice/global-notice.component';
-import { MenusComponent } from './components/menus/menus.component';
-import { ScriptTaskComponent } from "./components/property/script-task/script-task.component";
-import { ToolbarNodeComponent } from "./components/toolbar/toolbar-node/toolbar-node.component";
-import { NodeTypeService } from "./services/node-type.service";
-import { DisplayInfoService } from "./services/display-info.service";
-import { ServiceTaskComponent } from './components/property/service-task/service-task.component';
-import { RestParametersComponent } from './components/property/rest-task/rest-parameters/rest-parameters.component';
-import {WfmInputModule} from "./shared/input/wfm-text-input.module";
-import { PlxTextInputModule } from "./paletx/plx-text-input/index";
-import { PlxTooltipModule } from "./paletx/plx-tooltip/plx-tooltip.module";
-import { PlxModalModule } from "./paletx/plx-modal/modal.module";
-import { PlxDatePickerModule } from "./paletx/plx-datepicker/picker.module";
-
-// AoT requires an exported function for factories
-export function HttpLoaderFactory(http: HttpClient) {
- return new TranslateHttpLoader(http, './assets/i18n/', '.json');
-}
-
-@NgModule({
- declarations: [
- AppComponent,
- ContainerComponent,
- EditablePropertyComponent,
- ErrorEventComponent,
- IntermediateCatchEventComponent,
- NodeComponent,
- NodeParametersComponent,
- NodeTemplateComponent,
- ParameterComponent,
- ParameterTreeComponent,
- PropertiesComponent,
- RestConfigComponent,
- RestTaskComponent,
- SequenceFlowComponent,
- ScriptTaskComponent,
- StartEventComponent,
- ToolbarComponent,
- ToolbarNodeComponent,
- RestConfigDetailComponent,
- RestConfigListComponent,
- ResizableDirective,
- GlobalNoticeComponent,
- MenusComponent,
- ServiceTaskComponent,
- RestParametersComponent
- ],
- providers: [
- AuthService,
- BroadcastService,
- HttpService,
- JsPlumbService,
- ModelService,
- NoticeService,
- RestService,
- SwaggerTreeConverterService,
- InterfaceService,
- SettingService,
- ToscaService,
- NodeTypeService,
- DisplayInfoService
- ],
- imports: [
- AccordionModule.forRoot(),
- AlertModule.forRoot(),
- BrowserModule,
- BrowserAnimationsModule,
- ModalModule.forRoot(),
- RouterModule.forRoot([]),
- SharedModule,
- PlxTextInputModule,
- PlxTooltipModule,
- PlxModalModule.forRoot(),
- PlxDatePickerModule,
- NgxTreeSelectModule.forRoot({
- allowFilter: true,
- // filterPlaceholder: 'Type your filter here...',
- maxVisibleItemCount: 5,
- idField: 'id',
- textField: 'name',
- childrenField: 'children',
- allowParentSelection: false,
- expandMode: 'Selection'
- }),
- HttpClientModule,
- TranslateModule.forRoot({
- loader: {
- provide: TranslateLoader,
- useFactory: HttpLoaderFactory,
- deps: [HttpClient]
- }
- }),
- WfmInputModule
- ],
- bootstrap: [
- AppComponent,
- ],
-})
-export class AppModule {
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/.gitkeep b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/.gitkeep
deleted file mode 100644
index e69de29b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/.gitkeep
+++ /dev/null
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/bootstrap4.0.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/bootstrap4.0.css
deleted file mode 100644
index d52c5848..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/bootstrap4.0.css
+++ /dev/null
@@ -1,9320 +0,0 @@
-/*!
- * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
- * Copyright 2011-2017 The Bootstrap Authors
- * Copyright 2011-2017 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */
-/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
-html {
- font-family: sans-serif;
- line-height: 1.15;
- -ms-text-size-adjust: 100%;
- -webkit-text-size-adjust: 100%;
-}
-
-body {
- margin: 0;
-}
-
-article,
-aside,
-footer,
-header,
-nav,
-section {
- display: block;
-}
-
-h1 {
- font-size: 2em;
- margin: 0.67em 0;
-}
-
-figcaption,
-figure,
-main {
- display: block;
-}
-
-figure {
- margin: 1em 40px;
-}
-
-hr {
- -webkit-box-sizing: content-box;
- box-sizing: content-box;
- height: 0;
- overflow: visible;
-}
-
-pre {
- font-family: monospace, monospace;
- font-size: 1em;
-}
-
-a {
- background-color: transparent;
- -webkit-text-decoration-skip: objects;
-}
-
-a:active,
-a:hover {
- outline-width: 0;
-}
-
-abbr[title] {
- border-bottom: none;
- text-decoration: underline;
- text-decoration: underline dotted;
-}
-
-b,
-strong {
- font-weight: inherit;
-}
-
-b,
-strong {
- font-weight: bolder;
-}
-
-code,
-kbd,
-samp {
- font-family: monospace, monospace;
- font-size: 1em;
-}
-
-dfn {
- font-style: italic;
-}
-
-mark {
- background-color: #ff0;
- color: #000;
-}
-
-small {
- font-size: 80%;
-}
-
-sub,
-sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
-}
-
-sub {
- bottom: -0.25em;
-}
-
-sup {
- top: -0.5em;
-}
-
-audio,
-video {
- display: inline-block;
-}
-
-audio:not([controls]) {
- display: none;
- height: 0;
-}
-
-img {
- border-style: none;
-}
-
-svg:not(:root) {
- overflow: hidden;
-}
-
-button,
-input,
-optgroup,
-select,
-textarea {
- font-family: sans-serif;
- font-size: 100%;
- line-height: 1.15;
- margin: 0;
-}
-
-button,
-input {
- overflow: visible;
-}
-
-button,
-select {
- text-transform: none;
-}
-
-button,
-html [type="button"],
-[type="reset"],
-[type="submit"] {
- -webkit-appearance: button;
-}
-
-button::-moz-focus-inner,
-[type="button"]::-moz-focus-inner,
-[type="reset"]::-moz-focus-inner,
-[type="submit"]::-moz-focus-inner {
- border-style: none;
- padding: 0;
-}
-
-button:-moz-focusring,
-[type="button"]:-moz-focusring,
-[type="reset"]:-moz-focusring,
-[type="submit"]:-moz-focusring {
- outline: 1px dotted ButtonText;
-}
-
-fieldset {
- border: 1px solid #c0c0c0;
- margin: 0 2px;
- padding: 0.35em 0.625em 0.75em;
-}
-
-legend {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: inherit;
- display: table;
- max-width: 100%;
- padding: 0;
- white-space: normal;
-}
-
-progress {
- display: inline-block;
- vertical-align: baseline;
-}
-
-textarea {
- overflow: auto;
-}
-
-[type="checkbox"],
-[type="radio"] {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 0;
-}
-
-[type="number"]::-webkit-inner-spin-button,
-[type="number"]::-webkit-outer-spin-button {
- height: auto;
-}
-
-[type="search"] {
- -webkit-appearance: textfield;
- outline-offset: -2px;
-}
-
-[type="search"]::-webkit-search-cancel-button,
-[type="search"]::-webkit-search-decoration {
- -webkit-appearance: none;
-}
-
-::-webkit-file-upload-button {
- -webkit-appearance: button;
- font: inherit;
-}
-
-details,
-menu {
- display: block;
-}
-
-summary {
- display: list-item;
-}
-
-canvas {
- display: inline-block;
-}
-
-template {
- display: none;
-}
-
-[hidden] {
- display: none;
-}
-
-@media print {
- *,
- *::before,
- *::after,
- p::first-letter,
- div::first-letter,
- blockquote::first-letter,
- li::first-letter,
- p::first-line,
- div::first-line,
- blockquote::first-line,
- li::first-line {
- text-shadow: none !important;
- -webkit-box-shadow: none !important;
- box-shadow: none !important;
- }
- a,
- a:visited {
- text-decoration: underline;
- }
- abbr[title]::after {
- content: " (" attr(title) ")";
- }
- pre {
- white-space: pre-wrap !important;
- }
- pre,
- blockquote {
- border: 1px solid #999;
- page-break-inside: avoid;
- }
- thead {
- display: table-header-group;
- }
- tr,
- img {
- page-break-inside: avoid;
- }
- p,
- h2,
- h3 {
- orphans: 3;
- widows: 3;
- }
- h2,
- h3 {
- page-break-after: avoid;
- }
- .navbar {
- display: none;
- }
- .badge {
- border: 1px solid #000;
- }
- .table {
- border-collapse: collapse !important;
- }
- .table td,
- .table th {
- background-color: #fff !important;
- }
- .table-bordered th,
- .table-bordered td {
- border: 1px solid #ddd !important;
- }
-}
-
-html {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
-}
-
-*,
-*::before,
-*::after {
- -webkit-box-sizing: inherit;
- box-sizing: inherit;
-}
-
-@-ms-viewport {
- width: device-width;
-}
-
-html {
- -ms-overflow-style: scrollbar;
- -webkit-tap-highlight-color: transparent;
-}
-
-body {
- font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
- font-size: 1rem;
- font-weight: normal;
- line-height: 1.5;
- color: #292b2c;
- background-color: #fff;
-}
-
-[tabindex="-1"]:focus {
- outline: none !important;
-}
-
-h1, h2, h3, h4, h5, h6 {
- margin-top: 0;
- margin-bottom: .5rem;
-}
-
-p {
- margin-top: 0;
- margin-bottom: 1rem;
-}
-
-abbr[title],
-abbr[data-original-title] {
- cursor: help;
-}
-
-address {
- margin-bottom: 1rem;
- font-style: normal;
- line-height: inherit;
-}
-
-ol,
-ul,
-dl {
- margin-top: 0;
- margin-bottom: 1rem;
-}
-
-ol ol,
-ul ul,
-ol ul,
-ul ol {
- margin-bottom: 0;
-}
-
-dt {
- font-weight: bold;
-}
-
-dd {
- margin-bottom: .5rem;
- margin-left: 0;
-}
-
-blockquote {
- margin: 0 0 1rem;
-}
-
-a {
- color: #0275d8;
- text-decoration: none;
-}
-
-a:focus, a:hover {
- color: #014c8c;
- text-decoration: underline;
-}
-
-a:not([href]):not([tabindex]) {
- color: inherit;
- text-decoration: none;
-}
-
-a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
- color: inherit;
- text-decoration: none;
-}
-
-a:not([href]):not([tabindex]):focus {
- outline: 0;
-}
-
-pre {
- margin-top: 0;
- margin-bottom: 1rem;
- overflow: auto;
-}
-
-figure {
- margin: 0 0 1rem;
-}
-
-img {
- vertical-align: middle;
-}
-
-[role="button"] {
- cursor: pointer;
-}
-
-a,
-area,
-button,
-[role="button"],
-input,
-label,
-select,
-summary,
-textarea {
- -ms-touch-action: manipulation;
- touch-action: manipulation;
-}
-
-table {
- border-collapse: collapse;
- background-color: transparent;
-}
-
-caption {
- padding-top: 0.75rem;
- padding-bottom: 0.75rem;
- color: #636c72;
- text-align: left;
- caption-side: bottom;
-}
-
-th {
- text-align: left;
-}
-
-label {
- display: inline-block;
- margin-bottom: .5rem;
-}
-
-button:focus {
- outline: 1px dotted;
- outline: 5px auto -webkit-focus-ring-color;
-}
-
-input,
-button,
-select,
-textarea {
- line-height: inherit;
-}
-
-input[type="radio"]:disabled,
-input[type="checkbox"]:disabled {
- cursor: not-allowed;
-}
-
-input[type="date"],
-input[type="time"],
-input[type="datetime-local"],
-input[type="month"] {
- -webkit-appearance: listbox;
-}
-
-textarea {
- resize: vertical;
-}
-
-fieldset {
- min-width: 0;
- padding: 0;
- margin: 0;
- border: 0;
-}
-
-legend {
- display: block;
- width: 100%;
- padding: 0;
- margin-bottom: .5rem;
- font-size: 1.5rem;
- line-height: inherit;
-}
-
-input[type="search"] {
- -webkit-appearance: none;
-}
-
-output {
- display: inline-block;
-}
-
-[hidden] {
- display: none !important;
-}
-
-h1, h2, h3, h4, h5, h6,
-.h1, .h2, .h3, .h4, .h5, .h6 {
- margin-bottom: 0.5rem;
- font-family: inherit;
- font-weight: 500;
- line-height: 1.1;
- color: inherit;
-}
-
-h1, .h1 {
- font-size: 2.5rem;
-}
-
-h2, .h2 {
- font-size: 2rem;
-}
-
-h3, .h3 {
- font-size: 1.75rem;
-}
-
-h4, .h4 {
- font-size: 1.5rem;
-}
-
-h5, .h5 {
- font-size: 1.25rem;
-}
-
-h6, .h6 {
- font-size: 1rem;
-}
-
-.lead {
- font-size: 1.25rem;
- font-weight: 300;
-}
-
-.display-1 {
- font-size: 6rem;
- font-weight: 300;
- line-height: 1.1;
-}
-
-.display-2 {
- font-size: 5.5rem;
- font-weight: 300;
- line-height: 1.1;
-}
-
-.display-3 {
- font-size: 4.5rem;
- font-weight: 300;
- line-height: 1.1;
-}
-
-.display-4 {
- font-size: 3.5rem;
- font-weight: 300;
- line-height: 1.1;
-}
-
-hr {
- margin-top: 1rem;
- margin-bottom: 1rem;
- border: 0;
- border-top: 1px solid rgba(0, 0, 0, 0.1);
-}
-
-small,
-.small {
- font-size: 80%;
- font-weight: normal;
-}
-
-mark,
-.mark {
- padding: 0.2em;
- background-color: #fcf8e3;
-}
-
-.list-unstyled {
- padding-left: 0;
- list-style: none;
-}
-
-.list-inline {
- padding-left: 0;
- list-style: none;
-}
-
-.list-inline-item {
- display: inline-block;
-}
-
-.list-inline-item:not(:last-child) {
- margin-right: 5px;
-}
-
-.initialism {
- font-size: 90%;
- text-transform: uppercase;
-}
-
-.blockquote {
- padding: 0.5rem 1rem;
- margin-bottom: 1rem;
- font-size: 1.25rem;
- border-left: 0.25rem solid #eceeef;
-}
-
-.blockquote-footer {
- display: block;
- font-size: 80%;
- color: #636c72;
-}
-
-.blockquote-footer::before {
- content: "\2014 \00A0";
-}
-
-.blockquote-reverse {
- padding-right: 1rem;
- padding-left: 0;
- text-align: right;
- border-right: 0.25rem solid #eceeef;
- border-left: 0;
-}
-
-.blockquote-reverse .blockquote-footer::before {
- content: "";
-}
-
-.blockquote-reverse .blockquote-footer::after {
- content: "\00A0 \2014";
-}
-
-.img-fluid {
- max-width: 100%;
- height: auto;
-}
-
-.img-thumbnail {
- padding: 0.25rem;
- background-color: #fff;
- border: 1px solid #ddd;
- border-radius: 0.25rem;
- -webkit-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- max-width: 100%;
- height: auto;
-}
-
-.figure {
- display: inline-block;
-}
-
-.figure-img {
- margin-bottom: 0.5rem;
- line-height: 1;
-}
-
-.figure-caption {
- font-size: 90%;
- color: #636c72;
-}
-
-code,
-kbd,
-pre,
-samp {
- font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
-}
-
-code {
- padding: 0.2rem 0.4rem;
- font-size: 90%;
- color: #bd4147;
- background-color: #f7f7f9;
- border-radius: 0.25rem;
-}
-
-a > code {
- padding: 0;
- color: inherit;
- background-color: inherit;
-}
-
-kbd {
- padding: 0.2rem 0.4rem;
- font-size: 90%;
- color: #fff;
- background-color: #292b2c;
- border-radius: 0.2rem;
-}
-
-kbd kbd {
- padding: 0;
- font-size: 100%;
- font-weight: bold;
-}
-
-pre {
- display: block;
- margin-top: 0;
- margin-bottom: 1rem;
- font-size: 90%;
- color: #292b2c;
-}
-
-pre code {
- padding: 0;
- font-size: inherit;
- color: inherit;
- background-color: transparent;
- border-radius: 0;
-}
-
-.pre-scrollable {
- max-height: 340px;
- overflow-y: scroll;
-}
-
-.container {
- position: relative;
- margin-left: auto;
- margin-right: auto;
- padding-right: 15px;
- padding-left: 15px;
-}
-
-@media (min-width: 576px) {
- .container {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-@media (min-width: 768px) {
- .container {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-@media (min-width: 992px) {
- .container {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-@media (min-width: 1200px) {
- .container {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-@media (min-width: 576px) {
- .container {
- width: 540px;
- max-width: 100%;
- }
-}
-
-@media (min-width: 768px) {
- .container {
- width: 720px;
- max-width: 100%;
- }
-}
-
-@media (min-width: 992px) {
- .container {
- width: 960px;
- max-width: 100%;
- }
-}
-
-@media (min-width: 1200px) {
- .container {
- width: 1140px;
- max-width: 100%;
- }
-}
-
-.container-fluid {
- position: relative;
- margin-left: auto;
- margin-right: auto;
- padding-right: 15px;
- padding-left: 15px;
-}
-
-@media (min-width: 576px) {
- .container-fluid {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-@media (min-width: 768px) {
- .container-fluid {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-@media (min-width: 992px) {
- .container-fluid {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-@media (min-width: 1200px) {
- .container-fluid {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-.row {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-wrap: wrap;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- margin-right: -15px;
- margin-left: -15px;
-}
-
-@media (min-width: 576px) {
- .row {
- margin-right: -15px;
- margin-left: -15px;
- }
-}
-
-@media (min-width: 768px) {
- .row {
- margin-right: -15px;
- margin-left: -15px;
- }
-}
-
-@media (min-width: 992px) {
- .row {
- margin-right: -15px;
- margin-left: -15px;
- }
-}
-
-@media (min-width: 1200px) {
- .row {
- margin-right: -15px;
- margin-left: -15px;
- }
-}
-
-.no-gutters {
- margin-right: 0;
- margin-left: 0;
-}
-
-.no-gutters > .col,
-.no-gutters > [class*="col-"] {
- padding-right: 0;
- padding-left: 0;
-}
-
-.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
- position: relative;
- width: 100%;
- min-height: 1px;
- padding-right: 15px;
- padding-left: 15px;
-}
-
-@media (min-width: 576px) {
- .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-@media (min-width: 768px) {
- .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-@media (min-width: 992px) {
- .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-@media (min-width: 1200px) {
- .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-.col {
- -webkit-flex-basis: 0;
- -ms-flex-preferred-size: 0;
- flex-basis: 0;
- -webkit-box-flex: 1;
- -webkit-flex-grow: 1;
- -ms-flex-positive: 1;
- flex-grow: 1;
- max-width: 100%;
-}
-
-.col-auto {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 auto;
- -ms-flex: 0 0 auto;
- flex: 0 0 auto;
- width: auto;
-}
-
-.col-1 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 8.333333%;
- -ms-flex: 0 0 8.333333%;
- flex: 0 0 8.333333%;
- max-width: 8.333333%;
-}
-
-.col-2 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 16.666667%;
- -ms-flex: 0 0 16.666667%;
- flex: 0 0 16.666667%;
- max-width: 16.666667%;
-}
-
-.col-3 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 25%;
- -ms-flex: 0 0 25%;
- flex: 0 0 25%;
- max-width: 25%;
-}
-
-.col-4 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 33.333333%;
- -ms-flex: 0 0 33.333333%;
- flex: 0 0 33.333333%;
- max-width: 33.333333%;
-}
-
-.col-5 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 41.666667%;
- -ms-flex: 0 0 41.666667%;
- flex: 0 0 41.666667%;
- max-width: 41.666667%;
-}
-
-.col-6 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 50%;
- -ms-flex: 0 0 50%;
- flex: 0 0 50%;
- max-width: 50%;
-}
-
-.col-7 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 58.333333%;
- -ms-flex: 0 0 58.333333%;
- flex: 0 0 58.333333%;
- max-width: 58.333333%;
-}
-
-.col-8 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 66.666667%;
- -ms-flex: 0 0 66.666667%;
- flex: 0 0 66.666667%;
- max-width: 66.666667%;
-}
-
-.col-9 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 75%;
- -ms-flex: 0 0 75%;
- flex: 0 0 75%;
- max-width: 75%;
-}
-
-.col-10 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 83.333333%;
- -ms-flex: 0 0 83.333333%;
- flex: 0 0 83.333333%;
- max-width: 83.333333%;
-}
-
-.col-11 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 91.666667%;
- -ms-flex: 0 0 91.666667%;
- flex: 0 0 91.666667%;
- max-width: 91.666667%;
-}
-
-.col-12 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 100%;
- -ms-flex: 0 0 100%;
- flex: 0 0 100%;
- max-width: 100%;
-}
-
-.pull-0 {
- right: auto;
-}
-
-.pull-1 {
- right: 8.333333%;
-}
-
-.pull-2 {
- right: 16.666667%;
-}
-
-.pull-3 {
- right: 25%;
-}
-
-.pull-4 {
- right: 33.333333%;
-}
-
-.pull-5 {
- right: 41.666667%;
-}
-
-.pull-6 {
- right: 50%;
-}
-
-.pull-7 {
- right: 58.333333%;
-}
-
-.pull-8 {
- right: 66.666667%;
-}
-
-.pull-9 {
- right: 75%;
-}
-
-.pull-10 {
- right: 83.333333%;
-}
-
-.pull-11 {
- right: 91.666667%;
-}
-
-.pull-12 {
- right: 100%;
-}
-
-.push-0 {
- left: auto;
-}
-
-.push-1 {
- left: 8.333333%;
-}
-
-.push-2 {
- left: 16.666667%;
-}
-
-.push-3 {
- left: 25%;
-}
-
-.push-4 {
- left: 33.333333%;
-}
-
-.push-5 {
- left: 41.666667%;
-}
-
-.push-6 {
- left: 50%;
-}
-
-.push-7 {
- left: 58.333333%;
-}
-
-.push-8 {
- left: 66.666667%;
-}
-
-.push-9 {
- left: 75%;
-}
-
-.push-10 {
- left: 83.333333%;
-}
-
-.push-11 {
- left: 91.666667%;
-}
-
-.push-12 {
- left: 100%;
-}
-
-.offset-1 {
- margin-left: 8.333333%;
-}
-
-.offset-2 {
- margin-left: 16.666667%;
-}
-
-.offset-3 {
- margin-left: 25%;
-}
-
-.offset-4 {
- margin-left: 33.333333%;
-}
-
-.offset-5 {
- margin-left: 41.666667%;
-}
-
-.offset-6 {
- margin-left: 50%;
-}
-
-.offset-7 {
- margin-left: 58.333333%;
-}
-
-.offset-8 {
- margin-left: 66.666667%;
-}
-
-.offset-9 {
- margin-left: 75%;
-}
-
-.offset-10 {
- margin-left: 83.333333%;
-}
-
-.offset-11 {
- margin-left: 91.666667%;
-}
-
-@media (min-width: 576px) {
- .col-sm {
- -webkit-flex-basis: 0;
- -ms-flex-preferred-size: 0;
- flex-basis: 0;
- -webkit-box-flex: 1;
- -webkit-flex-grow: 1;
- -ms-flex-positive: 1;
- flex-grow: 1;
- max-width: 100%;
- }
- .col-sm-auto {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 auto;
- -ms-flex: 0 0 auto;
- flex: 0 0 auto;
- width: auto;
- }
- .col-sm-1 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 8.333333%;
- -ms-flex: 0 0 8.333333%;
- flex: 0 0 8.333333%;
- max-width: 8.333333%;
- }
- .col-sm-2 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 16.666667%;
- -ms-flex: 0 0 16.666667%;
- flex: 0 0 16.666667%;
- max-width: 16.666667%;
- }
- .col-sm-3 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 25%;
- -ms-flex: 0 0 25%;
- flex: 0 0 25%;
- max-width: 25%;
- }
- .col-sm-4 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 33.333333%;
- -ms-flex: 0 0 33.333333%;
- flex: 0 0 33.333333%;
- max-width: 33.333333%;
- }
- .col-sm-5 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 41.666667%;
- -ms-flex: 0 0 41.666667%;
- flex: 0 0 41.666667%;
- max-width: 41.666667%;
- }
- .col-sm-6 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 50%;
- -ms-flex: 0 0 50%;
- flex: 0 0 50%;
- max-width: 50%;
- }
- .col-sm-7 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 58.333333%;
- -ms-flex: 0 0 58.333333%;
- flex: 0 0 58.333333%;
- max-width: 58.333333%;
- }
- .col-sm-8 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 66.666667%;
- -ms-flex: 0 0 66.666667%;
- flex: 0 0 66.666667%;
- max-width: 66.666667%;
- }
- .col-sm-9 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 75%;
- -ms-flex: 0 0 75%;
- flex: 0 0 75%;
- max-width: 75%;
- }
- .col-sm-10 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 83.333333%;
- -ms-flex: 0 0 83.333333%;
- flex: 0 0 83.333333%;
- max-width: 83.333333%;
- }
- .col-sm-11 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 91.666667%;
- -ms-flex: 0 0 91.666667%;
- flex: 0 0 91.666667%;
- max-width: 91.666667%;
- }
- .col-sm-12 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 100%;
- -ms-flex: 0 0 100%;
- flex: 0 0 100%;
- max-width: 100%;
- }
- .pull-sm-0 {
- right: auto;
- }
- .pull-sm-1 {
- right: 8.333333%;
- }
- .pull-sm-2 {
- right: 16.666667%;
- }
- .pull-sm-3 {
- right: 25%;
- }
- .pull-sm-4 {
- right: 33.333333%;
- }
- .pull-sm-5 {
- right: 41.666667%;
- }
- .pull-sm-6 {
- right: 50%;
- }
- .pull-sm-7 {
- right: 58.333333%;
- }
- .pull-sm-8 {
- right: 66.666667%;
- }
- .pull-sm-9 {
- right: 75%;
- }
- .pull-sm-10 {
- right: 83.333333%;
- }
- .pull-sm-11 {
- right: 91.666667%;
- }
- .pull-sm-12 {
- right: 100%;
- }
- .push-sm-0 {
- left: auto;
- }
- .push-sm-1 {
- left: 8.333333%;
- }
- .push-sm-2 {
- left: 16.666667%;
- }
- .push-sm-3 {
- left: 25%;
- }
- .push-sm-4 {
- left: 33.333333%;
- }
- .push-sm-5 {
- left: 41.666667%;
- }
- .push-sm-6 {
- left: 50%;
- }
- .push-sm-7 {
- left: 58.333333%;
- }
- .push-sm-8 {
- left: 66.666667%;
- }
- .push-sm-9 {
- left: 75%;
- }
- .push-sm-10 {
- left: 83.333333%;
- }
- .push-sm-11 {
- left: 91.666667%;
- }
- .push-sm-12 {
- left: 100%;
- }
- .offset-sm-0 {
- margin-left: 0%;
- }
- .offset-sm-1 {
- margin-left: 8.333333%;
- }
- .offset-sm-2 {
- margin-left: 16.666667%;
- }
- .offset-sm-3 {
- margin-left: 25%;
- }
- .offset-sm-4 {
- margin-left: 33.333333%;
- }
- .offset-sm-5 {
- margin-left: 41.666667%;
- }
- .offset-sm-6 {
- margin-left: 50%;
- }
- .offset-sm-7 {
- margin-left: 58.333333%;
- }
- .offset-sm-8 {
- margin-left: 66.666667%;
- }
- .offset-sm-9 {
- margin-left: 75%;
- }
- .offset-sm-10 {
- margin-left: 83.333333%;
- }
- .offset-sm-11 {
- margin-left: 91.666667%;
- }
-}
-
-@media (min-width: 768px) {
- .col-md {
- -webkit-flex-basis: 0;
- -ms-flex-preferred-size: 0;
- flex-basis: 0;
- -webkit-box-flex: 1;
- -webkit-flex-grow: 1;
- -ms-flex-positive: 1;
- flex-grow: 1;
- max-width: 100%;
- }
- .col-md-auto {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 auto;
- -ms-flex: 0 0 auto;
- flex: 0 0 auto;
- width: auto;
- }
- .col-md-1 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 8.333333%;
- -ms-flex: 0 0 8.333333%;
- flex: 0 0 8.333333%;
- max-width: 8.333333%;
- }
- .col-md-2 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 16.666667%;
- -ms-flex: 0 0 16.666667%;
- flex: 0 0 16.666667%;
- max-width: 16.666667%;
- }
- .col-md-3 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 25%;
- -ms-flex: 0 0 25%;
- flex: 0 0 25%;
- max-width: 25%;
- }
- .col-md-4 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 33.333333%;
- -ms-flex: 0 0 33.333333%;
- flex: 0 0 33.333333%;
- max-width: 33.333333%;
- }
- .col-md-5 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 41.666667%;
- -ms-flex: 0 0 41.666667%;
- flex: 0 0 41.666667%;
- max-width: 41.666667%;
- }
- .col-md-6 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 50%;
- -ms-flex: 0 0 50%;
- flex: 0 0 50%;
- max-width: 50%;
- }
- .col-md-7 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 58.333333%;
- -ms-flex: 0 0 58.333333%;
- flex: 0 0 58.333333%;
- max-width: 58.333333%;
- }
- .col-md-8 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 66.666667%;
- -ms-flex: 0 0 66.666667%;
- flex: 0 0 66.666667%;
- max-width: 66.666667%;
- }
- .col-md-9 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 75%;
- -ms-flex: 0 0 75%;
- flex: 0 0 75%;
- max-width: 75%;
- }
- .col-md-10 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 83.333333%;
- -ms-flex: 0 0 83.333333%;
- flex: 0 0 83.333333%;
- max-width: 83.333333%;
- }
- .col-md-11 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 91.666667%;
- -ms-flex: 0 0 91.666667%;
- flex: 0 0 91.666667%;
- max-width: 91.666667%;
- }
- .col-md-12 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 100%;
- -ms-flex: 0 0 100%;
- flex: 0 0 100%;
- max-width: 100%;
- }
- .pull-md-0 {
- right: auto;
- }
- .pull-md-1 {
- right: 8.333333%;
- }
- .pull-md-2 {
- right: 16.666667%;
- }
- .pull-md-3 {
- right: 25%;
- }
- .pull-md-4 {
- right: 33.333333%;
- }
- .pull-md-5 {
- right: 41.666667%;
- }
- .pull-md-6 {
- right: 50%;
- }
- .pull-md-7 {
- right: 58.333333%;
- }
- .pull-md-8 {
- right: 66.666667%;
- }
- .pull-md-9 {
- right: 75%;
- }
- .pull-md-10 {
- right: 83.333333%;
- }
- .pull-md-11 {
- right: 91.666667%;
- }
- .pull-md-12 {
- right: 100%;
- }
- .push-md-0 {
- left: auto;
- }
- .push-md-1 {
- left: 8.333333%;
- }
- .push-md-2 {
- left: 16.666667%;
- }
- .push-md-3 {
- left: 25%;
- }
- .push-md-4 {
- left: 33.333333%;
- }
- .push-md-5 {
- left: 41.666667%;
- }
- .push-md-6 {
- left: 50%;
- }
- .push-md-7 {
- left: 58.333333%;
- }
- .push-md-8 {
- left: 66.666667%;
- }
- .push-md-9 {
- left: 75%;
- }
- .push-md-10 {
- left: 83.333333%;
- }
- .push-md-11 {
- left: 91.666667%;
- }
- .push-md-12 {
- left: 100%;
- }
- .offset-md-0 {
- margin-left: 0%;
- }
- .offset-md-1 {
- margin-left: 8.333333%;
- }
- .offset-md-2 {
- margin-left: 16.666667%;
- }
- .offset-md-3 {
- margin-left: 25%;
- }
- .offset-md-4 {
- margin-left: 33.333333%;
- }
- .offset-md-5 {
- margin-left: 41.666667%;
- }
- .offset-md-6 {
- margin-left: 50%;
- }
- .offset-md-7 {
- margin-left: 58.333333%;
- }
- .offset-md-8 {
- margin-left: 66.666667%;
- }
- .offset-md-9 {
- margin-left: 75%;
- }
- .offset-md-10 {
- margin-left: 83.333333%;
- }
- .offset-md-11 {
- margin-left: 91.666667%;
- }
-}
-
-@media (min-width: 992px) {
- .col-lg {
- -webkit-flex-basis: 0;
- -ms-flex-preferred-size: 0;
- flex-basis: 0;
- -webkit-box-flex: 1;
- -webkit-flex-grow: 1;
- -ms-flex-positive: 1;
- flex-grow: 1;
- max-width: 100%;
- }
- .col-lg-auto {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 auto;
- -ms-flex: 0 0 auto;
- flex: 0 0 auto;
- width: auto;
- }
- .col-lg-1 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 8.333333%;
- -ms-flex: 0 0 8.333333%;
- flex: 0 0 8.333333%;
- max-width: 8.333333%;
- }
- .col-lg-2 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 16.666667%;
- -ms-flex: 0 0 16.666667%;
- flex: 0 0 16.666667%;
- max-width: 16.666667%;
- }
- .col-lg-3 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 25%;
- -ms-flex: 0 0 25%;
- flex: 0 0 25%;
- max-width: 25%;
- }
- .col-lg-4 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 33.333333%;
- -ms-flex: 0 0 33.333333%;
- flex: 0 0 33.333333%;
- max-width: 33.333333%;
- }
- .col-lg-5 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 41.666667%;
- -ms-flex: 0 0 41.666667%;
- flex: 0 0 41.666667%;
- max-width: 41.666667%;
- }
- .col-lg-6 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 50%;
- -ms-flex: 0 0 50%;
- flex: 0 0 50%;
- max-width: 50%;
- }
- .col-lg-7 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 58.333333%;
- -ms-flex: 0 0 58.333333%;
- flex: 0 0 58.333333%;
- max-width: 58.333333%;
- }
- .col-lg-8 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 66.666667%;
- -ms-flex: 0 0 66.666667%;
- flex: 0 0 66.666667%;
- max-width: 66.666667%;
- }
- .col-lg-9 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 75%;
- -ms-flex: 0 0 75%;
- flex: 0 0 75%;
- max-width: 75%;
- }
- .col-lg-10 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 83.333333%;
- -ms-flex: 0 0 83.333333%;
- flex: 0 0 83.333333%;
- max-width: 83.333333%;
- }
- .col-lg-11 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 91.666667%;
- -ms-flex: 0 0 91.666667%;
- flex: 0 0 91.666667%;
- max-width: 91.666667%;
- }
- .col-lg-12 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 100%;
- -ms-flex: 0 0 100%;
- flex: 0 0 100%;
- max-width: 100%;
- }
- .pull-lg-0 {
- right: auto;
- }
- .pull-lg-1 {
- right: 8.333333%;
- }
- .pull-lg-2 {
- right: 16.666667%;
- }
- .pull-lg-3 {
- right: 25%;
- }
- .pull-lg-4 {
- right: 33.333333%;
- }
- .pull-lg-5 {
- right: 41.666667%;
- }
- .pull-lg-6 {
- right: 50%;
- }
- .pull-lg-7 {
- right: 58.333333%;
- }
- .pull-lg-8 {
- right: 66.666667%;
- }
- .pull-lg-9 {
- right: 75%;
- }
- .pull-lg-10 {
- right: 83.333333%;
- }
- .pull-lg-11 {
- right: 91.666667%;
- }
- .pull-lg-12 {
- right: 100%;
- }
- .push-lg-0 {
- left: auto;
- }
- .push-lg-1 {
- left: 8.333333%;
- }
- .push-lg-2 {
- left: 16.666667%;
- }
- .push-lg-3 {
- left: 25%;
- }
- .push-lg-4 {
- left: 33.333333%;
- }
- .push-lg-5 {
- left: 41.666667%;
- }
- .push-lg-6 {
- left: 50%;
- }
- .push-lg-7 {
- left: 58.333333%;
- }
- .push-lg-8 {
- left: 66.666667%;
- }
- .push-lg-9 {
- left: 75%;
- }
- .push-lg-10 {
- left: 83.333333%;
- }
- .push-lg-11 {
- left: 91.666667%;
- }
- .push-lg-12 {
- left: 100%;
- }
- .offset-lg-0 {
- margin-left: 0%;
- }
- .offset-lg-1 {
- margin-left: 8.333333%;
- }
- .offset-lg-2 {
- margin-left: 16.666667%;
- }
- .offset-lg-3 {
- margin-left: 25%;
- }
- .offset-lg-4 {
- margin-left: 33.333333%;
- }
- .offset-lg-5 {
- margin-left: 41.666667%;
- }
- .offset-lg-6 {
- margin-left: 50%;
- }
- .offset-lg-7 {
- margin-left: 58.333333%;
- }
- .offset-lg-8 {
- margin-left: 66.666667%;
- }
- .offset-lg-9 {
- margin-left: 75%;
- }
- .offset-lg-10 {
- margin-left: 83.333333%;
- }
- .offset-lg-11 {
- margin-left: 91.666667%;
- }
-}
-
-@media (min-width: 1200px) {
- .col-xl {
- -webkit-flex-basis: 0;
- -ms-flex-preferred-size: 0;
- flex-basis: 0;
- -webkit-box-flex: 1;
- -webkit-flex-grow: 1;
- -ms-flex-positive: 1;
- flex-grow: 1;
- max-width: 100%;
- }
- .col-xl-auto {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 auto;
- -ms-flex: 0 0 auto;
- flex: 0 0 auto;
- width: auto;
- }
- .col-xl-1 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 8.333333%;
- -ms-flex: 0 0 8.333333%;
- flex: 0 0 8.333333%;
- max-width: 8.333333%;
- }
- .col-xl-2 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 16.666667%;
- -ms-flex: 0 0 16.666667%;
- flex: 0 0 16.666667%;
- max-width: 16.666667%;
- }
- .col-xl-3 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 25%;
- -ms-flex: 0 0 25%;
- flex: 0 0 25%;
- max-width: 25%;
- }
- .col-xl-4 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 33.333333%;
- -ms-flex: 0 0 33.333333%;
- flex: 0 0 33.333333%;
- max-width: 33.333333%;
- }
- .col-xl-5 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 41.666667%;
- -ms-flex: 0 0 41.666667%;
- flex: 0 0 41.666667%;
- max-width: 41.666667%;
- }
- .col-xl-6 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 50%;
- -ms-flex: 0 0 50%;
- flex: 0 0 50%;
- max-width: 50%;
- }
- .col-xl-7 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 58.333333%;
- -ms-flex: 0 0 58.333333%;
- flex: 0 0 58.333333%;
- max-width: 58.333333%;
- }
- .col-xl-8 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 66.666667%;
- -ms-flex: 0 0 66.666667%;
- flex: 0 0 66.666667%;
- max-width: 66.666667%;
- }
- .col-xl-9 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 75%;
- -ms-flex: 0 0 75%;
- flex: 0 0 75%;
- max-width: 75%;
- }
- .col-xl-10 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 83.333333%;
- -ms-flex: 0 0 83.333333%;
- flex: 0 0 83.333333%;
- max-width: 83.333333%;
- }
- .col-xl-11 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 91.666667%;
- -ms-flex: 0 0 91.666667%;
- flex: 0 0 91.666667%;
- max-width: 91.666667%;
- }
- .col-xl-12 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 100%;
- -ms-flex: 0 0 100%;
- flex: 0 0 100%;
- max-width: 100%;
- }
- .pull-xl-0 {
- right: auto;
- }
- .pull-xl-1 {
- right: 8.333333%;
- }
- .pull-xl-2 {
- right: 16.666667%;
- }
- .pull-xl-3 {
- right: 25%;
- }
- .pull-xl-4 {
- right: 33.333333%;
- }
- .pull-xl-5 {
- right: 41.666667%;
- }
- .pull-xl-6 {
- right: 50%;
- }
- .pull-xl-7 {
- right: 58.333333%;
- }
- .pull-xl-8 {
- right: 66.666667%;
- }
- .pull-xl-9 {
- right: 75%;
- }
- .pull-xl-10 {
- right: 83.333333%;
- }
- .pull-xl-11 {
- right: 91.666667%;
- }
- .pull-xl-12 {
- right: 100%;
- }
- .push-xl-0 {
- left: auto;
- }
- .push-xl-1 {
- left: 8.333333%;
- }
- .push-xl-2 {
- left: 16.666667%;
- }
- .push-xl-3 {
- left: 25%;
- }
- .push-xl-4 {
- left: 33.333333%;
- }
- .push-xl-5 {
- left: 41.666667%;
- }
- .push-xl-6 {
- left: 50%;
- }
- .push-xl-7 {
- left: 58.333333%;
- }
- .push-xl-8 {
- left: 66.666667%;
- }
- .push-xl-9 {
- left: 75%;
- }
- .push-xl-10 {
- left: 83.333333%;
- }
- .push-xl-11 {
- left: 91.666667%;
- }
- .push-xl-12 {
- left: 100%;
- }
- .offset-xl-0 {
- margin-left: 0%;
- }
- .offset-xl-1 {
- margin-left: 8.333333%;
- }
- .offset-xl-2 {
- margin-left: 16.666667%;
- }
- .offset-xl-3 {
- margin-left: 25%;
- }
- .offset-xl-4 {
- margin-left: 33.333333%;
- }
- .offset-xl-5 {
- margin-left: 41.666667%;
- }
- .offset-xl-6 {
- margin-left: 50%;
- }
- .offset-xl-7 {
- margin-left: 58.333333%;
- }
- .offset-xl-8 {
- margin-left: 66.666667%;
- }
- .offset-xl-9 {
- margin-left: 75%;
- }
- .offset-xl-10 {
- margin-left: 83.333333%;
- }
- .offset-xl-11 {
- margin-left: 91.666667%;
- }
-}
-
-.table {
- width: 100%;
- max-width: 100%;
- margin-bottom: 1rem;
-}
-
-.table th,
-.table td {
- padding: 0.75rem;
- vertical-align: top;
- border-top: 1px solid #eceeef;
-}
-
-.table thead th {
- vertical-align: bottom;
- border-bottom: 2px solid #eceeef;
-}
-
-.table tbody + tbody {
- border-top: 2px solid #eceeef;
-}
-
-.table .table {
- background-color: #fff;
-}
-
-.table-sm th,
-.table-sm td {
- padding: 0.3rem;
-}
-
-.table-bordered {
- border: 1px solid #eceeef;
-}
-
-.table-bordered th,
-.table-bordered td {
- border: 1px solid #eceeef;
-}
-
-.table-bordered thead th,
-.table-bordered thead td {
- border-bottom-width: 2px;
-}
-
-.table-striped tbody tr:nth-of-type(odd) {
- background-color: rgba(0, 0, 0, 0.05);
-}
-
-.table-hover tbody tr:hover {
- background-color: rgba(0, 0, 0, 0.075);
-}
-
-.table-active,
-.table-active > th,
-.table-active > td {
- background-color: rgba(0, 0, 0, 0.075);
-}
-
-.table-hover .table-active:hover {
- background-color: rgba(0, 0, 0, 0.075);
-}
-
-.table-hover .table-active:hover > td,
-.table-hover .table-active:hover > th {
- background-color: rgba(0, 0, 0, 0.075);
-}
-
-.table-success,
-.table-success > th,
-.table-success > td {
- background-color: #dff0d8;
-}
-
-.table-hover .table-success:hover {
- background-color: #d0e9c6;
-}
-
-.table-hover .table-success:hover > td,
-.table-hover .table-success:hover > th {
- background-color: #d0e9c6;
-}
-
-.table-info,
-.table-info > th,
-.table-info > td {
- background-color: #d9edf7;
-}
-
-.table-hover .table-info:hover {
- background-color: #c4e3f3;
-}
-
-.table-hover .table-info:hover > td,
-.table-hover .table-info:hover > th {
- background-color: #c4e3f3;
-}
-
-.table-warning,
-.table-warning > th,
-.table-warning > td {
- background-color: #fcf8e3;
-}
-
-.table-hover .table-warning:hover {
- background-color: #faf2cc;
-}
-
-.table-hover .table-warning:hover > td,
-.table-hover .table-warning:hover > th {
- background-color: #faf2cc;
-}
-
-.table-danger,
-.table-danger > th,
-.table-danger > td {
- background-color: #f2dede;
-}
-
-.table-hover .table-danger:hover {
- background-color: #ebcccc;
-}
-
-.table-hover .table-danger:hover > td,
-.table-hover .table-danger:hover > th {
- background-color: #ebcccc;
-}
-
-.thead-inverse th {
- color: #fff;
- background-color: #292b2c;
-}
-
-.thead-default th {
- color: #464a4c;
- background-color: #eceeef;
-}
-
-.table-inverse {
- color: #fff;
- background-color: #292b2c;
-}
-
-.table-inverse th,
-.table-inverse td,
-.table-inverse thead th {
- border-color: #fff;
-}
-
-.table-inverse.table-bordered {
- border: 0;
-}
-
-.table-responsive {
- display: block;
- width: 100%;
- overflow-x: auto;
- -ms-overflow-style: -ms-autohiding-scrollbar;
-}
-
-.table-responsive.table-bordered {
- border: 0;
-}
-
-.form-control {
- display: block;
- width: 100%;
- padding: 0.5rem 0.75rem;
- font-size: 1rem;
- line-height: 1.25;
- color: #464a4c;
- background-color: #fff;
- background-image: none;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0.25rem;
- -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
- transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
- -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
- transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
- transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
-}
-
-.form-control::-ms-expand {
- background-color: transparent;
- border: 0;
-}
-
-.form-control:focus {
- color: #464a4c;
- background-color: #fff;
- border-color: #5cb3fd;
- outline: none;
-}
-
-.form-control::-webkit-input-placeholder {
- color: #636c72;
- opacity: 1;
-}
-
-.form-control::-moz-placeholder {
- color: #636c72;
- opacity: 1;
-}
-
-.form-control:-ms-input-placeholder {
- color: #636c72;
- opacity: 1;
-}
-
-.form-control::placeholder {
- color: #636c72;
- opacity: 1;
-}
-
-.form-control:disabled, .form-control[readonly] {
- background-color: #eceeef;
- opacity: 1;
-}
-
-.form-control:disabled {
- cursor: not-allowed;
-}
-
-select.form-control:not([size]):not([multiple]) {
- height: calc(2.25rem + 2px);
-}
-
-select.form-control:focus::-ms-value {
- color: #464a4c;
- background-color: #fff;
-}
-
-.form-control-file,
-.form-control-range {
- display: block;
-}
-
-.col-form-label {
- padding-top: calc(0.5rem - 1px * 2);
- padding-bottom: calc(0.5rem - 1px * 2);
- margin-bottom: 0;
-}
-
-.col-form-label-lg {
- padding-top: calc(0.75rem - 1px * 2);
- padding-bottom: calc(0.75rem - 1px * 2);
- font-size: 1.25rem;
-}
-
-.col-form-label-sm {
- padding-top: calc(0.25rem - 1px * 2);
- padding-bottom: calc(0.25rem - 1px * 2);
- font-size: 0.875rem;
-}
-
-.col-form-legend {
- padding-top: 0.5rem;
- padding-bottom: 0.5rem;
- margin-bottom: 0;
- font-size: 1rem;
-}
-
-.form-control-static {
- padding-top: 0.5rem;
- padding-bottom: 0.5rem;
- margin-bottom: 0;
- line-height: 1.25;
- border: solid transparent;
- border-width: 1px 0;
-}
-
-.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
-.input-group-sm > .form-control-static.input-group-addon,
-.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
-.input-group-lg > .form-control-static.input-group-addon,
-.input-group-lg > .input-group-btn > .form-control-static.btn {
- padding-right: 0;
- padding-left: 0;
-}
-
-.form-control-sm, .input-group-sm > .form-control,
-.input-group-sm > .input-group-addon,
-.input-group-sm > .input-group-btn > .btn {
- padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
- border-radius: 0.2rem;
-}
-
-select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
-.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
-.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
- height: 1.8125rem;
-}
-
-.form-control-lg, .input-group-lg > .form-control,
-.input-group-lg > .input-group-addon,
-.input-group-lg > .input-group-btn > .btn {
- padding: 0.75rem 1.5rem;
- font-size: 1.25rem;
- border-radius: 0.3rem;
-}
-
-select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
-.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
-.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
- height: 3.166667rem;
-}
-
-.form-group {
- margin-bottom: 1rem;
-}
-
-.form-text {
- display: block;
- margin-top: 0.25rem;
-}
-
-.form-check {
- position: relative;
- display: block;
- margin-bottom: 0.5rem;
-}
-
-.form-check.disabled .form-check-label {
- color: #636c72;
- cursor: not-allowed;
-}
-
-.form-check-label {
- padding-left: 1.25rem;
- margin-bottom: 0;
- cursor: pointer;
-}
-
-.form-check-input {
- position: absolute;
- margin-top: 0.25rem;
- margin-left: -1.25rem;
-}
-
-.form-check-input:only-child {
- position: static;
-}
-
-.form-check-inline {
- display: inline-block;
-}
-
-.form-check-inline .form-check-label {
- vertical-align: middle;
-}
-
-.form-check-inline + .form-check-inline {
- margin-left: 0.75rem;
-}
-
-.form-control-feedback {
- margin-top: 0.25rem;
-}
-
-.form-control-success,
-.form-control-warning,
-.form-control-danger {
- padding-right: 2.25rem;
- background-repeat: no-repeat;
- background-position: center right 0.5625rem;
- -webkit-background-size: 1.125rem 1.125rem;
- background-size: 1.125rem 1.125rem;
-}
-
-.has-success .form-control-feedback,
-.has-success .form-control-label,
-.has-success .col-form-label,
-.has-success .form-check-label,
-.has-success .custom-control {
- color: #5cb85c;
-}
-
-.has-success .form-control {
- border-color: #5cb85c;
-}
-
-.has-success .input-group-addon {
- color: #5cb85c;
- border-color: #5cb85c;
- background-color: #eaf6ea;
-}
-
-.has-success .form-control-success {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
-}
-
-.has-warning .form-control-feedback,
-.has-warning .form-control-label,
-.has-warning .col-form-label,
-.has-warning .form-check-label,
-.has-warning .custom-control {
- color: #f0ad4e;
-}
-
-.has-warning .form-control {
- border-color: #f0ad4e;
-}
-
-.has-warning .input-group-addon {
- color: #f0ad4e;
- border-color: #f0ad4e;
- background-color: white;
-}
-
-.has-warning .form-control-warning {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
-}
-
-.has-danger .form-control-feedback,
-.has-danger .form-control-label,
-.has-danger .col-form-label,
-.has-danger .form-check-label,
-.has-danger .custom-control {
- color: #d9534f;
-}
-
-.has-danger .form-control {
- border-color: #d9534f;
-}
-
-.has-danger .input-group-addon {
- color: #d9534f;
- border-color: #d9534f;
- background-color: #fdf7f7;
-}
-
-.has-danger .form-control-danger {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
-}
-
-.form-inline {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-flow: row wrap;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
-}
-
-.form-inline .form-check {
- width: 100%;
-}
-
-@media (min-width: 576px) {
- .form-inline label {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- margin-bottom: 0;
- }
- .form-inline .form-group {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 auto;
- -ms-flex: 0 0 auto;
- flex: 0 0 auto;
- -webkit-flex-flow: row wrap;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- margin-bottom: 0;
- }
- .form-inline .form-control {
- display: inline-block;
- width: auto;
- vertical-align: middle;
- }
- .form-inline .form-control-static {
- display: inline-block;
- }
- .form-inline .input-group {
- width: auto;
- }
- .form-inline .form-control-label {
- margin-bottom: 0;
- vertical-align: middle;
- }
- .form-inline .form-check {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- width: auto;
- margin-top: 0;
- margin-bottom: 0;
- }
- .form-inline .form-check-label {
- padding-left: 0;
- }
- .form-inline .form-check-input {
- position: relative;
- margin-top: 0;
- margin-right: 0.25rem;
- margin-left: 0;
- }
- .form-inline .custom-control {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- padding-left: 0;
- }
- .form-inline .custom-control-indicator {
- position: static;
- display: inline-block;
- margin-right: 0.25rem;
- vertical-align: text-bottom;
- }
- .form-inline .has-feedback .form-control-feedback {
- top: 0;
- }
-}
-
-.btn {
- display: inline-block;
- font-weight: normal;
- line-height: 1.25;
- text-align: center;
- white-space: nowrap;
- vertical-align: middle;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- border: 1px solid transparent;
- padding: 0.5rem 1rem;
- font-size: 1rem;
- border-radius: 0.25rem;
- -webkit-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
-}
-
-.btn:focus, .btn:hover {
- text-decoration: none;
-}
-
-.btn:focus, .btn.focus {
- outline: 0;
- -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
- box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
-}
-
-.btn.disabled, .btn:disabled {
- cursor: not-allowed;
- opacity: .65;
-}
-
-.btn:active, .btn.active {
- background-image: none;
-}
-
-a.btn.disabled,
-fieldset[disabled] a.btn {
- pointer-events: none;
-}
-
-.btn-primary {
- color: #fff;
- background-color: #0275d8;
- border-color: #0275d8;
-}
-
-.btn-primary:hover {
- color: #fff;
- background-color: #025aa5;
- border-color: #01549b;
-}
-
-.btn-primary:focus, .btn-primary.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
- box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
-}
-
-.btn-primary.disabled, .btn-primary:disabled {
- background-color: #0275d8;
- border-color: #0275d8;
-}
-
-.btn-primary:active, .btn-primary.active,
-.show > .btn-primary.dropdown-toggle {
- color: #fff;
- background-color: #025aa5;
- background-image: none;
- border-color: #01549b;
-}
-
-.btn-secondary {
- color: #292b2c;
- background-color: #fff;
- border-color: #ccc;
-}
-
-.btn-secondary:hover {
- color: #292b2c;
- background-color: #e6e6e6;
- border-color: #adadad;
-}
-
-.btn-secondary:focus, .btn-secondary.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
- box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
-}
-
-.btn-secondary.disabled, .btn-secondary:disabled {
- background-color: #fff;
- border-color: #ccc;
-}
-
-.btn-secondary:active, .btn-secondary.active,
-.show > .btn-secondary.dropdown-toggle {
- color: #292b2c;
- background-color: #e6e6e6;
- background-image: none;
- border-color: #adadad;
-}
-
-.btn-info {
- color: #fff;
- background-color: #5bc0de;
- border-color: #5bc0de;
-}
-
-.btn-info:hover {
- color: #fff;
- background-color: #31b0d5;
- border-color: #2aabd2;
-}
-
-.btn-info:focus, .btn-info.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
- box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
-}
-
-.btn-info.disabled, .btn-info:disabled {
- background-color: #5bc0de;
- border-color: #5bc0de;
-}
-
-.btn-info:active, .btn-info.active,
-.show > .btn-info.dropdown-toggle {
- color: #fff;
- background-color: #31b0d5;
- background-image: none;
- border-color: #2aabd2;
-}
-
-.btn-success {
- color: #fff;
- background-color: #5cb85c;
- border-color: #5cb85c;
-}
-
-.btn-success:hover {
- color: #fff;
- background-color: #449d44;
- border-color: #419641;
-}
-
-.btn-success:focus, .btn-success.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
- box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
-}
-
-.btn-success.disabled, .btn-success:disabled {
- background-color: #5cb85c;
- border-color: #5cb85c;
-}
-
-.btn-success:active, .btn-success.active,
-.show > .btn-success.dropdown-toggle {
- color: #fff;
- background-color: #449d44;
- background-image: none;
- border-color: #419641;
-}
-
-.btn-warning {
- color: #fff;
- background-color: #f0ad4e;
- border-color: #f0ad4e;
-}
-
-.btn-warning:hover {
- color: #fff;
- background-color: #ec971f;
- border-color: #eb9316;
-}
-
-.btn-warning:focus, .btn-warning.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
- box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
-}
-
-.btn-warning.disabled, .btn-warning:disabled {
- background-color: #f0ad4e;
- border-color: #f0ad4e;
-}
-
-.btn-warning:active, .btn-warning.active,
-.show > .btn-warning.dropdown-toggle {
- color: #fff;
- background-color: #ec971f;
- background-image: none;
- border-color: #eb9316;
-}
-
-.btn-danger {
- color: #fff;
- background-color: #d9534f;
- border-color: #d9534f;
-}
-
-.btn-danger:hover {
- color: #fff;
- background-color: #c9302c;
- border-color: #c12e2a;
-}
-
-.btn-danger:focus, .btn-danger.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
- box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
-}
-
-.btn-danger.disabled, .btn-danger:disabled {
- background-color: #d9534f;
- border-color: #d9534f;
-}
-
-.btn-danger:active, .btn-danger.active,
-.show > .btn-danger.dropdown-toggle {
- color: #fff;
- background-color: #c9302c;
- background-image: none;
- border-color: #c12e2a;
-}
-
-.btn-outline-primary {
- color: #0275d8;
- background-image: none;
- background-color: transparent;
- border-color: #0275d8;
-}
-
-.btn-outline-primary:hover {
- color: #fff;
- background-color: #0275d8;
- border-color: #0275d8;
-}
-
-.btn-outline-primary:focus, .btn-outline-primary.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
- box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
-}
-
-.btn-outline-primary.disabled, .btn-outline-primary:disabled {
- color: #0275d8;
- background-color: transparent;
-}
-
-.btn-outline-primary:active, .btn-outline-primary.active,
-.show > .btn-outline-primary.dropdown-toggle {
- color: #fff;
- background-color: #0275d8;
- border-color: #0275d8;
-}
-
-.btn-outline-secondary {
- color: #ccc;
- background-image: none;
- background-color: transparent;
- border-color: #ccc;
-}
-
-.btn-outline-secondary:hover {
- color: #fff;
- background-color: #ccc;
- border-color: #ccc;
-}
-
-.btn-outline-secondary:focus, .btn-outline-secondary.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
- box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
-}
-
-.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
- color: #ccc;
- background-color: transparent;
-}
-
-.btn-outline-secondary:active, .btn-outline-secondary.active,
-.show > .btn-outline-secondary.dropdown-toggle {
- color: #fff;
- background-color: #ccc;
- border-color: #ccc;
-}
-
-.btn-outline-info {
- color: #5bc0de;
- background-image: none;
- background-color: transparent;
- border-color: #5bc0de;
-}
-
-.btn-outline-info:hover {
- color: #fff;
- background-color: #5bc0de;
- border-color: #5bc0de;
-}
-
-.btn-outline-info:focus, .btn-outline-info.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
- box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
-}
-
-.btn-outline-info.disabled, .btn-outline-info:disabled {
- color: #5bc0de;
- background-color: transparent;
-}
-
-.btn-outline-info:active, .btn-outline-info.active,
-.show > .btn-outline-info.dropdown-toggle {
- color: #fff;
- background-color: #5bc0de;
- border-color: #5bc0de;
-}
-
-.btn-outline-success {
- color: #5cb85c;
- background-image: none;
- background-color: transparent;
- border-color: #5cb85c;
-}
-
-.btn-outline-success:hover {
- color: #fff;
- background-color: #5cb85c;
- border-color: #5cb85c;
-}
-
-.btn-outline-success:focus, .btn-outline-success.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
- box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
-}
-
-.btn-outline-success.disabled, .btn-outline-success:disabled {
- color: #5cb85c;
- background-color: transparent;
-}
-
-.btn-outline-success:active, .btn-outline-success.active,
-.show > .btn-outline-success.dropdown-toggle {
- color: #fff;
- background-color: #5cb85c;
- border-color: #5cb85c;
-}
-
-.btn-outline-warning {
- color: #f0ad4e;
- background-image: none;
- background-color: transparent;
- border-color: #f0ad4e;
-}
-
-.btn-outline-warning:hover {
- color: #fff;
- background-color: #f0ad4e;
- border-color: #f0ad4e;
-}
-
-.btn-outline-warning:focus, .btn-outline-warning.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
- box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
-}
-
-.btn-outline-warning.disabled, .btn-outline-warning:disabled {
- color: #f0ad4e;
- background-color: transparent;
-}
-
-.btn-outline-warning:active, .btn-outline-warning.active,
-.show > .btn-outline-warning.dropdown-toggle {
- color: #fff;
- background-color: #f0ad4e;
- border-color: #f0ad4e;
-}
-
-.btn-outline-danger {
- color: #d9534f;
- background-image: none;
- background-color: transparent;
- border-color: #d9534f;
-}
-
-.btn-outline-danger:hover {
- color: #fff;
- background-color: #d9534f;
- border-color: #d9534f;
-}
-
-.btn-outline-danger:focus, .btn-outline-danger.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
- box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
-}
-
-.btn-outline-danger.disabled, .btn-outline-danger:disabled {
- color: #d9534f;
- background-color: transparent;
-}
-
-.btn-outline-danger:active, .btn-outline-danger.active,
-.show > .btn-outline-danger.dropdown-toggle {
- color: #fff;
- background-color: #d9534f;
- border-color: #d9534f;
-}
-
-.btn-link {
- font-weight: normal;
- color: #0275d8;
- border-radius: 0;
-}
-
-.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
- background-color: transparent;
-}
-
-.btn-link, .btn-link:focus, .btn-link:active {
- border-color: transparent;
-}
-
-.btn-link:hover {
- border-color: transparent;
-}
-
-.btn-link:focus, .btn-link:hover {
- color: #014c8c;
- text-decoration: underline;
- background-color: transparent;
-}
-
-.btn-link:disabled {
- color: #636c72;
-}
-
-.btn-link:disabled:focus, .btn-link:disabled:hover {
- text-decoration: none;
-}
-
-.btn-lg, .btn-group-lg > .btn {
- padding: 0.75rem 1.5rem;
- font-size: 1.25rem;
- border-radius: 0.3rem;
-}
-
-.btn-sm, .btn-group-sm > .btn {
- padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
- border-radius: 0.2rem;
-}
-
-.btn-block {
- display: block;
- width: 100%;
-}
-
-.btn-block + .btn-block {
- margin-top: 0.5rem;
-}
-
-input[type="submit"].btn-block,
-input[type="reset"].btn-block,
-input[type="button"].btn-block {
- width: 100%;
-}
-
-.fade {
- opacity: 0;
- -webkit-transition: opacity 0.15s linear;
- -o-transition: opacity 0.15s linear;
- transition: opacity 0.15s linear;
-}
-
-.fade.show {
- opacity: 1;
-}
-
-.collapse {
- display: none;
-}
-
-.collapse.show {
- display: block;
-}
-
-tr.collapse.show {
- display: table-row;
-}
-
-tbody.collapse.show {
- display: table-row-group;
-}
-
-.collapsing {
- position: relative;
- height: 0;
- overflow: hidden;
- -webkit-transition: height 0.35s ease;
- -o-transition: height 0.35s ease;
- transition: height 0.35s ease;
-}
-
-.dropup,
-.dropdown {
- position: relative;
-}
-
-.dropdown-toggle::after {
- display: inline-block;
- width: 0;
- height: 0;
- margin-left: 0.3em;
- vertical-align: middle;
- content: "";
- border-top: 0.3em solid;
- border-right: 0.3em solid transparent;
- border-left: 0.3em solid transparent;
-}
-
-.dropdown-toggle:focus {
- outline: 0;
-}
-
-.dropup .dropdown-toggle::after {
- border-top: 0;
- border-bottom: 0.3em solid;
-}
-
-.dropdown-menu {
- position: absolute;
- top: 100%;
- left: 0;
- z-index: 1000;
- display: none;
- float: left;
- min-width: 10rem;
- padding: 0.5rem 0;
- margin: 0.125rem 0 0;
- font-size: 1rem;
- color: #292b2c;
- text-align: left;
- list-style: none;
- background-color: #fff;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0.25rem;
-}
-
-.dropdown-divider {
- height: 1px;
- margin: 0.5rem 0;
- overflow: hidden;
- background-color: #eceeef;
-}
-
-.dropdown-item {
- display: block;
- width: 100%;
- padding: 3px 1.5rem;
- clear: both;
- font-weight: normal;
- color: #292b2c;
- text-align: inherit;
- white-space: nowrap;
- background: none;
- border: 0;
-}
-
-.dropdown-item:focus, .dropdown-item:hover {
- color: #1d1e1f;
- text-decoration: none;
- background-color: #f7f7f9;
-}
-
-.dropdown-item.active, .dropdown-item:active {
- color: #fff;
- text-decoration: none;
- background-color: #0275d8;
-}
-
-.dropdown-item.disabled, .dropdown-item:disabled {
- color: #636c72;
- cursor: not-allowed;
- background-color: transparent;
-}
-
-.show > .dropdown-menu {
- display: block;
-}
-
-.show > a {
- outline: 0;
-}
-
-.dropdown-menu-right {
- right: 0;
- left: auto;
-}
-
-.dropdown-menu-left {
- right: auto;
- left: 0;
-}
-
-.dropdown-header {
- display: block;
- padding: 0.5rem 1.5rem;
- margin-bottom: 0;
- font-size: 0.875rem;
- color: #636c72;
- white-space: nowrap;
-}
-
-.dropdown-backdrop {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 990;
-}
-
-.dropup .dropdown-menu {
- top: auto;
- bottom: 100%;
- margin-bottom: 0.125rem;
-}
-
-.btn-group,
-.btn-group-vertical {
- position: relative;
- display: -webkit-inline-box;
- display: -webkit-inline-flex;
- display: -ms-inline-flexbox;
- display: inline-flex;
- vertical-align: middle;
-}
-
-.btn-group > .btn,
-.btn-group-vertical > .btn {
- position: relative;
- -webkit-box-flex: 0;
- -webkit-flex: 0 1 auto;
- -ms-flex: 0 1 auto;
- flex: 0 1 auto;
-}
-
-.btn-group > .btn:hover,
-.btn-group-vertical > .btn:hover {
- z-index: 2;
-}
-
-.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
-.btn-group-vertical > .btn:focus,
-.btn-group-vertical > .btn:active,
-.btn-group-vertical > .btn.active {
- z-index: 2;
-}
-
-.btn-group .btn + .btn,
-.btn-group .btn + .btn-group,
-.btn-group .btn-group + .btn,
-.btn-group .btn-group + .btn-group,
-.btn-group-vertical .btn + .btn,
-.btn-group-vertical .btn + .btn-group,
-.btn-group-vertical .btn-group + .btn,
-.btn-group-vertical .btn-group + .btn-group {
- margin-left: -1px;
-}
-
-.btn-toolbar {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: start;
- -webkit-justify-content: flex-start;
- -ms-flex-pack: start;
- justify-content: flex-start;
-}
-
-.btn-toolbar .input-group {
- width: auto;
-}
-
-.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
- border-radius: 0;
-}
-
-.btn-group > .btn:first-child {
- margin-left: 0;
-}
-
-.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
-}
-
-.btn-group > .btn:last-child:not(:first-child),
-.btn-group > .dropdown-toggle:not(:first-child) {
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
-}
-
-.btn-group > .btn-group {
- float: left;
-}
-
-.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
- border-radius: 0;
-}
-
-.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
-.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
-}
-
-.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
-}
-
-.btn-group .dropdown-toggle:active,
-.btn-group.open .dropdown-toggle {
- outline: 0;
-}
-
-.btn + .dropdown-toggle-split {
- padding-right: 0.75rem;
- padding-left: 0.75rem;
-}
-
-.btn + .dropdown-toggle-split::after {
- margin-left: 0;
-}
-
-.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
- padding-right: 0.375rem;
- padding-left: 0.375rem;
-}
-
-.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
- padding-right: 1.125rem;
- padding-left: 1.125rem;
-}
-
-.btn-group-vertical {
- display: -webkit-inline-box;
- display: -webkit-inline-flex;
- display: -ms-inline-flexbox;
- display: inline-flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: start;
- -webkit-align-items: flex-start;
- -ms-flex-align: start;
- align-items: flex-start;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
-}
-
-.btn-group-vertical .btn,
-.btn-group-vertical .btn-group {
- width: 100%;
-}
-
-.btn-group-vertical > .btn + .btn,
-.btn-group-vertical > .btn + .btn-group,
-.btn-group-vertical > .btn-group + .btn,
-.btn-group-vertical > .btn-group + .btn-group {
- margin-top: -1px;
- margin-left: 0;
-}
-
-.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
- border-radius: 0;
-}
-
-.btn-group-vertical > .btn:first-child:not(:last-child) {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-
-.btn-group-vertical > .btn:last-child:not(:first-child) {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
-}
-
-.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
- border-radius: 0;
-}
-
-.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
-.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-
-.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
-}
-
-[data-toggle="buttons"] > .btn input[type="radio"],
-[data-toggle="buttons"] > .btn input[type="checkbox"],
-[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
-[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
- position: absolute;
- clip: rect(0, 0, 0, 0);
- pointer-events: none;
-}
-
-.input-group {
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- width: 100%;
-}
-
-.input-group .form-control {
- position: relative;
- z-index: 2;
- -webkit-box-flex: 1;
- -webkit-flex: 1 1 auto;
- -ms-flex: 1 1 auto;
- flex: 1 1 auto;
- width: 1%;
- margin-bottom: 0;
-}
-
-.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
- z-index: 3;
-}
-
-.input-group-addon,
-.input-group-btn,
-.input-group .form-control {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
-}
-
-.input-group-addon:not(:first-child):not(:last-child),
-.input-group-btn:not(:first-child):not(:last-child),
-.input-group .form-control:not(:first-child):not(:last-child) {
- border-radius: 0;
-}
-
-.input-group-addon,
-.input-group-btn {
- white-space: nowrap;
- vertical-align: middle;
-}
-
-.input-group-addon {
- padding: 0.5rem 0.75rem;
- margin-bottom: 0;
- font-size: 1rem;
- font-weight: normal;
- line-height: 1.25;
- color: #464a4c;
- text-align: center;
- background-color: #eceeef;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0.25rem;
-}
-
-.input-group-addon.form-control-sm,
-.input-group-sm > .input-group-addon,
-.input-group-sm > .input-group-btn > .input-group-addon.btn {
- padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
- border-radius: 0.2rem;
-}
-
-.input-group-addon.form-control-lg,
-.input-group-lg > .input-group-addon,
-.input-group-lg > .input-group-btn > .input-group-addon.btn {
- padding: 0.75rem 1.5rem;
- font-size: 1.25rem;
- border-radius: 0.3rem;
-}
-
-.input-group-addon input[type="radio"],
-.input-group-addon input[type="checkbox"] {
- margin-top: 0;
-}
-
-.input-group .form-control:not(:last-child),
-.input-group-addon:not(:last-child),
-.input-group-btn:not(:last-child) > .btn,
-.input-group-btn:not(:last-child) > .btn-group > .btn,
-.input-group-btn:not(:last-child) > .dropdown-toggle,
-.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
-.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
-}
-
-.input-group-addon:not(:last-child) {
- border-right: 0;
-}
-
-.input-group .form-control:not(:first-child),
-.input-group-addon:not(:first-child),
-.input-group-btn:not(:first-child) > .btn,
-.input-group-btn:not(:first-child) > .btn-group > .btn,
-.input-group-btn:not(:first-child) > .dropdown-toggle,
-.input-group-btn:not(:last-child) > .btn:not(:first-child),
-.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
-}
-
-.form-control + .input-group-addon:not(:first-child) {
- border-left: 0;
-}
-
-.input-group-btn {
- position: relative;
- font-size: 0;
- white-space: nowrap;
-}
-
-.input-group-btn > .btn {
- position: relative;
- -webkit-box-flex: 1;
- -webkit-flex: 1 1 0%;
- -ms-flex: 1 1 0%;
- flex: 1 1 0%;
-}
-
-.input-group-btn > .btn + .btn {
- margin-left: -1px;
-}
-
-.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
- z-index: 3;
-}
-
-.input-group-btn:not(:last-child) > .btn,
-.input-group-btn:not(:last-child) > .btn-group {
- margin-right: -1px;
-}
-
-.input-group-btn:not(:first-child) > .btn,
-.input-group-btn:not(:first-child) > .btn-group {
- z-index: 2;
- margin-left: -1px;
-}
-
-.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
-.input-group-btn:not(:first-child) > .btn-group:focus,
-.input-group-btn:not(:first-child) > .btn-group:active,
-.input-group-btn:not(:first-child) > .btn-group:hover {
- z-index: 3;
-}
-
-.custom-control {
- position: relative;
- display: -webkit-inline-box;
- display: -webkit-inline-flex;
- display: -ms-inline-flexbox;
- display: inline-flex;
- min-height: 1.5rem;
- padding-left: 1.5rem;
- margin-right: 1rem;
- cursor: pointer;
-}
-
-.custom-control-input {
- position: absolute;
- z-index: -1;
- opacity: 0;
-}
-
-.custom-control-input:checked ~ .custom-control-indicator {
- color: #fff;
- background-color: #0275d8;
-}
-
-.custom-control-input:focus ~ .custom-control-indicator {
- -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
- box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
-}
-
-.custom-control-input:active ~ .custom-control-indicator {
- color: #fff;
- background-color: #8fcafe;
-}
-
-.custom-control-input:disabled ~ .custom-control-indicator {
- cursor: not-allowed;
- background-color: #eceeef;
-}
-
-.custom-control-input:disabled ~ .custom-control-description {
- color: #636c72;
- cursor: not-allowed;
-}
-
-.custom-control-indicator {
- position: absolute;
- top: 0.25rem;
- left: 0;
- display: block;
- width: 1rem;
- height: 1rem;
- pointer-events: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- background-color: #ddd;
- background-repeat: no-repeat;
- background-position: center center;
- -webkit-background-size: 50% 50%;
- background-size: 50% 50%;
-}
-
-.custom-checkbox .custom-control-indicator {
- border-radius: 0.25rem;
-}
-
-.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
-}
-
-.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
- background-color: #0275d8;
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
-}
-
-.custom-radio .custom-control-indicator {
- border-radius: 50%;
-}
-
-.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
-}
-
-.custom-controls-stacked {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
-}
-
-.custom-controls-stacked .custom-control {
- margin-bottom: 0.25rem;
-}
-
-.custom-controls-stacked .custom-control + .custom-control {
- margin-left: 0;
-}
-
-.custom-select {
- display: inline-block;
- max-width: 100%;
- height: calc(2.25rem + 2px);
- padding: 0.375rem 1.75rem 0.375rem 0.75rem;
- line-height: 1.25;
- color: #464a4c;
- vertical-align: middle;
- background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
- -webkit-background-size: 8px 10px;
- background-size: 8px 10px;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0.25rem;
- -moz-appearance: none;
- -webkit-appearance: none;
-}
-
-.custom-select:focus {
- border-color: #5cb3fd;
- outline: none;
-}
-
-.custom-select:focus::-ms-value {
- color: #464a4c;
- background-color: #fff;
-}
-
-.custom-select:disabled {
- color: #636c72;
- cursor: not-allowed;
- background-color: #eceeef;
-}
-
-.custom-select::-ms-expand {
- opacity: 0;
-}
-
-.custom-select-sm {
- padding-top: 0.375rem;
- padding-bottom: 0.375rem;
- font-size: 75%;
-}
-
-.custom-file {
- position: relative;
- display: inline-block;
- max-width: 100%;
- height: 2.5rem;
- margin-bottom: 0;
- cursor: pointer;
-}
-
-.custom-file-input {
- min-width: 14rem;
- max-width: 100%;
- height: 2.5rem;
- margin: 0;
- filter: alpha(opacity=0);
- opacity: 0;
-}
-
-.custom-file-control {
- position: absolute;
- top: 0;
- right: 0;
- left: 0;
- z-index: 5;
- height: 2.5rem;
- padding: 0.5rem 1rem;
- line-height: 1.5;
- color: #464a4c;
- pointer-events: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- background-color: #fff;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0.25rem;
-}
-
-.custom-file-control:lang(en)::after {
- content: "Choose file...";
-}
-
-.custom-file-control::before {
- position: absolute;
- top: -1px;
- right: -1px;
- bottom: -1px;
- z-index: 6;
- display: block;
- height: 2.5rem;
- padding: 0.5rem 1rem;
- line-height: 1.5;
- color: #464a4c;
- background-color: #eceeef;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0 0.25rem 0.25rem 0;
-}
-
-.custom-file-control:lang(en)::before {
- content: "Browse";
-}
-
-.nav {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- padding-left: 0;
- margin-bottom: 0;
- list-style: none;
-}
-
-.nav-link {
- display: block;
- padding: 0.5em 1em;
-}
-
-.nav-link:focus, .nav-link:hover {
- text-decoration: none;
-}
-
-.nav-link.disabled {
- color: #636c72;
- cursor: not-allowed;
-}
-
-.nav-tabs {
- border-bottom: 1px solid #ddd;
-}
-
-.nav-tabs .nav-item {
- margin-bottom: -1px;
-}
-
-.nav-tabs .nav-link {
- border: 1px solid transparent;
- border-top-right-radius: 0.25rem;
- border-top-left-radius: 0.25rem;
-}
-
-.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
- border-color: #eceeef #eceeef #ddd;
-}
-
-.nav-tabs .nav-link.disabled {
- color: #636c72;
- background-color: transparent;
- border-color: transparent;
-}
-
-.nav-tabs .nav-link.active,
-.nav-tabs .nav-item.show .nav-link {
- color: #464a4c;
- background-color: #fff;
- border-color: #ddd #ddd #fff;
-}
-
-.nav-tabs .dropdown-menu {
- margin-top: -1px;
- border-top-right-radius: 0;
- border-top-left-radius: 0;
-}
-
-.nav-pills .nav-link {
- border-radius: 0.25rem;
-}
-
-.nav-pills .nav-link.active,
-.nav-pills .nav-item.show .nav-link {
- color: #fff;
- cursor: default;
- background-color: #0275d8;
-}
-
-.nav-fill .nav-item {
- -webkit-box-flex: 1;
- -webkit-flex: 1 1 auto;
- -ms-flex: 1 1 auto;
- flex: 1 1 auto;
- text-align: center;
-}
-
-.nav-justified .nav-item {
- -webkit-box-flex: 1;
- -webkit-flex: 1 1 100%;
- -ms-flex: 1 1 100%;
- flex: 1 1 100%;
- text-align: center;
-}
-
-.tab-content > .tab-pane {
- display: none;
-}
-
-.tab-content > .active {
- display: block;
-}
-
-.navbar {
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- padding: 0.5rem 1rem;
-}
-
-.navbar-brand {
- display: inline-block;
- padding-top: .25rem;
- padding-bottom: .25rem;
- margin-right: 1rem;
- font-size: 1.25rem;
- line-height: inherit;
- white-space: nowrap;
-}
-
-.navbar-brand:focus, .navbar-brand:hover {
- text-decoration: none;
-}
-
-.navbar-nav {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- padding-left: 0;
- margin-bottom: 0;
- list-style: none;
-}
-
-.navbar-nav .nav-link {
- padding-right: 0;
- padding-left: 0;
-}
-
-.navbar-text {
- display: inline-block;
- padding-top: .425rem;
- padding-bottom: .425rem;
-}
-
-.navbar-toggler {
- -webkit-align-self: flex-start;
- -ms-flex-item-align: start;
- align-self: flex-start;
- padding: 0.25rem 0.75rem;
- font-size: 1.25rem;
- line-height: 1;
- background: transparent;
- border: 1px solid transparent;
- border-radius: 0.25rem;
-}
-
-.navbar-toggler:focus, .navbar-toggler:hover {
- text-decoration: none;
-}
-
-.navbar-toggler-icon {
- display: inline-block;
- width: 1.5em;
- height: 1.5em;
- vertical-align: middle;
- content: "";
- background: no-repeat center center;
- -webkit-background-size: 100% 100%;
- background-size: 100% 100%;
-}
-
-.navbar-toggler-left {
- position: absolute;
- left: 1rem;
-}
-
-.navbar-toggler-right {
- position: absolute;
- right: 1rem;
-}
-
-@media (max-width: 575px) {
- .navbar-toggleable .navbar-nav .dropdown-menu {
- position: static;
- float: none;
- }
- .navbar-toggleable > .container {
- padding-right: 0;
- padding-left: 0;
- }
-}
-
-@media (min-width: 576px) {
- .navbar-toggleable {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .navbar-toggleable .navbar-nav {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- }
- .navbar-toggleable .navbar-nav .nav-link {
- padding-right: .5rem;
- padding-left: .5rem;
- }
- .navbar-toggleable > .container {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .navbar-toggleable .navbar-collapse {
- display: -webkit-box !important;
- display: -webkit-flex !important;
- display: -ms-flexbox !important;
- display: flex !important;
- width: 100%;
- }
- .navbar-toggleable .navbar-toggler {
- display: none;
- }
-}
-
-@media (max-width: 767px) {
- .navbar-toggleable-sm .navbar-nav .dropdown-menu {
- position: static;
- float: none;
- }
- .navbar-toggleable-sm > .container {
- padding-right: 0;
- padding-left: 0;
- }
-}
-
-@media (min-width: 768px) {
- .navbar-toggleable-sm {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .navbar-toggleable-sm .navbar-nav {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- }
- .navbar-toggleable-sm .navbar-nav .nav-link {
- padding-right: .5rem;
- padding-left: .5rem;
- }
- .navbar-toggleable-sm > .container {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .navbar-toggleable-sm .navbar-collapse {
- display: -webkit-box !important;
- display: -webkit-flex !important;
- display: -ms-flexbox !important;
- display: flex !important;
- width: 100%;
- }
- .navbar-toggleable-sm .navbar-toggler {
- display: none;
- }
-}
-
-@media (max-width: 991px) {
- .navbar-toggleable-md .navbar-nav .dropdown-menu {
- position: static;
- float: none;
- }
- .navbar-toggleable-md > .container {
- padding-right: 0;
- padding-left: 0;
- }
-}
-
-@media (min-width: 992px) {
- .navbar-toggleable-md {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .navbar-toggleable-md .navbar-nav {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- }
- .navbar-toggleable-md .navbar-nav .nav-link {
- padding-right: .5rem;
- padding-left: .5rem;
- }
- .navbar-toggleable-md > .container {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .navbar-toggleable-md .navbar-collapse {
- display: -webkit-box !important;
- display: -webkit-flex !important;
- display: -ms-flexbox !important;
- display: flex !important;
- width: 100%;
- }
- .navbar-toggleable-md .navbar-toggler {
- display: none;
- }
-}
-
-@media (max-width: 1199px) {
- .navbar-toggleable-lg .navbar-nav .dropdown-menu {
- position: static;
- float: none;
- }
- .navbar-toggleable-lg > .container {
- padding-right: 0;
- padding-left: 0;
- }
-}
-
-@media (min-width: 1200px) {
- .navbar-toggleable-lg {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .navbar-toggleable-lg .navbar-nav {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- }
- .navbar-toggleable-lg .navbar-nav .nav-link {
- padding-right: .5rem;
- padding-left: .5rem;
- }
- .navbar-toggleable-lg > .container {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .navbar-toggleable-lg .navbar-collapse {
- display: -webkit-box !important;
- display: -webkit-flex !important;
- display: -ms-flexbox !important;
- display: flex !important;
- width: 100%;
- }
- .navbar-toggleable-lg .navbar-toggler {
- display: none;
- }
-}
-
-.navbar-toggleable-xl {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
-}
-
-.navbar-toggleable-xl .navbar-nav .dropdown-menu {
- position: static;
- float: none;
-}
-
-.navbar-toggleable-xl > .container {
- padding-right: 0;
- padding-left: 0;
-}
-
-.navbar-toggleable-xl .navbar-nav {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
-}
-
-.navbar-toggleable-xl .navbar-nav .nav-link {
- padding-right: .5rem;
- padding-left: .5rem;
-}
-
-.navbar-toggleable-xl > .container {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
-}
-
-.navbar-toggleable-xl .navbar-collapse {
- display: -webkit-box !important;
- display: -webkit-flex !important;
- display: -ms-flexbox !important;
- display: flex !important;
- width: 100%;
-}
-
-.navbar-toggleable-xl .navbar-toggler {
- display: none;
-}
-
-.navbar-light .navbar-brand,
-.navbar-light .navbar-toggler {
- color: rgba(0, 0, 0, 0.9);
-}
-
-.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
-.navbar-light .navbar-toggler:focus,
-.navbar-light .navbar-toggler:hover {
- color: rgba(0, 0, 0, 0.9);
-}
-
-.navbar-light .navbar-nav .nav-link {
- color: rgba(0, 0, 0, 0.5);
-}
-
-.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
- color: rgba(0, 0, 0, 0.7);
-}
-
-.navbar-light .navbar-nav .nav-link.disabled {
- color: rgba(0, 0, 0, 0.3);
-}
-
-.navbar-light .navbar-nav .open > .nav-link,
-.navbar-light .navbar-nav .active > .nav-link,
-.navbar-light .navbar-nav .nav-link.open,
-.navbar-light .navbar-nav .nav-link.active {
- color: rgba(0, 0, 0, 0.9);
-}
-
-.navbar-light .navbar-toggler {
- border-color: rgba(0, 0, 0, 0.1);
-}
-
-.navbar-light .navbar-toggler-icon {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
-}
-
-.navbar-light .navbar-text {
- color: rgba(0, 0, 0, 0.5);
-}
-
-.navbar-inverse .navbar-brand,
-.navbar-inverse .navbar-toggler {
- color: white;
-}
-
-.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
-.navbar-inverse .navbar-toggler:focus,
-.navbar-inverse .navbar-toggler:hover {
- color: white;
-}
-
-.navbar-inverse .navbar-nav .nav-link {
- color: rgba(255, 255, 255, 0.5);
-}
-
-.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
- color: rgba(255, 255, 255, 0.75);
-}
-
-.navbar-inverse .navbar-nav .nav-link.disabled {
- color: rgba(255, 255, 255, 0.25);
-}
-
-.navbar-inverse .navbar-nav .open > .nav-link,
-.navbar-inverse .navbar-nav .active > .nav-link,
-.navbar-inverse .navbar-nav .nav-link.open,
-.navbar-inverse .navbar-nav .nav-link.active {
- color: white;
-}
-
-.navbar-inverse .navbar-toggler {
- border-color: rgba(255, 255, 255, 0.1);
-}
-
-.navbar-inverse .navbar-toggler-icon {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
-}
-
-.navbar-inverse .navbar-text {
- color: rgba(255, 255, 255, 0.5);
-}
-
-.card {
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- background-color: #fff;
- border: 1px solid rgba(0, 0, 0, 0.125);
- border-radius: 0.25rem;
-}
-
-.card-block {
- -webkit-box-flex: 1;
- -webkit-flex: 1 1 auto;
- -ms-flex: 1 1 auto;
- flex: 1 1 auto;
- padding: 1.25rem;
-}
-
-.card-title {
- margin-bottom: 0.75rem;
-}
-
-.card-subtitle {
- margin-top: -0.375rem;
- margin-bottom: 0;
-}
-
-.card-text:last-child {
- margin-bottom: 0;
-}
-
-.card-link:hover {
- text-decoration: none;
-}
-
-.card-link + .card-link {
- margin-left: 1.25rem;
-}
-
-.card > .list-group:first-child .list-group-item:first-child {
- border-top-right-radius: 0.25rem;
- border-top-left-radius: 0.25rem;
-}
-
-.card > .list-group:last-child .list-group-item:last-child {
- border-bottom-right-radius: 0.25rem;
- border-bottom-left-radius: 0.25rem;
-}
-
-.card-header {
- padding: 0.75rem 1.25rem;
- margin-bottom: 0;
- background-color: #f7f7f9;
- border-bottom: 1px solid rgba(0, 0, 0, 0.125);
-}
-
-.card-header:first-child {
- border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
-}
-
-.card-footer {
- padding: 0.75rem 1.25rem;
- background-color: #f7f7f9;
- border-top: 1px solid rgba(0, 0, 0, 0.125);
-}
-
-.card-footer:last-child {
- border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
-}
-
-.card-header-tabs {
- margin-right: -0.625rem;
- margin-bottom: -0.75rem;
- margin-left: -0.625rem;
- border-bottom: 0;
-}
-
-.card-header-pills {
- margin-right: -0.625rem;
- margin-left: -0.625rem;
-}
-
-.card-primary {
- background-color: #0275d8;
- border-color: #0275d8;
-}
-
-.card-primary .card-header,
-.card-primary .card-footer {
- background-color: transparent;
-}
-
-.card-success {
- background-color: #5cb85c;
- border-color: #5cb85c;
-}
-
-.card-success .card-header,
-.card-success .card-footer {
- background-color: transparent;
-}
-
-.card-info {
- background-color: #5bc0de;
- border-color: #5bc0de;
-}
-
-.card-info .card-header,
-.card-info .card-footer {
- background-color: transparent;
-}
-
-.card-warning {
- background-color: #f0ad4e;
- border-color: #f0ad4e;
-}
-
-.card-warning .card-header,
-.card-warning .card-footer {
- background-color: transparent;
-}
-
-.card-danger {
- background-color: #d9534f;
- border-color: #d9534f;
-}
-
-.card-danger .card-header,
-.card-danger .card-footer {
- background-color: transparent;
-}
-
-.card-outline-primary {
- background-color: transparent;
- border-color: #0275d8;
-}
-
-.card-outline-secondary {
- background-color: transparent;
- border-color: #ccc;
-}
-
-.card-outline-info {
- background-color: transparent;
- border-color: #5bc0de;
-}
-
-.card-outline-success {
- background-color: transparent;
- border-color: #5cb85c;
-}
-
-.card-outline-warning {
- background-color: transparent;
- border-color: #f0ad4e;
-}
-
-.card-outline-danger {
- background-color: transparent;
- border-color: #d9534f;
-}
-
-.card-inverse {
- color: rgba(255, 255, 255, 0.65);
-}
-
-.card-inverse .card-header,
-.card-inverse .card-footer {
- background-color: transparent;
- border-color: rgba(255, 255, 255, 0.2);
-}
-
-.card-inverse .card-header,
-.card-inverse .card-footer,
-.card-inverse .card-title,
-.card-inverse .card-blockquote {
- color: #fff;
-}
-
-.card-inverse .card-link,
-.card-inverse .card-text,
-.card-inverse .card-subtitle,
-.card-inverse .card-blockquote .blockquote-footer {
- color: rgba(255, 255, 255, 0.65);
-}
-
-.card-inverse .card-link:focus, .card-inverse .card-link:hover {
- color: #fff;
-}
-
-.card-blockquote {
- padding: 0;
- margin-bottom: 0;
- border-left: 0;
-}
-
-.card-img {
- border-radius: calc(0.25rem - 1px);
-}
-
-.card-img-overlay {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- padding: 1.25rem;
-}
-
-.card-img-top {
- border-top-right-radius: calc(0.25rem - 1px);
- border-top-left-radius: calc(0.25rem - 1px);
-}
-
-.card-img-bottom {
- border-bottom-right-radius: calc(0.25rem - 1px);
- border-bottom-left-radius: calc(0.25rem - 1px);
-}
-
-@media (min-width: 576px) {
- .card-deck {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-flow: row wrap;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- }
- .card-deck .card {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-flex: 1;
- -webkit-flex: 1 0 0%;
- -ms-flex: 1 0 0%;
- flex: 1 0 0%;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- }
- .card-deck .card:not(:first-child) {
- margin-left: 15px;
- }
- .card-deck .card:not(:last-child) {
- margin-right: 15px;
- }
-}
-
-@media (min-width: 576px) {
- .card-group {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-flow: row wrap;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- }
- .card-group .card {
- -webkit-box-flex: 1;
- -webkit-flex: 1 0 0%;
- -ms-flex: 1 0 0%;
- flex: 1 0 0%;
- }
- .card-group .card + .card {
- margin-left: 0;
- border-left: 0;
- }
- .card-group .card:first-child {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
- }
- .card-group .card:first-child .card-img-top {
- border-top-right-radius: 0;
- }
- .card-group .card:first-child .card-img-bottom {
- border-bottom-right-radius: 0;
- }
- .card-group .card:last-child {
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
- }
- .card-group .card:last-child .card-img-top {
- border-top-left-radius: 0;
- }
- .card-group .card:last-child .card-img-bottom {
- border-bottom-left-radius: 0;
- }
- .card-group .card:not(:first-child):not(:last-child) {
- border-radius: 0;
- }
- .card-group .card:not(:first-child):not(:last-child) .card-img-top,
- .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
- border-radius: 0;
- }
-}
-
-@media (min-width: 576px) {
- .card-columns {
- -webkit-column-count: 3;
- -moz-column-count: 3;
- column-count: 3;
- -webkit-column-gap: 1.25rem;
- -moz-column-gap: 1.25rem;
- column-gap: 1.25rem;
- }
- .card-columns .card {
- display: inline-block;
- width: 100%;
- margin-bottom: 0.75rem;
- }
-}
-
-.breadcrumb {
- padding: 0.75rem 1rem;
- margin-bottom: 1rem;
- list-style: none;
- background-color: #eceeef;
- border-radius: 0.25rem;
-}
-
-.breadcrumb::after {
- display: block;
- content: "";
- clear: both;
-}
-
-.breadcrumb-item {
- float: left;
-}
-
-.breadcrumb-item + .breadcrumb-item::before {
- display: inline-block;
- padding-right: 0.5rem;
- padding-left: 0.5rem;
- color: #636c72;
- content: "/";
-}
-
-.breadcrumb-item + .breadcrumb-item:hover::before {
- text-decoration: underline;
-}
-
-.breadcrumb-item + .breadcrumb-item:hover::before {
- text-decoration: none;
-}
-
-.breadcrumb-item.active {
- color: #636c72;
-}
-
-.pagination {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- padding-left: 0;
- list-style: none;
- border-radius: 0.25rem;
-}
-
-.page-item:first-child .page-link {
- margin-left: 0;
- border-bottom-left-radius: 0.25rem;
- border-top-left-radius: 0.25rem;
-}
-
-.page-item:last-child .page-link {
- border-bottom-right-radius: 0.25rem;
- border-top-right-radius: 0.25rem;
-}
-
-.page-item.active .page-link {
- z-index: 2;
- color: #fff;
- background-color: #0275d8;
- border-color: #0275d8;
-}
-
-.page-item.disabled .page-link {
- color: #636c72;
- pointer-events: none;
- cursor: not-allowed;
- background-color: #fff;
- border-color: #ddd;
-}
-
-.page-link {
- position: relative;
- display: block;
- padding: 0.5rem 0.75rem;
- margin-left: -1px;
- line-height: 1.25;
- color: #0275d8;
- background-color: #fff;
- border: 1px solid #ddd;
-}
-
-.page-link:focus, .page-link:hover {
- color: #014c8c;
- text-decoration: none;
- background-color: #eceeef;
- border-color: #ddd;
-}
-
-.pagination-lg .page-link {
- padding: 0.75rem 1.5rem;
- font-size: 1.25rem;
-}
-
-.pagination-lg .page-item:first-child .page-link {
- border-bottom-left-radius: 0.3rem;
- border-top-left-radius: 0.3rem;
-}
-
-.pagination-lg .page-item:last-child .page-link {
- border-bottom-right-radius: 0.3rem;
- border-top-right-radius: 0.3rem;
-}
-
-.pagination-sm .page-link {
- padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
-}
-
-.pagination-sm .page-item:first-child .page-link {
- border-bottom-left-radius: 0.2rem;
- border-top-left-radius: 0.2rem;
-}
-
-.pagination-sm .page-item:last-child .page-link {
- border-bottom-right-radius: 0.2rem;
- border-top-right-radius: 0.2rem;
-}
-
-.badge {
- display: inline-block;
- padding: 0.25em 0.4em;
- font-size: 75%;
- font-weight: bold;
- line-height: 1;
- color: #fff;
- text-align: center;
- white-space: nowrap;
- vertical-align: baseline;
- border-radius: 0.25rem;
-}
-
-.badge:empty {
- display: none;
-}
-
-.btn .badge {
- position: relative;
- top: -1px;
-}
-
-a.badge:focus, a.badge:hover {
- color: #fff;
- text-decoration: none;
- cursor: pointer;
-}
-
-.badge-pill {
- padding-right: 0.6em;
- padding-left: 0.6em;
- border-radius: 10rem;
-}
-
-.badge-default {
- background-color: #636c72;
-}
-
-.badge-default[href]:focus, .badge-default[href]:hover {
- background-color: #4b5257;
-}
-
-.badge-primary {
- background-color: #0275d8;
-}
-
-.badge-primary[href]:focus, .badge-primary[href]:hover {
- background-color: #025aa5;
-}
-
-.badge-success {
- background-color: #5cb85c;
-}
-
-.badge-success[href]:focus, .badge-success[href]:hover {
- background-color: #449d44;
-}
-
-.badge-info {
- background-color: #5bc0de;
-}
-
-.badge-info[href]:focus, .badge-info[href]:hover {
- background-color: #31b0d5;
-}
-
-.badge-warning {
- background-color: #f0ad4e;
-}
-
-.badge-warning[href]:focus, .badge-warning[href]:hover {
- background-color: #ec971f;
-}
-
-.badge-danger {
- background-color: #d9534f;
-}
-
-.badge-danger[href]:focus, .badge-danger[href]:hover {
- background-color: #c9302c;
-}
-
-.jumbotron {
- padding: 2rem 1rem;
- margin-bottom: 2rem;
- background-color: #eceeef;
- border-radius: 0.3rem;
-}
-
-@media (min-width: 576px) {
- .jumbotron {
- padding: 4rem 2rem;
- }
-}
-
-.jumbotron-hr {
- border-top-color: #d0d5d8;
-}
-
-.jumbotron-fluid {
- padding-right: 0;
- padding-left: 0;
- border-radius: 0;
-}
-
-.alert {
- padding: 0.75rem 1.25rem;
- margin-bottom: 1rem;
- border: 1px solid transparent;
- border-radius: 0.25rem;
-}
-
-.alert-heading {
- color: inherit;
-}
-
-.alert-link {
- font-weight: bold;
-}
-
-.alert-dismissible .close {
- position: relative;
- top: -0.75rem;
- right: -1.25rem;
- padding: 0.75rem 1.25rem;
- color: inherit;
-}
-
-.alert-success {
- background-color: #dff0d8;
- border-color: #d0e9c6;
- color: #3c763d;
-}
-
-.alert-success hr {
- border-top-color: #c1e2b3;
-}
-
-.alert-success .alert-link {
- color: #2b542c;
-}
-
-.alert-info {
- background-color: #d9edf7;
- border-color: #bcdff1;
- color: #31708f;
-}
-
-.alert-info hr {
- border-top-color: #a6d5ec;
-}
-
-.alert-info .alert-link {
- color: #245269;
-}
-
-.alert-warning {
- background-color: #fcf8e3;
- border-color: #faf2cc;
- color: #8a6d3b;
-}
-
-.alert-warning hr {
- border-top-color: #f7ecb5;
-}
-
-.alert-warning .alert-link {
- color: #66512c;
-}
-
-.alert-danger {
- background-color: #f2dede;
- border-color: #ebcccc;
- color: #a94442;
-}
-
-.alert-danger hr {
- border-top-color: #e4b9b9;
-}
-
-.alert-danger .alert-link {
- color: #843534;
-}
-
-@-webkit-keyframes progress-bar-stripes {
- from {
- background-position: 1rem 0;
- }
- to {
- background-position: 0 0;
- }
-}
-
-@-o-keyframes progress-bar-stripes {
- from {
- background-position: 1rem 0;
- }
- to {
- background-position: 0 0;
- }
-}
-
-@keyframes progress-bar-stripes {
- from {
- background-position: 1rem 0;
- }
- to {
- background-position: 0 0;
- }
-}
-
-.progress {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- overflow: hidden;
- font-size: 0.75rem;
- line-height: 1rem;
- text-align: center;
- background-color: #eceeef;
- border-radius: 0.25rem;
-}
-
-.progress-bar {
- height: 1rem;
- color: #fff;
- background-color: #0275d8;
-}
-
-.progress-bar-striped {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- -webkit-background-size: 1rem 1rem;
- background-size: 1rem 1rem;
-}
-
-.progress-bar-animated {
- -webkit-animation: progress-bar-stripes 1s linear infinite;
- -o-animation: progress-bar-stripes 1s linear infinite;
- animation: progress-bar-stripes 1s linear infinite;
-}
-
-.media {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: start;
- -webkit-align-items: flex-start;
- -ms-flex-align: start;
- align-items: flex-start;
-}
-
-.media-body {
- -webkit-box-flex: 1;
- -webkit-flex: 1 1 0%;
- -ms-flex: 1 1 0%;
- flex: 1 1 0%;
-}
-
-.list-group {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- padding-left: 0;
- margin-bottom: 0;
-}
-
-.list-group-item-action {
- width: 100%;
- color: #464a4c;
- text-align: inherit;
-}
-
-.list-group-item-action .list-group-item-heading {
- color: #292b2c;
-}
-
-.list-group-item-action:focus, .list-group-item-action:hover {
- color: #464a4c;
- text-decoration: none;
- background-color: #f7f7f9;
-}
-
-.list-group-item-action:active {
- color: #292b2c;
- background-color: #eceeef;
-}
-
-.list-group-item {
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-flow: row wrap;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- padding: 0.75rem 1.25rem;
- margin-bottom: -1px;
- background-color: #fff;
- border: 1px solid rgba(0, 0, 0, 0.125);
-}
-
-.list-group-item:first-child {
- border-top-right-radius: 0.25rem;
- border-top-left-radius: 0.25rem;
-}
-
-.list-group-item:last-child {
- margin-bottom: 0;
- border-bottom-right-radius: 0.25rem;
- border-bottom-left-radius: 0.25rem;
-}
-
-.list-group-item:focus, .list-group-item:hover {
- text-decoration: none;
-}
-
-.list-group-item.disabled, .list-group-item:disabled {
- color: #636c72;
- cursor: not-allowed;
- background-color: #fff;
-}
-
-.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
- color: inherit;
-}
-
-.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
- color: #636c72;
-}
-
-.list-group-item.active {
- z-index: 2;
- color: #fff;
- background-color: #0275d8;
- border-color: #0275d8;
-}
-
-.list-group-item.active .list-group-item-heading,
-.list-group-item.active .list-group-item-heading > small,
-.list-group-item.active .list-group-item-heading > .small {
- color: inherit;
-}
-
-.list-group-item.active .list-group-item-text {
- color: #daeeff;
-}
-
-.list-group-flush .list-group-item {
- border-right: 0;
- border-left: 0;
- border-radius: 0;
-}
-
-.list-group-flush:first-child .list-group-item:first-child {
- border-top: 0;
-}
-
-.list-group-flush:last-child .list-group-item:last-child {
- border-bottom: 0;
-}
-
-.list-group-item-success {
- color: #3c763d;
- background-color: #dff0d8;
-}
-
-a.list-group-item-success,
-button.list-group-item-success {
- color: #3c763d;
-}
-
-a.list-group-item-success .list-group-item-heading,
-button.list-group-item-success .list-group-item-heading {
- color: inherit;
-}
-
-a.list-group-item-success:focus, a.list-group-item-success:hover,
-button.list-group-item-success:focus,
-button.list-group-item-success:hover {
- color: #3c763d;
- background-color: #d0e9c6;
-}
-
-a.list-group-item-success.active,
-button.list-group-item-success.active {
- color: #fff;
- background-color: #3c763d;
- border-color: #3c763d;
-}
-
-.list-group-item-info {
- color: #31708f;
- background-color: #d9edf7;
-}
-
-a.list-group-item-info,
-button.list-group-item-info {
- color: #31708f;
-}
-
-a.list-group-item-info .list-group-item-heading,
-button.list-group-item-info .list-group-item-heading {
- color: inherit;
-}
-
-a.list-group-item-info:focus, a.list-group-item-info:hover,
-button.list-group-item-info:focus,
-button.list-group-item-info:hover {
- color: #31708f;
- background-color: #c4e3f3;
-}
-
-a.list-group-item-info.active,
-button.list-group-item-info.active {
- color: #fff;
- background-color: #31708f;
- border-color: #31708f;
-}
-
-.list-group-item-warning {
- color: #8a6d3b;
- background-color: #fcf8e3;
-}
-
-a.list-group-item-warning,
-button.list-group-item-warning {
- color: #8a6d3b;
-}
-
-a.list-group-item-warning .list-group-item-heading,
-button.list-group-item-warning .list-group-item-heading {
- color: inherit;
-}
-
-a.list-group-item-warning:focus, a.list-group-item-warning:hover,
-button.list-group-item-warning:focus,
-button.list-group-item-warning:hover {
- color: #8a6d3b;
- background-color: #faf2cc;
-}
-
-a.list-group-item-warning.active,
-button.list-group-item-warning.active {
- color: #fff;
- background-color: #8a6d3b;
- border-color: #8a6d3b;
-}
-
-.list-group-item-danger {
- color: #a94442;
- background-color: #f2dede;
-}
-
-a.list-group-item-danger,
-button.list-group-item-danger {
- color: #a94442;
-}
-
-a.list-group-item-danger .list-group-item-heading,
-button.list-group-item-danger .list-group-item-heading {
- color: inherit;
-}
-
-a.list-group-item-danger:focus, a.list-group-item-danger:hover,
-button.list-group-item-danger:focus,
-button.list-group-item-danger:hover {
- color: #a94442;
- background-color: #ebcccc;
-}
-
-a.list-group-item-danger.active,
-button.list-group-item-danger.active {
- color: #fff;
- background-color: #a94442;
- border-color: #a94442;
-}
-
-.embed-responsive {
- position: relative;
- display: block;
- width: 100%;
- padding: 0;
- overflow: hidden;
-}
-
-.embed-responsive::before {
- display: block;
- content: "";
-}
-
-.embed-responsive .embed-responsive-item,
-.embed-responsive iframe,
-.embed-responsive embed,
-.embed-responsive object,
-.embed-responsive video {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 100%;
- border: 0;
-}
-
-.embed-responsive-21by9::before {
- padding-top: 42.857143%;
-}
-
-.embed-responsive-16by9::before {
- padding-top: 56.25%;
-}
-
-.embed-responsive-4by3::before {
- padding-top: 75%;
-}
-
-.embed-responsive-1by1::before {
- padding-top: 100%;
-}
-
-.close {
- float: right;
- font-size: 1.5rem;
- font-weight: bold;
- line-height: 1;
- color: #000;
- text-shadow: 0 1px 0 #fff;
- opacity: .5;
-}
-
-.close:focus, .close:hover {
- color: #000;
- text-decoration: none;
- cursor: pointer;
- opacity: .75;
-}
-
-button.close {
- padding: 0;
- cursor: pointer;
- background: transparent;
- border: 0;
- -webkit-appearance: none;
-}
-
-.modal-open {
- overflow: hidden;
-}
-
-.modal {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 1050;
- display: none;
- overflow: hidden;
- outline: 0;
-}
-
-.modal.fade .modal-dialog {
- -webkit-transition: -webkit-transform 0.3s ease-out;
- transition: -webkit-transform 0.3s ease-out;
- -o-transition: -o-transform 0.3s ease-out;
- transition: transform 0.3s ease-out;
- transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
- -webkit-transform: translate(0, -25%);
- -o-transform: translate(0, -25%);
- transform: translate(0, -25%);
-}
-
-.modal.show .modal-dialog {
- -webkit-transform: translate(0, 0);
- -o-transform: translate(0, 0);
- transform: translate(0, 0);
-}
-
-.modal-open .modal {
- overflow-x: hidden;
- overflow-y: auto;
-}
-
-.modal-dialog {
- position: relative;
- width: auto;
- margin: 10px;
-}
-
-.modal-content {
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- background-color: #fff;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- border: 1px solid rgba(0, 0, 0, 0.2);
- border-radius: 0.3rem;
- outline: 0;
-}
-
-.modal-backdrop {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 1040;
- background-color: #000;
-}
-
-.modal-backdrop.fade {
- opacity: 0;
-}
-
-.modal-backdrop.show {
- opacity: 0.5;
-}
-
-.modal-header {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- -ms-flex-pack: justify;
- justify-content: space-between;
- padding: 15px;
- border-bottom: 1px solid #eceeef;
-}
-
-.modal-title {
- margin-bottom: 0;
- line-height: 1.5;
-}
-
-.modal-body {
- position: relative;
- -webkit-box-flex: 1;
- -webkit-flex: 1 1 auto;
- -ms-flex: 1 1 auto;
- flex: 1 1 auto;
- padding: 15px;
-}
-
-.modal-footer {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: end;
- -webkit-justify-content: flex-end;
- -ms-flex-pack: end;
- justify-content: flex-end;
- padding: 15px;
- border-top: 1px solid #eceeef;
-}
-
-.modal-footer > :not(:first-child) {
- margin-left: .25rem;
-}
-
-.modal-footer > :not(:last-child) {
- margin-right: .25rem;
-}
-
-.modal-scrollbar-measure {
- position: absolute;
- top: -9999px;
- width: 50px;
- height: 50px;
- overflow: scroll;
-}
-
-@media (min-width: 576px) {
- .modal-dialog {
- max-width: 500px;
- margin: 30px auto;
- }
- .modal-sm {
- max-width: 300px;
- }
-}
-
-@media (min-width: 992px) {
- .modal-lg {
- max-width: 800px;
- }
-}
-
-.tooltip {
- position: absolute;
- z-index: 1070;
- display: block;
- font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
- font-style: normal;
- font-weight: normal;
- letter-spacing: normal;
- line-break: auto;
- line-height: 1.5;
- text-align: left;
- text-align: start;
- text-decoration: none;
- text-shadow: none;
- text-transform: none;
- white-space: normal;
- word-break: normal;
- word-spacing: normal;
- font-size: 0.875rem;
- word-wrap: break-word;
- opacity: 0;
-}
-
-.tooltip.show {
- opacity: 0.9;
-}
-
-.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
- padding: 5px 0;
- margin-top: -3px;
-}
-
-.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
- bottom: 0;
- left: 50%;
- margin-left: -5px;
- content: "";
- border-width: 5px 5px 0;
- border-top-color: #000;
-}
-
-.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
- padding: 0 5px;
- margin-left: 3px;
-}
-
-.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
- top: 50%;
- left: 0;
- margin-top: -5px;
- content: "";
- border-width: 5px 5px 5px 0;
- border-right-color: #000;
-}
-
-.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
- padding: 5px 0;
- margin-top: 3px;
-}
-
-.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
- top: 0;
- left: 50%;
- margin-left: -5px;
- content: "";
- border-width: 0 5px 5px;
- border-bottom-color: #000;
-}
-
-.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
- padding: 0 5px;
- margin-left: -3px;
-}
-
-.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
- top: 50%;
- right: 0;
- margin-top: -5px;
- content: "";
- border-width: 5px 0 5px 5px;
- border-left-color: #000;
-}
-
-.tooltip-inner {
- max-width: 200px;
- padding: 3px 8px;
- color: #fff;
- text-align: center;
- background-color: #000;
- border-radius: 0.25rem;
-}
-
-.tooltip-inner::before {
- position: absolute;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
-}
-
-.popover {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 1060;
- display: block;
- max-width: 276px;
- padding: 1px;
- font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
- font-style: normal;
- font-weight: normal;
- letter-spacing: normal;
- line-break: auto;
- line-height: 1.5;
- text-align: left;
- text-align: start;
- text-decoration: none;
- text-shadow: none;
- text-transform: none;
- white-space: normal;
- word-break: normal;
- word-spacing: normal;
- font-size: 0.875rem;
- word-wrap: break-word;
- background-color: #fff;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- border: 1px solid rgba(0, 0, 0, 0.2);
- border-radius: 0.3rem;
-}
-
-.popover.popover-top, .popover.bs-tether-element-attached-bottom {
- margin-top: -10px;
-}
-
-.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
- left: 50%;
- border-bottom-width: 0;
-}
-
-.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
- bottom: -11px;
- margin-left: -11px;
- border-top-color: rgba(0, 0, 0, 0.25);
-}
-
-.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
- bottom: -10px;
- margin-left: -10px;
- border-top-color: #fff;
-}
-
-.popover.popover-right, .popover.bs-tether-element-attached-left {
- margin-left: 10px;
-}
-
-.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
- top: 50%;
- border-left-width: 0;
-}
-
-.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
- left: -11px;
- margin-top: -11px;
- border-right-color: rgba(0, 0, 0, 0.25);
-}
-
-.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
- left: -10px;
- margin-top: -10px;
- border-right-color: #fff;
-}
-
-.popover.popover-bottom, .popover.bs-tether-element-attached-top {
- margin-top: 10px;
-}
-
-.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
- left: 50%;
- border-top-width: 0;
-}
-
-.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
- top: -11px;
- margin-left: -11px;
- border-bottom-color: rgba(0, 0, 0, 0.25);
-}
-
-.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
- top: -10px;
- margin-left: -10px;
- border-bottom-color: #f7f7f7;
-}
-
-.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
- position: absolute;
- top: 0;
- left: 50%;
- display: block;
- width: 20px;
- margin-left: -10px;
- content: "";
- border-bottom: 1px solid #f7f7f7;
-}
-
-.popover.popover-left, .popover.bs-tether-element-attached-right {
- margin-left: -10px;
-}
-
-.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
- top: 50%;
- border-right-width: 0;
-}
-
-.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
- right: -11px;
- margin-top: -11px;
- border-left-color: rgba(0, 0, 0, 0.25);
-}
-
-.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
- right: -10px;
- margin-top: -10px;
- border-left-color: #fff;
-}
-
-.popover-title {
- padding: 8px 14px;
- margin-bottom: 0;
- font-size: 1rem;
- background-color: #f7f7f7;
- border-bottom: 1px solid #ebebeb;
- border-top-right-radius: calc(0.3rem - 1px);
- border-top-left-radius: calc(0.3rem - 1px);
-}
-
-.popover-title:empty {
- display: none;
-}
-
-.popover-content {
- padding: 9px 14px;
-}
-
-.popover::before,
-.popover::after {
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
-}
-
-.popover::before {
- content: "";
- border-width: 11px;
-}
-
-.popover::after {
- content: "";
- border-width: 10px;
-}
-
-.carousel {
- position: relative;
-}
-
-.carousel-inner {
- position: relative;
- width: 100%;
- overflow: hidden;
-}
-
-.carousel-item {
- position: relative;
- display: none;
- width: 100%;
-}
-
-@media (-webkit-transform-3d) {
- .carousel-item {
- -webkit-transition: -webkit-transform 0.6s ease-in-out;
- transition: -webkit-transform 0.6s ease-in-out;
- -o-transition: -o-transform 0.6s ease-in-out;
- transition: transform 0.6s ease-in-out;
- transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -webkit-perspective: 1000px;
- perspective: 1000px;
- }
-}
-
-@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
- .carousel-item {
- -webkit-transition: -webkit-transform 0.6s ease-in-out;
- transition: -webkit-transform 0.6s ease-in-out;
- -o-transition: -o-transform 0.6s ease-in-out;
- transition: transform 0.6s ease-in-out;
- transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -webkit-perspective: 1000px;
- perspective: 1000px;
- }
-}
-
-.carousel-item.active,
-.carousel-item-next,
-.carousel-item-prev {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
-}
-
-.carousel-item-next,
-.carousel-item-prev {
- position: absolute;
- top: 0;
-}
-
-@media (-webkit-transform-3d) {
- .carousel-item-next.carousel-item-left,
- .carousel-item-prev.carousel-item-right {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
- .carousel-item-next,
- .active.carousel-item-right {
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0);
- }
- .carousel-item-prev,
- .active.carousel-item-left {
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- }
-}
-
-@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
- .carousel-item-next.carousel-item-left,
- .carousel-item-prev.carousel-item-right {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
- .carousel-item-next,
- .active.carousel-item-right {
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0);
- }
- .carousel-item-prev,
- .active.carousel-item-left {
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- }
-}
-
-.carousel-control-prev,
-.carousel-control-next {
- position: absolute;
- top: 0;
- bottom: 0;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- width: 15%;
- color: #fff;
- text-align: center;
- opacity: 0.5;
-}
-
-.carousel-control-prev:focus, .carousel-control-prev:hover,
-.carousel-control-next:focus,
-.carousel-control-next:hover {
- color: #fff;
- text-decoration: none;
- outline: 0;
- opacity: .9;
-}
-
-.carousel-control-prev {
- left: 0;
-}
-
-.carousel-control-next {
- right: 0;
-}
-
-.carousel-control-prev-icon,
-.carousel-control-next-icon {
- display: inline-block;
- width: 20px;
- height: 20px;
- background: transparent no-repeat center center;
- -webkit-background-size: 100% 100%;
- background-size: 100% 100%;
-}
-
-.carousel-control-prev-icon {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
-}
-
-.carousel-control-next-icon {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
-}
-
-.carousel-indicators {
- position: absolute;
- right: 0;
- bottom: 10px;
- left: 0;
- z-index: 15;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- padding-left: 0;
- margin-right: 15%;
- margin-left: 15%;
- list-style: none;
-}
-
-.carousel-indicators li {
- position: relative;
- -webkit-box-flex: 1;
- -webkit-flex: 1 0 auto;
- -ms-flex: 1 0 auto;
- flex: 1 0 auto;
- max-width: 30px;
- height: 3px;
- margin-right: 3px;
- margin-left: 3px;
- text-indent: -999px;
- cursor: pointer;
- background-color: rgba(255, 255, 255, 0.5);
-}
-
-.carousel-indicators li::before {
- position: absolute;
- top: -10px;
- left: 0;
- display: inline-block;
- width: 100%;
- height: 10px;
- content: "";
-}
-
-.carousel-indicators li::after {
- position: absolute;
- bottom: -10px;
- left: 0;
- display: inline-block;
- width: 100%;
- height: 10px;
- content: "";
-}
-
-.carousel-indicators .active {
- background-color: #fff;
-}
-
-.carousel-caption {
- position: absolute;
- right: 15%;
- bottom: 20px;
- left: 15%;
- z-index: 10;
- padding-top: 20px;
- padding-bottom: 20px;
- color: #fff;
- text-align: center;
-}
-
-.align-baseline {
- vertical-align: baseline !important;
-}
-
-.align-top {
- vertical-align: top !important;
-}
-
-.align-middle {
- vertical-align: middle !important;
-}
-
-.align-bottom {
- vertical-align: bottom !important;
-}
-
-.align-text-bottom {
- vertical-align: text-bottom !important;
-}
-
-.align-text-top {
- vertical-align: text-top !important;
-}
-
-.bg-faded {
- background-color: #f7f7f7;
-}
-
-.bg-primary {
- background-color: #0275d8 !important;
-}
-
-a.bg-primary:focus, a.bg-primary:hover {
- background-color: #025aa5 !important;
-}
-
-.bg-success {
- background-color: #5cb85c !important;
-}
-
-a.bg-success:focus, a.bg-success:hover {
- background-color: #449d44 !important;
-}
-
-.bg-info {
- background-color: #5bc0de !important;
-}
-
-a.bg-info:focus, a.bg-info:hover {
- background-color: #31b0d5 !important;
-}
-
-.bg-warning {
- background-color: #f0ad4e !important;
-}
-
-a.bg-warning:focus, a.bg-warning:hover {
- background-color: #ec971f !important;
-}
-
-.bg-danger {
- background-color: #d9534f !important;
-}
-
-a.bg-danger:focus, a.bg-danger:hover {
- background-color: #c9302c !important;
-}
-
-.bg-inverse {
- background-color: #292b2c !important;
-}
-
-a.bg-inverse:focus, a.bg-inverse:hover {
- background-color: #101112 !important;
-}
-
-.border-0 {
- border: 0 !important;
-}
-
-.border-top-0 {
- border-top: 0 !important;
-}
-
-.border-right-0 {
- border-right: 0 !important;
-}
-
-.border-bottom-0 {
- border-bottom: 0 !important;
-}
-
-.border-left-0 {
- border-left: 0 !important;
-}
-
-.rounded {
- border-radius: 0.25rem;
-}
-
-.rounded-top {
- border-top-right-radius: 0.25rem;
- border-top-left-radius: 0.25rem;
-}
-
-.rounded-right {
- border-bottom-right-radius: 0.25rem;
- border-top-right-radius: 0.25rem;
-}
-
-.rounded-bottom {
- border-bottom-right-radius: 0.25rem;
- border-bottom-left-radius: 0.25rem;
-}
-
-.rounded-left {
- border-bottom-left-radius: 0.25rem;
- border-top-left-radius: 0.25rem;
-}
-
-.rounded-circle {
- border-radius: 50%;
-}
-
-.rounded-0 {
- border-radius: 0;
-}
-
-.clearfix::after {
- display: block;
- content: "";
- clear: both;
-}
-
-.d-none {
- display: none !important;
-}
-
-.d-inline {
- display: inline !important;
-}
-
-.d-inline-block {
- display: inline-block !important;
-}
-
-.d-block {
- display: block !important;
-}
-
-.d-table {
- display: table !important;
-}
-
-.d-table-cell {
- display: table-cell !important;
-}
-
-.d-flex {
- display: -webkit-box !important;
- display: -webkit-flex !important;
- display: -ms-flexbox !important;
- display: flex !important;
-}
-
-.d-inline-flex {
- display: -webkit-inline-box !important;
- display: -webkit-inline-flex !important;
- display: -ms-inline-flexbox !important;
- display: inline-flex !important;
-}
-
-@media (min-width: 576px) {
- .d-sm-none {
- display: none !important;
- }
- .d-sm-inline {
- display: inline !important;
- }
- .d-sm-inline-block {
- display: inline-block !important;
- }
- .d-sm-block {
- display: block !important;
- }
- .d-sm-table {
- display: table !important;
- }
- .d-sm-table-cell {
- display: table-cell !important;
- }
- .d-sm-flex {
- display: -webkit-box !important;
- display: -webkit-flex !important;
- display: -ms-flexbox !important;
- display: flex !important;
- }
- .d-sm-inline-flex {
- display: -webkit-inline-box !important;
- display: -webkit-inline-flex !important;
- display: -ms-inline-flexbox !important;
- display: inline-flex !important;
- }
-}
-
-@media (min-width: 768px) {
- .d-md-none {
- display: none !important;
- }
- .d-md-inline {
- display: inline !important;
- }
- .d-md-inline-block {
- display: inline-block !important;
- }
- .d-md-block {
- display: block !important;
- }
- .d-md-table {
- display: table !important;
- }
- .d-md-table-cell {
- display: table-cell !important;
- }
- .d-md-flex {
- display: -webkit-box !important;
- display: -webkit-flex !important;
- display: -ms-flexbox !important;
- display: flex !important;
- }
- .d-md-inline-flex {
- display: -webkit-inline-box !important;
- display: -webkit-inline-flex !important;
- display: -ms-inline-flexbox !important;
- display: inline-flex !important;
- }
-}
-
-@media (min-width: 992px) {
- .d-lg-none {
- display: none !important;
- }
- .d-lg-inline {
- display: inline !important;
- }
- .d-lg-inline-block {
- display: inline-block !important;
- }
- .d-lg-block {
- display: block !important;
- }
- .d-lg-table {
- display: table !important;
- }
- .d-lg-table-cell {
- display: table-cell !important;
- }
- .d-lg-flex {
- display: -webkit-box !important;
- display: -webkit-flex !important;
- display: -ms-flexbox !important;
- display: flex !important;
- }
- .d-lg-inline-flex {
- display: -webkit-inline-box !important;
- display: -webkit-inline-flex !important;
- display: -ms-inline-flexbox !important;
- display: inline-flex !important;
- }
-}
-
-@media (min-width: 1200px) {
- .d-xl-none {
- display: none !important;
- }
- .d-xl-inline {
- display: inline !important;
- }
- .d-xl-inline-block {
- display: inline-block !important;
- }
- .d-xl-block {
- display: block !important;
- }
- .d-xl-table {
- display: table !important;
- }
- .d-xl-table-cell {
- display: table-cell !important;
- }
- .d-xl-flex {
- display: -webkit-box !important;
- display: -webkit-flex !important;
- display: -ms-flexbox !important;
- display: flex !important;
- }
- .d-xl-inline-flex {
- display: -webkit-inline-box !important;
- display: -webkit-inline-flex !important;
- display: -ms-inline-flexbox !important;
- display: inline-flex !important;
- }
-}
-
-.flex-first {
- -webkit-box-ordinal-group: 0;
- -webkit-order: -1;
- -ms-flex-order: -1;
- order: -1;
-}
-
-.flex-last {
- -webkit-box-ordinal-group: 2;
- -webkit-order: 1;
- -ms-flex-order: 1;
- order: 1;
-}
-
-.flex-unordered {
- -webkit-box-ordinal-group: 1;
- -webkit-order: 0;
- -ms-flex-order: 0;
- order: 0;
-}
-
-.flex-row {
- -webkit-box-orient: horizontal !important;
- -webkit-box-direction: normal !important;
- -webkit-flex-direction: row !important;
- -ms-flex-direction: row !important;
- flex-direction: row !important;
-}
-
-.flex-column {
- -webkit-box-orient: vertical !important;
- -webkit-box-direction: normal !important;
- -webkit-flex-direction: column !important;
- -ms-flex-direction: column !important;
- flex-direction: column !important;
-}
-
-.flex-row-reverse {
- -webkit-box-orient: horizontal !important;
- -webkit-box-direction: reverse !important;
- -webkit-flex-direction: row-reverse !important;
- -ms-flex-direction: row-reverse !important;
- flex-direction: row-reverse !important;
-}
-
-.flex-column-reverse {
- -webkit-box-orient: vertical !important;
- -webkit-box-direction: reverse !important;
- -webkit-flex-direction: column-reverse !important;
- -ms-flex-direction: column-reverse !important;
- flex-direction: column-reverse !important;
-}
-
-.flex-wrap {
- -webkit-flex-wrap: wrap !important;
- -ms-flex-wrap: wrap !important;
- flex-wrap: wrap !important;
-}
-
-.flex-nowrap {
- -webkit-flex-wrap: nowrap !important;
- -ms-flex-wrap: nowrap !important;
- flex-wrap: nowrap !important;
-}
-
-.flex-wrap-reverse {
- -webkit-flex-wrap: wrap-reverse !important;
- -ms-flex-wrap: wrap-reverse !important;
- flex-wrap: wrap-reverse !important;
-}
-
-.justify-content-start {
- -webkit-box-pack: start !important;
- -webkit-justify-content: flex-start !important;
- -ms-flex-pack: start !important;
- justify-content: flex-start !important;
-}
-
-.justify-content-end {
- -webkit-box-pack: end !important;
- -webkit-justify-content: flex-end !important;
- -ms-flex-pack: end !important;
- justify-content: flex-end !important;
-}
-
-.justify-content-center {
- -webkit-box-pack: center !important;
- -webkit-justify-content: center !important;
- -ms-flex-pack: center !important;
- justify-content: center !important;
-}
-
-.justify-content-between {
- -webkit-box-pack: justify !important;
- -webkit-justify-content: space-between !important;
- -ms-flex-pack: justify !important;
- justify-content: space-between !important;
-}
-
-.justify-content-around {
- -webkit-justify-content: space-around !important;
- -ms-flex-pack: distribute !important;
- justify-content: space-around !important;
-}
-
-.align-items-start {
- -webkit-box-align: start !important;
- -webkit-align-items: flex-start !important;
- -ms-flex-align: start !important;
- align-items: flex-start !important;
-}
-
-.align-items-end {
- -webkit-box-align: end !important;
- -webkit-align-items: flex-end !important;
- -ms-flex-align: end !important;
- align-items: flex-end !important;
-}
-
-.align-items-center {
- -webkit-box-align: center !important;
- -webkit-align-items: center !important;
- -ms-flex-align: center !important;
- align-items: center !important;
-}
-
-.align-items-baseline {
- -webkit-box-align: baseline !important;
- -webkit-align-items: baseline !important;
- -ms-flex-align: baseline !important;
- align-items: baseline !important;
-}
-
-.align-items-stretch {
- -webkit-box-align: stretch !important;
- -webkit-align-items: stretch !important;
- -ms-flex-align: stretch !important;
- align-items: stretch !important;
-}
-
-.align-content-start {
- -webkit-align-content: flex-start !important;
- -ms-flex-line-pack: start !important;
- align-content: flex-start !important;
-}
-
-.align-content-end {
- -webkit-align-content: flex-end !important;
- -ms-flex-line-pack: end !important;
- align-content: flex-end !important;
-}
-
-.align-content-center {
- -webkit-align-content: center !important;
- -ms-flex-line-pack: center !important;
- align-content: center !important;
-}
-
-.align-content-between {
- -webkit-align-content: space-between !important;
- -ms-flex-line-pack: justify !important;
- align-content: space-between !important;
-}
-
-.align-content-around {
- -webkit-align-content: space-around !important;
- -ms-flex-line-pack: distribute !important;
- align-content: space-around !important;
-}
-
-.align-content-stretch {
- -webkit-align-content: stretch !important;
- -ms-flex-line-pack: stretch !important;
- align-content: stretch !important;
-}
-
-.align-self-auto {
- -webkit-align-self: auto !important;
- -ms-flex-item-align: auto !important;
- -ms-grid-row-align: auto !important;
- align-self: auto !important;
-}
-
-.align-self-start {
- -webkit-align-self: flex-start !important;
- -ms-flex-item-align: start !important;
- align-self: flex-start !important;
-}
-
-.align-self-end {
- -webkit-align-self: flex-end !important;
- -ms-flex-item-align: end !important;
- align-self: flex-end !important;
-}
-
-.align-self-center {
- -webkit-align-self: center !important;
- -ms-flex-item-align: center !important;
- -ms-grid-row-align: center !important;
- align-self: center !important;
-}
-
-.align-self-baseline {
- -webkit-align-self: baseline !important;
- -ms-flex-item-align: baseline !important;
- align-self: baseline !important;
-}
-
-.align-self-stretch {
- -webkit-align-self: stretch !important;
- -ms-flex-item-align: stretch !important;
- -ms-grid-row-align: stretch !important;
- align-self: stretch !important;
-}
-
-@media (min-width: 576px) {
- .flex-sm-first {
- -webkit-box-ordinal-group: 0;
- -webkit-order: -1;
- -ms-flex-order: -1;
- order: -1;
- }
- .flex-sm-last {
- -webkit-box-ordinal-group: 2;
- -webkit-order: 1;
- -ms-flex-order: 1;
- order: 1;
- }
- .flex-sm-unordered {
- -webkit-box-ordinal-group: 1;
- -webkit-order: 0;
- -ms-flex-order: 0;
- order: 0;
- }
- .flex-sm-row {
- -webkit-box-orient: horizontal !important;
- -webkit-box-direction: normal !important;
- -webkit-flex-direction: row !important;
- -ms-flex-direction: row !important;
- flex-direction: row !important;
- }
- .flex-sm-column {
- -webkit-box-orient: vertical !important;
- -webkit-box-direction: normal !important;
- -webkit-flex-direction: column !important;
- -ms-flex-direction: column !important;
- flex-direction: column !important;
- }
- .flex-sm-row-reverse {
- -webkit-box-orient: horizontal !important;
- -webkit-box-direction: reverse !important;
- -webkit-flex-direction: row-reverse !important;
- -ms-flex-direction: row-reverse !important;
- flex-direction: row-reverse !important;
- }
- .flex-sm-column-reverse {
- -webkit-box-orient: vertical !important;
- -webkit-box-direction: reverse !important;
- -webkit-flex-direction: column-reverse !important;
- -ms-flex-direction: column-reverse !important;
- flex-direction: column-reverse !important;
- }
- .flex-sm-wrap {
- -webkit-flex-wrap: wrap !important;
- -ms-flex-wrap: wrap !important;
- flex-wrap: wrap !important;
- }
- .flex-sm-nowrap {
- -webkit-flex-wrap: nowrap !important;
- -ms-flex-wrap: nowrap !important;
- flex-wrap: nowrap !important;
- }
- .flex-sm-wrap-reverse {
- -webkit-flex-wrap: wrap-reverse !important;
- -ms-flex-wrap: wrap-reverse !important;
- flex-wrap: wrap-reverse !important;
- }
- .justify-content-sm-start {
- -webkit-box-pack: start !important;
- -webkit-justify-content: flex-start !important;
- -ms-flex-pack: start !important;
- justify-content: flex-start !important;
- }
- .justify-content-sm-end {
- -webkit-box-pack: end !important;
- -webkit-justify-content: flex-end !important;
- -ms-flex-pack: end !important;
- justify-content: flex-end !important;
- }
- .justify-content-sm-center {
- -webkit-box-pack: center !important;
- -webkit-justify-content: center !important;
- -ms-flex-pack: center !important;
- justify-content: center !important;
- }
- .justify-content-sm-between {
- -webkit-box-pack: justify !important;
- -webkit-justify-content: space-between !important;
- -ms-flex-pack: justify !important;
- justify-content: space-between !important;
- }
- .justify-content-sm-around {
- -webkit-justify-content: space-around !important;
- -ms-flex-pack: distribute !important;
- justify-content: space-around !important;
- }
- .align-items-sm-start {
- -webkit-box-align: start !important;
- -webkit-align-items: flex-start !important;
- -ms-flex-align: start !important;
- align-items: flex-start !important;
- }
- .align-items-sm-end {
- -webkit-box-align: end !important;
- -webkit-align-items: flex-end !important;
- -ms-flex-align: end !important;
- align-items: flex-end !important;
- }
- .align-items-sm-center {
- -webkit-box-align: center !important;
- -webkit-align-items: center !important;
- -ms-flex-align: center !important;
- align-items: center !important;
- }
- .align-items-sm-baseline {
- -webkit-box-align: baseline !important;
- -webkit-align-items: baseline !important;
- -ms-flex-align: baseline !important;
- align-items: baseline !important;
- }
- .align-items-sm-stretch {
- -webkit-box-align: stretch !important;
- -webkit-align-items: stretch !important;
- -ms-flex-align: stretch !important;
- align-items: stretch !important;
- }
- .align-content-sm-start {
- -webkit-align-content: flex-start !important;
- -ms-flex-line-pack: start !important;
- align-content: flex-start !important;
- }
- .align-content-sm-end {
- -webkit-align-content: flex-end !important;
- -ms-flex-line-pack: end !important;
- align-content: flex-end !important;
- }
- .align-content-sm-center {
- -webkit-align-content: center !important;
- -ms-flex-line-pack: center !important;
- align-content: center !important;
- }
- .align-content-sm-between {
- -webkit-align-content: space-between !important;
- -ms-flex-line-pack: justify !important;
- align-content: space-between !important;
- }
- .align-content-sm-around {
- -webkit-align-content: space-around !important;
- -ms-flex-line-pack: distribute !important;
- align-content: space-around !important;
- }
- .align-content-sm-stretch {
- -webkit-align-content: stretch !important;
- -ms-flex-line-pack: stretch !important;
- align-content: stretch !important;
- }
- .align-self-sm-auto {
- -webkit-align-self: auto !important;
- -ms-flex-item-align: auto !important;
- -ms-grid-row-align: auto !important;
- align-self: auto !important;
- }
- .align-self-sm-start {
- -webkit-align-self: flex-start !important;
- -ms-flex-item-align: start !important;
- align-self: flex-start !important;
- }
- .align-self-sm-end {
- -webkit-align-self: flex-end !important;
- -ms-flex-item-align: end !important;
- align-self: flex-end !important;
- }
- .align-self-sm-center {
- -webkit-align-self: center !important;
- -ms-flex-item-align: center !important;
- -ms-grid-row-align: center !important;
- align-self: center !important;
- }
- .align-self-sm-baseline {
- -webkit-align-self: baseline !important;
- -ms-flex-item-align: baseline !important;
- align-self: baseline !important;
- }
- .align-self-sm-stretch {
- -webkit-align-self: stretch !important;
- -ms-flex-item-align: stretch !important;
- -ms-grid-row-align: stretch !important;
- align-self: stretch !important;
- }
-}
-
-@media (min-width: 768px) {
- .flex-md-first {
- -webkit-box-ordinal-group: 0;
- -webkit-order: -1;
- -ms-flex-order: -1;
- order: -1;
- }
- .flex-md-last {
- -webkit-box-ordinal-group: 2;
- -webkit-order: 1;
- -ms-flex-order: 1;
- order: 1;
- }
- .flex-md-unordered {
- -webkit-box-ordinal-group: 1;
- -webkit-order: 0;
- -ms-flex-order: 0;
- order: 0;
- }
- .flex-md-row {
- -webkit-box-orient: horizontal !important;
- -webkit-box-direction: normal !important;
- -webkit-flex-direction: row !important;
- -ms-flex-direction: row !important;
- flex-direction: row !important;
- }
- .flex-md-column {
- -webkit-box-orient: vertical !important;
- -webkit-box-direction: normal !important;
- -webkit-flex-direction: column !important;
- -ms-flex-direction: column !important;
- flex-direction: column !important;
- }
- .flex-md-row-reverse {
- -webkit-box-orient: horizontal !important;
- -webkit-box-direction: reverse !important;
- -webkit-flex-direction: row-reverse !important;
- -ms-flex-direction: row-reverse !important;
- flex-direction: row-reverse !important;
- }
- .flex-md-column-reverse {
- -webkit-box-orient: vertical !important;
- -webkit-box-direction: reverse !important;
- -webkit-flex-direction: column-reverse !important;
- -ms-flex-direction: column-reverse !important;
- flex-direction: column-reverse !important;
- }
- .flex-md-wrap {
- -webkit-flex-wrap: wrap !important;
- -ms-flex-wrap: wrap !important;
- flex-wrap: wrap !important;
- }
- .flex-md-nowrap {
- -webkit-flex-wrap: nowrap !important;
- -ms-flex-wrap: nowrap !important;
- flex-wrap: nowrap !important;
- }
- .flex-md-wrap-reverse {
- -webkit-flex-wrap: wrap-reverse !important;
- -ms-flex-wrap: wrap-reverse !important;
- flex-wrap: wrap-reverse !important;
- }
- .justify-content-md-start {
- -webkit-box-pack: start !important;
- -webkit-justify-content: flex-start !important;
- -ms-flex-pack: start !important;
- justify-content: flex-start !important;
- }
- .justify-content-md-end {
- -webkit-box-pack: end !important;
- -webkit-justify-content: flex-end !important;
- -ms-flex-pack: end !important;
- justify-content: flex-end !important;
- }
- .justify-content-md-center {
- -webkit-box-pack: center !important;
- -webkit-justify-content: center !important;
- -ms-flex-pack: center !important;
- justify-content: center !important;
- }
- .justify-content-md-between {
- -webkit-box-pack: justify !important;
- -webkit-justify-content: space-between !important;
- -ms-flex-pack: justify !important;
- justify-content: space-between !important;
- }
- .justify-content-md-around {
- -webkit-justify-content: space-around !important;
- -ms-flex-pack: distribute !important;
- justify-content: space-around !important;
- }
- .align-items-md-start {
- -webkit-box-align: start !important;
- -webkit-align-items: flex-start !important;
- -ms-flex-align: start !important;
- align-items: flex-start !important;
- }
- .align-items-md-end {
- -webkit-box-align: end !important;
- -webkit-align-items: flex-end !important;
- -ms-flex-align: end !important;
- align-items: flex-end !important;
- }
- .align-items-md-center {
- -webkit-box-align: center !important;
- -webkit-align-items: center !important;
- -ms-flex-align: center !important;
- align-items: center !important;
- }
- .align-items-md-baseline {
- -webkit-box-align: baseline !important;
- -webkit-align-items: baseline !important;
- -ms-flex-align: baseline !important;
- align-items: baseline !important;
- }
- .align-items-md-stretch {
- -webkit-box-align: stretch !important;
- -webkit-align-items: stretch !important;
- -ms-flex-align: stretch !important;
- align-items: stretch !important;
- }
- .align-content-md-start {
- -webkit-align-content: flex-start !important;
- -ms-flex-line-pack: start !important;
- align-content: flex-start !important;
- }
- .align-content-md-end {
- -webkit-align-content: flex-end !important;
- -ms-flex-line-pack: end !important;
- align-content: flex-end !important;
- }
- .align-content-md-center {
- -webkit-align-content: center !important;
- -ms-flex-line-pack: center !important;
- align-content: center !important;
- }
- .align-content-md-between {
- -webkit-align-content: space-between !important;
- -ms-flex-line-pack: justify !important;
- align-content: space-between !important;
- }
- .align-content-md-around {
- -webkit-align-content: space-around !important;
- -ms-flex-line-pack: distribute !important;
- align-content: space-around !important;
- }
- .align-content-md-stretch {
- -webkit-align-content: stretch !important;
- -ms-flex-line-pack: stretch !important;
- align-content: stretch !important;
- }
- .align-self-md-auto {
- -webkit-align-self: auto !important;
- -ms-flex-item-align: auto !important;
- -ms-grid-row-align: auto !important;
- align-self: auto !important;
- }
- .align-self-md-start {
- -webkit-align-self: flex-start !important;
- -ms-flex-item-align: start !important;
- align-self: flex-start !important;
- }
- .align-self-md-end {
- -webkit-align-self: flex-end !important;
- -ms-flex-item-align: end !important;
- align-self: flex-end !important;
- }
- .align-self-md-center {
- -webkit-align-self: center !important;
- -ms-flex-item-align: center !important;
- -ms-grid-row-align: center !important;
- align-self: center !important;
- }
- .align-self-md-baseline {
- -webkit-align-self: baseline !important;
- -ms-flex-item-align: baseline !important;
- align-self: baseline !important;
- }
- .align-self-md-stretch {
- -webkit-align-self: stretch !important;
- -ms-flex-item-align: stretch !important;
- -ms-grid-row-align: stretch !important;
- align-self: stretch !important;
- }
-}
-
-@media (min-width: 992px) {
- .flex-lg-first {
- -webkit-box-ordinal-group: 0;
- -webkit-order: -1;
- -ms-flex-order: -1;
- order: -1;
- }
- .flex-lg-last {
- -webkit-box-ordinal-group: 2;
- -webkit-order: 1;
- -ms-flex-order: 1;
- order: 1;
- }
- .flex-lg-unordered {
- -webkit-box-ordinal-group: 1;
- -webkit-order: 0;
- -ms-flex-order: 0;
- order: 0;
- }
- .flex-lg-row {
- -webkit-box-orient: horizontal !important;
- -webkit-box-direction: normal !important;
- -webkit-flex-direction: row !important;
- -ms-flex-direction: row !important;
- flex-direction: row !important;
- }
- .flex-lg-column {
- -webkit-box-orient: vertical !important;
- -webkit-box-direction: normal !important;
- -webkit-flex-direction: column !important;
- -ms-flex-direction: column !important;
- flex-direction: column !important;
- }
- .flex-lg-row-reverse {
- -webkit-box-orient: horizontal !important;
- -webkit-box-direction: reverse !important;
- -webkit-flex-direction: row-reverse !important;
- -ms-flex-direction: row-reverse !important;
- flex-direction: row-reverse !important;
- }
- .flex-lg-column-reverse {
- -webkit-box-orient: vertical !important;
- -webkit-box-direction: reverse !important;
- -webkit-flex-direction: column-reverse !important;
- -ms-flex-direction: column-reverse !important;
- flex-direction: column-reverse !important;
- }
- .flex-lg-wrap {
- -webkit-flex-wrap: wrap !important;
- -ms-flex-wrap: wrap !important;
- flex-wrap: wrap !important;
- }
- .flex-lg-nowrap {
- -webkit-flex-wrap: nowrap !important;
- -ms-flex-wrap: nowrap !important;
- flex-wrap: nowrap !important;
- }
- .flex-lg-wrap-reverse {
- -webkit-flex-wrap: wrap-reverse !important;
- -ms-flex-wrap: wrap-reverse !important;
- flex-wrap: wrap-reverse !important;
- }
- .justify-content-lg-start {
- -webkit-box-pack: start !important;
- -webkit-justify-content: flex-start !important;
- -ms-flex-pack: start !important;
- justify-content: flex-start !important;
- }
- .justify-content-lg-end {
- -webkit-box-pack: end !important;
- -webkit-justify-content: flex-end !important;
- -ms-flex-pack: end !important;
- justify-content: flex-end !important;
- }
- .justify-content-lg-center {
- -webkit-box-pack: center !important;
- -webkit-justify-content: center !important;
- -ms-flex-pack: center !important;
- justify-content: center !important;
- }
- .justify-content-lg-between {
- -webkit-box-pack: justify !important;
- -webkit-justify-content: space-between !important;
- -ms-flex-pack: justify !important;
- justify-content: space-between !important;
- }
- .justify-content-lg-around {
- -webkit-justify-content: space-around !important;
- -ms-flex-pack: distribute !important;
- justify-content: space-around !important;
- }
- .align-items-lg-start {
- -webkit-box-align: start !important;
- -webkit-align-items: flex-start !important;
- -ms-flex-align: start !important;
- align-items: flex-start !important;
- }
- .align-items-lg-end {
- -webkit-box-align: end !important;
- -webkit-align-items: flex-end !important;
- -ms-flex-align: end !important;
- align-items: flex-end !important;
- }
- .align-items-lg-center {
- -webkit-box-align: center !important;
- -webkit-align-items: center !important;
- -ms-flex-align: center !important;
- align-items: center !important;
- }
- .align-items-lg-baseline {
- -webkit-box-align: baseline !important;
- -webkit-align-items: baseline !important;
- -ms-flex-align: baseline !important;
- align-items: baseline !important;
- }
- .align-items-lg-stretch {
- -webkit-box-align: stretch !important;
- -webkit-align-items: stretch !important;
- -ms-flex-align: stretch !important;
- align-items: stretch !important;
- }
- .align-content-lg-start {
- -webkit-align-content: flex-start !important;
- -ms-flex-line-pack: start !important;
- align-content: flex-start !important;
- }
- .align-content-lg-end {
- -webkit-align-content: flex-end !important;
- -ms-flex-line-pack: end !important;
- align-content: flex-end !important;
- }
- .align-content-lg-center {
- -webkit-align-content: center !important;
- -ms-flex-line-pack: center !important;
- align-content: center !important;
- }
- .align-content-lg-between {
- -webkit-align-content: space-between !important;
- -ms-flex-line-pack: justify !important;
- align-content: space-between !important;
- }
- .align-content-lg-around {
- -webkit-align-content: space-around !important;
- -ms-flex-line-pack: distribute !important;
- align-content: space-around !important;
- }
- .align-content-lg-stretch {
- -webkit-align-content: stretch !important;
- -ms-flex-line-pack: stretch !important;
- align-content: stretch !important;
- }
- .align-self-lg-auto {
- -webkit-align-self: auto !important;
- -ms-flex-item-align: auto !important;
- -ms-grid-row-align: auto !important;
- align-self: auto !important;
- }
- .align-self-lg-start {
- -webkit-align-self: flex-start !important;
- -ms-flex-item-align: start !important;
- align-self: flex-start !important;
- }
- .align-self-lg-end {
- -webkit-align-self: flex-end !important;
- -ms-flex-item-align: end !important;
- align-self: flex-end !important;
- }
- .align-self-lg-center {
- -webkit-align-self: center !important;
- -ms-flex-item-align: center !important;
- -ms-grid-row-align: center !important;
- align-self: center !important;
- }
- .align-self-lg-baseline {
- -webkit-align-self: baseline !important;
- -ms-flex-item-align: baseline !important;
- align-self: baseline !important;
- }
- .align-self-lg-stretch {
- -webkit-align-self: stretch !important;
- -ms-flex-item-align: stretch !important;
- -ms-grid-row-align: stretch !important;
- align-self: stretch !important;
- }
-}
-
-@media (min-width: 1200px) {
- .flex-xl-first {
- -webkit-box-ordinal-group: 0;
- -webkit-order: -1;
- -ms-flex-order: -1;
- order: -1;
- }
- .flex-xl-last {
- -webkit-box-ordinal-group: 2;
- -webkit-order: 1;
- -ms-flex-order: 1;
- order: 1;
- }
- .flex-xl-unordered {
- -webkit-box-ordinal-group: 1;
- -webkit-order: 0;
- -ms-flex-order: 0;
- order: 0;
- }
- .flex-xl-row {
- -webkit-box-orient: horizontal !important;
- -webkit-box-direction: normal !important;
- -webkit-flex-direction: row !important;
- -ms-flex-direction: row !important;
- flex-direction: row !important;
- }
- .flex-xl-column {
- -webkit-box-orient: vertical !important;
- -webkit-box-direction: normal !important;
- -webkit-flex-direction: column !important;
- -ms-flex-direction: column !important;
- flex-direction: column !important;
- }
- .flex-xl-row-reverse {
- -webkit-box-orient: horizontal !important;
- -webkit-box-direction: reverse !important;
- -webkit-flex-direction: row-reverse !important;
- -ms-flex-direction: row-reverse !important;
- flex-direction: row-reverse !important;
- }
- .flex-xl-column-reverse {
- -webkit-box-orient: vertical !important;
- -webkit-box-direction: reverse !important;
- -webkit-flex-direction: column-reverse !important;
- -ms-flex-direction: column-reverse !important;
- flex-direction: column-reverse !important;
- }
- .flex-xl-wrap {
- -webkit-flex-wrap: wrap !important;
- -ms-flex-wrap: wrap !important;
- flex-wrap: wrap !important;
- }
- .flex-xl-nowrap {
- -webkit-flex-wrap: nowrap !important;
- -ms-flex-wrap: nowrap !important;
- flex-wrap: nowrap !important;
- }
- .flex-xl-wrap-reverse {
- -webkit-flex-wrap: wrap-reverse !important;
- -ms-flex-wrap: wrap-reverse !important;
- flex-wrap: wrap-reverse !important;
- }
- .justify-content-xl-start {
- -webkit-box-pack: start !important;
- -webkit-justify-content: flex-start !important;
- -ms-flex-pack: start !important;
- justify-content: flex-start !important;
- }
- .justify-content-xl-end {
- -webkit-box-pack: end !important;
- -webkit-justify-content: flex-end !important;
- -ms-flex-pack: end !important;
- justify-content: flex-end !important;
- }
- .justify-content-xl-center {
- -webkit-box-pack: center !important;
- -webkit-justify-content: center !important;
- -ms-flex-pack: center !important;
- justify-content: center !important;
- }
- .justify-content-xl-between {
- -webkit-box-pack: justify !important;
- -webkit-justify-content: space-between !important;
- -ms-flex-pack: justify !important;
- justify-content: space-between !important;
- }
- .justify-content-xl-around {
- -webkit-justify-content: space-around !important;
- -ms-flex-pack: distribute !important;
- justify-content: space-around !important;
- }
- .align-items-xl-start {
- -webkit-box-align: start !important;
- -webkit-align-items: flex-start !important;
- -ms-flex-align: start !important;
- align-items: flex-start !important;
- }
- .align-items-xl-end {
- -webkit-box-align: end !important;
- -webkit-align-items: flex-end !important;
- -ms-flex-align: end !important;
- align-items: flex-end !important;
- }
- .align-items-xl-center {
- -webkit-box-align: center !important;
- -webkit-align-items: center !important;
- -ms-flex-align: center !important;
- align-items: center !important;
- }
- .align-items-xl-baseline {
- -webkit-box-align: baseline !important;
- -webkit-align-items: baseline !important;
- -ms-flex-align: baseline !important;
- align-items: baseline !important;
- }
- .align-items-xl-stretch {
- -webkit-box-align: stretch !important;
- -webkit-align-items: stretch !important;
- -ms-flex-align: stretch !important;
- align-items: stretch !important;
- }
- .align-content-xl-start {
- -webkit-align-content: flex-start !important;
- -ms-flex-line-pack: start !important;
- align-content: flex-start !important;
- }
- .align-content-xl-end {
- -webkit-align-content: flex-end !important;
- -ms-flex-line-pack: end !important;
- align-content: flex-end !important;
- }
- .align-content-xl-center {
- -webkit-align-content: center !important;
- -ms-flex-line-pack: center !important;
- align-content: center !important;
- }
- .align-content-xl-between {
- -webkit-align-content: space-between !important;
- -ms-flex-line-pack: justify !important;
- align-content: space-between !important;
- }
- .align-content-xl-around {
- -webkit-align-content: space-around !important;
- -ms-flex-line-pack: distribute !important;
- align-content: space-around !important;
- }
- .align-content-xl-stretch {
- -webkit-align-content: stretch !important;
- -ms-flex-line-pack: stretch !important;
- align-content: stretch !important;
- }
- .align-self-xl-auto {
- -webkit-align-self: auto !important;
- -ms-flex-item-align: auto !important;
- -ms-grid-row-align: auto !important;
- align-self: auto !important;
- }
- .align-self-xl-start {
- -webkit-align-self: flex-start !important;
- -ms-flex-item-align: start !important;
- align-self: flex-start !important;
- }
- .align-self-xl-end {
- -webkit-align-self: flex-end !important;
- -ms-flex-item-align: end !important;
- align-self: flex-end !important;
- }
- .align-self-xl-center {
- -webkit-align-self: center !important;
- -ms-flex-item-align: center !important;
- -ms-grid-row-align: center !important;
- align-self: center !important;
- }
- .align-self-xl-baseline {
- -webkit-align-self: baseline !important;
- -ms-flex-item-align: baseline !important;
- align-self: baseline !important;
- }
- .align-self-xl-stretch {
- -webkit-align-self: stretch !important;
- -ms-flex-item-align: stretch !important;
- -ms-grid-row-align: stretch !important;
- align-self: stretch !important;
- }
-}
-
-.float-left {
- float: left !important;
-}
-
-.float-right {
- float: right !important;
-}
-
-.float-none {
- float: none !important;
-}
-
-@media (min-width: 576px) {
- .float-sm-left {
- float: left !important;
- }
- .float-sm-right {
- float: right !important;
- }
- .float-sm-none {
- float: none !important;
- }
-}
-
-@media (min-width: 768px) {
- .float-md-left {
- float: left !important;
- }
- .float-md-right {
- float: right !important;
- }
- .float-md-none {
- float: none !important;
- }
-}
-
-@media (min-width: 992px) {
- .float-lg-left {
- float: left !important;
- }
- .float-lg-right {
- float: right !important;
- }
- .float-lg-none {
- float: none !important;
- }
-}
-
-@media (min-width: 1200px) {
- .float-xl-left {
- float: left !important;
- }
- .float-xl-right {
- float: right !important;
- }
- .float-xl-none {
- float: none !important;
- }
-}
-
-.fixed-top {
- position: fixed;
- top: 0;
- right: 0;
- left: 0;
- z-index: 1030;
-}
-
-.fixed-bottom {
- position: fixed;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 1030;
-}
-
-.sticky-top {
- position: -webkit-sticky;
- position: sticky;
- top: 0;
- z-index: 1030;
-}
-
-.sr-only {
- position: absolute;
- width: 1px;
- height: 1px;
- padding: 0;
- margin: -1px;
- overflow: hidden;
- clip: rect(0, 0, 0, 0);
- border: 0;
-}
-
-.sr-only-focusable:active, .sr-only-focusable:focus {
- position: static;
- width: auto;
- height: auto;
- margin: 0;
- overflow: visible;
- clip: auto;
-}
-
-.w-25 {
- width: 25% !important;
-}
-
-.w-50 {
- width: 50% !important;
-}
-
-.w-75 {
- width: 75% !important;
-}
-
-.w-100 {
- width: 100% !important;
-}
-
-.h-25 {
- height: 25% !important;
-}
-
-.h-50 {
- height: 50% !important;
-}
-
-.h-75 {
- height: 75% !important;
-}
-
-.h-100 {
- height: 100% !important;
-}
-
-.mw-100 {
- max-width: 100% !important;
-}
-
-.mh-100 {
- max-height: 100% !important;
-}
-
-.m-0 {
- margin: 0 0 !important;
-}
-
-.mt-0 {
- margin-top: 0 !important;
-}
-
-.mr-0 {
- margin-right: 0 !important;
-}
-
-.mb-0 {
- margin-bottom: 0 !important;
-}
-
-.ml-0 {
- margin-left: 0 !important;
-}
-
-.mx-0 {
- margin-right: 0 !important;
- margin-left: 0 !important;
-}
-
-.my-0 {
- margin-top: 0 !important;
- margin-bottom: 0 !important;
-}
-
-.m-1 {
- margin: 0.25rem 0.25rem !important;
-}
-
-.mt-1 {
- margin-top: 0.25rem !important;
-}
-
-.mr-1 {
- margin-right: 0.25rem !important;
-}
-
-.mb-1 {
- margin-bottom: 0.25rem !important;
-}
-
-.ml-1 {
- margin-left: 0.25rem !important;
-}
-
-.mx-1 {
- margin-right: 0.25rem !important;
- margin-left: 0.25rem !important;
-}
-
-.my-1 {
- margin-top: 0.25rem !important;
- margin-bottom: 0.25rem !important;
-}
-
-.m-2 {
- margin: 0.5rem 0.5rem !important;
-}
-
-.mt-2 {
- margin-top: 0.5rem !important;
-}
-
-.mr-2 {
- margin-right: 0.5rem !important;
-}
-
-.mb-2 {
- margin-bottom: 0.5rem !important;
-}
-
-.ml-2 {
- margin-left: 0.5rem !important;
-}
-
-.mx-2 {
- margin-right: 0.5rem !important;
- margin-left: 0.5rem !important;
-}
-
-.my-2 {
- margin-top: 0.5rem !important;
- margin-bottom: 0.5rem !important;
-}
-
-.m-3 {
- margin: 1rem 1rem !important;
-}
-
-.mt-3 {
- margin-top: 1rem !important;
-}
-
-.mr-3 {
- margin-right: 1rem !important;
-}
-
-.mb-3 {
- margin-bottom: 1rem !important;
-}
-
-.ml-3 {
- margin-left: 1rem !important;
-}
-
-.mx-3 {
- margin-right: 1rem !important;
- margin-left: 1rem !important;
-}
-
-.my-3 {
- margin-top: 1rem !important;
- margin-bottom: 1rem !important;
-}
-
-.m-4 {
- margin: 1.5rem 1.5rem !important;
-}
-
-.mt-4 {
- margin-top: 1.5rem !important;
-}
-
-.mr-4 {
- margin-right: 1.5rem !important;
-}
-
-.mb-4 {
- margin-bottom: 1.5rem !important;
-}
-
-.ml-4 {
- margin-left: 1.5rem !important;
-}
-
-.mx-4 {
- margin-right: 1.5rem !important;
- margin-left: 1.5rem !important;
-}
-
-.my-4 {
- margin-top: 1.5rem !important;
- margin-bottom: 1.5rem !important;
-}
-
-.m-5 {
- margin: 3rem 3rem !important;
-}
-
-.mt-5 {
- margin-top: 3rem !important;
-}
-
-.mr-5 {
- margin-right: 3rem !important;
-}
-
-.mb-5 {
- margin-bottom: 3rem !important;
-}
-
-.ml-5 {
- margin-left: 3rem !important;
-}
-
-.mx-5 {
- margin-right: 3rem !important;
- margin-left: 3rem !important;
-}
-
-.my-5 {
- margin-top: 3rem !important;
- margin-bottom: 3rem !important;
-}
-
-.p-0 {
- padding: 0 0 !important;
-}
-
-.pt-0 {
- padding-top: 0 !important;
-}
-
-.pr-0 {
- padding-right: 0 !important;
-}
-
-.pb-0 {
- padding-bottom: 0 !important;
-}
-
-.pl-0 {
- padding-left: 0 !important;
-}
-
-.px-0 {
- padding-right: 0 !important;
- padding-left: 0 !important;
-}
-
-.py-0 {
- padding-top: 0 !important;
- padding-bottom: 0 !important;
-}
-
-.p-1 {
- padding: 0.25rem 0.25rem !important;
-}
-
-.pt-1 {
- padding-top: 0.25rem !important;
-}
-
-.pr-1 {
- padding-right: 0.25rem !important;
-}
-
-.pb-1 {
- padding-bottom: 0.25rem !important;
-}
-
-.pl-1 {
- padding-left: 0.25rem !important;
-}
-
-.px-1 {
- padding-right: 0.25rem !important;
- padding-left: 0.25rem !important;
-}
-
-.py-1 {
- padding-top: 0.25rem !important;
- padding-bottom: 0.25rem !important;
-}
-
-.p-2 {
- padding: 0.5rem 0.5rem !important;
-}
-
-.pt-2 {
- padding-top: 0.5rem !important;
-}
-
-.pr-2 {
- padding-right: 0.5rem !important;
-}
-
-.pb-2 {
- padding-bottom: 0.5rem !important;
-}
-
-.pl-2 {
- padding-left: 0.5rem !important;
-}
-
-.px-2 {
- padding-right: 0.5rem !important;
- padding-left: 0.5rem !important;
-}
-
-.py-2 {
- padding-top: 0.5rem !important;
- padding-bottom: 0.5rem !important;
-}
-
-.p-3 {
- padding: 1rem 1rem !important;
-}
-
-.pt-3 {
- padding-top: 1rem !important;
-}
-
-.pr-3 {
- padding-right: 1rem !important;
-}
-
-.pb-3 {
- padding-bottom: 1rem !important;
-}
-
-.pl-3 {
- padding-left: 1rem !important;
-}
-
-.px-3 {
- padding-right: 1rem !important;
- padding-left: 1rem !important;
-}
-
-.py-3 {
- padding-top: 1rem !important;
- padding-bottom: 1rem !important;
-}
-
-.p-4 {
- padding: 1.5rem 1.5rem !important;
-}
-
-.pt-4 {
- padding-top: 1.5rem !important;
-}
-
-.pr-4 {
- padding-right: 1.5rem !important;
-}
-
-.pb-4 {
- padding-bottom: 1.5rem !important;
-}
-
-.pl-4 {
- padding-left: 1.5rem !important;
-}
-
-.px-4 {
- padding-right: 1.5rem !important;
- padding-left: 1.5rem !important;
-}
-
-.py-4 {
- padding-top: 1.5rem !important;
- padding-bottom: 1.5rem !important;
-}
-
-.p-5 {
- padding: 3rem 3rem !important;
-}
-
-.pt-5 {
- padding-top: 3rem !important;
-}
-
-.pr-5 {
- padding-right: 3rem !important;
-}
-
-.pb-5 {
- padding-bottom: 3rem !important;
-}
-
-.pl-5 {
- padding-left: 3rem !important;
-}
-
-.px-5 {
- padding-right: 3rem !important;
- padding-left: 3rem !important;
-}
-
-.py-5 {
- padding-top: 3rem !important;
- padding-bottom: 3rem !important;
-}
-
-.m-auto {
- margin: auto !important;
-}
-
-.mt-auto {
- margin-top: auto !important;
-}
-
-.mr-auto {
- margin-right: auto !important;
-}
-
-.mb-auto {
- margin-bottom: auto !important;
-}
-
-.ml-auto {
- margin-left: auto !important;
-}
-
-.mx-auto {
- margin-right: auto !important;
- margin-left: auto !important;
-}
-
-.my-auto {
- margin-top: auto !important;
- margin-bottom: auto !important;
-}
-
-@media (min-width: 576px) {
- .m-sm-0 {
- margin: 0 0 !important;
- }
- .mt-sm-0 {
- margin-top: 0 !important;
- }
- .mr-sm-0 {
- margin-right: 0 !important;
- }
- .mb-sm-0 {
- margin-bottom: 0 !important;
- }
- .ml-sm-0 {
- margin-left: 0 !important;
- }
- .mx-sm-0 {
- margin-right: 0 !important;
- margin-left: 0 !important;
- }
- .my-sm-0 {
- margin-top: 0 !important;
- margin-bottom: 0 !important;
- }
- .m-sm-1 {
- margin: 0.25rem 0.25rem !important;
- }
- .mt-sm-1 {
- margin-top: 0.25rem !important;
- }
- .mr-sm-1 {
- margin-right: 0.25rem !important;
- }
- .mb-sm-1 {
- margin-bottom: 0.25rem !important;
- }
- .ml-sm-1 {
- margin-left: 0.25rem !important;
- }
- .mx-sm-1 {
- margin-right: 0.25rem !important;
- margin-left: 0.25rem !important;
- }
- .my-sm-1 {
- margin-top: 0.25rem !important;
- margin-bottom: 0.25rem !important;
- }
- .m-sm-2 {
- margin: 0.5rem 0.5rem !important;
- }
- .mt-sm-2 {
- margin-top: 0.5rem !important;
- }
- .mr-sm-2 {
- margin-right: 0.5rem !important;
- }
- .mb-sm-2 {
- margin-bottom: 0.5rem !important;
- }
- .ml-sm-2 {
- margin-left: 0.5rem !important;
- }
- .mx-sm-2 {
- margin-right: 0.5rem !important;
- margin-left: 0.5rem !important;
- }
- .my-sm-2 {
- margin-top: 0.5rem !important;
- margin-bottom: 0.5rem !important;
- }
- .m-sm-3 {
- margin: 1rem 1rem !important;
- }
- .mt-sm-3 {
- margin-top: 1rem !important;
- }
- .mr-sm-3 {
- margin-right: 1rem !important;
- }
- .mb-sm-3 {
- margin-bottom: 1rem !important;
- }
- .ml-sm-3 {
- margin-left: 1rem !important;
- }
- .mx-sm-3 {
- margin-right: 1rem !important;
- margin-left: 1rem !important;
- }
- .my-sm-3 {
- margin-top: 1rem !important;
- margin-bottom: 1rem !important;
- }
- .m-sm-4 {
- margin: 1.5rem 1.5rem !important;
- }
- .mt-sm-4 {
- margin-top: 1.5rem !important;
- }
- .mr-sm-4 {
- margin-right: 1.5rem !important;
- }
- .mb-sm-4 {
- margin-bottom: 1.5rem !important;
- }
- .ml-sm-4 {
- margin-left: 1.5rem !important;
- }
- .mx-sm-4 {
- margin-right: 1.5rem !important;
- margin-left: 1.5rem !important;
- }
- .my-sm-4 {
- margin-top: 1.5rem !important;
- margin-bottom: 1.5rem !important;
- }
- .m-sm-5 {
- margin: 3rem 3rem !important;
- }
- .mt-sm-5 {
- margin-top: 3rem !important;
- }
- .mr-sm-5 {
- margin-right: 3rem !important;
- }
- .mb-sm-5 {
- margin-bottom: 3rem !important;
- }
- .ml-sm-5 {
- margin-left: 3rem !important;
- }
- .mx-sm-5 {
- margin-right: 3rem !important;
- margin-left: 3rem !important;
- }
- .my-sm-5 {
- margin-top: 3rem !important;
- margin-bottom: 3rem !important;
- }
- .p-sm-0 {
- padding: 0 0 !important;
- }
- .pt-sm-0 {
- padding-top: 0 !important;
- }
- .pr-sm-0 {
- padding-right: 0 !important;
- }
- .pb-sm-0 {
- padding-bottom: 0 !important;
- }
- .pl-sm-0 {
- padding-left: 0 !important;
- }
- .px-sm-0 {
- padding-right: 0 !important;
- padding-left: 0 !important;
- }
- .py-sm-0 {
- padding-top: 0 !important;
- padding-bottom: 0 !important;
- }
- .p-sm-1 {
- padding: 0.25rem 0.25rem !important;
- }
- .pt-sm-1 {
- padding-top: 0.25rem !important;
- }
- .pr-sm-1 {
- padding-right: 0.25rem !important;
- }
- .pb-sm-1 {
- padding-bottom: 0.25rem !important;
- }
- .pl-sm-1 {
- padding-left: 0.25rem !important;
- }
- .px-sm-1 {
- padding-right: 0.25rem !important;
- padding-left: 0.25rem !important;
- }
- .py-sm-1 {
- padding-top: 0.25rem !important;
- padding-bottom: 0.25rem !important;
- }
- .p-sm-2 {
- padding: 0.5rem 0.5rem !important;
- }
- .pt-sm-2 {
- padding-top: 0.5rem !important;
- }
- .pr-sm-2 {
- padding-right: 0.5rem !important;
- }
- .pb-sm-2 {
- padding-bottom: 0.5rem !important;
- }
- .pl-sm-2 {
- padding-left: 0.5rem !important;
- }
- .px-sm-2 {
- padding-right: 0.5rem !important;
- padding-left: 0.5rem !important;
- }
- .py-sm-2 {
- padding-top: 0.5rem !important;
- padding-bottom: 0.5rem !important;
- }
- .p-sm-3 {
- padding: 1rem 1rem !important;
- }
- .pt-sm-3 {
- padding-top: 1rem !important;
- }
- .pr-sm-3 {
- padding-right: 1rem !important;
- }
- .pb-sm-3 {
- padding-bottom: 1rem !important;
- }
- .pl-sm-3 {
- padding-left: 1rem !important;
- }
- .px-sm-3 {
- padding-right: 1rem !important;
- padding-left: 1rem !important;
- }
- .py-sm-3 {
- padding-top: 1rem !important;
- padding-bottom: 1rem !important;
- }
- .p-sm-4 {
- padding: 1.5rem 1.5rem !important;
- }
- .pt-sm-4 {
- padding-top: 1.5rem !important;
- }
- .pr-sm-4 {
- padding-right: 1.5rem !important;
- }
- .pb-sm-4 {
- padding-bottom: 1.5rem !important;
- }
- .pl-sm-4 {
- padding-left: 1.5rem !important;
- }
- .px-sm-4 {
- padding-right: 1.5rem !important;
- padding-left: 1.5rem !important;
- }
- .py-sm-4 {
- padding-top: 1.5rem !important;
- padding-bottom: 1.5rem !important;
- }
- .p-sm-5 {
- padding: 3rem 3rem !important;
- }
- .pt-sm-5 {
- padding-top: 3rem !important;
- }
- .pr-sm-5 {
- padding-right: 3rem !important;
- }
- .pb-sm-5 {
- padding-bottom: 3rem !important;
- }
- .pl-sm-5 {
- padding-left: 3rem !important;
- }
- .px-sm-5 {
- padding-right: 3rem !important;
- padding-left: 3rem !important;
- }
- .py-sm-5 {
- padding-top: 3rem !important;
- padding-bottom: 3rem !important;
- }
- .m-sm-auto {
- margin: auto !important;
- }
- .mt-sm-auto {
- margin-top: auto !important;
- }
- .mr-sm-auto {
- margin-right: auto !important;
- }
- .mb-sm-auto {
- margin-bottom: auto !important;
- }
- .ml-sm-auto {
- margin-left: auto !important;
- }
- .mx-sm-auto {
- margin-right: auto !important;
- margin-left: auto !important;
- }
- .my-sm-auto {
- margin-top: auto !important;
- margin-bottom: auto !important;
- }
-}
-
-@media (min-width: 768px) {
- .m-md-0 {
- margin: 0 0 !important;
- }
- .mt-md-0 {
- margin-top: 0 !important;
- }
- .mr-md-0 {
- margin-right: 0 !important;
- }
- .mb-md-0 {
- margin-bottom: 0 !important;
- }
- .ml-md-0 {
- margin-left: 0 !important;
- }
- .mx-md-0 {
- margin-right: 0 !important;
- margin-left: 0 !important;
- }
- .my-md-0 {
- margin-top: 0 !important;
- margin-bottom: 0 !important;
- }
- .m-md-1 {
- margin: 0.25rem 0.25rem !important;
- }
- .mt-md-1 {
- margin-top: 0.25rem !important;
- }
- .mr-md-1 {
- margin-right: 0.25rem !important;
- }
- .mb-md-1 {
- margin-bottom: 0.25rem !important;
- }
- .ml-md-1 {
- margin-left: 0.25rem !important;
- }
- .mx-md-1 {
- margin-right: 0.25rem !important;
- margin-left: 0.25rem !important;
- }
- .my-md-1 {
- margin-top: 0.25rem !important;
- margin-bottom: 0.25rem !important;
- }
- .m-md-2 {
- margin: 0.5rem 0.5rem !important;
- }
- .mt-md-2 {
- margin-top: 0.5rem !important;
- }
- .mr-md-2 {
- margin-right: 0.5rem !important;
- }
- .mb-md-2 {
- margin-bottom: 0.5rem !important;
- }
- .ml-md-2 {
- margin-left: 0.5rem !important;
- }
- .mx-md-2 {
- margin-right: 0.5rem !important;
- margin-left: 0.5rem !important;
- }
- .my-md-2 {
- margin-top: 0.5rem !important;
- margin-bottom: 0.5rem !important;
- }
- .m-md-3 {
- margin: 1rem 1rem !important;
- }
- .mt-md-3 {
- margin-top: 1rem !important;
- }
- .mr-md-3 {
- margin-right: 1rem !important;
- }
- .mb-md-3 {
- margin-bottom: 1rem !important;
- }
- .ml-md-3 {
- margin-left: 1rem !important;
- }
- .mx-md-3 {
- margin-right: 1rem !important;
- margin-left: 1rem !important;
- }
- .my-md-3 {
- margin-top: 1rem !important;
- margin-bottom: 1rem !important;
- }
- .m-md-4 {
- margin: 1.5rem 1.5rem !important;
- }
- .mt-md-4 {
- margin-top: 1.5rem !important;
- }
- .mr-md-4 {
- margin-right: 1.5rem !important;
- }
- .mb-md-4 {
- margin-bottom: 1.5rem !important;
- }
- .ml-md-4 {
- margin-left: 1.5rem !important;
- }
- .mx-md-4 {
- margin-right: 1.5rem !important;
- margin-left: 1.5rem !important;
- }
- .my-md-4 {
- margin-top: 1.5rem !important;
- margin-bottom: 1.5rem !important;
- }
- .m-md-5 {
- margin: 3rem 3rem !important;
- }
- .mt-md-5 {
- margin-top: 3rem !important;
- }
- .mr-md-5 {
- margin-right: 3rem !important;
- }
- .mb-md-5 {
- margin-bottom: 3rem !important;
- }
- .ml-md-5 {
- margin-left: 3rem !important;
- }
- .mx-md-5 {
- margin-right: 3rem !important;
- margin-left: 3rem !important;
- }
- .my-md-5 {
- margin-top: 3rem !important;
- margin-bottom: 3rem !important;
- }
- .p-md-0 {
- padding: 0 0 !important;
- }
- .pt-md-0 {
- padding-top: 0 !important;
- }
- .pr-md-0 {
- padding-right: 0 !important;
- }
- .pb-md-0 {
- padding-bottom: 0 !important;
- }
- .pl-md-0 {
- padding-left: 0 !important;
- }
- .px-md-0 {
- padding-right: 0 !important;
- padding-left: 0 !important;
- }
- .py-md-0 {
- padding-top: 0 !important;
- padding-bottom: 0 !important;
- }
- .p-md-1 {
- padding: 0.25rem 0.25rem !important;
- }
- .pt-md-1 {
- padding-top: 0.25rem !important;
- }
- .pr-md-1 {
- padding-right: 0.25rem !important;
- }
- .pb-md-1 {
- padding-bottom: 0.25rem !important;
- }
- .pl-md-1 {
- padding-left: 0.25rem !important;
- }
- .px-md-1 {
- padding-right: 0.25rem !important;
- padding-left: 0.25rem !important;
- }
- .py-md-1 {
- padding-top: 0.25rem !important;
- padding-bottom: 0.25rem !important;
- }
- .p-md-2 {
- padding: 0.5rem 0.5rem !important;
- }
- .pt-md-2 {
- padding-top: 0.5rem !important;
- }
- .pr-md-2 {
- padding-right: 0.5rem !important;
- }
- .pb-md-2 {
- padding-bottom: 0.5rem !important;
- }
- .pl-md-2 {
- padding-left: 0.5rem !important;
- }
- .px-md-2 {
- padding-right: 0.5rem !important;
- padding-left: 0.5rem !important;
- }
- .py-md-2 {
- padding-top: 0.5rem !important;
- padding-bottom: 0.5rem !important;
- }
- .p-md-3 {
- padding: 1rem 1rem !important;
- }
- .pt-md-3 {
- padding-top: 1rem !important;
- }
- .pr-md-3 {
- padding-right: 1rem !important;
- }
- .pb-md-3 {
- padding-bottom: 1rem !important;
- }
- .pl-md-3 {
- padding-left: 1rem !important;
- }
- .px-md-3 {
- padding-right: 1rem !important;
- padding-left: 1rem !important;
- }
- .py-md-3 {
- padding-top: 1rem !important;
- padding-bottom: 1rem !important;
- }
- .p-md-4 {
- padding: 1.5rem 1.5rem !important;
- }
- .pt-md-4 {
- padding-top: 1.5rem !important;
- }
- .pr-md-4 {
- padding-right: 1.5rem !important;
- }
- .pb-md-4 {
- padding-bottom: 1.5rem !important;
- }
- .pl-md-4 {
- padding-left: 1.5rem !important;
- }
- .px-md-4 {
- padding-right: 1.5rem !important;
- padding-left: 1.5rem !important;
- }
- .py-md-4 {
- padding-top: 1.5rem !important;
- padding-bottom: 1.5rem !important;
- }
- .p-md-5 {
- padding: 3rem 3rem !important;
- }
- .pt-md-5 {
- padding-top: 3rem !important;
- }
- .pr-md-5 {
- padding-right: 3rem !important;
- }
- .pb-md-5 {
- padding-bottom: 3rem !important;
- }
- .pl-md-5 {
- padding-left: 3rem !important;
- }
- .px-md-5 {
- padding-right: 3rem !important;
- padding-left: 3rem !important;
- }
- .py-md-5 {
- padding-top: 3rem !important;
- padding-bottom: 3rem !important;
- }
- .m-md-auto {
- margin: auto !important;
- }
- .mt-md-auto {
- margin-top: auto !important;
- }
- .mr-md-auto {
- margin-right: auto !important;
- }
- .mb-md-auto {
- margin-bottom: auto !important;
- }
- .ml-md-auto {
- margin-left: auto !important;
- }
- .mx-md-auto {
- margin-right: auto !important;
- margin-left: auto !important;
- }
- .my-md-auto {
- margin-top: auto !important;
- margin-bottom: auto !important;
- }
-}
-
-@media (min-width: 992px) {
- .m-lg-0 {
- margin: 0 0 !important;
- }
- .mt-lg-0 {
- margin-top: 0 !important;
- }
- .mr-lg-0 {
- margin-right: 0 !important;
- }
- .mb-lg-0 {
- margin-bottom: 0 !important;
- }
- .ml-lg-0 {
- margin-left: 0 !important;
- }
- .mx-lg-0 {
- margin-right: 0 !important;
- margin-left: 0 !important;
- }
- .my-lg-0 {
- margin-top: 0 !important;
- margin-bottom: 0 !important;
- }
- .m-lg-1 {
- margin: 0.25rem 0.25rem !important;
- }
- .mt-lg-1 {
- margin-top: 0.25rem !important;
- }
- .mr-lg-1 {
- margin-right: 0.25rem !important;
- }
- .mb-lg-1 {
- margin-bottom: 0.25rem !important;
- }
- .ml-lg-1 {
- margin-left: 0.25rem !important;
- }
- .mx-lg-1 {
- margin-right: 0.25rem !important;
- margin-left: 0.25rem !important;
- }
- .my-lg-1 {
- margin-top: 0.25rem !important;
- margin-bottom: 0.25rem !important;
- }
- .m-lg-2 {
- margin: 0.5rem 0.5rem !important;
- }
- .mt-lg-2 {
- margin-top: 0.5rem !important;
- }
- .mr-lg-2 {
- margin-right: 0.5rem !important;
- }
- .mb-lg-2 {
- margin-bottom: 0.5rem !important;
- }
- .ml-lg-2 {
- margin-left: 0.5rem !important;
- }
- .mx-lg-2 {
- margin-right: 0.5rem !important;
- margin-left: 0.5rem !important;
- }
- .my-lg-2 {
- margin-top: 0.5rem !important;
- margin-bottom: 0.5rem !important;
- }
- .m-lg-3 {
- margin: 1rem 1rem !important;
- }
- .mt-lg-3 {
- margin-top: 1rem !important;
- }
- .mr-lg-3 {
- margin-right: 1rem !important;
- }
- .mb-lg-3 {
- margin-bottom: 1rem !important;
- }
- .ml-lg-3 {
- margin-left: 1rem !important;
- }
- .mx-lg-3 {
- margin-right: 1rem !important;
- margin-left: 1rem !important;
- }
- .my-lg-3 {
- margin-top: 1rem !important;
- margin-bottom: 1rem !important;
- }
- .m-lg-4 {
- margin: 1.5rem 1.5rem !important;
- }
- .mt-lg-4 {
- margin-top: 1.5rem !important;
- }
- .mr-lg-4 {
- margin-right: 1.5rem !important;
- }
- .mb-lg-4 {
- margin-bottom: 1.5rem !important;
- }
- .ml-lg-4 {
- margin-left: 1.5rem !important;
- }
- .mx-lg-4 {
- margin-right: 1.5rem !important;
- margin-left: 1.5rem !important;
- }
- .my-lg-4 {
- margin-top: 1.5rem !important;
- margin-bottom: 1.5rem !important;
- }
- .m-lg-5 {
- margin: 3rem 3rem !important;
- }
- .mt-lg-5 {
- margin-top: 3rem !important;
- }
- .mr-lg-5 {
- margin-right: 3rem !important;
- }
- .mb-lg-5 {
- margin-bottom: 3rem !important;
- }
- .ml-lg-5 {
- margin-left: 3rem !important;
- }
- .mx-lg-5 {
- margin-right: 3rem !important;
- margin-left: 3rem !important;
- }
- .my-lg-5 {
- margin-top: 3rem !important;
- margin-bottom: 3rem !important;
- }
- .p-lg-0 {
- padding: 0 0 !important;
- }
- .pt-lg-0 {
- padding-top: 0 !important;
- }
- .pr-lg-0 {
- padding-right: 0 !important;
- }
- .pb-lg-0 {
- padding-bottom: 0 !important;
- }
- .pl-lg-0 {
- padding-left: 0 !important;
- }
- .px-lg-0 {
- padding-right: 0 !important;
- padding-left: 0 !important;
- }
- .py-lg-0 {
- padding-top: 0 !important;
- padding-bottom: 0 !important;
- }
- .p-lg-1 {
- padding: 0.25rem 0.25rem !important;
- }
- .pt-lg-1 {
- padding-top: 0.25rem !important;
- }
- .pr-lg-1 {
- padding-right: 0.25rem !important;
- }
- .pb-lg-1 {
- padding-bottom: 0.25rem !important;
- }
- .pl-lg-1 {
- padding-left: 0.25rem !important;
- }
- .px-lg-1 {
- padding-right: 0.25rem !important;
- padding-left: 0.25rem !important;
- }
- .py-lg-1 {
- padding-top: 0.25rem !important;
- padding-bottom: 0.25rem !important;
- }
- .p-lg-2 {
- padding: 0.5rem 0.5rem !important;
- }
- .pt-lg-2 {
- padding-top: 0.5rem !important;
- }
- .pr-lg-2 {
- padding-right: 0.5rem !important;
- }
- .pb-lg-2 {
- padding-bottom: 0.5rem !important;
- }
- .pl-lg-2 {
- padding-left: 0.5rem !important;
- }
- .px-lg-2 {
- padding-right: 0.5rem !important;
- padding-left: 0.5rem !important;
- }
- .py-lg-2 {
- padding-top: 0.5rem !important;
- padding-bottom: 0.5rem !important;
- }
- .p-lg-3 {
- padding: 1rem 1rem !important;
- }
- .pt-lg-3 {
- padding-top: 1rem !important;
- }
- .pr-lg-3 {
- padding-right: 1rem !important;
- }
- .pb-lg-3 {
- padding-bottom: 1rem !important;
- }
- .pl-lg-3 {
- padding-left: 1rem !important;
- }
- .px-lg-3 {
- padding-right: 1rem !important;
- padding-left: 1rem !important;
- }
- .py-lg-3 {
- padding-top: 1rem !important;
- padding-bottom: 1rem !important;
- }
- .p-lg-4 {
- padding: 1.5rem 1.5rem !important;
- }
- .pt-lg-4 {
- padding-top: 1.5rem !important;
- }
- .pr-lg-4 {
- padding-right: 1.5rem !important;
- }
- .pb-lg-4 {
- padding-bottom: 1.5rem !important;
- }
- .pl-lg-4 {
- padding-left: 1.5rem !important;
- }
- .px-lg-4 {
- padding-right: 1.5rem !important;
- padding-left: 1.5rem !important;
- }
- .py-lg-4 {
- padding-top: 1.5rem !important;
- padding-bottom: 1.5rem !important;
- }
- .p-lg-5 {
- padding: 3rem 3rem !important;
- }
- .pt-lg-5 {
- padding-top: 3rem !important;
- }
- .pr-lg-5 {
- padding-right: 3rem !important;
- }
- .pb-lg-5 {
- padding-bottom: 3rem !important;
- }
- .pl-lg-5 {
- padding-left: 3rem !important;
- }
- .px-lg-5 {
- padding-right: 3rem !important;
- padding-left: 3rem !important;
- }
- .py-lg-5 {
- padding-top: 3rem !important;
- padding-bottom: 3rem !important;
- }
- .m-lg-auto {
- margin: auto !important;
- }
- .mt-lg-auto {
- margin-top: auto !important;
- }
- .mr-lg-auto {
- margin-right: auto !important;
- }
- .mb-lg-auto {
- margin-bottom: auto !important;
- }
- .ml-lg-auto {
- margin-left: auto !important;
- }
- .mx-lg-auto {
- margin-right: auto !important;
- margin-left: auto !important;
- }
- .my-lg-auto {
- margin-top: auto !important;
- margin-bottom: auto !important;
- }
-}
-
-@media (min-width: 1200px) {
- .m-xl-0 {
- margin: 0 0 !important;
- }
- .mt-xl-0 {
- margin-top: 0 !important;
- }
- .mr-xl-0 {
- margin-right: 0 !important;
- }
- .mb-xl-0 {
- margin-bottom: 0 !important;
- }
- .ml-xl-0 {
- margin-left: 0 !important;
- }
- .mx-xl-0 {
- margin-right: 0 !important;
- margin-left: 0 !important;
- }
- .my-xl-0 {
- margin-top: 0 !important;
- margin-bottom: 0 !important;
- }
- .m-xl-1 {
- margin: 0.25rem 0.25rem !important;
- }
- .mt-xl-1 {
- margin-top: 0.25rem !important;
- }
- .mr-xl-1 {
- margin-right: 0.25rem !important;
- }
- .mb-xl-1 {
- margin-bottom: 0.25rem !important;
- }
- .ml-xl-1 {
- margin-left: 0.25rem !important;
- }
- .mx-xl-1 {
- margin-right: 0.25rem !important;
- margin-left: 0.25rem !important;
- }
- .my-xl-1 {
- margin-top: 0.25rem !important;
- margin-bottom: 0.25rem !important;
- }
- .m-xl-2 {
- margin: 0.5rem 0.5rem !important;
- }
- .mt-xl-2 {
- margin-top: 0.5rem !important;
- }
- .mr-xl-2 {
- margin-right: 0.5rem !important;
- }
- .mb-xl-2 {
- margin-bottom: 0.5rem !important;
- }
- .ml-xl-2 {
- margin-left: 0.5rem !important;
- }
- .mx-xl-2 {
- margin-right: 0.5rem !important;
- margin-left: 0.5rem !important;
- }
- .my-xl-2 {
- margin-top: 0.5rem !important;
- margin-bottom: 0.5rem !important;
- }
- .m-xl-3 {
- margin: 1rem 1rem !important;
- }
- .mt-xl-3 {
- margin-top: 1rem !important;
- }
- .mr-xl-3 {
- margin-right: 1rem !important;
- }
- .mb-xl-3 {
- margin-bottom: 1rem !important;
- }
- .ml-xl-3 {
- margin-left: 1rem !important;
- }
- .mx-xl-3 {
- margin-right: 1rem !important;
- margin-left: 1rem !important;
- }
- .my-xl-3 {
- margin-top: 1rem !important;
- margin-bottom: 1rem !important;
- }
- .m-xl-4 {
- margin: 1.5rem 1.5rem !important;
- }
- .mt-xl-4 {
- margin-top: 1.5rem !important;
- }
- .mr-xl-4 {
- margin-right: 1.5rem !important;
- }
- .mb-xl-4 {
- margin-bottom: 1.5rem !important;
- }
- .ml-xl-4 {
- margin-left: 1.5rem !important;
- }
- .mx-xl-4 {
- margin-right: 1.5rem !important;
- margin-left: 1.5rem !important;
- }
- .my-xl-4 {
- margin-top: 1.5rem !important;
- margin-bottom: 1.5rem !important;
- }
- .m-xl-5 {
- margin: 3rem 3rem !important;
- }
- .mt-xl-5 {
- margin-top: 3rem !important;
- }
- .mr-xl-5 {
- margin-right: 3rem !important;
- }
- .mb-xl-5 {
- margin-bottom: 3rem !important;
- }
- .ml-xl-5 {
- margin-left: 3rem !important;
- }
- .mx-xl-5 {
- margin-right: 3rem !important;
- margin-left: 3rem !important;
- }
- .my-xl-5 {
- margin-top: 3rem !important;
- margin-bottom: 3rem !important;
- }
- .p-xl-0 {
- padding: 0 0 !important;
- }
- .pt-xl-0 {
- padding-top: 0 !important;
- }
- .pr-xl-0 {
- padding-right: 0 !important;
- }
- .pb-xl-0 {
- padding-bottom: 0 !important;
- }
- .pl-xl-0 {
- padding-left: 0 !important;
- }
- .px-xl-0 {
- padding-right: 0 !important;
- padding-left: 0 !important;
- }
- .py-xl-0 {
- padding-top: 0 !important;
- padding-bottom: 0 !important;
- }
- .p-xl-1 {
- padding: 0.25rem 0.25rem !important;
- }
- .pt-xl-1 {
- padding-top: 0.25rem !important;
- }
- .pr-xl-1 {
- padding-right: 0.25rem !important;
- }
- .pb-xl-1 {
- padding-bottom: 0.25rem !important;
- }
- .pl-xl-1 {
- padding-left: 0.25rem !important;
- }
- .px-xl-1 {
- padding-right: 0.25rem !important;
- padding-left: 0.25rem !important;
- }
- .py-xl-1 {
- padding-top: 0.25rem !important;
- padding-bottom: 0.25rem !important;
- }
- .p-xl-2 {
- padding: 0.5rem 0.5rem !important;
- }
- .pt-xl-2 {
- padding-top: 0.5rem !important;
- }
- .pr-xl-2 {
- padding-right: 0.5rem !important;
- }
- .pb-xl-2 {
- padding-bottom: 0.5rem !important;
- }
- .pl-xl-2 {
- padding-left: 0.5rem !important;
- }
- .px-xl-2 {
- padding-right: 0.5rem !important;
- padding-left: 0.5rem !important;
- }
- .py-xl-2 {
- padding-top: 0.5rem !important;
- padding-bottom: 0.5rem !important;
- }
- .p-xl-3 {
- padding: 1rem 1rem !important;
- }
- .pt-xl-3 {
- padding-top: 1rem !important;
- }
- .pr-xl-3 {
- padding-right: 1rem !important;
- }
- .pb-xl-3 {
- padding-bottom: 1rem !important;
- }
- .pl-xl-3 {
- padding-left: 1rem !important;
- }
- .px-xl-3 {
- padding-right: 1rem !important;
- padding-left: 1rem !important;
- }
- .py-xl-3 {
- padding-top: 1rem !important;
- padding-bottom: 1rem !important;
- }
- .p-xl-4 {
- padding: 1.5rem 1.5rem !important;
- }
- .pt-xl-4 {
- padding-top: 1.5rem !important;
- }
- .pr-xl-4 {
- padding-right: 1.5rem !important;
- }
- .pb-xl-4 {
- padding-bottom: 1.5rem !important;
- }
- .pl-xl-4 {
- padding-left: 1.5rem !important;
- }
- .px-xl-4 {
- padding-right: 1.5rem !important;
- padding-left: 1.5rem !important;
- }
- .py-xl-4 {
- padding-top: 1.5rem !important;
- padding-bottom: 1.5rem !important;
- }
- .p-xl-5 {
- padding: 3rem 3rem !important;
- }
- .pt-xl-5 {
- padding-top: 3rem !important;
- }
- .pr-xl-5 {
- padding-right: 3rem !important;
- }
- .pb-xl-5 {
- padding-bottom: 3rem !important;
- }
- .pl-xl-5 {
- padding-left: 3rem !important;
- }
- .px-xl-5 {
- padding-right: 3rem !important;
- padding-left: 3rem !important;
- }
- .py-xl-5 {
- padding-top: 3rem !important;
- padding-bottom: 3rem !important;
- }
- .m-xl-auto {
- margin: auto !important;
- }
- .mt-xl-auto {
- margin-top: auto !important;
- }
- .mr-xl-auto {
- margin-right: auto !important;
- }
- .mb-xl-auto {
- margin-bottom: auto !important;
- }
- .ml-xl-auto {
- margin-left: auto !important;
- }
- .mx-xl-auto {
- margin-right: auto !important;
- margin-left: auto !important;
- }
- .my-xl-auto {
- margin-top: auto !important;
- margin-bottom: auto !important;
- }
-}
-
-.text-justify {
- text-align: justify !important;
-}
-
-.text-nowrap {
- white-space: nowrap !important;
-}
-
-.text-truncate {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
-}
-
-.text-left {
- text-align: left !important;
-}
-
-.text-right {
- text-align: right !important;
-}
-
-.text-center {
- text-align: center !important;
-}
-
-@media (min-width: 576px) {
- .text-sm-left {
- text-align: left !important;
- }
- .text-sm-right {
- text-align: right !important;
- }
- .text-sm-center {
- text-align: center !important;
- }
-}
-
-@media (min-width: 768px) {
- .text-md-left {
- text-align: left !important;
- }
- .text-md-right {
- text-align: right !important;
- }
- .text-md-center {
- text-align: center !important;
- }
-}
-
-@media (min-width: 992px) {
- .text-lg-left {
- text-align: left !important;
- }
- .text-lg-right {
- text-align: right !important;
- }
- .text-lg-center {
- text-align: center !important;
- }
-}
-
-@media (min-width: 1200px) {
- .text-xl-left {
- text-align: left !important;
- }
- .text-xl-right {
- text-align: right !important;
- }
- .text-xl-center {
- text-align: center !important;
- }
-}
-
-.text-lowercase {
- text-transform: lowercase !important;
-}
-
-.text-uppercase {
- text-transform: uppercase !important;
-}
-
-.text-capitalize {
- text-transform: capitalize !important;
-}
-
-.font-weight-normal {
- font-weight: normal;
-}
-
-.font-weight-bold {
- font-weight: bold;
-}
-
-.font-italic {
- font-style: italic;
-}
-
-.text-white {
- color: #fff !important;
-}
-
-.text-muted {
- color: #636c72 !important;
-}
-
-a.text-muted:focus, a.text-muted:hover {
- color: #4b5257 !important;
-}
-
-.text-primary {
- color: #0275d8 !important;
-}
-
-a.text-primary:focus, a.text-primary:hover {
- color: #025aa5 !important;
-}
-
-.text-success {
- color: #5cb85c !important;
-}
-
-a.text-success:focus, a.text-success:hover {
- color: #449d44 !important;
-}
-
-.text-info {
- color: #5bc0de !important;
-}
-
-a.text-info:focus, a.text-info:hover {
- color: #31b0d5 !important;
-}
-
-.text-warning {
- color: #f0ad4e !important;
-}
-
-a.text-warning:focus, a.text-warning:hover {
- color: #ec971f !important;
-}
-
-.text-danger {
- color: #d9534f !important;
-}
-
-a.text-danger:focus, a.text-danger:hover {
- color: #c9302c !important;
-}
-
-.text-gray-dark {
- color: #292b2c !important;
-}
-
-a.text-gray-dark:focus, a.text-gray-dark:hover {
- color: #101112 !important;
-}
-
-.text-hide {
- font: 0/0 a;
- color: transparent;
- text-shadow: none;
- background-color: transparent;
- border: 0;
-}
-
-.invisible {
- visibility: hidden !important;
-}
-
-.hidden-xs-up {
- display: none !important;
-}
-
-@media (max-width: 575px) {
- .hidden-xs-down {
- display: none !important;
- }
-}
-
-@media (min-width: 576px) {
- .hidden-sm-up {
- display: none !important;
- }
-}
-
-@media (max-width: 767px) {
- .hidden-sm-down {
- display: none !important;
- }
-}
-
-@media (min-width: 768px) {
- .hidden-md-up {
- display: none !important;
- }
-}
-
-@media (max-width: 991px) {
- .hidden-md-down {
- display: none !important;
- }
-}
-
-@media (min-width: 992px) {
- .hidden-lg-up {
- display: none !important;
- }
-}
-
-@media (max-width: 1199px) {
- .hidden-lg-down {
- display: none !important;
- }
-}
-
-@media (min-width: 1200px) {
- .hidden-xl-up {
- display: none !important;
- }
-}
-
-.hidden-xl-down {
- display: none !important;
-}
-
-.visible-print-block {
- display: none !important;
-}
-
-@media print {
- .visible-print-block {
- display: block !important;
- }
-}
-
-.visible-print-inline {
- display: none !important;
-}
-
-@media print {
- .visible-print-inline {
- display: inline !important;
- }
-}
-
-.visible-print-inline-block {
- display: none !important;
-}
-
-@media print {
- .visible-print-inline-block {
- display: inline-block !important;
- }
-}
-
-@media print {
- .hidden-print {
- display: none !important;
- }
-}
-/*# sourceMappingURL=bootstrap.css.map */ \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/font-awesome.min.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/font-awesome.min.css
deleted file mode 100644
index 248ea7ab..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/font-awesome.min.css
+++ /dev/null
@@ -1,4 +0,0 @@
-/*!
- * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
- * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
- */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} .fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} .fa-2x{font-size:2em} .fa-3x{font-size:3em} .fa-4x{font-size:4em} .fa-5x{font-size:5em} .fa-fw{width:1.28571429em;text-align:center} .fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} .fa-ul>li{position:relative} .fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} .fa-li.fa-lg{left:-1.85714286em} .fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em} .fa-pull-left{float:left} .fa-pull-right{float:right} .fa.fa-pull-left{margin-right:.3em} .fa.fa-pull-right{margin-left:.3em} .pull-right{float:right} .pull-left{float:left} .fa.pull-left{margin-right:.3em} .fa.pull-right{margin-left:.3em} .fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear} .fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)} @-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} @keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} .fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} .fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} .fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} .fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)} .fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)} :root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none} .fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} .fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} .fa-stack-1x{line-height:inherit} .fa-stack-2x{font-size:2em} .fa-inverse{color:#fff} .fa-glass:before{content:"\f000"} .fa-music:before{content:"\f001"} .fa-search:before{content:"\f002"} .fa-envelope-o:before{content:"\f003"} .fa-heart:before{content:"\f004"} .fa-star:before{content:"\f005"} .fa-star-o:before{content:"\f006"} .fa-user:before{content:"\f007"} .fa-film:before{content:"\f008"} .fa-th-large:before{content:"\f009"} .fa-th:before{content:"\f00a"} .fa-th-list:before{content:"\f00b"} .fa-check:before{content:"\f00c"} .fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"} .fa-search-plus:before{content:"\f00e"} .fa-search-minus:before{content:"\f010"} .fa-power-off:before{content:"\f011"} .fa-signal:before{content:"\f012"} .fa-gear:before,.fa-cog:before{content:"\f013"} .fa-trash-o:before{content:"\f014"} .fa-home:before{content:"\f015"} .fa-file-o:before{content:"\f016"} .fa-clock-o:before{content:"\f017"} .fa-road:before{content:"\f018"} .fa-download:before{content:"\f019"} .fa-arrow-circle-o-down:before{content:"\f01a"} .fa-arrow-circle-o-up:before{content:"\f01b"} .fa-inbox:before{content:"\f01c"} .fa-play-circle-o:before{content:"\f01d"} .fa-rotate-right:before,.fa-repeat:before{content:"\f01e"} .fa-refresh:before{content:"\f021"} .fa-list-alt:before{content:"\f022"} .fa-lock:before{content:"\f023"} .fa-flag:before{content:"\f024"} .fa-headphones:before{content:"\f025"} .fa-volume-off:before{content:"\f026"} .fa-volume-down:before{content:"\f027"} .fa-volume-up:before{content:"\f028"} .fa-qrcode:before{content:"\f029"} .fa-barcode:before{content:"\f02a"} .fa-tag:before{content:"\f02b"} .fa-tags:before{content:"\f02c"} .fa-book:before{content:"\f02d"} .fa-bookmark:before{content:"\f02e"} .fa-print:before{content:"\f02f"} .fa-camera:before{content:"\f030"} .fa-font:before{content:"\f031"} .fa-bold:before{content:"\f032"} .fa-italic:before{content:"\f033"} .fa-text-height:before{content:"\f034"} .fa-text-width:before{content:"\f035"} .fa-align-left:before{content:"\f036"} .fa-align-center:before{content:"\f037"} .fa-align-right:before{content:"\f038"} .fa-align-justify:before{content:"\f039"} .fa-list:before{content:"\f03a"} .fa-dedent:before,.fa-outdent:before{content:"\f03b"} .fa-indent:before{content:"\f03c"} .fa-video-camera:before{content:"\f03d"} .fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"} .fa-pencil:before{content:"\f040"} .fa-map-marker:before{content:"\f041"} .fa-adjust:before{content:"\f042"} .fa-tint:before{content:"\f043"} .fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} .fa-share-square-o:before{content:"\f045"} .fa-check-square-o:before{content:"\f046"} .fa-arrows:before{content:"\f047"} .fa-step-backward:before{content:"\f048"} .fa-fast-backward:before{content:"\f049"} .fa-backward:before{content:"\f04a"} .fa-play:before{content:"\f04b"} .fa-pause:before{content:"\f04c"} .fa-stop:before{content:"\f04d"} .fa-forward:before{content:"\f04e"} .fa-fast-forward:before{content:"\f050"} .fa-step-forward:before{content:"\f051"} .fa-eject:before{content:"\f052"} .fa-chevron-left:before{content:"\f053"} .fa-chevron-right:before{content:"\f054"} .fa-plus-circle:before{content:"\f055"} .fa-minus-circle:before{content:"\f056"} .fa-times-circle:before{content:"\f057"} .fa-check-circle:before{content:"\f058"} .fa-question-circle:before{content:"\f059"} .fa-info-circle:before{content:"\f05a"} .fa-crosshairs:before{content:"\f05b"} .fa-times-circle-o:before{content:"\f05c"} .fa-check-circle-o:before{content:"\f05d"} .fa-ban:before{content:"\f05e"} .fa-arrow-left:before{content:"\f060"} .fa-arrow-right:before{content:"\f061"} .fa-arrow-up:before{content:"\f062"} .fa-arrow-down:before{content:"\f063"} .fa-mail-forward:before,.fa-share:before{content:"\f064"} .fa-expand:before{content:"\f065"} .fa-compress:before{content:"\f066"} .fa-plus:before{content:"\f067"} .fa-minus:before{content:"\f068"} .fa-asterisk:before{content:"\f069"} .fa-exclamation-circle:before{content:"\f06a"} .fa-gift:before{content:"\f06b"} .fa-leaf:before{content:"\f06c"} .fa-fire:before{content:"\f06d"} .fa-eye:before{content:"\f06e"} .fa-eye-slash:before{content:"\f070"} .fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"} .fa-plane:before{content:"\f072"} .fa-calendar:before{content:"\f073"} .fa-random:before{content:"\f074"} .fa-comment:before{content:"\f075"} .fa-magnet:before{content:"\f076"} .fa-chevron-up:before{content:"\f077"} .fa-chevron-down:before{content:"\f078"} .fa-retweet:before{content:"\f079"} .fa-shopping-cart:before{content:"\f07a"} .fa-folder:before{content:"\f07b"} .fa-folder-open:before{content:"\f07c"} .fa-arrows-v:before{content:"\f07d"} .fa-arrows-h:before{content:"\f07e"} .fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} .fa-twitter-square:before{content:"\f081"} .fa-facebook-square:before{content:"\f082"} .fa-camera-retro:before{content:"\f083"} .fa-key:before{content:"\f084"} .fa-gears:before,.fa-cogs:before{content:"\f085"} .fa-comments:before{content:"\f086"} .fa-thumbs-o-up:before{content:"\f087"} .fa-thumbs-o-down:before{content:"\f088"} .fa-star-half:before{content:"\f089"} .fa-heart-o:before{content:"\f08a"} .fa-sign-out:before{content:"\f08b"} .fa-linkedin-square:before{content:"\f08c"} .fa-thumb-tack:before{content:"\f08d"} .fa-external-link:before{content:"\f08e"} .fa-sign-in:before{content:"\f090"} .fa-trophy:before{content:"\f091"} .fa-github-square:before{content:"\f092"} .fa-upload:before{content:"\f093"} .fa-lemon-o:before{content:"\f094"} .fa-phone:before{content:"\f095"} .fa-square-o:before{content:"\f096"} .fa-bookmark-o:before{content:"\f097"} .fa-phone-square:before{content:"\f098"} .fa-twitter:before{content:"\f099"} .fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} .fa-github:before{content:"\f09b"} .fa-unlock:before{content:"\f09c"} .fa-credit-card:before{content:"\f09d"} .fa-feed:before,.fa-rss:before{content:"\f09e"} .fa-hdd-o:before{content:"\f0a0"} .fa-bullhorn:before{content:"\f0a1"} .fa-bell:before{content:"\f0f3"} .fa-certificate:before{content:"\f0a3"} .fa-hand-o-right:before{content:"\f0a4"} .fa-hand-o-left:before{content:"\f0a5"} .fa-hand-o-up:before{content:"\f0a6"} .fa-hand-o-down:before{content:"\f0a7"} .fa-arrow-circle-left:before{content:"\f0a8"} .fa-arrow-circle-right:before{content:"\f0a9"} .fa-arrow-circle-up:before{content:"\f0aa"} .fa-arrow-circle-down:before{content:"\f0ab"} .fa-globe:before{content:"\f0ac"} .fa-wrench:before{content:"\f0ad"} .fa-tasks:before{content:"\f0ae"} .fa-filter:before{content:"\f0b0"} .fa-briefcase:before{content:"\f0b1"} .fa-arrows-alt:before{content:"\f0b2"} .fa-group:before,.fa-users:before{content:"\f0c0"} .fa-chain:before,.fa-link:before{content:"\f0c1"} .fa-cloud:before{content:"\f0c2"} .fa-flask:before{content:"\f0c3"} .fa-cut:before,.fa-scissors:before{content:"\f0c4"} .fa-copy:before,.fa-files-o:before{content:"\f0c5"} .fa-paperclip:before{content:"\f0c6"} .fa-save:before,.fa-floppy-o:before{content:"\f0c7"} .fa-square:before{content:"\f0c8"} .fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"} .fa-list-ul:before{content:"\f0ca"} .fa-list-ol:before{content:"\f0cb"} .fa-strikethrough:before{content:"\f0cc"} .fa-underline:before{content:"\f0cd"} .fa-table:before{content:"\f0ce"} .fa-magic:before{content:"\f0d0"} .fa-truck:before{content:"\f0d1"} .fa-pinterest:before{content:"\f0d2"} .fa-pinterest-square:before{content:"\f0d3"} .fa-google-plus-square:before{content:"\f0d4"} .fa-google-plus:before{content:"\f0d5"} .fa-money:before{content:"\f0d6"} .fa-caret-down:before{content:"\f0d7"} .fa-caret-up:before{content:"\f0d8"} .fa-caret-left:before{content:"\f0d9"} .fa-caret-right:before{content:"\f0da"} .fa-columns:before{content:"\f0db"} .fa-unsorted:before,.fa-sort:before{content:"\f0dc"} .fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"} .fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"} .fa-envelope:before{content:"\f0e0"} .fa-linkedin:before{content:"\f0e1"} .fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} .fa-legal:before,.fa-gavel:before{content:"\f0e3"} .fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} .fa-comment-o:before{content:"\f0e5"} .fa-comments-o:before{content:"\f0e6"} .fa-flash:before,.fa-bolt:before{content:"\f0e7"} .fa-sitemap:before{content:"\f0e8"} .fa-umbrella:before{content:"\f0e9"} .fa-paste:before,.fa-clipboard:before{content:"\f0ea"} .fa-lightbulb-o:before{content:"\f0eb"} .fa-exchange:before{content:"\f0ec"} .fa-cloud-download:before{content:"\f0ed"} .fa-cloud-upload:before{content:"\f0ee"} .fa-user-md:before{content:"\f0f0"} .fa-stethoscope:before{content:"\f0f1"} .fa-suitcase:before{content:"\f0f2"} .fa-bell-o:before{content:"\f0a2"} .fa-coffee:before{content:"\f0f4"} .fa-cutlery:before{content:"\f0f5"} .fa-file-text-o:before{content:"\f0f6"} .fa-building-o:before{content:"\f0f7"} .fa-hospital-o:before{content:"\f0f8"} .fa-ambulance:before{content:"\f0f9"} .fa-medkit:before{content:"\f0fa"} .fa-fighter-jet:before{content:"\f0fb"} .fa-beer:before{content:"\f0fc"} .fa-h-square:before{content:"\f0fd"} .fa-plus-square:before{content:"\f0fe"} .fa-angle-double-left:before{content:"\f100"} .fa-angle-double-right:before{content:"\f101"} .fa-angle-double-up:before{content:"\f102"} .fa-angle-double-down:before{content:"\f103"} .fa-angle-left:before{content:"\f104"} .fa-angle-right:before{content:"\f105"} .fa-angle-up:before{content:"\f106"} .fa-angle-down:before{content:"\f107"} .fa-desktop:before{content:"\f108"} .fa-laptop:before{content:"\f109"} .fa-tablet:before{content:"\f10a"} .fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} .fa-circle-o:before{content:"\f10c"} .fa-quote-left:before{content:"\f10d"} .fa-quote-right:before{content:"\f10e"} .fa-spinner:before{content:"\f110"} .fa-circle:before{content:"\f111"} .fa-mail-reply:before,.fa-reply:before{content:"\f112"} .fa-github-alt:before{content:"\f113"} .fa-folder-o:before{content:"\f114"} .fa-folder-open-o:before{content:"\f115"} .fa-smile-o:before{content:"\f118"} .fa-frown-o:before{content:"\f119"} .fa-meh-o:before{content:"\f11a"} .fa-gamepad:before{content:"\f11b"} .fa-keyboard-o:before{content:"\f11c"} .fa-flag-o:before{content:"\f11d"} .fa-flag-checkered:before{content:"\f11e"} .fa-terminal:before{content:"\f120"} .fa-code:before{content:"\f121"} .fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} .fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} .fa-location-arrow:before{content:"\f124"} .fa-crop:before{content:"\f125"} .fa-code-fork:before{content:"\f126"} .fa-unlink:before,.fa-chain-broken:before{content:"\f127"} .fa-question:before{content:"\f128"} .fa-info:before{content:"\f129"} .fa-exclamation:before{content:"\f12a"} .fa-superscript:before{content:"\f12b"} .fa-subscript:before{content:"\f12c"} .fa-eraser:before{content:"\f12d"} .fa-puzzle-piece:before{content:"\f12e"} .fa-microphone:before{content:"\f130"} .fa-microphone-slash:before{content:"\f131"} .fa-shield:before{content:"\f132"} .fa-calendar-o:before{content:"\f133"} .fa-fire-extinguisher:before{content:"\f134"} .fa-rocket:before{content:"\f135"} .fa-maxcdn:before{content:"\f136"} .fa-chevron-circle-left:before{content:"\f137"} .fa-chevron-circle-right:before{content:"\f138"} .fa-chevron-circle-up:before{content:"\f139"} .fa-chevron-circle-down:before{content:"\f13a"} .fa-html5:before{content:"\f13b"} .fa-css3:before{content:"\f13c"} .fa-anchor:before{content:"\f13d"} .fa-unlock-alt:before{content:"\f13e"} .fa-bullseye:before{content:"\f140"} .fa-ellipsis-h:before{content:"\f141"} .fa-ellipsis-v:before{content:"\f142"} .fa-rss-square:before{content:"\f143"} .fa-play-circle:before{content:"\f144"} .fa-ticket:before{content:"\f145"} .fa-minus-square:before{content:"\f146"} .fa-minus-square-o:before{content:"\f147"} .fa-level-up:before{content:"\f148"} .fa-level-down:before{content:"\f149"} .fa-check-square:before{content:"\f14a"} .fa-pencil-square:before{content:"\f14b"} .fa-external-link-square:before{content:"\f14c"} .fa-share-square:before{content:"\f14d"} .fa-compass:before{content:"\f14e"} .fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"} .fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"} .fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"} .fa-euro:before,.fa-eur:before{content:"\f153"} .fa-gbp:before{content:"\f154"} .fa-dollar:before,.fa-usd:before{content:"\f155"} .fa-rupee:before,.fa-inr:before{content:"\f156"} .fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"} .fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"} .fa-won:before,.fa-krw:before{content:"\f159"} .fa-bitcoin:before,.fa-btc:before{content:"\f15a"} .fa-file:before{content:"\f15b"} .fa-file-text:before{content:"\f15c"} .fa-sort-alpha-asc:before{content:"\f15d"} .fa-sort-alpha-desc:before{content:"\f15e"} .fa-sort-amount-asc:before{content:"\f160"} .fa-sort-amount-desc:before{content:"\f161"} .fa-sort-numeric-asc:before{content:"\f162"} .fa-sort-numeric-desc:before{content:"\f163"} .fa-thumbs-up:before{content:"\f164"} .fa-thumbs-down:before{content:"\f165"} .fa-youtube-square:before{content:"\f166"} .fa-youtube:before{content:"\f167"} .fa-xing:before{content:"\f168"} .fa-xing-square:before{content:"\f169"} .fa-youtube-play:before{content:"\f16a"} .fa-dropbox:before{content:"\f16b"} .fa-stack-overflow:before{content:"\f16c"} .fa-instagram:before{content:"\f16d"} .fa-flickr:before{content:"\f16e"} .fa-adn:before{content:"\f170"} .fa-bitbucket:before{content:"\f171"} .fa-bitbucket-square:before{content:"\f172"} .fa-tumblr:before{content:"\f173"} .fa-tumblr-square:before{content:"\f174"} .fa-long-arrow-down:before{content:"\f175"} .fa-long-arrow-up:before{content:"\f176"} .fa-long-arrow-left:before{content:"\f177"} .fa-long-arrow-right:before{content:"\f178"} .fa-apple:before{content:"\f179"} .fa-windows:before{content:"\f17a"} .fa-android:before{content:"\f17b"} .fa-linux:before{content:"\f17c"} .fa-dribbble:before{content:"\f17d"} .fa-skype:before{content:"\f17e"} .fa-foursquare:before{content:"\f180"} .fa-trello:before{content:"\f181"} .fa-female:before{content:"\f182"} .fa-male:before{content:"\f183"} .fa-gittip:before,.fa-gratipay:before{content:"\f184"} .fa-sun-o:before{content:"\f185"} .fa-moon-o:before{content:"\f186"} .fa-archive:before{content:"\f187"} .fa-bug:before{content:"\f188"} .fa-vk:before{content:"\f189"} .fa-weibo:before{content:"\f18a"} .fa-renren:before{content:"\f18b"} .fa-pagelines:before{content:"\f18c"} .fa-stack-exchange:before{content:"\f18d"} .fa-arrow-circle-o-right:before{content:"\f18e"} .fa-arrow-circle-o-left:before{content:"\f190"} .fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"} .fa-dot-circle-o:before{content:"\f192"} .fa-wheelchair:before{content:"\f193"} .fa-vimeo-square:before{content:"\f194"} .fa-turkish-lira:before,.fa-try:before{content:"\f195"} .fa-plus-square-o:before{content:"\f196"} .fa-space-shuttle:before{content:"\f197"} .fa-slack:before{content:"\f198"} .fa-envelope-square:before{content:"\f199"} .fa-wordpress:before{content:"\f19a"} .fa-openid:before{content:"\f19b"} .fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"} .fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"} .fa-yahoo:before{content:"\f19e"} .fa-google:before{content:"\f1a0"} .fa-reddit:before{content:"\f1a1"} .fa-reddit-square:before{content:"\f1a2"} .fa-stumbleupon-circle:before{content:"\f1a3"} .fa-stumbleupon:before{content:"\f1a4"} .fa-delicious:before{content:"\f1a5"} .fa-digg:before{content:"\f1a6"} .fa-pied-piper-pp:before{content:"\f1a7"} .fa-pied-piper-alt:before{content:"\f1a8"} .fa-drupal:before{content:"\f1a9"} .fa-joomla:before{content:"\f1aa"} .fa-language:before{content:"\f1ab"} .fa-fax:before{content:"\f1ac"} .fa-building:before{content:"\f1ad"} .fa-child:before{content:"\f1ae"} .fa-paw:before{content:"\f1b0"} .fa-spoon:before{content:"\f1b1"} .fa-cube:before{content:"\f1b2"} .fa-cubes:before{content:"\f1b3"} .fa-behance:before{content:"\f1b4"} .fa-behance-square:before{content:"\f1b5"} .fa-steam:before{content:"\f1b6"} .fa-steam-square:before{content:"\f1b7"} .fa-recycle:before{content:"\f1b8"} .fa-automobile:before,.fa-car:before{content:"\f1b9"} .fa-cab:before,.fa-taxi:before{content:"\f1ba"} .fa-tree:before{content:"\f1bb"} .fa-spotify:before{content:"\f1bc"} .fa-deviantart:before{content:"\f1bd"} .fa-soundcloud:before{content:"\f1be"} .fa-database:before{content:"\f1c0"} .fa-file-pdf-o:before{content:"\f1c1"} .fa-file-word-o:before{content:"\f1c2"} .fa-file-excel-o:before{content:"\f1c3"} .fa-file-powerpoint-o:before{content:"\f1c4"} .fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"} .fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"} .fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"} .fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} .fa-file-code-o:before{content:"\f1c9"} .fa-vine:before{content:"\f1ca"} .fa-codepen:before{content:"\f1cb"} .fa-jsfiddle:before{content:"\f1cc"} .fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"} .fa-circle-o-notch:before{content:"\f1ce"} .fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"} .fa-ge:before,.fa-empire:before{content:"\f1d1"} .fa-git-square:before{content:"\f1d2"} .fa-git:before{content:"\f1d3"} .fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"} .fa-tencent-weibo:before{content:"\f1d5"} .fa-qq:before{content:"\f1d6"} .fa-wechat:before,.fa-weixin:before{content:"\f1d7"} .fa-send:before,.fa-paper-plane:before{content:"\f1d8"} .fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"} .fa-history:before{content:"\f1da"} .fa-circle-thin:before{content:"\f1db"} .fa-header:before{content:"\f1dc"} .fa-paragraph:before{content:"\f1dd"} .fa-sliders:before{content:"\f1de"} .fa-share-alt:before{content:"\f1e0"} .fa-share-alt-square:before{content:"\f1e1"} .fa-bomb:before{content:"\f1e2"} .fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"} .fa-tty:before{content:"\f1e4"} .fa-binoculars:before{content:"\f1e5"} .fa-plug:before{content:"\f1e6"} .fa-slideshare:before{content:"\f1e7"} .fa-twitch:before{content:"\f1e8"} .fa-yelp:before{content:"\f1e9"} .fa-newspaper-o:before{content:"\f1ea"} .fa-wifi:before{content:"\f1eb"} .fa-calculator:before{content:"\f1ec"} .fa-paypal:before{content:"\f1ed"} .fa-google-wallet:before{content:"\f1ee"} .fa-cc-visa:before{content:"\f1f0"} .fa-cc-mastercard:before{content:"\f1f1"} .fa-cc-discover:before{content:"\f1f2"} .fa-cc-amex:before{content:"\f1f3"} .fa-cc-paypal:before{content:"\f1f4"} .fa-cc-stripe:before{content:"\f1f5"} .fa-bell-slash:before{content:"\f1f6"} .fa-bell-slash-o:before{content:"\f1f7"} .fa-trash:before{content:"\f1f8"} .fa-copyright:before{content:"\f1f9"} .fa-at:before{content:"\f1fa"} .fa-eyedropper:before{content:"\f1fb"} .fa-paint-brush:before{content:"\f1fc"} .fa-birthday-cake:before{content:"\f1fd"} .fa-area-chart:before{content:"\f1fe"} .fa-pie-chart:before{content:"\f200"} .fa-line-chart:before{content:"\f201"} .fa-lastfm:before{content:"\f202"} .fa-lastfm-square:before{content:"\f203"} .fa-toggle-off:before{content:"\f204"} .fa-toggle-on:before{content:"\f205"} .fa-bicycle:before{content:"\f206"} .fa-bus:before{content:"\f207"} .fa-ioxhost:before{content:"\f208"} .fa-angellist:before{content:"\f209"} .fa-cc:before{content:"\f20a"} .fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"} .fa-meanpath:before{content:"\f20c"} .fa-buysellads:before{content:"\f20d"} .fa-connectdevelop:before{content:"\f20e"} .fa-dashcube:before{content:"\f210"} .fa-forumbee:before{content:"\f211"} .fa-leanpub:before{content:"\f212"} .fa-sellsy:before{content:"\f213"} .fa-shirtsinbulk:before{content:"\f214"} .fa-simplybuilt:before{content:"\f215"} .fa-skyatlas:before{content:"\f216"} .fa-cart-plus:before{content:"\f217"} .fa-cart-arrow-down:before{content:"\f218"} .fa-diamond:before{content:"\f219"} .fa-ship:before{content:"\f21a"} .fa-user-secret:before{content:"\f21b"} .fa-motorcycle:before{content:"\f21c"} .fa-street-view:before{content:"\f21d"} .fa-heartbeat:before{content:"\f21e"} .fa-venus:before{content:"\f221"} .fa-mars:before{content:"\f222"} .fa-mercury:before{content:"\f223"} .fa-intersex:before,.fa-transgender:before{content:"\f224"} .fa-transgender-alt:before{content:"\f225"} .fa-venus-double:before{content:"\f226"} .fa-mars-double:before{content:"\f227"} .fa-venus-mars:before{content:"\f228"} .fa-mars-stroke:before{content:"\f229"} .fa-mars-stroke-v:before{content:"\f22a"} .fa-mars-stroke-h:before{content:"\f22b"} .fa-neuter:before{content:"\f22c"} .fa-genderless:before{content:"\f22d"} .fa-facebook-official:before{content:"\f230"} .fa-pinterest-p:before{content:"\f231"} .fa-whatsapp:before{content:"\f232"} .fa-server:before{content:"\f233"} .fa-user-plus:before{content:"\f234"} .fa-user-times:before{content:"\f235"} .fa-hotel:before,.fa-bed:before{content:"\f236"} .fa-viacoin:before{content:"\f237"} .fa-train:before{content:"\f238"} .fa-subway:before{content:"\f239"} .fa-medium:before{content:"\f23a"} .fa-yc:before,.fa-y-combinator:before{content:"\f23b"} .fa-optin-monster:before{content:"\f23c"} .fa-opencart:before{content:"\f23d"} .fa-expeditedssl:before{content:"\f23e"} .fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"} .fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} .fa-battery-2:before,.fa-battery-half:before{content:"\f242"} .fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} .fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} .fa-mouse-pointer:before{content:"\f245"} .fa-i-cursor:before{content:"\f246"} .fa-object-group:before{content:"\f247"} .fa-object-ungroup:before{content:"\f248"} .fa-sticky-note:before{content:"\f249"} .fa-sticky-note-o:before{content:"\f24a"} .fa-cc-jcb:before{content:"\f24b"} .fa-cc-diners-club:before{content:"\f24c"} .fa-clone:before{content:"\f24d"} .fa-balance-scale:before{content:"\f24e"} .fa-hourglass-o:before{content:"\f250"} .fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} .fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} .fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} .fa-hourglass:before{content:"\f254"} .fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} .fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"} .fa-hand-scissors-o:before{content:"\f257"} .fa-hand-lizard-o:before{content:"\f258"} .fa-hand-spock-o:before{content:"\f259"} .fa-hand-pointer-o:before{content:"\f25a"} .fa-hand-peace-o:before{content:"\f25b"} .fa-trademark:before{content:"\f25c"} .fa-registered:before{content:"\f25d"} .fa-creative-commons:before{content:"\f25e"} .fa-gg:before{content:"\f260"} .fa-gg-circle:before{content:"\f261"} .fa-tripadvisor:before{content:"\f262"} .fa-odnoklassniki:before{content:"\f263"} .fa-odnoklassniki-square:before{content:"\f264"} .fa-get-pocket:before{content:"\f265"} .fa-wikipedia-w:before{content:"\f266"} .fa-safari:before{content:"\f267"} .fa-chrome:before{content:"\f268"} .fa-firefox:before{content:"\f269"} .fa-opera:before{content:"\f26a"} .fa-internet-explorer:before{content:"\f26b"} .fa-tv:before,.fa-television:before{content:"\f26c"} .fa-contao:before{content:"\f26d"} .fa-500px:before{content:"\f26e"} .fa-amazon:before{content:"\f270"} .fa-calendar-plus-o:before{content:"\f271"} .fa-calendar-minus-o:before{content:"\f272"} .fa-calendar-times-o:before{content:"\f273"} .fa-calendar-check-o:before{content:"\f274"} .fa-industry:before{content:"\f275"} .fa-map-pin:before{content:"\f276"} .fa-map-signs:before{content:"\f277"} .fa-map-o:before{content:"\f278"} .fa-map:before{content:"\f279"} .fa-commenting:before{content:"\f27a"} .fa-commenting-o:before{content:"\f27b"} .fa-houzz:before{content:"\f27c"} .fa-vimeo:before{content:"\f27d"} .fa-black-tie:before{content:"\f27e"} .fa-fonticons:before{content:"\f280"} .fa-reddit-alien:before{content:"\f281"} .fa-edge:before{content:"\f282"} .fa-credit-card-alt:before{content:"\f283"} .fa-codiepie:before{content:"\f284"} .fa-modx:before{content:"\f285"} .fa-fort-awesome:before{content:"\f286"} .fa-usb:before{content:"\f287"} .fa-product-hunt:before{content:"\f288"} .fa-mixcloud:before{content:"\f289"} .fa-scribd:before{content:"\f28a"} .fa-pause-circle:before{content:"\f28b"} .fa-pause-circle-o:before{content:"\f28c"} .fa-stop-circle:before{content:"\f28d"} .fa-stop-circle-o:before{content:"\f28e"} .fa-shopping-bag:before{content:"\f290"} .fa-shopping-basket:before{content:"\f291"} .fa-hashtag:before{content:"\f292"} .fa-bluetooth:before{content:"\f293"} .fa-bluetooth-b:before{content:"\f294"} .fa-percent:before{content:"\f295"} .fa-gitlab:before{content:"\f296"} .fa-wpbeginner:before{content:"\f297"} .fa-wpforms:before{content:"\f298"} .fa-envira:before{content:"\f299"} .fa-universal-access:before{content:"\f29a"} .fa-wheelchair-alt:before{content:"\f29b"} .fa-question-circle-o:before{content:"\f29c"} .fa-blind:before{content:"\f29d"} .fa-audio-description:before{content:"\f29e"} .fa-volume-control-phone:before{content:"\f2a0"} .fa-braille:before{content:"\f2a1"} .fa-assistive-listening-systems:before{content:"\f2a2"} .fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"} .fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"} .fa-glide:before{content:"\f2a5"} .fa-glide-g:before{content:"\f2a6"} .fa-signing:before,.fa-sign-language:before{content:"\f2a7"} .fa-low-vision:before{content:"\f2a8"} .fa-viadeo:before{content:"\f2a9"} .fa-viadeo-square:before{content:"\f2aa"} .fa-snapchat:before{content:"\f2ab"} .fa-snapchat-ghost:before{content:"\f2ac"} .fa-snapchat-square:before{content:"\f2ad"} .fa-pied-piper:before{content:"\f2ae"} .fa-first-order:before{content:"\f2b0"} .fa-yoast:before{content:"\f2b1"} .fa-themeisle:before{content:"\f2b2"} .fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} .fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} .fa-handshake-o:before{content:"\f2b5"} .fa-envelope-open:before{content:"\f2b6"} .fa-envelope-open-o:before{content:"\f2b7"} .fa-linode:before{content:"\f2b8"} .fa-address-book:before{content:"\f2b9"} .fa-address-book-o:before{content:"\f2ba"} .fa-vcard:before,.fa-address-card:before{content:"\f2bb"} .fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"} .fa-user-circle:before{content:"\f2bd"} .fa-user-circle-o:before{content:"\f2be"} .fa-user-o:before{content:"\f2c0"} .fa-id-badge:before{content:"\f2c1"} .fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} .fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} .fa-quora:before{content:"\f2c4"} .fa-free-code-camp:before{content:"\f2c5"} .fa-telegram:before{content:"\f2c6"} .fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"} .fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} .fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} .fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} .fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} .fa-shower:before{content:"\f2cc"} .fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"} .fa-podcast:before{content:"\f2ce"} .fa-window-maximize:before{content:"\f2d0"} .fa-window-minimize:before{content:"\f2d1"} .fa-window-restore:before{content:"\f2d2"} .fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} .fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} .fa-bandcamp:before{content:"\f2d5"} .fa-grav:before{content:"\f2d6"} .fa-etsy:before{content:"\f2d7"} .fa-imdb:before{content:"\f2d8"} .fa-ravelry:before{content:"\f2d9"} .fa-eercast:before{content:"\f2da"} .fa-microchip:before{content:"\f2db"} .fa-snowflake-o:before{content:"\f2dc"} .fa-superpowers:before{content:"\f2dd"} .fa-wpexplorer:before{content:"\f2de"} .fa-meetup:before{content:"\f2e0"} .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0} .sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/iconfont.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/iconfont.css
deleted file mode 100644
index 1b4dfb98..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/iconfont.css
+++ /dev/null
@@ -1,95 +0,0 @@
-
-@font-face {font-family: "iconfont";
- src: url('../fonts/iconfont.eot?t=1510714355480'); /* IE9*/
- src: url('../fonts/iconfont.eot?t=1510714355480#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAABdEAAsAAAAAJRgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFZW7kmjY21hcAAAAYAAAAGdAAAEOjIGFotnbHlmAAADIAAAEGwAABk8OpQGYGhlYWQAABOMAAAALwAAADYPgt3jaGhlYQAAE7wAAAAcAAAAJAfeA6pobXR4AAAT2AAAABQAAACko+kAAGxvY2EAABPsAAAAVAAAAFRt8HQsbWF4cAAAFEAAAAAfAAAAIAFCAJduYW1lAAAUYAAAAUUAAAJtPlT+fXBvc3QAABWoAAABmgAAAmHv9z0eeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/s84gYGVgYOpk+kMAwNDP4RmfM1gxMjBwMDEwMrMgBUEpLmmMDgwVDzfxNzwv4EhhrmBoQEozAiSAwAy6w0meJzFks1OFFEQRk/DiKAoDoOKjsqPoENCXBogI84CkLiAMI/Citdgx4YflSfgKZAnYM3iq61vAF93NQnuNDHxVk5335vq7rq3DnAPGDSLpgEDXyn8RLHm1aJaH+RBtd4oJj3/wLTzHrOnQktaUU+b2lZf+zrQoS50qatoRivasRDLsRuncXZ97fdu87ta15Z26vzzO/mdKv+ozv/zUbim2/hIl1V6dazdiY0q+lX+Owa8q4b3PsR9hhnxDh8yyiPva4wnNBmnxQRPecZzJnnBS9q84jVveM+UT2CGWd4yxzwdf3Dor+r9p6P4f7/+fYyWl+JXPfOpsFfjElXjk0dLiXuAVpLSQHWT0kJ9Sko7tZq4V+hz4q6hXuL+ofXEnUQbSWmtviTuLtpMykq1lbjjaDtx79FOYgtQP7EPaD+xGeggsSPoMLEt6DyxN+hnYoPQRWKX0GViq9BVYr+IZmLTiFZi54h2QnnvJPaQWEhsJLGc2E1iN7GlxFFiX4njxOYSJ4kdJr4ltpn4nthr4kdiw4nTxK4TZwmdG6fXsYMAAAB4nIVZCZAc1Xl+/3vdr++e6Znu6dlDOzszu9O70mrX2p6d0cEeSAosh2zrCoeVsrShVlWSwCTBkEBsJlREEuwYMDIurY3MoTIQSkrB4kSiLHspWRirtHES46JQFamIuARJAYGkiO2CaeV/3XsJIjKa/bvf67/f8R/f/70RkQm5cI79kOVJlvSQVWQj+TwhwFdAyabLoBhU++kK8Iqy57s2C8pBUSmX+tkw+CXu5gZr1YrPFZ4CGzogLA7Wgn4awFB1hK6DwdwygJa21q2Z7vYMewD0fNCxP7qaPg5eodyeGlkZXdU36g52ZtU7zEymJZP5usplWaVUStlws5/TZE3n0WE51er9sNBLC2C2BK3X3mB1tmV2/WX1lmXdvgbQaEC2rdN+ctRpdfD7p625bKZFSVtqvtUqd7lwx6+MfNZcVvk3gp8U7vU8m2KtxMD7LPFJGymQMgnICjJAQlIn68go2YD790KvOBQOlZ2iw4pOsbuIFhDXsuhM/mDJfXZpf+iVu/GPhWGzGu5m1WqzSs9EBKrRGZhtTtHJKJyMP0DOxJ+ppBmRMITZMKTT+DxshnS2uRvOzIaz0VQYhtUwvECWXmAKP7hUsTG2m76JeyJQdHDJXtEJnSKbjE5uiU7C8BYYhqdheK4l1ON36BTMEoqNoEjJFFQhnFp89jZ9mWBkdGuARqaz0ZVwvBA1oLEaxmG8NzoXnfuErkYD9EcIx6MrC9CIGvTl6Fh0rBcKUFjQZeN0X6Jb14CNLyjQTQszfEIXNRUNji1MPL0ww5K9txGSHYH6YM7lZRuUDvCxVa0N5jxs9cMUO33QtCzznqOMHb0Hpe3b2HXwNDQOno4bcS9KoYVd7PTiOiboG7Ftg3ghaI86sF290cvRy73Cqr2wGlb3RifpsV5h34se4Osivw6xN9gEjuGTLtJNBkV+ESVH/BqpVwjrhwAXi0u2gQ3W6tl+KHEli+2y2wGDI1DFDhsomY3ek2VIz85CWpaj92an35Xld6cTaTvAwev0QIaMvdL08p4ZCzYhNJe8+dFXFt6ZfhfCjA2fTXteOpq2s982XctyW4RY8O0bdCLZuxIovuLX/XpAz/UeO9Z74kQs6er5O5SExfb6XTgV77WMPhEgEa4SMFEuXuL+P5cFwTLxR0vLKpX4Llrog58Ea4OPfROb/kQibJiYpIVUyLXkBlxjiXuOgKQhp1qR0e0OWi9udC8+qVXqg/UhtGhKGBkhC6OrUlKAu34Ob3N1dAB4HYB4tvgKTMqqaqhq9O+yAWAYKmf74h6qtqVkSdG+jHEBpjoevRX9mFty9ANZNtKwFi6XdKpRKIEW/R0XLzCNmipvvopvy7Siav8Fqhz9TLSgLqszmhwpsqbJ8FtZm3Vuo5qCs3FFV6JX4DPo87OyLes6tEWzEkgM1v6ObkW3XTQEIdISjPMR0behZRYyoh+WRltgM7eDDo5QxPgswr0XVmv1EQhrfgd4OYHpCn69cKhWx3+jMILAXgkqlBx5S5bfOpLIOFkOxvKQaqucqzair6KoFi2tqjj9mmF2+4FvaOB5fkGROCKNpvpZO6OoTraDtS6MdOStpjw/FMqfA1et9MKIHG73gmrBL6UM9I3RlvV9VzRaUqmU79u5rJlSS9m2lakKmYtDgQsFcg35LOLYMFQrA+hp7hYgCb6igj4XETIK1ZpSLA054WBtGEJRtYTjh6EfRJym5kIhLArbBP0ACO2TEjRUN6VcF91l2LYBjesURdJSOmvQt6JdqaOm9YZkIKxI5bbonKKzwyBV2mEqlcLQUd3oXw68r+sSYw01nVWvt/L2daqrMkpZQ2KPpuAByzyqqD8SI/+ovSLBYaZKUX97BTTJNVWJfvEAifd44Tx9Hv2c5ADBAuw7NpQqgYPr7BCL5qUKxn+te2mDEtMCsPJCfMO0cZE2jBrxlbWCZTaJgECWaF2yNY+Nm9DGfSL3Qr4MDYbxgjb1cxgu/cCxhfYKKtjK+QjLbs4PhzAEVytKx8ZffOnWO7jxyB/efuozEk9n5L5nJifv1fm+iYnnL3tAbP1NMOl5yO/fMVrpPXnnn/yNl7nlD9SMytVdO23nwJ49TxU7RrbHG3nTsOfXs40eIe3YQN9hfuPcSE5yBTQN0hHM7DiC2Zic4rovR99/Kdtt69R+R3Z0rjsy3Clhuj4qq7oWhUc0aqd6Uj+VFU3HfMxoPCVwB+eYpa8je2jD3BoSsQXFJED8IuaVgzYolirVGnIhrEWyK4gUNgUbCpJL0hUU0RIBpldFCC/J0BA9x+6LtrRXMFqOosOhUokm4wibQstHZ20jRJeZoWFPxjJub4HJ9i9dsWFvIaiMfg4G6kB3XrkfeuF9qLRHx9rEKG0w3l65IHzs25twhLzlnEp8/uPe9dcCbFyXp3TbaMrdVr9mF4VN5f45e75NZ8ly3GOFe8KUK9CwmAWxG4O4spaT1SNkxvtH7zbcVuuWLi2NOCmV714hs2/sufqOTnO5v+FGxBrYs4VOXjNB5dWwn1GQlm1Kyxl16xrq3XI/g2s3mDb9wpVufsfaz91M6cTV9e2EzOfzLP1n5GyFON6YSE6cms1PPOTKi2YvX2R3NrtbstTmpGpJu6Gvk5HOPvhoVtiRnhGyOWsbu4UtUSAZOYR6thrtPoxqqH5Y9efslhhMLEVg7DSbZZtIHjOvStbEGSD+FTEAVgCncXXvqqOZIAHcGEGwwCNFFrZLKlJ3EWsUO6bEn2hcMVT5uKjU7NRxIC6Y0Rgio/TSI+j/o7nXt8GkacuvPY5rhhuiM199ChpwQlXdC+T4qagpy+8dl007mkQkfez1XLTFsB95CX5mm4+/JttmNGXaIVTtpwTjw7V/j3lztaGMsSiQIXGlUx5I0ljxKjk/se0o1IRfbRHZmM9YPkVCi6SqY6I7cTXxcCO+yLKExgy3LP/mRonT4Z6eYfD65fT6rhaLse5tak8ezrf3qpU2ha9bC2ktanW0NatBUc2C2m/1WlaBSp0uonRnfuO3l7vpgsxXwWEucQlITxXqXdGG2+U2J5sqmTp85bzfBlBsn767u7wq+qJqQvrRQyldMRSVm7e3oCVzHXDCQp026wLxS5LE5byZPyt8qF5UJ8vkMrKV7CF3kvtERicVQtATpRjjFppB3C/2Q2yvsssVD7vcXIwvOawaCtIJjEDs9YQ9RpgoJAomT4mLwhIbCWtsFccIBHQImjIPHQxfLCYwLQLZo+cjkfemcHzsw//rPqpjuDKGjADQSoak40XHegKSLGmqziQFmKSqtiQKDOgy9jCZS7SrOVlYCbCyQKfiK7eNZow1dMqw6aYk6KfnKkXemk46YEJkrcQkHacCLjFN0p9WVYm7WM9wKtHnSuozODmXcDJMUVS3VFOia3CupXM2W+dns404pzDHp+jzc/7ouzRvYUv6EYIEzXc5JU++w/k7TyZyCSs5WB8HGK8nsrOvb6yvj04rL+7d+6ISy+Yr/MmtW5/ksYQ7F1Tr42dAKI/1xbU2yfc5Xnsp/p5diJZ+JOxxVmIynwKG5K15aglt4iIhbRP2mjZk2CbxdIn2R4eWkCL42wUfxJQc1/L37B/ZFsSeLqTCQWyGYMEkfsxhkbTOrwktxE5OIc2RPzh+4tcyyi0Prf2eqkiWpEgffUc++9jjZyXp7OOPnS18a+3DNxz/QFZ/ffyFD2RYM/gtDookZeDFx87KqPf9Vxl7dQ6Pl9gj/BR7lIfi04w3V/09QbjqQ6HIpk+3z8F40weFkRZv/z9DfUw9uSXzsfVz5CpZxOuQjCEjhHhhEBMWkdJoMiVJv3pQEUxhMOdDLl58smg040WNE1FDLfYU1ahhInx1+Yz4XaoBa0y1SQwdKEWOyLS0xpAqRjctki5z8fZ+Ws06TrZ5Jrs85Xqem13eJRmGhPBFQ4lzqTnrwHdsM65SKKJZ23TFPQoRB7in79IL6IOM2E98jIljD5R6uR4q7MHoIavfih7SfZ+e9f3o3C82//HQX10zQp/xvOb2XAAQQP6Xhw7fPB9X/8HGWI6UyCZRF6oDgi4loYW+U7hXTqqWsJY4VglzlZBVK0gM4otg2BhntbBWAA9Piv0wVIkrsMe8PdZmvx2uqtWugnZ/s7Un09KSoctRftPQpbwjjTGmmPLAKiWtUE75esYtna5YqaVzYKt7VQtmHGtzpto5l8bVzGbLaclEjUw+n4FGpiVSrVxaWicBUL5qJY5AFYePSHgAowPLlXSLpFqWusgl9tJ3iUU649itdCpedg6Es3Jc2nK8rPDqKNIev5ZjczsL8VEKcrWAl9je/ua9/TuprcOvdJPujM4YWhpWyTa9wQfjps00+O7vi55QTtMbc4waN22i5UP0q7feqjVf0DIAWZ2O7W01FHqdZXg0S1s7r1LvwuBuNThst02fubRl2dXqXfPrbdC3iUMCsg7P1HJusN4tmGzQjfgnc1cOZF4KupU4xxaeKgu9833Vyl/DHhkPiiis6GGmy9HDFv3vjXiuxDPk2Y0Kx4RYUJiIfiO6/2dCB2uhl9PUs4w9y3Ru8WcloM8pbX9UepDS+0tU1w02/+zIwD2M/fmA0safo/Q5pllGzJl+w77GNFIkvWSV4EzdIJBAHM0CxIdlCUIkGVkv5sRxqxvjWIB7/WNXdm/0iqdahv6vQrRGv5RlVQs0er9cSlms+c4XWtbrptmzo2WDZloDO1rX64ZxGfzTaTB0rpkwdzkdrZLzaUcBkA27/enlhmtsX2FmrOvF3TzO/ZZ9nZnEQ64/givuj48U8cE4XqA4GFfQtNhZkRQusMTPKUhfcuFgHQ+oyAtqmaCSlKgS3KRlUoorp1sMrMSOku/LYXEGODTRlf7p/Z+P3rycKcyQp4FpPVpKUVM6HqT/4bYj2SCsBIMvWK7GmZJfnucZLPJGPs01pr734EmntFP+8hlT5zyF2zJ7NPoDi0sbwf+aG1Z6BrvjfbzP7mYZsh5PLDdizMfhg+vHuE4hEgrSVw7EYZcrAfbwAt64viL4cG4USZ1ge6EvDss1rDAoB9BP5Rjpww5BZwVEDMY8cUiSlTGZsZqS3t6ytuhRg9+s6LT18up2W1+jaOsQpsZkyoZU+7r8mo48GMrN3KBtY1XMhbqivSTtGh/fAbE8XLuKXYGYweAKJEhFp7NzmFvyTou6+S5jK8KkqmzNrvSZscPSxzo7y4UR2cbHLOuXtOu5ho+3u8t9quPjvxjfwXDI35MnLotHFGIe9+Zr2cqLK1lW8cU5IlDKlaAeVCtor1FaRXxg4ozLP1HAgn2tVNLv269rtHUfY8iEDmzgSM02HJA4MPaJ6hXt2odP1l+pqAf2YS1GJfc+iQJl97n4rqQQjmubYQ02Fv9aXSArSJ1sSU6cF9HGolOUi4s/rPmXuI/f85IfN4pOWXQJLiqGoI1orEWcFFtgJrlGYzATPQok5TipC7G8xD0diF91OhyYGRO9yUC0gYM05waj2Nf8Mzo2g1r4bVx0oTOokbzZFApz+nO/nc6wGdz//G+n/Z/KChd//2Pl5D8nSuilmQ9l+cOZRD7xmiS99kQiU2JyJ9WZac/gl40tKM18+NGpBa0nXqO3g2NHM/G2x2wnCmyhjzX3fwHOAZADeJxjYGRgYADiw4s/qcfz23xl4GZhAIFrhmc+I+j/81gYmJOAXA4GJpAoAFhSC8wAeJxjYGRgYG7438AQw8IAAkCSkQEVaAIARy8CknicY2FgYGB+ycDAwjB4MQDGiwGNAAAAAAB2AOAA+gEIAR4BNAFKAV4BjgGwAgwCJgJaAugDagPcBBwEZASWBQwFUgWaBfgGfAdEB5IH2AgaCHII3AkECXgJ0Ao0Co4K8guAC84MTgyeeJxjYGRgYNBk6GbgZwABJiDmAkIGhv9gPgMAG4kB2gB4nGWPTU7DMBCFX/oHpBKqqGCH5AViASj9EatuWFRq911036ZOmyqJI8et1ANwHo7ACTgC3IA78EgnmzaWx9+8eWNPANzgBx6O3y33kT1cMjtyDRe4F65TfxBukF+Em2jjVbhF/U3YxzOmwm10YXmD17hi9oR3YQ8dfAjXcI1P4Tr1L+EG+Vu4iTv8CrfQ8erCPuZeV7iNRy/2x1YvnF6p5UHFockikzm/gple75KFrdLqnGtbxCZTg6BfSVOdaVvdU+zXQ+ciFVmTqgmrOkmMyq3Z6tAFG+fyUa8XiR6EJuVYY/62xgKOcQWFJQ6MMUIYZIjK6Og7VWb0r7FDwl57Vj3N53RbFNT/c4UBAvTPXFO6stJ5Ok+BPV8bUnV0K27LnpQ0kV7NSRKyQl7WtlRC6gE2ZVeOEXpc0Yk/KGdI/wAJWm7IAAAAeJxtUGtv2zAMNNs0SZ026bq03da9u1cHGOiKYdi/MRSKiYXIkkDJafzvR8X9OH3R3ZHHA1kcFcMri/+/eziCYxjBCYxhAlM4hRJmcAbnMIcFXMALuISXsIQruIYbeAWv4Q3cwlt4B+/hA3yET/AZ7uALfIVv8B1+wD38LGA/RWXJacWjYLtYomJKlfZPrlRuY6mytE6zAbLZNOlZzh3TAXZhjoZRkK+cT9icoPWRLmmPVrUqGe+qoWEmUZyqQ/lMknStMJdjqVVSFbUh9aOGbBjTPnhOY/S2a92Eac0UZW5DuF2IvdN142OqQ/34cD1wcjvD3rXkBnn53JZTtInbgzhfKdx2oc5xQqdoDW4F3G6sXylbR+KdQRIDEybPvdRKcQerMhxrspToNJJibEQ4VlrP1Mp5bsX9+DDhnPT77+LJ89a4TW290sJvZFwv11hZqmUT3zFSFH0WhMWOSfAVU6uMyy5UQaFJvajntF4bNOQwsyV3bujwTpt8ujx8462uo7E7YimEIF9ediS4nx5OXv/6UxT/AIqNtbgAAA==') format('woff'),
- url('../fonts/iconfont.ttf?t=1510714355480') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
- url('../fonts/iconfont.svg?t=1510714355480#iconfont') format('svg'); /* iOS 4.1- */
-}
-
-.iconfont {
- font-family:"iconfont" !important;
- font-size:16px;
- font-style:normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-}
-
-.fp-calendar:before { content: "\e638"; }
-
-.fp-plus:before { content: "\e63a"; }
-
-.fp-caret-down:before { content: "\e63c"; }
-
-.fp-angle-left:before { content: "\e63d"; }
-
-.fp-angle-right:before { content: "\e63e"; }
-
-.fp-angle-down:before { content: "\e63f"; }
-
-.fp-angle-up:before { content: "\e640"; }
-
-.fp-circle-o-notch:before { content: "\e645"; }
-
-.fp-close:before { content: "\e646"; }
-
-.fp-exclamation-circle:before { content: "\e647"; }
-
-.fp-alert-close:before { content: "\e648"; }
-
-.fp-card_actions:before { content: "\e64e"; }
-
-.fp-data-empty:before { content: "\e64f"; }
-
-.fp-help:before { content: "\e651"; }
-
-.fp-export:before { content: "\e652"; }
-
-.fp-column:before { content: "\e691"; }
-
-.fp-refresh:before { content: "\e698"; }
-
-.fp-check:before { content: "\e69d"; }
-
-.fp-cloud_host_p_20:before { content: "\e6c8"; }
-
-.fp-cloud_environment_p_20:before { content: "\e6c9"; }
-
-.fp-cloud_hard_disk_p_20:before { content: "\e6ca"; }
-
-.fp-backup_data_20:before { content: "\e6d8"; }
-
-.fp-click_20:before { content: "\e6e2"; }
-
-.fp-global_service_directory_20:before { content: "\e711"; }
-
-.fp-display_20:before { content: "\e713"; }
-
-.fp-delete:before { content: "\e71b"; }
-
-.fp-search_20:before { content: "\e728"; }
-
-.fp-add:before { content: "\e729"; }
-
-.fp-abnormal_20:before { content: "\e739"; }
-
-.fp-risk_48:before { content: "\e79e"; }
-
-.fp-working_load_48:before { content: "\e79f"; }
-
-.fp-recyclable_resources_48:before { content: "\e7a0"; }
-
-.fp-pressure_48:before { content: "\e7a1"; }
-
-.fp-remaining_capacity_48:before { content: "\e7a2"; }
-
-.fp-efficiency_48:before { content: "\e7a3"; }
-
-.fp-running_condition_48:before { content: "\e7a4"; }
-
-.fp-gold_silver_copper_p_20:before { content: "\e601"; }
-
-.fp-copy:before { content: "\e772"; }
-
-.fp-alert_16:before { content: "\e7b2"; }
-
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/ngict-component.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/ngict-component.css
deleted file mode 100644
index 98ad2e36..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/ngict-component.css
+++ /dev/null
@@ -1,1874 +0,0 @@
-/***main***/
-body,
-button,
-input,
-optgroup,
-select,
-textarea,
-.tooltip {
- font-family: "Microsoft yahei", Segoe UI, Arial !important;
- font-size: 12px;
- color: #333;
-}
-body {
- background-color: transparent;
- font-size: 12px;
- min-width: 1024px;
-}
-[class^="col-"],
-[class*="col-"] {
- float: left;
-}
-.clearfix:after,
-.container:after,
-.container-fluid:after,
-.row:after,
-.form-horizontal .form-group:after,
-.btn-toolbar:after,
-.btn-group-vertical > .btn-group:after,
-.nav:after,
-.navbar:after,
-.navbar-header:after,
-.navbar-collapse:after,
-.pager:after,
-.panel-body:after,
-.modal-footer:after {
- clear: both;
-}
-.clearfix:before,
-.clearfix:after,
-.container:before,
-.container:after,
-.container-fluid:before,
-.container-fluid:after,
-.row:before,
-.row:after,
-.form-horizontal .form-group:before,
-.form-horizontal .form-group:after,
-.btn-toolbar:before,
-.btn-toolbar:after,
-.btn-group-vertical > .btn-group:before,
-.btn-group-vertical > .btn-group:after,
-.nav:before,
-.nav:after,
-.navbar:before,
-.navbar:after,
-.navbar-header:before,
-.navbar-header:after,
-.navbar-collapse:before,
-.navbar-collapse:after,
-.pager:before,
-.pager:after,
-.panel-body:before,
-.panel-body:after,
-.modal-footer:before,
-.modal-footer:after {
- content: " ";
- display: table;
-}
-.label,
-label {
- font-weight: 400;
-}
-*:focus {
- outline: 0;
-}
-a {
- color: #00abff;
- text-decoration: none ;
- cursor: pointer;
-}
-a:hover {
- color: #00a3f5;
- text-decoration: underline;
-}
-.border-box {
- border: 1px solid #ddd;
-}
-/***icon***/
-[class^="ict-"],
-[class*=" ict-"] {
- padding-right: 3px;
-}
-/***color***/
-.red {
- background-color: #ff5b55;
- color: #fff;
-}
-.red:hover {
- background-color: #f55651;
- color: #fff;
-}
-.green {
- background-color: #5fcc4a;
- color: #fff;
-}
-.green:hover {
- background-color: #329d96;
- color: #fff;
-}
-.gold {
- background-color: #c0af69;
- color: #fff;
-}
-.gold:hover {
- background-color: #ad9a4d;
- color: #fff;
-}
-.over-grey {
- background-color: transparent;
- color: #00abff;
- border: 0;
-}
-.over-grey:hover {
- background-color: #f8f8f8;
-}
-.over-grey:focus:active {
- background-color: #f2f2f2;
-}
-.grey {
- background-color: #fff;
- border: 1px solid #fff;
- color: #a1abb3;
- border: 1px solid #ddd;
-}
-.grey:hover {
- background-color: #f8f8f8;
-}
-.grey-disabled,
-.grey-disabled:hover {
- border: 1px solid #c6c6c6;
- color: #c6c6c6;
- background-color: #fff;
-}
-.dark-grey {
- background-color: #333;
- border: 1px solid #333;
- color: #fff;
-}
-.dark-grey:hover {
- background-color: #101010;
- color: #fff;
-}
-.px-red {
- color: #ff5b55;
-}
-.bg-danger {
- background-color: #ff5b55 !important;
-}
-.px-red-bg {
- background-color: #ff5b55;
- border: 1px solid #ff5b55;
- color: #fff;
-}
-.px-red-bg:hover {
- background-color: #f55651;
- color: #fff;
-}
-.px-red-bg:active {
- background-color: #eb534d;
- color: #fff;
-}
-.px-green {
- color: #5fcc4a;
-}
-.px-green-bg {
- background-color: #73cf22;
- border: 1px solid #73cf22;
- color: #fff;
-}
-.px-green-bg:hover {
- background-color: #6cc41f;
- color: #fff;
-}
-.px-green-bg:active {
- background-color: #67ba1e;
- color: #fff;
-}
-.px-yellow {
- color: #ffc766;
-}
-.px-yellow-bg {
- background-color: #f7c515;
- border: 1px solid #f7c515;
- color: #fff;
-}
-.px-yellow-bg:hover {
- background-color: #edbe13;
- color: #fff;
-}
-.px-yellow-bg:active {
- background-color: #e3b612;
- color: #fff;
-}
-.px-grey {
- color: #a5a5a5;
-}
-.px-grey-bg {
- background-color: #a1abb3;
- border: 1px solid #a1abb3;
- color: #fff;
-}
-.px-grey-bg:hover {
- background-color: #919da6;
- color: #fff;
-}
-.px-grey-bg:active {
- background-color: #85919a;
- color: #fff;
-}
-.blue {
- background-color: #fff;
- color: #1991c5;
-}
-.blue:hover {
- background-color: #e8f3fd;
- color: #3366cc;
-}
-.blue.selected {
- border: 0;
- background-color: #00abff;
- color: #fff;
-}
-.blue.selected:hover {
- border: 0;
- background-color: #00abff;
- color: #fff;
-}
-.blue1 {
- background-color: #00abff;
- color: #fff;
- border: 1px solid #00abff;
-}
-.blue1:hover {
- background-color: #00a3f5;
- color: #fff;
- border: 1px solid #00a3f5;
-}
-.blue1:active {
- background-color: #009ceb;
-}
-.blue1.disabled,
-.blue1.disabled:hover,
-.blue1.disabled:focus:active,
-.blue1:disabled,
-.blue1:disabled:hover,
-.blue1:disabled:focus:active {
- background-color: #59c8ff;
- border-color: #59c8ff;
-}
-.blue1:focus {
- background-color: #00abff;
- color: #fff;
- border: 1px solid #00abff;
-}
-.blue1:focus:hover {
- background-color: #00a3f5;
- color: #fff;
- border: 1px solid #00a3f5;
-}
-.blue1:focus:active {
- background-color: #009ceb;
-}
-.blue1-active {
- background-color: #00abff !important;
- color: #fff !important;
- border: 1px solid #00abff !important;
-}
-.blue1-active:hover {
- background-color: #00a3f5 !important;
- color: #fff !important;
- border: 1px solid #00a3f5 !important;
-}
-.blue1-active:focus {
- background-color: #00abff !important;
- color: #fff !important;
- border: 1px solid #00abff !important;
-}
-.blue1-active:focus:hover {
- background-color: #00a3f5 !important;
- color: #fff !important;
- border: 1px solid #00a3f5 !important;
-}
-.white {
- background-color: #fff;
- border: 1px solid #ddd;
- color: #00abff;
-}
-.white:hover {
- background-color: #f8f8f8;
-}
-.white:active {
- background-color: #f2f2f2;
-}
-.white.active {
- background-color: #00abff;
- color: #fff;
- border-color: #00abff;
-}
-.white.disabled,
-.white.disabled:hover,
-.white.disabled:focus:active,
-.white:disabled,
-.white:disabled:hover,
-.white:disabled:focus:active {
- background-color: #eee;
-}
-.white:focus {
- background-color: #fff;
- border: 1px solid #ddd;
- color: #00abff;
- outline: none;
-}
-.white:focus:hover {
- background-color: #f8f8f8;
-}
-.white:focus:hover:active {
- background-color: #f2f2f2;
-}
-.white:focus.active {
- background-color: #00abff;
- color: #fff;
- border-color: #00abff;
-}
-.blue1-icons {
- color: #009ceb;
-}
-.blue1-icons:hover {
- color: #00a3f5;
-}
-.px-font1,
-.px-font1:active,
-.px-font1:focus {
- color: #c2c6c9;
-}
-.px-font2,
-.px-font2:active,
-.px-font2:focus {
- color: #777;
-}
-.px-font3,
-.px-font3:active,
-.px-font3:focus {
- color: #4d5761;
-}
-.px-font4,
-.px-font4:active,
-.px-font4:focus {
- color: #333;
-}
-/***
-Responsive & Scrollable Tables
-***/
-.table-scrollable {
- width: 100%;
- overflow-x: auto;
- overflow-y: hidden;
- border: 1px solid #ddd;
-}
-.table-scrollable > .table {
- width: 100% !important;
- margin: 0 !important;
- margin-bottom: 0;
- background-color: #fff;
-}
-.table-scrollable > .table-bordered {
- border: 0;
-}
-.table-scrollable > .table-bordered > thead > tr > th:first-child,
-.table-scrollable > .table-bordered > tbody > tr > th:first-child,
-.table-scrollable > .table-bordered > tfoot > tr > th:first-child,
-.table-scrollable > .table-bordered > thead > tr > td:first-child,
-.table-scrollable > .table-bordered > tbody > tr > td:first-child,
-.table-scrollable > .table-bordered > tfoot > tr > td:first-child {
- border-left: 0;
-}
-.table-scrollable > .table-bordered > thead > tr > th:last-child,
-.table-scrollable > .table-bordered > tbody > tr > th:last-child,
-.table-scrollable > .table-bordered > tfoot > tr > th:last-child,
-.table-scrollable > .table-bordered > thead > tr > td:last-child,
-.table-scrollable > .table-bordered > tbody > tr > td:last-child,
-.table-scrollable > .table-bordered > tfoot > tr > td:last-child {
- border-right: 0;
-}
-.table-scrollable > .table-bordered > thead > tr:last-child > th,
-.table-scrollable > .table-bordered > tbody > tr:last-child > th,
-.table-scrollable > .table-bordered > tfoot > tr:last-child > th,
-.table-scrollable > .table-bordered > thead > tr:last-child > td,
-.table-scrollable > .table-bordered > tbody > tr:last-child > td,
-.table-scrollable > .table-bordered > tfoot > tr:last-child > td {
- border-bottom: 0;
-}
-/*table*/
-table {
- font-size: 12px;
-}
-.table-hover > tbody > tr:hover > td,
-.table-hover > tbody > tr:hover > th {
- background: #ebf6fd;
-}
-.dataTables_length,
-.dataTables_info,
-.dataTables_paginate {
- font-size: 12px;
- color: #7c868d;
- display: inline-block;
-}
-.dataTables_length {
- margin-right: 9px;
-}
-.dataTables_info {
- margin-right: 10px;
- color: #4d5761;
-}
-.dataTables_length select {
- margin-left: 1px;
- margin-right: 1px;
- width: 42px;
- height: 30px;
- border-color: #ddd;
- color: #7c868d;
-}
-.dataTables_paginate {
- vertical-align: top;
-}
-.dataTables_paginate input {
- border-color: #ddd !important;
- width: 42px !important;
- height: 30px !important;
- margin-left: 6px!important;
- margin-right: 6px!important;
- color: #7c868d;
-}
-.dataTables_paginate .pagination-panel a {
- border: 1px solid #ddd;
- width: 26px;
- height: 30px;
- opacity: 1;
- margin-left: 6px;
- vertical-align: top;
- cursor: pointer;
- color: #7c868d;
-}
-.dataTables_wrapper > div > div {
- float: right;
- margin-bottom: 10px;
- margin-top: 10px;
-}
-table th {
- font-weight: normal;
- font-size: 12px;
-}
-.table thead th {
- border-bottom: 0;
- color: #8b8b8b;
-}
-.table th {
- border-top: 0;
-}
-table .heading {
- font-size: 12px;
- background: #fff !important;
- font-weight: normal;
-}
-table tr:nth-of-type(odd) {
- background: #f9f9f9;
-}
-table tr:nth-of-type(even) {
- background: #fff;
-}
-table tr td label {
- cursor: pointer;
-}
-.table-btn span {
- padding-left: 5px;
- padding-right: 5px;
-}
-.table-bordered > thead > tr > th,
-.table-bordered > thead > tr > td {
- border-bottom-width: 1px;
-}
-table tr td .btn-xs {
- margin-bottom: 3px;
- margin-top: 3px;
-}
-/* px-table */
-.px-table.light .px-th {
- padding-bottom: 15px !important;
-}
-.px-table .px-th {
- padding-bottom: 10px !important;
-}
-/*.px-table.card tr:nth-of-type(odd){
- background-color:#fff !important;
-}*/
-.px-table.card tr:nth-of-type(odd):hover {
- background-color: #ebf6fd !important;
-}
-.px-table.card tr td:first-child,
-.px-table.card tr th:first-child {
- text-align: center;
-}
-.px-table.card .title {
- font-weight: normal;
-}
-.px-table .filter span.filterToggle {
- width: 30px !important;
- height: 30px !important;
-}
-.px-table input[type="checkbox"] {
- margin-right: 0;
-}
-.px-page-item .px-page-link {
- height: 28px !important;
-}
-.px-filters .px-th {
- padding-bottom: 2px !important;
-}
-.px-pagination {
- margin-top: 0 !important;
-}
-.px-table .filter span.filterToggle {
- height: 30px !important;
-}
-.px-table label,
-.px-table input[type="checkbox"] {
- margin-bottom: 0;
-}
-.px-table .innerTable tr:nth-of-type(odd) {
- background-color: #fff !important;
-}
-/*ng2-smart-table*/
-.ng2-smart-table.light .ng2-smart-th,
-.ng2-smart-table .ng2-smart-th {
- padding-bottom: 10px !important;
-}
-.ng2-smart-table .card tr:nth-of-type(odd) {
- background-color: #fff !important;
-}
-.ng2-smart-table .card tr:nth-of-type(odd):hover {
- background-color: #ebf6fd !important;
-}
-.ng2-smart-table .card tr td:first-child,
-.ng2-smart-table .card tr th:first-child {
- text-align: center;
-}
-.ng2-smart-table .card .title {
- font-weight: normal;
-}
-.ng2-smart-table .filter span.filterToggle {
- width: 30px !important;
- height: 30px !important;
-}
-.ng2-smart-table input[type="checkbox"] {
- margin-right: 0;
-}
-.ng2-smart-page-item .ng2-smart-page-link {
- height: 28px !important;
-}
-.ng2-smart-filters .ng2-smart-th {
- padding-bottom: 2px !important;
-}
-.ng2-smart-pagination {
- margin-top: 0 !important;
-}
-.ng2-smart-table .filter span.filterToggle {
- height: 30px !important;
-}
-.ng2-smart-table label,
-.ng2-smart-table input[type="checkbox"] {
- margin-bottom: 0;
-}
-.ng2-smart-table .innerTable tr:nth-of-type(odd) {
- background-color: #fff !important;
-}
-/***form***/
-.form {
- padding: 0 !important;
-}
-.form-group .multiRow {
- margin-bottom: 15px;
-}
-.form-group .multiRow:last-child {
- margin-bottom: 5px;
-}
-.form-group {
- font-size: 12px;
-}
-.form-group .btn {
- font-size: 14px;
-}
-.form-group .btn-s {
- font-size: 12px;
-}
-.form-group .ict-helpTip {
- font-size: 18px;
- color: #bababa;
- margin-left: 10px;
- vertical-align: text-bottom;
-}
-.form-group .ict-helpTip:hover {
- color: #00abff;
-}
-.form-group.equal-group .form-control {
- display: block;
-}
-.form-group.equal-group .form-control:first-child {
- margin-bottom: 5px;
-}
-.form-body {
- padding: 15px;
-}
-.form-actions .btn {
- font-size: 14px;
-}
-.form-actions.nobg {
- background-color: transparent;
-}
-.form-actions.top {
- margin-top: 0;
- margin-bottom: 20px;
- border-top: 0;
- border-bottom: 1px solid #e5e5e5;
-}
-.form-control {
- font-size: 12px;
- display: inline-block;
-}
-.form-actions .btnGroup {
- padding-left: 0;
-}
-.form-actions.fluid > [class^="col-"] {
- padding-left: 13px;
-}
-.form-actions:before,
-.form-actions:after {
- display: table;
- line-height: 0;
- content: "";
-}
-.form-actions:after {
- clear: both;
-}
-.form-section {
- margin: 30px 0px 25px 0px;
- padding-bottom: 5px;
- border-bottom: 1px solid #eee;
-}
-.form .form-section:first-child {
- margin-top: 5px;
-}
-.help-inline {
- font-size: 13px;
- color: #737373;
- display: inline-block;
- padding: 5px;
-}
-.submBtn {
- /*text-align: center;*/
-}
-.subm-iconMargin {
- margin-left: -40px;
-}
-.subm-margin {
- margin-left: -40px;
-}
-.form-actions.right {
- padding-left: 0;
- padding-right: 10px;
- text-align: right;
-}
-.form-actions.left {
- padding-left: 10px;
- padding-right: 0;
- text-align: left;
-}
-.help-block {
- margin-top: 5px;
- margin-bottom: 5px;
- color: #a94442 !important;
-}
-.form-inline input {
- margin-bottom: 0px !important;
-}
-.form-horizontal .control-label {
- text-align: right;
-}
-.form-group .control-label {
- padding-top: 3px;
-}
-.form-control-static {
- font-size: 14px;
- padding-top: 7px;
-}
-.control-label .required {
- color: #e02222;
- font-size: 12px;
- padding-left: 2px;
-}
-.form-control:focus {
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-select.form-control,
-.form-control {
- padding: 4px 12px;
- border-radius: 2px;
- height: 30px;
- /* width:400px;*/
- border-color: #ddd;
-}
-select.form-control:not([size]):not([multiple]) {
- height: 30px ;
-}
-/***checkbox&radio***/
-/* Checkbox */
-.form-group .checkbox {
- padding-left: 0;
-}
-.checkbox-list > label {
- display: block;
-}
-.checkbox-list > label.checkbox-inline {
- display: inline-block;
-}
-.checkbox-list > label.checkbox-inline:first-child {
- padding-left: 0;
-}
-/* Radios */
-input[type="radio"] {
- cursor: pointer;
-}
-.radio-list > label {
- display: block;
-}
-.radio-list > label.radio-inline {
- display: inline-block;
-}
-.radio-list > label.radio-inline:first-child {
- padding-left: 0;
-}
-.form-horizontal .radio-list .radio {
- padding-top: 1px;
-}
-.form-horizontal .radio-list > label {
- margin-bottom: 0;
-}
-.form-horizontal .radio > span {
- margin-top: 2px;
-}
-input[type="checkbox"]:focus,
-input[type="radio"]:focus {
- outline: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
- border: 0;
-}
-.raw-container {
- font-size: 0;
- position: relative;
-}
-.raw-container input[type="checkbox"],
-.raw-container input[type="radio"] {
- position: absolute;
- z-index: -1;
- opacity: 0;
-}
-.raw-container input[type="checkbox"] + .checkbox-substitute + span,
-.raw-container input[type="radio"] + .radio-substitute + span {
- font-weight: normal;
- font-size: 12px;
- line-height: 12px;
- cursor: pointer;
- vertical-align: middle;
-}
-.raw-container input[type="checkbox"] + .checkbox-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: 14px;
- width: 14px;
- border: 1px solid #ccc;
- border-radius: 2px;
- vertical-align: middle;
- margin-right: 6px;
-}
-.raw-container input[type="checkbox"] + .checkbox-substitute:hover {
- border-color: #00abff;
-}
-.raw-container input[type="checkbox"]:checked + .checkbox-substitute {
- border-color: #00abff;
- background-color: #00abff;
-}
-.raw-container input[type="checkbox"]:checked + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #fff;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 3px;
- top: 0;
-}
-.raw-container input[type="checkbox"][disabled] + .checkbox-substitute {
- background-color: #efefef;
- cursor: auto;
- border-color: #ccc;
-}
-.raw-container input[type="checkbox"]:checked[disabled] + .checkbox-substitute {
- background-color: #efefef;
- cursor: auto;
- border-color: #ccc;
-}
-.raw-container input[type="checkbox"]:checked[disabled] + .checkbox-substitute::after {
- border: 1px solid #ccc;
- border-width: 0 2px 2px 0;
-}
-.raw-container input[type="checkbox"]:checked.portion + .checkbox-substitute {
- background-color: #97dbfc;
- border-color: #97dbfc;
-}
-.raw-container input[type="radio"] + .radio-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: 14px;
- width: 14px;
- border: 1px solid #ccc;
- border-radius: 14px;
- vertical-align: middle;
- margin-right: 6px;
-}
-.raw-container input[type="radio"] + .radio-substitute:hover {
- border-color: #00abff;
-}
-.raw-container input[type="radio"]:checked + .radio-substitute {
- border-color: #00abff;
- border-width: 4px;
-}
-.raw-container input[type="radio"][disabled] + .radio-substitute {
- border-color: #ccc;
- background-color: #efefef;
- cursor: auto;
-}
-.raw-container input[type="radio"]:checked [disabled] + .radio-substitute {
- border-color: #ccc;
- cursor: auto;
-}
-/***input***/
-::-webkit-input-placeholder {
- color: #bcbcbc !important;
-}
-:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #bcbcbc !important;
-}
-::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #bcbcbc !important;
-}
-input:-ms-input-placeholder {
- color: #bcbcbc !important;
-}
-input::-webkit-input-placeholder {
- color: #bcbcbc !important;
-}
-/*group*/
-.input-group-btn-vertical.fa {
- font-size: 12px;
-}
-.input-group.spinner .btn {
- min-width: 20px !important;
- height: 16px;
-}
-.spinner {
- width: 60px !important;
- margin-left: 10px;
- margin-right: 30px;
-}
-.spinner input {
- text-align: right;
-}
-.input-group-btn-vertical {
- position: relative;
- white-space: nowrap;
- width: 1%;
- vertical-align: middle;
- display: table-cell;
-}
-.input-group-btn-vertical > .btn {
- display: block;
- float: none;
- width: 100%;
- max-width: 100%;
- padding: 6px;
- margin-left: -1px;
- position: relative;
- border-radius: 0;
-}
-.input-group-btn-vertical > .btn {
- min-width: 20px;
-}
-.input-group-btn-vertical > .btn:first-child {
- border-top-right-radius: 4px;
-}
-.input-group-btn-vertical > .btn:last-child {
- margin-top: -2px;
- border-bottom-right-radius: 4px;
-}
-.input-group-btn-vertical i {
- position: absolute;
- top: 0;
- left: 6px;
-}
-/*.input-group .form-control {
- height: 26px !important;
-}*/
-.input-group {
- /* width:400px;*/
- font-size: 0;
-}
-.input-group .form-control {
- display: inline-block;
-}
-.input-group .form-control:hover,
-.input-group .form-control:focus:hover {
- z-index: 2;
-}
-.input-group .input-group-btn {
- z-index: 0;
-}
-/*html滑块组件*/
-input[type="range"] {
- margin-top: 2px;
- background-color: #f0f3f9;
- border: 1px solid #ccd6e8;
- border-radius: 15px;
- width: 400px;
- -webkit-appearance: none;
- height: 15px;
-}
-input[type="range"]::-webkit-slider-thumb {
- -webkit-appearance: none;
- cursor: pointer;
- top: -5px;
- height: 28px;
- width: 15px;
- transform: translateY(-4px);
- background: none repeat scroll 0 0 #f0f3f9;
- background-color: #9cc2cb;
- border-radius: 20px;
-}
-input[type="range"]:focus {
- outline: none;
-}
-/*search*/
-.input-group .btn {
- min-width: 40px;
- padding-top: 3px;
-}
-/***tab***/
-/*.nav-tabs {
- border: 0;
- font-weight: bold;
-}
-.nav-tabs > li.active > a,
-.nav-tabs > li.active > a:hover,
-.nav-tabs > li.active > a:focus {
- border: 0;
-}
-.nav-tabs > li > a {
- border-radius: 0;
- font-weight: bold;
- border: 0;
- margin-right: 0;
-}
-.nav > li > a:hover,
-.nav > li > a:focus {
- background-color: transparent;
-}
-.nav-tabs.boder-tab > li.active > a,
-.nav-tabs.boder-tab > div > li.active > a {
- border: 1px solid #ddd;
- border-bottom: 0;
-}
-.nav-tabs-content {
- border: 1px solid #ddd;
-}
-!***tab***!
-.nav-tabs.tabset > li.active,
-.nav-tabs.tabset > li.active:hover,
-.nav-tabs.tabset > li.active:focus {
- border: 0;
- border-top: 2px solid #00abff;
-}
-.nav-tabs > div > li.active,
-.nav-tabs > div > li.active:hover,
-.nav-tabs > div > li.active:focus {
- border: 0;
- background-color: #fcfcfc;
- border-top: 2px solid #00abff;
-}
-ul.nav.nav-tabs {
- background-color: transparent;
-}
-.nav-tabs > div > li > a:hover {
- background-color: transparent;
- border-bottom: 1px transparent;
-}
-.nav-tabs .nav-link {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- color: #777;
-}
-.nav-tabs .nav-link:hover {
- background-color: transparent;
- border-color: transparent;
- color: #777;
-}
-.nav-tabs .nav-link:focus {
- border-left-color: transparent;
- border-right-color: transparent;
-}
-.boder-tab ul.nav.nav-tabs {
- background-color: #fff;
-}
-.boder-tab ul.nav.nav-tabs .nav-link:hover {
- border-bottom: 1px solid #ddd ;
- background-color: #fcfcfc;
-}
-.boder-tab ul.nav.nav-tabs .nav-link.active:hover {
- border-bottom: 0 ;
-}
-.nav-tabs {
- border: 0;
- font-weight: normal;
-}
-.nav-tabs > li > a {
- border-radius: 0;
- font-weight: normal;
- border: 0;
- margin-right: 0;
-}
-.nav-tabs > li > a:hover,
-.nav-tabs > li > a:focus {
- background-color: transparent;
-}
-.nav-tabs .nav-link.active {
- border: 0;
- border-top: 2px solid #00abff;
- background-color: #fff;
-}
-.nav-tabs .nav-link.active:hover {
- background-color: #fff;
- border-top: 2px solid #00abff;
-}
-.nav-tabs .nav-link.disabled {
- border-top: 0;
- color: #c2c6c9;
-}
-.nav-tabs .nav-link.disabled:hover,
-.nav-tabs .nav-link.disabled:focus {
- background-color: transparent;
- color: #c2c6c9;
-}
-.boder-tab > .nav-tabs > .nav-item > .nav-link.active,
-.less-border > .nav-tabs > .nav-item > .nav-link.active {
- border: 1px solid #ddd;
- border-top: 2px solid #00abff;
- border-bottom: 0;
-}
-.boder-tab .tab-pane.active {
- border: 1px solid #ddd;
-}
-.tab-pane.active {
- padding: 15px;
-}
-.nav-pills .nav-link.active,
-.nav-pills .nav-item.show .nav-link {
- color: #fff;
- cursor: default;
- background-color: #00abff;
-}
-.less-border .tab-pane.active {
- border-top: 1px solid #ddd;
- border-left: 0;
- border-right: 0;
- border-bottom: 0;
-}*/
-/***button***/
-button {
- font-size: 14px;
-}
-.btn {
- min-width: 80px;
- letter-spacing: 1px;
- padding-top: 4px !important;
- padding-bottom: 4px !important;
- height: 30px;
- font-size: 14px;
- cursor: pointer;
- line-height: 1.42857143;
-}
-.btnGroup .btn,
-.btnGroup a {
- margin-right: 10px;
-}
-.btnGroup a:last-child,
-.btnGroup .btn:last-child {
- margin-right: 0;
-}
-.btnGroup .sub-btn {
- /*float:right;
- width: 400px;*/
- /*text-align: right;*/
-}
-.pagination-panel .btn {
- min-width: 4px;
-}
-.btn.dropdown-toggle,
-.btn-group .btn.dropdown-toggle,
-.btn:hover,
-.btn:disabled,
-.btn[disabled],
-.btn:focus,
-.btn:active,
-.btn.active {
- outline: none !important;
- background-image: none !important;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.btn-s {
- min-width: 50px;
- height: 26px;
- line-height: 14px;
- font-size: 12px;
- cursor: pointer;
-}
-.btn-s:hover {
- text-decoration: none ;
-}
-.btn-s:focus {
- outline: 0;
-}
-.btn-xs {
- min-width: 50px;
- line-height: 1.2;
- padding-top: 3px;
- padding-bottom: 3px;
- font-size: 12px;
- cursor: pointer;
-}
-.btn-xs:hover {
- text-decoration: none ;
-}
-.btn-xs:focus {
- outline: 0;
-}
-/***btn-group***/
-.btn-group .blue1-active {
- border-left: #a4d7f7 1px solid !important;
-}
-.btn-group .blue1-active:hover {
- border-left: #1289d6 1px solid !important;
-}
-.btn-group .white.btn.active,
-.btn-group .white.btn-s.active {
- border-left: #6ac7f5 1px solid !important;
-}
-/***toolbar & icons ***/
-.toolbar span {
- padding: 5px;
- font-size: 20px;
- cursor: pointer;
- color: #00abff;
- border: 1px solid transparent;
-}
-.toolbar span:hover {
- color: #00a3f5;
- border: 1px solid #cbdfec;
-}
-.toolbar i.seperate-vertical {
- padding: 0;
- border-right: 1px solid #ddd;
- margin-right: 8px;
- margin-left: 4px;
-}
-/*btn-link*/
-.btn-link {
- color: #ccc;
-}
-.btn-link:hover {
- color: #1798eb;
-}
-/***radius***/
-.radius-l {
- border-radius: 20px;
-}
-.radius-m {
- border-radius: 8px;
-}
-.radius-s {
- border-radius: 4px;
-}
-.radius-xs {
- border-radius: 3px;
-}
-/***progress***/
-.progress,
-.progress-s {
- border: 0;
- background-image: none !important;
- filter: none !important;
- -webkit-box-shadow: none !important;
- -moz-box-shadow: none !important;
- box-shadow: none !important;
- opacity: 0.7;
-}
-.progress {
- height: 8px;
- display: inline-block;
-}
-.progress-s {
- height: 2px;
-}
-.progress > .progress-bar-success {
- background-color: #00abff;
-}
-.progress-bar {
- height: 8px;
-}
-.progress > .bg-success {
- background-color: #00abff !important;
-}
-.px-progressbar .progress {
- display: inline-block;
-}
-.progress-rate {
- vertical-align: sub;
- margin-left: 5px;
-}
-.progress-error {
- display: inline-block;
- width: 16px;
- height: 16px;
- border-radius: 16px;
- border: 1px solid #ff5b55;
- font-size: 12px;
- color: #ff5b55;
- text-align: center;
- line-height: 1;
- margin-left: 5px;
-}
-.progress-error::before {
- content: "!";
-}
-.progressbar-s .progress {
- height: 2px;
-}
-/***separator & title***/
-.separator-line {
- height: 1px;
- width: 100%;
- background: #ddd;
- overflow: hidden;
- margin-bottom: 15px;
- opacity: 0.7;
-}
-.separator {
- opacity: 0.7;
-}
-.separator:hover {
- opacity: 1;
-}
-.separator-line-dashed {
- margin-top: 15px;
- height: 1px;
- border-bottom: 1px dashed #ddd;
- margin-bottom: 15px;
- overflow: hidden;
- width: 100%;
-}
-.titlefont {
- font-size: 14px;
- margin-top: 15px;
- margin-bottom: 5px;
- color: #777;
-}
-.form-title,
-.form-title-foldable {
- border-left: 3px solid #00abff;
-}
-.form-title {
- padding: 1px 2px 1px 5px;
- margin-bottom: 15px;
- color: #7c868d;
- font-size: 14px;
-}
-.form-title-foldable {
- padding: 1px 2px 1px 5px;
- margin-bottom: 15px;
- font-size: 14px;
-}
-.form-title-foldable span {
- margin-right: 10px;
- cursor: pointer;
-}
-.form-title-foldable span[class^="ict-"] {
- font-size: 12px;
- color: #009ceb;
-}
-/***ztree***/
-.ztree {
- padding: 15px 30px 0 5px;
-}
-.ztree * {
- font-family: "microsoft yahei";
- font-size: 12px;
-}
-.ztree li a {
- width: auto;
- padding-right: 5px;
- height: 25px;
- border: 1px solid #fff;
- padding-left: 5px;
-}
-.ztree li a:hover {
- border: 1px solid #ddd !important;
-}
-.ztree li > span {
- margin-top: 5px !important;
-}
-.ztree li span.button.chk {
- width: 13px;
- height: 13px;
- margin-left: 10px;
- cursor: auto;
-}
-.ztree li span.button.add {
- margin-left: 2px;
- margin-right: 4px;
- background-position: -144px 0;
- vertical-align: top;
- *vertical-align: middle;
- float: right;
-}
-.ztree li span.button.edit {
- margin-right: 4px;
- background-position: -110px -48px;
- vertical-align: top;
- *vertical-align: middle;
- float: right;
-}
-.ztree li span.button.remove {
- margin-right: 4px;
- background-position: -110px -64px;
- vertical-align: top;
- *vertical-align: middle;
- float: right;
-}
-.ztree li a.curSelectedNode {
- height: 25px;
- border: 1px #accbdd solid !important;
-}
-.ztree-select .ztree li a {
- border: 1px solid #fff !important;
-}
-.ztree-select .ztree li a:hover {
- border: 1px #ddd solid !important;
-}
-/***px-tree***/
-.px-tree ul.px-tree-children {
- -webkit-padding-start: 21px;
-}
-/***tip***/
-.terminology {
- color: #468ECE;
- border-bottom: 1px #468ECE dotted;
-}
-.General-tip {
- height: 20px;
- width: 20px;
- background-color: #fff;
- border: 1px #5b9bd1 solid;
- padding-bottom: 5px;
- padding-left: 5px;
- border-radius: 20px;
- margin-top: 5px;
-}
-.General-tip span {
- font-size: 15px;
- text-align: center;
- color: #5b9bd1;
- line-height: 1.1;
-}
-.General-tip:hover {
- border: 1px #2a6496 solid;
- cursor: pointer;
-}
-.General-tip:hover span {
- color: #2a6496;
-}
-/*tip-box*/
-.frmTipBoxTransition {
- -webkit-transition: -webkit-transform 0.3s ease-out;
- -o-transition: -o-transform 0.3s ease-out;
- transition: transform 0.3s ease-out;
- -webkit-transform: translate(0, 50%);
- -ms-transform: translate(0, 50%);
- -o-transform: translate(0, 50%);
- transform: translate(0, 50%);
-}
-#frmTipBox {
- position: absolute;
- width: 400px;
- margin: 10px auto;
- left: 30%;
- right: 30%;
- top: 14px;
-}
-/*alert*/
-.alert {
- padding: 12px 15px;
- max-width: 600px;
- text-align: left;
- -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
- -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
- box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
-}
-/*
-.alert-success {
- color: #fff;
- background-color: #73cf22;
- border-color:#73cf22;
-}
-
-.alert-info {
- color: #fff;
- background-color: #00abff;
- border-color:#00abff;
-}
-
-.alert-warning {
- color: #fff;
- background-color: #f7c515;
- border-color:#f7c515;
-}
-
-.alert-danger {
- color: #fff;
- background-color: #ff5b55;
- border-color:#ff5b55;
-}*/
-.close {
- color: #f2f2f2;
- font-size: 16px;
-}
-.close:hover,
-.close:focus {
- color: inherit;
- outline: 0;
-}
-.alert-success {
- color: #56963e;
- background-color: #edfbe8;
- border-color: #d5eccc;
- opacity: 0.85;
-}
-.alert-info {
- color: #5090c3;
- background-color: #ecf7fd;
- border-color: #bce1f1;
- opacity: 0.85;
-}
-.alert-warning {
- color: #bf880a;
- background-color: #fff8e9;
- border-color: #f5e1b8;
- opacity: 0.85;
-}
-.alert-danger {
- color: #df4364;
- background-color: #fbf0f1;
- border-color: #f3d9da;
- opacity: 0.85;
-}
-.close {
- color: #333;
- font-size: 1rem;
-}
-/*tooltip*/
-.tooltip.show {
- font-size: 12px;
- opacity: 1;
-}
-.tooltip.show .tooltip-inner {
- background-color: #4d5761;
- border-radius: 4px;
- padding: 5px 8px;
-}
-.tooltip.tooltip-top .tooltip-inner::before,
-.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
- border-top-color: #4d5761;
-}
-.tooltip.tooltip-right .tooltip-inner::before,
-.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
- border-right-color: #4d5761;
-}
-.tooltip.tooltip-bottom .tooltip-inner::before,
-.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
- border-bottom-color: #4d5761;
-}
-.tooltip.tooltip-left .tooltip-inner::before,
-.tooltip.bs-tether-element-attached-right .tooltip-inner::before {
- border-left-color: #4d5761;
-}
-/*modal*/
-
-/***pagination***/
-.page-item.active .page-link {
- background-color: #1798eb;
- border-color: #1798eb;
-}
-/***wizard***/
-.form-wizard .nav > li > a {
- padding-bottom: 0;
-}
-.wizard-body .button-next.disabled,
-.wizard-body .button-previous.disabled {
- display: none ;
-}
-.wizard-body .nav .step {
- background: none !important;
-}
-.form-wizard .progress {
- margin-bottom: 30px;
- margin-top: 10px;
- height: 4px;
- width: 100%;
-}
-.form-wizard .steps {
- background-color: #fff ;
- background-image: none ;
- filter: none ;
- border: 0px;
- box-shadow: none ;
-}
-.form-wizard .steps li a {
- background-color: #fff ;
- background-image: none ;
- filter: none;
- border: 0px;
- box-shadow: none ;
- color: #7c868d;
-}
-.form-wizard .steps:hover {
- background: none;
-}
-.form-wizard .step:hover {
- text-decoration: none;
-}
-.form-wizard .step .number {
- background-color: #ddd;
- color: #fff;
- display: inline-block;
- text-align: center !important;
- font-size: 14px;
- font-weight: 300;
- padding-top: 2px;
- margin-right: 10px;
- height: 24px;
- width: 24px;
- -webkit-border-radius: 50% !important;
- -moz-border-radius: 50% !important;
- border-radius: 50% !important;
-}
-.form-wizard .step .desc {
- display: inline-block;
- font-size: 14px;
- font-weight: 300;
- color: #7c868d;
-}
-.form-wizard .step i {
- display: none;
-}
-.form-wizard .active .step .number {
- background-color: #35aa47;
- color: #fff;
-}
-.form-wizard .active .step .desc {
- color: #333;
- font-weight: 400;
-}
-.form-wizard .done .step .number {
- background-color: #73cf22 ;
- color: #fff;
-}
-.form-wizard .done .step .desc {
- font-weight: 400;
-}
-.form-wizard .done .step .form-wizard .done .step i {
- font-size: 12px;
- font-weight: normal;
- color: #999;
- display: inline-block;
-}
-.form-wizard .steps > li.active > a.step .number {
- background-color: #00abff;
-}
-@media (min-width: 600px) and (max-width: 1280px) {
- .form-wizard .step .desc {
- margin-top: 10px;
- display: block;
- }
-}
-@media (max-width: 600px) {
- .form-wizard .steps > li > a {
- text-align: left;
- }
-}
-@media (min-width: 600px) {
- .nav-justified > li {
- display: table-cell;
- width: 1%;
- }
-}
-.px-wizard .nav.nav-pills.steps li {
- text-align: center;
-}
-.px-wizard .nav.nav-pills.steps li .desc {
- font-size: 14px;
-}
-.px-wizard .nav.nav-pills.steps li .px-wizard .form-wizard .step .number {
- padding-top: 1px;
-}
-/***popover***/
-ngb-popover-window.popover.show {
- color: #333;
- border: 1px solid #ddd;
-}
-.popover.popover-top::after,
-.popover.bs-tether-element-attached-bottom::after {
- border-top-color: #fff;
-}
-.popover.popover-top::before,
-.popover.bs-tether-element-attached-bottom::before {
- border-top-color: #ddd;
-}
-.popover.popover-left::after,
-.popover.bs-tether-element-attached-right::after {
- border-left-color: #fff;
-}
-.popover.popover-left::before,
-.popover.bs-tether-element-attached-right::before {
- border-left-color: #ddd;
-}
-.popover.popover-right::after,
-.popover.bs-tether-element-attached-left::after {
- border-right-color: #fff;
-}
-.popover.popover-right::before,
-.popover.bs-tether-element-attached-left::before {
- border-right-color: #ddd;
-}
-.popover.popover-bottom::after,
-.popover.bs-tether-element-attached-top::after {
- border-bottom-color: #fff;
-}
-.popover.popover-bottom::before,
-.popover.bs-tether-element-attached-top::before {
- border-bottom-color: #ddd;
-}
-.popover {
- max-width: 600px;
- min-width: 250px;
- background-color: #fff;
- font-family: "Microsoft yahei", Segoe UI, Arial !important;
- font-size: 12px;
- border-color: #ddd;
- -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
-}
-.popover .popover-title {
- background-color: #fff;
- border-bottom: 1px solid #ddd;
-}
-.popover .popover-content {
- background-color: #fff;
- padding-top: 20px;
-}
-.popover .ict-warning {
- color: #ff5b55;
- font-size: 26px;
- margin-right: 5px;
-}
-.popover .popo {
- text-align: center;
-}
-.popover .pop-btn {
- float: right;
- margin-top: 10px;
- margin-bottom: 10px;
- font-size: 0;
-}
-.popover .pop-btn .btn-s {
- margin-left: 10px;
-}
-.popover .tip-info span {
- vertical-align: middle;
-}
-.popover .tip-info .content {
- font-size: 14px;
-}
-/***collapse***/
-/*.collapse-bottom .card span.pop-trgl {
- position: absolute;
- top: -10px;
- left: 20px;
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 0 10px 10px 10px;
- border-color: transparent transparent #cbc5c5 transparent;
-}
-.collapse-bottom .card span.pop-trgl i {
- position: absolute;
- left: -9px;
- top: 1px;
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 0 9px 9px 9px;
- border-color: transparent transparent #fff transparent;
-}
-
-.collapse-top .card span.pop-trgl {
- position: absolute;
- bottom: -10px;
- left: 20px;
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 0 10px 10px 10px;
- border-color: transparent transparent #cbc5c5 transparent;
- transform:rotate(180deg);
-}
-.collapse-top .card span.pop-trgl i {
- position: absolute;
- left: -9px;
- top: 1px;
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 0 9px 9px 9px;
- border-color: transparent transparent #fff transparent;
-}
-.collapse-top .card-block {
- padding: 0;
-}
-.collapse-top .card {
- margin-bottom: 5px;
- padding: 15px;
-}
-.collapse-bottom .card {
- margin-top: 5px;
- padding: 15px;
-}*/
-/***select-box with icon***/
-.iconselect-box .col-xs-1 {
- width: 15px;
- padding: 110px 0 0 0;
-}
-.iconPosition > div {
- margin: 20px 0px 0px 0px;
-}
-/***.dropdown-item***/
-.dropdown-item {
- color: #4d5761;
-}
-.dropdown-item:focus,
-.dropdown-item:hover,
-.dropdown-item:active {
- background-color: #f8f8f8;
- outline: none;
- color: #4d5761;
-}
-.dropdown-menu {
- border: 0;
- -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
-}
-.btn-xs + .dropdown-menu .dropdown-item {
- font-size: 12px;
-}
-/***datepicker***/
-.px-dp-header {
- border-bottom: 0 !important;
-}
-.px-dp-header select.custom-select {
- color: #777;
- margin-top: 5px;
- width: 45%;
- margin-right: 5px;
- font-size: 12px;
-}
-.px-date-range-picker .ngb-dp-weekday {
- color: #777;
-}
-/*.px-dp-months.pb-1{
- padding-left:15px !important;
- padding-right:15px !important;
- .px-dp-day,
- .px-dp-weekday,
- .px-dp-week-number{
- width:40px;
- height:40px;
- }
- }*/
-.px-dp-week.d-flex {
- color: #777;
-}
-.font-italic {
- font-style: normal;
-}
-.px-dp-weekday.text-info {
- color: #777 !important;
-}
-.px-dp-day .btn-secondary {
- border-radius: 20px !important;
-}
-.px-dp-day .bg-primary {
- background-color: #00abff !important;
- border-radius: 20px !important;
-}
-.dropdown-menu .px-dp-day {
- font-size: 14px;
-}
-.dropdown-menu .px-dp-weekday.small {
- font-size: 80%;
-}
-.px-dp-month-name.text-center {
- color: #777;
- font-size: 14px !important;
-}
-.custom-day.weekend {
- background-color: #00abff !important;
- height: 2rem;
- line-height: 1.8;
- border-radius: 20px !important;
-}
-.custom-day.weekend:hover {
- background-color: #00a3f5 !important;
-}
-/***px-upload***/
-.px-uploder .progress {
- width: 300px;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/prism.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/prism.css
deleted file mode 100644
index 0100f8dd..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/prism.css
+++ /dev/null
@@ -1,141 +0,0 @@
-/**
- * prism.js default theme for JavaScript, CSS and HTML
- * Based on dabblet (http://dabblet.com)
- * @author Lea Verou
- */
-
-code[class*="language-"],
-pre[class*="language-"] {
- color: black;
- background: none;
- text-shadow: 0 1px white;
- font-family:"Helvetica Neue","PingFang SC",Tahoma,"Microsoft Yahei";
- direction: ltr;
- text-align: left;
- white-space: pre;
- word-spacing: normal;
- word-break: normal;
- word-wrap: normal;
- line-height: 1.5;
-
- -moz-tab-size: 4;
- -o-tab-size: 4;
- tab-size: 4;
-
- -webkit-hyphens: none;
- -moz-hyphens: none;
- -ms-hyphens: none;
- hyphens: none;
-}
-
-pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
-code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
- text-shadow: none;
- background: #b3d4fc;
-}
-
-pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
-code[class*="language-"]::selection, code[class*="language-"] ::selection {
- text-shadow: none;
- background: #b3d4fc;
-}
-
-@media print {
- code[class*="language-"],
- pre[class*="language-"] {
- text-shadow: none;
- }
-}
-
-/* Code blocks */
-pre[class*="language-"] {
- padding: 1em;
- margin: 0;
- overflow: auto;
- padding-top: 20px;
-}
-
-:not(pre) > code[class*="language-"],
-pre[class*="language-"] {
- background: #fff;
- border:1px solid #e9e9e9;
- border-top:0;
-}
-
-/* Inline code */
-:not(pre) > code[class*="language-"] {
- padding: .1em;
- border-radius: .3em;
- white-space: normal;
-}
-
-.token.comment,
-.token.prolog,
-.token.doctype,
-.token.cdata {
- color: slategray;
-}
-
-.token.punctuation {
- color: #999;
-}
-
-.namespace {
- opacity: .7;
-}
-
-.token.property,
-.token.tag,
-.token.boolean,
-.token.number,
-.token.constant,
-.token.symbol,
-.token.deleted {
- color: #905;
-}
-
-.token.selector,
-.token.attr-name,
-.token.string,
-.token.char,
-.token.builtin,
-.token.inserted {
- color: #690;
-}
-
-.token.operator,
-.token.entity,
-.token.url,
-.language-css .token.string,
-.style .token.string {
- color: #a67f59;
- background: hsla(0, 0%, 100%, .5);
-}
-
-.token.atrule,
-.token.attr-value,
-.token.keyword {
- color: #07a;
-}
-
-.token.function {
- color: #DD4A68;
-}
-
-.token.regex,
-.token.important,
-.token.variable {
- color: #e90;
-}
-
-.token.important,
-.token.bold {
- font-weight: bold;
-}
-.token.italic {
- font-style: italic;
-}
-
-.token.entity {
- cursor: help;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/style.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/style.css
deleted file mode 100644
index 9cb8e913..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/css/style.css
+++ /dev/null
@@ -1,1154 +0,0 @@
-@font-face {
- font-family: 'ZteIctIcons';
- src: url('../fonts/ZteIctIcons.eot?yfideg');
- src: url('../fonts/ZteIctIcons.eot?yfideg#iefix') format('embedded-opentype'),
- url('../fonts/ZteIctIcons.ttf?yfideg') format('truetype'),
- url('../fonts/ZteIctIcons.woff?yfideg') format('woff'),
- url('../fonts/ZteIctIcons.svg?yfideg#ZteIctIcons') format('svg');
- font-weight: normal;
- font-style: normal;
-}
-
-[class^="ict-"], [class*=" ict-"] {
- /* use !important to prevent issues with browser extensions that change fonts */
- font-family: 'ZteIctIcons' !important;
- speak: none;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
-
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-}
-
-.ict-pm-query:before {
- content: "\e900";
-}
-.ict-sm-follow-up:before {
- content: "\e901";
-}
-.ict-sm-syn-down:before {
- content: "\e902";
-}
-.ict-pm:before {
- content: "\e903";
-}
-.ict-pm-monitor:before {
- content: "\e904";
-}
-.ict-pm-customized:before {
- content: "\e905";
-}
-.ict-fm-group:before {
- content: "\e906";
-}
-.ict-fm-alarm-code:before {
- content: "\e907";
-}
-.ict-new:before {
- content: "\e908";
-}
-.ict-fm-restype:before {
- content: "\e909";
-}
-.ict-fm-moc:before {
- content: "\e90a";
-}
-.ict-col:before {
- content: "\e90b";
-}
-.ict-filter:before {
- content: "\e90c";
-}
-.ict-filter-f:before {
- content: "\e90d";
-}
-.ict-code:before {
- content: "\e90e";
-}
-.ict-code-f:before {
- content: "\e90f";
-}
-.ict-fullScreen:before {
- content: "\e910";
-}
-.ict-reduction:before {
- content: "\e911";
-}
-.ict-userCompare:before {
- content: "\e912";
-}
-.ict-userDispatch:before {
- content: "\e913";
-}
-.ict-voice:before {
- content: "\e914";
-}
-.ict-warning:before {
- content: "\e915";
-}
-.ict-xml:before {
- content: "\e916";
-}
-.ict-zoomIn:before {
- content: "\e917";
-}
-.ict-zoomOut:before {
- content: "\e918";
-}
-.ict-zoomOverView:before {
- content: "\e919";
-}
-.ict-zoomReset:before {
- content: "\e91a";
-}
-.ict-thumbtack:before {
- content: "\e91b";
-}
-.ict-toRight:before {
- content: "\e91c";
-}
-.ict-treefile:before {
- content: "\e91d";
-}
-.ict-treeFolder:before {
- content: "\e91e";
-}
-.ict-triangle:before {
- content: "\e91f";
-}
-.ict-unacknownledge:before {
- content: "\e920";
-}
-.ict-unlock:before {
- content: "\e921";
-}
-.ict-up:before {
- content: "\e922";
-}
-.ict-upload:before {
- content: "\e923";
-}
-.ict-user:before {
- content: "\e924";
-}
-.ict-start:before {
- content: "\e925";
-}
-.ict-stop:before {
- content: "\e926";
-}
-.ict-stretch:before {
- content: "\e927";
-}
-.ict-strikeOut:before {
- content: "\e928";
-}
-.ict-Synchronous:before {
- content: "\e929";
-}
-.ict-table:before {
- content: "\e92a";
-}
-.ict-third-grid:before {
- content: "\e92b";
-}
-.ict-third-grid-selected:before {
- content: "\e92c";
-}
-.ict-thumbtack-selected:before {
- content: "\e92d";
-}
-.ict-save:before {
- content: "\e92e";
-}
-.ict-select:before {
- content: "\e92f";
-}
-.ict-selectAll:before {
- content: "\e930";
-}
-.ict-selectLeft:before {
- content: "\e931";
-}
-.ict-selectRight:before {
- content: "\e932";
-}
-.ict-show:before {
- content: "\e933";
-}
-.ict-shrink:before {
- content: "\e934";
-}
-.ict-singleCommand:before {
- content: "\e935";
-}
-.ict-sm-center:before {
- content: "\e936";
-}
-.ict-sql:before {
- content: "\e937";
-}
-.ict-process:before {
- content: "\e938";
-}
-.ict-product:before {
- content: "\e939";
-}
-.ict-rbArrow:before {
- content: "\e93a";
-}
-.ict-refresh:before {
- content: "\e93b";
-}
-.ict-rename:before {
- content: "\e93c";
-}
-.ict-right-select:before {
- content: "\e93d";
-}
-.ict-role:before {
- content: "\e93e";
-}
-.ict-roleset:before {
- content: "\e93f";
-}
-.ict-openTree:before {
- content: "\e940";
-}
-.ict-Operation:before {
- content: "\e941";
-}
-.ict-palette:before {
- content: "\e942";
-}
-.ict-parallel:before {
- content: "\e943";
-}
-.ict-pause:before {
- content: "\e944";
-}
-.ict-pbp:before {
- content: "\e945";
-}
-.ict-pie:before {
- content: "\e946";
-}
-.ict-poNode:before {
- content: "\e947";
-}
-.ict-pre:before {
- content: "\e948";
-}
-.ict-print:before {
- content: "\e949";
-}
-.ict-move:before {
- content: "\e94a";
-}
-.ict-node-close:before {
- content: "\e94b";
-}
-.ict-node-open:before {
- content: "\e94c";
-}
-.ict-noticeAlarm:before {
- content: "\e94d";
-}
-.ict-noticeFilter:before {
- content: "\e94e";
-}
-.ict-open:before {
- content: "\e94f";
-}
-.ict-next:before {
- content: "\e950";
-}
-.ict-no-voice:before {
- content: "\e951";
-}
-.ict-message:before {
- content: "\e952";
-}
-.ict-modify:before {
- content: "\e953";
-}
-.ict-Monitor:before {
- content: "\e954";
-}
-.ict-more:before {
- content: "\e955";
-}
-.ict-more-line:before {
- content: "\e956";
-}
-.ict-newShortcut:before {
- content: "\e957";
-}
-.ict-lock:before {
- content: "\e958";
-}
-.ict-loseError:before {
- content: "\e959";
-}
-.ict-ltArrow:before {
- content: "\e95a";
-}
-.ict-Magnifier:before {
- content: "\e95b";
-}
-.ict-Maintain:before {
- content: "\e95c";
-}
-.ict-manAnalysis:before {
- content: "\e95d";
-}
-.ict-maximize:before {
- content: "\e95e";
-}
-.ict-memory:before {
- content: "\e95f";
-}
-.ict-menu:before {
- content: "\e960";
-}
-.ict-idea:before {
- content: "\e961";
-}
-.ict-import:before {
- content: "\e962";
-}
-.ict-inProgress:before {
- content: "\e963";
-}
-.ict-launchingTower:before {
- content: "\e964";
-}
-.ict-layout:before {
- content: "\e965";
-}
-.ict-legendhide:before {
- content: "\e966";
-}
-.ict-legendshow:before {
- content: "\e967";
-}
-.ict-link:before {
- content: "\e968";
-}
-.ict-godown:before {
- content: "\e969";
-}
-.ict-goup:before {
- content: "\e96a";
-}
-.ict-grammarCheck:before {
- content: "\e96b";
-}
-.ict-Graphical:before {
- content: "\e96c";
-}
-.ict-half-grid:before {
- content: "\e96d";
-}
-.ict-half-grid-selected:before {
- content: "\e96e";
-}
-.ict-helpTip:before {
- content: "\e96f";
-}
-.ict-hide:before {
- content: "\e970";
-}
-.ict-history:before {
- content: "\e971";
-}
-.ict-historyAlarm:before {
- content: "\e972";
-}
-.ict-eye-closed:before {
- content: "\e973";
-}
-.ict-forceOut:before {
- content: "\e974";
-}
-.ict-full-grid:before {
- content: "\e975";
-}
-.ict-full-grid-selected:before {
- content: "\e976";
-}
-.ict-gear:before {
- content: "\e977";
-}
-.ict-go:before {
- content: "\e978";
-}
-.ict-find:before {
- content: "\e979";
-}
-.ict-fobidden:before {
- content: "\e97a";
-}
-.ict-fold:before {
- content: "\e97b";
-}
-.ict-folder:before {
- content: "\e97c";
-}
-.ict-folderOpen:before {
- content: "\e97d";
-}
-.ict-drill:before {
- content: "\e97e";
-}
-.ict-empty:before {
- content: "\e97f";
-}
-.ict-executNext:before {
- content: "\e980";
-}
-.ict-export:before {
- content: "\e981";
-}
-.ict-export-ne:before {
- content: "\e982";
-}
-.ict-eye:before {
- content: "\e983";
-}
-.ict-file:before {
- content: "\e984";
-}
-.ict-currentAlarm:before {
- content: "\e985";
-}
-.ict-debug:before {
- content: "\e986";
-}
-.ict-deleSingle:before {
- content: "\e987";
-}
-.ict-delete:before {
- content: "\e988";
-}
-.ict-department:before {
- content: "\e989";
-}
-.ict-detail:before {
- content: "\e98a";
-}
-.ict-displaySwitch:before {
- content: "\e98b";
-}
-.ict-down:before {
- content: "\e98c";
-}
-.ict-download:before {
- content: "\e98d";
-}
-.ict-circle:before {
- content: "\e98e";
-}
-.ict-clearAlarm:before {
- content: "\e98f";
-}
-.ict-close:before {
- content: "\e990";
-}
-.ict-closeTree:before {
- content: "\e991";
-}
-.ict-cloud:before {
- content: "\e992";
-}
-.ict-completed:before {
- content: "\e993";
-}
-.ict-computer:before {
- content: "\e994";
-}
-.ict-configmap:before {
- content: "\e995";
-}
-.ict-copy:before {
- content: "\e996";
-}
-.ict-cpu:before {
- content: "\e997";
-}
-.ict-arrowRight:before {
- content: "\e998";
-}
-.ict-autoFind:before {
- content: "\e999";
-}
-.ict-back:before {
- content: "\e99a";
-}
-.ict-ball:before {
- content: "\e99b";
-}
-.ict-batchCommand:before {
- content: "\e99c";
-}
-.ict-bell:before {
- content: "\e99d";
-}
-.ict-blackList:before {
- content: "\e99e";
-}
-.ict-breakLink:before {
- content: "\e99f";
-}
-.ict-cancle:before {
- content: "\e9a0";
-}
-.ict-check-error:before {
- content: "\e9a1";
-}
-.ict-check-right:before {
- content: "\e9a2";
-}
-.ict-alarmBox:before {
- content: "\e9a3";
-}
-.ict-alarmFilter:before {
- content: "\e9a4";
-}
-.ict-alarmTurn:before {
- content: "\e9a5";
-}
-.ict-allSelected:before {
- content: "\e9a6";
-}
-.ict-angleLeft:before {
- content: "\e9a7";
-}
-.ict-angleRight:before {
- content: "\e9a8";
-}
-.ict-arrowLeft:before {
- content: "\e9a9";
-}
-.ict-arrowLeftAll:before {
- content: "\e9aa";
-}
-.ict-arrowRightAll:before {
- content: "\e9ab";
-}
-.ict-acknownledge:before {
- content: "\e9ac";
-}
-.ict-Admin:before {
- content: "\e9ad";
-}
-.ict-advice:before {
- content: "\e9ae";
-}
-.ict-afreshDef:before {
- content: "\e9af";
-}
-.ict-alarm:before {
- content: "\e9b0";
-}
-.ict-code-b:before {
- content: "\e9b1";
-}
-.ict-log:before {
- content: "\e9b2";
-}
-.ict-analysis:before {
- content: "\e9b3";
-}
-.ict-bindingRelationship:before {
- content: "\e9b4";
-}
-.ict-browsePolicy:before {
- content: "\e9b5";
-}
-.ict-businessManagment:before {
- content: "\e9b6";
-}
-.ict-cardData:before {
- content: "\e9b7";
-}
-.ict-dailyManagment:before {
- content: "\e9b8";
-}
-.ict-enterpriseCustomer:before {
- content: "\e9b9";
-}
-.ict-equipmentBlacklist:before {
- content: "\e9ba";
-}
-.ict-equipmentModel:before {
- content: "\e9bb";
-}
-.ict-examine:before {
- content: "\e9bc";
-}
-.ict-failureList:before {
- content: "\e9bd";
-}
-.ict-familyCustomer:before {
- content: "\e9be";
-}
-.ict-fileTool:before {
- content: "\e9bf";
-}
-.ict-groupManagment:before {
- content: "\e9c0";
-}
-.ict-notice:before {
- content: "\e9c1";
-}
-.ict-policy:before {
- content: "\e9c2";
-}
-.ict-portal:before {
- content: "\e9c3";
-}
-.ict-recordQuery:before {
- content: "\e9c4";
-}
-.ict-resourceManagment:before {
- content: "\e9c5";
-}
-.ict-ruleManagment:before {
- content: "\e9c6";
-}
-.ict-sucessRate:before {
- content: "\e9c7";
-}
-.ict-terminalManagment:before {
- content: "\e9c8";
-}
-.ict-tools:before {
- content: "\e9c9";
-}
-.ict-track:before {
- content: "\e9ca";
-}
-.ict-userManagment:before {
- content: "\e9cb";
-}
-.ict-versionManagment:before {
- content: "\e9cc";
-}
-.ict-workOrder:before {
- content: "\e9cd";
-}
-.ict-app:before {
- content: "\e9ce";
-}
-.ict-car:before {
- content: "\e9cf";
-}
-.ict-chgpile:before {
- content: "\e9d0";
-}
-.ict-chgposition:before {
- content: "\e9d1";
-}
-.ict-chgstation:before {
- content: "\e9d2";
-}
-.ict-cms:before {
- content: "\e9d3";
-}
-.ict-common_dc:before {
- content: "\e9d4";
-}
-.ict-common_ncd:before {
- content: "\e9d5";
-}
-.ict-common_ncd_break:before {
- content: "\e9d6";
-}
-.ict-common_ncd_stop:before {
- content: "\e9d7";
-}
-.ict-common_sc:before {
- content: "\e9d8";
-}
-.ict-ems:before {
- content: "\e9d9";
-}
-.ict-host:before {
- content: "\e9da";
-}
-.ict-network:before {
- content: "\e9db";
-}
-.ict-NFV:before {
- content: "\e9dc";
-}
-.ict-NS:before {
- content: "\e9dd";
-}
-.ict-sdno:before {
- content: "\e9de";
-}
-.ict-vapel_chgpile:before {
- content: "\e9df";
-}
-.ict-VDU:before {
- content: "\e9e0";
-}
-.ict-VIM:before {
- content: "\e9e1";
-}
-.ict-VNF:before {
- content: "\e9e2";
-}
-.ict-VNFC:before {
- content: "\e9e3";
-}
-.ict-VNFM:before {
- content: "\e9e4";
-}
-
-
-/**********************************
-
- plx-icons
-
-**********************************/
-@font-face {
- font-family: 'plx-icons';
- src: url('../fonts/plx-icons.eot?15hpu9');
- src: url('../fonts/plx-icons.eot?15hpu9#iefix') format('embedded-opentype'),
- url('../fonts/plx-icons.ttf?15hpu9') format('truetype'),
- url('../fonts/plx-icons.woff?15hpu9') format('woff'),
- url('../fonts/plx-icons.svg?15hpu9#plx-icons') format('svg');
- font-weight: normal;
- font-style: normal;
-}
-
-[class^="plx-ico-"], [class*=" plx-ico-"] {
- /* use !important to prevent issues with browser extensions that change fonts */
- font-family: 'plx-icons' !important;
- speak: none;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
-
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-}
-
-.plx-ico-drag-drop-16:before {
- content: "\e987";
-}
-.plx-ico-all-selected-16:before {
- content: "\e900";
-}
-.plx-ico-arrow-down-16:before {
- content: "\e901";
-}
-.plx-ico-arrow-left-16:before {
- content: "\e902";
-}
-.plx-ico-arrow-right-16:before {
- content: "\e903";
-}
-.plx-ico-arrow-up-16:before {
- content: "\e904";
-}
-.plx-ico-bell-20:before {
- content: "\e905";
-}
-.plx-ico-calendar-16:before {
- content: "\e906";
-}
-.plx-ico-close-16:before {
- content: "\e907";
-}
-.plx-ico-code-16:before {
- content: "\e908";
-}
-.plx-ico-code-f-16:before {
- content: "\e909";
-}
-.plx-ico-copy-16:before {
- content: "\e90a";
-}
-.plx-ico-delete-16:before {
- content: "\e90b";
-}
-.plx-ico-detail-16:before {
- content: "\e90c";
-}
-.plx-ico-double-left-16:before {
- content: "\e90d";
-}
-.plx-ico-double-right-16:before {
- content: "\e90e";
-}
-.plx-ico-down-16:before {
- content: "\e90f";
-}
-.plx-ico-download-16:before {
- content: "\e910";
-}
-.plx-ico-empty-16:before {
- content: "\e911";
-}
-.plx-ico-export-16:before {
- content: "\e912";
-}
-.plx-ico-export-other-16:before {
- content: "\e913";
-}
-.plx-ico-eye-16:before {
- content: "\e914";
-}
-.plx-ico-eye-closed-16:before {
- content: "\e915";
-}
-.plx-ico-file-16:before {
- content: "\e916";
-}
-.plx-ico-filter-16:before {
- content: "\e917";
-}
-.plx-ico-filter-f-16:before {
- content: "\e918";
-}
-.plx-ico-folder-16:before {
- content: "\e919";
-}
-.plx-ico-folder-custom-16:before {
- content: "\e91a";
-}
-.plx-ico-folder-open-16:before {
- content: "\e91b";
-}
-.plx-ico-folder-open-custom-16:before {
- content: "\e91c";
-}
-.plx-ico-full-grid-16:before {
- content: "\e91d";
-}
-.plx-ico-full-grid-f-16:before {
- content: "\e91e";
-}
-.plx-ico-full-screen-16:before {
- content: "\e91f";
-}
-.plx-ico-gear-16:before {
- content: "\e920";
-}
-.plx-ico-half-grid-16:before {
- content: "\e921";
-}
-.plx-ico-half-grid-f-16:before {
- content: "\e922";
-}
-.plx-ico-help-tip-16:before {
- content: "\e923";
-}
-.plx-ico-help-tip-20:before {
- content: "\e924";
-}
-.plx-ico-history-16:before {
- content: "\e925";
-}
-.plx-ico-import-16:before {
- content: "\e926";
-}
-.plx-ico-info-16:before {
- content: "\e927";
-}
-.plx-ico-info-f-20:before {
- content: "\e928";
-}
-.plx-ico-left-16:before {
- content: "\e929";
-}
-.plx-ico-lock-16:before {
- content: "\e92a";
-}
-.plx-ico-magnifier-16:before {
- content: "\e92b";
-}
-.plx-ico-maximize-16:before {
- content: "\e92c";
-}
-.plx-ico-menu-16:before {
- content: "\e92d";
-}
-.plx-ico-message-16:before {
- content: "\e92e";
-}
-.plx-ico-message-20:before {
- content: "\e92f";
-}
-.plx-ico-minus-16:before {
- content: "\e930";
-}
-.plx-ico-modify-16:before {
- content: "\e931";
-}
-.plx-ico-move-16:before {
- content: "\e932";
-}
-.plx-ico-new-16:before {
- content: "\e933";
-}
-.plx-ico-pause-16:before {
- content: "\e934";
-}
-.plx-ico-plus-16:before {
- content: "\e935";
-}
-.plx-ico-print-16:before {
- content: "\e936";
-}
-.plx-ico-reduction-16:before {
- content: "\e937";
-}
-.plx-ico-refresh-16:before {
- content: "\e938";
-}
-.plx-ico-remove-16:before {
- content: "\e939";
-}
-.plx-ico-right-16:before {
- content: "\e93a";
-}
-.plx-ico-save-16:before {
- content: "\e93b";
-}
-.plx-ico-select-16:before {
- content: "\e93c";
-}
-.plx-ico-setting-20:before {
- content: "\e93d";
-}
-.plx-ico-square-down-16:before {
- content: "\e93e";
-}
-.plx-ico-square-left-16:before {
- content: "\e93f";
-}
-.plx-ico-square-right-16:before {
- content: "\e940";
-}
-.plx-ico-square-up-16:before {
- content: "\e941";
-}
-.plx-ico-start-16:before {
- content: "\e942";
-}
-.plx-ico-stop-16:before {
- content: "\e943";
-}
-.plx-ico-sucess-16:before {
- content: "\e944";
-}
-.plx-ico-sucess-f-20:before {
- content: "\e945";
-}
-.plx-ico-three-grid-16:before {
- content: "\e946";
-}
-.plx-ico-three-grid-f-16:before {
- content: "\e947";
-}
-.plx-ico-unlock-16:before {
- content: "\e948";
-}
-.plx-ico-up-16:before {
- content: "\e949";
-}
-.plx-ico-upload-16:before {
- content: "\e94a";
-}
-.plx-ico-user-20:before {
- content: "\e94b";
-}
-.plx-ico-warning-16:before {
- content: "\e94c";
-}
-.plx-ico-warning-f-20:before {
- content: "\e94d";
-}
-.plx-ico-zoom-in-16:before {
- content: "\e94e";
-}
-.plx-ico-zoom-out-16:before {
- content: "\e94f";
-}
-.plx-ico-zoom-overview-16:before {
- content: "\e950";
-}
-.plx-ico-zoom-reset-16:before {
- content: "\e951";
-}
-.plx-ico-config-auto-discover-16:before {
- content: "\e952";
-}
-.plx-ico-config-backup-16:before {
- content: "\e953";
-}
-.plx-ico-config-script-16:before {
- content: "\e954";
-}
-.plx-ico-console-16:before {
- content: "\e955";
-}
-.plx-ico-fm-acknownledge-16:before {
- content: "\e956";
-}
-.plx-ico-fm-alarm-16:before {
- content: "\e957";
-}
-.plx-ico-fm-alarm-box-16:before {
- content: "\e958";
-}
-.plx-ico-fm-alarm-code-16:before {
- content: "\e959";
-}
-.plx-ico-fm-alarm-turn-16:before {
- content: "\e95a";
-}
-.plx-ico-fm-current-alarm-16:before {
- content: "\e95b";
-}
-.plx-ico-fm-group-16:before {
- content: "\e95c";
-}
-.plx-ico-fm-history-alarm-16:before {
- content: "\e95d";
-}
-.plx-ico-fm-moc-16:before {
- content: "\e95e";
-}
-.plx-ico-fm-notice-alarm-16:before {
- content: "\e95f";
-}
-.plx-ico-fm-no-voice-16:before {
- content: "\e960";
-}
-.plx-ico-fm-restype-16:before {
- content: "\e961";
-}
-.plx-ico-fm-setting-16:before {
- content: "\e962";
-}
-.plx-ico-fm-unacknownledge-16:before {
- content: "\e963";
-}
-.plx-ico-fm-voice-16:before {
- content: "\e964";
-}
-.plx-ico-hmf-16:before {
- content: "\e965";
-}
-.plx-ico-license-16:before {
- content: "\e966";
-}
-.plx-ico-log-16:before {
- content: "\e967";
-}
-.plx-ico-mml-16:before {
- content: "\e968";
-}
-.plx-ico-mml-batch-command-16:before {
- content: "\e969";
-}
-.plx-ico-mml-debug-16:before {
- content: "\e96a";
-}
-.plx-ico-mml-dele-single-16:before {
- content: "\e96b";
-}
-.plx-ico-mml-execut-next-16:before {
- content: "\e96c";
-}
-.plx-ico-mml-grammar-check-16:before {
- content: "\e96d";
-}
-.plx-ico-mml-lose-error-16:before {
- content: "\e96e";
-}
-.plx-ico-mml-parallel-16:before {
- content: "\e96f";
-}
-.plx-ico-mml-single-command-16:before {
- content: "\e970";
-}
-.plx-ico-octopus-16:before {
- content: "\e971";
-}
-.plx-ico-performance-16:before {
- content: "\e972";
-}
-.plx-ico-pm-customized-16:before {
- content: "\e973";
-}
-.plx-ico-pm-monitor-16:before {
- content: "\e974";
-}
-.plx-ico-pm-query-16:before {
- content: "\e975";
-}
-.plx-ico-sm-16:before {
- content: "\e976";
-}
-.plx-ico-sm-admin-16:before {
- content: "\e977";
-}
-.plx-ico-sm-blacklist-16:before {
- content: "\e978";
-}
-.plx-ico-sm-department-16:before {
- content: "\e979";
-}
-.plx-ico-sm-follow-up-16:before {
- content: "\e97a";
-}
-.plx-ico-sm-maintain-16:before {
- content: "\e97b";
-}
-.plx-ico-sm-operation-16:before {
- content: "\e97c";
-}
-.plx-ico-sm-role-16:before {
- content: "\e97d";
-}
-.plx-ico-sm-roleset-16:before {
- content: "\e97e";
-}
-.plx-ico-sm-syn-down-16:before {
- content: "\e97f";
-}
-.plx-ico-sm-user-16:before {
- content: "\e980";
-}
-.plx-ico-sm-user-compare-16:before {
- content: "\e981";
-}
-.plx-ico-sm-user-dispatch-16:before {
- content: "\e982";
-}
-.plx-ico-sm-user-managment-16:before {
- content: "\e983";
-}
-.plx-ico-topo-group-16:before {
- content: "\e984";
-}
-.plx-ico-topo-layer-access-16:before {
- content: "\e985";
-}
-.plx-ico-topo-logic-16:before {
- content: "\e986";
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/FontAwesome.otf b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/FontAwesome.otf
deleted file mode 100644
index 401ec0f3..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/FontAwesome.otf
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteIctIcons.eot b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteIctIcons.eot
deleted file mode 100644
index 8ddba569..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteIctIcons.eot
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteIctIcons.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteIctIcons.svg
deleted file mode 100644
index 94a04d7c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteIctIcons.svg
+++ /dev/null
@@ -1,239 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>Generated by IcoMoon</metadata>
-<defs>
-<font id="ZteIctIcons" horiz-adv-x="1024">
-<font-face units-per-em="1024" ascent="960" descent="-64" />
-<missing-glyph horiz-adv-x="1024" />
-<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
-<glyph unicode="&#xe900;" glyph-name="pm-query" d="M448 320c57.6 0 108.8 19.2 147.2 51.2l147.2-147.2c6.4-6.4 12.8-6.4 25.6-6.4s19.2 0 25.6 6.4c12.8 12.8 12.8 32 0 44.8l-147.2 147.2c32 38.4 57.6 96 57.6 160 0 140.8-115.2 256-256 256s-256-115.2-256-256c0-140.8 115.2-256 256-256zM448 768c108.8 0 192-83.2 192-192s-83.2-192-192-192-192 83.2-192 192 83.2 192 192 192zM864 128h-672v236.8c0 19.2-12.8 32-32 32s-32-12.8-32-32v-268.8c0-19.2 12.8-32 32-32h704c19.2 0 32 12.8 32 32s-12.8 32-32 32z" />
-<glyph unicode="&#xe901;" glyph-name="sm-follow-up" d="M153.6 499.2c12.8-6.4 32 6.4 38.4 25.6 38.4 140.8 172.8 243.2 320 243.2s281.6-102.4 320-243.2c6.4-12.8 19.2-25.6 32-25.6 0 0 6.4 0 6.4 0 19.2 6.4 25.6 25.6 19.2 38.4-44.8 172.8-204.8 294.4-377.6 294.4-128 0-243.2-64-320-166.4v70.4c0 19.2-12.8 32-32 32s-32-12.8-32-32v-192c0 0 0-6.4 0-6.4 0-12.8 6.4-32 25.6-38.4zM896 358.4c6.4 19.2-6.4 32-19.2 38.4-19.2 6.4-32-6.4-38.4-19.2-44.8-147.2-172.8-243.2-320-243.2s-281.6 102.4-320 243.2c-12.8 12.8-32 25.6-44.8 19.2-19.2-6.4-32-25.6-25.6-38.4 51.2-172.8 211.2-294.4 384-294.4 128 0 243.2 64 320 166.4v-70.4c0-19.2 12.8-32 32-32s32 12.8 32 32v198.4c0-6.4 0 0 0 0zM486.4 627.2l-160-256c-6.4-12.8-6.4-25.6 0-32 6.4-12.8 12.8-19.2 25.6-19.2h320c12.8 0 19.2 6.4 25.6 19.2s6.4 25.6 0 32l-160 256c-12.8 19.2-38.4 19.2-51.2 0zM409.6 384l102.4 166.4 102.4-166.4h-204.8z" />
-<glyph unicode="&#xe902;" glyph-name="sm-syn-down" d="M672 576h-320c-12.8 0-19.2-6.4-25.6-19.2-6.4-6.4-6.4-19.2 0-32l160-256c6.4-6.4 12.8-12.8 25.6-12.8s19.2 6.4 25.6 12.8l160 256c6.4 12.8 6.4 19.2 0 32s-12.8 19.2-25.6 19.2zM512 345.6l-102.4 166.4h204.8l-102.4-166.4zM153.6 499.2c12.8-6.4 32 6.4 38.4 25.6 38.4 140.8 172.8 243.2 320 243.2s281.6-102.4 320-243.2c6.4-12.8 19.2-25.6 32-25.6 0 0 6.4 0 6.4 0 19.2 6.4 25.6 25.6 19.2 38.4-44.8 172.8-204.8 294.4-377.6 294.4-128 0-243.2-64-320-166.4v70.4c0 19.2-12.8 32-32 32s-32-12.8-32-32v-192c0 0 0-6.4 0-6.4 0-12.8 6.4-32 25.6-38.4zM896 358.4c6.4 19.2-6.4 32-19.2 38.4-19.2 6.4-32-6.4-38.4-19.2-44.8-147.2-172.8-243.2-320-243.2s-281.6 102.4-320 243.2c-12.8 12.8-32 25.6-44.8 19.2-19.2-6.4-32-25.6-25.6-38.4 51.2-172.8 211.2-294.4 384-294.4 128 0 243.2 64 320 166.4v-70.4c0-19.2 12.8-32 32-32s32 12.8 32 32v198.4c0-6.4 0 0 0 0z" />
-<glyph unicode="&#xe903;" glyph-name="pm" d="M870.4 896h-716.8c-51.2 0-96-44.8-96-96v-704c0-51.2 44.8-96 96-96h716.8c51.2 0 96 44.8 96 96v704c0 51.2-44.8 96-96 96zM153.6 832h716.8c19.2 0 32-12.8 32-32v-281.6c0 0 0 0 0 0h-224c-12.8 0-25.6-6.4-32-19.2l-25.6-51.2-51.2 236.8c0 12.8-12.8 25.6-32 25.6-12.8 0-25.6-12.8-32-25.6l-96-345.6-32 147.2c-6.4 12.8-19.2 19.2-32 25.6-12.8 0-25.6-6.4-32-19.2l-51.2-102.4h-140.8v409.6c0 19.2 12.8 32 32 32zM870.4 64h-716.8c-19.2 0-32 12.8-32 32v230.4h160c12.8 0 25.6 6.4 25.6 19.2l25.6 44.8 44.8-179.2c6.4-12.8 19.2-25.6 32-25.6 0 0 0 0 0 0 12.8 0 25.6 6.4 32 25.6l96 332.8 38.4-204.8c0-12.8 12.8-19.2 25.6-19.2s25.6 6.4 32 19.2l57.6 121.6h204.8c0 0 0 0 0 0v-358.4c6.4-25.6-6.4-38.4-25.6-38.4z" />
-<glyph unicode="&#xe904;" glyph-name="pm-monitor" d="M864 896h-704c-51.2 0-96-44.8-96-96v-512c0-51.2 44.8-96 96-96h224v-128h-96c-19.2 0-32-12.8-32-32s12.8-32 32-32h448c19.2 0 32 12.8 32 32s-12.8 32-32 32h-96v128h224c51.2 0 96 44.8 96 96v512c0 51.2-44.8 96-96 96zM576 64h-128v128h128v-128zM896 288c0-19.2-12.8-32-32-32h-704c-19.2 0-32 12.8-32 32v512c0 19.2 12.8 32 32 32h704c19.2 0 32-12.8 32-32v-512zM512 710.4c-166.4 0-307.2-134.4-313.6-140.8-12.8-12.8-12.8-25.6 0-38.4 6.4-6.4 140.8-147.2 313.6-147.2 166.4 0 307.2 134.4 313.6 140.8 12.8 12.8 12.8 25.6 0 38.4-6.4 6.4-147.2 147.2-313.6 147.2zM512 512c-19.2 0-38.4 6.4-38.4 32s19.2 44.8 38.4 44.8 38.4-19.2 38.4-38.4-12.8-38.4-38.4-38.4zM473.6 640c-38.4-12.8-64-51.2-64-96s25.6-76.8 64-89.6c-89.6 12.8-166.4 57.6-204.8 89.6 38.4 32 115.2 83.2 204.8 96zM556.8 454.4c38.4 19.2 57.6 44.8 57.6 89.6s-25.6 76.8-57.6 96c83.2-12.8 160-64 192-96-32-32-108.8-70.4-192-89.6z" />
-<glyph unicode="&#xe905;" glyph-name="pm-customized" d="M832 576c-12.8 0-19.2 0-32-6.4v70.4c0 51.2-44.8 96-96 96h-102.4c0 12.8 6.4 19.2 6.4 32 0 70.4-57.6 128-128 128s-128-57.6-128-128c0-12.8 0-19.2 6.4-32h-198.4c-51.2 0-96-44.8-96-96v-121.6c0-12.8 6.4-25.6 19.2-32s25.6 0 32 6.4c12.8 12.8 32 19.2 44.8 19.2 38.4 0 64-25.6 64-64s-25.6-64-64-64c-12.8 0-32 6.4-44.8 19.2-6.4 6.4-19.2 6.4-32 6.4-12.8-6.4-19.2-19.2-19.2-32v-121.6c0-51.2 44.8-96 96-96h198.4c0-12.8-6.4-19.2-6.4-32 0-70.4 57.6-128 128-128s128 57.6 128 128c0 12.8 0 19.2-6.4 32h102.4c51.2 0 96 44.8 96 96v70.4c12.8 0 19.2-6.4 32-6.4 70.4 0 128 57.6 128 128s-57.6 128-128 128zM832 384c-12.8 0-32 6.4-44.8 19.2-6.4 6.4-25.6 12.8-32 6.4-12.8-6.4-19.2-19.2-19.2-32v-121.6c0-19.2-12.8-32-32-32h-153.6c-12.8 0-25.6-6.4-32-19.2s0-25.6 6.4-32 19.2-25.6 19.2-44.8c0-38.4-25.6-64-64-64s-64 25.6-64 64c0 19.2 6.4 32 19.2 44.8 6.4 6.4 12.8 25.6 6.4 32-6.4 12.8-19.2 19.2-32 19.2h-249.6c-19.2 0-32 12.8-32 32v70.4c12.8-6.4 19.2-6.4 32-6.4 70.4 0 128 57.6 128 128s-57.6 128-128 128c-12.8 0-19.2 0-32-6.4v70.4c0 19.2 12.8 32 32 32h249.6c12.8 0 25.6 6.4 32 19.2s0 25.6-6.4 32c-12.8 12.8-19.2 25.6-19.2 44.8 0 38.4 25.6 64 64 64s64-25.6 64-64c0-19.2-6.4-32-19.2-44.8-6.4-6.4-6.4-19.2 0-32s19.2-19.2 32-19.2h153.6c12.8 0 25.6-12.8 25.6-32v-121.6c0-12.8 6.4-25.6 19.2-32s25.6 0 32 6.4c12.8 12.8 32 19.2 44.8 19.2 38.4 0 64-25.6 64-64s-25.6-64-64-64z" />
-<glyph unicode="&#xe906;" glyph-name="fm-group" d="M518.4 339.2c-25.6 0-57.6 6.4-83.2 25.6l-243.2 140.8c-44.8 19.2-64 57.6-64 89.6 0 38.4 25.6 64 64 83.2l243.2 128c44.8 25.6 102.4 25.6 147.2 0l249.6-134.4c38.4-25.6 64-57.6 64-96 0-32-25.6-64-57.6-76.8l-243.2-134.4c-19.2-19.2-51.2-25.6-76.8-25.6zM512 761.6c-12.8 0-32-6.4-44.8-12.8l-243.2-128c-19.2-6.4-32-12.8-32-25.6s6.4-25.6 25.6-38.4l249.6-140.8c25.6-19.2 64-19.2 89.6 0l243.2 134.4c19.2 6.4 32 12.8 32 25.6s-12.8 32-32 38.4l-243.2 140.8c-19.2 6.4-32 6.4-44.8 6.4zM518.4 64c-25.6 0-57.6 6.4-83.2 25.6l-249.6 147.2c-32 19.2-57.6 51.2-57.6 83.2s25.6 70.4 64 89.6l12.8 6.4c12.8 6.4 32 0 44.8-12.8 6.4-12.8 0-32-12.8-44.8h-19.2c-12.8-12.8-25.6-25.6-25.6-38.4s12.8-25.6 25.6-32l249.6-147.2c32-19.2 64-19.2 96 0l243.2 140.8c19.2 6.4 25.6 19.2 25.6 32s-12.8 25.6-25.6 32l-12.8 6.4c-19.2 12.8-25.6 32-12.8 44.8 6.4 12.8 25.6 19.2 44.8 12.8l6.4-6.4c38.4-19.2 64-51.2 64-89.6s-19.2-70.4-57.6-89.6l-243.2-140.8c-19.2-12.8-51.2-19.2-76.8-19.2z" />
-<glyph unicode="&#xe907;" glyph-name="fm-alarm-code" d="M640 192h-256c-19.2 0-32 12.8-32 32s12.8 32 32 32h256c19.2 0 32-12.8 32-32s-12.8-32-32-32zM512 416c-19.2 0-32 12.8-32 32v192c0 19.2 12.8 32 32 32s32-12.8 32-32v-192c0-19.2-12.8-32-32-32zM544 352c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM800 64h-576c-57.6 0-96 38.4-96 96v576c0 57.6 38.4 96 96 96h576c57.6 0 96-38.4 96-96v-576c0-57.6-38.4-96-96-96zM224 768c-19.2 0-32-12.8-32-32v-576c0-19.2 12.8-32 32-32h576c19.2 0 32 12.8 32 32v576c0 19.2-12.8 32-32 32h-576z" />
-<glyph unicode="&#xe908;" glyph-name="new" d="M864 505.6h-352v358.4c0 19.2-12.8 32-32 32s-32-12.8-32-32v-352h-352c-19.2-6.4-32-19.2-32-38.4s12.8-32 32-32h352v-352c0-12.8 12.8-25.6 32-25.6s32 12.8 32 32v345.6h352c19.2 0 32 12.8 32 32s-12.8 32-32 32z" />
-<glyph unicode="&#xe909;" glyph-name="fm-restype" d="M390.4 64h-166.4c-51.2 0-96 44.8-96 96v166.4c0 51.2 44.8 96 96 96h166.4c51.2 0 96-44.8 96-96v-166.4c0-51.2-44.8-96-96-96zM224 358.4c-19.2 0-32-12.8-32-32v-166.4c0-19.2 12.8-32 32-32h166.4c19.2 0 32 12.8 32 32v166.4c0 19.2-12.8 32-32 32h-166.4zM390.4 473.6h-166.4c-51.2 0-96 44.8-96 96v166.4c0 51.2 44.8 96 96 96h166.4c51.2 0 96-44.8 96-96v-166.4c0-51.2-44.8-96-96-96zM224 768c-19.2 0-32-12.8-32-32v-166.4c0-19.2 12.8-32 32-32h166.4c19.2 0 32 12.8 32 32v166.4c0 19.2-12.8 32-32 32h-166.4zM800 64h-166.4c-51.2 0-96 44.8-96 96v166.4c0 51.2 44.8 96 96 96h166.4c51.2 0 96-44.8 96-96v-166.4c0-51.2-44.8-96-96-96zM633.6 358.4c-19.2 0-32-12.8-32-32v-166.4c0-19.2 12.8-32 32-32h166.4c19.2 0 32 12.8 32 32v166.4c0 19.2-12.8 32-32 32h-166.4zM800 473.6h-166.4c-51.2 0-96 44.8-96 96v166.4c0 51.2 44.8 96 96 96h166.4c51.2 0 96-44.8 96-96v-166.4c0-51.2-44.8-96-96-96zM633.6 768c-19.2 0-32-12.8-32-32v-166.4c0-19.2 12.8-32 32-32h166.4c19.2 0 32 12.8 32 32v166.4c0 19.2-12.8 32-32 32h-166.4z" />
-<glyph unicode="&#xe90a;" glyph-name="fm-moc" d="M716.8 620.8l-160 96c-32 19.2-64 19.2-96 0l-153.6-96c-32-12.8-51.2-44.8-51.2-76.8v-185.6c0-32 19.2-64 44.8-83.2l160-89.6c12.8-6.4 32-12.8 51.2-12.8s32 6.4 51.2 12.8l160 89.6c32 19.2 44.8 51.2 51.2 83.2v179.2c-12.8 38.4-32 70.4-57.6 83.2zM492.8 659.2c12.8 6.4 19.2 6.4 32 0l147.2-83.2-166.4-89.6-160 89.6 147.2 83.2zM332.8 326.4c-12.8 6.4-12.8 19.2-12.8 32v160l160-89.6v-185.6l-147.2 83.2zM684.8 326.4l-147.2-83.2v185.6l160 89.6v-160c0-12.8-6.4-25.6-12.8-32zM864 704l-300.8 172.8c-32 19.2-70.4 19.2-96 0l-307.2-172.8c-25.6-19.2-44.8-51.2-44.8-83.2v-352c0-32 19.2-64 44.8-83.2l300.8-172.8c19.2-6.4 38.4-12.8 51.2-12.8s32 6.4 51.2 12.8l300.8 172.8c32 19.2 44.8 51.2 51.2 83.2v352c-6.4 32-19.2 64-51.2 83.2zM844.8 268.8c0-12.8-6.4-19.2-19.2-25.6l-300.8-172.8c-12.8-6.4-19.2-6.4-32 0l-300.8 172.8c-12.8 6.4-12.8 19.2-12.8 25.6v352c0 12.8 6.4 19.2 12.8 25.6l300.8 172.8c6.4 0 12.8 6.4 19.2 6.4s12.8 0 19.2-6.4l300.8-172.8c12.8-6.4 19.2-19.2 19.2-25.6v-352z" />
-<glyph unicode="&#xe90b;" glyph-name="col" d="M224 0c-19.2 0-32 12.8-32 32v832c0 12.8 12.8 32 32 32s32-19.2 32-32v-832c0-19.2-12.8-32-32-32zM480 0c-12.8 0-32 12.8-32 32v832c0 12.8 19.2 32 32 32s32-19.2 32-32v-832c0-19.2-12.8-32-32-32zM736 0c-19.2 0-32 12.8-32 32v832c0 12.8 19.2 32 32 32s32-19.2 32-32v-832c0-19.2-12.8-32-32-32z" />
-<glyph unicode="&#xe90c;" glyph-name="filter" d="M889.6 876.8c0 12.8-12.8 19.2-25.6 19.2h-704c-12.8 0-25.6-6.4-25.6-19.2-6.4-6.4-6.4-19.2 0-32l249.6-358.4v-262.4c0-6.4 6.4-19.2 6.4-25.6l192-192c6.4 0 19.2-6.4 25.6-6.4s6.4 0 12.8 0c12.8 6.4 19.2 19.2 19.2 32v454.4l249.6 358.4c6.4 12.8 6.4 25.6 0 32zM582.4 518.4c-6.4-6.4-6.4-12.8-6.4-19.2v-390.4l-128 128v262.4c0 6.4 0 12.8-6.4 19.2l-217.6 313.6h582.4l-224-313.6z" />
-<glyph unicode="&#xe90d;" glyph-name="filter-f" d="M889.6 876.8c0 12.8-12.8 19.2-25.6 19.2h-704c-12.8 0-25.6-6.4-25.6-19.2-6.4-6.4-6.4-19.2 0-32l249.6-358.4v-262.4c0-6.4 6.4-19.2 6.4-25.6l192-192c6.4 0 19.2-6.4 25.6-6.4s6.4 0 12.8 0c12.8 6.4 19.2 19.2 19.2 32v454.4l249.6 358.4c6.4 12.8 6.4 25.6 0 32z" />
-<glyph unicode="&#xe90e;" glyph-name="code" d="M826.514 813.714h-629.029c-109.714 0-197.486-65.829-197.486-153.6v-563.2c0-95.086 87.771-160.914 197.486-160.914h629.029c109.714 0 197.486 73.143 197.486 160.914v563.2c0 87.771-87.771 153.6-197.486 153.6zM950.857 89.6c0-43.886-58.514-87.771-124.343-87.771h-629.029c-65.829 7.314-124.343 43.886-124.343 87.771v570.514c0 43.886 58.514 80.457 124.343 80.457h629.029c65.829 0 124.343-36.571 124.343-80.457v-570.514zM724.114 521.143c-14.629 14.629-36.571 14.629-51.2 0s-14.629-36.571 0-51.2l102.4-102.4-95.086-102.4c-14.629-14.629-14.629-36.571 0-51.2 7.314-7.314 14.629-7.314 21.943-7.314s21.943 7.314 29.257 14.629l124.343 131.657c14.629 14.629 14.629 36.571 0 51.2l-131.657 117.029zM365.714 506.514c-14.629 14.629-36.571 14.629-51.2 0l-124.343-124.343c-14.629-14.629-14.629-36.571 0-51.2l124.343-131.657c7.314-7.314 14.629-14.629 29.257-14.629 7.314 0 14.629 0 21.943 7.314 14.629 14.629 14.629 36.571 0 51.2l-102.4 109.714 102.4 102.4c14.629 14.629 14.629 36.571 0 51.2zM585.143 535.771c-21.943 7.314-43.886 0-51.2-21.943l-87.771-292.571c-7.314-21.943 7.314-36.571 21.943-43.886 0 0 7.314 0 7.314 0 14.629 0 29.257 7.314 36.571 29.257l87.771 292.571c14.629 14.629 0 36.571-14.629 36.571z" />
-<glyph unicode="&#xe90f;" glyph-name="code-f" d="M826.514 813.714h-629.029c-109.714 0-197.486-65.829-197.486-153.6v-563.2c0-95.086 87.771-160.914 197.486-160.914h629.029c109.714 0 197.486 73.143 197.486 160.914v563.2c0 87.771-87.771 153.6-197.486 153.6zM365.714 250.514c14.629-14.629 14.629-36.571 0-51.2-7.314-7.314-14.629-7.314-21.943-7.314s-21.943 7.314-29.257 14.629l-124.343 124.343c-14.629 14.629-14.629 36.571 0 51.2l131.657 131.657c7.314 7.314 29.257 7.314 43.886-7.314s14.629-36.571 0-51.2l-102.4-102.4 102.4-102.4zM607.086 491.886l-87.771-292.571c-7.314-14.629-21.943-29.257-36.571-29.257 0 0-7.314 0-7.314 0-21.943 7.314-29.257 29.257-21.943 43.886l87.771 292.571c0 29.257 21.943 36.571 43.886 29.257 14.629 0 29.257-21.943 21.943-43.886zM855.771 345.6l-124.343-131.657c-7.314-7.314-14.629-14.629-29.257-14.629-7.314 0-14.629 0-21.943 7.314-14.629 14.629-14.629 36.571 0 51.2l95.086 102.4-102.4 109.714c-14.629 14.629-14.629 36.571 0 51.2s36.571 14.629 51.2 0l131.657-131.657c14.629-7.314 14.629-29.257 0-43.886z" />
-<glyph unicode="&#xe910;" glyph-name="fullScreen" d="M237.6 769.1h114.4c17.7 0 32 14.3 32 32s-14.3 32-32 32h-191.9c-17.7 0-32-14.3-32-32v-193.1c0-17.7 14.3-32 32-32s32 14.3 32 32v116.1l203.3-204.6c6.3-6.3 14.5-9.4 22.7-9.4s16.3 3.1 22.6 9.3c12.5 12.5 12.6 32.7 0.1 45.3l-203.2 204.4zM863.9 320c-17.7 0-32-14.3-32-32v-115l-203.3 204.6c-12.5 12.5-32.7 12.6-45.3 0.1-12.5-12.5-12.6-32.7-0.1-45.3l203.2-204.4h-113.3c-17.7 0-32-14.3-32-32s14.3-32 32-32h190.8c17.7 0 32 14.3 32 32v192c0 17.7-14.4 32-32 32zM864 832h-253.9c-17.7 0-32-14.3-32-32s14.3-32 32-32h221.9v-225.1c0-17.7 14.3-32 32-32s32 14.3 32 32v257.1c0 17.7-14.3 32-32 32zM413.9 128h-221.9v225.1c0 17.7-14.3 32-32 32s-32-14.3-32-32v-257.1c0-17.7 14.3-32 32-32h253.9c17.7 0 32 14.3 32 32s-14.4 32-32 32z" />
-<glyph unicode="&#xe911;" glyph-name="reduction" d="M683.1 323.6h114.4c17.7 0 32 14.3 32 32s-14.3 32-32 32h-191.9c-17.7 0-32-14.3-32-32v-193.1c0-17.7 14.3-32 32-32s32 14.3 32 32v116.1l203.3-204.6c6.3-6.3 14.5-9.4 22.7-9.4s16.3 3.1 22.6 9.3c12.5 12.5 12.6 32.7 0.1 45.3l-203.2 204.4zM417.4 765.5c-17.7 0-32-14.3-32-32v-115l-203.3 204.6c-12.5 12.5-32.7 12.6-45.3 0.1-12.5-12.5-12.6-32.7-0.1-45.3l203.2-204.5h-113.3c-17.7 0-32-14.3-32-32s14.3-32 32-32h190.8c17.7 0 32 14.3 32 32v192c0 17.8-14.4 32.1-32 32.1zM864 832h-253.9c-17.7 0-32-14.3-32-32s14.3-32 32-32h221.9v-225.1c0-17.7 14.3-32 32-32s32 14.3 32 32v257.1c0 17.7-14.3 32-32 32zM413.9 128h-221.9v225.1c0 17.7-14.3 32-32 32s-32-14.3-32-32v-257.1c0-17.7 14.3-32 32-32h253.9c17.7 0 32 14.3 32 32s-14.4 32-32 32z" />
-<glyph unicode="&#xe912;" glyph-name="userCompare" d="M290.88 350.848h-148.608v-64h148.672v-123.84l132.096 155.84-132.16 161.152zM547.904 445.952l-1.344 9.6-6.528 7.296c-1.728 1.856-42.432 47.104-82.368 73.024-25.664 16.832-60.16 28.224-84.16 34.816 5.76 12.096 27.392 57.536 30.784 67.392 3.2 2.24 8.576 5.888 13.44 11.968 12.608 15.424 21.76 74.048 11.264 94.272-0.96 1.664-1.856 3.328-3.008 4.672 3.648 22.144 8.64 59.072 5.056 76.928-1.536 7.808-10.048 48.192-27.008 71.424-15.744 21.376-44.16 33.664-67.136 31.68-8.256 7.040-37.12 29.312-72.768 30.976-37.888 0-121.984-27.008-139.968-110.464-9.152-42.56-8.128-76.416-5.184-98.688l-1.984-16.96c-0.448-3.712-4.096-36.608 4.736-63.232 6.72-20.608 19.904-35.52 28.096-43.264 12.992-31.232 22.080-48.384 28.288-58.176-67.264-22.528-167.872-65.152-173.248-120l-1.856-18.496c-3.264-32.192-4.48-44.352-0.704-61.12 4.544-20.736 46.144-42.88 98.688-60.096v67.968c-15.936 6.144-28.928 11.904-36.928 16.256 0.192 5.76 0.96 14.528 2.56 30.592l1.344 16.512c7.552 16.128 74.816 50.112 141.312 71.36l29.888 20.032 3.2 9.472c6.592 19.776 6.976 46.848-9.408 60.736-4.032 5.056-15.36 28.544-24.96 51.712l-6.976 13.952-5.888 4.672c-2.496 1.984-9.792 9.088-12.608 17.856-1.472 4.48-2.24 10.496-2.56 16.512l15.296 5.376-9.6 29.888c-0.128 0.32-11.392 36.416 0.96 93.44 10.624 49.28 64.64 59.968 78.016 59.968 8.128-0.384 22.016-8.64 29.888-15.040 9.344-10.112 27.264-19.072 48.128-15.68 2.24 0 6.72-1.728 9.6-5.696 5.12-7.104 12.288-27.712 15.872-45.696 1.024-7.36-2.24-36.864-7.104-64.832l-4.48-36.096 12.864-3.776c-0.64-8.448-1.792-17.6-1.28-18.112-6.016-4.16-17.024-11.712-23.488-29.568-3.264-9.216-19.264-42.88-26.624-58.176l-15.424-10.496 7.808-73.408 23.104-4.608c15.872-3.136 62.912-14.976 89.152-32.128 24.384-16 50.88-42.496 62.976-55.104 1.472-15.104 1.92-30.72 1.088-38.848-7.616-5.184-24.128-12.544-47.744-19.776v-65.984c54.336 14.272 98.496 34.624 107.52 60.352 8.512 24.96 3.136 69.696 1.408 82.816zM747.328 123.904h148.544v-64h-148.608v-123.904l-132.096 155.904 132.16 161.088zM1020.672 219.008l-1.344 9.6-6.528 7.232c-1.664 1.856-42.368 47.104-82.304 73.024-25.664 16.896-60.16 28.224-84.16 34.88 5.76 12.096 27.392 57.472 30.784 67.392 3.2 2.24 8.576 5.888 13.44 11.968 12.608 15.424 21.76 74.048 11.264 94.272-0.96 1.664-1.856 3.328-3.008 4.672 3.648 22.144 8.64 59.072 5.056 76.928-1.536 7.744-10.048 48.128-27.072 71.36-15.68 21.376-44.096 33.664-67.136 31.68-8.256 7.040-37.12 29.312-72.768 30.976-37.888 0-121.984-27.008-139.968-110.464-9.088-42.56-8.128-76.416-5.12-98.624l-1.984-17.024c-0.448-3.712-4.16-36.608 4.736-63.232 6.72-20.608 19.904-35.52 28.096-43.264 12.992-31.232 22.080-48.384 28.288-58.112-67.328-22.528-167.936-65.152-173.312-120l-1.856-18.496c-3.264-32.256-4.48-44.352-0.704-61.12 4.544-20.736 46.144-42.88 98.688-60.096v68.032c-15.936 6.144-28.928 11.904-36.928 16.256 0.192 5.76 0.96 14.528 2.56 30.656l1.344 16.512c7.488 16.128 74.816 50.112 141.248 71.36l29.888 20.032 3.2 9.472c6.592 19.776 6.976 46.784-9.408 60.672-3.968 5.056-15.232 28.544-24.896 51.712l-6.976 14.016-5.888 4.608c-2.496 1.984-9.728 9.152-12.608 17.856-1.472 4.48-2.24 10.496-2.56 16.512l15.296 5.376-9.536 29.888c-0.128 0.384-11.456 36.416 0.96 93.44 10.624 49.28 64.64 59.968 78.016 59.968 8.128-0.384 22.016-8.64 29.888-15.040 9.344-10.112 27.264-19.072 48.128-15.68 2.24 0 6.72-1.728 9.6-5.696 5.12-7.104 12.288-27.712 15.872-45.696 1.024-7.36-2.24-36.864-7.104-64.832l-4.48-36.224 12.864-3.776c-0.704-8.448-1.792-17.6-1.344-18.112-6.016-4.096-17.024-11.712-23.488-29.568-3.264-9.216-19.264-42.88-26.624-58.176l-15.424-10.496 7.808-73.344 23.104-4.608c15.872-3.136 62.912-14.976 89.152-32.128 24.384-16 50.88-42.496 62.976-55.104 1.472-15.104 1.92-30.72 1.088-38.848-7.552-5.12-24.064-12.48-47.68-19.776v-65.984c54.4 14.272 98.496 34.624 107.52 60.352 8.512 24.96 3.136 69.696 1.344 82.816z" />
-<glyph unicode="&#xe913;" glyph-name="userDispatch" d="M998.144 275.648l-251.456 292.288 1.344-203.328c-25.344-8.128-79.488-14.4-128.384 0-64.576 19.072-138.368 59.584-139.136 59.968l-55.872 30.784 8.704-63.168c0.576-4.544 16.384-112.384 110.72-180.8 76.544-55.616 160.832-67.712 205.632-69.824l-0.64-197.952 249.088 332.032zM581.632 263.104c-28.48 20.736-47.808 46.656-60.608 70.464 24.64-10.944 52.992-22.208 80.512-30.336 27.584-8.128 55.616-12.16 83.456-12.16 65.344 0 108.544 22.784 110.336 23.808l17.024 9.152-0.384 70.144 104.256-121.28-102.464-136.512 0.128 72.128-34.88-2.944c-3.264-0.256-107.584-7.68-197.376 57.536zM420.608 0.128c-154.624-3.904-318.336 61.696-356.288 85.12-0.896 10.432 0.512 24.576 4.096 59.2l3.008 29.696c2.624 25.984 117.312 85.888 235.968 123.264l37.248 25.152 3.2 9.6c2.944 8.832 16.192 54.080-11.84 77.952-7.040 8.128-26.88 49.28-41.728 84.48l-8.96 17.664-6.016 4.544c-0.192 0.128-19.2 14.72-26.432 36.352-4.288 12.864-5.248 30.080-5.056 43.84l20.48 7.104-10.176 30.208c-0.192 0.576-19.776 60.544 0.96 154.816 18.752 85.12 112.448 108.544 143.104 107.648 21.44-0.96 49.024-20.032 59.392-28.416 11.456-12.672 32.704-24.448 60.032-19.584 9.344 1.792 24.704-4.16 33.92-16.32 11.264-15.040 22.656-50.88 28.224-78.592 2.496-12.48-3.648-64.128-11.136-106.368l-4.224-40.064 18.496-6.4c-0.576-16.832-5.696-48.384-10.816-56.256-8.384-5.568-22.336-14.848-30.464-37.44l60.352-21.568c0.96 2.624 0.96 2.624 5.696 5.76 4.672 3.2 11.2 7.552 17.536 14.976 16.32 19.648 29.184 102.784 15.936 127.36-2.304 4.224-5.056 7.808-8 10.88 4.864 28.16 14.976 93.76 9.344 121.664-2.24 11.648-15.232 71.552-39.744 104.384-22.656 30.208-61.248 46.72-96.832 39.424l-4.608 4.992c-5.12 4.48-50.944 43.264-100.16 45.504-54.784 2.688-181.312-33.984-208.512-157.824-15.616-70.784-11.712-125.824-6.4-158.016l-4.864-20.8c-0.576-5.312-5.824-53.056 6.784-91.136 10.368-31.168 31.552-52.736 42.496-62.272l1.408-2.816c15.68-37.12 37.12-83.328 53.44-101.44 0-1.344-0.128-3.328-0.384-5.248l-5.888-4.288c-84.096-26.816-267.264-94.4-275.456-176.384l-3.008-29.504c-5.12-49.152-6.784-65.664-1.408-89.344 10.944-47.936 242.368-125.632 405.568-125.632 4.48 0 9.024 0.064 13.504 0.192 105.024 2.944 179.456 14.464 182.656 14.912l-9.984 63.232c-0.704-0.064-73.6-11.456-174.464-14.208z" />
-<glyph unicode="&#xe914;" glyph-name="voice" d="M541.257 821.029c-14.629 7.314-36.571 0-51.2-7.314l-226.743-219.429h-197.486c-29.257 0-43.886-21.943-43.886-43.886v-321.829c0-29.257 21.943-43.886 43.886-43.886h197.486l226.743-219.429c7.314-7.314 21.943-14.629 36.571-14.629 7.314 0 14.629 0 14.629 0 14.629 7.314 29.257 21.943 29.257 43.886v782.629c0 21.943-7.314 36.571-29.257 43.886zM497.371 53.029l-190.171 182.857c-7.314 14.629-14.629 14.629-29.257 14.629h-182.857v263.314h182.857c14.629 0 21.943 7.314 29.257 14.629l190.171 182.857v-658.286zM680.229 608.914c-14.629-14.629-14.629-43.886 0-58.514 0 0 51.2-51.2 51.2-168.229 0-153.6-51.2-204.8-51.2-204.8-14.629-14.629-14.629-36.571 0-51.2 7.314-7.314 14.629-14.629 29.257-14.629 7.314 0 21.943 0 21.943 7.314 7.314 7.314 73.143 73.143 73.143 256 0 153.6-73.143 219.429-73.143 219.429-14.629 29.257-36.571 29.257-51.2 14.629zM870.4 777.143c-14.629 14.629-36.571 14.629-51.2 0s-14.629-36.571 0-51.2c0 0 109.714-102.4 109.714-329.143 0-292.571-102.4-387.657-109.714-387.657-14.629-14.629-14.629-36.571-7.314-51.2 7.314-7.314 14.629-14.629 29.257-14.629 7.314 0 14.629 0 21.943 7.314s131.657 117.029 131.657 438.857c7.314 263.314-117.029 387.657-124.343 387.657z" />
-<glyph unicode="&#xe915;" glyph-name="warning" d="M519.314 338.286c21.943 0 36.571 21.943 36.571 43.886v292.571c0 21.943-14.629 43.886-36.571 43.886s-36.571-21.943-36.571-43.886v-292.571c0-21.943 14.629-43.886 36.571-43.886zM577.829 206.629c0-32.317-26.198-58.514-58.514-58.514s-58.514 26.198-58.514 58.514c0 32.317 26.198 58.514 58.514 58.514s58.514-26.198 58.514-58.514zM512 960c-285.257 0-512-226.743-512-512s226.743-512 512-512 512 226.743 512 512-226.743 512-512 512zM512 9.143c-241.371 0-438.857 197.486-438.857 438.857s197.486 438.857 438.857 438.857 438.857-197.486 438.857-438.857-197.486-438.857-438.857-438.857z" />
-<glyph unicode="&#xe916;" glyph-name="xml" d="M130.032 960c-71.895 0-130.032-58.137-130.032-130.032v-764.187c0-71.895 58.137-130.032 130.032-130.032h764.187c71.895 0 130.032 58.137 130.032 130.032v506.124l-388.095 388.095h-506.124zM772.189 960l252.062-252.062v122.030c0 71.895-58.137 130.032-130.032 130.032h-122.030zM56.014 607.914h76.019l64.016-102.025 62.015 102.025h76.019l-100.024-156.038 110.027-164.040h-78.019l-72.018 110.027-70.017-110.027h-78.019l110.027 168.041-100.024 152.037zM376.092 607.914h98.024l58.014-218.053 58.014 218.053h96.023v-320.078h-60.015v252.062l-64.016-252.062h-62.015l-64.016 252.062v-252.062h-60.015v320.078zM752.184 605.914h66.016v-264.064h160.039v-54.013h-226.055v318.078z" />
-<glyph unicode="&#xe917;" glyph-name="zoomIn" d="M1002.569 88.942l-146.578 120.686c-13.824 13.824-31.744 19.822-49.81 19.822l-41.984 41.984c53.833 70.802 86.235 158.72 86.235 254.318 0 232.302-189.074 421.376-421.449 421.376-232.302 0-421.303-189.001-421.303-421.376 0-232.302 189.001-421.303 421.303-421.303 98.231 0 188.416 34.011 260.169 90.551l41.326-41.326c0.073-17.993 5.998-35.84 19.822-49.737l120.686-146.578c28.599-28.599 74.825-28.599 103.424 0l28.087 28.087c28.672 28.599 28.672 74.898 0.073 103.497zM428.983 177.664c-192 0-348.16 156.16-348.16 348.16s156.16 348.233 348.16 348.233c192.073 0 348.306-156.233 348.306-348.233s-156.233-348.16-348.306-348.16zM593.847 585.728h-109.714v109.714c0 30.281-24.576 54.857-54.857 54.857s-54.857-24.576-54.857-54.857v-109.714h-109.714c-30.281 0-54.857-24.576-54.857-54.857s24.576-54.857 54.857-54.857h109.714v-109.714c0-30.427 24.576-54.857 54.857-54.857s54.857 24.43 54.857 54.857v109.714h109.714c30.427 0 54.857 24.576 54.857 54.857s-24.43 54.857-54.857 54.857z" />
-<glyph unicode="&#xe918;" glyph-name="zoomOut" d="M1002.569 88.942l-146.578 120.686c-13.824 13.824-31.744 19.822-49.81 19.822l-41.984 41.984c53.833 70.802 86.235 158.72 86.235 254.318 0 232.302-189.074 421.376-421.449 421.376-232.302 0-421.303-189.001-421.303-421.376 0-232.302 189.001-421.303 421.303-421.303 98.231 0 188.416 34.011 260.169 90.551l41.326-41.326c0.073-17.993 5.998-35.84 19.822-49.737l120.686-146.578c28.599-28.599 74.825-28.599 103.424 0l28.087 28.087c28.672 28.599 28.672 74.898 0.073 103.497zM428.983 177.664c-192 0-348.16 156.16-348.16 348.16s156.16 348.233 348.16 348.233c192.073 0 348.306-156.233 348.306-348.233s-156.233-348.16-348.306-348.16zM592.603 583.095h-329.143c-30.281 0-54.857-24.576-54.857-54.857s24.576-54.857 54.857-54.857h329.143c30.427 0 54.857 24.576 54.857 54.857s-24.43 54.857-54.857 54.857z" />
-<glyph unicode="&#xe919;" glyph-name="zoomOverView" d="M0 960v-172.105l172.032 172.105zM851.968 960l172.032-172.105v172.105zM1024-64v172.032l-172.032-172.032zM0-64h172.032l-172.032 172.032zM920.722 130.779v634.368h-817.445v-634.368h817.445zM176.421 692.005h513.024c-14.702-19.383-23.771-43.301-23.771-69.413 0-63.707 51.712-115.419 115.493-115.419 24.795 0 47.616 7.973 66.414 21.285v-233.472c-16.018 15.506-39.497 34.523-81.993 62.464-47.397 31.086-116.663 23.991-161.353-24.064-0.146-0.219-0.366-0.293-0.512-0.512-22.309 29.257-62.903 122.953-145.408 183.735-63.415 46.738-133.193 27.794-193.17-44.178-29.111-35.035-67.95-113.591-88.722-130.853v350.427z" />
-<glyph unicode="&#xe91a;" glyph-name="zoomReset" d="M390.363 1.536h243.346l-121.71 121.783zM162.962 175.689h698.002v544.622h-698.002v-544.622zM225.353 657.481h438.126c-12.654-16.603-20.261-37.157-20.261-59.611 0-54.711 44.105-99.035 98.597-99.035 21.211 0 40.667 6.875 56.686 18.286v-200.485c-13.678 13.312-33.646 29.696-69.998 53.541-40.375 26.843-99.621 20.699-137.874-20.626 0-0.146-0.293-0.146-0.439-0.439-19.017 25.161-60.123 86.674-130.779 138.825-54.126 40.082-106.569 14.994-157.696-46.885-24.869-29.989-58.587-69.705-76.361-84.407v300.837zM1023.854 573.659l-120.905-121.563 121.051-121.783zM0.146 330.313l120.905 121.637-121.051 121.71zM633.637 894.464l-243.273-0.073 121.563-121.637z" />
-<glyph unicode="&#xe91b;" glyph-name="thumbtack" d="M512-64c-14.629 0-21.943 7.314-29.257 14.629-21.943 29.257-73.143 109.714-73.143 153.6v234.057h-138.971c-73.143 0-124.343 58.514-124.343 138.971s51.2 138.971 124.343 138.971h43.886v73.143h-43.886c-73.143-7.314-124.343 58.514-124.343 131.657s51.2 138.971 124.343 138.971h490.057c65.829 0 117.029-58.514 117.029-138.971s-51.2-138.971-124.343-138.971h-36.571v-73.143h43.886c65.829 0 124.343-58.514 124.343-138.971s-51.2-138.971-124.343-138.971h-146.286v-226.743c0-43.886-51.2-124.343-73.143-153.6-7.314-7.314-14.629-14.629-29.257-14.629zM270.629 535.771c-29.257 0-51.2-29.257-51.2-58.514s21.943-65.829 51.2-65.829h175.543c21.943 0 36.571-14.629 36.571-36.571v-263.314c0-7.314 14.629-36.571 29.257-65.829 14.629 29.257 29.257 58.514 29.257 65.829v263.314c0 21.943 14.629 36.571 36.571 36.571h175.543c29.257 0 51.2 29.257 51.2 65.829s-21.943 65.829-51.2 65.829h-73.143c-21.943-7.314-36.571 14.629-36.571 29.257v146.286c0 21.943 14.629 36.571 36.571 36.571h80.457c29.257 0 51.2 29.257 51.2 65.829s-29.257 65.829-58.514 65.829h-482.743c-29.257 0-51.2-29.257-51.2-65.829s21.943-65.829 51.2-65.829h80.457c14.629 0 29.257-14.629 29.257-36.571v-146.286c0-21.943-14.629-36.571-36.571-36.571h-73.143z" />
-<glyph unicode="&#xe91c;" glyph-name="toRight" d="M517.312 908.352c-261.504 0-474.24-212.736-474.24-474.24s212.736-474.24 474.24-474.24c261.44 0 474.176 212.736 474.176 474.24s-212.736 474.24-474.176 474.24zM517.312 23.872c-226.24 0-410.24 184.064-410.24 410.24 0 226.24 184 410.24 410.24 410.24 226.176 0 410.176-184 410.176-410.24 0-226.176-184-410.24-410.176-410.24zM498.624 763.712l-45.312-45.248 245.632-245.632h-445.184v-64h457.536l-244.16-244.224 45.248-45.248 315.264 315.328z" />
-<glyph unicode="&#xe91d;" glyph-name="treefile" d="M172.042 960c-95.503 0-172.042-76.539-172.042-172.042v-680.166c0-95.503 76.539-172.042 172.042-172.042h680.166c95.503 0 172.042 76.539 172.042 172.042v680.166c0 95.503-76.539 172.042-172.042 172.042h-680.166zM244.060 781.957h432.105l104.025-132.032v-536.131h-536.131v668.163zM326.080 653.925v-78.019h200.049v78.019h-200.049zM328.080 481.883v-76.019h374.091v76.019h-374.091zM320.078 311.842v-78.019h384.094v78.019h-384.094z" />
-<glyph unicode="&#xe91e;" glyph-name="treeFolder" d="M172.042 960c-95.503 0-172.042-76.539-172.042-172.042v-680.166c0-95.503 76.539-172.042 172.042-172.042h680.166c95.503 0 172.042 76.539 172.042 172.042v680.166c0 95.503-76.539 172.042-172.042 172.042zM238.77 718.212h207c27.855 0 50.799-21.902 50.012-48.012v-144.035h316.077c28.758 0 52.013-23.255 52.013-52.013v-266.302c0-28.758-23.255-52.013-52.013-52.013h-569.088c-28.758 0-51.11 23.269-52.013 52.013v462.35c0 26.121 20.157 48.012 48.012 48.012z" />
-<glyph unicode="&#xe91f;" glyph-name="triangle" d="M512 960c-285.257 0-512-226.743-512-512s226.743-512 512-512c285.257 0 512 226.743 512 512s-226.743 512-512 512zM512 9.143c-241.371 0-438.857 197.486-438.857 438.857s197.486 438.857 438.857 438.857 438.857-197.486 438.857-438.857-197.486-438.857-438.857-438.857zM512 784.457l-329.143-490.057h658.286z" />
-<glyph unicode="&#xe920;" glyph-name="unacknownledge" d="M950.857 9.143h-877.714v877.714h482.011v73.143h-555.154v-1024h1024v458.679h-73.143zM526.19 682.715c-98.231-91.721-224.475-317.001-224.475-317.001s193.17 118.272 280.576 162.816c77.824 39.643 192.658 28.818 218.478 26.697l-0.658-184.466 223.89 308.297-224.402 280.942 0.585-183.077c-30.647-1.902-187.831-13.897-273.993-94.208z" />
-<glyph unicode="&#xe921;" glyph-name="unlock" d="M870.4 572.343v0h-577.829v95.086c0 124.343 95.086 219.429 219.429 219.429 29.257 0 58.514-7.314 87.771-14.629 21.943-7.314 36.571 0 51.2 21.943 7.314 21.943 0 36.571-21.943 51.2-36.571 7.314-80.457 14.629-117.029 14.629-160.914 0-292.571-131.657-292.571-292.571v-95.086h-65.829c-58.514-7.314-95.086-65.829-95.086-124.343v-380.343c0-73.143 58.514-131.657 131.657-131.657h650.971c73.143 0 131.657 58.514 131.657 131.657v380.343c0 65.829-43.886 117.029-102.4 124.343zM899.657 67.657c0-36.571-21.943-58.514-58.514-58.514h-658.286c-29.257 0-58.514 21.943-58.514 58.514v380.343c0 29.257 14.629 51.2 29.257 51.2h702.171c21.943-7.314 36.571-21.943 36.571-51.2v-380.343zM512 448c-58.514 0-109.714-51.2-109.714-109.714 0-51.2 29.257-87.771 73.143-102.4v-153.6c0-21.943 14.629-36.571 36.571-36.571s36.571 14.629 36.571 36.571v153.6c43.886 14.629 73.143 58.514 73.143 102.4 0 58.514-51.2 109.714-109.714 109.714zM512 301.714c-21.943 0-36.571 14.629-36.571 36.571s14.629 36.571 36.571 36.571 36.571-14.629 36.571-36.571-14.629-36.571-36.571-36.571z" />
-<glyph unicode="&#xe922;" glyph-name="up" d="M243.712 532.48h158.574v-441.271c0-52.297 42.423-94.72 94.72-94.72h30.062c52.297 0 94.72 42.423 94.72 94.72v441.271h158.574c43.959 0 65.975 53.175 34.889 84.261l-268.288 268.288c-19.237 19.237-50.542 19.237-69.778 0l-268.288-268.288c-31.159-31.086-9.143-84.261 34.816-84.261z" />
-<glyph unicode="&#xe923;" glyph-name="upload" d="M229.815 482.523c9.362 0 18.725 3.584 25.893 10.679l219.721 219.867v-633.783c0-20.114 16.384-36.571 36.571-36.571s36.571 16.457 36.571 36.571v633.71l219.867-219.794c7.168-7.168 16.603-10.679 25.893-10.679 9.435 0 18.798 3.584 25.893 10.679 14.263 14.263 14.263 37.449 0 51.712l-282.331 282.185c-14.263 14.263-37.449 14.263-51.712 0l-282.258-282.185c-14.263-14.263-14.263-37.449 0-51.712 7.168-7.095 16.53-10.679 25.893-10.679zM962.121 371.127c-20.187 0-36.571-16.457-36.571-36.571v-327.68h-827.099v314.807c0 20.114-16.384 36.571-36.571 36.571s-36.571-16.457-36.571-36.571v-351.525c0-20.187 16.384-36.571 36.571-36.571h900.242c20.114 0 36.571 16.384 36.571 36.571v364.251c0 20.48-16.238 36.718-36.571 36.718z" />
-<glyph unicode="&#xe924;" glyph-name="user" d="M515.584-64.768c-161.536 0-392.32 78.976-402.88 125.632-5.376 23.616-3.712 40.128 1.408 89.344l3.008 29.376c8.192 82.176 191.36 149.696 275.456 176.512l5.824 4.224c0.256 1.984 0.384 3.904 0.384 5.248-16.192 18.048-37.632 64.32-53.376 101.44l-1.408 2.816c-10.944 9.6-32.128 31.104-42.496 62.272-12.608 38.080-7.36 85.824-6.784 91.136l4.864 20.8c-5.312 32.192-9.216 87.296 6.4 158.016 26.24 119.36 148.416 157.952 203.456 157.952 54.144-2.368 100.096-41.152 105.152-45.568l4.608-4.992c5.952 2.432 10.432 2.752 15.040 2.752 30.912 0 62.272-16.128 81.792-42.176 24.576-32.832 37.504-92.736 39.808-104.384 5.568-27.904-4.544-93.504-9.408-121.664 2.944-3.072 5.696-6.656 8-10.88 13.248-24.576 0.384-107.712-15.936-127.36-6.272-7.488-12.8-11.84-17.536-14.976-4.672-3.136-4.672-3.136-5.632-5.76-7.616-20.864-47.232-101.696-51.712-110.912l-5.504-8.768 0.768-6.656c34.88-8.384 101.312-27.264 147.072-56.64 61.44-39.36 124.288-108.224 126.976-111.104l6.656-7.232 1.344-9.728c1.984-13.888 11.2-84.864-1.472-121.024-19.84-56.128-214.208-112.128-407.744-117.504l-16.128-0.192zM173.568 84.48c36.352-22.144 191.68-85.248 342.016-85.248l14.336 0.128c191.872 5.248 333.184 57.728 351.232 78.848 3.072 10.368 0.896 49.152-2.368 76.736-17.088 17.856-63.936 65.28-107.52 93.12-52.8 33.984-147.008 52.736-147.968 52.992l-23.104 4.48-9.856 90.88 19.52 13.376c16.576 33.856 40.832 84.608 45.248 96.832 8 22.4 21.952 31.68 30.336 37.248 5.12 7.872 10.24 39.424 10.816 56.256l-18.496 6.528 4.224 40.064c7.488 42.176 13.632 93.888 11.136 106.368-5.568 27.712-17.024 63.552-28.288 78.592-8.576 11.456-21.568 16.576-30.592 16.576-7.296-0.96-11.392-1.28-15.232-1.28-21.696 0-38.656 10.368-47.936 20.48-10.304 8.384-38.016 27.52-59.52 28.544 0 0-0.064 0-0.064 0-25.472 0-123.52-19.2-142.976-107.648-20.8-94.272-1.216-154.24-1.024-154.816l10.176-30.208-20.48-7.104c-0.192-13.824 0.768-31.040 5.056-43.904 7.232-21.632 26.24-36.224 26.432-36.352l6.016-4.544 8.96-17.664c14.912-35.136 34.752-76.224 41.856-84.352 27.968-24 14.72-69.248 11.84-78.016l-3.392-9.792-37.248-25.024c-118.656-37.376-233.344-97.28-235.968-123.392l-3.008-29.632c-3.584-34.432-4.928-48.576-4.16-59.072z" />
-<glyph unicode="&#xe925;" glyph-name="start" d="M219.429-56.686l643.657 387.657c36.571 21.943 36.571 73.143 0 95.086l-643.657 387.657c-36.571 21.943-80.457-7.314-80.457-43.886v-768c0-51.2 43.886-80.457 80.457-58.514z" />
-<glyph unicode="&#xe926;" glyph-name="stop" d="M877.714 813.714h-731.429c-36.571 0-73.143-29.257-73.143-73.143v-731.429c0-36.571 29.257-73.143 73.143-73.143h738.743c36.571 0 73.143 29.257 73.143 73.143v731.429c-7.314 43.886-36.571 73.143-80.457 73.143z" />
-<glyph unicode="&#xe927;" glyph-name="stretch" d="M512.125-64.25l-512.125 786.51h1024.25z" />
-<glyph unicode="&#xe928;" glyph-name="strikeOut" d="M194.047 960c-107.095 0-194.047-82.432-194.047-184.045v-656.16c0-101.613 86.953-184.045 194.047-184.045h636.155c107.095 0 194.047 82.432 194.047 184.045v656.16c0 101.613-86.953 184.045-194.047 184.045h-636.155zM256.063 793.959l254.062-254.062 254.062 254.062 92.022-90.022-256.063-254.062 258.063-258.063-90.022-90.022-258.063 258.063-258.063-258.063-90.022 90.022 258.063 258.063-254.062 254.062 90.022 90.022z" />
-<glyph unicode="&#xe929;" glyph-name="Synchronous" d="M494.711 959.75c-104.539-3.265-208.813-40.375-296.633-108.436 54.977-14.436 104.872-45.733 142.049-91.754 26.19-32.424 43.304-69.451 52.224-108.436 7.472 4.417 15.186 6.933 22.979 10.422 92.25 41.341 202.953 21.407 273.654-58.389 2.301-2.625 4.1-5.697 6.267-8.341 38.549 10.531 75.152 28.596 106.537 56.308 44.613 39.389 72.032 90.377 83.558 145.975-104.709 110.869-248.128 167.126-390.636 162.651zM129.143 788.758c-154.693-173.342-171.782-430.62-43.868-623.519 14.937 42.545 37.929 81.543 73.114 112.603 40.831 36.073 90.283 55.546 142.049 62.562-39.26 78.566-32.859 174.481 18.801 246.070-8.529 40.989-24.861 80.833-52.224 114.697-35.951 44.51-84.874 73.035-137.871 87.586zM945.927 717.854c-12.717-52.205-39.342-100.434-81.47-137.634-37.021-32.686-81.374-51.801-127.427-60.476 26.021-79.046 6.737-167.458-52.224-231.468 19.432-31.758 44.54-59.688 77.292-81.332 53.583-35.413 115.973-48.044 177.562-41.706 109.755 165.397 113.61 382.154 6.267 552.615zM356.84 269.502c-49.611-7.291-96.24-27.642-135.783-62.556-37.046-32.706-60.971-73.765-75.203-118.864 189.798-193.423 500.57-204.383 706.069-22.943 7.202 6.338 14.132 12.112 20.89 18.776-56.725-3.137-113.553 11.152-162.939 43.787-41.455 27.405-71.733 65.661-91.914 108.436-84.886-42.73-188.159-30.107-261.12 33.365z" />
-<glyph unicode="&#xe92a;" glyph-name="table" d="M1024 725.943c-7.314 102.4-87.771 175.543-190.171 175.543h-643.657c-102.4 0-182.857-80.457-190.171-175.543v0-789.943h1024v789.943zM950.857 521.143h-117.029v131.657h117.029v-131.657zM548.571 448h212.114v-95.086h-212.114v95.086zM475.429 352.914h-212.114v95.086h212.114v-95.086zM548.571 521.143v131.657h212.114v-131.657h-212.114zM475.429 521.143h-212.114v131.657h212.114v-131.657zM197.486 521.143h-124.343v131.657h124.343v-131.657zM73.143 448h124.343v-95.086h-124.343v95.086zM73.143 279.771h124.343v-95.086h-124.343v95.086zM270.629 279.771h212.114v-95.086h-212.114v95.086zM475.429 111.543v-102.4h-212.114v102.4h212.114zM548.571 111.543h212.114v-102.4h-212.114v102.4zM548.571 184.686v95.086h212.114v-95.086h-212.114zM833.829 279.771h117.029v-95.086h-117.029v95.086zM833.829 352.914v95.086h117.029v-95.086h-117.029zM73.143 111.543h124.343v-102.4h-124.343v102.4zM833.829 9.143v102.4h117.029v-102.4h-117.029z" />
-<glyph unicode="&#xe92b;" glyph-name="third-grid" d="M0-64h285.257v512h-285.257v-512zM73.143 374.857h138.971v-365.714h-138.971v365.714zM373.029-64h285.257v512h-285.257v-512zM446.171 374.857h138.971v-365.714h-138.971v365.714zM738.743 448v-512h285.257v512h-285.257zM950.857 9.143h-138.971v365.714h138.971v-365.714z" />
-<glyph unicode="&#xe92c;" glyph-name="third-grid-selected" d="M0 448h285.257v-512h-285.257v512zM373.029 448h285.257v-512h-285.257v512zM738.743 448h285.257v-512h-285.257v512z" />
-<glyph unicode="&#xe92d;" glyph-name="thumbtack-selected" d="M775.314 586.971h-80.457v153.6h80.457c51.2 0 87.771 51.2 87.771 109.714s-43.886 109.714-87.771 109.714h-526.629c-51.2 0-87.771-51.2-87.771-109.714s36.571-109.714 87.771-109.714h80.457v-153.6h-80.457c-51.2 0-87.771-51.2-87.771-109.714s43.886-109.714 87.771-109.714h190.171v-285.257c0-43.886 73.143-146.286 73.143-146.286s73.143 102.4 73.143 146.286v285.257h190.171c51.2 0 87.771 51.2 87.771 109.714s-36.571 109.714-87.771 109.714z" />
-<glyph unicode="&#xe92e;" glyph-name="save" d="M550.254 804.571h109.714v-158.501h-109.714v158.501zM262.071 362.496h499.785v-73.143h-499.785v73.143zM262.071 173.568h499.785v-73.143h-499.785v73.143zM914.286 960h-804.571c-60.489 0-109.714-49.225-109.714-109.714v-804.571c0-60.489 49.225-109.714 109.714-109.714h804.571c60.489 0 109.714 49.225 109.714 109.714v804.571c0 60.489-49.225 109.714-109.714 109.714zM764.928 877.714v-268.142c0-20.187-16.457-36.571-36.571-36.571h-432.786c-20.187 0-36.571 16.384-36.571 36.571v268.142h505.929zM950.857 45.714c0-20.114-16.457-36.571-36.571-36.571h-804.571c-20.187 0-36.571 16.457-36.571 36.571v804.571c0 20.187 16.384 36.571 36.571 36.571h76.142v-277.285c0-60.489 49.225-109.714 109.714-109.714h432.786c60.489 0 109.714 49.225 109.714 109.714v277.285h76.215c20.114 0 36.571-16.384 36.571-36.571v-804.571z" />
-<glyph unicode="&#xe92f;" glyph-name="select" d="M0 960l486.119-1024.25 96.023 396.097 442.108 142.035-1024.25 486.119zM156.038 791.959l666.163-304.074-308.075-82.020-60.015-234.057-298.073 620.151z" />
-<glyph unicode="&#xe930;" glyph-name="selectAll" d="M68.017 960c-38.155 0-68.017-31.076-68.017-70.017v-52.013c0-38.941 29.862-70.017 68.017-70.017h888.217c38.155 0 68.017 31.076 68.017 70.017v52.013c0 38.941-29.862 70.017-68.017 70.017h-888.217zM68.017 691.935c-38.155 0-68.017-29.862-68.017-68.017v-620.151c0-38.155 29.862-68.017 68.017-68.017h888.217c38.155 0 68.017 29.862 68.017 68.017v620.151c0 38.155-29.862 68.017-68.017 68.017h-888.217zM810.198 571.905l124.030-10.002-460.112-528.129-320.078 264.064 144.035 124.030 154.038-222.054 358.087 372.091z" />
-<glyph unicode="&#xe931;" glyph-name="selectLeft" d="M73.143 228.571v-292.571h292.571v109.714h402.286v475.429h146.286c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571h-694.857l292.571 226.743c14.629 14.629 21.943 36.571 7.314 51.2-7.314 14.629-29.257 21.943-51.2 7.314l-380.343-292.571c-7.314-7.314-7.314-14.629-7.314-29.257s7.314-21.943 14.629-29.257l380.343-307.2c7.314-7.314 14.629-7.314 21.943-7.314s21.943 7.314 29.257 14.629c14.629 14.629 7.314 36.571-7.314 51.2l-299.886 241.371h475.429v-402.286h-329.143v109.714h-292.571zM146.286 155.429h146.286v-146.286h-146.286v146.286z" />
-<glyph unicode="&#xe932;" glyph-name="selectRight" d="M658.286 228.571v-109.714h-329.143v402.286h475.429l-299.886-241.371c-14.629-14.629-14.629-36.571 0-51.2 7.314-7.314 14.629-14.629 29.257-14.629 7.314 0 14.629 0 21.943 7.314l380.343 307.2c7.314 7.314 14.629 14.629 14.629 29.257s-7.314 21.943-14.629 29.257l-380.343 292.571c-21.943 14.629-43.886 7.314-51.2-7.314-14.629-14.629-14.629-36.571 0-51.2l299.886-226.743h-694.857c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h146.286v-475.429h402.286v-109.714h292.571v292.571h-292.571zM877.714 9.143h-146.286v146.286h146.286v-146.286z" />
-<glyph unicode="&#xe933;" glyph-name="show" d="M0 960v-356.087h486.119l-352.086-348.085h234.057v-250.061h-368.090v-70.017h1024.25v70.017h-368.090v250.061h234.057l-374.091 348.085h508.124v356.087h-1024.25z" />
-<glyph unicode="&#xe934;" glyph-name="shrink" d="M512.125 722.259l-512.125-786.51h1024.25z" />
-<glyph unicode="&#xe935;" glyph-name="singleCommand" d="M0 628.37v-248.978h1024v248.978h-1024zM950.857 452.535h-877.714v102.693h877.714v-102.693z" />
-<glyph unicode="&#xe936;" glyph-name="sm-center" d="M877.714 872.229c0 7.314-7.314 21.943-14.629 21.943s-14.629 7.314-29.257 7.314c-29.257 0-117.029-14.629-138.971-14.629-51.2 0-131.657 43.886-160.914 65.829-14.629 7.314-29.257 7.314-43.886 0 0 0-80.457-58.514-160.914-65.829-21.943 0-102.4 7.314-146.286 21.943-7.314 0-21.943 0-29.257-7.314 0-7.314-7.314-14.629-7.314-29.257-7.314-43.886-51.2-446.171 0-585.143 43.886-117.029 314.514-321.829 343.771-343.771 7.314-7.314 14.629-7.314 21.943-7.314s14.629 0 21.943 7.314c29.257 21.943 292.571 234.057 343.771 343.771 58.514 138.971 7.314 541.257 0 585.143zM811.886 316.343c-29.257-73.143-204.8-226.743-299.886-299.886-87.771 73.143-263.314 226.743-299.886 299.886-36.571 87.771-14.629 373.029 0 512 36.571-7.314 95.086-14.629 124.343-14.629 73.143 0 146.286 43.886 175.543 65.829 36.571-21.943 109.714-58.514 175.543-65.829 29.257 0 80.457 7.314 124.343 14.629 14.629-138.971 36.571-416.914 0-512zM621.714 704c-43.886 0-109.714 43.886-109.714 43.886s-51.2-43.886-109.714-43.886c-21.943 0-95.086 14.629-95.086 14.629s-36.571-270.629 0-358.4c21.943-73.143 204.8-212.114 204.8-212.114s182.857 138.971 204.8 204.8c36.571 80.457 0 358.4 0 358.4s-65.829-7.314-95.086-7.314z" />
-<glyph unicode="&#xe937;" glyph-name="sql" d="M0 170.057c29.257-29.257 73.143-43.886 109.714-43.886 21.943 0 43.886 7.314 51.2 14.629 14.629 7.314 14.629 21.943 14.629 29.257 0 14.629-7.314 21.943-14.629 29.257s-36.571 21.943-73.143 36.571-95.086 65.829-95.086 117.029c0 36.571 14.629 65.829 43.886 87.771s65.829 29.257 117.029 29.257c36.571 0 73.143-7.314 102.4-14.629v-80.457c-29.257 21.943-58.514 29.257-95.086 29.257-21.943 0-36.571-7.314-51.2-14.629s-21.943-14.629-21.943-29.257c0-7.314 7.314-21.943 14.629-29.257s29.257-21.943 65.829-36.571c43.886-14.629 65.829-36.571 80.457-51.2s21.943-43.886 21.943-65.829c0-36.571-14.629-65.829-43.886-87.771s-65.829-29.257-117.029-29.257c-43.886 0-87.771 7.314-117.029 21.943v87.771zM746.057-42.057c-14.629-7.314-36.571-7.314-58.514-7.314-29.257 0-51.2 7.314-80.457 21.943-21.943 14.629-58.514 43.886-95.086 95.086-58.514 0-102.4 21.943-131.657 58.514-36.571 36.571-51.2 87.771-51.2 146.286 0 65.829 21.943 117.029 58.514 153.6s87.771 58.514 146.286 58.514c58.514 0 102.4-21.943 138.971-58.514s51.2-87.771 51.2-146.286c0-51.2-14.629-87.771-36.571-124.343s-51.2-58.514-95.086-73.143c14.629-21.943 36.571-29.257 51.2-43.886s36.571-14.629 65.829-14.629c14.629 0 29.257 0 43.886 7.314v-73.143zM409.6 272.457c0-43.886 7.314-73.143 29.257-95.086s43.886-36.571 80.457-36.571c36.571 0 58.514 14.629 80.457 36.571s29.257 58.514 29.257 95.086c0 43.886-7.314 73.143-29.257 102.4-21.943 21.943-43.886 36.571-80.457 36.571s-58.514-14.629-80.457-36.571c-14.629-29.257-29.257-65.829-29.257-102.4zM1024 67.657h-241.371v402.286h87.771v-336.457h153.6v-65.829z" />
-<glyph unicode="&#xe938;" glyph-name="process" d="M512 960c-282.317 0-512-229.683-512-512 0-282.33 229.683-512 512-512 282.33 0 512 229.67 512 512 0 282.317-229.67 512-512 512zM512-51.379c-275.341 0-499.354 224.026-499.354 499.379 0 275.341 224.013 499.354 499.354 499.354 275.354 0 499.379-224.013 499.379-499.354 0-275.354-224.026-499.379-499.379-499.379zM873.011 413.376c-15.206 0-29.312-4.71-40.973-12.723l-144.064 175.002c10.803 12.659 17.344 29.043 17.344 46.976 0 40-32.422 72.435-72.422 72.435s-72.448-32.435-72.448-72.435c0-22.144 9.971-41.946 25.638-55.219l-147.52-214.63c-12.48 10.202-28.416 16.32-45.786 16.32-19.917 0-37.952-8.051-51.059-21.069l-126.118 104.038c6.003 10.56 9.485 22.733 9.485 35.75 0 40-32.435 72.435-72.435 72.435s-72.435-32.435-72.435-72.435c0-40.013 32.435-72.435 72.435-72.435 22.374 0 42.368 10.15 55.654 26.099l125.184-103.27c-8.269-11.763-13.158-26.074-13.158-41.549 0-40.013 32.435-72.435 72.435-72.435s72.435 32.422 72.435 72.435c0 17.933-6.566 34.342-17.37 46.989l148.723 216.384c10.688-6.221 23.078-9.843 36.339-9.843 17.421 0 33.421 6.157 45.914 16.422l143.347-174.131c-13.312-13.133-21.594-31.373-21.594-51.558 0-40.013 32.435-72.435 72.435-72.435s72.422 32.422 72.422 72.435c0.013 40.013-32.41 72.448-72.41 72.448z" />
-<glyph unicode="&#xe939;" glyph-name="product" d="M186.914 960v-1024.25h640.156v1024.25h-640.156zM304.943 825.964h404.099v-134.030h-404.099v134.030zM304.943 457.874h186.045v-64.016h-186.045v64.016zM304.943 227.821h186.045v-64.016h-186.045v64.016z" />
-<glyph unicode="&#xe93a;" glyph-name="rbArrow" d="M184.32 730.944l469.12-469.12-325.824-325.824h696.384v696.384l-325.312-325.312-469.12 469.12z" />
-<glyph unicode="&#xe93b;" glyph-name="refresh" d="M805.157 50.030c121.271 91.429 200.85 235.593 200.85 399.067 0 263.899-204.727 480.402-463.506 500.224v-77.239c216.283-19.675 386.414-201.801 386.414-423.058 0-151.186-80.75-282.624-200.119-357.961l48.128 260.754-75.995 13.897-72.85-393.362h394.386v77.458h-217.307v0.219zM79.067 449.024c0 170.569 101.595 316.416 247.003 383.561l-50.103-270.336 75.995-14.043 72.777 393.289h-394.021v-77.239h196.315c-135.168-89.381-225.28-241.152-225.28-415.232 0-276.919 225.28-502.199 502.126-502.199 2.341 0 4.462 0.293 6.729 0.293v77.385c-2.267 0-4.389-0.293-6.729-0.293-234.277 0-424.814 190.537-424.814 424.814z" />
-<glyph unicode="&#xe93c;" glyph-name="rename" d="M56.014 960c-31.127 0-56.014-24.887-56.014-56.014v-618.151c0-31.127 24.887-56.014 56.014-56.014 0 0 226.836-4.517 260.712 0v176.043c0 34.192 27.823 62.015 62.015 62.015h87.373l-36.009 92.022h-164.040l-34.008-94.023h-88.021l160.039 418.102h88.021l166.041-416.102h52.912c34.192 0 62.015-27.823 62.015-62.015v-72.018h57.115v570.139c0 31.127-24.887 56.014-56.014 56.014zM348.085 787.958l-56.014-156.038h112.027zM414.101 403.864v-323.069h412.101v-143.378l202.049 209.394-202.049 224.902v-144.882h-266.065v177.034z" />
-<glyph unicode="&#xe93d;" glyph-name="right-select" d="M936.229 513.829l-380.343 292.571c-21.943 14.629-43.886 7.314-51.2-7.314-14.629-14.629-14.629-36.571 0-51.2l299.886-226.743h-694.857c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h694.857l-299.886-241.371c-14.629-14.629-14.629-36.571-7.314-51.2 7.314-7.314 14.629-14.629 29.257-14.629 7.314 0 14.629 0 21.943 7.314l380.343 307.2c7.314 7.314 14.629 14.629 14.629 29.257s0 21.943-7.314 29.257z" />
-<glyph unicode="&#xe93e;" glyph-name="role" d="M880.192 147.776l-1.344 9.728-6.656 7.232c-2.304 2.624-57.28 62.656-110.976 97.152-38.72 24.896-94.656 41.152-125.76 48.896l-0.064 0.256 4.032 7.744c6.4 12.992 38.528 78.656 48.256 99.52 4.032 2.688 10.24 6.72 16.128 13.824 15.104 18.304 26.624 92.288 14.272 115.2-0.704 1.344-1.6 2.24-2.432 3.392h-35.968c-6.272 7.488-16.896 14.208-30.4 20.096-0.832-4.48-1.344-8.832-2.112-13.312l-4.864-39.808 17.28-4.736c-1.024-14.4-4.48-36.48-7.36-41.344-7.104-4.8-20.48-13.632-28.032-34.624-3.776-10.24-24.256-53.184-38.528-82.432l-18.112-12.544 9.216-84.352 23.040-4.48c0.832-0.256 81.728-16.384 126.656-45.248 36.608-23.488 76.032-62.848 91.648-78.976 3.008-26.112 4.032-56.128 2.88-61.888-15.168-16.512-131.008-62.272-301.376-66.88l-12.096-0.32c-128 0-258.368 52.224-292.416 72.256-0.256 8.64 0.96 20.992 3.776 48.512l2.56 25.152c5.76 22.848 101.824 72.256 201.536 103.744l34.624 22.848 3.2 9.728c2.624 8.128 14.784 49.728-11.136 71.744-6.080 7.232-22.912 42.24-35.776 72.32l-8.128 16.192-5.952 4.48c-0.128 0.128-15.488 11.968-21.376 29.504-3.264 9.792-4.16 22.656-4.16 33.664l18.88 6.592-10.112 30.208c-0.128 0.192-2.496 7.616-4.48 21.056-10.432-5.248-18.624-11.008-23.808-17.28h-35.968l-7.104-13.568c-0.512-4.672-5.248-46.976 6.080-80.896 9.152-27.328 27.392-46.528 37.44-55.232l0.704-1.344c18.944-44.544 34.24-73.92 45.952-87.744 0-0.256 0-0.384 0-0.64l-3.008-2.112c-73.984-23.616-233.728-83.136-241.088-156.352l-2.624-25.344c-4.416-43.392-5.952-57.856-1.216-78.976 10.496-46.272 218.752-112.384 353.6-112.384l13.952 0.256c152.896 4.096 337.28 48.384 357.248 104.896 10.944 31.232 3.968 89.472 1.472 106.624zM277.12 847.872l41.6-230.528h36.032c20.416 24.64 85.44 42.624 162.432 42.624 77.056 0 141.888-17.984 162.432-42.624h36.032l41.6 230.144c20.864 6.464 36.224 25.728 36.224 48.704 0 28.288-22.848 51.2-51.264 51.2-28.096 0-51.264-22.848-51.264-51.2 0-18.944 10.496-35.264 25.6-44.032-6.144-64.192-42.688-113.472-87.296-113.472-41.6 0-76.16 42.816-86.016 100.416 21.376 10.368 36.16 31.872 36.16 57.088 0 35.2-28.672 63.808-63.936 63.808s-63.808-28.608-63.808-63.808c0-26.432 16.064-49.088 38.912-58.752-9.92-56.832-44.224-98.752-85.312-98.752-44.48 0-81.152 49.088-87.488 112.832 15.808 8.576 26.88 25.28 26.88 44.672 0 28.288-22.912 51.2-51.264 51.2s-51.2-22.848-51.2-51.2c0.064-22.592 14.656-41.472 34.944-48.32z" />
-<glyph unicode="&#xe93f;" glyph-name="roleset" d="M17.984 488.704h439.168v439.296h-439.168v-439.296zM81.984 864h311.168v-311.296h-311.168v311.296zM566.72-32h439.232v439.232h-439.232v-439.232zM630.72 343.232h311.232v-311.232h-311.232v311.232zM17.984-32h439.168v439.232h-439.168v-439.232zM138.688 233.088l67.392-86.464 129.408 150.912 48.512-41.6-180.352-210.432-115.52 148.16 50.56 39.424zM566.72 928v-439.296h439.232v439.296h-439.232zM752.512 578.112l-115.52 148.16 50.496 39.36 67.392-86.464 129.344 150.912 48.64-41.6-180.352-210.368z" />
-<glyph unicode="&#xe940;" glyph-name="openTree" d="M800.195 960v-82.020l-284.069-6.001h-32.008v-390.095h-342.084v88.021h120.029v262.064h-262.064v-262.064h78.019v-154.038h406.099v-384.094h316.077v-96.023h224.055v224.055h-224.055v-64.016h-252.062v320.078h252.062v-80.020h224.055v224.055h-224.055v-78.019h-252.062v326.080l252.062 6.001v-78.019h224.055v224.055h-224.055zM880.215 879.98h64.016v-64.016h-64.016v64.016zM880.215 479.883h64.016v-64.016h-64.016v64.016zM880.215 79.785h64.016v-64.016h-64.016v64.016z" />
-<glyph unicode="&#xe941;" glyph-name="Operation" d="M512.064 960c-282.304 0-512.064-229.696-512.064-512 0-282.368 229.76-512 512.064-512s511.936 229.632 511.936 512-229.632 512-511.936 512zM512.064 0c-246.976 0-448.064 201.024-448.064 448 0 247.040 201.088 448 448.064 448 247.040 0 447.936-201.024 447.936-448 0-246.912-200.896-448-447.936-448zM615.872 532.928l-73.408 41.792 80.64 142.016c-72.576 19.648-152.192-10.624-191.168-79.232-36.224-63.744-26.048-140.608 18.944-193.28l-141.632-249.216c-15.616-27.52-6.016-62.528 21.504-78.144s62.528-6.016 78.144 21.504l141.568 249.28c68.352-11.776 139.712 18.88 175.872 82.56 38.976 68.544 24.384 152.384-29.76 204.864l-80.704-142.144z" />
-<glyph unicode="&#xe942;" glyph-name="palette" d="M526.629 528.457c0 65.829-51.2 117.029-117.029 117.029s-117.029-51.2-117.029-117.029c0-65.829 58.514-117.029 117.029-117.029 65.829 0 117.029 51.2 117.029 117.029zM409.6 484.571c-21.943 0-43.886 21.943-43.886 43.886s21.943 43.886 43.886 43.886c29.257 0 43.886-21.943 43.886-43.886s-21.943-43.886-43.886-43.886zM146.286 250.514c43.886 36.571 95.086 73.143 95.086 124.343s-51.2 80.457-109.714 117.029c-14.629 14.629-43.886 36.571-51.2 51.2 80.457 109.714 234.057 175.543 409.6 175.543 29.257 0 58.514 0 95.086-7.314l21.943 73.143c-36.571 7.314-73.143 7.314-117.029 7.314-197.486 0-380.343-80.457-475.429-212.114-14.629-21.943-14.629-36.571-14.629-51.2 7.314-36.571 51.2-65.829 95.086-95.086 21.943-14.629 73.143-43.886 73.143-58.514s-43.886-51.2-65.829-65.829c-36.571-29.257-80.457-58.514-80.457-95.086 0-14.629 0-29.257 21.943-51.2 65.829-73.143 168.229-124.343 285.257-153.6l21.943 65.829c-102.4 21.943-190.171 65.829-256 131.657 0 7.314 36.571 29.257 51.2 43.886zM987.429 528.457l-36.571-124.343c0-7.314 0-14.629 0-14.629 0-58.514-21.943-109.714-58.514-153.6l-43.886-138.971c102.4 73.143 168.229 175.543 168.229 292.571 7.314 51.2-7.314 95.086-29.257 138.971zM972.8 725.943c0 0 0 0 0 0v7.314c21.943 80.457-14.629 160.914-80.457 182.857-73.143 21.943-146.286-14.629-175.543-87.771v0l-234.057-629.029 51.2-263.314 212.114 168.229 226.743 621.714zM585.143 67.657l-21.943 102.4 102.4-36.571-80.457-65.829zM709.486 192l-131.657 43.886 182.857 497.371 124.343-51.2-175.543-490.057zM906.971 755.2l-124.343 43.886c14.629 36.571 51.2 58.514 87.771 43.886 29.257-7.314 43.886-43.886 36.571-87.771z" />
-<glyph unicode="&#xe943;" glyph-name="parallel" d="M782.629 960h-541.257c-131.657 0-241.371-109.714-241.371-241.371v-548.571c0-124.343 109.714-234.057 241.371-234.057h548.571c131.657 0 241.371 109.714 241.371 241.371v541.257c-7.314 131.657-117.029 241.371-248.686 241.371zM950.857 177.371c0-87.771-73.143-168.229-168.229-168.229h-541.257c-95.086 0-168.229 73.143-168.229 168.229v541.257c0 95.086 73.143 168.229 168.229 168.229h548.571c87.771 0 160.914-73.143 160.914-168.229v-541.257zM438.857 455.314c-7.314 0-21.943 7.314-29.257 14.629-14.629 14.629-7.314 36.571 7.314 51.2l160.914 131.657-160.914 131.657c-14.629 14.629-21.943 36.571-7.314 51.2s36.571 14.629 51.2 7.314l197.486-160.914c7.314-7.314 14.629-14.629 14.629-29.257 0-7.314-7.314-21.943-14.629-29.257l-197.486-160.914c-7.314-7.314-14.629-7.314-21.943-7.314zM219.429 74.971c-7.314 0-21.943 7.314-29.257 14.629-14.629 14.629-7.314 36.571 7.314 51.2l160.914 131.657-160.914 131.657c-14.629 7.314-21.943 36.571-7.314 51.2s36.571 14.629 51.2 7.314l197.486-160.914c7.314-7.314 14.629-14.629 14.629-29.257s-7.314-21.943-14.629-29.257l-197.486-160.914c-7.314-7.314-14.629-7.314-21.943-7.314zM658.286 74.971c-7.314 0-21.943 7.314-29.257 14.629-14.629 14.629-7.314 36.571 7.314 51.2l160.914 131.657-160.914 131.657c-14.629 7.314-21.943 36.571-7.314 51.2s36.571 14.629 51.2 7.314l197.486-160.914c7.314-7.314 14.629-14.629 14.629-29.257s-7.314-21.943-14.629-29.257l-197.486-160.914c-7.314-7.314-14.629-7.314-21.943-7.314z" />
-<glyph unicode="&#xe944;" glyph-name="pause" d="M785.408 959.049h-546.889c-131.511 0-238.519-106.715-238.519-237.934v-548.206c0-131.145 107.008-237.861 238.519-237.861h546.962c131.584 0 238.592 106.715 238.592 237.861v548.206c-0.073 131.218-107.081 237.934-238.665 237.934zM950.857 172.91c0-90.843-74.313-164.718-165.449-164.718h-546.889c-91.209 0-165.376 73.874-165.376 164.718v548.206c0 90.77 74.167 164.791 165.376 164.791h546.962c91.063 0 165.376-73.947 165.376-164.791v-548.206zM296.155 719.36h144.53v-544.622h-144.53v544.622zM583.314 719.36h144.53v-544.622h-144.53v544.622z" />
-<glyph unicode="&#xe945;" glyph-name="pbp" d="M782.629 960h-541.257c-131.657 0-241.371-109.714-241.371-241.371v-548.571c0-124.343 109.714-234.057 241.371-234.057h548.571c131.657 0 241.371 109.714 241.371 241.371v541.257c-7.314 131.657-117.029 241.371-248.686 241.371zM950.857 177.371c0-87.771-73.143-168.229-168.229-168.229h-541.257c-95.086 0-168.229 73.143-168.229 168.229v541.257c0 95.086 73.143 168.229 168.229 168.229h548.571c87.771 0 160.914-73.143 160.914-168.229v-541.257zM248.686 206.629c-7.314 0-21.943 7.314-29.257 14.629-7.314 14.629-7.314 43.886 7.314 51.2l248.686 197.486-248.686 204.8c-14.629 14.629-14.629 36.571 0 51.2 7.314 14.629 29.257 21.943 51.2 7.314l285.257-226.743c7.314-7.314 14.629-14.629 14.629-29.257s-14.629-21.943-21.943-29.257l-285.257-226.743c0-7.314-7.314-14.629-21.943-14.629zM797.257 206.629h-124.343c-21.943 0-36.571 14.629-36.571 36.571s14.629 36.571 36.571 36.571h131.657c21.943 0 36.571-14.629 36.571-36.571s-21.943-36.571-43.886-36.571z" />
-<glyph unicode="&#xe946;" glyph-name="pie" d="M519.826-52.37c-255.049 0-462.629 207.506-462.629 462.629 0 20.187 16.384 36.571 36.571 36.571s36.571-16.384 36.571-36.571c0-214.747 174.738-389.486 389.486-389.486s389.413 174.738 389.413 389.486c0 169.253-108.032 318.171-268.8 370.395-19.237 6.217-29.696 26.917-23.479 46.080 6.29 19.163 26.99 29.769 46.080 23.552 190.976-62.171 319.342-238.958 319.342-440.027 0.073-255.122-207.433-462.629-462.555-462.629zM489.179 390.217c-4.169 0-8.411 0.731-12.434 2.194l-448.366 162.231c-9.216 3.291-16.603 10.094-20.773 18.871s-4.608 18.798-1.317 27.941c73.435 202.825 267.483 339.163 482.816 339.163 20.187 0 36.571-16.384 36.571-36.571v-477.257c0-11.922-5.851-23.113-15.579-29.915-6.217-4.389-13.531-6.656-20.919-6.656zM89.015 610.45l363.52-131.511v387.072c-157.623-13.239-297.326-111.47-363.52-255.561z" />
-<glyph unicode="&#xe947;" glyph-name="poNode" d="M448.109 960v-320.078h576.141v320.078h-576.141zM0 511.891v-576.141h1024.25v576.141h-1024.25z" />
-<glyph unicode="&#xe948;" glyph-name="pre" d="M862.427 923.429l-501.102-481.646v481.573h-146.286v-950.784h146.286v463.506l501.102-463.506z" />
-<glyph unicode="&#xe949;" glyph-name="print" d="M272.066 960v-200.049h480.117v200.049h-480.117zM98.024 847.973c-54.135 0-98.024-43.888-98.024-98.024v-358.087c0-54.136 43.888-98.024 98.024-98.024h828.202c54.135 0 98.024 43.888 98.024 98.024v358.087c0 54.135-43.888 98.024-98.024 98.024h-110.027v-168.041h-608.148v168.041h-110.027zM284.069 235.823v-300.073h484.118v300.073h-484.118zM330.081 173.808h364.089v-52.013h-364.089v52.013zM332.081 65.782h264.064v-50.012h-264.064v50.012z" />
-<glyph unicode="&#xe94a;" glyph-name="move" d="M497.141 949.998c-30.145 0-54.013-30.405-54.013-69.745v-354.701l-62.015-15.942h-6.001v241.117c0 39.34-23.868 71.737-54.013 71.737s-54.013-32.398-54.013-71.737v-316.84l-44.011-63.767-10.002-13.949-100.024 99.635c-27.926 27.817-70.946 28.965-96.023 3.985s-21.925-67.832 6.001-95.65l212.052-209.234c31.685-130.554 169.069-229.161 332.081-229.161 175.483 0 318.006 115.674 334.082 261.044 2.746 8.501 4.001 16.070 4.001 25.905v414.483c0 39.34-23.868 71.737-54.013 71.737s-56.014-32.398-56.014-71.737v-153.438l-34.008 9.964-32.008 17.934v318.833c0 39.34-25.869 71.737-56.014 71.737s-54.013-32.398-54.013-71.737v-288.942l-44.011 1.993-24.006 3.985v342.745c0 39.34-23.868 69.745-54.013 69.745z" />
-<glyph unicode="&#xe94b;" glyph-name="node-close" d="M0 886.857v-950.857h950.857v950.857h-950.857zM877.714 9.143h-804.571v804.571h804.571v-804.571zM438.857 155.429h73.143v219.429h219.429v73.143h-219.429v219.429h-73.143v-219.429h-219.429v-73.143h219.429z" />
-<glyph unicode="&#xe94c;" glyph-name="node-open" d="M950.857-64h-950.857v950.857h950.857v-950.857zM73.143 9.143h804.571v804.571h-804.571v-804.571zM219.429 448h512v-73.143h-512v73.143z" />
-<glyph unicode="&#xe94d;" glyph-name="noticeAlarm" d="M518.656 957.659c-282.331 0-512-229.669-512-512 0-282.258 229.669-512 512-512s512.073 229.742 512.073 512c0 282.331-229.742 512-512.073 512zM518.656 6.875c-242.030 0-438.857 196.827-438.857 438.857s196.827 438.857 438.857 438.857c242.103 0 438.93-196.827 438.93-438.857s-196.901-438.857-438.93-438.857zM818.907 527.506c-1.755 0-3.365-1.243-5.339-1.463v192.951c0 0-27.209 12.142-51.273 0-50.834-25.307-118.711-109.495-190.245-123.173-71.314-13.531-264.265 0.512-350.939-7.607-23.918-2.121-63.927-15.067-67.511-67.584-3.877-52.443 0-107.154 0-107.154s19.602-45.202 45.056-45.202c25.381 0 81.627 0 81.627 0s-2.121-107.447 0-143.287c3.145-50.176 18.871-62.318 38.107-88.137 11.045-15.141 73.655-49.737 112.347-25.966 21.504 13.385 39.643 36.425 31.89 65.536-9.509 35.182-44.105 1.39-54.711 44.105-10.679 42.496-7.607 127.561-7.607 127.561s18.286 25.893 42.642 31.963c5.413 1.463 74.459-4.608 74.459-4.608s190.464-66.779 235.52-129.097c31.963-44.032 60.635-13.531 60.635-13.531v190.61c1.902-0.219 3.584-1.463 5.266-1.463 20.626 0 37.376 23.479 37.376 52.809 0.073 29.111-16.603 52.736-37.303 52.736zM781.824 291.913h-13.824c0 0 0 0-39.424 35.035-39.424 34.889-127.122 69.925-180.809 86.674-15.433 4.754-65.024 8.338-65.024 8.338v112.347c6.437 0.146 17.262 4.389 37.815 3.73 107.886-2.999 249.198 129.243 249.198 129.243h12.142v-375.369z" />
-<glyph unicode="&#xe94e;" glyph-name="noticeFilter" d="M490.057-64c-7.314 0-7.314 0-14.629 0-14.629 7.314-21.943 21.943-21.943 36.571v548.571c-21.943 43.886-190.171 219.429-343.771 365.714-7.314 14.629-7.314 29.257-7.314 43.886 7.314 14.629 21.943 21.943 36.571 21.943h789.943c14.629 0 29.257-7.314 29.257-21.943 7.314-14.629 7.314-29.257 0-36.571l-263.314-380.343v-358.4c0-7.314 0-14.629-7.314-21.943l-168.229-182.857c-7.314-7.314-21.943-14.629-29.257-14.629zM226.743 879.543c299.886-299.886 299.886-336.457 299.886-351.086v-460.8l95.086 102.4v358.4c0 7.314 0 14.629 7.314 21.943l234.057 329.143h-636.343zM943.543 740.571l-58.514-73.143h65.829v-599.771h-182.857v-73.143h256v746.057zM394.971 67.657h-321.829v599.771h153.6l-58.514 73.143h-168.229v-746.057h394.971zM402.286 228.571h-226.743c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h226.743v73.143zM855.771 228.571h-87.771v-73.143h87.771c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571zM402.286 374.857h-226.743c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h226.743v73.143zM855.771 374.857h-87.771v-73.143h87.771c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571zM402.286 506.514l-21.943 14.629h-204.8c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h226.743v58.514z" />
-<glyph unicode="&#xe94f;" glyph-name="open" d="M0-27.429c0 7.314 0 21.943 7.314 29.257l475.429 482.743c7.314 0 21.943 7.314 29.257 7.314s21.943-7.314 29.257-7.314l475.429-482.743c14.555-14.629 14.555-36.571 0-51.2-14.629-14.629-36.571-14.629-51.2 0l-453.486 453.486-446.171-453.486c-14.629-14.629-36.571-14.629-51.2 0-7.314 0-14.629 14.629-14.629 21.943z" />
-<glyph unicode="&#xe950;" glyph-name="next" d="M215.040 923.429l501.102-481.646v481.573h146.286v-950.784h-146.286v463.506l-501.102-463.506z" />
-<glyph unicode="&#xe951;" glyph-name="no-voice" d="M943.543 9.143c-7.314 0-21.943 0-29.257 7.314l-797.257 804.571c-14.629 14.629-14.629 36.571 0 51.2s36.571 14.629 51.2 0l797.257-797.257c14.629-14.629 14.629-36.571 0-51.2-7.314-7.314-14.629-14.629-21.943-14.629zM928.914 469.943c0-95.086-14.629-168.229-29.257-226.743l58.514-58.514c21.943 65.829 43.886 160.914 43.886 285.257 0 263.314-124.343 380.343-131.657 387.657-14.629 14.629-36.571 14.629-51.2 0s-14.629-36.571 0-51.2c7.314-7.314 109.714-109.714 109.714-336.457zM731.429 462.629c0-14.629 0-29.257 0-43.886l65.829-65.829c7.314 29.257 7.314 65.829 7.314 109.714 0 153.6-73.143 219.429-73.143 219.429-14.629 14.629-36.571 14.629-51.2 0s-14.629-43.886 0-58.514c7.314 0 51.2-43.886 51.2-160.914zM431.543 718.629l73.143 65.829v-138.971l73.143-73.143v277.943c0 21.943-14.629 36.571-29.257 43.886-21.943 7.314-43.886 0-58.514-7.314l-117.029-117.029 58.514-51.2zM497.371 301.714v-175.543l-190.171 182.857c-7.314 14.629-14.629 14.629-29.257 14.629h-182.857v263.314h124.343l-73.143 73.143h-73.143c-29.257 0-43.886-21.943-43.886-43.886v-314.514c0-29.257 21.943-43.886 43.886-43.886h197.486l226.743-219.429c7.314-7.314 21.943-14.629 36.571-14.629 7.314 0 14.629 0 14.629 0 14.629 7.314 29.257 21.943 29.257 43.886v160.914l-80.457 73.143z" />
-<glyph unicode="&#xe952;" glyph-name="message" d="M1024 521.143c0-182.857-226.743-336.457-512-336.457-58.514 0-394.971-153.6-394.971-153.6s124.343 197.486 80.457 219.429c-117.029 65.829-197.486 160.914-197.486 270.629 0 182.857 226.743 336.457 512 336.457s512-146.286 512-336.457z" />
-<glyph unicode="&#xe953;" glyph-name="modify" d="M1024 777.143c0 36.571-14.629 73.143-43.886 102.4l-29.257 36.571c-58.514 58.514-160.914 58.514-226.743-7.314l-36.571-43.886-607.086-607.086-80.457-321.829 329.143 73.143 621.714 621.714-7.314 7.314 29.257 29.257c36.571 21.943 51.2 65.829 51.2 109.714zM102.4 31.086l43.886 190.171 7.314 7.314 146.286-146.286h-7.314l-190.171-51.2zM351.086 140.8l-146.286 146.286 490.057 490.057 146.286-146.286-490.057-490.057zM921.6 711.314l-29.257-29.257-138.971 138.971 21.943 29.257c36.571 36.571 87.771 36.571 117.029 7.314l29.257-29.257c21.943-7.314 29.257-29.257 29.257-51.2s-14.629-51.2-29.257-65.829z" />
-<glyph unicode="&#xe954;" glyph-name="Monitor" d="M508.608 950.4c-282.368 0-512.064-229.696-512.064-512 0-282.432 229.696-512 512.064-512 282.304 0 511.936 229.632 512 512 0 282.368-229.632 512-512 512zM508.608-9.6c-247.040 0-448.064 201.024-448.064 448s201.024 448 448.064 448 447.936-201.024 448-448c0-246.976-200.96-448-448-448zM610.048 250.496h-203.008v-33.856h-168.96v-64h540.928v64h-168.96zM206.080 293.376h604.928v429.312h-604.928v-429.312zM749.056 342.976h-68.032v28.032h68.032v-28.032zM270.080 658.688h476.928v-250.688h-476.928v250.688z" />
-<glyph unicode="&#xe955;" glyph-name="more" d="M205.568 139.691l-60.331 60.331 283.904 283.989-283.904 283.989 60.331 60.331 344.235-344.32zM570.027 139.691l-60.331 60.331 283.904 283.989-283.904 283.989 60.331 60.331 344.235-344.32z" />
-<glyph unicode="&#xe956;" glyph-name="more-line" d="M36.571 557.714h402.286c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571h-402.286c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571zM36.571 243.2h753.371c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571h-753.371c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571zM987.429 9.143h-950.857c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h950.857c14.629 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571z" />
-<glyph unicode="&#xe957;" glyph-name="newShortcut" d="M370.090 960v-100.024h132.032v-322.079h-132.032v-98.024h-170.042v-504.123h800.195v810.198l-194.047 214.052h-436.106zM150.037 903.986v-132.032h-132.032v-128.031h132.032v-132.032h128.031v132.032h132.032v128.031h-132.032v132.032h-128.031zM704.172 455.877l204.050-204.050-198.048-198.048-2 132.032h-244.060v156.038h242.059l-2 114.028zM352.086 343.85h40.010v-158.039h-40.010v158.039z" />
-<glyph unicode="&#xe958;" glyph-name="lock" d="M870.4 572.343v0h-65.829v95.086c0 160.914-131.657 292.571-292.571 292.571s-292.571-131.657-292.571-292.571v-95.086h-65.829c-58.514-7.314-95.086-65.829-95.086-124.343v-380.343c0-73.143 58.514-131.657 131.657-131.657h650.971c73.143 0 131.657 58.514 131.657 131.657v380.343c0 65.829-43.886 117.029-102.4 124.343zM292.571 667.429c0 124.343 95.086 219.429 219.429 219.429s219.429-95.086 219.429-219.429v-95.086h-438.857v95.086zM899.657 67.657c0-36.571-21.943-58.514-58.514-58.514h-658.286c-29.257 0-58.514 21.943-58.514 58.514v380.343c0 29.257 14.629 51.2 29.257 51.2h702.171c21.943-7.314 36.571-21.943 36.571-51.2v-380.343zM512 448c-58.514 0-109.714-51.2-109.714-109.714 0-51.2 29.257-87.771 73.143-102.4v-153.6c0-21.943 14.629-36.571 36.571-36.571s36.571 14.629 36.571 36.571v153.6c43.886 14.629 73.143 58.514 73.143 102.4 0 58.514-51.2 109.714-109.714 109.714zM512 301.714c-21.943 0-36.571 14.629-36.571 36.571s14.629 36.571 36.571 36.571 36.571-14.629 36.571-36.571-14.629-36.571-36.571-36.571z" />
-<glyph unicode="&#xe959;" glyph-name="loseError" d="M73.143-64h-73.143l346.551 633.271 148.992-336.165 350.135 512.219 60.416-41.326-424.302-620.471-145.627 328.704zM1024 473.893l-408.357 408.357h408.357z" />
-<glyph unicode="&#xe95a;" glyph-name="ltArrow" d="M839.68 165.056l-469.12 469.12 325.824 325.824h-696.384v-696.384l325.312 325.312 469.12-469.12z" />
-<glyph unicode="&#xe95b;" glyph-name="Magnifier" d="M1002.057 89.6l-146.286 124.343c-14.629 7.314-29.257 14.629-51.2 14.629l-43.886 43.886c51.2 73.143 87.771 160.914 87.771 256 0 234.057-190.171 424.229-424.229 424.229s-424.229-190.171-424.229-424.229 190.171-424.229 424.229-424.229c95.086 0 190.171 36.571 263.314 87.771l43.886-36.571c0-14.629 7.314-36.571 21.943-51.2l117.029-146.286c29.257-29.257 73.143-29.257 102.4 0v0l29.257 29.257c29.257 29.257 29.257 73.143 0 102.4zM431.543 177.371c-190.171 0-351.086 153.6-351.086 351.086 0 190.171 153.6 351.086 351.086 351.086 190.171 0 351.086-153.6 351.086-351.086s-160.914-351.086-351.086-351.086z" />
-<glyph unicode="&#xe95c;" glyph-name="Maintain" d="M512.064 960c-282.368 0-512.064-229.632-512.064-512 0-282.432 229.696-512 512.064-512 282.304 0 511.936 229.632 511.936 512s-229.632 512-511.936 512zM512.064 0c-247.040 0-448.064 201.024-448.064 448 0 247.040 201.024 448 448.064 448 246.976 0 447.936-200.96 447.936-448 0-246.976-200.96-448-447.936-448zM734.976 587.776l20.672 55.808-49.408 32.896-3.84 59.392-58.56 9.856-27.52 52.672-57.728-14.72-46.592 36.864-46.656-36.864-57.6 14.72-27.52-52.672-58.688-9.92-3.712-59.392-49.536-32.832 20.672-55.808-31.808-50.24 41.536-42.496-8.64-58.816 55.296-21.824 13.952-49.92-88.64-237.504 91.648 25.152 46.656-76.736 97.92 262.272 5.12 2.56 3.264-1.6 95.488-255.872 46.656 76.608 91.648-25.152-84.992 227.776 14.656 52.416 55.296 21.824-8.704 58.816 41.6 42.496-31.936 50.24zM626.176 421.12l-105.024-39.104c-3.072-0.256-6.016-1.024-9.152-1.024-19.968 0-38.784 4.032-56.768 9.728l-21.44 8.064c-63.552 29.568-107.904 93.568-107.904 168.32 0 102.848 83.328 186.176 186.112 186.176 102.848 0 186.112-83.328 186.112-186.176 0-59.52-28.416-111.936-71.936-145.984zM669.12 567.168c0-86.775-70.345-157.12-157.12-157.12s-157.12 70.345-157.12 157.12c0 86.775 70.345 157.12 157.12 157.12s157.12-70.345 157.12-157.12z" />
-<glyph unicode="&#xe95d;" glyph-name="manAnalysis" d="M608.037 573.147c7.314-9.143 15.141-17.627 23.698-25.381l-16.823-35.986c-9.216-19.602 0.293-43.739 21.065-53.614l25.966-12.507c20.846-10.021 45.202-2.048 54.272 17.554l16.75 35.986c10.386-1.609 20.699-3.145 31.598-3.145 10.679 0 21.211 1.536 31.598 3.145l16.75-35.986c9.143-19.675 33.426-27.575 54.272-17.627l25.893 12.507c20.919 9.874 30.354 34.011 21.211 53.614l-16.75 36.133c8.558 7.68 16.457 16.238 23.698 25.381l36.279-15.287c19.822-8.411 43.154 2.414 51.858 23.991l10.971 26.917c8.997 21.65 0 45.861-19.822 54.199l-36.571 15.287c0.878 7.387 2.194 14.629 2.194 22.309 0 7.607-1.39 14.775-2.194 22.162l36.718 15.36c19.822 8.411 28.818 32.622 19.822 54.199l-10.898 26.99c-8.704 21.577-32.11 32.329-51.858 23.991l-36.425-15.287c-7.241 9.143-14.994 17.627-23.698 25.307l16.75 36.279c9.143 19.602-0.293 43.666-21.138 53.614l-26.039 12.434c-20.699 9.947-44.983 2.048-54.126-17.554l-16.75-36.059c-10.386 1.682-20.699 3.218-31.598 3.218s-21.211-1.536-31.598-3.218l-16.75 36.059c-9.143 19.602-33.499 27.502-54.199 17.554l-25.966-12.434c-20.919-10.021-30.427-34.011-21.211-53.614l16.75-36.206c-8.558-7.753-16.53-16.165-23.698-25.381l-36.425 15.36c-19.822 8.411-43.081-2.341-51.858-23.991l-11.045-26.99c-8.777-21.577 0.146-45.861 19.968-54.199l36.571-15.287c-0.878-7.461-2.267-14.629-2.267-22.235 0-7.68 1.536-14.921 2.267-22.382l-36.571-15.287c-19.749-8.411-28.745-32.549-19.968-54.199l11.045-26.917c8.777-21.504 32.037-32.329 51.785-23.991l36.498 15.214zM764.635 827.173c68.608 0 124.489-56.613 124.489-126.537 0-69.778-55.735-126.464-124.489-126.464s-124.562 56.686-124.562 126.464c0 69.925 55.808 126.537 124.562 126.537zM2.926-74.021h463.141v386.56h-463.141v-386.56zM392.923-0.878h-121.856v240.274h121.856v-240.274zM76.069 239.397h121.856v-240.274h-121.856v240.274zM317.147 595.456l-133.559-8.119c14.19 31.378 35.84 58.953 65.463 79.872 106.13 74.679 191.269 42.789 191.269 42.789-76.946 54.491-160.11 59.099-227.182 12.507-49.957-34.523-86.235-81.774-102.839-136.997l-110.299-4.389 160.11-149.358 157.038 163.694zM915.822 335.214l-198.729-109.275 129.755-32.183c-22.894-25.673-51.858-45.422-86.382-56.466-123.611-39.57-195.291 16.53-195.291 16.53 57.125-75.045 135.168-104.375 213.138-80.018 58.002 17.92 106.715 52.297 139.045 99.913l106.642-28.965-108.178 190.464z" />
-<glyph unicode="&#xe95e;" glyph-name="maximize" d="M177.942 639.922v-704.172h704.172v704.172zM273.523 360.091h513.009v-326.317h-513.009z" />
-<glyph unicode="&#xe95f;" glyph-name="memory" d="M1023.854 306.249l-97.938 566.491h-794.99l-130.706-566.491h-0.219v-284.306h1024v284.306h-0.146zM183.296 799.598h686.885l72.923-421.010h-856.942l97.134 421.010zM955.685 95.159h-887.369v137.947h887.442v-137.947zM131.95 209.262h73.143v-99.109h-73.143v99.109zM247.003 209.262h73.143v-99.109h-73.143v99.109zM890.368 157.769c0-17.693-14.343-32.037-32.037-32.037s-32.037 14.343-32.037 32.037c0 17.693 14.343 32.037 32.037 32.037s32.037-14.343 32.037-32.037z" />
-<glyph unicode="&#xe960;" glyph-name="menu" d="M0 849.728h1024v-72.896h-1024v72.896zM0 484.416h1024v-72.96h-1024v72.96zM0 119.104h1024v-72.896h-1024v72.896z" />
-<glyph unicode="&#xe961;" glyph-name="idea" d="M512 960c-190.171 0-343.771-153.6-343.771-343.771 0-117.029 51.2-219.429 131.657-270.629 73.143-51.2 65.829-138.971 65.829-138.971 0-7.314 0-21.943 7.314-29.257 0 0 7.314 0 7.314-7.314-14.629-14.629-29.257-29.257-29.257-58.514s14.629-51.2 43.886-65.829c-7.314-14.629-14.629-21.943-14.629-43.886 0-43.886 29.257-73.143 73.143-73.143h117.029c43.886 0 73.143 29.257 73.143 73.143 0 14.629-7.314 29.257-14.629 43.886 29.257 14.629 43.886 36.571 43.886 65.829 0 21.943-7.314 43.886-29.257 58.514 0 0 7.314 0 7.314 7.314 7.314 7.314 14.629 14.629 7.314 29.257 0 0-14.629 87.771 65.829 138.971s131.657 153.6 131.657 270.629c0 190.171-153.6 343.771-343.771 343.771zM687.543 404.114c-80.457-51.2-95.086-124.343-102.4-168.229h-146.286c0 43.886-21.943 117.029-102.4 168.229-58.514 43.886-95.086 117.029-95.086 212.114 0 146.286 124.343 270.629 270.629 270.629s270.629-124.343 270.629-270.629c0-95.086-36.571-168.229-95.086-212.114z" />
-<glyph unicode="&#xe962;" glyph-name="import" d="M921.6 572.343c-21.943 0-36.571-14.629-36.571-36.571v-512h-760.686v512c0 21.943-14.629 36.571-36.571 36.571s-36.571-14.629-36.571-36.571v-548.571c0-21.943 14.629-36.571 36.571-36.571h833.829c21.943 0 36.571 14.629 36.571 36.571v548.571c0 21.943-14.629 36.571-36.571 36.571zM987.429 923.429c-7.314 21.943-21.943 29.257-43.886 29.257-14.629 0-299.886-65.829-424.229-292.571-58.514-95.086-73.143-204.8-51.2-321.829l-131.657 197.486c-7.314 14.629-36.571 14.629-51.2 7.314-14.629-14.629-21.943-36.571-7.314-51.2l204.8-307.2c7.314-7.314 14.629-14.629 29.257-14.629v0c14.629 0 21.943 7.314 29.257 14.629l234.057 307.2c14.629 14.629 7.314 36.571-7.314 51.2s-36.571 7.314-51.2-7.314l-168.229-219.429c-29.257 117.029-14.629 219.429 36.571 307.2 109.714 197.486 373.029 256 380.343 256 14.629 7.314 29.257 21.943 21.943 43.886z" />
-<glyph unicode="&#xe963;" glyph-name="inProgress" d="M277.943 448c0-76.752-62.22-138.971-138.971-138.971s-138.971 62.22-138.971 138.971c0 76.752 62.22 138.971 138.971 138.971s138.971-62.22 138.971-138.971zM650.971 448c0-76.752-62.22-138.971-138.971-138.971s-138.971 62.22-138.971 138.971c0 76.752 62.22 138.971 138.971 138.971s138.971-62.22 138.971-138.971zM1024 448c0-76.752-62.22-138.971-138.971-138.971s-138.971 62.22-138.971 138.971c0 76.752 62.22 138.971 138.971 138.971s138.971-62.22 138.971-138.971z" />
-<glyph unicode="&#xe964;" glyph-name="launchingTower" d="M212.052 953.999c-86.291-49.57-144.035-133.894-144.035-230.056 0-97.747 59.424-182.865 148.036-232.057l24.006 52.013c-65.85 40.076-108.026 105.11-108.026 180.044s42.176 141.968 108.026 182.044l-28.007 48.012zM848.207 953.999l-28.007-48.012c65.85-40.076 108.026-107.111 108.026-182.044s-42.176-139.968-108.026-180.044l24.006-52.013c88.612 49.192 148.036 134.309 148.036 232.057 0 96.162-57.744 180.486-144.035 230.056zM318.078 889.983c-57.756-35.483-98.024-97.206-98.024-166.041 0-69.97 40.714-130.828 100.024-166.041l16.004 38.009c-44.075 28.688-72.018 74.392-72.018 128.031s27.943 101.344 72.018 130.032l-18.004 36.009zM742.181 889.983l-18.004-36.009c44.075-28.688 72.018-76.393 72.018-130.032s-27.943-99.344-72.018-128.031l16.004-38.009c59.31 35.213 100.024 96.071 100.024 166.041 0 68.835-40.268 130.557-98.024 166.041zM406.099 819.966c-33.577-20.628-56.014-56.006-56.014-96.023 0-40.677 23.534-75.553 58.014-96.023l10.002 22.005c-25.623 16.678-42.010 42.835-42.010 74.018s16.387 59.341 42.010 76.019l-12.003 20.005zM654.16 819.966l-12.003-20.005c25.623-16.678 42.010-44.835 42.010-76.019s-16.387-57.341-42.010-74.018l10.002-22.005c34.48 20.471 58.014 55.346 58.014 96.023 0 40.017-22.437 75.395-56.014 96.023zM480.117 765.953l-28.007-830.203h156.038l-28.007 830.203h-100.024zM219.042 399.47h121.937v-463.503h-121.937v463.503zM88.021 304.057v-368.090h152.037v368.090h-152.037zM114.028 288.053h26.006v-346.084h-26.006v346.084zM-4.536 115.603h99.561v-179.853h-99.561v179.853zM592.645 156.65h82.685v-223.655h-82.685v223.655zM662.254 379.668h78.352v-446.673h-78.352v446.673zM738.18 253.828v-318.078h94.023v318.078h-94.023zM758.185 225.821h20.005v-262.064h-20.005v262.064zM808.197 143.801v-208.051h174.042v208.051h-174.042zM864.211 99.79h82.020v-146.036h-82.020v146.036zM967.832 45.676h68.378v-109.926h-68.378v109.926zM331.282 141.525v-208.051h143.894v208.051h-143.894zM377.593 97.514h67.812v-146.036h-67.812v146.036z" />
-<glyph unicode="&#xe965;" glyph-name="layout" d="M387.264 659.2l-201.856-204.16 201.856-204.16v133.76h131.456v145.472h-131.456v129.088zM650.112 440.896v-129.088h-131.392v-145.472h131.392v-133.824l201.856 204.16-201.856 204.224zM927.040-64h-830.208v830.272h830.272v-830.272zM160.832 0h702.272v702.272h-702.272v-702.272zM1024 734.272c0-17.664-14.4-32-32-32h-960.064c-17.664 0-32 14.336-32 32v0c0 17.664 14.336 32 32 32h960.064c17.6 0 32-14.272 32-32v0z" />
-<glyph unicode="&#xe966;" glyph-name="legendhide" d="M1024.25 960v-1024.25h-736.688v1024.25zM168.177 960v-1024.25h-168.177v1024.25zM636.087 629.919l-182.044-182.044 182.044-182.044v122.030h232.057v120.029h-232.057z" />
-<glyph unicode="&#xe967;" glyph-name="legendshow" d="M0 960v-1024.25h602.147v1024.25h-602.147zM704.172 960v-1024.25h320.078v1024.25h-320.078zM778.19 823.967h172.042v-86.021h-172.042v86.021zM336.082 629.919l182.044-182.044-182.044-182.044v122.030h-232.057v120.029h232.057v122.030zM778.19 583.908h172.042v-86.021h-172.042v86.021zM778.19 343.85h172.042v-86.021h-172.042v86.021zM778.19 105.791h172.042v-88.021h-172.042v88.021z" />
-<glyph unicode="&#xe968;" glyph-name="link" d="M174.042 960c-95.784 0-174.042-78.258-174.042-174.042s78.258-172.042 174.042-172.042c30.243 0 57.266 6.396 82.020 20.005l442.108-442.108c-13.609-24.754-20.005-51.777-20.005-82.020 0-95.784 76.258-174.042 172.042-174.042s174.042 78.258 174.042 174.042c0 95.784-78.258 172.042-174.042 172.042-30.577 0-59.076-6.115-84.021-20.005l-442.108 438.107c14.955 25.634 22.005 54.203 22.005 86.021 0 95.784-76.258 174.042-172.042 174.042zM174.042 873.979c47.892 0 86.021-40.129 86.021-88.021s-38.129-86.021-86.021-86.021c-47.892 0-88.021 38.129-88.021 86.021s40.129 88.021 88.021 88.021zM850.208 195.813c47.892 0 88.021-38.129 88.021-86.021s-40.129-88.021-88.021-88.021c-47.892 0-86.021 40.129-86.021 88.021s38.129 86.021 86.021 86.021z" />
-<glyph unicode="&#xe969;" glyph-name="godown" d="M548.571-20.114l292.571 380.343c14.629 14.629 7.314 36.571-7.314 51.2s-36.571 7.314-51.2-7.314l-226.743-292.571v694.857c0 21.943-14.629 36.571-36.571 36.571s-36.571-21.943-36.571-36.571v-694.857l-241.371 292.571c-14.629 14.629-36.571 21.943-51.2 7.314-14.629-7.314-14.629-14.629-14.629-29.257 0-7.314 0-14.629 7.314-21.943l307.2-380.343c7.314-7.314 14.629-14.629 29.257-14.629 7.314 0 21.943 7.314 29.257 14.629z" />
-<glyph unicode="&#xe96a;" glyph-name="goup" d="M475.429 901.486l-292.571-380.343c-14.629-14.629-14.629-43.886 7.314-51.2 14.629-14.629 36.571-7.314 51.2 7.314l226.743 292.571v-694.857c0-21.943 14.629-36.571 36.571-36.571s36.571 14.629 36.571 36.571v702.171l241.371-299.886c14.629-14.629 36.571-14.629 51.2-7.314 7.314 7.314 14.629 14.629 14.629 29.257 0 7.314 0 14.629-7.314 21.943l-307.2 380.343c-7.314 7.314-21.943 14.629-29.257 14.629-14.629 0-21.943-7.314-29.257-14.629z" />
-<glyph unicode="&#xe96b;" glyph-name="grammarCheck" d="M782.629 960h-541.257c-131.657 0-241.371-109.714-241.371-241.371v-548.571c0-124.343 109.714-234.057 241.371-234.057h548.571c131.657 0 241.371 109.714 241.371 241.371v541.257c-7.314 131.657-117.029 241.371-248.686 241.371zM950.857 177.371c0-87.771-73.143-168.229-168.229-168.229h-541.257c-95.086 0-168.229 73.143-168.229 168.229v541.257c0 95.086 73.143 168.229 168.229 168.229h548.571c87.771 0 160.914-73.143 160.914-168.229v-541.257zM533.943 352.914l-87.771-117.029 153.6-168.229 285.257 409.6-270.629-285.257zM694.857 140.8l7.314-14.629h109.714l-51.2 117.029zM533.943 411.429l36.571-65.829h51.2l29.257-73.143 73.143 80.457-204.8 490.057h-102.4l-277.943-716.8h102.4l80.457 219.429h160.914l51.2 65.829zM424.229 630.857c14.629 51.2 29.257 95.086 36.571 138.971 14.629-36.571 29.257-87.771 51.2-146.286l73.143-197.486h-241.371l80.457 204.8z" />
-<glyph unicode="&#xe96c;" glyph-name="Graphical" d="M823.104 449.088c0-89.472-37.376-169.6-96.576-226.688l132.096-132.096c92.096 91.072 149.44 218.112 149.44 358.784v0.064l-184.96-0.064zM795.392 574.784h195.136c-49.024 191.36-205.312 338.56-400.896 368.896v-191.936c92.736-23.616 167.808-89.984 205.76-176.96zM611.392 153.344c-30.464-10.688-62.656-17.344-96.768-17.344-170.304 0-308.352 140.096-308.352 313.152 0 154.752 110.848 282.56 256.256 307.776v190.272c-248.064-26.432-441.408-239.36-441.408-498.112 0-276.608 220.992-500.864 493.504-500.864 86.72 0 167.424 23.744 238.208 63.68l-141.44 141.44z" />
-<glyph unicode="&#xe96d;" glyph-name="half-grid" d="M14.629-64h438.857v512h-438.857c0 0 0-512 0-512zM87.771 374.857h292.571v-365.714h-292.571c0 0 0 365.714 0 365.714zM563.2 448v-512h438.857v512h-438.857zM936.229 9.143h-292.571v365.714h292.571v-365.714z" />
-<glyph unicode="&#xe96e;" glyph-name="half-grid-selected" d="M14.629 448h438.857v-512h-438.857v512zM563.2 448h438.857v-512h-438.857v512z" />
-<glyph unicode="&#xe96f;" glyph-name="helpTip" d="M512-27.429c-262.144 0-475.429 213.285-475.429 475.429s213.285 475.429 475.429 475.429 475.429-213.285 475.429-475.429-213.285-475.429-475.429-475.429zM512 850.286c-221.769 0-402.286-180.443-402.286-402.286 0-221.769 180.517-402.286 402.286-402.286s402.286 180.517 402.286 402.286c0 221.842-180.517 402.286-402.286 402.286zM476.379 302.007c-0.293 9.435-0.366 16.457-0.366 21.138 0 27.648 4.023 51.493 11.776 71.607 5.705 15.141 14.921 30.501 27.721 45.787 9.435 11.191 26.258 27.575 50.688 49.079 24.357 21.504 40.229 38.693 47.47 51.493 7.387 12.727 10.971 26.697 10.971 41.838 0 27.355-10.679 51.419-32.11 72.192-21.285 20.699-47.543 31.086-78.555 31.086-29.989 0-55.077-9.362-75.118-28.16-19.968-18.798-33.28-48.201-39.497-88.137l-72.411 8.631c6.583 53.467 25.893 94.427 58.075 122.88 32.183 28.379 74.752 42.642 127.707 42.642 56.174 0 100.864-15.287 134.29-45.787s50.030-67.438 50.030-110.738c0-25.015-5.851-48.128-17.481-69.266-11.703-21.138-34.816-46.811-68.974-77.019-22.967-20.334-37.961-35.328-45.056-44.983s-12.215-20.773-15.579-33.28-5.339-32.841-5.851-61.001h-67.73zM472.137 160.768v80.238h80.165v-80.238h-80.165z" />
-<glyph unicode="&#xe970;" glyph-name="hide" d="M368.090 960v-596.146h-234.057l364.089-360.088h-498.122v-70.017h1024.25v70.017h-522.127l388.095 360.088h-234.057v596.146h-288.070z" />
-<glyph unicode="&#xe971;" glyph-name="history" d="M167.656 773.113v-487.447l34.008-73.368h572.525l38.009 75.244v33.864h26.006c104.427 0 188.046 78.637 188.046 176.837 0 98.206-83.619 176.843-188.046 176.843h-26.006v98.027zM812.198 613.003h14.003c66.914 0 122.030-51.833 122.030-114.761 0-62.921-55.115-112.872-122.030-112.872h-14.003zM0 116.351l108.026-180.601h834.204l82.020 180.601z" />
-<glyph unicode="&#xe972;" glyph-name="historyAlarm" d="M672.329 608.695l-117.906-100.571c-10.679 6.217-22.528 10.679-35.767 10.679-8.997 0-17.335-2.121-25.234-5.12l-182.491 182.491c-13.458 13.458-35.84 12.727-50.103-1.609-14.263-14.263-14.994-36.645-1.609-50.103l188.416-188.416c-0.512-3.511-2.121-6.656-2.121-10.386 0-40.375 32.768-73.143 73.143-73.143 39.643 0 71.534 31.671 72.704 71.022l128.439 109.568c15.36 13.093 17.189 36.133 4.169 51.493-13.166 15.433-36.279 17.262-51.639 4.096zM518.656 753.152c20.187 0 36.571 16.384 36.571 36.571v51.2c0 20.187-16.384 36.571-36.571 36.571s-36.571-16.384-36.571-36.571v-51.2c0-20.187 16.311-36.571 36.571-36.571zM518.656 139.264c-20.187 0-36.571-16.457-36.571-36.571v-51.273c0-20.114 16.384-36.571 36.571-36.571s36.571 16.457 36.571 36.571v51.273c0 20.187-16.384 36.571-36.571 36.571zM910.336 482.231h-51.127c-20.187 0-36.571-16.384-36.571-36.571s16.384-36.571 36.571-36.571h51.127c20.261 0 36.571 16.384 36.571 36.571s-16.238 36.571-36.571 36.571zM172.105 482.231h-51.2c-20.114 0-36.571-16.384-36.571-36.571s16.457-36.571 36.571-36.571h51.2c20.187 0 36.571 16.384 36.571 36.571s-16.384 36.571-36.571 36.571zM518.656 957.659c-282.331 0-512-229.669-512-512 0-282.258 229.669-512 512-512s512.073 229.742 512.073 512c0 282.331-229.742 512-512.073 512zM518.656 6.875c-242.030 0-438.857 196.827-438.857 438.857s196.827 438.857 438.857 438.857c242.103 0 438.93-196.827 438.93-438.857s-196.901-438.857-438.93-438.857z" />
-<glyph unicode="&#xe973;" glyph-name="eye-closed" d="M160.914 864.914c-14.629 14.629-36.571 14.629-51.2 0s-14.629-36.571 0-51.2l775.314-826.514c7.314-7.314 21.943-14.629 29.257-14.629 14.629 0 21.943 7.314 29.257 14.629 14.629 14.629 14.629 36.571 0 51.2l-782.629 826.514zM621.714 440.686l73.143-65.829c7.314 14.629 7.314 29.257 7.314 43.886-7.314 95.086-80.457 175.543-182.857 175.543-14.629 0-29.257 0-43.886-7.314l65.829-65.829c43.886-7.314 73.143-36.571 80.457-80.457zM570.514 250.514l-58.514 65.829c-51.2 7.314-95.086 43.886-95.086 95.086l-58.514 65.829c-7.314-14.629-14.629-36.571-14.629-58.514 0-95.086 80.457-175.543 175.543-175.543 14.629 0 36.571 0 51.2 7.314zM512 162.743c-204.8 0-380.343 204.8-424.229 263.314 14.629 36.571 65.829 109.714 153.6 168.229l-51.2 58.514c-131.657-95.086-182.857-219.429-182.857-219.429l-7.314-14.629 14.629-14.629c7.314-14.629 219.429-307.2 497.371-307.2 58.514 0 117.029 14.629 175.543 36.571l-58.514 51.2c-36.571-14.629-80.457-21.943-117.029-21.943zM1016.686 440.686c-7.314 0-131.657 314.514-504.686 314.514-65.829 0-124.343-14.629-175.543-29.257l65.829-58.514c36.571 7.314 73.143 14.629 109.714 14.629 277.943 0 394.971-190.171 424.229-248.686-21.943-29.257-73.143-95.086-146.286-153.6l51.2-51.2c102.4 80.457 168.229 168.229 168.229 175.543l14.629 14.629-7.314 21.943z" />
-<glyph unicode="&#xe974;" glyph-name="forceOut" d="M95.68 814.656h611.52v64h-675.52v-870.912h675.52v64h-611.52zM737.28 724.608l-45.248-45.248 204.032-204.16h-669.824v-64h670.72l-204.352-204.224 45.248-45.248 281.152 281.024z" />
-<glyph unicode="&#xe975;" glyph-name="full-grid" d="M1024-64h-1024v512h1024v-512zM73.143 9.143h877.714v365.714h-877.714v-365.714z" />
-<glyph unicode="&#xe976;" glyph-name="full-grid-selected" d="M0 448h1024v-512h-1024v512z" />
-<glyph unicode="&#xe977;" glyph-name="gear" d="M358.254-64.073c-17.335 0-34.231 3.95-50.176 11.483l-47.689 22.967c-56.174 26.77-81.335 92.672-56.101 146.725l19.822 42.569c-3.291 3.438-6.583 6.949-9.801 10.606l-41.984-17.627c-53.76-22.821-119.881 6.875-142.994 63.854l-20.407 49.371c-23.552 57.856 1.682 123.538 56.247 146.651l41.618 17.481c-0.585 5.925-0.951 11.922-0.951 17.993s0.366 11.995 0.951 17.847l-41.618 17.481c-54.711 22.821-79.945 88.649-56.174 146.798l20.261 49.445c23.040 56.978 88.795 86.601 142.921 63.854l42.057-17.701c3.218 3.584 6.51 7.095 9.874 10.606l-19.822 42.642c-25.234 53.906 0 119.735 56.174 146.651l47.762 22.821c55.296 26.405 123.611 3.291 148.334-49.737l19.237-41.399c23.479 2.853 48.859 2.853 72.338 0l19.090 41.326c24.795 53.175 93.184 76.215 148.48 49.81l47.689-22.747c56.174-26.917 81.262-92.745 56.174-146.725l-19.749-42.789c3.365-3.438 6.656-6.949 9.874-10.533l42.13 17.774c54.418 22.747 120.027-6.875 142.994-64l20.187-49.225c23.698-57.929-1.536-123.831-56.247-146.798l-41.545-17.554c0.585-5.851 0.951-11.776 0.951-17.847s-0.366-11.995-1.024-17.847l41.472-17.408c54.93-23.333 80.018-89.307 56.101-147.017l-20.041-49.225c-17.774-43.739-58.368-71.899-103.278-71.899v0c-13.751 0-27.136 2.633-39.863 7.973l-41.984 17.701c-3.218-3.584-6.51-7.095-9.874-10.533l19.822-42.789c25.161-54.053-0.073-119.954-56.32-146.651l-47.47-22.894c-55.954-26.624-123.977-3.291-148.553 49.81l-19.163 41.326c-23.259-2.853-49.152-2.853-72.265 0l-19.163-41.326c-17.627-37.742-55.223-61.294-98.304-61.294zM236.251 258.706l17.189-21.723c12.434-15.653 25.6-29.769 39.131-41.911l20.114-18.066-42.203-90.77c-8.338-17.92 1.243-40.229 21.358-49.883l47.835-22.894c19.237-9.216 42.569-2.267 50.395 14.702l42.35 91.136 27.355-4.535c34.085-5.413 69.925-5.339 104.009 0l27.355 4.462 42.277-91.136c7.753-16.896 31.305-23.771 50.615-14.629l47.47 22.894c20.187 9.655 29.769 32.037 21.504 49.957l-42.057 90.917 19.968 18.066c13.751 12.361 26.99 26.478 39.131 41.911l17.262 21.797 92.453-38.912c17.189-7.387 38.766 4.023 47.031 24.064l20.114 49.445c8.704 21.065 1.17 44.178-16.823 51.858l-92.16 38.619 4.681 40.229c1.024 7.826 2.194 15.653 2.194 23.771 0 8.704-1.317 16.896-2.414 25.234l-4.754 38.473 92.672 38.985c17.92 7.534 25.454 30.647 16.823 51.639l-20.261 49.371c-8.119 20.114-29.403 31.451-46.811 24.21l-92.672-38.985-17.189 21.87c-11.995 15.214-25.161 29.33-39.131 41.984l-19.822 18.066 41.984 90.843c8.338 17.993-1.243 40.375-21.285 50.030l-47.689 22.674c-19.529 9.070-42.789 2.341-50.688-14.629l-42.13-91.209-27.429 4.462c-34.011 5.559-69.851 5.559-104.082 0l-27.282-4.462-42.423 91.282c-7.826 16.896-31.086 23.918-50.395 14.555l-47.762-22.821c-20.187-9.655-29.769-31.963-21.431-49.737l42.203-91.063-20.187-18.066c-13.897-12.507-26.77-26.185-39.131-41.838l-17.262-21.943-92.453 38.985c-17.481 7.314-38.766-4.096-46.885-23.991l-20.261-49.591c-8.411-20.626-0.731-44.325 16.75-51.639l92.16-38.766-4.462-40.594c-1.024-7.68-2.121-15.36-2.121-23.406 0-8.265 1.17-16.165 2.194-24.064l4.608-40.082-92.233-38.693c-17.774-7.607-25.454-30.72-16.969-51.639l20.261-49.445c8.192-19.968 29.915-31.525 46.958-24.064l92.453 38.693zM512 179.566c-146.139 0-265.070 120.393-265.070 268.361s118.93 268.434 265.070 268.434c146.066 0 264.85-120.393 264.85-268.434s-118.784-268.361-264.85-268.361zM512 643.218c-105.838 0-191.927-87.625-191.927-195.291s86.089-195.218 191.927-195.218c105.691 0 191.707 87.552 191.707 195.218s-86.016 195.291-191.707 195.291z" />
-<glyph unicode="&#xe978;" glyph-name="go" d="M248.686-49.371c-14.629 14.629-14.629 36.571 0 51.2l453.486 446.171-453.486 453.486c-14.629 14.629-14.629 36.571 0 51.2s36.571 14.629 51.2 0l482.743-475.429c0-7.314 7.314-21.943 7.314-29.257s-7.314-21.943-14.629-29.257l-475.429-475.429c-7.314-7.314-21.943-7.314-29.257-7.314s-14.629 0-21.943 14.629z" />
-<glyph unicode="&#xe979;" glyph-name="find" d="M1021.074 181.979c0.219 4.242 1.243 8.192 1.243 12.581 0 46.446-13.678 89.527-36.352 126.025l-133.632 527.067-23.113 14.848-26.405 8.265-8.265-1.609-4.901 51.2-9.947 16.53-13.239 6.583-127.269-1.755-14.848-8.265-4.901-8.265-5.047-54.491c0 0-13.239-1.609-28.087-14.848-14.848-13.166-14.848-13.166-14.848-13.166l-0.731-82.578h-117.467l-0.731 82.578c0 0 0 0-14.848 13.166-14.921 13.239-28.087 14.848-28.087 14.848l-5.047 54.491-4.901 8.265-14.921 8.265-127.122 1.682-13.239-6.583-9.874-16.53-4.901-51.2-8.338 1.609-26.405-8.192-23.113-14.921-133.632-526.994c-22.821-36.498-36.425-79.579-36.425-126.025 0-4.389 1.024-8.338 1.243-12.581l-2.926-11.557 4.169-0.146c12.142-119.442 110.007-212.919 230.254-212.919 128.731 0 233.033 106.203 233.033 237.202 0 22.016-3.877 42.862-9.435 62.976l-2.341 236.617h112.64l-2.341-236.617c-5.559-20.114-9.435-41.033-9.435-62.976 0-130.999 104.302-237.202 233.033-237.202 120.32 0 218.112 93.477 230.327 212.919l4.096 0.146-2.926 11.557zM234.423 4.681c-102.693 0-186.295 84.992-186.295 189.879 0 104.667 83.602 189.659 186.295 189.659 103.131 0 186.661-84.992 186.661-189.659 0-104.814-83.529-189.879-186.661-189.879zM789.577 4.681c-103.131 0-186.661 84.992-186.661 189.879 0 104.667 83.529 189.659 186.661 189.659 102.693 0 186.295-84.992 186.295-189.659 0-104.814-83.602-189.879-186.295-189.879zM100.864 191.634c0-70.656 50.322-130.56 120.613-154.185-57.198 32.037-95.525 88.357-95.525 152.795 0 69.047 44.251 128.366 108.544 158.866-77.093-20.187-133.632-82.651-133.632-157.477zM786.139 349.038c64.366-30.501 108.617-89.819 108.617-158.866 0-64.439-38.254-120.759-95.525-152.795 70.363 23.625 120.539 83.602 120.539 154.185 0.073 74.898-56.466 137.362-133.632 157.477z" />
-<glyph unicode="&#xe97a;" glyph-name="fobidden" d="M512 960c-285.257 0-512-226.743-512-512s226.743-512 512-512 512 226.743 512 512-226.743 512-512 512zM512 9.143c-241.371 0-438.857 197.486-438.857 438.857s197.486 438.857 438.857 438.857 438.857-197.486 438.857-438.857-197.486-438.857-438.857-438.857zM768 484.571h-512c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h512c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571z" />
-<glyph unicode="&#xe97b;" glyph-name="fold" d="M1024 455.314c0-7.314 0-21.943-7.314-29.257l-475.429-482.743c-7.314 0-21.943-7.314-29.257-7.314s-21.943 7.314-29.257 7.314l-475.429 482.743c-7.314 14.629-7.314 36.571 0 51.2 14.629 14.629 36.571 14.629 51.2 0l453.486-453.486 446.171 453.486c14.629 14.629 36.571 14.629 51.2 0 14.629-7.314 14.629-14.629 14.629-21.943z" />
-<glyph unicode="&#xe97c;" glyph-name="folder" d="M1024-64h-1024v950.857h460.8l109.714-146.286h453.486v-804.571zM73.143 9.143h877.714v658.286h-424.229l-102.4 146.286h-351.086v-804.571z" />
-<glyph unicode="&#xe97d;" glyph-name="folderOpen" d="M1024 528.457h-855.771l-95.086-336.457v621.714h351.086l109.714-146.286h270.629v-73.143h73.143v146.286h-314.514l-102.4 146.286h-460.8v-958.171l7.314 7.314h848.457l168.229 592.457zM95.086 9.143l131.657 446.171h702.171l-124.343-446.171h-709.486z" />
-<glyph unicode="&#xe97e;" glyph-name="drill" d="M296.96 663.113c0-82.003-66.477-148.48-148.48-148.48s-148.48 66.477-148.48 148.48c0 82.003 66.477 148.48 148.48 148.48s148.48-66.477 148.48-148.48zM551.936 152.21c0-82.003-66.477-148.48-148.48-148.48s-148.48 66.477-148.48 148.48c0 82.003 66.477 148.48 148.48 148.48s148.48-66.477 148.48-148.48zM930.158 648.192c0-91.496-74.172-165.669-165.669-165.669s-165.669 74.172-165.669 165.669c0 91.496 74.172 165.669 165.669 165.669s165.669-74.172 165.669-165.669zM1024 175.982c0-73.803-59.829-133.632-133.632-133.632s-133.632 59.829-133.632 133.632c0 73.803 59.829 133.632 133.632 133.632s133.632-59.829 133.632-133.632zM732.286 597.973l55.324 19.275 166.956-479.199-55.324-19.275-166.956 479.199zM812.421 734.786l46.39-35.785-460.695-597.214-46.39 35.785 460.695 597.214zM112.914 659.524l52.061 26.868 293.504-568.704-52.061-26.868-293.504 568.704z" />
-<glyph unicode="&#xe97f;" glyph-name="empty" d="M490.639 704.031l-457.452-128.548 31.401-141.455-2.253 0.481v-3.779l-45.338-141.681 402.376-96.333 77.45 145.454 1.884 3.779-411.1 87.199 434.191 129.428zM62.336 258.381v-205.455l436.372-115.231v359.347l-66.514-126.766zM531.937 340.26l1.889-3.779 77.445-145.459 402.381 96.338-45.348 141.681v3.779l-1.367-0.287 33.623 151.404-447.601 120.095-31.16-145.454 442.87-126.525zM531.937 295.352v-359.352l436.367 115.236v205.455l-369.848-88.1z" />
-<glyph unicode="&#xe980;" glyph-name="executNext" d="M155.429 717.824v-498.834l416.695 249.417zM937.984 286.647h-407.698l203.849-185.783zM820.005 309.833h-171.593v462.702h171.593v-462.702zM721.554 382.976h25.307v316.416h-25.307v-316.416zM785.408 960h-546.889c-131.511 0-238.519-106.715-238.519-237.934v-548.206c0-131.145 107.008-237.861 238.519-237.861h546.889c131.584 0 238.592 106.715 238.592 237.861v548.206c0 131.218-107.008 237.934-238.592 237.934zM950.857 173.861c0-90.843-74.313-164.718-165.449-164.718h-546.889c-91.209 0-165.376 73.874-165.376 164.718v548.206c0 90.843 74.167 164.791 165.376 164.791h546.889c91.136 0 165.449-73.947 165.449-164.791v-548.206z" />
-<glyph unicode="&#xe981;" glyph-name="export" d="M928.914-49.371h-833.829c-21.943 0-36.571 14.629-36.571 36.571v548.571c0 21.943 14.629 36.571 36.571 36.571s36.571-14.629 36.571-36.571v-512h760.686v512c0 21.943 14.629 36.571 36.571 36.571s36.571-14.629 36.571-36.571v-548.571c0-21.943-14.629-36.571-36.571-36.571zM329.143 155.429c0 14.629-21.943 307.2 153.6 490.057 95.086 102.4 226.743 153.6 387.657 153.6 21.943 0 36.571-14.629 36.571-36.571s-14.629-36.571-36.571-36.571c-146.286 0-256-43.886-336.457-131.657-153.6-168.229-131.657-438.857-131.657-438.857 0-21.943-7.314-36.571-36.571-36.571 0 0-36.571 0-36.571 36.571zM731.429 455.314c-7.314 0-14.629 0-21.943 7.314-14.629 7.314-21.943 29.257-14.629 51.2l153.6 256-299.886 87.771c-21.943 7.314-29.257 21.943-21.943 43.886s21.943 29.257 43.886 21.943l351.086-102.4c7.314 0 21.943-14.629 21.943-21.943 7.314-7.314 0-21.943 0-29.257l-175.543-299.886c-7.314-14.629-21.943-14.629-36.571-14.629z" />
-<glyph unicode="&#xe982;" glyph-name="export-ne" d="M768 491.886l175.543 299.886c0 7.314 7.314 21.943 0 29.257 0 7.314-14.629 21.943-21.943 21.943l-351.086 102.4c-21.943 7.314-36.571 0-43.886-21.943s0-36.571 21.943-43.886l226.743-65.829c-117.029-21.943-219.429-65.829-292.571-146.286-175.543-182.857-153.6-475.429-153.6-490.057 0-21.943 14.629-36.571 36.571-36.571 29.257 0 43.886 14.629 36.571 36.571 0 0-21.943 270.629 131.657 438.857 73.143 80.457 168.229 117.029 285.257 124.343l-124.343-204.8c-7.314-21.943 0-43.886 14.629-51.2 7.314-7.314 14.629-7.314 21.943-7.314 14.629 0 29.257 0 36.571 14.629zM936.229 352.914c-21.943 0-36.571-14.629-36.571-36.571v-212.114l-160.914 234.057c-14.629 14.629-29.257 21.943-43.886 14.629s-21.943-21.943-21.943-36.571v-329.143c0-21.943 14.629-36.571 36.571-36.571s36.571 14.629 36.571 36.571v212.114l160.914-234.057c7.314-7.314 21.943-14.629 29.257-14.629 0 0 7.314 0 7.314 0 14.629 7.314 29.257 21.943 29.257 36.571v329.143c0 21.943-14.629 36.571-36.571 36.571zM592.457 45.714h-468.114v512c0 21.943-14.629 36.571-36.571 36.571s-36.571-21.943-36.571-43.886v-541.257c0-21.943 14.629-36.571 36.571-36.571h497.371c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-29.257 36.571z" />
-<glyph unicode="&#xe983;" glyph-name="eye" d="M1016.686 491.886c-7.314 0-131.657 314.514-504.686 314.514s-504.686-314.514-504.686-314.514l-7.314-21.943 14.629-14.629c7.314-14.629 219.429-307.2 497.371-307.2s490.057 292.571 497.371 307.2l14.629 14.629-7.314 21.943zM512 221.257c-204.8 0-380.343 204.8-424.229 263.314 29.257 58.514 146.286 248.686 424.229 248.686s394.971-190.171 424.229-248.686c-43.886-65.829-219.429-263.314-424.229-263.314zM519.314 652.8c-95.086 0-175.543-80.457-175.543-175.543s80.457-175.543 175.543-175.543 175.543 80.457 175.543 175.543-73.143 175.543-175.543 175.543zM519.314 374.857c-58.514 0-102.4 43.886-102.4 102.4s43.886 102.4 102.4 102.4 102.4-43.886 102.4-102.4-43.886-102.4-102.4-102.4z" />
-<glyph unicode="&#xe984;" glyph-name="file" d="M760.686 835.657v124.343h-687.543v-1024h877.714v899.657h-190.171zM877.714 9.143h-731.429v877.714h541.257v-124.343h190.171v-753.371zM292.571 667.429h285.257v-73.143h-285.257v73.143zM292.571 448h438.857v-73.143h-438.857v73.143zM292.571 228.571h438.857v-73.143h-438.857v73.143z" />
-<glyph unicode="&#xe985;" glyph-name="currentAlarm" d="M512 960c-282.331 0-512-229.742-512-512s229.669-512 512-512c282.258 0 512 229.742 512 512s-229.742 512-512 512zM512 9.143c-242.030 0-438.857 196.827-438.857 438.857s196.827 438.857 438.857 438.857 438.857-196.827 438.857-438.857-196.827-438.857-438.857-438.857zM757.906 328.704c-56.174 56.174-80.018 165.961-77.605 227.474 2.853 61.44-14.409 118.638-58.661 152.357-39.79 30.208-80.53 24.064-80.53 24.064l-2.414 21.431c0 0-8.923 6.949-26.77 6.949-16.823 0-26.697-6.949-26.697-6.949l-2.706-21.431c0 0-40.667 6.071-80.165-24.064-44.471-33.719-61.586-90.99-58.88-152.357 2.706-61.513-21.358-171.301-77.605-227.401-56.101-56.174-64.073-58.953-61.44-88.283 2.779-29.33 26.917-43.813 26.917-43.813h196.462c0-34.158 37.742-61.733 84.187-61.733 46.592 0 84.187 27.575 84.187 61.733h196.535c0 0 24.21 14.409 26.843 43.813s-5.266 32.11-61.659 88.21z" />
-<glyph unicode="&#xe986;" glyph-name="debug" d="M708.315 753.225c0.146 3.291 0.439 6.729 0.439 10.094-0.073 108.617-88.21 196.681-196.754 196.681-108.69 0-196.681-88.064-196.681-196.681 0-3.365 0.219-6.729 0.366-10.094h392.631zM975.579 412.672h-150.894v223.963l116.517 116.59c14.263 14.409 14.263 37.595 0 51.931-14.19 14.409-37.522 14.409-51.931 0l-110.811-110.738h-533.065l-110.738 110.738c-14.336 14.409-37.669 14.409-52.005 0-14.263-14.336-14.263-37.522 0-51.931l116.663-116.59v-223.963h-150.894c-20.261 0-36.718-16.457-36.718-36.718s16.457-36.791 36.718-36.791h153.966c5.925-59.465 27.867-113.591 62.391-158.427l-182.126-182.126c-14.263-14.263-14.263-37.449 0-51.712 14.336-14.409 37.669-14.409 52.005 0l181.394 181.394c53.833-43.739 121.344-70.875 195.95-70.875s142.043 27.136 195.877 70.875l181.394-181.394c14.409-14.409 37.742-14.409 51.931 0 14.263 14.263 14.263 37.449 0 51.712l-181.979 182.126c34.523 44.837 56.393 99.035 62.318 158.427h154.039c20.261 0 36.718 16.603 36.718 36.791s-16.457 36.718-36.718 36.718z" />
-<glyph unicode="&#xe987;" glyph-name="deleSingle" d="M1024 388.096h-1024v292.571h1024v-292.571zM73.143 461.239h877.714v146.286h-877.714v-146.286zM651.91 64.609l-51.808-51.845-255.55 255.369 51.808 51.845 255.55-255.369zM600.183 320.013l51.719-51.719-255.39-255.39-51.719 51.719 255.39 255.39z" />
-<glyph unicode="&#xe988;" glyph-name="delete" d="M950.857 762.514h-204.8l-43.886 87.771c-14.629 36.571-36.571 73.143-73.143 73.143h-234.057c-36.571 0-58.514-36.571-73.143-73.143l-36.571-87.771h-212.114c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h73.143v-607.086c0-80.457 65.829-146.286 146.286-146.286h438.857c80.457 0 146.286 65.829 146.286 146.286v607.086h73.143c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571zM365.714 762.514l36.571 73.143h219.429l36.571-73.143h-292.571zM804.571 82.286c0-43.886-29.257-73.143-73.143-73.143h-438.857c-36.571 0-73.143 29.257-73.143 73.143v607.086h585.143v-607.086zM351.086 148.114c21.943 0 36.571 14.629 36.571 36.571v343.771c0 21.943-14.629 36.571-36.571 36.571s-36.571-14.629-36.571-36.571v-343.771c0-21.943 14.629-36.571 36.571-36.571zM512 148.114c21.943 0 36.571 14.629 36.571 36.571v343.771c0 21.943-14.629 36.571-36.571 36.571s-36.571-14.629-36.571-36.571v-343.771c0-21.943 14.629-36.571 36.571-36.571zM672.914 148.114c21.943 0 36.571 14.629 36.571 36.571v343.771c0 21.943-14.629 36.571-36.571 36.571-14.629 0-36.571-14.629-36.571-36.571v-343.771c0-21.943 21.943-36.571 36.571-36.571z" />
-<glyph unicode="&#xe989;" glyph-name="department" d="M211.639 927.992l-205.652-224.055h429.271l-223.619 224.055zM0 655.926v-720.176h1024.25v496.121h-596.979v224.055h-427.271zM77.864 553.898h95.837v-96.023h-95.837v96.023zM255.564 553.898h95.837v-96.023h-95.837v96.023zM77.864 345.847h95.837v-96.023h-95.837v96.023zM255.564 345.847h95.837v-96.023h-95.837v96.023zM680.836 345.847h95.837v-96.023h-95.837v96.023zM858.536 345.847h95.837v-96.023h-95.837v96.023zM501.142 339.829h63.891v-296.072h-63.891v296.072zM75.871 139.781h95.837v-96.023h-95.837v96.023zM253.564 139.781h95.837v-96.023h-95.837v96.023zM680.836 139.781h95.837v-96.023h-95.837v96.023zM858.536 139.781h95.837v-96.023h-95.837v96.023z" />
-<glyph unicode="&#xe98a;" glyph-name="detail" d="M0 914.637v-170.778h1024.667v170.778h-1024.667zM0 658.47v-170.778h1024.667v170.778h-1024.667zM0 402.304v-170.778h1024.667v170.778h-1024.667zM0 146.137v-170.778h768.5v170.778h-768.5z" />
-<glyph unicode="&#xe98b;" glyph-name="displaySwitch" d="M0 960v-1024.25h862.976v292.071h160.039l-192.047 192.047-190.046-192.047h158.039v-228.056h-366.855v896.219h366.593v-204.050h-158.039l190.046-192.047 192.047 192.047h-160.039v268.065h-560.64zM72.018 745.948h290.071v-64.016h-290.071zM72.018 485.884h290.071v-64.016h-290.071zM72.018 233.823h290.071v-64.016h-290.071z" />
-<glyph unicode="&#xe98c;" glyph-name="down" d="M780.288 363.52h-158.574v441.271c0 52.297-42.423 94.72-94.72 94.72h-30.062c-52.297 0-94.72-42.423-94.72-94.72v-441.271h-158.574c-43.959 0-65.975-53.175-34.889-84.261l268.288-268.288c19.237-19.237 50.542-19.237 69.778 0l268.288 268.288c31.159 31.086 9.143 84.261-34.816 84.261z" />
-<glyph unicode="&#xe98d;" glyph-name="download" d="M921.6-64h-819.2c-58.514 0-102.4 43.886-102.4 102.4v58.514c0 58.514 43.886 102.4 102.4 102.4h819.2c58.514 0 102.4-43.886 102.4-102.4v-58.514c0-58.514-43.886-102.4-102.4-102.4zM102.4 126.171c-14.629 0-29.257-14.629-29.257-29.257v-58.514c0-14.629 14.629-29.257 29.257-29.257h819.2c14.629 0 29.257 14.629 29.257 29.257v58.514c0 14.629-14.629 29.257-29.257 29.257h-819.2zM877.714 67.657c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2zM665.6 67.657c0-20.198-16.374-36.571-36.571-36.571s-36.571 16.374-36.571 36.571c0 20.198 16.374 36.571 36.571 36.571s36.571-16.374 36.571-36.571zM577.829 469.943v380.343c0 36.571-29.257 65.829-65.829 65.829s-65.829-21.943-65.829-65.829c0 0 0-380.343 0-387.657h-197.486l263.314-263.314 263.314 263.314-197.486 7.314z" />
-<glyph unicode="&#xe98e;" glyph-name="circle" d="M1016.686 448c0-282.77-229.23-512-512-512s-512 229.23-512 512c0 282.77 229.23 512 512 512s512-229.23 512-512z" />
-<glyph unicode="&#xe98f;" glyph-name="clearAlarm" d="M789.943 506.514h-197.486v358.4c0 51.2-43.886 95.086-95.086 95.086s-87.771-43.886-87.771-95.086v-358.4h-204.8c-51.2 0-95.086-43.886-95.086-95.086 7.314-95.086 21.943-343.771 0-416.914l-14.629-51.2 782.629 80.457v387.657c7.314 51.2-36.571 95.086-87.771 95.086zM482.743 864.914c0 14.629 7.314 21.943 21.943 21.943s21.943-7.314 21.943-21.943v-358.4h-43.886v358.4zM204.8 433.371h585.143c14.629 0 21.943-7.314 21.943-21.943v-65.829h-621.714c0 36.571 0 58.514-7.314 65.829 7.314 7.314 14.629 21.943 21.943 21.943zM190.171 23.771c7.314 65.829 7.314 160.914 0 241.371h614.4v-175.543l-614.4-65.829z" />
-<glyph unicode="&#xe990;" glyph-name="close" d="M615.424 448l220.891 220.891c28.599 28.599 28.599 74.898 0 103.424-28.599 28.599-74.825 28.599-103.424 0l-220.891-220.818-220.891 220.818c-28.599 28.599-74.825 28.599-103.424 0s-28.599-74.898 0-103.424l220.891-220.891-220.891-220.891c-28.599-28.599-28.599-74.825 0-103.424 14.263-14.263 32.987-21.431 51.712-21.431s37.449 7.168 51.712 21.431l220.891 220.891 220.891-220.818c14.263-14.263 32.987-21.431 51.712-21.431s37.449 7.168 51.712 21.431c28.599 28.599 28.599 74.825 0 103.424l-220.891 220.818z" />
-<glyph unicode="&#xe991;" glyph-name="closeTree" d="M0 954.663v-341.556h122.747v-445.623h362.903c17.795-132.832 129.212-234.82 266.84-234.82 149.937 0 272.177 122.357 272.177 272.177s-122.241 269.509-272.177 269.509c-133.097 0-241.111-95.528-264.172-221.478h-280.182v360.235h133.42v341.556h-341.556zM712.464 372.951h85.389v-128.083h128.083v-85.389h-128.083v-128.083h-85.389v128.083h-128.083v85.389h128.083v128.083z" />
-<glyph unicode="&#xe992;" glyph-name="cloud" d="M512 960c-282.317 0-512-229.683-512-512 0-282.33 229.683-512 512-512 282.33 0 512 229.67 512 512 0 282.317-229.67 512-512 512zM512-51.366c-275.341 0-499.354 224.026-499.354 499.366s224.013 499.354 499.354 499.354 499.366-224.013 499.366-499.354-224.026-499.366-499.366-499.366zM910.118 397.645c0 77.478-60.083 140.314-134.208 140.314-4.851 0-9.626-0.307-14.349-0.819-18.867 28.506-47.552 49.28-80.96 57.101-31.194 75.405-102.912 128.205-186.496 128.205-85.978 0-159.334-55.923-188.992-134.81-8.32 1.357-16.794 2.291-25.485 2.291-89.907 0-162.79-76.211-162.79-170.163 0-38.464 12.339-73.805 32.909-102.298-5.99-9.050-9.523-19.878-9.523-31.526 0-31.578 25.587-57.165 57.165-57.165h631.386c31.59 0 57.165 25.587 57.165 57.165 0 8.576-2.022 16.614-5.414 23.923 18.458 24.038 29.594 54.541 29.594 87.782z" />
-<glyph unicode="&#xe993;" glyph-name="completed" d="M504.686 960c-285.257 0-512-226.743-512-512s226.743-512 512-512c285.257 0 512 226.743 512 512s-234.057 512-512 512zM797.257 594.286l-343.771-424.229c0-7.314-14.629-14.629-21.943-14.629 0 0 0 0 0 0-7.314 0-21.943 7.314-29.257 14.629l-219.429 234.057c-14.629 14.629-14.629 36.571 0 51.2s36.571 14.629 51.2 0l190.171-204.8 314.514 394.971c14.629 14.629 36.571 14.629 51.2 7.314 21.943-14.629 21.943-43.886 7.314-58.514z" />
-<glyph unicode="&#xe994;" glyph-name="computer" d="M512 960c-282.317 0-512-229.683-512-512 0-282.33 229.683-512 512-512 282.33 0 512 229.67 512 512 0 282.317-229.67 512-512 512zM512-51.366c-275.341 0-499.354 224.013-499.354 499.366 0 275.341 224.013 499.354 499.354 499.354 275.354 0 499.366-224.013 499.366-499.354 0-275.354-224.013-499.366-499.366-499.366zM559.629 556.058h-364.096c-12.57 0-22.758-9.37-22.758-20.928v-219.827c0-11.546 10.189-20.928 22.758-20.928h364.096c12.57 0 22.746 9.37 22.746 20.928v219.827c0 11.558-10.176 20.928-22.746 20.928zM552.32 338.957c0-9.062-8.704-16.41-19.405-16.41h-310.682c-10.714 0-19.418 7.347-19.418 16.41v172.506c0 9.062 8.704 16.422 19.418 16.422h310.682c10.701 0 19.405-7.36 19.405-16.422v-172.506zM377.587 284.416c-35.341 0-64-28.646-64-64h128c0 35.341-28.659 64-64 64zM831.603 672h-182.4c-7.078 0-12.8-5.734-12.8-12.8v-80h208v80c0 7.066-5.734 12.8-12.8 12.8zM636.403 566.4h208v-67.2h-208v67.2zM636.403 233.6c0-7.078 5.722-12.8 12.8-12.8h182.4c7.078 0 12.8 5.722 12.8 12.8v252.8h-208v-252.8zM740.403 329.6c10.598 0 19.2-8.602 19.2-19.2s-8.602-19.2-19.2-19.2-19.2 8.602-19.2 19.2 8.602 19.2 19.2 19.2z" />
-<glyph unicode="&#xe995;" glyph-name="configmap" d="M0 960v-1024.25h400.098l-6.001 238.058 158.039 260.063-146.036 188.046-278.068-392.096v602.147h768.188v-120.029l128.031-74.018v322.079h-1024.25zM796.194 669.929l-266.065-462.113 166.041-96.023 266.065 460.112-166.041 98.024zM1024.25 533.896l-8.002-16.004-290.071-534.13-58.014-48.012h356.087v598.146zM486.119 131.798l14.003-166.041 152.037 70.017-166.041 96.023z" />
-<glyph unicode="&#xe996;" glyph-name="copy" d="M837.778-67.072h-758.345v876.837h758.345v-876.837zM152.576 6.071h612.059v730.551h-612.059v-730.551zM611.401 508.416h-305.664c-20.187 0-36.571 16.384-36.571 36.571s16.384 36.571 36.571 36.571h305.737c20.187 0 36.571-16.384 36.571-36.571s-16.384-36.571-36.645-36.571zM611.401 209.262h-305.664c-20.187 0-36.571 16.384-36.571 36.571s16.384 36.571 36.571 36.571h305.737c20.187 0 36.571-16.384 36.571-36.571s-16.384-36.571-36.645-36.571zM987.429 81.92h-73.143v797.989h-608.475v73.143h681.618z" />
-<glyph unicode="&#xe997;" glyph-name="cpu" d="M888.686 960h-753.371c-74.606 0-135.314-62.171-135.314-138.606v-746.862c0-76.361 60.709-138.533 135.314-138.533h753.371c74.606 0 135.314 62.171 135.314 138.606v746.789c0 76.434-60.709 138.606-135.314 138.606zM888.686 9.143h-49.445v59.831c0 77.531-64 140.581-142.702 140.581h-15.287c-13.239 22.601-37.010 38.473-65.463 38.473-42.35 0-76.8-33.646-76.8-75.118 0-41.399 34.45-75.191 76.8-75.191 28.526 0 52.517 16.091 65.609 38.766h15.141c38.327 0 69.559-30.208 69.559-67.438v-59.904h-571.611v59.831c0 37.23 31.232 67.438 69.559 67.438h51.785c13.239-22.747 37.157-38.766 65.682-38.766 42.35 0 76.727 33.792 76.727 75.191 0 41.472-34.377 75.118-76.727 75.118-28.453 0-52.297-15.872-65.536-38.4h-51.931c-78.702 0-142.702-63.049-142.702-140.581v-56.832c-27.355 6.802-48.201 31.598-48.201 62.464v263.68h109.568c10.679-13.605 26.697-22.894 45.568-22.894 32.329 0 58.441 25.6 58.441 57.198 0 31.671-26.039 57.344-58.441 57.344-21.65 0-39.863-12.069-49.957-29.33h-105.179v91.429h111.835c10.752-11.776 25.893-19.602 43.301-19.602 32.329 0 58.441 25.673 58.441 57.271 0 31.671-26.039 57.344-58.441 57.344-23.186 0-42.789-13.531-52.224-32.695h-102.912v267.045c0 36.133 27.867 65.463 62.171 65.463h266.459v-108.032c-19.602-9.216-33.353-28.526-33.353-51.2 0-31.744 26.185-57.344 58.587-57.344 32.183 0 58.441 25.6 58.441 57.344 0 17.042-7.973 31.89-19.968 42.423v116.809h93.33v-110.226c-17.774-9.947-30.062-27.721-30.062-49.006 0-31.744 26.185-57.344 58.514-57.344 32.183 0 58.441 25.6 58.441 57.344 0 18.505-9.509 34.231-23.406 44.617v114.615h266.459c34.231 0 62.098-29.33 62.098-65.463v-267.045h-102.546c-9.435 19.163-28.965 32.695-52.224 32.695-32.329 0-58.441-25.673-58.441-57.344 0-31.598 26.039-57.271 58.441-57.271 17.408 0 32.475 7.826 43.301 19.602h111.47v-91.429h-104.887c-10.094 17.262-28.306 29.33-49.957 29.33-32.329 0-58.441-25.673-58.441-57.344s26.039-57.198 58.441-57.198c18.871 0 34.962 9.362 45.568 22.894h109.275v-263.68c0-36.133-27.867-65.463-62.171-65.463zM356.206 582.363h294.985v-275.529h-294.985v275.529z" />
-<glyph unicode="&#xe998;" glyph-name="arrowRight" d="M544.354 960l480.313-512.334-480.313-512.334v342.774h-488.318c-30.547 0-56.036 28.126-56.036 61.833v218.496c0 33.707 25.489 61.833 56.036 61.833h488.318z" />
-<glyph unicode="&#xe999;" glyph-name="autoFind" d="M987.429 484.571h-36.571c-7.314 95.086-43.886 182.857-102.4 248.686l29.257 21.943c14.629 14.629 14.629 36.571 0 51.2s-36.571 14.629-51.2 0l-21.943-21.943c-73.143 58.514-160.914 95.086-256 102.4v36.571c0 21.943-14.629 36.571-36.571 36.571s-36.571-14.629-36.571-36.571v-36.571c-95.086-7.314-182.857-43.886-248.686-102.4l-21.943 21.943c-14.629 14.629-36.571 14.629-51.2 0s-14.629-36.571 0-51.2l21.943-21.943c-58.514-65.829-95.086-153.6-102.4-248.686h-36.571c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h36.571c7.314-95.086 43.886-182.857 102.4-248.686l-21.943-21.943c-14.629-14.629-14.629-36.571 0-51.2 7.314-7.314 14.629-7.314 29.257-7.314s21.943 0 29.257 7.314l21.943 21.943c58.514-58.514 146.286-95.086 241.371-102.4v-36.571c0-21.943 14.629-36.571 36.571-36.571s36.571 14.629 36.571 36.571v36.571c58.514 7.314 117.029 21.943 168.229 51.2 14.629 7.314 21.943 29.257 14.629 51.2-7.314 14.629-29.257 21.943-51.2 14.629-51.2-29.257-109.714-43.886-168.229-43.886-102.4 0-190.171 36.571-256 102.4 0 0-7.314 7.314-7.314 7.314-65.829 65.829-109.714 153.6-109.714 256s36.571 190.171 102.4 256c0 0 7.314 7.314 7.314 7.314 73.143 65.829 160.914 109.714 263.314 109.714s190.171-36.571 256-102.4c0 0 7.314-7.314 7.314-7.314 65.829-65.829 102.4-153.6 102.4-256 0-51.2-7.314-102.4-29.257-146.286-7.314-21.943 0-36.571 21.943-51.2 21.943-7.314 36.571 0 51.2 21.943 14.629 36.571 29.257 80.457 29.257 131.657h36.571c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571zM738.743 279.771c80.457 109.714 73.143 256-21.943 358.4-109.714 102.4-285.257 102.4-387.657 0-51.2-51.2-80.457-124.343-80.457-190.171 0-73.143 29.257-138.971 80.457-190.171s124.343-80.457 190.171-80.457c58.514 0 117.029 21.943 168.229 58.514l175.543-175.543c7.314-7.314 14.629-7.314 29.257-7.314s21.943 0 29.257 7.314c14.629 14.629 14.629 36.571 0 51.2l-182.857 168.229zM380.343 301.714c-36.571 36.571-58.514 87.771-58.514 146.286 0 51.2 21.943 102.4 58.514 138.971s87.771 58.514 138.971 58.514 102.4-21.943 138.971-58.514c80.457-80.457 80.457-204.8 0-285.257-80.457-73.143-204.8-73.143-277.943 0z" />
-<glyph unicode="&#xe99a;" glyph-name="back" d="M753.371-64c-7.314 0-21.943 0-29.257 7.314l-475.429 475.429c-7.314 7.314-14.629 21.943-14.629 29.257s7.314 21.943 7.314 29.257l482.743 475.429c14.629 14.629 36.571 14.629 51.2 0s14.629-36.571 0-51.2l-453.486-453.486 453.486-446.171c14.629-14.629 14.629-36.571 0-51.2-7.314-14.629-14.629-14.629-21.943-14.629z" />
-<glyph unicode="&#xe99b;" glyph-name="ball" d="M366.089 960v-364.089h-180.044v-300.073h184.045v52.013h52.013v-52.013h40.010v300.073h92.022v-300.073h40.010v52.013h54.013v-52.013h184.045v300.073h-174.042v364.089h-292.071zM0 301.839v-366.089h366.089v152.037h-132.032v92.022h-90.022v122.030h-144.035zM880.215 301.839v-122.030h-90.022v-92.022h-132.032v-152.037h366.089v366.089h-144.035zM432.105 87.787v-152.037h160.039v152.037h-160.039z" />
-<glyph unicode="&#xe99c;" glyph-name="batchCommand" d="M658.286 960h-658.286v-248.978h658.286v248.978zM585.143 784.165h-512v102.693h512v-102.693zM804.571 572.489h-804.571v-248.978h804.571v248.978zM731.429 396.654h-658.286v102.693h658.286v-102.693zM0 184.978v-248.978h1024v248.978h-1024zM950.857 9.143h-877.714v102.693h877.714v-102.693z" />
-<glyph unicode="&#xe99d;" glyph-name="bell" d="M512-56.686c-95.086 0-175.543 65.829-190.171 160.914h-270.629c-14.629 0-29.257 7.314-29.257 21.943-7.314 14.629-7.314 29.257 0 36.571l14.629 21.943c7.314 14.629 21.943 29.257 43.886 51.2 51.2 65.829 138.971 175.543 146.286 241.371 0 21.943 7.314 43.886 7.314 73.143 0 65.829 7.314 124.343 36.571 190.171s102.4 102.4 146.286 117.029v58.514c0 21.943 14.629 36.571 36.571 36.571h117.029c21.943 0 36.571-14.629 36.571-36.571v-58.514c36.571-14.629 109.714-51.2 146.286-117.029 43.886-80.457 51.2-160.914 58.514-256 7.314-73.143 102.4-197.486 146.286-263.314 14.629-14.629 21.943-29.257 29.257-36.571l14.629-21.943c7.314-14.629 7.314-29.257 0-36.571-7.314-14.629-21.943-21.943-29.257-21.943h-270.629c-14.629-95.086-95.086-160.914-190.171-160.914zM124.343 177.371h226.743c21.943 0 36.571-14.629 36.571-36.571 0-65.829 58.514-124.343 124.343-124.343s124.343 58.514 124.343 124.343c0 21.943 14.629 36.571 36.571 36.571h226.743c0 0 0 0 0 0-80.457 102.4-153.6 212.114-160.914 292.571-7.314 95.086-14.629 168.229-51.2 241.371-29.257 58.514-124.343 80.457-124.343 80.457-14.629 7.314-29.257 21.943-29.257 36.571v51.2h-43.886v-51.2c0-14.629-14.629-29.257-29.257-36.571 0 0-95.086-21.943-124.343-87.771-21.943-43.886-29.257-102.4-29.257-160.914 0-21.943 0-43.886-7.314-73.143-7.314-80.457-80.457-175.543-160.914-277.943-7.314-7.314-14.629-14.629-14.629-14.629z" />
-<glyph unicode="&#xe99e;" glyph-name="blackList" d="M727.168 561.024c-163.712 0-296.896-133.248-296.896-296.896 0-163.776 133.184-296.896 296.896-296.896s296.832 133.12 296.832 296.896c0 163.648-133.12 296.896-296.832 296.896zM727.168 31.232c-128.448 0-232.896 104.384-232.896 232.896 0 128.384 104.448 232.896 232.896 232.896 128.384 0 232.832-104.512 232.832-232.896 0-128.512-104.448-232.896-232.832-232.896zM584.32 296.128h285.76v-64h-285.76v64zM447.744 1.472c-9.28-0.64-17.536-1.856-27.2-2.112l-14.336-0.128c-150.4 0-305.6 63.104-342.016 85.248-0.896 10.496 0.512 24.64 4.096 59.136l3.008 29.632c2.624 26.112 117.312 86.016 236.032 123.392l37.248 25.024 3.264 9.728c2.88 8.704 16.192 53.952-11.84 77.952-6.976 8.128-26.88 49.28-41.792 84.352l-8.96 17.664-6.016 4.608c-0.192 0.128-19.2 14.656-26.368 36.352-4.224 12.864-5.248 30.080-5.056 43.84l20.416 7.104-10.112 30.208c-0.256 0.64-19.84 60.48 1.024 154.816 19.456 88.448 117.504 107.712 142.976 107.712 0 0 0 0 0.064 0 21.504-1.024 49.216-20.096 59.52-28.544 9.344-10.176 26.24-20.48 47.936-20.48 3.904 0 7.936 0.32 15.232 1.28 9.024 0 22.016-5.12 30.592-16.576 11.264-15.040 22.72-50.944 28.288-78.592 2.496-12.48-3.648-64.192-11.136-106.368l-4.224-40.064 18.496-6.464c-0.128-3.712-0.576-8.192-1.088-12.928 19.904 12.736 41.024 23.616 63.168 32.512-0.896 5.248-2.112 9.92-3.968 13.312-2.24 4.224-4.992 7.808-7.936 10.88 4.864 28.096 14.976 93.76 9.408 121.6-2.304 11.648-15.232 71.552-39.808 104.384-19.52 26.048-50.816 42.24-81.792 42.24-4.608 0-9.152-0.32-14.976-2.816l-4.608 4.992c-5.12 4.48-51.008 43.264-105.152 45.632-55.104 0-177.28-38.656-203.52-157.952-15.616-70.72-11.776-125.824-6.4-158.016l-4.864-20.8c-0.64-5.312-5.888-53.056 6.72-91.136 10.432-31.168 31.552-52.736 42.56-62.208l1.408-2.88c15.68-37.12 37.12-83.392 53.312-101.376 0.064-1.344-0.064-3.264-0.384-5.248l-5.76-4.288c-84.032-26.88-267.328-94.4-275.456-176.512l-3.008-29.376c-5.12-49.28-6.848-65.728-1.408-89.344 10.56-46.656 241.344-125.632 402.944-125.632l16.064 0.128c21.056 0.64 41.92 2.368 62.656 4.032-14.016 19.584-26.496 40.256-37.248 62.080z" />
-<glyph unicode="&#xe99f;" glyph-name="breakLink" d="M612.288 628.288l70.72 80.448 94.72-18.944c0 0 9.344-37.824-9.536-47.296-19.008-9.472-85.184-52.032-85.184-52.032l-65.92-14.144-4.8 51.968zM496.576 776.128l27.392 134.144 64.192 49.728c0 0 20.992-56 5.952-78.528-14.784-22.464-24.128-84.48-24.128-84.48l-35.136-75.456-38.272 54.592zM258.752 421.44l-162.752-59.136-96 36.416c0 0 46.4 59.52 80.576 58.112 34.112-1.088 200.96-1.152 200.96-1.152l-22.784-34.24zM499.136 217.216l12.032-121.088-38.656-43.968c0 0-26.88 50.048-20.608 70.272 5.952 20.224 28.672 121.92 28.672 121.92l18.56-27.136zM811.84 527.296l192.32-8.64 19.84-41.6-135.104-24.512-144.512 9.28zM216.704 222.72l108.032 103.040 33.92-11.264-42.56-134.976-99.072-29.824zM470.144 555.136l-146.112 144.832c14.912 25.6 22.016 54.208 22.016 86.016-0.064 95.744-76.288 174.016-172.032 174.016s-174.016-78.272-174.016-174.016 78.272-172.032 174.016-172.032c30.272 0 57.28 6.4 81.984 20.032l170.112-170.112 44.032 91.264zM174.016 699.968c-47.872 0-88 38.144-88 86.016s40.128 88 88 88 86.016-40.128 86.016-88-38.144-86.016-86.016-86.016zM849.984 281.984c-30.592 0-59.072-6.144-84.032-20.032l-187.968 187.072-44.992-91.008 164.992-166.016c-13.632-24.768-20.032-51.776-20.032-81.984 0-95.744 76.224-174.016 172.032-174.016s174.016 78.272 174.016 174.016-78.272 171.968-174.016 171.968zM849.984 22.016c-47.872 0-86.016 40.128-86.016 88s38.144 86.016 86.016 86.016 88-38.144 88-86.016-40.128-88-88-88z" />
-<glyph unicode="&#xe9a0;" glyph-name="cancle" d="M512-64c-282.304 0-512 229.696-512 512s229.696 512 512 512 512-229.696 512-512-229.696-512-512-512zM512 896c-247.040 0-448-200.96-448-448 0-246.976 200.96-448 448-448 246.976 0 448 201.024 448 448 0 247.040-201.024 448-448 448zM429.312 472l148.672-86.016-387.072-149.12-62.912 409.152 144-80.64c130.688 136 597.376 229.312 622.016-305.344 0.128-2.944 0.064-5.056 0-8 0-0.064-200.768 374.784-464.704 219.968z" />
-<glyph unicode="&#xe9a1;" glyph-name="check-error" d="M512 960c-285.257 0-512-226.743-512-512s226.743-512 512-512c285.257 0 512 226.743 512 512s-226.743 512-512 512zM775.314 235.886c14.629-14.629 14.629-36.571 0-51.2-7.314-7.314-14.629-7.314-29.257-7.314s-21.943 0-29.257 7.314l-204.8 212.114-212.114-212.114c-7.314-7.314-14.629-7.314-29.257-7.314s-21.943 0-29.257 7.314c-14.629 14.629-14.629 36.571 0 51.2l219.429 212.114-212.114 212.114c-14.629 14.629-14.629 36.571 0 51.2s36.571 14.629 51.2 0l212.114-212.114 212.114 212.114c14.629 14.629 36.571 14.629 51.2 0s14.629-36.571 0-51.2l-212.114-212.114 212.114-212.114z" />
-<glyph unicode="&#xe9a2;" glyph-name="check-right" d="M512 960c-285.257 0-512-226.743-512-512s226.743-512 512-512c285.257 0 512 226.743 512 512s-226.743 512-512 512zM841.143 652.8l-351.086-453.486c-7.314-7.314-14.629-14.629-29.257-14.629 0 0 0 0 0 0-7.314 0-21.943 7.314-29.257 7.314l-241.371 248.686c-14.629 14.629-14.629 36.571 0 51.2s36.571 14.629 51.2 0l212.114-212.114 329.143 424.229c14.629 14.629 36.571 21.943 51.2 7.314s14.629-43.886 7.314-58.514z" />
-<glyph unicode="&#xe9a3;" glyph-name="alarmBox" d="M987.429 718.629h-950.857c-21.943 0-36.571-14.629-36.571-36.571v-307.2c0-21.943 14.629-36.571 36.571-36.571h950.857c21.943 0 36.571 14.629 36.571 36.571v307.2c0 21.943-14.629 36.571-36.571 36.571zM950.857 411.429h-877.714v234.057h877.714v-234.057zM204.8 528.457c0-20.198-16.374-36.571-36.571-36.571s-36.571 16.374-36.571 36.571c0 20.198 16.374 36.571 36.571 36.571s36.571-16.374 36.571-36.571zM358.4 528.457c0-20.198-16.374-36.571-36.571-36.571s-36.571 16.374-36.571 36.571c0 20.198 16.374 36.571 36.571 36.571s36.571-16.374 36.571-36.571zM512 528.457c0-20.198-16.374-36.571-36.571-36.571s-36.571 16.374-36.571 36.571c0 20.198 16.374 36.571 36.571 36.571s36.571-16.374 36.571-36.571zM987.429 323.657h-950.857c-21.943 0-36.571-21.943-36.571-36.571v-314.514c0-21.943 14.629-36.571 36.571-36.571h950.857c21.943 0 36.571 14.629 36.571 36.571v314.514c0 14.629-14.629 36.571-36.571 36.571zM950.857 9.143h-877.714v241.371h877.714v-241.371zM892.343 126.171c0-20.198-16.374-36.571-36.571-36.571s-36.571 16.374-36.571 36.571c0 20.198 16.374 36.571 36.571 36.571s36.571-16.374 36.571-36.571zM738.743 126.171c0-20.198-16.374-36.571-36.571-36.571s-36.571 16.374-36.571 36.571c0 20.198 16.374 36.571 36.571 36.571s36.571-16.374 36.571-36.571zM585.143 126.171c0-20.198-16.374-36.571-36.571-36.571s-36.571 16.374-36.571 36.571c0 20.198 16.374 36.571 36.571 36.571s36.571-16.374 36.571-36.571z" />
-<glyph unicode="&#xe9a4;" glyph-name="alarmFilter" d="M1016.686 586.971c-7.314 14.629-21.943 21.943-36.571 21.943h-438.857c-14.629 0-29.257-7.314-36.571-21.943s0-29.257 7.314-43.886l160.914-146.286v-226.743c0-21.943 14.629-36.571 36.571-36.571s36.571 14.629 36.571 36.571v248.686c0 7.314-7.314 21.943-14.629 29.257l-95.086 87.771h263.314l-87.771-95.086c-7.314-7.314-7.314-14.629-7.314-21.943v-446.171c0-21.943 14.629-36.571 36.571-36.571 0 0 0 0 0 0 21.943 0 36.571 14.629 36.571 36.571v431.543l131.657 146.286c14.629 7.314 14.629 21.943 7.314 36.571zM585.143 38.4c-21.943-14.629-43.886-21.943-73.143-21.943-65.829 0-124.343 58.514-124.343 124.343 0 21.943-14.629 36.571-36.571 36.571h-226.743c0 0 7.314 7.314 7.314 7.314 87.771 102.4 160.914 204.8 168.229 285.257 0 21.943 0 43.886 0 58.514 0 65.829 7.314 124.343 36.571 182.857 29.257 43.886 102.4 73.143 124.343 80.457 14.629 7.314 29.257 21.943 29.257 36.571v51.2h43.886v-51.2c0-14.629 14.629-29.257 29.257-36.571 0 0 95.086-21.943 124.343-87.771 0 0 0-7.314 7.314-7.314l7.314-7.314c0-21.943 21.943-29.257 36.571-21.943 21.943 7.314 29.257 29.257 14.629 51.2v7.314c0 7.314-7.314 14.629-7.314 14.629-29.257 65.829-102.4 102.4-146.286 117.029v58.514c0 21.943-14.629 36.571-36.571 36.571h-109.714c-21.943 0-36.571-14.629-36.571-36.571v-58.514c-36.571-14.629-109.714-51.2-138.971-117.029-36.571-73.143-43.886-138.971-43.886-212.114 0-21.943 0-36.571 0-58.514-14.629-58.514-109.714-175.543-160.914-234.057-14.629-21.943-29.257-36.571-36.571-43.886s-21.943-29.257-21.943-29.257c-7.314-14.629-7.314-21.943 0-36.571 7.314-7.314 21.943-14.629 29.257-14.629h263.314c29.257-102.4 109.714-168.229 204.8-168.229 36.571 0 80.457 14.629 109.714 36.571 14.629 14.629 21.943 36.571 7.314 51.2-7.314 14.629-29.257 21.943-43.886 7.314z" />
-<glyph unicode="&#xe9a5;" glyph-name="alarmTurn" d="M226.743 316.343c7.314-7.314 14.629-7.314 29.257-7.314 7.314 0 7.314 0 14.629 0 14.629 7.314 21.943 21.943 21.943 36.571v131.657c0 0 0 7.314 7.314 14.629s36.571 29.257 109.714 29.257c153.6 0 226.743-73.143 234.057-73.143 14.629-14.629 29.257-14.629 43.886-7.314s21.943 29.257 14.629 43.886c-21.943 73.143-117.029 219.429-292.571 219.429-58.514 0-95.086 0-124.343-7.314v117.029c0 14.629-7.314 29.257-21.943 36.571s-29.257 0-43.886-14.629l-204.8-256c-14.629-14.629-7.314-36.571 0-51.2l212.114-212.114zM219.429 711.314v-58.514c0-14.629 7.314-29.257 21.943-36.571s29.257-7.314 36.571 0c0 0 29.257 14.629 138.971 14.629 65.829 0 117.029-29.257 153.6-65.829-51.2 21.943-95.086 29.257-160.914 29.257-80.457 0-131.657-21.943-168.229-58.514-21.943-21.943-21.943-51.2-21.943-65.829v-36.571l-124.343 124.343 124.343 153.6zM1002.057 155.429c0 7.314-7.314 21.943-14.629 29.257s-14.629 21.943-21.943 29.257c-43.886 58.514-146.286 182.857-153.6 256-7.314 95.086-14.629 182.857-58.514 270.629-29.257 65.829-102.4 102.4-146.286 117.029v58.514c0 21.943-14.629 36.571-36.571 36.571h-117.029c-21.943 0-36.571-14.629-36.571-36.571v-58.514c-14.629-7.314-29.257-14.629-43.886-21.943s-21.943-29.257-14.629-51.2c7.314-14.629 29.257-21.943 51.2-14.629 29.257 14.629 51.2 21.943 51.2 21.943 14.629 7.314 29.257 21.943 29.257 36.571v51.2h43.886v-51.2c0-14.629 14.629-29.257 29.257-36.571 0 0 95.086-21.943 124.343-87.771 43.886-73.143 51.2-153.6 51.2-241.371 7.314-87.771 102.4-212.114 160.914-292.571h-226.743c-21.943 0-36.571-14.629-36.571-36.571 0-65.829-58.514-124.343-124.343-124.343s-124.343 58.514-124.343 124.343c0 21.943-14.629 36.571-36.571 36.571h-226.743c0 0 7.314 7.314 7.314 7.314 14.629 14.629 29.257 36.571 43.886 58.514 14.629 14.629 7.314 36.571-7.314 51.2s-36.571 14.629-51.2 0c-14.629-21.943-29.257-36.571-43.886-51.2-14.629-21.943-29.257-36.571-36.571-43.886s-21.943-29.257-21.943-29.257c-7.314-14.629-7.314-21.943 0-36.571 7.314-7.314 21.943-14.629 29.257-14.629h263.314c29.257-102.4 109.714-168.229 204.8-168.229s175.543 65.829 197.486 160.914h263.314c14.629 0 21.943 7.314 29.257 14.629 7.314 14.629 7.314 29.257 0 36.571z" />
-<glyph unicode="&#xe9a6;" glyph-name="allSelected" d="M746.057 645.486l-314.514-394.971-190.171 204.8c-14.629 14.629-36.571 14.629-51.2 0s-14.629-36.571 0-51.2l219.429-234.057c7.314-7.314 21.943-14.629 29.257-14.629s21.943 7.314 21.943 14.629l343.771 424.229c14.629 14.629 14.629 43.886-7.314 58.514-14.629 7.314-36.571 7.314-51.2-7.314zM512 960c-285.257 0-512-226.743-512-512s226.743-512 512-512 512 226.743 512 512-226.743 512-512 512zM512 9.143c-241.371 0-438.857 197.486-438.857 438.857s197.486 438.857 438.857 438.857 438.857-197.486 438.857-438.857-197.486-438.857-438.857-438.857z" />
-<glyph unicode="&#xe9a7;" glyph-name="angleLeft" d="M748.8 108.8l-512 326.4 512 313.6v-640z" />
-<glyph unicode="&#xe9a8;" glyph-name="angleRight" d="M311.458 746.055l512.125-314.279-512.125-325.878z" />
-<glyph unicode="&#xe9a9;" glyph-name="arrowLeft" d="M480.313 960l-480.313-512.334 480.313-512.334v342.774h488.318c30.547 0 56.036 28.126 56.036 61.833v218.496c0 33.707-25.489 61.833-56.036 61.833h-488.318z" />
-<glyph unicode="&#xe9aa;" glyph-name="arrowLeftAll" d="M297.313 960l-297.313-317.54 79.637-85.389 376.95 402.929h-159.275zM568.080 954.663l-475.169-509.665 475.169-509.665v341.556h400.841c30.297 0 55.746 27.768 55.746 61.373v216.141c0 33.548-25.449 61.373-55.746 61.373h-400.841v338.887zM653.026 813.238v-109.405h363.677v48.031c0 33.548-25.449 61.373-55.746 61.373h-307.931z" />
-<glyph unicode="&#xe9ab;" glyph-name="arrowRightAll" d="M727.354 960l297.313-317.54-79.637-85.389-376.95 402.929h159.275zM456.587 954.663l475.169-509.665-475.169-509.665v341.556h-400.841c-30.297 0-55.746 27.768-55.746 61.373v216.141c0 33.548 25.449 61.373 55.746 61.373h400.841v338.887zM371.641 813.238v-109.405h-363.677v48.031c0 33.548 25.449 61.373 55.746 61.373h307.931z" />
-<glyph unicode="&#xe9ac;" glyph-name="acknownledge" d="M987.429 426.057c-21.943 0-36.571-14.629-36.571-36.571v-380.343h-877.714v877.714h365.714c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571h-402.286c-21.943 0-36.571-14.629-36.571-36.571v-950.857c0-21.943 14.629-36.571 36.571-36.571h950.857c21.943 0 36.571 14.629 36.571 36.571v416.914c0 21.943-14.629 36.571-36.571 36.571zM234.057 521.143c-14.629-14.629-14.629-36.571-7.314-51.2l248.686-299.886c14.629-7.314 21.943-14.629 36.571-14.629 0 0 0 0 0 0 14.629 0 21.943 7.314 29.257 14.629l373.029 577.829c14.629 14.629 7.314 36.571-7.314 51.2-14.629 7.314-36.571 7.314-51.2-7.314l-351.086-533.943-219.429 256c-14.629 14.629-36.571 21.943-51.2 7.314z" />
-<glyph unicode="&#xe9ad;" glyph-name="Admin" d="M797.257 616.229c-29.257 0-51.2-21.943-51.2-51.2 0-21.943 14.629-43.886 36.571-51.2 0 0 0 0 0-7.314 0-58.514-58.514-109.714-124.343-109.714-73.143 0-124.343 43.886-124.343 109.714 0 0 0 0 0 7.314 29.257 7.314 43.886 29.257 43.886 58.514 0 36.571-29.257 65.829-65.829 65.829s-65.829-36.571-65.829-65.829c0-29.257 21.943-51.2 43.886-58.514 0 0 0 0 0-7.314 0-58.514-58.514-109.714-124.343-109.714s-124.343 51.2-124.343 109.714c0 0 0 0 0 7.314 21.943 7.314 29.257 29.257 29.257 51.2 0 29.257-21.943 51.2-51.2 51.2s-43.886-29.257-43.886-58.514c0-21.943 14.629-43.886 36.571-51.2l58.514-263.314c0-14.629 14.629-21.943 21.943-14.629 36.571 7.314 117.029 21.943 219.429 21.943 95.086 0 182.857-14.629 219.429-21.943 7.314 0 21.943 7.314 21.943 14.629l58.514 270.629c21.943 7.314 36.571 29.257 36.571 51.2s-21.943 51.2-51.2 51.2zM512 960c-285.257 0-512-226.743-512-512s226.743-512 512-512c285.257 0 512 226.743 512 512s-226.743 512-512 512zM512 9.143c-241.371 0-438.857 197.486-438.857 438.857s197.486 438.857 438.857 438.857 438.857-197.486 438.857-438.857-197.486-438.857-438.857-438.857z" />
-<glyph unicode="&#xe9ae;" glyph-name="advice" d="M241.371 330.971h541.257c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571h-541.257c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571zM241.371 528.457h292.571c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-29.257 36.571h-292.571c-29.257 0-43.886-14.629-43.886-36.571s14.629-36.571 36.571-36.571zM987.429 842.971h-950.857c-21.943 0-36.571-14.629-36.571-36.571v-680.229c0-21.943 14.629-36.571 36.571-36.571h87.771c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571h-51.2v607.086h877.714v-607.086h-643.657c-14.629 0-43.886-7.314-51.2-29.257l-43.886-146.286c-14.629-14.629-7.314-36.571 7.314-51.2 0 0 7.314 0 14.629 0 14.629 0 21.943 7.314 29.257 14.629l43.886 138.971c0 0 0 0 0 0h680.229c21.943 0 36.571 14.629 36.571 36.571v680.229c0 21.943-14.629 36.571-36.571 36.571z" />
-<glyph unicode="&#xe9af;" glyph-name="afreshDef" d="M987.429 9.143h-555.886l153.6 87.771c0 0 7.314 7.314 7.314 7.314s7.314 0 7.314 7.314l358.4 555.886 36.571 51.2c43.886 65.829 21.943 160.914-43.886 204.8s-160.914 21.943-204.8-43.886l-36.571-51.2-365.714-555.886c0-7.314-7.314-7.314-7.314-14.629 0 0 0 0 0 0l-21.943-248.686h-277.943c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h950.857c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571zM804.571 842.971c21.943 36.571 73.143 43.886 109.714 21.943s43.886-73.143 21.943-109.714l-14.629-21.943-131.657 80.457 14.629 29.257zM746.057 762.514l131.657-87.771-321.829-497.371-131.657 87.771 321.829 497.371zM409.6 192l87.771-58.514-102.4-58.514 14.629 117.029zM36.571 162.743h190.171c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571h-190.171c-21.943 0-36.571-21.943-36.571-36.571s14.629-36.571 36.571-36.571zM36.571 360.229h190.171c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571h-190.171c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571z" />
-<glyph unicode="&#xe9b0;" glyph-name="alarm" d="M608 947.2c-352 64-659.2-243.2-595.2-601.6 38.4-198.4 198.4-358.4 396.8-396.8 358.4-70.4 665.6 236.8 595.2 595.2-32 204.8-192 364.8-396.8 403.2zM377.6 38.4l102.4 352c0 12.8-6.4 19.2-12.8 19.2l-249.6 12.8c-6.4 0-12.8 6.4-6.4 12.8l300.8 441.6c6.4 6.4 19.2 6.4 19.2-6.4l-32-307.2c0-6.4 6.4-19.2 12.8-19.2l217.6-19.2c6.4 0 12.8-12.8 6.4-12.8l-345.6-473.6c-6.4-12.8-12.8-6.4-12.8 0z" />
-<glyph unicode="&#xe9b1;" glyph-name="code-b" d="M826.514 813.714h-629.029c-109.714 0-197.486-65.829-197.486-153.6v-563.2c0-95.086 87.771-160.914 197.486-160.914h629.029c109.714 0 197.486 73.143 197.486 160.914v563.2c0 87.771-87.771 153.6-197.486 153.6zM365.714 250.514c14.629-14.629 14.629-36.571 0-51.2-7.314-7.314-14.629-7.314-21.943-7.314s-21.943 7.314-29.257 14.629l-124.343 124.343c-14.629 14.629-14.629 36.571 0 51.2l131.657 131.657c7.314 7.314 29.257 7.314 43.886-7.314s14.629-36.571 0-51.2l-102.4-102.4 102.4-102.4zM607.086 491.886l-87.771-292.571c-7.314-14.629-21.943-29.257-36.571-29.257 0 0-7.314 0-7.314 0-21.943 7.314-29.257 29.257-21.943 43.886l87.771 292.571c0 29.257 21.943 36.571 43.886 29.257 14.629 0 29.257-21.943 21.943-43.886zM855.771 345.6l-124.343-131.657c-7.314-7.314-14.629-14.629-29.257-14.629-7.314 0-14.629 0-21.943 7.314-14.629 14.629-14.629 36.571 0 51.2l95.086 102.4-102.4 109.714c-14.629 14.629-14.629 36.571 0 51.2s36.571 14.629 51.2 0l131.657-131.657c14.629-7.314 14.629-29.257 0-43.886z" />
-<glyph unicode="&#xe9b2;" glyph-name="log" d="M314.514 579.657c0-32.317-26.198-58.514-58.514-58.514s-58.514 26.198-58.514 58.514c0 32.317 26.198 58.514 58.514 58.514s58.514-26.198 58.514-58.514zM804.571 608.914h-402.286c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h402.286c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571zM314.514 294.4c0-32.317-26.198-58.514-58.514-58.514s-58.514 26.198-58.514 58.514c0 32.317 26.198 58.514 58.514 58.514s58.514-26.198 58.514-58.514zM804.571 323.657h-402.286c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h402.286c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571zM877.714 960h-731.429c-58.514 0-109.714-51.2-109.714-109.714v-804.571c0-58.514 51.2-109.714 109.714-109.714h731.429c58.514 0 109.714 51.2 109.714 109.714v804.571c0 58.514-51.2 109.714-109.714 109.714zM914.286 45.714c0-21.943-14.629-36.571-36.571-36.571h-731.429c-21.943 0-36.571 14.629-36.571 36.571v804.571c0 21.943 14.629 36.571 36.571 36.571h731.429c21.943 0 36.571-14.629 36.571-36.571v-804.571z" />
-<glyph unicode="&#xe9b3;" glyph-name="analysis" d="M288.484 557.721c0-0.009 0-0.020 0-0.030 0-79.663-64.579-144.242-144.242-144.242s-144.242 64.579-144.242 144.242c0 0.011 0 0.021 0 0.032v-0.001c0 0.009 0 0.020 0 0.030 0 79.663 64.579 144.242 144.242 144.242s144.242-64.579 144.242-144.242c0-0.011 0-0.021 0-0.032v0.001zM287.33 148.074c0-0.007 0-0.016 0-0.025 0-64.367-52.18-116.548-116.548-116.548s-116.548 52.18-116.548 116.548c0 0.009 0 0.017 0 0.026v-0.001c0 0.007 0 0.016 0 0.025 0 64.367 52.18 116.548 116.548 116.548s116.548-52.18 116.548-116.548c0-0.009 0-0.017 0-0.026v0.001zM716.594 61.529c0-0.008 0-0.017 0-0.026 0-69.466-56.313-125.779-125.779-125.779s-125.779 56.313-125.779 125.779c0 0.009 0 0.019 0 0.028v-0.001c0 0.008 0 0.017 0 0.026 0 69.466 56.313 125.779 125.779 125.779s125.779-56.313 125.779-125.779c0-0.009 0-0.019 0-0.028v0.001zM748.904 731.966c0-0.014 0-0.031 0-0.047 0-124.274-100.744-225.017-225.017-225.017s-225.017 100.744-225.017 225.017c0 0.017 0 0.033 0 0.050v-0.002c0 0.014 0 0.031 0 0.047 0 124.274 100.744 225.017 225.017 225.017s225.017-100.744 225.017-225.017c0-0.017 0-0.033 0-0.050v0.002zM1025.849 418.095c0-0.011 0-0.024 0-0.037 0-97.507-79.045-176.552-176.552-176.552s-176.552 79.045-176.552 176.552c0 0.013 0 0.026 0 0.039v-0.002c0 0.011 0 0.024 0 0.037 0 97.507 79.045 176.552 176.552 176.552s176.552-79.045 176.552-176.552c0-0.013 0-0.026 0-0.039v0.002zM526.195 324.626c0-0.006 0-0.013 0-0.020 0-51.621-41.847-93.469-93.469-93.469s-93.469 41.847-93.469 93.469c0 0.007 0 0.014 0 0.021v-0.001c0 0.006 0 0.013 0 0.020 0 51.621 41.847 93.469 93.469 93.469s93.469-41.847 93.469-93.469c0-0.007 0-0.014 0-0.021v0.001z" />
-<glyph unicode="&#xe9b4;" glyph-name="bindingRelationship" d="M316.077 962c-95.112 0-172.042-76.93-172.042-172.042 0-92.502 72.542-167.97 164.040-172.042-90.216-5.433-162.040-78.459-162.040-170.042 0-86.708 64.65-158.040 148.036-170.042-84.093-11.373-148.036-82.831-148.036-170.042 0-95.112 76.93-172.042 172.042-172.042s172.042 76.93 172.042 172.042c0 87.443-65.617 158.963-150.037 170.042 84.366 11.127 150.037 82.637 150.037 170.042 0 92.353-72.75 167.746-164.040 172.042 90.216 5.433 162.040 78.459 162.040 170.042 0 95.112-76.93 172.042-172.042 172.042zM750.183 753.95c-95.112 0-172.042-76.93-172.042-172.042s76.93-172.042 172.042-172.042c-94.15-1.119-170.042-77.627-170.042-172.042 0-95.112 76.93-172.042 172.042-172.042s174.042 76.93 174.042 172.042c0 95.112-78.93 172.042-174.042 172.042 94.203 1.057 170.042 77.588 170.042 172.042 0 95.112-76.93 172.042-172.042 172.042z" />
-<glyph unicode="&#xe9b5;" glyph-name="browsePolicy" d="M0 960v-1024.25h1024.25v1024.25h-1024.25zM64.016 727.943h896.219v-744.182h-896.219v744.182zM154.038 579.907v-64.016h386.094v64.016h-386.094zM154.038 373.857v-64.016h738.18v64.016h-738.18zM154.038 161.805v-64.016h738.18v64.016h-738.18z" />
-<glyph unicode="&#xe9b6;" glyph-name="businessManagment" d="M0 960v-1024.25h1024.25v1024.25h-1024.25zM122.030 839.971h780.19v-584.143h-198.048v-198.048h-384.094v198.048h-198.048v584.143zM234.057 725.943v-64.016h556.136v64.016h-556.136zM234.057 513.891v-64.016h556.136v64.016h-556.136z" />
-<glyph unicode="&#xe9b7;" glyph-name="cardData" d="M0 754.478v-818.728h1024.25v818.728zM66.016 690.462h896.219v-108.929h-896.219zM66.016 415.489h896.219v-415.724h-896.219zM726.177 260.732v-192.047h192.047v192.047zM108.026 132.7v-64.016h156.038v64.016zM314.077 132.7v-64.016h64.016v64.016z" />
-<glyph unicode="&#xe9b8;" glyph-name="dailyManagment" d="M340.083 964.001l-34.008-6.001-286.070-48.012 12.003-34.008 22.005-76.019h-54.013v-862.211h1024.25v585.371l-295.301 276.839h-262.836l-14.003 120.029-64.016-6.001 12.003-114.028h-46.011l-10.002 128.031zM282.069 887.982l8.002-88.021h-78.019l-22.005 50.012-44.011-18.004 12.003-32.008h-34.008l-20.005 58.014zM64.016 735.945h118.029l84.021-216.053 10.002-22.005 24.006 4.001 48.012 6.001 30.007 6.001-2 30.007-16.004 192.047h368.862v-212.823h231.285v-521.356h-896.219zM240.059 735.945h56.014l12.003-150.037zM142.035 381.859v-64.016h762.186v64.016zM142.035 195.813v-64.016h762.186v64.016z" />
-<glyph unicode="&#xe9b9;" glyph-name="enterpriseCustomer" d="M512.125 960l-512.125-322.079h1024.25l-512.125 322.079zM512.125 845.972c26.516 0 48.012-21.496 48.012-48.012s-21.496-48.012-48.012-48.012c-26.516 0-48.012 21.496-48.012 48.012s21.496 48.012 48.012 48.012zM55.357 570.574l4.001-30.343v-391.475l-4.001-31.861h174.042l-4.001 31.861v391.475l4.001 30.343h-174.042zM301.417 570.574l4.001-30.343v-391.475l-4.001-31.861h174.042l-4.001 31.861v391.475l4.001 30.343h-174.042zM547.477 570.574l4.001-30.343v-391.475l-4.001-31.861h174.042l-4.001 31.861v391.475l4.001 30.343h-174.042zM793.537 570.574l4.001-30.343v-391.475l-4.001-31.861h174.042l-4.001 31.861v391.475l4.001 30.343h-174.042zM33.339 62.437h957.572l33.339-126.687h-1024.25z" />
-<glyph unicode="&#xe9ba;" glyph-name="equipmentBlacklist" d="M219.968 737.984h248v-206.016h-248v206.016zM224 161.984h580.032v-64h-580.032v64zM217.984 313.984h577.984v-64h-577.984v64zM219.968 496h248v-97.984h-248v97.984zM219.968 840h248v-64h-248v64zM816 934.016c-114.496 0-206.016-93.44-206.016-208s91.52-208 206.016-208 208 93.44 208 208-93.504 208-208 208zM923.968 688h-214.016v75.968h214.016v-75.968zM896 475.008c-17.664 0-32-14.336-32-32v-443.008h-704v896h442.048c17.664 0 32 14.336 32 32s-14.336 32-32.064 32h-505.984v-1024h832v507.008c0 17.664-14.336 32-32 32z" />
-<glyph unicode="&#xe9bb;" glyph-name="equipmentModel" d="M962.265 912.020c-8.84-62.908-26.699-87.785-47.421-100.108-20.713-12.31-50.557-12.509-82.537-12.285-31.985 0-67.479 2.433-98.352-22.841-15.431-12.598-26.631-30.043-29.856-52.685-0.25-1.728 0.198-3.521 0.011-5.249-51.060 20.415-232.357 46.943-275.594 8.053-1.924-1.792-5.161-1.664-7.023-3.521l-421.492-419.693 367.945-367.943 421.492 419.738c1.8 1.792 3.591 3.393 5.267 5.313 47.559 52.448 13.881 253.060-27.366 308.965-2.947 19.467-4.85 36.271-3.512 45.662 1.751 12.323 4.107 15.185 7.023 17.566 5.825 4.737 28.691 7.253 61.468 7.029 32.777-0.006 75.954-1.664 114.154 21.068 38.2 22.719 65.191 68.778 75.518 142.256l-59.714 8.783zM623.89 615.801c31.041 0 56.203-25.165 56.199-56.206 0.001-31.035-25.16-56.193-56.197-56.193s-56.198 25.158-56.199 56.193c-0.001 31.041 25.16 56.206 56.197 56.206z" />
-<glyph unicode="&#xe9bc;" glyph-name="examine" d="M160.039 951.998c-25.909-30.051-41.341-62.207-48.012-94.023h-106.026v-924.226h670.164c10.5-1.079 21.224-2 32.008-2 8.77 0 17.421 1.284 26.006 2h40.010v6.001c140.153 31.092 246.060 156.621 246.060 306.075s-105.907 273.383-246.060 304.074v308.075h-158.039c5.28 16.409 16.048 33.499 32.008 52.013l-48.012 42.010c-25.909-30.051-41.341-62.207-48.012-94.023h-80.020c5.312 16.275 14.191 33.666 30.007 52.013l-48.012 42.010c-25.909-30.051-41.341-62.207-48.012-94.023h-82.020c5.82 16.409 16.048 33.499 32.008 52.013l-50.012 42.010c-25.909-30.051-41.341-62.207-48.012-94.023h-82.020c5.28 16.409 16.048 33.499 32.008 52.013l-48.012 42.010zM86.021 777.956h28.007c8.232-31.174 24.043-60.216 44.011-88.021l52.013 36.009c-13.277 18.487-23.617 34.864-30.007 52.013h82.020c8.817-31.156 24.054-60.231 44.011-88.021l52.013 36.009c-13.248 18.447-23.062 34.898-30.007 52.013h80.020c8.232-31.174 24.043-60.216 44.011-88.021l52.013 36.009c-13.277 18.487-23.617 34.864-30.007 52.013h80.020c8.232-31.174 24.043-60.216 44.011-88.021l52.013 36.009c-13.277 18.487-23.617 34.864-30.007 52.013h76.019v-220.054c-166.948-6.307-300.073-143.567-300.073-312.076 0-91.915 40.932-174.448 104.025-232.057h-414.101v764.187zM888.217 377.858l46.011-44.011-226.055-230.056-28.007-26.006-22.005 30.007-128.031 180.044 52.013 38.009 106.026-150.037 200.049 202.049z" />
-<glyph unicode="&#xe9bd;" glyph-name="failureList" d="M0 960v-1024.25h818.2v106.026l-64.016-8.002v-34.008h-690.168v896.219h690.168v-106.026l64.016-8.002v178.043h-818.2zM730.178 731.944c-163.39 0-296.072-130.682-296.072-294.072s132.683-296.072 296.072-296.072c163.39 0 294.072 132.683 294.072 296.072s-130.682 294.072-294.072 294.072zM132.032 713.94v-64.016h306.075v64.016h-306.075zM704.172 635.921h48.012c17.849 0 35.583-14.228 34.008-32.008l-18.004-200.049c-1.574-17.78-14.158-32.008-32.008-32.008h-10.002c-17.849 0-30.067 14.264-32.008 32.008l-22.005 200.049c-1.941 17.744 14.158 32.008 32.008 32.008zM132.032 525.894v-64.016h226.055v64.016h-226.055zM132.032 337.848v-64.016h226.055v64.016h-226.055zM728.178 335.848c27.042 0 50.012-20.97 50.012-48.012s-22.97-50.012-50.012-50.012c-27.042 0-48.012 22.97-48.012 50.012s20.97 48.012 48.012 48.012zM132.032 147.802v-64.016h354.086v64.016h-354.086z" />
-<glyph unicode="&#xe9be;" glyph-name="familyCustomer" d="M448.109 960.001c-99.173 0-184.045-84.878-184.045-184.045s84.872-178.043 184.045-178.043c99.173 0 174.042 78.877 174.042 178.043s-74.87 184.045-174.042 184.045zM286.070 585.909c-129.737-57.287-217.93-186.981-226.055-336.082l-60.015-250.061c284.514 318.856 236.058 372.177 236.058-66.016h276.739v270.627c3.513 99.746 66.78 160.227 121.949 172.167-17.495 54.228-25.631 122.205 3.411 167.354-5.944 21.019-17.157 35.19-36.009 42.010-1.836 1.639-2.15 0-4.001 0-40.43-38.485-89.813-64.016-150.037-64.016s-117.608 25.531-158.039 64.016c-1.348 1.639-2.681-1.639-4.001 0zM786.192 561.904c-60.183 0-112.027-51.237-112.027-112.027s51.844-110.027 112.027-110.027c60.183 0 106.026 49.236 106.026 110.027s-45.843 112.027-106.026 112.027zM1014.248 549.901c-65.706-147.69-105.676-269.687-246.060-250.061-36.546 0-71.488 14.417-96.023 38.009-0.818 1.005-1.2-1.005-2 0-74.299-35.118-67.161-38.63-110.027-130.032l4.465-254.062 63.551 178.043h10.002v-192.047h254.062v192.047h12.003c97.626 38.577 100.070 313.113 110.027 418.102z" />
-<glyph unicode="&#xe9bf;" glyph-name="fileTool" d="M256.063 937.995v-150.037h64.016v54.013h398.097v-54.013h64.016v150.037h-526.128zM8.002 717.941v-294.072h132.032v64.016h96.023v-64.016h600.147v64.016h96.023v-64.016h100.024v294.072h-1024.25zM0 363.854v-428.105h1024.25v428.105h-92.022v-64.016h-96.023v64.016h-600.147v-64.016h-96.023v64.016h-140.034zM404.099 301.839l224.055-152.037-224.055-152.037v304.074z" />
-<glyph unicode="&#xe9c0;" glyph-name="groupManagment" d="M0 960v-1024.25h1024.25v1024.25h-1024.25zM448.109 895.984h128.031v-896.219h-128.031v896.219zM120.029 847.973h208.051v-210.051h-208.051v210.051zM696.17 847.973h208.051v-210.051h-208.051v210.051zM120.029 545.899h208.051v-210.051h-208.051v210.051zM696.17 545.899h208.051v-210.051h-208.051v210.051zM120.029 243.825h208.051v-210.051h-208.051v210.051zM696.17 243.825h208.051v-210.051h-208.051v210.051z" />
-<glyph unicode="&#xe9c1;" glyph-name="notice" d="M830.203 955.997c-3.955 0-6.165-1.655-10.002-2-21.092-1.9-42.53-9.185-60.015-20.005-150.6-49.278-299.887-132.504-452.11-140.034v-310.076l470.115-160.039c6.046-2.682 13.579-4.252 20.005-6.001 2.196-0.595 3.761-1.518 6.001-2 8.684-1.869 16.669-2 26.006-2 62.654 0 110.212 44.126 142.035 102.025s50.012 131.956 50.012 216.053c0 84.103-18.189 164.155-50.012 222.054-31.823 57.906-79.381 102.025-142.035 102.025zM830.203 895.982c25.48 0 58.087-20.833 84.021-68.017 25.934-47.19 42.010-119.784 42.010-196.048 0-76.257-16.076-142.863-42.010-190.046-25.934-47.19-58.54-68.017-84.021-68.017s-56.086 20.826-82.020 68.017c-25.934 47.184-44.011 113.79-44.011 190.046 0 76.263 18.077 148.857 44.011 196.048 25.934 47.184 56.54 68.017 82.020 68.017zM72.018 793.957c-33.622 0-60.015-26.392-60.015-60.015v-190.046c0-33.622 26.392-60.015 60.015-60.015h172.042v310.076h-172.042zM830.203 733.943c-17.384 0-30.007-49.549-30.007-110.027s12.623-108.026 30.007-108.026c17.384 0 32.008 47.548 32.008 108.026s-14.624 110.027-32.008 110.027zM330.081 389.859c-6.682 0.112-12.984-0.409-20.005-2-9.361-2.122-19.416-5.043-28.007-10.002l-58.014-34.008c-34.362-19.844-42.536-54.116-34.008-84.021 32.979-115.647 74.056-226.265 176.043-302.074 25.482-18.871 55.661-31.836 90.022-12.003l56.014 32.008c34.361 19.838 64.702 68.587 36.009 84.021-110.831 59.602-141.912 183.987-176.043 304.074-4.782 16.826-21.965 23.671-42.010 24.006z" />
-<glyph unicode="&#xe9c2;" glyph-name="policy" d="M516.126 960l-182.044-362.088h362.088l-180.044 362.088zM270.066 469.88l-104.025-206.050h696.17l-102.025 206.050h-490.12zM100.024 135.799l-100.024-200.049h1024.25l-100.024 200.049h-824.201z" />
-<glyph unicode="&#xe9c3;" glyph-name="portal" d="M0 960v-1024.25h1024.25v1024.25h-1024.25zM74.018 885.982h876.214v-132.032h-876.214v132.032zM126.031 855.975v-64.016h64.016v64.016h-64.016zM258.063 855.975v-64.016h64.016v64.016h-64.016zM390.095 855.975v-64.016h64.016v64.016h-64.016zM74.018 689.934h876.214v-680.166h-876.214v680.166zM510.125 633.92l-284.069-194.047h572.14l-288.070 194.047zM272.066 401.864v-320.078h478.117v320.078h-478.117zM448.109 221.82h126.031v-138.034h-126.031v138.034z" />
-<glyph unicode="&#xe9c4;" glyph-name="recordQuery" d="M0 960v-1024.25h818.2v98.024h-64.016v-34.008h-690.168v896.219h690.168v-114.028h64.016v178.043h-818.2zM572.14 779.956c-147.61 0-268.065-123.753-268.065-276.067s120.456-276.067 268.065-276.067c50.864 0 97.559 16.56 138.034 42.010 2.376-5.115 5.884-11.754 10.002-16.004l188.046-194.047c19.47-20.091 50.547-20.091 70.017 0l24.006 24.006c19.47 20.091 19.47 51.926 0 72.018l-188.046 196.048c-4.078 4.208-9.101 7.557-14.003 10.002 24.054 41.396 38.009 90.256 38.009 142.035 0 152.315-118.455 276.067-266.065 276.067zM572.14 705.938c107.353 0 194.047-91.275 194.047-202.049s-86.695-200.049-194.047-200.049c-107.353 0-196.048 89.275-196.048 200.049s88.695 202.049 196.048 202.049zM134.033 493.886v-64.016h82.020c-5.080 20.822-9.054 41.795-10.002 64.016h-72.018zM138.034 305.84v-64.016h204.050c-24.813 17.423-47.050 40.034-66.016 64.016h-138.034zM138.034 135.799v-64.016h452.11v64.016h-452.11z" />
-<glyph unicode="&#xe9c5;" glyph-name="resourceManagment" d="M116.028 929.993l-114.028-528.129h-2l2-6.001-2-6.001h2l102.025-454.111h840.205l78.019 454.111h2l-2 6.001 2 6.001h-2l-114.028 528.129h-792.193zM162.040 875.979h700.171l84.021-398.097h-868.212l84.021 398.097zM328.080 819.966v-48.012h370.090v48.012h-370.090zM236.058 709.939v-58.014h554.135v58.014h-554.135zM190.046 597.912v-64.016h646.158v64.016h-646.158zM378.092 209.817h268.065v-60.015h-268.065v60.015z" />
-<glyph unicode="&#xe9c6;" glyph-name="ruleManagment" d="M0 191.812h1024.25v-256.063h-1024.25v256.063zM155.907 827.526h192.047v-535.968h-192.047v535.968zM880.33 483.602v-192.047h-427.992v192.047h427.992zM871.626 827.526v-192.047h-427.992v192.047h427.992zM0 960v-1024.25h1024.25v1024.25h-1024.25zM60.015 899.985h904.221v-902.217h-904.221v902.217z" />
-<glyph unicode="&#xe9c7;" glyph-name="sucessRate" d="M908.222 955.999l-440.107-1016.248h82.020l438.107 1016.248h-80.020zM586.143 903.986c-28.993 0-55.771-11.761-76.019-32.008s-34.008-51.011-34.008-88.021c0-37.010 13.761-67.774 34.008-88.021s47.025-32.008 76.019-32.008c28.993 0 55.771 11.761 76.019 32.008s34.008 51.011 34.008 88.021c0 37.010-13.761 67.774-34.008 88.021s-47.025 32.008-76.019 32.008zM586.143 855.975c24.039 0 45.508-11.5 60.015-26.006s22.005-29.989 22.005-46.011c0-16.022-7.499-33.505-22.005-48.012s-35.976-24.006-60.015-24.006c-24.039 0-45.508 9.499-60.015 24.006s-22.005 31.99-22.005 48.012c0 16.022 7.499 31.505 22.005 46.011s35.976 26.006 60.015 26.006zM462.113 617.916l-208.051-428.105-124.030 200.049-132.032-84.021 208.051-204.050 22.005-26.006 28.007 22.005 380.093 448.109-174.042 72.018zM872.213 219.819c-28.993 0-55.771-11.761-76.019-32.008s-36.009-51.011-36.009-88.021c0-37.010 15.762-67.774 36.009-88.021s47.025-32.008 76.019-32.008c28.993 0 53.771 11.761 74.018 32.008s36.009 51.011 36.009 88.021c0 37.010-15.762 67.774-36.009 88.021s-45.025 32.008-74.018 32.008zM872.213 171.808c24.039 0 45.508-11.5 60.015-26.006s20.005-29.989 20.005-46.011c0-16.022-5.498-33.505-20.005-48.012s-35.976-24.006-60.015-24.006c-24.039 0-45.508 9.499-60.015 24.006s-22.005 31.99-22.005 48.012c0 16.022 7.499 31.505 22.005 46.011s35.976 26.006 60.015 26.006z" />
-<glyph unicode="&#xe9c8;" glyph-name="terminalManagment" d="M340.083 960c-188.44 0-340.083-151.643-340.083-340.083v-344.084c0-188.44 151.643-340.083 340.083-340.083h344.084c188.44 0 340.083 151.643 340.083 340.083v344.084c0 188.44-151.643 340.083-340.083 340.083h-344.084zM340.083 899.985h344.084c156.231 0 280.068-123.838 280.068-280.068v-344.084c0-156.231-123.838-280.068-280.068-280.068h-344.084c-156.231 0-280.068 123.838-280.068 280.068v344.084c0 156.231 123.838 280.068 280.068 280.068zM294.072 807.963l-118.029-98.024 140.034-172.042-148.036-204.050 116.028-86.021 224.055 284.069-214.052 276.067zM526.128 343.85v-96.023h96.023v96.023h-96.023zM758.185 343.85v-96.023h96.023v96.023h-96.023z" />
-<glyph unicode="&#xe9c9;" glyph-name="tools" d="M232.057 949.998c-61.717-26.104-104.025-88.813-104.025-160.039 0-63.422 36.9-118.201 88.021-148.036v-142.035h-28.007c-102.809 0-188.046-79.305-188.046-174.042v-216.053c0-94.737 85.236-174.042 188.046-174.042h648.158c102.809 0 188.046 79.305 188.046 174.042v216.053c0 94.737-85.236 174.042-188.046 174.042h-90.022v272.81l32.25-10.7h75.776c9.893 1.513 13.284 2.843 20.005 18.004 16.527 50.195 124.768 56.652 146.036 37.963 3.521 58.718-84.602 96.866-148.036 94.023-38.663 1.549-114.028 0-114.028 0-12.521-0.026-23.196-12.305-28.007-28.007h-56.014v8.002c0 29.141-22.872 54.013-52.013 54.013h-20.005c-29.141 0-54.013-24.872-54.013-54.013v-108.026c0-29.141 24.872-54.013 54.013-54.013h20.005c10.648 0 19.743 4.606 28.007 10.002v-240.059h-270.066v138.034c55.323 28.613 92.022 85.494 92.022 152.037 0 71.902-45.373 134.36-108.026 160.039 0.91-2.93 4.001-6.716 4.001-10.002v-176.043c0-15.69-14.013-28.007-28.007-28.007h-80.020c-13.994 0-28.007 12.316-28.007 28.007v176.043c0 3.286 3.091 7.072 4.001 10.002-0.589-0.241-3.415 0.248-4.001 0zM188.046 399.863h648.158c45.55 0 82.020-32.045 82.020-74.018v-16.004h-812.198v16.004c0 41.973 36.47 74.018 82.020 74.018zM106.026 245.826h812.198v-136.033c0-41.973-36.47-76.019-82.020-76.019h-648.158c-45.55 0-82.020 34.045-82.020 76.019z" />
-<glyph unicode="&#xe9ca;" glyph-name="track" d="M386.382 809.352c-64.52-2.92-124.22-43.892-109.584-141.88 15.959-106.851 15.41-172.298 93.35-158.095 87.61 15.965 108.849 82.864 103.496 164.176-5.848 88.832-26.622 138.545-87.262 135.8zM670.49 793.137c-46.141-2.218-72.394-54.304-93.35-119.585-33.023-102.876-30.363-144.972 48.704-149.988 88.877-5.638 118.163 31.155 131.907 111.477 13.211 77.212-5.995 141.418-64.939 156.068-7.368 1.831-15.731 2.344-22.323 2.027zM112.422 600.585c-60.741 0-106.412-63.705-111.614-141.88-7.173-107.796 33.674-156.083 111.614-141.88 87.61 15.965 115.668 60.62 109.584 141.88-5.848 78.113-48.843 141.88-109.584 141.88zM924.157 586.397c-43.713-4.546-86.615-41.043-113.643-93.236-49.692-95.959-32.486-154.205 44.645-172.283 86.701-20.321 129.334 8.206 156.259 85.128 25.882 73.942 13.068 150.074-42.616 174.31-13.921 6.059-30.075 7.596-44.645 6.081zM493.937 462.758c-80.715 0-167.238-57.349-200.904-176.337-89.906-44.506-159.794-129.396-137.995-214.847 35.965-140.983 186.025-135.8 338.9-135.8s326.723-1.515 326.723 143.907c0 145.422-173.849 383.077-326.723 383.077z" />
-<glyph unicode="&#xe9cb;" glyph-name="userManagment" d="M325.85 824.812c-83.482 0-153.874-70.383-153.874-153.872 0-83.483 70.392-150.853 153.874-150.853s147.84 67.37 147.84 150.853c0 83.489-64.358 153.872-147.84 153.872zM190.079 511.032c-109.21-48.226-183.24-158.089-190.079-283.606h405.053l113.066 250.205c-12.775 8.113-48.533 27.221-62.532 33.402-1.546 1.312-1.458 0-3.018 0l-126.72-189.958-132.754 189.958c-1.134 1.312-1.906-1.312-3.017 0zM703.527 604.738c-83.482 0-153.874-70.383-153.874-153.872 0-83.483 70.392-150.853 153.874-150.853s147.84 67.37 147.84 150.853c0 83.489-64.358 153.872-147.84 153.872zM567.756 290.957c-109.21-48.226-183.24-158.089-190.079-283.606h645.666c-6.839 125.517-80.87 235.38-190.079 283.606-1.546 1.312-1.459 0-3.018 0-71.639-110.967-177.742-111.22-259.473 0-1.134 1.312-1.906-1.312-3.017 0z" />
-<glyph unicode="&#xe9cc;" glyph-name="versionManagment" d="M128.031 959.75v-482.115h-128.031l112.027-540.938h802.196l110.027 540.938h-128.031v482.115zM192.047 895.735h640.156v-418.099h-640.156zM244.060 767.703v-64.016h270.066v64.016zM242.059 637.675v-64.016h520.127v64.016z" />
-<glyph unicode="&#xe9cd;" glyph-name="workOrder" d="M116.028 960v-1024.25h792.193v722.176h2l-282.069 300.073v2h-512.125zM176.043 899.985h390.095v-302.074h282.069v-600.147h-672.164v902.22zM628.153 863.977l192.047-206.050h-192.047v206.050zM374.091 861.976v-106.026h-114.028v-84.021h114.028v-112.027l140.034 154.038-140.034 148.036zM650.159 507.89v-106.026h-114.028v-84.021h114.028v-112.027l140.034 154.038-140.034 148.036zM374.091 343.85v-106.026h-114.028v-84.021h114.028v-112.027l140.034 154.038-140.034 148.036z" />
-<glyph unicode="&#xe9ce;" glyph-name="app" d="M590.921 540.891c-7.022 1.097-18.139 1.755-33.134 1.755h-100.059v-96.037h100.059c14.848 0 25.893 0.512 33.061 1.682 7.241 1.17 13.751 3.511 19.456 6.875 13.312 7.826 19.968 20.919 19.968 39.278 0 18.505-6.729 31.671-19.968 39.497-5.705 3.365-12.069 5.705-19.383 6.949zM177.371 401.408h120.101l-60.050 131.877zM879.909 540.891c-7.168 1.17-18.213 1.682-33.207 1.682h-99.986v-95.963h99.986c14.775 0 25.893 0.512 33.134 1.682 7.241 1.097 13.678 3.438 19.456 6.802 13.239 7.826 19.822 20.919 19.822 39.278 0 18.505-6.656 31.671-19.822 39.497-5.778 3.438-12.215 5.778-19.383 7.022zM851.675 923.429h-679.278c-74.971 0-135.826-60.855-135.826-135.826v-679.205c0-74.898 60.855-135.753 135.826-135.753h679.205c74.971 0 135.753 60.855 135.753 135.753v679.205c0.073 74.971-60.709 135.826-135.68 135.826zM386.779 301.275h-63.269v6.217c7.534 1.097 11.337 3.877 11.337 8.631 0 1.975-1.463 6.144-4.315 12.069l-21.943 47.835h-142.555l-23.406-50.615c-2.194-4.754-3.365-8.046-3.365-10.094 0-4.023 3.877-6.51 11.557-7.826v-6.217h-59.392v6.217c5.266 1.024 9.435 2.779 12.215 5.778 2.779 3.145 6.51 9.728 10.971 19.602l97.646 210.871c2.341 5.047 3.511 8.558 3.511 10.386 0 3.291-3.218 5.925-9.582 7.534v6.29h64.878v-6.29c-6.363-1.975-9.509-4.754-9.509-8.192 0-1.463 1.243-4.608 3.438-9.728l93.696-203.191c6.875-14.994 11.337-23.771 13.605-26.405s7.095-4.754 14.482-6.656v-6.217zM644.096 448.146c-8.631-9.874-19.456-16.969-32.768-20.992-13.093-3.877-32.037-5.998-56.466-5.998h-97.134v-99.474c0-4.096 0.878-7.095 2.633-9.216 1.829-2.048 5.193-3.73 9.874-4.974v-6.217h-55.735v6.217c4.681 1.463 7.899 2.926 9.801 5.047 1.755 2.121 2.779 5.12 2.779 9.143v225.938c0 4.023-0.951 6.949-2.779 9.070-1.902 2.048-5.12 3.73-9.874 4.974v6.29h140.288c19.602 0 34.962-1.024 45.934-3.072 10.898-2.121 20.773-5.998 29.257-11.41 8.997-5.486 16.238-12.873 21.65-22.455 6.217-10.606 9.289-22.674 9.289-35.84 0-18.286-5.632-34.011-16.75-47.031zM933.083 448.146c-8.631-9.874-19.529-16.969-32.695-20.992s-32.037-5.998-56.613-5.998h-96.987v-99.474c0-4.096 0.878-7.095 2.706-9.216 1.682-2.048 5.047-3.73 9.655-4.974v-6.217h-55.808v6.217c4.827 1.463 8.046 2.926 9.874 5.047 1.902 2.121 2.706 5.12 2.706 9.143v225.938c0 4.023-0.805 6.949-2.706 9.070-1.682 2.048-4.974 3.73-9.874 4.974v6.29h140.288c19.822 0 35.035-1.024 46.080-3.072 10.752-2.121 20.699-5.998 29.257-11.41 8.997-5.486 16.238-12.873 21.577-22.455 6.29-10.679 9.289-22.747 9.289-35.913 0-18.213-5.632-33.938-16.75-46.958z" />
-<glyph unicode="&#xe9cf;" glyph-name="car" d="M792.529 178.641v-2.932c-1.955-0.093-28.393-4.887-44.544-8.052-12.241 0-203.124-0.326-333.405-0.326-66.979 0-117.9 0.093-120.413 0.326-7.494 0.559-53.76 9.588-55.715 9.961l0.652 3.305c-15.407-15.22-24.948-32.489-23.924-44.963 1.722-22.714 46.685-44.823 62.883-50.223 0.931-0.419 2.7-0.791 4.841-0.977l-0.233 0.279c2.095 1.35 20.62 12.753 29.091 12.753l418.257-0.372c0.093-0.093 6.33-4.375 14.941-9.961l-1.815-2.746c13.917 1.908 24.948 4.096 31.558 6.377 40.96 14.662 41.565 52.317 41.565 52.689-0.652 9.449-10.845 22.481-23.738 34.863zM749.009 218.81c-16.989 4.887-182.737 21.132-236.544 22.947-1.908 0.093-3.91 0.093-6.097 0.093-59.252 0-219.555-23.505-221.184-23.831-42.449-13.731-78.103-59.159-76.288-85.178 1.769-25.507 47.709-50.129 64.186-56.273 12.567-4.701 136.099-10.38 202.426-13.312 21.69-0.977 38.772-1.722 45.847-2.095 2.7-0.233 6.796-0.326 12.288-0.326 56.273 0 211.27 8.471 245.62 21.969 41.612 16.198 43.241 54.877 43.706 67.444 0.605 13.359-43.892 59.578-73.961 68.561zM775.959 87.738c-36.631-13.172-194.42-20.108-242.362-20.108-5.446 0-9.588 0.093-12.288 0.279-6.842 0.559-23.599 1.21-44.823 2.095-69.911 2.886-186.927 7.633-199.727 12.055-12.567 4.329-63.535 27.089-65.536 53.62-1.955 25.135 33.652 67.119 77.824 80.198 1.862 0.186 159.372 21.364 217.74 21.364 2.141 0 4.189-0.093 6.097-0.093 52.829-1.629 216.111-16.291 232.82-20.666 16.524-4.561 72.937-48.826 74.24-72.332 0.559-8.471-5.585-42.775-43.985-56.413zM747.66 171.473c6.33 1.117 38.028 7.168 44.032 8.052-16.989 16.244-38.167 30.767-46.825 33.187-16.57 4.655-179.293 18.897-232.029 20.527-1.908 0.093-3.863 0.093-6.004 0.093-58.135 0-215.412-20.992-216.948-21.225-7.866-2.374-15.546-5.632-22.714-9.775 11.823-1.117 60.090-6.051 66.56-6.703 7.308-0.559 378.321 0 382.045 0.093 12.381 1.443 45.196 5.12 47.709 5.585l0.698-3.863c-3.025-0.559-46.266-5.353-48.175-5.539-10.193 0-169.658-0.372-279.412-0.372-56.972 0-100.585 0.093-103.145 0.372-7.401 0.652-68.655 6.796-69.26 6.842l0.186 1.815c-9.263-5.492-17.687-12.195-24.902-19.316 3.863-0.745 47.942-9.216 54.97-9.868 7.354-0.512 448.791 0.093 453.213 0.093zM311.761 94.068c-5.073 0-16.477-6.051-23.319-10.1 33.327-3.724 131.863-7.727 188.276-10.054 21.271-0.977 37.981-1.629 44.87-2.001 2.653-0.233 6.703-0.326 12.009-0.326 44.172 0 150.807 4.934 208.617 13.079-6.935 4.468-12.335 8.145-13.871 9.309l-416.582 0.093zM1016.367 217.6c-1.303 12.986-5.26 37.841-5.26 44.265 0 6.47-15.593 79.5-15.593 79.5l-10.426 24.669-28.625 27.415-40.401 26.065-32.489 14.383-14.429 10.426-8.518 14.615c6.749 0.465 58.321 4.329 64.372 8.099 6.423 4.003 10.752 5.772 10.147 7.121-0.745 1.35-4.375 20.34-9.123 24.716-4.794 4.422-38.26 10.799-43.008 10.519-4.841-0.326-8.099-0.326-8.099-0.326s-11.543-17.268-10.193-27.415c1.303-10.193 2.048-12.567 2.048-12.567l-9.402-4.655-1.21 2.001-20.852 29.975-33.792 55.994-27.415 39.052-24.809 18.292-11.683 7.82c0 0-129.117 13.731-221.044 12.288-102.54-1.722-210.851-12.847-210.851-12.847l-8.425-6.051-20.806-19.084-84.759-103.331c-5.399-7.727-10.193-13.731-14.941-19.409l-10.938 4.98c0 0 0.745 2.374 2.001 12.567 1.35 10.147-10.193 27.415-10.193 27.415s-3.351 0-8.099 0.326c-4.748 0.419-38.26-6.051-43.008-10.426-4.748-4.422-8.425-23.412-9.123-24.762s3.724-3.025 10.147-7.121c6.33-4.003 62.883-8.239 64.512-8.332-4.143-4.655-8.332-9.169-12.986-14.289-11.683-13.033-37.841-23.459-46.918-30.022-9.123-6.563-69.027-41.658-69.027-53.434 0-11.683-26.065-98.956-26.065-98.956s0-19.549-1.303-27.322c-1.303-7.866-1.303-43.008-2.56-57.344-1.303-14.476 5.167-118.598 5.167-118.598l4.608-10.985c-0.559-7.494-0.279-22.807 10.333-27.276 1.303-0.465 4.003-1.303 7.82-2.513 1.164-4.329 26.81-33.187 40.076-34.956 13.591-1.955 43.38-3.212 51.153-3.212s18.665 8.657 21.923 9.914c0.047 0 0 0.14 0 0.14 39.657-9.263 74.473-16.756 77.824-15.965 7.773 2.001 12.335 3.91 18.758 3.91 6.516 0 213.085-17.455 231.191-16.756 18.153 0.652 286.255 16.756 296.029 16.756 9.635 0 10.333-0.652 20.015-2.56 4.608-0.977 44.218 6.982 86.807 16.943-0.698-2.095-1.024-5.585 1.862-8.611 4.608-4.608 59.625 1.908 69.958 5.167 10.38 3.212 31.092 30.348 31.092 30.348l-9.216-2.234c7.447 2.42 12.847 4.608 15.034 6.191 15.546 10.985 14.336 23.971 14.336 23.971l-3.351-0.605 6.516 8.378c-0.047 0.047 6.516 144.756 5.213 157.743zM983.599 89.833c-3.91-8.657-33.745-29.929-43.38-33.373-9.681-3.444-112.035-23.040-115.433-22.854-3.584 0.326-12.521 8.099-14.057 14.569-1.583 6.516 25.321 40.96 34.444 47.709 9.123 6.703 94.72 36.538 108.218 41.705 13.545 5.167 40.401 22.854 40.401 22.854s3.537-40.215-10.193-70.609zM781.079 79.639c-37.283-14.615-198.191-22.249-247.063-22.249-5.539 0-9.728 0.093-12.614 0.279-6.982 0.465-24.111 1.164-45.754 2.234-71.215 3.165-190.511 8.751-203.636 13.498-12.753 4.841-64.652 30.208-66.7 59.671-1.955 28.020 34.257 74.705 79.313 89.228 1.908 0.279 162.49 23.971 222.022 23.971 2.188 0 4.282-0.093 6.237-0.186 53.853-1.815 220.3-18.013 237.382-23.087 30.999-9.169 77.545-55.855 76.893-72.425-0.419-13.172-2.141-53.76-46.080-70.935zM841.356 304.221c8.844 5.818 132.841 49.338 132.841 49.338s12.428-32.442 13.452-39.331c0.977-6.842-3.398-33.14-6.516-37.004-3.025-3.724-35.933-26.345-40.215-26.95-4.236-0.838-20.852 8.564-24.017 8.564-2.932 0-55.808-16.896-75.729-19.363-20.015-2.7-57.204 16.57-57.204 16.57s48.593 42.403 57.391 48.175zM288.861 551.657c17.687 11.776 42.915 24.157 60.556 26.298 0 0 56.739 9.961 143.22 12.567l-0.047 0.326c12.055 0.233 23.692 0.326 34.956 0.279 11.264 0.047 22.807 0 34.816-0.279l-0.093-0.326c86.435-2.607 143.081-12.567 143.081-12.567 17.734-2.095 43.008-14.476 60.742-26.298l52.317-59.206c0-10.705-3.677-19.875-14.476-19.875l-281.367 0.652-281.414-0.652c-10.705 0-14.476 9.123-14.476 19.875l62.185 59.206zM45.708 313.763c1.024 6.842 14.895 40.96 14.895 40.96s126.836-45.568 135.68-51.34c8.844-5.818 57.391-48.361 57.391-48.361s-37.143-19.037-57.111-16.57c-19.968 2.56-72.797 19.503-75.823 19.503-2.979 0-19.689-9.263-24.017-8.657-4.282 0.884-41.425 22.249-44.451 26.065-3.025 3.77-7.54 31.651-6.563 38.4zM33.932 158.301c0 0 26.95-17.78 40.401-22.807 13.452-5.12 99.049-34.909 108.218-41.705s36.073-41.239 34.444-47.756c-1.583-6.423-10.519-14.196-14.010-14.476-3.444-0.279-105.798 19.27-115.479 22.761-9.728 3.537-39.471 24.855-43.334 33.466-13.731 30.441-10.24 70.516-10.24 70.516z" />
-<glyph unicode="&#xe9d0;" glyph-name="chgpile" d="M286.627 796.579h521.263v-128.372h-521.263v128.372zM807.889 865.792c0 40.029-32.396 72.378-72.378 72.378h-376.553c-39.936 0-72.425-32.303-72.425-72.378v-58.647h521.309v58.647zM811.473-22.202c0-0.372 0.093-0.791 0.093-1.21v2.607c0-0.605-0.093-0.977-0.093-1.396zM282.996-23.412c0 0.512 0.14 0.977 0.14 1.21 0 0.372-0.14 0.791-0.14 1.35v-2.56zM793.46-5.26h-99.84c0.977 3.258 1.536 6.842 1.536 10.473v284.067h40.355c39.889 0 72.378 32.396 72.378 72.471v296.029h-521.309v-296.029c0-39.983 32.442-72.378 72.425-72.378h40.308v-284.16c0-3.491 0.512-7.075 1.536-10.287h-99.747c-9.635 0-17.361-7.447-17.967-16.989 0.652-9.309 8.332-16.803 17.967-16.803h492.358c9.542 0 17.315 7.494 18.013 16.803-0.698 9.449-8.425 16.803-18.013 16.803zM759.529 638.557c9.914 0 18.060-8.099 18.060-18.153 0-9.961-8.145-18.106-18.060-18.106-10.007 0-18.199 8.099-18.199 18.106 0.14 10.054 8.239 18.153 18.199 18.153zM501.062 315.345l31.046 97.094-45.242 11.543 84.48 145.873-23.273-114.828 45.708-20.527-92.719-119.156z" />
-<glyph unicode="&#xe9d1;" glyph-name="chgposition" d="M550.959 396.195c-9.635 1.815-28.998 2.746-58.089 2.746h-39.005v-113.478h44.172c31.837 0 53.108 2.095 63.86 6.284 10.705 4.189 19.084 10.705 25.181 19.642s9.169 19.27 9.169 31.092c0 14.569-4.329 26.531-12.8 35.98-8.518 9.449-19.363 15.36-32.489 17.734zM977.455 564.364h-930.909c-25.693 0-46.545-20.852-46.545-46.545v-488.727c0-25.74 20.852-46.545 46.545-46.545h930.909c25.74 0 46.545 20.806 46.545 46.545v488.727c0 25.74-20.806 46.545-46.545 46.545zM666.112 281.647c-8.844-16.71-20.294-29.929-33.932-39.471s-27.695-15.825-41.751-18.897c-19.27-3.817-47.244-5.725-83.782-5.725h-52.783v-150.807h-80.71v399.779h129.536c49.152 0 81.129-2.001 96.023-6.004 22.9-6.004 42.077-19.037 57.53-39.145s23.18-45.987 23.18-77.824c0.047-24.529-4.422-45.196-13.312-61.905z" />
-<glyph unicode="&#xe9d2;" glyph-name="chgstation" d="M667.741 568.087h-638.697v138.799l638.697 11.171zM995.002 520.471l-618.17 0.652-347.788 35.468h638.697zM995.002 533.783l-327.261 34.304v149.969l327.261-53.388zM150.761 547.328h63.86v-502.784h-63.86v502.784zM635.811 547.328h63.814v-536.111h-63.814v536.111zM348.393 542.208h63.86v-498.129h-63.86v498.129zM853.085 525.824h63.86l-4.236-513.443-59.625 6.842zM475.881 199.727h71.075v-149.83h-71.075v149.83zM245.108 199.727h71.075v-149.83h-71.075v149.83zM686.778 199.727h71.075v-161.466h-71.075v161.466zM746.868 170.636h71.028v-161.466h-71.028v161.466z" />
-<glyph unicode="&#xe9d3;" glyph-name="cms" d="M967.387 286.135c35.328 34.889 56.613 81.408 56.613 132.315 0 53.102-23.113 103.643-62.903 139.557 1.097 7.314 1.682 15.214 1.682 23.552 0 100.571-75.045 182.418-167.351 182.418-16.384 0-32.329-2.706-47.982-7.973-48.786 85.358-136.558 138.825-231.936 138.825-148.846 0-269.897-127.707-271.506-285.184-73.435-31.232-122.734-102.766-122.734-182.491 0-27.355 6.875-54.053 17.993-78.921-80.823-24.503-139.264-90.258-139.264-168.229 0-98.743 93.111-178.834 207.872-178.834 0.146 0 0.146 0 0.146 0l627.273 0.585c104.082 4.827 186.953 78.555 186.953 168.741 0 44.91-21.211 85.358-54.857 115.639zM338.066 108.032c-18.359-14.409-40.887-21.577-67.511-21.577-27.502 0-49.883 5.413-67.145 16.603-17.262 10.971-30.354 26.99-39.351 47.982-8.997 20.846-13.531 43.447-13.531 67.438 0 26.258 5.047 49.152 15.214 68.681 10.24 19.383 24.649 34.304 43.447 44.398 18.651 10.167 39.351 15.141 61.879 15.141 25.527 0 47.104-6.437 64.439-19.163 17.408-12.873 29.55-30.866 36.425-54.126l-33.28-7.68c-5.925 18.286-14.555 31.598-25.819 40.009-11.191 8.265-25.381 12.581-42.496 12.581-19.675 0-36.059-4.681-49.152-13.97-13.239-9.289-22.455-21.723-27.794-37.303-5.413-15.726-7.973-31.744-7.973-48.494 0-21.285 3.072-40.009 9.362-56.027 6.437-16.018 16.238-27.867 29.696-35.84 13.239-7.826 27.721-11.849 43.301-11.849 18.871 0 34.962 5.413 48.055 16.165 13.093 10.825 21.943 26.697 26.697 47.982l33.792-8.411c-7.168-27.429-19.822-48.274-38.254-62.537zM660.553 90.697h-32.475v210.725l-74.24-210.725h-30.501l-73.874 214.309v-214.309h-32.475v251.758h50.834l60.489-178.322c5.559-16.603 9.655-28.965 12.215-37.303 2.853 9.289 7.387 22.747 13.605 40.448l61.001 175.177h45.422v-251.758zM440.978 653.239c-45.568 0-88.137-10.825-126.464-28.672 8.777 110.811 95.013 198.363 200.997 198.363 79.579 0 152.137-50.249 184.686-127.927l15.506-36.718 33.207 20.041c67.291 40.741 144.969-18.213 144.969-96.841 0-8.411-1.317-17.554-4.242-29.55l-5.998-24.576 20.187-14.117c32.549-22.821 51.273-57.344 51.273-94.793 0-15.726-4.389-30.574-10.606-44.617-12.142 77.019-79.067 136.046-160.402 136.046-28.379 0-54.784-7.753-78.043-20.334-45.202 96.475-146.798 163.694-265.070 163.694zM895.269 123.831c-7.753-11.849-18.944-20.992-33.499-27.575-14.629-6.583-30.939-9.874-49.225-9.874-23.113 0-42.496 3.291-58.075 9.874-15.653 6.729-27.941 16.75-36.791 29.989-8.923 13.458-13.531 28.453-14.043 45.349l31.89 2.706c1.536-12.581 5.047-22.894 10.679-31.013 5.486-7.973 14.043-14.555 25.6-19.602 11.703-4.974 24.795-7.461 39.205-7.461 12.946 0 24.357 1.829 34.304 5.705 9.801 3.73 17.115 8.85 22.016 15.433 4.754 6.583 7.241 13.824 7.241 21.577 0 7.973-2.267 14.848-7.022 20.699-4.608 5.851-12.288 10.825-22.894 14.848-6.949 2.706-22.089 6.729-45.568 12.288-23.406 5.559-39.79 10.825-49.298 15.726-12.142 6.29-21.211 14.117-27.209 23.406-6.144 9.509-9.143 19.968-9.143 31.525 0 12.727 3.657 24.576 10.971 35.547 7.241 10.971 17.993 19.456 32.037 25.161 13.97 5.705 29.623 8.558 46.885 8.558 18.944 0 35.547-2.999 50.103-8.997 14.409-5.998 25.6-14.848 33.28-26.551 7.826-11.557 11.995-24.869 12.581-39.57l-32.329-2.414c-1.755 15.872-7.607 27.867-17.701 35.986-9.947 8.119-24.869 12.288-44.398 12.288-20.48 0-35.401-3.73-44.69-11.118-9.435-7.461-14.117-16.311-14.117-26.77 0-8.997 3.218-16.457 9.947-22.309 6.437-5.851 23.406-11.849 50.907-17.993 27.429-6.144 46.299-11.41 56.466-16.018 14.848-6.729 25.893-15.287 32.914-25.746 7.095-10.313 10.679-22.309 10.679-35.84 0-13.239-3.803-25.966-11.703-37.815z" />
-<glyph unicode="&#xe9d4;" glyph-name="common_dc" d="M128.031 960c-70.929 0-128.031-57.102-128.031-128.031v-768.188c0-70.929 57.102-128.031 128.031-128.031h768.188c70.929 0 128.031 57.102 128.031 128.031v768.188c0 70.929-57.102 128.031-128.031 128.031h-768.188zM266.247 887.259h490.302c43.606 0 80.020-32.738 80.020-72.754v-739.086c0-40.010-36.413-72.741-80.020-72.741h-490.302c-43.607 0-78.565 32.731-78.565 72.741v739.086c0 40.016 34.958 72.754 78.565 72.754zM667.799 770.866c-41.37 0-73.547-12.88-98.933-37.827-25.386-24.953-37.827-59.65-37.827-104.755 0-42.641 12.576-77.26 37.827-101.842 25.252-24.588 56.802-34.921 96.023-34.921 31.699 0 59.401 5.953 80.019 20.37 20.618 14.359 34.782 37.347 43.647 66.922l-58.196 14.557c-4.97-19.851-11.862-34.408-23.278-43.652s-26.343-11.638-42.192-11.638c-21.491 0-38.945 5.825-52.376 20.363-13.432 14.551-20.369 38.493-20.369 72.754 0 32.283 6.735 55.412 20.369 69.828 13.633 14.423 31.937 23.282 53.831 23.282 15.849 0 29.656-3.457 40.737-11.638 11.081-8.13 18.331-20.869 21.824-34.921l58.196 14.551c-6.716 21.688-17.121 37.878-30.553 49.465-22.566 19.595-52.618 29.102-88.749 29.102zM242.968 765.040v-270.613h113.482c22.028 0 39.213 1.984 52.376 5.825 17.596 5.185 30.394 14.045 40.737 23.282 13.7 12.201 24.62 26.842 32.008 46.559 6.044 16.145 8.729 35.894 8.729 58.197 0 25.389-2.282 46.699-8.729 64.016-6.448 17.31-16.741 31.688-29.098 43.646-12.358 11.952-26.32 21.509-43.647 26.189-12.895 3.457-33.616 2.881-58.196 2.881h-107.663zM302.619 721.388h26.188c24.312 0 41.139-1.216 49.467-2.881 11.148-2.241 21.845-8.258 29.098-14.544 7.253-6.274 10.519-14.98 14.549-26.189 4.029-11.216 7.274-25.606 7.274-46.565 0-20.946-3.245-37.328-7.274-49.458-4.030-12.137-8.169-20.895-14.549-26.195-6.38-5.313-15.063-9.417-24.733-11.632-7.388-1.728-19.717-2.881-36.373-2.881h-43.647v180.409zM272.066 360.57c-15.142 0-27.643-10.377-27.643-23.27 0-12.906 12.501-23.282 27.643-23.282h485.937c15.142 0 27.643 10.377 27.643 23.282 0 12.893-12.501 23.27-27.643 23.27h-485.937zM272.066 226.72c-15.142 0-27.643-10.383-27.643-23.276 0-12.899 12.501-23.276 27.643-23.276h485.937c15.142 0 27.643 10.377 27.643 23.276 0 12.893-12.501 23.276-27.643 23.276h-485.937z" />
-<glyph unicode="&#xe9d5;" glyph-name="common_ncd" d="M152.037 960c-84.34 0-152.037-67.697-152.037-152.037v-720.176c0-84.34 67.697-152.037 152.037-152.037h720.176c84.34 0 152.037 67.697 152.037 152.037v720.176c0 84.34-67.697 152.037-152.037 152.037zM104.025 793.959h98.024l202.049-264.064v264.064h94.023v-302.074c-17.542 5.099-37.033 8.002-56.014 8.002-37.093 0-71.508-11.745-102.025-30.007l-144.035 186.045v-258.063h-92.022zM456.111 408.53c40.023 0 73.028-10.355 98.024-34.008 14.878-13.985 26.569-33.832 34.008-60.015l-66.016-16.004c-3.869 16.96-9.731 30.188-22.005 40.010-12.275 9.828-28.455 14.003-46.011 14.003-24.252 0-44.913-8.595-60.015-26.006-15.102-17.406-22.005-45.040-22.005-84.021 0-41.367 7.127-72.468 22.005-90.022s36.209-24.006 60.015-24.006c17.556 0 31.364 4.845 44.011 16.004s20.501 28.057 26.006 52.013l64.016-20.005c-9.82-35.714-25.174-60.688-48.012-78.019s-50.908-28.007-86.021-28.007c-43.445 0-80.055 16.334-108.026 46.011-27.971 29.683-42.010 68.549-42.010 120.029 0 54.45 13.89 97.903 42.010 128.031s64.201 44.011 110.027 44.011zM646.158 402.528h122.030c27.227 0 47.732 0.168 62.015-4.001 19.193-5.653 34.323-17.577 48.012-32.008s24.866-31.112 32.008-52.013c7.142-20.906 10.002-47.371 10.002-78.019 0-26.931-3.308-50.527-10.002-70.017-8.183-23.802-20.833-41.28-36.009-56.014-11.457-11.158-26.521-19.759-46.011-26.006-14.581-4.632-33.614-8.002-58.014-8.002h-124.030zM712.174 348.515v-216.053h50.012c18.449 0 31.827-0.055 40.010 2 10.712 2.673 18.939 7.608 26.006 14.003s13.541 17.349 18.004 32.008c4.464 14.653 6.001 34.723 6.001 60.015s-1.538 44.474-6.001 58.014c-4.464 13.54-11.971 24.419-20.005 32.008-8.035 7.584-17.659 13.32-30.007 16.004-9.225 2.341-27.083 2-54.013 2z" />
-<glyph unicode="&#xe9d6;" glyph-name="common_ncd_break" d="M820.2 960l-40.010-4.001 12.003-66.016 40.010 4.001-12.003 66.016zM678.166 937.995c-39.093 0-68.017-30.974-68.017-70.017 0-39.030 28.924-70.017 68.017-70.017 10.834 0 22.828 1.648 32.008 6.001l48.012-46.011 36.009 38.009-48.012 48.012c2.621 7.394 4.001 15.729 4.001 24.006 0 39.043-32.925 70.017-72.018 70.017zM948.232 915.989l-90.022-60.015 30.007-46.011 90.022 62.015-30.007 44.011zM150.037 861.976c-84.101 0-150.037-66.061-150.037-150.037v-626.153c0-83.982 65.935-150.037 150.037-150.037h628.153c84.101 0 150.037 66.055 150.037 150.037v420.103c-97.032-35.561-219.592-4.932-304.074 82.020-79.088 81.402-102.98 188.030-68.017 274.067h-406.099zM1020.249 791.959l-66.016-12.003 4.001-40.010 66.016 12.003-4.001 40.010zM662.162 769.954l-66.016-12.003 4.001-38.009 66.016 10.002-4.001 40.010zM858.21 741.947l-38.009-38.009 38.009-36.009c-2.531-7.272-6.001-15.869-6.001-24.006 0-39.037 30.924-70.017 70.017-70.017s72.018 30.98 72.018 70.017c0 39.037-32.925 72.018-72.018 72.018-10.995 0-20.724-3.508-30.007-8.002l-34.008 34.008zM732.179 699.937l-90.022-62.015 28.007-44.011 92.022 58.014-30.007 48.012zM104.025 671.93h92.022l190.046-232.057v232.057h88.021v-266.065c-16.513 4.524-34.146 8.002-52.013 8.002-34.916 0-67.298-9.911-96.023-26.006l-136.033 164.040v-228.056h-86.021v348.085zM826.202 615.916l-40.010-2 10.002-66.016 40.010 4.001-10.002 64.016zM436.106 361.854c37.673 0 68.494-9.164 92.022-30.007 14.005-12.319 25.005-30.936 32.008-54.013l-62.015-14.003c-3.642 14.943-10.451 27.356-22.005 36.009-11.554 8.662-25.484 12.003-42.010 12.003-22.828 0-41.799-8.662-56.014-24.006-14.215-15.334-22.005-39.664-22.005-74.018 0-36.454 8-62.557 22.005-78.019 14.005-15.467 33.605-22.005 56.014-22.005 16.526 0 28.105 4.189 40.010 14.003 11.904 9.834 20.824 24.906 26.006 46.011l60.015-18.004c-9.244-31.468-24.514-52.74-46.011-68.017-21.498-15.267-46.968-24.006-80.020-24.006-40.895 0-75.695 13.852-102.025 40.010s-40.010 60.662-40.010 106.026c0 47.983 13.54 85.479 40.010 112.027s60.89 40.010 104.025 40.010zM614.15 355.853h116.028c25.629 0 44.569-0.525 58.014-4.001 18.066-4.962 31.126-15.283 44.011-28.007 12.884-12.71 23.285-27.592 30.007-46.011s10.002-41.006 10.002-68.017c0-23.729-3.701-44.843-10.002-62.015-7.703-20.977-19.723-37.021-34.008-50.012-10.784-9.829-23.664-16.5-42.010-22.005-13.725-4.048-33.046-8.002-56.014-8.002h-116.028v288.070zM676.165 307.841v-190.046h48.012c17.366 0 30.306 0.237 38.009 2 10.084 2.381 17.353 6.37 24.006 12.003 6.652 5.638 11.802 15.092 16.004 28.007s6.001 31.727 6.001 54.013c0 22.291-1.8 38.083-6.001 50.012-4.202 11.939-10.442 21.321-18.004 28.007s-16.383 11.637-28.007 14.003c-8.683 2.095-26.664 2-52.013 2h-28.007z" />
-<glyph unicode="&#xe9d7;" glyph-name="common_ncd_stop" d="M814.199 960.002c-115.861 0-208.051-94.394-208.051-210.051 0-115.651 92.19-208.051 208.051-208.051s210.051 92.4 210.051 208.051c0 115.657-94.19 210.051-210.051 210.051zM152.037 865.979c-84.453 0-152.037-67.734-152.037-152.037v-626.153c0-84.297 67.585-152.037 152.037-152.037h628.153c84.453 0 150.037 67.74 150.037 152.037v392.096c-35.876-16.246-74.068-26.006-116.028-26.006-157.483 0-286.070 126.858-286.070 284.069 0 45.732 10.804 89.741 30.007 128.031h-406.099zM704.172 853.976h70.017v-206.050h-70.017v206.050zM856.209 853.976h70.017v-206.050h-70.017v206.050zM110.027 667.931h84.021l176.043-228.056v228.056h80.020v-260.063c-15.177 4.434-31.591 6.001-48.012 6.001-32.091 0-61.62-10.232-88.021-26.006l-124.030 160.039v-222.054h-80.020v342.084zM414.101 361.856c34.626 0 62.395-9.58 84.021-30.007 12.872-12.074 23.571-27.396 30.007-50.012l-56.014-14.003c-3.347 14.645-9.386 25.528-20.005 34.008-10.62 8.489-24.821 12.003-40.010 12.003-20.982 0-38.948-6.968-52.013-22.005-13.065-15.028-18.004-40.35-18.004-74.018 0-35.727 5.132-60.865 18.004-76.019 12.872-15.159 31.417-22.005 52.013-22.005 15.189 0 27.068 4.384 38.009 14.003 10.941 9.638 17.243 25.327 22.005 46.011l56.014-18.004c-8.496-30.84-22.252-53.045-42.010-68.017-19.759-14.963-43.64-24.006-74.018-24.006-37.586 0-69.824 14.373-94.023 40.010s-36.009 59.567-36.009 104.025c0 47.025 11.681 84.008 36.009 110.027s56.377 38.009 96.023 38.009zM578.141 355.855h106.026c23.556 0 41.656 1.406 54.013-2 16.605-4.863 30.168-15.536 42.010-28.007 11.842-12.456 19.828-25.958 26.006-44.011s10.002-41.545 10.002-68.017c0-23.256-4.211-43.185-10.002-60.015-7.080-20.558-16.878-37.28-30.007-50.012-9.912-9.633-23.148-16.61-40.010-22.005-12.615-3.967-28.902-6.001-50.012-6.001h-108.026v280.068zM636.155 309.844v-186.045h42.010c15.961 0 28.929 0.275 36.009 2 9.268 2.333 15.891 6.482 22.005 12.003 6.114 5.526 12.142 15.35 16.004 28.007s4.001 30.171 4.001 52.013c0 21.847-0.141 38.321-4.001 50.012-3.862 11.7-11.054 19.454-18.004 26.006s-15.323 11.684-26.006 14.003c-7.981 2.054-22.713 2-46.011 2h-26.006z" />
-<glyph unicode="&#xe9d8;" glyph-name="common_sc" d="M128.031 960c-70.929 0-128.031-57.102-128.031-128.031v-768.188c0-70.929 57.102-128.031 128.031-128.031h768.188c70.929 0 128.031 57.102 128.031 128.031v768.188c0 70.929-57.102 128.031-128.031 128.031h-768.188zM192.047 813.964h628.153c26.019 0 49.554-11.022 68.017-26.006 22.114-17.948 38.009-42.948 38.009-72.018v-380.093c0-53.338-48.842-96.023-106.026-96.023h-252.062c13.758-26.816 28.298-66.605 12.003-86.021-28.206-33.602-107.086-33.038-136.033 0-16.624 18.981-2.326 59.045 10.002 86.021h-262.064c-57.184 0-104.025 42.686-104.025 96.023v380.093c0 29.069 13.894 54.069 36.009 72.018 18.462 14.984 41.998 26.006 68.017 26.006zM308.075 731.944c-31.695 0-57.608-4.439-80.020-14.003s-40.104-23.725-52.013-42.010c-11.909-18.286-18.004-39.010-18.004-60.015 0-32.633 12.691-59.327 38.009-82.020 18.004-16.129 49.387-28.945 94.023-40.010 34.696-8.627 58.264-14.629 68.017-18.004 14.253-5.064 22.286-11.159 28.007-18.004s10.002-16.254 10.002-26.006c0-15.191-6.408-28.663-20.005-40.010s-35.196-16.004-62.015-16.004c-25.319 0-45.105 5.251-60.015 18.004s-25.131 32.82-30.007 60.015l-80.020-8.002c5.439-46.136 22.068-79.926 50.012-104.025s67.891-36.009 120.029-36.009c35.821 0 66.016 3.97 90.022 14.003s42.885 25.381 56.014 46.011c13.128 20.63 18.004 42.385 18.004 66.016 0 26.069-5.033 48.293-16.004 66.016s-26.601 31.789-46.011 42.010c-19.411 10.221-49.512 20.442-90.022 30.007s-65.516 19.192-76.019 28.007c-8.252 6.939-12.003 14.253-12.003 24.006 0 10.69 5.189 19.629 14.003 26.006 13.691 9.94 31.82 16.004 56.014 16.004 23.443 0 40.291-4.72 52.013-14.003s20.442-24.819 24.006-46.011l82.020 4.001c-1.313 37.884-13.847 67.329-40.010 90.022s-66.266 34.008-118.029 34.008zM728.178 731.944c-57.764 0-104.588-18.036-140.034-56.014s-54.013-91.398-54.013-160.039c0-64.891 18.755-116.622 54.013-154.038s79.269-56.014 134.033-56.014c44.261 0 81.238 10.159 110.027 32.008s49.637 55.013 62.015 100.024l-80.020 26.006c-6.939-30.195-20.068-51.95-36.009-66.016s-33.884-22.005-56.014-22.005c-30.008 0-55.264 11.878-74.018 34.008s-28.007 59.889-28.007 112.027c0 49.137 10.971 84.083 30.007 106.026s43.448 32.007 74.018 32.008c22.13 0 40.541-5.627 56.014-18.004s25.131-28.632 30.007-50.012l82.020 20.005c-9.378 33.008-23.256 58.389-42.010 76.019-31.508 29.819-71.58 44.010-122.030 44.011zM418.102 145.801c1.096-8.13 5.047-14.41 10.002-20.005 35.953-40.624 135.009-41.322 170.042 0 4.686 5.505 7.108 12.189 8.002 20.005 62.676-8.264 104.025-25.229 104.025-44.011 0-27.117-88.322-48.012-198.048-48.012s-200.049 20.895-200.049 48.012c0 18.782 43.35 35.746 106.026 44.011z" />
-<glyph unicode="&#xe9d9;" glyph-name="ems" d="M339.822 475.941c0 4.974-4.096 9.070-9.143 9.070-4.974 0-9.070-4.096-9.070-9.070v-22.089h18.213v22.089zM330.679 418.304c5.047 0 9.143 4.096 9.143 9.143v8.119h-18.213v-8.192c0-5.047 4.096-9.070 9.070-9.070zM358.107 435.566v-8.192c0-15.141-12.288-27.429-27.429-27.429-15.067 0-27.355 12.288-27.355 27.429v8.192h-41.106l-78.555-51.712h568.539l78.555 51.712h-472.649zM676.864 655.141c0 4.974-4.096 9.070-9.070 9.070s-9.070-4.096-9.070-9.070v-19.529h18.139v19.529zM695.15 617.326v-10.752c0-15.067-12.288-27.355-27.355-27.355s-27.355 12.288-27.355 27.355v10.752h-378.149l-78.702-51.712h568.613l78.629 51.785h-135.68zM667.794 597.504c4.974 0 9.070 4.096 9.070 9.070v10.752h-18.139v-10.752c0-4.974 4.096-9.070 9.070-9.070zM676.864 304.055c0 4.974-4.096 9.070-9.070 9.070s-9.070-4.023-9.070-9.070v-19.822h18.139v19.822zM695.15 265.947v-10.459c0-15.067-12.288-27.355-27.355-27.355s-27.355 12.288-27.355 27.355v10.459h-372.809l-78.629-51.785h568.613l78.629 51.785h-141.093zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM256.731 635.611h383.707v19.529c0 15.067 12.288 27.355 27.355 27.355s27.355-12.288 27.355-27.355v-19.529h196.681l-134.217-88.357h-635.026l134.144 88.357zM256.731 453.851h46.592v22.089c0 15.067 12.288 27.355 27.355 27.355 15.141 0 27.429-12.288 27.429-27.355v-22.089h533.797l-134.29-88.283h-635.026l134.144 88.283zM763.026 195.877h-635.026l134.144 88.357h378.295v19.822c0 15.067 12.288 27.355 27.355 27.355s27.355-12.288 27.355-27.355v-19.822h202.094l-134.217-88.357zM667.794 246.418c4.974 0 9.070 4.096 9.070 9.070v10.459h-18.139v-10.459c0-4.974 4.096-9.070 9.070-9.070z" />
-<glyph unicode="&#xe9da;" glyph-name="host" d="M336.238 774.875h315.465v-73.143h-315.465v73.143zM703.122 960h-418.45c-56.027 0-101.595-46.885-101.595-104.521v-815.031c0-57.563 45.568-104.448 101.595-104.448h418.523c56.101 0 101.669 46.885 101.669 104.521v814.958c-0.073 57.637-45.641 104.521-101.742 104.521zM731.648 40.521c0-17.262-12.8-31.378-28.526-31.378h-418.45c-15.653 0-28.453 14.043-28.453 31.378v814.958c0 17.335 12.727 31.378 28.453 31.378h418.523c15.726 0 28.526-14.043 28.526-31.378v-814.958zM336.238 628.59h315.465v-73.143h-315.465v73.143zM543.086 387.438c0-27.146-22.006-49.152-49.152-49.152s-49.152 22.006-49.152 49.152c0 27.146 22.006 49.152 49.152 49.152s49.152-22.006 49.152-49.152zM612.791 180.151h-237.714c-15.799 0-28.599-16.384-28.599-36.571s12.8-36.571 28.599-36.571h237.714c15.799 0 28.599 16.384 28.599 36.571s-12.8 36.571-28.599 36.571z" />
-<glyph unicode="&#xe9db;" glyph-name="network" d="M512 960c-282.331 0-512-229.669-512-512 0-239.031 164.864-439.881 386.779-495.835 0.366-0.585 1.097-1.536 1.317-1.682l1.463 1.097c39.278-9.874 80.165-15.579 122.441-15.579 282.258 0 512 229.742 512 512 0 282.331-229.742 512-512 512zM469.358 71.168c-11.995 14.775-29.477 24.869-49.957 24.869-15.799 0-29.769-6.29-41.106-15.726-3.145 6.29-6.363 12.434-9.582 19.31 43.081 19.383 92.891 47.982 145.701 90.405 8.631-4.242 18.066-7.168 28.379-7.168 24.576 0 45.129 14.117 56.247 34.158 135.753 12.581 248.247 65.024 320.439 108.617 4.315-1.243 8.411-2.341 13.093-2.633-5.047-16.969-11.045-33.499-18.066-49.591-56.174-36.279-192.366-123.026-242.322-143.579-53.029-21.797-143.726-44.837-202.825-58.661zM82.798 539.063l4.974-5.705c0.878 0.805 64.219 52.955 183.735 90.77-17.554-46.226-30.574-95.232-35.474-145.92-3.291-34.597-3.584-68.315-1.682-101.083-1.463-0.805-2.779-1.829-4.169-2.779-70.949 47.909-123.904 101.083-152.503 133.047 1.463 10.679 2.926 21.358 5.12 31.671zM512 886.857c77.019 0 149.358-20.041 212.261-55.003-1.536-26.551-4.901-67.218-11.41-115.054-6.29-3.365-12.142-7.314-16.969-12.434-62.683 11.63-133.12 18.871-207.433 16.018-36.133-1.463-69.925-4.681-101.522-9.289-1.243 2.341-2.926 4.389-4.389 6.51 45.787 76.507 97.719 136.777 128 169.179 0.512 0 0.951 0.073 1.463 0.073zM934.107 566.565c10.533-37.303 16.53-76.434 16.677-116.955-4.901 1.17-9.582 2.926-14.775 2.926-35.986 0-65.17-29.111-65.17-65.17 0-7.022 1.829-13.531 4.023-19.822-64.585-37.303-158.427-78.994-268.873-91.429 2.56 2.999 5.12 5.413 7.826 8.411 72.046 80.603 113.737 201.435 137.728 312.174 16.969 2.267 31.598 10.679 41.691 23.406 81.847-24.503 135.314-50.761 140.873-53.541zM292.791 382.318c-1.682 29.403-1.463 59.538 1.463 90.331 4.754 49.591 18.651 97.719 37.157 143.141 24.795 0.512 45.714 14.994 56.247 35.694 32.037 4.974 65.975 8.923 102.985 10.386 67.365 2.56 131.95-4.096 190.098-14.775 2.414-11.703 7.095-22.382 14.994-30.866-22.089-104.96-60.050-219.502-125.513-292.718-4.242-4.608-8.338-8.777-12.654-13.385-4.827 1.243-9.509 2.999-14.702 2.999-25.893 0-47.762-15.433-58.295-37.303-54.857 5.851-106.203 20.992-152.942 41.765 0.146 1.536 0.951 2.926 0.951 4.608 0 27.063-16.384 50.249-39.79 60.123zM457.435 220.306c-40.667-30.281-78.775-51.566-112.128-66.706-13.019 32.841-25.088 69.413-34.523 108.91 45.056-19.675 94.062-34.67 146.651-42.203zM904.119 643.877c-25.893 10.533-59.611 22.747-99.401 34.45-5.12 17.262-16.603 31.305-32.256 39.278 3.73 28.891 6.29 54.93 8.046 76.873 51.712-40.229 94.062-91.648 123.611-150.601zM424.594 878.080c-29.038-34.889-62.683-79.872-93.915-132.389-0.146 0-0.293 0.146-0.439 0.146-34.962 0-62.83-27.575-64.512-62.098-69.632-20.773-122.88-45.861-158.72-66.926 55.369 132.389 173.787 232.082 317.586 261.266zM74.24 425.838c32.475-31.817 75.703-69.339 128.146-104.155 0.219-29.769 20.919-53.833 48.494-61.147 10.386-46.885 24.283-89.893 39.497-128.146-37.595-11.849-61.879-14.263-66.414-14.702-86.967 75.995-143.506 185.49-149.723 308.151zM288.987 70.729c7.68 2.048 15.945 4.608 24.722 7.461 4.608-9.728 9.216-19.017 13.751-27.721-13.239 6.071-26.039 12.8-38.473 20.261zM512 9.143c-10.679 0-21.065 0.878-31.525 1.536 0.366 1.024 0.366 1.975 0.658 2.999 60.709 14.19 155.648 38.107 213.504 62.171 31.086 12.873 89.673 47.177 144.896 81.115-80.384-90.478-197.266-147.822-327.534-147.822z" />
-<glyph unicode="&#xe9dc;" glyph-name="NFV" d="M176.567 386.414c11.703 14.263 27.721 67.584 27.721 67.584v92.745l-103.424 9.874-100.864-10.898v-92.745c0 0 15.945-53.321 27.794-67.803 39.058-48.421 53.979-63.415 73.070-83.017h1.463v1.097h1.317c18.798 19.529 33.792 34.45 72.923 83.163zM103.131 342.821h-1.024v-0.878h-1.024c-14.775 15.36-26.478 16.311-57.198 54.199-9.143 11.557-21.723 53.248-21.723 53.248v72.485l78.921 8.631 80.896-7.826v-72.485c0 0-12.434-41.618-21.577-52.882-30.72-38.181-42.423-39.205-57.271-54.491zM166.4 505.856l-65.097 6.217-63.415-6.875v-58.368c0 0 10.021-33.499 17.481-42.642 24.576-30.574 34.085-31.451 45.934-43.593h0.878v0.731h0.878c11.776 12.069 21.285 12.946 45.934 43.52 7.461 8.997 17.408 42.642 17.408 42.642v58.368zM901.12 461.605c67.584 0 122.441 22.455 122.441 50.395 0 0.293 0 0.512 0 0.805 0 0.146 0 0.585 0 0.805-1.682 27.209-56.027 48.933-122.441 48.933-67.438-0.146-122.295-22.747-122.295-50.542 0-27.867 54.857-50.395 122.295-50.395zM901.632 450.194c-67.511 0-122.368 22.601-122.368 50.395 0 1.682-0.731 6.949-0.878 10.167v-31.525c0.439-4.754 0.878-9.874 0.878-12.142 0-27.794 54.857-50.469 122.368-50.469 67.584 0 122.368 22.674 122.368 50.469v33.573c0-27.867-54.784-50.469-122.368-50.469zM901.632 401.262c-67.511 0-122.368 22.747-122.368 50.395 0 1.609-0.731 6.583-0.878 9.655v-29.403c0.439-4.827 0.878-9.874 0.878-12.069 0-28.087 54.857-50.542 122.368-50.542 67.584 0.146 122.368 22.528 122.368 50.688v31.817c0-27.794-54.784-50.542-122.368-50.542zM901.632 354.158c-67.511 0-122.368 22.455-122.368 50.395 0 1.536-0.731 6.583-0.878 9.728v-31.013c0.146-1.024 0.439-2.267 0.439-2.999 0-28.014 54.857-50.395 122.295-50.395 67.584 0 122.441 22.601 122.441 50.395 0 0.731 0.219 1.975 0.439 2.999v21.285c0-27.867-54.784-50.395-122.368-50.395zM623.835 922.478c0 20.699-17.701 37.376-39.57 37.376h-94.427c-21.87 0.073-39.643-16.677-39.643-37.376v-54.711h173.568l0.073 54.711zM450.267 712.631c0-20.626 17.701-37.376 39.57-37.376h94.501c21.943 0 39.57 16.75 39.57 37.376v136.411h-173.641v-136.411zM537.015 765.659c8.85 0 16.018-6.729 16.018-15.067s-7.168-14.994-16.018-14.994c-8.704 0-15.872 6.802-15.872 15.067s7.022 14.994 15.872 14.994zM669.769 101.742c0-10.018-56.62-18.139-126.464-18.139s-126.464 8.121-126.464 18.139c0 10.018 56.62 18.139 126.464 18.139s126.464-8.121 126.464-18.139zM418.67 85.504v-121.051c0 0 27.721-28.306 128.512-28.453 106.423 0 122.661 28.453 122.661 28.453v121.051c0 0-68.608-11.849-124.343-11.849-66.487-0.073-126.83 11.849-126.83 11.849zM501.979-5.559v0h-16.018v-16.238l-25.673 24.43 25.673 23.771v-16.165h16.018v-15.799zM540.745-49.737l-25.746 24.283h16.969v15.141h16.896v-15.141h16.969l-25.088-24.283zM578.926 10.313h16.018v16.165l25.673-23.845-25.673-24.283v16.165h-16.018v15.799zM548.864 29.842v-15.067h-16.969v15.067h-16.969l25.673 24.357 25.234-24.357h-16.969zM382.025 805.303l-23.406 53.687c-18.139-7.973-35.621-16.896-52.224-26.99l30.208-50.103c14.482 8.777 29.623 16.603 45.422 23.406zM281.819 742.327l-38.181 44.325c-19.529-16.823-37.742-35.401-54.199-55.296l45.056-37.303c14.409 17.408 30.354 33.646 47.323 48.274zM196.096 638.171l-50.761 29.111c-9.655-16.969-18.286-34.597-25.746-52.663l54.053-22.309c6.51 15.653 13.97 31.086 22.455 45.861zM909.897 592.311l54.126 22.309c-7.607 18.359-16.091 35.986-25.746 52.736l-50.688-29.038c8.411-14.702 15.799-30.062 22.309-46.007zM893.294 732.672c-16.823 20.334-35.547 39.351-55.808 56.466l-37.888-44.544c17.481-14.994 33.865-31.525 48.494-49.225l45.202 37.303zM697.125 807.643c15.799-6.656 31.013-14.263 45.641-22.894l29.55 50.469c-16.75 9.801-34.304 18.578-52.37 26.258l-22.821-53.833zM697.051 74.898l22.967-53.833c18.139 7.753 35.547 16.53 52.297 26.112l-29.257 50.688c-14.702-8.411-29.989-16.165-46.007-22.967zM798.354 136.85l37.595-44.837c19.749 16.603 38.181 34.962 54.93 54.711l-44.544 37.888c-14.702-17.335-30.866-33.426-47.982-47.762zM885.321 239.982l50.542-29.403c9.801 16.75 18.505 34.231 26.185 52.224l-53.833 22.967c-6.656-15.726-14.19-31.013-22.894-45.787zM175.543 285.769l-53.76-22.967c7.753-18.139 16.53-35.547 26.112-52.224l50.615 29.257c-8.485 14.629-16.165 30.062-22.967 45.934zM191.561 148.407c16.018-19.383 33.938-37.595 53.321-54.053l38.034 44.398c-16.823 14.409-32.402 30.208-46.299 46.958l-45.056-37.303zM306.542 49.81c16.75-10.094 34.231-19.090 52.005-26.843l23.406 53.541c-15.506 6.802-30.72 14.629-45.422 23.406l-29.989-50.103z" />
-<glyph unicode="&#xe9dd;" glyph-name="NS" d="M566.711 117.76c13.897-21.504 36.937-36.498 64.439-36.498 27.575 0 50.542 14.994 64.585 36.498h328.265v73.143h-322.194c-7.314 15.433-19.017 28.453-34.085 36.571v67.877c115.785 57.71 196.242 176.055 196.242 313.929 0 194.048-157.842 351.89-351.963 351.89s-351.963-157.842-351.963-351.817c0-137.801 80.457-256.146 196.169-313.929v-104.521h-356.206v-73.143h356.206v-35.621c-15.067-8.119-26.697-20.992-33.938-36.425h-322.267v-73.143h328.192c13.97-21.504 37.083-36.571 64.585-36.571s50.615 15.067 64.512 36.571h566.711v73.143h-560.713c-7.241 15.433-18.871 28.306-33.938 36.425v35.621h137.362zM233.179 609.353c0 153.746 125.074 278.747 278.821 278.747s278.821-125.001 278.821-278.747-125.074-278.747-278.821-278.747-278.821 125.001-278.821 278.747zM429.349 268.288c26.624-6.51 53.979-10.825 82.651-10.825 28.599 0 55.954 4.389 82.578 10.752v-40.814c-15.067-8.119-26.697-21.065-33.938-36.498h-131.291v77.385zM647.753 390.875c32.475 0 58.88 26.112 58.88 58.661-0.146 32.329-26.331 58.661-58.88 58.661-23.333 0-43.301-13.751-52.809-33.426l-192.293 63.927c0.658 3.072 1.097 6.29 1.097 9.728 0 9.655-2.633 18.725-6.802 26.917l181.102 154.478c10.24-8.265 22.894-13.312 36.718-13.312 32.402 0 58.807 26.258 58.807 58.661 0 32.329-26.331 58.661-58.807 58.661s-58.587-26.331-58.587-58.734c0-9.070 2.121-17.554 5.778-25.088l-181.687-154.99c-9.801 7.607-21.943 12.142-35.255 12.142-32.402 0-58.661-26.185-58.661-58.661s26.185-58.587 58.661-58.587c19.822 0 37.303 9.655 47.909 24.795l196.242-65.243c0-32.475 26.185-58.587 58.587-58.587z" />
-<glyph unicode="&#xe9de;" glyph-name="sdno" d="M196.023 416.256l19.895 1.755c0.951-8.046 3.072-14.555 6.583-19.675 3.511-5.047 8.85-9.216 16.091-12.434 7.314-3.072 15.506-4.754 24.576-4.754 8.046 0 15.214 1.243 21.358 3.584 6.217 2.341 10.752 5.632 13.751 9.947 2.999 4.169 4.535 8.704 4.535 13.605 0 4.974-1.463 9.362-4.389 13.166-2.926 3.657-7.753 6.802-14.336 9.362-4.315 1.682-13.751 4.389-28.526 7.826-14.555 3.511-24.869 6.802-30.72 9.874-7.68 4.096-13.385 9.070-17.115 14.994-3.803 5.925-5.559 12.581-5.559 19.968 0 7.973 2.267 15.506 6.802 22.528 4.608 7.022 11.337 12.361 20.041 15.945 8.85 3.657 18.505 5.486 29.33 5.486 11.849 0 22.235-1.902 31.305-5.705 9.070-3.877 15.945-9.509 20.846-16.896s7.461-15.726 7.826-25.234l-20.261-1.463c-1.024 10.167-4.681 17.774-11.045 22.967-6.217 5.12-15.579 7.68-27.867 7.68-12.727 0-22.089-2.341-27.941-7.095-5.851-4.608-8.777-10.24-8.777-16.823 0-5.778 2.121-10.533 6.217-14.117 4.096-3.803 14.775-7.607 31.963-11.41 17.189-3.95 28.965-7.314 35.328-10.24 9.289-4.242 16.238-9.728 20.699-16.238 4.389-6.656 6.583-14.19 6.583-22.821 0-8.485-2.414-16.603-7.241-24.137-5.047-7.387-11.922-13.239-21.065-17.408-9.143-4.315-19.383-6.29-30.866-6.29-14.409 0-26.551 1.975-36.352 6.29-9.728 4.315-17.335 10.606-22.967 19.090-5.486 8.411-8.411 18.066-8.704 28.672zM352.11 364.91v159.744h55.003c12.361 0 21.87-0.731 28.379-2.267 9.216-2.121 16.969-5.851 23.479-11.483 8.411-7.022 14.702-16.165 18.871-27.209 4.169-11.118 6.363-23.771 6.363-38.034 0-12.142-1.463-22.894-4.242-32.183-2.853-9.435-6.51-17.115-10.971-23.259s-9.216-10.971-14.555-14.482c-5.339-3.657-11.63-6.29-19.090-8.046s-15.945-2.779-25.673-2.779h-57.563zM373.248 383.854h34.085c10.459 0 18.798 0.951 24.722 2.926 5.998 1.902 10.752 4.754 14.336 8.265 5.047 4.974 8.997 11.703 11.776 20.261 2.779 8.338 4.242 18.651 4.242 30.72 0 16.75-2.706 29.55-8.192 38.546-5.632 8.997-12.288 14.921-20.041 18.066-5.778 2.121-14.848 3.291-27.429 3.291h-33.499v-122.075zM513.097 364.91v159.744h21.723l83.822-125.367v125.367h20.334v-159.744h-21.723l-83.968 125.586v-125.586h-20.187zM667.941 442.734c0 26.551 7.095 47.323 21.358 62.391 14.19 14.994 32.695 22.455 55.223 22.455 14.702 0 28.087-3.511 39.863-10.606 11.776-7.022 20.773-16.896 26.99-29.477 6.217-12.654 9.362-26.917 9.362-42.862 0-16.238-3.218-30.647-9.728-43.52-6.656-12.727-15.872-22.455-27.941-28.965-11.922-6.583-24.942-9.874-38.693-9.874-15.067 0-28.453 3.657-40.448 10.898-11.703 7.241-20.699 17.189-26.77 29.769s-9.216 25.819-9.216 39.79zM689.737 442.514c0-19.31 5.193-34.523 15.653-45.568 10.24-11.118 23.259-16.603 38.839-16.603 16.018 0 28.965 5.559 39.278 16.677 10.313 11.264 15.433 27.136 15.433 47.689 0 13.019-2.194 24.357-6.583 34.085-4.462 9.655-10.825 17.189-19.237 22.528-8.558 5.266-18.139 7.973-28.599 7.973-15.067 0-27.867-5.12-38.546-15.433-10.898-10.24-16.238-27.429-16.238-51.346zM508.416-67.145c-282.331 0-512.073 229.742-512.073 512 0 282.331 229.742 512 512.073 512 282.258 0 512-229.742 512-512s-229.669-512-512-512zM508.416 920.283c-262.217 0-475.502-213.285-475.502-475.429 0-262.071 213.285-475.429 475.502-475.429 262.144 0 475.429 213.285 475.429 475.429s-213.285 475.429-475.429 475.429zM496.421 53.029c-210.798 0-382.318 171.52-382.318 382.318s171.52 382.318 382.318 382.318 382.318-171.52 382.318-382.318-171.52-382.318-382.318-382.318zM496.421 781.093c-190.61 0-345.746-155.136-345.746-345.746 0-190.683 155.063-345.746 345.746-345.746s345.746 155.063 345.746 345.746c0 190.61-155.063 345.746-345.746 345.746z" />
-<glyph unicode="&#xe9df;" glyph-name="vapel_chgpile" d="M741.841 865.885c0 39.983-32.256 72.239-72.099 72.239h-375.529c-39.983 0-72.239-32.256-72.239-72.239v-58.508h519.82v58.508zM745.472-20.713v2.327c0-0.465-0.093-0.884-0.186-1.164 0.093-0.372 0.186-0.745 0.186-1.164zM218.345-20.713c0 0.465 0.14 0.838 0.186 1.164-0.047 0.372-0.186 0.745-0.186 1.164v-2.327zM840.285 747.753h-98.351v49.105h-519.913v-128.047h519.866v29.137h25.553v-24.902h10.892c-0.605-26.577-5.353-228.492-7.075-279.459-4.561-138.333-7.121-198.796-21.83-231.098-24.25-53.248-103.098-64.698-119.901-66.607v195.072h40.169c39.796 0 72.192 32.349 72.192 72.099v295.331h-519.866v-295.284c0-39.75 32.209-72.099 72.239-72.099h40.076v-283.276c0-3.724 0.605-7.075 1.583-10.473h-99.514c-9.635 0-17.361-7.354-17.873-16.803 0.512-9.356 8.239-16.803 17.873-16.803h491.055c9.495 0 17.315 7.447 17.92 16.803-0.605 9.449-8.425 16.803-17.92 16.803h-99.421c0.977 3.351 1.396 6.749 1.396 10.38v49.105c38.121 7.447 118.551 15.453 154.065 92.346 21.225 46.173 22.295 125.719 24.948 241.478 3.072 134.004 5.958 261.911 6.423 282.484h9.495v24.902h15.919v49.804zM693.62 639.348c9.914 0 18.060-8.052 18.060-18.060 0-9.914-8.145-18.106-18.060-18.106-10.1 0-18.106 8.192-18.106 18.106 0.047 10.007 8.052 18.060 18.106 18.060zM435.852 317.021l30.906 96.815-45.056 11.729 84.294 145.315-23.366-114.502 45.754-20.48-92.532-118.877z" />
-<glyph unicode="&#xe9e0;" glyph-name="VDU" d="M220.453 677.010h256.293v-59.465h-256.293v59.465zM220.453 558.153h256.293v-59.465h-256.293v59.465zM388.535 362.277c0-22.056-17.88-39.936-39.936-39.936s-39.936 17.88-39.936 39.936c0 22.056 17.88 39.936 39.936 39.936s39.936-17.88 39.936-39.936zM445.147 193.755h-193.17c-12.8 0-23.259-13.385-23.259-29.696s10.459-29.696 23.259-29.696h193.17c12.8 0 23.259 13.385 23.259 29.696s-10.459 29.696-23.259 29.696zM869.157 144.018h-30.866c-32.475 0-58.88-26.331-58.88-58.953v-9.947h-83.968v307.054h85.285c4.608-27.867 27.721-49.518 56.832-49.518h30.939c32.475 0 58.807 26.331 58.807 58.953v30.793c0 32.475-26.258 58.88-58.807 58.88h-30.939c-32.475 0-58.88-26.258-58.88-58.88v-10.459h-83.237v314.441h85.504c5.12-27.209 28.014-48.274 56.613-48.274h30.939c32.475 0 58.807 26.331 58.807 58.88v30.939c0 32.475-26.258 58.88-58.807 58.88h-30.939c-32.475 0-58.88-26.331-58.88-58.88v-11.776h-96.914v-0.219h-16.091v-344.064h-64.512v330.606c0 46.811-37.010 84.919-82.578 84.919h-340.041c-45.568 0-82.578-38.107-82.578-84.919v-662.235c0-46.811 37.010-84.846 82.578-84.846h339.968c45.641 0 82.578 38.107 82.578 84.992v301.934h64.585v-336.75h16.091v-0.146h99.328c4.462-28.16 27.794-50.030 57.125-50.030h30.866c32.475 0 58.88 26.331 58.88 58.88v30.793c0.073 32.549-26.331 58.953-58.807 58.953zM541.696 80.457c0-14.19-10.386-25.6-23.186-25.6h-339.968c-12.8 0-23.113 11.337-23.113 25.6v662.016c0 14.117 10.313 25.527 23.113 25.527h339.968c12.8 0 23.186-11.41 23.186-25.527v-662.016z" />
-<glyph unicode="&#xe9e1;" glyph-name="VIM" d="M992.11 325.266l-49.591 20.773c1.097 10.167 3.072 19.968 3.072 30.354 0 10.459-1.829 20.041-3.072 30.135l49.737 20.919c26.917 11.337 39.058 44.178 27.063 73.509l-14.994 36.571c-11.922 29.403-43.447 43.959-70.363 32.549l-49.591-20.773c-9.582 12.361-20.261 23.845-32.11 34.377l22.894 49.079c12.361 26.697-0.366 59.246-28.745 72.85l-35.401 16.75c-28.16 13.531-61.147 2.926-73.435-23.771l-4.169-8.85h-122.88l-4.169 8.923c-12.434 26.697-45.349 37.303-73.509 23.771l-35.401-16.823c-8.046-3.877-14.409-9.435-19.749-15.799h-69.266l-81.993 85.797h-329.655v-141.166l146.578-605.623h394.24c14.043-5.339 28.599-5.12 41.253 0h186.149c14.117-5.705 30.647-6.071 46.007 1.317l35.328 17.115c25.088 11.776 36.864 38.546 30.939 63.049l22.821 23.845-42.423 40.594c9.509 9.070 18.578 18.432 26.77 28.745l49.371-20.919c26.917-11.191 58.514 3.218 70.437 32.622l14.994 36.498c12.142 29.55-0.219 62.098-27.136 73.582zM400.384 396.873c-0.951-6.729-2.048-13.458-2.048-20.48 0-10.459 1.975-20.187 3.072-30.501l-49.664-20.773c-26.917-11.337-39.131-43.886-27.136-73.435l15.141-36.498c11.849-29.403 43.447-43.886 70.29-32.622l49.371 20.626c9.728-12.288 20.48-23.698 32.037-34.231l-22.821-49.079c-2.706-5.778-3.657-11.849-4.096-17.92h-251.611l92.306 294.912h95.159zM841.070 376.247c0-94.574-75.776-171.593-169.033-171.593-93.477 0-169.179 77.019-169.179 171.593 0 7.095 1.243 13.824 2.048 20.699h4.096v22.674c19.017 73.801 84.48 128.366 163.109 128.366 93.184 0 168.96-76.727 168.96-171.739zM715.118 102.034h-10.094c3.218 0.512 6.583 0.512 9.728 1.024l0.366-1.024zM638.683 102.034h-10.094l0.512 1.024c3.145-0.585 6.437-0.585 9.582-1.024zM69.925 702.464h225.207l81.993-85.797h99.035l15.287-32.914c-11.703-10.533-22.382-22.016-32.11-34.377l-49.445 20.699c-26.843 11.337-58.368-3.145-70.217-32.549l-15.067-36.571c-4.242-10.313-4.535-20.846-3.145-30.939h-69.998l-78.921-252.197-102.619 421.010v63.634z" />
-<glyph unicode="&#xe9e2;" glyph-name="VNF" d="M706.267 314.368c-29.989 0-55.589-17.627-67.73-42.935l-246.93 81.993c0.805 4.023 1.317 8.119 1.317 12.507 0 12.361-3.365 24.064-8.631 34.523l232.448 198.29c13.166-10.533 29.403-17.042 47.25-17.042 41.545 0 75.41 33.719 75.41 75.337 0 41.545-33.865 75.264-75.41 75.264-41.618 0-75.337-33.719-75.337-75.337 0-11.63 2.779-22.455 7.534-32.256l-233.253-198.949c-12.654 9.728-28.233 15.579-45.275 15.579-41.691 0-75.41-33.646-75.41-75.264 0-41.691 33.719-75.264 75.41-75.264 25.454 0 47.835 12.434 61.513 31.89l251.831-83.749c0-41.618 33.719-75.264 75.264-75.264 41.691 0 75.557 33.646 75.557 75.264-0.073 41.618-33.792 75.41-75.557 75.41zM512 960c-282.258 0-512-229.742-512-512 0-282.331 229.742-512 512-512 282.331 0 512 229.669 512 512 0 282.258-229.669 512-512 512zM512 9.143c-242.030 0-438.857 196.827-438.857 438.857s196.827 438.857 438.857 438.857 438.857-196.827 438.857-438.857-196.827-438.857-438.857-438.857z" />
-<glyph unicode="&#xe9e3;" glyph-name="VNFC" d="M536.869 360.302c-24.21 0-44.763-14.19-54.638-34.597l-198.729 66.048c0.585 3.218 1.024 6.583 1.024 10.094 0 9.947-2.706 19.383-6.949 27.721l187.246 159.671c10.533-8.485 23.625-13.751 38.034-13.751 33.499 0 60.709 27.209 60.709 60.709s-27.209 60.709-60.709 60.709-60.709-27.282-60.709-60.782c0-9.362 2.194-18.066 5.998-25.966l-187.831-160.183c-10.167 7.826-22.674 12.581-36.425 12.581-33.499 0-60.709-27.136-60.709-60.635s27.209-60.635 60.709-60.635c20.48 0 38.546 10.021 49.518 25.673l202.752-67.365c0-33.573 27.209-60.635 60.709-60.635s60.782 27.063 60.782 60.635c-0.073 33.499-27.209 60.709-60.782 60.709zM1024 599.406l-192.073 99.547-192.146-99.547 192.146-99.621 192.073 99.621zM831.927 660.334l117.321-60.928-117.321-60.928-117.467 60.928 117.467 60.928zM831.927 408.722l-105.253 54.638h-74.679l179.931-93.33 179.931 93.33h-74.679zM831.927 278.894l-105.253 54.784h-74.679l179.931-93.403 179.931 93.403h-74.679zM821.394 137.143c-79.36-79.067-188.782-128-309.394-128-242.030 0-438.857 196.827-438.857 438.857s196.827 438.857 438.857 438.857c97.792 0 187.904-32.549 260.974-86.894h109.861c-93.33 98.304-224.914 160.037-370.834 160.037-282.331 0-512-229.669-512-512 0-282.258 229.669-512 512-512 165.376 0 312.247 79.141 405.87 201.143h-96.475z" />
-<glyph unicode="&#xe9e4;" glyph-name="VNFM" d="M785.481 79.214h-555.081l92.306 294.766h203.703v73.143h-257.39l-78.921-252.050-102.619 420.937v63.561h225.134l81.993-85.797h247.589v73.143h-216.283l-81.993 85.797h-329.582v-141.093l146.578-605.55h655.872l100.718 105.399-52.882 50.615zM1020.050 263.607c-13.239 39.936-56.466 61.952-96.768 48.64-28.965-9.655-47.909-34.816-51.639-63.195l-264.558 0.293c-0.731 4.169-1.609 8.265-2.853 12.288-4.096 12.142-10.971 22.235-19.383 30.501l160.841 265.874c16.018-5.998 33.938-7.168 51.273-1.39 40.155 13.312 61.879 56.686 48.494 96.914-13.312 40.155-56.539 61.952-96.768 48.64-40.082-13.312-61.806-56.686-48.567-96.841 3.73-11.118 9.801-20.846 17.554-28.745l-161.573-266.606c-15.287 5.266-32.037 5.998-48.64 0.585-40.155-13.312-61.952-56.613-48.64-96.768 13.312-40.302 56.613-62.025 96.841-48.64 24.576 8.119 42.13 27.502 49.152 50.469l269.824-0.219c13.312-40.155 56.686-61.879 96.695-48.567 40.302 13.385 62.025 56.686 48.713 96.768z" />
-</font></defs></svg> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteIctIcons.ttf b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteIctIcons.ttf
deleted file mode 100644
index 5cc40aac..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteIctIcons.ttf
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteIctIcons.woff b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteIctIcons.woff
deleted file mode 100644
index 0564e188..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteIctIcons.woff
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteTableIcons.eot b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteTableIcons.eot
deleted file mode 100644
index 2b6211f8..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteTableIcons.eot
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteTableIcons.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteTableIcons.svg
deleted file mode 100644
index 77eff7d7..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteTableIcons.svg
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>Generated by IcoMoon</metadata>
-<defs>
-<font id="ZteTableIcons" horiz-adv-x="1024">
-<font-face units-per-em="1024" ascent="960" descent="-64" />
-<missing-glyph horiz-adv-x="1024" />
-<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
-<glyph unicode="&#xe900;" glyph-name="fold" d="M512 934.4c-266.24 0-486.4-220.16-486.4-486.4s220.16-486.4 486.4-486.4c266.24 0 486.4 220.16 486.4 486.4s-220.16 486.4-486.4 486.4zM512 12.8c-240.64 0-435.2 194.56-435.2 435.2s194.56 435.2 435.2 435.2 435.2-194.56 435.2-435.2-194.56-435.2-435.2-435.2zM512 750.080c-163.84 0-302.080-133.12-302.080-302.080 0-163.84 133.12-302.080 302.080-302.080 163.84 0 302.080 133.12 302.080 302.080 0 163.84-138.24 302.080-302.080 302.080zM660.48 401.92h-102.4v-102.4h-92.16v102.4h-102.4v92.16h102.4v102.4h97.28v-102.4h102.4v-92.16z" />
-<glyph unicode="&#xe901;" glyph-name="open" d="M512 934.4c-266.24 0-486.4-220.16-486.4-486.4s220.16-486.4 486.4-486.4c266.24 0 486.4 220.16 486.4 486.4s-220.16 486.4-486.4 486.4zM512 12.8c-240.64 0-435.2 194.56-435.2 435.2s194.56 435.2 435.2 435.2 435.2-194.56 435.2-435.2-194.56-435.2-435.2-435.2zM512 750.080c-163.84 0-302.080-133.12-302.080-302.080 0-163.84 133.12-302.080 302.080-302.080 163.84 0 302.080 133.12 302.080 302.080 0 163.84-138.24 302.080-302.080 302.080zM660.48 401.92h-296.96v92.16h302.080v-92.16z" />
-</font></defs></svg> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteTableIcons.ttf b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteTableIcons.ttf
deleted file mode 100644
index f52ce211..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteTableIcons.ttf
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteTableIcons.woff b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteTableIcons.woff
deleted file mode 100644
index f120a67e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/ZteTableIcons.woff
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/fontawesome-webfont.eot b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/fontawesome-webfont.eot
deleted file mode 100644
index e9f60ca9..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/fontawesome-webfont.eot
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/fontawesome-webfont.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/fontawesome-webfont.svg
deleted file mode 100644
index 855c845e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/fontawesome-webfont.svg
+++ /dev/null
@@ -1,2671 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg>
-<metadata>
-Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016
- By ,,,
-Copyright Dave Gandy 2016. All rights reserved.
-</metadata>
-<defs>
-<font id="FontAwesome" horiz-adv-x="1536" >
- <font-face
- font-family="FontAwesome"
- font-weight="400"
- font-stretch="normal"
- units-per-em="1792"
- panose-1="0 0 0 0 0 0 0 0 0 0"
- ascent="1536"
- descent="-256"
- bbox="-1.02083 -256.962 2304.6 1537.02"
- underline-thickness="0"
- underline-position="0"
- unicode-range="U+0020-F500"
- />
-<missing-glyph horiz-adv-x="896"
-d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" />
- <glyph glyph-name=".notdef" horiz-adv-x="896"
-d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" />
- <glyph glyph-name=".null" horiz-adv-x="0"
- />
- <glyph glyph-name="nonmarkingreturn" horiz-adv-x="597"
- />
- <glyph glyph-name="space" unicode=" " horiz-adv-x="448"
- />
- <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="1792"
- />
- <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1792"
- />
- <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1792"
- />
- <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="1792"
- />
- <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1792"
- />
- <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1792"
- />
- <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1792"
- />
- <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1792"
- />
- <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="1792"
- />
- <glyph glyph-name="glass" unicode="&#xf000;" horiz-adv-x="1792"
-d="M1699 1350q0 -35 -43 -78l-632 -632v-768h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h320v768l-632 632q-43 43 -43 78q0 23 18 36.5t38 17.5t43 4h1408q23 0 43 -4t38 -17.5t18 -36.5z" />
- <glyph glyph-name="music" unicode="&#xf001;"
-d="M1536 1312v-1120q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v537l-768 -237v-709q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89
-t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v967q0 31 19 56.5t49 35.5l832 256q12 4 28 4q40 0 68 -28t28 -68z" />
- <glyph glyph-name="search" unicode="&#xf002;" horiz-adv-x="1664"
-d="M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5
-t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
- <glyph glyph-name="envelope" unicode="&#xf003;" horiz-adv-x="1792"
-d="M1664 32v768q-32 -36 -69 -66q-268 -206 -426 -338q-51 -43 -83 -67t-86.5 -48.5t-102.5 -24.5h-1h-1q-48 0 -102.5 24.5t-86.5 48.5t-83 67q-158 132 -426 338q-37 30 -69 66v-768q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1664 1083v11v13.5t-0.5 13
-t-3 12.5t-5.5 9t-9 7.5t-14 2.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5q0 -168 147 -284q193 -152 401 -317q6 -5 35 -29.5t46 -37.5t44.5 -31.5t50.5 -27.5t43 -9h1h1q20 0 43 9t50.5 27.5t44.5 31.5t46 37.5t35 29.5q208 165 401 317q54 43 100.5 115.5t46.5 131.5z
-M1792 1120v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
- <glyph glyph-name="heart" unicode="&#xf004;" horiz-adv-x="1792"
-d="M896 -128q-26 0 -44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124t127 -344q0 -221 -229 -450l-623 -600
-q-18 -18 -44 -18z" />
- <glyph glyph-name="star" unicode="&#xf005;" horiz-adv-x="1664"
-d="M1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -21 -10.5 -35.5t-30.5 -14.5q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455
-l502 -73q56 -9 56 -46z" />
- <glyph glyph-name="star_empty" unicode="&#xf006;" horiz-adv-x="1664"
-d="M1137 532l306 297l-422 62l-189 382l-189 -382l-422 -62l306 -297l-73 -421l378 199l377 -199zM1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -50 -41 -50q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500
-l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455l502 -73q56 -9 56 -46z" />
- <glyph glyph-name="user" unicode="&#xf007;" horiz-adv-x="1280"
-d="M1280 137q0 -109 -62.5 -187t-150.5 -78h-854q-88 0 -150.5 78t-62.5 187q0 85 8.5 160.5t31.5 152t58.5 131t94 89t134.5 34.5q131 -128 313 -128t313 128q76 0 134.5 -34.5t94 -89t58.5 -131t31.5 -152t8.5 -160.5zM1024 1024q0 -159 -112.5 -271.5t-271.5 -112.5
-t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
- <glyph glyph-name="film" unicode="&#xf008;" horiz-adv-x="1920"
-d="M384 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 320v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 704v128q0 26 -19 45t-45 19h-128
-q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 -64v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM384 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45
-t45 -19h128q26 0 45 19t19 45zM1792 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 704v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1792 320v128
-q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 704v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19
-t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1920 1248v-1344q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1344q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
- <glyph glyph-name="th_large" unicode="&#xf009;" horiz-adv-x="1664"
-d="M768 512v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM768 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 512v-384q0 -52 -38 -90t-90 -38
-h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
- <glyph glyph-name="th" unicode="&#xf00a;" horiz-adv-x="1792"
-d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 288v-192q0 -40 -28 -68t-68 -28h-320
-q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28
-h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192
-q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68z" />
- <glyph glyph-name="th_list" unicode="&#xf00b;" horiz-adv-x="1792"
-d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-960
-q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28
-h960q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68z" />
- <glyph glyph-name="ok" unicode="&#xf00c;" horiz-adv-x="1792"
-d="M1671 970q0 -40 -28 -68l-724 -724l-136 -136q-28 -28 -68 -28t-68 28l-136 136l-362 362q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -295l656 657q28 28 68 28t68 -28l136 -136q28 -28 28 -68z" />
- <glyph glyph-name="remove" unicode="&#xf00d;" horiz-adv-x="1408"
-d="M1298 214q0 -40 -28 -68l-136 -136q-28 -28 -68 -28t-68 28l-294 294l-294 -294q-28 -28 -68 -28t-68 28l-136 136q-28 28 -28 68t28 68l294 294l-294 294q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -294l294 294q28 28 68 28t68 -28l136 -136q28 -28 28 -68
-t-28 -68l-294 -294l294 -294q28 -28 28 -68z" />
- <glyph glyph-name="zoom_in" unicode="&#xf00e;" horiz-adv-x="1664"
-d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-224q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v224h-224q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h224v224q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5v-224h224
-q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5
-t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
- <glyph glyph-name="zoom_out" unicode="&#xf010;" horiz-adv-x="1664"
-d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-576q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h576q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5z
-M1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z
-" />
- <glyph glyph-name="off" unicode="&#xf011;"
-d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61t-298 61t-245 164t-164 245t-61 298q0 182 80.5 343t226.5 270q43 32 95.5 25t83.5 -50q32 -42 24.5 -94.5t-49.5 -84.5q-98 -74 -151.5 -181t-53.5 -228q0 -104 40.5 -198.5t109.5 -163.5t163.5 -109.5
-t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5q0 121 -53.5 228t-151.5 181q-42 32 -49.5 84.5t24.5 94.5q31 43 84 50t95 -25q146 -109 226.5 -270t80.5 -343zM896 1408v-640q0 -52 -38 -90t-90 -38t-90 38t-38 90v640q0 52 38 90t90 38t90 -38t38 -90z" />
- <glyph glyph-name="signal" unicode="&#xf012;" horiz-adv-x="1792"
-d="M256 96v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 224v-320q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 480v-576q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23
-v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1408 864v-960q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1376v-1472q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1472q0 14 9 23t23 9h192q14 0 23 -9t9 -23z" />
- <glyph glyph-name="cog" unicode="&#xf013;"
-d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1536 749v-222q0 -12 -8 -23t-20 -13l-185 -28q-19 -54 -39 -91q35 -50 107 -138q10 -12 10 -25t-9 -23q-27 -37 -99 -108t-94 -71q-12 0 -26 9l-138 108q-44 -23 -91 -38
-q-16 -136 -29 -186q-7 -28 -36 -28h-222q-14 0 -24.5 8.5t-11.5 21.5l-28 184q-49 16 -90 37l-141 -107q-10 -9 -25 -9q-14 0 -25 11q-126 114 -165 168q-7 10 -7 23q0 12 8 23q15 21 51 66.5t54 70.5q-27 50 -41 99l-183 27q-13 2 -21 12.5t-8 23.5v222q0 12 8 23t19 13
-l186 28q14 46 39 92q-40 57 -107 138q-10 12 -10 24q0 10 9 23q26 36 98.5 107.5t94.5 71.5q13 0 26 -10l138 -107q44 23 91 38q16 136 29 186q7 28 36 28h222q14 0 24.5 -8.5t11.5 -21.5l28 -184q49 -16 90 -37l142 107q9 9 24 9q13 0 25 -10q129 -119 165 -170q7 -8 7 -22
-q0 -12 -8 -23q-15 -21 -51 -66.5t-54 -70.5q26 -50 41 -98l183 -28q13 -2 21 -12.5t8 -23.5z" />
- <glyph glyph-name="trash" unicode="&#xf014;" horiz-adv-x="1408"
-d="M512 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM768 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1024 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576
-q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1152 76v948h-896v-948q0 -22 7 -40.5t14.5 -27t10.5 -8.5h832q3 0 10.5 8.5t14.5 27t7 40.5zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832
-q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
- <glyph glyph-name="home" unicode="&#xf015;" horiz-adv-x="1664"
-d="M1408 544v-480q0 -26 -19 -45t-45 -19h-384v384h-256v-384h-384q-26 0 -45 19t-19 45v480q0 1 0.5 3t0.5 3l575 474l575 -474q1 -2 1 -6zM1631 613l-62 -74q-8 -9 -21 -11h-3q-13 0 -21 7l-692 577l-692 -577q-12 -8 -24 -7q-13 2 -21 11l-62 74q-8 10 -7 23.5t11 21.5
-l719 599q32 26 76 26t76 -26l244 -204v195q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-408l219 -182q10 -8 11 -21.5t-7 -23.5z" />
- <glyph glyph-name="file_alt" unicode="&#xf016;"
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-" />
- <glyph glyph-name="time" unicode="&#xf017;"
-d="M896 992v-448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="road" unicode="&#xf018;" horiz-adv-x="1920"
-d="M1111 540v4l-24 320q-1 13 -11 22.5t-23 9.5h-186q-13 0 -23 -9.5t-11 -22.5l-24 -320v-4q-1 -12 8 -20t21 -8h244q12 0 21 8t8 20zM1870 73q0 -73 -46 -73h-704q13 0 22 9.5t8 22.5l-20 256q-1 13 -11 22.5t-23 9.5h-272q-13 0 -23 -9.5t-11 -22.5l-20 -256
-q-1 -13 8 -22.5t22 -9.5h-704q-46 0 -46 73q0 54 26 116l417 1044q8 19 26 33t38 14h339q-13 0 -23 -9.5t-11 -22.5l-15 -192q-1 -14 8 -23t22 -9h166q13 0 22 9t8 23l-15 192q-1 13 -11 22.5t-23 9.5h339q20 0 38 -14t26 -33l417 -1044q26 -62 26 -116z" />
- <glyph glyph-name="download_alt" unicode="&#xf019;" horiz-adv-x="1664"
-d="M1280 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 416v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h465l135 -136
-q58 -56 136 -56t136 56l136 136h464q40 0 68 -28t28 -68zM1339 985q17 -41 -14 -70l-448 -448q-18 -19 -45 -19t-45 19l-448 448q-31 29 -14 70q17 39 59 39h256v448q0 26 19 45t45 19h256q26 0 45 -19t19 -45v-448h256q42 0 59 -39z" />
- <glyph glyph-name="download" unicode="&#xf01a;"
-d="M1120 608q0 -12 -10 -24l-319 -319q-11 -9 -23 -9t-23 9l-320 320q-15 16 -7 35q8 20 30 20h192v352q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-352h192q14 0 23 -9t9 -23zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273
-t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="upload" unicode="&#xf01b;"
-d="M1118 660q-8 -20 -30 -20h-192v-352q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v352h-192q-14 0 -23 9t-9 23q0 12 10 24l319 319q11 9 23 9t23 -9l320 -320q15 -16 7 -35zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198
-t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="inbox" unicode="&#xf01c;"
-d="M1023 576h316q-1 3 -2.5 8.5t-2.5 7.5l-212 496h-708l-212 -496q-1 -3 -2.5 -8.5t-2.5 -7.5h316l95 -192h320zM1536 546v-482q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v482q0 62 25 123l238 552q10 25 36.5 42t52.5 17h832q26 0 52.5 -17t36.5 -42l238 -552
-q25 -61 25 -123z" />
- <glyph glyph-name="play_circle" unicode="&#xf01d;"
-d="M1184 640q0 -37 -32 -55l-544 -320q-15 -9 -32 -9q-16 0 -32 8q-32 19 -32 56v640q0 37 32 56q33 18 64 -1l544 -320q32 -18 32 -55zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="repeat" unicode="&#xf01e;"
-d="M1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l138 138q-148 137 -349 137q-104 0 -198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5q119 0 225 52t179 147q7 10 23 12q15 0 25 -9
-l137 -138q9 -8 9.5 -20.5t-7.5 -22.5q-109 -132 -264 -204.5t-327 -72.5q-156 0 -298 61t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q147 0 284.5 -55.5t244.5 -156.5l130 129q29 31 70 14q39 -17 39 -59z" />
- <glyph glyph-name="refresh" unicode="&#xf021;"
-d="M1511 480q0 -5 -1 -7q-64 -268 -268 -434.5t-478 -166.5q-146 0 -282.5 55t-243.5 157l-129 -129q-19 -19 -45 -19t-45 19t-19 45v448q0 26 19 45t45 19h448q26 0 45 -19t19 -45t-19 -45l-137 -137q71 -66 161 -102t187 -36q134 0 250 65t186 179q11 17 53 117
-q8 23 30 23h192q13 0 22.5 -9.5t9.5 -22.5zM1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-26 0 -45 19t-19 45t19 45l138 138q-148 137 -349 137q-134 0 -250 -65t-186 -179q-11 -17 -53 -117q-8 -23 -30 -23h-199q-13 0 -22.5 9.5t-9.5 22.5v7q65 268 270 434.5t480 166.5
-q146 0 284 -55.5t245 -156.5l130 129q19 19 45 19t45 -19t19 -45z" />
- <glyph glyph-name="list_alt" unicode="&#xf022;" horiz-adv-x="1792"
-d="M384 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M384 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1536 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5z
-M1536 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5zM1536 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5
-t9.5 -22.5zM1664 160v832q0 13 -9.5 22.5t-22.5 9.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 1248v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47
-t47 -113z" />
- <glyph glyph-name="lock" unicode="&#xf023;" horiz-adv-x="1152"
-d="M320 768h512v192q0 106 -75 181t-181 75t-181 -75t-75 -181v-192zM1152 672v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v192q0 184 132 316t316 132t316 -132t132 -316v-192h32q40 0 68 -28t28 -68z" />
- <glyph glyph-name="flag" unicode="&#xf024;" horiz-adv-x="1792"
-d="M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48
-t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z" />
- <glyph glyph-name="headphones" unicode="&#xf025;" horiz-adv-x="1664"
-d="M1664 650q0 -166 -60 -314l-20 -49l-185 -33q-22 -83 -90.5 -136.5t-156.5 -53.5v-32q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-32q71 0 130 -35.5t93 -95.5l68 12q29 95 29 193q0 148 -88 279t-236.5 209t-315.5 78
-t-315.5 -78t-236.5 -209t-88 -279q0 -98 29 -193l68 -12q34 60 93 95.5t130 35.5v32q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v32q-88 0 -156.5 53.5t-90.5 136.5l-185 33l-20 49q-60 148 -60 314q0 151 67 291t179 242.5
-t266 163.5t320 61t320 -61t266 -163.5t179 -242.5t67 -291z" />
- <glyph glyph-name="volume_off" unicode="&#xf026;" horiz-adv-x="768"
-d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45z" />
- <glyph glyph-name="volume_down" unicode="&#xf027;" horiz-adv-x="1152"
-d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36
-t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142z" />
- <glyph glyph-name="volume_up" unicode="&#xf028;" horiz-adv-x="1664"
-d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36
-t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142zM1408 640q0 -153 -85 -282.5t-225 -188.5q-13 -5 -25 -5q-27 0 -46 19t-19 45q0 39 39 59q56 29 76 44q74 54 115.5 135.5t41.5 173.5t-41.5 173.5
-t-115.5 135.5q-20 15 -76 44q-39 20 -39 59q0 26 19 45t45 19q13 0 26 -5q140 -59 225 -188.5t85 -282.5zM1664 640q0 -230 -127 -422.5t-338 -283.5q-13 -5 -26 -5q-26 0 -45 19t-19 45q0 36 39 59q7 4 22.5 10.5t22.5 10.5q46 25 82 51q123 91 192 227t69 289t-69 289
-t-192 227q-36 26 -82 51q-7 4 -22.5 10.5t-22.5 10.5q-39 23 -39 59q0 26 19 45t45 19q13 0 26 -5q211 -91 338 -283.5t127 -422.5z" />
- <glyph glyph-name="qrcode" unicode="&#xf029;" horiz-adv-x="1408"
-d="M384 384v-128h-128v128h128zM384 1152v-128h-128v128h128zM1152 1152v-128h-128v128h128zM128 129h384v383h-384v-383zM128 896h384v384h-384v-384zM896 896h384v384h-384v-384zM640 640v-640h-640v640h640zM1152 128v-128h-128v128h128zM1408 128v-128h-128v128h128z
-M1408 640v-384h-384v128h-128v-384h-128v640h384v-128h128v128h128zM640 1408v-640h-640v640h640zM1408 1408v-640h-640v640h640z" />
- <glyph glyph-name="barcode" unicode="&#xf02a;" horiz-adv-x="1792"
-d="M63 0h-63v1408h63v-1408zM126 1h-32v1407h32v-1407zM220 1h-31v1407h31v-1407zM377 1h-31v1407h31v-1407zM534 1h-62v1407h62v-1407zM660 1h-31v1407h31v-1407zM723 1h-31v1407h31v-1407zM786 1h-31v1407h31v-1407zM943 1h-63v1407h63v-1407zM1100 1h-63v1407h63v-1407z
-M1226 1h-63v1407h63v-1407zM1352 1h-63v1407h63v-1407zM1446 1h-63v1407h63v-1407zM1635 1h-94v1407h94v-1407zM1698 1h-32v1407h32v-1407zM1792 0h-63v1408h63v-1408z" />
- <glyph glyph-name="tag" unicode="&#xf02b;"
-d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5
-l715 -714q37 -39 37 -91z" />
- <glyph glyph-name="tags" unicode="&#xf02c;" horiz-adv-x="1920"
-d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5
-l715 -714q37 -39 37 -91zM1899 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-36 0 -59 14t-53 45l470 470q37 37 37 90q0 52 -37 91l-715 714q-38 38 -102 64.5t-117 26.5h224q53 0 117 -26.5t102 -64.5l715 -714q37 -39 37 -91z" />
- <glyph glyph-name="book" unicode="&#xf02d;" horiz-adv-x="1664"
-d="M1639 1058q40 -57 18 -129l-275 -906q-19 -64 -76.5 -107.5t-122.5 -43.5h-923q-77 0 -148.5 53.5t-99.5 131.5q-24 67 -2 127q0 4 3 27t4 37q1 8 -3 21.5t-3 19.5q2 11 8 21t16.5 23.5t16.5 23.5q23 38 45 91.5t30 91.5q3 10 0.5 30t-0.5 28q3 11 17 28t17 23
-q21 36 42 92t25 90q1 9 -2.5 32t0.5 28q4 13 22 30.5t22 22.5q19 26 42.5 84.5t27.5 96.5q1 8 -3 25.5t-2 26.5q2 8 9 18t18 23t17 21q8 12 16.5 30.5t15 35t16 36t19.5 32t26.5 23.5t36 11.5t47.5 -5.5l-1 -3q38 9 51 9h761q74 0 114 -56t18 -130l-274 -906
-q-36 -119 -71.5 -153.5t-128.5 -34.5h-869q-27 0 -38 -15q-11 -16 -1 -43q24 -70 144 -70h923q29 0 56 15.5t35 41.5l300 987q7 22 5 57q38 -15 59 -43zM575 1056q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5
-t-16.5 -22.5zM492 800q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5t-16.5 -22.5z" />
- <glyph glyph-name="bookmark" unicode="&#xf02e;" horiz-adv-x="1280"
-d="M1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
- <glyph glyph-name="print" unicode="&#xf02f;" horiz-adv-x="1664"
-d="M384 0h896v256h-896v-256zM384 640h896v384h-160q-40 0 -68 28t-28 68v160h-640v-640zM1536 576q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 576v-416q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-160q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68
-v160h-224q-13 0 -22.5 9.5t-9.5 22.5v416q0 79 56.5 135.5t135.5 56.5h64v544q0 40 28 68t68 28h672q40 0 88 -20t76 -48l152 -152q28 -28 48 -76t20 -88v-256h64q79 0 135.5 -56.5t56.5 -135.5z" />
- <glyph glyph-name="camera" unicode="&#xf030;" horiz-adv-x="1920"
-d="M960 864q119 0 203.5 -84.5t84.5 -203.5t-84.5 -203.5t-203.5 -84.5t-203.5 84.5t-84.5 203.5t84.5 203.5t203.5 84.5zM1664 1280q106 0 181 -75t75 -181v-896q0 -106 -75 -181t-181 -75h-1408q-106 0 -181 75t-75 181v896q0 106 75 181t181 75h224l51 136
-q19 49 69.5 84.5t103.5 35.5h512q53 0 103.5 -35.5t69.5 -84.5l51 -136h224zM960 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
- <glyph glyph-name="font" unicode="&#xf031;" horiz-adv-x="1664"
-d="M725 977l-170 -450q33 0 136.5 -2t160.5 -2q19 0 57 2q-87 253 -184 452zM0 -128l2 79q23 7 56 12.5t57 10.5t49.5 14.5t44.5 29t31 50.5l237 616l280 724h75h53q8 -14 11 -21l205 -480q33 -78 106 -257.5t114 -274.5q15 -34 58 -144.5t72 -168.5q20 -45 35 -57
-q19 -15 88 -29.5t84 -20.5q6 -38 6 -57q0 -5 -0.5 -13.5t-0.5 -12.5q-63 0 -190 8t-191 8q-76 0 -215 -7t-178 -8q0 43 4 78l131 28q1 0 12.5 2.5t15.5 3.5t14.5 4.5t15 6.5t11 8t9 11t2.5 14q0 16 -31 96.5t-72 177.5t-42 100l-450 2q-26 -58 -76.5 -195.5t-50.5 -162.5
-q0 -22 14 -37.5t43.5 -24.5t48.5 -13.5t57 -8.5t41 -4q1 -19 1 -58q0 -9 -2 -27q-58 0 -174.5 10t-174.5 10q-8 0 -26.5 -4t-21.5 -4q-80 -14 -188 -14z" />
- <glyph glyph-name="bold" unicode="&#xf032;" horiz-adv-x="1408"
-d="M555 15q74 -32 140 -32q376 0 376 335q0 114 -41 180q-27 44 -61.5 74t-67.5 46.5t-80.5 25t-84 10.5t-94.5 2q-73 0 -101 -10q0 -53 -0.5 -159t-0.5 -158q0 -8 -1 -67.5t-0.5 -96.5t4.5 -83.5t12 -66.5zM541 761q42 -7 109 -7q82 0 143 13t110 44.5t74.5 89.5t25.5 142
-q0 70 -29 122.5t-79 82t-108 43.5t-124 14q-50 0 -130 -13q0 -50 4 -151t4 -152q0 -27 -0.5 -80t-0.5 -79q0 -46 1 -69zM0 -128l2 94q15 4 85 16t106 27q7 12 12.5 27t8.5 33.5t5.5 32.5t3 37.5t0.5 34v35.5v30q0 982 -22 1025q-4 8 -22 14.5t-44.5 11t-49.5 7t-48.5 4.5
-t-30.5 3l-4 83q98 2 340 11.5t373 9.5q23 0 68 -0.5t68 -0.5q70 0 136.5 -13t128.5 -42t108 -71t74 -104.5t28 -137.5q0 -52 -16.5 -95.5t-39 -72t-64.5 -57.5t-73 -45t-84 -40q154 -35 256.5 -134t102.5 -248q0 -100 -35 -179.5t-93.5 -130.5t-138 -85.5t-163.5 -48.5
-t-176 -14q-44 0 -132 3t-132 3q-106 0 -307 -11t-231 -12z" />
- <glyph glyph-name="italic" unicode="&#xf033;" horiz-adv-x="1024"
-d="M0 -126l17 85q22 7 61.5 16.5t72 19t59.5 23.5q28 35 41 101q1 7 62 289t114 543.5t52 296.5v25q-24 13 -54.5 18.5t-69.5 8t-58 5.5l19 103q33 -2 120 -6.5t149.5 -7t120.5 -2.5q48 0 98.5 2.5t121 7t98.5 6.5q-5 -39 -19 -89q-30 -10 -101.5 -28.5t-108.5 -33.5
-q-8 -19 -14 -42.5t-9 -40t-7.5 -45.5t-6.5 -42q-27 -148 -87.5 -419.5t-77.5 -355.5q-2 -9 -13 -58t-20 -90t-16 -83.5t-6 -57.5l1 -18q17 -4 185 -31q-3 -44 -16 -99q-11 0 -32.5 -1.5t-32.5 -1.5q-29 0 -87 10t-86 10q-138 2 -206 2q-51 0 -143 -9t-121 -11z" />
- <glyph glyph-name="text_height" unicode="&#xf034;" horiz-adv-x="1792"
-d="M1744 128q33 0 42 -18.5t-11 -44.5l-126 -162q-20 -26 -49 -26t-49 26l-126 162q-20 26 -11 44.5t42 18.5h80v1024h-80q-33 0 -42 18.5t11 44.5l126 162q20 26 49 26t49 -26l126 -162q20 -26 11 -44.5t-42 -18.5h-80v-1024h80zM81 1407l54 -27q12 -5 211 -5q44 0 132 2
-t132 2q36 0 107.5 -0.5t107.5 -0.5h293q6 0 21 -0.5t20.5 0t16 3t17.5 9t15 17.5l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 48t-14.5 73.5t-7.5 35.5q-6 8 -12 12.5t-15.5 6t-13 2.5t-18 0.5t-16.5 -0.5
-q-17 0 -66.5 0.5t-74.5 0.5t-64 -2t-71 -6q-9 -81 -8 -136q0 -94 2 -388t2 -455q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27
-q19 42 19 383q0 101 -3 303t-3 303v117q0 2 0.5 15.5t0.5 25t-1 25.5t-3 24t-5 14q-11 12 -162 12q-33 0 -93 -12t-80 -26q-19 -13 -34 -72.5t-31.5 -111t-42.5 -53.5q-42 26 -56 44v383z" />
- <glyph glyph-name="text_width" unicode="&#xf035;"
-d="M81 1407l54 -27q12 -5 211 -5q44 0 132 2t132 2q70 0 246.5 1t304.5 0.5t247 -4.5q33 -1 56 31l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 47.5t-15 73.5t-7 36q-10 13 -27 19q-5 2 -66 2q-30 0 -93 1t-103 1
-t-94 -2t-96 -7q-9 -81 -8 -136l1 -152v52q0 -55 1 -154t1.5 -180t0.5 -153q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27
-q7 16 11.5 74t6 145.5t1.5 155t-0.5 153.5t-0.5 89q0 7 -2.5 21.5t-2.5 22.5q0 7 0.5 44t1 73t0 76.5t-3 67.5t-6.5 32q-11 12 -162 12q-41 0 -163 -13.5t-138 -24.5q-19 -12 -34 -71.5t-31.5 -111.5t-42.5 -54q-42 26 -56 44v383zM1310 125q12 0 42 -19.5t57.5 -41.5
-t59.5 -49t36 -30q26 -21 26 -49t-26 -49q-4 -3 -36 -30t-59.5 -49t-57.5 -41.5t-42 -19.5q-13 0 -20.5 10.5t-10 28.5t-2.5 33.5t1.5 33t1.5 19.5h-1024q0 -2 1.5 -19.5t1.5 -33t-2.5 -33.5t-10 -28.5t-20.5 -10.5q-12 0 -42 19.5t-57.5 41.5t-59.5 49t-36 30q-26 21 -26 49
-t26 49q4 3 36 30t59.5 49t57.5 41.5t42 19.5q13 0 20.5 -10.5t10 -28.5t2.5 -33.5t-1.5 -33t-1.5 -19.5h1024q0 2 -1.5 19.5t-1.5 33t2.5 33.5t10 28.5t20.5 10.5z" />
- <glyph glyph-name="align_left" unicode="&#xf036;" horiz-adv-x="1792"
-d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45
-t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
- <glyph glyph-name="align_center" unicode="&#xf037;" horiz-adv-x="1792"
-d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45t-45 -19
-h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h640q26 0 45 -19t19 -45z" />
- <glyph glyph-name="align_right" unicode="&#xf038;" horiz-adv-x="1792"
-d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45
-t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
- <glyph glyph-name="align_justify" unicode="&#xf039;" horiz-adv-x="1792"
-d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45
-t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
- <glyph glyph-name="list" unicode="&#xf03a;" horiz-adv-x="1792"
-d="M256 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM256 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5
-t9.5 -22.5zM256 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344
-q13 0 22.5 -9.5t9.5 -22.5zM256 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5
-t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192
-q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5z" />
- <glyph glyph-name="indent_left" unicode="&#xf03b;" horiz-adv-x="1792"
-d="M384 992v-576q0 -13 -9.5 -22.5t-22.5 -9.5q-14 0 -23 9l-288 288q-9 9 -9 23t9 23l288 288q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5
-t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088
-q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
- <glyph glyph-name="indent_right" unicode="&#xf03c;" horiz-adv-x="1792"
-d="M352 704q0 -14 -9 -23l-288 -288q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v576q0 13 9.5 22.5t22.5 9.5q14 0 23 -9l288 -288q9 -9 9 -23zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5
-t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088
-q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
- <glyph glyph-name="facetime_video" unicode="&#xf03d;" horiz-adv-x="1792"
-d="M1792 1184v-1088q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-403 403v-166q0 -119 -84.5 -203.5t-203.5 -84.5h-704q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h704q119 0 203.5 -84.5t84.5 -203.5v-165l403 402q18 19 45 19q12 0 25 -5
-q39 -17 39 -59z" />
- <glyph glyph-name="picture" unicode="&#xf03e;" horiz-adv-x="1920"
-d="M640 960q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 576v-448h-1408v192l320 320l160 -160l512 512zM1760 1280h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5v1216
-q0 13 -9.5 22.5t-22.5 9.5zM1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
- <glyph glyph-name="pencil" unicode="&#xf040;"
-d="M363 0l91 91l-235 235l-91 -91v-107h128v-128h107zM886 928q0 22 -22 22q-10 0 -17 -7l-542 -542q-7 -7 -7 -17q0 -22 22 -22q10 0 17 7l542 542q7 7 7 17zM832 1120l416 -416l-832 -832h-416v416zM1515 1024q0 -53 -37 -90l-166 -166l-416 416l166 165q36 38 90 38
-q53 0 91 -38l235 -234q37 -39 37 -91z" />
- <glyph glyph-name="map_marker" unicode="&#xf041;" horiz-adv-x="1024"
-d="M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z" />
- <glyph glyph-name="adjust" unicode="&#xf042;"
-d="M768 96v1088q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="tint" unicode="&#xf043;" horiz-adv-x="1024"
-d="M512 384q0 36 -20 69q-1 1 -15.5 22.5t-25.5 38t-25 44t-21 50.5q-4 16 -21 16t-21 -16q-7 -23 -21 -50.5t-25 -44t-25.5 -38t-15.5 -22.5q-20 -33 -20 -69q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 512q0 -212 -150 -362t-362 -150t-362 150t-150 362
-q0 145 81 275q6 9 62.5 90.5t101 151t99.5 178t83 201.5q9 30 34 47t51 17t51.5 -17t33.5 -47q28 -93 83 -201.5t99.5 -178t101 -151t62.5 -90.5q81 -127 81 -275z" />
- <glyph glyph-name="edit" unicode="&#xf044;" horiz-adv-x="1792"
-d="M888 352l116 116l-152 152l-116 -116v-56h96v-96h56zM1328 1072q-16 16 -33 -1l-350 -350q-17 -17 -1 -33t33 1l350 350q17 17 1 33zM1408 478v-190q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832
-q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-14 -14 -32 -8q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v126q0 13 9 22l64 64q15 15 35 7t20 -29zM1312 1216l288 -288l-672 -672h-288v288zM1756 1084l-92 -92
-l-288 288l92 92q28 28 68 28t68 -28l152 -152q28 -28 28 -68t-28 -68z" />
- <glyph glyph-name="share" unicode="&#xf045;" horiz-adv-x="1664"
-d="M1408 547v-259q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h255v0q13 0 22.5 -9.5t9.5 -22.5q0 -27 -26 -32q-77 -26 -133 -60q-10 -4 -16 -4h-112q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832
-q66 0 113 47t47 113v214q0 19 18 29q28 13 54 37q16 16 35 8q21 -9 21 -29zM1645 1043l-384 -384q-18 -19 -45 -19q-12 0 -25 5q-39 17 -39 59v192h-160q-323 0 -438 -131q-119 -137 -74 -473q3 -23 -20 -34q-8 -2 -12 -2q-16 0 -26 13q-10 14 -21 31t-39.5 68.5t-49.5 99.5
-t-38.5 114t-17.5 122q0 49 3.5 91t14 90t28 88t47 81.5t68.5 74t94.5 61.5t124.5 48.5t159.5 30.5t196.5 11h160v192q0 42 39 59q13 5 25 5q26 0 45 -19l384 -384q19 -19 19 -45t-19 -45z" />
- <glyph glyph-name="check" unicode="&#xf046;" horiz-adv-x="1664"
-d="M1408 606v-318q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-10 -10 -23 -10q-3 0 -9 2q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832
-q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v254q0 13 9 22l64 64q10 10 23 10q6 0 12 -3q20 -8 20 -29zM1639 1095l-814 -814q-24 -24 -57 -24t-57 24l-430 430q-24 24 -24 57t24 57l110 110q24 24 57 24t57 -24l263 -263l647 647q24 24 57 24t57 -24l110 -110
-q24 -24 24 -57t-24 -57z" />
- <glyph glyph-name="move" unicode="&#xf047;" horiz-adv-x="1792"
-d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-384v-384h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v384h-384v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45
-t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h384v384h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45t-19 -45t-45 -19h-128v-384h384v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
- <glyph glyph-name="step_backward" unicode="&#xf048;" horiz-adv-x="1024"
-d="M979 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19z" />
- <glyph glyph-name="fast_backward" unicode="&#xf049;" horiz-adv-x="1792"
-d="M1747 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19l710 710
-q19 19 32 13t13 -32v-710q4 10 13 19z" />
- <glyph glyph-name="backward" unicode="&#xf04a;" horiz-adv-x="1664"
-d="M1619 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-19 19 -19 45t19 45l710 710q19 19 32 13t13 -32v-710q4 10 13 19z" />
- <glyph glyph-name="play" unicode="&#xf04b;" horiz-adv-x="1408"
-d="M1384 609l-1328 -738q-23 -13 -39.5 -3t-16.5 36v1472q0 26 16.5 36t39.5 -3l1328 -738q23 -13 23 -31t-23 -31z" />
- <glyph glyph-name="pause" unicode="&#xf04c;"
-d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45zM640 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45z" />
- <glyph glyph-name="stop" unicode="&#xf04d;"
-d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
- <glyph glyph-name="forward" unicode="&#xf04e;" horiz-adv-x="1664"
-d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q19 -19 19 -45t-19 -45l-710 -710q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" />
- <glyph glyph-name="fast_forward" unicode="&#xf050;" horiz-adv-x="1792"
-d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19l-710 -710
-q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" />
- <glyph glyph-name="step_forward" unicode="&#xf051;" horiz-adv-x="1024"
-d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19z" />
- <glyph glyph-name="eject" unicode="&#xf052;" horiz-adv-x="1538"
-d="M14 557l710 710q19 19 45 19t45 -19l710 -710q19 -19 13 -32t-32 -13h-1472q-26 0 -32 13t13 32zM1473 0h-1408q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1408q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19z" />
- <glyph glyph-name="chevron_left" unicode="&#xf053;" horiz-adv-x="1280"
-d="M1171 1235l-531 -531l531 -531q19 -19 19 -45t-19 -45l-166 -166q-19 -19 -45 -19t-45 19l-742 742q-19 19 -19 45t19 45l742 742q19 19 45 19t45 -19l166 -166q19 -19 19 -45t-19 -45z" />
- <glyph glyph-name="chevron_right" unicode="&#xf054;" horiz-adv-x="1280"
-d="M1107 659l-742 -742q-19 -19 -45 -19t-45 19l-166 166q-19 19 -19 45t19 45l531 531l-531 531q-19 19 -19 45t19 45l166 166q19 19 45 19t45 -19l742 -742q19 -19 19 -45t-19 -45z" />
- <glyph glyph-name="plus_sign" unicode="&#xf055;"
-d="M1216 576v128q0 26 -19 45t-45 19h-256v256q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-256h-256q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h256v-256q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v256h256q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5
-t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="minus_sign" unicode="&#xf056;"
-d="M1216 576v128q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5
-t103 -385.5z" />
- <glyph glyph-name="remove_sign" unicode="&#xf057;"
-d="M1149 414q0 26 -19 45l-181 181l181 181q19 19 19 45q0 27 -19 46l-90 90q-19 19 -46 19q-26 0 -45 -19l-181 -181l-181 181q-19 19 -45 19q-27 0 -46 -19l-90 -90q-19 -19 -19 -46q0 -26 19 -45l181 -181l-181 -181q-19 -19 -19 -45q0 -27 19 -46l90 -90q19 -19 46 -19
-q26 0 45 19l181 181l181 -181q19 -19 45 -19q27 0 46 19l90 90q19 19 19 46zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="ok_sign" unicode="&#xf058;"
-d="M1284 802q0 28 -18 46l-91 90q-19 19 -45 19t-45 -19l-408 -407l-226 226q-19 19 -45 19t-45 -19l-91 -90q-18 -18 -18 -46q0 -27 18 -45l362 -362q19 -19 45 -19q27 0 46 19l543 543q18 18 18 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
-t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="question_sign" unicode="&#xf059;"
-d="M896 160v192q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1152 832q0 88 -55.5 163t-138.5 116t-170 41q-243 0 -371 -213q-15 -24 8 -42l132 -100q7 -6 19 -6q16 0 25 12q53 68 86 92q34 24 86 24q48 0 85.5 -26t37.5 -59
-q0 -38 -20 -61t-68 -45q-63 -28 -115.5 -86.5t-52.5 -125.5v-36q0 -14 9 -23t23 -9h192q14 0 23 9t9 23q0 19 21.5 49.5t54.5 49.5q32 18 49 28.5t46 35t44.5 48t28 60.5t12.5 81zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
-t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="info_sign" unicode="&#xf05a;"
-d="M1024 160v160q0 14 -9 23t-23 9h-96v512q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h96v-320h-96q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h448q14 0 23 9t9 23zM896 1056v160q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23
-t23 -9h192q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="screenshot" unicode="&#xf05b;"
-d="M1197 512h-109q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h109q-32 108 -112.5 188.5t-188.5 112.5v-109q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v109q-108 -32 -188.5 -112.5t-112.5 -188.5h109q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-109
-q32 -108 112.5 -188.5t188.5 -112.5v109q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-109q108 32 188.5 112.5t112.5 188.5zM1536 704v-128q0 -26 -19 -45t-45 -19h-143q-37 -161 -154.5 -278.5t-278.5 -154.5v-143q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v143
-q-161 37 -278.5 154.5t-154.5 278.5h-143q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h143q37 161 154.5 278.5t278.5 154.5v143q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-143q161 -37 278.5 -154.5t154.5 -278.5h143q26 0 45 -19t19 -45z" />
- <glyph glyph-name="remove_circle" unicode="&#xf05c;"
-d="M1097 457l-146 -146q-10 -10 -23 -10t-23 10l-137 137l-137 -137q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l137 137l-137 137q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l137 -137l137 137q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23
-l-137 -137l137 -137q10 -10 10 -23t-10 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5
-t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="ok_circle" unicode="&#xf05d;"
-d="M1171 723l-422 -422q-19 -19 -45 -19t-45 19l-294 294q-19 19 -19 45t19 45l102 102q19 19 45 19t45 -19l147 -147l275 275q19 19 45 19t45 -19l102 -102q19 -19 19 -45t-19 -45zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198
-t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="ban_circle" unicode="&#xf05e;"
-d="M1312 643q0 161 -87 295l-754 -753q137 -89 297 -89q111 0 211.5 43.5t173.5 116.5t116 174.5t43 212.5zM313 344l755 754q-135 91 -300 91q-148 0 -273 -73t-198 -199t-73 -274q0 -162 89 -299zM1536 643q0 -157 -61 -300t-163.5 -246t-245 -164t-298.5 -61t-298.5 61
-t-245 164t-163.5 246t-61 300t61 299.5t163.5 245.5t245 164t298.5 61t298.5 -61t245 -164t163.5 -245.5t61 -299.5z" />
- <glyph glyph-name="arrow_left" unicode="&#xf060;"
-d="M1536 640v-128q0 -53 -32.5 -90.5t-84.5 -37.5h-704l293 -294q38 -36 38 -90t-38 -90l-75 -76q-37 -37 -90 -37q-52 0 -91 37l-651 652q-37 37 -37 90q0 52 37 91l651 650q38 38 91 38q52 0 90 -38l75 -74q38 -38 38 -91t-38 -91l-293 -293h704q52 0 84.5 -37.5
-t32.5 -90.5z" />
- <glyph glyph-name="arrow_right" unicode="&#xf061;"
-d="M1472 576q0 -54 -37 -91l-651 -651q-39 -37 -91 -37q-51 0 -90 37l-75 75q-38 38 -38 91t38 91l293 293h-704q-52 0 -84.5 37.5t-32.5 90.5v128q0 53 32.5 90.5t84.5 37.5h704l-293 294q-38 36 -38 90t38 90l75 75q38 38 90 38q53 0 91 -38l651 -651q37 -35 37 -90z" />
- <glyph glyph-name="arrow_up" unicode="&#xf062;" horiz-adv-x="1664"
-d="M1611 565q0 -51 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-294 293v-704q0 -52 -37.5 -84.5t-90.5 -32.5h-128q-53 0 -90.5 32.5t-37.5 84.5v704l-294 -293q-36 -38 -90 -38t-90 38l-75 75q-38 38 -38 90q0 53 38 91l651 651q35 37 90 37q54 0 91 -37l651 -651
-q37 -39 37 -91z" />
- <glyph glyph-name="arrow_down" unicode="&#xf063;" horiz-adv-x="1664"
-d="M1611 704q0 -53 -37 -90l-651 -652q-39 -37 -91 -37q-53 0 -90 37l-651 652q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l294 -294v704q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-704l294 294q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" />
- <glyph glyph-name="share_alt" unicode="&#xf064;" horiz-adv-x="1792"
-d="M1792 896q0 -26 -19 -45l-512 -512q-19 -19 -45 -19t-45 19t-19 45v256h-224q-98 0 -175.5 -6t-154 -21.5t-133 -42.5t-105.5 -69.5t-80 -101t-48.5 -138.5t-17.5 -181q0 -55 5 -123q0 -6 2.5 -23.5t2.5 -26.5q0 -15 -8.5 -25t-23.5 -10q-16 0 -28 17q-7 9 -13 22
-t-13.5 30t-10.5 24q-127 285 -127 451q0 199 53 333q162 403 875 403h224v256q0 26 19 45t45 19t45 -19l512 -512q19 -19 19 -45z" />
- <glyph glyph-name="resize_full" unicode="&#xf065;"
-d="M755 480q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23zM1536 1344v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332
-q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45z" />
- <glyph glyph-name="resize_small" unicode="&#xf066;"
-d="M768 576v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45zM1523 1248q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45
-t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23z" />
- <glyph glyph-name="plus" unicode="&#xf067;" horiz-adv-x="1408"
-d="M1408 800v-192q0 -40 -28 -68t-68 -28h-416v-416q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v416h-416q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h416v416q0 40 28 68t68 28h192q40 0 68 -28t28 -68v-416h416q40 0 68 -28t28 -68z" />
- <glyph glyph-name="minus" unicode="&#xf068;" horiz-adv-x="1408"
-d="M1408 800v-192q0 -40 -28 -68t-68 -28h-1216q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h1216q40 0 68 -28t28 -68z" />
- <glyph glyph-name="asterisk" unicode="&#xf069;" horiz-adv-x="1664"
-d="M1482 486q46 -26 59.5 -77.5t-12.5 -97.5l-64 -110q-26 -46 -77.5 -59.5t-97.5 12.5l-266 153v-307q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v307l-266 -153q-46 -26 -97.5 -12.5t-77.5 59.5l-64 110q-26 46 -12.5 97.5t59.5 77.5l266 154l-266 154
-q-46 26 -59.5 77.5t12.5 97.5l64 110q26 46 77.5 59.5t97.5 -12.5l266 -153v307q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-307l266 153q46 26 97.5 12.5t77.5 -59.5l64 -110q26 -46 12.5 -97.5t-59.5 -77.5l-266 -154z" />
- <glyph glyph-name="exclamation_sign" unicode="&#xf06a;"
-d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM896 161v190q0 14 -9 23.5t-22 9.5h-192q-13 0 -23 -10t-10 -23v-190q0 -13 10 -23t23 -10h192
-q13 0 22 9.5t9 23.5zM894 505l18 621q0 12 -10 18q-10 8 -24 8h-220q-14 0 -24 -8q-10 -6 -10 -18l17 -621q0 -10 10 -17.5t24 -7.5h185q14 0 23.5 7.5t10.5 17.5z" />
- <glyph glyph-name="gift" unicode="&#xf06b;"
-d="M928 180v56v468v192h-320v-192v-468v-56q0 -25 18 -38.5t46 -13.5h192q28 0 46 13.5t18 38.5zM472 1024h195l-126 161q-26 31 -69 31q-40 0 -68 -28t-28 -68t28 -68t68 -28zM1160 1120q0 40 -28 68t-68 28q-43 0 -69 -31l-125 -161h194q40 0 68 28t28 68zM1536 864v-320
-q0 -14 -9 -23t-23 -9h-96v-416q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v416h-96q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h440q-93 0 -158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5q107 0 168 -77l128 -165l128 165q61 77 168 77q93 0 158.5 -65.5t65.5 -158.5
-t-65.5 -158.5t-158.5 -65.5h440q14 0 23 -9t9 -23z" />
- <glyph glyph-name="leaf" unicode="&#xf06c;" horiz-adv-x="1792"
-d="M1280 832q0 26 -19 45t-45 19q-172 0 -318 -49.5t-259.5 -134t-235.5 -219.5q-19 -21 -19 -45q0 -26 19 -45t45 -19q24 0 45 19q27 24 74 71t67 66q137 124 268.5 176t313.5 52q26 0 45 19t19 45zM1792 1030q0 -95 -20 -193q-46 -224 -184.5 -383t-357.5 -268
-q-214 -108 -438 -108q-148 0 -286 47q-15 5 -88 42t-96 37q-16 0 -39.5 -32t-45 -70t-52.5 -70t-60 -32q-43 0 -63.5 17.5t-45.5 59.5q-2 4 -6 11t-5.5 10t-3 9.5t-1.5 13.5q0 35 31 73.5t68 65.5t68 56t31 48q0 4 -14 38t-16 44q-9 51 -9 104q0 115 43.5 220t119 184.5
-t170.5 139t204 95.5q55 18 145 25.5t179.5 9t178.5 6t163.5 24t113.5 56.5l29.5 29.5t29.5 28t27 20t36.5 16t43.5 4.5q39 0 70.5 -46t47.5 -112t24 -124t8 -96z" />
- <glyph glyph-name="fire" unicode="&#xf06d;" horiz-adv-x="1408"
-d="M1408 -160v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1152 896q0 -78 -24.5 -144t-64 -112.5t-87.5 -88t-96 -77.5t-87.5 -72t-64 -81.5t-24.5 -96.5q0 -96 67 -224l-4 1l1 -1
-q-90 41 -160 83t-138.5 100t-113.5 122.5t-72.5 150.5t-27.5 184q0 78 24.5 144t64 112.5t87.5 88t96 77.5t87.5 72t64 81.5t24.5 96.5q0 94 -66 224l3 -1l-1 1q90 -41 160 -83t138.5 -100t113.5 -122.5t72.5 -150.5t27.5 -184z" />
- <glyph glyph-name="eye_open" unicode="&#xf06e;" horiz-adv-x="1792"
-d="M1664 576q-152 236 -381 353q61 -104 61 -225q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 121 61 225q-229 -117 -381 -353q133 -205 333.5 -326.5t434.5 -121.5t434.5 121.5t333.5 326.5zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5
-t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1792 576q0 -34 -20 -69q-140 -230 -376.5 -368.5t-499.5 -138.5t-499.5 139t-376.5 368q-20 35 -20 69t20 69q140 229 376.5 368t499.5 139t499.5 -139t376.5 -368q20 -35 20 -69z" />
- <glyph glyph-name="eye_close" unicode="&#xf070;" horiz-adv-x="1792"
-d="M555 201l78 141q-87 63 -136 159t-49 203q0 121 61 225q-229 -117 -381 -353q167 -258 427 -375zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1307 1151q0 -7 -1 -9
-q-106 -189 -316 -567t-315 -566l-49 -89q-10 -16 -28 -16q-12 0 -134 70q-16 10 -16 28q0 12 44 87q-143 65 -263.5 173t-208.5 245q-20 31 -20 69t20 69q153 235 380 371t496 136q89 0 180 -17l54 97q10 16 28 16q5 0 18 -6t31 -15.5t33 -18.5t31.5 -18.5t19.5 -11.5
-q16 -10 16 -27zM1344 704q0 -139 -79 -253.5t-209 -164.5l280 502q8 -45 8 -84zM1792 576q0 -35 -20 -69q-39 -64 -109 -145q-150 -172 -347.5 -267t-419.5 -95l74 132q212 18 392.5 137t301.5 307q-115 179 -282 294l63 112q95 -64 182.5 -153t144.5 -184q20 -34 20 -69z
-" />
- <glyph glyph-name="warning_sign" unicode="&#xf071;" horiz-adv-x="1792"
-d="M1024 161v190q0 14 -9.5 23.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -23.5v-190q0 -14 9.5 -23.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 23.5zM1022 535l18 459q0 12 -10 19q-13 11 -24 11h-220q-11 0 -24 -11q-10 -7 -10 -21l17 -457q0 -10 10 -16.5t24 -6.5h185
-q14 0 23.5 6.5t10.5 16.5zM1008 1469l768 -1408q35 -63 -2 -126q-17 -29 -46.5 -46t-63.5 -17h-1536q-34 0 -63.5 17t-46.5 46q-37 63 -2 126l768 1408q17 31 47 49t65 18t65 -18t47 -49z" />
- <glyph glyph-name="plane" unicode="&#xf072;" horiz-adv-x="1408"
-d="M1376 1376q44 -52 12 -148t-108 -172l-161 -161l160 -696q5 -19 -12 -33l-128 -96q-7 -6 -19 -6q-4 0 -7 1q-15 3 -21 16l-279 508l-259 -259l53 -194q5 -17 -8 -31l-96 -96q-9 -9 -23 -9h-2q-15 2 -24 13l-189 252l-252 189q-11 7 -13 23q-1 13 9 25l96 97q9 9 23 9
-q6 0 8 -1l194 -53l259 259l-508 279q-14 8 -17 24q-2 16 9 27l128 128q14 13 30 8l665 -159l160 160q76 76 172 108t148 -12z" />
- <glyph glyph-name="calendar" unicode="&#xf073;" horiz-adv-x="1664"
-d="M128 -128h288v288h-288v-288zM480 -128h320v288h-320v-288zM128 224h288v320h-288v-320zM480 224h320v320h-320v-320zM128 608h288v288h-288v-288zM864 -128h320v288h-320v-288zM480 608h320v288h-320v-288zM1248 -128h288v288h-288v-288zM864 224h320v320h-320v-320z
-M512 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1248 224h288v320h-288v-320zM864 608h320v288h-320v-288zM1248 608h288v288h-288v-288zM1280 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64
-q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47
-h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
- <glyph glyph-name="random" unicode="&#xf074;" horiz-adv-x="1792"
-d="M666 1055q-60 -92 -137 -273q-22 45 -37 72.5t-40.5 63.5t-51 56.5t-63 35t-81.5 14.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q250 0 410 -225zM1792 256q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192q-32 0 -85 -0.5t-81 -1t-73 1
-t-71 5t-64 10.5t-63 18.5t-58 28.5t-59 40t-55 53.5t-56 69.5q59 93 136 273q22 -45 37 -72.5t40.5 -63.5t51 -56.5t63 -35t81.5 -14.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1792 1152q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5
-v192h-256q-48 0 -87 -15t-69 -45t-51 -61.5t-45 -77.5q-32 -62 -78 -171q-29 -66 -49.5 -111t-54 -105t-64 -100t-74 -83t-90 -68.5t-106.5 -42t-128 -16.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q48 0 87 15t69 45t51 61.5t45 77.5q32 62 78 171q29 66 49.5 111
-t54 105t64 100t74 83t90 68.5t106.5 42t128 16.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
- <glyph glyph-name="comment" unicode="&#xf075;" horiz-adv-x="1792"
-d="M1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22q-17 -2 -30.5 9t-17.5 29v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281
-q0 130 71 248.5t191 204.5t286 136.5t348 50.5q244 0 450 -85.5t326 -233t120 -321.5z" />
- <glyph glyph-name="magnet" unicode="&#xf076;"
-d="M1536 704v-128q0 -201 -98.5 -362t-274 -251.5t-395.5 -90.5t-395.5 90.5t-274 251.5t-98.5 362v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-128q0 -52 23.5 -90t53.5 -57t71 -30t64 -13t44 -2t44 2t64 13t71 30t53.5 57t23.5 90v128q0 26 19 45t45 19h384
-q26 0 45 -19t19 -45zM512 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45zM1536 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45z" />
- <glyph glyph-name="chevron_up" unicode="&#xf077;" horiz-adv-x="1792"
-d="M1683 205l-166 -165q-19 -19 -45 -19t-45 19l-531 531l-531 -531q-19 -19 -45 -19t-45 19l-166 165q-19 19 -19 45.5t19 45.5l742 741q19 19 45 19t45 -19l742 -741q19 -19 19 -45.5t-19 -45.5z" />
- <glyph glyph-name="chevron_down" unicode="&#xf078;" horiz-adv-x="1792"
-d="M1683 728l-742 -741q-19 -19 -45 -19t-45 19l-742 741q-19 19 -19 45.5t19 45.5l166 165q19 19 45 19t45 -19l531 -531l531 531q19 19 45 19t45 -19l166 -165q19 -19 19 -45.5t-19 -45.5z" />
- <glyph glyph-name="retweet" unicode="&#xf079;" horiz-adv-x="1920"
-d="M1280 32q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-8 0 -13.5 2t-9 7t-5.5 8t-3 11.5t-1 11.5v13v11v160v416h-192q-26 0 -45 19t-19 45q0 24 15 41l320 384q19 22 49 22t49 -22l320 -384q15 -17 15 -41q0 -26 -19 -45t-45 -19h-192v-384h576q16 0 25 -11l160 -192q7 -10 7 -21
-zM1920 448q0 -24 -15 -41l-320 -384q-20 -23 -49 -23t-49 23l-320 384q-15 17 -15 41q0 26 19 45t45 19h192v384h-576q-16 0 -25 12l-160 192q-7 9 -7 20q0 13 9.5 22.5t22.5 9.5h960q8 0 13.5 -2t9 -7t5.5 -8t3 -11.5t1 -11.5v-13v-11v-160v-416h192q26 0 45 -19t19 -45z
-" />
- <glyph glyph-name="shopping_cart" unicode="&#xf07a;" horiz-adv-x="1664"
-d="M640 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1536 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1664 1088v-512q0 -24 -16.5 -42.5t-40.5 -21.5l-1044 -122q13 -60 13 -70q0 -16 -24 -64h920q26 0 45 -19t19 -45
-t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 11 8 31.5t16 36t21.5 40t15.5 29.5l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t19.5 -15.5t13 -24.5t8 -26t5.5 -29.5t4.5 -26h1201q26 0 45 -19t19 -45z" />
- <glyph glyph-name="folder_close" unicode="&#xf07b;" horiz-adv-x="1664"
-d="M1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
- <glyph glyph-name="folder_open" unicode="&#xf07c;" horiz-adv-x="1920"
-d="M1879 584q0 -31 -31 -66l-336 -396q-43 -51 -120.5 -86.5t-143.5 -35.5h-1088q-34 0 -60.5 13t-26.5 43q0 31 31 66l336 396q43 51 120.5 86.5t143.5 35.5h1088q34 0 60.5 -13t26.5 -43zM1536 928v-160h-832q-94 0 -197 -47.5t-164 -119.5l-337 -396l-5 -6q0 4 -0.5 12.5
-t-0.5 12.5v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158z" />
- <glyph glyph-name="resize_vertical" unicode="&#xf07d;" horiz-adv-x="768"
-d="M704 1216q0 -26 -19 -45t-45 -19h-128v-1024h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v1024h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45z" />
- <glyph glyph-name="resize_horizontal" unicode="&#xf07e;" horiz-adv-x="1792"
-d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-1024v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h1024v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
- <glyph glyph-name="bar_chart" unicode="&#xf080;" horiz-adv-x="2048"
-d="M640 640v-512h-256v512h256zM1024 1152v-1024h-256v1024h256zM2048 0v-128h-2048v1536h128v-1408h1920zM1408 896v-768h-256v768h256zM1792 1280v-1152h-256v1152h256z" />
- <glyph glyph-name="twitter_sign" unicode="&#xf081;"
-d="M1280 926q-56 -25 -121 -34q68 40 93 117q-65 -38 -134 -51q-61 66 -153 66q-87 0 -148.5 -61.5t-61.5 -148.5q0 -29 5 -48q-129 7 -242 65t-192 155q-29 -50 -29 -106q0 -114 91 -175q-47 1 -100 26v-2q0 -75 50 -133.5t123 -72.5q-29 -8 -51 -8q-13 0 -39 4
-q21 -63 74.5 -104t121.5 -42q-116 -90 -261 -90q-26 0 -50 3q148 -94 322 -94q112 0 210 35.5t168 95t120.5 137t75 162t24.5 168.5q0 18 -1 27q63 45 105 109zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5
-t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="facebook_sign" unicode="&#xf082;"
-d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-188v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-532q-119 0 -203.5 84.5t-84.5 203.5v960
-q0 119 84.5 203.5t203.5 84.5h960z" />
- <glyph glyph-name="camera_retro" unicode="&#xf083;" horiz-adv-x="1792"
-d="M928 704q0 14 -9 23t-23 9q-66 0 -113 -47t-47 -113q0 -14 9 -23t23 -9t23 9t9 23q0 40 28 68t68 28q14 0 23 9t9 23zM1152 574q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM128 0h1536v128h-1536v-128zM1280 574q0 159 -112.5 271.5
-t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM256 1216h384v128h-384v-128zM128 1024h1536v118v138h-828l-64 -128h-644v-128zM1792 1280v-1280q0 -53 -37.5 -90.5t-90.5 -37.5h-1536q-53 0 -90.5 37.5t-37.5 90.5v1280
-q0 53 37.5 90.5t90.5 37.5h1536q53 0 90.5 -37.5t37.5 -90.5z" />
- <glyph glyph-name="key" unicode="&#xf084;" horiz-adv-x="1792"
-d="M832 1024q0 80 -56 136t-136 56t-136 -56t-56 -136q0 -42 19 -83q-41 19 -83 19q-80 0 -136 -56t-56 -136t56 -136t136 -56t136 56t56 136q0 42 -19 83q41 -19 83 -19q80 0 136 56t56 136zM1683 320q0 -17 -49 -66t-66 -49q-9 0 -28.5 16t-36.5 33t-38.5 40t-24.5 26
-l-96 -96l220 -220q28 -28 28 -68q0 -42 -39 -81t-81 -39q-40 0 -68 28l-671 671q-176 -131 -365 -131q-163 0 -265.5 102.5t-102.5 265.5q0 160 95 313t248 248t313 95q163 0 265.5 -102.5t102.5 -265.5q0 -189 -131 -365l355 -355l96 96q-3 3 -26 24.5t-40 38.5t-33 36.5
-t-16 28.5q0 17 49 66t66 49q13 0 23 -10q6 -6 46 -44.5t82 -79.5t86.5 -86t73 -78t28.5 -41z" />
- <glyph glyph-name="cogs" unicode="&#xf085;" horiz-adv-x="1920"
-d="M896 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1664 128q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1152q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5
-t90.5 37.5t37.5 90.5zM1280 731v-185q0 -10 -7 -19.5t-16 -10.5l-155 -24q-11 -35 -32 -76q34 -48 90 -115q7 -11 7 -20q0 -12 -7 -19q-23 -30 -82.5 -89.5t-78.5 -59.5q-11 0 -21 7l-115 90q-37 -19 -77 -31q-11 -108 -23 -155q-7 -24 -30 -24h-186q-11 0 -20 7.5t-10 17.5
-l-23 153q-34 10 -75 31l-118 -89q-7 -7 -20 -7q-11 0 -21 8q-144 133 -144 160q0 9 7 19q10 14 41 53t47 61q-23 44 -35 82l-152 24q-10 1 -17 9.5t-7 19.5v185q0 10 7 19.5t16 10.5l155 24q11 35 32 76q-34 48 -90 115q-7 11 -7 20q0 12 7 20q22 30 82 89t79 59q11 0 21 -7
-l115 -90q34 18 77 32q11 108 23 154q7 24 30 24h186q11 0 20 -7.5t10 -17.5l23 -153q34 -10 75 -31l118 89q8 7 20 7q11 0 21 -8q144 -133 144 -160q0 -8 -7 -19q-12 -16 -42 -54t-45 -60q23 -48 34 -82l152 -23q10 -2 17 -10.5t7 -19.5zM1920 198v-140q0 -16 -149 -31
-q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20
-t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31zM1920 1222v-140q0 -16 -149 -31q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68
-q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70
-q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31z" />
- <glyph glyph-name="comments" unicode="&#xf086;" horiz-adv-x="1792"
-d="M1408 768q0 -139 -94 -257t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224
-q0 139 94 257t256.5 186.5t353.5 68.5t353.5 -68.5t256.5 -186.5t94 -257zM1792 512q0 -120 -71 -224.5t-195 -176.5q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7
-q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230z" />
- <glyph glyph-name="thumbs_up_alt" unicode="&#xf087;"
-d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 768q0 51 -39 89.5t-89 38.5h-352q0 58 48 159.5t48 160.5q0 98 -32 145t-128 47q-26 -26 -38 -85t-30.5 -125.5t-59.5 -109.5q-22 -23 -77 -91q-4 -5 -23 -30t-31.5 -41t-34.5 -42.5
-t-40 -44t-38.5 -35.5t-40 -27t-35.5 -9h-32v-640h32q13 0 31.5 -3t33 -6.5t38 -11t35 -11.5t35.5 -12.5t29 -10.5q211 -73 342 -73h121q192 0 192 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5q32 1 53.5 47t21.5 81zM1536 769
-q0 -89 -49 -163q9 -33 9 -69q0 -77 -38 -144q3 -21 3 -43q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5h-36h-93q-96 0 -189.5 22.5t-216.5 65.5q-116 40 -138 40h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h274q36 24 137 155q58 75 107 128
-q24 25 35.5 85.5t30.5 126.5t62 108q39 37 90 37q84 0 151 -32.5t102 -101.5t35 -186q0 -93 -48 -192h176q104 0 180 -76t76 -179z" />
- <glyph glyph-name="thumbs_down_alt" unicode="&#xf088;"
-d="M256 1088q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 512q0 35 -21.5 81t-53.5 47q15 17 25 47.5t10 55.5q0 69 -53 119q18 31 18 69q0 37 -17.5 73.5t-47.5 52.5q5 30 5 56q0 85 -49 126t-136 41h-128q-131 0 -342 -73q-5 -2 -29 -10.5
-t-35.5 -12.5t-35 -11.5t-38 -11t-33 -6.5t-31.5 -3h-32v-640h32q16 0 35.5 -9t40 -27t38.5 -35.5t40 -44t34.5 -42.5t31.5 -41t23 -30q55 -68 77 -91q41 -43 59.5 -109.5t30.5 -125.5t38 -85q96 0 128 47t32 145q0 59 -48 160.5t-48 159.5h352q50 0 89 38.5t39 89.5z
-M1536 511q0 -103 -76 -179t-180 -76h-176q48 -99 48 -192q0 -118 -35 -186q-35 -69 -102 -101.5t-151 -32.5q-51 0 -90 37q-34 33 -54 82t-25.5 90.5t-17.5 84.5t-31 64q-48 50 -107 127q-101 131 -137 155h-274q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5
-h288q22 0 138 40q128 44 223 66t200 22h112q140 0 226.5 -79t85.5 -216v-5q60 -77 60 -178q0 -22 -3 -43q38 -67 38 -144q0 -36 -9 -69q49 -73 49 -163z" />
- <glyph glyph-name="star_half" unicode="&#xf089;" horiz-adv-x="896"
-d="M832 1504v-1339l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41z" />
- <glyph glyph-name="heart_empty" unicode="&#xf08a;" horiz-adv-x="1792"
-d="M1664 940q0 81 -21.5 143t-55 98.5t-81.5 59.5t-94 31t-98 8t-112 -25.5t-110.5 -64t-86.5 -72t-60 -61.5q-18 -22 -49 -22t-49 22q-24 28 -60 61.5t-86.5 72t-110.5 64t-112 25.5t-98 -8t-94 -31t-81.5 -59.5t-55 -98.5t-21.5 -143q0 -168 187 -355l581 -560l580 559
-q188 188 188 356zM1792 940q0 -221 -229 -450l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5
-q224 0 351 -124t127 -344z" />
- <glyph glyph-name="signout" unicode="&#xf08b;" horiz-adv-x="1664"
-d="M640 96q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h320q13 0 22.5 -9.5t9.5 -22.5q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-66 0 -113 -47t-47 -113v-704
-q0 -66 47 -113t113 -47h288h11h13t11.5 -1t11.5 -3t8 -5.5t7 -9t2 -13.5zM1568 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45z" />
- <glyph glyph-name="linkedin_sign" unicode="&#xf08c;"
-d="M237 122h231v694h-231v-694zM483 1030q-1 52 -36 86t-93 34t-94.5 -34t-36.5 -86q0 -51 35.5 -85.5t92.5 -34.5h1q59 0 95 34.5t36 85.5zM1068 122h231v398q0 154 -73 233t-193 79q-136 0 -209 -117h2v101h-231q3 -66 0 -694h231v388q0 38 7 56q15 35 45 59.5t74 24.5
-q116 0 116 -157v-371zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="pushpin" unicode="&#xf08d;" horiz-adv-x="1152"
-d="M480 672v448q0 14 -9 23t-23 9t-23 -9t-9 -23v-448q0 -14 9 -23t23 -9t23 9t9 23zM1152 320q0 -26 -19 -45t-45 -19h-429l-51 -483q-2 -12 -10.5 -20.5t-20.5 -8.5h-1q-27 0 -32 27l-76 485h-404q-26 0 -45 19t-19 45q0 123 78.5 221.5t177.5 98.5v512q-52 0 -90 38
-t-38 90t38 90t90 38h640q52 0 90 -38t38 -90t-38 -90t-90 -38v-512q99 0 177.5 -98.5t78.5 -221.5z" />
- <glyph glyph-name="external_link" unicode="&#xf08e;" horiz-adv-x="1792"
-d="M1408 608v-320q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v320
-q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1792 1472v-512q0 -26 -19 -45t-45 -19t-45 19l-176 176l-652 -652q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l652 652l-176 176q-19 19 -19 45t19 45t45 19h512q26 0 45 -19t19 -45z" />
- <glyph glyph-name="signin" unicode="&#xf090;"
-d="M1184 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45zM1536 992v-704q0 -119 -84.5 -203.5t-203.5 -84.5h-320q-13 0 -22.5 9.5t-9.5 22.5
-q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q66 0 113 47t47 113v704q0 66 -47 113t-113 47h-288h-11h-13t-11.5 1t-11.5 3t-8 5.5t-7 9t-2 13.5q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="trophy" unicode="&#xf091;" horiz-adv-x="1664"
-d="M458 653q-74 162 -74 371h-256v-96q0 -78 94.5 -162t235.5 -113zM1536 928v96h-256q0 -209 -74 -371q141 29 235.5 113t94.5 162zM1664 1056v-128q0 -71 -41.5 -143t-112 -130t-173 -97.5t-215.5 -44.5q-42 -54 -95 -95q-38 -34 -52.5 -72.5t-14.5 -89.5q0 -54 30.5 -91
-t97.5 -37q75 0 133.5 -45.5t58.5 -114.5v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 69 58.5 114.5t133.5 45.5q67 0 97.5 37t30.5 91q0 51 -14.5 89.5t-52.5 72.5q-53 41 -95 95q-113 5 -215.5 44.5t-173 97.5t-112 130t-41.5 143v128q0 40 28 68t68 28h288v96
-q0 66 47 113t113 47h576q66 0 113 -47t47 -113v-96h288q40 0 68 -28t28 -68z" />
- <glyph glyph-name="github_sign" unicode="&#xf092;"
-d="M519 336q4 6 -3 13q-9 7 -14 2q-4 -6 3 -13q9 -7 14 -2zM491 377q-5 7 -12 4q-6 -4 0 -12q7 -8 12 -5q6 4 0 13zM450 417q2 4 -5 8q-7 2 -8 -2q-3 -5 4 -8q8 -2 9 2zM471 394q2 1 1.5 4.5t-3.5 5.5q-6 7 -10 3t1 -11q6 -6 11 -2zM557 319q2 7 -9 11q-9 3 -13 -4
-q-2 -7 9 -11q9 -3 13 4zM599 316q0 8 -12 8q-10 0 -10 -8t11 -8t11 8zM638 323q-2 7 -13 5t-9 -9q2 -8 12 -6t10 10zM1280 640q0 212 -150 362t-362 150t-362 -150t-150 -362q0 -167 98 -300.5t252 -185.5q18 -3 26.5 5t8.5 20q0 52 -1 95q-6 -1 -15.5 -2.5t-35.5 -2t-48 4
-t-43.5 20t-29.5 41.5q-23 59 -57 74q-2 1 -4.5 3.5l-8 8t-7 9.5t4 7.5t19.5 3.5q6 0 15 -2t30 -15.5t33 -35.5q16 -28 37.5 -42t43.5 -14t38 3.5t30 9.5q7 47 33 69q-49 6 -86 18.5t-73 39t-55.5 76t-19.5 119.5q0 79 53 137q-24 62 5 136q19 6 54.5 -7.5t60.5 -29.5l26 -16
-q58 17 128 17t128 -17q11 7 28.5 18t55.5 26t57 9q29 -74 5 -136q53 -58 53 -137q0 -57 -14 -100.5t-35.5 -70t-53.5 -44.5t-62.5 -26t-68.5 -12q35 -31 35 -95q0 -40 -0.5 -89t-0.5 -51q0 -12 8.5 -20t26.5 -5q154 52 252 185.5t98 300.5zM1536 1120v-960
-q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="upload_alt" unicode="&#xf093;" horiz-adv-x="1664"
-d="M1280 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 288v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h427q21 -56 70.5 -92
-t110.5 -36h256q61 0 110.5 36t70.5 92h427q40 0 68 -28t28 -68zM1339 936q-17 -40 -59 -40h-256v-448q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v448h-256q-42 0 -59 40q-17 39 14 69l448 448q18 19 45 19t45 -19l448 -448q31 -30 14 -69z" />
- <glyph glyph-name="lemon" unicode="&#xf094;"
-d="M1407 710q0 44 -7 113.5t-18 96.5q-12 30 -17 44t-9 36.5t-4 48.5q0 23 5 68.5t5 67.5q0 37 -10 55q-4 1 -13 1q-19 0 -58 -4.5t-59 -4.5q-60 0 -176 24t-175 24q-43 0 -94.5 -11.5t-85 -23.5t-89.5 -34q-137 -54 -202 -103q-96 -73 -159.5 -189.5t-88 -236t-24.5 -248.5
-q0 -40 12.5 -120t12.5 -121q0 -23 -11 -66.5t-11 -65.5t12 -36.5t34 -14.5q24 0 72.5 11t73.5 11q57 0 169.5 -15.5t169.5 -15.5q181 0 284 36q129 45 235.5 152.5t166 245.5t59.5 275zM1535 712q0 -165 -70 -327.5t-196 -288t-281 -180.5q-124 -44 -326 -44
-q-57 0 -170 14.5t-169 14.5q-24 0 -72.5 -14.5t-73.5 -14.5q-73 0 -123.5 55.5t-50.5 128.5q0 24 11 68t11 67q0 40 -12.5 120.5t-12.5 121.5q0 111 18 217.5t54.5 209.5t100.5 194t150 156q78 59 232 120q194 78 316 78q60 0 175.5 -24t173.5 -24q19 0 57 5t58 5
-q81 0 118 -50.5t37 -134.5q0 -23 -5 -68t-5 -68q0 -13 2 -25t3.5 -16.5t7.5 -20.5t8 -20q16 -40 25 -118.5t9 -136.5z" />
- <glyph glyph-name="phone" unicode="&#xf095;" horiz-adv-x="1408"
-d="M1408 296q0 -27 -10 -70.5t-21 -68.5q-21 -50 -122 -106q-94 -51 -186 -51q-27 0 -53 3.5t-57.5 12.5t-47 14.5t-55.5 20.5t-49 18q-98 35 -175 83q-127 79 -264 216t-216 264q-48 77 -83 175q-3 9 -18 49t-20.5 55.5t-14.5 47t-12.5 57.5t-3.5 53q0 92 51 186
-q56 101 106 122q25 11 68.5 21t70.5 10q14 0 21 -3q18 -6 53 -76q11 -19 30 -54t35 -63.5t31 -53.5q3 -4 17.5 -25t21.5 -35.5t7 -28.5q0 -20 -28.5 -50t-62 -55t-62 -53t-28.5 -46q0 -9 5 -22.5t8.5 -20.5t14 -24t11.5 -19q76 -137 174 -235t235 -174q2 -1 19 -11.5t24 -14
-t20.5 -8.5t22.5 -5q18 0 46 28.5t53 62t55 62t50 28.5q14 0 28.5 -7t35.5 -21.5t25 -17.5q25 -15 53.5 -31t63.5 -35t54 -30q70 -35 76 -53q3 -7 3 -21z" />
- <glyph glyph-name="check_empty" unicode="&#xf096;" horiz-adv-x="1408"
-d="M1120 1280h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v832q0 66 -47 113t-113 47zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832
-q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="bookmark_empty" unicode="&#xf097;" horiz-adv-x="1280"
-d="M1152 1280h-1024v-1242l423 406l89 85l89 -85l423 -406v1242zM1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289
-q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
- <glyph glyph-name="phone_sign" unicode="&#xf098;"
-d="M1280 343q0 11 -2 16t-18 16.5t-40.5 25t-47.5 26.5t-45.5 25t-28.5 15q-5 3 -19 13t-25 15t-21 5q-15 0 -36.5 -20.5t-39.5 -45t-38.5 -45t-33.5 -20.5q-7 0 -16.5 3.5t-15.5 6.5t-17 9.5t-14 8.5q-99 55 -170 126.5t-127 170.5q-2 3 -8.5 14t-9.5 17t-6.5 15.5
-t-3.5 16.5q0 13 20.5 33.5t45 38.5t45 39.5t20.5 36.5q0 10 -5 21t-15 25t-13 19q-3 6 -15 28.5t-25 45.5t-26.5 47.5t-25 40.5t-16.5 18t-16 2q-48 0 -101 -22q-46 -21 -80 -94.5t-34 -130.5q0 -16 2.5 -34t5 -30.5t9 -33t10 -29.5t12.5 -33t11 -30q60 -164 216.5 -320.5
-t320.5 -216.5q6 -2 30 -11t33 -12.5t29.5 -10t33 -9t30.5 -5t34 -2.5q57 0 130.5 34t94.5 80q22 53 22 101zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z
-" />
- <glyph glyph-name="twitter" unicode="&#xf099;" horiz-adv-x="1664"
-d="M1620 1128q-67 -98 -162 -167q1 -14 1 -42q0 -130 -38 -259.5t-115.5 -248.5t-184.5 -210.5t-258 -146t-323 -54.5q-271 0 -496 145q35 -4 78 -4q225 0 401 138q-105 2 -188 64.5t-114 159.5q33 -5 61 -5q43 0 85 11q-112 23 -185.5 111.5t-73.5 205.5v4q68 -38 146 -41
-q-66 44 -105 115t-39 154q0 88 44 163q121 -149 294.5 -238.5t371.5 -99.5q-8 38 -8 74q0 134 94.5 228.5t228.5 94.5q140 0 236 -102q109 21 205 78q-37 -115 -142 -178q93 10 186 50z" />
- <glyph glyph-name="facebook" unicode="&#xf09a;" horiz-adv-x="1024"
-d="M959 1524v-264h-157q-86 0 -116 -36t-30 -108v-189h293l-39 -296h-254v-759h-306v759h-255v296h255v218q0 186 104 288.5t277 102.5q147 0 228 -12z" />
- <glyph glyph-name="github" unicode="&#xf09b;"
-d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5q0 -251 -146.5 -451.5t-378.5 -277.5q-27 -5 -40 7t-13 30q0 3 0.5 76.5t0.5 134.5q0 97 -52 142q57 6 102.5 18t94 39t81 66.5t53 105t20.5 150.5q0 119 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24
-q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-85 13.5q-45 -113 -8 -204q-79 -87 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-39 -36 -49 -103q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5
-t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -88.5t0.5 -54.5q0 -18 -13 -30t-40 -7q-232 77 -378.5 277.5t-146.5 451.5q0 209 103 385.5t279.5 279.5t385.5 103zM291 305q3 7 -7 12
-q-10 3 -13 -2q-3 -7 7 -12q9 -6 13 2zM322 271q7 5 -2 16q-10 9 -16 3q-7 -5 2 -16q10 -10 16 -3zM352 226q9 7 0 19q-8 13 -17 6q-9 -5 0 -18t17 -7zM394 184q8 8 -4 19q-12 12 -20 3q-9 -8 4 -19q12 -12 20 -3zM451 159q3 11 -13 16q-15 4 -19 -7t13 -15q15 -6 19 6z
-M514 154q0 13 -17 11q-16 0 -16 -11q0 -13 17 -11q16 0 16 11zM572 164q-2 11 -18 9q-16 -3 -14 -15t18 -8t14 14z" />
- <glyph glyph-name="unlock" unicode="&#xf09c;" horiz-adv-x="1664"
-d="M1664 960v-256q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-192h96q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h672v192q0 185 131.5 316.5t316.5 131.5
-t316.5 -131.5t131.5 -316.5z" />
- <glyph glyph-name="credit_card" unicode="&#xf09d;" horiz-adv-x="1920"
-d="M1760 1408q66 0 113 -47t47 -113v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600zM160 1280q-13 0 -22.5 -9.5t-9.5 -22.5v-224h1664v224q0 13 -9.5 22.5t-22.5 9.5h-1600zM1760 0q13 0 22.5 9.5t9.5 22.5v608h-1664v-608
-q0 -13 9.5 -22.5t22.5 -9.5h1600zM256 128v128h256v-128h-256zM640 128v128h384v-128h-384z" />
- <glyph glyph-name="rss" unicode="&#xf09e;" horiz-adv-x="1408"
-d="M384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 69q2 -28 -17 -48q-18 -21 -47 -21h-135q-25 0 -43 16.5t-20 41.5q-22 229 -184.5 391.5t-391.5 184.5q-25 2 -41.5 20t-16.5 43v135q0 29 21 47q17 17 43 17h5q160 -13 306 -80.5
-t259 -181.5q114 -113 181.5 -259t80.5 -306zM1408 67q2 -27 -18 -47q-18 -20 -46 -20h-143q-26 0 -44.5 17.5t-19.5 42.5q-12 215 -101 408.5t-231.5 336t-336 231.5t-408.5 102q-25 1 -42.5 19.5t-17.5 43.5v143q0 28 20 46q18 18 44 18h3q262 -13 501.5 -120t425.5 -294
-q187 -186 294 -425.5t120 -501.5z" />
- <glyph glyph-name="hdd" unicode="&#xf0a0;"
-d="M1040 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1296 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1408 160v320q0 13 -9.5 22.5t-22.5 9.5
-h-1216q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5zM178 640h1180l-157 482q-4 13 -16 21.5t-26 8.5h-782q-14 0 -26 -8.5t-16 -21.5zM1536 480v-320q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v320q0 25 16 75
-l197 606q17 53 63 86t101 33h782q55 0 101 -33t63 -86l197 -606q16 -50 16 -75z" />
- <glyph glyph-name="bullhorn" unicode="&#xf0a1;" horiz-adv-x="1792"
-d="M1664 896q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5v-384q0 -52 -38 -90t-90 -38q-417 347 -812 380q-58 -19 -91 -66t-31 -100.5t40 -92.5q-20 -33 -23 -65.5t6 -58t33.5 -55t48 -50t61.5 -50.5q-29 -58 -111.5 -83t-168.5 -11.5t-132 55.5q-7 23 -29.5 87.5
-t-32 94.5t-23 89t-15 101t3.5 98.5t22 110.5h-122q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h480q435 0 896 384q52 0 90 -38t38 -90v-384zM1536 292v954q-394 -302 -768 -343v-270q377 -42 768 -341z" />
- <glyph glyph-name="bell" unicode="&#xf0a2;" horiz-adv-x="1792"
-d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM246 128h1300q-266 300 -266 832q0 51 -24 105t-69 103t-121.5 80.5t-169.5 31.5t-169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -532 -266 -832z
-M1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5
-t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" />
- <glyph glyph-name="certificate" unicode="&#xf0a3;"
-d="M1376 640l138 -135q30 -28 20 -70q-12 -41 -52 -51l-188 -48l53 -186q12 -41 -19 -70q-29 -31 -70 -19l-186 53l-48 -188q-10 -40 -51 -52q-12 -2 -19 -2q-31 0 -51 22l-135 138l-135 -138q-28 -30 -70 -20q-41 11 -51 52l-48 188l-186 -53q-41 -12 -70 19q-31 29 -19 70
-l53 186l-188 48q-40 10 -52 51q-10 42 20 70l138 135l-138 135q-30 28 -20 70q12 41 52 51l188 48l-53 186q-12 41 19 70q29 31 70 19l186 -53l48 188q10 41 51 51q41 12 70 -19l135 -139l135 139q29 30 70 19q41 -10 51 -51l48 -188l186 53q41 12 70 -19q31 -29 19 -70
-l-53 -186l188 -48q40 -10 52 -51q10 -42 -20 -70z" />
- <glyph glyph-name="hand_right" unicode="&#xf0a4;" horiz-adv-x="1792"
-d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 768q0 51 -39 89.5t-89 38.5h-576q0 20 15 48.5t33 55t33 68t15 84.5q0 67 -44.5 97.5t-115.5 30.5q-24 0 -90 -139q-24 -44 -37 -65q-40 -64 -112 -145q-71 -81 -101 -106
-q-69 -57 -140 -57h-32v-640h32q72 0 167 -32t193.5 -64t179.5 -32q189 0 189 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5h331q52 0 90 38t38 90zM1792 769q0 -105 -75.5 -181t-180.5 -76h-169q-4 -62 -37 -119q3 -21 3 -43
-q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5q-133 0 -322 69q-164 59 -223 59h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h288q10 0 21.5 4.5t23.5 14t22.5 18t24 22.5t20.5 21.5t19 21.5t14 17q65 74 100 129q13 21 33 62t37 72t40.5 63t55 49.5
-t69.5 17.5q125 0 206.5 -67t81.5 -189q0 -68 -22 -128h374q104 0 180 -76t76 -179z" />
- <glyph glyph-name="hand_left" unicode="&#xf0a5;" horiz-adv-x="1792"
-d="M1376 128h32v640h-32q-35 0 -67.5 12t-62.5 37t-50 46t-49 54q-8 9 -12 14q-72 81 -112 145q-14 22 -38 68q-1 3 -10.5 22.5t-18.5 36t-20 35.5t-21.5 30.5t-18.5 11.5q-71 0 -115.5 -30.5t-44.5 -97.5q0 -43 15 -84.5t33 -68t33 -55t15 -48.5h-576q-50 0 -89 -38.5
-t-39 -89.5q0 -52 38 -90t90 -38h331q-15 -17 -25 -47.5t-10 -55.5q0 -69 53 -119q-18 -32 -18 -69t17.5 -73.5t47.5 -52.5q-4 -24 -4 -56q0 -85 48.5 -126t135.5 -41q84 0 183 32t194 64t167 32zM1664 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45z
-M1792 768v-640q0 -53 -37.5 -90.5t-90.5 -37.5h-288q-59 0 -223 -59q-190 -69 -317 -69q-142 0 -230 77.5t-87 217.5l1 5q-61 76 -61 178q0 22 3 43q-33 57 -37 119h-169q-105 0 -180.5 76t-75.5 181q0 103 76 179t180 76h374q-22 60 -22 128q0 122 81.5 189t206.5 67
-q38 0 69.5 -17.5t55 -49.5t40.5 -63t37 -72t33 -62q35 -55 100 -129q2 -3 14 -17t19 -21.5t20.5 -21.5t24 -22.5t22.5 -18t23.5 -14t21.5 -4.5h288q53 0 90.5 -37.5t37.5 -90.5z" />
- <glyph glyph-name="hand_up" unicode="&#xf0a6;"
-d="M1280 -64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 700q0 189 -167 189q-26 0 -56 -5q-16 30 -52.5 47.5t-73.5 17.5t-69 -18q-50 53 -119 53q-25 0 -55.5 -10t-47.5 -25v331q0 52 -38 90t-90 38q-51 0 -89.5 -39t-38.5 -89v-576
-q-20 0 -48.5 15t-55 33t-68 33t-84.5 15q-67 0 -97.5 -44.5t-30.5 -115.5q0 -24 139 -90q44 -24 65 -37q64 -40 145 -112q81 -71 106 -101q57 -69 57 -140v-32h640v32q0 72 32 167t64 193.5t32 179.5zM1536 705q0 -133 -69 -322q-59 -164 -59 -223v-288q0 -53 -37.5 -90.5
-t-90.5 -37.5h-640q-53 0 -90.5 37.5t-37.5 90.5v288q0 10 -4.5 21.5t-14 23.5t-18 22.5t-22.5 24t-21.5 20.5t-21.5 19t-17 14q-74 65 -129 100q-21 13 -62 33t-72 37t-63 40.5t-49.5 55t-17.5 69.5q0 125 67 206.5t189 81.5q68 0 128 -22v374q0 104 76 180t179 76
-q105 0 181 -75.5t76 -180.5v-169q62 -4 119 -37q21 3 43 3q101 0 178 -60q139 1 219.5 -85t80.5 -227z" />
- <glyph glyph-name="hand_down" unicode="&#xf0a7;"
-d="M1408 576q0 84 -32 183t-64 194t-32 167v32h-640v-32q0 -35 -12 -67.5t-37 -62.5t-46 -50t-54 -49q-9 -8 -14 -12q-81 -72 -145 -112q-22 -14 -68 -38q-3 -1 -22.5 -10.5t-36 -18.5t-35.5 -20t-30.5 -21.5t-11.5 -18.5q0 -71 30.5 -115.5t97.5 -44.5q43 0 84.5 15t68 33
-t55 33t48.5 15v-576q0 -50 38.5 -89t89.5 -39q52 0 90 38t38 90v331q46 -35 103 -35q69 0 119 53q32 -18 69 -18t73.5 17.5t52.5 47.5q24 -4 56 -4q85 0 126 48.5t41 135.5zM1280 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 580
-q0 -142 -77.5 -230t-217.5 -87l-5 1q-76 -61 -178 -61q-22 0 -43 3q-54 -30 -119 -37v-169q0 -105 -76 -180.5t-181 -75.5q-103 0 -179 76t-76 180v374q-54 -22 -128 -22q-121 0 -188.5 81.5t-67.5 206.5q0 38 17.5 69.5t49.5 55t63 40.5t72 37t62 33q55 35 129 100
-q3 2 17 14t21.5 19t21.5 20.5t22.5 24t18 22.5t14 23.5t4.5 21.5v288q0 53 37.5 90.5t90.5 37.5h640q53 0 90.5 -37.5t37.5 -90.5v-288q0 -59 59 -223q69 -190 69 -317z" />
- <glyph glyph-name="circle_arrow_left" unicode="&#xf0a8;"
-d="M1280 576v128q0 26 -19 45t-45 19h-502l189 189q19 19 19 45t-19 45l-91 91q-18 18 -45 18t-45 -18l-362 -362l-91 -91q-18 -18 -18 -45t18 -45l91 -91l362 -362q18 -18 45 -18t45 18l91 91q18 18 18 45t-18 45l-189 189h502q26 0 45 19t19 45zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="circle_arrow_right" unicode="&#xf0a9;"
-d="M1285 640q0 27 -18 45l-91 91l-362 362q-18 18 -45 18t-45 -18l-91 -91q-18 -18 -18 -45t18 -45l189 -189h-502q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h502l-189 -189q-19 -19 -19 -45t19 -45l91 -91q18 -18 45 -18t45 18l362 362l91 91q18 18 18 45zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="circle_arrow_up" unicode="&#xf0aa;"
-d="M1284 641q0 27 -18 45l-362 362l-91 91q-18 18 -45 18t-45 -18l-91 -91l-362 -362q-18 -18 -18 -45t18 -45l91 -91q18 -18 45 -18t45 18l189 189v-502q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v502l189 -189q19 -19 45 -19t45 19l91 91q18 18 18 45zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="circle_arrow_down" unicode="&#xf0ab;"
-d="M1284 639q0 27 -18 45l-91 91q-18 18 -45 18t-45 -18l-189 -189v502q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-502l-189 189q-19 19 -45 19t-45 -19l-91 -91q-18 -18 -18 -45t18 -45l362 -362l91 -91q18 -18 45 -18t45 18l91 91l362 362q18 18 18 45zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="globe" unicode="&#xf0ac;"
-d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1042 887q-2 -1 -9.5 -9.5t-13.5 -9.5q2 0 4.5 5t5 11t3.5 7q6 7 22 15q14 6 52 12q34 8 51 -11
-q-2 2 9.5 13t14.5 12q3 2 15 4.5t15 7.5l2 22q-12 -1 -17.5 7t-6.5 21q0 -2 -6 -8q0 7 -4.5 8t-11.5 -1t-9 -1q-10 3 -15 7.5t-8 16.5t-4 15q-2 5 -9.5 11t-9.5 10q-1 2 -2.5 5.5t-3 6.5t-4 5.5t-5.5 2.5t-7 -5t-7.5 -10t-4.5 -5q-3 2 -6 1.5t-4.5 -1t-4.5 -3t-5 -3.5
-q-3 -2 -8.5 -3t-8.5 -2q15 5 -1 11q-10 4 -16 3q9 4 7.5 12t-8.5 14h5q-1 4 -8.5 8.5t-17.5 8.5t-13 6q-8 5 -34 9.5t-33 0.5q-5 -6 -4.5 -10.5t4 -14t3.5 -12.5q1 -6 -5.5 -13t-6.5 -12q0 -7 14 -15.5t10 -21.5q-3 -8 -16 -16t-16 -12q-5 -8 -1.5 -18.5t10.5 -16.5
-q2 -2 1.5 -4t-3.5 -4.5t-5.5 -4t-6.5 -3.5l-3 -2q-11 -5 -20.5 6t-13.5 26q-7 25 -16 30q-23 8 -29 -1q-5 13 -41 26q-25 9 -58 4q6 1 0 15q-7 15 -19 12q3 6 4 17.5t1 13.5q3 13 12 23q1 1 7 8.5t9.5 13.5t0.5 6q35 -4 50 11q5 5 11.5 17t10.5 17q9 6 14 5.5t14.5 -5.5
-t14.5 -5q14 -1 15.5 11t-7.5 20q12 -1 3 17q-4 7 -8 9q-12 4 -27 -5q-8 -4 2 -8q-1 1 -9.5 -10.5t-16.5 -17.5t-16 5q-1 1 -5.5 13.5t-9.5 13.5q-8 0 -16 -15q3 8 -11 15t-24 8q19 12 -8 27q-7 4 -20.5 5t-19.5 -4q-5 -7 -5.5 -11.5t5 -8t10.5 -5.5t11.5 -4t8.5 -3
-q14 -10 8 -14q-2 -1 -8.5 -3.5t-11.5 -4.5t-6 -4q-3 -4 0 -14t-2 -14q-5 5 -9 17.5t-7 16.5q7 -9 -25 -6l-10 1q-4 0 -16 -2t-20.5 -1t-13.5 8q-4 8 0 20q1 4 4 2q-4 3 -11 9.5t-10 8.5q-46 -15 -94 -41q6 -1 12 1q5 2 13 6.5t10 5.5q34 14 42 7l5 5q14 -16 20 -25
-q-7 4 -30 1q-20 -6 -22 -12q7 -12 5 -18q-4 3 -11.5 10t-14.5 11t-15 5q-16 0 -22 -1q-146 -80 -235 -222q7 -7 12 -8q4 -1 5 -9t2.5 -11t11.5 3q9 -8 3 -19q1 1 44 -27q19 -17 21 -21q3 -11 -10 -18q-1 2 -9 9t-9 4q-3 -5 0.5 -18.5t10.5 -12.5q-7 0 -9.5 -16t-2.5 -35.5
-t-1 -23.5l2 -1q-3 -12 5.5 -34.5t21.5 -19.5q-13 -3 20 -43q6 -8 8 -9q3 -2 12 -7.5t15 -10t10 -10.5q4 -5 10 -22.5t14 -23.5q-2 -6 9.5 -20t10.5 -23q-1 0 -2.5 -1t-2.5 -1q3 -7 15.5 -14t15.5 -13q1 -3 2 -10t3 -11t8 -2q2 20 -24 62q-15 25 -17 29q-3 5 -5.5 15.5
-t-4.5 14.5q2 0 6 -1.5t8.5 -3.5t7.5 -4t2 -3q-3 -7 2 -17.5t12 -18.5t17 -19t12 -13q6 -6 14 -19.5t0 -13.5q9 0 20 -10.5t17 -19.5q5 -8 8 -26t5 -24q2 -7 8.5 -13.5t12.5 -9.5l16 -8t13 -7q5 -2 18.5 -10.5t21.5 -11.5q10 -4 16 -4t14.5 2.5t13.5 3.5q15 2 29 -15t21 -21
-q36 -19 55 -11q-2 -1 0.5 -7.5t8 -15.5t9 -14.5t5.5 -8.5q5 -6 18 -15t18 -15q6 4 7 9q-3 -8 7 -20t18 -10q14 3 14 32q-31 -15 -49 18q0 1 -2.5 5.5t-4 8.5t-2.5 8.5t0 7.5t5 3q9 0 10 3.5t-2 12.5t-4 13q-1 8 -11 20t-12 15q-5 -9 -16 -8t-16 9q0 -1 -1.5 -5.5t-1.5 -6.5
-q-13 0 -15 1q1 3 2.5 17.5t3.5 22.5q1 4 5.5 12t7.5 14.5t4 12.5t-4.5 9.5t-17.5 2.5q-19 -1 -26 -20q-1 -3 -3 -10.5t-5 -11.5t-9 -7q-7 -3 -24 -2t-24 5q-13 8 -22.5 29t-9.5 37q0 10 2.5 26.5t3 25t-5.5 24.5q3 2 9 9.5t10 10.5q2 1 4.5 1.5t4.5 0t4 1.5t3 6q-1 1 -4 3
-q-3 3 -4 3q7 -3 28.5 1.5t27.5 -1.5q15 -11 22 2q0 1 -2.5 9.5t-0.5 13.5q5 -27 29 -9q3 -3 15.5 -5t17.5 -5q3 -2 7 -5.5t5.5 -4.5t5 0.5t8.5 6.5q10 -14 12 -24q11 -40 19 -44q7 -3 11 -2t4.5 9.5t0 14t-1.5 12.5l-1 8v18l-1 8q-15 3 -18.5 12t1.5 18.5t15 18.5q1 1 8 3.5
-t15.5 6.5t12.5 8q21 19 15 35q7 0 11 9q-1 0 -5 3t-7.5 5t-4.5 2q9 5 2 16q5 3 7.5 11t7.5 10q9 -12 21 -2q8 8 1 16q5 7 20.5 10.5t18.5 9.5q7 -2 8 2t1 12t3 12q4 5 15 9t13 5l17 11q3 4 0 4q18 -2 31 11q10 11 -6 20q3 6 -3 9.5t-15 5.5q3 1 11.5 0.5t10.5 1.5
-q15 10 -7 16q-17 5 -43 -12zM879 10q206 36 351 189q-3 3 -12.5 4.5t-12.5 3.5q-18 7 -24 8q1 7 -2.5 13t-8 9t-12.5 8t-11 7q-2 2 -7 6t-7 5.5t-7.5 4.5t-8.5 2t-10 -1l-3 -1q-3 -1 -5.5 -2.5t-5.5 -3t-4 -3t0 -2.5q-21 17 -36 22q-5 1 -11 5.5t-10.5 7t-10 1.5t-11.5 -7
-q-5 -5 -6 -15t-2 -13q-7 5 0 17.5t2 18.5q-3 6 -10.5 4.5t-12 -4.5t-11.5 -8.5t-9 -6.5t-8.5 -5.5t-8.5 -7.5q-3 -4 -6 -12t-5 -11q-2 4 -11.5 6.5t-9.5 5.5q2 -10 4 -35t5 -38q7 -31 -12 -48q-27 -25 -29 -40q-4 -22 12 -26q0 -7 -8 -20.5t-7 -21.5q0 -6 2 -16z" />
- <glyph glyph-name="wrench" unicode="&#xf0ad;" horiz-adv-x="1664"
-d="M384 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1028 484l-682 -682q-37 -37 -90 -37q-52 0 -91 37l-106 108q-38 36 -38 90q0 53 38 91l681 681q39 -98 114.5 -173.5t173.5 -114.5zM1662 919q0 -39 -23 -106q-47 -134 -164.5 -217.5
-t-258.5 -83.5q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q58 0 121.5 -16.5t107.5 -46.5q16 -11 16 -28t-16 -28l-293 -169v-224l193 -107q5 3 79 48.5t135.5 81t70.5 35.5q15 0 23.5 -10t8.5 -25z" />
- <glyph glyph-name="tasks" unicode="&#xf0ae;" horiz-adv-x="1792"
-d="M1024 128h640v128h-640v-128zM640 640h1024v128h-1024v-128zM1280 1152h384v128h-384v-128zM1792 320v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 832v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19
-t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
- <glyph glyph-name="filter" unicode="&#xf0b0;" horiz-adv-x="1408"
-d="M1403 1241q17 -41 -14 -70l-493 -493v-742q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-256 256q-19 19 -19 45v486l-493 493q-31 29 -14 70q17 39 59 39h1280q42 0 59 -39z" />
- <glyph glyph-name="briefcase" unicode="&#xf0b1;" horiz-adv-x="1792"
-d="M640 1280h512v128h-512v-128zM1792 640v-480q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v480h672v-160q0 -26 19 -45t45 -19h320q26 0 45 19t19 45v160h672zM1024 640v-128h-256v128h256zM1792 1120v-384h-1792v384q0 66 47 113t113 47h352v160q0 40 28 68
-t68 28h576q40 0 68 -28t28 -68v-160h352q66 0 113 -47t47 -113z" />
- <glyph glyph-name="fullscreen" unicode="&#xf0b2;"
-d="M1283 995l-355 -355l355 -355l144 144q29 31 70 14q39 -17 39 -59v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l144 144l-355 355l-355 -355l144 -144q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l144 -144
-l355 355l-355 355l-144 -144q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v448q0 26 19 45t45 19h448q42 0 59 -40q17 -39 -14 -69l-144 -144l355 -355l355 355l-144 144q-31 30 -14 69q17 40 59 40h448q26 0 45 -19t19 -45v-448q0 -42 -39 -59q-13 -5 -25 -5q-26 0 -45 19z
-" />
- <glyph glyph-name="group" unicode="&#xf0c0;" horiz-adv-x="1920"
-d="M593 640q-162 -5 -265 -128h-134q-82 0 -138 40.5t-56 118.5q0 353 124 353q6 0 43.5 -21t97.5 -42.5t119 -21.5q67 0 133 23q-5 -37 -5 -66q0 -139 81 -256zM1664 3q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5
-t43 97.5t62 81t85.5 53.5t111.5 20q10 0 43 -21.5t73 -48t107 -48t135 -21.5t135 21.5t107 48t73 48t43 21.5q61 0 111.5 -20t85.5 -53.5t62 -81t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM640 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75
-t75 -181zM1344 896q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5zM1920 671q0 -78 -56 -118.5t-138 -40.5h-134q-103 123 -265 128q81 117 81 256q0 29 -5 66q66 -23 133 -23q59 0 119 21.5t97.5 42.5
-t43.5 21q124 0 124 -353zM1792 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181z" />
- <glyph glyph-name="link" unicode="&#xf0c1;" horiz-adv-x="1664"
-d="M1456 320q0 40 -28 68l-208 208q-28 28 -68 28q-42 0 -72 -32q3 -3 19 -18.5t21.5 -21.5t15 -19t13 -25.5t3.5 -27.5q0 -40 -28 -68t-68 -28q-15 0 -27.5 3.5t-25.5 13t-19 15t-21.5 21.5t-18.5 19q-33 -31 -33 -73q0 -40 28 -68l206 -207q27 -27 68 -27q40 0 68 26
-l147 146q28 28 28 67zM753 1025q0 40 -28 68l-206 207q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l208 -208q27 -27 68 -27q42 0 72 31q-3 3 -19 18.5t-21.5 21.5t-15 19t-13 25.5t-3.5 27.5q0 40 28 68t68 28q15 0 27.5 -3.5t25.5 -13t19 -15
-t21.5 -21.5t18.5 -19q33 31 33 73zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-206 207q-83 83 -83 203q0 123 88 209l-88 88q-86 -88 -208 -88q-120 0 -204 84l-208 208q-84 84 -84 204t85 203l147 146q83 83 203 83q121 0 204 -85l206 -207
-q83 -83 83 -203q0 -123 -88 -209l88 -88q86 88 208 88q120 0 204 -84l208 -208q84 -84 84 -204z" />
- <glyph glyph-name="cloud" unicode="&#xf0c2;" horiz-adv-x="1920"
-d="M1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088q-185 0 -316.5 131.5t-131.5 316.5q0 132 71 241.5t187 163.5q-2 28 -2 43q0 212 150 362t362 150q158 0 286.5 -88t187.5 -230q70 62 166 62q106 0 181 -75t75 -181q0 -75 -41 -138q129 -30 213 -134.5t84 -239.5z
-" />
- <glyph glyph-name="beaker" unicode="&#xf0c3;" horiz-adv-x="1664"
-d="M1527 88q56 -89 21.5 -152.5t-140.5 -63.5h-1152q-106 0 -140.5 63.5t21.5 152.5l503 793v399h-64q-26 0 -45 19t-19 45t19 45t45 19h512q26 0 45 -19t19 -45t-19 -45t-45 -19h-64v-399zM748 813l-272 -429h712l-272 429l-20 31v37v399h-128v-399v-37z" />
- <glyph glyph-name="cut" unicode="&#xf0c4;" horiz-adv-x="1792"
-d="M960 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1260 576l507 -398q28 -20 25 -56q-5 -35 -35 -51l-128 -64q-13 -7 -29 -7q-17 0 -31 8l-690 387l-110 -66q-8 -4 -12 -5q14 -49 10 -97q-7 -77 -56 -147.5t-132 -123.5q-132 -84 -277 -84
-q-136 0 -222 78q-90 84 -79 207q7 76 56 147t131 124q132 84 278 84q83 0 151 -31q9 13 22 22l122 73l-122 73q-13 9 -22 22q-68 -31 -151 -31q-146 0 -278 84q-82 53 -131 124t-56 147q-5 59 15.5 113t63.5 93q85 79 222 79q145 0 277 -84q83 -52 132 -123t56 -148
-q4 -48 -10 -97q4 -1 12 -5l110 -66l690 387q14 8 31 8q16 0 29 -7l128 -64q30 -16 35 -51q3 -36 -25 -56zM579 836q46 42 21 108t-106 117q-92 59 -192 59q-74 0 -113 -36q-46 -42 -21 -108t106 -117q92 -59 192 -59q74 0 113 36zM494 91q81 51 106 117t-21 108
-q-39 36 -113 36q-100 0 -192 -59q-81 -51 -106 -117t21 -108q39 -36 113 -36q100 0 192 59zM672 704l96 -58v11q0 36 33 56l14 8l-79 47l-26 -26q-3 -3 -10 -11t-12 -12q-2 -2 -4 -3.5t-3 -2.5zM896 480l96 -32l736 576l-128 64l-768 -431v-113l-160 -96l9 -8q2 -2 7 -6
-q4 -4 11 -12t11 -12l26 -26zM1600 64l128 64l-520 408l-177 -138q-2 -3 -13 -7z" />
- <glyph glyph-name="copy" unicode="&#xf0c5;" horiz-adv-x="1792"
-d="M1696 1152q40 0 68 -28t28 -68v-1216q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v288h-544q-40 0 -68 28t-28 68v672q0 40 20 88t48 76l408 408q28 28 76 48t88 20h416q40 0 68 -28t28 -68v-328q68 40 128 40h416zM1152 939l-299 -299h299v299zM512 1323l-299 -299
-h299v299zM708 676l316 316v416h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h512v256q0 40 20 88t48 76zM1664 -128v1152h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h896z" />
- <glyph glyph-name="paper_clip" unicode="&#xf0c6;" horiz-adv-x="1408"
-d="M1404 151q0 -117 -79 -196t-196 -79q-135 0 -235 100l-777 776q-113 115 -113 271q0 159 110 270t269 111q158 0 273 -113l605 -606q10 -10 10 -22q0 -16 -30.5 -46.5t-46.5 -30.5q-13 0 -23 10l-606 607q-79 77 -181 77q-106 0 -179 -75t-73 -181q0 -105 76 -181
-l776 -777q63 -63 145 -63q64 0 106 42t42 106q0 82 -63 145l-581 581q-26 24 -60 24q-29 0 -48 -19t-19 -48q0 -32 25 -59l410 -410q10 -10 10 -22q0 -16 -31 -47t-47 -31q-12 0 -22 10l-410 410q-63 61 -63 149q0 82 57 139t139 57q88 0 149 -63l581 -581q100 -98 100 -235
-z" />
- <glyph glyph-name="save" unicode="&#xf0c7;"
-d="M384 0h768v384h-768v-384zM1280 0h128v896q0 14 -10 38.5t-20 34.5l-281 281q-10 10 -34 20t-39 10v-416q0 -40 -28 -68t-68 -28h-576q-40 0 -68 28t-28 68v416h-128v-1280h128v416q0 40 28 68t68 28h832q40 0 68 -28t28 -68v-416zM896 928v320q0 13 -9.5 22.5t-22.5 9.5
-h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5zM1536 896v-928q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h928q40 0 88 -20t76 -48l280 -280q28 -28 48 -76t20 -88z" />
- <glyph glyph-name="sign_blank" unicode="&#xf0c8;"
-d="M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="reorder" unicode="&#xf0c9;"
-d="M1536 192v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 704v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 1216v-128q0 -26 -19 -45
-t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
- <glyph glyph-name="ul" unicode="&#xf0ca;" horiz-adv-x="1792"
-d="M384 128q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 640q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5
-t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1152q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z
-M1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
- <glyph glyph-name="ol" unicode="&#xf0cb;" horiz-adv-x="1792"
-d="M381 -84q0 -80 -54.5 -126t-135.5 -46q-106 0 -172 66l57 88q49 -45 106 -45q29 0 50.5 14.5t21.5 42.5q0 64 -105 56l-26 56q8 10 32.5 43.5t42.5 54t37 38.5v1q-16 0 -48.5 -1t-48.5 -1v-53h-106v152h333v-88l-95 -115q51 -12 81 -49t30 -88zM383 543v-159h-362
-q-6 36 -6 54q0 51 23.5 93t56.5 68t66 47.5t56.5 43.5t23.5 45q0 25 -14.5 38.5t-39.5 13.5q-46 0 -81 -58l-85 59q24 51 71.5 79.5t105.5 28.5q73 0 123 -41.5t50 -112.5q0 -50 -34 -91.5t-75 -64.5t-75.5 -50.5t-35.5 -52.5h127v60h105zM1792 224v-192q0 -13 -9.5 -22.5
-t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1123v-99h-335v99h107q0 41 0.5 121.5t0.5 121.5v12h-2q-8 -17 -50 -54l-71 76l136 127h106v-404h108zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216
-q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
- <glyph glyph-name="strikethrough" unicode="&#xf0cc;" horiz-adv-x="1792"
-d="M1760 640q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h1728zM483 704q-28 35 -51 80q-48 98 -48 188q0 181 134 309q133 127 393 127q50 0 167 -19q66 -12 177 -48q10 -38 21 -118q14 -123 14 -183q0 -18 -5 -45l-12 -3l-84 6
-l-14 2q-50 149 -103 205q-88 91 -210 91q-114 0 -182 -59q-67 -58 -67 -146q0 -73 66 -140t279 -129q69 -20 173 -66q58 -28 95 -52h-743zM990 448h411q7 -39 7 -92q0 -111 -41 -212q-23 -56 -71 -104q-37 -35 -109 -81q-80 -48 -153 -66q-80 -21 -203 -21q-114 0 -195 23
-l-140 40q-57 16 -72 28q-8 8 -8 22v13q0 108 -2 156q-1 30 0 68l2 37v44l102 2q15 -34 30 -71t22.5 -56t12.5 -27q35 -57 80 -94q43 -36 105 -57q59 -22 132 -22q64 0 139 27q77 26 122 86q47 61 47 129q0 84 -81 157q-34 29 -137 71z" />
- <glyph glyph-name="underline" unicode="&#xf0cd;"
-d="M48 1313q-37 2 -45 4l-3 88q13 1 40 1q60 0 112 -4q132 -7 166 -7q86 0 168 3q116 4 146 5q56 0 86 2l-1 -14l2 -64v-9q-60 -9 -124 -9q-60 0 -79 -25q-13 -14 -13 -132q0 -13 0.5 -32.5t0.5 -25.5l1 -229l14 -280q6 -124 51 -202q35 -59 96 -92q88 -47 177 -47
-q104 0 191 28q56 18 99 51q48 36 65 64q36 56 53 114q21 73 21 229q0 79 -3.5 128t-11 122.5t-13.5 159.5l-4 59q-5 67 -24 88q-34 35 -77 34l-100 -2l-14 3l2 86h84l205 -10q76 -3 196 10l18 -2q6 -38 6 -51q0 -7 -4 -31q-45 -12 -84 -13q-73 -11 -79 -17q-15 -15 -15 -41
-q0 -7 1.5 -27t1.5 -31q8 -19 22 -396q6 -195 -15 -304q-15 -76 -41 -122q-38 -65 -112 -123q-75 -57 -182 -89q-109 -33 -255 -33q-167 0 -284 46q-119 47 -179 122q-61 76 -83 195q-16 80 -16 237v333q0 188 -17 213q-25 36 -147 39zM1536 -96v64q0 14 -9 23t-23 9h-1472
-q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h1472q14 0 23 9t9 23z" />
- <glyph glyph-name="table" unicode="&#xf0ce;" horiz-adv-x="1664"
-d="M512 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23
-v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 160v192
-q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192
-q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1664 1248v-1088q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1344q66 0 113 -47t47 -113
-z" />
- <glyph glyph-name="magic" unicode="&#xf0d0;" horiz-adv-x="1664"
-d="M1190 955l293 293l-107 107l-293 -293zM1637 1248q0 -27 -18 -45l-1286 -1286q-18 -18 -45 -18t-45 18l-198 198q-18 18 -18 45t18 45l1286 1286q18 18 45 18t45 -18l198 -198q18 -18 18 -45zM286 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM636 1276
-l196 -60l-196 -60l-60 -196l-60 196l-196 60l196 60l60 196zM1566 798l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM926 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98z" />
- <glyph glyph-name="truck" unicode="&#xf0d1;" horiz-adv-x="1792"
-d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5
-t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38
-t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" />
- <glyph glyph-name="pinterest" unicode="&#xf0d2;"
-d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134
-q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33
-q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="pinterest_sign" unicode="&#xf0d3;"
-d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5
-t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5
-t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" />
- <glyph glyph-name="google_plus_sign" unicode="&#xf0d4;"
-d="M917 631q0 26 -6 64h-362v-132h217q-3 -24 -16.5 -50t-37.5 -53t-66.5 -44.5t-96.5 -17.5q-99 0 -169 71t-70 171t70 171t169 71q92 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585
-h109v110h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="google_plus" unicode="&#xf0d5;" horiz-adv-x="2304"
-d="M1437 623q0 -208 -87 -370.5t-248 -254t-369 -91.5q-149 0 -285 58t-234 156t-156 234t-58 285t58 285t156 234t234 156t285 58q286 0 491 -192l-199 -191q-117 113 -292 113q-123 0 -227.5 -62t-165.5 -168.5t-61 -232.5t61 -232.5t165.5 -168.5t227.5 -62
-q83 0 152.5 23t114.5 57.5t78.5 78.5t49 83t21.5 74h-416v252h692q12 -63 12 -122zM2304 745v-210h-209v-209h-210v209h-209v210h209v209h210v-209h209z" />
- <glyph glyph-name="money" unicode="&#xf0d6;" horiz-adv-x="1920"
-d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384
-v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" />
- <glyph glyph-name="caret_down" unicode="&#xf0d7;" horiz-adv-x="1024"
-d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
- <glyph glyph-name="caret_up" unicode="&#xf0d8;" horiz-adv-x="1024"
-d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
- <glyph glyph-name="caret_left" unicode="&#xf0d9;" horiz-adv-x="640"
-d="M640 1088v-896q0 -26 -19 -45t-45 -19t-45 19l-448 448q-19 19 -19 45t19 45l448 448q19 19 45 19t45 -19t19 -45z" />
- <glyph glyph-name="caret_right" unicode="&#xf0da;" horiz-adv-x="640"
-d="M576 640q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19t-19 45v896q0 26 19 45t45 19t45 -19l448 -448q19 -19 19 -45z" />
- <glyph glyph-name="columns" unicode="&#xf0db;" horiz-adv-x="1664"
-d="M160 0h608v1152h-640v-1120q0 -13 9.5 -22.5t22.5 -9.5zM1536 32v1120h-640v-1152h608q13 0 22.5 9.5t9.5 22.5zM1664 1248v-1216q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1344q66 0 113 -47t47 -113z" />
- <glyph glyph-name="sort" unicode="&#xf0dc;" horiz-adv-x="1024"
-d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45zM1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
- <glyph glyph-name="sort_down" unicode="&#xf0dd;" horiz-adv-x="1024"
-d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
- <glyph glyph-name="sort_up" unicode="&#xf0de;" horiz-adv-x="1024"
-d="M1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
- <glyph glyph-name="envelope_alt" unicode="&#xf0e0;" horiz-adv-x="1792"
-d="M1792 826v-794q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v794q44 -49 101 -87q362 -246 497 -345q57 -42 92.5 -65.5t94.5 -48t110 -24.5h1h1q51 0 110 24.5t94.5 48t92.5 65.5q170 123 498 345q57 39 100 87zM1792 1120q0 -79 -49 -151t-122 -123
-q-376 -261 -468 -325q-10 -7 -42.5 -30.5t-54 -38t-52 -32.5t-57.5 -27t-50 -9h-1h-1q-23 0 -50 9t-57.5 27t-52 32.5t-54 38t-42.5 30.5q-91 64 -262 182.5t-205 142.5q-62 42 -117 115.5t-55 136.5q0 78 41.5 130t118.5 52h1472q65 0 112.5 -47t47.5 -113z" />
- <glyph glyph-name="linkedin" unicode="&#xf0e1;"
-d="M349 911v-991h-330v991h330zM370 1217q1 -73 -50.5 -122t-135.5 -49h-2q-82 0 -132 49t-50 122q0 74 51.5 122.5t134.5 48.5t133 -48.5t51 -122.5zM1536 488v-568h-329v530q0 105 -40.5 164.5t-126.5 59.5q-63 0 -105.5 -34.5t-63.5 -85.5q-11 -30 -11 -81v-553h-329
-q2 399 2 647t-1 296l-1 48h329v-144h-2q20 32 41 56t56.5 52t87 43.5t114.5 15.5q171 0 275 -113.5t104 -332.5z" />
- <glyph glyph-name="undo" unicode="&#xf0e2;"
-d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5
-t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298z" />
- <glyph glyph-name="legal" unicode="&#xf0e3;" horiz-adv-x="1792"
-d="M1771 0q0 -53 -37 -90l-107 -108q-39 -37 -91 -37q-53 0 -90 37l-363 364q-38 36 -38 90q0 53 43 96l-256 256l-126 -126q-14 -14 -34 -14t-34 14q2 -2 12.5 -12t12.5 -13t10 -11.5t10 -13.5t6 -13.5t5.5 -16.5t1.5 -18q0 -38 -28 -68q-3 -3 -16.5 -18t-19 -20.5
-t-18.5 -16.5t-22 -15.5t-22 -9t-26 -4.5q-40 0 -68 28l-408 408q-28 28 -28 68q0 13 4.5 26t9 22t15.5 22t16.5 18.5t20.5 19t18 16.5q30 28 68 28q10 0 18 -1.5t16.5 -5.5t13.5 -6t13.5 -10t11.5 -10t13 -12.5t12 -12.5q-14 14 -14 34t14 34l348 348q14 14 34 14t34 -14
-q-2 2 -12.5 12t-12.5 13t-10 11.5t-10 13.5t-6 13.5t-5.5 16.5t-1.5 18q0 38 28 68q3 3 16.5 18t19 20.5t18.5 16.5t22 15.5t22 9t26 4.5q40 0 68 -28l408 -408q28 -28 28 -68q0 -13 -4.5 -26t-9 -22t-15.5 -22t-16.5 -18.5t-20.5 -19t-18 -16.5q-30 -28 -68 -28
-q-10 0 -18 1.5t-16.5 5.5t-13.5 6t-13.5 10t-11.5 10t-13 12.5t-12 12.5q14 -14 14 -34t-14 -34l-126 -126l256 -256q43 43 96 43q52 0 91 -37l363 -363q37 -39 37 -91z" />
- <glyph glyph-name="dashboard" unicode="&#xf0e4;" horiz-adv-x="1792"
-d="M384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM576 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1004 351l101 382q6 26 -7.5 48.5t-38.5 29.5
-t-48 -6.5t-30 -39.5l-101 -382q-60 -5 -107 -43.5t-63 -98.5q-20 -77 20 -146t117 -89t146 20t89 117q16 60 -6 117t-72 91zM1664 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 1024q0 53 -37.5 90.5
-t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1472 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 384q0 -261 -141 -483q-19 -29 -54 -29h-1402q-35 0 -54 29
-q-141 221 -141 483q0 182 71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="comment_alt" unicode="&#xf0e5;" horiz-adv-x="1792"
-d="M896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640
-q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 174 120 321.5
-t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
- <glyph glyph-name="comments_alt" unicode="&#xf0e6;" horiz-adv-x="1792"
-d="M704 1152q-153 0 -286 -52t-211.5 -141t-78.5 -191q0 -82 53 -158t149 -132l97 -56l-35 -84q34 20 62 39l44 31l53 -10q78 -14 153 -14q153 0 286 52t211.5 141t78.5 191t-78.5 191t-211.5 141t-286 52zM704 1280q191 0 353.5 -68.5t256.5 -186.5t94 -257t-94 -257
-t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224q0 139 94 257t256.5 186.5
-t353.5 68.5zM1526 111q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129
-q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230q0 -120 -71 -224.5t-195 -176.5z" />
- <glyph glyph-name="bolt" unicode="&#xf0e7;" horiz-adv-x="896"
-d="M885 970q18 -20 7 -44l-540 -1157q-13 -25 -42 -25q-4 0 -14 2q-17 5 -25.5 19t-4.5 30l197 808l-406 -101q-4 -1 -12 -1q-18 0 -31 11q-18 15 -13 39l201 825q4 14 16 23t28 9h328q19 0 32 -12.5t13 -29.5q0 -8 -5 -18l-171 -463l396 98q8 2 12 2q19 0 34 -15z" />
- <glyph glyph-name="sitemap" unicode="&#xf0e8;" horiz-adv-x="1792"
-d="M1792 288v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320
-q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192q0 52 38 90t90 38h512v192h-96q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h320q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-96v-192h512q52 0 90 -38t38 -90v-192h96q40 0 68 -28t28 -68
-z" />
- <glyph glyph-name="umbrella" unicode="&#xf0e9;" horiz-adv-x="1664"
-d="M896 708v-580q0 -104 -76 -180t-180 -76t-180 76t-76 180q0 26 19 45t45 19t45 -19t19 -45q0 -50 39 -89t89 -39t89 39t39 89v580q33 11 64 11t64 -11zM1664 681q0 -13 -9.5 -22.5t-22.5 -9.5q-11 0 -23 10q-49 46 -93 69t-102 23q-68 0 -128 -37t-103 -97
-q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -28 -17q-18 0 -29 17q-4 6 -14.5 24t-17.5 28q-43 60 -102.5 97t-127.5 37t-127.5 -37t-102.5 -97q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -29 -17q-17 0 -28 17q-4 6 -14.5 24t-17.5 28q-43 60 -103 97t-128 37q-58 0 -102 -23t-93 -69
-q-12 -10 -23 -10q-13 0 -22.5 9.5t-9.5 22.5q0 5 1 7q45 183 172.5 319.5t298 204.5t360.5 68q140 0 274.5 -40t246.5 -113.5t194.5 -187t115.5 -251.5q1 -2 1 -7zM896 1408v-98q-42 2 -64 2t-64 -2v98q0 26 19 45t45 19t45 -19t19 -45z" />
- <glyph glyph-name="paste" unicode="&#xf0ea;" horiz-adv-x="1792"
-d="M768 -128h896v640h-416q-40 0 -68 28t-28 68v416h-384v-1152zM1024 1312v64q0 13 -9.5 22.5t-22.5 9.5h-704q-13 0 -22.5 -9.5t-9.5 -22.5v-64q0 -13 9.5 -22.5t22.5 -9.5h704q13 0 22.5 9.5t9.5 22.5zM1280 640h299l-299 299v-299zM1792 512v-672q0 -40 -28 -68t-68 -28
-h-960q-40 0 -68 28t-28 68v160h-544q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1088q40 0 68 -28t28 -68v-328q21 -13 36 -28l408 -408q28 -28 48 -76t20 -88z" />
- <glyph glyph-name="light_bulb" unicode="&#xf0eb;" horiz-adv-x="1024"
-d="M736 960q0 -13 -9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5q0 46 -54 71t-106 25q-13 0 -22.5 9.5t-9.5 22.5t9.5 22.5t22.5 9.5q50 0 99.5 -16t87 -54t37.5 -90zM896 960q0 72 -34.5 134t-90 101.5t-123 62t-136.5 22.5t-136.5 -22.5t-123 -62t-90 -101.5t-34.5 -134
-q0 -101 68 -180q10 -11 30.5 -33t30.5 -33q128 -153 141 -298h228q13 145 141 298q10 11 30.5 33t30.5 33q68 79 68 180zM1024 960q0 -155 -103 -268q-45 -49 -74.5 -87t-59.5 -95.5t-34 -107.5q47 -28 47 -82q0 -37 -25 -64q25 -27 25 -64q0 -52 -45 -81q13 -23 13 -47
-q0 -46 -31.5 -71t-77.5 -25q-20 -44 -60 -70t-87 -26t-87 26t-60 70q-46 0 -77.5 25t-31.5 71q0 24 13 47q-45 29 -45 81q0 37 25 64q-25 27 -25 64q0 54 47 82q-4 50 -34 107.5t-59.5 95.5t-74.5 87q-103 113 -103 268q0 99 44.5 184.5t117 142t164 89t186.5 32.5
-t186.5 -32.5t164 -89t117 -142t44.5 -184.5z" />
- <glyph glyph-name="exchange" unicode="&#xf0ec;" horiz-adv-x="1792"
-d="M1792 352v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5q-12 0 -24 10l-319 320q-9 9 -9 22q0 14 9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h1376q13 0 22.5 -9.5t9.5 -22.5zM1792 896q0 -14 -9 -23l-320 -320q-9 -9 -23 -9
-q-13 0 -22.5 9.5t-9.5 22.5v192h-1376q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1376v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
- <glyph glyph-name="cloud_download" unicode="&#xf0ed;" horiz-adv-x="1920"
-d="M1280 608q0 14 -9 23t-23 9h-224v352q0 13 -9.5 22.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-352h-224q-13 0 -22.5 -9.5t-9.5 -22.5q0 -14 9 -23l352 -352q9 -9 23 -9t23 9l351 351q10 12 10 24zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088
-q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
- <glyph glyph-name="cloud_upload" unicode="&#xf0ee;" horiz-adv-x="1920"
-d="M1280 672q0 14 -9 23l-352 352q-9 9 -23 9t-23 -9l-351 -351q-10 -12 -10 -24q0 -14 9 -23t23 -9h224v-352q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5v352h224q13 0 22.5 9.5t9.5 22.5zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088
-q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
- <glyph glyph-name="user_md" unicode="&#xf0f0;" horiz-adv-x="1408"
-d="M384 192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 68 5.5 131t24 138t47.5 132.5t81 103t120 60.5q-22 -52 -22 -120v-203q-58 -20 -93 -70t-35 -111q0 -80 56 -136t136 -56
-t136 56t56 136q0 61 -35.5 111t-92.5 70v203q0 62 25 93q132 -104 295 -104t295 104q25 -31 25 -93v-64q-106 0 -181 -75t-75 -181v-89q-32 -29 -32 -71q0 -40 28 -68t68 -28t68 28t28 68q0 42 -32 71v89q0 52 38 90t90 38t90 -38t38 -90v-89q-32 -29 -32 -71q0 -40 28 -68
-t68 -28t68 28t28 68q0 42 -32 71v89q0 68 -34.5 127.5t-93.5 93.5q0 10 0.5 42.5t0 48t-2.5 41.5t-7 47t-13 40q68 -15 120 -60.5t81 -103t47.5 -132.5t24 -138t5.5 -131zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5
-t271.5 -112.5t112.5 -271.5z" />
- <glyph glyph-name="stethoscope" unicode="&#xf0f1;" horiz-adv-x="1408"
-d="M1280 832q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 832q0 -62 -35.5 -111t-92.5 -70v-395q0 -159 -131.5 -271.5t-316.5 -112.5t-316.5 112.5t-131.5 271.5v132q-164 20 -274 128t-110 252v512q0 26 19 45t45 19q6 0 16 -2q17 30 47 48
-t65 18q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5q-33 0 -64 18v-402q0 -106 94 -181t226 -75t226 75t94 181v402q-31 -18 -64 -18q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5q35 0 65 -18t47 -48q10 2 16 2q26 0 45 -19t19 -45v-512q0 -144 -110 -252
-t-274 -128v-132q0 -106 94 -181t226 -75t226 75t94 181v395q-57 21 -92.5 70t-35.5 111q0 80 56 136t136 56t136 -56t56 -136z" />
- <glyph glyph-name="suitcase" unicode="&#xf0f2;" horiz-adv-x="1792"
-d="M640 1152h512v128h-512v-128zM288 1152v-1280h-64q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h64zM1408 1152v-1280h-1024v1280h128v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h128zM1792 928v-832q0 -92 -66 -158t-158 -66h-64v1280h64q92 0 158 -66
-t66 -158z" />
- <glyph glyph-name="bell_alt" unicode="&#xf0f3;" horiz-adv-x="1792"
-d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5
-t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" />
- <glyph glyph-name="coffee" unicode="&#xf0f4;" horiz-adv-x="1920"
-d="M1664 896q0 80 -56 136t-136 56h-64v-384h64q80 0 136 56t56 136zM0 128h1792q0 -106 -75 -181t-181 -75h-1280q-106 0 -181 75t-75 181zM1856 896q0 -159 -112.5 -271.5t-271.5 -112.5h-64v-32q0 -92 -66 -158t-158 -66h-704q-92 0 -158 66t-66 158v736q0 26 19 45
-t45 19h1152q159 0 271.5 -112.5t112.5 -271.5z" />
- <glyph glyph-name="food" unicode="&#xf0f5;" horiz-adv-x="1408"
-d="M640 1472v-640q0 -61 -35.5 -111t-92.5 -70v-779q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v779q-57 20 -92.5 70t-35.5 111v640q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45
-t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45zM1408 1472v-1600q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v512h-224q-13 0 -22.5 9.5t-9.5 22.5v800q0 132 94 226t226 94h256q26 0 45 -19t19 -45z" />
- <glyph glyph-name="file_text_alt" unicode="&#xf0f6;"
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M384 736q0 14 9 23t23 9h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64zM1120 512q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704zM1120 256q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704
-q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704z" />
- <glyph glyph-name="building" unicode="&#xf0f7;" horiz-adv-x="1408"
-d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M640 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M640 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M896 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M896 -128h384v1536h-1152v-1536h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM1408 1472v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280q26 0 45 -19t19 -45z" />
- <glyph glyph-name="hospital" unicode="&#xf0f8;" horiz-adv-x="1408"
-d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M896 -128h384v1152h-256v-32q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v32h-256v-1152h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM896 1056v320q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-96h-128v96q0 13 -9.5 22.5
-t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5v96h128v-96q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1408 1088v-1280q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1280q0 26 19 45t45 19h320
-v288q0 40 28 68t68 28h448q40 0 68 -28t28 -68v-288h320q26 0 45 -19t19 -45z" />
- <glyph glyph-name="ambulance" unicode="&#xf0f9;" horiz-adv-x="1920"
-d="M640 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM256 640h384v256h-158q-14 -2 -22 -9l-195 -195q-7 -12 -9 -22v-30zM1536 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5
-t90.5 37.5t37.5 90.5zM1664 800v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM1920 1344v-1152
-q0 -26 -19 -45t-45 -19h-192q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-128q-26 0 -45 19t-19 45t19 45t45 19v416q0 26 13 58t32 51l198 198q19 19 51 32t58 13h160v320q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
- <glyph glyph-name="medkit" unicode="&#xf0fa;" horiz-adv-x="1792"
-d="M1280 416v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM640 1152h512v128h-512v-128zM256 1152v-1280h-32
-q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h32zM1440 1152v-1280h-1088v1280h160v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h160zM1792 928v-832q0 -92 -66 -158t-158 -66h-32v1280h32q92 0 158 -66t66 -158z" />
- <glyph glyph-name="fighter_jet" unicode="&#xf0fb;" horiz-adv-x="1920"
-d="M1920 576q-1 -32 -288 -96l-352 -32l-224 -64h-64l-293 -352h69q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-96h-160h-64v32h64v416h-160l-192 -224h-96l-32 32v192h32v32h128v8l-192 24v128l192 24v8h-128v32h-32v192l32 32h96l192 -224h160v416h-64v32h64h160h96
-q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-69l293 -352h64l224 -64l352 -32q128 -28 200 -52t80 -34z" />
- <glyph glyph-name="beer" unicode="&#xf0fc;" horiz-adv-x="1664"
-d="M640 640v384h-256v-256q0 -53 37.5 -90.5t90.5 -37.5h128zM1664 192v-192h-1152v192l128 192h-128q-159 0 -271.5 112.5t-112.5 271.5v320l-64 64l32 128h480l32 128h960l32 -192l-64 -32v-800z" />
- <glyph glyph-name="h_sign" unicode="&#xf0fd;"
-d="M1280 192v896q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-512v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-896q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h512v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1536 1120v-960
-q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="f0fe" unicode="&#xf0fe;"
-d="M1280 576v128q0 26 -19 45t-45 19h-320v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-320q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h320v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h320q26 0 45 19t19 45zM1536 1120v-960
-q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="double_angle_left" unicode="&#xf100;" horiz-adv-x="1024"
-d="M627 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23zM1011 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23
-t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23z" />
- <glyph glyph-name="double_angle_right" unicode="&#xf101;" horiz-adv-x="1024"
-d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM979 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23
-l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
- <glyph glyph-name="double_angle_up" unicode="&#xf102;" horiz-adv-x="1152"
-d="M1075 224q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM1075 608q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393
-q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
- <glyph glyph-name="double_angle_down" unicode="&#xf103;" horiz-adv-x="1152"
-d="M1075 672q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23zM1075 1056q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23
-t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
- <glyph glyph-name="angle_left" unicode="&#xf104;" horiz-adv-x="640"
-d="M627 992q0 -13 -10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
- <glyph glyph-name="angle_right" unicode="&#xf105;" horiz-adv-x="640"
-d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
- <glyph glyph-name="angle_up" unicode="&#xf106;" horiz-adv-x="1152"
-d="M1075 352q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
- <glyph glyph-name="angle_down" unicode="&#xf107;" horiz-adv-x="1152"
-d="M1075 800q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
- <glyph glyph-name="desktop" unicode="&#xf108;" horiz-adv-x="1920"
-d="M1792 544v832q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1376v-1088q0 -66 -47 -113t-113 -47h-544q0 -37 16 -77.5t32 -71t16 -43.5q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19
-t-19 45q0 14 16 44t32 70t16 78h-544q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
- <glyph glyph-name="laptop" unicode="&#xf109;" horiz-adv-x="1920"
-d="M416 256q-66 0 -113 47t-47 113v704q0 66 47 113t113 47h1088q66 0 113 -47t47 -113v-704q0 -66 -47 -113t-113 -47h-1088zM384 1120v-704q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5v704q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5z
-M1760 192h160v-96q0 -40 -47 -68t-113 -28h-1600q-66 0 -113 28t-47 68v96h160h1600zM1040 96q16 0 16 16t-16 16h-160q-16 0 -16 -16t16 -16h160z" />
- <glyph glyph-name="tablet" unicode="&#xf10a;" horiz-adv-x="1152"
-d="M640 128q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1024 288v960q0 13 -9.5 22.5t-22.5 9.5h-832q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h832q13 0 22.5 9.5t9.5 22.5zM1152 1248v-1088q0 -66 -47 -113t-113 -47h-832
-q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h832q66 0 113 -47t47 -113z" />
- <glyph glyph-name="mobile_phone" unicode="&#xf10b;" horiz-adv-x="768"
-d="M464 128q0 33 -23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5t56.5 23.5t23.5 56.5zM672 288v704q0 13 -9.5 22.5t-22.5 9.5h-512q-13 0 -22.5 -9.5t-9.5 -22.5v-704q0 -13 9.5 -22.5t22.5 -9.5h512q13 0 22.5 9.5t9.5 22.5zM480 1136
-q0 16 -16 16h-160q-16 0 -16 -16t16 -16h160q16 0 16 16zM768 1152v-1024q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v1024q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
- <glyph glyph-name="circle_blank" unicode="&#xf10c;"
-d="M768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103
-t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="quote_left" unicode="&#xf10d;" horiz-adv-x="1664"
-d="M768 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z
-M1664 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z" />
- <glyph glyph-name="quote_right" unicode="&#xf10e;" horiz-adv-x="1664"
-d="M768 1216v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136zM1664 1216
-v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136z" />
- <glyph glyph-name="spinner" unicode="&#xf110;" horiz-adv-x="1792"
-d="M526 142q0 -53 -37.5 -90.5t-90.5 -37.5q-52 0 -90 38t-38 90q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 -64q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM320 640q0 -53 -37.5 -90.5t-90.5 -37.5
-t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1522 142q0 -52 -38 -90t-90 -38q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM558 1138q0 -66 -47 -113t-113 -47t-113 47t-47 113t47 113t113 47t113 -47t47 -113z
-M1728 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1088 1344q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1618 1138q0 -93 -66 -158.5t-158 -65.5q-93 0 -158.5 65.5t-65.5 158.5
-q0 92 65.5 158t158.5 66q92 0 158 -66t66 -158z" />
- <glyph glyph-name="circle" unicode="&#xf111;"
-d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="reply" unicode="&#xf112;" horiz-adv-x="1792"
-d="M1792 416q0 -166 -127 -451q-3 -7 -10.5 -24t-13.5 -30t-13 -22q-12 -17 -28 -17q-15 0 -23.5 10t-8.5 25q0 9 2.5 26.5t2.5 23.5q5 68 5 123q0 101 -17.5 181t-48.5 138.5t-80 101t-105.5 69.5t-133 42.5t-154 21.5t-175.5 6h-224v-256q0 -26 -19 -45t-45 -19t-45 19
-l-512 512q-19 19 -19 45t19 45l512 512q19 19 45 19t45 -19t19 -45v-256h224q713 0 875 -403q53 -134 53 -333z" />
- <glyph glyph-name="github_alt" unicode="&#xf113;" horiz-adv-x="1664"
-d="M640 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1280 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1440 320
-q0 120 -69 204t-187 84q-41 0 -195 -21q-71 -11 -157 -11t-157 11q-152 21 -195 21q-118 0 -187 -84t-69 -204q0 -88 32 -153.5t81 -103t122 -60t140 -29.5t149 -7h168q82 0 149 7t140 29.5t122 60t81 103t32 153.5zM1664 496q0 -207 -61 -331q-38 -77 -105.5 -133t-141 -86
-t-170 -47.5t-171.5 -22t-167 -4.5q-78 0 -142 3t-147.5 12.5t-152.5 30t-137 51.5t-121 81t-86 115q-62 123 -62 331q0 237 136 396q-27 82 -27 170q0 116 51 218q108 0 190 -39.5t189 -123.5q147 35 309 35q148 0 280 -32q105 82 187 121t189 39q51 -102 51 -218
-q0 -87 -27 -168q136 -160 136 -398z" />
- <glyph glyph-name="folder_close_alt" unicode="&#xf114;" horiz-adv-x="1664"
-d="M1536 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68v-960q0 -40 28 -68t68 -28h1216q40 0 68 28t28 68zM1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320
-q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
- <glyph glyph-name="folder_open_alt" unicode="&#xf115;" horiz-adv-x="1920"
-d="M1781 605q0 35 -53 35h-1088q-40 0 -85.5 -21.5t-71.5 -52.5l-294 -363q-18 -24 -18 -40q0 -35 53 -35h1088q40 0 86 22t71 53l294 363q18 22 18 39zM640 768h768v160q0 40 -28 68t-68 28h-576q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68
-v-853l256 315q44 53 116 87.5t140 34.5zM1909 605q0 -62 -46 -120l-295 -363q-43 -53 -116 -87.5t-140 -34.5h-1088q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158v-160h192q54 0 99 -24.5t67 -70.5q15 -32 15 -68z
-" />
- <glyph glyph-name="expand_alt" unicode="&#xf116;" horiz-adv-x="1792"
- />
- <glyph glyph-name="collapse_alt" unicode="&#xf117;" horiz-adv-x="1792"
- />
- <glyph glyph-name="smile" unicode="&#xf118;"
-d="M1134 461q-37 -121 -138 -195t-228 -74t-228 74t-138 195q-8 25 4 48.5t38 31.5q25 8 48.5 -4t31.5 -38q25 -80 92.5 -129.5t151.5 -49.5t151.5 49.5t92.5 129.5q8 26 32 38t49 4t37 -31.5t4 -48.5zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
-t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5
-t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="frown" unicode="&#xf119;"
-d="M1134 307q8 -25 -4 -48.5t-37 -31.5t-49 4t-32 38q-25 80 -92.5 129.5t-151.5 49.5t-151.5 -49.5t-92.5 -129.5q-8 -26 -31.5 -38t-48.5 -4q-26 8 -38 31.5t-4 48.5q37 121 138 195t228 74t228 -74t138 -195zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
-t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204
-t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="meh" unicode="&#xf11a;"
-d="M1152 448q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h640q26 0 45 -19t19 -45zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
-t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="gamepad" unicode="&#xf11b;" horiz-adv-x="1920"
-d="M832 448v128q0 14 -9 23t-23 9h-192v192q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-192h-192q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h192v-192q0 -14 9 -23t23 -9h128q14 0 23 9t9 23v192h192q14 0 23 9t9 23zM1408 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5
-t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1920 512q0 -212 -150 -362t-362 -150q-192 0 -338 128h-220q-146 -128 -338 -128q-212 0 -362 150
-t-150 362t150 362t362 150h896q212 0 362 -150t150 -362z" />
- <glyph glyph-name="keyboard" unicode="&#xf11c;" horiz-adv-x="1920"
-d="M384 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM512 624v-96q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h224q16 0 16 -16zM384 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 368v-96q0 -16 -16 -16
-h-864q-16 0 -16 16v96q0 16 16 16h864q16 0 16 -16zM768 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM640 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1024 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16
-h96q16 0 16 -16zM896 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1280 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1152 880v-96
-q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 880v-352q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h112v240q0 16 16 16h96q16 0 16 -16zM1792 128v896h-1664v-896
-h1664zM1920 1024v-896q0 -53 -37.5 -90.5t-90.5 -37.5h-1664q-53 0 -90.5 37.5t-37.5 90.5v896q0 53 37.5 90.5t90.5 37.5h1664q53 0 90.5 -37.5t37.5 -90.5z" />
- <glyph glyph-name="flag_alt" unicode="&#xf11d;" horiz-adv-x="1792"
-d="M1664 491v616q-169 -91 -306 -91q-82 0 -145 32q-100 49 -184 76.5t-178 27.5q-173 0 -403 -127v-599q245 113 433 113q55 0 103.5 -7.5t98 -26t77 -31t82.5 -39.5l28 -14q44 -22 101 -22q120 0 293 92zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9
-h-64q-14 0 -23 9t-9 23v1266q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102
-q-15 -9 -33 -9q-16 0 -32 8q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
- <glyph glyph-name="flag_checkered" unicode="&#xf11e;" horiz-adv-x="1792"
-d="M832 536v192q-181 -16 -384 -117v-185q205 96 384 110zM832 954v197q-172 -8 -384 -126v-189q215 111 384 118zM1664 491v184q-235 -116 -384 -71v224q-20 6 -39 15q-5 3 -33 17t-34.5 17t-31.5 15t-34.5 15.5t-32.5 13t-36 12.5t-35 8.5t-39.5 7.5t-39.5 4t-44 2
-q-23 0 -49 -3v-222h19q102 0 192.5 -29t197.5 -82q19 -9 39 -15v-188q42 -17 91 -17q120 0 293 92zM1664 918v189q-169 -91 -306 -91q-45 0 -78 8v-196q148 -42 384 90zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v1266
-q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102q-15 -9 -33 -9q-16 0 -32 8
-q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
- <glyph glyph-name="terminal" unicode="&#xf120;" horiz-adv-x="1664"
-d="M585 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23zM1664 96v-64q0 -14 -9 -23t-23 -9h-960q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h960q14 0 23 -9
-t9 -23z" />
- <glyph glyph-name="code" unicode="&#xf121;" horiz-adv-x="1920"
-d="M617 137l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23zM1208 1204l-373 -1291q-4 -13 -15.5 -19.5t-23.5 -2.5l-62 17q-13 4 -19.5 15.5t-2.5 24.5
-l373 1291q4 13 15.5 19.5t23.5 2.5l62 -17q13 -4 19.5 -15.5t2.5 -24.5zM1865 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23z" />
- <glyph glyph-name="reply_all" unicode="&#xf122;" horiz-adv-x="1792"
-d="M640 454v-70q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-69l-397 -398q-19 -19 -19 -45t19 -45zM1792 416q0 -58 -17 -133.5t-38.5 -138t-48 -125t-40.5 -90.5l-20 -40q-8 -17 -28 -17q-6 0 -9 1
-q-25 8 -23 34q43 400 -106 565q-64 71 -170.5 110.5t-267.5 52.5v-251q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-262q411 -28 599 -221q169 -173 169 -509z" />
- <glyph glyph-name="star_half_empty" unicode="&#xf123;" horiz-adv-x="1664"
-d="M1186 579l257 250l-356 52l-66 10l-30 60l-159 322v-963l59 -31l318 -168l-60 355l-12 66zM1638 841l-363 -354l86 -500q5 -33 -6 -51.5t-34 -18.5q-17 0 -40 12l-449 236l-449 -236q-23 -12 -40 -12q-23 0 -34 18.5t-6 51.5l86 500l-364 354q-32 32 -23 59.5t54 34.5
-l502 73l225 455q20 41 49 41q28 0 49 -41l225 -455l502 -73q45 -7 54 -34.5t-24 -59.5z" />
- <glyph glyph-name="location_arrow" unicode="&#xf124;" horiz-adv-x="1408"
-d="M1401 1187l-640 -1280q-17 -35 -57 -35q-5 0 -15 2q-22 5 -35.5 22.5t-13.5 39.5v576h-576q-22 0 -39.5 13.5t-22.5 35.5t4 42t29 30l1280 640q13 7 29 7q27 0 45 -19q15 -14 18.5 -34.5t-6.5 -39.5z" />
- <glyph glyph-name="crop" unicode="&#xf125;" horiz-adv-x="1664"
-d="M557 256h595v595zM512 301l595 595h-595v-595zM1664 224v-192q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v224h-864q-14 0 -23 9t-9 23v864h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224v224q0 14 9 23t23 9h192q14 0 23 -9t9 -23
-v-224h851l246 247q10 9 23 9t23 -9q9 -10 9 -23t-9 -23l-247 -246v-851h224q14 0 23 -9t9 -23z" />
- <glyph glyph-name="code_fork" unicode="&#xf126;" horiz-adv-x="1024"
-d="M288 64q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM288 1216q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM928 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1024 1088q0 -52 -26 -96.5t-70 -69.5
-q-2 -287 -226 -414q-67 -38 -203 -81q-128 -40 -169.5 -71t-41.5 -100v-26q44 -25 70 -69.5t26 -96.5q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 52 26 96.5t70 69.5v820q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136q0 -52 -26 -96.5t-70 -69.5v-497
-q54 26 154 57q55 17 87.5 29.5t70.5 31t59 39.5t40.5 51t28 69.5t8.5 91.5q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136z" />
- <glyph glyph-name="unlink" unicode="&#xf127;" horiz-adv-x="1664"
-d="M439 265l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23zM608 224v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM384 448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23t9 23t23 9h320
-q14 0 23 -9t9 -23zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-334 335q-21 21 -42 56l239 18l273 -274q27 -27 68 -27.5t68 26.5l147 146q28 28 28 67q0 40 -28 68l-274 275l18 239q35 -21 56 -42l336 -336q84 -86 84 -204zM1031 1044l-239 -18
-l-273 274q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l274 -274l-18 -240q-35 21 -56 42l-336 336q-84 86 -84 204q0 120 85 203l147 146q83 83 203 83q121 0 204 -85l334 -335q21 -21 42 -56zM1664 960q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9
-t-9 23t9 23t23 9h320q14 0 23 -9t9 -23zM1120 1504v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM1527 1353l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
- <glyph glyph-name="question" unicode="&#xf128;" horiz-adv-x="1024"
-d="M704 280v-240q0 -16 -12 -28t-28 -12h-240q-16 0 -28 12t-12 28v240q0 16 12 28t28 12h240q16 0 28 -12t12 -28zM1020 880q0 -54 -15.5 -101t-35 -76.5t-55 -59.5t-57.5 -43.5t-61 -35.5q-41 -23 -68.5 -65t-27.5 -67q0 -17 -12 -32.5t-28 -15.5h-240q-15 0 -25.5 18.5
-t-10.5 37.5v45q0 83 65 156.5t143 108.5q59 27 84 56t25 76q0 42 -46.5 74t-107.5 32q-65 0 -108 -29q-35 -25 -107 -115q-13 -16 -31 -16q-12 0 -25 8l-164 125q-13 10 -15.5 25t5.5 28q160 266 464 266q80 0 161 -31t146 -83t106 -127.5t41 -158.5z" />
- <glyph glyph-name="_279" unicode="&#xf129;" horiz-adv-x="640"
-d="M640 192v-128q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64v384h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-576h64q26 0 45 -19t19 -45zM512 1344v-192q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v192
-q0 26 19 45t45 19h256q26 0 45 -19t19 -45z" />
- <glyph glyph-name="exclamation" unicode="&#xf12a;" horiz-adv-x="640"
-d="M512 288v-224q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v224q0 26 19 45t45 19h256q26 0 45 -19t19 -45zM542 1344l-28 -768q-1 -26 -20.5 -45t-45.5 -19h-256q-26 0 -45.5 19t-20.5 45l-28 768q-1 26 17.5 45t44.5 19h320q26 0 44.5 -19t17.5 -45z" />
- <glyph glyph-name="superscript" unicode="&#xf12b;"
-d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3q-1 -3 -2.5 -6.5t-3.5 -8t-3 -6.5q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109z
-M1534 846v-206h-514l-3 27q-4 28 -4 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q83 65 188 65q110 0 178 -59.5t68 -158.5q0 -56 -24.5 -103t-62 -76.5t-81.5 -58.5t-82 -50.5
-t-65.5 -51.5t-30.5 -63h232v80h126z" />
- <glyph glyph-name="subscript" unicode="&#xf12c;"
-d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3q-1 -3 -2.5 -6.5t-3.5 -8t-3 -6.5q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109z
-M1536 -50v-206h-514l-4 27q-3 45 -3 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q80 65 188 65q110 0 178 -59.5t68 -158.5q0 -66 -34.5 -118.5t-84 -86t-99.5 -62.5t-87 -63t-41 -73
-h232v80h126z" />
- <glyph glyph-name="_283" unicode="&#xf12d;" horiz-adv-x="1920"
-d="M896 128l336 384h-768l-336 -384h768zM1909 1205q15 -34 9.5 -71.5t-30.5 -65.5l-896 -1024q-38 -44 -96 -44h-768q-38 0 -69.5 20.5t-47.5 54.5q-15 34 -9.5 71.5t30.5 65.5l896 1024q38 44 96 44h768q38 0 69.5 -20.5t47.5 -54.5z" />
- <glyph glyph-name="puzzle_piece" unicode="&#xf12e;" horiz-adv-x="1664"
-d="M1664 438q0 -81 -44.5 -135t-123.5 -54q-41 0 -77.5 17.5t-59 38t-56.5 38t-71 17.5q-110 0 -110 -124q0 -39 16 -115t15 -115v-5q-22 0 -33 -1q-34 -3 -97.5 -11.5t-115.5 -13.5t-98 -5q-61 0 -103 26.5t-42 83.5q0 37 17.5 71t38 56.5t38 59t17.5 77.5q0 79 -54 123.5
-t-135 44.5q-84 0 -143 -45.5t-59 -127.5q0 -43 15 -83t33.5 -64.5t33.5 -53t15 -50.5q0 -45 -46 -89q-37 -35 -117 -35q-95 0 -245 24q-9 2 -27.5 4t-27.5 4l-13 2q-1 0 -3 1q-2 0 -2 1v1024q2 -1 17.5 -3.5t34 -5t21.5 -3.5q150 -24 245 -24q80 0 117 35q46 44 46 89
-q0 22 -15 50.5t-33.5 53t-33.5 64.5t-15 83q0 82 59 127.5t144 45.5q80 0 134 -44.5t54 -123.5q0 -41 -17.5 -77.5t-38 -59t-38 -56.5t-17.5 -71q0 -57 42 -83.5t103 -26.5q64 0 180 15t163 17v-2q-1 -2 -3.5 -17.5t-5 -34t-3.5 -21.5q-24 -150 -24 -245q0 -80 35 -117
-q44 -46 89 -46q22 0 50.5 15t53 33.5t64.5 33.5t83 15q82 0 127.5 -59t45.5 -143z" />
- <glyph glyph-name="microphone" unicode="&#xf130;" horiz-adv-x="1152"
-d="M1152 832v-128q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-217 24 -364.5 187.5t-147.5 384.5v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -185 131.5 -316.5t316.5 -131.5
-t316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45zM896 1216v-512q0 -132 -94 -226t-226 -94t-226 94t-94 226v512q0 132 94 226t226 94t226 -94t94 -226z" />
- <glyph glyph-name="microphone_off" unicode="&#xf131;" horiz-adv-x="1408"
-d="M271 591l-101 -101q-42 103 -42 214v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -53 15 -113zM1385 1193l-361 -361v-128q0 -132 -94 -226t-226 -94q-55 0 -109 19l-96 -96q97 -51 205 -51q185 0 316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45v-128
-q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-125 13 -235 81l-254 -254q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l1234 1234q10 10 23 10t23 -10l82 -82q10 -10 10 -23
-t-10 -23zM1005 1325l-621 -621v512q0 132 94 226t226 94q102 0 184.5 -59t116.5 -152z" />
- <glyph glyph-name="shield" unicode="&#xf132;" horiz-adv-x="1280"
-d="M1088 576v640h-448v-1137q119 63 213 137q235 184 235 360zM1280 1344v-768q0 -86 -33.5 -170.5t-83 -150t-118 -127.5t-126.5 -103t-121 -77.5t-89.5 -49.5t-42.5 -20q-12 -6 -26 -6t-26 6q-16 7 -42.5 20t-89.5 49.5t-121 77.5t-126.5 103t-118 127.5t-83 150
-t-33.5 170.5v768q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
- <glyph glyph-name="calendar_empty" unicode="&#xf133;" horiz-adv-x="1664"
-d="M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280
-q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
- <glyph glyph-name="fire_extinguisher" unicode="&#xf134;" horiz-adv-x="1408"
-d="M512 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 1376v-320q0 -16 -12 -25q-8 -7 -20 -7q-4 0 -7 1l-448 96q-11 2 -18 11t-7 20h-256v-102q111 -23 183.5 -111t72.5 -203v-800q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v800
-q0 106 62.5 190.5t161.5 114.5v111h-32q-59 0 -115 -23.5t-91.5 -53t-66 -66.5t-40.5 -53.5t-14 -24.5q-17 -35 -57 -35q-16 0 -29 7q-23 12 -31.5 37t3.5 49q5 10 14.5 26t37.5 53.5t60.5 70t85 67t108.5 52.5q-25 42 -25 86q0 66 47 113t113 47t113 -47t47 -113
-q0 -33 -14 -64h302q0 11 7 20t18 11l448 96q3 1 7 1q12 0 20 -7q12 -9 12 -25z" />
- <glyph glyph-name="rocket" unicode="&#xf135;" horiz-adv-x="1664"
-d="M1440 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1664 1376q0 -249 -75.5 -430.5t-253.5 -360.5q-81 -80 -195 -176l-20 -379q-2 -16 -16 -26l-384 -224q-7 -4 -16 -4q-12 0 -23 9l-64 64q-13 14 -8 32l85 276l-281 281l-276 -85q-3 -1 -9 -1
-q-14 0 -23 9l-64 64q-17 19 -5 39l224 384q10 14 26 16l379 20q96 114 176 195q188 187 358 258t431 71q14 0 24 -9.5t10 -22.5z" />
- <glyph glyph-name="maxcdn" unicode="&#xf136;" horiz-adv-x="1792"
-d="M1745 763l-164 -763h-334l178 832q13 56 -15 88q-27 33 -83 33h-169l-204 -953h-334l204 953h-286l-204 -953h-334l204 953l-153 327h1276q101 0 189.5 -40.5t147.5 -113.5q60 -73 81 -168.5t0 -194.5z" />
- <glyph glyph-name="chevron_sign_left" unicode="&#xf137;"
-d="M909 141l102 102q19 19 19 45t-19 45l-307 307l307 307q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
-t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="chevron_sign_right" unicode="&#xf138;"
-d="M717 141l454 454q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l307 -307l-307 -307q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
-t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="chevron_sign_up" unicode="&#xf139;"
-d="M1165 397l102 102q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l307 307l307 -307q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
-t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="chevron_sign_down" unicode="&#xf13a;"
-d="M813 237l454 454q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-307 -307l-307 307q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
-t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="html5" unicode="&#xf13b;" horiz-adv-x="1408"
-d="M1130 939l16 175h-884l47 -534h612l-22 -228l-197 -53l-196 53l-13 140h-175l22 -278l362 -100h4v1l359 99l50 544h-644l-15 181h674zM0 1408h1408l-128 -1438l-578 -162l-574 162z" />
- <glyph glyph-name="css3" unicode="&#xf13c;" horiz-adv-x="1792"
-d="M275 1408h1505l-266 -1333l-804 -267l-698 267l71 356h297l-29 -147l422 -161l486 161l68 339h-1208l58 297h1209l38 191h-1208z" />
- <glyph glyph-name="anchor" unicode="&#xf13d;" horiz-adv-x="1792"
-d="M960 1280q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1792 352v-352q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-93 93q-119 -143 -318.5 -226.5t-429.5 -83.5t-429.5 83.5t-318.5 226.5l-93 -93q-9 -9 -23 -9q-4 0 -12 2q-20 8 -20 30v352
-q0 14 9 23t23 9h352q22 0 30 -20q8 -19 -7 -35l-100 -100q67 -91 189.5 -153.5t271.5 -82.5v647h-192q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h192v163q-58 34 -93 92.5t-35 128.5q0 106 75 181t181 75t181 -75t75 -181q0 -70 -35 -128.5t-93 -92.5v-163h192q26 0 45 -19
-t19 -45v-128q0 -26 -19 -45t-45 -19h-192v-647q149 20 271.5 82.5t189.5 153.5l-100 100q-15 16 -7 35q8 20 30 20h352q14 0 23 -9t9 -23z" />
- <glyph glyph-name="unlock_alt" unicode="&#xf13e;" horiz-adv-x="1152"
-d="M1056 768q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v320q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45q0 106 -75 181t-181 75t-181 -75t-75 -181
-v-320h736z" />
- <glyph glyph-name="bullseye" unicode="&#xf140;"
-d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM1152 640q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1280 640q0 -212 -150 -362t-362 -150t-362 150
-t-150 362t150 362t362 150t362 -150t150 -362zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="ellipsis_horizontal" unicode="&#xf141;" horiz-adv-x="1408"
-d="M384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM896 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM1408 800v-192q0 -40 -28 -68t-68 -28h-192
-q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
- <glyph glyph-name="ellipsis_vertical" unicode="&#xf142;" horiz-adv-x="384"
-d="M384 288v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 1312v-192q0 -40 -28 -68t-68 -28h-192
-q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
- <glyph glyph-name="_303" unicode="&#xf143;"
-d="M512 256q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM863 162q-13 233 -176.5 396.5t-396.5 176.5q-14 1 -24 -9t-10 -23v-128q0 -13 8.5 -22t21.5 -10q154 -11 264 -121t121 -264q1 -13 10 -21.5t22 -8.5h128
-q13 0 23 10t9 24zM1247 161q-5 154 -56 297.5t-139.5 260t-205 205t-260 139.5t-297.5 56q-14 1 -23 -9q-10 -10 -10 -23v-128q0 -13 9 -22t22 -10q204 -7 378 -111.5t278.5 -278.5t111.5 -378q1 -13 10 -22t22 -9h128q13 0 23 10q11 9 9 23zM1536 1120v-960
-q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="play_sign" unicode="&#xf144;"
-d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1152 585q32 18 32 55t-32 55l-544 320q-31 19 -64 1q-32 -19 -32 -56v-640q0 -37 32 -56
-q16 -8 32 -8q17 0 32 9z" />
- <glyph glyph-name="ticket" unicode="&#xf145;" horiz-adv-x="1792"
-d="M1024 1084l316 -316l-572 -572l-316 316zM813 105l618 618q19 19 19 45t-19 45l-362 362q-18 18 -45 18t-45 -18l-618 -618q-19 -19 -19 -45t19 -45l362 -362q18 -18 45 -18t45 18zM1702 742l-907 -908q-37 -37 -90.5 -37t-90.5 37l-126 126q56 56 56 136t-56 136
-t-136 56t-136 -56l-125 126q-37 37 -37 90.5t37 90.5l907 906q37 37 90.5 37t90.5 -37l125 -125q-56 -56 -56 -136t56 -136t136 -56t136 56l126 -125q37 -37 37 -90.5t-37 -90.5z" />
- <glyph glyph-name="minus_sign_alt" unicode="&#xf146;"
-d="M1280 576v128q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h896q26 0 45 19t19 45zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
-t84.5 -203.5z" />
- <glyph glyph-name="check_minus" unicode="&#xf147;" horiz-adv-x="1408"
-d="M1152 736v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h832q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5
-t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="level_up" unicode="&#xf148;" horiz-adv-x="1024"
-d="M1018 933q-18 -37 -58 -37h-192v-864q0 -14 -9 -23t-23 -9h-704q-21 0 -29 18q-8 20 4 35l160 192q9 11 25 11h320v640h-192q-40 0 -58 37q-17 37 9 68l320 384q18 22 49 22t49 -22l320 -384q27 -32 9 -68z" />
- <glyph glyph-name="level_down" unicode="&#xf149;" horiz-adv-x="1024"
-d="M32 1280h704q13 0 22.5 -9.5t9.5 -23.5v-863h192q40 0 58 -37t-9 -69l-320 -384q-18 -22 -49 -22t-49 22l-320 384q-26 31 -9 69q18 37 58 37h192v640h-320q-14 0 -25 11l-160 192q-13 14 -4 34q9 19 29 19z" />
- <glyph glyph-name="check_sign" unicode="&#xf14a;"
-d="M685 237l614 614q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-467 -467l-211 211q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l358 -358q19 -19 45 -19t45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5
-t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="edit_sign" unicode="&#xf14b;"
-d="M404 428l152 -152l-52 -52h-56v96h-96v56zM818 818q14 -13 -3 -30l-291 -291q-17 -17 -30 -3q-14 13 3 30l291 291q17 17 30 3zM544 128l544 544l-288 288l-544 -544v-288h288zM1152 736l92 92q28 28 28 68t-28 68l-152 152q-28 28 -68 28t-68 -28l-92 -92zM1536 1120
-v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="_312" unicode="&#xf14c;"
-d="M1280 608v480q0 26 -19 45t-45 19h-480q-42 0 -59 -39q-17 -41 14 -70l144 -144l-534 -534q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l534 534l144 -144q18 -19 45 -19q12 0 25 5q39 17 39 59zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960
-q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="share_sign" unicode="&#xf14d;"
-d="M1005 435l352 352q19 19 19 45t-19 45l-352 352q-30 31 -69 14q-40 -17 -40 -59v-160q-119 0 -216 -19.5t-162.5 -51t-114 -79t-76.5 -95.5t-44.5 -109t-21.5 -111.5t-5 -110.5q0 -181 167 -404q11 -12 25 -12q7 0 13 3q22 9 19 33q-44 354 62 473q46 52 130 75.5
-t224 23.5v-160q0 -42 40 -59q12 -5 24 -5q26 0 45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="compass" unicode="&#xf14e;"
-d="M640 448l256 128l-256 128v-256zM1024 1039v-542l-512 -256v542zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
-t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="collapse" unicode="&#xf150;"
-d="M1145 861q18 -35 -5 -66l-320 -448q-19 -27 -52 -27t-52 27l-320 448q-23 31 -5 66q17 35 57 35h640q40 0 57 -35zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120
-v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="collapse_top" unicode="&#xf151;"
-d="M1145 419q-17 -35 -57 -35h-640q-40 0 -57 35q-18 35 5 66l320 448q19 27 52 27t52 -27l320 -448q23 -31 5 -66zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120v-960
-q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="_317" unicode="&#xf152;"
-d="M1088 640q0 -33 -27 -52l-448 -320q-31 -23 -66 -5q-35 17 -35 57v640q0 40 35 57q35 18 66 -5l448 -320q27 -19 27 -52zM1280 160v960q0 14 -9 23t-23 9h-960q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h960q14 0 23 9t9 23zM1536 1120v-960q0 -119 -84.5 -203.5
-t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="eur" unicode="&#xf153;" horiz-adv-x="1024"
-d="M976 229l35 -159q3 -12 -3 -22.5t-17 -14.5l-5 -1q-4 -2 -10.5 -3.5t-16 -4.5t-21.5 -5.5t-25.5 -5t-30 -5t-33.5 -4.5t-36.5 -3t-38.5 -1q-234 0 -409 130.5t-238 351.5h-95q-13 0 -22.5 9.5t-9.5 22.5v113q0 13 9.5 22.5t22.5 9.5h66q-2 57 1 105h-67q-14 0 -23 9
-t-9 23v114q0 14 9 23t23 9h98q67 210 243.5 338t400.5 128q102 0 194 -23q11 -3 20 -15q6 -11 3 -24l-43 -159q-3 -13 -14 -19.5t-24 -2.5l-4 1q-4 1 -11.5 2.5l-17.5 3.5t-22.5 3.5t-26 3t-29 2.5t-29.5 1q-126 0 -226 -64t-150 -176h468q16 0 25 -12q10 -12 7 -26
-l-24 -114q-5 -26 -32 -26h-488q-3 -37 0 -105h459q15 0 25 -12q9 -12 6 -27l-24 -112q-2 -11 -11 -18.5t-20 -7.5h-387q48 -117 149.5 -185.5t228.5 -68.5q18 0 36 1.5t33.5 3.5t29.5 4.5t24.5 5t18.5 4.5l12 3l5 2q13 5 26 -2q12 -7 15 -21z" />
- <glyph glyph-name="gbp" unicode="&#xf154;" horiz-adv-x="1024"
-d="M1020 399v-367q0 -14 -9 -23t-23 -9h-956q-14 0 -23 9t-9 23v150q0 13 9.5 22.5t22.5 9.5h97v383h-95q-14 0 -23 9.5t-9 22.5v131q0 14 9 23t23 9h95v223q0 171 123.5 282t314.5 111q185 0 335 -125q9 -8 10 -20.5t-7 -22.5l-103 -127q-9 -11 -22 -12q-13 -2 -23 7
-q-5 5 -26 19t-69 32t-93 18q-85 0 -137 -47t-52 -123v-215h305q13 0 22.5 -9t9.5 -23v-131q0 -13 -9.5 -22.5t-22.5 -9.5h-305v-379h414v181q0 13 9 22.5t23 9.5h162q14 0 23 -9.5t9 -22.5z" />
- <glyph glyph-name="usd" unicode="&#xf155;" horiz-adv-x="1024"
-d="M978 351q0 -153 -99.5 -263.5t-258.5 -136.5v-175q0 -14 -9 -23t-23 -9h-135q-13 0 -22.5 9.5t-9.5 22.5v175q-66 9 -127.5 31t-101.5 44.5t-74 48t-46.5 37.5t-17.5 18q-17 21 -2 41l103 135q7 10 23 12q15 2 24 -9l2 -2q113 -99 243 -125q37 -8 74 -8q81 0 142.5 43
-t61.5 122q0 28 -15 53t-33.5 42t-58.5 37.5t-66 32t-80 32.5q-39 16 -61.5 25t-61.5 26.5t-62.5 31t-56.5 35.5t-53.5 42.5t-43.5 49t-35.5 58t-21 66.5t-8.5 78q0 138 98 242t255 134v180q0 13 9.5 22.5t22.5 9.5h135q14 0 23 -9t9 -23v-176q57 -6 110.5 -23t87 -33.5
-t63.5 -37.5t39 -29t15 -14q17 -18 5 -38l-81 -146q-8 -15 -23 -16q-14 -3 -27 7q-3 3 -14.5 12t-39 26.5t-58.5 32t-74.5 26t-85.5 11.5q-95 0 -155 -43t-60 -111q0 -26 8.5 -48t29.5 -41.5t39.5 -33t56 -31t60.5 -27t70 -27.5q53 -20 81 -31.5t76 -35t75.5 -42.5t62 -50
-t53 -63.5t31.5 -76.5t13 -94z" />
- <glyph glyph-name="inr" unicode="&#xf156;" horiz-adv-x="898"
-d="M898 1066v-102q0 -14 -9 -23t-23 -9h-168q-23 -144 -129 -234t-276 -110q167 -178 459 -536q14 -16 4 -34q-8 -18 -29 -18h-195q-16 0 -25 12q-306 367 -498 571q-9 9 -9 22v127q0 13 9.5 22.5t22.5 9.5h112q132 0 212.5 43t102.5 125h-427q-14 0 -23 9t-9 23v102
-q0 14 9 23t23 9h413q-57 113 -268 113h-145q-13 0 -22.5 9.5t-9.5 22.5v133q0 14 9 23t23 9h832q14 0 23 -9t9 -23v-102q0 -14 -9 -23t-23 -9h-233q47 -61 64 -144h171q14 0 23 -9t9 -23z" />
- <glyph glyph-name="jpy" unicode="&#xf157;" horiz-adv-x="1027"
-d="M603 0h-172q-13 0 -22.5 9t-9.5 23v330h-288q-13 0 -22.5 9t-9.5 23v103q0 13 9.5 22.5t22.5 9.5h288v85h-288q-13 0 -22.5 9t-9.5 23v104q0 13 9.5 22.5t22.5 9.5h214l-321 578q-8 16 0 32q10 16 28 16h194q19 0 29 -18l215 -425q19 -38 56 -125q10 24 30.5 68t27.5 61
-l191 420q8 19 29 19h191q17 0 27 -16q9 -14 1 -31l-313 -579h215q13 0 22.5 -9.5t9.5 -22.5v-104q0 -14 -9.5 -23t-22.5 -9h-290v-85h290q13 0 22.5 -9.5t9.5 -22.5v-103q0 -14 -9.5 -23t-22.5 -9h-290v-330q0 -13 -9.5 -22.5t-22.5 -9.5z" />
- <glyph glyph-name="rub" unicode="&#xf158;" horiz-adv-x="1280"
-d="M1043 971q0 100 -65 162t-171 62h-320v-448h320q106 0 171 62t65 162zM1280 971q0 -193 -126.5 -315t-326.5 -122h-340v-118h505q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-505v-192q0 -14 -9.5 -23t-22.5 -9h-167q-14 0 -23 9t-9 23v192h-224q-14 0 -23 9t-9 23v128
-q0 14 9 23t23 9h224v118h-224q-14 0 -23 9t-9 23v149q0 13 9 22.5t23 9.5h224v629q0 14 9 23t23 9h539q200 0 326.5 -122t126.5 -315z" />
- <glyph glyph-name="krw" unicode="&#xf159;" horiz-adv-x="1792"
-d="M514 341l81 299h-159l75 -300q1 -1 1 -3t1 -3q0 1 0.5 3.5t0.5 3.5zM630 768l35 128h-292l32 -128h225zM822 768h139l-35 128h-70zM1271 340l78 300h-162l81 -299q0 -1 0.5 -3.5t1.5 -3.5q0 1 0.5 3t0.5 3zM1382 768l33 128h-297l34 -128h230zM1792 736v-64q0 -14 -9 -23
-t-23 -9h-213l-164 -616q-7 -24 -31 -24h-159q-24 0 -31 24l-166 616h-209l-167 -616q-7 -24 -31 -24h-159q-11 0 -19.5 7t-10.5 17l-160 616h-208q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h175l-33 128h-142q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h109l-89 344q-5 15 5 28
-q10 12 26 12h137q26 0 31 -24l90 -360h359l97 360q7 24 31 24h126q24 0 31 -24l98 -360h365l93 360q5 24 31 24h137q16 0 26 -12q10 -13 5 -28l-91 -344h111q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-145l-34 -128h179q14 0 23 -9t9 -23z" />
- <glyph glyph-name="btc" unicode="&#xf15a;" horiz-adv-x="1280"
-d="M1167 896q18 -182 -131 -258q117 -28 175 -103t45 -214q-7 -71 -32.5 -125t-64.5 -89t-97 -58.5t-121.5 -34.5t-145.5 -15v-255h-154v251q-80 0 -122 1v-252h-154v255q-18 0 -54 0.5t-55 0.5h-200l31 183h111q50 0 58 51v402h16q-6 1 -16 1v287q-13 68 -89 68h-111v164
-l212 -1q64 0 97 1v252h154v-247q82 2 122 2v245h154v-252q79 -7 140 -22.5t113 -45t82.5 -78t36.5 -114.5zM952 351q0 36 -15 64t-37 46t-57.5 30.5t-65.5 18.5t-74 9t-69 3t-64.5 -1t-47.5 -1v-338q8 0 37 -0.5t48 -0.5t53 1.5t58.5 4t57 8.5t55.5 14t47.5 21t39.5 30
-t24.5 40t9.5 51zM881 827q0 33 -12.5 58.5t-30.5 42t-48 28t-55 16.5t-61.5 8t-58 2.5t-54 -1t-39.5 -0.5v-307q5 0 34.5 -0.5t46.5 0t50 2t55 5.5t51.5 11t48.5 18.5t37 27t27 38.5t9 51z" />
- <glyph glyph-name="file" unicode="&#xf15b;"
-d="M1024 1024v472q22 -14 36 -28l408 -408q14 -14 28 -36h-472zM896 992q0 -40 28 -68t68 -28h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544z" />
- <glyph glyph-name="file_text" unicode="&#xf15c;"
-d="M1468 1060q14 -14 28 -36h-472v472q22 -14 36 -28zM992 896h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544q0 -40 28 -68t68 -28zM1152 160v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704
-q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23z" />
- <glyph glyph-name="sort_by_alphabet" unicode="&#xf15d;" horiz-adv-x="1664"
-d="M1191 1128h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1572 -23
-v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -11v-2l14 2q9 2 30 2h248v119h121zM1661 874v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162
-l230 -662h70z" />
- <glyph glyph-name="_329" unicode="&#xf15e;" horiz-adv-x="1664"
-d="M1191 104h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1661 -150
-v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162l230 -662h70zM1572 1001v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -10v-3l14 3q9 1 30 1h248
-v119h121z" />
- <glyph glyph-name="sort_by_attributes" unicode="&#xf160;" horiz-adv-x="1792"
-d="M736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1792 -32v-192q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832
-q14 0 23 -9t9 -23zM1600 480v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1408 992v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1216 1504v-192q0 -14 -9 -23t-23 -9h-256
-q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23z" />
- <glyph glyph-name="sort_by_attributes_alt" unicode="&#xf161;" horiz-adv-x="1792"
-d="M1216 -32v-192q0 -14 -9 -23t-23 -9h-256q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192
-q14 0 23 -9t9 -23zM1408 480v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1600 992v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1792 1504v-192q0 -14 -9 -23t-23 -9h-832
-q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832q14 0 23 -9t9 -23z" />
- <glyph glyph-name="sort_by_order" unicode="&#xf162;"
-d="M1346 223q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23
-zM1486 165q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5
-t82 -252.5zM1456 882v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165z" />
- <glyph glyph-name="sort_by_order_alt" unicode="&#xf163;"
-d="M1346 1247q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9
-t9 -23zM1456 -142v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165zM1486 1189q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13
-q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5t82 -252.5z" />
- <glyph glyph-name="_334" unicode="&#xf164;" horiz-adv-x="1664"
-d="M256 192q0 26 -19 45t-45 19q-27 0 -45.5 -19t-18.5 -45q0 -27 18.5 -45.5t45.5 -18.5q26 0 45 18.5t19 45.5zM416 704v-640q0 -26 -19 -45t-45 -19h-288q-26 0 -45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45 -19t19 -45zM1600 704q0 -86 -55 -149q15 -44 15 -76
-q3 -76 -43 -137q17 -56 0 -117q-15 -57 -54 -94q9 -112 -49 -181q-64 -76 -197 -78h-36h-76h-17q-66 0 -144 15.5t-121.5 29t-120.5 39.5q-123 43 -158 44q-26 1 -45 19.5t-19 44.5v641q0 25 18 43.5t43 20.5q24 2 76 59t101 121q68 87 101 120q18 18 31 48t17.5 48.5
-t13.5 60.5q7 39 12.5 61t19.5 52t34 50q19 19 45 19q46 0 82.5 -10.5t60 -26t40 -40.5t24 -45t12 -50t5 -45t0.5 -39q0 -38 -9.5 -76t-19 -60t-27.5 -56q-3 -6 -10 -18t-11 -22t-8 -24h277q78 0 135 -57t57 -135z" />
- <glyph glyph-name="_335" unicode="&#xf165;" horiz-adv-x="1664"
-d="M256 960q0 -26 -19 -45t-45 -19q-27 0 -45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45 -18.5t19 -45.5zM416 448v640q0 26 -19 45t-45 19h-288q-26 0 -45 -19t-19 -45v-640q0 -26 19 -45t45 -19h288q26 0 45 19t19 45zM1545 597q55 -61 55 -149q-1 -78 -57.5 -135
-t-134.5 -57h-277q4 -14 8 -24t11 -22t10 -18q18 -37 27 -57t19 -58.5t10 -76.5q0 -24 -0.5 -39t-5 -45t-12 -50t-24 -45t-40 -40.5t-60 -26t-82.5 -10.5q-26 0 -45 19q-20 20 -34 50t-19.5 52t-12.5 61q-9 42 -13.5 60.5t-17.5 48.5t-31 48q-33 33 -101 120q-49 64 -101 121
-t-76 59q-25 2 -43 20.5t-18 43.5v641q0 26 19 44.5t45 19.5q35 1 158 44q77 26 120.5 39.5t121.5 29t144 15.5h17h76h36q133 -2 197 -78q58 -69 49 -181q39 -37 54 -94q17 -61 0 -117q46 -61 43 -137q0 -32 -15 -76z" />
- <glyph glyph-name="youtube_sign" unicode="&#xf166;"
-d="M919 233v157q0 50 -29 50q-17 0 -33 -16v-224q16 -16 33 -16q29 0 29 49zM1103 355h66v34q0 51 -33 51t-33 -51v-34zM532 621v-70h-80v-423h-74v423h-78v70h232zM733 495v-367h-67v40q-39 -45 -76 -45q-33 0 -42 28q-6 17 -6 54v290h66v-270q0 -24 1 -26q1 -15 15 -15
-q20 0 42 31v280h67zM985 384v-146q0 -52 -7 -73q-12 -42 -53 -42q-35 0 -68 41v-36h-67v493h67v-161q32 40 68 40q41 0 53 -42q7 -21 7 -74zM1236 255v-9q0 -29 -2 -43q-3 -22 -15 -40q-27 -40 -80 -40q-52 0 -81 38q-21 27 -21 86v129q0 59 20 86q29 38 80 38t78 -38
-q21 -29 21 -86v-76h-133v-65q0 -51 34 -51q24 0 30 26q0 1 0.5 7t0.5 16.5v21.5h68zM785 1079v-156q0 -51 -32 -51t-32 51v156q0 52 32 52t32 -52zM1318 366q0 177 -19 260q-10 44 -43 73.5t-76 34.5q-136 15 -412 15q-275 0 -411 -15q-44 -5 -76.5 -34.5t-42.5 -73.5
-q-20 -87 -20 -260q0 -176 20 -260q10 -43 42.5 -73t75.5 -35q137 -15 412 -15t412 15q43 5 75.5 35t42.5 73q20 84 20 260zM563 1017l90 296h-75l-51 -195l-53 195h-78q7 -23 23 -69l24 -69q35 -103 46 -158v-201h74v201zM852 936v130q0 58 -21 87q-29 38 -78 38
-q-51 0 -78 -38q-21 -29 -21 -87v-130q0 -58 21 -87q27 -38 78 -38q49 0 78 38q21 27 21 87zM1033 816h67v370h-67v-283q-22 -31 -42 -31q-15 0 -16 16q-1 2 -1 26v272h-67v-293q0 -37 6 -55q11 -27 43 -27q36 0 77 45v-40zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5
-h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="youtube" unicode="&#xf167;"
-d="M971 292v-211q0 -67 -39 -67q-23 0 -45 22v301q22 22 45 22q39 0 39 -67zM1309 291v-46h-90v46q0 68 45 68t45 -68zM343 509h107v94h-312v-94h105v-569h100v569zM631 -60h89v494h-89v-378q-30 -42 -57 -42q-18 0 -21 21q-1 3 -1 35v364h-89v-391q0 -49 8 -73
-q12 -37 58 -37q48 0 102 61v-54zM1060 88v197q0 73 -9 99q-17 56 -71 56q-50 0 -93 -54v217h-89v-663h89v48q45 -55 93 -55q54 0 71 55q9 27 9 100zM1398 98v13h-91q0 -51 -2 -61q-7 -36 -40 -36q-46 0 -46 69v87h179v103q0 79 -27 116q-39 51 -106 51q-68 0 -107 -51
-q-28 -37 -28 -116v-173q0 -79 29 -116q39 -51 108 -51q72 0 108 53q18 27 21 54q2 9 2 58zM790 1011v210q0 69 -43 69t-43 -69v-210q0 -70 43 -70t43 70zM1509 260q0 -234 -26 -350q-14 -59 -58 -99t-102 -46q-184 -21 -555 -21t-555 21q-58 6 -102.5 46t-57.5 99
-q-26 112 -26 350q0 234 26 350q14 59 58 99t103 47q183 20 554 20t555 -20q58 -7 102.5 -47t57.5 -99q26 -112 26 -350zM511 1536h102l-121 -399v-271h-100v271q-14 74 -61 212q-37 103 -65 187h106l71 -263zM881 1203v-175q0 -81 -28 -118q-38 -51 -106 -51q-67 0 -105 51
-q-28 38 -28 118v175q0 80 28 117q38 51 105 51q68 0 106 -51q28 -37 28 -117zM1216 1365v-499h-91v55q-53 -62 -103 -62q-46 0 -59 37q-8 24 -8 75v394h91v-367q0 -33 1 -35q3 -22 21 -22q27 0 57 43v381h91z" />
- <glyph glyph-name="xing" unicode="&#xf168;" horiz-adv-x="1408"
-d="M597 869q-10 -18 -257 -456q-27 -46 -65 -46h-239q-21 0 -31 17t0 36l253 448q1 0 0 1l-161 279q-12 22 -1 37q9 15 32 15h239q40 0 66 -45zM1403 1511q11 -16 0 -37l-528 -934v-1l336 -615q11 -20 1 -37q-10 -15 -32 -15h-239q-42 0 -66 45l-339 622q18 32 531 942
-q25 45 64 45h241q22 0 31 -15z" />
- <glyph glyph-name="xing_sign" unicode="&#xf169;"
-d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1
-l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="youtube_play" unicode="&#xf16a;" horiz-adv-x="1792"
-d="M711 408l484 250l-484 253v-503zM896 1270q168 0 324.5 -4.5t229.5 -9.5l73 -4q1 0 17 -1.5t23 -3t23.5 -4.5t28.5 -8t28 -13t31 -19.5t29 -26.5q6 -6 15.5 -18.5t29 -58.5t26.5 -101q8 -64 12.5 -136.5t5.5 -113.5v-40v-136q1 -145 -18 -290q-7 -55 -25 -99.5t-32 -61.5
-l-14 -17q-14 -15 -29 -26.5t-31 -19t-28 -12.5t-28.5 -8t-24 -4.5t-23 -3t-16.5 -1.5q-251 -19 -627 -19q-207 2 -359.5 6.5t-200.5 7.5l-49 4l-36 4q-36 5 -54.5 10t-51 21t-56.5 41q-6 6 -15.5 18.5t-29 58.5t-26.5 101q-8 64 -12.5 136.5t-5.5 113.5v40v136
-q-1 145 18 290q7 55 25 99.5t32 61.5l14 17q14 15 29 26.5t31 19.5t28 13t28.5 8t23.5 4.5t23 3t17 1.5q251 18 627 18z" />
- <glyph glyph-name="dropbox" unicode="&#xf16b;" horiz-adv-x="1792"
-d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
- <glyph glyph-name="stackexchange" unicode="&#xf16c;"
-d="M1289 -96h-1118v480h-160v-640h1438v640h-160v-480zM347 428l33 157l783 -165l-33 -156zM450 802l67 146l725 -339l-67 -145zM651 1158l102 123l614 -513l-102 -123zM1048 1536l477 -641l-128 -96l-477 641zM330 65v159h800v-159h-800z" />
- <glyph glyph-name="instagram" unicode="&#xf16d;"
-d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1162 640q0 -164 -115 -279t-279 -115t-279 115t-115 279t115 279t279 115t279 -115t115 -279zM1270 1050q0 -38 -27 -65t-65 -27t-65 27t-27 65t27 65t65 27t65 -27t27 -65zM768 1270
-q-7 0 -76.5 0.5t-105.5 0t-96.5 -3t-103 -10t-71.5 -18.5q-50 -20 -88 -58t-58 -88q-11 -29 -18.5 -71.5t-10 -103t-3 -96.5t0 -105.5t0.5 -76.5t-0.5 -76.5t0 -105.5t3 -96.5t10 -103t18.5 -71.5q20 -50 58 -88t88 -58q29 -11 71.5 -18.5t103 -10t96.5 -3t105.5 0t76.5 0.5
-t76.5 -0.5t105.5 0t96.5 3t103 10t71.5 18.5q50 20 88 58t58 88q11 29 18.5 71.5t10 103t3 96.5t0 105.5t-0.5 76.5t0.5 76.5t0 105.5t-3 96.5t-10 103t-18.5 71.5q-20 50 -58 88t-88 58q-29 11 -71.5 18.5t-103 10t-96.5 3t-105.5 0t-76.5 -0.5zM1536 640q0 -229 -5 -317
-q-10 -208 -124 -322t-322 -124q-88 -5 -317 -5t-317 5q-208 10 -322 124t-124 322q-5 88 -5 317t5 317q10 208 124 322t322 124q88 5 317 5t317 -5q208 -10 322 -124t124 -322q5 -88 5 -317z" />
- <glyph glyph-name="flickr" unicode="&#xf16e;"
-d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150
-t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
- <glyph glyph-name="adn" unicode="&#xf170;"
-d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="f171" unicode="&#xf171;" horiz-adv-x="1408"
-d="M815 677q8 -63 -50.5 -101t-111.5 -6q-39 17 -53.5 58t-0.5 82t52 58q36 18 72.5 12t64 -35.5t27.5 -67.5zM926 698q-14 107 -113 164t-197 13q-63 -28 -100.5 -88.5t-34.5 -129.5q4 -91 77.5 -155t165.5 -56q91 8 152 84t50 168zM1165 1240q-20 27 -56 44.5t-58 22
-t-71 12.5q-291 47 -566 -2q-43 -7 -66 -12t-55 -22t-50 -43q30 -28 76 -45.5t73.5 -22t87.5 -11.5q228 -29 448 -1q63 8 89.5 12t72.5 21.5t75 46.5zM1222 205q-8 -26 -15.5 -76.5t-14 -84t-28.5 -70t-58 -56.5q-86 -48 -189.5 -71.5t-202 -22t-201.5 18.5q-46 8 -81.5 18
-t-76.5 27t-73 43.5t-52 61.5q-25 96 -57 292l6 16l18 9q223 -148 506.5 -148t507.5 148q21 -6 24 -23t-5 -45t-8 -37zM1403 1166q-26 -167 -111 -655q-5 -30 -27 -56t-43.5 -40t-54.5 -31q-252 -126 -610 -88q-248 27 -394 139q-15 12 -25.5 26.5t-17 35t-9 34t-6 39.5
-t-5.5 35q-9 50 -26.5 150t-28 161.5t-23.5 147.5t-22 158q3 26 17.5 48.5t31.5 37.5t45 30t46 22.5t48 18.5q125 46 313 64q379 37 676 -50q155 -46 215 -122q16 -20 16.5 -51t-5.5 -54z" />
- <glyph glyph-name="bitbucket_sign" unicode="&#xf172;"
-d="M848 666q0 43 -41 66t-77 1q-43 -20 -42.5 -72.5t43.5 -70.5q39 -23 81 4t36 72zM928 682q8 -66 -36 -121t-110 -61t-119 40t-56 113q-2 49 25.5 93t72.5 64q70 31 141.5 -10t81.5 -118zM1100 1073q-20 -21 -53.5 -34t-53 -16t-63.5 -8q-155 -20 -324 0q-44 6 -63 9.5
-t-52.5 16t-54.5 32.5q13 19 36 31t40 15.5t47 8.5q198 35 408 1q33 -5 51 -8.5t43 -16t39 -31.5zM1142 327q0 7 5.5 26.5t3 32t-17.5 16.5q-161 -106 -365 -106t-366 106l-12 -6l-5 -12q26 -154 41 -210q47 -81 204 -108q249 -46 428 53q34 19 49 51.5t22.5 85.5t12.5 71z
-M1272 1020q9 53 -8 75q-43 55 -155 88q-216 63 -487 36q-132 -12 -226 -46q-38 -15 -59.5 -25t-47 -34t-29.5 -54q8 -68 19 -138t29 -171t24 -137q1 -5 5 -31t7 -36t12 -27t22 -28q105 -80 284 -100q259 -28 440 63q24 13 39.5 23t31 29t19.5 40q48 267 80 473zM1536 1120
-v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="tumblr" unicode="&#xf173;" horiz-adv-x="1024"
-d="M944 207l80 -237q-23 -35 -111 -66t-177 -32q-104 -2 -190.5 26t-142.5 74t-95 106t-55.5 120t-16.5 118v544h-168v215q72 26 129 69.5t91 90t58 102t34 99t15 88.5q1 5 4.5 8.5t7.5 3.5h244v-424h333v-252h-334v-518q0 -30 6.5 -56t22.5 -52.5t49.5 -41.5t81.5 -14
-q78 2 134 29z" />
- <glyph glyph-name="tumblr_sign" unicode="&#xf174;"
-d="M1136 75l-62 183q-44 -22 -103 -22q-36 -1 -62 10.5t-38.5 31.5t-17.5 40.5t-5 43.5v398h257v194h-256v326h-188q-8 0 -9 -10q-5 -44 -17.5 -87t-39 -95t-77 -95t-118.5 -68v-165h130v-418q0 -57 21.5 -115t65 -111t121 -85.5t176.5 -30.5q69 1 136.5 25t85.5 50z
-M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="long_arrow_down" unicode="&#xf175;" horiz-adv-x="768"
-d="M765 237q8 -19 -5 -35l-350 -384q-10 -10 -23 -10q-14 0 -24 10l-355 384q-13 16 -5 35q9 19 29 19h224v1248q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1248h224q21 0 29 -19z" />
- <glyph glyph-name="long_arrow_up" unicode="&#xf176;" horiz-adv-x="768"
-d="M765 1043q-9 -19 -29 -19h-224v-1248q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1248h-224q-21 0 -29 19t5 35l350 384q10 10 23 10q14 0 24 -10l355 -384q13 -16 5 -35z" />
- <glyph glyph-name="long_arrow_left" unicode="&#xf177;" horiz-adv-x="1792"
-d="M1792 736v-192q0 -14 -9 -23t-23 -9h-1248v-224q0 -21 -19 -29t-35 5l-384 350q-10 10 -10 23q0 14 10 24l384 354q16 14 35 6q19 -9 19 -29v-224h1248q14 0 23 -9t9 -23z" />
- <glyph glyph-name="long_arrow_right" unicode="&#xf178;" horiz-adv-x="1792"
-d="M1728 643q0 -14 -10 -24l-384 -354q-16 -14 -35 -6q-19 9 -19 29v224h-1248q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h1248v224q0 21 19 29t35 -5l384 -350q10 -10 10 -23z" />
- <glyph glyph-name="apple" unicode="&#xf179;" horiz-adv-x="1408"
-d="M1393 321q-39 -125 -123 -250q-129 -196 -257 -196q-49 0 -140 32q-86 32 -151 32q-61 0 -142 -33q-81 -34 -132 -34q-152 0 -301 259q-147 261 -147 503q0 228 113 374q113 144 284 144q72 0 177 -30q104 -30 138 -30q45 0 143 34q102 34 173 34q119 0 213 -65
-q52 -36 104 -100q-79 -67 -114 -118q-65 -94 -65 -207q0 -124 69 -223t158 -126zM1017 1494q0 -61 -29 -136q-30 -75 -93 -138q-54 -54 -108 -72q-37 -11 -104 -17q3 149 78 257q74 107 250 148q1 -3 2.5 -11t2.5 -11q0 -4 0.5 -10t0.5 -10z" />
- <glyph glyph-name="windows" unicode="&#xf17a;" horiz-adv-x="1664"
-d="M682 530v-651l-682 94v557h682zM682 1273v-659h-682v565zM1664 530v-786l-907 125v661h907zM1664 1408v-794h-907v669z" />
- <glyph glyph-name="android" unicode="&#xf17b;" horiz-adv-x="1408"
-d="M493 1053q16 0 27.5 11.5t11.5 27.5t-11.5 27.5t-27.5 11.5t-27 -11.5t-11 -27.5t11 -27.5t27 -11.5zM915 1053q16 0 27 11.5t11 27.5t-11 27.5t-27 11.5t-27.5 -11.5t-11.5 -27.5t11.5 -27.5t27.5 -11.5zM103 869q42 0 72 -30t30 -72v-430q0 -43 -29.5 -73t-72.5 -30
-t-73 30t-30 73v430q0 42 30 72t73 30zM1163 850v-666q0 -46 -32 -78t-77 -32h-75v-227q0 -43 -30 -73t-73 -30t-73 30t-30 73v227h-138v-227q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73l-1 227h-74q-46 0 -78 32t-32 78v666h918zM931 1255q107 -55 171 -153.5t64 -215.5
-h-925q0 117 64 215.5t172 153.5l-71 131q-7 13 5 20q13 6 20 -6l72 -132q95 42 201 42t201 -42l72 132q7 12 20 6q12 -7 5 -20zM1408 767v-430q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73v430q0 43 30 72.5t72 29.5q43 0 73 -29.5t30 -72.5z" />
- <glyph glyph-name="linux" unicode="&#xf17c;"
-d="M663 1125q-11 -1 -15.5 -10.5t-8.5 -9.5q-5 -1 -5 5q0 12 19 15h10zM750 1111q-4 -1 -11.5 6.5t-17.5 4.5q24 11 32 -2q3 -6 -3 -9zM399 684q-4 1 -6 -3t-4.5 -12.5t-5.5 -13.5t-10 -13q-10 -11 -1 -12q4 -1 12.5 7t12.5 18q1 3 2 7t2 6t1.5 4.5t0.5 4v3t-1 2.5t-3 2z
-M1254 325q0 18 -55 42q4 15 7.5 27.5t5 26t3 21.5t0.5 22.5t-1 19.5t-3.5 22t-4 20.5t-5 25t-5.5 26.5q-10 48 -47 103t-72 75q24 -20 57 -83q87 -162 54 -278q-11 -40 -50 -42q-31 -4 -38.5 18.5t-8 83.5t-11.5 107q-9 39 -19.5 69t-19.5 45.5t-15.5 24.5t-13 15t-7.5 7
-q-14 62 -31 103t-29.5 56t-23.5 33t-15 40q-4 21 6 53.5t4.5 49.5t-44.5 25q-15 3 -44.5 18t-35.5 16q-8 1 -11 26t8 51t36 27q37 3 51 -30t4 -58q-11 -19 -2 -26.5t30 -0.5q13 4 13 36v37q-5 30 -13.5 50t-21 30.5t-23.5 15t-27 7.5q-107 -8 -89 -134q0 -15 -1 -15
-q-9 9 -29.5 10.5t-33 -0.5t-15.5 5q1 57 -16 90t-45 34q-27 1 -41.5 -27.5t-16.5 -59.5q-1 -15 3.5 -37t13 -37.5t15.5 -13.5q10 3 16 14q4 9 -7 8q-7 0 -15.5 14.5t-9.5 33.5q-1 22 9 37t34 14q17 0 27 -21t9.5 -39t-1.5 -22q-22 -15 -31 -29q-8 -12 -27.5 -23.5
-t-20.5 -12.5q-13 -14 -15.5 -27t7.5 -18q14 -8 25 -19.5t16 -19t18.5 -13t35.5 -6.5q47 -2 102 15q2 1 23 7t34.5 10.5t29.5 13t21 17.5q9 14 20 8q5 -3 6.5 -8.5t-3 -12t-16.5 -9.5q-20 -6 -56.5 -21.5t-45.5 -19.5q-44 -19 -70 -23q-25 -5 -79 2q-10 2 -9 -2t17 -19
-q25 -23 67 -22q17 1 36 7t36 14t33.5 17.5t30 17t24.5 12t17.5 2.5t8.5 -11q0 -2 -1 -4.5t-4 -5t-6 -4.5t-8.5 -5t-9 -4.5t-10 -5t-9.5 -4.5q-28 -14 -67.5 -44t-66.5 -43t-49 -1q-21 11 -63 73q-22 31 -25 22q-1 -3 -1 -10q0 -25 -15 -56.5t-29.5 -55.5t-21 -58t11.5 -63
-q-23 -6 -62.5 -90t-47.5 -141q-2 -18 -1.5 -69t-5.5 -59q-8 -24 -29 -3q-32 31 -36 94q-2 28 4 56q4 19 -1 18q-2 -1 -4 -5q-36 -65 10 -166q5 -12 25 -28t24 -20q20 -23 104 -90.5t93 -76.5q16 -15 17.5 -38t-14 -43t-45.5 -23q8 -15 29 -44.5t28 -54t7 -70.5q46 24 7 92
-q-4 8 -10.5 16t-9.5 12t-2 6q3 5 13 9.5t20 -2.5q46 -52 166 -36q133 15 177 87q23 38 34 30q12 -6 10 -52q-1 -25 -23 -92q-9 -23 -6 -37.5t24 -15.5q3 19 14.5 77t13.5 90q2 21 -6.5 73.5t-7.5 97t23 70.5q15 18 51 18q1 37 34.5 53t72.5 10.5t60 -22.5zM626 1152
-q3 17 -2.5 30t-11.5 15q-9 2 -9 -7q2 -5 5 -6q10 0 7 -15q-3 -20 8 -20q3 0 3 3zM1045 955q-2 8 -6.5 11.5t-13 5t-14.5 5.5q-5 3 -9.5 8t-7 8t-5.5 6.5t-4 4t-4 -1.5q-14 -16 7 -43.5t39 -31.5q9 -1 14.5 8t3.5 20zM867 1168q0 11 -5 19.5t-11 12.5t-9 3q-6 0 -8 -2t0 -4
-t5 -3q14 -4 18 -31q0 -3 8 2q2 2 2 3zM921 1401q0 2 -2.5 5t-9 7t-9.5 6q-15 15 -24 15q-9 -1 -11.5 -7.5t-1 -13t-0.5 -12.5q-1 -4 -6 -10.5t-6 -9t3 -8.5q4 -3 8 0t11 9t15 9q1 1 9 1t15 2t9 7zM1486 60q20 -12 31 -24.5t12 -24t-2.5 -22.5t-15.5 -22t-23.5 -19.5
-t-30 -18.5t-31.5 -16.5t-32 -15.5t-27 -13q-38 -19 -85.5 -56t-75.5 -64q-17 -16 -68 -19.5t-89 14.5q-18 9 -29.5 23.5t-16.5 25.5t-22 19.5t-47 9.5q-44 1 -130 1q-19 0 -57 -1.5t-58 -2.5q-44 -1 -79.5 -15t-53.5 -30t-43.5 -28.5t-53.5 -11.5q-29 1 -111 31t-146 43
-q-19 4 -51 9.5t-50 9t-39.5 9.5t-33.5 14.5t-17 19.5q-10 23 7 66.5t18 54.5q1 16 -4 40t-10 42.5t-4.5 36.5t10.5 27q14 12 57 14t60 12q30 18 42 35t12 51q21 -73 -32 -106q-32 -20 -83 -15q-34 3 -43 -10q-13 -15 5 -57q2 -6 8 -18t8.5 -18t4.5 -17t1 -22q0 -15 -17 -49
-t-14 -48q3 -17 37 -26q20 -6 84.5 -18.5t99.5 -20.5q24 -6 74 -22t82.5 -23t55.5 -4q43 6 64.5 28t23 48t-7.5 58.5t-19 52t-20 36.5q-121 190 -169 242q-68 74 -113 40q-11 -9 -15 15q-3 16 -2 38q1 29 10 52t24 47t22 42q8 21 26.5 72t29.5 78t30 61t39 54
-q110 143 124 195q-12 112 -16 310q-2 90 24 151.5t106 104.5q39 21 104 21q53 1 106 -13.5t89 -41.5q57 -42 91.5 -121.5t29.5 -147.5q-5 -95 30 -214q34 -113 133 -218q55 -59 99.5 -163t59.5 -191q8 -49 5 -84.5t-12 -55.5t-20 -22q-10 -2 -23.5 -19t-27 -35.5
-t-40.5 -33.5t-61 -14q-18 1 -31.5 5t-22.5 13.5t-13.5 15.5t-11.5 20.5t-9 19.5q-22 37 -41 30t-28 -49t7 -97q20 -70 1 -195q-10 -65 18 -100.5t73 -33t85 35.5q59 49 89.5 66.5t103.5 42.5q53 18 77 36.5t18.5 34.5t-25 28.5t-51.5 23.5q-33 11 -49.5 48t-15 72.5
-t15.5 47.5q1 -31 8 -56.5t14.5 -40.5t20.5 -28.5t21 -19t21.5 -13t16.5 -9.5z" />
- <glyph glyph-name="dribble" unicode="&#xf17d;"
-d="M1024 36q-42 241 -140 498h-2l-2 -1q-16 -6 -43 -16.5t-101 -49t-137 -82t-131 -114.5t-103 -148l-15 11q184 -150 418 -150q132 0 256 52zM839 643q-21 49 -53 111q-311 -93 -673 -93q-1 -7 -1 -21q0 -124 44 -236.5t124 -201.5q50 89 123.5 166.5t142.5 124.5t130.5 81
-t99.5 48l37 13q4 1 13 3.5t13 4.5zM732 855q-120 213 -244 378q-138 -65 -234 -186t-128 -272q302 0 606 80zM1416 536q-210 60 -409 29q87 -239 128 -469q111 75 185 189.5t96 250.5zM611 1277q-1 0 -2 -1q1 1 2 1zM1201 1132q-185 164 -433 164q-76 0 -155 -19
-q131 -170 246 -382q69 26 130 60.5t96.5 61.5t65.5 57t37.5 40.5zM1424 647q-3 232 -149 410l-1 -1q-9 -12 -19 -24.5t-43.5 -44.5t-71 -60.5t-100 -65t-131.5 -64.5q25 -53 44 -95q2 -5 6.5 -17t7.5 -17q36 5 74.5 7t73.5 2t69 -1.5t64 -4t56.5 -5.5t48 -6.5t36.5 -6
-t25 -4.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="skype" unicode="&#xf17e;"
-d="M1173 473q0 50 -19.5 91.5t-48.5 68.5t-73 49t-82.5 34t-87.5 23l-104 24q-30 7 -44 10.5t-35 11.5t-30 16t-16.5 21t-7.5 30q0 77 144 77q43 0 77 -12t54 -28.5t38 -33.5t40 -29t48 -12q47 0 75.5 32t28.5 77q0 55 -56 99.5t-142 67.5t-182 23q-68 0 -132 -15.5
-t-119.5 -47t-89 -87t-33.5 -128.5q0 -61 19 -106.5t56 -75.5t80 -48.5t103 -32.5l146 -36q90 -22 112 -36q32 -20 32 -60q0 -39 -40 -64.5t-105 -25.5q-51 0 -91.5 16t-65 38.5t-45.5 45t-46 38.5t-54 16q-50 0 -75.5 -30t-25.5 -75q0 -92 122 -157.5t291 -65.5
-q73 0 140 18.5t122.5 53.5t88.5 93.5t33 131.5zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5q-130 0 -234 80q-77 -16 -150 -16q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5q0 73 16 150q-80 104 -80 234q0 159 112.5 271.5t271.5 112.5q130 0 234 -80
-q77 16 150 16q143 0 273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -73 -16 -150q80 -104 80 -234z" />
- <glyph glyph-name="foursquare" unicode="&#xf180;" horiz-adv-x="1280"
-d="M1000 1102l37 194q5 23 -9 40t-35 17h-712q-23 0 -38.5 -17t-15.5 -37v-1101q0 -7 6 -1l291 352q23 26 38 33.5t48 7.5h239q22 0 37 14.5t18 29.5q24 130 37 191q4 21 -11.5 40t-36.5 19h-294q-29 0 -48 19t-19 48v42q0 29 19 47.5t48 18.5h346q18 0 35 13.5t20 29.5z
-M1227 1324q-15 -73 -53.5 -266.5t-69.5 -350t-35 -173.5q-6 -22 -9 -32.5t-14 -32.5t-24.5 -33t-38.5 -21t-58 -10h-271q-13 0 -22 -10q-8 -9 -426 -494q-22 -25 -58.5 -28.5t-48.5 5.5q-55 22 -55 98v1410q0 55 38 102.5t120 47.5h888q95 0 127 -53t10 -159zM1227 1324
-l-158 -790q4 17 35 173.5t69.5 350t53.5 266.5z" />
- <glyph glyph-name="trello" unicode="&#xf181;"
-d="M704 192v1024q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-1024q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1376 576v640q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-640q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408
-q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
- <glyph glyph-name="female" unicode="&#xf182;" horiz-adv-x="1280"
-d="M1280 480q0 -40 -28 -68t-68 -28q-51 0 -80 43l-227 341h-45v-132l247 -411q9 -15 9 -33q0 -26 -19 -45t-45 -19h-192v-272q0 -46 -33 -79t-79 -33h-160q-46 0 -79 33t-33 79v272h-192q-26 0 -45 19t-19 45q0 18 9 33l247 411v132h-45l-227 -341q-29 -43 -80 -43
-q-40 0 -68 28t-28 68q0 29 16 53l256 384q73 107 176 107h384q103 0 176 -107l256 -384q16 -24 16 -53zM864 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
- <glyph glyph-name="male" unicode="&#xf183;" horiz-adv-x="1024"
-d="M1024 832v-416q0 -40 -28 -68t-68 -28t-68 28t-28 68v352h-64v-912q0 -46 -33 -79t-79 -33t-79 33t-33 79v464h-64v-464q0 -46 -33 -79t-79 -33t-79 33t-33 79v912h-64v-352q0 -40 -28 -68t-68 -28t-68 28t-28 68v416q0 80 56 136t136 56h640q80 0 136 -56t56 -136z
-M736 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
- <glyph glyph-name="gittip" unicode="&#xf184;"
-d="M773 234l350 473q16 22 24.5 59t-6 85t-61.5 79q-40 26 -83 25.5t-73.5 -17.5t-54.5 -45q-36 -40 -96 -40q-59 0 -95 40q-24 28 -54.5 45t-73.5 17.5t-84 -25.5q-46 -31 -60.5 -79t-6 -85t24.5 -59zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
-t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="sun" unicode="&#xf185;" horiz-adv-x="1792"
-d="M1472 640q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123t223.5 -45.5t223.5 45.5t184 123t123 184t45.5 223.5zM1748 363q-4 -15 -20 -20l-292 -96v-306q0 -16 -13 -26q-15 -10 -29 -4
-l-292 94l-180 -248q-10 -13 -26 -13t-26 13l-180 248l-292 -94q-14 -6 -29 4q-13 10 -13 26v306l-292 96q-16 5 -20 20q-5 17 4 29l180 248l-180 248q-9 13 -4 29q4 15 20 20l292 96v306q0 16 13 26q15 10 29 4l292 -94l180 248q9 12 26 12t26 -12l180 -248l292 94
-q14 6 29 -4q13 -10 13 -26v-306l292 -96q16 -5 20 -20q5 -16 -4 -29l-180 -248l180 -248q9 -12 4 -29z" />
- <glyph glyph-name="_366" unicode="&#xf186;"
-d="M1262 233q-54 -9 -110 -9q-182 0 -337 90t-245 245t-90 337q0 192 104 357q-201 -60 -328.5 -229t-127.5 -384q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51q144 0 273.5 61.5t220.5 171.5zM1465 318q-94 -203 -283.5 -324.5t-413.5 -121.5q-156 0 -298 61
-t-245 164t-164 245t-61 298q0 153 57.5 292.5t156 241.5t235.5 164.5t290 68.5q44 2 61 -39q18 -41 -15 -72q-86 -78 -131.5 -181.5t-45.5 -218.5q0 -148 73 -273t198 -198t273 -73q118 0 228 51q41 18 72 -13q14 -14 17.5 -34t-4.5 -38z" />
- <glyph glyph-name="archive" unicode="&#xf187;" horiz-adv-x="1792"
-d="M1088 704q0 26 -19 45t-45 19h-256q-26 0 -45 -19t-19 -45t19 -45t45 -19h256q26 0 45 19t19 45zM1664 896v-960q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v960q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1728 1344v-256q0 -26 -19 -45t-45 -19h-1536
-q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1536q26 0 45 -19t19 -45z" />
- <glyph glyph-name="bug" unicode="&#xf188;" horiz-adv-x="1664"
-d="M1632 576q0 -26 -19 -45t-45 -19h-224q0 -171 -67 -290l208 -209q19 -19 19 -45t-19 -45q-18 -19 -45 -19t-45 19l-198 197q-5 -5 -15 -13t-42 -28.5t-65 -36.5t-82 -29t-97 -13v896h-128v-896q-51 0 -101.5 13.5t-87 33t-66 39t-43.5 32.5l-15 14l-183 -207
-q-20 -21 -48 -21q-24 0 -43 16q-19 18 -20.5 44.5t15.5 46.5l202 227q-58 114 -58 274h-224q-26 0 -45 19t-19 45t19 45t45 19h224v294l-173 173q-19 19 -19 45t19 45t45 19t45 -19l173 -173h844l173 173q19 19 45 19t45 -19t19 -45t-19 -45l-173 -173v-294h224q26 0 45 -19
-t19 -45zM1152 1152h-640q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5z" />
- <glyph glyph-name="vk" unicode="&#xf189;" horiz-adv-x="1920"
-d="M1917 1016q23 -64 -150 -294q-24 -32 -65 -85q-40 -51 -55 -72t-30.5 -49.5t-12 -42t13 -34.5t32.5 -43t57 -53q4 -2 5 -4q141 -131 191 -221q3 -5 6.5 -12.5t7 -26.5t-0.5 -34t-25 -27.5t-59 -12.5l-256 -4q-24 -5 -56 5t-52 22l-20 12q-30 21 -70 64t-68.5 77.5t-61 58
-t-56.5 15.5q-3 -1 -8 -3.5t-17 -14.5t-21.5 -29.5t-17 -52t-6.5 -77.5q0 -15 -3.5 -27.5t-7.5 -18.5l-4 -5q-18 -19 -53 -22h-115q-71 -4 -146 16.5t-131.5 53t-103 66t-70.5 57.5l-25 24q-10 10 -27.5 30t-71.5 91t-106 151t-122.5 211t-130.5 272q-6 16 -6 27t3 16l4 6
-q15 19 57 19l274 2q12 -2 23 -6.5t16 -8.5l5 -3q16 -11 24 -32q20 -50 46 -103.5t41 -81.5l16 -29q29 -60 56 -104t48.5 -68.5t41.5 -38.5t34 -14t27 5q2 1 5 5t12 22t13.5 47t9.5 81t0 125q-2 40 -9 73t-14 46l-6 12q-25 34 -85 43q-13 2 5 24q16 19 38 30q53 26 239 24
-q82 -1 135 -13q20 -5 33.5 -13.5t20.5 -24t10.5 -32t3.5 -45.5t-1 -55t-2.5 -70.5t-1.5 -82.5q0 -11 -1 -42t-0.5 -48t3.5 -40.5t11.5 -39t22.5 -24.5q8 -2 17 -4t26 11t38 34.5t52 67t68 107.5q60 104 107 225q4 10 10 17.5t11 10.5l4 3l5 2.5t13 3t20 0.5l288 2
-q39 5 64 -2.5t31 -16.5z" />
- <glyph glyph-name="weibo" unicode="&#xf18a;" horiz-adv-x="1792"
-d="M675 252q21 34 11 69t-45 50q-34 14 -73 1t-60 -46q-22 -34 -13 -68.5t43 -50.5t74.5 -2.5t62.5 47.5zM769 373q8 13 3.5 26.5t-17.5 18.5q-14 5 -28.5 -0.5t-21.5 -18.5q-17 -31 13 -45q14 -5 29 0.5t22 18.5zM943 266q-45 -102 -158 -150t-224 -12
-q-107 34 -147.5 126.5t6.5 187.5q47 93 151.5 139t210.5 19q111 -29 158.5 -119.5t2.5 -190.5zM1255 426q-9 96 -89 170t-208.5 109t-274.5 21q-223 -23 -369.5 -141.5t-132.5 -264.5q9 -96 89 -170t208.5 -109t274.5 -21q223 23 369.5 141.5t132.5 264.5zM1563 422
-q0 -68 -37 -139.5t-109 -137t-168.5 -117.5t-226 -83t-270.5 -31t-275 33.5t-240.5 93t-171.5 151t-65 199.5q0 115 69.5 245t197.5 258q169 169 341.5 236t246.5 -7q65 -64 20 -209q-4 -14 -1 -20t10 -7t14.5 0.5t13.5 3.5l6 2q139 59 246 59t153 -61q45 -63 0 -178
-q-2 -13 -4.5 -20t4.5 -12.5t12 -7.5t17 -6q57 -18 103 -47t80 -81.5t34 -116.5zM1489 1046q42 -47 54.5 -108.5t-6.5 -117.5q-8 -23 -29.5 -34t-44.5 -4q-23 8 -34 29.5t-4 44.5q20 63 -24 111t-107 35q-24 -5 -45 8t-25 37q-5 24 8 44.5t37 25.5q60 13 119 -5.5t101 -65.5z
-M1670 1209q87 -96 112.5 -222.5t-13.5 -241.5q-9 -27 -34 -40t-52 -4t-40 34t-5 52q28 82 10 172t-80 158q-62 69 -148 95.5t-173 8.5q-28 -6 -52 9.5t-30 43.5t9.5 51.5t43.5 29.5q123 26 244 -11.5t208 -134.5z" />
- <glyph glyph-name="renren" unicode="&#xf18b;"
-d="M1133 -34q-171 -94 -368 -94q-196 0 -367 94q138 87 235.5 211t131.5 268q35 -144 132.5 -268t235.5 -211zM638 1394v-485q0 -252 -126.5 -459.5t-330.5 -306.5q-181 215 -181 495q0 187 83.5 349.5t229.5 269.5t325 137zM1536 638q0 -280 -181 -495
-q-204 99 -330.5 306.5t-126.5 459.5v485q179 -30 325 -137t229.5 -269.5t83.5 -349.5z" />
- <glyph glyph-name="_372" unicode="&#xf18c;" horiz-adv-x="1408"
-d="M1402 433q-32 -80 -76 -138t-91 -88.5t-99 -46.5t-101.5 -14.5t-96.5 8.5t-86.5 22t-69.5 27.5t-46 22.5l-17 10q-113 -228 -289.5 -359.5t-384.5 -132.5q-19 0 -32 13t-13 32t13 31.5t32 12.5q173 1 322.5 107.5t251.5 294.5q-36 -14 -72 -23t-83 -13t-91 2.5t-93 28.5
-t-92 59t-84.5 100t-74.5 146q114 47 214 57t167.5 -7.5t124.5 -56.5t88.5 -77t56.5 -82q53 131 79 291q-7 -1 -18 -2.5t-46.5 -2.5t-69.5 0.5t-81.5 10t-88.5 23t-84 42.5t-75 65t-54.5 94.5t-28.5 127.5q70 28 133.5 36.5t112.5 -1t92 -30t73.5 -50t56 -61t42 -63t27.5 -56
-t16 -39.5l4 -16q12 122 12 195q-8 6 -21.5 16t-49 44.5t-63.5 71.5t-54 93t-33 112.5t12 127t70 138.5q73 -25 127.5 -61.5t84.5 -76.5t48 -85t20.5 -89t-0.5 -85.5t-13 -76.5t-19 -62t-17 -42l-7 -15q1 -4 1 -50t-1 -72q3 7 10 18.5t30.5 43t50.5 58t71 55.5t91.5 44.5
-t112 14.5t132.5 -24q-2 -78 -21.5 -141.5t-50 -104.5t-69.5 -71.5t-81.5 -45.5t-84.5 -24t-80 -9.5t-67.5 1t-46.5 4.5l-17 3q-23 -147 -73 -283q6 7 18 18.5t49.5 41t77.5 52.5t99.5 42t117.5 20t129 -23.5t137 -77.5z" />
- <glyph glyph-name="stack_exchange" unicode="&#xf18d;" horiz-adv-x="1280"
-d="M1259 283v-66q0 -85 -57.5 -144.5t-138.5 -59.5h-57l-260 -269v269h-529q-81 0 -138.5 59.5t-57.5 144.5v66h1238zM1259 609v-255h-1238v255h1238zM1259 937v-255h-1238v255h1238zM1259 1077v-67h-1238v67q0 84 57.5 143.5t138.5 59.5h846q81 0 138.5 -59.5t57.5 -143.5z
-" />
- <glyph glyph-name="_374" unicode="&#xf18e;"
-d="M1152 640q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198
-t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="arrow_circle_alt_left" unicode="&#xf190;"
-d="M1152 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-192q0 -14 -9 -23t-23 -9q-12 0 -24 10l-319 319q-9 9 -9 23t9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h352q13 0 22.5 -9.5t9.5 -22.5zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198
-t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="_376" unicode="&#xf191;"
-d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z
-M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="dot_circle_alt" unicode="&#xf192;"
-d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5
-t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="_378" unicode="&#xf193;" horiz-adv-x="1664"
-d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128
-q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 17 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
- <glyph glyph-name="vimeo_square" unicode="&#xf194;"
-d="M1292 898q10 216 -161 222q-231 8 -312 -261q44 19 82 19q85 0 74 -96q-4 -57 -74 -167t-105 -110q-43 0 -82 169q-13 54 -45 255q-30 189 -160 177q-59 -7 -164 -100l-81 -72l-81 -72l52 -67q76 52 87 52q57 0 107 -179q15 -55 45 -164.5t45 -164.5q68 -179 164 -179
-q157 0 383 294q220 283 226 444zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="_380" unicode="&#xf195;" horiz-adv-x="1152"
-d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160
-q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
- <glyph glyph-name="plus_square_o" unicode="&#xf196;" horiz-adv-x="1408"
-d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832
-q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="_382" unicode="&#xf197;" horiz-adv-x="2176"
-d="M620 416q-110 -64 -268 -64h-128v64h-64q-13 0 -22.5 23.5t-9.5 56.5q0 24 7 49q-58 2 -96.5 10.5t-38.5 20.5t38.5 20.5t96.5 10.5q-7 25 -7 49q0 33 9.5 56.5t22.5 23.5h64v64h128q158 0 268 -64h1113q42 -7 106.5 -18t80.5 -14q89 -15 150 -40.5t83.5 -47.5t22.5 -40
-t-22.5 -40t-83.5 -47.5t-150 -40.5q-16 -3 -80.5 -14t-106.5 -18h-1113zM1739 668q53 -36 53 -92t-53 -92l81 -30q68 48 68 122t-68 122zM625 400h1015q-217 -38 -456 -80q-57 0 -113 -24t-83 -48l-28 -24l-288 -288q-26 -26 -70.5 -45t-89.5 -19h-96l-93 464h29
-q157 0 273 64zM352 816h-29l93 464h96q46 0 90 -19t70 -45l288 -288q4 -4 11 -10.5t30.5 -23t48.5 -29t61.5 -23t72.5 -10.5l456 -80h-1015q-116 64 -273 64z" />
- <glyph glyph-name="_383" unicode="&#xf198;" horiz-adv-x="1664"
-d="M1519 760q62 0 103.5 -40.5t41.5 -101.5q0 -97 -93 -130l-172 -59l56 -167q7 -21 7 -47q0 -59 -42 -102t-101 -43q-47 0 -85.5 27t-53.5 72l-55 165l-310 -106l55 -164q8 -24 8 -47q0 -59 -42 -102t-102 -43q-47 0 -85 27t-53 72l-55 163l-153 -53q-29 -9 -50 -9
-q-61 0 -101.5 40t-40.5 101q0 47 27.5 85t71.5 53l156 53l-105 313l-156 -54q-26 -8 -48 -8q-60 0 -101 40.5t-41 100.5q0 47 27.5 85t71.5 53l157 53l-53 159q-8 24 -8 47q0 60 42 102.5t102 42.5q47 0 85 -27t53 -72l54 -160l310 105l-54 160q-8 24 -8 47q0 59 42.5 102
-t101.5 43q47 0 85.5 -27.5t53.5 -71.5l53 -161l162 55q21 6 43 6q60 0 102.5 -39.5t42.5 -98.5q0 -45 -30 -81.5t-74 -51.5l-157 -54l105 -316l164 56q24 8 46 8zM725 498l310 105l-105 315l-310 -107z" />
- <glyph glyph-name="_384" unicode="&#xf199;"
-d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM1280 352v436q-31 -35 -64 -55q-34 -22 -132.5 -85t-151.5 -99q-98 -69 -164 -69v0v0q-66 0 -164 69
-q-47 32 -142 92.5t-142 92.5q-12 8 -33 27t-31 27v-436q0 -40 28 -68t68 -28h832q40 0 68 28t28 68zM1280 925q0 41 -27.5 70t-68.5 29h-832q-40 0 -68 -28t-28 -68q0 -37 30.5 -76.5t67.5 -64.5q47 -32 137.5 -89t129.5 -83q3 -2 17 -11.5t21 -14t21 -13t23.5 -13
-t21.5 -9.5t22.5 -7.5t20.5 -2.5t20.5 2.5t22.5 7.5t21.5 9.5t23.5 13t21 13t21 14t17 11.5l267 174q35 23 66.5 62.5t31.5 73.5z" />
- <glyph glyph-name="_385" unicode="&#xf19a;" horiz-adv-x="1792"
-d="M127 640q0 163 67 313l367 -1005q-196 95 -315 281t-119 411zM1415 679q0 -19 -2.5 -38.5t-10 -49.5t-11.5 -44t-17.5 -59t-17.5 -58l-76 -256l-278 826q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-75 1 -202 10q-12 1 -20.5 -5t-11.5 -15t-1.5 -18.5t9 -16.5
-t19.5 -8l80 -8l120 -328l-168 -504l-280 832q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-7 0 -23 0.5t-26 0.5q105 160 274.5 253.5t367.5 93.5q147 0 280.5 -53t238.5 -149h-10q-55 0 -92 -40.5t-37 -95.5q0 -12 2 -24t4 -21.5t8 -23t9 -21t12 -22.5t12.5 -21
-t14.5 -24t14 -23q63 -107 63 -212zM909 573l237 -647q1 -6 5 -11q-126 -44 -255 -44q-112 0 -217 32zM1570 1009q95 -174 95 -369q0 -209 -104 -385.5t-279 -278.5l235 678q59 169 59 276q0 42 -6 79zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286
-t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 -215q173 0 331.5 68t273 182.5t182.5 273t68 331.5t-68 331.5t-182.5 273t-273 182.5t-331.5 68t-331.5 -68t-273 -182.5t-182.5 -273t-68 -331.5t68 -331.5t182.5 -273
-t273 -182.5t331.5 -68z" />
- <glyph glyph-name="_386" unicode="&#xf19b;" horiz-adv-x="1792"
-d="M1086 1536v-1536l-272 -128q-228 20 -414 102t-293 208.5t-107 272.5q0 140 100.5 263.5t275 205.5t391.5 108v-172q-217 -38 -356.5 -150t-139.5 -255q0 -152 154.5 -267t388.5 -145v1360zM1755 954l37 -390l-525 114l147 83q-119 70 -280 99v172q277 -33 481 -157z" />
- <glyph glyph-name="_387" unicode="&#xf19c;" horiz-adv-x="2048"
-d="M960 1536l960 -384v-128h-128q0 -26 -20.5 -45t-48.5 -19h-1526q-28 0 -48.5 19t-20.5 45h-128v128zM256 896h256v-768h128v768h256v-768h128v768h256v-768h128v768h256v-768h59q28 0 48.5 -19t20.5 -45v-64h-1664v64q0 26 20.5 45t48.5 19h59v768zM1851 -64
-q28 0 48.5 -19t20.5 -45v-128h-1920v128q0 26 20.5 45t48.5 19h1782z" />
- <glyph glyph-name="_388" unicode="&#xf19d;" horiz-adv-x="2304"
-d="M1774 700l18 -316q4 -69 -82 -128t-235 -93.5t-323 -34.5t-323 34.5t-235 93.5t-82 128l18 316l574 -181q22 -7 48 -7t48 7zM2304 1024q0 -23 -22 -31l-1120 -352q-4 -1 -10 -1t-10 1l-652 206q-43 -34 -71 -111.5t-34 -178.5q63 -36 63 -109q0 -69 -58 -107l58 -433
-q2 -14 -8 -25q-9 -11 -24 -11h-192q-15 0 -24 11q-10 11 -8 25l58 433q-58 38 -58 107q0 73 65 111q11 207 98 330l-333 104q-22 8 -22 31t22 31l1120 352q4 1 10 1t10 -1l1120 -352q22 -8 22 -31z" />
- <glyph glyph-name="_389" unicode="&#xf19e;"
-d="M859 579l13 -707q-62 11 -105 11q-41 0 -105 -11l13 707q-40 69 -168.5 295.5t-216.5 374.5t-181 287q58 -15 108 -15q44 0 111 15q63 -111 133.5 -229.5t167 -276.5t138.5 -227q37 61 109.5 177.5t117.5 190t105 176t107 189.5q54 -14 107 -14q56 0 114 14v0
-q-28 -39 -60 -88.5t-49.5 -78.5t-56.5 -96t-49 -84q-146 -248 -353 -610z" />
- <glyph glyph-name="uniF1A0" unicode="&#xf1a0;"
-d="M768 750h725q12 -67 12 -128q0 -217 -91 -387.5t-259.5 -266.5t-386.5 -96q-157 0 -299 60.5t-245 163.5t-163.5 245t-60.5 299t60.5 299t163.5 245t245 163.5t299 60.5q300 0 515 -201l-209 -201q-123 119 -306 119q-129 0 -238.5 -65t-173.5 -176.5t-64 -243.5
-t64 -243.5t173.5 -176.5t238.5 -65q87 0 160 24t120 60t82 82t51.5 87t22.5 78h-436v264z" />
- <glyph glyph-name="f1a1" unicode="&#xf1a1;" horiz-adv-x="1792"
-d="M1095 369q16 -16 0 -31q-62 -62 -199 -62t-199 62q-16 15 0 31q6 6 15 6t15 -6q48 -49 169 -49q120 0 169 49q6 6 15 6t15 -6zM788 550q0 -37 -26 -63t-63 -26t-63.5 26t-26.5 63q0 38 26.5 64t63.5 26t63 -26.5t26 -63.5zM1183 550q0 -37 -26.5 -63t-63.5 -26t-63 26
-t-26 63t26 63.5t63 26.5t63.5 -26t26.5 -64zM1434 670q0 49 -35 84t-85 35t-86 -36q-130 90 -311 96l63 283l200 -45q0 -37 26 -63t63 -26t63.5 26.5t26.5 63.5t-26.5 63.5t-63.5 26.5q-54 0 -80 -50l-221 49q-19 5 -25 -16l-69 -312q-180 -7 -309 -97q-35 37 -87 37
-q-50 0 -85 -35t-35 -84q0 -35 18.5 -64t49.5 -44q-6 -27 -6 -56q0 -142 140 -243t337 -101q198 0 338 101t140 243q0 32 -7 57q30 15 48 43.5t18 63.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191
-t348 71t348 -71t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="_392" unicode="&#xf1a2;"
-d="M939 407q13 -13 0 -26q-53 -53 -171 -53t-171 53q-13 13 0 26q5 6 13 6t13 -6q42 -42 145 -42t145 42q5 6 13 6t13 -6zM676 563q0 -31 -23 -54t-54 -23t-54 23t-23 54q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1014 563q0 -31 -23 -54t-54 -23t-54 23t-23 54
-q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1229 666q0 42 -30 72t-73 30q-42 0 -73 -31q-113 78 -267 82l54 243l171 -39q1 -32 23.5 -54t53.5 -22q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5q-48 0 -69 -43l-189 42q-17 5 -21 -13l-60 -268q-154 -6 -265 -83
-q-30 32 -74 32q-43 0 -73 -30t-30 -72q0 -30 16 -55t42 -38q-5 -25 -5 -48q0 -122 120 -208.5t289 -86.5q170 0 290 86.5t120 208.5q0 25 -6 49q25 13 40.5 37.5t15.5 54.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960
-q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="_393" unicode="&#xf1a3;"
-d="M866 697l90 27v62q0 79 -58 135t-138 56t-138 -55.5t-58 -134.5v-283q0 -20 -14 -33.5t-33 -13.5t-32.5 13.5t-13.5 33.5v120h-151v-122q0 -82 57.5 -139t139.5 -57q81 0 138.5 56.5t57.5 136.5v280q0 19 13.5 33t33.5 14q19 0 32.5 -14t13.5 -33v-54zM1199 502v122h-150
-v-126q0 -20 -13.5 -33.5t-33.5 -13.5q-19 0 -32.5 14t-13.5 33v123l-90 -26l-60 28v-123q0 -80 58 -137t139 -57t138.5 57t57.5 139zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103
-t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="f1a4" unicode="&#xf1a4;" horiz-adv-x="1920"
-d="M1062 824v118q0 42 -30 72t-72 30t-72 -30t-30 -72v-612q0 -175 -126 -299t-303 -124q-178 0 -303.5 125.5t-125.5 303.5v266h328v-262q0 -43 30 -72.5t72 -29.5t72 29.5t30 72.5v620q0 171 126.5 292t301.5 121q176 0 302 -122t126 -294v-136l-195 -58zM1592 602h328
-v-266q0 -178 -125.5 -303.5t-303.5 -125.5q-177 0 -303 124.5t-126 300.5v268l131 -61l195 58v-270q0 -42 30 -71.5t72 -29.5t72 29.5t30 71.5v275z" />
- <glyph glyph-name="_395" unicode="&#xf1a5;"
-d="M1472 160v480h-704v704h-480q-93 0 -158.5 -65.5t-65.5 -158.5v-480h704v-704h480q93 0 158.5 65.5t65.5 158.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
-t84.5 -203.5z" />
- <glyph glyph-name="_396" unicode="&#xf1a6;" horiz-adv-x="2048"
-d="M328 1254h204v-983h-532v697h328v286zM328 435v369h-123v-369h123zM614 968v-697h205v697h-205zM614 1254v-204h205v204h-205zM901 968h533v-942h-533v163h328v82h-328v697zM1229 435v369h-123v-369h123zM1516 968h532v-942h-532v163h327v82h-327v697zM1843 435v369h-123
-v-369h123z" />
- <glyph glyph-name="_397" unicode="&#xf1a7;"
-d="M1046 516q0 -64 -38 -109t-91 -45q-43 0 -70 15v277q28 17 70 17q53 0 91 -45.5t38 -109.5zM703 944q0 -64 -38 -109.5t-91 -45.5q-43 0 -70 15v277q28 17 70 17q53 0 91 -45t38 -109zM1265 513q0 134 -88 229t-213 95q-20 0 -39 -3q-23 -78 -78 -136q-87 -95 -211 -101
-v-636l211 41v206q51 -19 117 -19q125 0 213 95t88 229zM922 940q0 134 -88.5 229t-213.5 95q-74 0 -141 -36h-186v-840l211 41v206q55 -19 116 -19q125 0 213.5 95t88.5 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960
-q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="_398" unicode="&#xf1a8;" horiz-adv-x="2038"
-d="M1222 607q75 3 143.5 -20.5t118 -58.5t101 -94.5t84 -108t75.5 -120.5q33 -56 78.5 -109t75.5 -80.5t99 -88.5q-48 -30 -108.5 -57.5t-138.5 -59t-114 -47.5q-44 37 -74 115t-43.5 164.5t-33 180.5t-42.5 168.5t-72.5 123t-122.5 48.5l-10 -2l-6 -4q4 -5 13 -14
-q6 -5 28 -23.5t25.5 -22t19 -18t18 -20.5t11.5 -21t10.5 -27.5t4.5 -31t4 -40.5l1 -33q1 -26 -2.5 -57.5t-7.5 -52t-12.5 -58.5t-11.5 -53q-35 1 -101 -9.5t-98 -10.5q-39 0 -72 10q-2 16 -2 47q0 74 3 96q2 13 31.5 41.5t57 59t26.5 51.5q-24 2 -43 -24
-q-36 -53 -111.5 -99.5t-136.5 -46.5q-25 0 -75.5 63t-106.5 139.5t-84 96.5q-6 4 -27 30q-482 -112 -513 -112q-16 0 -28 11t-12 27q0 15 8.5 26.5t22.5 14.5l486 106q-8 14 -8 25t5.5 17.5t16 11.5t20 7t23 4.5t18.5 4.5q4 1 15.5 7.5t17.5 6.5q15 0 28 -16t20 -33
-q163 37 172 37q17 0 29.5 -11t12.5 -28q0 -15 -8.5 -26t-23.5 -14l-182 -40l-1 -16q-1 -26 81.5 -117.5t104.5 -91.5q47 0 119 80t72 129q0 36 -23.5 53t-51 18.5t-51 11.5t-23.5 34q0 16 10 34l-68 19q43 44 43 117q0 26 -5 58q82 16 144 16q44 0 71.5 -1.5t48.5 -8.5
-t31 -13.5t20.5 -24.5t15.5 -33.5t17 -47.5t24 -60l50 25q-3 -40 -23 -60t-42.5 -21t-40 -6.5t-16.5 -20.5zM1282 842q-5 5 -13.5 15.5t-12 14.5t-10.5 11.5t-10 10.5l-8 8t-8.5 7.5t-8 5t-8.5 4.5q-7 3 -14.5 5t-20.5 2.5t-22 0.5h-32.5h-37.5q-126 0 -217 -43
-q16 30 36 46.5t54 29.5t65.5 36t46 36.5t50 55t43.5 50.5q12 -9 28 -31.5t32 -36.5t38 -13l12 1v-76l22 -1q247 95 371 190q28 21 50 39t42.5 37.5t33 31t29.5 34t24 31t24.5 37t23 38t27 47.5t29.5 53l7 9q-2 -53 -43 -139q-79 -165 -205 -264t-306 -142q-14 -3 -42 -7.5
-t-50 -9.5t-39 -14q3 -19 24.5 -46t21.5 -34q0 -11 -26 -30zM1061 -79q39 26 131.5 47.5t146.5 21.5q9 0 22.5 -15.5t28 -42.5t26 -50t24 -51t14.5 -33q-121 -45 -244 -45q-61 0 -125 11zM822 568l48 12l109 -177l-73 -48zM1323 51q3 -15 3 -16q0 -7 -17.5 -14.5t-46 -13
-t-54 -9.5t-53.5 -7.5t-32 -4.5l-7 43q21 2 60.5 8.5t72 10t60.5 3.5h14zM866 679l-96 -20l-6 17q10 1 32.5 7t34.5 6q19 0 35 -10zM1061 45h31l10 -83l-41 -12v95zM1950 1535v1v-1zM1950 1535l-1 -5l-2 -2l1 3zM1950 1535l1 1z" />
- <glyph glyph-name="_399" unicode="&#xf1a9;"
-d="M1167 -50q-5 19 -24 5q-30 -22 -87 -39t-131 -17q-129 0 -193 49q-5 4 -13 4q-11 0 -26 -12q-7 -6 -7.5 -16t7.5 -20q34 -32 87.5 -46t102.5 -12.5t99 4.5q41 4 84.5 20.5t65 30t28.5 20.5q12 12 7 29zM1128 65q-19 47 -39 61q-23 15 -76 15q-47 0 -71 -10
-q-29 -12 -78 -56q-26 -24 -12 -44q9 -8 17.5 -4.5t31.5 23.5q3 2 10.5 8.5t10.5 8.5t10 7t11.5 7t12.5 5t15 4.5t16.5 2.5t20.5 1q27 0 44.5 -7.5t23 -14.5t13.5 -22q10 -17 12.5 -20t12.5 1q23 12 14 34zM1483 346q0 22 -5 44.5t-16.5 45t-34 36.5t-52.5 14
-q-33 0 -97 -41.5t-129 -83.5t-101 -42q-27 -1 -63.5 19t-76 49t-83.5 58t-100 49t-111 19q-115 -1 -197 -78.5t-84 -178.5q-2 -112 74 -164q29 -20 62.5 -28.5t103.5 -8.5q57 0 132 32.5t134 71t120 70.5t93 31q26 -1 65 -31.5t71.5 -67t68 -67.5t55.5 -32q35 -3 58.5 14
-t55.5 63q28 41 42.5 101t14.5 106zM1536 506q0 -164 -62 -304.5t-166 -236t-242.5 -149.5t-290.5 -54t-293 57.5t-247.5 157t-170.5 241.5t-64 302q0 89 19.5 172.5t49 145.5t70.5 118.5t78.5 94t78.5 69.5t64.5 46.5t42.5 24.5q14 8 51 26.5t54.5 28.5t48 30t60.5 44
-q36 28 58 72.5t30 125.5q129 -155 186 -193q44 -29 130 -68t129 -66q21 -13 39 -25t60.5 -46.5t76 -70.5t75 -95t69 -122t47 -148.5t19.5 -177.5z" />
- <glyph glyph-name="_400" unicode="&#xf1aa;"
-d="M1070 463l-160 -160l-151 -152l-30 -30q-65 -64 -151.5 -87t-171.5 -2q-16 -70 -72 -115t-129 -45q-85 0 -145 60.5t-60 145.5q0 72 44.5 128t113.5 72q-22 86 1 173t88 152l12 12l151 -152l-11 -11q-37 -37 -37 -89t37 -90q37 -37 89 -37t89 37l30 30l151 152l161 160z
-M729 1145l12 -12l-152 -152l-12 12q-37 37 -89 37t-89 -37t-37 -89.5t37 -89.5l29 -29l152 -152l160 -160l-151 -152l-161 160l-151 152l-30 30q-68 67 -90 159.5t5 179.5q-70 15 -115 71t-45 129q0 85 60 145.5t145 60.5q76 0 133.5 -49t69.5 -123q84 20 169.5 -3.5
-t149.5 -87.5zM1536 78q0 -85 -60 -145.5t-145 -60.5q-74 0 -131 47t-71 118q-86 -28 -179.5 -6t-161.5 90l-11 12l151 152l12 -12q37 -37 89 -37t89 37t37 89t-37 89l-30 30l-152 152l-160 160l152 152l160 -160l152 -152l29 -30q64 -64 87.5 -150.5t2.5 -171.5
-q76 -11 126.5 -68.5t50.5 -134.5zM1534 1202q0 -77 -51 -135t-127 -69q26 -85 3 -176.5t-90 -158.5l-12 -12l-151 152l12 12q37 37 37 89t-37 89t-89 37t-89 -37l-30 -30l-152 -152l-160 -160l-152 152l161 160l152 152l29 30q67 67 159 89.5t178 -3.5q11 75 68.5 126
-t135.5 51q85 0 145 -60.5t60 -145.5z" />
- <glyph glyph-name="f1ab" unicode="&#xf1ab;"
-d="M654 458q-1 -3 -12.5 0.5t-31.5 11.5l-20 9q-44 20 -87 49q-7 5 -41 31.5t-38 28.5q-67 -103 -134 -181q-81 -95 -105 -110q-4 -2 -19.5 -4t-18.5 0q6 4 82 92q21 24 85.5 115t78.5 118q17 30 51 98.5t36 77.5q-8 1 -110 -33q-8 -2 -27.5 -7.5t-34.5 -9.5t-17 -5
-q-2 -2 -2 -10.5t-1 -9.5q-5 -10 -31 -15q-23 -7 -47 0q-18 4 -28 21q-4 6 -5 23q6 2 24.5 5t29.5 6q58 16 105 32q100 35 102 35q10 2 43 19.5t44 21.5q9 3 21.5 8t14.5 5.5t6 -0.5q2 -12 -1 -33q0 -2 -12.5 -27t-26.5 -53.5t-17 -33.5q-25 -50 -77 -131l64 -28
-q12 -6 74.5 -32t67.5 -28q4 -1 10.5 -25.5t4.5 -30.5zM449 944q3 -15 -4 -28q-12 -23 -50 -38q-30 -12 -60 -12q-26 3 -49 26q-14 15 -18 41l1 3q3 -3 19.5 -5t26.5 0t58 16q36 12 55 14q17 0 21 -17zM1147 815l63 -227l-139 42zM39 15l694 232v1032l-694 -233v-1031z
-M1280 332l102 -31l-181 657l-100 31l-216 -536l102 -31l45 110l211 -65zM777 1294l573 -184v380zM1088 -29l158 -13l-54 -160l-40 66q-130 -83 -276 -108q-58 -12 -91 -12h-84q-79 0 -199.5 39t-183.5 85q-8 7 -8 16q0 8 5 13.5t13 5.5q4 0 18 -7.5t30.5 -16.5t20.5 -11
-q73 -37 159.5 -61.5t157.5 -24.5q95 0 167 14.5t157 50.5q15 7 30.5 15.5t34 19t28.5 16.5zM1536 1050v-1079l-774 246q-14 -6 -375 -127.5t-368 -121.5q-13 0 -18 13q0 1 -1 3v1078q3 9 4 10q5 6 20 11q107 36 149 50v384l558 -198q2 0 160.5 55t316 108.5t161.5 53.5
-q20 0 20 -21v-418z" />
- <glyph glyph-name="_402" unicode="&#xf1ac;" horiz-adv-x="1792"
-d="M288 1152q66 0 113 -47t47 -113v-1088q0 -66 -47 -113t-113 -47h-128q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h128zM1664 989q58 -34 93 -93t35 -128v-768q0 -106 -75 -181t-181 -75h-864q-66 0 -113 47t-47 113v1536q0 40 28 68t68 28h672q40 0 88 -20t76 -48
-l152 -152q28 -28 48 -76t20 -88v-163zM928 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 512v128q0 14 -9 23
-t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128
-q14 0 23 9t9 23zM1184 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 256v128q0 14 -9 23t-23 9h-128
-q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1536 896v256h-160q-40 0 -68 28t-28 68v160h-640v-512h896z" />
- <glyph glyph-name="_403" unicode="&#xf1ad;"
-d="M1344 1536q26 0 45 -19t19 -45v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280zM512 1248v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 992v-64q0 -14 9 -23t23 -9h64q14 0 23 9
-t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 736v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 480v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM384 160v64
-q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64
-q14 0 23 9t9 23zM384 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 -96v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9
-t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM896 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 928v64
-q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 160v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64
-q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9
-t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23z" />
- <glyph glyph-name="_404" unicode="&#xf1ae;" horiz-adv-x="1280"
-d="M1188 988l-292 -292v-824q0 -46 -33 -79t-79 -33t-79 33t-33 79v384h-64v-384q0 -46 -33 -79t-79 -33t-79 33t-33 79v824l-292 292q-28 28 -28 68t28 68q29 28 68.5 28t67.5 -28l228 -228h368l228 228q28 28 68 28t68 -28q28 -29 28 -68.5t-28 -67.5zM864 1152
-q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
- <glyph glyph-name="uniF1B1" unicode="&#xf1b0;" horiz-adv-x="1664"
-d="M780 1064q0 -60 -19 -113.5t-63 -92.5t-105 -39q-76 0 -138 57.5t-92 135.5t-30 151q0 60 19 113.5t63 92.5t105 39q77 0 138.5 -57.5t91.5 -135t30 -151.5zM438 581q0 -80 -42 -139t-119 -59q-76 0 -141.5 55.5t-100.5 133.5t-35 152q0 80 42 139.5t119 59.5
-q76 0 141.5 -55.5t100.5 -134t35 -152.5zM832 608q118 0 255 -97.5t229 -237t92 -254.5q0 -46 -17 -76.5t-48.5 -45t-64.5 -20t-76 -5.5q-68 0 -187.5 45t-182.5 45q-66 0 -192.5 -44.5t-200.5 -44.5q-183 0 -183 146q0 86 56 191.5t139.5 192.5t187.5 146t193 59zM1071 819
-q-61 0 -105 39t-63 92.5t-19 113.5q0 74 30 151.5t91.5 135t138.5 57.5q61 0 105 -39t63 -92.5t19 -113.5q0 -73 -30 -151t-92 -135.5t-138 -57.5zM1503 923q77 0 119 -59.5t42 -139.5q0 -74 -35 -152t-100.5 -133.5t-141.5 -55.5q-77 0 -119 59t-42 139q0 74 35 152.5
-t100.5 134t141.5 55.5z" />
- <glyph glyph-name="_406" unicode="&#xf1b1;" horiz-adv-x="768"
-d="M704 1008q0 -145 -57 -243.5t-152 -135.5l45 -821q2 -26 -16 -45t-44 -19h-192q-26 0 -44 19t-16 45l45 821q-95 37 -152 135.5t-57 243.5q0 128 42.5 249.5t117.5 200t160 78.5t160 -78.5t117.5 -200t42.5 -249.5z" />
- <glyph glyph-name="_407" unicode="&#xf1b2;" horiz-adv-x="1792"
-d="M896 -93l640 349v636l-640 -233v-752zM832 772l698 254l-698 254l-698 -254zM1664 1024v-768q0 -35 -18 -65t-49 -47l-704 -384q-28 -16 -61 -16t-61 16l-704 384q-31 17 -49 47t-18 65v768q0 40 23 73t61 47l704 256q22 8 44 8t44 -8l704 -256q38 -14 61 -47t23 -73z
-" />
- <glyph glyph-name="_408" unicode="&#xf1b3;" horiz-adv-x="2304"
-d="M640 -96l384 192v314l-384 -164v-342zM576 358l404 173l-404 173l-404 -173zM1664 -96l384 192v314l-384 -164v-342zM1600 358l404 173l-404 173l-404 -173zM1152 651l384 165v266l-384 -164v-267zM1088 1030l441 189l-441 189l-441 -189zM2176 512v-416q0 -36 -19 -67
-t-52 -47l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-4 2 -7 4q-2 -2 -7 -4l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-33 16 -52 47t-19 67v416q0 38 21.5 70t56.5 48l434 186v400q0 38 21.5 70t56.5 48l448 192q23 10 50 10t50 -10l448 -192q35 -16 56.5 -48t21.5 -70
-v-400l434 -186q36 -16 57 -48t21 -70z" />
- <glyph glyph-name="_409" unicode="&#xf1b4;" horiz-adv-x="2048"
-d="M1848 1197h-511v-124h511v124zM1596 771q-90 0 -146 -52.5t-62 -142.5h408q-18 195 -200 195zM1612 186q63 0 122 32t76 87h221q-100 -307 -427 -307q-214 0 -340.5 132t-126.5 347q0 208 130.5 345.5t336.5 137.5q138 0 240.5 -68t153 -179t50.5 -248q0 -17 -2 -47h-658
-q0 -111 57.5 -171.5t166.5 -60.5zM277 236h296q205 0 205 167q0 180 -199 180h-302v-347zM277 773h281q78 0 123.5 36.5t45.5 113.5q0 144 -190 144h-260v-294zM0 1282h594q87 0 155 -14t126.5 -47.5t90 -96.5t31.5 -154q0 -181 -172 -263q114 -32 172 -115t58 -204
-q0 -75 -24.5 -136.5t-66 -103.5t-98.5 -71t-121 -42t-134 -13h-611v1260z" />
- <glyph glyph-name="_410" unicode="&#xf1b5;"
-d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM499 1041h-371v-787h382q117 0 197 57.5t80 170.5q0 158 -143 200q107 52 107 164q0 57 -19.5 96.5
-t-56.5 60.5t-79 29.5t-97 8.5zM477 723h-176v184h163q119 0 119 -90q0 -94 -106 -94zM486 388h-185v217h189q124 0 124 -113q0 -104 -128 -104zM1136 356q-68 0 -104 38t-36 107h411q1 10 1 30q0 132 -74.5 220.5t-203.5 88.5q-128 0 -210 -86t-82 -216q0 -135 79 -217
-t213 -82q205 0 267 191h-138q-11 -34 -47.5 -54t-75.5 -20zM1126 722q113 0 124 -122h-254q4 56 39 89t91 33zM964 988h319v-77h-319v77z" />
- <glyph glyph-name="_411" unicode="&#xf1b6;" horiz-adv-x="1792"
-d="M1582 954q0 -101 -71.5 -172.5t-172.5 -71.5t-172.5 71.5t-71.5 172.5t71.5 172.5t172.5 71.5t172.5 -71.5t71.5 -172.5zM812 212q0 104 -73 177t-177 73q-27 0 -54 -6l104 -42q77 -31 109.5 -106.5t1.5 -151.5q-31 -77 -107 -109t-152 -1q-21 8 -62 24.5t-61 24.5
-q32 -60 91 -96.5t130 -36.5q104 0 177 73t73 177zM1642 953q0 126 -89.5 215.5t-215.5 89.5q-127 0 -216.5 -89.5t-89.5 -215.5q0 -127 89.5 -216t216.5 -89q126 0 215.5 89t89.5 216zM1792 953q0 -189 -133.5 -322t-321.5 -133l-437 -319q-12 -129 -109 -218t-229 -89
-q-121 0 -214 76t-118 192l-230 92v429l389 -157q79 48 173 48q13 0 35 -2l284 407q2 187 135.5 319t320.5 132q188 0 321.5 -133.5t133.5 -321.5z" />
- <glyph glyph-name="_412" unicode="&#xf1b7;"
-d="M1242 889q0 80 -57 136.5t-137 56.5t-136.5 -57t-56.5 -136q0 -80 56.5 -136.5t136.5 -56.5t137 56.5t57 136.5zM632 301q0 -83 -58 -140.5t-140 -57.5q-56 0 -103 29t-72 77q52 -20 98 -40q60 -24 120 1.5t85 86.5q24 60 -1.5 120t-86.5 84l-82 33q22 5 42 5
-q82 0 140 -57.5t58 -140.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v153l172 -69q20 -92 93.5 -152t168.5 -60q104 0 181 70t87 173l345 252q150 0 255.5 105.5t105.5 254.5q0 150 -105.5 255.5t-255.5 105.5
-q-148 0 -253 -104.5t-107 -252.5l-225 -322q-9 1 -28 1q-75 0 -137 -37l-297 119v468q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5zM1289 887q0 -100 -71 -170.5t-171 -70.5t-170.5 70.5t-70.5 170.5t70.5 171t170.5 71q101 0 171.5 -70.5t70.5 -171.5z
-" />
- <glyph glyph-name="_413" unicode="&#xf1b8;" horiz-adv-x="1792"
-d="M836 367l-15 -368l-2 -22l-420 29q-36 3 -67 31.5t-47 65.5q-11 27 -14.5 55t4 65t12 55t21.5 64t19 53q78 -12 509 -28zM449 953l180 -379l-147 92q-63 -72 -111.5 -144.5t-72.5 -125t-39.5 -94.5t-18.5 -63l-4 -21l-190 357q-17 26 -18 56t6 47l8 18q35 63 114 188
-l-140 86zM1680 436l-188 -359q-12 -29 -36.5 -46.5t-43.5 -20.5l-18 -4q-71 -7 -219 -12l8 -164l-230 367l211 362l7 -173q170 -16 283 -5t170 33zM895 1360q-47 -63 -265 -435l-317 187l-19 12l225 356q20 31 60 45t80 10q24 -2 48.5 -12t42 -21t41.5 -33t36 -34.5
-t36 -39.5t32 -35zM1550 1053l212 -363q18 -37 12.5 -76t-27.5 -74q-13 -20 -33 -37t-38 -28t-48.5 -22t-47 -16t-51.5 -14t-46 -12q-34 72 -265 436l313 195zM1407 1279l142 83l-220 -373l-419 20l151 86q-34 89 -75 166t-75.5 123.5t-64.5 80t-47 46.5l-17 13l405 -1
-q31 3 58 -10.5t39 -28.5l11 -15q39 -61 112 -190z" />
- <glyph glyph-name="_414" unicode="&#xf1b9;" horiz-adv-x="2048"
-d="M480 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM516 768h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5zM1888 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM2048 544v-384
-q0 -14 -9 -23t-23 -9h-96v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-1024v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5t179 63.5h768q98 0 179 -63.5t104 -157.5
-l105 -419h28q93 0 158.5 -65.5t65.5 -158.5z" />
- <glyph glyph-name="_415" unicode="&#xf1ba;" horiz-adv-x="2048"
-d="M1824 640q93 0 158.5 -65.5t65.5 -158.5v-384q0 -14 -9 -23t-23 -9h-96v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-1024v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5
-t179 63.5h128v224q0 14 9 23t23 9h448q14 0 23 -9t9 -23v-224h128q98 0 179 -63.5t104 -157.5l105 -419h28zM320 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM516 640h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5z
-M1728 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47z" />
- <glyph glyph-name="_416" unicode="&#xf1bb;"
-d="M1504 64q0 -26 -19 -45t-45 -19h-462q1 -17 6 -87.5t5 -108.5q0 -25 -18 -42.5t-43 -17.5h-320q-25 0 -43 17.5t-18 42.5q0 38 5 108.5t6 87.5h-462q-26 0 -45 19t-19 45t19 45l402 403h-229q-26 0 -45 19t-19 45t19 45l402 403h-197q-26 0 -45 19t-19 45t19 45l384 384
-q19 19 45 19t45 -19l384 -384q19 -19 19 -45t-19 -45t-45 -19h-197l402 -403q19 -19 19 -45t-19 -45t-45 -19h-229l402 -403q19 -19 19 -45z" />
- <glyph glyph-name="_417" unicode="&#xf1bc;"
-d="M1127 326q0 32 -30 51q-193 115 -447 115q-133 0 -287 -34q-42 -9 -42 -52q0 -20 13.5 -34.5t35.5 -14.5q5 0 37 8q132 27 243 27q226 0 397 -103q19 -11 33 -11q19 0 33 13.5t14 34.5zM1223 541q0 40 -35 61q-237 141 -548 141q-153 0 -303 -42q-48 -13 -48 -64
-q0 -25 17.5 -42.5t42.5 -17.5q7 0 37 8q122 33 251 33q279 0 488 -124q24 -13 38 -13q25 0 42.5 17.5t17.5 42.5zM1331 789q0 47 -40 70q-126 73 -293 110.5t-343 37.5q-204 0 -364 -47q-23 -7 -38.5 -25.5t-15.5 -48.5q0 -31 20.5 -52t51.5 -21q11 0 40 8q133 37 307 37
-q159 0 309.5 -34t253.5 -95q21 -12 40 -12q29 0 50.5 20.5t21.5 51.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="_418" unicode="&#xf1bd;" horiz-adv-x="1024"
-d="M1024 1233l-303 -582l24 -31h279v-415h-507l-44 -30l-142 -273l-30 -30h-301v303l303 583l-24 30h-279v415h507l44 30l142 273l30 30h301v-303z" />
- <glyph glyph-name="_419" unicode="&#xf1be;" horiz-adv-x="2304"
-d="M784 164l16 241l-16 523q-1 10 -7.5 17t-16.5 7q-9 0 -16 -7t-7 -17l-14 -523l14 -241q1 -10 7.5 -16.5t15.5 -6.5q22 0 24 23zM1080 193l11 211l-12 586q0 16 -13 24q-8 5 -16 5t-16 -5q-13 -8 -13 -24l-1 -6l-10 -579q0 -1 11 -236v-1q0 -10 6 -17q9 -11 23 -11
-q11 0 20 9q9 7 9 20zM35 533l20 -128l-20 -126q-2 -9 -9 -9t-9 9l-17 126l17 128q2 9 9 9t9 -9zM121 612l26 -207l-26 -203q-2 -9 -10 -9q-9 0 -9 10l-23 202l23 207q0 9 9 9q8 0 10 -9zM401 159zM213 650l25 -245l-25 -237q0 -11 -11 -11q-10 0 -12 11l-21 237l21 245
-q2 12 12 12q11 0 11 -12zM307 657l23 -252l-23 -244q-2 -13 -14 -13q-13 0 -13 13l-21 244l21 252q0 13 13 13q12 0 14 -13zM401 639l21 -234l-21 -246q-2 -16 -16 -16q-6 0 -10.5 4.5t-4.5 11.5l-20 246l20 234q0 6 4.5 10.5t10.5 4.5q14 0 16 -15zM784 164zM495 785
-l21 -380l-21 -246q0 -7 -5 -12.5t-12 -5.5q-16 0 -18 18l-18 246l18 380q2 18 18 18q7 0 12 -5.5t5 -12.5zM589 871l19 -468l-19 -244q0 -8 -5.5 -13.5t-13.5 -5.5q-18 0 -20 19l-16 244l16 468q2 19 20 19q8 0 13.5 -5.5t5.5 -13.5zM687 911l18 -506l-18 -242
-q-2 -21 -22 -21q-19 0 -21 21l-16 242l16 506q0 9 6.5 15.5t14.5 6.5q9 0 15 -6.5t7 -15.5zM1079 169v0v0v0zM881 915l15 -510l-15 -239q0 -10 -7.5 -17.5t-17.5 -7.5t-17 7t-8 18l-14 239l14 510q0 11 7.5 18t17.5 7t17.5 -7t7.5 -18zM980 896l14 -492l-14 -236
-q0 -11 -8 -19t-19 -8t-19 8t-9 19l-12 236l12 492q1 12 9 20t19 8t18.5 -8t8.5 -20zM1192 404l-14 -231v0q0 -13 -9 -22t-22 -9t-22 9t-10 22l-6 114l-6 117l12 636v3q2 15 12 24q9 7 20 7q8 0 15 -5q14 -8 16 -26zM2304 423q0 -117 -83 -199.5t-200 -82.5h-786
-q-13 2 -22 11t-9 22v899q0 23 28 33q85 34 181 34q195 0 338 -131.5t160 -323.5q53 22 110 22q117 0 200 -83t83 -201z" />
- <glyph glyph-name="uniF1C0" unicode="&#xf1c0;"
-d="M768 768q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 0q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127
-t443 -43zM768 384q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 1536q208 0 385 -34.5t280 -93.5t103 -128v-128q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5
-t-103 128v128q0 69 103 128t280 93.5t385 34.5z" />
- <glyph glyph-name="uniF1C1" unicode="&#xf1c1;"
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M894 465q33 -26 84 -56q59 7 117 7q147 0 177 -49q16 -22 2 -52q0 -1 -1 -2l-2 -2v-1q-6 -38 -71 -38q-48 0 -115 20t-130 53q-221 -24 -392 -83q-153 -262 -242 -262q-15 0 -28 7l-24 12q-1 1 -6 5q-10 10 -6 36q9 40 56 91.5t132 96.5q14 9 23 -6q2 -2 2 -4q52 85 107 197
-q68 136 104 262q-24 82 -30.5 159.5t6.5 127.5q11 40 42 40h21h1q23 0 35 -15q18 -21 9 -68q-2 -6 -4 -8q1 -3 1 -8v-30q-2 -123 -14 -192q55 -164 146 -238zM318 54q52 24 137 158q-51 -40 -87.5 -84t-49.5 -74zM716 974q-15 -42 -2 -132q1 7 7 44q0 3 7 43q1 4 4 8
-q-1 1 -1 2q-1 2 -1 3q-1 22 -13 36q0 -1 -1 -2v-2zM592 313q135 54 284 81q-2 1 -13 9.5t-16 13.5q-76 67 -127 176q-27 -86 -83 -197q-30 -56 -45 -83zM1238 329q-24 24 -140 24q76 -28 124 -28q14 0 18 1q0 1 -2 3z" />
- <glyph glyph-name="_422" unicode="&#xf1c2;"
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M233 768v-107h70l164 -661h159l128 485q7 20 10 46q2 16 2 24h4l3 -24q1 -3 3.5 -20t5.5 -26l128 -485h159l164 661h70v107h-300v-107h90l-99 -438q-5 -20 -7 -46l-2 -21h-4q0 3 -0.5 6.5t-1.5 8t-1 6.5q-1 5 -4 21t-5 25l-144 545h-114l-144 -545q-2 -9 -4.5 -24.5
-t-3.5 -21.5l-4 -21h-4l-2 21q-2 26 -7 46l-99 438h90v107h-300z" />
- <glyph glyph-name="_423" unicode="&#xf1c3;"
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M429 106v-106h281v106h-75l103 161q5 7 10 16.5t7.5 13.5t3.5 4h2q1 -4 5 -10q2 -4 4.5 -7.5t6 -8t6.5 -8.5l107 -161h-76v-106h291v106h-68l-192 273l195 282h67v107h-279v-107h74l-103 -159q-4 -7 -10 -16.5t-9 -13.5l-2 -3h-2q-1 4 -5 10q-6 11 -17 23l-106 159h76v107
-h-290v-107h68l189 -272l-194 -283h-68z" />
- <glyph glyph-name="_424" unicode="&#xf1c4;"
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M416 106v-106h327v106h-93v167h137q76 0 118 15q67 23 106.5 87t39.5 146q0 81 -37 141t-100 87q-48 19 -130 19h-368v-107h92v-555h-92zM769 386h-119v268h120q52 0 83 -18q56 -33 56 -115q0 -89 -62 -120q-31 -15 -78 -15z" />
- <glyph glyph-name="_425" unicode="&#xf1c5;"
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M1280 320v-320h-1024v192l192 192l128 -128l384 384zM448 512q-80 0 -136 56t-56 136t56 136t136 56t136 -56t56 -136t-56 -136t-136 -56z" />
- <glyph glyph-name="_426" unicode="&#xf1c6;"
-d="M640 1152v128h-128v-128h128zM768 1024v128h-128v-128h128zM640 896v128h-128v-128h128zM768 768v128h-128v-128h128zM1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400
-v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-128v-128h-128v128h-512v-1536h1280zM781 593l107 -349q8 -27 8 -52q0 -83 -72.5 -137.5t-183.5 -54.5t-183.5 54.5t-72.5 137.5q0 25 8 52q21 63 120 396v128h128v-128h79
-q22 0 39 -13t23 -34zM640 128q53 0 90.5 19t37.5 45t-37.5 45t-90.5 19t-90.5 -19t-37.5 -45t37.5 -45t90.5 -19z" />
- <glyph glyph-name="_427" unicode="&#xf1c7;"
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M620 686q20 -8 20 -30v-544q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-166 167h-131q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h131l166 167q16 15 35 7zM1037 -3q31 0 50 24q129 159 129 363t-129 363q-16 21 -43 24t-47 -14q-21 -17 -23.5 -43.5t14.5 -47.5
-q100 -123 100 -282t-100 -282q-17 -21 -14.5 -47.5t23.5 -42.5q18 -15 40 -15zM826 145q27 0 47 20q87 93 87 219t-87 219q-18 19 -45 20t-46 -17t-20 -44.5t18 -46.5q52 -57 52 -131t-52 -131q-19 -20 -18 -46.5t20 -44.5q20 -17 44 -17z" />
- <glyph glyph-name="_428" unicode="&#xf1c8;"
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M768 768q52 0 90 -38t38 -90v-384q0 -52 -38 -90t-90 -38h-384q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h384zM1260 766q20 -8 20 -30v-576q0 -22 -20 -30q-8 -2 -12 -2q-14 0 -23 9l-265 266v90l265 266q9 9 23 9q4 0 12 -2z" />
- <glyph glyph-name="_429" unicode="&#xf1c9;"
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M480 768q8 11 21 12.5t24 -6.5l51 -38q11 -8 12.5 -21t-6.5 -24l-182 -243l182 -243q8 -11 6.5 -24t-12.5 -21l-51 -38q-11 -8 -24 -6.5t-21 12.5l-226 301q-14 19 0 38zM1282 467q14 -19 0 -38l-226 -301q-8 -11 -21 -12.5t-24 6.5l-51 38q-11 8 -12.5 21t6.5 24l182 243
-l-182 243q-8 11 -6.5 24t12.5 21l51 38q11 8 24 6.5t21 -12.5zM662 6q-13 2 -20.5 13t-5.5 24l138 831q2 13 13 20.5t24 5.5l63 -10q13 -2 20.5 -13t5.5 -24l-138 -831q-2 -13 -13 -20.5t-24 -5.5z" />
- <glyph glyph-name="_430" unicode="&#xf1ca;"
-d="M1497 709v-198q-101 -23 -198 -23q-65 -136 -165.5 -271t-181.5 -215.5t-128 -106.5q-80 -45 -162 3q-28 17 -60.5 43.5t-85 83.5t-102.5 128.5t-107.5 184t-105.5 244t-91.5 314.5t-70.5 390h283q26 -218 70 -398.5t104.5 -317t121.5 -235.5t140 -195q169 169 287 406
-q-142 72 -223 220t-81 333q0 192 104 314.5t284 122.5q178 0 273 -105.5t95 -297.5q0 -159 -58 -286q-7 -1 -19.5 -3t-46 -2t-63 6t-62 25.5t-50.5 51.5q31 103 31 184q0 87 -29 132t-79 45q-53 0 -85 -49.5t-32 -140.5q0 -186 105 -293.5t267 -107.5q62 0 121 14z" />
- <glyph glyph-name="_431" unicode="&#xf1cb;" horiz-adv-x="1792"
-d="M216 367l603 -402v359l-334 223zM154 511l193 129l-193 129v-258zM973 -35l603 402l-269 180l-334 -223v-359zM896 458l272 182l-272 182l-272 -182zM485 733l334 223v359l-603 -402zM1445 640l193 -129v258zM1307 733l269 180l-603 402v-359zM1792 913v-546
-q0 -41 -34 -64l-819 -546q-21 -13 -43 -13t-43 13l-819 546q-34 23 -34 64v546q0 41 34 64l819 546q21 13 43 13t43 -13l819 -546q34 -23 34 -64z" />
- <glyph glyph-name="_432" unicode="&#xf1cc;" horiz-adv-x="2048"
-d="M1800 764q111 -46 179.5 -145.5t68.5 -221.5q0 -164 -118 -280.5t-285 -116.5q-4 0 -11.5 0.5t-10.5 0.5h-1209h-1h-2h-5q-170 10 -288 125.5t-118 280.5q0 110 55 203t147 147q-12 39 -12 82q0 115 82 196t199 81q95 0 172 -58q75 154 222.5 248t326.5 94
-q166 0 306 -80.5t221.5 -218.5t81.5 -301q0 -6 -0.5 -18t-0.5 -18zM468 498q0 -122 84 -193t208 -71q137 0 240 99q-16 20 -47.5 56.5t-43.5 50.5q-67 -65 -144 -65q-55 0 -93.5 33.5t-38.5 87.5q0 53 38.5 87t91.5 34q44 0 84.5 -21t73 -55t65 -75t69 -82t77 -75t97 -55
-t121.5 -21q121 0 204.5 71.5t83.5 190.5q0 121 -84 192t-207 71q-143 0 -241 -97l93 -108q66 64 142 64q52 0 92 -33t40 -84q0 -57 -37 -91.5t-94 -34.5q-43 0 -82.5 21t-72 55t-65.5 75t-69.5 82t-77.5 75t-96.5 55t-118.5 21q-122 0 -207 -70.5t-85 -189.5z" />
- <glyph glyph-name="_433" unicode="&#xf1cd;" horiz-adv-x="1792"
-d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 1408q-190 0 -361 -90l194 -194q82 28 167 28t167 -28l194 194q-171 90 -361 90zM218 279l194 194
-q-28 82 -28 167t28 167l-194 194q-90 -171 -90 -361t90 -361zM896 -128q190 0 361 90l-194 194q-82 -28 -167 -28t-167 28l-194 -194q171 -90 361 -90zM896 256q159 0 271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5
-t271.5 -112.5zM1380 473l194 -194q90 171 90 361t-90 361l-194 -194q28 -82 28 -167t-28 -167z" />
- <glyph glyph-name="_434" unicode="&#xf1ce;" horiz-adv-x="1792"
-d="M1760 640q0 -176 -68.5 -336t-184 -275.5t-275.5 -184t-336 -68.5t-336 68.5t-275.5 184t-184 275.5t-68.5 336q0 213 97 398.5t265 305.5t374 151v-228q-221 -45 -366.5 -221t-145.5 -406q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5
-t136.5 204t51 248.5q0 230 -145.5 406t-366.5 221v228q206 -31 374 -151t265 -305.5t97 -398.5z" />
- <glyph glyph-name="uniF1D0" unicode="&#xf1d0;" horiz-adv-x="1792"
-d="M19 662q8 217 116 406t305 318h5q0 -1 -1 -3q-8 -8 -28 -33.5t-52 -76.5t-60 -110.5t-44.5 -135.5t-14 -150.5t39 -157.5t108.5 -154q50 -50 102 -69.5t90.5 -11.5t69.5 23.5t47 32.5l16 16q39 51 53 116.5t6.5 122.5t-21 107t-26.5 80l-14 29q-10 25 -30.5 49.5t-43 41
-t-43.5 29.5t-35 19l-13 6l104 115q39 -17 78 -52t59 -61l19 -27q1 48 -18.5 103.5t-40.5 87.5l-20 31l161 183l160 -181q-33 -46 -52.5 -102.5t-22.5 -90.5l-4 -33q22 37 61.5 72.5t67.5 52.5l28 17l103 -115q-44 -14 -85 -50t-60 -65l-19 -29q-31 -56 -48 -133.5t-7 -170
-t57 -156.5q33 -45 77.5 -60.5t85 -5.5t76 26.5t57.5 33.5l21 16q60 53 96.5 115t48.5 121.5t10 121.5t-18 118t-37 107.5t-45.5 93t-45 72t-34.5 47.5l-13 17q-14 13 -7 13l10 -3q40 -29 62.5 -46t62 -50t64 -58t58.5 -65t55.5 -77t45.5 -88t38 -103t23.5 -117t10.5 -136
-q3 -259 -108 -465t-312 -321t-456 -115q-185 0 -351 74t-283.5 198t-184 293t-60.5 353z" />
- <glyph glyph-name="uniF1D1" unicode="&#xf1d1;" horiz-adv-x="1792"
-d="M874 -102v-66q-208 6 -385 109.5t-283 275.5l58 34q29 -49 73 -99l65 57q148 -168 368 -212l-17 -86q65 -12 121 -13zM276 428l-83 -28q22 -60 49 -112l-57 -33q-98 180 -98 385t98 385l57 -33q-30 -56 -49 -112l82 -28q-35 -100 -35 -212q0 -109 36 -212zM1528 251
-l58 -34q-106 -172 -283 -275.5t-385 -109.5v66q56 1 121 13l-17 86q220 44 368 212l65 -57q44 50 73 99zM1377 805l-233 -80q14 -42 14 -85t-14 -85l232 -80q-31 -92 -98 -169l-185 162q-57 -67 -147 -85l48 -241q-52 -10 -98 -10t-98 10l48 241q-90 18 -147 85l-185 -162
-q-67 77 -98 169l232 80q-14 42 -14 85t14 85l-233 80q33 93 99 169l185 -162q59 68 147 86l-48 240q44 10 98 10t98 -10l-48 -240q88 -18 147 -86l185 162q66 -76 99 -169zM874 1448v-66q-65 -2 -121 -13l17 -86q-220 -42 -368 -211l-65 56q-38 -42 -73 -98l-57 33
-q106 172 282 275.5t385 109.5zM1705 640q0 -205 -98 -385l-57 33q27 52 49 112l-83 28q36 103 36 212q0 112 -35 212l82 28q-19 56 -49 112l57 33q98 -180 98 -385zM1585 1063l-57 -33q-35 56 -73 98l-65 -56q-148 169 -368 211l17 86q-56 11 -121 13v66q209 -6 385 -109.5
-t282 -275.5zM1748 640q0 173 -67.5 331t-181.5 272t-272 181.5t-331 67.5t-331 -67.5t-272 -181.5t-181.5 -272t-67.5 -331t67.5 -331t181.5 -272t272 -181.5t331 -67.5t331 67.5t272 181.5t181.5 272t67.5 331zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71
-t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="uniF1D2" unicode="&#xf1d2;"
-d="M582 228q0 -66 -93 -66q-107 0 -107 63q0 64 98 64q102 0 102 -61zM546 694q0 -85 -74 -85q-77 0 -77 84q0 90 77 90q36 0 55 -25.5t19 -63.5zM712 769v125q-78 -29 -135 -29q-50 29 -110 29q-86 0 -145 -57t-59 -143q0 -50 29.5 -102t73.5 -67v-3q-38 -17 -38 -85
-q0 -53 41 -77v-3q-113 -37 -113 -139q0 -45 20 -78.5t54 -51t72 -25.5t81 -8q224 0 224 188q0 67 -48 99t-126 46q-27 5 -51.5 20.5t-24.5 39.5q0 44 49 52q77 15 122 70t45 134q0 24 -10 52q37 9 49 13zM771 350h137q-2 27 -2 82v387q0 46 2 69h-137q3 -23 3 -71v-392
-q0 -50 -3 -75zM1280 366v121q-30 -21 -68 -21q-53 0 -53 82v225h52q9 0 26.5 -1t26.5 -1v117h-105q0 82 3 102h-140q4 -24 4 -55v-47h-60v-117q36 3 37 3q3 0 11 -0.5t12 -0.5v-2h-2v-217q0 -37 2.5 -64t11.5 -56.5t24.5 -48.5t43.5 -31t66 -12q64 0 108 24zM924 1072
-q0 36 -24 63.5t-60 27.5t-60.5 -27t-24.5 -64q0 -36 25 -62.5t60 -26.5t59.5 27t24.5 62zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="_438" unicode="&#xf1d3;" horiz-adv-x="1792"
-d="M595 22q0 100 -165 100q-158 0 -158 -104q0 -101 172 -101q151 0 151 105zM536 777q0 61 -30 102t-89 41q-124 0 -124 -145q0 -135 124 -135q119 0 119 137zM805 1101v-202q-36 -12 -79 -22q16 -43 16 -84q0 -127 -73 -216.5t-197 -112.5q-40 -8 -59.5 -27t-19.5 -58
-q0 -31 22.5 -51.5t58 -32t78.5 -22t86 -25.5t78.5 -37.5t58 -64t22.5 -98.5q0 -304 -363 -304q-69 0 -130 12.5t-116 41t-87.5 82t-32.5 127.5q0 165 182 225v4q-67 41 -67 126q0 109 63 137v4q-72 24 -119.5 108.5t-47.5 165.5q0 139 95 231.5t235 92.5q96 0 178 -47
-q98 0 218 47zM1123 220h-222q4 45 4 134v609q0 94 -4 128h222q-4 -33 -4 -124v-613q0 -89 4 -134zM1724 442v-196q-71 -39 -174 -39q-62 0 -107 20t-70 50t-39.5 78t-18.5 92t-4 103v351h2v4q-7 0 -19 1t-18 1q-21 0 -59 -6v190h96v76q0 54 -6 89h227q-6 -41 -6 -165h171
-v-190q-15 0 -43.5 2t-42.5 2h-85v-365q0 -131 87 -131q61 0 109 33zM1148 1389q0 -58 -39 -101.5t-96 -43.5q-58 0 -98 43.5t-40 101.5q0 59 39.5 103t98.5 44q58 0 96.5 -44.5t38.5 -102.5z" />
- <glyph glyph-name="_439" unicode="&#xf1d4;"
-d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="uniF1D5" unicode="&#xf1d5;" horiz-adv-x="1280"
-d="M842 964q0 -80 -57 -136.5t-136 -56.5q-60 0 -111 35q-62 -67 -115 -146q-247 -371 -202 -859q1 -22 -12.5 -38.5t-34.5 -18.5h-5q-20 0 -35 13.5t-17 33.5q-14 126 -3.5 247.5t29.5 217t54 186t69 155.5t74 125q61 90 132 165q-16 35 -16 77q0 80 56.5 136.5t136.5 56.5
-t136.5 -56.5t56.5 -136.5zM1223 953q0 -158 -78 -292t-212.5 -212t-292.5 -78q-64 0 -131 14q-21 5 -32.5 23.5t-6.5 39.5q5 20 23 31.5t39 7.5q51 -13 108 -13q97 0 186 38t153 102t102 153t38 186t-38 186t-102 153t-153 102t-186 38t-186 -38t-153 -102t-102 -153
-t-38 -186q0 -114 52 -218q10 -20 3.5 -40t-25.5 -30t-39.5 -3t-30.5 26q-64 123 -64 265q0 119 46.5 227t124.5 186t186 124t226 46q158 0 292.5 -78t212.5 -212.5t78 -292.5z" />
- <glyph glyph-name="uniF1D6" unicode="&#xf1d6;" horiz-adv-x="1792"
-d="M270 730q-8 19 -8 52q0 20 11 49t24 45q-1 22 7.5 53t22.5 43q0 139 92.5 288.5t217.5 209.5q139 66 324 66q133 0 266 -55q49 -21 90 -48t71 -56t55 -68t42 -74t32.5 -84.5t25.5 -89.5t22 -98l1 -5q55 -83 55 -150q0 -14 -9 -40t-9 -38q0 -1 1.5 -3.5t3.5 -5t2 -3.5
-q77 -114 120.5 -214.5t43.5 -208.5q0 -43 -19.5 -100t-55.5 -57q-9 0 -19.5 7.5t-19 17.5t-19 26t-16 26.5t-13.5 26t-9 17.5q-1 1 -3 1l-5 -4q-59 -154 -132 -223q20 -20 61.5 -38.5t69 -41.5t35.5 -65q-2 -4 -4 -16t-7 -18q-64 -97 -302 -97q-53 0 -110.5 9t-98 20
-t-104.5 30q-15 5 -23 7q-14 4 -46 4.5t-40 1.5q-41 -45 -127.5 -65t-168.5 -20q-35 0 -69 1.5t-93 9t-101 20.5t-74.5 40t-32.5 64q0 40 10 59.5t41 48.5q11 2 40.5 13t49.5 12q4 0 14 2q2 2 2 4l-2 3q-48 11 -108 105.5t-73 156.5l-5 3q-4 0 -12 -20q-18 -41 -54.5 -74.5
-t-77.5 -37.5h-1q-4 0 -6 4.5t-5 5.5q-23 54 -23 100q0 275 252 466z" />
- <glyph glyph-name="uniF1D7" unicode="&#xf1d7;" horiz-adv-x="2048"
-d="M580 1075q0 41 -25 66t-66 25q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 66 24.5t25 65.5zM1323 568q0 28 -25.5 50t-65.5 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q40 0 65.5 22t25.5 51zM1087 1075q0 41 -24.5 66t-65.5 25
-q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 65.5 24.5t24.5 65.5zM1722 568q0 28 -26 50t-65 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q39 0 65 22t26 51zM1456 965q-31 4 -70 4q-169 0 -311 -77t-223.5 -208.5t-81.5 -287.5
-q0 -78 23 -152q-35 -3 -68 -3q-26 0 -50 1.5t-55 6.5t-44.5 7t-54.5 10.5t-50 10.5l-253 -127l72 218q-290 203 -290 490q0 169 97.5 311t264 223.5t363.5 81.5q176 0 332.5 -66t262 -182.5t136.5 -260.5zM2048 404q0 -117 -68.5 -223.5t-185.5 -193.5l55 -181l-199 109
-q-150 -37 -218 -37q-169 0 -311 70.5t-223.5 191.5t-81.5 264t81.5 264t223.5 191.5t311 70.5q161 0 303 -70.5t227.5 -192t85.5 -263.5z" />
- <glyph glyph-name="_443" unicode="&#xf1d8;" horiz-adv-x="1792"
-d="M1764 1525q33 -24 27 -64l-256 -1536q-5 -29 -32 -45q-14 -8 -31 -8q-11 0 -24 5l-453 185l-242 -295q-18 -23 -49 -23q-13 0 -22 4q-19 7 -30.5 23.5t-11.5 36.5v349l864 1059l-1069 -925l-395 162q-37 14 -40 55q-2 40 32 59l1664 960q15 9 32 9q20 0 36 -11z" />
- <glyph glyph-name="_444" unicode="&#xf1d9;" horiz-adv-x="1792"
-d="M1764 1525q33 -24 27 -64l-256 -1536q-5 -29 -32 -45q-14 -8 -31 -8q-11 0 -24 5l-527 215l-298 -327q-18 -21 -47 -21q-14 0 -23 4q-19 7 -30 23.5t-11 36.5v452l-472 193q-37 14 -40 55q-3 39 32 59l1664 960q35 21 68 -2zM1422 26l221 1323l-1434 -827l336 -137
-l863 639l-478 -797z" />
- <glyph glyph-name="_445" unicode="&#xf1da;"
-d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5
-t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298zM896 928v-448q0 -14 -9 -23
-t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23z" />
- <glyph glyph-name="_446" unicode="&#xf1db;"
-d="M768 1280q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
-t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="_447" unicode="&#xf1dc;" horiz-adv-x="1792"
-d="M1682 -128q-44 0 -132.5 3.5t-133.5 3.5q-44 0 -132 -3.5t-132 -3.5q-24 0 -37 20.5t-13 45.5q0 31 17 46t39 17t51 7t45 15q33 21 33 140l-1 391q0 21 -1 31q-13 4 -50 4h-675q-38 0 -51 -4q-1 -10 -1 -31l-1 -371q0 -142 37 -164q16 -10 48 -13t57 -3.5t45 -15
-t20 -45.5q0 -26 -12.5 -48t-36.5 -22q-47 0 -139.5 3.5t-138.5 3.5q-43 0 -128 -3.5t-127 -3.5q-23 0 -35.5 21t-12.5 45q0 30 15.5 45t36 17.5t47.5 7.5t42 15q33 23 33 143l-1 57v813q0 3 0.5 26t0 36.5t-1.5 38.5t-3.5 42t-6.5 36.5t-11 31.5t-16 18q-15 10 -45 12t-53 2
-t-41 14t-18 45q0 26 12 48t36 22q46 0 138.5 -3.5t138.5 -3.5q42 0 126.5 3.5t126.5 3.5q25 0 37.5 -22t12.5 -48q0 -30 -17 -43.5t-38.5 -14.5t-49.5 -4t-43 -13q-35 -21 -35 -160l1 -320q0 -21 1 -32q13 -3 39 -3h699q25 0 38 3q1 11 1 32l1 320q0 139 -35 160
-q-18 11 -58.5 12.5t-66 13t-25.5 49.5q0 26 12.5 48t37.5 22q44 0 132 -3.5t132 -3.5q43 0 129 3.5t129 3.5q25 0 37.5 -22t12.5 -48q0 -30 -17.5 -44t-40 -14.5t-51.5 -3t-44 -12.5q-35 -23 -35 -161l1 -943q0 -119 34 -140q16 -10 46 -13.5t53.5 -4.5t41.5 -15.5t18 -44.5
-q0 -26 -12 -48t-36 -22z" />
- <glyph glyph-name="_448" unicode="&#xf1dd;" horiz-adv-x="1280"
-d="M1278 1347v-73q0 -29 -18.5 -61t-42.5 -32q-50 0 -54 -1q-26 -6 -32 -31q-3 -11 -3 -64v-1152q0 -25 -18 -43t-43 -18h-108q-25 0 -43 18t-18 43v1218h-143v-1218q0 -25 -17.5 -43t-43.5 -18h-108q-26 0 -43.5 18t-17.5 43v496q-147 12 -245 59q-126 58 -192 179
-q-64 117 -64 259q0 166 88 286q88 118 209 159q111 37 417 37h479q25 0 43 -18t18 -43z" />
- <glyph glyph-name="_449" unicode="&#xf1de;"
-d="M352 128v-128h-352v128h352zM704 256q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM864 640v-128h-864v128h864zM224 1152v-128h-224v128h224zM1536 128v-128h-736v128h736zM576 1280q26 0 45 -19t19 -45v-256
-q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM1216 768q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM1536 640v-128h-224v128h224zM1536 1152v-128h-864v128h864z" />
- <glyph glyph-name="uniF1E0" unicode="&#xf1e0;"
-d="M1216 512q133 0 226.5 -93.5t93.5 -226.5t-93.5 -226.5t-226.5 -93.5t-226.5 93.5t-93.5 226.5q0 12 2 34l-360 180q-92 -86 -218 -86q-133 0 -226.5 93.5t-93.5 226.5t93.5 226.5t226.5 93.5q126 0 218 -86l360 180q-2 22 -2 34q0 133 93.5 226.5t226.5 93.5
-t226.5 -93.5t93.5 -226.5t-93.5 -226.5t-226.5 -93.5q-126 0 -218 86l-360 -180q2 -22 2 -34t-2 -34l360 -180q92 86 218 86z" />
- <glyph glyph-name="_451" unicode="&#xf1e1;"
-d="M1280 341q0 88 -62.5 151t-150.5 63q-84 0 -145 -58l-241 120q2 16 2 23t-2 23l241 120q61 -58 145 -58q88 0 150.5 63t62.5 151t-62.5 150.5t-150.5 62.5t-151 -62.5t-63 -150.5q0 -7 2 -23l-241 -120q-62 57 -145 57q-88 0 -150.5 -62.5t-62.5 -150.5t62.5 -150.5
-t150.5 -62.5q83 0 145 57l241 -120q-2 -16 -2 -23q0 -88 63 -150.5t151 -62.5t150.5 62.5t62.5 150.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="_452" unicode="&#xf1e2;" horiz-adv-x="1792"
-d="M571 947q-10 25 -34 35t-49 0q-108 -44 -191 -127t-127 -191q-10 -25 0 -49t35 -34q13 -5 24 -5q42 0 60 40q34 84 98.5 148.5t148.5 98.5q25 11 35 35t0 49zM1513 1303l46 -46l-244 -243l68 -68q19 -19 19 -45.5t-19 -45.5l-64 -64q89 -161 89 -343q0 -143 -55.5 -273.5
-t-150 -225t-225 -150t-273.5 -55.5t-273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5q182 0 343 -89l64 64q19 19 45.5 19t45.5 -19l68 -68zM1521 1359q-10 -10 -22 -10q-13 0 -23 10l-91 90q-9 10 -9 23t9 23q10 9 23 9t23 -9l90 -91
-q10 -9 10 -22.5t-10 -22.5zM1751 1129q-11 -9 -23 -9t-23 9l-90 91q-10 9 -10 22.5t10 22.5q9 10 22.5 10t22.5 -10l91 -90q9 -10 9 -23t-9 -23zM1792 1312q0 -14 -9 -23t-23 -9h-96q-14 0 -23 9t-9 23t9 23t23 9h96q14 0 23 -9t9 -23zM1600 1504v-96q0 -14 -9 -23t-23 -9
-t-23 9t-9 23v96q0 14 9 23t23 9t23 -9t9 -23zM1751 1449l-91 -90q-10 -10 -22 -10q-13 0 -23 10q-10 9 -10 22.5t10 22.5l90 91q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
- <glyph glyph-name="_453" unicode="&#xf1e3;" horiz-adv-x="1792"
-d="M609 720l287 208l287 -208l-109 -336h-355zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM1515 186q149 203 149 454v3l-102 -89l-240 224l63 323
-l134 -12q-150 206 -389 282l53 -124l-287 -159l-287 159l53 124q-239 -76 -389 -282l135 12l62 -323l-240 -224l-102 89v-3q0 -251 149 -454l30 132l326 -40l139 -298l-116 -69q117 -39 240 -39t240 39l-116 69l139 298l326 40z" />
- <glyph glyph-name="_454" unicode="&#xf1e4;" horiz-adv-x="1792"
-d="M448 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM256 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM832 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23
-v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM66 768q-28 0 -47 19t-19 46v129h514v-129q0 -27 -19 -46t-46 -19h-383zM1216 224v-192q0 -14 -9 -23t-23 -9h-192
-q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1600 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23
-zM1408 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1016v-13h-514v10q0 104 -382 102q-382 -1 -382 -102v-10h-514v13q0 17 8.5 43t34 64t65.5 75.5t110.5 76t160 67.5t224 47.5t293.5 18.5t293 -18.5t224 -47.5
-t160.5 -67.5t110.5 -76t65.5 -75.5t34 -64t8.5 -43zM1792 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 962v-129q0 -27 -19 -46t-46 -19h-384q-27 0 -46 19t-19 46v129h514z" />
- <glyph glyph-name="_455" unicode="&#xf1e5;" horiz-adv-x="1792"
-d="M704 1216v-768q0 -26 -19 -45t-45 -19v-576q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v512l249 873q7 23 31 23h424zM1024 1216v-704h-256v704h256zM1792 320v-512q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v576q-26 0 -45 19t-19 45v768h424q24 0 31 -23z
-M736 1504v-224h-352v224q0 14 9 23t23 9h288q14 0 23 -9t9 -23zM1408 1504v-224h-352v224q0 14 9 23t23 9h288q14 0 23 -9t9 -23z" />
- <glyph glyph-name="_456" unicode="&#xf1e6;" horiz-adv-x="1792"
-d="M1755 1083q37 -38 37 -90.5t-37 -90.5l-401 -400l150 -150l-160 -160q-163 -163 -389.5 -186.5t-411.5 100.5l-362 -362h-181v181l362 362q-124 185 -100.5 411.5t186.5 389.5l160 160l150 -150l400 401q38 37 91 37t90 -37t37 -90.5t-37 -90.5l-400 -401l234 -234
-l401 400q38 37 91 37t90 -37z" />
- <glyph glyph-name="_457" unicode="&#xf1e7;" horiz-adv-x="1792"
-d="M873 796q0 -83 -63.5 -142.5t-152.5 -59.5t-152.5 59.5t-63.5 142.5q0 84 63.5 143t152.5 59t152.5 -59t63.5 -143zM1375 796q0 -83 -63 -142.5t-153 -59.5q-89 0 -152.5 59.5t-63.5 142.5q0 84 63.5 143t152.5 59q90 0 153 -59t63 -143zM1600 616v667q0 87 -32 123.5
-t-111 36.5h-1112q-83 0 -112.5 -34t-29.5 -126v-673q43 -23 88.5 -40t81 -28t81 -18.5t71 -11t70 -4t58.5 -0.5t56.5 2t44.5 2q68 1 95 -27q6 -6 10 -9q26 -25 61 -51q7 91 118 87q5 0 36.5 -1.5t43 -2t45.5 -1t53 1t54.5 4.5t61 8.5t62 13.5t67 19.5t67.5 27t72 34.5z
-M1763 621q-121 -149 -372 -252q84 -285 -23 -465q-66 -113 -183 -148q-104 -32 -182 15q-86 51 -82 164l-1 326v1q-8 2 -24.5 6t-23.5 5l-1 -338q4 -114 -83 -164q-79 -47 -183 -15q-117 36 -182 150q-105 180 -22 463q-251 103 -372 252q-25 37 -4 63t60 -1q4 -2 11.5 -7
-t10.5 -8v694q0 72 47 123t114 51h1257q67 0 114 -51t47 -123v-694l21 15q39 27 60 1t-4 -63z" />
- <glyph glyph-name="_458" unicode="&#xf1e8;" horiz-adv-x="1792"
-d="M896 1102v-434h-145v434h145zM1294 1102v-434h-145v434h145zM1294 342l253 254v795h-1194v-1049h326v-217l217 217h398zM1692 1536v-1013l-434 -434h-326l-217 -217h-217v217h-398v1158l109 289h1483z" />
- <glyph glyph-name="_459" unicode="&#xf1e9;"
-d="M773 217v-127q-1 -292 -6 -305q-12 -32 -51 -40q-54 -9 -181.5 38t-162.5 89q-13 15 -17 36q-1 12 4 26q4 10 34 47t181 216q1 0 60 70q15 19 39.5 24.5t49.5 -3.5q24 -10 37.5 -29t12.5 -42zM624 468q-3 -55 -52 -70l-120 -39q-275 -88 -292 -88q-35 2 -54 36
-q-12 25 -17 75q-8 76 1 166.5t30 124.5t56 32q13 0 202 -77q71 -29 115 -47l84 -34q23 -9 35.5 -30.5t11.5 -48.5zM1450 171q-7 -54 -91.5 -161t-135.5 -127q-37 -14 -63 7q-14 10 -184 287l-47 77q-14 21 -11.5 46t19.5 46q35 43 83 26q1 -1 119 -40q203 -66 242 -79.5
-t47 -20.5q28 -22 22 -61zM778 803q5 -102 -54 -122q-58 -17 -114 71l-378 598q-8 35 19 62q41 43 207.5 89.5t224.5 31.5q40 -10 49 -45q3 -18 22 -305.5t24 -379.5zM1440 695q3 -39 -26 -59q-15 -10 -329 -86q-67 -15 -91 -23l1 2q-23 -6 -46 4t-37 32q-30 47 0 87
-q1 1 75 102q125 171 150 204t34 39q28 19 65 2q48 -23 123 -133.5t81 -167.5v-3z" />
- <glyph glyph-name="_460" unicode="&#xf1ea;" horiz-adv-x="2048"
-d="M1024 1024h-384v-384h384v384zM1152 384v-128h-640v128h640zM1152 1152v-640h-640v640h640zM1792 384v-128h-512v128h512zM1792 640v-128h-512v128h512zM1792 896v-128h-512v128h512zM1792 1152v-128h-512v128h512zM256 192v960h-128v-960q0 -26 19 -45t45 -19t45 19
-t19 45zM1920 192v1088h-1536v-1088q0 -33 -11 -64h1483q26 0 45 19t19 45zM2048 1408v-1216q0 -80 -56 -136t-136 -56h-1664q-80 0 -136 56t-56 136v1088h256v128h1792z" />
- <glyph glyph-name="_461" unicode="&#xf1eb;" horiz-adv-x="2048"
-d="M1024 13q-20 0 -93 73.5t-73 93.5q0 32 62.5 54t103.5 22t103.5 -22t62.5 -54q0 -20 -73 -93.5t-93 -73.5zM1294 284q-2 0 -40 25t-101.5 50t-128.5 25t-128.5 -25t-101 -50t-40.5 -25q-18 0 -93.5 75t-75.5 93q0 13 10 23q78 77 196 121t233 44t233 -44t196 -121
-q10 -10 10 -23q0 -18 -75.5 -93t-93.5 -75zM1567 556q-11 0 -23 8q-136 105 -252 154.5t-268 49.5q-85 0 -170.5 -22t-149 -53t-113.5 -62t-79 -53t-31 -22q-17 0 -92 75t-75 93q0 12 10 22q132 132 320 205t380 73t380 -73t320 -205q10 -10 10 -22q0 -18 -75 -93t-92 -75z
-M1838 827q-11 0 -22 9q-179 157 -371.5 236.5t-420.5 79.5t-420.5 -79.5t-371.5 -236.5q-11 -9 -22 -9q-17 0 -92.5 75t-75.5 93q0 13 10 23q187 186 445 288t527 102t527 -102t445 -288q10 -10 10 -23q0 -18 -75.5 -93t-92.5 -75z" />
- <glyph glyph-name="_462" unicode="&#xf1ec;" horiz-adv-x="1792"
-d="M384 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5
-t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5
-t37.5 90.5zM384 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 768q0 53 -37.5 90.5t-90.5 37.5
-t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1536 0v384q0 52 -38 90t-90 38t-90 -38t-38 -90v-384q0 -52 38 -90t90 -38t90 38t38 90zM1152 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z
-M1536 1088v256q0 26 -19 45t-45 19h-1280q-26 0 -45 -19t-19 -45v-256q0 -26 19 -45t45 -19h1280q26 0 45 19t19 45zM1536 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1408v-1536q0 -52 -38 -90t-90 -38
-h-1408q-52 0 -90 38t-38 90v1536q0 52 38 90t90 38h1408q52 0 90 -38t38 -90z" />
- <glyph glyph-name="_463" unicode="&#xf1ed;"
-d="M1519 890q18 -84 -4 -204q-87 -444 -565 -444h-44q-25 0 -44 -16.5t-24 -42.5l-4 -19l-55 -346l-2 -15q-5 -26 -24.5 -42.5t-44.5 -16.5h-251q-21 0 -33 15t-9 36q9 56 26.5 168t26.5 168t27 167.5t27 167.5q5 37 43 37h131q133 -2 236 21q175 39 287 144q102 95 155 246
-q24 70 35 133q1 6 2.5 7.5t3.5 1t6 -3.5q79 -59 98 -162zM1347 1172q0 -107 -46 -236q-80 -233 -302 -315q-113 -40 -252 -42q0 -1 -90 -1l-90 1q-100 0 -118 -96q-2 -8 -85 -530q-1 -10 -12 -10h-295q-22 0 -36.5 16.5t-11.5 38.5l232 1471q5 29 27.5 48t51.5 19h598
-q34 0 97.5 -13t111.5 -32q107 -41 163.5 -123t56.5 -196z" />
- <glyph glyph-name="_464" unicode="&#xf1ee;" horiz-adv-x="1792"
-d="M441 864q33 0 52 -26q266 -364 362 -774h-446q-127 441 -367 749q-12 16 -3 33.5t29 17.5h373zM1000 507q-49 -199 -125 -393q-79 310 -256 594q40 221 44 449q211 -340 337 -650zM1099 1216q235 -324 384.5 -698.5t184.5 -773.5h-451q-41 665 -553 1472h435zM1792 640
-q0 -424 -101 -812q-67 560 -359 1083q-25 301 -106 584q-4 16 5.5 28.5t25.5 12.5h359q21 0 38.5 -13t22.5 -33q115 -409 115 -850z" />
- <glyph glyph-name="uniF1F0" unicode="&#xf1f0;" horiz-adv-x="2304"
-d="M1975 546h-138q14 37 66 179l3 9q4 10 10 26t9 26l12 -55zM531 611l-58 295q-11 54 -75 54h-268l-2 -13q311 -79 403 -336zM710 960l-162 -438l-17 89q-26 70 -85 129.5t-131 88.5l135 -510h175l261 641h-176zM849 318h166l104 642h-166zM1617 944q-69 27 -149 27
-q-123 0 -201 -59t-79 -153q-1 -102 145 -174q48 -23 67 -41t19 -39q0 -30 -30 -46t-69 -16q-86 0 -156 33l-22 11l-23 -144q74 -34 185 -34q130 -1 208.5 59t80.5 160q0 106 -140 174q-49 25 -71 42t-22 38q0 22 24.5 38.5t70.5 16.5q70 1 124 -24l15 -8zM2042 960h-128
-q-65 0 -87 -54l-246 -588h174l35 96h212q5 -22 20 -96h154zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
- <glyph glyph-name="_466" unicode="&#xf1f1;" horiz-adv-x="2304"
-d="M1119 1195q-128 85 -281 85q-103 0 -197.5 -40.5t-162.5 -108.5t-108.5 -162t-40.5 -197q0 -104 40.5 -198t108.5 -162t162 -108.5t198 -40.5q153 0 281 85q-131 107 -178 265.5t0.5 316.5t177.5 265zM1152 1171q-126 -99 -172 -249.5t-0.5 -300.5t172.5 -249
-q127 99 172.5 249t-0.5 300.5t-172 249.5zM1185 1195q130 -107 177.5 -265.5t0.5 -317t-178 -264.5q128 -85 281 -85q104 0 198 40.5t162 108.5t108.5 162t40.5 198q0 103 -40.5 197t-108.5 162t-162.5 108.5t-197.5 40.5q-153 0 -281 -85zM1926 473h7v3h-17v-3h7v-17h3v17z
-M1955 456h4v20h-5l-6 -13l-6 13h-5v-20h3v15l6 -13h4l5 13v-15zM1947 16v-2h-2h-3v3h3h2v-1zM1947 7h3l-4 5h2l1 1q1 1 1 3t-1 3l-1 1h-3h-6v-13h3v5h1zM685 75q0 19 11 31t30 12q18 0 29 -12.5t11 -30.5q0 -19 -11 -31t-29 -12q-19 0 -30 12t-11 31zM1158 119q30 0 35 -32
-h-70q5 32 35 32zM1514 75q0 19 11 31t29 12t29.5 -12.5t11.5 -30.5q0 -19 -11 -31t-30 -12q-18 0 -29 12t-11 31zM1786 75q0 18 11.5 30.5t29.5 12.5t29.5 -12.5t11.5 -30.5q0 -19 -11.5 -31t-29.5 -12t-29.5 12.5t-11.5 30.5zM1944 3q-2 0 -4 1q-1 0 -3 2t-2 3q-1 2 -1 4
-q0 3 1 4q0 2 2 4l1 1q2 0 2 1q2 1 4 1q3 0 4 -1l4 -2l2 -4v-1q1 -2 1 -3l-1 -1v-3t-1 -1l-1 -2q-2 -2 -4 -2q-1 -1 -4 -1zM599 7h30v85q0 24 -14.5 38.5t-39.5 15.5q-32 0 -47 -24q-14 24 -45 24q-24 0 -39 -20v16h-30v-135h30v75q0 36 33 36q30 0 30 -36v-75h29v75
-q0 36 33 36q30 0 30 -36v-75zM765 7h29v68v67h-29v-16q-17 20 -43 20q-29 0 -48 -20t-19 -51t19 -51t48 -20q28 0 43 20v-17zM943 48q0 34 -47 40l-14 2q-23 4 -23 14q0 15 25 15q23 0 43 -11l12 24q-22 14 -55 14q-26 0 -41 -12t-15 -32q0 -33 47 -39l13 -2q24 -4 24 -14
-q0 -17 -31 -17q-25 0 -45 14l-13 -23q25 -17 58 -17q29 0 45.5 12t16.5 32zM1073 14l-8 25q-13 -7 -26 -7q-19 0 -19 22v61h48v27h-48v41h-30v-41h-28v-27h28v-61q0 -50 47 -50q21 0 36 10zM1159 146q-29 0 -48 -20t-19 -51q0 -32 19.5 -51.5t49.5 -19.5q33 0 55 19l-14 22
-q-18 -15 -39 -15q-34 0 -41 33h101v12q0 32 -18 51.5t-46 19.5zM1318 146q-23 0 -35 -20v16h-30v-135h30v76q0 35 29 35q10 0 18 -4l9 28q-9 4 -21 4zM1348 75q0 -31 19.5 -51t52.5 -20q29 0 48 16l-14 24q-18 -13 -35 -12q-18 0 -29.5 12t-11.5 31t11.5 31t29.5 12
-q19 0 35 -12l14 24q-20 16 -48 16q-33 0 -52.5 -20t-19.5 -51zM1593 7h30v68v67h-30v-16q-15 20 -42 20q-29 0 -48.5 -20t-19.5 -51t19.5 -51t48.5 -20q28 0 42 20v-17zM1726 146q-23 0 -35 -20v16h-29v-135h29v76q0 35 29 35q10 0 18 -4l9 28q-8 4 -21 4zM1866 7h29v68v122
-h-29v-71q-15 20 -43 20t-47.5 -20.5t-19.5 -50.5t19.5 -50.5t47.5 -20.5q29 0 43 20v-17zM1944 27l-2 -1h-3q-2 -1 -4 -3q-3 -1 -3 -4q-1 -2 -1 -6q0 -3 1 -5q0 -2 3 -4q2 -2 4 -3t5 -1q4 0 6 1q0 1 2 2l2 1q1 1 3 4q1 2 1 5q0 4 -1 6q-1 1 -3 4q0 1 -2 2l-2 1q-1 0 -3 0.5
-t-3 0.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
- <glyph glyph-name="_467" unicode="&#xf1f2;" horiz-adv-x="2304"
-d="M313 759q0 -51 -36 -84q-29 -26 -89 -26h-17v220h17q61 0 89 -27q36 -31 36 -83zM2089 824q0 -52 -64 -52h-19v101h20q63 0 63 -49zM380 759q0 74 -50 120.5t-129 46.5h-95v-333h95q74 0 119 38q60 51 60 128zM410 593h65v333h-65v-333zM730 694q0 40 -20.5 62t-75.5 42
-q-29 10 -39.5 19t-10.5 23q0 16 13.5 26.5t34.5 10.5q29 0 53 -27l34 44q-41 37 -98 37q-44 0 -74 -27.5t-30 -67.5q0 -35 18 -55.5t64 -36.5q37 -13 45 -19q19 -12 19 -34q0 -20 -14 -33.5t-36 -13.5q-48 0 -71 44l-42 -40q44 -64 115 -64q51 0 83 30.5t32 79.5zM1008 604
-v77q-37 -37 -78 -37q-49 0 -80.5 32.5t-31.5 82.5q0 48 31.5 81.5t77.5 33.5q43 0 81 -38v77q-40 20 -80 20q-74 0 -125.5 -50.5t-51.5 -123.5t51 -123.5t125 -50.5q42 0 81 19zM2240 0v527q-65 -40 -144.5 -84t-237.5 -117t-329.5 -137.5t-417.5 -134.5t-504 -118h1569
-q26 0 45 19t19 45zM1389 757q0 75 -53 128t-128 53t-128 -53t-53 -128t53 -128t128 -53t128 53t53 128zM1541 584l144 342h-71l-90 -224l-89 224h-71l142 -342h35zM1714 593h184v56h-119v90h115v56h-115v74h119v57h-184v-333zM2105 593h80l-105 140q76 16 76 94q0 47 -31 73
-t-87 26h-97v-333h65v133h9zM2304 1274v-1268q0 -56 -38.5 -95t-93.5 -39h-2040q-55 0 -93.5 39t-38.5 95v1268q0 56 38.5 95t93.5 39h2040q55 0 93.5 -39t38.5 -95z" />
- <glyph glyph-name="f1f3" unicode="&#xf1f3;" horiz-adv-x="2304"
-d="M119 854h89l-45 108zM740 328l74 79l-70 79h-163v-49h142v-55h-142v-54h159zM898 406l99 -110v217zM1186 453q0 33 -40 33h-84v-69h83q41 0 41 36zM1475 457q0 29 -42 29h-82v-61h81q43 0 43 32zM1197 923q0 29 -42 29h-82v-60h81q43 0 43 31zM1656 854h89l-44 108z
-M699 1009v-271h-66v212l-94 -212h-57l-94 212v-212h-132l-25 60h-135l-25 -60h-70l116 271h96l110 -257v257h106l85 -184l77 184h108zM1255 453q0 -20 -5.5 -35t-14 -25t-22.5 -16.5t-26 -10t-31.5 -4.5t-31.5 -1t-32.5 0.5t-29.5 0.5v-91h-126l-80 90l-83 -90h-256v271h260
-l80 -89l82 89h207q109 0 109 -89zM964 794v-56h-217v271h217v-57h-152v-49h148v-55h-148v-54h152zM2304 235v-229q0 -55 -38.5 -94.5t-93.5 -39.5h-2040q-55 0 -93.5 39.5t-38.5 94.5v678h111l25 61h55l25 -61h218v46l19 -46h113l20 47v-47h541v99l10 1q10 0 10 -14v-86h279
-v23q23 -12 55 -18t52.5 -6.5t63 0.5t51.5 1l25 61h56l25 -61h227v58l34 -58h182v378h-180v-44l-25 44h-185v-44l-23 44h-249q-69 0 -109 -22v22h-172v-22q-24 22 -73 22h-628l-43 -97l-43 97h-198v-44l-22 44h-169l-78 -179v391q0 55 38.5 94.5t93.5 39.5h2040
-q55 0 93.5 -39.5t38.5 -94.5v-678h-120q-51 0 -81 -22v22h-177q-55 0 -78 -22v22h-316v-22q-31 22 -87 22h-209v-22q-23 22 -91 22h-234l-54 -58l-50 58h-349v-378h343l55 59l52 -59h211v89h21q59 0 90 13v-102h174v99h8q8 0 10 -2t2 -10v-87h529q57 0 88 24v-24h168
-q60 0 95 17zM1546 469q0 -23 -12 -43t-34 -29q25 -9 34 -26t9 -46v-54h-65v45q0 33 -12 43.5t-46 10.5h-69v-99h-65v271h154q48 0 77 -15t29 -58zM1269 936q0 -24 -12.5 -44t-33.5 -29q26 -9 34.5 -25.5t8.5 -46.5v-53h-65q0 9 0.5 26.5t0 25t-3 18.5t-8.5 16t-17.5 8.5
-t-29.5 3.5h-70v-98h-64v271l153 -1q49 0 78 -14.5t29 -57.5zM1798 327v-56h-216v271h216v-56h-151v-49h148v-55h-148v-54zM1372 1009v-271h-66v271h66zM2065 357q0 -86 -102 -86h-126v58h126q34 0 34 25q0 16 -17 21t-41.5 5t-49.5 3.5t-42 22.5t-17 55q0 39 26 60t66 21
-h130v-57h-119q-36 0 -36 -25q0 -16 17.5 -20.5t42 -4t49 -2.5t42 -21.5t17.5 -54.5zM2304 407v-101q-24 -35 -88 -35h-125v58h125q33 0 33 25q0 13 -12.5 19t-31 5.5t-40 2t-40 8t-31 24t-12.5 48.5q0 39 26.5 60t66.5 21h129v-57h-118q-36 0 -36 -25q0 -20 29 -22t68.5 -5
-t56.5 -26zM2139 1008v-270h-92l-122 203v-203h-132l-26 60h-134l-25 -60h-75q-129 0 -129 133q0 138 133 138h63v-59q-7 0 -28 1t-28.5 0.5t-23 -2t-21.5 -6.5t-14.5 -13.5t-11.5 -23t-3 -33.5q0 -38 13.5 -58t49.5 -20h29l92 213h97l109 -256v256h99l114 -188v188h66z" />
- <glyph glyph-name="_469" unicode="&#xf1f4;" horiz-adv-x="2304"
-d="M745 630q0 -37 -25.5 -61.5t-62.5 -24.5q-29 0 -46.5 16t-17.5 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM1530 779q0 -42 -22 -57t-66 -15l-32 -1l17 107q2 11 13 11h18q22 0 35 -2t25 -12.5t12 -30.5zM1881 630q0 -36 -25.5 -61t-61.5 -25q-29 0 -47 16
-t-18 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM513 801q0 59 -38.5 85.5t-100.5 26.5h-160q-19 0 -21 -19l-65 -408q-1 -6 3 -11t10 -5h76q20 0 22 19l18 110q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM822 489l41 261q1 6 -3 11t-10 5h-76
-q-14 0 -17 -33q-27 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q28 0 58 12t48 32q-4 -12 -4 -21q0 -16 13 -16h69q19 0 22 19zM1269 752q0 5 -4 9.5t-9 4.5h-77q-11 0 -18 -10l-106 -156l-44 150q-5 16 -22 16h-75q-5 0 -9 -4.5t-4 -9.5q0 -2 19.5 -59
-t42 -123t23.5 -70q-82 -112 -82 -120q0 -13 13 -13h77q11 0 18 10l255 368q2 2 2 7zM1649 801q0 59 -38.5 85.5t-100.5 26.5h-159q-20 0 -22 -19l-65 -408q-1 -6 3 -11t10 -5h82q12 0 16 13l18 116q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM1958 489
-l41 261q1 6 -3 11t-10 5h-76q-14 0 -17 -33q-26 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q29 0 59 12t47 32q0 -1 -2 -9t-2 -12q0 -16 13 -16h69q19 0 22 19zM2176 898v1q0 14 -13 14h-74q-11 0 -13 -11l-65 -416l-1 -2q0 -5 4 -9.5t10 -4.5h66
-q19 0 21 19zM392 764q-5 -35 -26 -46t-60 -11l-33 -1l17 107q2 11 13 11h19q40 0 58 -11.5t12 -48.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
- <glyph glyph-name="_470" unicode="&#xf1f5;" horiz-adv-x="2304"
-d="M1597 633q0 -69 -21 -106q-19 -35 -52 -35q-23 0 -41 9v224q29 30 57 30q57 0 57 -122zM2035 669h-110q6 98 56 98q51 0 54 -98zM476 534q0 59 -33 91.5t-101 57.5q-36 13 -52 24t-16 25q0 26 38 26q58 0 124 -33l18 112q-67 32 -149 32q-77 0 -123 -38q-48 -39 -48 -109
-q0 -58 32.5 -90.5t99.5 -56.5q39 -14 54.5 -25.5t15.5 -27.5q0 -31 -48 -31q-29 0 -70 12.5t-72 30.5l-18 -113q72 -41 168 -41q81 0 129 37q51 41 51 117zM771 749l19 111h-96v135l-129 -21l-18 -114l-46 -8l-17 -103h62v-219q0 -84 44 -120q38 -30 111 -30q32 0 79 11v118
-q-32 -7 -44 -7q-42 0 -42 50v197h77zM1087 724v139q-15 3 -28 3q-32 0 -55.5 -16t-33.5 -46l-10 56h-131v-471h150v306q26 31 82 31q16 0 26 -2zM1124 389h150v471h-150v-471zM1746 638q0 122 -45 179q-40 52 -111 52q-64 0 -117 -56l-8 47h-132v-645l150 25v151
-q36 -11 68 -11q83 0 134 56q61 65 61 202zM1278 986q0 33 -23 56t-56 23t-56 -23t-23 -56t23 -56.5t56 -23.5t56 23.5t23 56.5zM2176 629q0 113 -48 176q-50 64 -144 64q-96 0 -151.5 -66t-55.5 -180q0 -128 63 -188q55 -55 161 -55q101 0 160 40l-16 103q-57 -31 -128 -31
-q-43 0 -63 19q-23 19 -28 66h248q2 14 2 52zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
- <glyph glyph-name="_471" unicode="&#xf1f6;" horiz-adv-x="2048"
-d="M1558 684q61 -356 298 -556q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5zM1024 -176q16 0 16 16t-16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5zM2026 1424q8 -10 7.5 -23.5t-10.5 -22.5
-l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5
-l418 363q10 8 23.5 7t21.5 -11z" />
- <glyph glyph-name="_472" unicode="&#xf1f7;" horiz-adv-x="2048"
-d="M1040 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM503 315l877 760q-42 88 -132.5 146.5t-223.5 58.5q-93 0 -169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -384 -137 -645zM1856 128
-q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5l149 129h757q-166 187 -227 459l111 97q61 -356 298 -556zM1942 1520l84 -96q8 -10 7.5 -23.5t-10.5 -22.5l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161
-q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5l418 363q10 8 23.5 7t21.5 -11z" />
- <glyph glyph-name="_473" unicode="&#xf1f8;" horiz-adv-x="1408"
-d="M512 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM768 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1024 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704
-q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167
-q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
- <glyph glyph-name="_474" unicode="&#xf1f9;"
-d="M1150 462v-109q0 -50 -36.5 -89t-94 -60.5t-118 -32.5t-117.5 -11q-205 0 -342.5 139t-137.5 346q0 203 136 339t339 136q34 0 75.5 -4.5t93 -18t92.5 -34t69 -56.5t28 -81v-109q0 -16 -16 -16h-118q-16 0 -16 16v70q0 43 -65.5 67.5t-137.5 24.5q-140 0 -228.5 -91.5
-t-88.5 -237.5q0 -151 91.5 -249.5t233.5 -98.5q68 0 138 24t70 66v70q0 7 4.5 11.5t10.5 4.5h119q6 0 11 -4.5t5 -11.5zM768 1280q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5
-t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="_475" unicode="&#xf1fa;"
-d="M972 761q0 108 -53.5 169t-147.5 61q-63 0 -124 -30.5t-110 -84.5t-79.5 -137t-30.5 -180q0 -112 53.5 -173t150.5 -61q96 0 176 66.5t122.5 166t42.5 203.5zM1536 640q0 -111 -37 -197t-98.5 -135t-131.5 -74.5t-145 -27.5q-6 0 -15.5 -0.5t-16.5 -0.5q-95 0 -142 53
-q-28 33 -33 83q-52 -66 -131.5 -110t-173.5 -44q-161 0 -249.5 95.5t-88.5 269.5q0 157 66 290t179 210.5t246 77.5q87 0 155 -35.5t106 -99.5l2 19l11 56q1 6 5.5 12t9.5 6h118q5 0 13 -11q5 -5 3 -16l-120 -614q-5 -24 -5 -48q0 -39 12.5 -52t44.5 -13q28 1 57 5.5t73 24
-t77 50t57 89.5t24 137q0 292 -174 466t-466 174q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51q228 0 405 144q11 9 24 8t21 -12l41 -49q8 -12 7 -24q-2 -13 -12 -22q-102 -83 -227.5 -128t-258.5 -45q-156 0 -298 61
-t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q344 0 556 -212t212 -556z" />
- <glyph glyph-name="_476" unicode="&#xf1fb;" horiz-adv-x="1792"
-d="M1698 1442q94 -94 94 -226.5t-94 -225.5l-225 -223l104 -104q10 -10 10 -23t-10 -23l-210 -210q-10 -10 -23 -10t-23 10l-105 105l-603 -603q-37 -37 -90 -37h-203l-256 -128l-64 64l128 256v203q0 53 37 90l603 603l-105 105q-10 10 -10 23t10 23l210 210q10 10 23 10
-t23 -10l104 -104l223 225q93 94 225.5 94t226.5 -94zM512 64l576 576l-192 192l-576 -576v-192h192z" />
- <glyph glyph-name="f1fc" unicode="&#xf1fc;" horiz-adv-x="1792"
-d="M1615 1536q70 0 122.5 -46.5t52.5 -116.5q0 -63 -45 -151q-332 -629 -465 -752q-97 -91 -218 -91q-126 0 -216.5 92.5t-90.5 219.5q0 128 92 212l638 579q59 54 130 54zM706 502q39 -76 106.5 -130t150.5 -76l1 -71q4 -213 -129.5 -347t-348.5 -134q-123 0 -218 46.5
-t-152.5 127.5t-86.5 183t-29 220q7 -5 41 -30t62 -44.5t59 -36.5t46 -17q41 0 55 37q25 66 57.5 112.5t69.5 76t88 47.5t103 25.5t125 10.5z" />
- <glyph glyph-name="_478" unicode="&#xf1fd;" horiz-adv-x="1792"
-d="M1792 128v-384h-1792v384q45 0 85 14t59 27.5t47 37.5q30 27 51.5 38t56.5 11q24 0 44 -7t31 -15t33 -27q29 -25 47 -38t58 -27t86 -14q45 0 85 14.5t58 27t48 37.5q21 19 32.5 27t31 15t43.5 7q35 0 56.5 -11t51.5 -38q28 -24 47 -37.5t59 -27.5t85 -14t85 14t59 27.5
-t47 37.5q30 27 51.5 38t56.5 11q34 0 55.5 -11t51.5 -38q28 -24 47 -37.5t59 -27.5t85 -14zM1792 448v-192q-24 0 -44 7t-31 15t-33 27q-29 25 -47 38t-58 27t-85 14q-46 0 -86 -14t-58 -27t-47 -38q-22 -19 -33 -27t-31 -15t-44 -7q-35 0 -56.5 11t-51.5 38q-29 25 -47 38
-t-58 27t-86 14q-45 0 -85 -14.5t-58 -27t-48 -37.5q-21 -19 -32.5 -27t-31 -15t-43.5 -7q-35 0 -56.5 11t-51.5 38q-28 24 -47 37.5t-59 27.5t-85 14q-46 0 -86 -14t-58 -27t-47 -38q-30 -27 -51.5 -38t-56.5 -11v192q0 80 56 136t136 56h64v448h256v-448h256v448h256v-448
-h256v448h256v-448h64q80 0 136 -56t56 -136zM512 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150zM1024 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5
-q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150zM1536 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150z" />
- <glyph glyph-name="_479" unicode="&#xf1fe;" horiz-adv-x="2048"
-d="M2048 0v-128h-2048v1536h128v-1408h1920zM1664 1024l256 -896h-1664v576l448 576l576 -576z" />
- <glyph glyph-name="_480" unicode="&#xf200;" horiz-adv-x="1792"
-d="M768 646l546 -546q-106 -108 -247.5 -168t-298.5 -60q-209 0 -385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103v-762zM955 640h773q0 -157 -60 -298.5t-168 -247.5zM1664 768h-768v768q209 0 385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="_481" unicode="&#xf201;" horiz-adv-x="2048"
-d="M2048 0v-128h-2048v1536h128v-1408h1920zM1920 1248v-435q0 -21 -19.5 -29.5t-35.5 7.5l-121 121l-633 -633q-10 -10 -23 -10t-23 10l-233 233l-416 -416l-192 192l585 585q10 10 23 10t23 -10l233 -233l464 464l-121 121q-16 16 -7.5 35.5t29.5 19.5h435q14 0 23 -9
-t9 -23z" />
- <glyph glyph-name="_482" unicode="&#xf202;" horiz-adv-x="1792"
-d="M1292 832q0 -6 10 -41q10 -29 25 -49.5t41 -34t44 -20t55 -16.5q325 -91 325 -332q0 -146 -105.5 -242.5t-254.5 -96.5q-59 0 -111.5 18.5t-91.5 45.5t-77 74.5t-63 87.5t-53.5 103.5t-43.5 103t-39.5 106.5t-35.5 95q-32 81 -61.5 133.5t-73.5 96.5t-104 64t-142 20
-q-96 0 -183 -55.5t-138 -144.5t-51 -185q0 -160 106.5 -279.5t263.5 -119.5q177 0 258 95q56 63 83 116l84 -152q-15 -34 -44 -70l1 -1q-131 -152 -388 -152q-147 0 -269.5 79t-190.5 207.5t-68 274.5q0 105 43.5 206t116 176.5t172 121.5t204.5 46q87 0 159 -19t123.5 -50
-t95 -80t72.5 -99t58.5 -117t50.5 -124.5t50 -130.5t55 -127q96 -200 233 -200q81 0 138.5 48.5t57.5 128.5q0 42 -19 72t-50.5 46t-72.5 31.5t-84.5 27t-87.5 34t-81 52t-65 82t-39 122.5q-3 16 -3 33q0 110 87.5 192t198.5 78q78 -3 120.5 -14.5t90.5 -53.5h-1
-q12 -11 23 -24.5t26 -36t19 -27.5l-129 -99q-26 49 -54 70v1q-23 21 -97 21q-49 0 -84 -33t-35 -83z" />
- <glyph glyph-name="_483" unicode="&#xf203;"
-d="M1432 484q0 173 -234 239q-35 10 -53 16.5t-38 25t-29 46.5q0 2 -2 8.5t-3 12t-1 7.5q0 36 24.5 59.5t60.5 23.5q54 0 71 -15h-1q20 -15 39 -51l93 71q-39 54 -49 64q-33 29 -67.5 39t-85.5 10q-80 0 -142 -57.5t-62 -137.5q0 -7 2 -23q16 -96 64.5 -140t148.5 -73
-q29 -8 49 -15.5t45 -21.5t38.5 -34.5t13.5 -46.5v-5q1 -58 -40.5 -93t-100.5 -35q-97 0 -167 144q-23 47 -51.5 121.5t-48 125.5t-54 110.5t-74 95.5t-103.5 60.5t-147 24.5q-101 0 -192 -56t-144 -148t-50 -192v-1q4 -108 50.5 -199t133.5 -147.5t196 -56.5q186 0 279 110
-q20 27 31 51l-60 109q-42 -80 -99 -116t-146 -36q-115 0 -191 87t-76 204q0 105 82 189t186 84q112 0 170 -53.5t104 -172.5q8 -21 25.5 -68.5t28.5 -76.5t31.5 -74.5t38.5 -74t45.5 -62.5t55.5 -53.5t66 -33t80 -13.5q107 0 183 69.5t76 174.5zM1536 1120v-960
-q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="_484" unicode="&#xf204;" horiz-adv-x="2048"
-d="M1152 640q0 104 -40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5zM1920 640q0 104 -40.5 198.5
-t-109.5 163.5t-163.5 109.5t-198.5 40.5h-386q119 -90 188.5 -224t69.5 -288t-69.5 -288t-188.5 -224h386q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5zM2048 640q0 -130 -51 -248.5t-136.5 -204t-204 -136.5t-248.5 -51h-768q-130 0 -248.5 51t-204 136.5
-t-136.5 204t-51 248.5t51 248.5t136.5 204t204 136.5t248.5 51h768q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5z" />
- <glyph glyph-name="_485" unicode="&#xf205;" horiz-adv-x="2048"
-d="M0 640q0 130 51 248.5t136.5 204t204 136.5t248.5 51h768q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5t-51 -248.5t-136.5 -204t-204 -136.5t-248.5 -51h-768q-130 0 -248.5 51t-204 136.5t-136.5 204t-51 248.5zM1408 128q104 0 198.5 40.5t163.5 109.5
-t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5z" />
- <glyph glyph-name="_486" unicode="&#xf206;" horiz-adv-x="2304"
-d="M762 384h-314q-40 0 -57.5 35t6.5 67l188 251q-65 31 -137 31q-132 0 -226 -94t-94 -226t94 -226t226 -94q115 0 203 72.5t111 183.5zM576 512h186q-18 85 -75 148zM1056 512l288 384h-480l-99 -132q105 -103 126 -252h165zM2176 448q0 132 -94 226t-226 94
-q-60 0 -121 -24l174 -260q15 -23 10 -49t-27 -40q-15 -11 -36 -11q-35 0 -53 29l-174 260q-93 -95 -93 -225q0 -132 94 -226t226 -94t226 94t94 226zM2304 448q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 97 39.5 183.5t109.5 149.5l-65 98l-353 -469
-q-18 -26 -51 -26h-197q-23 -164 -149 -274t-294 -110q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q114 0 215 -55l137 183h-224q-26 0 -45 19t-19 45t19 45t45 19h384v-128h435l-85 128h-222q-26 0 -45 19t-19 45t19 45t45 19h256q33 0 53 -28l267 -400
-q91 44 192 44q185 0 316.5 -131.5t131.5 -316.5z" />
- <glyph glyph-name="_487" unicode="&#xf207;"
-d="M384 320q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1408 320q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1362 716l-72 384q-5 23 -22.5 37.5t-40.5 14.5
-h-918q-23 0 -40.5 -14.5t-22.5 -37.5l-72 -384q-5 -30 14 -53t49 -23h1062q30 0 49 23t14 53zM1136 1328q0 20 -14 34t-34 14h-640q-20 0 -34 -14t-14 -34t14 -34t34 -14h640q20 0 34 14t14 34zM1536 603v-603h-128v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
-t-37.5 90.5v128h-768v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v128h-128v603q0 112 25 223l103 454q9 78 97.5 137t230 89t312.5 30t312.5 -30t230 -89t97.5 -137l105 -454q23 -102 23 -223z" />
- <glyph glyph-name="_488" unicode="&#xf208;" horiz-adv-x="2048"
-d="M1463 704q0 -35 -25 -60.5t-61 -25.5h-702q-36 0 -61 25.5t-25 60.5t25 60.5t61 25.5h702q36 0 61 -25.5t25 -60.5zM1677 704q0 86 -23 170h-982q-36 0 -61 25t-25 60q0 36 25 61t61 25h908q-88 143 -235 227t-320 84q-177 0 -327.5 -87.5t-238 -237.5t-87.5 -327
-q0 -86 23 -170h982q36 0 61 -25t25 -60q0 -36 -25 -61t-61 -25h-908q88 -143 235.5 -227t320.5 -84q132 0 253 51.5t208 139t139 208t52 253.5zM2048 959q0 -35 -25 -60t-61 -25h-131q17 -85 17 -170q0 -167 -65.5 -319.5t-175.5 -263t-262.5 -176t-319.5 -65.5
-q-246 0 -448.5 133t-301.5 350h-189q-36 0 -61 25t-25 61q0 35 25 60t61 25h132q-17 85 -17 170q0 167 65.5 319.5t175.5 263t262.5 176t320.5 65.5q245 0 447.5 -133t301.5 -350h188q36 0 61 -25t25 -61z" />
- <glyph glyph-name="_489" unicode="&#xf209;" horiz-adv-x="1280"
-d="M953 1158l-114 -328l117 -21q165 451 165 518q0 56 -38 56q-57 0 -130 -225zM654 471l33 -88q37 42 71 67l-33 5.5t-38.5 7t-32.5 8.5zM362 1367q0 -98 159 -521q17 10 49 10q15 0 75 -5l-121 351q-75 220 -123 220q-19 0 -29 -17.5t-10 -37.5zM283 608q0 -36 51.5 -119
-t117.5 -153t100 -70q14 0 25.5 13t11.5 27q0 24 -32 102q-13 32 -32 72t-47.5 89t-61.5 81t-62 32q-20 0 -45.5 -27t-25.5 -47zM125 273q0 -41 25 -104q59 -145 183.5 -227t281.5 -82q227 0 382 170q152 169 152 427q0 43 -1 67t-11.5 62t-30.5 56q-56 49 -211.5 75.5
-t-270.5 26.5q-37 0 -49 -11q-12 -5 -12 -35q0 -34 21.5 -60t55.5 -40t77.5 -23.5t87.5 -11.5t85 -4t70 0h23q24 0 40 -19q15 -19 19 -55q-28 -28 -96 -54q-61 -22 -93 -46q-64 -46 -108.5 -114t-44.5 -137q0 -31 18.5 -88.5t18.5 -87.5l-3 -12q-4 -12 -4 -14
-q-137 10 -146 216q-8 -2 -41 -2q2 -7 2 -21q0 -53 -40.5 -89.5t-94.5 -36.5q-82 0 -166.5 78t-84.5 159q0 34 33 67q52 -64 60 -76q77 -104 133 -104q12 0 26.5 8.5t14.5 20.5q0 34 -87.5 145t-116.5 111q-43 0 -70 -44.5t-27 -90.5zM11 264q0 101 42.5 163t136.5 88
-q-28 74 -28 104q0 62 61 123t122 61q29 0 70 -15q-163 462 -163 567q0 80 41 130.5t119 50.5q131 0 325 -581q6 -17 8 -23q6 16 29 79.5t43.5 118.5t54 127.5t64.5 123t70.5 86.5t76.5 36q71 0 112 -49t41 -122q0 -108 -159 -550q61 -15 100.5 -46t58.5 -78t26 -93.5
-t7 -110.5q0 -150 -47 -280t-132 -225t-211 -150t-278 -55q-111 0 -223 42q-149 57 -258 191.5t-109 286.5z" />
- <glyph glyph-name="_490" unicode="&#xf20a;" horiz-adv-x="2048"
-d="M785 528h207q-14 -158 -98.5 -248.5t-214.5 -90.5q-162 0 -254.5 116t-92.5 316q0 194 93 311.5t233 117.5q148 0 232 -87t97 -247h-203q-5 64 -35.5 99t-81.5 35q-57 0 -88.5 -60.5t-31.5 -177.5q0 -48 5 -84t18 -69.5t40 -51.5t66 -18q95 0 109 139zM1497 528h206
-q-14 -158 -98 -248.5t-214 -90.5q-162 0 -254.5 116t-92.5 316q0 194 93 311.5t233 117.5q148 0 232 -87t97 -247h-204q-4 64 -35 99t-81 35q-57 0 -88.5 -60.5t-31.5 -177.5q0 -48 5 -84t18 -69.5t39.5 -51.5t65.5 -18q49 0 76.5 38t33.5 101zM1856 647q0 207 -15.5 307
-t-60.5 161q-6 8 -13.5 14t-21.5 15t-16 11q-86 63 -697 63q-625 0 -710 -63q-5 -4 -17.5 -11.5t-21 -14t-14.5 -14.5q-45 -60 -60 -159.5t-15 -308.5q0 -208 15 -307.5t60 -160.5q6 -8 15 -15t20.5 -14t17.5 -12q44 -33 239.5 -49t470.5 -16q610 0 697 65q5 4 17 11t20.5 14
-t13.5 16q46 60 61 159t15 309zM2048 1408v-1536h-2048v1536h2048z" />
- <glyph glyph-name="_491" unicode="&#xf20b;"
-d="M992 912v-496q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v496q0 112 -80 192t-192 80h-272v-1152q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v1344q0 14 9 23t23 9h464q135 0 249 -66.5t180.5 -180.5t66.5 -249zM1376 1376v-880q0 -135 -66.5 -249t-180.5 -180.5
-t-249 -66.5h-464q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h160q14 0 23 -9t9 -23v-768h272q112 0 192 80t80 192v880q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
- <glyph glyph-name="_492" unicode="&#xf20c;"
-d="M1311 694v-114q0 -24 -13.5 -38t-37.5 -14h-202q-24 0 -38 14t-14 38v114q0 24 14 38t38 14h202q24 0 37.5 -14t13.5 -38zM821 464v250q0 53 -32.5 85.5t-85.5 32.5h-133q-68 0 -96 -52q-28 52 -96 52h-130q-53 0 -85.5 -32.5t-32.5 -85.5v-250q0 -22 21 -22h55
-q22 0 22 22v230q0 24 13.5 38t38.5 14h94q24 0 38 -14t14 -38v-230q0 -22 21 -22h54q22 0 22 22v230q0 24 14 38t38 14h97q24 0 37.5 -14t13.5 -38v-230q0 -22 22 -22h55q21 0 21 22zM1410 560v154q0 53 -33 85.5t-86 32.5h-264q-53 0 -86 -32.5t-33 -85.5v-410
-q0 -21 22 -21h55q21 0 21 21v180q31 -42 94 -42h191q53 0 86 32.5t33 85.5zM1536 1176v-1072q0 -96 -68 -164t-164 -68h-1072q-96 0 -164 68t-68 164v1072q0 96 68 164t164 68h1072q96 0 164 -68t68 -164z" />
- <glyph glyph-name="_493" unicode="&#xf20d;"
-d="M915 450h-294l147 551zM1001 128h311l-324 1024h-440l-324 -1024h311l383 314zM1536 1120v-960q0 -118 -85 -203t-203 -85h-960q-118 0 -203 85t-85 203v960q0 118 85 203t203 85h960q118 0 203 -85t85 -203z" />
- <glyph glyph-name="_494" unicode="&#xf20e;" horiz-adv-x="2048"
-d="M2048 641q0 -21 -13 -36.5t-33 -19.5l-205 -356q3 -9 3 -18q0 -20 -12.5 -35.5t-32.5 -19.5l-193 -337q3 -8 3 -16q0 -23 -16.5 -40t-40.5 -17q-25 0 -41 18h-400q-17 -20 -43 -20t-43 20h-399q-17 -20 -43 -20q-23 0 -40 16.5t-17 40.5q0 8 4 20l-193 335
-q-20 4 -32.5 19.5t-12.5 35.5q0 9 3 18l-206 356q-20 5 -32.5 20.5t-12.5 35.5q0 21 13.5 36.5t33.5 19.5l199 344q0 1 -0.5 3t-0.5 3q0 36 34 51l209 363q-4 10 -4 18q0 24 17 40.5t40 16.5q26 0 44 -21h396q16 21 43 21t43 -21h398q18 21 44 21q23 0 40 -16.5t17 -40.5
-q0 -6 -4 -18l207 -358q23 -1 39 -17.5t16 -38.5q0 -13 -7 -27l187 -324q19 -4 31.5 -19.5t12.5 -35.5zM1063 -158h389l-342 354h-143l-342 -354h360q18 16 39 16t39 -16zM112 654q1 -4 1 -13q0 -10 -2 -15l208 -360l15 -6l188 199v347l-187 194q-13 -8 -29 -10zM986 1438
-h-388l190 -200l554 200h-280q-16 -16 -38 -16t-38 16zM1689 226q1 6 5 11l-64 68l-17 -79h76zM1583 226l22 105l-252 266l-296 -307l63 -64h463zM1495 -142l16 28l65 310h-427l333 -343q8 4 13 5zM578 -158h5l342 354h-373v-335l4 -6q14 -5 22 -13zM552 226h402l64 66
-l-309 321l-157 -166v-221zM359 226h163v189l-168 -177q4 -8 5 -12zM358 1051q0 -1 0.5 -2t0.5 -2q0 -16 -8 -29l171 -177v269zM552 1121v-311l153 -157l297 314l-223 236zM556 1425l-4 -8v-264l205 74l-191 201q-6 -2 -10 -3zM1447 1438h-16l-621 -224l213 -225zM1023 946
-l-297 -315l311 -319l296 307zM688 634l-136 141v-284zM1038 270l-42 -44h85zM1374 618l238 -251l132 624l-3 5l-1 1zM1718 1018q-8 13 -8 29v2l-216 376q-5 1 -13 5l-437 -463l310 -327zM522 1142v223l-163 -282zM522 196h-163l163 -283v283zM1607 196l-48 -227l130 227h-82
-zM1729 266l207 361q-2 10 -2 14q0 1 3 16l-171 296l-129 -612l77 -82q5 3 15 7z" />
- <glyph glyph-name="f210" unicode="&#xf210;"
-d="M0 856q0 131 91.5 226.5t222.5 95.5h742l352 358v-1470q0 -132 -91.5 -227t-222.5 -95h-780q-131 0 -222.5 95t-91.5 227v790zM1232 102l-176 180v425q0 46 -32 79t-78 33h-484q-46 0 -78 -33t-32 -79v-492q0 -46 32.5 -79.5t77.5 -33.5h770z" />
- <glyph glyph-name="_496" unicode="&#xf211;"
-d="M934 1386q-317 -121 -556 -362.5t-358 -560.5q-20 89 -20 176q0 208 102.5 384.5t278.5 279t384 102.5q82 0 169 -19zM1203 1267q93 -65 164 -155q-389 -113 -674.5 -400.5t-396.5 -676.5q-93 72 -155 162q112 386 395 671t667 399zM470 -67q115 356 379.5 622t619.5 384
-q40 -92 54 -195q-292 -120 -516 -345t-343 -518q-103 14 -194 52zM1536 -125q-193 50 -367 115q-135 -84 -290 -107q109 205 274 370.5t369 275.5q-21 -152 -101 -284q65 -175 115 -370z" />
- <glyph glyph-name="f212" unicode="&#xf212;" horiz-adv-x="2048"
-d="M1893 1144l155 -1272q-131 0 -257 57q-200 91 -393 91q-226 0 -374 -148q-148 148 -374 148q-193 0 -393 -91q-128 -57 -252 -57h-5l155 1272q224 127 482 127q233 0 387 -106q154 106 387 106q258 0 482 -127zM1398 157q129 0 232 -28.5t260 -93.5l-124 1021
-q-171 78 -368 78q-224 0 -374 -141q-150 141 -374 141q-197 0 -368 -78l-124 -1021q105 43 165.5 65t148.5 39.5t178 17.5q202 0 374 -108q172 108 374 108zM1438 191l-55 907q-211 -4 -359 -155q-152 155 -374 155q-176 0 -336 -66l-114 -941q124 51 228.5 76t221.5 25
-q209 0 374 -102q172 107 374 102z" />
- <glyph glyph-name="_498" unicode="&#xf213;" horiz-adv-x="2048"
-d="M1500 165v733q0 21 -15 36t-35 15h-93q-20 0 -35 -15t-15 -36v-733q0 -20 15 -35t35 -15h93q20 0 35 15t15 35zM1216 165v531q0 20 -15 35t-35 15h-101q-20 0 -35 -15t-15 -35v-531q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM924 165v429q0 20 -15 35t-35 15h-101
-q-20 0 -35 -15t-15 -35v-429q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM632 165v362q0 20 -15 35t-35 15h-101q-20 0 -35 -15t-15 -35v-362q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM2048 311q0 -166 -118 -284t-284 -118h-1244q-166 0 -284 118t-118 284
-q0 116 63 214.5t168 148.5q-10 34 -10 73q0 113 80.5 193.5t193.5 80.5q102 0 180 -67q45 183 194 300t338 117q149 0 275 -73.5t199.5 -199.5t73.5 -275q0 -66 -14 -122q135 -33 221 -142.5t86 -247.5z" />
- <glyph glyph-name="_499" unicode="&#xf214;"
-d="M0 1536h1536v-1392l-776 -338l-760 338v1392zM1436 209v926h-1336v-926l661 -294zM1436 1235v201h-1336v-201h1336zM181 937v-115h-37v115h37zM181 789v-115h-37v115h37zM181 641v-115h-37v115h37zM181 493v-115h-37v115h37zM181 345v-115h-37v115h37zM207 202l15 34
-l105 -47l-15 -33zM343 142l15 34l105 -46l-15 -34zM478 82l15 34l105 -46l-15 -34zM614 23l15 33l104 -46l-15 -34zM797 10l105 46l15 -33l-105 -47zM932 70l105 46l15 -34l-105 -46zM1068 130l105 46l15 -34l-105 -46zM1203 189l105 47l15 -34l-105 -46zM259 1389v-36h-114
-v36h114zM421 1389v-36h-115v36h115zM583 1389v-36h-115v36h115zM744 1389v-36h-114v36h114zM906 1389v-36h-114v36h114zM1068 1389v-36h-115v36h115zM1230 1389v-36h-115v36h115zM1391 1389v-36h-114v36h114zM181 1049v-79h-37v115h115v-36h-78zM421 1085v-36h-115v36h115z
-M583 1085v-36h-115v36h115zM744 1085v-36h-114v36h114zM906 1085v-36h-114v36h114zM1068 1085v-36h-115v36h115zM1230 1085v-36h-115v36h115zM1355 970v79h-78v36h115v-115h-37zM1355 822v115h37v-115h-37zM1355 674v115h37v-115h-37zM1355 526v115h37v-115h-37zM1355 378
-v115h37v-115h-37zM1355 230v115h37v-115h-37zM760 265q-129 0 -221 91.5t-92 221.5q0 129 92 221t221 92q130 0 221.5 -92t91.5 -221q0 -130 -91.5 -221.5t-221.5 -91.5zM595 646q0 -36 19.5 -56.5t49.5 -25t64 -7t64 -2t49.5 -9t19.5 -30.5q0 -49 -112 -49q-97 0 -123 51
-h-3l-31 -63q67 -42 162 -42q29 0 56.5 5t55.5 16t45.5 33t17.5 53q0 46 -27.5 69.5t-67.5 27t-79.5 3t-67 5t-27.5 25.5q0 21 20.5 33t40.5 15t41 3q34 0 70.5 -11t51.5 -34h3l30 58q-3 1 -21 8.5t-22.5 9t-19.5 7t-22 7t-20 4.5t-24 4t-23 1q-29 0 -56.5 -5t-54 -16.5
-t-43 -34t-16.5 -53.5z" />
- <glyph glyph-name="_500" unicode="&#xf215;" horiz-adv-x="2048"
-d="M863 504q0 112 -79.5 191.5t-191.5 79.5t-191 -79.5t-79 -191.5t79 -191t191 -79t191.5 79t79.5 191zM1726 505q0 112 -79 191t-191 79t-191.5 -79t-79.5 -191q0 -113 79.5 -192t191.5 -79t191 79.5t79 191.5zM2048 1314v-1348q0 -44 -31.5 -75.5t-76.5 -31.5h-1832
-q-45 0 -76.5 31.5t-31.5 75.5v1348q0 44 31.5 75.5t76.5 31.5h431q44 0 76 -31.5t32 -75.5v-161h754v161q0 44 32 75.5t76 31.5h431q45 0 76.5 -31.5t31.5 -75.5z" />
- <glyph glyph-name="_501" unicode="&#xf216;" horiz-adv-x="2048"
-d="M1430 953zM1690 749q148 0 253 -98.5t105 -244.5q0 -157 -109 -261.5t-267 -104.5q-85 0 -162 27.5t-138 73.5t-118 106t-109 126t-103.5 132.5t-108.5 126.5t-117 106t-136 73.5t-159 27.5q-154 0 -251.5 -91.5t-97.5 -244.5q0 -157 104 -250t263 -93q100 0 208 37.5
-t193 98.5q5 4 21 18.5t30 24t22 9.5q14 0 24.5 -10.5t10.5 -24.5q0 -24 -60 -77q-101 -88 -234.5 -142t-260.5 -54q-133 0 -245.5 58t-180 165t-67.5 241q0 205 141.5 341t347.5 136q120 0 226.5 -43.5t185.5 -113t151.5 -153t139 -167.5t133.5 -153.5t149.5 -113
-t172.5 -43.5q102 0 168.5 61.5t66.5 162.5q0 95 -64.5 159t-159.5 64q-30 0 -81.5 -18.5t-68.5 -18.5q-20 0 -35.5 15t-15.5 35q0 18 8.5 57t8.5 59q0 159 -107.5 263t-266.5 104q-58 0 -111.5 -18.5t-84 -40.5t-55.5 -40.5t-33 -18.5q-15 0 -25.5 10.5t-10.5 25.5
-q0 19 25 46q59 67 147 103.5t182 36.5q191 0 318 -125.5t127 -315.5q0 -37 -4 -66q57 15 115 15z" />
- <glyph glyph-name="_502" unicode="&#xf217;" horiz-adv-x="1664"
-d="M1216 832q0 26 -19 45t-45 19h-128v128q0 26 -19 45t-45 19t-45 -19t-19 -45v-128h-128q-26 0 -45 -19t-19 -45t19 -45t45 -19h128v-128q0 -26 19 -45t45 -19t45 19t19 45v128h128q26 0 45 19t19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
-t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920
-q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
- <glyph glyph-name="_503" unicode="&#xf218;" horiz-adv-x="1664"
-d="M1280 832q0 26 -19 45t-45 19t-45 -19l-147 -146v293q0 26 -19 45t-45 19t-45 -19t-19 -45v-293l-147 146q-19 19 -45 19t-45 -19t-19 -45t19 -45l256 -256q19 -19 45 -19t45 19l256 256q19 19 19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
-t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920
-q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
- <glyph glyph-name="_504" unicode="&#xf219;" horiz-adv-x="2048"
-d="M212 768l623 -665l-300 665h-323zM1024 -4l349 772h-698zM538 896l204 384h-262l-288 -384h346zM1213 103l623 665h-323zM683 896h682l-204 384h-274zM1510 896h346l-288 384h-262zM1651 1382l384 -512q14 -18 13 -41.5t-17 -40.5l-960 -1024q-18 -20 -47 -20t-47 20
-l-960 1024q-16 17 -17 40.5t13 41.5l384 512q18 26 51 26h1152q33 0 51 -26z" />
- <glyph glyph-name="_505" unicode="&#xf21a;" horiz-adv-x="2048"
-d="M1811 -19q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83
-q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83
-q19 19 45 19t45 -19l83 -83zM237 19q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -82l83 82q19 19 45 19t45 -19l83 -82l64 64v293l-210 314q-17 26 -7 56.5t40 40.5l177 58v299h128v128h256v128h256v-128h256v-128h128v-299l177 -58q30 -10 40 -40.5t-7 -56.5l-210 -314
-v-293l19 18q19 19 45 19t45 -19l83 -82l83 82q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83
-q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83zM640 1152v-128l384 128l384 -128v128h-128v128h-512v-128h-128z" />
- <glyph glyph-name="_506" unicode="&#xf21b;"
-d="M576 0l96 448l-96 128l-128 64zM832 0l128 640l-128 -64l-96 -128zM992 1010q-2 4 -4 6q-10 8 -96 8q-70 0 -167 -19q-7 -2 -21 -2t-21 2q-97 19 -167 19q-86 0 -96 -8q-2 -2 -4 -6q2 -18 4 -27q2 -3 7.5 -6.5t7.5 -10.5q2 -4 7.5 -20.5t7 -20.5t7.5 -17t8.5 -17t9 -14
-t12 -13.5t14 -9.5t17.5 -8t20.5 -4t24.5 -2q36 0 59 12.5t32.5 30t14.5 34.5t11.5 29.5t17.5 12.5h12q11 0 17.5 -12.5t11.5 -29.5t14.5 -34.5t32.5 -30t59 -12.5q13 0 24.5 2t20.5 4t17.5 8t14 9.5t12 13.5t9 14t8.5 17t7.5 17t7 20.5t7.5 20.5q2 7 7.5 10.5t7.5 6.5
-q2 9 4 27zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 61 4.5 118t19 125.5t37.5 123.5t63.5 103.5t93.5 74.5l-90 220h214q-22 64 -22 128q0 12 2 32q-194 40 -194 96q0 57 210 99q17 62 51.5 134t70.5 114q32 37 76 37q30 0 84 -31t84 -31t84 31
-t84 31q44 0 76 -37q36 -42 70.5 -114t51.5 -134q210 -42 210 -99q0 -56 -194 -96q7 -81 -20 -160h214l-82 -225q63 -33 107.5 -96.5t65.5 -143.5t29 -151.5t8 -148.5z" />
- <glyph glyph-name="_507" unicode="&#xf21c;" horiz-adv-x="2304"
-d="M2301 500q12 -103 -22 -198.5t-99 -163.5t-158.5 -106t-196.5 -31q-161 11 -279.5 125t-134.5 274q-12 111 27.5 210.5t118.5 170.5l-71 107q-96 -80 -151 -194t-55 -244q0 -27 -18.5 -46.5t-45.5 -19.5h-256h-69q-23 -164 -149 -274t-294 -110q-185 0 -316.5 131.5
-t-131.5 316.5t131.5 316.5t316.5 131.5q76 0 152 -27l24 45q-123 110 -304 110h-64q-26 0 -45 19t-19 45t19 45t45 19h128q78 0 145 -13.5t116.5 -38.5t71.5 -39.5t51 -36.5h512h115l-85 128h-222q-30 0 -49 22.5t-14 52.5q4 23 23 38t43 15h253q33 0 53 -28l70 -105
-l114 114q19 19 46 19h101q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-179l115 -172q131 63 275 36q143 -26 244 -134.5t118 -253.5zM448 128q115 0 203 72.5t111 183.5h-314q-35 0 -55 31q-18 32 -1 63l147 277q-47 13 -91 13q-132 0 -226 -94t-94 -226t94 -226
-t226 -94zM1856 128q132 0 226 94t94 226t-94 226t-226 94q-60 0 -121 -24l174 -260q15 -23 10 -49t-27 -40q-15 -11 -36 -11q-35 0 -53 29l-174 260q-93 -95 -93 -225q0 -132 94 -226t226 -94z" />
- <glyph glyph-name="_508" unicode="&#xf21d;"
-d="M1408 0q0 -63 -61.5 -113.5t-164 -81t-225 -46t-253.5 -15.5t-253.5 15.5t-225 46t-164 81t-61.5 113.5q0 49 33 88.5t91 66.5t118 44.5t131 29.5q26 5 48 -10.5t26 -41.5q5 -26 -10.5 -48t-41.5 -26q-58 -10 -106 -23.5t-76.5 -25.5t-48.5 -23.5t-27.5 -19.5t-8.5 -12
-q3 -11 27 -26.5t73 -33t114 -32.5t160.5 -25t201.5 -10t201.5 10t160.5 25t114 33t73 33.5t27 27.5q-1 4 -8.5 11t-27.5 19t-48.5 23.5t-76.5 25t-106 23.5q-26 4 -41.5 26t-10.5 48q4 26 26 41.5t48 10.5q71 -12 131 -29.5t118 -44.5t91 -66.5t33 -88.5zM1024 896v-384
-q0 -26 -19 -45t-45 -19h-64v-384q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v384h-64q-26 0 -45 19t-19 45v384q0 53 37.5 90.5t90.5 37.5h384q53 0 90.5 -37.5t37.5 -90.5zM928 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5
-t158.5 -65.5t65.5 -158.5z" />
- <glyph glyph-name="_509" unicode="&#xf21e;" horiz-adv-x="1792"
-d="M1280 512h305q-5 -6 -10 -10.5t-9 -7.5l-3 -4l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-5 2 -21 20h369q22 0 39.5 13.5t22.5 34.5l70 281l190 -667q6 -20 23 -33t39 -13q21 0 38 13t23 33l146 485l56 -112q18 -35 57 -35zM1792 940q0 -145 -103 -300h-369l-111 221
-q-8 17 -25.5 27t-36.5 8q-45 -5 -56 -46l-129 -430l-196 686q-6 20 -23.5 33t-39.5 13t-39 -13.5t-22 -34.5l-116 -464h-423q-103 155 -103 300q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124
-t127 -344z" />
- <glyph glyph-name="venus" unicode="&#xf221;" horiz-adv-x="1280"
-d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292
-q11 134 80.5 249t182 188t245.5 88q170 19 319 -54t236 -212t87 -306zM128 960q0 -185 131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5z" />
- <glyph glyph-name="_511" unicode="&#xf222;"
-d="M1472 1408q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-382 -383q126 -156 126 -359q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5
-q203 0 359 -126l382 382h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM576 0q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
- <glyph glyph-name="_512" unicode="&#xf223;" horiz-adv-x="1280"
-d="M830 1220q145 -72 233.5 -210.5t88.5 -305.5q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5
-t-147.5 384.5q0 167 88.5 305.5t233.5 210.5q-165 96 -228 273q-6 16 3.5 29.5t26.5 13.5h69q21 0 29 -20q44 -106 140 -171t214 -65t214 65t140 171q8 20 37 20h61q17 0 26.5 -13.5t3.5 -29.5q-63 -177 -228 -273zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5
-t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
- <glyph glyph-name="_513" unicode="&#xf224;"
-d="M1024 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64
-q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-149 16 -270.5 103t-186.5 223.5t-53 291.5q16 204 160 353.5t347 172.5q118 14 228 -19t198 -103l255 254h-134q-14 0 -23 9t-9 23v64zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5
-t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
- <glyph glyph-name="_514" unicode="&#xf225;" horiz-adv-x="1792"
-d="M1280 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64
-q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5t-147.5 384.5q0 201 126 359l-52 53l-101 -111q-9 -10 -22 -10.5t-23 7.5l-48 44q-10 8 -10.5 21.5t8.5 23.5l105 115l-111 112v-134q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9
-t-9 23v288q0 26 19 45t45 19h288q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-133l106 -107l86 94q9 10 22 10.5t23 -7.5l48 -44q10 -8 10.5 -21.5t-8.5 -23.5l-90 -99l57 -56q158 126 359 126t359 -126l255 254h-134q-14 0 -23 9t-9 23v64zM832 256q185 0 316.5 131.5
-t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
- <glyph glyph-name="_515" unicode="&#xf226;" horiz-adv-x="1792"
-d="M1790 1007q12 -155 -52.5 -292t-186 -224t-271.5 -103v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-512v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23
-t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292q17 206 164.5 356.5t352.5 169.5q206 21 377 -94q171 115 377 94q205 -19 352.5 -169.5t164.5 -356.5zM896 647q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM576 512q115 0 218 57q-154 165 -154 391
-q0 224 154 391q-103 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5zM1152 128v260q-137 15 -256 94q-119 -79 -256 -94v-260h512zM1216 512q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5q-115 0 -218 -57q154 -167 154 -391
-q0 -226 -154 -391q103 -57 218 -57z" />
- <glyph glyph-name="_516" unicode="&#xf227;" horiz-adv-x="1920"
-d="M1536 1120q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-31 -182 -166 -312t-318 -156q-210 -29 -384.5 80t-241.5 300q-117 6 -221 57.5t-177.5 133t-113.5 192.5t-32 230
-q9 135 78 252t182 191.5t248 89.5q118 14 227.5 -19t198.5 -103l255 254h-134q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q59 -74 93 -169q182 -9 328 -124l255 254h-134q-14 0 -23 9
-t-9 23v64zM1024 704q0 20 -4 58q-162 -25 -271 -150t-109 -292q0 -20 4 -58q162 25 271 150t109 292zM128 704q0 -168 111 -294t276 -149q-3 29 -3 59q0 210 135 369.5t338 196.5q-53 120 -163.5 193t-245.5 73q-185 0 -316.5 -131.5t-131.5 -316.5zM1088 -128
-q185 0 316.5 131.5t131.5 316.5q0 168 -111 294t-276 149q3 -28 3 -59q0 -210 -135 -369.5t-338 -196.5q53 -120 163.5 -193t245.5 -73z" />
- <glyph glyph-name="_517" unicode="&#xf228;" horiz-adv-x="2048"
-d="M1664 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-32 -180 -164.5 -310t-313.5 -157q-223 -34 -409 90q-117 -78 -256 -93v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23
-t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-155 17 -279.5 109.5t-187 237.5t-39.5 307q25 187 159.5 322.5t320.5 164.5q224 34 410 -90q146 97 320 97q201 0 359 -126l255 254h-134q-14 0 -23 9
-t-9 23v64zM896 391q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM128 704q0 -185 131.5 -316.5t316.5 -131.5q117 0 218 57q-154 167 -154 391t154 391q-101 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5zM1216 256q185 0 316.5 131.5t131.5 316.5
-t-131.5 316.5t-316.5 131.5q-117 0 -218 -57q154 -167 154 -391t-154 -391q101 -57 218 -57z" />
- <glyph glyph-name="_518" unicode="&#xf229;"
-d="M1472 1408q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-213 -214l140 -140q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-140 141l-78 -79q126 -156 126 -359q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5
-t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5q203 0 359 -126l78 78l-172 172q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l172 -172l213 213h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM576 0q185 0 316.5 131.5t131.5 316.5t-131.5 316.5
-t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
- <glyph glyph-name="_519" unicode="&#xf22a;" horiz-adv-x="1280"
-d="M640 892q217 -24 364.5 -187.5t147.5 -384.5q0 -167 -87 -306t-236 -212t-319 -54q-133 15 -245.5 88t-182 188t-80.5 249q-12 155 52.5 292t186 224t271.5 103v132h-160q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h160v165l-92 -92q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22
-t9 23l202 201q19 19 45 19t45 -19l202 -201q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-92 92v-165h160q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-160v-132zM576 -128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5
-t131.5 -316.5t316.5 -131.5z" />
- <glyph glyph-name="_520" unicode="&#xf22b;" horiz-adv-x="2048"
-d="M1901 621q19 -19 19 -45t-19 -45l-294 -294q-9 -10 -22.5 -10t-22.5 10l-45 45q-10 9 -10 22.5t10 22.5l185 185h-294v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-132q-24 -217 -187.5 -364.5t-384.5 -147.5q-167 0 -306 87t-212 236t-54 319q15 133 88 245.5
-t188 182t249 80.5q155 12 292 -52.5t224 -186t103 -271.5h132v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224h294l-185 185q-10 9 -10 22.5t10 22.5l45 45q9 10 22.5 10t22.5 -10zM576 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5
-t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
- <glyph glyph-name="_521" unicode="&#xf22c;" horiz-adv-x="1280"
-d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-612q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v612q-217 24 -364.5 187.5t-147.5 384.5q0 117 45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5zM576 512q185 0 316.5 131.5
-t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
- <glyph glyph-name="_522" unicode="&#xf22d;" horiz-adv-x="1280"
-d="M1024 576q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1152 576q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123
-t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5z" />
- <glyph glyph-name="_523" unicode="&#xf22e;" horiz-adv-x="1792"
- />
- <glyph glyph-name="_524" unicode="&#xf22f;" horiz-adv-x="1792"
- />
- <glyph glyph-name="_525" unicode="&#xf230;"
-d="M1451 1408q35 0 60 -25t25 -60v-1366q0 -35 -25 -60t-60 -25h-391v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-735q-35 0 -60 25t-25 60v1366q0 35 25 60t60 25h1366z" />
- <glyph glyph-name="_526" unicode="&#xf231;" horiz-adv-x="1280"
-d="M0 939q0 108 37.5 203.5t103.5 166.5t152 123t185 78t202 26q158 0 294 -66.5t221 -193.5t85 -287q0 -96 -19 -188t-60 -177t-100 -149.5t-145 -103t-189 -38.5q-68 0 -135 32t-96 88q-10 -39 -28 -112.5t-23.5 -95t-20.5 -71t-26 -71t-32 -62.5t-46 -77.5t-62 -86.5
-l-14 -5l-9 10q-15 157 -15 188q0 92 21.5 206.5t66.5 287.5t52 203q-32 65 -32 169q0 83 52 156t132 73q61 0 95 -40.5t34 -102.5q0 -66 -44 -191t-44 -187q0 -63 45 -104.5t109 -41.5q55 0 102 25t78.5 68t56 95t38 110.5t20 111t6.5 99.5q0 173 -109.5 269.5t-285.5 96.5
-q-200 0 -334 -129.5t-134 -328.5q0 -44 12.5 -85t27 -65t27 -45.5t12.5 -30.5q0 -28 -15 -73t-37 -45q-2 0 -17 3q-51 15 -90.5 56t-61 94.5t-32.5 108t-11 106.5z" />
- <glyph glyph-name="_527" unicode="&#xf232;"
-d="M985 562q13 0 97.5 -44t89.5 -53q2 -5 2 -15q0 -33 -17 -76q-16 -39 -71 -65.5t-102 -26.5q-57 0 -190 62q-98 45 -170 118t-148 185q-72 107 -71 194v8q3 91 74 158q24 22 52 22q6 0 18 -1.5t19 -1.5q19 0 26.5 -6.5t15.5 -27.5q8 -20 33 -88t25 -75q0 -21 -34.5 -57.5
-t-34.5 -46.5q0 -7 5 -15q34 -73 102 -137q56 -53 151 -101q12 -7 22 -7q15 0 54 48.5t52 48.5zM782 32q127 0 243.5 50t200.5 134t134 200.5t50 243.5t-50 243.5t-134 200.5t-200.5 134t-243.5 50t-243.5 -50t-200.5 -134t-134 -200.5t-50 -243.5q0 -203 120 -368l-79 -233
-l242 77q158 -104 345 -104zM782 1414q153 0 292.5 -60t240.5 -161t161 -240.5t60 -292.5t-60 -292.5t-161 -240.5t-240.5 -161t-292.5 -60q-195 0 -365 94l-417 -134l136 405q-108 178 -108 389q0 153 60 292.5t161 240.5t240.5 161t292.5 60z" />
- <glyph glyph-name="_528" unicode="&#xf233;" horiz-adv-x="1792"
-d="M128 128h1024v128h-1024v-128zM128 640h1024v128h-1024v-128zM1696 192q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM128 1152h1024v128h-1024v-128zM1696 704q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1696 1216
-q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1792 384v-384h-1792v384h1792zM1792 896v-384h-1792v384h1792zM1792 1408v-384h-1792v384h1792z" />
- <glyph glyph-name="_529" unicode="&#xf234;" horiz-adv-x="2048"
-d="M704 640q-159 0 -271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5t-112.5 -271.5t-271.5 -112.5zM1664 512h352q13 0 22.5 -9.5t9.5 -22.5v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-352q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5
-t-9.5 22.5v352h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v352q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5v-352zM928 288q0 -52 38 -90t90 -38h256v-238q-68 -50 -171 -50h-874q-121 0 -194 69t-73 190q0 53 3.5 103.5t14 109t26.5 108.5
-t43 97.5t62 81t85.5 53.5t111.5 20q19 0 39 -17q79 -61 154.5 -91.5t164.5 -30.5t164.5 30.5t154.5 91.5q20 17 39 17q132 0 217 -96h-223q-52 0 -90 -38t-38 -90v-192z" />
- <glyph glyph-name="_530" unicode="&#xf235;" horiz-adv-x="2048"
-d="M704 640q-159 0 -271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5t-112.5 -271.5t-271.5 -112.5zM1781 320l249 -249q9 -9 9 -23q0 -13 -9 -22l-136 -136q-9 -9 -22 -9q-14 0 -23 9l-249 249l-249 -249q-9 -9 -23 -9q-13 0 -22 9l-136 136
-q-9 9 -9 22q0 14 9 23l249 249l-249 249q-9 9 -9 23q0 13 9 22l136 136q9 9 22 9q14 0 23 -9l249 -249l249 249q9 9 23 9q13 0 22 -9l136 -136q9 -9 9 -22q0 -14 -9 -23zM1283 320l-181 -181q-37 -37 -37 -91q0 -53 37 -90l83 -83q-21 -3 -44 -3h-874q-121 0 -194 69
-t-73 190q0 53 3.5 103.5t14 109t26.5 108.5t43 97.5t62 81t85.5 53.5t111.5 20q19 0 39 -17q154 -122 319 -122t319 122q20 17 39 17q28 0 57 -6q-28 -27 -41 -50t-13 -56q0 -54 37 -91z" />
- <glyph glyph-name="_531" unicode="&#xf236;" horiz-adv-x="2048"
-d="M256 512h1728q26 0 45 -19t19 -45v-448h-256v256h-1536v-256h-256v1216q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-704zM832 832q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM2048 576v64q0 159 -112.5 271.5t-271.5 112.5h-704
-q-26 0 -45 -19t-19 -45v-384h1152z" />
- <glyph glyph-name="_532" unicode="&#xf237;"
-d="M1536 1536l-192 -448h192v-192h-274l-55 -128h329v-192h-411l-357 -832l-357 832h-411v192h329l-55 128h-274v192h192l-192 448h256l323 -768h378l323 768h256zM768 320l108 256h-216z" />
- <glyph glyph-name="_533" unicode="&#xf238;"
-d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM768 192q80 0 136 56t56 136t-56 136t-136 56
-t-136 -56t-56 -136t56 -136t136 -56zM1344 768v512h-1152v-512h1152z" />
- <glyph glyph-name="_534" unicode="&#xf239;"
-d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM288 224q66 0 113 47t47 113t-47 113t-113 47
-t-113 -47t-47 -113t47 -113t113 -47zM704 768v512h-544v-512h544zM1248 224q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM1408 768v512h-576v-512h576z" />
- <glyph glyph-name="_535" unicode="&#xf23a;" horiz-adv-x="1792"
-d="M597 1115v-1173q0 -25 -12.5 -42.5t-36.5 -17.5q-17 0 -33 8l-465 233q-21 10 -35.5 33.5t-14.5 46.5v1140q0 20 10 34t29 14q14 0 44 -15l511 -256q3 -3 3 -5zM661 1014l534 -866l-534 266v600zM1792 996v-1054q0 -25 -14 -40.5t-38 -15.5t-47 13l-441 220zM1789 1116
-q0 -3 -256.5 -419.5t-300.5 -487.5l-390 634l324 527q17 28 52 28q14 0 26 -6l541 -270q4 -2 4 -6z" />
- <glyph glyph-name="_536" unicode="&#xf23b;"
-d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1408v-1536h-1536v1536h1536z" />
- <glyph glyph-name="_537" unicode="&#xf23c;" horiz-adv-x="2296"
-d="M478 -139q-8 -16 -27 -34.5t-37 -25.5q-25 -9 -51.5 3.5t-28.5 31.5q-1 22 40 55t68 38q23 4 34 -21.5t2 -46.5zM1819 -139q7 -16 26 -34.5t38 -25.5q25 -9 51.5 3.5t27.5 31.5q2 22 -39.5 55t-68.5 38q-22 4 -33 -21.5t-2 -46.5zM1867 -30q13 -27 56.5 -59.5t77.5 -41.5
-q45 -13 82 4.5t37 50.5q0 46 -67.5 100.5t-115.5 59.5q-40 5 -63.5 -37.5t-6.5 -76.5zM428 -30q-13 -27 -56 -59.5t-77 -41.5q-45 -13 -82 4.5t-37 50.5q0 46 67.5 100.5t115.5 59.5q40 5 63 -37.5t6 -76.5zM1158 1094h1q-41 0 -76 -15q27 -8 44 -30.5t17 -49.5
-q0 -35 -27 -60t-65 -25q-52 0 -80 43q-5 -23 -5 -42q0 -74 56 -126.5t135 -52.5q80 0 136 52.5t56 126.5t-56 126.5t-136 52.5zM1462 1312q-99 109 -220.5 131.5t-245.5 -44.5q27 60 82.5 96.5t118 39.5t121.5 -17t99.5 -74.5t44.5 -131.5zM2212 73q8 -11 -11 -42
-q7 -23 7 -40q1 -56 -44.5 -112.5t-109.5 -91.5t-118 -37q-48 -2 -92 21.5t-66 65.5q-687 -25 -1259 0q-23 -41 -66.5 -65t-92.5 -22q-86 3 -179.5 80.5t-92.5 160.5q2 22 7 40q-19 31 -11 42q6 10 31 1q14 22 41 51q-7 29 2 38q11 10 39 -4q29 20 59 34q0 29 13 37
-q23 12 51 -16q35 5 61 -2q18 -4 38 -19v73q-11 0 -18 2q-53 10 -97 44.5t-55 87.5q-9 38 0 81q15 62 93 95q2 17 19 35.5t36 23.5t33 -7.5t19 -30.5h13q46 -5 60 -23q3 -3 5 -7q10 1 30.5 3.5t30.5 3.5q-15 11 -30 17q-23 40 -91 43q0 6 1 10q-62 2 -118.5 18.5t-84.5 47.5
-q-32 36 -42.5 92t-2.5 112q16 126 90 179q23 16 52 4.5t32 -40.5q0 -1 1.5 -14t2.5 -21t3 -20t5.5 -19t8.5 -10q27 -14 76 -12q48 46 98 74q-40 4 -162 -14l47 46q61 58 163 111q145 73 282 86q-20 8 -41 15.5t-47 14t-42.5 10.5t-47.5 11t-43 10q595 126 904 -139
-q98 -84 158 -222q85 -10 121 9h1q5 3 8.5 10t5.5 19t3 19.5t3 21.5l1 14q3 28 32 40t52 -5q73 -52 91 -178q7 -57 -3.5 -113t-42.5 -91q-28 -32 -83.5 -48.5t-115.5 -18.5v-10q-71 -2 -95 -43q-14 -5 -31 -17q11 -1 32 -3.5t30 -3.5q1 5 5 8q16 18 60 23h13q5 18 19 30t33 8
-t36 -23t19 -36q79 -32 93 -95q9 -40 1 -81q-12 -53 -56 -88t-97 -44q-10 -2 -17 -2q0 -49 -1 -73q20 15 38 19q26 7 61 2q28 28 51 16q14 -9 14 -37q33 -16 59 -34q27 13 38 4q10 -10 2 -38q28 -30 41 -51q23 8 31 -1zM1937 1025q0 -29 -9 -54q82 -32 112 -132
-q4 37 -9.5 98.5t-41.5 90.5q-20 19 -36 17t-16 -20zM1859 925q35 -42 47.5 -108.5t-0.5 -124.5q67 13 97 45q13 14 18 28q-3 64 -31 114.5t-79 66.5q-15 -15 -52 -21zM1822 921q-30 0 -44 1q42 -115 53 -239q21 0 43 3q16 68 1 135t-53 100zM258 839q30 100 112 132
-q-9 25 -9 54q0 18 -16.5 20t-35.5 -17q-28 -29 -41.5 -90.5t-9.5 -98.5zM294 737q29 -31 97 -45q-13 58 -0.5 124.5t47.5 108.5v0q-37 6 -52 21q-51 -16 -78.5 -66t-31.5 -115q9 -17 18 -28zM471 683q14 124 73 235q-19 -4 -55 -18l-45 -19v1q-46 -89 -20 -196q25 -3 47 -3z
-M1434 644q8 -38 16.5 -108.5t11.5 -89.5q3 -18 9.5 -21.5t23.5 4.5q40 20 62 85.5t23 125.5q-24 2 -146 4zM1152 1285q-116 0 -199 -82.5t-83 -198.5q0 -117 83 -199.5t199 -82.5t199 82.5t83 199.5q0 116 -83 198.5t-199 82.5zM1380 646q-105 2 -211 0v1q-1 -27 2.5 -86
-t13.5 -66q29 -14 93.5 -14.5t95.5 10.5q9 3 11 39t-0.5 69.5t-4.5 46.5zM1112 447q8 4 9.5 48t-0.5 88t-4 63v1q-212 -3 -214 -3q-4 -20 -7 -62t0 -83t14 -46q34 -15 101 -16t101 10zM718 636q-16 -59 4.5 -118.5t77.5 -84.5q15 -8 24 -5t12 21q3 16 8 90t10 103
-q-69 -2 -136 -6zM591 510q3 -23 -34 -36q132 -141 271.5 -240t305.5 -154q172 49 310.5 146t293.5 250q-33 13 -30 34q0 2 0.5 3.5t1.5 3t1 2.5v1v-1q-17 2 -50 5.5t-48 4.5q-26 -90 -82 -132q-51 -38 -82 1q-5 6 -9 14q-7 13 -17 62q-2 -5 -5 -9t-7.5 -7t-8 -5.5t-9.5 -4
-l-10 -2.5t-12 -2l-12 -1.5t-13.5 -1t-13.5 -0.5q-106 -9 -163 11q-4 -17 -10 -26.5t-21 -15t-23 -7t-36 -3.5q-6 -1 -9 -1q-179 -17 -203 40q-2 -63 -56 -54q-47 8 -91 54q-12 13 -20 26q-17 29 -26 65q-58 -6 -87 -10q1 -2 4 -10zM507 -118q3 14 3 30q-17 71 -51 130
-t-73 70q-41 12 -101.5 -14.5t-104.5 -80t-39 -107.5q35 -53 100 -93t119 -42q51 -2 94 28t53 79zM510 53q23 -63 27 -119q195 113 392 174q-98 52 -180.5 120t-179.5 165q-6 -4 -29 -13q0 -1 -1 -4t-1 -5q31 -18 22 -37q-12 -23 -56 -34q-10 -13 -29 -24h-1q-2 -83 1 -150
-q19 -34 35 -73zM579 -113q532 -21 1145 0q-254 147 -428 196q-76 -35 -156 -57q-8 -3 -16 0q-65 21 -129 49q-208 -60 -416 -188h-1v-1q1 0 1 1zM1763 -67q4 54 28 120q14 38 33 71l-1 -1q3 77 3 153q-15 8 -30 25q-42 9 -56 33q-9 20 22 38q-2 4 -2 9q-16 4 -28 12
-q-204 -190 -383 -284q198 -59 414 -176zM2155 -90q5 54 -39 107.5t-104 80t-102 14.5q-38 -11 -72.5 -70.5t-51.5 -129.5q0 -16 3 -30q10 -49 53 -79t94 -28q54 2 119 42t100 93z" />
- <glyph glyph-name="_538" unicode="&#xf23d;" horiz-adv-x="2304"
-d="M1524 -25q0 -68 -48 -116t-116 -48t-116.5 48t-48.5 116t48.5 116.5t116.5 48.5t116 -48.5t48 -116.5zM775 -25q0 -68 -48.5 -116t-116.5 -48t-116 48t-48 116t48 116.5t116 48.5t116.5 -48.5t48.5 -116.5zM0 1469q57 -60 110.5 -104.5t121 -82t136 -63t166 -45.5
-t200 -31.5t250 -18.5t304 -9.5t372.5 -2.5q139 0 244.5 -5t181 -16.5t124 -27.5t71 -39.5t24 -51.5t-19.5 -64t-56.5 -76.5t-89.5 -91t-116 -104.5t-139 -119q-185 -157 -286 -247q29 51 76.5 109t94 105.5t94.5 98.5t83 91.5t54 80.5t13 70t-45.5 55.5t-116.5 41t-204 23.5
-t-304 5q-168 -2 -314 6t-256 23t-204.5 41t-159.5 51.5t-122.5 62.5t-91.5 66.5t-68 71.5t-50.5 69.5t-40 68t-36.5 59.5z" />
- <glyph glyph-name="_539" unicode="&#xf23e;" horiz-adv-x="1792"
-d="M896 1472q-169 0 -323 -66t-265.5 -177.5t-177.5 -265.5t-66 -323t66 -323t177.5 -265.5t265.5 -177.5t323 -66t323 66t265.5 177.5t177.5 265.5t66 323t-66 323t-177.5 265.5t-265.5 177.5t-323 66zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348
-t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM496 704q16 0 16 -16v-480q0 -16 -16 -16h-32q-16 0 -16 16v480q0 16 16 16h32zM896 640q53 0 90.5 -37.5t37.5 -90.5q0 -35 -17.5 -64t-46.5 -46v-114q0 -14 -9 -23
-t-23 -9h-64q-14 0 -23 9t-9 23v114q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5zM896 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM544 928v-96
-q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v96q0 93 65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5v-96q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v96q0 146 -103 249t-249 103t-249 -103t-103 -249zM1408 192v512q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-512
-q0 -26 19 -45t45 -19h896q26 0 45 19t19 45z" />
- <glyph glyph-name="_540" unicode="&#xf240;" horiz-adv-x="2304"
-d="M1920 1024v-768h-1664v768h1664zM2048 448h128v384h-128v288q0 14 -9 23t-23 9h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288zM2304 832v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113
-v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160q53 0 90.5 -37.5t37.5 -90.5z" />
- <glyph glyph-name="_541" unicode="&#xf241;" horiz-adv-x="2304"
-d="M256 256v768h1280v-768h-1280zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9
-h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
- <glyph glyph-name="_542" unicode="&#xf242;" horiz-adv-x="2304"
-d="M256 256v768h896v-768h-896zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9
-h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
- <glyph glyph-name="_543" unicode="&#xf243;" horiz-adv-x="2304"
-d="M256 256v768h512v-768h-512zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9
-h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
- <glyph glyph-name="_544" unicode="&#xf244;" horiz-adv-x="2304"
-d="M2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9h-1856q-14 0 -23 -9t-9 -23
-v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
- <glyph glyph-name="_545" unicode="&#xf245;" horiz-adv-x="1280"
-d="M1133 493q31 -30 14 -69q-17 -40 -59 -40h-382l201 -476q10 -25 0 -49t-34 -35l-177 -75q-25 -10 -49 0t-35 34l-191 452l-312 -312q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v1504q0 42 40 59q12 5 24 5q27 0 45 -19z" />
- <glyph glyph-name="_546" unicode="&#xf246;" horiz-adv-x="1024"
-d="M832 1408q-320 0 -320 -224v-416h128v-128h-128v-544q0 -224 320 -224h64v-128h-64q-272 0 -384 146q-112 -146 -384 -146h-64v128h64q320 0 320 224v544h-128v128h128v416q0 224 -320 224h-64v128h64q272 0 384 -146q112 146 384 146h64v-128h-64z" />
- <glyph glyph-name="_547" unicode="&#xf247;" horiz-adv-x="2048"
-d="M2048 1152h-128v-1024h128v-384h-384v128h-1280v-128h-384v384h128v1024h-128v384h384v-128h1280v128h384v-384zM1792 1408v-128h128v128h-128zM128 1408v-128h128v128h-128zM256 -128v128h-128v-128h128zM1664 0v128h128v1024h-128v128h-1280v-128h-128v-1024h128v-128
-h1280zM1920 -128v128h-128v-128h128zM1280 896h384v-768h-896v256h-384v768h896v-256zM512 512h640v512h-640v-512zM1536 256v512h-256v-384h-384v-128h640z" />
- <glyph glyph-name="_548" unicode="&#xf248;" horiz-adv-x="2304"
-d="M2304 768h-128v-640h128v-384h-384v128h-896v-128h-384v384h128v128h-384v-128h-384v384h128v640h-128v384h384v-128h896v128h384v-384h-128v-128h384v128h384v-384zM2048 1024v-128h128v128h-128zM1408 1408v-128h128v128h-128zM128 1408v-128h128v128h-128zM256 256
-v128h-128v-128h128zM1536 384h-128v-128h128v128zM384 384h896v128h128v640h-128v128h-896v-128h-128v-640h128v-128zM896 -128v128h-128v-128h128zM2176 -128v128h-128v-128h128zM2048 128v640h-128v128h-384v-384h128v-384h-384v128h-384v-128h128v-128h896v128h128z" />
- <glyph glyph-name="_549" unicode="&#xf249;"
-d="M1024 288v-416h-928q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1344q40 0 68 -28t28 -68v-928h-416q-40 0 -68 -28t-28 -68zM1152 256h381q-15 -82 -65 -132l-184 -184q-50 -50 -132 -65v381z" />
- <glyph glyph-name="_550" unicode="&#xf24a;"
-d="M1400 256h-248v-248q29 10 41 22l185 185q12 12 22 41zM1120 384h288v896h-1280v-1280h896v288q0 40 28 68t68 28zM1536 1312v-1024q0 -40 -20 -88t-48 -76l-184 -184q-28 -28 -76 -48t-88 -20h-1024q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1344q40 0 68 -28t28 -68
-z" />
- <glyph glyph-name="_551" unicode="&#xf24b;" horiz-adv-x="2304"
-d="M1951 538q0 -26 -15.5 -44.5t-38.5 -23.5q-8 -2 -18 -2h-153v140h153q10 0 18 -2q23 -5 38.5 -23.5t15.5 -44.5zM1933 751q0 -25 -15 -42t-38 -21q-3 -1 -15 -1h-139v129h139q3 0 8.5 -0.5t6.5 -0.5q23 -4 38 -21.5t15 -42.5zM728 587v308h-228v-308q0 -58 -38 -94.5
-t-105 -36.5q-108 0 -229 59v-112q53 -15 121 -23t109 -9l42 -1q328 0 328 217zM1442 403v113q-99 -52 -200 -59q-108 -8 -169 41t-61 142t61 142t169 41q101 -7 200 -58v112q-48 12 -100 19.5t-80 9.5l-28 2q-127 6 -218.5 -14t-140.5 -60t-71 -88t-22 -106t22 -106t71 -88
-t140.5 -60t218.5 -14q101 4 208 31zM2176 518q0 54 -43 88.5t-109 39.5v3q57 8 89 41.5t32 79.5q0 55 -41 88t-107 36q-3 0 -12 0.5t-14 0.5h-455v-510h491q74 0 121.5 36.5t47.5 96.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90
-t90 38h2048q52 0 90 -38t38 -90z" />
- <glyph glyph-name="_552" unicode="&#xf24c;" horiz-adv-x="2304"
-d="M858 295v693q-106 -41 -172 -135.5t-66 -211.5t66 -211.5t172 -134.5zM1362 641q0 117 -66 211.5t-172 135.5v-694q106 41 172 135.5t66 211.5zM1577 641q0 -159 -78.5 -294t-213.5 -213.5t-294 -78.5q-119 0 -227.5 46.5t-187 125t-125 187t-46.5 227.5q0 159 78.5 294
-t213.5 213.5t294 78.5t294 -78.5t213.5 -213.5t78.5 -294zM1960 634q0 139 -55.5 261.5t-147.5 205.5t-213.5 131t-252.5 48h-301q-176 0 -323.5 -81t-235 -230t-87.5 -335q0 -171 87 -317.5t236 -231.5t323 -85h301q129 0 251.5 50.5t214.5 135t147.5 202.5t55.5 246z
-M2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
- <glyph glyph-name="_553" unicode="&#xf24d;" horiz-adv-x="1792"
-d="M1664 -96v1088q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5v-1088q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5zM1792 992v-1088q0 -66 -47 -113t-113 -47h-1088q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1088q66 0 113 -47t47 -113
-zM1408 1376v-160h-128v160q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5v-1088q0 -13 9.5 -22.5t22.5 -9.5h160v-128h-160q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1088q66 0 113 -47t47 -113z" />
- <glyph glyph-name="_554" unicode="&#xf24e;" horiz-adv-x="2304"
-d="M1728 1088l-384 -704h768zM448 1088l-384 -704h768zM1269 1280q-14 -40 -45.5 -71.5t-71.5 -45.5v-1291h608q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1344q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h608v1291q-40 14 -71.5 45.5t-45.5 71.5h-491q-14 0 -23 9t-9 23v64
-q0 14 9 23t23 9h491q21 57 70 92.5t111 35.5t111 -35.5t70 -92.5h491q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-491zM1088 1264q33 0 56.5 23.5t23.5 56.5t-23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5zM2176 384q0 -73 -46.5 -131t-117.5 -91
-t-144.5 -49.5t-139.5 -16.5t-139.5 16.5t-144.5 49.5t-117.5 91t-46.5 131q0 11 35 81t92 174.5t107 195.5t102 184t56 100q18 33 56 33t56 -33q4 -7 56 -100t102 -184t107 -195.5t92 -174.5t35 -81zM896 384q0 -73 -46.5 -131t-117.5 -91t-144.5 -49.5t-139.5 -16.5
-t-139.5 16.5t-144.5 49.5t-117.5 91t-46.5 131q0 11 35 81t92 174.5t107 195.5t102 184t56 100q18 33 56 33t56 -33q4 -7 56 -100t102 -184t107 -195.5t92 -174.5t35 -81z" />
- <glyph glyph-name="_555" unicode="&#xf250;"
-d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9
-t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM874 700q77 29 149 92.5t129.5 152.5t92.5 210t35 253h-1024q0 -132 35 -253t92.5 -210t129.5 -152.5t149 -92.5q19 -7 30.5 -23.5t11.5 -36.5t-11.5 -36.5t-30.5 -23.5q-77 -29 -149 -92.5
-t-129.5 -152.5t-92.5 -210t-35 -253h1024q0 132 -35 253t-92.5 210t-129.5 152.5t-149 92.5q-19 7 -30.5 23.5t-11.5 36.5t11.5 36.5t30.5 23.5z" />
- <glyph glyph-name="_556" unicode="&#xf251;"
-d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9
-t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM1280 1408h-1024q0 -66 9 -128h1006q9 61 9 128zM1280 -128q0 130 -34 249.5t-90.5 208t-126.5 152t-146 94.5h-230q-76 -31 -146 -94.5t-126.5 -152t-90.5 -208t-34 -249.5h1024z" />
- <glyph glyph-name="_557" unicode="&#xf252;"
-d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9
-t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM1280 1408h-1024q0 -206 85 -384h854q85 178 85 384zM1223 192q-54 141 -145.5 241.5t-194.5 142.5h-230q-103 -42 -194.5 -142.5t-145.5 -241.5h910z" />
- <glyph glyph-name="_558" unicode="&#xf253;"
-d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9
-t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM874 700q77 29 149 92.5t129.5 152.5t92.5 210t35 253h-1024q0 -132 35 -253t92.5 -210t129.5 -152.5t149 -92.5q19 -7 30.5 -23.5t11.5 -36.5t-11.5 -36.5t-30.5 -23.5q-137 -51 -244 -196
-h700q-107 145 -244 196q-19 7 -30.5 23.5t-11.5 36.5t11.5 36.5t30.5 23.5z" />
- <glyph glyph-name="_559" unicode="&#xf254;"
-d="M1504 -64q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v128q0 14 9 23t23 9h1472zM130 0q3 55 16 107t30 95t46 87t53.5 76t64.5 69.5t66 60t70.5 55t66.5 47.5t65 43q-43 28 -65 43t-66.5 47.5t-70.5 55t-66 60t-64.5 69.5t-53.5 76t-46 87
-t-30 95t-16 107h1276q-3 -55 -16 -107t-30 -95t-46 -87t-53.5 -76t-64.5 -69.5t-66 -60t-70.5 -55t-66.5 -47.5t-65 -43q43 -28 65 -43t66.5 -47.5t70.5 -55t66 -60t64.5 -69.5t53.5 -76t46 -87t30 -95t16 -107h-1276zM1504 1536q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9
-h-1472q-14 0 -23 9t-9 23v128q0 14 9 23t23 9h1472z" />
- <glyph glyph-name="_560" unicode="&#xf255;"
-d="M768 1152q-53 0 -90.5 -37.5t-37.5 -90.5v-128h-32v93q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-429l-32 30v172q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-224q0 -47 35 -82l310 -296q39 -39 39 -102q0 -26 19 -45t45 -19h640q26 0 45 19t19 45v25
-q0 41 10 77l108 436q10 36 10 77v246q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-32h-32v125q0 40 -25 72.5t-64 40.5q-14 2 -23 2q-46 0 -79 -33t-33 -79v-128h-32v122q0 51 -32.5 89.5t-82.5 43.5q-5 1 -13 1zM768 1280q84 0 149 -50q57 34 123 34q59 0 111 -27
-t86 -76q27 7 59 7q100 0 170 -71.5t70 -171.5v-246q0 -51 -13 -108l-109 -436q-6 -24 -6 -71q0 -80 -56 -136t-136 -56h-640q-84 0 -138 58.5t-54 142.5l-308 296q-76 73 -76 175v224q0 99 70.5 169.5t169.5 70.5q11 0 16 -1q6 95 75.5 160t164.5 65q52 0 98 -21
-q72 69 174 69z" />
- <glyph glyph-name="_561" unicode="&#xf256;" horiz-adv-x="1792"
-d="M880 1408q-46 0 -79 -33t-33 -79v-656h-32v528q0 46 -33 79t-79 33t-79 -33t-33 -79v-528v-256l-154 205q-38 51 -102 51q-53 0 -90.5 -37.5t-37.5 -90.5q0 -43 26 -77l384 -512q38 -51 102 -51h688q34 0 61 22t34 56l76 405q5 32 5 59v498q0 46 -33 79t-79 33t-79 -33
-t-33 -79v-272h-32v528q0 46 -33 79t-79 33t-79 -33t-33 -79v-528h-32v656q0 46 -33 79t-79 33zM880 1536q68 0 125.5 -35.5t88.5 -96.5q19 4 42 4q99 0 169.5 -70.5t70.5 -169.5v-17q105 6 180.5 -64t75.5 -175v-498q0 -40 -8 -83l-76 -404q-14 -79 -76.5 -131t-143.5 -52
-h-688q-60 0 -114.5 27.5t-90.5 74.5l-384 512q-51 68 -51 154q0 106 75 181t181 75q78 0 128 -34v434q0 99 70.5 169.5t169.5 70.5q23 0 42 -4q31 61 88.5 96.5t125.5 35.5z" />
- <glyph glyph-name="_562" unicode="&#xf257;" horiz-adv-x="1792"
-d="M1073 -128h-177q-163 0 -226 141q-23 49 -23 102v5q-62 30 -98.5 88.5t-36.5 127.5q0 38 5 48h-261q-106 0 -181 75t-75 181t75 181t181 75h113l-44 17q-74 28 -119.5 93.5t-45.5 145.5q0 106 75 181t181 75q46 0 91 -17l628 -239h401q106 0 181 -75t75 -181v-668
-q0 -88 -54 -157.5t-140 -90.5l-339 -85q-92 -23 -186 -23zM1024 583l-155 -71l-163 -74q-30 -14 -48 -41.5t-18 -60.5q0 -46 33 -79t79 -33q26 0 46 10l338 154q-49 10 -80.5 50t-31.5 90v55zM1344 272q0 46 -33 79t-79 33q-26 0 -46 -10l-290 -132q-28 -13 -37 -17
-t-30.5 -17t-29.5 -23.5t-16 -29t-8 -40.5q0 -50 31.5 -82t81.5 -32q20 0 38 9l352 160q30 14 48 41.5t18 60.5zM1112 1024l-650 248q-24 8 -46 8q-53 0 -90.5 -37.5t-37.5 -90.5q0 -40 22.5 -73t59.5 -47l526 -200v-64h-640q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5
-t90.5 -37.5h535l233 106v198q0 63 46 106l111 102h-69zM1073 0q82 0 155 19l339 85q43 11 70 45.5t27 78.5v668q0 53 -37.5 90.5t-90.5 37.5h-308l-136 -126q-36 -33 -36 -82v-296q0 -46 33 -77t79 -31t79 35t33 81v208h32v-208q0 -70 -57 -114q52 -8 86.5 -48.5t34.5 -93.5
-q0 -42 -23 -78t-61 -53l-310 -141h91z" />
- <glyph glyph-name="_563" unicode="&#xf258;" horiz-adv-x="2048"
-d="M1151 1536q61 0 116 -28t91 -77l572 -781q118 -159 118 -359v-355q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v177l-286 143h-546q-80 0 -136 56t-56 136v32q0 119 84.5 203.5t203.5 84.5h420l42 128h-686q-100 0 -173.5 67.5t-81.5 166.5q-65 79 -65 182v32
-q0 80 56 136t136 56h959zM1920 -64v355q0 157 -93 284l-573 781q-39 52 -103 52h-959q-26 0 -45 -19t-19 -45q0 -32 1.5 -49.5t9.5 -40.5t25 -43q10 31 35.5 50t56.5 19h832v-32h-832q-26 0 -45 -19t-19 -45q0 -44 3 -58q8 -44 44 -73t81 -29h640h91q40 0 68 -28t28 -68
-q0 -15 -5 -30l-64 -192q-10 -29 -35 -47.5t-56 -18.5h-443q-66 0 -113 -47t-47 -113v-32q0 -26 19 -45t45 -19h561q16 0 29 -7l317 -158q24 -13 38.5 -36t14.5 -50v-197q0 -26 19 -45t45 -19h384q26 0 45 19t19 45z" />
- <glyph glyph-name="_564" unicode="&#xf259;" horiz-adv-x="2048"
-d="M459 -256q-77 0 -137.5 47.5t-79.5 122.5l-101 401q-13 57 -13 108q0 45 -5 67l-116 477q-7 27 -7 57q0 93 62 161t155 78q17 85 82.5 139t152.5 54q83 0 148 -51.5t85 -132.5l83 -348l103 428q20 81 85 132.5t148 51.5q89 0 155.5 -57.5t80.5 -144.5q92 -10 152 -79
-t60 -162q0 -24 -7 -59l-123 -512q10 7 37.5 28.5t38.5 29.5t35 23t41 20.5t41.5 11t49.5 5.5q105 0 180 -74t75 -179q0 -62 -28.5 -118t-78.5 -94l-507 -380q-68 -51 -153 -51h-694zM1104 1408q-38 0 -68.5 -24t-39.5 -62l-164 -682h-127l-145 602q-9 38 -39.5 62t-68.5 24
-q-48 0 -80 -33t-32 -80q0 -15 3 -28l132 -547h-26l-99 408q-9 37 -40 62.5t-69 25.5q-47 0 -80 -33t-33 -79q0 -14 3 -26l116 -478q7 -28 9 -86t10 -88l100 -401q8 -32 34 -52.5t59 -20.5h694q42 0 76 26l507 379q56 43 56 110q0 52 -37.5 88.5t-89.5 36.5q-43 0 -77 -26
-l-307 -230v227q0 4 32 138t68 282t39 161q4 18 4 29q0 47 -32 81t-79 34q-39 0 -69.5 -24t-39.5 -62l-116 -482h-26l150 624q3 14 3 28q0 48 -31.5 82t-79.5 34z" />
- <glyph glyph-name="_565" unicode="&#xf25a;" horiz-adv-x="1792"
-d="M640 1408q-53 0 -90.5 -37.5t-37.5 -90.5v-512v-384l-151 202q-41 54 -107 54q-52 0 -89 -38t-37 -90q0 -43 26 -77l384 -512q38 -51 102 -51h718q22 0 39.5 13.5t22.5 34.5l92 368q24 96 24 194v217q0 41 -28 71t-68 30t-68 -28t-28 -68h-32v61q0 48 -32 81.5t-80 33.5
-q-46 0 -79 -33t-33 -79v-64h-32v90q0 55 -37 94.5t-91 39.5q-53 0 -90.5 -37.5t-37.5 -90.5v-96h-32v570q0 55 -37 94.5t-91 39.5zM640 1536q107 0 181.5 -77.5t74.5 -184.5v-220q22 2 32 2q99 0 173 -69q47 21 99 21q113 0 184 -87q27 7 56 7q94 0 159 -67.5t65 -161.5
-v-217q0 -116 -28 -225l-92 -368q-16 -64 -68 -104.5t-118 -40.5h-718q-60 0 -114.5 27.5t-90.5 74.5l-384 512q-51 68 -51 154q0 105 74.5 180.5t179.5 75.5q71 0 130 -35v547q0 106 75 181t181 75zM768 128v384h-32v-384h32zM1024 128v384h-32v-384h32zM1280 128v384h-32
-v-384h32z" />
- <glyph glyph-name="_566" unicode="&#xf25b;"
-d="M1288 889q60 0 107 -23q141 -63 141 -226v-177q0 -94 -23 -186l-85 -339q-21 -86 -90.5 -140t-157.5 -54h-668q-106 0 -181 75t-75 181v401l-239 628q-17 45 -17 91q0 106 75 181t181 75q80 0 145.5 -45.5t93.5 -119.5l17 -44v113q0 106 75 181t181 75t181 -75t75 -181
-v-261q27 5 48 5q69 0 127.5 -36.5t88.5 -98.5zM1072 896q-33 0 -60.5 -18t-41.5 -48l-74 -163l-71 -155h55q50 0 90 -31.5t50 -80.5l154 338q10 20 10 46q0 46 -33 79t-79 33zM1293 761q-22 0 -40.5 -8t-29 -16t-23.5 -29.5t-17 -30.5t-17 -37l-132 -290q-10 -20 -10 -46
-q0 -46 33 -79t79 -33q33 0 60.5 18t41.5 48l160 352q9 18 9 38q0 50 -32 81.5t-82 31.5zM128 1120q0 -22 8 -46l248 -650v-69l102 111q43 46 106 46h198l106 233v535q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5v-640h-64l-200 526q-14 37 -47 59.5t-73 22.5
-q-53 0 -90.5 -37.5t-37.5 -90.5zM1180 -128q44 0 78.5 27t45.5 70l85 339q19 73 19 155v91l-141 -310q-17 -38 -53 -61t-78 -23q-53 0 -93.5 34.5t-48.5 86.5q-44 -57 -114 -57h-208v32h208q46 0 81 33t35 79t-31 79t-77 33h-296q-49 0 -82 -36l-126 -136v-308
-q0 -53 37.5 -90.5t90.5 -37.5h668z" />
- <glyph glyph-name="_567" unicode="&#xf25c;" horiz-adv-x="1973"
-d="M857 992v-117q0 -13 -9.5 -22t-22.5 -9h-298v-812q0 -13 -9 -22.5t-22 -9.5h-135q-13 0 -22.5 9t-9.5 23v812h-297q-13 0 -22.5 9t-9.5 22v117q0 14 9 23t23 9h793q13 0 22.5 -9.5t9.5 -22.5zM1895 995l77 -961q1 -13 -8 -24q-10 -10 -23 -10h-134q-12 0 -21 8.5
-t-10 20.5l-46 588l-189 -425q-8 -19 -29 -19h-120q-20 0 -29 19l-188 427l-45 -590q-1 -12 -10 -20.5t-21 -8.5h-135q-13 0 -23 10q-9 10 -9 24l78 961q1 12 10 20.5t21 8.5h142q20 0 29 -19l220 -520q10 -24 20 -51q3 7 9.5 24.5t10.5 26.5l221 520q9 19 29 19h141
-q13 0 22 -8.5t10 -20.5z" />
- <glyph glyph-name="_568" unicode="&#xf25d;" horiz-adv-x="1792"
-d="M1042 833q0 88 -60 121q-33 18 -117 18h-123v-281h162q66 0 102 37t36 105zM1094 548l205 -373q8 -17 -1 -31q-8 -16 -27 -16h-152q-20 0 -28 17l-194 365h-155v-350q0 -14 -9 -23t-23 -9h-134q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h294q128 0 190 -24q85 -31 134 -109
-t49 -180q0 -92 -42.5 -165.5t-115.5 -109.5q6 -10 9 -16zM896 1376q-150 0 -286 -58.5t-234.5 -157t-157 -234.5t-58.5 -286t58.5 -286t157 -234.5t234.5 -157t286 -58.5t286 58.5t234.5 157t157 234.5t58.5 286t-58.5 286t-157 234.5t-234.5 157t-286 58.5zM1792 640
-q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="_569" unicode="&#xf25e;" horiz-adv-x="1792"
-d="M605 303q153 0 257 104q14 18 3 36l-45 82q-6 13 -24 17q-16 2 -27 -11l-4 -3q-4 -4 -11.5 -10t-17.5 -13.5t-23.5 -14.5t-28.5 -13t-33.5 -9.5t-37.5 -3.5q-76 0 -125 50t-49 127q0 76 48 125.5t122 49.5q37 0 71.5 -14t50.5 -28l16 -14q11 -11 26 -10q16 2 24 14l53 78
-q13 20 -2 39q-3 4 -11 12t-30 23.5t-48.5 28t-67.5 22.5t-86 10q-148 0 -246 -96.5t-98 -240.5q0 -146 97 -241.5t247 -95.5zM1235 303q153 0 257 104q14 18 4 36l-45 82q-8 14 -25 17q-16 2 -27 -11l-4 -3q-4 -4 -11.5 -10t-17.5 -13.5t-23.5 -14.5t-28.5 -13t-33.5 -9.5
-t-37.5 -3.5q-76 0 -125 50t-49 127q0 76 48 125.5t122 49.5q37 0 71.5 -14t50.5 -28l16 -14q11 -11 26 -10q16 2 24 14l53 78q13 20 -2 39q-3 4 -11 12t-30 23.5t-48.5 28t-67.5 22.5t-86 10q-147 0 -245.5 -96.5t-98.5 -240.5q0 -146 97 -241.5t247 -95.5zM896 1376
-q-150 0 -286 -58.5t-234.5 -157t-157 -234.5t-58.5 -286t58.5 -286t157 -234.5t234.5 -157t286 -58.5t286 58.5t234.5 157t157 234.5t58.5 286t-58.5 286t-157 234.5t-234.5 157t-286 58.5zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191
-t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71z" />
- <glyph glyph-name="f260" unicode="&#xf260;" horiz-adv-x="2048"
-d="M736 736l384 -384l-384 -384l-672 672l672 672l168 -168l-96 -96l-72 72l-480 -480l480 -480l193 193l-289 287zM1312 1312l672 -672l-672 -672l-168 168l96 96l72 -72l480 480l-480 480l-193 -193l289 -287l-96 -96l-384 384z" />
- <glyph glyph-name="f261" unicode="&#xf261;" horiz-adv-x="1792"
-d="M717 182l271 271l-279 279l-88 -88l192 -191l-96 -96l-279 279l279 279l40 -40l87 87l-127 128l-454 -454zM1075 190l454 454l-454 454l-271 -271l279 -279l88 88l-192 191l96 96l279 -279l-279 -279l-40 40l-87 -88zM1792 640q0 -182 -71 -348t-191 -286t-286 -191
-t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="_572" unicode="&#xf262;" horiz-adv-x="2304"
-d="M651 539q0 -39 -27.5 -66.5t-65.5 -27.5q-39 0 -66.5 27.5t-27.5 66.5q0 38 27.5 65.5t66.5 27.5q38 0 65.5 -27.5t27.5 -65.5zM1805 540q0 -39 -27.5 -66.5t-66.5 -27.5t-66.5 27.5t-27.5 66.5t27.5 66t66.5 27t66.5 -27t27.5 -66zM765 539q0 79 -56.5 136t-136.5 57
-t-136.5 -56.5t-56.5 -136.5t56.5 -136.5t136.5 -56.5t136.5 56.5t56.5 136.5zM1918 540q0 80 -56.5 136.5t-136.5 56.5q-79 0 -136 -56.5t-57 -136.5t56.5 -136.5t136.5 -56.5t136.5 56.5t56.5 136.5zM850 539q0 -116 -81.5 -197.5t-196.5 -81.5q-116 0 -197.5 82t-81.5 197
-t82 196.5t197 81.5t196.5 -81.5t81.5 -196.5zM2004 540q0 -115 -81.5 -196.5t-197.5 -81.5q-115 0 -196.5 81.5t-81.5 196.5t81.5 196.5t196.5 81.5q116 0 197.5 -81.5t81.5 -196.5zM1040 537q0 191 -135.5 326.5t-326.5 135.5q-125 0 -231 -62t-168 -168.5t-62 -231.5
-t62 -231.5t168 -168.5t231 -62q191 0 326.5 135.5t135.5 326.5zM1708 1110q-254 111 -556 111q-319 0 -573 -110q117 0 223 -45.5t182.5 -122.5t122 -183t45.5 -223q0 115 43.5 219.5t118 180.5t177.5 123t217 50zM2187 537q0 191 -135 326.5t-326 135.5t-326.5 -135.5
-t-135.5 -326.5t135.5 -326.5t326.5 -135.5t326 135.5t135 326.5zM1921 1103h383q-44 -51 -75 -114.5t-40 -114.5q110 -151 110 -337q0 -156 -77 -288t-209 -208.5t-287 -76.5q-133 0 -249 56t-196 155q-47 -56 -129 -179q-11 22 -53.5 82.5t-74.5 97.5
-q-80 -99 -196.5 -155.5t-249.5 -56.5q-155 0 -287 76.5t-209 208.5t-77 288q0 186 110 337q-9 51 -40 114.5t-75 114.5h365q149 100 355 156.5t432 56.5q224 0 421 -56t348 -157z" />
- <glyph glyph-name="f263" unicode="&#xf263;" horiz-adv-x="1280"
-d="M640 629q-188 0 -321 133t-133 320q0 188 133 321t321 133t321 -133t133 -321q0 -187 -133 -320t-321 -133zM640 1306q-92 0 -157.5 -65.5t-65.5 -158.5q0 -92 65.5 -157.5t157.5 -65.5t157.5 65.5t65.5 157.5q0 93 -65.5 158.5t-157.5 65.5zM1163 574q13 -27 15 -49.5
-t-4.5 -40.5t-26.5 -38.5t-42.5 -37t-61.5 -41.5q-115 -73 -315 -94l73 -72l267 -267q30 -31 30 -74t-30 -73l-12 -13q-31 -30 -74 -30t-74 30q-67 68 -267 268l-267 -268q-31 -30 -74 -30t-73 30l-12 13q-31 30 -31 73t31 74l267 267l72 72q-203 21 -317 94
-q-39 25 -61.5 41.5t-42.5 37t-26.5 38.5t-4.5 40.5t15 49.5q10 20 28 35t42 22t56 -2t65 -35q5 -4 15 -11t43 -24.5t69 -30.5t92 -24t113 -11q91 0 174 25.5t120 50.5l38 25q33 26 65 35t56 2t42 -22t28 -35z" />
- <glyph glyph-name="_574" unicode="&#xf264;"
-d="M927 956q0 -66 -46.5 -112.5t-112.5 -46.5t-112.5 46.5t-46.5 112.5t46.5 112.5t112.5 46.5t112.5 -46.5t46.5 -112.5zM1141 593q-10 20 -28 32t-47.5 9.5t-60.5 -27.5q-10 -8 -29 -20t-81 -32t-127 -20t-124 18t-86 36l-27 18q-31 25 -60.5 27.5t-47.5 -9.5t-28 -32
-q-22 -45 -2 -74.5t87 -73.5q83 -53 226 -67l-51 -52q-142 -142 -191 -190q-22 -22 -22 -52.5t22 -52.5l9 -9q22 -22 52.5 -22t52.5 22l191 191q114 -115 191 -191q22 -22 52.5 -22t52.5 22l9 9q22 22 22 52.5t-22 52.5l-191 190l-52 52q141 14 225 67q67 44 87 73.5t-2 74.5
-zM1092 956q0 134 -95 229t-229 95t-229 -95t-95 -229t95 -229t229 -95t229 95t95 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="_575" unicode="&#xf265;" horiz-adv-x="1720"
-d="M1565 1408q65 0 110 -45.5t45 -110.5v-519q0 -176 -68 -336t-182.5 -275t-274 -182.5t-334.5 -67.5q-176 0 -335.5 67.5t-274.5 182.5t-183 275t-68 336v519q0 64 46 110t110 46h1409zM861 344q47 0 82 33l404 388q37 35 37 85q0 49 -34.5 83.5t-83.5 34.5q-47 0 -82 -33
-l-323 -310l-323 310q-35 33 -81 33q-49 0 -83.5 -34.5t-34.5 -83.5q0 -51 36 -85l405 -388q33 -33 81 -33z" />
- <glyph glyph-name="_576" unicode="&#xf266;" horiz-adv-x="2304"
-d="M1494 -103l-295 695q-25 -49 -158.5 -305.5t-198.5 -389.5q-1 -1 -27.5 -0.5t-26.5 1.5q-82 193 -255.5 587t-259.5 596q-21 50 -66.5 107.5t-103.5 100.5t-102 43q0 5 -0.5 24t-0.5 27h583v-50q-39 -2 -79.5 -16t-66.5 -43t-10 -64q26 -59 216.5 -499t235.5 -540
-q31 61 140 266.5t131 247.5q-19 39 -126 281t-136 295q-38 69 -201 71v50l513 -1v-47q-60 -2 -93.5 -25t-12.5 -69q33 -70 87 -189.5t86 -187.5q110 214 173 363q24 55 -10 79.5t-129 26.5q1 7 1 25v24q64 0 170.5 0.5t180 1t92.5 0.5v-49q-62 -2 -119 -33t-90 -81
-l-213 -442q13 -33 127.5 -290t121.5 -274l441 1017q-14 38 -49.5 62.5t-65 31.5t-55.5 8v50l460 -4l1 -2l-1 -44q-139 -4 -201 -145q-526 -1216 -559 -1291h-49z" />
- <glyph glyph-name="_577" unicode="&#xf267;" horiz-adv-x="1792"
-d="M949 643q0 -26 -16.5 -45t-41.5 -19q-26 0 -45 16.5t-19 41.5q0 26 17 45t42 19t44 -16.5t19 -41.5zM964 585l350 581q-9 -8 -67.5 -62.5t-125.5 -116.5t-136.5 -127t-117 -110.5t-50.5 -51.5l-349 -580q7 7 67 62t126 116.5t136 127t117 111t50 50.5zM1611 640
-q0 -201 -104 -371q-3 2 -17 11t-26.5 16.5t-16.5 7.5q-13 0 -13 -13q0 -10 59 -44q-74 -112 -184.5 -190.5t-241.5 -110.5l-16 67q-1 10 -15 10q-5 0 -8 -5.5t-2 -9.5l16 -68q-72 -15 -146 -15q-199 0 -372 105q1 2 13 20.5t21.5 33.5t9.5 19q0 13 -13 13q-6 0 -17 -14.5
-t-22.5 -34.5t-13.5 -23q-113 75 -192 187.5t-110 244.5l69 15q10 3 10 15q0 5 -5.5 8t-10.5 2l-68 -15q-14 72 -14 139q0 206 109 379q2 -1 18.5 -12t30 -19t17.5 -8q13 0 13 12q0 6 -12.5 15.5t-32.5 21.5l-20 12q77 112 189 189t244 107l15 -67q2 -10 15 -10q5 0 8 5.5
-t2 10.5l-15 66q71 13 134 13q204 0 379 -109q-39 -56 -39 -65q0 -13 12 -13q11 0 48 64q111 -75 187.5 -186t107.5 -241l-56 -12q-10 -2 -10 -16q0 -5 5.5 -8t9.5 -2l57 13q14 -72 14 -140zM1696 640q0 163 -63.5 311t-170.5 255t-255 170.5t-311 63.5t-311 -63.5
-t-255 -170.5t-170.5 -255t-63.5 -311t63.5 -311t170.5 -255t255 -170.5t311 -63.5t311 63.5t255 170.5t170.5 255t63.5 311zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191
-t191 -286t71 -348z" />
- <glyph glyph-name="_578" unicode="&#xf268;" horiz-adv-x="1792"
-d="M893 1536q240 2 451 -120q232 -134 352 -372l-742 39q-160 9 -294 -74.5t-185 -229.5l-276 424q128 159 311 245.5t383 87.5zM146 1131l337 -663q72 -143 211 -217t293 -45l-230 -451q-212 33 -385 157.5t-272.5 316t-99.5 411.5q0 267 146 491zM1732 962
-q58 -150 59.5 -310.5t-48.5 -306t-153 -272t-246 -209.5q-230 -133 -498 -119l405 623q88 131 82.5 290.5t-106.5 277.5zM896 942q125 0 213.5 -88.5t88.5 -213.5t-88.5 -213.5t-213.5 -88.5t-213.5 88.5t-88.5 213.5t88.5 213.5t213.5 88.5z" />
- <glyph glyph-name="_579" unicode="&#xf269;" horiz-adv-x="1792"
-d="M903 -256q-283 0 -504.5 150.5t-329.5 398.5q-58 131 -67 301t26 332.5t111 312t179 242.5l-11 -281q11 14 68 15.5t70 -15.5q42 81 160.5 138t234.5 59q-54 -45 -119.5 -148.5t-58.5 -163.5q25 -8 62.5 -13.5t63 -7.5t68 -4t50.5 -3q15 -5 9.5 -45.5t-30.5 -75.5
-q-5 -7 -16.5 -18.5t-56.5 -35.5t-101 -34l15 -189l-139 67q-18 -43 -7.5 -81.5t36 -66.5t65.5 -41.5t81 -6.5q51 9 98 34.5t83.5 45t73.5 17.5q61 -4 89.5 -33t19.5 -65q-1 -2 -2.5 -5.5t-8.5 -12.5t-18 -15.5t-31.5 -10.5t-46.5 -1q-60 -95 -144.5 -135.5t-209.5 -29.5
-q74 -61 162.5 -82.5t168.5 -6t154.5 52t128 87.5t80.5 104q43 91 39 192.5t-37.5 188.5t-78.5 125q87 -38 137 -79.5t77 -112.5q15 170 -57.5 343t-209.5 284q265 -77 412 -279.5t151 -517.5q2 -127 -40.5 -255t-123.5 -238t-189 -196t-247.5 -135.5t-288.5 -49.5z" />
- <glyph glyph-name="_580" unicode="&#xf26a;" horiz-adv-x="1792"
-d="M1493 1308q-165 110 -359 110q-155 0 -293 -73t-240 -200q-75 -93 -119.5 -218t-48.5 -266v-42q4 -141 48.5 -266t119.5 -218q102 -127 240 -200t293 -73q194 0 359 110q-121 -108 -274.5 -168t-322.5 -60q-29 0 -43 1q-175 8 -333 82t-272 193t-181 281t-67 339
-q0 182 71 348t191 286t286 191t348 71h3q168 -1 320.5 -60.5t273.5 -167.5zM1792 640q0 -192 -77 -362.5t-213 -296.5q-104 -63 -222 -63q-137 0 -255 84q154 56 253.5 233t99.5 405q0 227 -99 404t-253 234q119 83 254 83q119 0 226 -65q135 -125 210.5 -295t75.5 -361z
-" />
- <glyph glyph-name="_581" unicode="&#xf26b;" horiz-adv-x="1792"
-d="M1792 599q0 -56 -7 -104h-1151q0 -146 109.5 -244.5t257.5 -98.5q99 0 185.5 46.5t136.5 130.5h423q-56 -159 -170.5 -281t-267.5 -188.5t-321 -66.5q-187 0 -356 83q-228 -116 -394 -116q-237 0 -237 263q0 115 45 275q17 60 109 229q199 360 475 606
-q-184 -79 -427 -354q63 274 283.5 449.5t501.5 175.5q30 0 45 -1q255 117 433 117q64 0 116 -13t94.5 -40.5t66.5 -76.5t24 -115q0 -116 -75 -286q101 -182 101 -390zM1722 1239q0 83 -53 132t-137 49q-108 0 -254 -70q121 -47 222.5 -131.5t170.5 -195.5q51 135 51 216z
-M128 2q0 -86 48.5 -132.5t134.5 -46.5q115 0 266 83q-122 72 -213.5 183t-137.5 245q-98 -205 -98 -332zM632 715h728q-5 142 -113 237t-251 95q-144 0 -251.5 -95t-112.5 -237z" />
- <glyph glyph-name="_582" unicode="&#xf26c;" horiz-adv-x="2048"
-d="M1792 288v960q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1248v-960q0 -66 -47 -113t-113 -47h-736v-128h352q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23
-v64q0 14 9 23t23 9h352v128h-736q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
- <glyph glyph-name="_583" unicode="&#xf26d;" horiz-adv-x="1792"
-d="M138 1408h197q-70 -64 -126 -149q-36 -56 -59 -115t-30 -125.5t-8.5 -120t10.5 -132t21 -126t28 -136.5q4 -19 6 -28q51 -238 81 -329q57 -171 152 -275h-272q-48 0 -82 34t-34 82v1304q0 48 34 82t82 34zM1346 1408h308q48 0 82 -34t34 -82v-1304q0 -48 -34 -82t-82 -34
-h-178q212 210 196 565l-469 -101q-2 -45 -12 -82t-31 -72t-59.5 -59.5t-93.5 -36.5q-123 -26 -199 40q-32 27 -53 61t-51.5 129t-64.5 258q-35 163 -45.5 263t-5.5 139t23 77q20 41 62.5 73t102.5 45q45 12 83.5 6.5t67 -17t54 -35t43 -48t34.5 -56.5l468 100
-q-68 175 -180 287z" />
- <glyph glyph-name="_584" unicode="&#xf26e;"
-d="M1401 -11l-6 -6q-113 -113 -259 -175q-154 -64 -317 -64q-165 0 -317 64q-148 63 -259 175q-113 112 -175 258q-42 103 -54 189q-4 28 48 36q51 8 56 -20q1 -1 1 -4q18 -90 46 -159q50 -124 152 -226q98 -98 226 -152q132 -56 276 -56q143 0 276 56q128 55 225 152l6 6
-q10 10 25 6q12 -3 33 -22q36 -37 17 -58zM929 604l-66 -66l63 -63q21 -21 -7 -49q-17 -17 -32 -17q-10 0 -19 10l-62 61l-66 -66q-5 -5 -15 -5q-15 0 -31 16l-2 2q-18 15 -18 29q0 7 8 17l66 65l-66 66q-16 16 14 45q18 18 31 18q6 0 13 -5l65 -66l65 65q18 17 48 -13
-q27 -27 11 -44zM1400 547q0 -118 -46 -228q-45 -105 -126 -186q-80 -80 -187 -126t-228 -46t-228 46t-187 126q-82 82 -125 186q-15 33 -15 40h-1q-9 27 43 44q50 16 60 -12q37 -99 97 -167h1v339v2q3 136 102 232q105 103 253 103q147 0 251 -103t104 -249
-q0 -147 -104.5 -251t-250.5 -104q-58 0 -112 16q-28 11 -13 61q16 51 44 43l14 -3q14 -3 33 -6t30 -3q104 0 176 71.5t72 174.5q0 101 -72 171q-71 71 -175 71q-107 0 -178 -80q-64 -72 -64 -160v-413q110 -67 242 -67q96 0 185 36.5t156 103.5t103.5 155t36.5 183
-q0 198 -141 339q-140 140 -339 140q-200 0 -340 -140q-53 -53 -77 -87l-2 -2q-8 -11 -13 -15.5t-21.5 -9.5t-38.5 3q-21 5 -36.5 16.5t-15.5 26.5v680q0 15 10.5 26.5t27.5 11.5h877q30 0 30 -55t-30 -55h-811v-483h1q40 42 102 84t108 61q109 46 231 46q121 0 228 -46
-t187 -126q81 -81 126 -186q46 -112 46 -229zM1369 1128q9 -8 9 -18t-5.5 -18t-16.5 -21q-26 -26 -39 -26q-9 0 -16 7q-106 91 -207 133q-128 56 -276 56q-133 0 -262 -49q-27 -10 -45 37q-9 25 -8 38q3 16 16 20q130 57 299 57q164 0 316 -64q137 -58 235 -152z" />
- <glyph glyph-name="_585" unicode="&#xf270;" horiz-adv-x="1792"
-d="M1551 60q15 6 26 3t11 -17.5t-15 -33.5q-13 -16 -44 -43.5t-95.5 -68t-141 -74t-188 -58t-229.5 -24.5q-119 0 -238 31t-209 76.5t-172.5 104t-132.5 105t-84 87.5q-8 9 -10 16.5t1 12t8 7t11.5 2t11.5 -4.5q192 -117 300 -166q389 -176 799 -90q190 40 391 135z
-M1758 175q11 -16 2.5 -69.5t-28.5 -102.5q-34 -83 -85 -124q-17 -14 -26 -9t0 24q21 45 44.5 121.5t6.5 98.5q-5 7 -15.5 11.5t-27 6t-29.5 2.5t-35 0t-31.5 -2t-31 -3t-22.5 -2q-6 -1 -13 -1.5t-11 -1t-8.5 -1t-7 -0.5h-5.5h-4.5t-3 0.5t-2 1.5l-1.5 3q-6 16 47 40t103 30
-q46 7 108 1t76 -24zM1364 618q0 -31 13.5 -64t32 -58t37.5 -46t33 -32l13 -11l-227 -224q-40 37 -79 75.5t-58 58.5l-19 20q-11 11 -25 33q-38 -59 -97.5 -102.5t-127.5 -63.5t-140 -23t-137.5 21t-117.5 65.5t-83 113t-31 162.5q0 84 28 154t72 116.5t106.5 83t122.5 57
-t130 34.5t119.5 18.5t99.5 6.5v127q0 65 -21 97q-34 53 -121 53q-6 0 -16.5 -1t-40.5 -12t-56 -29.5t-56 -59.5t-48 -96l-294 27q0 60 22 119t67 113t108 95t151.5 65.5t190.5 24.5q100 0 181 -25t129.5 -61.5t81 -83t45 -86t12.5 -73.5v-589zM692 597q0 -86 70 -133
-q66 -44 139 -22q84 25 114 123q14 45 14 101v162q-59 -2 -111 -12t-106.5 -33.5t-87 -71t-32.5 -114.5z" />
- <glyph glyph-name="_586" unicode="&#xf271;" horiz-adv-x="1792"
-d="M1536 1280q52 0 90 -38t38 -90v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128zM1152 1376v-288q0 -14 9 -23t23 -9
-h64q14 0 23 9t9 23v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM384 1376v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM1536 -128v1024h-1408v-1024h1408zM896 448h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224
-v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224z" />
- <glyph glyph-name="_587" unicode="&#xf272;" horiz-adv-x="1792"
-d="M1152 416v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23
-t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47
-t47 -113v-96h128q52 0 90 -38t38 -90z" />
- <glyph glyph-name="_588" unicode="&#xf273;" horiz-adv-x="1792"
-d="M1111 151l-46 -46q-9 -9 -22 -9t-23 9l-188 189l-188 -189q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22t9 23l189 188l-189 188q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l188 -188l188 188q10 9 23 9t22 -9l46 -46q9 -9 9 -22t-9 -23l-188 -188l188 -188q9 -10 9 -23t-9 -22z
-M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280
-q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
- <glyph glyph-name="_589" unicode="&#xf274;" horiz-adv-x="1792"
-d="M1303 572l-512 -512q-10 -9 -23 -9t-23 9l-288 288q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l220 -220l444 444q10 9 23 9t22 -9l46 -46q9 -9 9 -22t-9 -23zM128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23
-t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47
-t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
- <glyph glyph-name="_590" unicode="&#xf275;" horiz-adv-x="1792"
-d="M448 1536q26 0 45 -19t19 -45v-891l536 429q17 14 40 14q26 0 45 -19t19 -45v-379l536 429q17 14 40 14q26 0 45 -19t19 -45v-1152q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h384z" />
- <glyph glyph-name="_591" unicode="&#xf276;" horiz-adv-x="1024"
-d="M512 448q66 0 128 15v-655q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v655q62 -15 128 -15zM512 1536q212 0 362 -150t150 -362t-150 -362t-362 -150t-362 150t-150 362t150 362t362 150zM512 1312q14 0 23 9t9 23t-9 23t-23 9q-146 0 -249 -103t-103 -249
-q0 -14 9 -23t23 -9t23 9t9 23q0 119 84.5 203.5t203.5 84.5z" />
- <glyph glyph-name="_592" unicode="&#xf277;" horiz-adv-x="1792"
-d="M1745 1239q10 -10 10 -23t-10 -23l-141 -141q-28 -28 -68 -28h-1344q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h576v64q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-64h512q40 0 68 -28zM768 320h256v-512q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v512zM1600 768
-q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-1344q-40 0 -68 28l-141 141q-10 10 -10 23t10 23l141 141q28 28 68 28h512v192h256v-192h576z" />
- <glyph glyph-name="_593" unicode="&#xf278;" horiz-adv-x="2048"
-d="M2020 1525q28 -20 28 -53v-1408q0 -20 -11 -36t-29 -23l-640 -256q-24 -11 -48 0l-616 246l-616 -246q-10 -5 -24 -5q-19 0 -36 11q-28 20 -28 53v1408q0 20 11 36t29 23l640 256q24 11 48 0l616 -246l616 246q32 13 60 -6zM736 1390v-1270l576 -230v1270zM128 1173
-v-1270l544 217v1270zM1920 107v1270l-544 -217v-1270z" />
- <glyph glyph-name="_594" unicode="&#xf279;" horiz-adv-x="1792"
-d="M512 1536q13 0 22.5 -9.5t9.5 -22.5v-1472q0 -20 -17 -28l-480 -256q-7 -4 -15 -4q-13 0 -22.5 9.5t-9.5 22.5v1472q0 20 17 28l480 256q7 4 15 4zM1760 1536q13 0 22.5 -9.5t9.5 -22.5v-1472q0 -20 -17 -28l-480 -256q-7 -4 -15 -4q-13 0 -22.5 9.5t-9.5 22.5v1472
-q0 20 17 28l480 256q7 4 15 4zM640 1536q8 0 14 -3l512 -256q18 -10 18 -29v-1472q0 -13 -9.5 -22.5t-22.5 -9.5q-8 0 -14 3l-512 256q-18 10 -18 29v1472q0 13 9.5 22.5t22.5 9.5z" />
- <glyph glyph-name="_595" unicode="&#xf27a;" horiz-adv-x="1792"
-d="M640 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1408 640q0 53 -37.5 90.5t-90.5 37.5
-t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-110 0 -211 18q-173 -173 -435 -229q-52 -10 -86 -13q-12 -1 -22 6t-13 18q-4 15 20 37q5 5 23.5 21.5t25.5 23.5t23.5 25.5t24 31.5t20.5 37
-t20 48t14.5 57.5t12.5 72.5q-146 90 -229.5 216.5t-83.5 269.5q0 174 120 321.5t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
- <glyph glyph-name="_596" unicode="&#xf27b;" horiz-adv-x="1792"
-d="M640 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 -53 -37.5 -90.5t-90.5 -37.5
-t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5
-t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51
-t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 130 71 248.5t191 204.5t286 136.5t348 50.5t348 -50.5t286 -136.5t191 -204.5t71 -248.5z" />
- <glyph glyph-name="_597" unicode="&#xf27c;" horiz-adv-x="1024"
-d="M512 345l512 295v-591l-512 -296v592zM0 640v-591l512 296zM512 1527v-591l-512 -296v591zM512 936l512 295v-591z" />
- <glyph glyph-name="_598" unicode="&#xf27d;" horiz-adv-x="1792"
-d="M1709 1018q-10 -236 -332 -651q-333 -431 -562 -431q-142 0 -240 263q-44 160 -132 482q-72 262 -157 262q-18 0 -127 -76l-77 98q24 21 108 96.5t130 115.5q156 138 241 146q95 9 153 -55.5t81 -203.5q44 -287 66 -373q55 -249 120 -249q51 0 154 161q101 161 109 246
-q13 139 -109 139q-57 0 -121 -26q120 393 459 382q251 -8 236 -326z" />
- <glyph glyph-name="f27e" unicode="&#xf27e;"
-d="M0 1408h1536v-1536h-1536v1536zM1085 293l-221 631l221 297h-634l221 -297l-221 -631l317 -304z" />
- <glyph glyph-name="uniF280" unicode="&#xf280;"
-d="M0 1408h1536v-1536h-1536v1536zM908 1088l-12 -33l75 -83l-31 -114l25 -25l107 57l107 -57l25 25l-31 114l75 83l-12 33h-95l-53 96h-32l-53 -96h-95zM641 925q32 0 44.5 -16t11.5 -63l174 21q0 55 -17.5 92.5t-50.5 56t-69 25.5t-85 7q-133 0 -199 -57.5t-66 -182.5v-72
-h-96v-128h76q20 0 20 -8v-382q0 -14 -5 -20t-18 -7l-73 -7v-88h448v86l-149 14q-6 1 -8.5 1.5t-3.5 2.5t-0.5 4t1 7t0.5 10v387h191l38 128h-231q-6 0 -2 6t4 9v80q0 27 1.5 40.5t7.5 28t19.5 20t36.5 5.5zM1248 96v86l-54 9q-7 1 -9.5 2.5t-2.5 3t1 7.5t1 12v520h-275
-l-23 -101l83 -22q23 -7 23 -27v-370q0 -14 -6 -18.5t-20 -6.5l-70 -9v-86h352z" />
- <glyph glyph-name="uniF281" unicode="&#xf281;" horiz-adv-x="1792"
-d="M1792 690q0 -58 -29.5 -105.5t-79.5 -72.5q12 -46 12 -96q0 -155 -106.5 -287t-290.5 -208.5t-400 -76.5t-399.5 76.5t-290 208.5t-106.5 287q0 47 11 94q-51 25 -82 73.5t-31 106.5q0 82 58 140.5t141 58.5q85 0 145 -63q218 152 515 162l116 521q3 13 15 21t26 5
-l369 -81q18 37 54 59.5t79 22.5q62 0 106 -43.5t44 -105.5t-44 -106t-106 -44t-105.5 43.5t-43.5 105.5l-334 74l-104 -472q300 -9 519 -160q58 61 143 61q83 0 141 -58.5t58 -140.5zM418 491q0 -62 43.5 -106t105.5 -44t106 44t44 106t-44 105.5t-106 43.5q-61 0 -105 -44
-t-44 -105zM1228 136q11 11 11 26t-11 26q-10 10 -25 10t-26 -10q-41 -42 -121 -62t-160 -20t-160 20t-121 62q-11 10 -26 10t-25 -10q-11 -10 -11 -25.5t11 -26.5q43 -43 118.5 -68t122.5 -29.5t91 -4.5t91 4.5t122.5 29.5t118.5 68zM1225 341q62 0 105.5 44t43.5 106
-q0 61 -44 105t-105 44q-62 0 -106 -43.5t-44 -105.5t44 -106t106 -44z" />
- <glyph glyph-name="_602" unicode="&#xf282;" horiz-adv-x="1792"
-d="M69 741h1q16 126 58.5 241.5t115 217t167.5 176t223.5 117.5t276.5 43q231 0 414 -105.5t294 -303.5q104 -187 104 -442v-188h-1125q1 -111 53.5 -192.5t136.5 -122.5t189.5 -57t213 -3t208 46.5t173.5 84.5v-377q-92 -55 -229.5 -92t-312.5 -38t-316 53
-q-189 73 -311.5 249t-124.5 372q-3 242 111 412t325 268q-48 -60 -78 -125.5t-46 -159.5h635q8 77 -8 140t-47 101.5t-70.5 66.5t-80.5 41t-75 20.5t-56 8.5l-22 1q-135 -5 -259.5 -44.5t-223.5 -104.5t-176 -140.5t-138 -163.5z" />
- <glyph glyph-name="_603" unicode="&#xf283;" horiz-adv-x="2304"
-d="M0 32v608h2304v-608q0 -66 -47 -113t-113 -47h-1984q-66 0 -113 47t-47 113zM640 256v-128h384v128h-384zM256 256v-128h256v128h-256zM2144 1408q66 0 113 -47t47 -113v-224h-2304v224q0 66 47 113t113 47h1984z" />
- <glyph glyph-name="_604" unicode="&#xf284;" horiz-adv-x="1792"
-d="M1584 246l-218 111q-74 -120 -196.5 -189t-263.5 -69q-147 0 -271 72t-196 196t-72 270q0 110 42.5 209.5t115 172t172 115t209.5 42.5q131 0 247.5 -60.5t192.5 -168.5l215 125q-110 169 -286.5 265t-378.5 96q-161 0 -308 -63t-253 -169t-169 -253t-63 -308t63 -308
-t169 -253t253 -169t308 -63q213 0 397.5 107t290.5 292zM1030 643l693 -352q-116 -253 -334.5 -400t-492.5 -147q-182 0 -348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71q260 0 470.5 -133.5t335.5 -366.5zM1543 640h-39v-160h-96v352h136q32 0 54.5 -20
-t28.5 -48t1 -56t-27.5 -48t-57.5 -20z" />
- <glyph glyph-name="uniF285" unicode="&#xf285;" horiz-adv-x="1792"
-d="M1427 827l-614 386l92 151h855zM405 562l-184 116v858l1183 -743zM1424 697l147 -95v-858l-532 335zM1387 718l-500 -802h-855l356 571z" />
- <glyph glyph-name="uniF286" unicode="&#xf286;" horiz-adv-x="1792"
-d="M640 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1152 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1664 496v-752h-640v320q0 80 -56 136t-136 56t-136 -56t-56 -136v-320h-640v752q0 16 16 16h96
-q16 0 16 -16v-112h128v624q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0 6 2.5 9.5t8.5 5t9.5 2t11.5 0t9 -0.5v391q-32 15 -32 50q0 23 16.5 39t38.5 16t38.5 -16t16.5 -39q0 -35 -32 -50v-17q45 10 83 10q21 0 59.5 -7.5t54.5 -7.5
-q17 0 47 7.5t37 7.5q16 0 16 -16v-210q0 -15 -35 -21.5t-62 -6.5q-18 0 -54.5 7.5t-55.5 7.5q-40 0 -90 -12v-133q1 0 9 0.5t11.5 0t9.5 -2t8.5 -5t2.5 -9.5v-112h128v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-624h128v112q0 16 16 16h96
-q16 0 16 -16z" />
- <glyph glyph-name="_607" unicode="&#xf287;" horiz-adv-x="2304"
-d="M2288 731q16 -8 16 -27t-16 -27l-320 -192q-8 -5 -16 -5q-9 0 -16 4q-16 10 -16 28v128h-858q37 -58 83 -165q16 -37 24.5 -55t24 -49t27 -47t27 -34t31.5 -26t33 -8h96v96q0 14 9 23t23 9h320q14 0 23 -9t9 -23v-320q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v96h-96
-q-32 0 -61 10t-51 23.5t-45 40.5t-37 46t-33.5 57t-28.5 57.5t-28 60.5q-23 53 -37 81.5t-36 65t-44.5 53.5t-46.5 17h-360q-22 -84 -91 -138t-157 -54q-106 0 -181 75t-75 181t75 181t181 75q88 0 157 -54t91 -138h104q24 0 46.5 17t44.5 53.5t36 65t37 81.5q19 41 28 60.5
-t28.5 57.5t33.5 57t37 46t45 40.5t51 23.5t61 10h107q21 57 70 92.5t111 35.5q80 0 136 -56t56 -136t-56 -136t-136 -56q-62 0 -111 35.5t-70 92.5h-107q-17 0 -33 -8t-31.5 -26t-27 -34t-27 -47t-24 -49t-24.5 -55q-46 -107 -83 -165h1114v128q0 18 16 28t32 -1z" />
- <glyph glyph-name="_608" unicode="&#xf288;" horiz-adv-x="1792"
-d="M1150 774q0 -56 -39.5 -95t-95.5 -39h-253v269h253q56 0 95.5 -39.5t39.5 -95.5zM1329 774q0 130 -91.5 222t-222.5 92h-433v-896h180v269h253q130 0 222 91.5t92 221.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348
-t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="_609" unicode="&#xf289;" horiz-adv-x="2304"
-d="M1645 438q0 59 -34 106.5t-87 68.5q-7 -45 -23 -92q-7 -24 -27.5 -38t-44.5 -14q-12 0 -24 3q-31 10 -45 38.5t-4 58.5q23 71 23 143q0 123 -61 227.5t-166 165.5t-228 61q-134 0 -247 -73t-167 -194q108 -28 188 -106q22 -23 22 -55t-22 -54t-54 -22t-55 22
-q-75 75 -180 75q-106 0 -181 -74.5t-75 -180.5t75 -180.5t181 -74.5h1046q79 0 134.5 55.5t55.5 133.5zM1798 438q0 -142 -100.5 -242t-242.5 -100h-1046q-169 0 -289 119.5t-120 288.5q0 153 100 267t249 136q62 184 221 298t354 114q235 0 408.5 -158.5t196.5 -389.5
-q116 -25 192.5 -118.5t76.5 -214.5zM2048 438q0 -175 -97 -319q-23 -33 -64 -33q-24 0 -43 13q-26 17 -32 48.5t12 57.5q71 104 71 233t-71 233q-18 26 -12 57t32 49t57.5 11.5t49.5 -32.5q97 -142 97 -318zM2304 438q0 -244 -134 -443q-23 -34 -64 -34q-23 0 -42 13
-q-26 18 -32.5 49t11.5 57q108 164 108 358q0 195 -108 357q-18 26 -11.5 57.5t32.5 48.5q26 18 57 12t49 -33q134 -198 134 -442z" />
- <glyph glyph-name="_610" unicode="&#xf28a;"
-d="M1500 -13q0 -89 -63 -152.5t-153 -63.5t-153.5 63.5t-63.5 152.5q0 90 63.5 153.5t153.5 63.5t153 -63.5t63 -153.5zM1267 268q-115 -15 -192.5 -102.5t-77.5 -205.5q0 -74 33 -138q-146 -78 -379 -78q-109 0 -201 21t-153.5 54.5t-110.5 76.5t-76 85t-44.5 83
-t-23.5 66.5t-6 39.5q0 19 4.5 42.5t18.5 56t36.5 58t64 43.5t94.5 18t94 -17.5t63 -41t35.5 -53t17.5 -49t4 -33.5q0 -34 -23 -81q28 -27 82 -42t93 -17l40 -1q115 0 190 51t75 133q0 26 -9 48.5t-31.5 44.5t-49.5 41t-74 44t-93.5 47.5t-119.5 56.5q-28 13 -43 20
-q-116 55 -187 100t-122.5 102t-72 125.5t-20.5 162.5q0 78 20.5 150t66 137.5t112.5 114t166.5 77t221.5 28.5q120 0 220 -26t164.5 -67t109.5 -94t64 -105.5t19 -103.5q0 -46 -15 -82.5t-36.5 -58t-48.5 -36t-49 -19.5t-39 -5h-8h-32t-39 5t-44 14t-41 28t-37 46t-24 70.5
-t-10 97.5q-15 16 -59 25.5t-81 10.5l-37 1q-68 0 -117.5 -31t-70.5 -70t-21 -76q0 -24 5 -43t24 -46t53 -51t97 -53.5t150 -58.5q76 -25 138.5 -53.5t109 -55.5t83 -59t60.5 -59.5t41 -62.5t26.5 -62t14.5 -63.5t6 -62t1 -62.5z" />
- <glyph glyph-name="_611" unicode="&#xf28b;"
-d="M704 352v576q0 14 -9 23t-23 9h-256q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h256q14 0 23 9t9 23zM1152 352v576q0 14 -9 23t-23 9h-256q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h256q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103
-t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="_612" unicode="&#xf28c;"
-d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM768 96q148 0 273 73t198 198t73 273t-73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273
-t73 -273t198 -198t273 -73zM864 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-192zM480 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-192z" />
- <glyph glyph-name="_613" unicode="&#xf28d;"
-d="M1088 352v576q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5
-t103 -385.5z" />
- <glyph glyph-name="_614" unicode="&#xf28e;"
-d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM768 96q148 0 273 73t198 198t73 273t-73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273
-t73 -273t198 -198t273 -73zM480 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h576q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-576z" />
- <glyph glyph-name="_615" unicode="&#xf290;" horiz-adv-x="1792"
-d="M1757 128l35 -313q3 -28 -16 -50q-19 -21 -48 -21h-1664q-29 0 -48 21q-19 22 -16 50l35 313h1722zM1664 967l86 -775h-1708l86 775q3 24 21 40.5t43 16.5h256v-128q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5v128h384v-128q0 -53 37.5 -90.5t90.5 -37.5
-t90.5 37.5t37.5 90.5v128h256q25 0 43 -16.5t21 -40.5zM1280 1152v-256q0 -26 -19 -45t-45 -19t-45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-256q0 -26 -19 -45t-45 -19t-45 19t-19 45v256q0 159 112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
- <glyph glyph-name="_616" unicode="&#xf291;" horiz-adv-x="2048"
-d="M1920 768q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-15l-115 -662q-8 -46 -44 -76t-82 -30h-1280q-46 0 -82 30t-44 76l-115 662h-15q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h1792zM485 -32q26 2 43.5 22.5t15.5 46.5l-32 416q-2 26 -22.5 43.5
-t-46.5 15.5t-43.5 -22.5t-15.5 -46.5l32 -416q2 -25 20.5 -42t43.5 -17h5zM896 32v416q0 26 -19 45t-45 19t-45 -19t-19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45zM1280 32v416q0 26 -19 45t-45 19t-45 -19t-19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45zM1632 27l32 416
-q2 26 -15.5 46.5t-43.5 22.5t-46.5 -15.5t-22.5 -43.5l-32 -416q-2 -26 15.5 -46.5t43.5 -22.5h5q25 0 43.5 17t20.5 42zM476 1244l-93 -412h-132l101 441q19 88 89 143.5t160 55.5h167q0 26 19 45t45 19h384q26 0 45 -19t19 -45h167q90 0 160 -55.5t89 -143.5l101 -441
-h-132l-93 412q-11 44 -45.5 72t-79.5 28h-167q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45h-167q-45 0 -79.5 -28t-45.5 -72z" />
- <glyph glyph-name="_617" unicode="&#xf292;" horiz-adv-x="1792"
-d="M991 512l64 256h-254l-64 -256h254zM1759 1016l-56 -224q-7 -24 -31 -24h-327l-64 -256h311q15 0 25 -12q10 -14 6 -28l-56 -224q-5 -24 -31 -24h-327l-81 -328q-7 -24 -31 -24h-224q-16 0 -26 12q-9 12 -6 28l78 312h-254l-81 -328q-7 -24 -31 -24h-225q-15 0 -25 12
-q-9 12 -6 28l78 312h-311q-15 0 -25 12q-9 12 -6 28l56 224q7 24 31 24h327l64 256h-311q-15 0 -25 12q-10 14 -6 28l56 224q5 24 31 24h327l81 328q7 24 32 24h224q15 0 25 -12q9 -12 6 -28l-78 -312h254l81 328q7 24 32 24h224q15 0 25 -12q9 -12 6 -28l-78 -312h311
-q15 0 25 -12q9 -12 6 -28z" />
- <glyph glyph-name="_618" unicode="&#xf293;"
-d="M841 483l148 -148l-149 -149zM840 1094l149 -149l-148 -148zM710 -130l464 464l-306 306l306 306l-464 464v-611l-255 255l-93 -93l320 -321l-320 -321l93 -93l255 255v-611zM1429 640q0 -209 -32 -365.5t-87.5 -257t-140.5 -162.5t-181.5 -86.5t-219.5 -24.5
-t-219.5 24.5t-181.5 86.5t-140.5 162.5t-87.5 257t-32 365.5t32 365.5t87.5 257t140.5 162.5t181.5 86.5t219.5 24.5t219.5 -24.5t181.5 -86.5t140.5 -162.5t87.5 -257t32 -365.5z" />
- <glyph glyph-name="_619" unicode="&#xf294;" horiz-adv-x="1024"
-d="M596 113l173 172l-173 172v-344zM596 823l173 172l-173 172v-344zM628 640l356 -356l-539 -540v711l-297 -296l-108 108l372 373l-372 373l108 108l297 -296v711l539 -540z" />
- <glyph glyph-name="_620" unicode="&#xf295;"
-d="M1280 256q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM512 1024q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5
-t112.5 -271.5zM1440 1344q0 -20 -13 -38l-1056 -1408q-19 -26 -51 -26h-160q-26 0 -45 19t-19 45q0 20 13 38l1056 1408q19 26 51 26h160q26 0 45 -19t19 -45zM768 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5
-t271.5 -112.5t112.5 -271.5z" />
- <glyph glyph-name="_621" unicode="&#xf296;" horiz-adv-x="1792"
-d="M104 830l792 -1015l-868 630q-18 13 -25 34.5t0 42.5l101 308v0zM566 830h660l-330 -1015v0zM368 1442l198 -612h-462l198 612q8 23 33 23t33 -23zM1688 830l101 -308q7 -21 0 -42.5t-25 -34.5l-868 -630l792 1015v0zM1688 830h-462l198 612q8 23 33 23t33 -23z" />
- <glyph glyph-name="_622" unicode="&#xf297;" horiz-adv-x="1792"
-d="M384 704h160v224h-160v-224zM1221 372v92q-104 -36 -243 -38q-135 -1 -259.5 46.5t-220.5 122.5l1 -96q88 -80 212 -128.5t272 -47.5q129 0 238 49zM640 704h640v224h-640v-224zM1792 736q0 -187 -99 -352q89 -102 89 -229q0 -157 -129.5 -268t-313.5 -111
-q-122 0 -225 52.5t-161 140.5q-19 -1 -57 -1t-57 1q-58 -88 -161 -140.5t-225 -52.5q-184 0 -313.5 111t-129.5 268q0 127 89 229q-99 165 -99 352q0 209 120 385.5t326.5 279.5t449.5 103t449.5 -103t326.5 -279.5t120 -385.5z" />
- <glyph glyph-name="_623" unicode="&#xf298;"
-d="M515 625v-128h-252v128h252zM515 880v-127h-252v127h252zM1273 369v-128h-341v128h341zM1273 625v-128h-672v128h672zM1273 880v-127h-672v127h672zM1408 20v1240q0 8 -6 14t-14 6h-32l-378 -256l-210 171l-210 -171l-378 256h-32q-8 0 -14 -6t-6 -14v-1240q0 -8 6 -14
-t14 -6h1240q8 0 14 6t6 14zM553 1130l185 150h-406zM983 1130l221 150h-406zM1536 1260v-1240q0 -62 -43 -105t-105 -43h-1240q-62 0 -105 43t-43 105v1240q0 62 43 105t105 43h1240q62 0 105 -43t43 -105z" />
- <glyph glyph-name="_624" unicode="&#xf299;" horiz-adv-x="1792"
-d="M896 720q-104 196 -160 278q-139 202 -347 318q-34 19 -70 36q-89 40 -94 32t34 -38l39 -31q62 -43 112.5 -93.5t94.5 -116.5t70.5 -113t70.5 -131q9 -17 13 -25q44 -84 84 -153t98 -154t115.5 -150t131 -123.5t148.5 -90.5q153 -66 154 -60q1 3 -49 37q-53 36 -81 57
-q-77 58 -179 211t-185 310zM549 177q-76 60 -132.5 125t-98 143.5t-71 154.5t-58.5 186t-52 209t-60.5 252t-76.5 289q273 0 497.5 -36t379 -92t271 -144.5t185.5 -172.5t110 -198.5t56 -199.5t12.5 -198.5t-9.5 -173t-20 -143.5t-13 -107l323 -327h-104l-281 285
-q-22 -2 -91.5 -14t-121.5 -19t-138 -6t-160.5 17t-167.5 59t-179 111z" />
- <glyph glyph-name="_625" unicode="&#xf29a;" horiz-adv-x="1792"
-d="M1374 879q-6 26 -28.5 39.5t-48.5 7.5q-261 -62 -401 -62t-401 62q-26 6 -48.5 -7.5t-28.5 -39.5t7.5 -48.5t39.5 -28.5q194 -46 303 -58q-2 -158 -15.5 -269t-26.5 -155.5t-41 -115.5l-9 -21q-10 -25 1 -49t36 -34q9 -4 23 -4q44 0 60 41l8 20q54 139 71 259h42
-q17 -120 71 -259l8 -20q16 -41 60 -41q14 0 23 4q25 10 36 34t1 49l-9 21q-28 71 -41 115.5t-26.5 155.5t-15.5 269q109 12 303 58q26 6 39.5 28.5t7.5 48.5zM1024 1024q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z
-M1600 640q0 -143 -55.5 -273.5t-150 -225t-225 -150t-273.5 -55.5t-273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5zM896 1408q-156 0 -298 -61t-245 -164t-164 -245t-61 -298t61 -298
-t164 -245t245 -164t298 -61t298 61t245 164t164 245t61 298t-61 298t-164 245t-245 164t-298 61zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="_626" unicode="&#xf29b;"
-d="M1438 723q34 -35 29 -82l-44 -551q-4 -42 -34.5 -70t-71.5 -28q-6 0 -9 1q-44 3 -72.5 36.5t-25.5 77.5l35 429l-143 -8q55 -113 55 -240q0 -216 -148 -372l-137 137q91 101 91 235q0 145 -102.5 248t-247.5 103q-134 0 -236 -92l-137 138q120 114 284 141l264 300
-l-149 87l-181 -161q-33 -30 -77 -27.5t-73 35.5t-26.5 77t34.5 73l239 213q26 23 60 26.5t64 -14.5l488 -283q36 -21 48 -68q17 -67 -26 -117l-205 -232l371 20q49 3 83 -32zM1240 1180q-74 0 -126 52t-52 126t52 126t126 52t126.5 -52t52.5 -126t-52.5 -126t-126.5 -52z
-M613 -62q106 0 196 61l139 -139q-146 -116 -335 -116q-148 0 -273.5 73t-198.5 198t-73 273q0 188 116 336l139 -139q-60 -88 -60 -197q0 -145 102.5 -247.5t247.5 -102.5z" />
- <glyph glyph-name="_627" unicode="&#xf29c;"
-d="M880 336v-160q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v160q0 14 9 23t23 9h160q14 0 23 -9t9 -23zM1136 832q0 -50 -15 -90t-45.5 -69t-52 -44t-59.5 -36q-32 -18 -46.5 -28t-26 -24t-11.5 -29v-32q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v68q0 35 10.5 64.5
-t24 47.5t39 35.5t41 25.5t44.5 21q53 25 75 43t22 49q0 42 -43.5 71.5t-95.5 29.5q-56 0 -95 -27q-29 -20 -80 -83q-9 -12 -25 -12q-11 0 -19 6l-108 82q-10 7 -12 20t5 23q122 192 349 192q129 0 238.5 -89.5t109.5 -214.5zM768 1280q-130 0 -248.5 -51t-204 -136.5
-t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5
-t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="_628" unicode="&#xf29d;" horiz-adv-x="1408"
-d="M366 1225q-64 0 -110 45.5t-46 110.5q0 64 46 109.5t110 45.5t109.5 -45.5t45.5 -109.5q0 -65 -45.5 -110.5t-109.5 -45.5zM917 583q0 -50 -30 -67.5t-63.5 -6.5t-47.5 34l-367 438q-7 12 -14 15.5t-11 1.5l-3 -3q-7 -8 4 -21l122 -139l1 -354l-161 -457
-q-67 -192 -92 -234q-15 -26 -28 -32q-50 -26 -103 -1q-29 13 -41.5 43t-9.5 57q2 17 197 618l5 416l-85 -164l35 -222q4 -24 -1 -42t-14 -27.5t-19 -16t-17 -7.5l-7 -2q-19 -3 -34.5 3t-24 16t-14 22t-7.5 19.5t-2 9.5l-46 299l211 381q23 34 113 34q75 0 107 -40l424 -521
-q7 -5 14 -17l3 -3l-1 -1q7 -13 7 -29zM514 433q43 -113 88.5 -225t69.5 -168l24 -55q36 -93 42 -125q11 -70 -36 -97q-35 -22 -66 -16t-51 22t-29 35h-1q-6 16 -8 25l-124 351zM1338 -159q31 -49 31 -57q0 -5 -3 -7q-9 -5 -14.5 0.5t-15.5 26t-16 30.5q-114 172 -423 661
-q3 -1 7 1t7 4l3 2q11 9 11 17z" />
- <glyph glyph-name="_629" unicode="&#xf29e;" horiz-adv-x="2304"
-d="M504 542h171l-1 265zM1530 641q0 87 -50.5 140t-146.5 53h-54v-388h52q91 0 145 57t54 138zM956 1018l1 -756q0 -14 -9.5 -24t-23.5 -10h-216q-14 0 -23.5 10t-9.5 24v62h-291l-55 -81q-10 -15 -28 -15h-267q-21 0 -30.5 18t3.5 35l556 757q9 14 27 14h332q14 0 24 -10
-t10 -24zM1783 641q0 -193 -125.5 -303t-324.5 -110h-270q-14 0 -24 10t-10 24v756q0 14 10 24t24 10h268q200 0 326 -109t126 -302zM1939 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-44.5 -108t-73.5 -102.5h-51q38 45 66.5 104.5t41.5 112t21 98t9 72.5l1 27q0 8 -0.5 22.5
-t-7.5 60t-20 91.5t-41 111.5t-66 124.5h43q41 -47 72 -107t45.5 -111.5t23 -96t10.5 -70.5zM2123 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-45 -108t-74 -102.5h-51q38 45 66.5 104.5t41.5 112t21 98t9 72.5l1 27q0 8 -0.5 22.5t-7.5 60t-19.5 91.5t-40.5 111.5t-66 124.5
-h43q41 -47 72 -107t45.5 -111.5t23 -96t10.5 -70.5zM2304 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-44.5 -108t-73.5 -102.5h-51q38 45 66 104.5t41 112t21 98t9 72.5l1 27q0 8 -0.5 22.5t-7.5 60t-19.5 91.5t-40.5 111.5t-66 124.5h43q41 -47 72 -107t45.5 -111.5t23 -96
-t9.5 -70.5z" />
- <glyph glyph-name="uniF2A0" unicode="&#xf2a0;" horiz-adv-x="1408"
-d="M617 -153q0 11 -13 58t-31 107t-20 69q-1 4 -5 26.5t-8.5 36t-13.5 21.5q-15 14 -51 14q-23 0 -70 -5.5t-71 -5.5q-34 0 -47 11q-6 5 -11 15.5t-7.5 20t-6.5 24t-5 18.5q-37 128 -37 255t37 255q1 4 5 18.5t6.5 24t7.5 20t11 15.5q13 11 47 11q24 0 71 -5.5t70 -5.5
-q36 0 51 14q9 8 13.5 21.5t8.5 36t5 26.5q2 9 20 69t31 107t13 58q0 22 -43.5 52.5t-75.5 42.5q-20 8 -45 8q-34 0 -98 -18q-57 -17 -96.5 -40.5t-71 -66t-46 -70t-45.5 -94.5q-6 -12 -9 -19q-49 -107 -68 -216t-19 -244t19 -244t68 -216q56 -122 83 -161q63 -91 179 -127
-l6 -2q64 -18 98 -18q25 0 45 8q32 12 75.5 42.5t43.5 52.5zM776 760q-26 0 -45 19t-19 45.5t19 45.5q37 37 37 90q0 52 -37 91q-19 19 -19 45t19 45t45 19t45 -19q75 -75 75 -181t-75 -181q-21 -19 -45 -19zM957 579q-27 0 -45 19q-19 19 -19 45t19 45q112 114 112 272
-t-112 272q-19 19 -19 45t19 45t45 19t45 -19q150 -150 150 -362t-150 -362q-18 -19 -45 -19zM1138 398q-27 0 -45 19q-19 19 -19 45t19 45q90 91 138.5 208t48.5 245t-48.5 245t-138.5 208q-19 19 -19 45t19 45t45 19t45 -19q109 -109 167 -249t58 -294t-58 -294t-167 -249
-q-18 -19 -45 -19z" />
- <glyph glyph-name="uniF2A1" unicode="&#xf2a1;" horiz-adv-x="2176"
-d="M192 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM704 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM704 864q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1472 352
-q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1472 864q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 864
-q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 1376q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 192q0 -80 -56 -136
-t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 1216q0 -80 -56 -136t-136 -56
-t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM2176 192q0 -80 -56 -136t-136 -56t-136 56
-t-56 136t56 136t136 56t136 -56t56 -136zM1664 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM2176 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136
-t56 136t136 56t136 -56t56 -136zM2176 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136z" />
- <glyph glyph-name="uniF2A2" unicode="&#xf2a2;" horiz-adv-x="1792"
-d="M128 -192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM320 0q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM365 365l256 -256l-90 -90l-256 256zM704 384q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45z
-M1411 704q0 -59 -11.5 -108.5t-37.5 -93.5t-44 -67.5t-53 -64.5q-31 -35 -45.5 -54t-33.5 -50t-26.5 -64t-7.5 -74q0 -159 -112.5 -271.5t-271.5 -112.5q-26 0 -45 19t-19 45t19 45t45 19q106 0 181 75t75 181q0 57 11.5 105.5t37 91t43.5 66.5t52 63q40 46 59.5 72
-t37.5 74.5t18 103.5q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 117 45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5zM896 576q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45
-t45 19t45 -19t19 -45zM1184 704q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 93 -65.5 158.5t-158.5 65.5q-92 0 -158 -65.5t-66 -158.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 146 103 249t249 103t249 -103t103 -249zM1578 993q10 -25 -1 -49t-36 -34q-9 -4 -23 -4
-q-19 0 -35.5 11t-23.5 30q-68 178 -224 295q-21 16 -25 42t12 47q17 21 43 25t47 -12q183 -137 266 -351zM1788 1074q9 -25 -1.5 -49t-35.5 -34q-11 -4 -23 -4q-44 0 -60 41q-92 238 -297 393q-22 16 -25.5 42t12.5 47q16 22 42 25.5t47 -12.5q235 -175 341 -449z" />
- <glyph glyph-name="uniF2A3" unicode="&#xf2a3;" horiz-adv-x="2304"
-d="M1032 576q-59 2 -84 55q-17 34 -48 53.5t-68 19.5q-53 0 -90.5 -37.5t-37.5 -90.5q0 -56 36 -89l10 -8q34 -31 82 -31q37 0 68 19.5t48 53.5q25 53 84 55zM1600 704q0 56 -36 89l-10 8q-34 31 -82 31q-37 0 -68 -19.5t-48 -53.5q-25 -53 -84 -55q59 -2 84 -55
-q17 -34 48 -53.5t68 -19.5q53 0 90.5 37.5t37.5 90.5zM1174 925q-17 -35 -55 -48t-73 4q-62 31 -134 31q-51 0 -99 -17q3 0 9.5 0.5t9.5 0.5q92 0 170.5 -50t118.5 -133q17 -36 3.5 -73.5t-49.5 -54.5q-18 -9 -39 -9q21 0 39 -9q36 -17 49.5 -54.5t-3.5 -73.5
-q-40 -83 -118.5 -133t-170.5 -50h-6q-16 2 -44 4l-290 27l-239 -120q-14 -7 -29 -7q-40 0 -57 35l-160 320q-11 23 -4 47.5t29 37.5l209 119l148 267q17 155 91.5 291.5t195.5 236.5q31 25 70.5 21.5t64.5 -34.5t21.5 -70t-34.5 -65q-70 -59 -117 -128q123 84 267 101
-q40 5 71.5 -19t35.5 -64q5 -40 -19 -71.5t-64 -35.5q-84 -10 -159 -55q46 10 99 10q115 0 218 -50q36 -18 49 -55.5t-5 -73.5zM2137 1085l160 -320q11 -23 4 -47.5t-29 -37.5l-209 -119l-148 -267q-17 -155 -91.5 -291.5t-195.5 -236.5q-26 -22 -61 -22q-45 0 -74 35
-q-25 31 -21.5 70t34.5 65q70 59 117 128q-123 -84 -267 -101q-4 -1 -12 -1q-36 0 -63.5 24t-31.5 60q-5 40 19 71.5t64 35.5q84 10 159 55q-46 -10 -99 -10q-115 0 -218 50q-36 18 -49 55.5t5 73.5q17 35 55 48t73 -4q62 -31 134 -31q51 0 99 17q-3 0 -9.5 -0.5t-9.5 -0.5
-q-92 0 -170.5 50t-118.5 133q-17 36 -3.5 73.5t49.5 54.5q18 9 39 9q-21 0 -39 9q-36 17 -49.5 54.5t3.5 73.5q40 83 118.5 133t170.5 50h6h1q14 -2 42 -4l291 -27l239 120q14 7 29 7q40 0 57 -35z" />
- <glyph glyph-name="uniF2A4" unicode="&#xf2a4;" horiz-adv-x="1792"
-d="M1056 704q0 -26 19 -45t45 -19t45 19t19 45q0 146 -103 249t-249 103t-249 -103t-103 -249q0 -26 19 -45t45 -19t45 19t19 45q0 93 66 158.5t158 65.5t158 -65.5t66 -158.5zM835 1280q-117 0 -223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5q0 -26 19 -45t45 -19t45 19
-t19 45q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -55 -18 -103.5t-37.5 -74.5t-59.5 -72q-34 -39 -52 -63t-43.5 -66.5t-37 -91t-11.5 -105.5q0 -106 -75 -181t-181 -75q-26 0 -45 -19t-19 -45t19 -45t45 -19q159 0 271.5 112.5t112.5 271.5q0 41 7.5 74
-t26.5 64t33.5 50t45.5 54q35 41 53 64.5t44 67.5t37.5 93.5t11.5 108.5q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5zM591 561l226 -226l-579 -579q-12 -12 -29 -12t-29 12l-168 168q-12 12 -12 29t12 29zM1612 1524l168 -168q12 -12 12 -29t-12 -30l-233 -233
-l-26 -25l-71 -71q-66 153 -195 258l91 91l207 207q13 12 30 12t29 -12z" />
- <glyph glyph-name="uniF2A5" unicode="&#xf2a5;"
-d="M866 1021q0 -27 -13 -94q-11 -50 -31.5 -150t-30.5 -150q-2 -11 -4.5 -12.5t-13.5 -2.5q-20 -2 -31 -2q-58 0 -84 49.5t-26 113.5q0 88 35 174t103 124q28 14 51 14q28 0 36.5 -16.5t8.5 -47.5zM1352 597q0 14 -39 75.5t-52 66.5q-21 8 -34 8q-91 0 -226 -77l-2 2
-q3 22 27.5 135t24.5 178q0 233 -242 233q-24 0 -68 -6q-94 -17 -168.5 -89.5t-111.5 -166.5t-37 -189q0 -146 80.5 -225t227.5 -79q25 0 25 -3t-1 -5q-4 -34 -26 -117q-14 -52 -51.5 -101t-82.5 -49q-42 0 -42 47q0 24 10.5 47.5t25 39.5t29.5 28.5t26 20t11 8.5q0 3 -7 10
-q-24 22 -58.5 36.5t-65.5 14.5q-35 0 -63.5 -34t-41 -75t-12.5 -75q0 -88 51.5 -142t138.5 -54q82 0 155 53t117.5 126t65.5 153q6 22 15.5 66.5t14.5 66.5q3 12 14 18q118 60 227 60q48 0 127 -18q1 -1 4 -1q5 0 9.5 4.5t4.5 8.5zM1536 1120v-960q0 -119 -84.5 -203.5
-t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="uniF2A6" unicode="&#xf2a6;" horiz-adv-x="1535"
-d="M744 1231q0 24 -2 38.5t-8.5 30t-21 23t-37.5 7.5q-39 0 -78 -23q-105 -58 -159 -190.5t-54 -269.5q0 -44 8.5 -85.5t26.5 -80.5t52.5 -62.5t81.5 -23.5q4 0 18 -0.5t20 0t16 3t15 8.5t7 16q16 77 48 231.5t48 231.5q19 91 19 146zM1498 575q0 -7 -7.5 -13.5t-15.5 -6.5
-l-6 1q-22 3 -62 11t-72 12.5t-63 4.5q-167 0 -351 -93q-15 -8 -21 -27q-10 -36 -24.5 -105.5t-22.5 -100.5q-23 -91 -70 -179.5t-112.5 -164.5t-154.5 -123t-185 -47q-135 0 -214.5 83.5t-79.5 219.5q0 53 19.5 117t63 116.5t97.5 52.5q38 0 120 -33.5t83 -61.5
-q0 -1 -16.5 -12.5t-39.5 -31t-46 -44.5t-39 -61t-16 -74q0 -33 16.5 -53t48.5 -20q45 0 85 31.5t66.5 78t48 105.5t32.5 107t16 90v9q0 2 -3.5 3.5t-8.5 1.5h-10t-10 -0.5t-6 -0.5q-227 0 -352 122.5t-125 348.5q0 108 34.5 221t96 210t156 167.5t204.5 89.5q52 9 106 9
-q374 0 374 -360q0 -98 -38 -273t-43 -211l3 -3q101 57 182.5 88t167.5 31q22 0 53 -13q19 -7 80 -102.5t61 -116.5z" />
- <glyph glyph-name="uniF2A7" unicode="&#xf2a7;" horiz-adv-x="1664"
-d="M831 863q32 0 59 -18l222 -148q61 -40 110 -97l146 -170q40 -46 29 -106l-72 -413q-6 -32 -29.5 -53.5t-55.5 -25.5l-527 -56l-352 -32h-9q-39 0 -67.5 28t-28.5 68q0 37 27 64t65 32l260 32h-448q-41 0 -69.5 30t-26.5 71q2 39 32 65t69 26l442 1l-521 64q-41 5 -66 37
-t-19 73q6 35 34.5 57.5t65.5 22.5h10l481 -60l-351 94q-38 10 -62 41.5t-18 68.5q6 36 33 58.5t62 22.5q6 0 20 -2l448 -96l217 -37q1 0 3 -0.5t3 -0.5q23 0 30.5 23t-12.5 36l-186 125q-35 23 -42 63.5t18 73.5q27 38 76 38zM761 661l186 -125l-218 37l-5 2l-36 38
-l-238 262q-1 1 -2.5 3.5t-2.5 3.5q-24 31 -18.5 70t37.5 64q31 23 68 17.5t64 -33.5l142 -147q-2 -1 -5 -3.5t-4 -4.5q-32 -45 -23 -99t55 -85zM1648 1115l15 -266q4 -73 -11 -147l-48 -219q-12 -59 -67 -87l-106 -54q2 62 -39 109l-146 170q-53 61 -117 103l-222 148
-q-34 23 -76 23q-51 0 -88 -37l-235 312q-25 33 -18 73.5t41 63.5q33 22 71.5 14t62.5 -40l266 -352l-262 455q-21 35 -10.5 75t47.5 59q35 18 72.5 6t57.5 -46l241 -420l-136 337q-15 35 -4.5 74t44.5 56q37 19 76 6t56 -51l193 -415l101 -196q8 -15 23 -17.5t27 7.5t11 26
-l-12 224q-2 41 26 71t69 31q39 0 67 -28.5t30 -67.5z" />
- <glyph glyph-name="uniF2A8" unicode="&#xf2a8;" horiz-adv-x="1792"
-d="M335 180q-2 0 -6 2q-86 57 -168.5 145t-139.5 180q-21 30 -21 69q0 9 2 19t4 18t7 18t8.5 16t10.5 17t10 15t12 15.5t11 14.5q184 251 452 365q-110 198 -110 211q0 19 17 29q116 64 128 64q18 0 28 -16l124 -229q92 19 192 19q266 0 497.5 -137.5t378.5 -369.5
-q20 -31 20 -69t-20 -69q-91 -142 -218.5 -253.5t-278.5 -175.5q110 -198 110 -211q0 -20 -17 -29q-116 -64 -127 -64q-19 0 -29 16l-124 229l-64 119l-444 820l7 7q-58 -24 -99 -47q3 -5 127 -234t243 -449t119 -223q0 -7 -9 -9q-13 -3 -72 -3q-57 0 -60 7l-456 841
-q-39 -28 -82 -68q24 -43 214 -393.5t190 -354.5q0 -10 -11 -10q-14 0 -82.5 22t-72.5 28l-106 197l-224 413q-44 -53 -78 -106q2 -3 18 -25t23 -34l176 -327q0 -10 -10 -10zM1165 282l49 -91q273 111 450 385q-180 277 -459 389q67 -64 103 -148.5t36 -176.5
-q0 -106 -47 -200.5t-132 -157.5zM848 896q0 -20 14 -34t34 -14q86 0 147 -61t61 -147q0 -20 14 -34t34 -14t34 14t14 34q0 126 -89 215t-215 89q-20 0 -34 -14t-14 -34zM1214 961l-9 4l7 -7z" />
- <glyph glyph-name="uniF2A9" unicode="&#xf2a9;" horiz-adv-x="1280"
-d="M1050 430q0 -215 -147 -374q-148 -161 -378 -161q-232 0 -378 161q-147 159 -147 374q0 147 68 270.5t189 196.5t268 73q96 0 182 -31q-32 -62 -39 -126q-66 28 -143 28q-167 0 -280.5 -123t-113.5 -291q0 -170 112.5 -288.5t281.5 -118.5t281 118.5t112 288.5
-q0 89 -32 166q66 13 123 49q41 -98 41 -212zM846 619q0 -192 -79.5 -345t-238.5 -253l-14 -1q-29 0 -62 5q83 32 146.5 102.5t99.5 154.5t58.5 189t30 192.5t7.5 178.5q0 69 -3 103q55 -160 55 -326zM791 947v-2q-73 214 -206 440q88 -59 142.5 -186.5t63.5 -251.5z
-M1035 744q-83 0 -160 75q218 120 290 247q19 37 21 56q-42 -94 -139.5 -166.5t-204.5 -97.5q-35 54 -35 113q0 37 17 79t43 68q46 44 157 74q59 16 106 58.5t74 100.5q74 -105 74 -253q0 -109 -24 -170q-32 -77 -88.5 -130.5t-130.5 -53.5z" />
- <glyph glyph-name="uniF2AA" unicode="&#xf2aa;"
-d="M1050 495q0 78 -28 147q-41 -25 -85 -34q22 -50 22 -114q0 -117 -77 -198.5t-193 -81.5t-193.5 81.5t-77.5 198.5q0 115 78 199.5t193 84.5q53 0 98 -19q4 43 27 87q-60 21 -125 21q-154 0 -257.5 -108.5t-103.5 -263.5t103.5 -261t257.5 -106t257.5 106.5t103.5 260.5z
-M872 850q2 -24 2 -71q0 -63 -5 -123t-20.5 -132.5t-40.5 -130t-68.5 -106t-100.5 -70.5q21 -3 42 -3h10q219 139 219 411q0 116 -38 225zM872 850q-4 80 -44 171.5t-98 130.5q92 -156 142 -302zM1207 955q0 102 -51 174q-41 -86 -124 -109q-69 -19 -109 -53.5t-40 -99.5
-q0 -40 24 -77q74 17 140.5 67t95.5 115q-4 -52 -74.5 -111.5t-138.5 -97.5q52 -52 110 -52q51 0 90 37t60 90q17 42 17 117zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
-t84.5 -203.5z" />
- <glyph glyph-name="uniF2AB" unicode="&#xf2ab;"
-d="M1279 388q0 22 -22 27q-67 15 -118 59t-80 108q-7 19 -7 25q0 15 19.5 26t43 17t43 20.5t19.5 36.5q0 19 -18.5 31.5t-38.5 12.5q-12 0 -32 -8t-31 -8q-4 0 -12 2q5 95 5 114q0 79 -17 114q-36 78 -103 121.5t-152 43.5q-199 0 -275 -165q-17 -35 -17 -114q0 -19 5 -114
-q-4 -2 -14 -2q-12 0 -32 7.5t-30 7.5q-21 0 -38.5 -12t-17.5 -32q0 -21 19.5 -35.5t43 -20.5t43 -17t19.5 -26q0 -6 -7 -25q-64 -138 -198 -167q-22 -5 -22 -27q0 -46 137 -68q2 -5 6 -26t11.5 -30.5t23.5 -9.5q12 0 37.5 4.5t39.5 4.5q35 0 67 -15t54 -32.5t57.5 -32.5
-t76.5 -15q43 0 79 15t57.5 32.5t53.5 32.5t67 15q14 0 39.5 -4t38.5 -4q16 0 23 10t11 30t6 25q137 22 137 68zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5
-t103 -385.5z" />
- <glyph glyph-name="uniF2AC" unicode="&#xf2ac;" horiz-adv-x="1664"
-d="M848 1408q134 1 240.5 -68.5t163.5 -192.5q27 -58 27 -179q0 -47 -9 -191q14 -7 28 -7q18 0 51 13.5t51 13.5q29 0 56 -18t27 -46q0 -32 -31.5 -54t-69 -31.5t-69 -29t-31.5 -47.5q0 -15 12 -43q37 -82 102.5 -150t144.5 -101q28 -12 80 -23q28 -6 28 -35
-q0 -70 -219 -103q-7 -11 -11 -39t-14 -46.5t-33 -18.5q-20 0 -62 6.5t-64 6.5q-37 0 -62 -5q-32 -5 -63 -22.5t-58 -38t-58 -40.5t-76 -33.5t-99 -13.5q-52 0 -96.5 13.5t-75 33.5t-57.5 40.5t-58 38t-62 22.5q-26 5 -63 5q-24 0 -65.5 -7.5t-58.5 -7.5q-25 0 -35 18.5
-t-14 47.5t-11 40q-219 33 -219 103q0 29 28 35q52 11 80 23q78 32 144.5 101t102.5 150q12 28 12 43q0 28 -31.5 47.5t-69.5 29.5t-69.5 31.5t-31.5 52.5q0 27 26 45.5t55 18.5q15 0 48 -13t53 -13q18 0 32 7q-9 142 -9 190q0 122 27 180q64 137 172 198t264 63z" />
- <glyph glyph-name="uniF2AD" unicode="&#xf2ad;"
-d="M1280 388q0 22 -22 27q-67 14 -118 58t-80 109q-7 14 -7 25q0 15 19.5 26t42.5 17t42.5 20.5t19.5 36.5q0 19 -18.5 31.5t-38.5 12.5q-11 0 -31 -8t-32 -8q-4 0 -12 2q5 63 5 115q0 78 -17 114q-36 78 -102.5 121.5t-152.5 43.5q-198 0 -275 -165q-18 -38 -18 -115
-q0 -38 6 -114q-10 -2 -15 -2q-11 0 -31.5 8t-30.5 8q-20 0 -37.5 -12.5t-17.5 -32.5q0 -21 19.5 -35.5t42.5 -20.5t42.5 -17t19.5 -26q0 -11 -7 -25q-64 -138 -198 -167q-22 -5 -22 -27q0 -47 138 -69q2 -5 6 -26t11 -30.5t23 -9.5q13 0 38.5 5t38.5 5q35 0 67.5 -15
-t54.5 -32.5t57.5 -32.5t76.5 -15q43 0 79 15t57.5 32.5t54 32.5t67.5 15q13 0 39 -4.5t39 -4.5q15 0 22.5 9.5t11.5 31t5 24.5q138 22 138 69zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960
-q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="uniF2AE" unicode="&#xf2ae;" horiz-adv-x="2304"
-d="M2304 1536q-69 -46 -125 -92t-89 -81t-59.5 -71.5t-37.5 -57.5t-22 -44.5t-14 -29.5q-10 -18 -35.5 -136.5t-48.5 -164.5q-15 -29 -50 -60.5t-67.5 -50.5t-72.5 -41t-48 -28q-47 -31 -151 -231q-341 14 -630 -158q-92 -53 -303 -179q47 16 86 31t55 22l15 7
-q71 27 163 64.5t133.5 53.5t108 34.5t142.5 31.5q186 31 465 -7q1 0 10 -3q11 -6 14 -17t-3 -22l-194 -345q-15 -29 -47 -22q-128 24 -354 24q-146 0 -402 -44.5t-392 -46.5q-82 -1 -149 13t-107 37t-61 40t-33 34l-1 1v2q0 6 6 6q138 0 371 55q192 366 374.5 524t383.5 158
-q5 0 14.5 -0.5t38 -5t55 -12t61.5 -24.5t63 -39.5t54 -59t40 -82.5l102 177q2 4 21 42.5t44.5 86.5t61 109.5t84 133.5t100.5 137q66 82 128 141.5t121.5 96.5t92.5 53.5t88 39.5z" />
- <glyph glyph-name="uniF2B0" unicode="&#xf2b0;"
-d="M1322 640q0 -45 -5 -76l-236 14l224 -78q-19 -73 -58 -141l-214 103l177 -158q-44 -61 -107 -108l-157 178l103 -215q-61 -37 -140 -59l-79 228l14 -240q-38 -6 -76 -6t-76 6l14 238l-78 -226q-74 19 -140 59l103 215l-157 -178q-59 43 -108 108l178 158l-214 -104
-q-39 69 -58 141l224 79l-237 -14q-5 42 -5 76q0 35 5 77l238 -14l-225 79q19 73 58 140l214 -104l-177 159q46 61 107 108l158 -178l-103 215q67 39 140 58l77 -224l-13 236q36 6 75 6q38 0 76 -6l-14 -237l78 225q74 -19 140 -59l-103 -214l158 178q61 -47 107 -108
-l-177 -159l213 104q37 -62 58 -141l-224 -78l237 14q5 -31 5 -77zM1352 640q0 160 -78.5 295.5t-213 214t-292.5 78.5q-119 0 -227 -46.5t-186.5 -125t-124.5 -187.5t-46 -229q0 -119 46 -228t124.5 -187.5t186.5 -125t227 -46.5q158 0 292.5 78.5t213 214t78.5 294.5z
-M1425 1023v-766l-657 -383l-657 383v766l657 383zM768 -183l708 412v823l-708 411l-708 -411v-823zM1536 1088v-896l-768 -448l-768 448v896l768 448z" />
- <glyph glyph-name="uniF2B1" unicode="&#xf2b1;" horiz-adv-x="1664"
-d="M339 1318h691l-26 -72h-665q-110 0 -188.5 -79t-78.5 -189v-771q0 -95 60.5 -169.5t153.5 -93.5q23 -5 98 -5v-72h-45q-140 0 -239.5 100t-99.5 240v771q0 140 99.5 240t239.5 100zM1190 1536h247l-482 -1294q-23 -61 -40.5 -103.5t-45 -98t-54 -93.5t-64.5 -78.5
-t-79.5 -65t-95.5 -41t-116 -18.5v195q163 26 220 182q20 52 20 105q0 54 -20 106l-285 733h228l187 -585zM1664 978v-1111h-795q37 55 45 73h678v1038q0 85 -49.5 155t-129.5 99l25 67q101 -34 163.5 -123.5t62.5 -197.5z" />
- <glyph glyph-name="uniF2B2" unicode="&#xf2b2;" horiz-adv-x="1792"
-d="M852 1227q0 -29 -17 -52.5t-45 -23.5t-45 23.5t-17 52.5t17 52.5t45 23.5t45 -23.5t17 -52.5zM688 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50 -21.5t-20 -51.5v-114q0 -30 20.5 -52t49.5 -22q30 0 50.5 22t20.5 52zM860 -149v114q0 30 -20 51.5t-50 21.5t-50.5 -21.5
-t-20.5 -51.5v-114q0 -30 20.5 -52t50.5 -22q29 0 49.5 22t20.5 52zM1034 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50.5 -21.5t-20.5 -51.5v-114q0 -30 20.5 -52t50.5 -22t50.5 22t20.5 52zM1208 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50.5 -21.5t-20.5 -51.5v-114
-q0 -30 20.5 -52t50.5 -22t50.5 22t20.5 52zM1476 535q-84 -160 -232 -259.5t-323 -99.5q-123 0 -229.5 51.5t-178.5 137t-113 197.5t-41 232q0 88 21 174q-104 -175 -104 -390q0 -162 65 -312t185 -251q30 57 91 57q56 0 86 -50q32 50 87 50q56 0 86 -50q32 50 87 50t87 -50
-q30 50 86 50q28 0 52.5 -15.5t37.5 -40.5q112 94 177 231.5t73 287.5zM1326 564q0 75 -72 75q-17 0 -47 -6q-95 -19 -149 -19q-226 0 -226 243q0 86 30 204q-83 -127 -83 -275q0 -150 89 -260.5t235 -110.5q111 0 210 70q13 48 13 79zM884 1223q0 50 -32 89.5t-81 39.5
-t-81 -39.5t-32 -89.5q0 -51 31.5 -90.5t81.5 -39.5t81.5 39.5t31.5 90.5zM1513 884q0 96 -37.5 179t-113 137t-173.5 54q-77 0 -149 -35t-127 -94q-48 -159 -48 -268q0 -104 45.5 -157t147.5 -53q53 0 142 19q36 6 53 6q51 0 77.5 -28t26.5 -80q0 -26 -4 -46
-q75 68 117.5 165.5t42.5 200.5zM1792 667q0 -111 -33.5 -249.5t-93.5 -204.5q-58 -64 -195 -142.5t-228 -104.5l-4 -1v-114q0 -43 -29.5 -75t-72.5 -32q-56 0 -86 50q-32 -50 -87 -50t-87 50q-30 -50 -86 -50q-55 0 -87 50q-30 -50 -86 -50q-47 0 -75 33.5t-28 81.5
-q-90 -68 -198 -68q-118 0 -211 80q54 1 106 20q-113 31 -182 127q32 -7 71 -7q89 0 164 46q-192 192 -240 306q-24 56 -24 160q0 57 9 125.5t31.5 146.5t55 141t86.5 105t120 42q59 0 81 -52q19 29 42 54q2 3 12 13t13 16q10 15 23 38t25 42t28 39q87 111 211.5 177
-t260.5 66q35 0 62 -4q59 64 146 64q83 0 140 -57q5 -5 5 -12q0 -5 -6 -13.5t-12.5 -16t-16 -17l-10.5 -10.5q17 -6 36 -18t19 -24q0 -6 -16 -25q157 -138 197 -378q25 30 60 30q45 0 100 -49q90 -80 90 -279z" />
- <glyph glyph-name="uniF2B3" unicode="&#xf2b3;"
-d="M917 631q0 33 -6 64h-362v-132h217q-12 -76 -74.5 -120.5t-142.5 -44.5q-99 0 -169 71.5t-70 170.5t70 170.5t169 71.5q93 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585h109v110
-h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="uniF2B4" unicode="&#xf2b4;"
-d="M1536 1024v-839q0 -48 -49 -62q-174 -52 -338 -52q-73 0 -215.5 29.5t-227.5 29.5q-164 0 -370 -48v-338h-160v1368q-63 25 -101 81t-38 124q0 91 64 155t155 64t155 -64t64 -155q0 -68 -38 -124t-101 -81v-68q190 44 343 44q99 0 198 -15q14 -2 111.5 -22.5t149.5 -20.5
-q77 0 165 18q11 2 80 21t89 19q26 0 45 -19t19 -45z" />
- <glyph glyph-name="uniF2B5" unicode="&#xf2b5;" horiz-adv-x="2304"
-d="M192 384q40 0 56 32t0 64t-56 32t-56 -32t0 -64t56 -32zM1665 442q-10 13 -38.5 50t-41.5 54t-38 49t-42.5 53t-40.5 47t-45 49l-125 -140q-83 -94 -208.5 -92t-205.5 98q-57 69 -56.5 158t58.5 157l177 206q-22 11 -51 16.5t-47.5 6t-56.5 -0.5t-49 -1q-92 0 -158 -66
-l-158 -158h-155v-544q5 0 21 0.5t22 0t19.5 -2t20.5 -4.5t17.5 -8.5t18.5 -13.5l297 -292q115 -111 227 -111q78 0 125 47q57 -20 112.5 8t72.5 85q74 -6 127 44q20 18 36 45.5t14 50.5q10 -10 43 -10q43 0 77 21t49.5 53t12 71.5t-30.5 73.5zM1824 384h96v512h-93l-157 180
-q-66 76 -169 76h-167q-89 0 -146 -67l-209 -243q-28 -33 -28 -75t27 -75q43 -51 110 -52t111 49l193 218q25 23 53.5 21.5t47 -27t8.5 -56.5q16 -19 56 -63t60 -68q29 -36 82.5 -105.5t64.5 -84.5q52 -66 60 -140zM2112 384q40 0 56 32t0 64t-56 32t-56 -32t0 -64t56 -32z
-M2304 960v-640q0 -26 -19 -45t-45 -19h-434q-27 -65 -82 -106.5t-125 -51.5q-33 -48 -80.5 -81.5t-102.5 -45.5q-42 -53 -104.5 -81.5t-128.5 -24.5q-60 -34 -126 -39.5t-127.5 14t-117 53.5t-103.5 81l-287 282h-358q-26 0 -45 19t-19 45v672q0 26 19 45t45 19h421
-q14 14 47 48t47.5 48t44 40t50.5 37.5t51 25.5t62 19.5t68 5.5h117q99 0 181 -56q82 56 181 56h167q35 0 67 -6t56.5 -14.5t51.5 -26.5t44.5 -31t43 -39.5t39 -42t41 -48t41.5 -48.5h355q26 0 45 -19t19 -45z" />
- <glyph glyph-name="uniF2B6" unicode="&#xf2b6;" horiz-adv-x="1792"
-d="M1792 882v-978q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v978q0 15 11 24q8 7 39 34.5t41.5 36t45.5 37.5t70 55.5t96 73t143.5 107t192.5 140.5q5 4 52.5 40t71.5 52.5t64 35t69 18.5t69 -18.5t65 -35.5t71 -52t52 -40q110 -80 192.5 -140.5t143.5 -107
-t96 -73t70 -55.5t45.5 -37.5t41.5 -36t39 -34.5q11 -9 11 -24zM1228 297q263 191 345 252q11 8 12.5 20.5t-6.5 23.5l-38 52q-8 11 -21 12.5t-24 -6.5q-231 -169 -343 -250q-5 -3 -52 -39t-71.5 -52.5t-64.5 -35t-69 -18.5t-69 18.5t-64.5 35t-71.5 52.5t-52 39
-q-186 134 -343 250q-11 8 -24 6.5t-21 -12.5l-38 -52q-8 -11 -6.5 -23.5t12.5 -20.5q82 -61 345 -252q10 -8 50 -38t65 -47t64 -39.5t77.5 -33.5t75.5 -11t75.5 11t79 34.5t64.5 39.5t65 47.5t48 36.5z" />
- <glyph glyph-name="uniF2B7" unicode="&#xf2b7;" horiz-adv-x="1792"
-d="M1474 623l39 -51q8 -11 6.5 -23.5t-11.5 -20.5q-43 -34 -126.5 -98.5t-146.5 -113t-67 -51.5q-39 -32 -60 -48t-60.5 -41t-76.5 -36.5t-74 -11.5h-1h-1q-37 0 -74 11.5t-76 36.5t-61 41.5t-60 47.5q-5 4 -65 50.5t-143.5 111t-122.5 94.5q-11 8 -12.5 20.5t6.5 23.5
-l37 52q8 11 21.5 13t24.5 -7q94 -73 306 -236q5 -4 43.5 -35t60.5 -46.5t56.5 -32.5t58.5 -17h1h1q24 0 58.5 17t56.5 32.5t60.5 46.5t43.5 35q258 198 313 242q11 8 24 6.5t21 -12.5zM1664 -96v928q-90 83 -159 139q-91 74 -389 304q-3 2 -43 35t-61 48t-56 32.5t-59 17.5
-h-1h-1q-24 0 -59 -17.5t-56 -32.5t-61 -48t-43 -35q-215 -166 -315.5 -245.5t-129.5 -104t-82 -74.5q-14 -12 -21 -19v-928q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 832v-928q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v928q0 56 41 94
-q123 114 350 290.5t233 181.5q36 30 59 47.5t61.5 42t76 36.5t74.5 12h1h1q37 0 74.5 -12t76 -36.5t61.5 -42t59 -47.5q43 -36 156 -122t226 -177t201 -173q41 -38 41 -94z" />
- <glyph glyph-name="uniF2B8" unicode="&#xf2b8;"
-d="M330 1l202 -214l-34 236l-216 213zM556 -225l274 218l-11 245l-300 -215zM245 413l227 -213l-48 327l-245 204zM495 189l317 214l-14 324l-352 -200zM843 178l95 -80l-2 239l-103 79q0 -1 1 -8.5t0 -12t-5 -7.5l-78 -52l85 -70q7 -6 7 -88zM138 930l256 -200l-68 465
-l-279 173zM1173 267l15 234l-230 -164l2 -240zM417 722l373 194l-19 441l-423 -163zM1270 357l20 233l-226 142l-2 -105l144 -95q6 -4 4 -9l-7 -119zM1461 496l30 222l-179 -128l-20 -228zM1273 329l-71 49l-8 -117q0 -5 -4 -8l-234 -187q-7 -5 -14 0l-98 83l7 -161
-q0 -5 -4 -8l-293 -234q-4 -2 -6 -2q-8 2 -8 3l-228 242q-4 4 -59 277q-2 7 5 11l61 37q-94 86 -95 92l-72 351q-2 7 6 12l94 45q-133 100 -135 108l-96 466q-2 10 7 13l433 135q5 0 8 -1l317 -153q6 -4 6 -9l20 -463q0 -7 -6 -10l-118 -61l126 -85q5 -2 5 -8l5 -123l121 74
-q5 4 11 0l84 -56l3 110q0 6 5 9l206 126q6 3 11 0l245 -135q4 -4 5 -7t-6.5 -60t-17.5 -124.5t-10 -70.5q0 -5 -4 -7l-191 -153q-6 -5 -13 0z" />
- <glyph glyph-name="uniF2B9" unicode="&#xf2b9;" horiz-adv-x="1664"
-d="M1201 298q0 57 -5.5 107t-21 100.5t-39.5 86t-64 58t-91 22.5q-6 -4 -33.5 -20.5t-42.5 -24.5t-40.5 -20t-49 -17t-46.5 -5t-46.5 5t-49 17t-40.5 20t-42.5 24.5t-33.5 20.5q-51 0 -91 -22.5t-64 -58t-39.5 -86t-21 -100.5t-5.5 -107q0 -73 42 -121.5t103 -48.5h576
-q61 0 103 48.5t42 121.5zM1028 892q0 108 -76.5 184t-183.5 76t-183.5 -76t-76.5 -184q0 -107 76.5 -183t183.5 -76t183.5 76t76.5 183zM1664 352v-192q0 -14 -9 -23t-23 -9h-96v-224q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v1472q0 66 47 113t113 47h1216
-q66 0 113 -47t47 -113v-224h96q14 0 23 -9t9 -23v-192q0 -14 -9 -23t-23 -9h-96v-128h96q14 0 23 -9t9 -23v-192q0 -14 -9 -23t-23 -9h-96v-128h96q14 0 23 -9t9 -23z" />
- <glyph glyph-name="uniF2BA" unicode="&#xf2ba;" horiz-adv-x="1664"
-d="M1028 892q0 -107 -76.5 -183t-183.5 -76t-183.5 76t-76.5 183q0 108 76.5 184t183.5 76t183.5 -76t76.5 -184zM980 672q46 0 82.5 -17t60 -47.5t39.5 -67t24 -81t11.5 -82.5t3.5 -79q0 -67 -39.5 -118.5t-105.5 -51.5h-576q-66 0 -105.5 51.5t-39.5 118.5q0 48 4.5 93.5
-t18.5 98.5t36.5 91.5t63 64.5t93.5 26h5q7 -4 32 -19.5t35.5 -21t33 -17t37 -16t35 -9t39.5 -4.5t39.5 4.5t35 9t37 16t33 17t35.5 21t32 19.5zM1664 928q0 -13 -9.5 -22.5t-22.5 -9.5h-96v-128h96q13 0 22.5 -9.5t9.5 -22.5v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-96v-128h96
-q13 0 22.5 -9.5t9.5 -22.5v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-96v-224q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v1472q0 66 47 113t113 47h1216q66 0 113 -47t47 -113v-224h96q13 0 22.5 -9.5t9.5 -22.5v-192zM1408 -96v1472q0 13 -9.5 22.5t-22.5 9.5h-1216
-q-13 0 -22.5 -9.5t-9.5 -22.5v-1472q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5z" />
- <glyph glyph-name="uniF2BB" unicode="&#xf2bb;" horiz-adv-x="2048"
-d="M1024 405q0 64 -9 117.5t-29.5 103t-60.5 78t-97 28.5q-6 -4 -30 -18t-37.5 -21.5t-35.5 -17.5t-43 -14.5t-42 -4.5t-42 4.5t-43 14.5t-35.5 17.5t-37.5 21.5t-30 18q-57 0 -97 -28.5t-60.5 -78t-29.5 -103t-9 -117.5t37 -106.5t91 -42.5h512q54 0 91 42.5t37 106.5z
-M867 925q0 94 -66.5 160.5t-160.5 66.5t-160.5 -66.5t-66.5 -160.5t66.5 -160.5t160.5 -66.5t160.5 66.5t66.5 160.5zM1792 416v64q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM1792 676v56q0 15 -10.5 25.5t-25.5 10.5h-568
-q-15 0 -25.5 -10.5t-10.5 -25.5v-56q0 -15 10.5 -25.5t25.5 -10.5h568q15 0 25.5 10.5t10.5 25.5zM1792 928v64q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM2048 1248v-1216q0 -66 -47 -113t-113 -47h-352v96q0 14 -9 23t-23 9
-h-64q-14 0 -23 -9t-9 -23v-96h-768v96q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-96h-352q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1728q66 0 113 -47t47 -113z" />
- <glyph glyph-name="uniF2BC" unicode="&#xf2bc;" horiz-adv-x="2048"
-d="M1024 405q0 -64 -37 -106.5t-91 -42.5h-512q-54 0 -91 42.5t-37 106.5t9 117.5t29.5 103t60.5 78t97 28.5q6 -4 30 -18t37.5 -21.5t35.5 -17.5t43 -14.5t42 -4.5t42 4.5t43 14.5t35.5 17.5t37.5 21.5t30 18q57 0 97 -28.5t60.5 -78t29.5 -103t9 -117.5zM867 925
-q0 -94 -66.5 -160.5t-160.5 -66.5t-160.5 66.5t-66.5 160.5t66.5 160.5t160.5 66.5t160.5 -66.5t66.5 -160.5zM1792 480v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM1792 732v-56q0 -15 -10.5 -25.5t-25.5 -10.5h-568
-q-15 0 -25.5 10.5t-10.5 25.5v56q0 15 10.5 25.5t25.5 10.5h568q15 0 25.5 -10.5t10.5 -25.5zM1792 992v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM1920 32v1216q0 13 -9.5 22.5t-22.5 9.5h-1728q-13 0 -22.5 -9.5
-t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h352v96q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-96h768v96q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-96h352q13 0 22.5 9.5t9.5 22.5zM2048 1248v-1216q0 -66 -47 -113t-113 -47h-1728q-66 0 -113 47t-47 113v1216q0 66 47 113
-t113 47h1728q66 0 113 -47t47 -113z" />
- <glyph glyph-name="uniF2BD" unicode="&#xf2bd;" horiz-adv-x="1792"
-d="M1523 197q-22 155 -87.5 257.5t-184.5 118.5q-67 -74 -159.5 -115.5t-195.5 -41.5t-195.5 41.5t-159.5 115.5q-119 -16 -184.5 -118.5t-87.5 -257.5q106 -150 271 -237.5t356 -87.5t356 87.5t271 237.5zM1280 896q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5
-t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1792 640q0 -182 -71 -347.5t-190.5 -286t-285.5 -191.5t-349 -71q-182 0 -348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="uniF2BE" unicode="&#xf2be;" horiz-adv-x="1792"
-d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348q0 -181 -70.5 -347t-190.5 -286t-286 -191.5t-349 -71.5t-349 71t-285.5 191.5t-190.5 286t-71 347.5t71 348t191 286t286 191t348 71zM1515 185q149 205 149 455q0 156 -61 298t-164 245t-245 164t-298 61t-298 -61
-t-245 -164t-164 -245t-61 -298q0 -250 149 -455q66 327 306 327q131 -128 313 -128t313 128q240 0 306 -327zM1280 832q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5z" />
- <glyph glyph-name="uniF2C0" unicode="&#xf2c0;"
-d="M1201 752q47 -14 89.5 -38t89 -73t79.5 -115.5t55 -172t22 -236.5q0 -154 -100 -263.5t-241 -109.5h-854q-141 0 -241 109.5t-100 263.5q0 131 22 236.5t55 172t79.5 115.5t89 73t89.5 38q-79 125 -79 272q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5
-t198.5 -40.5t163.5 -109.5t109.5 -163.5t40.5 -198.5q0 -147 -79 -272zM768 1408q-159 0 -271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5zM1195 -128q88 0 150.5 71.5t62.5 173.5q0 239 -78.5 377t-225.5 145
-q-145 -127 -336 -127t-336 127q-147 -7 -225.5 -145t-78.5 -377q0 -102 62.5 -173.5t150.5 -71.5h854z" />
- <glyph glyph-name="uniF2C1" unicode="&#xf2c1;" horiz-adv-x="1280"
-d="M1024 278q0 -64 -37 -107t-91 -43h-512q-54 0 -91 43t-37 107t9 118t29.5 104t61 78.5t96.5 28.5q80 -75 188 -75t188 75q56 0 96.5 -28.5t61 -78.5t29.5 -104t9 -118zM870 797q0 -94 -67.5 -160.5t-162.5 -66.5t-162.5 66.5t-67.5 160.5t67.5 160.5t162.5 66.5
-t162.5 -66.5t67.5 -160.5zM1152 -96v1376h-1024v-1376q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1280 1376v-1472q0 -66 -47 -113t-113 -47h-960q-66 0 -113 47t-47 113v1472q0 66 47 113t113 47h352v-96q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v96h352
-q66 0 113 -47t47 -113z" />
- <glyph glyph-name="uniF2C2" unicode="&#xf2c2;" horiz-adv-x="2048"
-d="M896 324q0 54 -7.5 100.5t-24.5 90t-51 68.5t-81 25q-64 -64 -156 -64t-156 64q-47 0 -81 -25t-51 -68.5t-24.5 -90t-7.5 -100.5q0 -55 31.5 -93.5t75.5 -38.5h426q44 0 75.5 38.5t31.5 93.5zM768 768q0 80 -56 136t-136 56t-136 -56t-56 -136t56 -136t136 -56t136 56
-t56 136zM1792 288v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1408 544v64q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1792 544v64q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23
-v-64q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1792 800v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM128 1152h1792v96q0 14 -9 23t-23 9h-1728q-14 0 -23 -9t-9 -23v-96zM2048 1248v-1216q0 -66 -47 -113t-113 -47h-1728
-q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1728q66 0 113 -47t47 -113z" />
- <glyph glyph-name="uniF2C3" unicode="&#xf2c3;" horiz-adv-x="2048"
-d="M896 324q0 -55 -31.5 -93.5t-75.5 -38.5h-426q-44 0 -75.5 38.5t-31.5 93.5q0 54 7.5 100.5t24.5 90t51 68.5t81 25q64 -64 156 -64t156 64q47 0 81 -25t51 -68.5t24.5 -90t7.5 -100.5zM768 768q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136z
-M1792 352v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23 -9t9 -23zM1408 608v-64q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h320q14 0 23 -9t9 -23zM1792 608v-64q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v64
-q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 864v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23 -9t9 -23zM1920 32v1120h-1792v-1120q0 -13 9.5 -22.5t22.5 -9.5h1728q13 0 22.5 9.5t9.5 22.5zM2048 1248v-1216q0 -66 -47 -113t-113 -47
-h-1728q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1728q66 0 113 -47t47 -113z" />
- <glyph glyph-name="uniF2C4" unicode="&#xf2c4;" horiz-adv-x="1792"
-d="M1255 749q0 318 -105 474.5t-330 156.5q-222 0 -326 -157t-104 -474q0 -316 104 -471.5t326 -155.5q74 0 131 17q-22 43 -39 73t-44 65t-53.5 56.5t-63 36t-77.5 14.5q-46 0 -79 -16l-49 97q105 91 276 91q132 0 215.5 -54t150.5 -155q67 149 67 402zM1645 117h117
-q3 -27 -2 -67t-26.5 -95t-58 -100.5t-107 -78t-162.5 -32.5q-71 0 -130.5 19t-105.5 56t-79 78t-66 96q-97 -27 -205 -27q-150 0 -292.5 58t-253 158.5t-178 249t-67.5 317.5q0 170 67.5 319.5t178.5 250.5t253.5 159t291.5 58q121 0 238.5 -36t217 -106t176 -164.5
-t119.5 -219t43 -261.5q0 -190 -80.5 -347.5t-218.5 -264.5q47 -70 93.5 -106.5t104.5 -36.5q61 0 94 37.5t38 85.5z" />
- <glyph glyph-name="uniF2C5" unicode="&#xf2c5;" horiz-adv-x="2304"
-d="M453 -101q0 -21 -16 -37.5t-37 -16.5q-1 0 -13 3q-63 15 -162 140q-225 284 -225 676q0 341 213 614q39 51 95 103.5t94 52.5q19 0 35 -13.5t16 -32.5q0 -27 -63 -90q-98 -102 -147 -184q-119 -199 -119 -449q0 -281 123 -491q50 -85 136 -173q2 -3 14.5 -16t19.5 -21
-t17 -20.5t14.5 -23.5t4.5 -21zM1796 33q0 -29 -17.5 -48.5t-46.5 -19.5h-1081q-26 0 -45 19t-19 45q0 29 17.5 48.5t46.5 19.5h1081q26 0 45 -19t19 -45zM1581 644q0 -134 -67 -233q-25 -38 -69.5 -78.5t-83.5 -60.5q-16 -10 -27 -10q-7 0 -15 6t-8 12q0 9 19 30t42 46
-t42 67.5t19 88.5q0 76 -35 130q-29 42 -46 42q-3 0 -3 -5q0 -12 7.5 -35.5t7.5 -36.5q0 -22 -21.5 -35t-44.5 -13q-66 0 -66 76q0 15 1.5 44t1.5 44q0 25 -10 46q-13 25 -42 53.5t-51 28.5q-5 0 -7 -0.5t-3.5 -2.5t-1.5 -6q0 -2 16 -26t16 -54q0 -37 -19 -68t-46 -54
-t-53.5 -46t-45.5 -54t-19 -68q0 -98 42 -160q29 -43 79 -63q16 -5 17 -10q1 -2 1 -5q0 -16 -18 -16q-6 0 -33 11q-119 43 -195 139.5t-76 218.5q0 55 24.5 115.5t60 115t70.5 108.5t59.5 113.5t24.5 111.5q0 53 -25 94q-29 48 -56 64q-19 9 -19 21q0 20 41 20q50 0 110 -29
-q41 -19 71 -44.5t49.5 -51t33.5 -62.5t22 -69t16 -80q0 -1 3 -17.5t4.5 -25t5.5 -25t9 -27t11 -21.5t14.5 -16.5t18.5 -5.5q23 0 37 14t14 37q0 25 -20 67t-20 52t10 10q27 0 93 -70q72 -76 102.5 -156t30.5 -186zM2304 615q0 -274 -138 -503q-19 -32 -48 -72t-68 -86.5
-t-81 -77t-74 -30.5q-16 0 -31 15.5t-15 31.5q0 15 29 50.5t68.5 77t48.5 52.5q183 230 183 531q0 131 -20.5 235t-72.5 211q-58 119 -163 228q-2 3 -13 13.5t-16.5 16.5t-15 17.5t-15 20t-9.5 18.5t-4 19q0 19 16 35.5t35 16.5q70 0 196 -169q98 -131 146 -273t60 -314
-q2 -42 2 -64z" />
- <glyph glyph-name="uniF2C6" unicode="&#xf2c6;" horiz-adv-x="1792"
-d="M1189 229l147 693q9 44 -10.5 63t-51.5 7l-864 -333q-29 -11 -39.5 -25t-2.5 -26.5t32 -19.5l221 -69l513 323q21 14 32 6q7 -5 -4 -15l-415 -375v0v0l-16 -228q23 0 45 22l108 104l224 -165q64 -36 81 38zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71
-t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="uniF2C7" unicode="&#xf2c7;" horiz-adv-x="1024"
-d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v907h128v-907q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5
-t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192
-v128h192z" />
- <glyph glyph-name="uniF2C8" unicode="&#xf2c8;" horiz-adv-x="1024"
-d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v651h128v-651q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5
-t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192
-v128h192z" />
- <glyph glyph-name="uniF2C9" unicode="&#xf2c9;" horiz-adv-x="1024"
-d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v395h128v-395q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5
-t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192
-v128h192z" />
- <glyph glyph-name="uniF2CA" unicode="&#xf2ca;" horiz-adv-x="1024"
-d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v139h128v-139q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5
-t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192
-v128h192z" />
- <glyph glyph-name="uniF2CB" unicode="&#xf2cb;" horiz-adv-x="1024"
-d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 79 56 135.5t136 56.5t136 -56.5t56 -135.5zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5t93.5 226.5z
-M896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192v128h192z" />
- <glyph glyph-name="uniF2CC" unicode="&#xf2cc;" horiz-adv-x="1920"
-d="M1433 1287q10 -10 10 -23t-10 -23l-626 -626q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l44 44q-72 91 -81.5 207t46.5 215q-74 71 -176 71q-106 0 -181 -75t-75 -181v-1280h-256v1280q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5q106 0 201 -41
-t166 -115q94 39 197 24.5t185 -79.5l44 44q10 10 23 10t23 -10zM1344 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1600 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1856 1024q26 0 45 -19t19 -45t-19 -45t-45 -19
-t-45 19t-19 45t19 45t45 19zM1216 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1408 832q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 768
-q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1344 640q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1600 768q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1216 512q-26 0 -45 19t-19 45t19 45t45 19t45 -19
-t19 -45t-19 -45t-45 -19zM1472 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1344 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1216 384
-q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 256q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" />
- <glyph glyph-name="uniF2CD" unicode="&#xf2cd;" horiz-adv-x="1792"
-d="M1664 448v-192q0 -169 -128 -286v-194q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v118q-63 -22 -128 -22h-768q-65 0 -128 22v-110q0 -17 -9.5 -28.5t-22.5 -11.5h-64q-13 0 -22.5 11.5t-9.5 28.5v186q-128 117 -128 286v192h1536zM704 864q0 -14 -9 -23t-23 -9t-23 9
-t-9 23t9 23t23 9t23 -9t9 -23zM768 928q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM704 992q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM832 992q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM768 1056q0 -14 -9 -23t-23 -9t-23 9
-t-9 23t9 23t23 9t23 -9t9 -23zM704 1120q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM1792 608v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v640q0 106 75 181t181 75q108 0 184 -78q46 19 98 12t93 -39l22 22q11 11 22 0l42 -42
-q11 -11 0 -22l-314 -314q-11 -11 -22 0l-42 42q-11 11 0 22l22 22q-36 46 -40.5 104t23.5 108q-37 35 -88 35q-53 0 -90.5 -37.5t-37.5 -90.5v-640h1504q14 0 23 -9t9 -23zM896 1056q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM832 1120q0 -14 -9 -23t-23 -9
-t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM768 1184q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM960 1120q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM896 1184q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM832 1248q0 -14 -9 -23
-t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM1024 1184q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM960 1248q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM1088 1248q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23z" />
- <glyph glyph-name="uniF2CE" unicode="&#xf2ce;"
-d="M994 344q0 -86 -17 -197q-31 -215 -55 -313q-22 -90 -152 -90t-152 90q-24 98 -55 313q-17 110 -17 197q0 168 224 168t224 -168zM1536 768q0 -240 -134 -434t-350 -280q-8 -3 -15 3t-6 15q7 48 10 66q4 32 6 47q1 9 9 12q159 81 255.5 234t96.5 337q0 180 -91 330.5
-t-247 234.5t-337 74q-124 -7 -237 -61t-193.5 -140.5t-128 -202t-46.5 -240.5q1 -184 99 -336.5t257 -231.5q7 -3 9 -12q3 -21 6 -45q1 -9 5 -32.5t6 -35.5q1 -9 -6.5 -15t-15.5 -2q-148 58 -261 169.5t-173.5 264t-52.5 319.5q7 143 66 273.5t154.5 227t225 157.5t272.5 70
-q164 10 315.5 -46.5t261 -160.5t175 -250.5t65.5 -308.5zM994 800q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5zM1282 768q0 -122 -53.5 -228.5t-146.5 -177.5q-8 -6 -16 -2t-10 14q-6 52 -29 92q-7 10 3 20
-q58 54 91 127t33 155q0 111 -58.5 204t-157.5 141.5t-212 36.5q-133 -15 -229 -113t-109 -231q-10 -92 23.5 -176t98.5 -144q10 -10 3 -20q-24 -41 -29 -93q-2 -9 -10 -13t-16 2q-95 74 -148.5 183t-51.5 234q3 131 69 244t177 181.5t241 74.5q144 7 268 -60t196.5 -187.5
-t72.5 -263.5z" />
- <glyph glyph-name="uniF2D0" unicode="&#xf2d0;" horiz-adv-x="1792"
-d="M256 128h1280v768h-1280v-768zM1792 1248v-1216q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
- <glyph glyph-name="uniF2D1" unicode="&#xf2d1;" horiz-adv-x="1792"
-d="M1792 224v-192q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
- <glyph glyph-name="uniF2D2" unicode="&#xf2d2;" horiz-adv-x="2048"
-d="M256 0h768v512h-768v-512zM1280 512h512v768h-768v-256h96q66 0 113 -47t47 -113v-352zM2048 1376v-960q0 -66 -47 -113t-113 -47h-608v-352q0 -66 -47 -113t-113 -47h-960q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h608v352q0 66 47 113t113 47h960q66 0 113 -47
-t47 -113z" />
- <glyph glyph-name="uniF2D3" unicode="&#xf2d3;" horiz-adv-x="1792"
-d="M1175 215l146 146q10 10 10 23t-10 23l-233 233l233 233q10 10 10 23t-10 23l-146 146q-10 10 -23 10t-23 -10l-233 -233l-233 233q-10 10 -23 10t-23 -10l-146 -146q-10 -10 -10 -23t10 -23l233 -233l-233 -233q-10 -10 -10 -23t10 -23l146 -146q10 -10 23 -10t23 10
-l233 233l233 -233q10 -10 23 -10t23 10zM1792 1248v-1216q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
- <glyph glyph-name="uniF2D4" unicode="&#xf2d4;" horiz-adv-x="1792"
-d="M1257 425l-146 -146q-10 -10 -23 -10t-23 10l-169 169l-169 -169q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l169 169l-169 169q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l169 -169l169 169q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23
-l-169 -169l169 -169q10 -10 10 -23t-10 -23zM256 128h1280v1024h-1280v-1024zM1792 1248v-1216q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
- <glyph glyph-name="uniF2D5" unicode="&#xf2d5;" horiz-adv-x="1792"
-d="M1070 358l306 564h-654l-306 -564h654zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="uniF2D6" unicode="&#xf2d6;" horiz-adv-x="1794"
-d="M1291 1060q-15 17 -35 8.5t-26 -28.5t5 -38q14 -17 40 -14.5t34 20.5t-18 52zM895 814q-8 -8 -19.5 -8t-18.5 8q-8 8 -8 19t8 18q7 8 18.5 8t19.5 -8q7 -7 7 -18t-7 -19zM1060 740l-35 -35q-12 -13 -29.5 -13t-30.5 13l-38 38q-12 13 -12 30t12 30l35 35q12 12 29.5 12
-t30.5 -12l38 -39q12 -12 12 -29.5t-12 -29.5zM951 870q-7 -8 -18.5 -8t-19.5 8q-7 8 -7 19t7 19q8 8 19 8t19 -8t8 -19t-8 -19zM1354 968q-34 -64 -107.5 -85.5t-127.5 16.5q-38 28 -61 66.5t-21 87.5t39 92t75.5 53t70.5 -5t70 -51q2 -2 13 -12.5t14.5 -13.5t13 -13.5
-t12.5 -15.5t10 -15.5t8.5 -18t4 -18.5t1 -21t-5 -22t-9.5 -24zM1555 486q3 20 -8.5 34.5t-27.5 21.5t-33 17t-23 20q-40 71 -84 98.5t-113 11.5q19 13 40 18.5t33 4.5l12 -1q2 45 -34 90q6 20 6.5 40.5t-2.5 30.5l-3 10q43 24 71 65t34 91q10 84 -43 150.5t-137 76.5
-q-60 7 -114 -18.5t-82 -74.5q-30 -51 -33.5 -101t14.5 -87t43.5 -64t56.5 -42q-45 4 -88 36t-57 88q-28 108 32 222q-16 21 -29 32q-50 0 -89 -19q19 24 42 37t36 14l13 1q0 50 -13 78q-10 21 -32.5 28.5t-47 -3.5t-37.5 -40q2 4 4 7q-7 -28 -6.5 -75.5t19 -117t48.5 -122.5
-q-25 -14 -47 -36q-35 -16 -85.5 -70.5t-84.5 -101.5l-33 -46q-90 -34 -181 -125.5t-75 -162.5q1 -16 11 -27q-15 -12 -30 -30q-21 -25 -21 -54t21.5 -40t63.5 6q41 19 77 49.5t55 60.5q-2 2 -6.5 5t-20.5 7.5t-33 3.5q23 5 51 12.5t40 10t27.5 6t26 4t23.5 0.5q14 -7 22 34
-q7 37 7 90q0 102 -40 150q106 -103 101 -219q-1 -29 -15 -50t-27 -27l-13 -6q-4 -7 -19 -32t-26 -45.5t-26.5 -52t-25 -61t-17 -63t-6.5 -66.5t10 -63q-35 54 -37 80q-22 -24 -34.5 -39t-33.5 -42t-30.5 -46t-16.5 -41t-0.5 -38t25.5 -27q45 -25 144 64t190.5 221.5
-t122.5 228.5q86 52 145 115.5t86 119.5q47 -93 154 -178q104 -83 167 -80q39 2 46 43zM1794 640q0 -182 -71 -348t-191 -286t-286.5 -191t-348.5 -71t-348.5 71t-286.5 191t-191 286t-71 348t71 348t191 286t286.5 191t348.5 71t348.5 -71t286.5 -191t191 -286t71 -348z" />
- <glyph glyph-name="uniF2D7" unicode="&#xf2d7;"
-d="M518 1353v-655q103 -1 191.5 1.5t125.5 5.5l37 3q68 2 90.5 24.5t39.5 94.5l33 142h103l-14 -322l7 -319h-103l-29 127q-15 68 -45 93t-84 26q-87 8 -352 8v-556q0 -78 43.5 -115.5t133.5 -37.5h357q35 0 59.5 2t55 7.5t54 18t48.5 32t46 50.5t39 73l93 216h89
-q-6 -37 -31.5 -252t-30.5 -276q-146 5 -263.5 8t-162.5 4h-44h-628l-376 -12v102l127 25q67 13 91.5 37t25.5 79l8 643q3 402 -8 645q-2 61 -25.5 84t-91.5 36l-127 24v102l376 -12h702q139 0 374 27q-6 -68 -14 -194.5t-12 -219.5l-5 -92h-93l-32 124q-31 121 -74 179.5
-t-113 58.5h-548q-28 0 -35.5 -8.5t-7.5 -30.5z" />
- <glyph glyph-name="uniF2D8" unicode="&#xf2d8;"
-d="M922 739v-182q0 -4 0.5 -15t0 -15l-1.5 -12t-3.5 -11.5t-6.5 -7.5t-11 -5.5t-16 -1.5v309q9 0 16 -1t11 -5t6.5 -5.5t3.5 -9.5t1 -10.5v-13.5v-14zM1238 643v-121q0 -1 0.5 -12.5t0 -15.5t-2.5 -11.5t-7.5 -10.5t-13.5 -3q-9 0 -14 9q-4 10 -4 165v7v8.5v9t1.5 8.5l3.5 7
-t5 5.5t8 1.5q6 0 10 -1.5t6.5 -4.5t4 -6t2 -8.5t0.5 -8v-9.5v-9zM180 407h122v472h-122v-472zM614 407h106v472h-159l-28 -221q-20 148 -32 221h-158v-472h107v312l45 -312h76l43 319v-319zM1039 712q0 67 -5 90q-3 16 -11 28.5t-17 20.5t-25 14t-26.5 8.5t-31 4t-29 1.5
-h-29.5h-12h-91v-472h56q169 -1 197 24.5t25 180.5q-1 62 -1 100zM1356 515v133q0 29 -2 45t-9.5 33.5t-24.5 25t-46 7.5q-46 0 -77 -34v154h-117v-472h110l7 30q30 -36 77 -36q50 0 66 30.5t16 83.5zM1536 1248v-1216q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113
-v1216q0 66 47 113t113 47h1216q66 0 113 -47t47 -113z" />
- <glyph glyph-name="uniF2D9" unicode="&#xf2d9;" horiz-adv-x="2176"
-d="M1143 -197q-6 1 -11 4q-13 8 -36 23t-86 65t-116.5 104.5t-112 140t-89.5 172.5q-17 3 -175 37q66 -213 235 -362t391 -184zM502 409l168 -28q-25 76 -41 167.5t-19 145.5l-4 53q-84 -82 -121 -224q5 -65 17 -114zM612 1018q-43 -64 -77 -148q44 46 74 68zM2049 584
-q0 161 -62 307t-167.5 252t-250.5 168.5t-304 62.5q-147 0 -281 -52.5t-240 -148.5q-30 -58 -45 -160q60 51 143 83.5t158.5 43t143 13.5t108.5 -1l40 -3q33 -1 53 -15.5t24.5 -33t6.5 -37t-1 -28.5q-126 11 -227.5 0.5t-183 -43.5t-142.5 -71.5t-131 -98.5
-q4 -36 11.5 -92.5t35.5 -178t62 -179.5q123 -6 247.5 14.5t214.5 53.5t162.5 67t109.5 59l37 24q22 16 39.5 20.5t30.5 -5t17 -34.5q14 -97 -39 -121q-208 -97 -467 -134q-135 -20 -317 -16q41 -96 110 -176.5t137 -127t130.5 -79t101.5 -43.5l39 -12q143 -23 263 15
-q195 99 314 289t119 418zM2123 621q-14 -135 -40 -212q-70 -208 -181.5 -346.5t-318.5 -253.5q-48 -33 -82 -44q-72 -26 -163 -16q-36 -3 -73 -3q-283 0 -504.5 173t-295.5 442q-1 0 -4 0.5t-5 0.5q-6 -50 2.5 -112.5t26 -115t36 -98t31.5 -71.5l14 -26q8 -12 54 -82
-q-71 38 -124.5 106.5t-78.5 140t-39.5 137t-17.5 107.5l-2 42q-5 2 -33.5 12.5t-48.5 18t-53 20.5t-57.5 25t-50 25.5t-42.5 27t-25 25.5q19 -10 50.5 -25.5t113 -45.5t145.5 -38l2 32q11 149 94 290q41 202 176 365q28 115 81 214q15 28 32 45t49 32q158 74 303.5 104
-t302 11t306.5 -97q220 -115 333 -336t87 -474z" />
- <glyph glyph-name="uniF2DA" unicode="&#xf2da;" horiz-adv-x="1792"
-d="M1341 752q29 44 -6.5 129.5t-121.5 142.5q-58 39 -125.5 53.5t-118 4.5t-68.5 -37q-12 -23 -4.5 -28t42.5 -10q23 -3 38.5 -5t44.5 -9.5t56 -17.5q36 -13 67.5 -31.5t53 -37t40 -38.5t30.5 -38t22 -34.5t16.5 -28.5t12 -18.5t10.5 -6t11 9.5zM1704 178
-q-52 -127 -148.5 -220t-214.5 -141.5t-253 -60.5t-266 13.5t-251 91t-210 161.5t-141.5 235.5t-46.5 303.5q1 41 8.5 84.5t12.5 64t24 80.5t23 73q-51 -208 1 -397t173 -318t291 -206t346 -83t349 74.5t289 244.5q20 27 18 14q0 -4 -4 -14zM1465 627q0 -104 -40.5 -199
-t-108.5 -164t-162 -109.5t-198 -40.5t-198 40.5t-162 109.5t-108.5 164t-40.5 199t40.5 199t108.5 164t162 109.5t198 40.5t198 -40.5t162 -109.5t108.5 -164t40.5 -199zM1752 915q-65 147 -180.5 251t-253 153.5t-292 53.5t-301 -36.5t-275.5 -129t-220 -211.5t-131 -297
-t-10 -373q-49 161 -51.5 311.5t35.5 272.5t109 227t165.5 180.5t207 126t232 71t242.5 9t236 -54t216 -124.5t178 -197q33 -50 62 -121t31 -112zM1690 573q12 244 -136.5 416t-396.5 240q-8 0 -10 5t24 8q125 -4 230 -50t173 -120t116 -168.5t58.5 -199t-1 -208
-t-61.5 -197.5t-122.5 -167t-185 -117.5t-248.5 -46.5q108 30 201.5 80t174 123t129.5 176.5t55 225.5z" />
- <glyph glyph-name="uniF2DB" unicode="&#xf2db;"
-d="M192 256v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM192 512v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM192 768v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16
-q0 16 16 16h112zM192 1024v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM192 1280v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM1280 1440v-1472q0 -40 -28 -68t-68 -28h-832q-40 0 -68 28
-t-28 68v1472q0 40 28 68t68 28h832q40 0 68 -28t28 -68zM1536 208v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 464v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 720v-32
-q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 976v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 1232v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16
-h48q16 0 16 -16z" />
- <glyph glyph-name="uniF2DC" unicode="&#xf2dc;" horiz-adv-x="1664"
-d="M1566 419l-167 -33l186 -107q23 -13 29.5 -38.5t-6.5 -48.5q-14 -23 -39 -29.5t-48 6.5l-186 106l55 -160q13 -38 -12 -63.5t-60.5 -20.5t-48.5 42l-102 300l-271 156v-313l208 -238q16 -18 17 -39t-11 -36.5t-28.5 -25t-37 -5.5t-36.5 22l-112 128v-214q0 -26 -19 -45
-t-45 -19t-45 19t-19 45v214l-112 -128q-16 -18 -36.5 -22t-37 5.5t-28.5 25t-11 36.5t17 39l208 238v313l-271 -156l-102 -300q-13 -37 -48.5 -42t-60.5 20.5t-12 63.5l55 160l-186 -106q-23 -13 -48 -6.5t-39 29.5q-13 23 -6.5 48.5t29.5 38.5l186 107l-167 33
-q-29 6 -42 29t-8.5 46.5t25.5 40t50 10.5l310 -62l271 157l-271 157l-310 -62q-4 -1 -13 -1q-27 0 -44 18t-19 40t11 43t40 26l167 33l-186 107q-23 13 -29.5 38.5t6.5 48.5t39 30t48 -7l186 -106l-55 160q-13 38 12 63.5t60.5 20.5t48.5 -42l102 -300l271 -156v313
-l-208 238q-16 18 -17 39t11 36.5t28.5 25t37 5.5t36.5 -22l112 -128v214q0 26 19 45t45 19t45 -19t19 -45v-214l112 128q16 18 36.5 22t37 -5.5t28.5 -25t11 -36.5t-17 -39l-208 -238v-313l271 156l102 300q13 37 48.5 42t60.5 -20.5t12 -63.5l-55 -160l186 106
-q23 13 48 6.5t39 -29.5q13 -23 6.5 -48.5t-29.5 -38.5l-186 -107l167 -33q27 -5 40 -26t11 -43t-19 -40t-44 -18q-9 0 -13 1l-310 62l-271 -157l271 -157l310 62q29 6 50 -10.5t25.5 -40t-8.5 -46.5t-42 -29z" />
- <glyph glyph-name="uniF2DD" unicode="&#xf2dd;" horiz-adv-x="1792"
-d="M1473 607q7 118 -33 226.5t-113 189t-177 131t-221 57.5q-116 7 -225.5 -32t-192 -110.5t-135 -175t-59.5 -220.5q-7 -118 33 -226.5t113 -189t177.5 -131t221.5 -57.5q155 -9 293 59t224 195.5t94 283.5zM1792 1536l-349 -348q120 -117 180.5 -272t50.5 -321
-q-11 -183 -102 -339t-241 -255.5t-332 -124.5l-999 -132l347 347q-120 116 -180.5 271.5t-50.5 321.5q11 184 102 340t241.5 255.5t332.5 124.5q167 22 500 66t500 66z" />
- <glyph glyph-name="uniF2DE" unicode="&#xf2de;" horiz-adv-x="1792"
-d="M948 508l163 -329h-51l-175 350l-171 -350h-49l179 374l-78 33l21 49l240 -102l-21 -50zM563 1100l304 -130l-130 -304l-304 130zM907 915l240 -103l-103 -239l-239 102zM1188 765l191 -81l-82 -190l-190 81zM1680 640q0 159 -62 304t-167.5 250.5t-250.5 167.5t-304 62
-t-304 -62t-250.5 -167.5t-167.5 -250.5t-62 -304t62 -304t167.5 -250.5t250.5 -167.5t304 -62t304 62t250.5 167.5t167.5 250.5t62 304zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71
-t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="uniF2E0" unicode="&#xf2e0;" horiz-adv-x="1920"
-d="M1334 302q-4 24 -27.5 34t-49.5 10.5t-48.5 12.5t-25.5 38q-5 47 33 139.5t75 181t32 127.5q-14 101 -117 103q-45 1 -75 -16l-3 -2l-5 -2.5t-4.5 -2t-5 -2t-5 -0.5t-6 1.5t-6 3.5t-6.5 5q-3 2 -9 8.5t-9 9t-8.5 7.5t-9.5 7.5t-9.5 5.5t-11 4.5t-11.5 2.5q-30 5 -48 -3
-t-45 -31q-1 -1 -9 -8.5t-12.5 -11t-15 -10t-16.5 -5.5t-17 3q-54 27 -84 40q-41 18 -94 -5t-76 -65q-16 -28 -41 -98.5t-43.5 -132.5t-40 -134t-21.5 -73q-22 -69 18.5 -119t110.5 -46q30 2 50.5 15t38.5 46q7 13 79 199.5t77 194.5q6 11 21.5 18t29.5 0q27 -15 21 -53
-q-2 -18 -51 -139.5t-50 -132.5q-6 -38 19.5 -56.5t60.5 -7t55 49.5q4 8 45.5 92t81.5 163.5t46 88.5q20 29 41 28q29 0 25 -38q-2 -16 -65.5 -147.5t-70.5 -159.5q-12 -53 13 -103t74 -74q17 -9 51 -15.5t71.5 -8t62.5 14t20 48.5zM383 86q3 -15 -5 -27.5t-23 -15.5
-q-14 -3 -26.5 5t-15.5 23q-3 14 5 27t22 16t27 -5t16 -23zM953 -177q12 -17 8.5 -37.5t-20.5 -32.5t-37.5 -8t-32.5 21q-11 17 -7.5 37.5t20.5 32.5t37.5 8t31.5 -21zM177 635q-18 -27 -49.5 -33t-57.5 13q-26 18 -32 50t12 58q18 27 49.5 33t57.5 -12q26 -19 32 -50.5
-t-12 -58.5zM1467 -42q19 -28 13 -61.5t-34 -52.5t-60.5 -13t-51.5 34t-13 61t33 53q28 19 60.5 13t52.5 -34zM1579 562q69 -113 42.5 -244.5t-134.5 -207.5q-90 -63 -199 -60q-20 -80 -84.5 -127t-143.5 -44.5t-140 57.5q-12 -9 -13 -10q-103 -71 -225 -48.5t-193 126.5
-q-50 73 -53 164q-83 14 -142.5 70.5t-80.5 128t-2 152t81 138.5q-36 60 -38 128t24.5 125t79.5 98.5t121 50.5q32 85 99 148t146.5 91.5t168 17t159.5 -66.5q72 21 140 17.5t128.5 -36t104.5 -80t67.5 -115t17.5 -140.5q52 -16 87 -57t45.5 -89t-5.5 -99.5t-58 -87.5z
-M455 1222q14 -20 9.5 -44.5t-24.5 -38.5q-19 -14 -43.5 -9.5t-37.5 24.5q-14 20 -9.5 44.5t24.5 38.5q19 14 43.5 9.5t37.5 -24.5zM614 1503q4 -16 -5 -30.5t-26 -18.5t-31 5.5t-18 26.5q-3 17 6.5 31t25.5 18q17 4 31 -5.5t17 -26.5zM1800 555q4 -20 -6.5 -37t-30.5 -21
-q-19 -4 -36 6.5t-21 30.5t6.5 37t30.5 22q20 4 36.5 -7.5t20.5 -30.5zM1136 1448q16 -27 8.5 -58.5t-35.5 -47.5q-27 -16 -57.5 -8.5t-46.5 34.5q-16 28 -8.5 59t34.5 48t58 9t47 -36zM1882 792q4 -15 -4 -27.5t-23 -16.5q-15 -3 -27.5 5.5t-15.5 22.5q-3 15 5 28t23 16
-q14 3 26.5 -5t15.5 -23zM1691 1033q15 -22 10.5 -49t-26.5 -43q-22 -15 -49 -10t-42 27t-10 49t27 43t48.5 11t41.5 -28z" />
- <glyph glyph-name="uniF2E1" unicode="&#xf2e1;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2E2" unicode="&#xf2e2;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2E3" unicode="&#xf2e3;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2E4" unicode="&#xf2e4;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2E5" unicode="&#xf2e5;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2E6" unicode="&#xf2e6;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2E7" unicode="&#xf2e7;" horiz-adv-x="1792"
- />
- <glyph glyph-name="_698" unicode="&#xf2e8;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2E9" unicode="&#xf2e9;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2EA" unicode="&#xf2ea;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2EB" unicode="&#xf2eb;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2EC" unicode="&#xf2ec;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2ED" unicode="&#xf2ed;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2EE" unicode="&#xf2ee;" horiz-adv-x="1792"
- />
- <glyph glyph-name="lessequal" unicode="&#xf500;" horiz-adv-x="1792"
- />
- </font>
-</defs></svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/fontawesome-webfont.ttf b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/fontawesome-webfont.ttf
deleted file mode 100644
index 35acda2f..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/fontawesome-webfont.ttf
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/fontawesome-webfont.woff b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/fontawesome-webfont.woff
deleted file mode 100644
index 400014a4..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/fontawesome-webfont.woff
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/fontawesome-webfont.woff2 b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/fontawesome-webfont.woff2
deleted file mode 100644
index 4d13fc60..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/fontawesome-webfont.woff2
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/iconfont.eot b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/iconfont.eot
deleted file mode 100644
index e45edf09..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/iconfont.eot
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/iconfont.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/iconfont.svg
deleted file mode 100644
index f5e45b4d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/iconfont.svg
+++ /dev/null
@@ -1,150 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<!--
-2013-9-30: Created.
--->
-<svg>
-<metadata>
-Created by iconfont
-</metadata>
-<defs>
-
-<font id="iconfont" horiz-adv-x="1024" >
- <font-face
- font-family="iconfont"
- font-weight="500"
- font-stretch="normal"
- units-per-em="1024"
- ascent="896"
- descent="-128"
- />
- <missing-glyph />
-
- <glyph glyph-name="x" unicode="x" horiz-adv-x="1001"
-d="M281 543q-27 -1 -53 -1h-83q-18 0 -36.5 -6t-32.5 -18.5t-23 -32t-9 -45.5v-76h912v41q0 16 -0.5 30t-0.5 18q0 13 -5 29t-17 29.5t-31.5 22.5t-49.5 9h-133v-97h-438v97zM955 310v-52q0 -23 0.5 -52t0.5 -58t-10.5 -47.5t-26 -30t-33 -16t-31.5 -4.5q-14 -1 -29.5 -0.5
-t-29.5 0.5h-32l-45 128h-439l-44 -128h-29h-34q-20 0 -45 1q-25 0 -41 9.5t-25.5 23t-13.5 29.5t-4 30v167h911zM163 247q-12 0 -21 -8.5t-9 -21.5t9 -21.5t21 -8.5q13 0 22 8.5t9 21.5t-9 21.5t-22 8.5zM316 123q-8 -26 -14 -48q-5 -19 -10.5 -37t-7.5 -25t-3 -15t1 -14.5
-t9.5 -10.5t21.5 -4h37h67h81h80h64h36q23 0 34 12t2 38q-5 13 -9.5 30.5t-9.5 34.5q-5 19 -11 39h-368zM336 498v228q0 11 2.5 23t10 21.5t20.5 15.5t34 6h188q31 0 51.5 -14.5t20.5 -52.5v-227h-327z" />
-
-
-
- <glyph glyph-name="calendar" unicode="&#58936;" d="M819.2 691.2v-51.2h51.2v-102.4h-716.8v102.4h51.2v51.2h-102.4v-716.8h819.2v716.8h-102.4zM870.4 25.6h-716.8v460.8h716.8v-460.8zM358.4 691.2h307.2v-51.2h-307.2zM819.2 435.2h-614.4v-358.4h614.4v358.4zM358.4 128h-102.4v51.2h102.4v-51.2zM358.4 230.4h-102.4v51.2h102.4v-51.2zM358.4 332.8h-102.4v51.2h102.4v-51.2zM614.4 128h-204.8v51.2h204.8v-51.2zM614.4 230.4h-204.8v51.2h204.8v-51.2zM614.4 332.8h-204.8v51.2h204.8v-51.2zM768 128h-102.4v51.2h102.4v-51.2zM768 230.4h-102.4v51.2h102.4v-51.2zM768 332.8h-102.4v51.2h102.4v-51.2zM256 793.6h51.2v-153.6h-51.2zM716.8 793.6h51.2v-153.6h-51.2z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="plus" unicode="&#58938;" d="M870.4 424.96h-317.44v317.44h-81.92v-317.44h-317.44v-81.92h317.44v-317.44h81.92v317.44h317.44z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="caret-down" unicode="&#58940;" d="M512 307.2l-153.6 153.6h307.2z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="angle-left" unicode="&#58941;" d="M716.8 56.32000000000005L276.48 384 716.8 711.6800000000001l30.72-40.96L363.52 384l384-286.72z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="angle-right" unicode="&#58942;" d="M307.2 711.6800000000001l440.32-327.68L307.2 56.32000000000005l-30.72 40.96 384 286.72-384 286.72z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="angle-down" unicode="&#58943;" d="M839.68 588.8L512 148.48000000000002 184.32 588.8l40.96 30.72 286.72-384 286.72 384z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="angle-up" unicode="&#58944;" d="M184.32 179.20000000000005L512 619.52l327.68-440.32-40.96-30.72L512 532.48l-286.72-384z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="circle-o-notch" unicode="&#58949;" d="M153.6 384c0 199.68 158.72 358.4 358.4 358.4 15.36 0 25.6-10.24 25.6-25.6s-10.24-25.6-25.6-25.6c-168.96 0-307.2-138.24-307.2-307.2s138.24-307.2 307.2-307.2 307.2 138.24 307.2 307.2c0 15.36 10.24 25.6 25.6 25.6s25.6-10.24 25.6-25.6c0-199.68-158.72-358.4-358.4-358.4s-358.4 158.72-358.4 358.4z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="close" unicode="&#58950;" d="M865.28 696.32l-40.96 40.96L512 419.84 199.68 737.28l-40.96-40.96L476.16 384l-317.44-312.32 40.96-40.96 312.32 317.44 312.32-317.44 40.96 40.96-317.44 312.32z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="exclamation-circle" unicode="&#58951;" d="M512 865.882353C245.458824 865.882353 30.117647 650.541176 30.117647 384s215.341176-481.882353 481.882353-481.882353 481.882353 215.341176 481.882353 481.882353S778.541176 865.882353 512 865.882353z m0-903.529412C280.094118-37.647059 90.352941 152.094118 90.352941 384S280.094118 805.647059 512 805.647059s421.647059-189.741176 421.647059-421.647059-189.741176-421.647059-421.647059-421.647059zM512 274.070588c18.070588 0 31.623529 13.552941 31.623529 31.62353l6.02353 334.305882c0 21.082353-16.564706 37.647059-37.647059 37.647059s-37.647059-16.564706-37.647059-37.647059l4.517647-332.8c1.505882-18.070588 15.058824-33.129412 33.129412-33.129412zM512 123.482353m-45.176471 0a45.176471 45.176471 0 1 1 90.352942 0 45.176471 45.176471 0 1 1-90.352942 0Z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="alert-close" unicode="&#58952;" d="M737.28 568.32l-40.96 40.96-184.32-189.44-184.32 189.44-40.96-40.96 189.44-184.32-189.44-184.32 40.96-40.96 184.32 189.44 184.32-189.44 40.96 40.96-189.44 184.32z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="card_actions" unicode="&#58958;" d="M238.933 452.267c-37.705-0.010-68.267-30.578-68.267-68.284 0-37.712 30.572-68.284 68.284-68.284 0.006 0 0.012 0 0.018 0 37.704 0.010 68.266 30.578 68.266 68.284 0 37.712-30.572 68.284-68.284 68.284-0.006 0-0.012-0-0.018-0M785.067 452.267c-37.705-0.010-68.267-30.578-68.267-68.284 0-37.712 30.572-68.284 68.284-68.284 0.006 0 0.012 0 0.018 0 37.704 0.010 68.266 30.578 68.266 68.284 0 37.712-30.572 68.284-68.284 68.284-0.006 0-0.012-0-0.018-0M512 452.267c-37.705-0.010-68.267-30.578-68.267-68.284 0-37.712 30.572-68.284 68.284-68.284 0.006 0 0.012 0 0.018 0 37.704 0.010 68.266 30.578 68.266 68.284 0 37.712-30.572 68.284-68.284 68.284-0.006 0-0.012-0-0.018-0z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="data-empty" unicode="&#58959;" d="M358.4 523.9466669999999c-6.826667 0-13.653333-6.826667-13.653333-13.653334v-552.96c0-6.826667 6.826667-13.653333 13.653333-13.653333s13.653333 6.826667 13.653333 13.653333V506.88c0 10.24-6.826667 17.066667-13.653333 17.066667zM85.333333 281.6c-6.826667 0-17.066667-6.826667-17.066666-13.653333v-310.613334c0-6.826667 10.24-13.653333 17.066666-13.653333s13.653333 6.826667 13.653334 13.653333v310.613334c0 6.826667-3.413333 13.653333-13.653334 13.653333zM969.386667 472.746667c-6.826667 0-13.653333-6.826667-13.653334-13.653334v-505.173333c0-6.826667 6.826667-13.653333 13.653334-13.653333s13.653333 6.826667 13.653333 13.653333V459.093333c3.413333 6.826667-3.413333 13.653333-13.653333 13.653334zM1003.52 677.5466670000001c10.24 0 17.066667 6.826667 20.48 17.066666V810.666667c0 3.413333-3.413333 10.24-6.826667 13.653333-3.413333 3.413333-6.826667 3.413333-13.653333 3.413333l-116.053333-10.24c-10.24 0-17.066667-10.24-17.066667-17.066666 0-10.24 10.24-17.066667 20.48-17.066667l71.68 6.826667-279.893333-300.373334L361.813333 793.6c-6.826667 6.826667-17.066667 6.826667-23.893333 0L6.826667 500.053333c-6.826667-6.826667-6.826667-17.066667 0-23.893333 6.826667-6.826667 17.066667-6.826667 27.306666 0L348.16 759.466667l320.853333-307.2c3.413333-3.413333 6.826667-3.413333 13.653334-3.413334 3.413333 0 10.24 3.413333 13.653333 6.826667l290.133333 314.026667v-68.266667c0-13.653333 6.826667-23.893333 17.066667-23.893333zM665.6 281.6c-6.826667 0-13.653333-6.826667-13.653333-13.653333v-310.613334c0-6.826667 6.826667-13.653333 13.653333-13.653333s13.653333 6.826667 13.653333 13.653333v310.613334c3.413333 6.826667-3.413333 13.653333-13.653333 13.653333z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="help" unicode="&#58961;" d="M512 793.6c-225.28 0-409.6-184.32-409.6-409.6s184.32-409.6 409.6-409.6 409.6 184.32 409.6 409.6-184.32 409.6-409.6 409.6z m0-768c-199.68 0-358.4 158.72-358.4 358.4s158.72 358.4 358.4 358.4 358.4-158.72 358.4-358.4-158.72-358.4-358.4-358.4zM506.88 235.51999999999998c-10.24 0-20.48-5.12-25.6-10.24-5.12-5.12-10.24-15.36-10.24-25.6s5.12-20.48 10.24-25.6c5.12-5.12 15.36-10.24 25.6-10.24s20.48 5.12 25.6 10.24c5.12 5.12 10.24 15.36 10.24 25.6s-5.12 20.48-10.24 25.6c-5.12 5.12-15.36 10.24-25.6 10.24zM517.12 609.28c-46.08 0-76.8-15.36-102.4-40.96s-35.84-61.44-35.84-102.4h46.08c0 30.72 5.12 51.2 20.48 71.68 15.36 15.36 40.96 25.6 71.68 25.6 25.6 0 46.08-5.12 61.44-20.48 15.36-15.36 20.48-30.72 20.48-56.32 0-15.36-5.12-30.72-20.48-46.08l-20.48-20.48c-30.72-30.72-51.2-51.2-61.44-71.68-5.12-15.36-10.24-30.72-10.24-51.2v-15.36h51.2v15.36c0 15.36 5.12 30.72 10.24 46.08 5.12 10.24 15.36 20.48 30.72 35.84 25.6 25.6 46.08 40.96 51.2 46.08 10.24 10.24 15.36 35.84 15.36 61.44 0 35.84-10.24 66.56-35.84 87.04-20.48 25.6-51.2 35.84-92.16 35.84z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="export" unicode="&#58962;" d="M870.4 240.64v10.24 10.24c0 5.12-5.12 5.12-5.12 10.24l-128 128c-10.24 10.24-25.6 10.24-35.84 0s-10.24-25.6 0-35.84l87.04-87.04H399.36c-15.36 0-25.6-10.24-25.6-25.6s10.24-25.6 25.6-25.6h384l-87.04-87.04c-10.24-10.24-10.24-25.6 0-35.84 5.12-5.12 10.24-5.12 20.48-5.12s15.36 0 20.48 5.12l128 128c0 5.12 0 5.12 5.12 10.24zM634.88 76.79999999999995H220.16c-10.24 0-15.36 5.12-15.36 15.36V491.52h174.08c15.36 0 25.6 10.24 25.6 25.6V691.2h225.28c5.12 0 15.36-5.12 15.36-15.36V486.4c0-15.36 10.24-25.6 25.6-25.6s25.6 10.24 25.6 25.6V675.84C691.2 711.6800000000001 665.6 742.4 629.76 742.4H343.04c-10.24 0-15.36-5.12-20.48-5.12L158.72 573.44c0-5.12-5.12-10.24-5.12-15.36v-465.92c0-35.84 30.72-66.56 66.56-66.56h409.6c10.24 0 20.48 5.12 30.72 10.24 10.24 5.12 15.36 20.48 10.24 35.84-10.24 10.24-25.6 15.36-35.84 5.12zM353.28 691.2v-148.48H204.8L353.28 691.2z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="column" unicode="&#59025;" d="M512 793.6c15.36 0 25.6-10.24 25.6-25.6v-768c0-15.36-10.24-25.6-25.6-25.6s-25.6 10.24-25.6 25.6v768c0 15.36 10.24 25.6 25.6 25.6zM358.4 793.6c15.36 0 25.6-10.24 25.6-25.6v-768c0-15.36-10.24-25.6-25.6-25.6s-25.6 10.24-25.6 25.6v768c0 15.36 10.24 25.6 25.6 25.6zM665.6 793.6c15.36 0 25.6-10.24 25.6-25.6v-768c0-15.36-10.24-25.6-25.6-25.6s-25.6 10.24-25.6 25.6v768c0 15.36 10.24 25.6 25.6 25.6z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="refresh" unicode="&#59032;" d="M824.32 742.4c-5.12 0-5.12 0 0 0-20.48 0-30.72-10.24-30.72-25.6v-133.12c-87.04 122.88-245.76 168.96-389.12 117.76-148.48-51.2-235.52-199.68-225.28-358.4 10.24-158.72 133.12-286.72 281.6-312.32 153.6-25.6 302.08 56.32 363.52 204.8 5.12 10.24 0 25.6-10.24 30.72-10.24 5.12-25.6 0-30.72-10.24-56.32-128-184.32-199.68-317.44-179.2-133.12 20.48-235.52 133.12-245.76 271.36s71.68 266.24 199.68 307.2c128 40.96 261.12-5.12 337.92-117.76H614.4c-15.36 0-25.6-10.24-25.6-25.6s10.24-25.6 25.6-25.6h230.4V716.8c0 15.36-10.24 25.6-20.48 25.6z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="check" unicode="&#59037;" d="M832 672c-6.4 6.4-19.2 12.8-25.6 12.8-12.8 0-32-6.4-38.4-19.2l-345.6-460.8-198.4 172.8c-25.6 12.8-51.2 12.8-70.4-6.4-12.8-19.2-12.8-51.2 6.4-70.4l236.8-198.4c6.4-6.4 19.2-12.8 32-12.8h6.4c12.8 0 25.6 6.4 32 19.2l377.6 505.6c6.4 6.4 6.4 19.2 6.4 32 0 6.4-6.4 19.2-19.2 25.6z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="cloud_host_p_20" unicode="&#59080;" d="M906.24 496.64H476.16c-35.84 0-66.56-30.72-66.56-66.56v-327.68c0-35.84 30.72-66.56 66.56-66.56h430.08c35.84 0 66.56 30.72 66.56 66.56V430.08c0 35.84-30.72 66.56-66.56 66.56z m-10.24-256h-409.6c-15.36 0-25.6 10.24-25.6 25.6s10.24 25.6 25.6 25.6h409.6c15.36 0 25.6-10.24 25.6-25.6s-10.24-25.6-25.6-25.6zM614.4 163.84000000000003c0-15.36-10.24-25.6-25.6-25.6h-51.2c-15.36 0-25.6 10.24-25.6 25.6s10.24 25.6 25.6 25.6h51.2c15.36 0 25.6-15.36 25.6-25.6z m-102.4 204.8c0 15.36 10.24 25.6 25.6 25.6h51.2c15.36 0 25.6-10.24 25.6-25.6s-10.24-25.6-25.6-25.6h-51.2c-15.36 0-25.6 10.24-25.6 25.6zM430.08 547.8399999999999h358.4v30.72V588.8c-35.84 87.04-117.76 143.36-209.92 143.36-87.04 0-163.84-51.2-204.8-128-25.6 15.36-51.2 25.6-76.8 25.6C215.04 629.76 153.6 563.2 153.6 481.28v-15.36c-61.44-25.6-102.4-87.04-102.4-158.72 0-97.28 76.8-174.08 168.96-174.08h133.12V465.92c0 46.08 30.72 81.92 76.8 81.92z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="cloud_environment_p_20" unicode="&#59081;" d="M896 389.12c-25.6 5.12-46.08 0-46.08 0-10.24 0-117.76 5.12-158.72-102.4-5.12-10.24-15.36-15.36-25.6-15.36h-10.24c-15.36 5.12-20.48 20.48-15.36 30.72 40.96 112.64 153.6 138.24 204.8 138.24h5.12v20.48c0 143.36-112.64 256-250.88 256-97.28 0-184.32-56.32-225.28-143.36-15.36 15.36-46.08 25.6-76.8 25.6-87.04 0-158.72-71.68-158.72-163.84v-20.48C71.68 384 25.6 317.44000000000005 25.6 240.64c0-102.4 81.92-189.44 189.44-189.44h614.4c97.28 0 174.08 76.8 174.08 174.08-5.12 71.68-46.08 133.12-107.52 163.84z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="cloud_hard_disk_p_20" unicode="&#59082;" d="M972.8 286.72l-102.4 414.72c-5.12 10.24-15.36 20.48-25.6 20.48h-665.6c-10.24-5.12-20.48-15.36-25.6-25.6l-102.4-409.6v-163.84c0-40.96 35.84-76.8 76.8-76.8h768c40.96 0 76.8 35.84 76.8 76.8v163.84c0-5.12 0-5.12 0 0z m-819.2-30.72c-15.36 0-25.6 10.24-25.6 25.6s10.24 25.6 25.6 25.6h716.8c15.36 0 25.6-10.24 25.6-25.6s-10.24-25.6-25.6-25.6H153.6zM307.2 179.20000000000005c0-15.36-10.24-25.6-25.6-25.6h-102.4c-15.36 0-25.6 10.24-25.6 25.6s10.24 25.6 25.6 25.6h102.4c15.36 0 25.6-10.24 25.6-25.6z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="backup_data_20" unicode="&#59096;" d="M952.32 384c-5.12 0-5.12 0 0 0-5.12 0-5.12 0 0 0-5.12 0-5.12 0 0 0H512V819.2v5.12 5.12c-10.24 10.24-15.36 15.36-25.6 15.36h-5.12C240.64 824.3199999999999 51.2 624.64 51.2 384c0-256 204.8-460.8 460.8-460.8 240.64 0 440.32 189.44 460.8 430.08v5.12c0 15.36-10.24 25.6-20.48 25.6zM512-25.600000000000023c-225.28 0-409.6 184.32-409.6 409.6 0 209.92 153.6 378.88 358.4 404.48v-430.08c0-15.36 10.24-25.6 25.6-25.6h430.08c-25.6-204.8-194.56-358.4-404.48-358.4zM588.8 435.2h358.4c15.36 0 25.6 10.24 25.6 25.6C972.8 670.72 798.72 844.8 588.8 844.8c-15.36 0-25.6-10.24-25.6-25.6v-358.4c0-15.36 10.24-25.6 25.6-25.6zM921.6 486.4h-307.2V793.6c163.84-15.36 291.84-143.36 307.2-307.2z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="click_20" unicode="&#59106;" d="M829.44 419.84h-25.6c-51.2 0-168.96 5.12-256 10.24-5.12 0-10.24 5.12-10.24 10.24v256c0 51.2-51.2 92.16-102.4 92.16s-102.4-46.08-102.4-92.16v-445.44h-20.48l-46.08 117.76-5.12 5.12c-20.48 35.84-71.68 51.2-117.76 25.6-35.84-20.48-35.84-46.08-40.96-61.44v-10.24c0-10.24 0-35.84 117.76-353.28 10.24-30.72 40.96-51.2 71.68-51.2h486.4c35.84 0 66.56 25.6 76.8 61.44 10.24 51.2 66.56 312.32 71.68 343.04-5.12 46.08-56.32 81.92-97.28 92.16z m-25.6-424.96c0-10.24-15.36-20.48-25.6-20.48H291.84c-10.24 0-20.48 5.12-25.6 15.36C189.44 204.79999999999995 153.6 302.08000000000004 153.6 322.55999999999995V332.79999999999995c0 10.24 5.12 15.36 15.36 25.6 15.36 10.24 40.96 5.12 51.2-10.24l46.08-117.76c15.36-35.84 51.2-30.72 66.56-25.6 15.36 0 46.08 10.24 46.08 51.2V701.44c5.12 15.36 30.72 40.96 56.32 40.96 25.6 0 51.2-25.6 51.2-40.96v-256c0-30.72 25.6-56.32 56.32-61.44 87.04-5.12 209.92-10.24 261.12-10.24h20.48c20.48-5.12 46.08-25.6 51.2-40.96-5.12-20.48-51.2-220.16-71.68-337.92z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="global_service_directory_20" unicode="&#59153;" d="M742.4 588.8h-358.4c-15.36 0-25.6-10.24-25.6-25.6s10.24-25.6 25.6-25.6h358.4c15.36 0 25.6 10.24 25.6 25.6s-10.24 25.6-25.6 25.6zM742.4 409.6h-358.4c-15.36 0-25.6-10.24-25.6-25.6s10.24-25.6 25.6-25.6h358.4c15.36 0 25.6 10.24 25.6 25.6s-10.24 25.6-25.6 25.6zM742.4 230.39999999999998h-358.4c-15.36 0-25.6-10.24-25.6-25.6s10.24-25.6 25.6-25.6h358.4c15.36 0 25.6 10.24 25.6 25.6s-10.24 25.6-25.6 25.6zM296.96 583.6800000000001C291.84 588.8 281.6 588.8 271.36 588.8c-5.12 0-5.12-5.12-10.24-5.12 0-5.12 0-5.12-5.12-10.24v-10.24c0-5.12 0-15.36 5.12-15.36 0-5.12 5.12-5.12 10.24-5.12h10.24c5.12 0 15.36 5.12 15.36 10.24 5.12-5.12 10.24 5.12 10.24 10.24v10.24l-10.24 10.24zM296.96 404.48c-10.24 10.24-25.6 10.24-35.84 0 0-5.12 0-10.24-5.12-10.24v-20.48c0-5.12 5.12-5.12 5.12-10.24 5.12-5.12 10.24-10.24 20.48-10.24h10.24c5.12 0 5.12 5.12 10.24 5.12s5.12 5.12 5.12 10.24v10.24 10.24c-5.12 5.12-5.12 10.24-10.24 15.36zM291.84 230.39999999999998c-10.24 5.12-20.48 0-25.6-5.12-5.12 0-5.12-5.12-5.12-10.24v-10.24c0-5.12 0-15.36 5.12-15.36 0-10.24 10.24-10.24 15.36-10.24h10.24c5.12 0 5.12 5.12 10.24 5.12 0 5.12 5.12 15.36 5.12 20.48s-5.12 15.36-10.24 20.48l-5.12 5.12zM844.8 793.6h-665.6C138.24 793.6 102.4 757.76 102.4 716.8v-665.6c0-40.96 35.84-76.8 76.8-76.8h665.6c40.96 0 76.8 35.84 76.8 76.8v665.6c0 40.96-35.84 76.8-76.8 76.8z m25.6-742.4c0-15.36-10.24-25.6-25.6-25.6h-665.6c-15.36 0-25.6 10.24-25.6 25.6v665.6c0 15.36 10.24 25.6 25.6 25.6h665.6c15.36 0 25.6-10.24 25.6-25.6v-665.6z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="display_20" unicode="&#59155;" d="M512 691.2c-215.04 0-409.6-174.08-409.6-307.2s194.56-307.2 409.6-307.2 409.6 174.08 409.6 307.2-194.56 307.2-409.6 307.2z m0-563.2c-199.68 0-358.4 153.6-358.4 256s158.72 256 358.4 256 358.4-153.6 358.4-256-158.72-256-358.4-256zM512 512c-71.68 0-128-56.32-128-128s56.32-128 128-128 128 56.32 128 128-56.32 128-128 128z m0-204.8c-40.96 0-76.8 35.84-76.8 76.8s35.84 76.8 76.8 76.8 76.8-35.84 76.8-76.8-35.84-76.8-76.8-76.8z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="delete" unicode="&#59163;" d="M512 844.8c-256 0-460.8-204.8-460.8-460.8s204.8-460.8 460.8-460.8 460.8 204.8 460.8 460.8-204.8 460.8-460.8 460.8z m0-870.4c-225.28 0-409.6 184.32-409.6 409.6s184.32 409.6 409.6 409.6 409.6-184.32 409.6-409.6-184.32-409.6-409.6-409.6zM691.2 409.6h-358.4c-15.36 0-25.6-10.24-25.6-25.6s10.24-25.6 25.6-25.6h363.52c15.36 0 25.6 10.24 25.6 25.6s-15.36 25.6-30.72 25.6z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="search_20" unicode="&#59176;" d="M962.56-30.720000000000027l-153.6 148.48c71.68 76.8 117.76 179.2 117.76 296.96 0 240.64-194.56 435.2-435.2 435.2C245.76 844.8 51.2 650.24 51.2 409.6S245.76-25.600000000000023 486.4-25.600000000000023c107.52 0 209.92 40.96 286.72 107.52l158.72-148.48c5.12-5.12 10.24-5.12 15.36-5.12 5.12 0 15.36 5.12 20.48 10.24 10.24 5.12 5.12 20.48-5.12 30.72zM102.4 409.6C102.4 619.52 276.48 793.6 486.4 793.6S870.4 619.52 870.4 409.6c0-215.04-174.08-384-384-384S102.4 194.55999999999995 102.4 409.6z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="add" unicode="&#59177;" d="M512 844.8c-256 0-460.8-204.8-460.8-460.8s204.8-460.8 460.8-460.8 460.8 204.8 460.8 460.8-204.8 460.8-460.8 460.8z m0-870.4c-225.28 0-409.6 184.32-409.6 409.6s184.32 409.6 409.6 409.6 409.6-184.32 409.6-409.6-184.32-409.6-409.6-409.6zM691.2 409.6h-153.6v153.6c0 15.36-10.24 25.6-25.6 25.6s-25.6-10.24-25.6-25.6v-153.6h-153.6c-15.36 0-25.6-10.24-25.6-25.6s10.24-25.6 25.6-25.6h153.6v-153.6c0-15.36 10.24-25.6 25.6-25.6s25.6 10.24 25.6 25.6v153.6h153.6c15.36 0 25.6 10.24 25.6 25.6s-10.24 25.6-25.6 25.6z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="abnormal_20" unicode="&#59193;" d="M957.44 143.36l-384 563.2C563.2 732.16 537.6 742.4 512 742.4s-51.2-10.24-61.44-35.84l-384-563.2c-15.36-25.6-15.36-56.32-5.12-76.8 10.24-25.6 35.84-40.96 66.56-40.96h768c30.72 0 56.32 15.36 66.56 40.96 15.36 25.6 15.36 56.32-5.12 76.8z m-40.96-51.2c0-5.12-10.24-15.36-20.48-15.36h-768c-15.36 0-20.48 10.24-20.48 15.36 0 5.12-5.12 15.36 0 25.6l384 563.2c5.12 5.12 10.24 10.24 20.48 10.24s15.36-5.12 20.48-10.24l384-563.2c5.12-10.24 5.12-20.48 0-25.6zM512 512c-15.36 0-25.6-10.24-25.6-25.6v-204.8c0-15.36 10.24-25.6 25.6-25.6s25.6 10.24 25.6 25.6V486.4c0 15.36-10.24 25.6-25.6 25.6zM512 204.79999999999995c-15.36 0-25.6-10.24-25.6-25.6v-20.48c0-15.36 10.24-25.6 25.6-25.6s25.6 10.24 25.6 25.6V179.20000000000005c0 15.36-10.24 25.6-25.6 25.6z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="risk_48" unicode="&#59294;" d="M913.066667 61.86666700000001l-364.8 682.666666c-8.533333 14.933333-21.333333 21.333333-36.266667 21.333334s-27.733333-6.4-36.266667-21.333334l-364.8-682.666666c-14.933333-27.733333 6.4-61.866667 36.266667-61.866667h729.6c29.866667 0 51.2 34.133333 36.266667 61.866667zM635.733333 320l-211.2-213.333333 81.066667 157.866666h-119.466667l53.333334 164.266667H576L501.333333 320h134.4z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="working_load_48" unicode="&#59295;" d="M789.333333 448h-106.666666c0 10.666667-4.266667 21.333333-12.8 29.866667l-81.066667 81.066666C618.666667 582.4 640 618.666667 640 661.333333c0 70.4-57.6 128-128 128s-128-57.6-128-128c0-42.666667 21.333333-78.933333 51.2-102.4l-81.066667-81.066666c-8.533333-8.533333-12.8-19.2-12.8-29.866667h-106.666666c-23.466667 0-42.666667-19.2-42.666667-42.666667v-384c0-23.466667 19.2-42.666667 42.666667-42.666666h554.666666c23.466667 0 42.666667 19.2 42.666667 42.666666V405.333333c0 23.466667-19.2 42.666667-42.666667 42.666667z m-128-253.866667c0-10.666667-8.533333-21.333333-21.333333-21.333333-4.266667 0-23.466667 17.066667-44.8 38.4l-4.266667 4.266667-64-59.733334c-2.133333-2.133333-4.266667-4.266667-6.4-4.266666-8.533333-2.133333-17.066667-2.133333-23.466666 6.4l-46.933334 49.066666-49.066666-44.8c-8.533333-8.533333-21.333333-6.4-29.866667 2.133334l-2.133333 2.133333c-8.533333 8.533333-6.4 21.333333 2.133333 29.866667l64 59.733333 2.133333 2.133333c2.133333 2.133333 4.266667 4.266667 8.533334 4.266667 8.533333 2.133333 17.066667 0 23.466666-6.4l2.133334-2.133333v-2.133334l42.666666-46.933333 44.8 42.666667-8.533333 6.4c-21.333333 21.333333-38.4 40.533333-38.4 44.8-2.133333 10.666667 10.666667 21.333333 21.333333 21.333333h106.666667c10.666667 0 21.333333-10.666667 21.333333-21.333333v-104.533334z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="recyclable_resources_48" unicode="&#59296;" d="M874.666667 637.866667c0 149.333333-725.333333 149.333333-725.333334 0v-8.533334l96-582.4c2.133333-10.666667 12.8-27.733333 25.6-27.733333h484.266667c12.8 0 21.333333 17.066667 23.466667 29.866667l96 576v12.8z m-307.2-119.466667l10.666666 25.6c10.666667 17.066667 25.6 2.133333 25.6 2.133333l49.066667-87.466666c8.533333-17.066667-10.666667-23.466667-10.666667-23.466667l-89.6-21.333333c-32-4.266667-21.333333 19.2-21.333333 19.2l10.666667 25.6C407.466667 512 362.666667 409.6 362.666667 409.6c40.533333 177.066667 204.8 108.8 204.8 108.8z m-108.8-249.6l-10.666667-25.6c-10.666667-17.066667-25.6-4.266667-25.6-4.266667l-51.2 85.333334c-8.533333 19.2 12.8 25.6 12.8 25.6l89.6 23.466666c32 6.4 23.466667-19.2 23.466667-19.2l-10.666667-25.6c134.4-49.066667 174.933333 53.333333 174.933333 53.333334-34.133333-177.066667-202.666667-113.066667-202.666666-113.066667z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="pressure_48" unicode="&#59297;" d="M140.8 526.933333l362.666667-177.066666c2.133333-2.133333 6.4-2.133333 8.533333-2.133334s6.4 0 8.533333 2.133334l362.666667 177.066666c6.4 4.266667 12.8 10.666667 12.8 19.2s-4.266667 14.933333-12.8 19.2l-362.666667 177.066667c-2.133333 2.133333-4.266667 4.266667-8.533333 4.266667-2.133333 0-6.4 0-8.533333-2.133334l-362.666667-177.066666c-8.533333-4.266667-12.8-12.8-12.8-21.333334s4.266667-14.933333 12.8-19.2zM883.2 418.133333l-68.266667 34.133334-294.4-145.066667c-2.133333-2.133333-6.4-2.133333-8.533333-2.133333s-6.4 0-8.533333 2.133333L209.066667 450.133333l-68.266667-34.133333c-8.533333-2.133333-12.8-10.666667-12.8-17.066667s4.266667-14.933333 12.8-19.2l362.666667-177.066666c2.133333-2.133333 6.4-2.133333 8.533333-2.133334s6.4 0 8.533333 2.133334l362.666667 177.066666c6.4 4.266667 12.8 10.666667 12.8 19.2s-4.266667 14.933333-12.8 19.2zM883.2 238.93333299999995l-98.133333 46.933334-264.533334-130.133334c-2.133333-2.133333-6.4-2.133333-8.533333-2.133333s-6.4 0-8.533333 2.133333l-266.666667 132.266667-98.133333-46.933333c-6.4-4.266667-10.666667-12.8-10.666667-21.333334s4.266667-14.933333 12.8-19.2l362.666667-177.066666c2.133333-2.133333 6.4-2.133333 8.533333-2.133334s6.4 0 8.533333 2.133334l362.666667 177.066666c6.4 4.266667 12.8 10.666667 12.8 19.2s-4.266667 17.066667-12.8 19.2z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="remaining_capacity_48" unicode="&#59298;" d="M902.4 59.733333000000016L601.6 524.8V727.466667h21.333333c10.666667 0 21.333333 8.533333 21.333334 21.333333v6.4c0 10.666667-8.533333 21.333333-21.333334 21.333333H398.933333c-10.666667 0-21.333333-8.533333-21.333333-21.333333v-6.4c0-10.666667 8.533333-21.333333 21.333333-21.333333h25.6v-202.666667l-298.666666-462.933333c-6.4-6.4-12.8-23.466667-2.133334-44.8 10.666667-23.466667 46.933333-23.466667 57.6-23.466667H836.266667c4.266667 0 36.266667 0 53.333333 14.933333 19.2 19.2 17.066667 40.533333 12.8 51.2z m-526.933333 160h-91.733334l25.6 42.666667h66.133334c12.8 0 21.333333-8.533333 21.333333-21.333333s-8.533333-21.333333-21.333333-21.333334z m49.066666 85.333334h-91.733333l25.6 42.666666h66.133333c12.8 0 21.333333-8.533333 21.333334-21.333333 0-10.666667-10.666667-21.333333-21.333334-21.333333z m55.466667 87.466666h-91.733333l25.6 42.666667h66.133333c12.8 0 21.333333-8.533333 21.333333-21.333333s-8.533333-21.333333-21.333333-21.333334z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="efficiency_48" unicode="&#59299;" d="M356.266667 185.60000000000002c-6.4 8.533333-12.8 17.066667-19.2 23.466667-6.4 6.4-12.8 12.8-23.466667 19.2-4.266667 4.266667-10.666667 4.266667-17.066667 4.266666-6.4 0-10.666667-4.266667-14.933333-8.533333-21.333333-32-36.266667-57.6-51.2-89.6-4.266667-8.533333-6.4-23.466667 0-29.866667 6.4-6.4 21.333333-4.266667 29.866667 0 32 14.933333 59.733333 29.866667 89.6 51.2 4.266667 4.266667 8.533333 8.533333 8.533333 14.933334 4.266667 4.266667 2.133333 10.666667-2.133333 14.933333zM774.4 422.4c136.533333 187.733333 130.133333 341.333333 125.866667 347.733333-6.4 6.4-164.266667 12.8-349.866667-121.6-91.733333-2.133333-354.133333-34.133333-426.666667-315.733333-2.133333-8.533333 0-14.933333 4.266667-21.333333 4.266667-8.533333 12.8-12.8 19.2-12.8l179.2-14.933334c0-4.266667 0-8.533333-2.133333-14.933333 0-8.533333 2.133333-14.933333 8.533333-23.466667l40.533333-40.533333c6.4-6.4 12.8-8.533333 23.466667-8.533333 4.266667 0 10.666667 0 14.933333 2.133333l14.933334-181.333333c0-8.533333 4.266667-14.933333 10.666666-19.2 4.266667-2.133333 10.666667-4.266667 14.933334-4.266667h6.4c283.733333 76.8 315.733333 334.933333 315.733333 428.8z m-166.4 57.6c-25.6 25.6-25.6 66.133333 0 89.6 25.6 25.6 66.133333 25.6 89.6 0 25.6-25.6 25.6-66.133333 0-89.6s-64-23.466667-89.6 0z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="running_condition_48" unicode="&#59300;" d="M821.333333 311.46666700000003c4.266667 21.333333 8.533333 44.8 8.533334 66.133333s-2.133333 42.666667-6.4 64l64 61.866667c6.4 6.4 8.533333 17.066667 4.266666 23.466666l-53.333333 96c-4.266667 8.533333-12.8 12.8-23.466667 10.666667l-85.333333-19.2c-32 32-72.533333 55.466667-115.2 70.4l-21.333333 83.2c-2.133333 8.533333-10.666667 14.933333-19.2 14.933333l-108.8 2.133334c-8.533333 0-17.066667-6.4-19.2-14.933334l-25.6-83.2c-42.666667-12.8-83.2-34.133333-117.333334-64l-85.333333 23.466667c-8.533333 2.133333-17.066667-2.133333-23.466667-8.533333l-57.6-91.733334c-4.266667-8.533333-4.266667-17.066667 2.133334-23.466666l59.733333-64c-4.266667-21.333333-8.533333-42.666667-8.533333-64 0-23.466667 2.133333-44.8 6.4-66.133334l-64-61.866666c-6.4-6.4-8.533333-17.066667-4.266667-23.466667l53.333333-96c4.266667-8.533333 12.8-12.8 21.333334-10.666667l87.466666 19.2c32-29.866667 70.4-53.333333 110.933334-66.133333l23.466666-87.466667c2.133333-8.533333 10.666667-14.933333 19.2-14.933333l108.8-2.133333c8.533333 0 17.066667 6.4 19.2 14.933333l27.733334 85.333333c42.666667 12.8 81.066667 34.133333 115.2 61.866667l87.466666-23.466667c8.533333-2.133333 17.066667 2.133333 23.466667 8.533334l55.466667 91.733333c4.266667 8.533333 4.266667 17.066667-2.133334 23.466667l-57.6 64z m-140.8 70.4c-2.133333-93.866667-78.933333-166.4-172.8-164.266667-93.866667 2.133333-166.4 78.933333-164.266666 172.8 2.133333 93.866667 78.933333 166.4 172.8 164.266667 93.866667-4.266667 166.4-81.066667 164.266666-172.8zM516.266667 512c-70.4 2.133333-128-53.333333-130.133334-123.733333-2.133333-70.4 53.333333-128 123.733334-130.133334 70.4-2.133333 128 53.333333 130.133333 123.733334 0 70.4-55.466667 128-123.733333 130.133333z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="gold_silver_copper_p_20" unicode="&#58881;" d="M512 844.8c-256 0-460.8-204.8-460.8-460.8s204.8-460.8 460.8-460.8 460.8 204.8 460.8 460.8-204.8 460.8-460.8 460.8z m235.52-419.84l-107.52-107.52 25.6-148.48c0-5.12 0-10.24-5.12-10.24h-5.12-5.12L512 225.27999999999997l-133.12-71.68h-10.24c-5.12 5.12-10.24 10.24-10.24 15.36l25.6 148.48-107.52 107.52c0 5.12-5.12 10.24 0 15.36 0 5.12 5.12 10.24 10.24 10.24l148.48 20.48 66.56 138.24c0 5.12 5.12 5.12 10.24 5.12s10.24-5.12 10.24-5.12l66.56-138.24 148.48-20.48c5.12 0 10.24-5.12 10.24-10.24 5.12-5.12 0-10.24 0-15.36z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="copy" unicode="&#59250;" d="M640 640H192c-32 0-64-32-64-64v-576c0-32 32-64 64-64h448c32 0 64 32 64 64V576c0 32-32 64-64 64z m0-640H192V576h448v-576zM288 384h256c19.2 0 32 12.8 32 32S563.2 448 544 448h-256c-19.2 0-32-12.8-32-32s12.8-32 32-32zM288 256h256c19.2 0 32 12.8 32 32S563.2 320 544 320h-256c-19.2 0-32-12.8-32-32s12.8-32 32-32zM288 128h256c19.2 0 32 12.8 32 32s-12.8 32-32 32h-256c-19.2 0-32-12.8-32-32s12.8-32 32-32zM832 832H384c-32 0-64-32-64-64v-64c0-19.2 12.8-32 32-32S384 684.8 384 704V768h448v-576h-64c-19.2 0-32-12.8-32-32s12.8-32 32-32h64c32 0 64 32 64 64V768c0 32-32 64-64 64z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="alert_16" unicode="&#59314;" d="M512 832C262.4 832 64 633.6 64 384s198.4-448 448-448 448 198.4 448 448-198.4 448-448 448z m0-832c-211.2 0-384 172.8-384 384s172.8 384 384 384 384-172.8 384-384-172.8-384-384-384zM512 633.6c-19.2 0-32-12.8-32-32v-320c0-19.2 12.8-32 32-32s32 12.8 32 32v320c0 19.2-12.8 32-32 32zM512 160m-32 0a32 32 0 1 1 64 0 32 32 0 1 1-64 0Z" horiz-adv-x="1024" />
-
-
-
-
- </font>
-</defs></svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/iconfont.ttf b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/iconfont.ttf
deleted file mode 100644
index b8bc410e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/iconfont.ttf
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/iconfont.woff b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/iconfont.woff
deleted file mode 100644
index 7cbe02f9..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/iconfont.woff
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/plx-icons.eot b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/plx-icons.eot
deleted file mode 100644
index 5611721d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/plx-icons.eot
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/plx-icons.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/plx-icons.svg
deleted file mode 100644
index 98d20729..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/plx-icons.svg
+++ /dev/null
@@ -1,146 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>Generated by IcoMoon</metadata>
-<defs>
-<font id="plx-icons" horiz-adv-x="1024">
-<font-face units-per-em="1024" ascent="960" descent="-64" />
-<missing-glyph horiz-adv-x="1024" />
-<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
-<glyph unicode="&#xe900;" glyph-name="all-selected-16" d="M800 844.8h-512c-52.907 0-96-43.093-96-96v-512c0-52.907 43.093-96 96-96h512c52.907 0 96 43.093 96 96v512c0 52.907-43.093 96-96 96zM832 236.8c0-17.707-14.293-32-32-32h-512c-17.707 0-32 14.293-32 32v512c0 17.707 14.293 32 32 32h512c17.707 0 32-14.293 32-32v-512zM672 12.8c17.707 0 32 14.293 32 32s-14.293 32-32 32h-512c-17.707 0-32 14.293-32 32v512c0 17.707-14.293 32-32 32s-32-14.293-32-32v-512c0-52.907 43.093-96 96-96h512zM712.32 642.347l-179.84-197.973-92.907 101.227c-12.053 13.013-32.32 13.867-45.227 1.92-13.013-11.947-13.867-32.213-1.92-45.227l116.587-127.040c6.080-6.613 14.613-10.347 23.573-10.347 0 0 0.107 0 0.107 0 8.96 0 17.493 3.84 23.573 10.453l203.413 223.787c11.84 13.12 10.88 33.387-2.133 45.227-13.12 11.947-33.28 11.093-45.227-2.027z" />
-<glyph unicode="&#xe901;" glyph-name="arrow-down-16" d="M137.387 515.413c-12.48-12.48-12.48-32.747 0-45.227l320-320c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l320 320c12.48 12.48 12.48 32.747 0 45.227s-32.747 12.48-45.227 0l-265.387-265.387v562.773c0 17.707-14.293 32-32 32s-32-14.293-32-32v-562.773l-265.387 265.387c-12.48 12.48-32.747 12.48-45.227 0z" />
-<glyph unicode="&#xe902;" glyph-name="arrow-left-16" d="M137.387 470.187l320-320c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-265.387 265.387h562.773c17.707 0 32 14.293 32 32s-14.293 32-32 32h-562.773l265.387 265.387c12.48 12.48 12.48 32.747 0 45.227s-32.747 12.48-45.227 0l-320-320c-12.48-12.48-12.48-32.747 0-45.227z" />
-<glyph unicode="&#xe903;" glyph-name="arrow-right-16" d="M128 492.8c0-17.707 14.293-32 32-32h562.773l-265.387-265.387c-12.48-12.48-12.48-32.747 0-45.227 6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l320 320c12.48 12.48 12.48 32.747 0 45.227l-320 320c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l265.387-265.387h-562.773c-17.707 0-32-14.293-32-32z" />
-<glyph unicode="&#xe904;" glyph-name="arrow-up-16" d="M480 140.8c17.707 0 32 14.293 32 32v562.773l265.387-265.387c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-320 320c-12.48 12.48-32.747 12.48-45.227 0l-320-320c-12.48-12.48-12.48-32.747 0-45.227s32.747-12.48 45.227 0l265.387 265.387v-562.773c0-17.707 14.293-32 32-32z" />
-<glyph unicode="&#xe905;" glyph-name="bell-20" d="M915.093 288.427c-17.92 28.587-42.667 50.347-69.333 71.040v185.92c0 64.747-20.48 126.293-59.093 177.92-34.027 45.547-79.467 80-132.16 100.48-8.213 26.88-24 51.2-45.547 69.653-26.88 23.147-61.333 35.84-96.853 35.84s-69.973-12.693-96.853-35.84c-21.547-18.56-37.333-42.773-45.547-69.653-52.693-20.48-98.133-55.040-132.16-100.48-38.72-51.733-59.093-113.28-59.093-177.92v-185.92c-26.667-20.587-51.413-42.347-69.333-71.040-21.333-33.92-31.253-74.773-31.253-128.533 0-17.707 14.293-32 32-32h213.76c11.947-34.24 33.173-65.067 61.44-88.427 35.627-29.44 80.747-45.653 127.147-45.653s91.413 16.213 127.147 45.653c28.267 23.36 49.493 54.080 61.44 88.427h213.76c17.707 0 32 14.293 32 32-0.213 53.76-10.133 94.613-31.467 128.533zM512 57.707c-50.24 0-95.36 27.84-118.72 70.080h237.547c-23.467-42.133-68.587-70.080-118.827-70.080zM143.253 191.893c6.933 63.36 36.16 88.533 86.187 126.187 8 6.080 12.8 15.467 12.8 25.6v201.707c0 102.080 66.027 192 164.16 223.68 11.413 3.627 19.733 13.333 21.76 25.173 6.933 41.28 42.133 71.147 83.84 71.147s76.907-29.973 83.84-71.147c2.027-11.84 10.347-21.547 21.76-25.173 98.24-31.68 164.16-121.6 164.16-223.68v-201.813c0-10.027 4.693-19.52 12.8-25.6 50.027-37.653 79.36-62.827 86.187-126.187l-737.493 0.107z" />
-<glyph unicode="&#xe906;" glyph-name="calendar-16" d="M800 780.8h-96v32c0 17.707-14.293 32-32 32s-32-14.293-32-32v-32h-256v32c0 17.707-14.293 32-32 32s-32-14.293-32-32v-32h-96c-52.907 0-96-43.093-96-96v-512c0-52.907 43.093-96 96-96h576c52.907 0 96 43.093 96 96v512c0 52.907-43.093 96-96 96zM224 716.8h96v-32c0-17.707 14.293-32 32-32s32 14.293 32 32v32h256v-32c0-17.707 14.293-32 32-32s32 14.293 32 32v32h96c17.707 0 32-14.4 32-32v-96h-640v96c0 17.6 14.293 32 32 32zM800 140.8h-576c-17.707 0-32 14.4-32 32v352h640v-352c0-17.6-14.293-32-32-32zM352 460.8h-64c-17.707 0-32-14.293-32-32s14.293-32 32-32h64c17.707 0 32 14.293 32 32s-14.293 32-32 32zM352 268.8h-64c-17.707 0-32-14.293-32-32s14.293-32 32-32h64c17.707 0 32 14.293 32 32s-14.293 32-32 32zM544 460.8h-64c-17.707 0-32-14.293-32-32s14.293-32 32-32h64c17.707 0 32 14.293 32 32s-14.293 32-32 32zM544 268.8h-64c-17.707 0-32-14.293-32-32s14.293-32 32-32h64c17.707 0 32 14.293 32 32s-14.293 32-32 32zM736 460.8h-64c-17.707 0-32-14.293-32-32s14.293-32 32-32h64c17.707 0 32 14.293 32 32s-14.293 32-32 32zM736 268.8h-64c-17.707 0-32-14.293-32-32s14.293-32 32-32h64c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe907;" glyph-name="close-16" d="M760.853 709.653c-12.48 12.48-32.747 12.48-45.227 0l-203.627-203.627-203.627 203.627c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l203.627-203.627-203.627-203.627c-12.48-12.48-12.48-32.747 0-45.227 6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l203.627 203.627 203.627-203.627c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-203.627 203.627 203.627 203.627c12.587 12.48 12.587 32.747 0 45.227z" />
-<glyph unicode="&#xe908;" glyph-name="code-16" d="M339.307 640c-12.48 12.48-32.747 12.48-45.227 0l-156.693-156.587c-5.973-5.973-9.387-14.080-9.387-22.613s3.413-16.64 9.387-22.613l156.693-156.587c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-134.080 133.973 134.080 133.973c12.48 12.48 12.48 32.747 0 45.227zM729.92 640c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l134.080-133.973-134.080-133.973c-12.48-12.48-12.48-32.747 0-45.227 6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l156.693 156.587c5.973 5.973 9.387 14.080 9.387 22.613s-3.413 16.64-9.387 22.613l-156.693 156.587zM587.84 650.453c-16.213 6.613-34.987-1.387-41.6-17.813l-128-320c-6.613-16.427 1.387-34.987 17.813-41.6 3.84-1.6 7.893-2.347 11.84-2.347 12.693 0 24.747 7.573 29.76 20.16l128 320c6.613 16.427-1.387 35.093-17.813 41.6z" />
-<glyph unicode="&#xe909;" glyph-name="code-f-16" d="M864 780.8h-704c-52.907 0-96-43.093-96-96v-448c0-52.907 43.093-96 96-96h704c52.907 0 96 43.093 96 96v448c0 52.907-43.093 96-96 96zM358.933 326.827c12.48-12.48 12.48-32.747 0-45.227-6.293-6.293-14.4-9.387-22.613-9.387s-16.427 3.093-22.613 9.387l-156.693 156.587c-12.48 12.48-12.48 32.747 0 45.227l156.693 156.587c12.48 12.48 32.747 12.48 45.227 0s12.48-32.747 0-45.227l-133.973-133.973 133.973-133.973zM605.653 608.96l-128-320c-5.013-12.48-16.96-20.16-29.653-20.16-3.947 0-8 0.747-11.84 2.347-16.427 6.613-24.427 25.173-17.813 41.6l128 320c6.613 16.427 25.28 24.427 41.6 17.813s24.32-25.28 17.707-41.6zM866.987 438.187l-156.693-156.587c-6.293-6.293-14.4-9.387-22.613-9.387s-16.427 3.093-22.613 9.387c-12.48 12.48-12.48 32.747 0 45.227l133.973 133.973-133.973 133.973c-12.48 12.48-12.48 32.747 0 45.227s32.747 12.48 45.227 0l156.587-156.587c12.587-12.48 12.587-32.747 0.107-45.227z" />
-<glyph unicode="&#xe90a;" glyph-name="copy-16" d="M800 844.8h-512c-52.907 0-96-43.093-96-96v-512c0-52.907 43.093-96 96-96h512c52.907 0 96 43.093 96 96v512c0 52.907-43.093 96-96 96zM832 236.8c0-17.707-14.293-32-32-32h-512c-17.707 0-32 14.293-32 32v512c0 17.707 14.293 32 32 32h512c17.707 0 32-14.293 32-32v-512zM672 12.8c17.707 0 32 14.293 32 32s-14.293 32-32 32h-512c-17.707 0-32 14.293-32 32v512c0 17.707-14.293 32-32 32s-32-14.293-32-32v-512c0-52.907 43.093-96 96-96h512zM736 524.8h-160v160c0 17.707-14.293 32-32 32s-32-14.293-32-32v-160h-160c-17.707 0-32-14.293-32-32s14.293-32 32-32h160v-160c0-17.707 14.293-32 32-32s32 14.293 32 32v160h160c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe90b;" glyph-name="delete-16" d="M864 716.8h-157.12l-61.333 111.467c-5.547 10.24-16.32 16.533-27.947 16.533h-211.2c-11.627 0-22.4-6.293-28.053-16.533l-61.227-111.467h-157.12c-17.707 0-32-14.293-32-32s14.293-32 32-32h32v-480c0-52.907 43.093-96 96-96h448c52.907 0 96 43.093 96 96v480h32c17.707 0 32 14.293 32 32s-14.293 32-32 32zM425.28 780.8h173.333l35.2-64h-243.733l35.2 64zM768 172.8c0-17.707-14.293-32-32-32h-448c-17.707 0-32 14.293-32 32v480h512v-480zM416 588.8c-17.707 0-32-14.293-32-32v-320c0-17.707 14.293-32 32-32s32 14.293 32 32v320c0 17.707-14.293 32-32 32zM608 588.8c-17.707 0-32-14.293-32-32v-320c0-17.707 14.293-32 32-32s32 14.293 32 32v320c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe90c;" glyph-name="detail-16" d="M224 76.8h576c52.907 0 96 43.093 96 96v576c0 52.907-43.093 96-96 96h-576c-52.907 0-96-43.093-96-96v-576c0-52.907 43.093-96 96-96zM192 748.8c0 17.707 14.293 32 32 32h576c17.707 0 32-14.293 32-32v-576c0-17.707-14.293-32-32-32h-576c-17.707 0-32 14.293-32 32v576zM544 652.8h192c17.707 0 32 14.293 32 32s-14.293 32-32 32h-192c-17.707 0-32-14.293-32-32s14.293-32 32-32zM544 524.8h192c17.707 0 32 14.293 32 32s-14.293 32-32 32h-192c-17.707 0-32-14.293-32-32s14.293-32 32-32zM544 204.8h192c17.707 0 32 14.293 32 32s-14.293 32-32 32h-192c-17.707 0-32-14.293-32-32s14.293-32 32-32zM544 332.8h192c17.707 0 32 14.293 32 32s-14.293 32-32 32h-192c-17.707 0-32-14.293-32-32s14.293-32 32-32zM288 524.8h128c17.707 0 32 14.293 32 32v128c0 17.707-14.293 32-32 32h-128c-17.707 0-32-14.293-32-32v-128c0-17.707 14.293-32 32-32zM320 652.8h64v-64h-64v64zM288 204.8h128c17.707 0 32 14.293 32 32v128c0 17.707-14.293 32-32 32h-128c-17.707 0-32-14.293-32-32v-128c0-17.707 14.293-32 32-32zM320 332.8h64v-64h-64v64z" />
-<glyph unicode="&#xe90d;" glyph-name="double-left-16" d="M301.227 492.8l233.387 233.387c12.48 12.48 12.48 32.747 0 45.227s-32.747 12.48-45.227 0l-256-256c-12.48-12.48-12.48-32.747 0-45.227l256-256c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-233.387 233.387zM822.613 771.413c-12.48 12.48-32.747 12.48-45.227 0l-256-256c-12.48-12.48-12.48-32.747 0-45.227l256-256c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-233.387 233.387 233.387 233.387c12.48 12.48 12.48 32.747 0 45.227z" />
-<glyph unicode="&#xe90e;" glyph-name="double-right-16" d="M566.613 771.413c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l233.387-233.387-233.387-233.387c-12.48-12.48-12.48-32.747 0-45.227 6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l256 256c12.48 12.48 12.48 32.747 0 45.227l-256 256zM534.613 515.413l-256 256c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l233.387-233.387-233.387-233.387c-12.48-12.48-12.48-32.747 0-45.227 6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l256 256c12.48 12.48 12.48 32.747 0 45.227z" />
-<glyph unicode="&#xe90f;" glyph-name="down-16" d="M457.387 342.187c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l256 256c12.48 12.48 12.48 32.747 0 45.227s-32.747 12.48-45.227 0l-233.387-233.387-233.387 233.387c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l256-256z" />
-<glyph unicode="&#xe910;" glyph-name="download-16" d="M512 844.8c-17.707 0-32-14.293-32-32v-525.867l-169.707 164.8c-12.693 12.267-32.96 12.053-45.227-0.64s-12.053-32.853 0.64-45.227l178.453-173.333c17.813-17.813 41.173-26.56 64.533-27.413 1.173-0.107 2.133-0.64 3.307-0.64 0 0 0 0 0.107 0s0 0 0.107 0c24.533 0 48.96 9.28 67.413 27.733l178.773 173.653c12.693 12.373 12.907 32.64 0.64 45.227-12.267 12.693-32.533 12.907-45.227 0.64l-169.813-164.8v525.867c0 17.707-14.293 32-32 32zM864 396.8c-17.707 0-32-14.293-32-32v-224h-640v224c0 17.707-14.293 32-32 32s-32-14.293-32-32v-256c0-17.707 14.293-32 32-32h704c17.707 0 32 14.293 32 32v256c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe911;" glyph-name="empty-16" d="M894.72 373.653l-128 448c-3.947 13.653-16.427 23.147-30.72 23.147h-448c-14.293 0-26.773-9.493-30.72-23.147l-128-448c-0.427-1.493-0.107-2.88-0.32-4.373s-0.853-2.88-0.853-4.48v-256c0-17.707 14.293-32 32-32h704c17.707 0 32 14.293 32 32v256c0 1.6-0.64 2.987-0.853 4.48-0.32 1.493-0.107 2.88-0.533 4.373zM312.107 780.8h399.787l109.76-384h-181.653c-17.707 0-32-14.293-32-32 0-52.907-43.093-96-96-96s-96 43.093-96 96c0 17.707-14.293 32-32 32h-181.547l109.653 384zM832 140.8h-640v192h163.2c14.827-72.96 79.573-128 156.8-128s141.973 55.040 156.8 128h163.2v-192z" />
-<glyph unicode="&#xe912;" glyph-name="export-16" d="M467.52 437.547c-28.587-99.947-17.493-200.213-17.067-204.48 1.92-16.32 15.787-28.373 31.787-28.373 1.28 0 2.453 0.107 3.733 0.213 17.6 2.027 30.080 17.813 28.16 35.413-0.107 0.853-10.027 92.16 14.933 179.627 44.373 155.093 212.693 209.387 287.893 226.133l-79.68-228.907c-5.76-16.64 3.093-34.987 19.733-40.747 3.413-1.173 7.040-1.813 10.453-1.813 13.227 0 25.6 8.32 30.293 21.44l81.707 234.987c6.933 18.987 7.36 38.827 2.56 57.067 0 0.107 0 0.107 0 0.213-0.533 4.907-2.347 9.28-4.8 13.227-10.027 23.573-29.12 43.093-54.72 52.373l-232.853 88.747c-16.427 6.293-34.987-1.92-41.28-18.56-6.293-16.533 2.027-34.987 18.453-41.28l210.56-80.213c-95.36-24.96-260.587-92.373-309.867-265.067zM864 396.8c-17.707 0-32-14.293-32-32v-224h-640v224c0 17.707-14.293 32-32 32s-32-14.293-32-32v-256c0-17.707 14.293-32 32-32h704c17.707 0 32 14.293 32 32v256c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe913;" glyph-name="export-other-16" d="M412.907 268.8c1.28 0 2.453 0.107 3.733 0.213 17.6 1.92 30.080 17.813 28.16 35.413-0.107 0.853-10.027 92.16 14.933 179.52 44.373 155.093 212.693 209.387 287.893 226.133l-79.68-229.013c-5.76-16.64 3.093-34.987 19.733-40.747 3.413-1.173 7.040-1.707 10.453-1.707 13.227 0 25.6 8.213 30.293 21.547l81.707 234.987c6.933 18.987 7.36 38.827 2.56 57.067 0 0.107 0 0.107 0 0.213-0.533 4.907-2.347 9.28-4.8 13.227-10.027 23.467-29.12 43.093-54.72 52.373l-232.747 88.64c-16.32 6.187-34.987-1.92-41.28-18.453s2.027-34.987 18.453-41.28l210.667-80.213c-95.36-25.067-260.693-92.48-309.973-265.067-28.587-100.053-17.493-200.213-17.067-204.48 1.813-16.32 15.68-28.373 31.68-28.373zM544 204.8h-352v224c0 17.707-14.293 32-32 32s-32-14.293-32-32v-256c0-17.707 14.293-32 32-32h384c17.707 0 32 14.293 32 32s-14.293 32-32 32zM768 300.8c-70.613 0-128-57.387-128-128s57.387-128 128-128 128 57.387 128 128-57.387 128-128 128zM768 108.8c-35.307 0-64 28.693-64 64s28.693 64 64 64 64-28.693 64-64-28.693-64-64-64z" />
-<glyph unicode="&#xe914;" glyph-name="eye-16" d="M512 716.8c-216.96 0-330.667-143.68-369.493-205.44-19.733-31.253-19.627-70.080 0.107-101.227 38.933-61.653 152.96-205.333 369.387-205.333s330.347 143.573 369.28 205.227c19.84 31.253 19.84 70.187-0.107 101.547-39.147 61.653-153.6 205.227-369.173 205.227zM827.2 444.267c-41.387-65.6-137.28-175.467-315.2-175.467s-273.92 109.973-315.307 175.573c-6.613 10.24-6.613 22.613-0.107 32.853 41.28 65.6 137.067 175.573 315.413 175.573 177.28 0 273.6-109.973 315.2-175.467 6.507-10.453 6.507-22.72 0-33.067zM512 620.8c-88.213 0-160-71.787-160-160s71.787-160 160-160 160 71.787 160 160-71.787 160-160 160zM512 364.8c-52.907 0-96 43.093-96 96s43.093 96 96 96 96-43.093 96-96-43.093-96-96-96z" />
-<glyph unicode="&#xe915;" glyph-name="eye-closed-16" d="M182.613 835.413c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l704-704c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-704 704zM512 620.8c-7.573 0-14.72-1.173-21.973-2.24l179.84-179.84c1.067 7.253 2.24 14.507 2.24 21.973-0.107 88.32-71.893 160.107-160.107 160.107zM533.973 303.040l-179.733 179.733c-1.067-7.253-2.24-14.507-2.24-21.973 0-88.213 71.787-160 160-160 7.573 0 14.72 1.173 21.973 2.24zM512 716.8c-37.227 0-72.32-5.653-106.347-13.867l54.293-54.293c17.067 2.24 34.133 4.16 52.053 4.16 177.28 0 273.6-109.973 315.2-175.467 6.613-10.347 6.613-22.72 0-33.067-16.107-25.6-40.853-57.707-75.2-87.68l44.8-44.8c40.96 36.267 69.013 73.707 84.48 98.24 19.84 31.36 19.84 70.187-0.107 101.547-39.147 61.76-153.6 205.227-369.173 205.227zM272.107 564.907l-45.227 45.227c-40.427-35.733-68.267-73.067-84.373-98.773-19.733-31.253-19.627-70.080 0.107-101.227 38.933-61.653 152.96-205.333 369.387-205.333 39.147 0 73.707 5.867 106.347 13.973l-54.080 54.080c-16.747-2.24-33.813-4.053-52.267-4.053-177.92 0-273.92 109.973-315.307 175.573-6.507 10.24-6.613 22.613 0 32.96 14.293 22.827 39.040 56 75.413 87.573z" />
-<glyph unicode="&#xe916;" glyph-name="file-16" d="M832 620.8c0 4.267-0.853 8.427-2.453 12.267-1.6 3.947-3.947 7.36-6.933 10.347l-256 256c-2.987 2.987-6.4 5.333-10.347 6.933-3.84 1.6-8 2.453-12.267 2.453h-320c-17.707 0-32-14.293-32-32v-768c0-17.707 14.293-32 32-32h576c17.707 0 32 14.293 32 32v512zM576 799.573l146.773-146.773h-146.773v146.773zM256 140.8v704h256v-224c0-17.707 14.293-32 32-32h224v-448h-512zM672 524.8h-320c-17.707 0-32-14.293-32-32s14.293-32 32-32h320c17.707 0 32 14.293 32 32s-14.293 32-32 32zM672 332.8h-320c-17.707 0-32-14.293-32-32s14.293-32 32-32h320c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe917;" glyph-name="filter-16" d="M888.64 812.48c-10.667 19.947-31.36 32.32-54.080 32.32h-645.333c-22.613 0-43.307-12.373-54.080-32.32-10.773-20.053-9.6-44.16 2.987-63.040l224.533-336.533v-157.44c0-20.48 10.24-39.573 27.307-50.987l176.107-117.44c10.133-6.72 21.867-10.24 33.92-10.24 10.027 0 20.053 2.56 29.013 7.36 19.947 10.667 32.32 31.36 32.32 54.080v274.667l224.32 336.533c12.587 18.88 13.76 43.093 2.987 63.040zM597.333 432.32l1.387-290.133-172.053 113.28v176.853l-237.333 348.48 643.093 4.16-235.093-352.64z" />
-<glyph unicode="&#xe918;" glyph-name="filter-f-16" d="M133.333 795.093l250.667-375.893v-182.4c0-10.667 5.333-20.693 14.293-26.667l192-128c5.333-3.52 11.52-5.333 17.707-5.333 5.227 0 10.347 1.28 15.147 3.84 10.347 5.547 16.853 16.427 16.853 28.16v310.293l250.667 375.893c6.613 9.813 7.147 22.4 1.6 32.853-5.547 10.347-16.427 16.853-28.16 16.853h-704.107c-11.84 0-22.613-6.507-28.16-16.853-5.653-10.347-5.013-22.933 1.493-32.747z" />
-<glyph unicode="&#xe919;" glyph-name="folder-16" d="M800 780.8h-357.547c-8.427 0-16.64 3.413-22.613 9.387l-26.453 26.453c-18.133 18.133-42.24 28.16-67.84 28.16h-101.547c-52.907 0-96-43.093-96-96v-512c0-52.907 43.093-96 96-96h576c52.907 0 96 43.093 96 96v448c0 52.907-43.093 96-96 96zM224 780.8h101.547c8.427 0 16.64-3.413 22.613-9.387l26.453-26.453c18.133-18.133 42.24-28.16 67.84-28.16h357.547c17.707 0 32-14.293 32-32v-32h-640v96c0 17.707 14.293 32 32 32zM800 204.8h-576c-17.707 0-32 14.293-32 32v352h640v-352c0-17.707-14.293-32-32-32z" />
-<glyph unicode="&#xe91a;" glyph-name="folder-custom-16" d="M800 780.8h-357.547c-8.427 0-16.64 3.413-22.613 9.387l-26.453 26.453c-17.92 17.92-42.667 28.16-67.84 28.16h-101.547c-52.907 0-96-43.093-96-96v-512c0-52.907 43.093-96 96-96h256c17.707 0 32 14.293 32 32s-14.293 32-32 32h-256c-17.6 0-32 14.4-32 32v352h640v-128c0-17.707 14.293-32 32-32s32 14.293 32 32v224c0 52.907-43.093 96-96 96zM192 652.8v96c0 17.6 14.4 32 32 32h101.547c8.427 0 16.64-3.413 22.613-9.387l26.453-26.453c17.92-17.92 42.667-28.16 67.84-28.16h357.547c17.6 0 32-14.4 32-32v-32h-640zM868.587 344.533l-93.973 13.653-42.027 85.12c-10.773 21.76-46.613 21.76-57.387 0l-42.027-85.12-93.76-13.653c-12.053-1.707-22.080-10.24-25.813-21.76s-0.64-24.32 8.107-32.853l67.947-66.24-16.107-93.547c-2.027-12.053 2.88-24.107 12.8-31.253 9.813-7.147 23.040-8.213 33.707-2.453l84.053 44.16 84.053-44.16c4.693-2.453 9.707-3.733 14.827-3.733 6.613 0 13.227 2.027 18.773 6.080 9.92 7.147 14.827 19.2 12.8 31.253l-16.107 93.547 67.947 66.24c8.747 8.533 11.84 21.227 8.107 32.853-3.84 11.733-13.867 20.16-25.92 21.867zM761.707 257.813c-7.573-7.36-10.987-17.92-9.28-28.267l7.893-46.293-41.493 21.76c-4.587 2.453-9.707 3.733-14.827 3.733s-10.24-1.28-14.827-3.733l-41.493-21.76 7.893 46.293c1.707 10.347-1.707 20.907-9.28 28.267l-33.493 32.64 46.4 6.72c10.347 1.6 19.413 8.107 24.107 17.493l20.8 42.027 20.8-42.027c4.587-9.387 13.653-15.893 24.107-17.493l46.4-6.72-33.707-32.64z" />
-<glyph unicode="&#xe91b;" glyph-name="folder-open-16" d="M832 587.733v97.067c0 52.907-43.093 96-96 96h-357.547c-8.427 0-16.64 3.413-22.613 9.387l-26.453 26.453c-18.133 18.133-42.24 28.16-67.84 28.16h-101.547c-52.907 0-96-43.093-96-96v-512c0-1.92 0.32-4.267 0.747-6.4 1.173-17.067 6.4-33.813 16.427-48.213 17.92-25.92 47.467-41.28 78.933-41.28h567.253c39.787 0 75.947 25.067 89.92 62.293l96 256c10.987 29.44 6.933 62.507-10.987 88.427-16.32 23.36-42.133 37.547-70.293 40.107zM160 780.8h101.547c8.427 0 16.64-3.413 22.613-9.387l26.453-26.453c18.133-18.133 42.24-28.16 67.84-28.16h357.547c17.707 0 32-14.293 32-32v-96h-511.893c-39.787 0-75.947-25.067-89.92-62.293l-38.187-101.76v324.053c0 17.707 14.293 32 32 32zM853.333 481.6l-96-256c-4.693-12.48-16.747-20.8-29.973-20.8h-567.253c-10.667 0-20.267 5.013-26.347 13.76s-7.36 19.52-3.627 29.44l96 256c4.693 12.48 16.747 20.8 29.973 20.8h567.253c10.667 0 20.267-5.013 26.347-13.76s7.36-19.52 3.627-29.44z" />
-<glyph unicode="&#xe91c;" glyph-name="folder-open-custom-16" d="M902.293 547.52c-16.213 23.467-42.133 37.653-70.293 40.213v97.067c0 52.907-43.093 96-96 96h-357.547c-8.427 0-16.64 3.413-22.613 9.387l-26.453 26.453c-18.133 18.133-42.24 28.16-67.84 28.16h-101.547c-52.907 0-96-43.093-96-96v-512c0-1.92 0.32-4.16 0.747-6.293 1.173-17.067 6.293-33.92 16.427-48.427 17.92-25.92 47.467-41.28 78.933-41.28h319.893c17.707 0 32 14.293 32 32s-14.293 32-32 32h-319.893c-10.667 0-20.267 5.013-26.347 13.76s-7.36 19.52-3.627 29.547l96 256c4.693 12.48 16.64 20.8 29.973 20.8h567.253c10.667 0 20.267-5.013 26.347-13.76s7.36-19.52 3.627-29.547c-6.187-16.533 2.24-34.987 18.773-41.173 16.427-6.4 34.987 2.24 41.173 18.667 10.987 29.44 6.933 62.507-10.987 88.427zM166.187 526.507l-38.187-101.76v324.053c0 17.6 14.293 32 32 32h101.547c8.427 0 16.64-3.413 22.613-9.387l26.453-26.453c18.133-18.133 42.24-28.16 67.84-28.16h357.547c17.707 0 32-14.4 32-32v-96h-511.893c-39.787 0-75.947-24.96-89.92-62.293zM868.587 344.533l-93.867 13.653-42.027 85.12c-10.773 21.76-46.613 21.76-57.387 0l-42.027-85.12-93.867-13.653c-12.053-1.707-22.080-10.24-25.813-21.76s-0.64-24.32 8.107-32.853l67.947-66.24-16-93.547c-2.027-12.053 2.88-24.107 12.693-31.253 9.92-7.253 22.933-8.213 33.707-2.453l83.947 44.16 83.947-44.16c4.693-2.453 9.813-3.733 14.933-3.733 6.613 0 13.227 2.027 18.773 6.080 9.813 7.147 14.827 19.2 12.693 31.253l-16 93.547 67.947 66.24c8.747 8.533 11.84 21.227 8.107 32.853-3.733 11.733-13.76 20.16-25.813 21.867zM761.707 257.813c-7.573-7.36-10.987-17.92-9.173-28.267l7.893-46.293-41.493 21.867c-4.693 2.453-9.813 3.733-14.933 3.733s-10.24-1.28-14.933-3.733l-41.493-21.76 7.893 46.293c1.813 10.347-1.707 20.907-9.173 28.267l-33.6 32.64 46.4 6.72c10.453 1.6 19.413 8.107 24.107 17.493l20.8 42.027 20.8-42.027c4.693-9.387 13.653-15.893 24.107-17.493l46.4-6.72-33.6-32.747z" />
-<glyph unicode="&#xe91d;" glyph-name="full-grid-16" d="M224 524.8h128c56.533 0 96 39.467 96 96v128c0 56.533-39.467 96-96 96h-128c-56.533 0-96-39.467-96-96v-128c0-56.533 39.467-96 96-96zM192 748.8c0 20.587 11.413 32 32 32h128c20.587 0 32-11.413 32-32v-128c0-20.587-11.413-32-32-32h-128c-20.587 0-32 11.413-32 32v128zM800 844.8h-128c-56.533 0-96-39.467-96-96v-128c0-56.533 39.467-96 96-96h128c56.533 0 96 39.467 96 96v128c0 56.533-39.467 96-96 96zM832 620.8c0-20.587-11.413-32-32-32h-128c-20.587 0-32 11.413-32 32v128c0 20.587 11.413 32 32 32h128c20.587 0 32-11.413 32-32v-128zM224 76.8h128c56.533 0 96 39.467 96 96v128c0 56.533-39.467 96-96 96h-128c-56.533 0-96-39.467-96-96v-128c0-56.533 39.467-96 96-96zM192 300.8c0 20.587 11.413 32 32 32h128c20.587 0 32-11.413 32-32v-128c0-20.587-11.413-32-32-32h-128c-20.587 0-32 11.413-32 32v128zM800 396.8h-128c-56.533 0-96-39.467-96-96v-128c0-56.533 39.467-96 96-96h128c56.533 0 96 39.467 96 96v128c0 56.533-39.467 96-96 96zM832 172.8c0-20.587-11.413-32-32-32h-128c-20.587 0-32 11.413-32 32v128c0 20.587 11.413 32 32 32h128c20.587 0 32-11.413 32-32v-128z" />
-<glyph unicode="&#xe91e;" glyph-name="full-grid-f-16" d="M224 556.8h128c38.4 0 64 25.6 64 64v128c0 38.4-25.6 64-64 64h-128c-38.4 0-64-25.6-64-64v-128c0-38.4 25.6-64 64-64zM672 556.8h128c38.4 0 64 25.6 64 64v128c0 38.4-25.6 64-64 64h-128c-38.4 0-64-25.6-64-64v-128c0-38.4 25.6-64 64-64zM224 108.8h128c38.4 0 64 25.6 64 64v128c0 38.4-25.6 64-64 64h-128c-38.4 0-64-25.6-64-64v-128c0-38.4 25.6-64 64-64zM672 108.8h128c38.4 0 64 25.6 64 64v128c0 38.4-25.6 64-64 64h-128c-38.4 0-64-25.6-64-64v-128c0-38.4 25.6-64 64-64z" />
-<glyph unicode="&#xe91f;" glyph-name="full-screen-16" d="M160 588.8c17.707 0 32 14.293 32 32v125.547l200.747-211.627c6.293-6.613 14.72-9.92 23.253-9.92 7.893 0 15.893 2.88 22.080 8.747 12.8 12.16 13.333 32.427 1.173 45.227l-191.68 202.027h104.427c17.707 0 32 14.293 32 32s-14.293 32-32 32h-192c-17.707 0-32-14.293-32-32v-192c0-17.707 14.293-32 32-32zM672 780.8h160v-160c0-17.707 14.293-32 32-32s32 14.293 32 32v192c0 17.707-14.293 32-32 32h-192c-17.707 0-32-14.293-32-32s14.293-32 32-32zM160 76.8h192c17.707 0 32 14.293 32 32s-14.293 32-32 32h-160v160c0 17.707-14.293 32-32 32s-32-14.293-32-32v-192c0-17.707 14.293-32 32-32zM787.84 140.8h-115.84c-17.707 0-32-14.293-32-32s14.293-32 32-32h192c17.707 0 32 14.293 32 32v192c0 17.707-14.293 32-32 32s-32-14.293-32-32v-113.6l-194.667 199.893c-12.373 12.8-32.64 13.013-45.227 0.64-12.693-12.373-12.907-32.64-0.64-45.227l196.373-201.707z" />
-<glyph unicode="&#xe920;" glyph-name="gear-16" d="M512 620.8c-88.213 0-160-71.787-160-160s71.787-160 160-160 160 71.787 160 160-71.787 160-160 160zM512 364.8c-52.907 0-96 43.093-96 96s43.093 96 96 96 96-43.093 96-96-43.093-96-96-96zM938.987 597.333h-24.853c-0.107 0-0.107 0-0.213 0-34.987 0-66.133 17.707-83.307 47.467-17.28 29.867-16.96 65.813 0.747 96.213l12.48 21.44-17.707 17.493c-53.867 53.12-121.387 92.053-194.987 112.32l-23.893 6.613-12.373-21.547c-17.493-30.4-48.427-48.533-82.88-48.533s-65.387 18.133-82.88 48.64l-12.373 21.547-23.893-6.613c-73.6-20.373-141.12-59.307-195.093-112.427l-17.707-17.493 12.48-21.44c17.707-30.4 18.027-66.347 0.747-96.213-17.173-29.76-48.213-47.467-83.2-47.467-0.107 0-0.107 0-0.213 0h-24.853l-6.187-24c-9.813-37.867-14.827-75.733-14.827-112.533 0-35.093 5.12-71.893 15.787-112.64l6.187-23.787 24.533-0.107c34.773-0.213 65.707-17.92 82.773-47.467 17.067-29.653 16.96-65.387-0.427-95.68l-12.267-21.44 17.6-17.28c54.933-54.080 122.24-93.12 194.667-113.067l23.893-6.613 12.373 21.547c17.493 30.4 48.427 48.533 82.88 48.533s65.387-18.133 82.88-48.64l12.373-21.547 23.893 6.613c73.6 20.373 141.12 59.2 195.093 112.427l17.707 17.493-12.48 21.44c-17.707 30.4-18.027 66.347-0.747 96.213 17.173 29.76 48.32 47.467 83.307 47.467 0.107 0 0.107 0 0.213 0h24.853l6.187 24c9.813 37.867 14.827 75.733 14.827 112.533-0.107 36.8-5.12 74.667-14.933 112.533l-6.187 24zM888.32 386.24c-18.56-2.987-36.587-9.173-53.013-18.24-24.96-13.867-45.76-34.347-60.053-59.2-14.4-24.853-21.653-53.12-21.227-81.813 0.32-18.773 3.947-37.44 10.773-55.040-37.653-32.853-81.6-58.24-129.28-74.347-11.84 14.613-26.133 27.093-42.24 36.693-24.533 14.72-52.587 22.507-81.28 22.507s-56.747-7.787-81.28-22.507c-16.107-9.6-30.4-22.080-42.24-36.693-46.827 16.107-90.773 41.707-128.96 75.2 6.613 17.493 10.133 36.053 10.453 54.827 0.427 28.48-6.933 56.533-21.227 81.28-14.187 24.64-34.773 45.013-59.52 58.88-16.32 9.173-34.24 15.36-52.693 18.453-5.76 26.773-8.533 50.987-8.533 74.667 0 24.32 2.56 49.387 7.68 74.56 18.56 2.987 36.587 9.173 53.013 18.24 24.96 13.867 45.76 34.347 60.053 59.2 14.4 24.853 21.653 53.12 21.227 81.813-0.32 18.773-3.947 37.44-10.773 55.040 37.653 32.853 81.6 58.24 129.28 74.347 11.84-14.613 26.133-27.093 42.24-36.693 24.533-14.72 52.587-22.507 81.28-22.507s56.747 7.787 81.28 22.507c16.107 9.707 30.4 22.187 42.24 36.693 47.573-16.213 91.627-41.493 129.28-74.347-6.72-17.6-10.453-36.267-10.773-55.040-0.533-28.587 6.827-56.853 21.227-81.813 14.293-24.853 35.093-45.227 60.053-59.2 16.427-9.173 34.347-15.253 53.013-18.24 5.12-25.173 7.68-50.24 7.68-74.56 0-24.427-2.56-49.493-7.68-74.667z" />
-<glyph unicode="&#xe921;" glyph-name="half-grid-16" d="M224 76.8h128c56.533 0 96 39.467 96 96v576c0 56.533-39.467 96-96 96h-128c-56.533 0-96-39.467-96-96v-576c0-56.533 39.467-96 96-96zM192 748.8c0 20.587 11.413 32 32 32h128c20.587 0 32-11.413 32-32v-576c0-20.587-11.413-32-32-32h-128c-20.587 0-32 11.413-32 32v576zM672 76.8h128c52.907 0 96 43.093 96 96v576c0 56.533-39.467 96-96 96h-128c-56.533 0-96-39.467-96-96v-576c0-56.533 39.467-96 96-96zM640 748.8c0 20.587 11.413 32 32 32h128c20.587 0 32-11.413 32-32v-576c0-19.733-16.64-32-32-32h-128c-20.587 0-32 11.413-32 32v576z" />
-<glyph unicode="&#xe922;" glyph-name="half-grid-f-16" d="M224 108.8h128c38.4 0 64 25.6 64 64v576c0 38.4-25.6 64-64 64h-128c-38.4 0-64-25.6-64-64v-576c0-38.4 25.6-64 64-64zM672 108.8h128c32 0 64 25.6 64 64v576c0 38.4-25.6 64-64 64h-128c-38.4 0-64-25.6-64-64v-576c0-38.4 25.6-64 64-64z" />
-<glyph unicode="&#xe923;" glyph-name="help-tip-16" d="M863.36 654.613c-21.013 49.6-50.987 94.080-89.173 132.267-38.293 38.187-82.773 68.267-132.267 89.173-51.307 21.76-105.813 32.747-161.92 32.747s-110.613-10.987-161.813-32.64c-49.6-21.013-94.080-50.987-132.267-89.173-38.187-38.293-68.267-82.773-89.173-132.267-21.76-51.307-32.747-105.813-32.747-161.92s10.987-110.613 32.64-161.813c21.013-49.6 50.987-94.080 89.173-132.267 38.293-38.187 82.773-68.267 132.267-89.173 51.307-21.76 105.813-32.747 161.92-32.747s110.613 10.987 161.813 32.64c49.6 21.013 94.080 50.88 132.267 89.173s68.267 82.773 89.173 132.267c21.76 51.307 32.747 105.813 32.747 161.92s-10.987 110.613-32.64 161.813zM480 140.8c-194.133 0-352 157.867-352 352s157.867 352 352 352 352-157.867 352-352-157.867-352-352-352zM519.787 292.587c0-21.974-17.813-39.787-39.787-39.787s-39.787 17.813-39.787 39.787c0 21.974 17.813 39.787 39.787 39.787s39.787-17.813 39.787-39.787zM500.16 716.373c-39.893 2.133-72.853-8.853-97.813-32.427-33.813-31.893-41.387-76.587-43.093-96.107-0.32-1.707-0.427-3.52-0.427-5.44 0-0.533 0-1.067 0-1.6 0-0.96 0-1.813 0-2.24h0.213c1.92-15.893 15.36-28.16 31.787-28.16 16.213 0 29.653 12.16 31.68 27.84h0.32v-0.213c0 0.427 0.96 38.4 23.68 59.627 11.947 11.093 28.373 16 50.347 14.827s36.907-7.787 45.653-20.373c12.267-17.707 9.92-43.307 7.787-50.133-4.16-12.907-12.16-19.307-27.2-30.293-10.133-7.36-21.547-15.68-31.467-27.84-28.267-34.56-35.627-73.493-37.227-84.587-2.453-16.747-3.627-40-3.627-40.96-0.853-17.6 12.8-32.64 30.4-33.493 0.533 0 1.067 0 1.6 0 16.96 0 31.040 13.333 31.893 30.187 0.107 0.213 1.067 21.227 3.093 35.093 1.92 13.76 9.28 35.84 23.36 53.12 4.8 5.867 11.733 10.88 19.733 16.747 16.853 12.267 39.787 29.013 50.453 62.613 6.187 19.627 10.773 66.88-16.213 105.92-14.080 20.373-42.027 45.12-94.933 47.893z" />
-<glyph unicode="&#xe924;" glyph-name="help-tip-20" d="M485.547 920.96c-240 0-435.2-195.2-435.2-435.2s195.2-435.2 435.2-435.2 435.2 195.2 435.2 435.2-195.2 435.2-435.2 435.2zM485.547 101.653c-211.733 0-384 172.267-384 384s172.267 384 384 384c211.733 0 384-172.267 384-384s-172.267-384-384-384zM523.947 293.547c0-21.208-17.192-38.4-38.4-38.4s-38.4 17.192-38.4 38.4c0 21.208 17.192 38.4 38.4 38.4s38.4-17.192 38.4-38.4zM504 726.293c-40.533 2.027-73.387-8.853-98.347-32.427-42.987-40.64-43.84-104-43.947-106.667-0.107-14.080 11.2-25.6 25.387-25.707 12.373-1.92 25.6 11.2 25.813 25.28 0 0.427 0.96 44.693 28.053 70.080 14.613 13.653 34.24 19.627 60.373 18.347 26.027-1.387 44.693-9.92 55.573-25.6 14.827-21.44 12.8-51.093 9.6-61.227-5.547-17.28-16.747-25.493-32.32-36.907-10.453-7.573-22.187-16.213-32.107-28.373-28.8-35.2-36.373-74.987-37.973-86.293-2.453-17.6-3.84-43.2-3.84-43.2v0c0-0.213 0-0.533 0-0.747 0-14.187 11.413-25.6 25.6-25.6 13.547 0 24.64 10.56 25.493 23.893v0c0 0.213 1.067 22.827 3.307 38.4 0.853 5.76 5.973 35.52 26.88 61.12 5.867 7.147 13.653 12.8 22.72 19.52 17.92 13.12 40.32 29.547 50.88 62.72 7.253 22.72 8.853 69.76-16.32 105.92-13.76 20.053-41.6 44.693-94.827 47.467z" />
-<glyph unicode="&#xe925;" glyph-name="history-16" d="M512 12.8c247.040 0 448 200.96 448 448s-200.96 448-448 448-448-200.96-448-448 200.96-448 448-448zM512 844.8c211.733 0 384-172.267 384-384s-172.267-384-384-384-384 172.267-384 384 172.267 384 384 384zM480.427 455.893c0.213-1.493 0.96-2.773 1.387-4.267 0.747-2.453 1.387-4.8 2.56-6.933 0.747-1.173 1.813-2.133 2.667-3.2 1.6-2.133 3.307-4.053 5.333-5.76 0.32-0.32 0.533-0.747 0.96-0.96l224-160c5.653-4.053 12.16-5.973 18.667-5.973 9.92 0 19.84 4.693 26.027 13.44 10.24 14.4 6.933 34.347-7.467 44.587l-212.8 152.107-30.080 210.453c-2.56 17.493-18.987 29.547-36.16 27.2-17.493-2.453-29.653-18.667-27.2-36.267l32-224c0-0.213 0.107-0.32 0.107-0.427z" />
-<glyph unicode="&#xe926;" glyph-name="import-16" d="M265.067 451.093c-12.267-12.693-12.053-32.853 0.64-45.227l178.453-173.333c15.68-15.68 35.627-23.253 56.107-25.813 3.627-1.493 7.573-2.347 11.733-2.347 0 0 0.107 0 0.107 0s0 0 0 0 0 0 0.107 0c1.173 0 2.347 0.107 3.627 0.213 1.28 0.213 2.347 0.853 3.627 1.173 21.973 1.707 43.52 9.707 60.16 26.347l178.773 173.653c12.693 12.373 12.907 32.64 0.64 45.227-12.267 12.693-32.533 12.907-45.227 0.64l-174.293-169.067c-7.040 77.547-13.867 205.547 3.307 265.493 57.28 200.32 322.133 232.64 324.8 232.96 17.6 2.027 30.187 17.813 28.16 35.413-1.92 17.6-17.493 30.080-35.307 28.267-12.587-1.387-310.080-37.12-379.2-279.040-19.733-69.227-13.227-197.547-6.933-273.173l-164.053 159.253c-12.693 12.267-32.96 12.053-45.227-0.64zM864 396.8c-17.707 0-32-14.293-32-32v-224h-640v224c0 17.707-14.293 32-32 32s-32-14.293-32-32v-256c0-17.707 14.293-32 32-32h704c17.707 0 32 14.293 32 32v256c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe927;" glyph-name="info-16" d="M480 76.8c-56.107 0-110.613 10.987-161.92 32.747-49.493 20.907-93.973 50.987-132.267 89.173-38.187 38.187-68.16 82.667-89.173 132.267-21.653 51.2-32.64 105.707-32.64 161.813s10.987 110.613 32.747 161.92c20.907 49.493 50.987 93.973 89.173 132.267 38.187 38.187 82.667 68.16 132.267 89.173 51.2 21.653 105.707 32.64 161.813 32.64s110.613-10.987 161.92-32.747c49.493-20.907 93.973-50.987 132.267-89.173 38.187-38.187 68.16-82.667 89.173-132.267 21.653-51.2 32.64-105.707 32.64-161.813s-10.987-110.613-32.747-161.92c-20.907-49.493-50.987-93.973-89.173-132.267s-82.667-68.16-132.267-89.173c-51.2-21.653-105.707-32.64-161.813-32.64zM480 844.8c-194.133 0-352-157.867-352-352s157.867-352 352-352 352 157.867 352 352-157.867 352-352 352zM480 268.8c-17.707 0-32 14.293-32 32v256c0 17.707 14.293 32 32 32s32-14.293 32-32v-256c0-17.707-14.293-32-32-32zM512 684.8c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32z" />
-<glyph unicode="&#xe928;" glyph-name="info-f-20" d="M484.373 921.6c-239.787 0-434.133-194.347-434.133-434.133s194.347-434.133 434.133-434.133 434.133 194.347 434.133 434.133-194.347 434.133-434.133 434.133zM508.053 281.6c0-14.187-11.413-25.6-25.6-25.6s-25.6 11.413-25.6 25.6v286.72c0 14.187 11.413 25.6 25.6 25.6s25.6-11.413 25.6-25.6v-286.72zM482.347 642.027c-21.227 0-38.4 17.173-38.4 38.4s17.173 38.4 38.4 38.4c21.227 0 38.4-17.173 38.4-38.4 0-21.12-17.173-38.4-38.4-38.4z" />
-<glyph unicode="&#xe929;" glyph-name="left-16" d="M630.613 771.413c-12.48 12.48-32.747 12.48-45.227 0l-256-256c-12.48-12.48-12.48-32.747 0-45.227l256-256c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-233.387 233.387 233.387 233.387c12.48 12.48 12.48 32.747 0 45.227z" />
-<glyph unicode="&#xe92a;" glyph-name="lock-16" d="M512 844.8c-105.92 0-192-86.080-192-192v-64h-32c-52.907 0-96-43.093-96-96v-320c0-52.907 43.093-96 96-96h448c52.907 0 96 43.093 96 96v320c0 52.907-43.093 96-96 96h-32v64c0 105.92-86.080 192-192 192zM384 652.8c0 70.613 57.387 128 128 128s128-57.387 128-128v-64h-256v64zM768 492.8v-320c0-17.707-14.4-32-32-32h-448c-17.6 0-32 14.293-32 32v320c0 17.707 14.4 32 32 32h448c17.6 0 32-14.293 32-32zM512 428.8c-17.707 0-32-14.293-32-32v-128c0-17.707 14.293-32 32-32s32 14.293 32 32v128c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe92b;" glyph-name="magnifier-16" d="M750.293 267.733c50.88 61.013 81.707 139.52 81.707 225.067 0 194.133-157.867 352-352 352s-352-157.867-352-352 157.867-352 352-352c85.547 0 164.053 30.72 225.067 81.707l136.32-136.32c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-136.32 136.32zM480 204.8c-158.827 0-288 129.173-288 288s129.173 288 288 288 288-129.173 288-288-129.173-288-288-288z" />
-<glyph unicode="&#xe92c;" glyph-name="maximize-16" d="M804.053 835.413h-576c-52.907 0-96-43.093-96-96v-576c0-52.907 43.093-96 96-96h576c52.907 0 96 43.093 96 96v576c0 53.013-43.093 96-96 96zM228.053 771.413h576c17.707 0 32-14.293 32-32v-89.28h-640v89.28c0 17.707 14.293 32 32 32zM804.053 131.413h-576c-17.707 0-32 14.293-32 32v422.72h640v-422.72c0-17.6-14.4-32-32-32z" />
-<glyph unicode="&#xe92d;" glyph-name="menu-16" d="M800 844.8h-640c-17.707 0-32-14.293-32-32s14.293-32 32-32h640c17.707 0 32 14.293 32 32s-14.293 32-32 32zM800 524.8h-640c-17.707 0-32-14.293-32-32s14.293-32 32-32h640c17.707 0 32 14.293 32 32s-14.293 32-32 32zM832 172.8c0 17.707-14.293 32-32 32h-640c-17.707 0-32-14.293-32-32s14.293-32 32-32h640c17.707 0 32 14.293 32 32z" />
-<glyph unicode="&#xe92e;" glyph-name="message-16" d="M800 780.8h-576c-52.907 0-96-43.093-96-96v-384c0-52.907 43.093-96 96-96h576c52.907 0 96 43.093 96 96v384c0 52.907-43.093 96-96 96zM512 531.84l-264.213 184.96h528.32l-264.107-184.96zM800 268.8h-576c-17.6 0-32 14.293-32 32v376.96l301.653-211.093c0.533-0.427 1.28-0.213 1.92-0.64 5.013-3.093 10.667-5.227 16.533-5.227s11.413 2.027 16.533 5.227c0.64 0.32 1.28 0.213 1.92 0.64l301.44 211.093v-376.96c0-17.707-14.4-32-32-32z" />
-<glyph unicode="&#xe92f;" glyph-name="message-20" d="M937.493 776.213h-868.267c-18.24 0-33.067-14.827-33.067-33.067v-561.067c0-18.24 14.827-33.067 33.067-33.067h868.267c18.24 0 33.067 14.827 33.067 33.067v561.067c0 18.24-14.827 33.067-33.067 33.067zM515.733 432.64c-8-4.8-19.84-4.587-27.413 0.64l-338.667 278.933h695.787l-329.707-279.573zM326.4 483.627l-226.24-216.96v403.413l226.24-186.453zM376.213 442.667l72.213-59.52 1.387-1.067c14.4-10.667 32.64-16.64 51.413-16.96 0.427 0 0.853 0 1.28 0 18.24 0 36.16 5.44 50.56 15.467l1.28 0.853 70.827 60.053 238.613-228.48h-727.147l239.573 229.653zM674.24 483.2l232.32 197.013v-419.52l-232.32 222.507z" />
-<glyph unicode="&#xe930;" glyph-name="minus-16" d="M736 140.8h-512c-52.907 0-96 43.093-96 96v512c0 52.907 43.093 96 96 96h512c52.907 0 96-43.093 96-96v-512c0-52.907-43.093-96-96-96zM224 780.8c-17.707 0-32-14.4-32-32v-512c0-17.6 14.293-32 32-32h512c17.707 0 32 14.4 32 32v512c0 17.6-14.293 32-32 32h-512zM672 460.8h-384c-17.707 0-32 14.293-32 32s14.293 32 32 32h384c17.707 0 32-14.293 32-32s-14.293-32-32-32z" />
-<glyph unicode="&#xe931;" glyph-name="modify-16" d="M892.373 694.080l-146.88 146.88c-12.48 12.48-32.747 12.48-45.227 0l-538.347-538.347c-4.907-4.907-8.107-11.2-9.067-18.133l-24.427-171.307c-1.387-9.92 1.92-20.053 9.067-27.093 6.080-6.080 14.187-9.387 22.613-9.387 1.493 0 2.987 0.107 4.48 0.32l171.307 24.533c6.827 0.96 13.227 4.16 18.133 9.067l440.427 440.427c0 0 0 0 0 0s0 0 0 0l97.813 97.813c5.973 5.973 9.387 14.080 9.387 22.613s-3.307 16.64-9.28 22.613zM316.267 163.413l-118.507-16.96 16.853 118.507 410.453 410.24 101.547-101.547-410.347-410.24zM771.84 618.88l-101.547 101.547 52.587 52.587 101.547-101.547-52.587-52.587zM864 140.8h-384c-17.707 0-32-14.293-32-32s14.293-32 32-32h384c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe932;" glyph-name="move-16" d="M797.227 605.12c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l36.267-36.267h-274.56v274.24l36.267-36.267c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-92.373 92.373c-12.48 12.48-32.747 12.48-45.227 0l-89.387-89.387c-12.48-12.48-12.48-32.747 0-45.227s32.747-12.48 45.227 0l36.267 36.267v-277.12h-274.987l36.267 36.267c12.48 12.48 12.48 32.747 0 45.227s-32.747 12.48-45.227 0l-92.373-92.373c-12.48-12.48-12.48-32.747 0-45.227l89.387-89.387c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-36.267 36.267h277.973v-273.173l-36.267 36.267c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l92.373-92.373c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l89.387 89.387c12.48 12.48 12.48 32.747 0 45.227s-32.747 12.48-45.227 0l-36.267-36.267v276.267h271.573l-36.267-36.267c-12.48-12.48-12.48-32.747 0-45.227 6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l92.373 92.373c12.48 12.48 12.48 32.747 0 45.227l-89.387 89.173z" />
-<glyph unicode="&#xe933;" glyph-name="new-16" d="M480 844.8c-17.707 0-32-14.293-32-32v-288h-288c-17.707 0-32-14.293-32-32s14.293-32 32-32h288v-288c0-17.707 14.293-32 32-32s32 14.293 32 32v288h288c17.707 0 32 14.293 32 32s-14.293 32-32 32h-288v288c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe934;" glyph-name="pause-16" d="M384 108.8v704c0 17.707-14.293 32-32 32s-32-14.293-32-32v-704c0-17.707 14.293-32 32-32s32 14.293 32 32zM704 108.8v704c0 17.707-14.293 32-32 32s-32-14.293-32-32v-704c0-17.707 14.293-32 32-32s32 14.293 32 32z" />
-<glyph unicode="&#xe935;" glyph-name="plus-16" d="M736 844.8h-512c-52.907 0-96-43.093-96-96v-512c0-52.907 43.093-96 96-96h512c52.907 0 96 43.093 96 96v512c0 52.907-43.093 96-96 96zM768 236.8c0-17.6-14.293-32-32-32h-512c-17.707 0-32 14.4-32 32v512c0 17.6 14.293 32 32 32h512c17.707 0 32-14.4 32-32v-512zM672 524.8h-160v160c0 17.707-14.293 32-32 32s-32-14.293-32-32v-160h-160c-17.707 0-32-14.293-32-32s14.293-32 32-32h160v-160c0-17.707 14.293-32 32-32s32 14.293 32 32v160h160c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe936;" glyph-name="print-16" d="M864 780.8h-96v96c0 17.707-14.293 32-32 32h-448c-17.707 0-32-14.293-32-32v-96h-96c-17.707 0-32-14.293-32-32v-320c0-17.707 14.293-32 32-32h96v-288c0-17.707 14.293-32 32-32h448c17.707 0 32 14.293 32 32v288h96c17.707 0 32 14.293 32 32v320c0 17.707-14.293 32-32 32zM320 844.8h384v-64h-384v64zM704 140.8h-384v384h384v-384zM832 460.8h-64v96c0 17.707-14.293 32-32 32h-448c-17.707 0-32-14.293-32-32v-96h-64v256h640v-256zM608 396.8h-192c-17.707 0-32-14.293-32-32s14.293-32 32-32h192c17.707 0 32 14.293 32 32s-14.293 32-32 32zM608 268.8h-192c-17.707 0-32-14.293-32-32s14.293-32 32-32h192c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe937;" glyph-name="reduction-16" d="M334.827 588.8h-110.827c-17.707 0-32-14.293-32-32s14.293-32 32-32h192c17.707 0 32 14.293 32 32v192c0 17.707-14.293 32-32 32s-32-14.293-32-32v-118.827l-194.347 204.907c-12.16 12.8-32.427 13.333-45.227 1.173s-13.333-32.427-1.173-45.227l191.573-202.027zM672 780.8h160v-160c0-17.707 14.293-32 32-32s32 14.293 32 32v192c0 17.707-14.293 32-32 32h-192c-17.707 0-32-14.293-32-32s14.293-32 32-32zM160 76.8h192c17.707 0 32 14.293 32 32s-14.293 32-32 32h-160v160c0 17.707-14.293 32-32 32s-32-14.293-32-32v-192c0-17.707 14.293-32 32-32zM608 140.8c17.707 0 32 14.293 32 32v120.213l201.067-206.507c6.293-6.507 14.613-9.707 22.933-9.707 8.107 0 16.107 2.987 22.293 9.067 12.693 12.373 12.907 32.64 0.64 45.227l-196.373 201.707h109.44c17.707 0 32 14.293 32 32s-14.293 32-32 32h-192c-17.707 0-32-14.293-32-32v-192c0-17.707 14.293-32 32-32z" />
-<glyph unicode="&#xe938;" glyph-name="refresh-16" d="M643.2 633.6c-2.453-17.6 9.813-33.707 27.307-36.16l160.853-22.4c1.493-0.213 2.987-0.32 4.373-0.32 6.933 0 13.76 2.24 19.307 6.507 6.827 5.013 11.2 12.693 12.373 21.12l22.4 160.853c2.453 17.6-9.813 33.707-27.307 36.16-17.493 2.24-33.707-9.707-36.053-27.2l-9.92-71.573c-8.747 10.88-17.28 21.76-27.2 31.68-72.533 72.64-168.96 112.533-271.573 112.533s-199.040-39.893-271.573-112.533c-72.533-72.533-112.427-168.96-112.427-271.467s39.893-199.040 112.427-271.467c72.533-72.533 168.96-112.533 271.573-112.533s199.040 39.893 271.573 112.533c47.68 47.68 82.133 107.2 99.413 172.053 4.587 17.067-5.547 34.667-22.613 39.147-16.747 4.053-34.56-5.653-39.147-22.72-14.4-53.973-43.093-103.467-82.88-143.253-60.48-60.48-140.8-93.76-226.24-93.76s-165.867 33.28-226.347 93.76-93.76 140.8-93.76 226.24 33.28 165.76 93.76 226.24 140.8 93.76 226.24 93.76 165.867-33.28 226.24-93.76c12.373-12.373 23.467-25.813 33.6-39.893l-98.347 13.653c-17.707 2.347-33.6-9.707-36.053-27.2z" />
-<glyph unicode="&#xe939;" glyph-name="remove-16" d="M672 460.8h-384c-17.707 0-32 14.293-32 32s14.293 32 32 32h384c17.707 0 32-14.293 32-32s-14.293-32-32-32zM480 76.8c-229.333 0-416 186.667-416 416s186.667 416 416 416 416-186.667 416-416-186.667-416-416-416zM480 844.8c-194.133 0-352-157.973-352-352s157.867-352 352-352 352 157.973 352 352-157.867 352-352 352z" />
-<glyph unicode="&#xe93a;" glyph-name="right-16" d="M393.387 214.187c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l256 256c12.48 12.48 12.48 32.747 0 45.227l-256 256c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l233.387-233.387-233.387-233.387c-12.48-12.48-12.48-32.747 0-45.227z" />
-<glyph unicode="&#xe93b;" glyph-name="save-16" d="M800 844.8h-576c-52.907 0-96-43.093-96-96v-576c0-52.907 43.093-96 96-96h576c52.907 0 96 43.093 96 96v576c0 52.907-43.093 96-96 96zM320 780.8h384v-320h-384v320zM832 172.8c0-17.6-14.4-32-32-32h-576c-17.6 0-32 14.4-32 32v576c0 17.6 14.4 32 32 32h32v-352c0-17.707 14.293-32 32-32h448c17.707 0 32 14.293 32 32v352h32c17.6 0 32-14.4 32-32v-576zM608 716.8c-17.707 0-32-14.293-32-32v-128c0-17.707 14.293-32 32-32s32 14.293 32 32v128c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe93c;" glyph-name="select-16" d="M895.68 481.813c2.027 13.973-5.44 27.627-18.24 33.6l-704 326.4c-12.16 5.653-26.56 3.093-36.053-6.4s-12.053-23.893-6.4-36.053l326.4-704c5.333-11.413 16.747-18.56 29.013-18.56 1.707 0 3.307 0.107 5.013 0.427 14.080 2.24 25.067 13.653 26.667 27.84l35.52 302.187 314.987 47.573c14.187 2.027 25.067 13.013 27.093 26.987zM520 466.88c-14.293-2.133-25.28-13.547-26.987-27.947l-25.173-214.080-242.133 522.133 528.213-244.907-233.92-35.2z" />
-<glyph unicode="&#xe93d;" glyph-name="setting-20" d="M513.493 626.24c-89.067 0-161.493-72.427-161.493-161.493s72.427-161.493 161.493-161.493 161.493 72.427 161.493 161.493-72.533 161.493-161.493 161.493zM513.493 367.36c-53.76 0-97.493 43.733-97.493 97.493s43.733 97.493 97.493 97.493 97.493-43.733 97.493-97.493c-0.107-53.76-43.84-97.493-97.493-97.493zM964.267 578.133l-15.68 6.293c-38.72 15.467-69.867 42.027-89.92 76.8-20.053 34.667-27.52 74.773-21.653 115.947l2.347 16.747-12.373 11.413c-51.733 47.253-111.253 81.493-176.853 101.76l-15.787 4.907-13.12-10.027c-32.32-24.64-70.080-37.653-109.227-37.653s-76.907 13.013-109.227 37.653l-13.12 10.027-15.787-4.907c-65.493-20.267-127.253-56-178.56-103.253l-11.84-11.093 1.813-16.107c4.48-39.36-3.307-77.653-22.507-110.933-19.52-33.813-49.493-59.947-86.72-75.627l-14.933-6.293-3.733-15.787c-8.32-35.627-12.587-71.68-12.587-107.307 0-32.213 3.627-65.493 10.773-98.667l3.52-16.213 15.253-6.507c36.8-15.787 66.56-41.813 85.867-75.307 19.84-34.453 27.413-74.24 21.76-115.093l-2.24-16.32 12.053-11.307c50.027-47.147 110.507-83.2 174.827-104.32l16.213-5.333 13.44 10.453c32.64 25.387 70.933 38.827 110.72 38.827 40.853 0 79.893-14.080 112.96-40.747l13.227-10.667 16.32 5.013c64.427 19.947 125.013 54.4 175.040 99.52l12.8 11.52-2.56 16.96c-6.187 41.6 1.28 82.027 21.44 117.013 20.48 35.52 52.373 62.4 92.267 77.653l16.107 6.187 3.733 16.853c7.36 33.6 11.093 67.413 11.093 100.48s-3.84 66.987-11.307 100.907l-3.84 16.533zM908.8 389.867c-45.973-21.44-83.2-55.147-108.16-98.347-24.533-42.56-35.307-90.88-31.36-140.587-36.587-30.293-78.72-54.293-123.627-70.187-41.493 28.907-89.067 44.16-138.88 44.16-48.32 0-94.827-14.4-135.573-41.813-44.907 16.853-87.36 42.24-124.16 74.24 3.52 49.067-7.36 96.747-31.573 138.667-23.467 40.747-58.027 73.28-100.48 94.827-4.16 23.68-6.293 47.040-6.293 69.867 0 25.707 2.56 51.733 7.68 77.547 43.093 21.547 77.973 54.293 101.76 95.467 23.36 40.427 34.24 86.080 32 133.227 37.867 32.427 81.6 57.707 127.787 74.133 40.32-26.667 86.293-40.64 133.973-40.64s93.653 13.973 133.973 40.747c45.867-16.107 88-40.427 125.76-72.427-3.627-49.387 7.147-97.173 31.467-139.413 24.427-42.347 60.587-75.627 105.387-97.067 4.373-24.107 6.613-48.107 6.613-71.467 0.107-23.36-2.027-47.147-6.293-70.933z" />
-<glyph unicode="&#xe93e;" glyph-name="square-down-16" d="M128 172.8v576c0 52.907 43.093 96 96 96h576c52.907 0 96-43.093 96-96v-576c0-52.907-43.093-96-96-96h-576c-52.907 0-96 43.093-96 96zM832 748.8c0 17.707-14.4 32-32 32h-576c-17.6 0-32-14.293-32-32v-576c0-17.707 14.4-32 32-32h576c17.6 0 32 14.293 32 32v576zM320 556.8c0 9.173 3.947 18.24 11.52 24.64 13.547 11.307 33.707 9.493 45.013-4.053l135.467-162.453 135.467 162.453c11.307 13.547 31.467 15.36 45.013 4.053s15.36-31.467 4.053-45.12l-160-192c-6.080-7.253-15.040-11.52-24.533-11.52s-18.453 4.267-24.533 11.52l-160 192c-5.013 5.973-7.467 13.227-7.467 20.48z" />
-<glyph unicode="&#xe93f;" glyph-name="square-left-16" d="M224 844.8h576c52.907 0 96-43.093 96-96v-576c0-52.907-43.093-96-96-96h-576c-52.907 0-96 43.093-96 96v576c0 52.907 43.093 96 96 96zM800 140.8c17.707 0 32 14.4 32 32v576c0 17.6-14.293 32-32 32h-576c-17.707 0-32-14.4-32-32v-576c0-17.6 14.293-32 32-32h576zM608 652.8c9.173 0 18.24-3.947 24.64-11.52 11.307-13.547 9.493-33.707-4.053-45.013l-162.56-135.467 162.453-135.467c13.547-11.307 15.36-31.467 4.053-45.013s-31.467-15.36-45.12-4.053l-192 160c-7.253 6.080-11.52 15.040-11.52 24.533s4.267 18.453 11.52 24.533l192 160c6.080 5.013 13.333 7.467 20.587 7.467z" />
-<glyph unicode="&#xe940;" glyph-name="square-right-16" d="M800 76.8h-576c-52.907 0-96 43.093-96 96v576c0 52.907 43.093 96 96 96h576c52.907 0 96-43.093 96-96v-576c0-52.907-43.093-96-96-96zM224 780.8c-17.707 0-32-14.4-32-32v-576c0-17.6 14.293-32 32-32h576c17.707 0 32 14.4 32 32v576c0 17.6-14.293 32-32 32h-576zM416 268.8c-9.173 0-18.24 3.947-24.64 11.52-11.307 13.547-9.493 33.707 4.053 45.013l162.453 135.467-162.347 135.467c-13.547 11.307-15.36 31.467-4.053 45.013s31.467 15.36 45.12 4.053l192-160c7.253-6.080 11.52-15.040 11.52-24.533s-4.267-18.453-11.52-24.533l-192-160c-6.080-5.013-13.333-7.467-20.587-7.467z" />
-<glyph unicode="&#xe941;" glyph-name="square-up-16" d="M896 748.8v-576c0-52.907-43.093-96-96-96h-576c-52.907 0-96 43.093-96 96v576c0 52.907 43.093 96 96 96h576c52.907 0 96-43.093 96-96zM192 172.8c0-17.707 14.4-32 32-32h576c17.6 0 32 14.293 32 32v576c0 17.707-14.4 32-32 32h-576c-17.6 0-32-14.293-32-32v-576zM704 364.8c0-9.173-3.947-18.24-11.52-24.64-13.547-11.307-33.707-9.493-45.013 4.053l-135.467 162.56-135.467-162.453c-11.307-13.547-31.467-15.36-45.013-4.053s-15.36 31.467-4.053 45.12l160 192c6.080 7.253 15.040 11.52 24.533 11.52s18.453-4.267 24.533-11.52l160-192c5.013-6.080 7.467-13.333 7.467-20.587z" />
-<glyph unicode="&#xe942;" glyph-name="start-16" d="M768 460.8c0 9.813-4.48 19.093-12.267 25.173l-448 352c-9.6 7.467-22.72 8.96-33.707 3.52-10.987-5.333-18.027-16.533-18.027-28.8v-704c0-12.267 7.040-23.467 18.027-28.8 4.48-2.24 9.28-3.2 13.973-3.2 7.040 0 13.973 2.347 19.733 6.827l448 352c7.787 6.187 12.267 15.467 12.267 25.28zM320 174.613v572.373l364.16-286.187-364.16-286.187z" />
-<glyph unicode="&#xe943;" glyph-name="stop-16" d="M832 236.8v448c0 52.907-43.093 96-96 96h-448c-52.907 0-96-43.093-96-96v-448c0-52.907 43.093-96 96-96h448c52.907 0 96 43.093 96 96zM256 236.8v448c0 17.6 14.4 32 32 32h448c17.6 0 32-14.4 32-32v-448c0-17.6-14.4-32-32-32h-448c-17.6 0-32 14.4-32 32z" />
-<glyph unicode="&#xe944;" glyph-name="sucess-16" d="M446.187 308.8c-8.213 0-16.213 3.2-22.187 8.96l-158.187 152c-12.693 12.267-13.12 32.533-0.853 45.227s32.533 13.12 45.227 0.853l133.013-127.787 203.947 252.8c11.093 13.76 31.253 15.893 45.013 4.8s15.893-31.253 4.8-45.013l-225.92-279.893c-5.653-6.933-13.973-11.307-22.933-11.84-0.64-0.107-1.28-0.107-1.92-0.107zM480 76.8c-56.107 0-110.613 10.987-161.92 32.747-49.493 20.907-93.973 50.987-132.267 89.173-38.187 38.187-68.16 82.667-89.173 132.267-21.653 51.2-32.64 105.707-32.64 161.813s10.987 110.613 32.747 161.92c20.907 49.493 50.987 93.973 89.173 132.267 38.187 38.187 82.667 68.16 132.267 89.173 51.2 21.653 105.707 32.64 161.813 32.64s110.613-10.987 161.92-32.747c49.493-20.907 93.973-50.987 132.267-89.173 38.187-38.187 68.16-82.667 89.173-132.267 21.653-51.2 32.64-105.707 32.64-161.813s-10.987-110.613-32.747-161.92c-20.907-49.493-50.987-93.973-89.173-132.267s-82.667-68.16-132.267-89.173c-51.2-21.653-105.707-32.64-161.813-32.64zM480 844.8c-194.133 0-352-157.867-352-352s157.867-352 352-352 352 157.867 352 352-157.867 352-352 352z" />
-<glyph unicode="&#xe945;" glyph-name="sucess-f-20" d="M486.080 921.6c-239.787 0-434.133-194.347-434.133-434.133s194.347-434.133 434.133-434.133 434.133 194.347 434.133 434.133-194.453 434.133-434.133 434.133zM705.707 626.667l-278.933-340.693-168.747 183.893c-9.6 10.453-8.853 26.56 1.6 36.16 10.453 9.493 26.56 8.853 36.16-1.6l128.853-140.373 241.6 295.040c8.96 10.987 25.067 12.587 36.053 3.627 10.773-8.96 12.373-25.067 3.413-36.053z" />
-<glyph unicode="&#xe946;" glyph-name="three-grid-16" d="M160 76.8h64c56.533 0 96 39.467 96 96v576c0 56.533-39.467 96-96 96h-64c-56.533 0-96-39.467-96-96v-576c0-56.533 39.467-96 96-96zM128 748.8c0 20.587 11.413 32 32 32h64c20.587 0 32-11.413 32-32v-576c0-20.587-11.413-32-32-32h-64c-20.587 0-32 11.413-32 32v576zM480 76.8h64c56.533 0 96 39.467 96 96v576c0 56.533-39.467 96-96 96h-64c-56.533 0-96-39.467-96-96v-576c0-56.533 39.467-96 96-96zM448 748.8c0 20.587 11.413 32 32 32h64c20.587 0 32-11.413 32-32v-576c0-20.587-11.413-32-32-32h-64c-20.587 0-32 11.413-32 32v576zM864 844.8h-64c-56.533 0-96-39.467-96-96v-576c0-56.533 39.467-96 96-96h64c56.533 0 96 39.467 96 96v576c0 56.533-39.467 96-96 96zM896 172.8c0-20.587-11.413-32-32-32h-64c-20.587 0-32 11.413-32 32v576c0 20.587 11.413 32 32 32h64c20.587 0 32-11.413 32-32v-576z" />
-<glyph unicode="&#xe947;" glyph-name="three-grid-f-16" d="M160 108.8h64c38.4 0 64 25.6 64 64v576c0 38.4-25.6 64-64 64h-64c-38.4 0-64-25.6-64-64v-576c0-38.4 25.6-64 64-64zM480 108.8h64c38.4 0 64 25.6 64 64v576c0 38.4-25.6 64-64 64h-64c-38.4 0-64-25.6-64-64v-576c0-38.4 25.6-64 64-64zM800 108.8h64c38.4 0 64 25.6 64 64v576c0 38.4-25.6 64-64 64h-64c-38.4 0-64-25.6-64-64v-576c0-38.4 25.6-64 64-64z" />
-<glyph unicode="&#xe948;" glyph-name="unlock-16" d="M512 780.8c27.947 0 54.507-8.853 76.8-25.6 14.293-10.667 34.24-7.787 44.8 6.4 10.667 14.080 7.787 34.24-6.293 44.8-33.493 25.173-73.28 38.4-115.2 38.4-105.92 0-192-86.080-192-192v-64h-32c-52.907 0-96-43.093-96-96v-320c0-52.907 43.093-96 96-96h448c52.907 0 96 43.093 96 96v320c0 52.907-43.093 96-96 96h-352.107v64c0 70.613 57.387 128 128 128zM768 492.8v-320c0-17.707-14.4-32-32-32h-448c-17.6 0-32 14.293-32 32v320c0 17.707 14.4 32 32 32h448c17.6 0 32-14.293 32-32zM512 204.8c70.613 0 128 57.387 128 128s-57.387 128-128 128-128-57.387-128-128 57.387-128 128-128zM512 396.8c35.307 0 64-28.693 64-64s-28.693-64-64-64-64 28.693-64 64 28.693 64 64 64z" />
-<glyph unicode="&#xe949;" glyph-name="up-16" d="M310.613 342.187l233.387 233.387 233.387-233.387c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-256 256c-12.48 12.48-32.747 12.48-45.227 0l-256-256c-12.48-12.48-12.48-32.747 0-45.227s32.747-12.48 45.227 0z" />
-<glyph unicode="&#xe94a;" glyph-name="upload-16" d="M512 204.373c17.707 0 32 14.293 32 32v525.867l169.707-164.8c6.293-6.080 14.293-9.067 22.293-9.067 8.32 0 16.64 3.2 22.933 9.707 12.267 12.693 12.053 32.853-0.64 45.227l-178.453 173.333c-18.56 18.56-42.987 27.84-67.307 28.053-0.213 0-0.32 0.107-0.533 0.107-0.96 0-1.813-0.427-2.773-0.533-23.573-0.64-46.933-9.387-64.747-27.2l-178.773-173.653c-12.693-12.373-12.907-32.64-0.64-45.227 12.373-12.693 32.64-13.013 45.227-0.64l169.707 164.8v-525.867c0-17.707 14.293-32.107 32-32.107zM864 396.8c-17.707 0-32-14.293-32-32v-224h-640v224c0 17.707-14.293 32-32 32s-32-14.293-32-32v-256c0-17.707 14.293-32 32-32h704c17.707 0 32 14.293 32 32v256c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe94b;" glyph-name="user-20" d="M805.227 336.107c-43.307 37.973-94.4 66.56-150.080 84.587 18.133 11.093 34.987 24.427 50.453 39.893 51.733 51.733 80.107 120.427 80.107 193.493s-28.48 141.867-80.107 193.493c-51.733 51.733-120.533 80.107-193.6 80.107s-141.867-28.48-193.493-80.107c-51.733-51.733-80.107-120.427-80.107-193.493s28.48-141.867 80.107-193.493c15.36-15.36 32.32-28.693 50.453-39.893-55.68-18.027-106.773-46.507-150.080-84.587-38.613-33.813-68.907-73.387-90.133-117.44-22.293-45.973-33.493-94.933-33.493-145.387 0-17.707 14.293-32 32-32s32 14.293 32 32c0 168.533 158.293 305.6 352.853 305.6s352.853-137.067 352.853-305.6c0-17.707 14.293-32 32-32s32 14.293 32 32c0 50.453-11.2 99.307-33.387 145.28-21.44 44.16-51.84 83.733-90.347 117.547zM302.293 654.080c0 115.627 94.080 209.707 209.707 209.707s209.707-94.080 209.707-209.707-94.080-209.707-209.707-209.707-209.707 94.080-209.707 209.707z" />
-<glyph unicode="&#xe94c;" glyph-name="warning-16" d="M484.373 53.333c239.787 0 434.133 194.347 434.133 434.133s-194.347 434.133-434.133 434.133-434.133-194.347-434.133-434.133 194.347-434.133 434.133-434.133zM460.8 693.227c0 14.187 11.413 25.6 25.6 25.6s25.6-11.413 25.6-25.6v-286.72c0-14.187-11.413-25.6-25.6-25.6s-25.6 11.413-25.6 25.6v286.72zM486.4 332.8c21.227 0 38.4-17.173 38.4-38.4s-17.173-38.4-38.4-38.4c-21.227 0-38.4 17.173-38.4 38.4s17.173 38.4 38.4 38.4z" />
-<glyph unicode="&#xe94d;" glyph-name="warning-f-20" d="M512 894.933c-239.787 0-434.133-194.347-434.133-434.133s194.347-434.133 434.133-434.133 434.133 194.347 434.133 434.133-194.347 434.133-434.133 434.133zM485.013 666.667c0 14.187 11.413 25.6 25.6 25.6s25.6-11.413 25.6-25.6v-286.72c0-14.187-11.413-25.6-25.6-25.6s-25.6 11.413-25.6 25.6v286.72zM510.613 229.333c-21.227 0-38.4 17.173-38.4 38.4s17.173 38.4 38.4 38.4 38.4-17.173 38.4-38.4-17.173-38.4-38.4-38.4z" />
-<glyph unicode="&#xe94e;" glyph-name="zoom-in-16" d="M481.067 136.747c85.44 0 163.947 30.72 224.96 81.6l134.933-132.8c6.293-6.080 14.293-9.173 22.4-9.173 8.213 0 16.533 3.2 22.827 9.6 12.373 12.587 12.267 32.853-0.427 45.227l-134.507 132.373c50.987 61.12 81.813 139.627 81.813 225.173 0 194.133-157.973 352-352 352s-352-157.867-352-352 157.973-352 352-352zM481.067 776.747c158.827 0 288-129.173 288-288s-129.173-288-288-288-288 129.173-288 288 129.173 288 288 288zM350.293 458.027h256c17.707 0 32 14.293 32 32s-14.293 32-32 32h-256c-17.707 0-32-14.293-32-32s14.293-32 32-32z" />
-<glyph unicode="&#xe94f;" glyph-name="zoom-out-16" d="M481.067 844.693c-194.133 0-352-157.867-352-352s157.867-352 352-352c85.867 0 164.48 30.933 225.707 82.24l132.907-137.067c6.293-6.507 14.613-9.707 22.933-9.707 8 0 16.107 2.987 22.293 9.067 12.693 12.267 13.013 32.533 0.64 45.227l-133.653 137.813c50.56 61.013 81.067 139.2 81.067 224.427 0.107 194.133-157.867 352-351.893 352zM193.067 492.693c0 158.827 129.173 288 288 288s288-129.173 288-288-129.173-288-288-288-288 129.28-288 288zM606.187 525.973h-95.147v89.6c0 17.707-14.293 32-32 32s-32-14.293-32-32v-89.6h-96.853c-17.707 0-32-14.293-32-32s14.293-32 32-32h96.853v-102.4c0-17.707 14.293-32 32-32s32 14.293 32 32v102.4h95.147c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe950;" glyph-name="zoom-overview-16" d="M97.6 719.253c17.707 0 32 14.293 32 32v94.4h94.4c17.707 0 32 14.293 32 32s-14.293 32-32 32h-126.4c-17.707 0-32-14.293-32-32v-126.4c0-17.707 14.293-32 32-32zM933.973 199.573c-17.707 0-32-14.293-32-32v-94.4h-94.4c-17.707 0-32-14.293-32-32s14.293-32 32-32h126.4c17.707 0 32 14.293 32 32v126.4c0 17.707-14.293 32-32 32zM807.573 845.653h94.4v-94.4c0-17.707 14.293-32 32-32s32 14.293 32 32v126.4c0 17.707-14.293 32-32 32h-126.4c-17.707 0-32-14.293-32-32s14.293-32 32-32zM97.6 9.173h126.4c17.707 0 32 14.293 32 32s-14.293 32-32 32h-94.4v94.4c0 17.707-14.293 32-32 32s-32-14.293-32-32v-126.4c0-17.707 14.293-32 32-32zM227.413 779.84c-17.707 0-32-14.293-32-32v-576c0-17.707 14.293-32 32-32h576c17.707 0 32 14.293 32 32v576c0 17.707-14.293 32-32 32h-576zM771.413 715.84v-318.080l-149.867 134.187c-10.24 8.96-24.853 10.773-36.8 4.267l-325.333-178.56v358.187h512zM259.413 203.84v80.853l336.32 184.427 175.68-157.333v-107.947h-512zM451.52 590.72c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64s64-28.654 64-64z" />
-<glyph unicode="&#xe951;" glyph-name="zoom-reset-16" d="M355.84 649.493c-17.707 0-32-14.293-32-32v-320c0-17.707 14.293-32 32-32h320c17.707 0 32 14.293 32 32v320c0 17.707-14.293 32-32 32h-320zM643.84 329.493h-256v256h256v-256zM65.813 749.227c0-17.707 14.293-32 32-32h130.56c17.707 0 32 14.293 32 32v126.293c0 17.707-14.293 32-32 32s-32-14.293-32-32v-55.36l-74.773 79.68c-12.053 12.907-32.32 13.44-45.227 1.493-12.907-12.16-13.547-32.427-1.387-45.227l70.293-74.88h-47.467c-17.707 0-32-14.4-32-32zM829.333 878.827c0 17.707-14.293 32-32 32s-32-14.293-32-32v-130.56c0-17.707 14.293-32 32-32h126.4c17.707 0 32 14.293 32 32s-14.293 32-32 32h-55.36l79.68 74.773c12.907 12.053 13.547 32.32 1.387 45.227-12.053 12.8-32.32 13.44-45.227 1.387l-74.88-70.293v47.467zM958.187 172.373c0 17.707-14.293 32-32 32h-130.56c-17.707 0-32-14.293-32-32v-126.4c0-17.707 14.293-32 32-32s32 14.293 32 32v55.36l74.773-79.68c6.293-6.72 14.827-10.133 23.36-10.133 7.893 0 15.68 2.88 21.867 8.64 12.907 12.16 13.547 32.427 1.387 45.227l-70.293 74.88h47.467c17.707 0.107 32 14.507 32 32.107zM194.667 42.773c0-17.707 14.293-32 32-32s32 14.293 32 32v130.56c0 17.707-14.293 32-32 32h-126.4c-17.707 0-32-14.293-32-32s14.293-32 32-32h55.36l-79.68-74.773c-12.907-12.053-13.547-32.32-1.387-45.227 6.293-6.72 14.827-10.133 23.36-10.133 7.893 0 15.68 2.88 21.867 8.64l74.88 70.293v-47.36z" />
-<glyph unicode="&#xe952;" glyph-name="config-auto-discover-16" d="M713.387 299.947c33.707 43.307 54.613 97.067 54.613 156.16 0 141.227-114.773 256-256 256s-256-114.773-256-256 114.773-256 256-256c59.093 0 112.853 20.907 156.16 54.613l100.48-100.48c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-100.48 100.48zM512 264c-105.92 0-192 86.080-192 192s86.080 192 192 192 192-86.080 192-192-86.080-192-192-192zM512 104c-194.027 0-352 157.973-352 352 0 17.707-14.293 32-32 32s-32-14.293-32-32c0-229.333 186.667-416 416-416 17.707 0 32 14.293 32 32s-14.293 32-32 32zM512 872c-17.707 0-32-14.293-32-32s14.293-32 32-32c194.027 0 352-157.973 352-352 0-17.707 14.293-32 32-32s32 14.293 32 32c0 229.44-186.667 416-416 416z" />
-<glyph unicode="&#xe953;" glyph-name="config-backup-16" d="M777.707 732.267c-72.533 72.533-168.96 112.533-271.467 112.533s-199.040-39.893-271.573-112.533c-9.92-9.92-18.453-20.8-27.2-31.68l-9.92 71.573c-2.453 17.6-18.987 29.653-36.16 27.2-17.493-2.453-29.653-18.56-27.2-36.16l22.4-160.853c2.24-16.107 15.893-27.627 31.573-27.627 1.493 0 2.987 0.107 4.48 0.32l160.96 22.4c17.493 2.453 29.653 18.56 27.2 36.16s-18.88 29.653-36.16 27.2l-98.453-13.653c10.133 14.080 21.227 27.52 33.6 39.893 60.48 60.48 140.8 93.76 226.24 93.76s165.76-33.28 226.24-93.76 93.76-140.8 93.76-226.24-33.28-165.76-93.76-226.24-140.693-93.76-226.027-93.76-165.76 33.28-226.24 93.76c-39.787 39.787-68.48 89.28-82.88 143.253-4.587 16.96-21.973 26.987-39.147 22.72-17.067-4.587-27.2-22.080-22.72-39.147 17.387-64.853 51.733-124.267 99.52-172.053 72.533-72.533 168.96-112.533 271.467-112.533s199.040 39.893 271.467 112.533c72.533 72.533 112.533 168.96 112.533 271.467s-40 199.040-112.533 271.467zM480 652.8c-17.707 0-32-14.293-32-32v-192c0-5.76 1.6-11.52 4.587-16.427l96-160c5.973-10.027 16.64-15.573 27.413-15.573 5.653 0 11.307 1.387 16.427 4.587 15.147 9.067 20.16 28.8 10.987 43.84l-91.413 152.427v183.147c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe954;" glyph-name="config-script-16" d="M800 844.8h-512c-52.907 0-96-43.093-96-96v-416h-32c-52.907 0-96-43.093-96-96v-64c0-52.907 43.093-96 96-96h512c52.907 0 96 43.093 96 96v416h32c52.907 0 96 43.093 96 96v64c0 52.907-43.093 96-96 96zM288 140.8h-128c-17.707 0-32 14.4-32 32v64c0 17.6 14.293 32 32 32h384c17.707 0 32-14.4 32-32v-64c0-11.307 2.347-21.973 5.867-32h-293.867zM704 172.8c0-17.6-14.293-32-32-32s-32 14.4-32 32v64c0 52.907-43.093 96-96 96h-288v416c0 17.6 14.293 32 32 32h421.867c-3.627-10.027-5.867-20.693-5.867-32v-576zM832 684.8c0-17.6-14.293-32-32-32h-32v96c0 17.6 14.293 32 32 32s32-14.4 32-32v-64zM608 652.8h-256c-17.707 0-32-14.293-32-32s14.293-32 32-32h256c17.707 0 32 14.293 32 32s-14.293 32-32 32zM608 524.8h-256c-17.707 0-32-14.293-32-32s14.293-32 32-32h256c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe955;" glyph-name="console-16" d="M868.373 840.64h-712.96c-25.28 0-49.707-11.947-66.773-32.853-15.893-19.307-24.64-44.693-24.64-71.467v-433.387c0-26.773 8.747-52.16 24.64-71.467 17.173-20.907 41.493-32.853 66.773-32.853h712.96c25.28 0 49.6 11.947 66.88 32.747 16 19.307 24.747 44.8 24.747 71.467v433.6c0 26.773-8.747 52.16-24.747 71.467-17.173 20.8-41.6 32.747-66.88 32.747zM896 302.933c0-21.867-12.693-40.213-27.627-40.213h-712.96c-14.827 0-27.413 18.453-27.413 40.213v433.493c0 21.867 12.587 40.32 27.413 40.32h712.96c14.72 0 27.627-18.88 27.627-40.32v-433.493zM688.64 72.64c17.707 0 32 14.293 32 32s-14.293 32-32 32h-353.28c-17.707 0-32-14.293-32-32s14.293-32 32-32h353.28zM289.92 584.64c-17.707 0-32-14.293-32-32v-128c0-17.707 14.293-32 32-32s32 14.293 32 32v128c0 17.707-14.293 32-32 32zM544 712.64c-17.707 0-32-14.293-32-32v-256.107c0-17.707 14.293-32 32-32s32 14.293 32 32v256.107c0 17.707-14.293 32-32 32zM672.96 584.64c-17.707 0-32-14.293-32-32v-128c0-17.707 14.293-32 32-32s32 14.293 32 32v128c0 17.707-14.293 32-32 32zM417.92 648.64c-17.707 0-32-14.293-32-32v-192c0-17.707 14.293-32 32-32s32 14.293 32 32v192c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe956;" glyph-name="fm-acknownledge-16" d="M625.493 103.893c0.32-0.32 0.64-0.64 0.853-0.96 16.853-16.853 39.253-26.133 63.147-26.133s46.293 9.28 63.147 26.133c0.96 0.96 1.92 2.027 2.773 3.2l133.973 175.253c10.773 14.080 8.107 34.133-5.973 44.907s-34.133 8.107-44.907-5.973l-132.373-173.227c-4.587-4.053-10.453-6.293-16.64-6.293-6.613 0-12.8 2.453-17.493 7.040l-72.427 78.613c-11.947 13.013-32.213 13.867-45.227 1.813-13.013-11.947-13.867-32.213-1.813-45.227l72.96-79.147zM800 844.8h-576c-52.907 0-96-43.093-96-96v-576c0-52.907 43.093-96 96-96h256c17.707 0 32 14.293 32 32s-14.293 32-32 32h-256c-17.6 0-32 14.4-32 32v576c0 17.6 14.4 32 32 32h576c17.6 0 32-14.4 32-32v-320c0-17.707 14.293-32 32-32s32 14.293 32 32v320c0 52.907-43.093 96-96 96zM352 588.8h320c17.707 0 32 14.293 32 32s-14.293 32-32 32h-320c-17.707 0-32-14.293-32-32s14.293-32 32-32zM352 396.8h320c17.707 0 32 14.293 32 32s-14.293 32-32 32h-320c-17.707 0-32-14.293-32-32s14.293-32 32-32z" />
-<glyph unicode="&#xe957;" glyph-name="fm-alarm-16" d="M897.92 296.32c-17.173 27.307-40.64 48.107-65.92 67.733v176.747c0 62.080-19.627 121.173-56.747 170.773-32.533 43.413-75.84 76.48-126.187 96.107-8 25.707-23.147 48.853-43.733 66.56-25.92 22.293-59.093 34.56-93.333 34.56s-67.413-12.267-93.44-34.56c-20.587-17.707-35.733-40.853-43.733-66.56-50.24-19.733-93.653-52.693-126.187-96.107-37.013-49.6-56.64-108.693-56.64-170.773v-176.853c-25.28-19.627-48.853-40.427-65.92-67.733-20.587-32.64-30.080-71.787-30.080-123.413 0-17.707 14.293-32 32-32h202.987c11.52-32.533 31.893-61.76 58.773-84.053 34.24-28.373 77.653-43.947 122.24-43.947s88 15.573 122.24 43.947c26.88 22.293 47.253 51.52 58.773 84.053h202.987c17.707 0 32 14.293 32 32 0 51.627-9.493 90.773-30.080 123.52zM512 76.8c-46.507 0-88.427 25.387-110.827 64h221.653c-22.4-38.613-64.32-64-110.827-64zM161.707 204.8c6.827 58.773 34.56 82.453 81.493 117.76 8 6.080 12.8 15.467 12.8 25.6v192.64c0 96.853 62.613 182.080 155.733 212.053 11.413 3.627 19.733 13.333 21.76 25.173 6.507 38.613 39.573 66.773 78.613 66.773s72.107-28.053 78.613-66.773c2.027-11.84 10.347-21.547 21.76-25.173 93.12-29.973 155.733-115.307 155.733-212.053v-192.64c0-10.027 4.693-19.52 12.8-25.6 46.933-35.307 74.667-58.987 81.493-117.76h-700.8z" />
-<glyph unicode="&#xe958;" glyph-name="fm-alarm-box-16" d="M960 684.8v0c0 0 0 0 0 0 0 0.64 0 1.067 0 1.6 0 0.107 0 0.107 0 0.213 0 0.427-0.107 0.96-0.107 1.387 0 0.107 0 0.213 0 0.32 0 0.427-0.107 0.853-0.107 1.28 0 0.107 0 0.32-0.107 0.427-0.107 0.32-0.107 0.747-0.213 1.067 0 0.213-0.107 0.427-0.107 0.533-0.107 0.32-0.107 0.64-0.213 0.96-0.107 0.213-0.107 0.427-0.213 0.747-0.107 0.213-0.107 0.533-0.213 0.747-0.107 0.32-0.213 0.533-0.213 0.853-0.107 0.213-0.107 0.427-0.213 0.64-0.107 0.32-0.213 0.64-0.32 0.96-0.107 0.213-0.107 0.32-0.213 0.533-0.107 0.32-0.32 0.64-0.427 1.067-0.107 0.107-0.107 0.213-0.213 0.427-0.213 0.427-0.427 0.747-0.533 1.173 0 0.107-0.107 0.213-0.107 0.213-0.213 0.427-0.427 0.853-0.747 1.28 0 0 0 0.107-0.107 0.107-0.32 0.427-0.533 0.96-0.853 1.387 0 0 0 0 0 0v0c0 0.107-0.107 0.107-0.107 0.213l-128 191.573c-5.973 8.96-16 14.293-26.667 14.293h-576c-10.667 0-20.693-5.333-26.667-14.293l-127.787-191.787c0-0.107-0.107-0.107-0.107-0.213v0c0 0 0 0 0 0-0.32-0.427-0.533-0.853-0.853-1.387 0 0 0-0.107-0.107-0.107-0.213-0.427-0.533-0.853-0.747-1.28 0-0.107-0.107-0.213-0.107-0.213-0.213-0.427-0.427-0.747-0.533-1.173-0.107-0.107-0.107-0.213-0.213-0.427-0.107-0.32-0.32-0.64-0.427-1.067-0.107-0.213-0.107-0.32-0.213-0.533-0.107-0.32-0.213-0.64-0.32-0.96-0.107-0.213-0.107-0.427-0.213-0.64-0.107-0.32-0.213-0.533-0.213-0.853-0.107-0.213-0.107-0.533-0.213-0.747s-0.107-0.427-0.213-0.747c-0.107-0.32-0.107-0.64-0.213-0.96 0-0.213-0.107-0.427-0.107-0.533-0.107-0.32-0.107-0.747-0.213-1.067 0-0.107 0-0.32-0.107-0.427-0.107-0.427-0.107-0.853-0.107-1.28 0-0.107 0-0.213 0-0.32 0-0.427-0.107-0.96-0.107-1.387 0-0.107 0-0.107 0-0.213 0-0.533 0-1.067 0-1.6 0 0 0 0 0 0v0c0-0.107 0-0.107 0-0.213v-575.573c0-17.707 14.293-32 32-32h832c17.707 0 32 14.293 32 32v575.787c-0.213 0-0.213 0.107-0.213 0.213zM896 140.8h-768v512h128c17.707 0 32 14.293 32 32s-14.293 32-32 32h-100.16l85.333 128h541.76l85.333-128h-100.267c-17.707 0-32-14.293-32-32s14.293-32 32-32h128v-512zM705.387 469.867v115.093c0 63.253-42.133 119.253-106.56 143.68-14.613 31.147-48.32 52.16-86.827 52.16s-72.213-21.013-86.827-52.16c-64.427-24.427-106.56-80.427-106.56-143.68v-115.093c-3.733-1.6-7.787-3.093-11.84-4.693-16.96-6.507-36.16-13.973-52.16-28.053-20.373-17.92-30.613-42.24-30.613-72.32 0-17.707 14.293-32 32-32h112.853c8-71.893 69.12-128 143.147-128s135.147 56.107 143.147 128h112.853c17.707 0 32 14.293 32 32 0 30.080-10.24 54.4-30.613 72.32-16 14.080-35.2 21.547-52.16 28.053-4.053 1.6-8.107 3.093-11.84 4.693zM512 268.8c-38.613 0-70.933 27.52-78.4 64h156.8c-7.467-36.48-39.787-64-78.4-64zM309.227 396.8c5.44 2.667 12.267 5.44 20.587 8.64 12.8 4.907 26.027 10.027 38.293 18.027 9.067 5.867 14.507 16 14.507 26.773v134.72c0 39.573 30.72 74.667 76.373 87.467 11.627 3.307 20.48 12.907 22.827 24.747 1.813 9.6 13.653 19.627 30.293 19.627s28.48-10.027 30.293-19.627c2.24-11.947 11.093-21.44 22.827-24.747 45.653-12.8 76.373-48 76.373-87.467v-134.613c0-10.773 5.44-20.907 14.507-26.773 12.267-8 25.493-13.12 38.293-18.027 8.32-3.2 15.147-5.973 20.587-8.64h-405.76z" />
-<glyph unicode="&#xe959;" glyph-name="fm-alarm-code-16" d="M544 364.8c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM862.933 844.8h-701.867c-18.24 0-33.067-14.827-33.067-33.067v-701.867c0-18.24 14.827-33.067 33.067-33.067h701.867c18.24 0 33.067 14.827 33.067 33.067v701.867c0 18.24-14.827 33.067-33.067 33.067zM832 140.8h-640v640h640v-640zM352 204.8h320c17.707 0 32 14.293 32 32s-14.293 32-32 32h-320c-17.707 0-32-14.293-32-32s14.293-32 32-32zM512 460.8c17.707 0 32 14.293 32 32v192c0 17.707-14.293 32-32 32s-32-14.293-32-32v-192c0-17.707 14.293-32 32-32z" />
-<glyph unicode="&#xe95a;" glyph-name="fm-alarm-turn-16" d="M598.827 696.64c-14.613 31.147-48.32 52.16-86.827 52.16s-72.213-21.013-86.827-52.16c-64.427-24.427-106.56-80.427-106.56-143.68v-115.093c-3.733-1.6-7.787-3.093-11.84-4.693-16.96-6.507-36.16-13.973-52.16-28.053-20.373-17.92-30.613-42.24-30.613-72.32 0-17.707 14.293-32 32-32h112.853c8-71.893 69.12-128 143.147-128s135.147 56.107 143.147 128h112.853c17.707 0 32 14.293 32 32 0 30.080-10.24 54.4-30.613 72.32-16 14.080-35.2 21.547-52.16 28.053-4.053 1.6-8.107 3.093-11.84 4.693v115.093c0 63.253-42.133 119.253-106.56 143.68zM512 236.8c-38.613 0-70.933 27.52-78.4 64h156.8c-7.467-36.48-39.787-64-78.4-64zM714.773 364.8h-405.547c5.44 2.667 12.267 5.44 20.587 8.64 12.8 4.907 26.027 10.027 38.293 18.027 9.067 5.867 14.507 16 14.507 26.773v134.72c0 39.573 30.72 74.667 76.373 87.467 11.627 3.307 20.48 12.907 22.827 24.747 1.813 9.6 13.653 19.627 30.293 19.627s28.48-10.027 30.293-19.627c2.24-11.947 11.093-21.44 22.827-24.747 45.653-12.8 76.373-48 76.373-87.467v-134.613c0-10.773 5.44-20.907 14.507-26.773 12.267-8 25.493-13.12 38.293-18.027 8.107-3.307 14.827-6.080 20.373-8.747zM913.28 352.32c-16.64 5.973-34.987-2.773-40.853-19.413-54.507-153.173-199.36-256.107-360.427-256.107s-305.92 102.933-360.427 256c-5.867 16.64-24.213 25.387-40.853 19.413-16.64-5.867-25.387-24.213-19.413-40.853 15.253-42.987 36.907-83.307 64.32-119.787 27.2-36.267 59.52-68.053 96-94.507 76.053-55.147 166.187-84.267 260.373-84.267 94.293 0 184.32 29.12 260.373 84.267 36.48 26.453 68.8 58.24 96 94.507 0.747 0.96 1.387 1.92 2.133 2.987v-53.76c0-17.707 14.293-32 32-32s32 14.293 32 32v176c0 0.853 0 1.707-0.107 2.56 1.28 14.187-7.147 27.947-21.12 32.96zM868.373 730.027c-27.2 36.267-59.52 68.053-96 94.507-76.053 55.147-166.080 84.267-260.373 84.267s-184.32-29.12-260.373-84.267c-36.48-26.453-68.8-58.24-96-94.507-2.347-3.093-4.587-6.293-6.933-9.493v54.933c0 17.707-14.293 32-32 32s-32-14.293-32-32v-176c0-17.707 14.293-32 32-32 0.747 0 1.493 0 2.347 0.107 14.080-1.067 27.627 7.253 32.533 21.227 54.507 153.067 199.36 256 360.427 256s305.92-102.933 360.427-256c4.693-13.12 16.96-21.333 30.187-21.333 3.52 0 7.147 0.64 10.667 1.813 16.64 5.867 25.387 24.213 19.413 40.853-15.253 42.987-36.907 83.307-64.32 119.893z" />
-<glyph unicode="&#xe95b;" glyph-name="fm-current-alarm-16" d="M832 363.947v176.853c0 118.613-72.747 223.68-182.827 266.88-18.347 59.627-73.28 101.12-137.173 101.12s-118.827-41.493-137.173-101.12c-110.080-43.2-182.827-148.267-182.827-266.88v-176.853c-56.853-44.267-96-88.213-96-191.147 0-17.707 14.293-32 32-32h203.52c26.773-75.413 98.667-128 180.48-128s153.707 52.587 180.48 128h203.52c17.707 0 32 14.293 32 32 0 102.933-39.147 146.88-96 191.147zM512 76.8c-46.507 0-88.213 25.493-110.613 64h221.227c-22.4-38.507-64.107-64-110.613-64zM161.707 204.8c6.933 58.667 34.56 82.453 81.6 117.76 8 6.080 12.8 15.467 12.8 25.6v192.64c0 96.853 62.613 182.080 155.733 212.16 11.413 3.627 19.733 13.333 21.76 25.173 6.507 38.72 39.467 66.773 78.613 66.773s72.107-28.053 78.613-66.773c1.92-11.733 10.347-21.547 21.76-25.173 93.12-30.080 155.733-115.307 155.733-212.16v-192.64c0-10.027 4.693-19.52 12.8-25.6 46.933-35.413 74.667-59.093 81.6-117.76h-701.013zM512 652.8c-88.213 0-160-71.787-160-160s71.787-160 160-160 160 71.787 160 160-71.787 160-160 160zM512 396.8c-52.907 0-96 43.093-96 96s43.093 96 96 96 96-43.093 96-96-43.093-96-96-96z" />
-<glyph unicode="&#xe95c;" glyph-name="fm-group-16" d="M844.587 417.707c-15.36 8.747-34.88 3.307-43.627-12.053s-3.307-34.88 12.053-43.627c12.053-6.827 18.987-17.493 18.987-29.227s-6.933-22.4-18.88-29.12l-285.333-161.707c-9.707-5.547-21.867-5.547-31.573 0l-285.333 161.707c-11.947 6.72-18.88 17.387-18.88 29.12s6.933 22.4 18.88 29.12c15.36 8.747 20.8 28.267 12.053 43.627s-28.267 20.8-43.627 12.053c-32.107-18.133-51.307-49.92-51.307-84.8s19.2-66.667 51.413-84.907l285.333-161.6c14.613-8.32 30.933-12.373 47.36-12.373 16.32 0 32.747 4.16 47.36 12.373l285.333 161.6c32 18.24 51.2 50.027 51.2 84.907s-19.2 66.667-51.413 84.907zM177.067 505.28l287.68-162.987c14.613-8.32 30.933-12.373 47.36-12.373 16.32 0 32.747 4.16 47.36 12.373l287.467 162.987c30.507 17.28 48.64 48.533 48.64 83.52s-18.24 66.24-48.64 83.52l-287.573 162.987c-29.227 16.533-65.493 16.533-94.613 0l-287.68-162.987c-30.507-17.28-48.64-48.533-48.64-83.52s18.133-66.24 48.64-83.52zM208.533 616.64l287.68 162.987c4.907 2.773 10.347 4.16 15.787 4.16s10.88-1.387 15.787-4.16l287.68-162.987c14.613-8.32 16.213-22.187 16.213-27.84s-1.6-19.52-16.213-27.84l-287.68-162.987c-9.707-5.547-21.867-5.547-31.573 0 0 0 0 0 0 0l-287.68 162.987c-14.613 8.32-16.213 22.187-16.213 27.84s1.6 19.52 16.213 27.84z" />
-<glyph unicode="&#xe95d;" glyph-name="fm-history-alarm-16" d="M832 363.947v176.853c0 118.613-72.747 223.68-182.827 266.88-18.347 59.627-73.28 101.12-137.173 101.12s-118.827-41.493-137.173-101.12c-110.080-43.2-182.827-148.267-182.827-266.88v-176.853c-56.853-44.267-96-88.213-96-191.147 0-17.707 14.293-32 32-32h203.52c26.773-75.413 98.667-128 180.48-128s153.707 52.587 180.48 128h203.52c17.707 0 32 14.293 32 32 0 102.933-39.147 146.88-96 191.147zM512 76.8c-46.507 0-88.213 25.493-110.613 64h221.227c-22.4-38.507-64.107-64-110.613-64zM161.707 204.8c6.933 58.667 34.56 82.453 81.6 117.76 8 6.080 12.8 15.467 12.8 25.6v192.64c0 96.853 62.613 182.080 155.733 212.16 11.413 3.627 19.733 13.333 21.76 25.173 6.507 38.72 39.467 66.773 78.613 66.773s72.107-28.053 78.613-66.773c1.92-11.733 10.347-21.547 21.76-25.173 93.12-30.080 155.733-115.307 155.733-212.16v-192.64c0-10.027 4.693-19.52 12.8-25.6 46.933-35.413 74.667-59.093 81.6-117.76h-701.013zM672 460.8h-160v160c0 17.707-14.293 32-32 32s-32-14.293-32-32v-192c0-17.707 14.293-32 32-32h192c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe95e;" glyph-name="fm-moc-16" d="M879.467 692.053l-350.933 202.667c-10.133 5.867-22.827 5.867-33.067 0l-350.933-202.56c-10.24-5.867-16.533-16.853-16.533-28.587v-405.227c0-11.733 6.293-22.72 16.533-28.587l350.933-202.56c5.12-2.987 10.773-4.373 16.533-4.373s11.413 1.493 16.533 4.373l350.933 202.56c10.24 5.867 16.533 16.853 16.533 28.587v405.013c0 11.84-6.293 22.827-16.533 28.693zM832 276.053l-320-184.747-320 184.747v369.493l320 184.747 320-184.747v-369.493zM272.533 618.133c-10.24-5.867-16.533-16.853-16.533-28.587v-257.387c0-11.733 6.293-22.72 16.533-28.587l222.933-128.747c5.12-2.987 10.773-4.373 16.533-4.373s11.413 1.493 16.533 4.373l222.933 128.747c10.24 5.867 16.533 16.853 16.533 28.587v257.387c0 11.733-6.293 22.72-16.533 28.587l-222.933 128.747c-10.24 5.867-22.827 5.867-33.067 0l-222.933-128.747zM320 533.653l160-91.413v-184.64l-160 92.373v183.68zM544 257.6v184.747l160 92.373v-184.747l-160-92.373zM672 590.080l-160.107-92.373-160.853 91.947 160.96 92.8 160-92.373z" />
-<glyph unicode="&#xe95f;" glyph-name="fm-notice-alarm-16" d="M768 619.84v192.96c0 12.267-7.040 23.467-18.133 28.8s-24.213 3.84-33.813-3.84l-143.253-114.56c-53.44-29.333-111.68-49.173-160.32-54.613-0.107 0-0.32 0-0.427 0l-126.080-15.787h-188.907c-18.24 0-33.067-14.827-33.067-33.067v-317.867c0-18.24 14.827-33.067 33.067-33.067h94.933c-0.213-40.32 12.8-82.027 37.227-116.8 29.653-42.347 73.067-69.76 119.147-74.987 1.28-0.107 2.453-0.213 3.733-0.213 16 0 29.867 12.053 31.787 28.373 2.027 17.6-10.56 33.387-28.16 35.413-27.84 3.2-54.827 20.8-74.027 48.213-16.853 24.107-25.92 52.693-25.6 80h29.973l125.973-15.787c0.107 0 0.32 0 0.427 0 48.64-5.44 106.88-25.28 160.32-54.613l143.253-114.56c5.76-4.587 12.907-7.040 19.947-7.040 4.693 0 9.493 1.067 13.867 3.2 11.093 5.333 18.133 16.533 18.133 28.8v192.96c33.173 4.053 63.68 20.48 87.253 47.467 26.24 29.973 40.747 69.653 40.747 111.573s-14.507 81.6-40.747 111.573c-23.573 26.987-54.080 43.413-87.253 47.467zM128 588.8h128v-256h-128v256zM704 175.36l-93.333 74.667c-1.387 1.067-2.88 2.133-4.48 2.987-35.947 19.947-107.84 54.72-186.453 63.467l-99.733 12.587v263.467l99.733 12.48c78.507 8.747 150.507 43.52 186.453 63.467 1.6 0.853 3.093 1.92 4.48 2.987l93.333 74.667v-570.773zM768 366.72v188.16c36.48-8.96 64-47.68 64-94.080s-27.52-85.12-64-94.080z" />
-<glyph unicode="&#xe960;" glyph-name="fm-no-voice-16" d="M558.293 841.387c-10.88 5.44-23.787 4.267-33.493-2.987l-238.933-179.2c-5.547-4.16-12.373-6.4-19.2-6.4h-106.667c-52.907 0-96-43.093-96-96v-192c0-52.907 43.093-96 96-96h106.667c6.827 0 13.653-2.24 19.2-6.4l238.933-179.2c5.653-4.267 12.373-6.4 19.2-6.4 4.907 0 9.813 1.067 14.293 3.413 10.88 5.44 17.707 16.533 17.707 28.587v704c0 12.16-6.827 23.253-17.707 28.587zM512 172.8l-187.733 140.8c-16.533 12.373-37.013 19.2-57.6 19.2h-106.667c-17.6 0-32 14.4-32 32v192c0 17.6 14.4 32 32 32h106.667c20.587 0 41.067 6.827 57.6 19.2l187.733 140.8v-576zM886.613 579.413c-12.48 12.48-32.747 12.48-45.227 0l-73.387-73.387-73.387 73.387c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l73.387-73.387-73.387-73.387c-12.48-12.48-12.48-32.747 0-45.227 6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l73.387 73.387 73.387-73.387c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-73.387 73.387 73.387 73.387c12.48 12.48 12.48 32.747 0 45.227z" />
-<glyph unicode="&#xe961;" glyph-name="fm-restype-16" d="M161.067 844.8c-18.24 0-33.067-14.827-33.067-33.067v-285.867c0-18.24 14.827-33.067 33.067-33.067h285.867c18.24 0 33.067 14.827 33.067 33.067v285.867c0 18.24-14.827 33.067-33.067 33.067h-285.867zM416 556.8h-224v224h224v-224zM128 109.867c0-18.24 14.827-33.067 33.067-33.067h285.867c18.24 0 33.067 14.827 33.067 33.067v285.867c0 18.24-14.827 33.067-33.067 33.067h-285.867c-18.24 0-33.067-14.827-33.067-33.067v-285.867zM192 364.8h224v-224h-224v224zM577.067 844.8c-18.24 0-33.067-14.827-33.067-33.067v-285.867c0-18.24 14.827-33.067 33.067-33.067h285.867c18.24 0 33.067 14.827 33.067 33.067v285.867c0 18.24-14.827 33.067-33.067 33.067h-285.867zM832 556.8h-224v224h224v-224zM743.36 458.667c-6.293 6.293-14.507 9.707-23.36 9.707s-17.173-3.413-23.36-9.707l-182.507-182.507c-6.293-6.293-9.707-14.507-9.707-23.36s3.413-17.173 9.707-23.36l182.507-182.507c6.293-6.293 14.507-9.707 23.36-9.707s17.173 3.413 23.36 9.707l182.507 182.507c6.293 6.293 9.707 14.507 9.707 23.36s-3.413 17.173-9.707 23.36l-182.507 182.507zM720 114.027l-138.773 138.773 138.773 138.773 138.773-138.773-138.773-138.773z" />
-<glyph unicode="&#xe962;" glyph-name="fm-setting-16" d="M449.387 384.64c-85.867 0-155.733 69.867-155.733 155.733s69.867 155.733 155.733 155.733 155.733-69.867 155.733-155.733-69.867-155.733-155.733-155.733zM449.387 632.107c-50.56 0-91.733-41.173-91.733-91.733s41.173-91.733 91.733-91.733 91.733 41.173 91.733 91.733-41.173 91.733-91.733 91.733zM344.64 166.4l-16.213 5.227c-53.653 17.6-102.080 46.507-143.68 85.76l-12.053 11.413 2.24 16.32c4.373 31.68-1.387 62.613-16.853 89.173-15.040 25.92-38.080 46.187-66.56 58.347l-15.147 6.507-3.52 16.213c-5.867 27.2-8.853 54.613-8.853 81.173 0 29.227 3.52 58.773 10.347 88.107l3.733 15.787 15.040 6.4c28.907 12.16 52.053 32.427 67.2 58.56 14.827 25.707 20.907 55.467 17.387 85.973l-1.813 16.107 11.947 10.987c42.133 38.933 92.8 68.267 146.773 84.907l15.68 4.907 13.12-10.027c50.133-38.080 119.253-38.080 169.387 0l13.12 10.027 15.68-4.907c53.973-16.64 102.827-44.8 145.387-83.627l12.48-11.413-2.347-16.64c-4.587-32 1.173-63.040 16.747-89.92s39.573-47.467 69.76-59.52l15.787-6.293 3.627-16.64c2.773-12.907 5.12-26.027 6.613-39.36l1.92-21.44c0.96-17.6-12.48-32.747-30.080-33.707-18.773-2.133-32.747 12.587-33.707 30.080l-1.6 17.6c-0.64 5.867-1.6 11.733-2.56 17.6-36.053 17.92-65.173 45.227-85.013 79.573-19.84 34.24-28.8 73.067-26.453 113.173-28.587 23.787-60.267 42.027-94.613 54.507-66.027-42.347-152.32-42.24-218.347 0-35.093-12.8-67.413-31.467-96.32-55.893 1.28-38.187-7.893-75.2-26.88-108.053-19.307-33.387-47.467-60.16-82.133-78.293-3.733-19.52-5.547-39.253-5.547-58.667 0-17.173 1.493-34.773 4.48-52.48 34.133-18.027 61.867-44.587 81.067-77.653 19.733-34.133 28.8-72.747 26.56-112.533 28.053-24.107 59.307-42.773 93.333-55.893 33.28 21.653 71.147 33.067 110.4 33.067 17.707 0 32-14.293 32-32s-14.293-32-32-32c-30.827 0-60.48-10.347-85.76-30.080l-13.76-10.453zM928 140.8h-384c-17.707 0-32 14.293-32 32 0 56.747 43.733 73.707 67.2 82.773 1.28 0.533 2.453 0.96 3.733 1.387v80.853c0 49.92 32.427 94.080 82.133 114.133 13.013 24.533 40.107 40.853 70.933 40.853s57.92-16.32 70.933-40.853c49.707-20.053 82.133-64.213 82.133-114.133v-80.853c1.173-0.533 2.453-0.96 3.733-1.387 23.467-9.067 67.2-26.027 67.2-82.773 0-17.707-14.293-32-32-32zM623.147 204.8h225.6c-3.093 1.6-6.293 3.413-9.28 5.333-9.067 5.973-14.507 16-14.507 26.773v100.907c0 26.027-20.693 49.28-51.413 57.92-11.733 3.2-20.48 12.907-22.827 24.747-0.64 3.52-6.187 8.213-14.827 8.213s-14.187-4.8-14.827-8.213c-2.347-11.84-11.093-21.547-22.827-24.747-30.72-8.64-51.413-31.893-51.413-57.92v-100.907c0-10.773-5.44-20.907-14.507-26.773-2.88-1.92-5.973-3.733-9.173-5.333zM800 12.8h-128c-17.707 0-32 14.293-32 32s14.293 32 32 32h128c17.707 0 32-14.293 32-32s-14.293-32-32-32z" />
-<glyph unicode="&#xe963;" glyph-name="fm-unacknownledge-16" d="M874.88 121.173c-23.573 52.48-61.227 87.36-108.693 100.907-24.107 6.933-77.013 9.813-121.173 10.987l48.427 43.947c13.12 11.84 14.080 32.107 2.24 45.227s-32.107 14.080-45.227 2.24l-89.387-81.067c-10.88-10.88-16.64-25.067-17.067-39.467 0-0.747-0.107-1.493-0.107-2.24 0-0.64 0-1.28 0.107-1.92 0.533-14.293 6.187-28.48 17.067-39.36l0.96-0.96 89.28-75.2c5.973-5.013 13.333-7.573 20.587-7.573 9.067 0 18.133 3.84 24.533 11.413 11.413 13.547 9.707 33.707-3.84 45.12l-42.347 35.733c41.707-1.28 82.667-3.84 98.347-8.32 70.827-20.267 83.413-117.653 83.627-119.467 1.813-16.32 15.68-28.373 31.787-28.373 1.173 0 2.347 0.107 3.627 0.213 17.6 1.92 30.187 17.813 28.267 35.307-0.213 1.493-4.16 35.413-21.013 72.853zM480 76.8c17.707 0 32 14.293 32 32s-14.293 32-32 32h-256c-17.6 0-32 14.4-32 32v576c0 17.6 14.4 32 32 32h576c17.6 0 32-14.4 32-32v-448c0-17.707 14.293-32 32-32s32 14.293 32 32v448c0 52.907-43.093 96-96 96h-576c-52.907 0-96-43.093-96-96v-576c0-52.907 43.093-96 96-96h256zM672 652.8h-320c-17.707 0-32-14.293-32-32s14.293-32 32-32h320c17.707 0 32 14.293 32 32s-14.293 32-32 32zM672 460.8h-320c-17.707 0-32-14.293-32-32s14.293-32 32-32h320c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe964;" glyph-name="fm-voice-16" d="M558.293 841.387c-10.88 5.44-23.787 4.267-33.493-2.987l-238.933-179.2c-5.547-4.16-12.373-6.4-19.2-6.4h-106.667c-52.907 0-96-43.093-96-96v-192c0-52.907 43.093-96 96-96h106.667c6.827 0 13.653-2.24 19.2-6.4l238.933-179.2c5.653-4.267 12.373-6.4 19.2-6.4 4.907 0 9.813 1.067 14.293 3.413 10.88 5.44 17.707 16.533 17.707 28.587v704c0 12.16-6.827 23.253-17.707 28.587zM512 172.8l-187.733 140.8c-16.533 12.373-37.013 19.2-57.6 19.2h-106.667c-17.6 0-32 14.4-32 32v192c0 17.6 14.4 32 32 32h106.667c20.587 0 41.067 6.827 57.6 19.2l187.733 140.8v-576zM695.36 642.667c-12.053 12.907-32.32 13.653-45.227 1.493-12.907-12.053-13.653-32.32-1.493-45.227 35.733-38.187 55.36-87.253 55.36-138.133s-19.627-99.947-55.36-138.133c-12.053-12.907-11.413-33.173 1.6-45.227 6.187-5.76 13.973-8.64 21.867-8.64 8.533 0 17.067 3.413 23.36 10.133 46.827 50.133 72.64 114.667 72.64 181.867-0.107 67.093-25.92 131.733-72.747 181.867zM756.693 757.227c-13.44 11.413-33.707 9.813-45.12-3.627s-9.813-33.707 3.627-45.12c74.24-63.147 116.8-153.387 116.8-247.68s-42.56-184.533-116.693-247.573c-13.44-11.413-15.040-31.68-3.627-45.12 6.293-7.467 15.36-11.307 24.427-11.307 7.36 0 14.72 2.453 20.693 7.573 43.2 36.907 77.44 80.96 101.547 131.093 25.067 52.053 37.653 107.627 37.653 165.333s-12.693 113.28-37.653 165.333c-24.107 50.133-58.347 94.187-101.653 131.093z" />
-<glyph unicode="&#xe965;" glyph-name="hmf-16" d="M744.64 700.48c0 114.667-93.333 208-208 208s-208-93.333-208-208c0-70.827 35.52-133.44 89.707-170.987l-80.427-140.693c-15.787 5.227-32.533 8-50.027 8-88.213 0-160-71.787-160-160s71.787-160 160-160 160 71.787 160 160c0 47.787-21.12 90.773-54.507 120.213l82.56 144.533c19.2-5.867 39.467-8.96 60.587-8.96 23.893 0 46.933 4.053 68.267 11.52l76.267-141.44c-25.28-23.36-41.067-56.853-41.067-93.867 0-70.613 57.387-128 128-128s128 57.387 128 128-57.387 128-128 128c-10.56 0-20.8-1.28-30.613-3.733l-75.947 141.12c50.56 37.973 83.2 98.347 83.2 166.293zM288 140.8c-52.907 0-96 43.093-96 96s43.093 96 96 96 96-43.093 96-96-43.093-96-96-96zM832 268.8c0-35.307-28.693-64-64-64s-64 28.693-64 64 28.693 64 64 64 64-28.693 64-64zM536.64 556.48c-79.36 0-144 64.64-144 144s64.64 144 144 144 144-64.64 144-144-64.533-144-144-144z" />
-<glyph unicode="&#xe966;" glyph-name="license-16" d="M673.28 652.053h-321.493c-17.707 0-32-14.293-32-32s14.293-32 32-32h321.6c17.707 0 32 14.293 32 32s-14.4 32-32.107 32zM422.4 522.133h-66.667c-17.707 0-32-14.293-32-32s14.293-32 32-32h66.667c17.707 0 32 14.293 32 32s-14.293 32-32 32zM577.387 492.693c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM703.68 492.693c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM832.213 783.36l-136.747 125.44h-55.787v-0.107h-365.12c-46.613 0-84.587-43.2-84.587-96.32v-767.573c0-11.84 6.613-22.827 17.173-28.373s23.147-4.8 33.067 2.027l214.827 148.053c34.027 23.467 78.080 23.467 112.107 0l214.827-148.053c5.547-3.733 11.84-5.653 18.24-5.653 5.12 0 10.24 1.173 14.827 3.627 10.56 5.547 17.173 16.427 17.173 28.373v738.56zM768.213 105.707l-164.693 113.493c-55.36 38.080-129.493 38.080-184.853 0l-164.693-113.493v706.667c0 18.453 10.88 32.32 20.587 32.32h365.12v-55.467c0-35.307 28.693-64 64-64h64.64v-619.52z" />
-<glyph unicode="&#xe967;" glyph-name="log-16" d="M800 844.8h-96v32c0 17.707-14.293 32-32 32s-32-14.293-32-32v-32h-256v32c0 17.707-14.293 32-32 32s-32-14.293-32-32v-32h-96c-17.707 0-32-14.293-32-32v-768c0-17.707 14.293-32 32-32h576c17.707 0 32 14.293 32 32v768c0 17.707-14.293 32-32 32zM768 76.8h-512v704h64v-32.107c0-17.707 14.293-32 32-32s32 14.293 32 32v32.107h256v-32.107c0-17.707 14.293-32 32-32s32 14.293 32 32v32.107h64v-704zM666.347 591.467h-322.667c-17.707 0-32-14.293-32-32s14.293-32 32-32h322.667c17.707 0 32 14.293 32 32s-14.293 32-32 32zM666.347 460.8h-322.667c-17.707 0-32-14.293-32-32s14.293-32 32-32h322.667c17.707 0 32 14.293 32 32s-14.293 32-32 32zM666.347 332.8h-322.667c-17.707 0-32-14.293-32-32s14.293-32 32-32h322.667c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe968;" glyph-name="mml-16" d="M126.933 758.613v-595.733c0-47.467 38.613-86.187 86.187-86.187h595.733c47.467 0 86.187 38.613 86.187 86.187v595.733c0 47.467-38.613 86.187-86.187 86.187h-595.733c-47.467 0-86.187-38.613-86.187-86.187zM830.933 758.613v-595.733c0-12.267-9.92-22.187-22.187-22.187h-595.627c-12.267 0-22.187 9.92-22.187 22.187v595.733c0 12.267 9.92 22.187 22.187 22.187h595.733c12.16 0 22.080-9.92 22.080-22.187zM265.92 440.107l197.547-162.987c5.973-4.907 13.227-7.36 20.373-7.36 9.173 0 18.347 3.947 24.747 11.627 11.2 13.653 9.28 33.813-4.267 45.013l-167.040 137.813 166.293 130.987c13.867 10.987 16.32 31.040 5.333 44.907s-31.040 16.32-44.907 5.333l-197.547-155.52c-7.573-5.973-12.053-15.147-12.16-24.747s4.16-18.88 11.627-25.067zM606.933 269.76h125.227c17.707 0 32 14.293 32 32s-14.293 32-32 32h-125.227c-17.707 0-32-14.293-32-32s14.4-32 32-32z" />
-<glyph unicode="&#xe969;" glyph-name="mml-batch-command-16" d="M128 556.8v-448c0-17.707 14.293-32 32-32h704c17.707 0 32 14.293 32 32v448c0 17.707-14.293 32-32 32h-704c-17.707 0-32-14.293-32-32zM192 524.8h640v-384h-640v384zM192 684.8c0-17.707 14.293-32 32-32h576c17.707 0 32 14.293 32 32s-14.293 32-32 32h-576c-17.707 0-32-14.293-32-32zM736 780.8c17.707 0 32 14.293 32 32s-14.293 32-32 32h-448c-17.707 0-32-14.293-32-32s14.293-32 32-32h448zM399.253 444.053c-12.48 12.48-32.747 12.48-45.227 0l-88.64-88.64c-12.48-12.48-12.48-32.747 0-45.227l88.64-88.64c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-66.027 66.027 66.027 66.027c12.48 12.48 12.48 32.747 0 45.227zM669.973 444.053c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l66.027-66.027-66.027-66.027c-12.48-12.48-12.48-32.747 0-45.227 6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l88.64 88.64c12.48 12.48 12.48 32.747 0 45.227l-88.64 88.64zM554.133 459.2c-16.747 5.547-34.88-3.52-40.427-20.267l-64-192c-5.547-16.747 3.52-34.88 20.267-40.427 3.307-1.067 6.72-1.6 10.133-1.6 13.44 0 25.92 8.533 30.4 21.867l64 192c5.44 16.64-3.627 34.773-20.373 40.427z" />
-<glyph unicode="&#xe96a;" glyph-name="mml-debug-16" d="M224 844.8c-70.613 0-128-57.387-128-128 0-59.52 40.853-109.653 96-123.947v-484.053c0-17.707 14.293-32 32-32s32 14.293 32 32v484.053c55.147 14.293 96 64.427 96 123.947 0 70.613-57.387 128-128 128zM224 652.8c0 0 0 0 0 0s0 0 0 0c-35.307 0-64 28.693-64 64s28.693 64 64 64 64-28.693 64-64c0-35.307-28.693-64-64-64zM512 844.8c-17.707 0-32-14.293-32-32v-228.053c-55.147-14.293-96-64.427-96-123.947s40.853-109.653 96-123.947v-228.053c0-17.707 14.293-32 32-32s32 14.293 32 32v228.053c55.147 14.293 96 64.427 96 123.947s-40.853 109.653-96 123.947v228.053c0 17.707-14.293 32-32 32zM576 460.8c0-35.307-28.693-64-64-64 0 0 0 0 0 0s0 0 0 0c-35.307 0-64 28.693-64 64s28.693 64 64 64 64-28.693 64-64zM832 328.747v484.053c0 17.707-14.293 32-32 32s-32-14.293-32-32v-484.053c-55.147-14.293-96-64.427-96-123.947 0-70.613 57.387-128 128-128s128 57.387 128 128c0 59.52-40.853 109.653-96 123.947zM800 140.8c-35.307 0-64 28.693-64 64s28.693 64 64 64 64-28.693 64-64-28.693-64-64-64z" />
-<glyph unicode="&#xe96b;" glyph-name="mml-dele-single-16" d="M928 908.8h-832c-17.707 0-32-14.293-32-32v-704c0-17.707 14.293-32 32-32h256c17.707 0 32 14.293 32 32s-14.293 32-32 32h-224v640h768v-390.4c0-17.707 14.293-32 32-32s32 14.293 32 32v422.4c0 17.707-14.293 32-32 32zM448 236.8c0-123.52 100.48-224 224-224s224 100.48 224 224-100.48 224-224 224-224-100.48-224-224zM832 236.8c0-88.213-71.787-160-160-160s-160 71.787-160 160 71.787 160 160 160 160-71.787 160-160zM576 236.8c0-17.707 14.293-32 32-32h128c17.707 0 32 14.293 32 32s-14.293 32-32 32h-128c-17.707 0-32-14.293-32-32zM342.613 771.413c-12.48 12.48-32.747 12.48-45.227 0l-96-96c-12.48-12.48-12.48-32.747 0-45.227l96-96c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-73.387 73.387 73.387 73.387c12.48 12.48 12.48 32.747 0 45.227zM681.387 534.187c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l96 96c12.48 12.48 12.48 32.747 0 45.227l-96 96c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l73.387-73.387-73.387-73.387c-12.48-12.48-12.48-32.747 0-45.227zM554.133 779.2c-16.747 5.547-34.88-3.52-40.427-20.267l-64-192c-5.547-16.747 3.52-34.88 20.267-40.427 3.307-1.067 6.72-1.6 10.133-1.6 13.44 0 25.92 8.533 30.4 21.867l64 192c5.44 16.64-3.627 34.773-20.373 40.427z" />
-<glyph unicode="&#xe96c;" glyph-name="mml-execut-next-16" d="M691.733 485.973l-448 352c-9.6 7.573-22.72 8.96-33.707 3.627s-18.027-16.533-18.027-28.8v-704c0-12.267 7.040-23.467 18.027-28.8 4.48-2.133 9.173-3.2 13.973-3.2 7.040 0 13.973 2.347 19.733 6.827l448 352c7.68 6.080 12.267 15.36 12.267 25.173s-4.48 19.093-12.267 25.173zM256 174.613v572.373l364.16-286.187-364.16-286.187zM736 76.8c17.707 0 32 14.293 32 32v704c0 17.707-14.293 32-32 32s-32-14.293-32-32v-704c0-17.707 14.293-32 32-32z" />
-<glyph unicode="&#xe96d;" glyph-name="mml-grammar-check-16" d="M864 460.8c-17.707 0-32-14.293-32-32v-288h-640v640h163.52c17.707 0 32 14.293 32 32s-14.293 32-32 32h-195.52c-17.707 0-32-14.293-32-32v-704c0-17.707 14.293-32 32-32h704c17.707 0 32 14.293 32 32v320c0 17.707-14.293 32-32 32zM494.827 829.973c-30.187-30.187-46.827-70.4-46.827-113.173s16.64-82.88 46.827-113.173c30.187-30.187 70.4-46.827 113.173-46.827 36.267 0 70.613 11.947 98.667 34.027l73.28-58.987c5.867-4.8 13.013-7.040 20.053-7.040 9.387 0 18.667 4.053 24.96 11.947 11.093 13.76 8.853 33.92-4.907 45.013l-71.893 57.813c12.907 23.36 19.84 49.813 19.84 77.227 0 42.773-16.64 82.88-46.827 113.173-30.293 30.187-70.4 46.827-113.173 46.827s-82.88-16.64-113.173-46.827zM675.84 648.96c-18.133-18.133-42.24-28.16-67.84-28.16s-49.707 10.027-67.84 28.16c-37.44 37.44-37.44 98.347 0 135.787 18.133 18.133 42.24 28.16 67.84 28.16s49.707-10.027 67.84-28.16c37.44-37.547 37.44-98.347 0-135.787zM288 460.8h192c17.707 0 32 14.293 32 32s-14.293 32-32 32h-192c-17.707 0-32-14.293-32-32s14.293-32 32-32zM288 268.8h448c17.707 0 32 14.293 32 32s-14.293 32-32 32h-448c-17.707 0-32-14.293-32-32s14.293-32 32-32z" />
-<glyph unicode="&#xe96e;" glyph-name="mml-lose-error-16" d="M128 460.8c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM256 460.8c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM832 460.8c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM960 460.8c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM329.387 278.187c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l137.387 137.387 137.387-137.387c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-137.387 137.387 137.387 137.387c12.48 12.48 12.48 32.747 0 45.227s-32.747 12.48-45.227 0l-137.387-137.387-137.387 137.387c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l137.387-137.387-137.387-137.387c-12.48-12.48-12.48-32.747 0-45.227zM913.28 352.32c-16.64 5.973-34.987-2.773-40.853-19.413-54.507-153.173-199.36-256.107-360.427-256.107s-305.92 102.933-360.427 256c-5.867 16.64-24.213 25.387-40.853 19.413-16.64-5.867-25.387-24.213-19.413-40.853 15.253-42.987 36.907-83.307 64.32-119.787 27.2-36.267 59.52-68.053 96-94.507 76.053-55.147 166.187-84.267 260.373-84.267 94.293 0 184.32 29.12 260.373 84.267 36.48 26.453 68.8 58.24 96 94.507 27.413 36.48 49.067 76.8 64.32 119.787 5.867 16.747-2.773 34.987-19.413 40.96zM868.373 730.027c-27.2 36.267-59.52 68.053-96 94.507-76.053 55.147-166.080 84.267-260.373 84.267s-184.32-29.12-260.373-84.267c-36.48-26.453-68.8-58.24-96-94.507-27.413-36.48-49.067-76.8-64.32-119.787-5.867-16.64 2.773-34.987 19.413-40.853s34.987 2.773 40.853 19.413c54.507 153.067 199.36 256 360.427 256s305.92-102.933 360.427-256c4.693-13.12 16.96-21.333 30.187-21.333 3.52 0 7.147 0.64 10.667 1.813 16.64 5.867 25.387 24.213 19.413 40.853-15.253 42.987-36.907 83.307-64.32 119.893z" />
-<glyph unicode="&#xe96f;" glyph-name="mml-parallel-16" d="M288 524.8h448c0.533 0 1.067 0 1.6 0 0.213 0 0.533 0 0.747 0 0.32 0 0.533 0 0.853 0.107 0.32 0 0.64 0.107 0.96 0.107 0.213 0 0.427 0 0.64 0.107 0.32 0 0.64 0.107 0.96 0.213 0.213 0 0.32 0.107 0.533 0.107 0.32 0.107 0.64 0.107 0.96 0.213 0.213 0 0.32 0.107 0.533 0.107 0.32 0.107 0.64 0.213 0.96 0.213 0.213 0 0.32 0.107 0.533 0.107 0.32 0.107 0.64 0.213 0.853 0.32s0.427 0.107 0.64 0.213c0.213 0.107 0.533 0.213 0.747 0.32s0.427 0.213 0.747 0.32c0.213 0.107 0.427 0.213 0.64 0.32s0.533 0.213 0.747 0.32c0.213 0.107 0.427 0.213 0.533 0.32 0.32 0.107 0.533 0.32 0.853 0.427 0.107 0.107 0.32 0.213 0.427 0.213 0.32 0.213 0.64 0.32 0.853 0.533 0.107 0.107 0.32 0.213 0.427 0.213 0.32 0.213 0.64 0.427 0.853 0.533 0.107 0.107 0.32 0.213 0.427 0.32 0.32 0.213 0.533 0.427 0.853 0.64 0.107 0.107 0.32 0.213 0.427 0.32 0.213 0.213 0.533 0.427 0.747 0.64s0.427 0.32 0.64 0.533c0.213 0.213 0.427 0.32 0.533 0.533 0.427 0.32 0.747 0.747 1.173 1.067 0 0 0 0 0 0s0 0 0 0c0.427 0.427 0.747 0.747 1.067 1.173 0.213 0.213 0.32 0.32 0.533 0.533s0.32 0.427 0.533 0.64c0.213 0.213 0.427 0.533 0.533 0.747s0.213 0.32 0.427 0.533c0.213 0.32 0.427 0.533 0.533 0.853 0.107 0.107 0.213 0.32 0.32 0.427 0.213 0.32 0.427 0.533 0.533 0.853 0.107 0.107 0.213 0.32 0.32 0.427 0.213 0.32 0.32 0.533 0.533 0.853 0.107 0.213 0.213 0.32 0.32 0.533 0.107 0.32 0.32 0.533 0.427 0.853 0.107 0.213 0.213 0.427 0.32 0.64s0.213 0.533 0.32 0.747c0.107 0.213 0.213 0.427 0.32 0.747 0.107 0.213 0.213 0.427 0.32 0.64 0.107 0.32 0.213 0.533 0.32 0.853 0.107 0.213 0.107 0.427 0.213 0.64 0.107 0.32 0.213 0.64 0.32 0.96 0 0.213 0.107 0.32 0.107 0.533 0.107 0.32 0.213 0.64 0.32 0.96 0 0.213 0.107 0.32 0.107 0.533 0.107 0.32 0.107 0.64 0.213 1.067 0 0.213 0.107 0.32 0.107 0.533 0.107 0.32 0.107 0.64 0.213 1.067 0 0.213 0 0.427 0.107 0.533 0 0.32 0.107 0.64 0.107 0.96 0 0.213 0 0.533 0.107 0.747 0 0.213 0 0.533 0.107 0.747 0 0.427 0 0.96 0 1.387 0 0.107 0 0.107 0 0.213s0 0.107 0 0.213c0 0.427 0 0.96 0 1.387 0 0.32 0 0.533-0.107 0.747 0 0.213 0 0.533-0.107 0.747 0 0.32-0.107 0.64-0.107 0.96 0 0.213 0 0.427-0.107 0.533 0 0.32-0.107 0.747-0.213 1.067 0 0.213-0.107 0.32-0.107 0.533-0.107 0.32-0.107 0.747-0.213 1.067 0 0.213-0.107 0.32-0.107 0.533-0.107 0.32-0.213 0.64-0.32 0.96 0 0.213-0.107 0.32-0.107 0.533-0.107 0.32-0.213 0.64-0.32 0.96-0.107 0.213-0.107 0.427-0.213 0.64-0.107 0.32-0.213 0.533-0.32 0.853-0.107 0.213-0.213 0.427-0.213 0.64-0.107 0.213-0.213 0.427-0.32 0.747-0.107 0.213-0.213 0.533-0.32 0.747s-0.213 0.427-0.32 0.64c-0.107 0.32-0.32 0.533-0.427 0.853-0.107 0.213-0.213 0.32-0.32 0.533-0.213 0.32-0.32 0.533-0.533 0.853-0.107 0.107-0.213 0.32-0.32 0.427-0.213 0.32-0.32 0.533-0.533 0.853-0.107 0.107-0.213 0.32-0.32 0.427-0.213 0.32-0.427 0.533-0.533 0.853-0.107 0.213-0.213 0.32-0.427 0.533s-0.427 0.533-0.533 0.747c-0.213 0.213-0.32 0.427-0.533 0.64s-0.32 0.427-0.533 0.533c-0.32 0.427-0.747 0.747-1.067 1.173 0 0 0 0 0 0l-128 128c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l73.387-73.387h-370.667c-17.707 0-32-14.293-32-32s14.293-32.64 32-32.64zM288 332.8h370.773l-73.387-73.387c-12.48-12.48-12.48-32.747 0-45.227 6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l128 128c0 0 0 0 0 0 0.427 0.427 0.747 0.747 1.067 1.173 0.213 0.213 0.32 0.32 0.533 0.533s0.32 0.427 0.533 0.64c0.213 0.213 0.427 0.533 0.533 0.747s0.213 0.32 0.427 0.533c0.213 0.32 0.427 0.533 0.533 0.853 0.107 0.107 0.213 0.32 0.32 0.427 0.213 0.32 0.427 0.533 0.533 0.853 0.107 0.107 0.213 0.32 0.32 0.427 0.213 0.32 0.32 0.533 0.533 0.853 0.107 0.213 0.213 0.32 0.32 0.533 0.107 0.32 0.32 0.533 0.427 0.853 0.107 0.213 0.213 0.427 0.32 0.64s0.213 0.533 0.32 0.747c0.107 0.213 0.213 0.427 0.32 0.747 0.107 0.213 0.213 0.427 0.32 0.64 0.107 0.32 0.213 0.533 0.32 0.853 0.107 0.213 0.107 0.427 0.213 0.64 0.107 0.32 0.213 0.64 0.32 0.96 0 0.213 0.107 0.32 0.107 0.533 0.107 0.32 0.213 0.64 0.32 0.96 0 0.213 0.107 0.32 0.107 0.533 0.107 0.32 0.107 0.64 0.213 1.067 0 0.213 0.107 0.32 0.107 0.533 0.107 0.32 0.107 0.64 0.213 1.067 0 0.213 0 0.427 0.107 0.533 0 0.32 0.107 0.64 0.107 0.96 0 0.213 0 0.533 0.107 0.747 0 0.213 0 0.533 0.107 0.747 0 0.427 0 0.96 0 1.387 0 0.107 0 0.107 0 0.213s0 0.107 0 0.213c0 0.427 0 0.96 0 1.387 0 0.32 0 0.533-0.107 0.747 0 0.213 0 0.533-0.107 0.747 0 0.32-0.107 0.64-0.107 0.96 0 0.213 0 0.427-0.107 0.533 0 0.32-0.107 0.747-0.213 1.067 0 0.213-0.107 0.32-0.107 0.533-0.107 0.32-0.107 0.747-0.213 1.067 0 0.213-0.107 0.32-0.107 0.533-0.107 0.32-0.213 0.64-0.32 0.96 0 0.213-0.107 0.32-0.107 0.533-0.107 0.32-0.213 0.64-0.32 0.96-0.107 0.213-0.107 0.427-0.213 0.64-0.107 0.32-0.213 0.533-0.32 0.853-0.107 0.213-0.213 0.427-0.213 0.64-0.107 0.213-0.213 0.427-0.32 0.747-0.107 0.213-0.213 0.533-0.32 0.747s-0.213 0.427-0.32 0.64c-0.107 0.32-0.32 0.533-0.427 0.853-0.107 0.213-0.213 0.32-0.32 0.533-0.213 0.32-0.32 0.533-0.533 0.853-0.107 0.107-0.213 0.32-0.32 0.427-0.213 0.32-0.32 0.533-0.533 0.853-0.107 0.107-0.213 0.32-0.32 0.427-0.213 0.32-0.427 0.533-0.533 0.853-0.107 0.213-0.213 0.32-0.427 0.533s-0.427 0.533-0.533 0.747c-0.213 0.213-0.32 0.427-0.533 0.64s-0.32 0.427-0.533 0.533c-0.32 0.427-0.747 0.747-1.067 1.173 0 0 0 0 0 0s0 0 0 0c-0.32 0.32-0.747 0.747-1.173 1.067-0.213 0.213-0.427 0.32-0.533 0.533-0.213 0.213-0.427 0.32-0.64 0.533s-0.533 0.427-0.747 0.64c-0.107 0.107-0.32 0.213-0.427 0.32-0.32 0.213-0.533 0.427-0.853 0.64-0.107 0.107-0.32 0.213-0.427 0.32-0.32 0.213-0.64 0.427-0.853 0.533-0.107 0.107-0.32 0.213-0.427 0.213-0.32 0.213-0.64 0.32-0.853 0.533-0.107 0.107-0.32 0.213-0.427 0.213-0.32 0.107-0.533 0.32-0.853 0.427-0.213 0.107-0.32 0.213-0.533 0.32s-0.533 0.213-0.747 0.32c-0.213 0.107-0.427 0.213-0.64 0.32s-0.427 0.213-0.747 0.32c-0.213 0.107-0.533 0.213-0.747 0.32s-0.427 0.107-0.64 0.213c-0.32 0.107-0.533 0.213-0.853 0.32-0.213 0.107-0.427 0.107-0.533 0.213-0.32 0.107-0.64 0.213-0.96 0.213-0.213 0-0.32 0.107-0.533 0.107-0.32 0.107-0.64 0.107-0.96 0.213-0.213 0-0.32 0.107-0.533 0.107-0.32 0.107-0.64 0.107-0.96 0.213-0.213 0-0.427 0.107-0.64 0.107-0.32 0-0.64 0.107-0.853 0.107-0.32 0-0.64 0-0.853 0.107-0.213 0-0.427 0-0.64 0-0.533 0-1.067 0-1.6 0h-448.533c-17.707 0-32-14.293-32-32s14.293-32.747 32-32.747zM862.933 844.8h-701.867c-18.24 0-33.067-14.827-33.067-33.067v-701.867c0-18.24 14.827-33.067 33.067-33.067h701.867c18.24 0 33.067 14.827 33.067 33.067v701.867c0 18.24-14.827 33.067-33.067 33.067zM832 140.8h-640v640h640v-640z" />
-<glyph unicode="&#xe970;" glyph-name="mml-single-command-16" d="M339.307 640.107c-12.48 12.48-32.747 12.48-45.227 0l-156.693-156.693c-12.48-12.48-12.48-32.747 0-45.227l156.693-156.693c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-134.080 134.080 133.973 133.973c12.587 12.587 12.587 32.853 0.107 45.333zM684.693 281.493c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l156.693 156.693c12.48 12.48 12.48 32.747 0 45.227l-156.587 156.693c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l133.973-134.080-134.080-133.973c-12.48-12.587-12.48-32.853 0-45.333zM546.24 632.64l-128-320c-6.613-16.427 1.387-34.987 17.813-41.6 3.947-1.6 7.893-2.347 11.84-2.347 12.693 0 24.747 7.573 29.76 20.16l128 320c6.613 16.427-1.387 34.987-17.813 41.6-16.32 6.613-34.987-1.387-41.6-17.813z" />
-<glyph unicode="&#xe971;" glyph-name="octopus-16" d="M908.587 211.307c-12.8 51.093-51.733 63.253-77.44 71.253-10.773 3.413-21.013 6.613-25.707 11.307-21.973 21.973-3.733 59.307 0.107 66.56 25.813 34.027 42.773 64.64 53.333 96.107 12.587 37.44 15.787 75.733 9.707 117.12-5.44 37.547-17.28 72.96-35.2 105.173-18.453 33.387-42.987 62.613-72.853 86.933-63.68 51.733-149.547 79.040-248.533 79.040s-184.853-27.307-248.533-79.040c-29.867-24.32-54.4-53.547-72.853-86.827-17.92-32.32-29.76-67.627-35.2-105.173-5.973-41.387-2.773-79.68 9.707-117.12 10.56-31.573 27.52-62.080 53.333-96.107 3.84-7.253 22.080-44.587 0.107-66.56-4.693-4.693-14.933-7.893-25.707-11.307-25.813-8.107-64.747-20.267-77.44-71.253-5.867-23.467-1.813-48.747 11.413-71.253 12.373-21.013 31.68-37.653 54.293-46.933 12.48-5.12 26.56-8.107 41.387-8.107 28.8 0 60.693 11.307 90.453 40.32 4.8-6.080 10.24-11.84 16.427-17.067 23.68-20.267 54.933-31.467 87.787-31.467s64.107 11.2 87.787 31.467c2.453 2.027 4.693 4.267 6.933 6.4 2.24-2.24 4.48-4.373 6.933-6.4 23.68-20.267 54.933-31.467 87.787-31.467s64.107 11.2 87.787 31.467c6.187 5.227 11.627 10.987 16.427 17.067 29.76-29.013 61.653-40.32 90.453-40.32 14.827 0 28.907 2.987 41.387 8.107 22.72 9.28 42.027 25.92 54.293 46.933 13.44 22.4 17.493 47.68 11.627 71.147zM818.667 152.427c-8.32-3.413-21.547-5.973-37.867 1.067-18.24 7.893-36.053 26.133-51.733 52.693 0 0 0 0 0 0.107-0.213 0.427-0.427 0.747-0.747 1.173-0.107 0.107-0.107 0.213-0.213 0.32-0.213 0.32-0.427 0.533-0.64 0.853-0.107 0.213-0.213 0.32-0.32 0.533s-0.213 0.32-0.427 0.533c-0.213 0.213-0.427 0.533-0.64 0.747 0 0 0 0 0 0-2.56 3.093-5.547 5.547-8.853 7.467-0.213 0.107-0.427 0.213-0.64 0.32 0 0-0.107 0-0.107 0.107-2.987 1.6-6.4 2.773-9.92 3.307 0 0-0.107 0-0.107 0-0.32 0-0.64 0.107-0.853 0.107s-0.533 0.107-0.747 0.107c-0.213 0-0.32 0-0.533 0-0.427 0-0.747 0.107-1.173 0.107-0.107 0-0.213 0-0.32 0-0.427 0-0.96 0-1.387 0 0 0 0 0 0 0s-0.107 0-0.107 0c-0.533 0-0.96 0-1.493 0-0.107 0-0.107 0-0.213 0-0.427 0-0.96-0.107-1.387-0.107-0.107 0-0.213 0-0.213 0-0.427 0-0.853-0.107-1.28-0.213-0.107 0-0.213 0-0.427-0.107-0.427-0.107-0.747-0.107-1.173-0.213-0.213 0-0.32-0.107-0.533-0.107-0.32-0.107-0.64-0.107-0.96-0.213-0.213-0.107-0.427-0.107-0.64-0.213s-0.533-0.107-0.747-0.213c-0.32-0.107-0.533-0.213-0.853-0.213-0.213-0.107-0.427-0.107-0.64-0.213-0.32-0.107-0.64-0.213-0.96-0.32-0.107-0.107-0.32-0.107-0.427-0.213-0.427-0.107-0.747-0.32-1.173-0.533-0.107 0-0.213-0.107-0.32-0.107-0.427-0.213-0.853-0.427-1.173-0.64-0.107 0-0.107-0.107-0.213-0.107-0.427-0.213-0.853-0.427-1.28-0.64 0 0-0.107 0-0.107-0.107 0 0 0 0-0.107 0-0.427-0.213-0.747-0.427-1.173-0.747-0.107-0.107-0.213-0.107-0.32-0.213-0.32-0.213-0.533-0.427-0.853-0.64-0.213-0.107-0.32-0.213-0.533-0.32s-0.32-0.213-0.533-0.427c-0.213-0.213-0.533-0.427-0.747-0.64 0 0 0 0 0 0-2.773-2.347-5.12-5.013-6.933-8.107 0 0 0 0 0 0-0.107-0.213-0.213-0.427-0.427-0.64-0.107-0.213-0.32-0.427-0.427-0.747 0 0 0 0 0 0-1.707-3.093-2.88-6.507-3.413-10.133 0 0 0 0 0 0 0-0.32-0.107-0.64-0.107-0.96 0-0.213-0.107-0.427-0.107-0.64s0-0.427-0.107-0.64c0-0.32-0.107-0.747-0.107-1.067 0-0.107 0-0.213 0-0.32 0-0.427 0-0.853 0-1.28 0 0 0 0 0-0.107 0-12.16-5.867-24-16.533-33.173-12.053-10.347-28.48-16.107-46.187-16.107s-34.133 5.76-46.187 16.107c-10.667 9.173-16.533 20.907-16.533 33.173 0 17.707-14.293 32-32 32s-32-14.293-32-32c0-12.16-5.867-24-16.533-33.173-12.053-10.347-28.48-16.107-46.187-16.107s-34.133 5.76-46.187 16.107c-10.667 9.173-16.533 20.907-16.533 33.173 0 0 0 0 0 0.107 0 0.427 0 0.853 0 1.28 0 0.107 0 0.213 0 0.32 0 0.32 0 0.747-0.107 1.067 0 0.213 0 0.427-0.107 0.64 0 0.213 0 0.427-0.107 0.64 0 0.32-0.107 0.64-0.107 0.96 0 0 0 0 0 0-0.533 3.627-1.707 7.040-3.413 10.133 0 0 0 0 0 0-0.107 0.213-0.32 0.427-0.427 0.747-0.107 0.213-0.213 0.427-0.427 0.64 0 0 0 0 0 0-1.813 2.987-4.16 5.76-6.933 8.107 0 0 0 0 0 0-0.213 0.213-0.533 0.427-0.747 0.64-0.213 0.107-0.32 0.32-0.533 0.427s-0.32 0.213-0.533 0.32-0.533 0.427-0.853 0.64c-0.107 0.107-0.213 0.107-0.32 0.213-0.32 0.213-0.747 0.427-1.173 0.747 0 0 0 0-0.107 0 0 0-0.107 0-0.107 0.107-0.427 0.213-0.853 0.427-1.28 0.64-0.107 0-0.107 0.107-0.213 0.107-0.427 0.213-0.853 0.427-1.173 0.64-0.107 0-0.213 0.107-0.32 0.107-0.427 0.213-0.747 0.32-1.173 0.533-0.107 0.107-0.32 0.107-0.427 0.213-0.32 0.107-0.64 0.213-1.067 0.427-0.213 0.107-0.32 0.107-0.533 0.213-0.32 0.107-0.533 0.213-0.853 0.32-0.213 0.107-0.533 0.107-0.747 0.213s-0.533 0.107-0.747 0.213c-0.32 0.107-0.64 0.107-0.853 0.213-0.213 0-0.427 0.107-0.64 0.107-0.32 0.107-0.747 0.107-1.067 0.213-0.107 0-0.32 0-0.427 0.107-0.427 0.107-0.853 0.107-1.173 0.107-0.107 0-0.213 0-0.32 0-0.427 0-0.853 0.107-1.28 0.107-0.107 0-0.213 0-0.213 0-0.427 0-0.96 0-1.387 0-0.107 0-0.107 0-0.213 0 0 0-0.107 0-0.107 0-0.427 0-0.853 0-1.28 0-0.107 0-0.213 0-0.427 0-0.32 0-0.64 0-0.96-0.107-0.213 0-0.427 0-0.64-0.107-0.213 0-0.427 0-0.533-0.107-4.373-0.533-8.427-1.92-12.053-4.053-0.213-0.107-0.32-0.213-0.533-0.32-0.107 0-0.107-0.107-0.213-0.107-2.987-1.813-5.653-4.053-7.893-6.827 0 0 0 0 0 0-0.213-0.213-0.427-0.533-0.64-0.747-0.107-0.213-0.32-0.32-0.427-0.533-0.107-0.107-0.213-0.32-0.32-0.533-0.213-0.32-0.427-0.533-0.64-0.853-0.107-0.107-0.107-0.213-0.213-0.32-0.213-0.32-0.427-0.747-0.747-1.173 0 0 0 0 0-0.107-15.573-26.56-33.493-44.8-51.733-52.693-16.213-7.040-29.547-4.48-37.867-1.067-18.987 7.787-31.787 27.627-27.84 43.413 3.627 14.72 9.813 18.027 34.453 25.707 16 5.013 36.053 11.307 51.84 27.093 25.067 25.067 34.667 60.053 26.773 98.453-5.333 26.027-16.747 45.44-18.027 47.573l-0.213-0.107c-0.853 1.493-1.707 2.987-2.773 4.373-44.693 58.88-59.413 106.773-50.88 165.547 15.573 104.64 100.587 216.32 293.653 216.32s278.080-111.68 293.227-216.32c8.533-58.773-6.187-106.773-50.88-165.547-1.067-1.387-2.027-2.88-2.773-4.373l-0.213 0.107c-1.28-2.133-12.693-21.547-18.027-47.573-7.787-38.4 1.707-73.387 26.773-98.453 15.787-15.787 35.84-22.080 51.84-27.093 24.64-7.68 30.827-10.987 34.453-25.707 4.053-15.787-8.747-35.627-27.733-43.413zM608 620.8c-17.707 0-32-14.293-32-32v-64c0-17.707 14.293-32 32-32s32 14.293 32 32v64c0 17.707-14.293 32-32 32zM416 620.8c-17.707 0-32-14.293-32-32v-64c0-17.707 14.293-32 32-32s32 14.293 32 32v64c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe972;" glyph-name="performance-16" d="M128 811.733v-701.867c0-18.24 14.827-33.067 33.067-33.067h701.867c18.24 0 33.067 14.827 33.067 33.067v701.867c0 18.24-14.827 33.067-33.067 33.067h-701.867c-18.24 0-33.067-14.827-33.067-33.067zM192 140.8v192h96c12.16 0 23.253 6.827 28.587 17.707l31.147 62.4 70.187-187.307c4.693-12.587 16.747-20.8 29.973-20.8 0.747 0 1.6 0 2.347 0.107 14.187 1.067 25.92 11.307 28.907 25.173l69.867 326.080 60.16-200.64c3.733-12.587 14.827-21.547 27.947-22.72s25.493 5.867 31.36 17.6l55.253 110.4h108.267v-320h-640zM832 780.8v-256h-128c-12.16 0-23.253-6.827-28.587-17.707l-27.947-55.787-72.853 242.667c-4.16 13.973-17.387 23.36-31.893 22.827-14.613-0.64-26.987-10.987-29.973-25.28l-73.067-341.227-57.6 153.707c-4.48 11.947-15.573 20.053-28.267 20.693s-24.64-6.293-30.293-17.6l-55.253-110.293h-76.267v384h640z" />
-<glyph unicode="&#xe973;" glyph-name="pm-customized-16" d="M480 44.8c-70.613 0-128 57.387-128 128 0 10.88 1.387 21.653 4.16 32h-68.16c-52.907 0-96 43.093-96 96v120.96c0 12.587 7.467 24.107 18.987 29.227s25.067 2.987 34.453-5.44c8.427-7.573 22.72-16.64 42.56-16.64 35.307 0 64 28.693 64 64s-28.693 64-64 64c-19.84 0-34.133-9.067-42.56-16.64-9.387-8.427-22.933-10.56-34.453-5.44s-18.987 16.64-18.987 29.227v120.747c0 52.907 43.093 96 96 96h68.16c-2.773 10.347-4.16 21.12-4.16 32 0 70.613 57.387 128 128 128s128-57.387 128-128c0-10.88-1.387-21.653-4.16-32h68.16c52.907 0 96-43.093 96-96v-68.16c10.347 2.773 21.12 4.16 32 4.16 70.613 0 128-57.387 128-128s-57.387-128-128-128c-10.88 0-21.653 1.387-32 4.16v-68.16c0-52.907-43.093-96-96-96h-68.16c2.773-10.347 4.16-21.12 4.16-32 0-70.613-57.387-128-128-128zM256 368.96v-68.16c0-17.6 14.4-32 32-32h120.96c12.693 0 24.107-7.467 29.227-18.987s2.987-25.067-5.44-34.453c-7.68-8.427-16.747-22.72-16.747-42.56 0-35.307 28.693-64 64-64s64 28.693 64 64c0 19.84-9.067 34.133-16.64 42.56-8.427 9.387-10.56 22.933-5.44 34.453s16.64 18.987 29.227 18.987h120.853c17.6 0 32 14.4 32 32v120.96c0 12.587 7.467 24.107 18.987 29.227s25.067 2.987 34.453-5.44c8.427-7.573 22.72-16.64 42.56-16.64 35.307 0 64 28.693 64 64s-28.693 64-64 64c-19.84 0-34.133-9.067-42.56-16.64-9.387-8.427-22.933-10.56-34.453-5.44s-18.987 16.64-18.987 29.227v120.747c0 17.6-14.4 32-32 32h-120.96c-12.587 0-24.107 7.467-29.227 18.987s-2.987 25.067 5.44 34.453c7.573 8.427 16.64 22.72 16.64 42.56 0 35.307-28.693 64-64 64s-64-28.693-64-64c0-19.84 9.067-34.133 16.64-42.56 8.427-9.387 10.56-22.933 5.44-34.453s-16.64-18.987-29.227-18.987h-120.747c-17.6 0-32-14.4-32-32v-68.16c10.347 2.773 21.12 4.16 32 4.16 70.613 0 128-57.387 128-128s-57.387-128-128-128c-10.88 0-21.653 1.387-32 4.16z" />
-<glyph unicode="&#xe974;" glyph-name="pm-monitor-16" d="M512 332.8c-178.667 0-273.493 104.427-305.92 149.333-18.773 25.92-18.773 59.413-0.107 85.333 32.32 44.907 126.827 149.333 306.027 149.333 178.133 0 273.173-104.32 305.707-149.227 18.88-25.92 18.987-59.627 0.107-85.653-32.427-44.8-127.253-149.12-305.813-149.12zM512 652.8c-144.213 0-221.12-76.907-254.080-122.667-2.667-3.733-2.667-6.827 0-10.453 33.28-45.973 110.293-122.88 254.080-122.88 143.68 0 220.8 76.907 253.973 122.667 2.667 3.627 2.667 6.827 0 10.453-33.28 45.973-110.613 122.88-253.973 122.88zM868.373 204.8h-712.96c-50.453 0-91.413 46.72-91.413 104.213v433.493c0 57.493 40.96 104.32 91.413 104.32h712.96c50.56 0 91.627-46.827 91.627-104.32v-433.387c0-57.6-41.067-104.32-91.627-104.32zM155.413 782.827c-14.827 0-27.413-18.453-27.413-40.32v-433.387c0-21.76 12.48-40.213 27.413-40.213h712.96c14.933 0 27.627 18.453 27.627 40.213v433.387c0 21.44-12.907 40.32-27.627 40.32h-712.96zM688.64 72.64h-353.28c-17.707 0-32 14.293-32 32s14.293 32 32 32h353.28c17.707 0 32-14.293 32-32s-14.293-32-32-32zM576 524.8c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64s64-28.654 64-64z" />
-<glyph unicode="&#xe975;" glyph-name="pm-query-16" d="M643.947 767.253c-50.027 50.027-116.48 77.547-187.2 77.547s-137.173-27.52-187.2-77.547c-50.027-50.027-77.547-116.48-77.547-187.2s27.52-137.173 77.547-187.2c50.027-50.027 116.48-77.547 187.2-77.547 60.907 0 118.72 20.48 165.44 58.133l154.88-158.933c6.293-6.4 14.613-9.707 22.933-9.707 8 0 16.107 2.987 22.293 9.067 12.693 12.373 12.907 32.64 0.64 45.227l-155.947 160.107c35.307 45.973 54.507 101.973 54.507 160.853 0 70.72-27.627 137.173-77.547 187.2zM256 580.053c0 110.72 90.027 200.747 200.747 200.747s200.747-90.027 200.747-200.747-90.027-200.747-200.747-200.747c-110.72 0-200.747 90.133-200.747 200.747zM160 396.8c-17.707 0-32-14.293-32-32v-256c0-17.707 14.293-32 32-32h704c17.707 0 32 14.293 32 32s-14.293 32-32 32h-672v224c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe976;" glyph-name="sm-16" d="M860.16 780.587c-134.080 17.28-214.827 47.893-258.987 70.613-42.667 21.867-60.053 40.64-63.040 44.16-2.027 2.773-4.48 5.333-7.467 7.467-14.4 10.347-34.347 7.040-44.693-7.36-0.107-0.213-14.827-18.347-56.853-40.96-44.373-23.787-126.507-56-265.28-73.92-13.973-1.813-25.173-12.587-27.413-26.453-0.64-3.84-15.573-94.72-11.2-212.48 2.56-69.547 11.413-134.187 26.347-191.893 18.987-73.493 47.787-136.427 85.76-186.773 64.747-85.973 155.413-136.32 269.76-149.76 1.6-0.213 3.2-0.32 4.8-0.32 0 0 0 0 0.107 0s0 0 0.107 0c1.6 0 3.2 0.107 4.8 0.32 114.24 13.44 205.013 63.787 269.653 149.653 37.973 50.453 66.88 113.28 85.76 186.773 14.933 57.813 23.787 122.347 26.347 191.893 4.373 117.76-10.56 208.64-11.2 212.48-2.24 13.973-13.333 24.747-27.307 26.56zM834.667 542.613c-3.947-100.8-24.32-241.813-99.413-341.44-53.227-70.613-128.32-112.427-223.253-124.16-94.933 11.733-170.133 53.44-223.36 124.16-75.093 99.627-95.467 240.64-99.307 341.44-2.987 77.76 3.093 144.32 7.147 177.813 108.053 15.893 196.48 42.027 263.040 77.653 23.36 12.48 40.427 24.32 52.587 34.24 12.16-9.813 29.227-21.653 52.587-34.24 66.56-35.733 154.88-61.76 263.040-77.653 3.84-33.493 10.027-100.053 6.933-177.813zM672 523.84h-128v128.96c0 17.707-14.293 32-32 32s-32-14.293-32-32v-128.96h-131.947c-17.707 0-32-14.293-32-32s14.293-32 32-32h131.947v-127.040c0-17.707 14.293-32 32-32s32 14.293 32 32v127.040h128c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe977;" glyph-name="sm-admin-16" d="M539.2 337.28c5.013 2.667 9.6 6.187 13.653 10.24l13.653 13.653c23.147 23.040 14.933 41.6-18.24 41.387l-73.173-0.533c-33.28-0.107-41.173-19.413-17.92-42.773l11.2-11.307c5.013-5.013 10.773-9.067 17.067-12.16 0-0.107-0.107-0.213-0.213-0.427l-24.107-44.267c-4.8-7.893-6.933-17.28-5.76-26.56-4.267-12.267-4.267-25.6-0.32-38.080l35.52-120.533c11.413-38.827 29.973-38.933 41.707-1.173l38.187 123.84c4.48 12.8 3.947 26.773-1.173 39.36 0.427 8.427-1.6 16.853-5.973 24.213l-23.253 43.413c-0.32 0.747-0.533 1.173-0.853 1.707v0zM160 72.533c17.707 0 32 14.293 32 32 0 156.907 146.453 289.387 319.787 289.387s319.68-132.48 319.68-289.387c0-17.707 14.293-32 32-32s32 14.293 32 32c0 46.507-10.347 92.16-30.613 135.68-19.52 41.92-47.36 79.68-82.667 112.427-35.413 32.853-76.373 58.667-121.707 76.8-6.080 2.453-12.16 4.693-18.24 6.827 17.387 10.453 33.6 23.147 48.32 37.867 47.787 47.787 74.027 111.253 74.027 178.88s-26.24 130.987-74.027 178.773-111.253 74.133-178.773 74.133-131.093-26.347-178.88-74.027-74.027-111.253-74.027-178.88 26.347-131.093 74.027-178.88c14.72-14.72 30.933-27.413 48.32-37.867-6.187-2.133-12.267-4.373-18.24-6.827-45.333-18.133-86.293-43.947-121.707-76.8-35.307-32.747-63.040-70.507-82.667-112.427-20.267-43.52-30.613-89.173-30.613-135.68 0-17.6 14.293-32 32-32zM322.773 653.013c0 104.213 84.8 188.907 188.907 188.907s188.907-84.8 188.907-188.907-84.693-189.013-188.8-189.013-189.013 84.8-189.013 189.013z" />
-<glyph unicode="&#xe978;" glyph-name="sm-blacklist-16" d="M360 76.8c17.6 0 32 14.293 32 31.893 0 17.707-14.293 32-31.893 32.107l-231.787 0.427c18.133 142.507 156.267 257.493 317.653 257.493 3.413 0 6.72 0.533 9.707 1.493 63.893 2.453 123.627 28.373 169.067 73.92 47.787 47.787 74.027 111.253 74.027 178.88s-26.133 130.987-73.92 178.773-111.253 74.133-178.88 74.133-131.093-26.347-178.88-74.027c-47.68-47.893-74.027-111.36-74.027-178.88s26.347-131.093 74.027-178.88c13.333-13.333 27.947-24.96 43.413-34.88-4.48-1.6-8.96-3.307-13.44-5.013-45.333-18.133-86.293-43.947-121.707-76.8-35.307-32.747-63.040-70.507-82.667-112.427-20.16-43.52-30.4-89.173-30.4-135.68 0-17.6 14.293-32 31.893-32l265.813-0.533c0 0 0 0 0 0zM257.067 653.013c0 104.213 84.8 188.907 188.907 188.907s188.907-84.8 188.907-188.907-84.693-189.013-188.907-189.013-188.907 84.8-188.907 189.013zM758.080 454.507c-108.587 0-196.907-88.32-196.907-196.907s88.32-196.907 196.907-196.907c52.587 0 102.080 20.48 139.307 57.707s57.707 86.613 57.707 139.307c-0.107 108.48-88.427 196.8-197.013 196.8zM758.080 390.507c31.893 0 61.227-11.307 84.16-30.187l-193.28-178.453c-14.933 21.547-23.787 47.573-23.787 75.733 0 73.28 59.627 132.907 132.907 132.907zM758.080 124.693c-21.867 0-42.56 5.333-60.8 14.72l183.467 169.387c6.613-15.787 10.24-33.067 10.24-51.2 0-73.28-59.627-132.907-132.907-132.907z" />
-<glyph unicode="&#xe979;" glyph-name="sm-department-16" d="M926.187 689.707c-20.693 16.64-47.893 25.813-76.48 25.813h-209.92v97.28c0 26.667-12.907 52.16-35.307 70.187-20.693 16.64-47.893 25.813-76.48 25.813h-353.6c-28.587 0-55.68-9.173-76.48-25.707-22.507-18.027-35.413-43.627-35.413-70.293v-704c0-17.707 14.293-32 32-32h121.493c1.173 0 2.347 0.107 3.52 0.213 1.173-0.107 2.347-0.213 3.52-0.213 17.707 0 32 14.293 32 32v160.64h192.96v-160.64c0-17.707 14.293-32 32-32h449.493c17.707 0 32 14.293 32 32v510.72c0 26.56-12.907 52.16-35.307 70.187zM849.707 651.52c25.387 0 47.787-14.933 47.787-32v-478.72h-257.707v510.72h209.92zM223.040 333.44c-17.707 0-32-14.293-32-32v-160.64h-64.533v672c0 17.067 22.4 32 47.893 32h353.6c25.387 0 47.787-14.933 47.787-32v-672h-63.787v160.64c0 17.707-14.293 32-32 32h-256.96zM224 715.52h256c17.707 0 32 14.293 32 32s-14.293 32-32 32h-256c-17.707 0-32-14.293-32-32s14.293-32 32-32zM224 587.52h256c17.707 0 32 14.293 32 32s-14.293 32-32 32h-256c-17.707 0-32-14.293-32-32s14.293-32 32-32zM512 492.8c0 17.707-14.293 32-32 32h-256c-17.707 0-32-14.293-32-32s14.293-32 32-32h256c17.707 0 32 14.293 32 32zM736 524.8h64c17.707 0 32 14.293 32 32s-14.293 32-32 32h-64c-17.707 0-32-14.293-32-32s14.293-32 32-32zM736 396.8h64c17.707 0 32 14.293 32 32s-14.293 32-32 32h-64c-17.707 0-32-14.293-32-32s14.293-32 32-32zM736 268.8h64c17.707 0 32 14.293 32 32s-14.293 32-32 32h-64c-17.707 0-32-14.293-32-32s14.293-32 32-32z" />
-<glyph unicode="&#xe97a;" glyph-name="sm-follow-up-16" d="M116.8 567.467c0.96 0 1.707 0.427 2.667 0.533 13.867-1.067 27.413 6.933 32.213 20.8 54.4 153.173 199.253 256 360.427 256s305.92-102.827 360.427-256c4.587-13.12 16.96-21.333 30.080-21.333 3.52 0 7.147 0.533 10.667 1.92 16.64 5.867 25.387 24.213 19.413 40.853-63.467 178.56-232.533 298.56-420.693 298.56-146.56 0-280.747-73.387-363.2-189.973v56.64c0 17.707-14.293 32-32 32s-32-14.293-32-32v-176c0-17.707 14.293-32 32-32zM933.867 320c0.96 13.973-6.827 27.413-20.693 32.213-16.32 6.080-34.88-2.773-40.853-19.413-54.4-153.173-199.253-256-360.427-256s-305.92 102.827-360.427 256c-5.867 16.64-24.427 25.707-40.853 19.413-16.64-5.867-25.387-24.213-19.413-40.853 63.573-178.56 232.64-298.56 420.8-298.56 143.573 0 275.627 70.187 358.507 182.613v-54.613c0-17.707 14.293-32 32-32s32 14.293 32 32v176c0 1.173-0.533 2.027-0.64 3.2zM484.053 640l-192-256c-7.253-9.707-8.427-22.72-2.987-33.493s16.533-17.707 28.587-17.707h384c12.16 0 23.147 6.827 28.587 17.707s4.267 23.787-2.987 33.493l-192 256c-12.16 16.107-39.147 16.107-51.2 0zM381.653 396.8l128 170.667 128-170.667h-256z" />
-<glyph unicode="&#xe97b;" glyph-name="sm-maintain-16" d="M704 540.8c0 105.92-86.080 192-192 192s-192-86.080-192-192 86.080-192 192-192 192 86.080 192 192zM512 412.8c-70.613 0-128 57.387-128 128s57.387 128 128 128 128-57.387 128-128-57.387-128-128-128zM773.76 329.707l39.040 12.587c15.68 5.013 24.96 21.12 21.44 37.227l-17.067 79.467 54.613 60.267c10.987 12.16 10.987 30.72 0 42.987l-54.613 60.267 17.067 79.467c3.52 16.107-5.76 32.107-21.44 37.227l-77.333 24.96-24.96 77.44c-5.013 15.68-21.333 24.853-37.227 21.44l-79.467-17.067-60.267 54.613c-12.16 10.987-30.72 10.987-42.987 0l-60.267-54.613-79.467 17.067c-15.893 3.52-32.107-5.76-37.227-21.44l-24.96-77.333-77.44-24.96c-15.68-5.013-24.96-21.12-21.44-37.227l17.067-79.467-54.613-60.267c-10.987-12.16-10.987-30.72 0-42.987l54.613-60.267-17.067-79.467c-3.52-16.107 5.76-32.107 21.44-37.227l39.040-12.587-97.813-176.32c-5.76-10.347-5.333-22.933 1.173-32.853 6.4-9.92 17.707-15.36 29.547-14.613l93.76 7.68 43.2-83.627c5.44-10.453 16.107-17.173 27.947-17.28 0.107 0 0.32 0 0.427 0 11.627 0 22.293 6.293 28.053 16.427l94.187 169.92 19.947-18.133c6.080-5.547 13.76-8.213 21.44-8.213s15.36 2.773 21.44 8.213l19.947 18.133 94.187-169.92c5.653-10.133 16.427-16.427 28.053-16.427 0.107 0 0.32 0 0.427 0 11.84 0.213 22.613 6.827 27.947 17.28l43.2 83.627 93.76-7.68c11.52-0.64 23.147 4.587 29.547 14.613 6.4 9.92 6.827 22.507 1.173 32.853l-98.027 176.213zM349.333 112.64l-25.493 49.387c-5.973 11.52-18.667 18.453-31.040 17.173l-55.36-4.587 61.44 110.827 14.72-45.44c5.12-15.68 21.333-24.96 37.227-21.44l65.173 13.973-66.667-119.893zM512 248l-50.987 46.080c-5.973 5.333-13.653 8.213-21.44 8.213-2.24 0-4.48-0.213-6.72-0.747l-67.2-14.4-21.12 65.387c-3.2 9.813-10.88 17.493-20.693 20.693l-65.387 21.12 14.4 67.2c2.133 10.027-0.64 20.48-7.573 28.16l-46.080 51.093 46.080 50.987c6.827 7.68 9.707 18.133 7.573 28.16l-14.4 67.2 65.387 21.12c9.813 3.2 17.493 10.88 20.693 20.693l21.12 65.387 67.2-14.4c9.92-2.133 20.587 0.64 28.16 7.573l50.987 46.080 50.987-46.080c7.68-6.827 18.24-9.707 28.16-7.573l67.2 14.4 21.12-65.387c3.2-9.813 10.88-17.493 20.693-20.693l65.387-21.12-14.4-67.2c-2.133-10.027 0.64-20.48 7.573-28.16l46.080-50.987-46.080-50.987c-6.827-7.68-9.707-18.133-7.573-28.16l14.4-67.2-65.387-21.12c-9.813-3.2-17.493-10.88-20.693-20.693l-21.12-65.387-67.2 14.4c-9.92 2.133-20.48-0.64-28.16-7.573l-50.987-46.080zM731.2 179.2c-12.48 0.853-25.067-5.76-31.040-17.173l-25.493-49.387-66.453 119.893 65.173-13.973c15.787-3.52 32.107 5.76 37.227 21.44l14.72 45.44 61.44-110.827-55.573 4.587z" />
-<glyph unicode="&#xe97c;" glyph-name="sm-operation-16" d="M857.173 715.947c-12.48 12.48-32.747 12.48-45.227 0l-67.84-67.84-45.227 45.227 67.84 67.84c12.48 12.48 12.48 32.747 0 45.227-62.293 62.293-163.84 62.4-226.24 0-54.613-54.613-61.44-139.307-20.373-201.387l-364.373-364.267c-37.44-37.44-37.44-98.347 0-135.787 18.133-18.133 42.24-28.16 67.84-28.16 25.707 0 49.813 10.027 67.84 28.16l364.373 364.267c62.080-41.067 146.667-34.24 201.387 20.373 62.293 62.4 62.293 163.947 0 226.347zM811.84 534.827c-37.44-37.44-98.347-37.44-135.787 0-12.48 12.48-32.747 12.48-45.227 0l-384.64-384.64c-11.947-12.16-33.067-12.053-45.227 0-12.48 12.48-12.48 32.747 0 45.227l384.64 384.747c12.48 12.48 12.48 32.747 0 45.227-37.44 37.44-37.44 98.347 0 135.787 18.667 18.667 43.307 28.053 67.947 28.053 14.187 0 28.267-3.093 41.387-9.28l-64-64c-12.48-12.48-12.48-32.747 0-45.227l90.453-90.453c12.48-12.48 32.747-12.48 45.227 0l64 64c16.96-35.84 10.773-79.893-18.773-109.44zM675.947 354.027c-12.48 12.48-32.747 12.48-45.227 0l-90.56-90.56c-12.48-12.48-12.48-32.747 0-45.227l113.813-113.813c18.453-18.453 42.667-27.627 66.987-27.627 24.64 0 49.28 9.387 68.16 28.267 37.44 37.44 37.76 98.027 0.64 135.147l-113.813 113.813zM743.893 150.4c-12.48-12.48-32.427-12.8-44.587-0.64l-91.2 91.2 45.227 45.227 91.2-91.2c12.053-12.16 11.733-32.107-0.64-44.587zM155.52 648.213l22.613 22.613 135.787-135.787c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-135.787 135.787 22.613 22.613c12.48 12.48 12.48 32.747 0 45.227s-32.747 12.48-45.227 0l-90.453-90.453c-12.48-12.48-12.48-32.747 0-45.227 6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387z" />
-<glyph unicode="&#xe97d;" glyph-name="sm-role-16" d="M160 72.533c17.707 0 32 14.293 32 32 0 156.907 146.453 289.387 319.787 289.387s319.68-132.48 319.68-289.387c0-17.707 14.293-32 32-32s32 14.293 32 32c0 46.507-10.347 92.16-30.613 135.68-19.52 41.92-47.36 79.68-82.667 112.427-35.413 32.853-76.373 58.667-121.707 76.8-6.187 2.453-12.373 4.8-18.667 6.933 38.827 25.28 70.187 61.973 89.173 106.667 6.933 16.32-0.747 35.093-16.96 41.92-16.32 6.933-35.093-0.747-41.92-16.96-27.307-64.533-90.133-106.133-160-106.133-69.973 0-132.907 41.6-160.107 106.133-6.933 16.32-25.707 23.893-41.92 16.96-16.32-6.933-23.893-25.707-16.96-41.92 18.88-44.587 50.24-81.173 88.96-106.56-6.4-2.133-12.693-4.48-18.987-7.040-45.333-18.133-86.293-43.947-121.707-76.8-35.307-32.747-63.040-70.507-82.667-112.427-20.373-43.52-30.72-89.173-30.72-135.68 0-17.6 14.293-32 32-32zM289.493 652.8h445.013c13.12 0 24.96 8 29.76 20.267 5.76 14.613 5.547 30.080-0.747 44.48-8.64 19.84-27.307 33.387-41.493 41.387-0.107 0.427-0.213 0.853-0.32 1.28-13.547 54.507-53.867 97.28-116.373 123.627-44.48 18.773-85.333 22.72-87.040 22.933-2.133 0.213-4.16 0.213-6.187 0-2.027 0.213-4.053 0.213-6.187 0-1.707-0.213-42.56-4.16-87.147-22.933-62.72-26.347-102.933-69.227-116.48-123.84-0.107-0.427-0.213-0.747-0.32-1.173-14.187-8-32.853-21.547-41.493-41.387-6.293-14.4-6.613-29.867-0.747-44.48 4.907-12.16 16.747-20.16 29.76-20.16zM362.347 733.653c0.32 3.093 0.96 6.613 2.027 10.88 20.907 84.693 145.493 98.133 147.413 98.347 0.107 0 0.107 0 0.213 0s0.107 0 0.213 0c0.32 0 33.173-3.413 68.16-18.133 43.947-18.453 70.507-45.44 79.147-80.213 0-0.107 0.107-0.213 0.107-0.32 0.853-3.413 1.6-7.040 2.027-10.88 0.747-6.187 3.2-11.947 7.040-16.533h-313.28c3.84 4.693 6.293 10.56 6.933 16.853z" />
-<glyph unicode="&#xe97e;" glyph-name="sm-roleset-16" d="M577.6 439.36c39.040 25.28 70.827 61.867 89.813 106.56 6.933 16.213-0.64 35.093-16.96 41.92-16.107 6.827-34.987-0.64-41.92-16.96-27.307-64.213-90.24-105.813-160.213-105.813-70.080 0-133.013 41.493-160.32 105.707-6.933 16.32-25.92 23.787-41.92 16.96-16.213-6.933-23.893-25.707-16.96-41.92 18.987-44.693 50.56-81.173 89.6-106.453-146.667-49.92-254.72-180.907-254.72-330.56 0-17.707 14.293-32 32-32s32 14.293 32 32c0 156.373 146.56 288.427 320 288.427s320-132.053 320-288.427c0-17.707 14.293-32 32-32s32 14.293 32 32c0 149.44-107.84 280.427-254.4 330.56zM225.6 655.36h445.227c13.12 0 24.853 8 29.76 20.16 5.76 14.613 5.547 29.973-0.747 44.373-8.64 19.84-27.307 33.387-41.6 41.387-0.107 0.32-0.213 0.747-0.213 1.067-32 128.853-196.587 145.707-203.52 146.347-2.24 0.213-4.16-0.427-6.187-0.64-2.027 0.213-4.053 0.853-6.080 0.64-7.040-0.64-171.84-17.387-203.733-146.347-0.107-0.32-0.213-0.747-0.213-1.067-14.187-7.893-32.853-21.547-41.6-41.387-6.293-14.4-6.613-29.76-0.747-44.373 4.8-12.16 16.533-20.16 29.653-20.16zM298.453 736.107c0.427 3.733 1.173 7.36 2.027 10.88 20.907 84.693 146.347 97.92 147.627 98.027h0.213c1.28-0.107 126.4-13.333 147.627-98.453 0.853-3.413 1.493-7.147 2.027-10.88 0.64-6.080 3.2-11.733 6.827-16.32h-313.28c3.84 4.693 6.293 10.453 6.933 16.747zM793.813 474.88c45.227 30.933 73.28 82.133 73.28 138.453 0 67.733-40.427 128.533-102.827 154.88-16.107 6.827-34.987-0.64-41.92-16.96-6.827-16.32 0.747-35.093 17.067-41.92 38.72-16.427 63.68-54.080 63.68-96 0-42.027-24.96-79.787-58.987-94.507l-53.12-13.44c-17.173-4.267-27.52-21.76-23.147-38.827 3.627-14.507 16.64-24.107 31.040-24.107 1.813 0 3.733 0.32 5.547 0.64 0.32-0.107 0.64-0.32 0.96-0.32 103.36-15.040 190.613-167.893 190.613-333.973 0-17.707 14.293-32 32-32s32 14.293 32 32c0 158.507-69.653 303.36-166.187 366.080z" />
-<glyph unicode="&#xe97f;" glyph-name="sm-syn-down-16" d="M842.133 287.467c-16.96 4.053-34.24-7.467-37.76-24.853l-17.173-81.92-119.68 203.627c-0.533 0.853-1.387 1.387-2.027 2.24 15.253 10.987 29.013 23.893 42.027 37.653v-0.32c0-17.707 14.293-32 32-32s32 14.293 32 32v108.267c0 0.853-0.427 1.493-0.427 2.347 0.427 13.547-7.36 26.347-20.8 31.147-16.427 6.080-34.987-2.773-40.853-19.413-31.787-89.28-116.267-149.333-210.24-149.333s-178.347 59.947-210.133 149.227c-5.867 16.64-24.427 25.707-40.853 19.413-16.64-5.867-25.387-24.213-19.413-40.853 19.947-56.32 56.427-103.36 102.507-136.853-1.067-1.28-2.453-2.133-3.307-3.627l-119.68-203.84-17.067 82.24c-3.627 17.28-20.8 28.8-37.76 24.853-17.28-3.52-28.48-20.48-24.853-37.76l25.067-121.067c3.2-16.64 12.8-31.147 26.987-40.747 10.773-7.36 23.147-11.093 35.733-11.093 3.84 0 7.787 0.427 11.733 1.173l122.133 21.653c17.387 3.093 29.013 19.733 25.92 37.12s-19.52 28.693-37.12 25.92l-74.56-13.013 118.827 202.453c1.067 1.813 1.28 3.733 1.92 5.653 35.307-15.787 73.813-24.96 113.92-24.96 39.253 0 76.8 8.853 111.467 23.68 0.64-1.493 0.747-3.093 1.6-4.587l118.933-202.667-74.667 13.227c-17.6 2.773-34.027-8.427-37.12-25.92s8.533-34.027 25.92-37.12l121.707-21.653c4.053-0.747 8.107-1.173 12.16-1.173 12.587 0 24.96 3.733 35.733 10.987 14.080 9.6 23.68 24.107 26.773 40.32l25.28 121.707c3.627 17.28-7.573 34.24-24.853 37.867zM256 674.133c0.64 0 1.28 0.32 1.92 0.427 13.547-0.533 26.453 7.467 31.147 20.907 31.787 89.28 116.267 149.333 210.24 149.333s178.453-60.053 210.24-149.333c4.587-13.12 16.96-21.333 30.080-21.333 3.52 0 7.147 0.533 10.667 1.92 16.64 5.867 25.387 24.213 19.413 40.853-40.747 114.773-149.44 191.893-270.507 191.893-82.027 0-157.867-36.053-211.2-94.72v0.32c0 17.707-14.293 32-32 32s-32-14.293-32-32v-108.267c0-17.707 14.293-32 32-32z" />
-<glyph unicode="&#xe980;" glyph-name="sm-user-16" d="M782.187 352.64c-35.413 32.853-76.373 58.667-121.707 76.8-6.080 2.453-12.16 4.693-18.24 6.827 17.387 10.453 33.6 23.147 48.32 37.867 47.787 47.787 74.027 111.253 74.027 178.88 0 67.52-26.347 131.093-74.027 178.88-47.787 47.787-111.253 74.027-178.88 74.027s-131.093-26.347-178.88-74.027c-47.787-47.787-74.027-111.253-74.027-178.88 0-67.52 26.347-131.093 74.027-178.88 14.72-14.72 30.933-27.413 48.32-37.867-6.187-2.133-12.267-4.373-18.24-6.827-45.333-18.133-86.293-43.947-121.707-76.8-35.307-32.747-63.040-70.507-82.667-112.427-20.16-43.52-30.507-89.173-30.507-135.68 0-17.707 14.293-32 32-32s32 14.293 32 32c0 156.907 146.453 289.387 319.787 289.387s319.68-132.48 319.68-289.387c0-17.707 14.293-32 32-32s32 14.293 32 32c0 46.507-10.347 92.16-30.613 135.68-19.627 41.92-47.36 79.68-82.667 112.427zM322.773 653.013c0 104.213 84.8 188.907 188.907 188.907s188.907-84.8 188.907-188.907-84.693-189.013-188.8-189.013-189.013 84.8-189.013 189.013z" />
-<glyph unicode="&#xe981;" glyph-name="sm-user-compare-16" d="M92.267 77.333h339.307c17.707 0 32 14.293 32 32s-14.293 32-32 32h-305.173c18.133 142.507 156.267 257.387 317.653 257.387 3.413 0 6.72 0.533 9.707 1.493 63.893 2.453 123.627 28.373 169.067 73.92 47.787 47.787 74.027 111.253 74.027 178.88s-26.133 130.987-73.92 178.773c-47.787 47.787-111.253 74.027-178.88 74.027-67.52 0-131.093-26.347-178.88-74.027s-74.027-111.253-74.027-178.88 26.347-131.093 74.027-178.88c13.333-13.333 27.947-24.96 43.413-34.88-4.48-1.6-8.96-3.307-13.44-5.013-45.333-18.133-86.293-43.947-121.707-76.8-35.307-32.747-63.040-70.507-82.667-112.427-20.373-43.52-30.613-89.173-30.613-135.68 0.107-17.6 14.507-31.893 32.107-31.893zM255.147 653.013c0 104.213 84.8 188.907 188.907 188.907s188.907-84.8 188.907-188.907-84.693-189.013-188.907-189.013-188.907 84.8-188.907 189.013zM904.32 280.32h-154.987c-31.573 0-57.28-25.707-57.28-57.28v-154.88c0-31.573 25.707-57.28 57.28-57.28h154.987c31.573 0 57.28 25.707 57.28 57.28v154.88c0 31.573-25.707 57.28-57.28 57.28zM897.6 74.88h-141.44v141.44h141.547v-141.44zM516.16 329.813v-193.067c0-35.093 28.48-63.573 63.467-63.573 17.707 0 32 14.293 32 32 0 17.493-14.080 31.68-31.467 32v192.213h192.213c0.32-17.493 14.507-31.467 32-31.467 17.707 0 32 14.293 32 32 0 34.987-28.587 63.467-63.573 63.467h-193.067c-35.093 0-63.573-28.48-63.573-63.573z" />
-<glyph unicode="&#xe982;" glyph-name="sm-user-dispatch-16" d="M91.413 77.333h339.307c17.707 0 32 14.293 32 32s-14.293 32-32 32h-305.28c18.24 142.507 156.267 257.387 317.76 257.387 3.413 0 6.72 0.533 9.707 1.493 63.893 2.453 123.627 28.373 169.067 73.92 47.787 47.787 74.027 111.253 74.027 178.88s-26.24 130.987-74.027 178.773-111.253 74.133-178.88 74.133c-67.52 0-131.093-26.347-178.88-74.027s-74.027-111.253-74.027-178.88 26.347-131.093 74.027-178.88c13.333-13.333 27.947-24.96 43.413-34.88-4.48-1.6-8.96-3.307-13.44-5.013-45.333-18.133-86.293-43.947-121.707-76.8-35.307-32.747-63.040-70.507-82.667-112.427-20.373-43.52-30.613-89.173-30.613-135.68 0.213-17.707 14.507-32 32.213-32zM254.187 653.013c0 104.213 84.8 188.907 188.907 188.907 104.213 0 188.907-84.8 188.907-188.907s-84.693-189.013-188.907-189.013c-104.107 0-188.907 84.8-188.907 189.013zM848.533 263.467l-79.467-75.307v194.773c0 17.707-14.293 32-32 32s-32-14.293-32-32v-192.32l-72.96 72.427c-12.587 12.48-32.853 12.373-45.227-0.213-12.48-12.587-12.373-32.853 0.213-45.227l127.573-126.507c0 0 0.107-0.107 0.107-0.107 0.107-0.107 0.213-0.213 0.32-0.32 0.427-0.427 0.853-0.747 1.28-1.067 0.107-0.107 0.32-0.213 0.427-0.32 1.173-0.96 2.347-1.813 3.52-2.56 0.107 0 0.107-0.107 0.213-0.107 1.28-0.853 2.667-1.493 4.053-2.133 0 0 0 0 0 0s0 0 0 0c0.427-0.213 0.96-0.427 1.493-0.533 0 0 0.107 0 0.107 0 0.427-0.213 0.96-0.32 1.387-0.427 0.107 0 0.107 0 0.213-0.107 0.427-0.107 0.853-0.213 1.28-0.32 0.107 0 0.213-0.107 0.32-0.107 0.427-0.107 0.747-0.213 1.173-0.32 0.107 0 0.32-0.107 0.427-0.107 0.32-0.107 0.747-0.107 1.067-0.213 0.213 0 0.32-0.107 0.533-0.107 0.32 0 0.64-0.107 0.96-0.107 0.213 0 0.427-0.107 0.64-0.107 0.32 0 0.533 0 0.853-0.107 0.213 0 0.533 0 0.747-0.107 0.213 0 0.427 0 0.64 0 0.32 0 0.64 0 0.96 0 0.533 0 1.067 0 1.493 0 0.107 0 0.213 0 0.427 0 0.32 0 0.747 0 1.067 0.107 0.32 0 0.64 0.107 0.96 0.107 0.213 0 0.32 0 0.533 0.107 0.427 0.107 0.853 0.107 1.28 0.213 0.107 0 0.107 0 0.213 0 0.427 0.107 0.96 0.213 1.387 0.32 0 0 0.107 0 0.107 0 1.92 0.427 3.84 1.067 5.653 1.92 0 0 0 0 0 0 0.427 0.213 0.853 0.427 1.28 0.64 0 0 0.107 0 0.107 0.107 0.427 0.213 0.747 0.427 1.173 0.64 0.107 0 0.107 0.107 0.213 0.107 0.32 0.213 0.747 0.427 1.067 0.64 0.107 0.107 0.213 0.107 0.32 0.213 0.32 0.213 0.64 0.427 0.96 0.64 0.107 0.107 0.213 0.213 0.427 0.32 0.32 0.213 0.533 0.427 0.853 0.64 0.107 0.107 0.32 0.213 0.427 0.32 0.213 0.213 0.427 0.427 0.747 0.533 0.213 0.107 0.32 0.32 0.533 0.427 0.213 0.213 0.427 0.32 0.64 0.533 0.107 0.107 0.213 0.107 0.213 0.213l133.44 126.507c12.8 12.16 13.333 32.427 1.173 45.227-12.48 12.8-32.747 13.333-45.547 1.173z" />
-<glyph unicode="&#xe983;" glyph-name="sm-user-managment-16" d="M864 396.8h-256c-17.707 0-32-14.293-32-32s14.293-32 32-32h256c17.707 0 32 14.293 32 32s-14.293 32-32 32zM864 270.827h-256c-17.707 0-32-14.293-32-32s14.293-32 32-32h256c17.707 0 32 14.293 32 32s-14.293 32-32 32zM864 142.827h-256c-17.707 0-32-14.293-32-32s14.293-32 32-32h256c17.707 0 32 14.293 32 32s-14.293 32-32 32zM445.973 398.72c3.413 0 6.72 0.533 9.707 1.493 63.893 2.453 123.627 28.373 169.067 73.92 47.787 47.787 74.027 111.253 74.027 178.88 0 67.52-26.347 131.093-74.027 178.88-47.68 47.68-111.147 74.027-178.773 74.027-67.52 0-131.093-26.347-178.88-74.027-47.68-47.893-74.027-111.36-74.027-178.88s26.347-131.093 74.027-178.88c13.333-13.333 27.947-24.96 43.413-34.88-4.48-1.6-8.96-3.307-13.44-5.013-45.333-18.133-86.293-43.947-121.707-76.8-35.307-32.747-63.040-70.507-82.667-112.427-20.16-43.52-30.4-89.173-30.4-135.68 0-17.707 14.293-32 32-32h257.707c17.707 0 32 14.293 32 32s-14.293 32-32 32h-223.68c18.24 142.507 156.267 257.387 317.653 257.387zM257.067 653.013c0 104.213 84.8 188.907 188.907 188.907s188.907-84.8 188.907-188.907-84.693-189.013-188.907-189.013-188.907 84.8-188.907 189.013z" />
-<glyph unicode="&#xe984;" glyph-name="topo-group-16" d="M896 332.8v160c0 17.707-14.293 32-32 32h-320v64c52.907 0 96 43.093 96 96v64c0 52.907-43.093 96-96 96h-64c-52.907 0-96-43.093-96-96v-64c0-52.907 43.093-96 96-96v-64h-320c-17.707 0-32-14.293-32-32v-160c-52.907 0-96-43.093-96-96v-64c0-52.907 43.093-96 96-96h64c52.907 0 96 43.093 96 96v64c0 52.907-43.093 96-96 96v128h288v-128c-52.907 0-96-43.093-96-96v-64c0-52.907 43.093-96 96-96h64c52.907 0 96 43.093 96 96v64c0 52.907-43.093 96-96 96v128h288v-128c-52.907 0-96-43.093-96-96v-64c0-52.907 43.093-96 96-96h64c52.907 0 96 43.093 96 96v64c0 52.907-43.093 96-96 96zM448 684.8v64c0 17.6 14.4 32 32 32h64c17.6 0 32-14.4 32-32v-64c0-17.6-14.4-32-32-32h-64c-17.6 0-32 14.4-32 32zM224 236.8v-64c0-17.6-14.4-32-32-32h-64c-17.6 0-32 14.4-32 32v64c0 17.6 14.4 32 32 32h64c17.6 0 32-14.4 32-32zM576 236.8v-64c0-17.6-14.4-32-32-32h-64c-17.6 0-32 14.4-32 32v64c0 17.6 14.4 32 32 32h64c17.6 0 32-14.4 32-32zM928 172.8c0-17.6-14.4-32-32-32h-64c-17.6 0-32 14.4-32 32v64c0 17.6 14.4 32 32 32h64c17.6 0 32-14.4 32-32v-64z" />
-<glyph unicode="&#xe985;" glyph-name="topo-layer-access-16" d="M864 460.8h-704c-11.093 0-21.333 5.76-27.2 15.147-5.76 9.387-6.293 21.227-1.387 31.147l128 256c5.44 10.773 16.533 17.707 28.587 17.707h448c12.16 0 23.147-6.827 28.587-17.707l128-256c4.907-9.92 4.48-21.653-1.387-31.147-5.867-9.387-16.107-15.147-27.2-15.147zM211.733 524.8h600.533l-96 192h-408.533l-96-192zM864 204.8h-704c-11.093 0-21.333 5.76-27.2 15.147-5.76 9.387-6.293 21.227-1.387 31.147l64 128c7.893 15.787 27.093 22.080 42.987 14.293 15.787-7.893 22.187-27.093 14.293-42.987l-40.96-81.6h600.533l-40.853 81.707c-7.893 15.787-1.493 34.987 14.293 42.987 15.893 7.893 34.987 1.493 42.987-14.293l64-128c4.907-9.92 4.48-21.653-1.387-31.147-5.973-9.493-16.213-15.253-27.307-15.253z" />
-<glyph unicode="&#xe986;" glyph-name="topo-logic-16" d="M832 780.8c-70.613 0-128-57.387-128-128 0-40.213 18.987-75.733 48.107-99.2l-54.080-140.587-289.173 355.947c-7.147 8.853-18.133 13.12-29.76 11.413-11.2-1.813-20.8-9.387-24.853-20.053l-141.44-365.653c-6.827 1.173-13.653 2.133-20.8 2.133-70.613 0-128-57.387-128-128s57.387-128 128-128 128 57.387 128 128c0 40.427-19.2 76.16-48.64 99.627l54.293 140.587 289.6-356.373c6.080-7.573 15.147-11.84 24.747-11.84 1.707 0 3.413 0.107 5.013 0.427 11.307 1.813 20.8 9.493 24.853 20.16l140.693 365.547c7.040-1.173 14.080-2.133 21.44-2.133 70.613 0 128 57.387 128 128s-57.387 128-128 128zM192 204.8c-35.307 0-64 28.693-64 64s28.693 64 64 64 64-28.693 64-64-28.693-64-64-64zM629.973 235.84l-277.12 341.12c-0.213 0.213-0.533 0.32-0.64 0.533l41.813 108.267 277.227-341.227c0.107-0.213 0.32-0.213 0.427-0.427l-41.707-108.267zM832 588.8c-35.307 0-64 28.693-64 64s28.693 64 64 64 64-28.693 64-64-28.693-64-64-64z" />
-<glyph unicode="&#xe987;" glyph-name="drag-drop-16" d="M352 716.8c-9.6 0-19.093 4.267-25.387 12.48-10.773 13.973-8.107 34.133 5.867 44.907l166.4 128c11.84 9.067 28.48 8.853 40-0.747l153.6-128c13.547-11.307 15.36-31.467 4.053-45.12-11.2-13.653-31.467-15.36-45.013-4.053l-133.973 111.573-146.133-112.427c-5.76-4.48-12.587-6.613-19.413-6.613zM505.6 76.8c-7.253 0-14.613 2.453-20.48 7.467l-153.6 128c-13.547 11.307-15.36 31.467-4.053 45.013s31.467 15.467 45.12 4.053l133.867-111.573 146.133 112.427c13.867 10.773 34.027 8.213 44.907-5.867 10.773-13.973 8.107-34.027-5.867-44.907l-166.4-128c-5.867-4.373-12.8-6.613-19.627-6.613zM928 460.8h-832c-17.707 0-32 14.293-32 32s14.293 32 32 32h832c17.707 0 32-14.293 32-32s-14.293-32-32-32z" />
-</font></defs></svg> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/plx-icons.ttf b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/plx-icons.ttf
deleted file mode 100644
index 2d56c73c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/plx-icons.ttf
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/plx-icons.woff b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/plx-icons.woff
deleted file mode 100644
index bf943465..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/fonts/plx-icons.woff
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/backtop/backtop.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/backtop/backtop.svg
deleted file mode 100644
index 58bca254..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/backtop/backtop.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="back_1_" opacity="0.902" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
- x="0px" y="0px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
-<g id="back">
- <g>
- <path style="fill-rule:evenodd;clip-rule:evenodd;fill:#C2C6C9;" d="M30,0H10C4.477,0,0,4.477,0,10v20c0,5.523,4.477,10,10,10h20
- c5.523,0,10-4.477,10-10V10C40,4.477,35.523,0,30,0z M28.713,21.713c-0.388,0.388-1.017,0.388-1.404,0L21,15.404V31
- c0,0.552-0.448,1-1,1s-1-0.448-1-1V15.414l-5.828,5.828c-0.391,0.391-1.024,0.391-1.414,0c-0.391-0.391-0.391-1.024,0-1.414
- l7.071-7.071C19.219,12.367,19.35,11.994,20,12c0.734,0.007,1.213,0.676,1.691,1.287l7.022,7.022
- C29.101,20.697,29.101,21.326,28.713,21.713z M30,10H11c-0.552,0-1-0.448-1-1c0-0.552,0.448-1,1-1h19c0.552,0,1,0.448,1,1
- C31,9.552,30.552,10,30,10z"/>
- </g>
-</g>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/backtop/backtop_hover.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/backtop/backtop_hover.svg
deleted file mode 100644
index f35c0fb0..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/backtop/backtop_hover.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="back_1_" opacity="0.9" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
- x="0px" y="0px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:#7C868D;}
-</style>
-<g id="back">
- <g>
- <path class="st0" d="M30,0H10C4.5,0,0,4.5,0,10v20c0,5.5,4.5,10,10,10h20c5.5,0,10-4.5,10-10V10C40,4.5,35.5,0,30,0z M28.7,21.7
- c-0.4,0.4-1,0.4-1.4,0L21,15.4V31c0,0.6-0.4,1-1,1s-1-0.4-1-1V15.4l-5.8,5.8c-0.4,0.4-1,0.4-1.4,0c-0.4-0.4-0.4-1,0-1.4l7.1-7.1
- c0.4-0.4,0.5-0.8,1.2-0.8c0.7,0,1.2,0.7,1.7,1.3l7,7C29.1,20.7,29.1,21.3,28.7,21.7z M30,10H11c-0.6,0-1-0.4-1-1s0.4-1,1-1h19
- c0.6,0,1,0.4,1,1S30.6,10,30,10z"/>
- </g>
-</g>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/checkbox-checked-disabled.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/checkbox-checked-disabled.svg
deleted file mode 100644
index 041c368b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/checkbox-checked-disabled.svg
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="1 1 14 14" style="enable-background:new 1 1 14 14;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:#D5D5D5;}
- .st1{fill:none;stroke:#FFFFFF;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
-</style>
-<path class="st0" d="M14.1,15H1.9C1.4,15,1,14.6,1,14.1V1.9C1,1.4,1.4,1,1.9,1h12.3C14.6,1,15,1.4,15,1.9v12.3
- C15,14.6,14.6,15,14.1,15z"/>
-<polyline class="st1" points="3.8,7.6 6.8,10.8 12.2,5.3 "/>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/checkbox-disabled.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/checkbox-disabled.svg
deleted file mode 100644
index 03bfad63..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/checkbox-disabled.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="1 1 14 14" style="enable-background:new 1 1 14 14;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:#F2F2F2;stroke:#DDDDDD;stroke-miterlimit:10;}
-</style>
-<path class="st0" d="M13.6,14.5H2.4c-0.5,0-0.9-0.4-0.9-0.9V2.4c0-0.5,0.4-0.9,0.9-0.9h11.3c0.5,0,0.9,0.4,0.9,0.9v11.3
- C14.5,14.1,14.1,14.5,13.6,14.5z"/>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/checkbox-hover.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/checkbox-hover.svg
deleted file mode 100644
index 4cac1803..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/checkbox-hover.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="-217 219 14 14" style="enable-background:new -217 219 14 14;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:none;stroke:#00ABFF;stroke-miterlimit:10;}
-</style>
-<path class="st0" d="M-204.4,232.5h-11.3c-0.5,0-0.9-0.3-0.9-0.9v-11.3c0-0.5,0.3-0.9,0.9-0.9h11.3c0.5,0,0.9,0.3,0.9,0.9v11.3
- C-203.5,232.3-203.8,232.5-204.4,232.5z"/>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/checkbox-init.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/checkbox-init.svg
deleted file mode 100644
index d518db1b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/checkbox-init.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:none;stroke:#DDDDDD;stroke-miterlimit:10;}
-</style>
-<path id="XMLID_1_" class="st0" d="M12.633,13.5H1.367c-0.479,0-0.867-0.388-0.867-0.867V1.367C0.5,0.888,0.888,0.5,1.367,0.5
- h11.267c0.479,0,0.867,0.388,0.867,0.867v11.267C13.5,13.112,13.112,13.5,12.633,13.5z"/>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/radio-checked-disabled.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/radio-checked-disabled.svg
deleted file mode 100644
index ff139644..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/radio-checked-disabled.svg
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="2 0 14 14" style="enable-background:new 2 0 14 14;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:#D5D5D5;}
- .st1{fill:#FFFFFF;}
-</style>
-<circle class="st0" cx="9" cy="7" r="7"/>
-<circle class="st1" cx="9" cy="7" r="2.9"/>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/radio-checked.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/radio-checked.svg
deleted file mode 100644
index 29dfaf84..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/radio-checked.svg
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="2 0 14 14" style="enable-background:new 2 0 14 14;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:#00ABFF;}
- .st1{fill:#FFFFFF;}
-</style>
-<circle class="st0" cx="9" cy="7" r="7"/>
-<circle class="st1" cx="9" cy="7" r="2.9"/>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/radio-disabled.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/radio-disabled.svg
deleted file mode 100644
index 6e1a1b12..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/radio-disabled.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="2 0 14 14" style="enable-background:new 2 0 14 14;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:#F2F2F2;stroke:#DDDDDD;stroke-miterlimit:10;}
-</style>
-<circle class="st0" cx="9" cy="7" r="6.5"/>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/radio-hover.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/radio-hover.svg
deleted file mode 100644
index c050f69d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/radio-hover.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="2 0 14 14" style="enable-background:new 2 0 14 14;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:none;stroke:#00ABFF;stroke-miterlimit:10;}
-</style>
-<circle class="st0" cx="9" cy="7" r="6.5"/>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/radio-init.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/radio-init.svg
deleted file mode 100644
index 7e2977c2..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/radio-init.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="2 0 14 14" style="enable-background:new 2 0 14 14;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:none;stroke:#DDDDDD;stroke-miterlimit:10;}
-</style>
-<circle class="st0" cx="9" cy="7" r="6.5"/>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/test/checkbox-checked.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/test/checkbox-checked.svg
deleted file mode 100644
index 22b9535c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/images/checkbox-radio/test/checkbox-checked.svg
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="1 1 14 14" style="enable-background:new 1 1 14 14;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:#00ABFF;}
- .st1{fill:none;stroke:#FFFFFF;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
-</style>
-<path class="st0" d="M14.1,15H1.9C1.4,15,1,14.6,1,14.1V1.9C1,1.4,1.4,1,1.9,1h12.3C14.6,1,15,1.4,15,1.9v12.3
- C15,14.6,14.6,15,14.1,15z"/>
-<polyline class="st1" points="3.8,7.6 6.8,10.8 12.2,5.3 "/>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/NIV/NIV-theme.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/NIV/NIV-theme.less
deleted file mode 100644
index 2490a0d9..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/NIV/NIV-theme.less
+++ /dev/null
@@ -1,271 +0,0 @@
-//color
-@blue-1: #e7f4fd;
-@blue-2: #cfe9fc;
-@blue-3: #a0d3f8;
-@blue-4: #70bef5;
-@blue-5: #40a8f2;
-@blue-6: #108ee9;
-@blue-7: #0d75bf;
-@blue-8: #0c66a7;
-@blue-9: #084977;
-@blue-10: #073a5f;
-
-@green-1: #e5f6ee;
-@green-2: #cceedd;
-@green-3: #99dcbb;
-@green-4: #66cb98;
-@green-5: #33b976;
-@green-6: #00a854;
-@green-7: #00994d;
-@green-8: #008040;
-@green-9: #006633;
-@green-10: #004d26;
-
-@red-1: #fdeae8;
-@red-2: #fad4d1;
-@red-3: #f8bfba;
-@red-4: #f5aaa3;
-@red-5: #ee6a5d;
-@red-6: #ea4335;
-@red-7: #e72918;
-@red-8: #b92113;
-@red-9: #a21d11;
-@red-10: #8a190f;
-
-@yellow-1: #fff8e6;
-@yellow-2: #fef2cd;
-@yellow-3: #fde59b;
-@yellow-4: #fdde81;
-@yellow-5: #fcca36;
-@yellow-6: #f3b709;
-@yellow-7: #c99703;
-@yellow-8: #977202;
-@yellow-9: #7e5f02;
-@yellow-10: #644c02;
-
-@orange-1: #fff1e6;
-@orange-2: #ffe2cc;
-@orange-3: #ffd4b3;
-@orange-4: #ffb780;
-@orange-5: #ff8b33;
-@orange-6: #f56a30;
-@orange-7: #cc5800;
-@orange-8: #994200;
-@orange-9: #803700;
-@orange-10: #662c00;
-
-@purple-1: #f5e9f7;
-@purple-2: #ebd4ef;
-@purple-3: #d7a9df;
-@purple-4: #c47cd0;
-@purple-5: #ad49be;
-@purple-6: #9c27b0;
-@purple-7: #862097;
-@purple-8: #6f1c7d;
-@purple-9: #60166d;
-@purple-10: #51145c;
-
-@pink-1: #fde8ef;
-@pink-2: #fad1df;
-@pink-3: #f8bace;
-@pink-4: #ff84af;
-@pink-5: #ee5d8e;
-@pink-6: #e81e63;
-@pink-7: #d01654;
-@pink-8: #b9134a;
-@pink-9: #a21141;
-@pink-10: #8a0f38;
-
-@cyan-1: #ebf8f9;
-@cyan-2: #cfedf0;
-@cyan-3: #a7dfe3;
-@cyan-4: #76cdd3;
-@cyan-5: #3db8c1;
-@cyan-6: #00a2ae;
-@cyan-7: #008997;
-@cyan-8: #00707f;
-@cyan-9: #005667;
-@cyan-10: #003c4e;
-
-@lemon-1: #fffdeb;
-@lemon-2: #ffface;
-@lemon-3: #fff7b1;
-@lemon-4: #fff59d;
-@lemon-5: #fff175;
-@lemon-6: #ffeb3b;
-@lemon-7: #f7e225;
-@lemon-8: #e8d211;
-@lemon-9: #d3bf0b;
-@lemon-10: #c3b003;
-
-@brown-1: #f5f1ef;
-@brown-2: #ece3df;
-@brown-3: #d9c6bf;
-@brown-4: #c6aa9f;
-@brown-5: #9f7160;
-@brown-6: #795548;
-@brown-7: #604439;
-@brown-8: #503830;
-@brown-9: #402d26;
-@brown-10: #30221d;
-
-@indigo-1: #eceef8;
-@indigo-2: #d9ddf2;
-@indigo-3: #c6cceb;
-@indigo-4: #a1aade;
-@indigo-5: #6877ca;
-@indigo-6: #3f51b5;
-@indigo-7: #354497;
-@indigo-8: #2e3b84;
-@indigo-9: #212a5e;
-@indigo-10: #1b224b;
-
-@lime-1: #f3f9ec;
-@lime-2: #e6f2d9;
-@lime-3: #daecc6;
-@lime-4: #b5d98c;
-@lime-5: #9ccc66;
-@lime-6: #8bc24a;
-@lime-7: #77ac39;
-@lime-8: #699933;
-@lime-9: #4f7326;
-@lime-10: #426020;
-
-@bluegray-1: #f0f3f5;
-@bluegray-2: #d2dbe0;
-@bluegray-3: #b4c3cb;
-@bluegray-4: #96abb6;
-@bluegray-5: #7893a1;
-@bluegray-6: #607d8b;
-@bluegray-7: #546c78;
-@bluegray-8: #495f69;
-@bluegray-9: #34444b;
-@bluegray-10: #2a363c;
-
-@default-white: #ffffff;
-@default-black: #000000;
-
-@default-blue: @blue-6;
-@hover-blue: @blue-7;
-@active-blue: @blue-8;
-
-@nav-default-blue: @default-blue;
-@nav-hover-blue: @hover-blue;
-@nav-active-blue: @active-blue;
-
-@default-green: @green-6;
-@hover-green: @green-7;
-@active-green: @green-8;
-
-@default-red: @red-6;
-@hover-red: @red-7;
-@active-red: @red-8;
-
-@default-yellow: @yellow-6;
-@hover-yellow: @yellow-7;
-@active-yellow: @yellow-8;
-
-@gray-grade-1: #212121;
-@gray-grade-2: #404040;
-@gray-grade-3: #595959;
-@gray-grade-4: #737373;
-@gray-grade-5: #999999;
-@gray-grade-6: #bfbfbf;
-@gray-grade-7: #d9d9d9;
-@gray-grade-8: #e9e9e9;
-@gray-grade-9: #f5f5f5;
-
-//font
-@font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
-
-@font-size-normal: 14px;
-@font-size-xl: 24px;
-@font-size-lg: 20px;
-@font-size-sm: 12px;
-
-@font-gray-normal: @gray-grade-3;
-@font-gray-light: @gray-grade-5;
-@font-gray-lightest: @gray-grade-6;
-@font-gray-dark: @gray-grade-2;
-
-@font-weight-normal: 400;
-@font-weight-bold: 500;
-@title-font-weight: 500;
-
-.font(@font-size: @font-size-normal, @color:@font-gray-normal, @font-weight: @font-weight-normal) {
- font-family: @font-family;
- font-weight: @font-weight;
- font-size: @font-size;
- line-height: @font-size;
- color: @color;
-}
-
-.input-font(@font-size: @font-size-normal, @color:@font-gray-normal) {
- .font(@font-size, @color, @font-weight-bold);
-}
-
-//disabled
-@disabled-font: @font-gray-lightest;
-@disabled-background: @gray-grade-9;
-@disabled-border-color: rgba(191, 191, 191, 0.5);
-
-//hover
-@hover-background: @blue-1;
-@hover-border-color: @default-blue;
-
-//active
-@active-background: @gray-grade-9;
-
-//highlight
-@highlight-background: @gray-grade-6;
-
-//border
-@border-color: @gray-grade-7;
-@border-base: 1px solid @border-color;
-@border-radius-base: 3px;
-@box-shadow-base: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
-
-//height
-@component-height-lg: 32px;
-@component-height-md: 28px;
-@component-height-sm: 24px;
-@line-height-base: 1.5;
-
-//spacing
-@spacing-within-item: 10px;
-@spacing-between-item: 20px;
-
-//z-index
-@z-index-affix : 10;
-@z-index-back-top : 10;
-@z-index-modal-mask : 1000;
-@z-index-modal : 1000;
-@z-index-notification : 1010;
-@z-index-message : 1010;
-@z-index-popover : 1030;
-@z-index-picker : 1050;
-@z-index-dropdown : 1050;
-@z-index-tooltip : 1060;
-
-//input
-@input-padding-both-side: 10px;
-@input-width: 400px;
-
-//overlay
-@overlay-margin-top: 5px;
-@overlay-item-padding-left: 10px;
-
-//clear icon
-@hover-clear-icon-bg: @gray-grade-9;
-@clear-icon-color: @gray-grade-5;
-
-//button
-@button-width: 88px;
-@button-border: 0;
-@button-border-color: @border-base;
-
-//tab
-@tab-height: 36px;
-@tab-active-line-height: 2px;
-@tab-line-height: @tab-height - @tab-active-line-height;
-@icon-menu-active-bg: @blue-2;
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/NIV/theme.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/NIV/theme.css
deleted file mode 100644
index 134187dd..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/NIV/theme.css
+++ /dev/null
@@ -1,5549 +0,0 @@
-.plx-breadcrumb {
- margin: 0;
- padding: 5px 10px;
- font-size: 12px;
-}
-.plx-breadcrumb li {
- display: inline-block;
-}
-.plx-breadcrumb a {
- color: #737373;
- text-decoration: none;
-}
-.plx-breadcrumb a:hover {
- color: #108EE9;
-}
-.plx-breadcrumb .plx-breadcrumb-separator {
- color: #999;
- padding: 0 5px;
- vertical-align: 1px;
-}
-.plx-breadcrumb .plx-breadcrumb-collapse {
- padding-left: 6px;
- padding-right: 6px;
- cursor: pointer;
-}
-.plx-breadcrumb .plx-breadcrumb-collapse circle {
- fill: #8e8e8e;
-}
-.plx-breadcrumb .plx-breadcrumb-collapse:hover circle {
- fill: #108EE9;
-}
-.plx-breadcrumb .plx-breadcrumb-active {
- vertical-align: 1px;
-}
-.plx-breadcrumb .plx-breadcrumb-active a {
- font-size: 20px;
- color: #404040;
- cursor: text;
-}
-.owl-dateTime {
- display: inline-block;
- position: relative;
- width: 100%;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
- background: #fff;
- color: #595959;
-}
-.owl-dateTime input {
- font-size: 14px;
- height: 32px;
- padding-left: 10px;
- padding-right: 10px;
- outline: 0;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- vertical-align: middle;
-}
-.short-text-input .owl-dateTime input {
- width: 120px;
-}
-.text-input-with-unit .owl-dateTime input {
- width: 355px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-unitOption .owl-dateTime input {
- width: 316px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix .owl-dateTime input {
- width: 330px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-prefixOption .owl-dateTime input {
- width: 316px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-passwordSwith .owl-dateTime input {
- width: 360px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix.text-input-with-unit .owl-dateTime input {
- width: 285px;
-}
-.text-input-with-prefix.text-input-with-unitOption .owl-dateTime input {
- width: 246px;
-}
-.short-text-input.text-input-with-prefix .owl-dateTime input {
- width: 80px;
-}
-.short-text-input.text-input-with-unit .owl-dateTime input {
- width: 80px;
-}
-.short-text-input.text-input-with-prefix.text-input-with-unit .owl-dateTime input {
- width: 40px;
-}
-.owl-dateTime input:focus {
- border: 1px solid #108EE9;
-}
-.owl-dateTime input:disabled,
-.owl-dateTime input[disabled] {
- cursor: not-allowed;
- background-color: #f5f5f5;
-}
-.owl-dateTime input:-ms-input-placeholder {
- color: #999 !important;
-}
-.owl-dateTime input::-webkit-input-placeholder {
- color: #999 !important;
-}
-.owl-dateTime-input {
- width: 100%;
- padding-right: 1.5em;
-}
-.owl-dateTime-cancel {
- position: absolute;
- top: 50%;
- right: .1em;
- border-radius: 50%;
- transform: translateY(-50%);
- cursor: pointer;
- color: inherit;
-}
-.owl-dateTime-inputWrapper {
- position: relative;
-}
-.owl-dateTime-customTemp {
- display: inline-block;
- position: relative;
-}
-.owl-dateTime-dialog {
- padding: 0px;
- position: absolute;
-}
-.owl-dateTime-dialogHeader {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
-}
-.owl-calendar-wrapper,
-.owl-timer-wrapper {
- position: relative;
- width: 100%;
- padding: .2em .5em;
-}
-.owl-calendar-control {
- display: flex;
- justify-content: space-around;
- width: 100%;
- height: 2em;
-}
-.owl-calendar-control .owl-calendar-controlNav {
- position: relative;
- cursor: pointer;
- width: 12.5%;
-}
-.owl-calendar-control .owl-calendar-controlContent {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 75%;
- height: 100%;
-}
-.owl-calendar {
- position: relative;
- min-height: 13.7em;
-}
-.owl-calendar table {
- width: 100%;
- border-collapse: collapse;
-}
-.owl-calendar tbody td {
- position: relative;
- text-align: center;
-}
-.owl-calendar tbody td a {
- display: block;
- width: 100%;
- height: 100%;
- text-decoration: none;
- color: inherit;
- font-size: 12px;
-}
-.owl-calendar .owl-calendar-yearArrow {
- position: absolute;
- top: 50%;
- width: 1.5em;
- height: 1.5em;
- transform: translateY(-50%);
- cursor: pointer;
-}
-.owl-calendar .owl-calendar-yearArrow.left {
- left: -0.5em;
-}
-.owl-calendar .owl-calendar-yearArrow.right {
- right: -0.5em;
-}
-.owl-timer-wrapper {
- position: relative;
- display: flex;
- justify-content: center;
-}
-.owl-timer-wrapper .owl-timer {
- position: relative;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- width: 25%;
- height: 100%;
-}
-.owl-timer-wrapper .owl-timer-control {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 30%;
- width: 100%;
- cursor: pointer;
-}
-.owl-timer-wrapper .owl-timer-control .icon:before {
- margin: 0;
-}
-.owl-timer-wrapper .owl-timer-input {
- width: 60%;
- height: 100%;
-}
-/*# sourceMappingURL=picker.component.css.map */
-.font-face {
- font-weight: normal;
- font-style: normal;
-}
-[class^="paletx-datepicker-icon-"]:before,
-[class*="paletx-datepicker-icon-"]:before {
- font-family: "fontello";
- font-style: normal;
- font-weight: normal;
- speak: none;
- display: inline-block;
- text-decoration: inherit;
- width: 1em;
- margin-right: .2em;
- text-align: center;
- /* opacity: .8; */
- /* For safety - reset parent styles, that can break glyph codes*/
- font-variant: normal;
- text-transform: none;
- /* fix buttons height, for twitter bootstrap */
- line-height: 1em;
- /* Animation center compensation - margins should be symmetric */
- /* remove if not needed */
- margin-left: .2em;
- /* you can be more comfortable with increased icons size */
- /* font-size: 120%; */
- /* Font smoothing. That was taken from TWBS */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- /* Uncomment for 3D effect */
- /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
-}
-.paletx-datepicker-icon-cancel:before {
- content: '\e802';
-}
-/* '' */
-.paletx-datepicker-icon-up-open:before {
- content: '\e805';
-}
-/* '' */
-.paletx-datepicker-icon-down-open:before {
- content: '\e80b';
-}
-/* '' */
-.paletx-datepicker-icon-left-open:before {
- content: '\e817';
-}
-/* '' */
-.paletx-datepicker-icon-right-open:before {
- content: '\e818';
-}
-/* '' */
-.owl-widget,
-.owl-widget * {
- box-sizing: border-box;
-}
-.owl-widget {
- font-size: 1em;
-}
-.owl-padding {
- padding: 0px;
-}
-.owl-corner-all {
- border-radius: 3px;
-}
-.owl-corner-top {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
-}
-.owl-state-default {
- border: 1px solid #d9d9d9;
- background: #fff;
- color: #595959;
-}
-.owl-inputtext {
- margin: 0;
- outline: medium none;
- transition: .2s;
-}
-.owl-dateTime.owl-dateTime-inline {
- width: auto;
-}
-.owl-dateTime.owl-dateTime-inline .owl-dateTime-dialog {
- position: relative;
- z-index: auto;
-}
-.owl-dateTime-dialog {
- width: 300px;
- user-select: none;
- z-index: 99999;
-}
-.owl-dateTime-dialogHeader {
- height: 2.5em;
- padding: .25em;
- background-color: #fff;
- overflow-y: auto;
-}
-.owl-calendar-control .owl-calendar-controlNav .nav-prev,
-.owl-calendar-control .owl-calendar-controlNav .nav-next {
- position: absolute;
- top: 50%;
- right: auto;
- bottom: auto;
- left: 50%;
- transform: translate(-50%, -50%);
-}
-.owl-cal-header {
- background: #f5f5f5;
- height: 35px;
-}
-.owl-calendar-control .owl-calendar-controlNav .nav-prev:before,
-.owl-calendar-control .owl-calendar-controlNav .nav-next:before {
- border-top: .5em solid transparent;
- border-bottom: .5em solid transparent;
- border-right: 0.75em solid #000000;
- width: 0;
- height: 0;
- display: block;
- margin: 0 auto;
-}
-.owl-calendar-control .owl-calendar-controlNav .nav-next:before {
- border-right: 0;
- border-left: 0.75em solid #000000;
-}
-.owl-calendar-control .owl-calendar-controlContent .month-control,
-.owl-calendar-control .owl-calendar-controlContent .year-control {
- color: #999;
- display: inline-block;
- cursor: pointer;
- transition: transform 200ms ease;
-}
-.owl-calendar-control .owl-calendar-controlContent .month-control:hover,
-.owl-calendar-control .owl-calendar-controlContent .year-control:hover {
- color: #5cb85c;
-}
-.owl-calendar-control .owl-calendar-controlContent .month-control {
- font-size: 16px;
- margin-right: .8rem;
-}
-.owl-calendar-control .owl-calendar-controlContent .year-control {
- font-size: 16px;
-}
-.owl-calendar tbody td.owl-calendar-selected {
- background-color: #5cb85c;
- color: #fff;
-}
-.owl-calendar tbody td.owl-calendar-invalid {
- color: #bfbfbf;
-}
-.owl-calendar tbody td.owl-calendar-outFocus {
- color: #999;
-}
-.owl-calendar tbody td.owl-calendar-hidden {
- visibility: hidden;
-}
-/**
-.owl-calendar tbody td:not(.owl-calendar-selected):not(.owl-calendar-invalid):hover {
- background-color: @hover-bg-color;
- color: @shadow-color }
-**/
-.owl-years td.owl-year,
-.owl-years td.owl-month,
-.owl-months td.owl-year,
-.owl-months td.owl-month {
- font-size: 1.2em;
- height: 2.5em;
- width: 33.33%;
- line-height: 2.5em;
- border-radius: 60px;
-}
-.owl-weekdays th.owl-weekday {
- height: 1em;
- line-height: 2em;
- text-align: center;
- font-weight: normal;
- font-size: 14px;
- /**color: @unselected-text-color; **/
-}
-.owl-days td.owl-day {
- border-radius: 30px;
- height: 2em;
- width: calc(14.28571429%);
- line-height: 2em;
-}
-.owl-days td.owl-day.owl-day-today:before {
- content: '';
- display: block;
- position: absolute;
- right: 2px;
- top: 2px;
- color: #108EE9;
- border-top: 0.5em solid #0D75BF;
- border-left: .5em solid transparent;
-}
-.owl-timer-wrapper {
- height: 5.4em;
- background-color: rgba(0, 0, 0, 0.2);
-}
-.owl-timer-wrapper .owl-timer-text {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 40%;
- font-size: 1.5em;
-}
-.owl-timer-wrapper .owl-meridian-btn {
- font-size: .8em;
- color: #5cb85c;
- background-image: none;
- background-color: transparent;
- border-color: #5cb85c;
-}
-.owl-timer-wrapper .owl-meridian-btn:hover {
- color: #fff;
- background-color: #5cb85c;
- border-color: #5cb85c;
-}
-.owl-timer-divider {
- display: inline-block;
- align-self: flex-end;
- position: absolute;
- width: .6em;
- height: 100%;
- left: -0.3em;
-}
-.owl-timer-divider .owl-timer-dot {
- display: block;
- width: .3em;
- height: .3em;
- position: absolute;
- left: 50%;
- border-radius: 50%;
- transform: translateX(-50%);
-}
-.owl-timer-divider .owl-timer-dot.dot-top {
- top: 38%;
-}
-.owl-timer-divider .owl-timer-dot.dot-bottom {
- bottom: 38%;
-}
-.owl-icon {
- position: absolute;
- top: 50%;
- right: .1em;
- border-radius: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- cursor: pointer;
- color: #8e8e8e;
-}
-.oes-time-control {
- color: #595959 !important;
-}
-.owl-calendar-selected {
- background-color: #5cb85c;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar tbody td div.day:not(.owl-calendar-selected):not(.owl-calendar-invalid):hover {
- background-color: #E7F4FD;
- color: #000;
- border-radius: 50%;
-}
-.oes-time-control {
- font-size: 14px;
-}
-.owl-calendar-year-part {
- width: 42px;
- margin-left: 30px;
- text-align: center;
-}
-.owl-calendar-year-part:hover {
- background-color: #E7F4FD;
- color: #000;
- border-radius: 50%;
-}
-.owl-calendar-year-selected {
- background-color: #5cb85c;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar-year-selected:hover {
- background-color: #5cb85c;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar-month-part {
- width: 42px;
- margin-left: 30px;
- text-align: center;
-}
-.owl-calendar-month-part:hover {
- background-color: #E7F4FD;
- color: #000;
- border-radius: 50%;
-}
-.owl-calendar-month-selected {
- background-color: #5cb85c;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar-month-selected:hover {
- background-color: #5cb85c;
- color: #fff;
- border-radius: 50%;
-}
-/*# sourceMappingURL=picker.css.map */
-.oes-time-table .chevron::before {
- border-style: solid;
- border-width: 0.29em 0.29em 0 0;
- content: '';
- display: inline-block;
- height: 0.69em;
- left: 0.05em;
- position: relative;
- top: 0.15em;
- transform: rotate(-45deg);
- -webkit-transform: rotate(-45deg);
- -ms-transform: rotate(-45deg);
- vertical-align: middle;
- width: 0.71em;
-}
-.oes-time-table .chevron.bottom:before {
- top: -0.3em;
- -webkit-transform: rotate(135deg);
- -ms-transform: rotate(135deg);
- transform: rotate(135deg);
-}
-.oes-time-table .btn-link {
- border: none!important;
- cursor: pointer;
- outline: 0;
- display: block;
-}
-.oes-time-table .btn-link.disabled {
- cursor: not-allowed;
- opacity: .65;
-}
-.oes-time-control {
- text-align: center;
-}
-.datapicker-form-control {
- width: auto !important;
- display: inline-block;
-}
-.oes-time-table .ict-stretch {
- font-size: 8px;
-}
-.oes-time-table .ict-shrink {
- font-size: 8px;
-}
-.time-pick-bk {
- background-color: #fff;
-}
-.btn-link:focus,
-.btn-link:hover {
- text-decoration: none;
-}
-.oes-time-control {
- border: 0;
- width: 30px !important;
- padding: 3px 0;
- margin: 0;
- font-size: 14px;
-}
-.oes-time-control:hover {
- background-color: #e6e6e6;
- color: #000;
- cursor: pointer;
-}
-.oes-time-control-foucs-bk {
- background-color: #00abff !important;
- color: #fff!important;
-}
-.oes-time-separator {
- margin: 0 -5px;
-}
-.oes-time-group,
-.oes-time-group:hover {
- border-bottom: 1px solid #ccc;
- border-left: 1px solid #ccc;
- border-top: 1px solid #ccc;
- border-radius: 0.2em;
-}
-.oes-time-btns,
-.oes-time-btns:hover {
- border-bottom: 1px solid #ccc;
- border-right: 1px solid #ccc;
- border-top: 1px solid #ccc;
- border-radius: 0.2em;
- padding: 0 0 7px 0 !important;
-}
-.oes-time-btns-wrapper {
- margin-top: -3px;
- transform: scale(0.6, 0.6);
-}
-.i18nTimeDes,
-.i18nTimeDes:hover {
- padding: 0 5px 0px 0;
-}
-.oes-time-btn {
- height: 5px;
-}
-.oes-time-table {
- margin-bottom: 10px;
-}
-.hour-table {
- font-size: 12px;
-}
-.hour-table td {
- padding: 5px;
- padding-top: 3px;
- padding-bottom: 3px;
- cursor: pointer;
-}
-.oes-time-btn-shrink {
- position: relative;
- top: -5px;
- left: 0px;
- color: #CCC;
-}
-.oes-time-btn-stretch {
- position: relative;
- left: 0px;
- color: #CCC;
-}
-.owl-calendar-timer-invalid {
- color: #acacac;
-}
-.owl-calendar-timer-selected {
- background-color: #00abff;
- color: #FFFFFF;
- border-radius: 1.2em;
-}
-.hour-table td:not(.owl-calendar-timer-selected):not(.owl-calendar-timer-invalid):hover {
- background-color: #ebf6fd;
- color: #000000;
- border-radius: 1.2em;
-}
-.icon {
- color: #8e8e8e;
- vertical-align: text-bottom;
- margin-left: 5px;
- font-size: 20px;
-}
-.plx-input-password {
- display: inline-block;
- line-height: 30px;
- width: 40px;
- text-align: center;
- vertical-align: middle;
- margin-top: -2px;
- background-color: #fff;
- border-top: 1px solid #d9d9d9;
- border-right: 1px solid #d9d9d9;
- border-bottom: 1px solid #d9d9d9;
- border-bottom-right-radius: 3px;
- border-top-right-radius: 3px;
- cursor: pointer;
-}
-.plx-input-password:focus,
-.plx-input-password:hover {
- background-color: #fff;
-}
-.plx-input-password:active {
- background-color: #108ee9;
-}
-.plx-input-password.ict-eye-closed,
-.plx-input-password.ict-eye {
- color: #8e8e8e;
-}
-.plx-input-password-disabled {
- cursor: not-allowed;
-}
-.plx-input-password-disabled:focus,
-.plx-input-password-disabled:hover,
-.plx-input-password-disabled:active {
- background-color: #fff;
-}
-.plx-input-password-sm {
- line-height: 26px;
-}
-@-moz-keyframes three-quarters-loader {
- 0% {
- -moz-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@-webkit-keyframes three-quarters-loader {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@keyframes three-quarters-loader {
- 0% {
- -moz-transform: rotate(0deg);
- -ms-transform: rotate(0deg);
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-.plx-loading-max:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 72px;
- height: 72px;
- border: 5px solid #108EE9;
- border-right-color: #fff;
- border-radius: 36px;
-}
-.plx-loading-medium:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 36px;
- height: 36px;
- border: 4px solid #108EE9;
- border-right-color: #fff;
- border-radius: 18px;
-}
-.plx-loading-min:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 18px;
- height: 18px;
- border: 2px solid #108EE9;
- border-right-color: #fff;
- border-radius: 9px;
-}
-.plx-loading-default:not(:required) {
- margin-left: 100px;
- margin-top: 100px;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 36px;
- height: 36px;
- border: 4px solid #108EE9;
- border-right-color: #fff;
- border-radius: 18px;
-}
-.plx-loading-xs:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 12px;
- height: 12px;
- border: 2px solid #108EE9;
- border-right-color: #fff;
- border-radius: 6px;
-}
-.plx-loading {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
-}
-.plx-loading-white:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 12px;
- height: 12px;
- border: 2px solid #fff;
- border-right-color: #108EE9;
- border-radius: 6px;
-}
-.plx-loading-gray:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 12px;
- height: 12px;
- border: 2px solid #bfbfbf;
- border-right-color: #fff;
- border-radius: 6px;
-}
-.message {
- width: 400px;
- right: 10px;
- top: 0;
- position: fixed;
- z-index: 99999;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-weight: 400;
- font-style: normal;
- font-size: 14px;
- color: #404040;
-}
-.message > p {
- width: 100%;
- margin: 10px 0 16px;
- padding: 0 25px ;
- border: 1px solid #e9e9e9;
- box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.2);
- line-height: 36px;
- background: #fff;
- font-size: 14px !important;
- color: #595959;
-}
-.message > p > span {
- float: right;
- cursor: pointer;
- font-weight: 400;
- font-style: normal;
- color: #108EE9;
- text-align: center;
-}
-.message > p > span:hover {
- text-decoration: underline;
-}
-.message > div {
- width: 100%;
- margin-bottom: 16px;
- border: 1px solid ;
- line-height: 62px;
- border: 1px solid #e9e9e9;
- box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.2);
- border-radius: 5px;
- background: #fff;
- position: relative;
-}
-.message > div > span {
- display: inline-block;
- font-size: 24px !important;
- margin-left: 12px;
- margin-right: 3px;
- vertical-align: middle;
-}
-.message > div.success {
- border-left: 4px solid #00A854;
-}
-.message > div.success > span {
- color: #00A854;
-}
-.message > div.error {
- border-left: 4px solid #EA4335;
-}
-.message > div.error > span {
- color: #EA4335;
-}
-.message > div.warning {
- border-left: 4px solid #F3B709;
-}
-.message > div.warning > span {
- color: #F3B709;
-}
-.message > div.info {
- border-left: 4px solid #108EE9;
-}
-.message > div.info > span {
- color: #108EE9;
-}
-.message > div > i {
- float: right;
- width: 20px;
- height: 20px;
- margin-top: 21px;
- line-height: 20px;
- border-radius: 50%;
- margin-right: 20px;
- cursor: pointer;
- text-align: center;
- font-size: 16px;
-}
-.message > div > i:hover {
- background: #E7F4FD;
-}
-.message > div > p {
- top: -3px;
- margin: 0;
- padding: 0 20px 16px 43px;
- font-size: 14px !important;
- color: #595959;
- line-height: 18px;
- position: relative;
-}
-.message > div > p > span {
- color: #108EE9;
- cursor: pointer;
-}
-.message > div > p > span:hover {
- text-decoration: underline;
-}
-.message > div > div {
- padding-left: 45px ;
- padding-bottom: 19px;
- font-size: 14px;
- color: #108EE9;
- line-height: 18px;
- cursor: pointer;
-}
-.message > div > div:hover {
- text-decoration: underline;
-}
-#plxMessageMeasure {
- position: fixed;
- top: -12px;
- opacity: 0;
- white-space: nowrap;
- margin: 0;
- padding: 0;
- font-size: 14px !important;
- line-height: 14px;
- z-index: -9999;
-}
-.stack > span {
- display: inline-block;
- position: absolute;
- bottom: 16px;
- right: 25px;
-}
-plx-modal-window .modal {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- display: none;
- outline: 0;
- z-index: 10000;
-}
-plx-modal-window .modal-dialog {
- position: relative;
- max-width: 600px;
- margin: 30px auto;
-}
-plx-modal-window .modal-dialog.modal-sm {
- max-width: 600px;
-}
-plx-modal-window .modal-dialog.modal-lg {
- max-width: 1000px;
-}
-plx-modal-window .modal-content {
- position: relative;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- background-color: #fff;
- background-clip: padding-box;
- border-radius: 3px;
- box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
- outline: 0;
-}
-plx-modal-window .modal-content .modal-header {
- border-bottom: 0;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- padding: 15px;
-}
-plx-modal-window .modal-content .modal-body .form-group:last-child,
-plx-modal-window .modal-content .modal-body form:last-child {
- margin-bottom: 0;
-}
-plx-modal-window .modal-content .modal-footer {
- display: block;
- border-top: 0;
- margin-top: 0;
- padding: 0 15px 15px 15px;
-}
-plx-modal-window .modal-content .modal-title {
- font-size: 20px;
- margin-bottom: 0;
- line-height: 1.5;
-}
-plx-modal-window .modal-content .modal-btn {
- text-align: center;
- font-size: 0;
-}
-plx-modal-window .close {
- color: #8e8e8e;
- font-size: 16px;
- text-shadow: none;
- width: 24px;
- height: 24px;
- background: #fff;
- border-radius: 20px;
- padding-bottom: 2px;
- outline: none;
-}
-plx-modal-window .close:hover {
- color: #8e8e8e;
- background: #E7F4FD;
-}
-plx-modal-window .alert-modal.row {
- margin-left: 100px;
- margin-bottom: 30px;
- text-align: left;
-}
-plx-modal-window .alert-modal.row .tip-img {
- display: inline-block;
- width: 52px;
- height: 52px;
- border-radius: 50px;
- font-size: 45px;
- text-align: center;
- line-height: 1;
- margin-top: -5px;
- margin-right: 15px;
-}
-plx-modal-window .alert-modal.row .tip-img::before {
- content: "!";
-}
-plx-modal-window .alert-modal.row .tip-info {
- width: 300px;
-}
-plx-modal-window .alert-modal.row .tip-info .alert-title {
- font-size: 16px;
- color: #404040;
-}
-plx-modal-window .alert-modal.row .tip-info .alert-result {
- margin-top: 5px;
- font-size: 14px;
- color: #999;
-}
-plx-modal-window .alert-modal.row .warning {
- border: 3px solid #F3B709;
- color: #F3B709;
-}
-plx-modal-window .alert-modal.row .error {
- border: 3px solid #EA4335;
- color: #EA4335;
-}
-ngb-popover-window.plx-popover.show {
- color: #333;
- border: 1px solid #d9d9d9;
-}
-.plx-popover {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 10001;
- display: block;
- padding: 1px;
- font-style: normal;
- font-weight: normal;
- letter-spacing: normal;
- line-break: auto;
- line-height: 1.5;
- text-align: left;
- text-decoration: none;
- text-shadow: none;
- text-transform: none;
- white-space: normal;
- word-break: normal;
- word-spacing: normal;
- word-wrap: break-word;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- max-width: 400px;
- min-width: 200px;
- background-color: #fff;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-popover::before,
-.plx-popover::after {
- content: "";
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border: solid transparent;
-}
-.plx-popover::before {
- border-width: 7px;
-}
-.plx-popover::after {
- border-width: 6px;
-}
-.plx-popover-top-common {
- margin-top: -9px;
-}
-.plx-popover-top-common::before {
- border-top-color: #ccc;
- border-bottom-width: 0;
- bottom: -7px;
-}
-.plx-popover-top-common::after {
- border-top-color: #fff;
- border-bottom-width: 0;
- bottom: -6px;
-}
-.plx-popover-top {
- margin-top: -9px;
-}
-.plx-popover-top::before {
- border-top-color: #ccc;
- border-bottom-width: 0;
- bottom: -7px;
-}
-.plx-popover-top::after {
- border-top-color: #fff;
- border-bottom-width: 0;
- bottom: -6px;
-}
-.plx-popover-top::before {
- left: 50%;
- margin-left: -7px;
-}
-.plx-popover-top::after {
- left: 50%;
- margin-left: -6px;
-}
-.plx-popover.plx-popover-top-left {
- margin-top: -9px;
-}
-.plx-popover.plx-popover-top-left::before {
- border-top-color: #ccc;
- border-bottom-width: 0;
- bottom: -7px;
-}
-.plx-popover.plx-popover-top-left::after {
- border-top-color: #fff;
- border-bottom-width: 0;
- bottom: -6px;
-}
-.plx-popover.plx-popover-top-left::before {
- left: 10px;
-}
-.plx-popover.plx-popover-top-left::after {
- left: 11px;
-}
-.plx-popover.plx-popover-top-right {
- margin-top: -9px;
-}
-.plx-popover.plx-popover-top-right::before {
- border-top-color: #ccc;
- border-bottom-width: 0;
- bottom: -7px;
-}
-.plx-popover.plx-popover-top-right::after {
- border-top-color: #fff;
- border-bottom-width: 0;
- bottom: -6px;
-}
-.plx-popover.plx-popover-top-right::before {
- right: 10px;
-}
-.plx-popover.plx-popover-top-right::after {
- right: 11px;
-}
-.plx-popover-right-common {
- margin-left: 9px;
-}
-.plx-popover-right-common::before {
- border-right-color: #ccc;
- border-left-width: 0;
- left: -7px;
-}
-.plx-popover-right-common::after {
- border-right-color: #fff;
- border-left-width: 0;
- left: -6px;
-}
-.plx-popover.plx-popover-right {
- margin-left: 9px;
-}
-.plx-popover.plx-popover-right::before {
- border-right-color: #ccc;
- border-left-width: 0;
- left: -7px;
-}
-.plx-popover.plx-popover-right::after {
- border-right-color: #fff;
- border-left-width: 0;
- left: -6px;
-}
-.plx-popover.plx-popover-right::before {
- top: 50%;
- margin-top: -7px;
-}
-.plx-popover.plx-popover-right::after {
- top: 50%;
- margin-top: -6px;
-}
-.plx-popover.plx-popover-right-top {
- margin-left: 9px;
-}
-.plx-popover.plx-popover-right-top::before {
- border-right-color: #ccc;
- border-left-width: 0;
- left: -7px;
-}
-.plx-popover.plx-popover-right-top::after {
- border-right-color: #fff;
- border-left-width: 0;
- left: -6px;
-}
-.plx-popover.plx-popover-right-top::before {
- top: 10px;
-}
-.plx-popover.plx-popover-right-top::after {
- top: 11px;
-}
-.plx-popover.plx-popover-right-bottom {
- margin-left: 9px;
-}
-.plx-popover.plx-popover-right-bottom::before {
- border-right-color: #ccc;
- border-left-width: 0;
- left: -7px;
-}
-.plx-popover.plx-popover-right-bottom::after {
- border-right-color: #fff;
- border-left-width: 0;
- left: -6px;
-}
-.plx-popover.plx-popover-right-bottom::before {
- bottom: 10px;
-}
-.plx-popover.plx-popover-right-bottom::after {
- bottom: 11px;
-}
-.plx-popover-bottom-common {
- margin-top: 9px;
-}
-.plx-popover-bottom-common::before {
- border-bottom-color: #ccc;
- border-top-width: 0;
- top: -7px;
-}
-.plx-popover-bottom-common::after {
- border-bottom-color: #fff;
- border-top-width: 0;
- top: -6px;
-}
-.plx-popover.plx-popover-bottom {
- margin-top: 9px;
-}
-.plx-popover.plx-popover-bottom::before {
- border-bottom-color: #ccc;
- border-top-width: 0;
- top: -7px;
-}
-.plx-popover.plx-popover-bottom::after {
- border-bottom-color: #fff;
- border-top-width: 0;
- top: -6px;
-}
-.plx-popover.plx-popover-bottom::before {
- left: 50%;
- margin-left: -7px;
-}
-.plx-popover.plx-popover-bottom::after {
- left: 50%;
- margin-left: -6px;
-}
-.plx-popover.plx-popover-bottom-left {
- margin-top: 9px;
-}
-.plx-popover.plx-popover-bottom-left::before {
- border-bottom-color: #ccc;
- border-top-width: 0;
- top: -7px;
-}
-.plx-popover.plx-popover-bottom-left::after {
- border-bottom-color: #fff;
- border-top-width: 0;
- top: -6px;
-}
-.plx-popover.plx-popover-bottom-left::before {
- left: 10px;
-}
-.plx-popover.plx-popover-bottom-left::after {
- left: 11px;
-}
-.plx-popover.plx-popover-bottom-right {
- margin-top: 9px;
-}
-.plx-popover.plx-popover-bottom-right::before {
- border-bottom-color: #ccc;
- border-top-width: 0;
- top: -7px;
-}
-.plx-popover.plx-popover-bottom-right::after {
- border-bottom-color: #fff;
- border-top-width: 0;
- top: -6px;
-}
-.plx-popover.plx-popover-bottom-right::before {
- right: 10px;
-}
-.plx-popover.plx-popover-bottom-right::after {
- right: 11px;
-}
-.plx-popover-left-common {
- margin-left: -9px;
-}
-.plx-popover-left-common::before {
- border-left-color: #ccc;
- border-right-width: 0;
- right: -7px;
-}
-.plx-popover-left-common::after {
- border-left-color: #fff;
- border-right-width: 0;
- right: -6px;
-}
-.plx-popover.plx-popover-left {
- margin-left: -9px;
-}
-.plx-popover.plx-popover-left::before {
- border-left-color: #ccc;
- border-right-width: 0;
- right: -7px;
-}
-.plx-popover.plx-popover-left::after {
- border-left-color: #fff;
- border-right-width: 0;
- right: -6px;
-}
-.plx-popover.plx-popover-left::before {
- top: 50%;
- margin-top: -7px;
-}
-.plx-popover.plx-popover-left::after {
- top: 50%;
- margin-top: -6px;
-}
-.plx-popover.plx-popover-left-top {
- margin-left: -9px;
-}
-.plx-popover.plx-popover-left-top::before {
- border-left-color: #ccc;
- border-right-width: 0;
- right: -7px;
-}
-.plx-popover.plx-popover-left-top::after {
- border-left-color: #fff;
- border-right-width: 0;
- right: -6px;
-}
-.plx-popover.plx-popover-left-top::before {
- top: 10px;
-}
-.plx-popover.plx-popover-left-top::after {
- top: 11px;
-}
-.plx-popover.plx-popover-left-bottom {
- margin-left: -9px;
-}
-.plx-popover.plx-popover-left-bottom::before {
- border-left-color: #ccc;
- border-right-width: 0;
- right: -7px;
-}
-.plx-popover.plx-popover-left-bottom::after {
- border-left-color: #fff;
- border-right-width: 0;
- right: -6px;
-}
-.plx-popover.plx-popover-left-bottom::before {
- bottom: 10px;
-}
-.plx-popover.plx-popover-left-bottom::after {
- bottom: 11px;
-}
-.plx-popover .plx-popover-title {
- padding: 8px 14px;
- margin-bottom: 0;
- font-size: 16px;
- background-color: #fff;
- border-bottom: 1px solid #d9d9d9;
-}
-.plx-popover .plx-popover-title:empty {
- display: none;
-}
-.plx-popover .plx-popover-content {
- padding: 9px 14px;
- background-color: #fff;
-}
-.plx-popover .ict-warning {
- color: #EA4335;
- font-size: 24px;
- margin-right: 5px;
-}
-.popover-template {
- padding: 10px 0px;
- min-width: 220px;
-}
-.popover-template .popover-template-content {
- padding: 10px 10px;
-}
-.popover-template .popover-template-footer {
- padding: 10px 10px 5px 10px;
- text-align: center;
-}
-.popover-template .popover-template-icon {
- display: inline-block;
- max-width: 30px;
- float: left;
-}
-.popover-template .popover-template-icon-area {
- display: inline-block;
- height: 100%;
- vertical-align: middle;
-}
-.popover-template .popover-template-msg {
- display: inline-block;
- max-width: 300px;
- margin-left: 10px;
- margin-top: 1px;
-}
-.plx-progress {
- display: inline-block;
- margin: 0 10px 1px 0;
- border-radius: 20px;
- overflow: hidden;
- background-color: #eee;
-}
-.plx-progress .plx-progress-bar {
- width: 0;
- height: 8px;
- transition: width 0.8s ease-in-out;
- opacity: 1;
-}
-.plx-progress .plx-progress-bar-info {
- position: relative;
- background-color: #3aa5f2;
-}
-.plx-progress .plx-progress-bar-info::before {
- background-color: #108EE9;
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- width: 0;
- height: 8px;
- animation: plx-progress-bar-stripes 0.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
-}
-.plx-progress .plx-progress-bar-info.plx-progress-bar-reset {
- transition: none;
-}
-.plx-progress .plx-progress-bar-warning {
- background-color: #EA4335;
-}
-.plx-progress .plx-progress-bar-success,
-.plx-progress .plx-progress-bar-info.plx-progress-bar-success {
- background-color: #108EE9;
-}
-.plx-progress-info {
- display: inline-block;
-}
-.plx-progress-info .fp-exclamation-circle {
- color: #EA4335;
-}
-@keyframes plx-progress-bar-stripes {
- from {
- width: 0;
- }
- to {
- width: 100%;
- }
-}
-:host(.plx-progressbar-sm) {
- font-size: 12px;
-}
-:host(.plx-progressbar-sm) .plx-progress-bar {
- height: 2px;
-}
-:host(.plx-progressbar-sm) .fp-exclamation-circle {
- vertical-align: middle;
- font-size: 12px;
-}
-:host(.plx-progressbar-sm) .plx-progress-info span {
- vertical-align: middle;
-}
-.plx-progressbar-sm {
- font-size: 12px;
-}
-.plx-progressbar-sm .plx-progress-bar {
- height: 2px;
-}
-.plx-progressbar-sm .fp-exclamation-circle {
- vertical-align: middle;
- font-size: 12px;
-}
-.plx-progressbar-sm .plx-progress-info span {
- vertical-align: middle;
-}
-.plx-progressbar-sm-common {
- font-size: 12px;
-}
-.plx-progressbar-sm-common .plx-progress-bar {
- height: 2px;
-}
-.plx-progressbar-sm-common .fp-exclamation-circle {
- vertical-align: middle;
- font-size: 12px;
-}
-.plx-progressbar-sm-common .plx-progress-info span {
- vertical-align: middle;
-}
-.search-input {
- position: relative;
- background: #fff;
- color: #595959;
-}
-.search-input input {
- height: 32px;
- padding-left: 10px;
- padding-right: 10px;
- outline: 0;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- vertical-align: middle;
- width: 100%;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
- color: #595959;
-}
-.short-text-input .search-input input {
- width: 120px;
-}
-.text-input-with-unit .search-input input {
- width: 355px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-unitOption .search-input input {
- width: 316px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix .search-input input {
- width: 330px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-prefixOption .search-input input {
- width: 316px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-passwordSwith .search-input input {
- width: 360px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix.text-input-with-unit .search-input input {
- width: 285px;
-}
-.text-input-with-prefix.text-input-with-unitOption .search-input input {
- width: 246px;
-}
-.short-text-input.text-input-with-prefix .search-input input {
- width: 80px;
-}
-.short-text-input.text-input-with-unit .search-input input {
- width: 80px;
-}
-.short-text-input.text-input-with-prefix.text-input-with-unit .search-input input {
- width: 40px;
-}
-.search-input input:focus {
- border: 1px solid #108EE9;
-}
-.search-input input:disabled,
-.search-input input[disabled] {
- cursor: not-allowed;
- background-color: #f5f5f5;
-}
-.search-input-sm {
- height: 28px !important;
-}
-.search-img {
- color: #bfbfbf;
- position: absolute;
- right: 8px;
- top: 8px;
- list-style: none;
- font-size: 16px;
-}
-.search-img-confirm {
- color: #0C66A7;
- cursor: pointer;
-}
-::-webkit-input-placeholder {
- color: #999 !important;
-}
-:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #999 !important;
-}
-::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #999 !important;
-}
-input:-ms-input-placeholder {
- color: #999 !important;
-}
-input::-webkit-input-placeholder {
- color: #999 !important;
-}
-select-dropdown {
- box-sizing: border-box;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
- outline: none;
-}
-select-dropdown > div {
- background-color: #fff;
- position: absolute;
- z-index: 9999;
-}
-select-dropdown > div.select-sm .filter input {
- height: 30px;
-}
-select-dropdown > div.select-sm .filter .toggle {
- top: 13px;
-}
-select-dropdown > div .filter {
- width: 100%;
-}
-select-dropdown > div .filter input {
- border: 1px solid #108EE9;
- border-radius: 3px;
- padding: 0 10px;
- width: 100%;
- height: 34px;
-}
-select-dropdown > div .filter .toggle {
- display: block;
- position: absolute;
- top: 15px;
- right: 10px;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #9b9b9b;
-}
-select-dropdown > div .options {
- border: 1px solid #d9d9d9;
- border-top: none;
- border-radius: 3px;
- max-height: 160px;
- overflow-y: auto;
-}
-select-dropdown > div .options ul {
- list-style: none;
- margin: 0;
- padding: 0;
-}
-select-dropdown > div .options ul li {
- color: #595959;
- height: 30px;
- line-height: 18px;
- padding: 6px 20px 6px 8px;
- position: relative;
- cursor: pointer;
- user-select: none;
-}
-select-dropdown > div .options ul li.single-selected {
- background-color: #f5f5f5;
-}
-select-dropdown > div .options ul li.highlighted {
- background-color: #E7F4FD;
- color: #595959;
-}
-select-dropdown > div .options ul li.disabled {
- background-color: #fff;
- color: #bfbfbf;
- cursor: default;
- pointer-events: none;
-}
-select-dropdown > div .options ul li.plx-select-message {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-select-dropdown > div .options ul li .option-label {
- display: inline-block;
- width: 100%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-select-dropdown > div .options ul li .option-tick {
- display: inline-block;
- position: absolute;
- right: 5px;
- top: 5px;
-}
-select-dropdown > div .options ul li .tick {
- fill: none;
- stroke: #00A854;
- stroke-width: 2;
- stroke-linecap: round;
- stroke-linejoin: round;
- stroke-miterlimit: 10;
-}
-plx-select {
- display: inline-block;
- margin: 0;
- position: relative;
- vertical-align: middle;
- width: 100%;
-}
-plx-select.ng-untouched:not(form).ng-untouched:not(fieldset) {
- border: 0;
-}
-plx-select * {
- box-sizing: border-box;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
- outline: none;
-}
-plx-select > div {
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- cursor: pointer;
- user-select: none;
- width: 100%;
-}
-plx-select > div.disabled {
- background-color: #f5f5f5;
- color: #bfbfbf;
- cursor: not-allowed;
-}
-plx-select > div.focus-border {
- border: 1px solid #108EE9 !important;
-}
-plx-select > div.select-sm .value,
-plx-select > div.select-sm .placeholder {
- height: 28px !important;
- line-height: 28px !important;
-}
-plx-select > div.select-sm .toggle {
- top: 13px;
-}
-plx-select > div.select-sm div.option {
- height: 20px !important;
- line-height: 14px !important;
-}
-plx-select > div.select-sm input {
- height: 28px;
- line-height: 28px;
-}
-plx-select > div input {
- background-color: transparent;
- border: none;
- border-radius: 3px;
- cursor: pointer;
- height: 32px;
- line-height: 32px;
-}
-plx-select > div .toggle {
- display: block;
- position: absolute;
- top: 15px;
- right: 10px;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #9b9b9b;
-}
-plx-select > div .single {
- display: flex;
- width: 100%;
-}
-plx-select > div .single .value,
-plx-select > div .single .placeholder {
- color: #595959;
- flex: 1;
- height: 32px;
- line-height: 32px;
- overflow: hidden;
- padding: 0 10px;
- white-space: nowrap;
-}
-plx-select > div .single .value span,
-plx-select > div .single .placeholder span {
- display: inline-block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 100%;
-}
-plx-select > div .single .placeholder {
- color: #999;
-}
-plx-select > div .single input {
- flex: 1;
- padding: 1px 10px 0 10px;
-}
-plx-select > div .multiple {
- display: flex;
- flex-flow: row wrap;
- padding: 0 10px;
- width: 100%;
-}
-plx-select > div .multiple .placeholder {
- flex: 1;
- color: #999;
- height: 32px;
- line-height: 32px;
- overflow: hidden;
- white-space: nowrap;
-}
-plx-select > div .multiple input {
- padding: 0;
- margin-right: 10px;
-}
-plx-select > div .multiple div.option {
- background-color: #f8f8f8;
- border: 1px solid #e6e6e6;
- border-radius: 2px;
- color: #595959;
- cursor: default;
- display: inline-block;
- flex-shrink: 0;
- height: 24px;
- line-height: 18px;
- margin: 4px 10px 4px 0;
- padding: 2px 30px 2px 10px;
- max-width: 100%;
- position: relative;
-}
-plx-select > div .multiple div.option span {
- display: inline-block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 100%;
-}
-plx-select > div .multiple div.option .deselect-option {
- color: #c0c0c0;
- cursor: pointer;
- font-size: 8px;
- position: absolute;
- top: 2px;
- right: 8px;
-}
-plx-select > div .multiple div.option .deselect-option:hover {
- color: #555;
-}
-.plx-ui-steps {
- height: 40px;
-}
-.plx-ui-horizon-ul-horizon {
- display: flex;
- box-orient: horizontal;
- padding: 0;
- font-size: 14px;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
-}
-.plx-ui-steps-li {
- list-style: none;
- position: relative;
- height: 24px;
- line-height: 24px;
- float: left;
- margin-right: 0;
-}
-.plx-ui-steps-number-active {
- color: #fff;
- background-color: #108EE9;
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 10px;
- float: left;
- text-align: center;
-}
-.plx-ui-steps-number-passive {
- background-color: #D7D7D7;
- color: #fff;
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 10px;
- float: left;
- text-align: center;
-}
-.plx-rapire-steps {
- position: relative;
-}
-.plx-ui-steps-number-visited {
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 10px;
- float: left;
- position: relative;
- color: #108EE9;
- background-color: #fff;
- border: 2px solid #108EE9;
-}
-.plx-ui-menuitem-div-passive {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-.plx-ui-menuitem-div-active {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-.plx-ui-menuitem-div-passive {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-.plx-ui-menuitem-div-visited {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-.plx-ui-underline {
- width: 386px;
- height: 2px;
- margin-top: 49px;
- position: absolute;
- background-color: #108EE9;
-}
-.passive .plx-ui-underline {
- background-color: #D7D7D7;
-}
-.plx-ui-steps-title-active {
- white-space: nowrap;
-}
-.plx-ui-steps-title-passive {
- white-space: nowrap;
-}
-.plx-ui-steps-title-visited {
- white-space: nowrap;
-}
-.plx-ui-steps-number-visited-tick {
- position: absolute;
- background-color: transparent;
- height: 12px;
- width: 7px;
- transform: rotate(45deg);
- transform-origin: 50% 120%;
- transition: all 0.2s;
- border-right: 2px solid #108EE9;
- border-bottom: 2px solid #108EE9;
-}
-/**********************************************************************************************************/
-.plx-ui-steps-display-vertical {
- display: inline-block;
-}
-.plx-ui-steps-vertical {
- height: auto;
- width: auto;
- min-width: 180px;
- display: inline-block;
- font-size: 14px;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
-}
-.plx-ui-horizon-ul-vertical {
- display: inline-block;
- box-orient: vertical;
- width: auto;
- padding: 0;
-}
-.plx-ui-underline-active-vertical {
- margin-left: 3px;
- width: 10px;
- display: table-caption;
- min-height: 30px;
- border-right: 2px solid #D7D7D7;
-}
-.plx-ui-underline-visited-vertical {
- margin-left: 3px;
- width: 10px;
- display: table-caption;
- height: 30px;
-}
-.plx-ui-underline-passive-vertical {
- height: 30px;
- margin-left: 3px;
- width: 10px;
- display: table-caption;
- border-right: 2px solid #D7D7D7;
-}
-.plx-ui-steps-li-vertical {
- list-style: none;
- width: auto;
-}
-.plx-ui-steps-title-active-vertical {
- margin-left: 10px;
- position: absolute;
- width: auto;
- height: 24px;
- min-width: 64px;
- margin-top: 1px;
- white-space: nowrap;
-}
-.plx-ui-steps-title-visited-vertical {
- margin-left: 10px;
- position: absolute;
- width: auto;
- height: 24px;
- min-width: 64px;
- margin-top: 3px;
- white-space: nowrap;
-}
-.plx-ui-steps-title-passive-vertical {
- margin-left: 10px;
- position: absolute;
- width: auto;
- height: 24px;
- min-width: 64px;
- margin-top: 1px;
- white-space: nowrap;
-}
-.plx-ui-steps-number-visited-tick-vertical {
- position: absolute;
- background-color: transparent;
- height: 12px;
- width: 7px;
- transform: rotate(45deg);
- transform-origin: 50% 120%;
- transition: all 0.2s;
-}
-.plx-ui-steps-number-active-vertical {
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 0;
- float: left;
- text-align: left;
- position: relative;
- line-height: 24px;
-}
-.plx-ui-steps-number-passive-vertical {
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 0;
- float: left;
- text-align: left;
- position: relative;
- padding-top: 2px;
- line-height: 24px;
-}
-.plx-ui-steps-number-visited-vertical {
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 0;
- float: left;
- position: relative;
- line-height: 24px;
-}
-.plx-table-wrapper {
- position: relative;
- width: 100%;
-}
-.plx-table-blur {
- opacity: .7;
- filter: blur(0.5px);
-}
-.plx-table-loading {
- position: absolute;
- width: 100%;
- height: 100%;
- opacity: 1;
- z-index: 9999;
-}
-.plx-table-loading-content {
- position: absolute;
- width: 36px;
- height: 36px;
- border: 5px solid #108EE9;
- border-right-color: transparent;
- top: calc(50% - 36px);
- left: calc(50% - 18px);
- animation: plx-table-loading-animation 1s infinite ease-in-out;
- border-radius: 50%;
-}
-.plx-table-loading-placeholder {
- position: absolute;
- top: calc(50% + 10px);
- left: calc(50% - 18px);
-}
-/* 加载中动画 */
-@-moz-keyframes plx-table-loading-animation {
- 0% {
- -moz-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@-webkit-keyframes plx-table-loading-animation {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@keyframes plx-table-loading-animation {
- 0% {
- -moz-transform: rotate(0deg);
- -ms-transform: rotate(0deg);
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-/*表格样式*/
-.plx-table {
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
- line-height: 1.5;
- color: #595959;
- border-collapse: collapse;
- width: 100%;
- display: table;
- table-layout: fixed;
- max-width: 100%;
- min-width: 100%;
- word-break: break-all;
-}
-.plx-table .plx-table-subHead th {
- background-color: #fff;
- line-height: 1;
- border-bottom: 1px solid #d9d9d9;
-}
-.plx-table tr.plx-table-hlt {
- background-color: #e2f2fc;
-}
-.plx-table tr:hover {
- background-color: #E7F4FD;
-}
-.plx-table.plx-table-normal th {
- box-sizing: border-box;
- height: 40px;
- padding: 0px 10px ;
- color: #595959;
- text-decoration: none;
- font-weight: normal;
- font-size: 14px;
- border: 1px solid #d9d9d9;
- background-color: #f5f5f5;
-}
-.plx-table.plx-table-normal td {
- border: 1px solid #d9d9d9;
- vertical-align: middle;
- height: 40px;
- padding: 2px 10px 0px 10px;
-}
-.plx-table.plx-table-large th {
- box-sizing: border-box;
- height: 50px;
- padding: 0px 10px ;
- color: #595959;
- text-decoration: none;
- font-weight: normal;
- font-size: 14px;
- border: none;
- background-color: #f5f5f5;
-}
-.plx-table.plx-table-large td {
- border-bottom: 1px solid #d9d9d9;
- vertical-align: middle;
- height: 50px;
- padding: 2px 10px 0px 10px;
-}
-.plx-table.plx-table-card th {
- box-sizing: border-box;
- height: 64px;
- padding: 0px 10px ;
- color: #595959;
- text-decoration: none;
- font-weight: normal;
- font-size: 14px;
- border: none;
- background-color: #f5f5f5;
-}
-.plx-table.plx-table-card td {
- border-bottom: 1px solid #d9d9d9;
- vertical-align: middle;
- height: 64px;
- padding: 2px 10px 0px 10px;
-}
-.plx-table.plx-table-sm th {
- box-sizing: border-box;
- height: 30px;
- padding: 0px 10px ;
- color: #595959;
- text-decoration: none;
- font-weight: normal;
- font-size: 14px;
- border: 1px solid #d9d9d9;
- background-color: #f5f5f5;
-}
-.plx-table.plx-table-sm td {
- border: 1px solid #d9d9d9;
- vertical-align: middle;
- height: 30px;
- padding: 2px 10px 0px 10px;
-}
-.plx-table tbody tr:first-child td {
- border-top: none;
-}
-.plx-table-fix {
- table-layout: fixed;
-}
-/*防止分页区域高度塌陷*/
-.plx-table-pagnation-content {
- overflow: auto;
-}
-/*搜索区域*/
-.plx-table-opretions-wrapper:after {
- content: '';
- display: block;
- clear: both;
- height: 0;
- visibility: hidden;
-}
-.plx-table-align-center {
- text-align: center;
-}
-.plx-table-align-left {
- text-align: left;
-}
-.plx-table-align-right {
- text-align: right;
-}
-.plx-table-head-checkbox label {
- margin-bottom: 0px;
- vertical-align: top;
-}
-.plx-table td.plx-table-no-data {
- height: 60px;
- text-align: center;
- font-size: 14px;
- color: #595959;
-}
-.plx-tabset {
- display: flex;
- padding-left: 0;
- margin-bottom: 0;
- list-style: none;
-}
-.plx-tabset.plx-nav-tabs {
- border-bottom: 1px solid #d9d9d9;
- font-size: 16px;
-}
-.plx-tabset.plx-nav-tabs .plx-nav-item {
- margin-bottom: -1px;
-}
-.plx-tabset.plx-nav-tabs .plx-nav-link {
- display: block;
- border-radius: 0;
- border: 1px solid transparent;
- border-top: 2px solid transparent;
- color: #999;
- min-width: 100px;
- text-align: center;
- padding: 6px 16px;
-}
-.plx-tabset.plx-nav-tabs .plx-nav-link:hover,
-.plx-tabset.plx-nav-tabs .plx-nav-link:focus {
- text-decoration: none;
- background-color: #E7F4FD;
- border-bottom: 0;
- border-left: 0;
- border-right: 0;
-}
-.plx-tabset.plx-nav-tabs .plx-nav-link.active {
- color: #595959;
- border-top: 2px solid #108EE9;
- border-left: 1px solid #d9d9d9;
- border-right: 1px solid #d9d9d9;
- background-color: #fff;
-}
-.plx-tabset.plx-nav-tabs .plx-nav-link.active:hover,
-.plx-tabset.plx-nav-tabs .plx-nav-link.active:focus {
- border-left: 1px solid #d9d9d9;
- border-right: 1px solid #d9d9d9;
- border-bottom: 1px solid transparent;
-}
-.plx-tabset.plx-nav-tabs.bottom .plx-nav-link {
- border: 0;
- border-bottom: 2px solid transparent;
-}
-.plx-tabset.plx-nav-tabs.bottom .plx-nav-link:hover {
- border-bottom: 1px solid transparent;
-}
-.plx-tabset.plx-nav-tabs.bottom .plx-nav-link.active {
- border: 0;
- border-bottom: 2px solid #108EE9;
-}
-.plx-tabset.plx-nav-pills .plx-nav-link {
- border: 1px solid #d9d9d9;
- border-radius: 0.25em;
- color: #999;
- display: block;
- padding: 6px 10px;
- min-width: 100px;
- text-align: center;
-}
-.plx-tabset.plx-nav-pills .plx-nav-link:hover,
-.plx-tabset.plx-nav-pills .plx-nav-link:focus {
- text-decoration: none;
- color: #108ee9;
- border-color: #108ee9;
- background-color: #fff;
-}
-.plx-tabset.plx-nav-pills .plx-nav-link:active {
- color: #fff;
- border-color: #108ee9;
- background-color: #108ee9;
-}
-.plx-tabset.plx-nav-pills .plx-nav-link.active {
- color: #fff;
- cursor: default;
- background-color: #108EE9;
- border-color: #108EE9;
-}
-.plx-tabset.plx-nav-pills .plx-nav-item:hover,
-.plx-tabset.plx-nav-pills .plx-nav-item:focus,
-.plx-tabset.plx-nav-pills .plx-nav-item:active {
- z-index: 2;
-}
-.plx-tabset.plx-nav-pills .plx-nav-item:first-child:not(:last-child) .plx-nav-link {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.plx-tabset.plx-nav-pills .plx-nav-item:not(:first-child):not(:last-child) .plx-nav-link {
- border-radius: 0;
-}
-.plx-tabset.plx-nav-pills .plx-nav-item:last-child:not(:first-child) .plx-nav-link {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.plx-tabset.plx-nav-pills .plx-nav-item + .plx-nav-item .plx-nav-link {
- margin-left: -1px;
-}
-.plx-tab-content .plx-tab-pane {
- display: none;
-}
-.plx-tab-content .plx-tab-pane.active {
- display: block;
-}
-.font {
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
-}
-.text-input {
- display: inline-block;
-}
-.text-input .caret-down {
- display: block;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #9b9b9b;
- margin-top: 4px;
- margin-bottom: 10px;
-}
-.text-input .caret-down.caret-down-hover:hover,
-.text-input .caret-down.caret-down-hover:active {
- border-top: 4px solid #108EE9;
-}
-.text-input .caret-up {
- display: block;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-bottom: 4px solid #9b9b9b;
- margin-top: 10px;
-}
-.text-input .caret-up.caret-up-hover:hover,
-.text-input .caret-up.caret-up-hover:active {
- border-bottom: 4px solid #108EE9;
-}
-.text-input .toggle {
- float: right;
- margin-right: 10px;
- margin-top: 14px;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #9b9b9b;
-}
-.text-input .text-input-dataList {
- margin-top: 2px;
- position: absolute;
- z-index: 1050;
- border: 1px solid #d9d9d9;
- background: #fff;
- cursor: pointer;
- border-radius: 3px;
-}
-.text-input .text-input-dataList li {
- list-style: none;
- height: 32px;
- width: 400px;
- padding-left: 10px;
-}
-.text-input .text-input-dataList li:hover {
- background-color: #E7F4FD;
-}
-.input-span {
- display: inline-block;
- overflow: visible;
- padding: 0;
- position: relative;
-}
-.text-input-with-hint {
- margin-bottom: -8px;
-}
-:host(.ng-touched.ng-invalid.input-blur) .text-input-with-hint {
- height: auto;
- margin-bottom: 0;
-}
-.plx-text-input-unit-group,
-.plx-text-input-prefix-group {
- position: absolute;
- margin-top: 5px;
- width: 84px;
- z-index: 1050;
- border-radius: 3px;
- background: #fff;
- border: 1px solid #d9d9d9;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- cursor: pointer;
-}
-.plx-text-input-unit-group li,
-.plx-text-input-prefix-group li {
- padding-left: 10px;
- height: 32px;
- list-style: none;
- line-height: 32px;
- font-size: 14px;
-}
-.plx-text-input-unit-group li:hover,
-.plx-text-input-prefix-group li:hover {
- background-color: #E7F4FD;
-}
-.plx-text-input-unit-group li.group-selected,
-.plx-text-input-prefix-group li.group-selected,
-.plx-text-input-unit-group li.group-selected:hover,
-.plx-text-input-prefix-group li.group-selected:hover {
- background-color: #f5f5f5;
- color: #595959;
-}
-.text-input-optional {
- display: inline-block;
- margin-right: 6px;
- padding-left: 5px;
-}
-.input-right-border .plx-input {
- border-right: 1px solid #108EE9;
-}
-.input-left-border .plx-input {
- border-left: 1px solid #108EE9;
-}
-.text-input-hint {
- top: 42px;
- left: 10px;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
- color: #bfbfbf;
-}
-:host(.ng-touched.ng-invalid.input-blur) .text-input-hint {
- display: none;
-}
-.text-input-prefix {
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-weight: 400;
- font-size: 14px;
- line-height: 14px;
- color: #595959;
- display: inline-block;
- width: 70px;
- height: 32px;
- text-align: center;
- line-height: 32px;
- border-top-left-radius: 3px;
- border-bottom-left-radius: 3px;
- color: #bfbfbf;
- border: 1px solid #d9d9d9;
- border-right: 0;
- vertical-align: middle;
-}
-.short-text-input .text-input-prefix {
- width: 40px;
-}
-.input-span-focus .text-input-prefix {
- border-color: #108EE9;
-}
-.input-invalid.ng-dirty.ng-invalid.ng-touched.input-blur .text-input-prefix,
-.input-invalid.ng-dirty.ng-invalid.ng-touched.input-blur .input-span-focus:focus .text-input-prefix {
- border-color: #EA4335;
-}
-.input-unit,
-.text-input-unit-option {
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-weight: 400;
- font-size: 14px;
- line-height: 14px;
- color: #595959;
- display: inline-block;
- height: 32px;
- text-align: center;
- line-height: 32px;
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
-}
-.text-input-unit {
- border: 1px solid #d9d9d9;
- border-left: 0;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-weight: 400;
- font-size: 14px;
- line-height: 14px;
- color: #595959;
- display: inline-block;
- height: 32px;
- line-height: 32px;
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
- color: #bfbfbf;
- width: 45px;
- text-align: center;
- vertical-align: middle;
-}
-.short-text-input .text-input-unit {
- width: 40px;
-}
-.input-span-focus .text-input-unit {
- border-color: #108EE9;
-}
-.text-input-prefix-option {
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-weight: 400;
- font-size: 14px;
- line-height: 14px;
- color: #595959;
- display: inline-block;
- height: 32px;
- text-align: center;
- line-height: 32px;
- border-top-left-radius: 3px;
- border-bottom-left-radius: 3px;
- width: 84px;
- text-align: left;
- padding-left: 10px;
- cursor: pointer;
- border: 1px solid #d9d9d9;
- border-right: 0;
- vertical-align: middle;
-}
-.text-input-prefix-option.prefix-focus {
- border-color: #108EE9;
-}
-.text-input-unit-option {
- width: 84px;
- text-align: left;
- padding-left: 10px;
- cursor: pointer;
- border: 1px solid #d9d9d9;
- border-left: 0;
- vertical-align: middle;
-}
-.input-span-focus .text-input-unit-option {
- border-color: #108EE9;
-}
-.text-input-with-unitOption div.unit-focus {
- border-color: #108EE9;
-}
-.short-text-input .plx-input {
- width: 120px;
-}
-.text-input-with-unit .plx-input {
- width: 355px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-unitOption .plx-input {
- width: 316px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix .plx-input {
- width: 330px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-prefixOption .plx-input {
- width: 316px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-passwordSwith .plx-input {
- width: 360px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix.text-input-with-unit .plx-input {
- width: 285px;
-}
-.text-input-with-prefix.text-input-with-unitOption .plx-input {
- width: 246px;
-}
-.short-text-input.text-input-with-prefix .plx-input {
- width: 80px;
-}
-.short-text-input.text-input-with-unit .plx-input {
- width: 80px;
-}
-.short-text-input.text-input-with-prefix.text-input-with-unit .plx-input {
- width: 40px;
-}
-.input-spinner-up {
- cursor: pointer;
- display: block;
- font-size: 12px;
- position: absolute;
- margin: 0;
- right: 0;
- overflow: hidden;
- border: none;
- padding: 0;
- text-align: center;
- vertical-align: middle;
- width: 18px;
- top: 0;
-}
-.input-spinner-down {
- cursor: pointer;
- display: block;
- font-size: 12px;
- position: absolute;
- margin: 0;
- right: 0;
- overflow: hidden;
- border: none;
- padding: 0;
- text-align: center;
- vertical-align: middle;
- width: 18px;
- bottom: 0;
-}
-:host(.plx-input-sm) .plx-input {
- height: 28px;
- line-height: 28px;
-}
-:host(.plx-input-sm) .text-input-prefix,
-:host(.plx-input-sm) .text-input-unit,
-:host(.plx-input-sm) .text-input-unit-option,
-:host(.plx-input-sm) .text-input-prefix-option {
- height: 28px;
- line-height: 28px;
-}
-:host(.plx-input-sm) div.text-input-dataList {
- height: 28px;
-}
-:host(.plx-input-sm) .toggle {
- margin-top: 11px;
-}
-:host(.plx-input-sm) .caret-down {
- margin-bottom: 8px;
-}
-:host(.plx-input-sm) .caret-up {
- margin-top: 8px;
-}
-:host(.plx-input-sm) .plx-input-passwordSwitch {
- line-height: 26px;
-}
-.plx-input-sm .plx-input {
- height: 28px;
- line-height: 28px;
-}
-.plx-input-sm .text-input-prefix,
-.plx-input-sm .text-input-unit,
-.plx-input-sm .text-input-unit-option,
-.plx-input-sm .text-input-prefix-option {
- height: 28px;
- line-height: 28px;
-}
-.plx-input-sm div.text-input-dataList {
- height: 28px;
-}
-.plx-input-sm .toggle {
- margin-top: 11px;
-}
-.plx-input-sm .caret-down {
- margin-bottom: 8px;
-}
-.plx-input-sm .caret-up {
- margin-top: 8px;
-}
-.plx-input-sm .plx-input-passwordSwitch {
- line-height: 26px;
-}
-.plx-input-sm-common .plx-input {
- height: 28px;
- line-height: 28px;
-}
-.plx-input-sm-common .text-input-prefix,
-.plx-input-sm-common .text-input-unit,
-.plx-input-sm-common .text-input-unit-option,
-.plx-input-sm-common .text-input-prefix-option {
- height: 28px;
- line-height: 28px;
-}
-.plx-input-sm-common div.text-input-dataList {
- height: 28px;
-}
-.plx-input-sm-common .toggle {
- margin-top: 11px;
-}
-.plx-input-sm-common .caret-down {
- margin-bottom: 8px;
-}
-.plx-input-sm-common .caret-up {
- margin-top: 8px;
-}
-.plx-input-sm-common .plx-input-passwordSwitch {
- line-height: 26px;
-}
-.plx-input-passwordSwitch {
- display: inline-block;
- line-height: 30px;
- width: 40px;
- text-align: center;
- vertical-align: middle;
- background-color: #fff;
- border: 1px solid #d9d9d9;
- border-left: 0;
- border-bottom-right-radius: 3px;
- border-top-right-radius: 3px;
- cursor: pointer;
-}
-.plx-input-passwordSwitch:focus,
-.plx-input-passwordSwitch:hover {
- border-color: #108ee9;
- background-color: #fff;
-}
-.plx-input-passwordSwitch:focus.ict-eye-closed,
-.plx-input-passwordSwitch:hover.ict-eye-closed,
-.plx-input-passwordSwitch:focus.ict-eye,
-.plx-input-passwordSwitch:hover.ict-eye {
- color: #108ee9;
-}
-.plx-input-passwordSwitch:active {
- background-color: #108ee9;
- border-color: #108ee9;
-}
-.plx-input-passwordSwitch:active.ict-eye-closed,
-.plx-input-passwordSwitch:active.ict-eye {
- color: #fff;
-}
-.plx-input-passwordSwitch.ict-eye-closed,
-.plx-input-passwordSwitch.ict-eye {
- color: #8e8e8e;
- font-size: 16px;
-}
-.input-right-border-pwdswith-hover .plx-input {
- border-right-color: #108ee9;
-}
-.input-right-border-pwdswith-click .plx-input {
- border-right-color: #108ee9;
-}
-.plx-text-input-ip-dot {
- display: inline-block;
- vertical-align: bottom;
- color: #999;
-}
-.plx-text-input-error {
- font-size: 12px;
- color: #EA4335;
- margin-top: 5px;
-}
-:host(.plx-text-input-ip-invalid) .plx-input {
- border-color: #EA4335;
-}
-:host(.plx-text-input-ip-invalid) .input-span-focus .plx-input {
- border-color: #108EE9;
-}
-.plx-text-input-ip-invalid .plx-input {
- border-color: #EA4335;
-}
-.plx-text-input-ip-invalid .input-span-focus .plx-input {
- border-color: #108EE9;
-}
-.plx-text-input-ip-invalid-common .plx-input {
- border-color: #EA4335;
-}
-.plx-text-input-ip-invalid-common .input-span-focus .plx-input {
- border-color: #108EE9;
-}
-.plx-textarea-container {
- display: inline-block;
-}
-.plx-textarea-class {
- width: 100%;
- font-size: 14px;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- line-height: 1.5;
- resize: none;
- padding: 7px;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- box-shadow: none;
- outline: none;
- overflow-y: auto;
-}
-.plx-textarea-class:focus {
- border-color: #108EE9;
-}
-.plx-textarea-class::-webkit-input-placeholder {
- text-shadow: none;
- -webkit-text-fill-color: initial;
-}
-.plx-align-tip {
- vertical-align: top;
- font-size: 14px;
- font-weight: normal;
- color: #bfbfbf;
-}
-.plx-align-number {
- font-size: 14px;
- font-weight: normal;
- line-height: 1;
- text-align: right;
- width: 100%;
- color: #bfbfbf;
- margin-top: -3px;
-}
-.plx-toggle-switch {
- display: inline-block;
- height: 22px;
- width: 44px;
- position: relative;
- vertical-align: middle;
- text-align: left;
- font-size: 0;
-}
-.plx-toggle-switch input[type='checkbox'] {
- display: none;
- -webkit-appearance: none;
- -moz-appearance: none;
- -ms-progress-appearance: none;
-}
-.plx-toggle-switch input[type='checkbox'] + label {
- display: inline-block;
- height: 22px;
- position: relative;
- cursor: pointer;
-}
-.plx-toggle-switch input[type='checkbox'] + label::before {
- position: absolute;
- display: inline-block;
- content: '';
- height: 22px;
- width: 44px;
- border-radius: 11px;
- transition: 0.15s ease-in;
- transition-property: background-color;
- background-color: #DDDDDD;
-}
-.plx-toggle-switch input[type='checkbox'] + label::after {
- position: absolute;
- display: inline-block;
- content: '';
- height: 18px;
- width: 18px;
- border-radius: 50%;
- top: 2px;
- left: 2px;
- transition: left 0.15s ease-in;
- background-color: #fff;
-}
-.plx-toggle-switch input[type='checkbox']:checked + label::before {
- background-color: #108EE9;
- transition: background-color 0.15s ease-in;
-}
-.plx-toggle-switch input[type='checkbox']:checked + label::after {
- left: 24px;
- transition: left 0.15s ease-in;
-}
-.plx-toggle-switch input[type='checkbox']:disabled + label,
-.plx-toggle-switch input[type='checkbox']:checked:disabled + label {
- cursor: not-allowed;
-}
-.plx-toggle-switch input[type='checkbox']:disabled + label::before,
-.plx-toggle-switch input[type='checkbox']:checked:disabled + label::before {
- opacity: 0.5;
-}
-:host(.plx-toggle-sm) .plx-toggle-switch {
- height: 18px;
- width: 34px;
-}
-:host(.plx-toggle-sm) .plx-toggle-switch input[type='checkbox'] + label {
- height: 18px;
-}
-:host(.plx-toggle-sm) .plx-toggle-switch input[type='checkbox'] + label::before {
- height: 18px;
- width: 34px;
- border-radius: 9px;
-}
-:host(.plx-toggle-sm) .plx-toggle-switch input[type='checkbox'] + label::after {
- height: 14px;
- width: 14px;
-}
-:host(.plx-toggle-sm) .plx-toggle-switch input[type='checkbox']:checked + label::after {
- left: 18px;
- transition: left 0.15s ease-in;
-}
-.plx-toggle-sm .plx-toggle-switch {
- height: 18px;
- width: 34px;
-}
-.plx-toggle-sm .plx-toggle-switch input[type='checkbox'] + label {
- height: 18px;
-}
-.plx-toggle-sm .plx-toggle-switch input[type='checkbox'] + label::before {
- height: 18px;
- width: 34px;
- border-radius: 9px;
-}
-.plx-toggle-sm .plx-toggle-switch input[type='checkbox'] + label::after {
- height: 14px;
- width: 14px;
-}
-.plx-toggle-sm .plx-toggle-switch input[type='checkbox']:checked + label::after {
- left: 18px;
- transition: left 0.15s ease-in;
-}
-.plx-toggle-sm-switch-common {
- height: 18px;
- width: 34px;
-}
-.plx-toggle-sm-switch-common input[type='checkbox'] + label {
- height: 18px;
-}
-.plx-toggle-sm-switch-common input[type='checkbox'] + label::before {
- height: 18px;
- width: 34px;
- border-radius: 9px;
-}
-.plx-toggle-sm-switch-common input[type='checkbox'] + label::after {
- height: 14px;
- width: 14px;
-}
-.plx-toggle-sm-switch-common input[type='checkbox']:checked + label::after {
- left: 18px;
- transition: left 0.15s ease-in;
-}
-.toolbar i.seperate-vertical {
- margin-right: 10px;
- margin-left: 0;
- border-right: 1px solid #e9e9e9;
-}
-.toolbar span {
- color: #595959;
- cursor: pointer;
- margin-right: 10px;
- font-size: 16px;
- display: inline-block;
- width: 28px;
- height: 28px;
- border: 1px solid transparent;
- padding: 5px;
-}
-.toolbar span:hover {
- background-color: #E7F4FD;
- border-radius: 2px;
-}
-.toolbar span:last-child {
- margin-right: 0px;
-}
-.plx-tooltip {
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
- opacity: 1;
- position: absolute;
- z-index: 10001;
- display: block;
- font-style: normal;
- font-weight: normal;
- letter-spacing: normal;
- line-break: auto;
- line-height: 1.5;
- text-align: left;
- text-decoration: none;
- text-shadow: none;
- text-transform: none;
- white-space: normal;
- word-break: normal;
- word-spacing: normal;
- word-wrap: break-word;
-}
-.plx-tooltip::before,
-.plx-tooltip::after {
- content: "";
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border: solid transparent;
-}
-.plx-tooltip::before {
- border-width: 5px;
-}
-.plx-tooltip::after {
- border-width: 4px;
-}
-.plx-tooltip-inner {
- min-width: 60px;
- max-width: 200px;
- padding: 3px 8px;
- color: #fff;
- text-align: center;
- background-color: #000;
-}
-.plx-tooltip.show {
- font-size: 14px;
- opacity: 1;
-}
-.plx-tooltip.show .plx-tooltip-inner {
- background-color: #595959;
- border-radius: 3px;
- padding: 0px 12px;
- height: 30px;
- line-height: 30px;
-}
-.plx-tooltip-top-common {
- margin-top: -7px;
-}
-.plx-tooltip-top-common::before {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -5px;
-}
-.plx-tooltip-top-common::after {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -4px;
-}
-.plx-tooltip-top {
- margin-top: -7px;
-}
-.plx-tooltip-top::before {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -5px;
-}
-.plx-tooltip-top::after {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -4px;
-}
-.plx-tooltip-top::before {
- left: 50%;
- margin-left: -5px;
-}
-.plx-tooltip-top::after {
- left: 50%;
- margin-left: -4px;
-}
-.plx-tooltip.plx-tooltip-top-left {
- margin-top: -7px;
-}
-.plx-tooltip.plx-tooltip-top-left::before {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -5px;
-}
-.plx-tooltip.plx-tooltip-top-left::after {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -4px;
-}
-.plx-tooltip.plx-tooltip-top-left::before {
- left: 5px;
-}
-.plx-tooltip.plx-tooltip-top-left::after {
- left: 6px;
-}
-.plx-tooltip.plx-tooltip-top-right {
- margin-top: -7px;
-}
-.plx-tooltip.plx-tooltip-top-right::before {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -5px;
-}
-.plx-tooltip.plx-tooltip-top-right::after {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -4px;
-}
-.plx-tooltip.plx-tooltip-top-right::before {
- right: 5px;
-}
-.plx-tooltip.plx-tooltip-top-right::after {
- right: 6px;
-}
-.plx-tooltip-right-common {
- margin-left: 7px;
-}
-.plx-tooltip-right-common::before {
- border-right-color: #595959;
- border-left-width: 0;
- left: -5px;
-}
-.plx-tooltip-right-common::after {
- border-right-color: #595959;
- border-left-width: 0;
- left: -4px;
-}
-.plx-tooltip.plx-tooltip-right {
- margin-left: 7px;
-}
-.plx-tooltip.plx-tooltip-right::before {
- border-right-color: #595959;
- border-left-width: 0;
- left: -5px;
-}
-.plx-tooltip.plx-tooltip-right::after {
- border-right-color: #595959;
- border-left-width: 0;
- left: -4px;
-}
-.plx-tooltip.plx-tooltip-right::before {
- top: 50%;
- margin-top: -5px;
-}
-.plx-tooltip.plx-tooltip-right::after {
- top: 50%;
- margin-top: -4px;
-}
-.plx-tooltip.plx-tooltip-right-top {
- margin-left: 7px;
-}
-.plx-tooltip.plx-tooltip-right-top::before {
- border-right-color: #595959;
- border-left-width: 0;
- left: -5px;
-}
-.plx-tooltip.plx-tooltip-right-top::after {
- border-right-color: #595959;
- border-left-width: 0;
- left: -4px;
-}
-.plx-tooltip.plx-tooltip-right-top::before {
- top: 5px;
-}
-.plx-tooltip.plx-tooltip-right-top::after {
- top: 6px;
-}
-.plx-tooltip.plx-tooltip-right-bottom {
- margin-left: 7px;
-}
-.plx-tooltip.plx-tooltip-right-bottom::before {
- border-right-color: #595959;
- border-left-width: 0;
- left: -5px;
-}
-.plx-tooltip.plx-tooltip-right-bottom::after {
- border-right-color: #595959;
- border-left-width: 0;
- left: -4px;
-}
-.plx-tooltip.plx-tooltip-right-bottom::before {
- bottom: 5px;
-}
-.plx-tooltip.plx-tooltip-right-bottom::after {
- bottom: 6px;
-}
-.plx-tooltip-bottom-common {
- margin-top: 7px;
-}
-.plx-tooltip-bottom-common::before {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -5px;
-}
-.plx-tooltip-bottom-common::after {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -4px;
-}
-.plx-tooltip.plx-tooltip-bottom {
- margin-top: 7px;
-}
-.plx-tooltip.plx-tooltip-bottom::before {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -5px;
-}
-.plx-tooltip.plx-tooltip-bottom::after {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -4px;
-}
-.plx-tooltip.plx-tooltip-bottom::before {
- left: 50%;
- margin-left: -5px;
-}
-.plx-tooltip.plx-tooltip-bottom::after {
- left: 50%;
- margin-left: -4px;
-}
-.plx-tooltip.plx-tooltip-bottom-left {
- margin-top: 7px;
-}
-.plx-tooltip.plx-tooltip-bottom-left::before {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -5px;
-}
-.plx-tooltip.plx-tooltip-bottom-left::after {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -4px;
-}
-.plx-tooltip.plx-tooltip-bottom-left::before {
- left: 5px;
-}
-.plx-tooltip.plx-tooltip-bottom-left::after {
- left: 6px;
-}
-.plx-tooltip.plx-tooltip-bottom-right {
- margin-top: 7px;
-}
-.plx-tooltip.plx-tooltip-bottom-right::before {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -5px;
-}
-.plx-tooltip.plx-tooltip-bottom-right::after {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -4px;
-}
-.plx-tooltip.plx-tooltip-bottom-right::before {
- right: 5px;
-}
-.plx-tooltip.plx-tooltip-bottom-right::after {
- right: 6px;
-}
-.plx-tooltip-left-common {
- margin-left: -7px;
-}
-.plx-tooltip-left-common::before {
- border-left-color: #595959;
- border-right-width: 0;
- right: -5px;
-}
-.plx-tooltip-left-common::after {
- border-left-color: #595959;
- border-right-width: 0;
- right: -4px;
-}
-.plx-tooltip.plx-tooltip-left {
- margin-left: -7px;
-}
-.plx-tooltip.plx-tooltip-left::before {
- border-left-color: #595959;
- border-right-width: 0;
- right: -5px;
-}
-.plx-tooltip.plx-tooltip-left::after {
- border-left-color: #595959;
- border-right-width: 0;
- right: -4px;
-}
-.plx-tooltip.plx-tooltip-left::before {
- top: 50%;
- margin-top: -5px;
-}
-.plx-tooltip.plx-tooltip-left::after {
- top: 50%;
- margin-top: -4px;
-}
-.plx-tooltip.plx-tooltip-left-top {
- margin-left: -7px;
-}
-.plx-tooltip.plx-tooltip-left-top::before {
- border-left-color: #595959;
- border-right-width: 0;
- right: -5px;
-}
-.plx-tooltip.plx-tooltip-left-top::after {
- border-left-color: #595959;
- border-right-width: 0;
- right: -4px;
-}
-.plx-tooltip.plx-tooltip-left-top::before {
- top: 5px;
-}
-.plx-tooltip.plx-tooltip-left-top::after {
- top: 6px;
-}
-.plx-tooltip.plx-tooltip-left-bottom {
- margin-left: -7px;
-}
-.plx-tooltip.plx-tooltip-left-bottom::before {
- border-left-color: #595959;
- border-right-width: 0;
- right: -5px;
-}
-.plx-tooltip.plx-tooltip-left-bottom::after {
- border-left-color: #595959;
- border-right-width: 0;
- right: -4px;
-}
-.plx-tooltip.plx-tooltip-left-bottom::before {
- bottom: 5px;
-}
-.plx-tooltip.plx-tooltip-left-bottom::after {
- bottom: 6px;
-}
-.plx-checkbox-container {
- font-size: 0;
- position: relative;
-}
-.plx-checkbox {
- position: absolute;
- z-index: -1;
- opacity: 0;
-}
-.plx-checkbox + .checkbox-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: 16px;
- width: 16px;
- border: 1px solid #d9d9d9;
- border-radius: 2px;
- vertical-align: middle;
-}
-.plx-checkbox + .checkbox-substitute + span {
- font-weight: normal;
- font-size: 14px;
- cursor: pointer;
- vertical-align: middle;
- padding-left: 10px;
-}
-.plx-checkbox:hover + .checkbox-substitute {
- border-color: #108EE9;
- outline: none;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-checkbox:checked + .checkbox-substitute {
- border-color: #108EE9;
- background-color: #108EE9;
-}
-.plx-checkbox:checked + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #fff;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 4px;
- top: 0;
-}
-.plx-checkbox:checked.portion + .checkbox-substitute {
- background-color: #108EE9;
- border-color: #108EE9;
- opacity: 0.5;
-}
-.plx-checkbox:disabled + .checkbox-substitute,
-.plx-checkbox[disabled] + .checkbox-substitute {
- border-color: #d9d9d9;
- background-color: #f5f5f5;
- cursor: not-allowed;
-}
-.plx-checkbox:disabled + .checkbox-substitute + span,
-.plx-checkbox[disabled] + .checkbox-substitute + span {
- cursor: not-allowed;
-}
-.plx-checkbox:checked.portion[disabled] + .checkbox-substitute {
- background-color: #d9d9d9;
- border-color: #d9d9d9;
-}
-.plx-checkbox:checked.portion[disabled] + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #8e8e8e;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 4px;
- top: 0;
-}
-.plx-checkbox:checked[disabled] + .checkbox-substitute {
- border-color: #d9d9d9;
- background-color: #d9d9d9;
-}
-.plx-treenode {
- cursor: pointer;
- background-attachment: scroll;
- background-color: transparent;
- background-image: none;
- background-position: 0 0;
- background-repeat: repeat-y;
- list-style: none outside none;
- margin: 0;
- padding: 0;
- white-space: nowrap;
- font-size: 14px;
-}
-.plx-treenode .plx-treenode-content {
- margin-top: 10px;
-}
-.plx-treenode .plx-treenode-content.light {
- margin-top: 15px;
-}
-.plx-treenode ul.plx-treenode-children {
- display: block;
- -webkit-padding-start: 21px;
-}
-.plx-treenode-toggler {
- font-size: 16px;
- color: #108EE9;
- display: inline-block;
- margin-right: 7px;
- margin-top: 2px;
- vertical-align: bottom;
- float: left;
-}
-.plx-treenode-ckbox {
- float: left;
- margin-right: 10px;
- margin-top: 2px;
-}
-.plx-treenode-icon {
- color: #8e8e8e;
- margin-right: 10px;
- float: left;
- font-size: 16px;
- vertical-align: bottom;
- margin-top: 2px;
-}
-.plx-treenode-label-container {
- overflow: visible;
-}
-.plx-treenode-label-container.plx-treenode-label-ellipsis {
- overflow: hidden;
-}
-.plx-treenode-label-container:hover {
- background-color: #E7F4FD;
-}
-.plx-treenode-active > div .plx-treenode-label-container {
- background-color: #def0fc;
-}
-.plx-treenode-active > div .plx-treenode-label-container:hover {
- background-color: #E7F4FD;
-}
-.plx-treenode-label-container span:last-child {
- margin-right: 5px;
-}
-.plx-treenode-lable {
- display: inline-block;
- vertical-align: 0;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- color: #595959;
-}
-.plx-treenode-lable span {
- display: inline-block;
- overflow: hidden;
- max-width: 100%;
- text-overflow: ellipsis;
- white-space: nowrap;
- vertical-align: bottom;
-}
-.plx-treenode-operations {
- margin-left: 20px;
- display: none;
- vertical-align: bottom;
- width: fit-content;
- line-height: 1;
- margin-bottom: 2px;
-}
-.plx-treenode-operation {
- display: inline-block;
- margin-right: 10px;
- color: #8e8e8e;
- font-size: 16px;
- vertical-align: text-bottom;
-}
-.plx-treenode-operation:hover {
- color: #108EE9;
-}
-.plx-treenode-label-container:hover .plx-treenode-operations {
- display: inline-block;
-}
-*:focus {
- outline: none;
- box-shadow: none !important;
-}
-input[type="checkbox"]:focus {
- border: 0 !important;
-}
-.plx-treenode-hide-tree-toggle {
- visibility: hidden;
-}
-.plx-treenode-droppoint {
- height: 4px;
- list-style-type: none;
-}
-.plx-treenode-droppoint-active {
- background-color: #186ba0;
- border: 0 none;
-}
-.upload-wrapper {
- font-size: 14px;
- position: relative;
- display: inline-block;
-}
-.upload-wrapper .item-text {
- max-width: 280px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: inline-block;
- margin-bottom: 2px;
- font-size: 14px;
-}
-.upload-wrapper .item-text.no-progressbar {
- vertical-align: middle;
-}
-.upload-wrapper .plx-upload-progressbar {
- margin-top: -13px;
-}
-.upload-wrapper .list-group-item {
- border: 0;
- padding: 0;
-}
-.upload-wrapper .list-group-item .item {
- width: 335px;
- padding: 0 0 5px 0px;
-}
-.upload-wrapper .list-group-item .item .item-text-wrapper {
- position: relative;
- display: inline-block;
- width: 100%;
- box-sizing: border-box;
- height: 40px;
- padding: 2px 3px 2px 10px;
- border: 1px solid transparent;
-}
-.upload-wrapper .list-group-item .item .item-text-wrapper .text-red {
- color: #EA4335 !important;
-}
-.upload-wrapper .list-group-item .item .item-text-wrapper:hover {
- background-color: #E7F4FD;
- cursor: default;
-}
-.upload-wrapper .list-group-item .item .item-text-wrapper:hover .plx-ico-close-16 {
- display: block;
- transform: scale(0.8);
-}
-.upload-wrapper .list-group-item .item .item-text-wrapper.no-progressbar {
- height: 28px;
-}
-.upload-wrapper .list-group-item .item .item-delete {
- height: 14px;
- width: 16px;
- text-align: center;
- line-height: 14px;
- position: absolute;
- right: 2%;
- color: #999999;
- display: none;
- top: 3px;
-}
-.upload-wrapper .list-group-item .item .item-delete:hover {
- cursor: pointer;
- color: #666666;
-}
-.upload-wrapper .list-group-item .item .item-delete.no-progressbar {
- top: 6px;
-}
-.upload-wrapper .plx-ico-close-16 {
- font-size: 16px;
- float: right;
- cursor: pointer;
-}
-.upload-wrapper ul.list-group {
- margin-top: 15px;
-}
-.upload-wrapper .url-form-control {
- display: inline-block;
-}
-.upload-wrapper .item-detail {
- color: #aaa;
- position: relative;
- padding: 0 10px;
- font-size: 12px;
-}
-.upload-wrapper .item-detail div {
- margin: 0px 0px 15px 0;
-}
-.upload-wrapper .item-detail .detail {
- margin: 5px 0 10px 0;
-}
-.upload-wrapper .item-detail-des {
- display: inline-block;
- width: 170px;
- word-wrap: break-word;
- margin-left: 15px;
- vertical-align: top;
-}
-.upload-wrapper .item-detail-time {
- display: inline-block;
- width: 119px;
- word-break: break-all;
- vertical-align: top;
-}
-.upload-wrapper .selectFile {
- display: inline-block;
- min-width: 50px;
- margin-right: 10px;
- text-align: right;
-}
-.upload-wrapper label.raw-container {
- margin: 0 10px;
-}
-.upload-wrapper .item-lists {
- font-size: 14px;
-}
-.upload-wrapper .list-container {
- padding-right: 15px;
-}
-.upload-wrapper .list-container.plx-upload-Manual-showdetail {
- margin-left: -22px;
-}
-.upload-wrapper .list-container.plx-upload-auto-showdetail {
- margin-left: -10px;
-}
-.upload-wrapper .list-footer .upload-btn {
- margin-top: 10px;
-}
-.upload-wrapper .upload-btn {
- display: inline-block;
-}
-.upload-wrapper .loader-container {
- position: absolute;
- display: inline-block;
- top: 8px;
- left: 12px;
-}
-.upload-wrapper .list-group-item-pdleft-s {
- padding: 0px 0px 0px 12px;
-}
-.upload-wrapper .list-group-item-pdleft {
- padding: 0px 0px 0px 12px !important;
-}
-.upload-wrapper .upload-btn-wrapper {
- display: inline-block;
-}
-.upload-wrapper .plx-red.left {
- margin-left: 75px;
-}
-.upload-wrapper .expand-wrapper {
- position: absolute;
- left: 20px;
- top: 4px;
- display: inline-block;
- font-size: 14px;
-}
-.upload-wrapper .expand-wrapper.open .ict-go {
- display: none;
-}
-.upload-wrapper .expand-wrapper.open .ict-fold {
- display: block;
-}
-.upload-wrapper .expand-wrapper i {
- height: 18px;
- width: 20px;
- text-align: left;
- line-height: 19px;
- cursor: pointer;
-}
-.upload-wrapper .ict-fold {
- display: none;
- color: #108EE9;
- font-weight: bold;
- transform: scale(0.7);
-}
-.upload-wrapper .ict-go {
- display: block;
- color: #108EE9;
- font-weight: bold;
- transform: scale(0.7);
-}
-.upload-wrapper .no-customparm-extend-wrapper {
- left: -2px !important;
-}
-/* loding动画效果*/
-.upload-wrapper .loader {
- font-size: 14px;
- width: 14px;
- height: 14px;
- display: inline-block;
- border-radius: 50%;
- background: #108EE9;
- background: -moz-linear-gradient(left, #108EE9 10%, rgba(255, 255, 255, 0) 85%);
- background: -webkit-linear-gradient(left, #108EE9 10%, rgba(255, 255, 255, 0) 85%);
- background: -o-linear-gradient(left, #108EE9 10%, rgba(255, 255, 255, 0) 85%);
- background: -ms-linear-gradient(left, #108EE9 10%, rgba(255, 255, 255, 0) 85%);
- background: linear-gradient(to right, #108EE9 10%, rgba(255, 255, 255, 0) 85%);
- position: relative;
- -webkit-animation: load3 1.4s infinite linear;
- animation: load3 1.4s infinite linear;
-}
-.upload-wrapper .loader:before {
- width: 50%;
- height: 50%;
- background: #108EE9;
- border-radius: 100% 0 0 0;
- position: absolute;
- top: 0;
- left: 0;
- content: '';
-}
-.upload-wrapper .loader:after {
- background: #fff;
- width: 75%;
- height: 75%;
- border-radius: 50%;
- content: '';
- margin: auto;
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
-}
-@-webkit-keyframes load3 {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@keyframes load3 {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-.plx-table-customCols {
- height: 40px;
- float: right;
-}
-.plx-table-customCols-toggle {
- display: inline-block;
- border-radius: 3px;
- width: 30px;
- height: 23px;
- border: 1px solid #d9d9d9;
- vertical-align: top;
- text-align: center;
- padding-top: 7px;
- margin-left: 6px;
- cursor: pointer;
- box-sizing: content-box;
-}
-.plx-table-customCols-toggle .ict-col:before {
- vertical-align: top;
-}
-.plx-table-customCols-toggle:hover {
- background-color: #fff;
-}
-.plx-table-customCols-toggle:active {
- background-color: #108ee9;
-}
-.toggle-icon {
- display: inline-block;
- height: 14px;
- border-right: 1px solid #595959;
- vertical-align: top;
- padding-left: 4px;
-}
-.toggle-icon:first-child {
- padding-left: 0;
-}
-.plx-table-customCols-pannel {
- margin-top: 5px;
- margin-right: 5px;
- border: 1px solid #d9d9d9;
- background-color: #fff;
- z-index: 1;
- position: absolute;
- right: 0px;
- border-radius: 5px;
- font-size: 14px;
- color: #595959;
- overflow: auto;
- min-width: 300px;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-table-customCols-pannel .plx-table-customCols-toolbar {
- display: flex;
- justify-content: space-between;
- padding: 16px;
-}
-.plx-table-customCols-pannel .plx-table-customCols-toolbar .plx-table-filter-wrapper {
- display: flex;
- flex: auto;
-}
-.plx-table-customCols-pannel .plx-table-customCols-toolbar .plx-table-filter-wrapper input {
- border-radius: 3px;
- flex: auto;
- padding-left: 28px;
- border: 1px solid #d9d9d9;
-}
-.plx-table-customCols-pannel .plx-table-customCols-toolbar .plx-table-filter-wrapper input:focus {
- border: 1px solid #108EE9;
- outline: none;
-}
-.plx-table-customCols-pannel .plx-table-customCols-toolbar .plx-table-filter-wrapper span {
- color: #bfbfbf;
- line-height: 28px;
- position: relative;
- left: 20px;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items {
- cursor: pointer;
- border-bottom: 1px solid #e9e9e9;
- border-top: 1px solid #e9e9e9;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items > div:hover {
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-table-customCols-pannel .plx-table-customCols-items label {
- margin-bottom: 0px;
- vertical-align: -moz-middle-with-baseline;
- vertical-align: -webkit-baseline-middle;
- vertical-align: 25%;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-item > span {
- padding: 0px 6px;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-operations {
- visibility: hidden;
- float: right;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-operations div {
- box-sizing: content-box;
- padding: 0px 8px;
- display: inline-block;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .heighLight {
- background-color: #e2f2fc;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .heighLight .plx-table-customCols-operations .plx-table-goup-show {
- visibility: visible;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .heighLight .plx-table-customCols-operations .plx-table-godown-show {
- visibility: visible;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .heighLight .plx-table-customCols-operations span {
- color: #108EE9;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .dragging {
- box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .dragEnter {
- background-color: #00abff;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-dropArea {
- height: 10px;
- border-bottom: 1px solid #e9e9e9;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-dropArea-before {
- height: 10px;
- border-bottom: none;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items > div:last-child .plx-table-customCols-dropArea {
- border-bottom: none;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-item {
- line-height: 20px;
- height: 20px;
- padding: 0px 16px;
-}
-.plx-table-customCols-pannel .plx-table-customCols-confirm {
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 16px 16px;
-}
-.plx-table-col-filter {
- border: 1px solid #d9d9d9;
- margin: 5px;
- box-sizing: border-box;
- height: 30px;
-}
-.plx-table-col-filter input {
- width: calc(100% - 25px);
- line-height: normal;
- font-weight: normal;
- border: none;
- height: 26px;
- font-size: 14px;
- box-sizing: border-box;
-}
-.plx-table-col-filter input:focus {
- outline: none;
-}
-.plx-table-col-filter .filterIcon {
- /*position: absolute;*/
- top: 6px;
- left: 3px;
- fill: #dedede;
- width: 14px;
-}
-.plx-filter-focused {
- outline: none;
- border: 1px solid #108EE9;
-}
-.plx-table-col-icon-wrapper {
- padding-left: 5px;
- display: inline-block;
- line-height: 30px;
-}
-.plx-table-col-icon-wrapper span {
- vertical-align: sub;
-}
-::-webkit-input-placeholder {
- /* WebKit browsers */
- color: #c1c1c1;
-}
-:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #c1c1c1;
-}
-::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #c1c1c1;
-}
-:-ms-input-placeholder {
- /* Internet Explorer 10+ */
- color: #c1c1c1;
-}
-.plx-table-selectFilter-wrapper {
- display: inline-block;
- vertical-align: middle;
- height: 28px;
- cursor: pointer;
- /*此处 若不为absolute则被td遮挡*/
- position: absolute;
-}
-.plx-table-selectFilter-icon {
- vertical-align: middle;
- height: 28px;
- fill: #8e8e8e;
-}
-.icon-selectFilter-activtied {
- fill: #108EE9;
-}
-.plx-table-selectFilter-panel {
- margin-top: -5px;
- border: 1px solid #d9d9d9;
- background-color: #fff;
- padding: 10px;
- right: 0px;
- border-radius: 5px;
- /*此处若为absolute则文本要换行,恩,玄学*/
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-table-selectFilter-panel span {
- vertical-align: -25%;
- font-size: 14px;
-}
-.plx-table-selectFilter-panel label {
- line-height: normal;
-}
-.plx-table-selectFilter-panel div {
- line-height: normal;
-}
-.plx-table-filter {
- height: 40px;
- float: right;
-}
-.plx-table-filter input {
- border-radius: 3px;
- line-height: normal;
- padding: 0px 6px;
- font-weight: normal;
- border: 1px solid #d9d9d9;
- margin-bottom: 10px;
- height: 32px;
- width: 200px;
- box-sizing: border-box;
- font-size: 14px;
- color: #595959;
-}
-.plx-table-filter input:focus {
- outline: none;
- border: 1px solid #108EE9;
-}
-.plx-table-filterToggle {
- display: inline-block;
- width: 30px;
- height: 30px;
- border-radius: 3px;
- border: 1px solid #d9d9d9;
- vertical-align: top;
- text-align: center;
- margin-left: 6px;
- cursor: pointer;
- box-sizing: content-box;
-}
-.plx-table-filterToggle.ict-filter:before {
- line-height: 30px;
-}
-.plx-table-filterToggle.ict-filter-f:before {
- line-height: 30px;
- color: #108EE9;
-}
-.plx-table-filter-icon-wrapper {
- vertical-align: middle;
- display: inline-block;
- padding-top: 5px;
-}
-.plx-table-filterIcon {
- fill: #595959;
-}
-.plx-table-pagination {
- float: right;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
- color: #595959;
- margin-top: 10px;
- margin-bottom: 10px;
-}
-.plx-table-pagination-content {
- display: inline-block;
- text-decoration: none;
-}
-.plx-table-pagination-item {
- list-style-type: none;
- display: inline-block;
-}
-.plx-table-pagination-item span {
- vertical-align: middle;
-}
-.plx-table-pagination-item select {
- vertical-align: middle;
- height: 26px;
- width: 45px;
- border: 1px solid #d9d9d9;
-}
-.plx-table-pagination-input {
- padding: 1px;
- height: 26px;
- width: 45px;
- margin-left: 1px;
- margin-right: 1px;
- font-size: 12px;
- color: #595959;
- box-sizing: border-box;
- border: 1px solid #d9d9d9;
- text-align: center;
- vertical-align: middle;
-}
-.plx-table-pagination-nav {
- display: inline-block;
- height: 26px;
- border: 1px solid #d9d9d9;
- font-size: 14px;
- text-decoration: none;
- color: #595959;
- padding-left: 6px;
- padding-right: 6px;
- cursor: pointer;
- text-align: center;
- vertical-align: middle;
- box-sizing: border-box;
-}
-a:not([href]):not([tabindex]).plx-table-pagination-disabled {
- color: #bfbfbf;
- cursor: not-allowed;
-}
-.plx-table-dropdown-wrapper {
- cursor: pointer;
-}
-.plx-table-dropdown-icon-shared {
- font-size: 20px;
- line-height: 2.2 !important;
- cursor: pointer;
-}
-.plx-table-dropdown-icon-polyline-shared {
- height: 16px;
- width: 16px;
- stroke: #00abff ;
-}
-.ict-down,
-.ict-up {
- font-size: 20px;
- line-height: 2.2 !important;
- cursor: pointer;
-}
-.ict-down polyline,
-.ict-up polyline {
- height: 16px;
- width: 16px;
- stroke: #00abff ;
-}
-.ict-down polyline:hover,
-.ict-up polyline:hover {
- stroke: #2d91c4;
-}
-.plx-table-innerTr {
- border: 1px solid #d9d9d9;
-}
-.plx-table-innerTr #plx-table-innerTd {
- padding: 0px;
-}
-.plx-table-innerTable {
- width: 100%;
-}
-.plx-table-innerTable tr {
- color: #595959;
- font-size: 14px;
-}
-.plx-table-innerTable tr td#plx-inner-table-title,
-.plx-table-innerTable tr td#plx-inner-table-content {
- padding: 8px;
- height: 40px;
- border: none;
- border-bottom: 1px solid #d9d9d9;
-}
-.plx-table-innerTable tr td:first-child {
- text-align: right;
-}
-.plx-table-innerTable tr td:last-child {
- text-align: left;
-}
-.plx-table-innerTable tr:last-child td#plx-inner-table-title,
-.plx-table-innerTable tr:last-child td#plx-inner-table-content {
- border-bottom: none;
-}
-/* 排序图标 */
-.plx-table-sort-icon-shared {
- display: block;
- cursor: pointer;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- margin-bottom: 2px;
-}
-.plx-table-sortIconWrapper {
- display: inline-block;
- vertical-align: middle;
- margin-left: 3px;
-}
-/* 排序图标:箭头向上 */
-.plx-table-sortAsc {
- display: block;
- cursor: pointer;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- margin-bottom: 2px;
- border-bottom: 5px solid #8e8e8e;
-}
-.plx-table-ascActived {
- border-bottom: 5px solid #108EE9;
-}
-/* 排序图标:箭头向下 */
-.plx-table-sortDesc {
- display: block;
- cursor: pointer;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- margin-bottom: 2px;
- border-top: 5px solid #8e8e8e;
-}
-.plx-table-descActived {
- border-top: 5px solid #108EE9;
-}
-.plx-color-picker-border-radius {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
-}
-.plx-color-picker * {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- margin: 0;
- font-size: 12px;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
-}
-.plx-color-picker {
- cursor: default;
- width: 246px;
- height: auto;
- left: 30px;
- top: 250px;
- position: absolute;
- z-index: 1000;
- background-color: #fff;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- border-radius: 3px;
- border: 1px solid #d9d9d9;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
-}
-.plx-color-picker i {
- cursor: default;
- position: relative;
-}
-.plx-color-picker input {
- font-size: 14px;
- height: 32px;
- padding-left: 10px;
- padding-right: 10px;
- outline: 0;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- vertical-align: middle;
- text-align: center;
- height: 24px;
- -moz-appearance: textfield;
-}
-.short-text-input .plx-color-picker input {
- width: 120px;
-}
-.text-input-with-unit .plx-color-picker input {
- width: 355px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-unitOption .plx-color-picker input {
- width: 316px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix .plx-color-picker input {
- width: 330px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-prefixOption .plx-color-picker input {
- width: 316px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-passwordSwith .plx-color-picker input {
- width: 360px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix.text-input-with-unit .plx-color-picker input {
- width: 285px;
-}
-.text-input-with-prefix.text-input-with-unitOption .plx-color-picker input {
- width: 246px;
-}
-.short-text-input.text-input-with-prefix .plx-color-picker input {
- width: 80px;
-}
-.short-text-input.text-input-with-unit .plx-color-picker input {
- width: 80px;
-}
-.short-text-input.text-input-with-prefix.text-input-with-unit .plx-color-picker input {
- width: 40px;
-}
-.plx-color-picker input:focus {
- border: 1px solid #108EE9;
-}
-.plx-color-picker input:disabled,
-.plx-color-picker input[disabled] {
- cursor: not-allowed;
- background-color: #f5f5f5;
-}
-.plx-color-picker input:invalid {
- box-shadow: none;
-}
-.plx-color-picker input:-moz-submit-invalid {
- box-shadow: none;
-}
-.plx-color-picker input:-moz-ui-invalid {
- box-shadow: none;
-}
-.plx-color-picker input::-webkit-outer-spin-button,
-.plx-color-picker input::-webkit-outer-spin-button {
- -webkit-appearance: textfield;
- margin: 0;
-}
-.plx-color-picker .color-picker-overlay1 {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- position: absolute;
- left: 0;
- top: 0;
- width: 244px;
- height: 118px;
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
- /* IE8 */
- background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
- /* FF3.6+ */
- background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
- /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
- /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
- /* Opera 11.10+ */
- background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
- /* IE10+ */
- background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');
- /* IE6 & IE7 */
-}
-.plx-color-picker .color-picker-overlay2 {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- position: absolute;
- left: 0;
- top: 0;
- width: 244px;
- height: 118px;
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
- /* IE8 */
- background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
- /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
- /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
- /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
- /* Opera 11.10+ */
- background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
- /* IE10+ */
- background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
- /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
- /* IE6-9 */
-}
-.plx-color-picker .color-picker-saturation-lightness {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- cursor: pointer;
- width: 244px;
- height: 118px;
- border: none;
- background-size: 100% 100%;
-}
-.plx-color-picker .color-picker-hue {
- cursor: pointer;
- border-radius: 3px;
- width: 168px;
- height: 10px;
- border: none;
- margin-bottom: 10px;
- background-size: 100% 100%;
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAAQCAYAAAD06IYnAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AIWDwkUFWbCCAAAAFxJREFUaN7t0kEKg0AQAME2x83/n2qu5qCgD1iDhCoYdpnbQC9bbY1qVO/jvc6k3ad91s7/7F1/csgPrujuQ17BDYSFsBAWwgJhISyEBcJCWAgLhIWwEBYIi2f7Ar/1TCgFH2X9AAAAAElFTkSuQmCC');
-}
-.plx-color-picker .color-picker-alpha {
- cursor: pointer;
- border-radius: 3px;
- width: 168px;
- height: 10px;
- border: none;
- background-size: 100% 100%;
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAAAKCAYAAAAgnxVRAAAC9klEQVRYhdVYPc7bMAylku7WViCrfJ2cocfoGXqLHslbDhAvHjNkCBBRHSoZzwQpKW7T7yuBwAn9+CtKIuOu1+vXy+UyPx6PL5QphEDee0KKMdI0TRveP8KlaZoSEZUPhxCS9z4RERd+jJEzbuWFEKL3nlEWcDHzYgiBQR//Nht5miZGXrbLWbaGY+99RBuAK3zOuGfBZP+iwJU4ItgtuAiyaJdBH2fc6iPoY9CH/jH4xyKOJHAJcEnRlwxcWY8k1o3KepxOp3Rg5h9YnJ+UkvjtxNPCO8Ak4MunxevxRXun6UVCn1ynXyhb5Mp7Tc4Z3y0e6pG2tXw7quuQWI0v/ZGx0cEAfzaygtUWBAPVClXqRblaErX3cgPU/C4Y/Gi+1+TRTllI/FjUKvjy1OxLf60NodmUG9GSQRuY5/+mQAtpye0pEKvwrELRsGhPW/CWrNwsTnnXc8rgUxaPptOi3huj6NVyJ3NR2yS9mI0/rxRoTyDvJmvhe65U7QrT9LRO0pYti2oLYxW9/F07/WqbbY9Pmm/ajSR9kLH0knoLuPv9/vN2u31D5rIsNM/zBjgMA43jSB+AS+M4rk11xvE8z8hLwzDwOI6bpnxZljTPc+FFIuKsrwwHiYhixm2GhoxDnoaLYHflZ/82w9QwDNHAbYaajJN2o6KPM24dksDuE+KIEC8DbiML8a65UnCc7SbwJYHdNf+AY4FLAifXt6xbOp/Pae8V/xGnKfYxrUZbXu2J7GtK6rbIuuIsn1q9Xk9faMnW9PTEIm1ofTgZPDwpe6/r3TfR3gLtScDfplrPRuKdFryVBOu6avmh9b6vDCqtReuRlba1KdvqS63caTwrLq2t0NqTVs9u0juGpHecrr2TYyFtuu0pnt7pVPtuye8d3jQ8vu8psNqJ+sohgydmq0+3NkmtMM1/Eg7Oue/H4/H5grMtqk3Vf6Lz1SRbxWPh5ADQc5q0pm38bk3emtyeHMoC0ApCa3/2tAOtjSWLWDv1rc204f8CQvGUIhalBqwAAAAASUVORK5CYII=');
-}
-.plx-color-picker .color-picker-alpha-ba {
- position: absolute;
- background: linear-gradient(90deg, rgba(255, 255, 255, 0), #000);
-}
-.plx-color-picker .selected-color {
- width: 30px;
- height: 30px;
- top: 0px;
- left: 0px;
- position: absolute;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -khtml-border-radius: 50%;
-}
-.plx-color-picker .selected-color-background {
- width: 30px;
- height: 30px;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -khtml-border-radius: 50%;
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAh0lEQVRYR+2W0QlAMQgD60zdfwOdqa8TmI/wQMr5K0I5bZLIzLOa2nt37VVVbd+dDx5obgCC3KBLwJ2ff4PnVidkf+ucIhw80HQaCLo3DMH3CRK3iFsmAWVl6hPNDwt8EvNE5q+YuEXcMgkonVM6SdyCoEvAnZ8v1Hjx817MilmxSUB5rdLJDycZgUAZUch/AAAAAElFTkSuQmCC');
-}
-.plx-color-picker .color-picker-cursor {
- cursor: default;
- position: relative;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -khtml-border-radius: 50%;
- width: 10px;
- height: 10px;
- border: #ffffff solid 1px;
-}
-.plx-color-picker .color-picker-cursor-selector {
- cursor: default;
- position: relative;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -khtml-border-radius: 50%;
- width: 10px;
- height: 10px;
- border: #ffffff solid 1px;
- width: 12px;
- height: 12px;
- top: -1px;
- background-color: #ffffff;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-color-picker .type-policy {
- float: right;
- position: absolute;
- top: 198px;
- right: 12px;
- width: 16px;
- height: 16px;
-}
-.plx-color-picker .type-policy:hover {
- background-color: #E7F4FD;
- cursor: pointer;
-}
-.plx-color-picker .arrow-down {
- display: block;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #9b9b9b;
- margin-top: 4px;
- margin-left: 4px;
-}
-.plx-color-picker .arrow-up {
- display: block;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-bottom: 4px solid #9b9b9b;
- margin-top: 2px;
- margin-left: 4px;
-}
-.plx-color-picker .box {
- width: 100%;
- height: 100%;
- display: flex;
-}
-.plx-color-picker .box .left {
- position: relative;
- margin-right: 16px;
-}
-.plx-color-picker .box .right {
- flex: 1 1 auto;
-}
-.plx-color-picker .button-area {
- padding: 0 16px 16px 16px;
- text-align: right;
-}
-.plx-color-picker .preset-area {
- padding: 4px 15px;
-}
-.plx-color-picker .preset-area .preset-label {
- width: 100%;
- padding: 4px;
- text-align: left;
- color: #555;
-}
-.plx-color-picker .preset-area .preset-color {
- cursor: pointer;
- display: inline-block;
- width: 18px;
- height: 18px;
- margin: 4px 6px 8px 6px;
- -moz-border-radius: 25%;
- -webkit-border-radius: 25%;
- border-radius: 25%;
- -khtml-border-radius: 25%;
- border: #a9a9a9 solid 1px;
-}
-.plx-color-picker .hsla-text,
-.plx-color-picker .rgba-text {
- width: 196px;
-}
-.plx-color-picker .hsla-text input,
-.plx-color-picker .rgba-text input {
- color: #595959;
- min-width: 0;
- flex: 1;
- margin: 0;
- float: left;
- padding: 1px;
-}
-.plx-color-picker .hsla-text input:last-child,
-.plx-color-picker .rgba-text input:last-child {
- margin-right: 0;
-}
-.plx-color-picker .hsla-text .hsla-text-div,
-.plx-color-picker .rgba-text .hsla-text-div,
-.plx-color-picker .hsla-text .rgba-text-div,
-.plx-color-picker .rgba-text .rgba-text-div {
- margin-top: 2px;
- flex: 1;
- text-align: center;
- color: #999999;
- height: 18px;
- padding-right: 8px;
-}
-.plx-color-picker .hsla-text .hsla-text-div:last-child,
-.plx-color-picker .rgba-text .hsla-text-div:last-child,
-.plx-color-picker .hsla-text .rgba-text-div:last-child,
-.plx-color-picker .rgba-text .rgba-text-div:last-child {
- margin-right: 0;
- padding-right: 0;
-}
-.plx-color-picker .hsla-text .hsla-text-degree,
-.plx-color-picker .rgba-text .hsla-text-degree {
- padding-right: 16px;
-}
-.plx-color-picker .hsla-text .hsla-text-percent,
-.plx-color-picker .rgba-text .hsla-text-percent {
- padding-right: 22px;
-}
-.plx-color-picker .hsla-text .hsla-degree,
-.plx-color-picker .rgba-text .hsla-degree {
- display: inline-block;
- width: 6px;
- margin-left: 2px;
- margin-right: 8px;
- margin-top: 2px;
-}
-.plx-color-picker .hsla-text .hsla-percent,
-.plx-color-picker .rgba-text .hsla-percent {
- display: inline-block;
- width: 12px;
- margin-left: 2px;
- margin-right: 8px;
- margin-top: 3px;
-}
-.plx-color-picker .hsla-text .rgba-text-input,
-.plx-color-picker .rgba-text .rgba-text-input {
- margin-right: 8px;
-}
-.plx-color-picker .hex-text {
- width: 196px;
-}
-.plx-color-picker .hex-text .box input {
- color: #595959;
- flex: 1 1 auto;
- padding: 1px;
-}
-.plx-color-picker .hex-text .box div {
- margin-top: 2px;
- flex: 1 1 auto;
- text-align: center;
- height: 18px;
- color: #999999;
- float: left;
- clear: left;
-}
-.plx-color-picker .bacis-color-alpha-select-area {
- padding: 20px 16px 16px 16px;
-}
-.plx-color-picker .color-format-content-area {
- padding: 0px 16px 16px 16px;
-}
-.plx-color-picker .arrow::after,
-.plx-color-picker .arrow::before {
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
- content: "";
- border-width: 7px 7px;
-}
-.plx-color-picker .arrow.arrow-bottom::after {
- left: 20px;
- border-top-width: 0;
- top: -7px;
- border-bottom-color: #ffffff;
-}
-.plx-color-picker .arrow.arrow-bottom::before {
- left: 20px;
- border-top-width: 0;
- top: -8px;
- border-bottom-color: #999999;
-}
-body {
- font-size: 14px;
-}
-.shadow {
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #bfbfbf;
-}
-::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #bfbfbf;
-}
-input:-ms-input-placeholder {
- color: #bfbfbf;
-}
-input::-webkit-input-placeholder {
- color: #bfbfbf;
-}
-.plx-btn {
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- color: #108EE9;
- min-width: 88px;
- letter-spacing: 1px;
- padding: 0px 16px;
- height: 32px;
- font-size: 14px;
- cursor: pointer;
- text-align: center;
- white-space: nowrap;
- margin-right: 10px;
- vertical-align: middle;
- border: 1px solid #d9d9d9;
- background-color: #fff;
- border-radius: 3px;
- line-height: 30px;
-}
-.plx-btn:hover,
-.plx-btn:disabled,
-.plx-btn[disabled],
-.plx-btn:focus,
-.plx-btn:active {
- outline: none;
- background-image: none;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-btn:hover,
-.plx-btn:focus {
- color: #108ee9;
- border-color: #108ee9;
- background-color: #fff;
-}
-.plx-btn:active {
- color: #fff;
- border-color: #108ee9;
- background-color: #108ee9;
-}
-.plx-btn:disabled,
-.plx-btn[disabled] {
- color: #bfbfbf;
- background-color: #fff;
- border-color: #e9e9e9;
-}
-.plx-btn:disabled:hover,
-.plx-btn[disabled]:hover,
-.plx-btn:disabled:focus,
-.plx-btn[disabled]:focus {
- color: #bfbfbf;
- background-color: #fff;
- border-color: #e9e9e9;
- cursor: not-allowed;
-}
-.plx-btn .plx-btn-icon {
- font-size: 16px;
- vertical-align: text-top;
- margin-right: 3px;
-}
-.plx-btn-primary {
- background-color: #108EE9;
- color: #fff;
- border-color: #108EE9;
-}
-.plx-btn-primary:hover,
-.plx-btn-primary:focus {
- color: #fff;
- background-color: #0D75BF;
- border-color: #0D75BF;
-}
-.plx-btn-primary:active {
- color: #fff;
- background-color: #0C66A7;
- border-color: #0C66A7;
-}
-.plx-btn-primary:disabled,
-.plx-btn-primary[disabled],
-.plx-btn-primary:disabled:hover,
-.plx-btn-primary[disabled]:hover,
-.plx-btn-primary:disabled:focus,
-.plx-btn-primary[disabled]:focus {
- color: #fff;
- border-color: #108EE9;
- background-color: #108EE9;
- opacity: 0.5;
-}
-.plx-btn-guide {
- background-color: #5cb85c;
- color: #fff;
- border-color: #5cb85c;
-}
-.plx-btn-guide:hover,
-.plx-btn-guide:focus {
- color: #fff;
- background-color: #00994d;
- border-color: #00994d;
-}
-.plx-btn-guide:active {
- color: #fff;
- background-color: #008040;
- border-color: #008040;
-}
-.plx-btn-guide:disabled,
-.plx-btn-guide[disabled],
-.plx-btn-guide:disabled:hover,
-.plx-btn-guide[disabled]:hover,
-.plx-btn-guide:disabled:focus,
-.plx-btn-guide[disabled]:focus {
- color: #fff;
- border-color: #5cb85c;
- background-color: #5cb85c;
- opacity: 0.5;
-}
-.plx-btn-table {
- color: #595959;
-}
-.plx-btn-error {
- background-color: #EA4335;
- color: #fff;
- border-color: #EA4335;
-}
-.plx-btn-error:hover,
-.plx-btn-error:focus {
- color: #fff;
- background-color: #DD1B0A;
- border-color: #DD1B0A;
-}
-.plx-btn-error:active {
- color: #fff;
- background-color: #B92113;
- border-color: #B92113;
-}
-.plx-btn-error:disabled,
-.plx-btn-error[disabled],
-.plx-btn-error:disabled:hover,
-.plx-btn-error[disabled]:hover,
-.plx-btn-error:disabled:focus,
-.plx-btn-error[disabled]:focus {
- color: #fff;
- border-color: #EA4335;
- background-color: #EA4335;
- opacity: 0.5;
-}
-.plx-btn-sm {
- height: 28px;
- padding: 0px 14px;
- min-width: 68px;
- margin-right: 5px;
- line-height: 26px;
-}
-.plx-btn-xs {
- height: 24px;
- padding: 0px 12px;
- min-width: 68px;
- margin-right: 5px;
- line-height: 22px;
-}
-.plx-btn.dropdown-toggle {
- margin-right: 0;
- outline: none !important;
- background-image: none !important;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-btn.dropdown-toggle::after {
- margin-left: 16px;
- border-top: 4px solid;
- border-right: 4px solid transparent;
- border-left: 4px solid transparent;
- color: #c0c0c0;
- margin-bottom: 1px;
-}
-.plx-btn-sm.dropdown-toggle::after {
- margin-left: 14px;
-}
-.plx-btn-xs.dropdown-toggle::after {
- margin-left: 12px;
-}
-.plx-btn + .dropdown-menu {
- margin: 0;
- padding: 0;
- border: 0;
- min-width: 100%;
- font-size: 14px;
- border-radius: 3px;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-btn + .dropdown-menu .dropdown-item {
- background-color: #fff;
- color: #595959;
- font-size: 14px;
- padding: 0px 16px;
- height: 30px;
- cursor: pointer;
-}
-.plx-btn + .dropdown-menu .dropdown-item:hover,
-.plx-btn + .dropdown-menu .dropdown-item:focus,
-.plx-btn + .dropdown-menu .dropdown-item:active {
- outline: none;
- background-color: #E7F4FD;
-}
-.plx-btn + .dropdown-menu .dropdown-item:disabled,
-.plx-btn + .dropdown-menu .dropdown-item[disabled] {
- color: #bfbfbf;
-}
-.plx-btn + .dropdown-menu .dropdown-item:disabled:hover,
-.plx-btn + .dropdown-menu .dropdown-item[disabled]:hover,
-.plx-btn + .dropdown-menu .dropdown-item:disabled:focus,
-.plx-btn + .dropdown-menu .dropdown-item[disabled]:focus {
- cursor: not-allowed;
- background-color: #fff;
-}
-.plx-btn-sm + .dropdown-menu .dropdown-item {
- padding: 0px 14px;
-}
-.plx-btn-xs + .dropdown-menu .dropdown-item {
- padding: 0px 12px;
-}
-.plx-btn-more {
- display: inline-block;
- margin-right: 10px;
-}
-.plx-btn-more-sm {
- margin-right: 5px;
-}
-.plx-btn-more-xs {
- margin-right: 5px;
-}
-.plx-checkbox-container {
- font-size: 0;
- position: relative;
-}
-.plx-checkbox {
- position: absolute;
- z-index: -1;
- opacity: 0;
-}
-.plx-checkbox + .checkbox-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: 16px;
- width: 16px;
- border: 1px solid #d9d9d9;
- border-radius: 2px;
- vertical-align: middle;
-}
-.plx-checkbox + .checkbox-substitute + span {
- font-weight: normal;
- font-size: 14px;
- cursor: pointer;
- vertical-align: middle;
- padding-left: 10px;
-}
-.plx-checkbox:hover + .checkbox-substitute {
- border-color: #108EE9;
- outline: none;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-checkbox:checked + .checkbox-substitute {
- border-color: #108EE9;
- background-color: #108EE9;
-}
-.plx-checkbox:checked + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #fff;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 4px;
- top: 0;
-}
-.plx-checkbox.portion + .checkbox-substitute {
- background-color: #108EE9;
- border-color: #108EE9;
- opacity: 0.5;
-}
-.plx-checkbox.portion + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #fff;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 4px;
- top: 0;
-}
-.plx-checkbox:disabled + .checkbox-substitute,
-.plx-checkbox[disabled] + .checkbox-substitute {
- border-color: #d9d9d9;
- background-color: #f5f5f5;
- cursor: not-allowed;
-}
-.plx-checkbox:disabled + .checkbox-substitute + span,
-.plx-checkbox[disabled] + .checkbox-substitute + span {
- cursor: not-allowed;
-}
-.plx-checkbox.portion[disabled] + .checkbox-substitute {
- background-color: #d9d9d9;
- border-color: #d9d9d9;
-}
-.plx-checkbox.portion[disabled] + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #8e8e8e;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 4px;
- top: 0;
-}
-.plx-checkbox:checked[disabled] + .checkbox-substitute {
- border-color: #d9d9d9;
- background-color: #d9d9d9;
-}
-.plx-form {
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
- background: #fff;
- color: #595959;
-}
-.plx-form .ng-invalid:not(form).ng-invalid:not(fieldset).ng-invalid:not(plx-select) {
- border: 1px solid #EA4335;
- /* red */
-}
-.plx-form .ng-untouched:not(form).ng-untouched:not(fieldset).ng-untouched:not(plx-select) {
- border: 1px solid #d9d9d9;
-}
-.plx-form label {
- font-size: 14px;
- text-align: right;
- color: #737373;
- background: #fff;
-}
-.plx-form label .label-span {
- color: #595959;
-}
-.plx-form .text-autocut {
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- display: block;
-}
-.plx-form .forms-group-pointer {
- margin-bottom: 10px;
- padding-left: 15px;
- color: #404040;
- font-size: 16px;
- height: 32px;
- line-height: 32px;
- cursor: pointer;
-}
-.plx-form .forms-group-pointer:hover {
- background: #E7F4FD;
-}
-.plx-form .forms-group-pointer span {
- margin-left: 24px;
- border-left: 3px solid #108EE9;
- padding-left: 5px;
-}
-.plx-form .forms-group-pointer .group-icon {
- float: left;
- font-size: 16px;
- color: #108EE9 !important;
- line-height: 32px;
- margin-right: 8px;
- transform: scale(0.7, 0.7);
- font-weight: bold;
-}
-.plx-form .forms-group-default {
- margin-bottom: 10px;
- padding-left: 15px;
- color: #404040;
- font-size: 16px;
- height: 32px;
- line-height: 32px;
- cursor: default;
- line-height: 16px;
-}
-.plx-form .forms-group-default:hover {
- background: #fff;
-}
-.plx-form .forms-group-default span {
- margin-left: 24px;
- border-left: 3px solid #108EE9;
- padding-left: 5px;
-}
-.plx-form .forms-group-default .group-icon {
- float: left;
- font-size: 16px;
- color: #108EE9 !important;
- line-height: 32px;
- margin-right: 8px;
- transform: scale(0.7, 0.7);
- font-weight: bold;
-}
-.plx-form .input-sm {
- height: 28px !important;
-}
-.plx-form .px-red {
- color: #EA4335;
-}
-.plx-form input:focus {
- border: 1px solid #108EE9 !important;
-}
-.plx-form .error-div {
- height: 14px;
- margin-top: -4px;
- margin-bottom: 5px;
-}
-.plx-form .error-div .error-msg {
- color: #EA4335;
-}
-.plx-form .help-div {
- color: #bfbfbf;
- height: 14px;
- margin-top: -5px;
- margin-bottom: 6px;
-}
-.plx-form .forms-header {
- margin-left: 15px;
- margin-bottom: 25px;
- padding-bottom: 5px;
- border-bottom: 1px solid #e9e9e9;
-}
-.plx-form .forms-header span {
- font-size: 16px;
- color: #404040;
-}
-.plx-form .plx-input {
- width: 100%;
- color: #595959;
- background: #fff;
- text-align: left;
-}
-.plx-form .field-radio {
- padding-right: 10px;
- line-height: 27px;
-}
-.plx-form .field-radio.field-radio-tight {
- line-height: 23px;
-}
-.plx-form .field-tail {
- padding-right: 10px;
- line-height: 32px;
-}
-.plx-form .field-tail.field-tail-tight {
- line-height: 28px;
-}
-.plx-form .field-tail .tip {
- color: #8e8e8e;
- font-size: 16px;
-}
-.plx-form .field-info {
- font-size: 14px;
- color: #108EE9;
- margin-left: -15px;
-}
-.plx-form .field-info.field-info-group {
- margin-left: 15px;
-}
-.plx-form .form-field:not(select-dropdown) {
- color: #595959;
- font-size: 14px;
- line-height: 32px;
-}
-.plx-form .form-field:not(select-dropdown).form-field-tight {
- line-height: 28px;
-}
-.plx-form .form-field:not(select-dropdown).form-filed-hint {
- margin-bottom: 15px;
-}
-.plx-form .field-div {
- margin-bottom: 15px;
- padding-left: 0;
-}
-.plx-form .field-div.field-div-tight {
- margin-bottom: 10px;
-}
-.plx-form .field-div.inputchanged > input {
- font-weight: bold;
-}
-.plx-form .field-div.inputchanged > select {
- font-weight: bold;
-}
-.plx-form .button-div {
- padding: 15px 0 0 0;
- color: #595959;
- font-size: 16px;
- text-align: left;
-}
-.plx-form .button-div button {
- margin-right: 10px;
-}
-.plx-form .button-r-submit {
- float: right;
- margin-right: -20px !important;
-}
-.plx-form .button-r-cancel {
- float: right;
-}
-.plx-form .content {
- overflow-y: auto;
- overflow-x: hidden;
-}
-.plx-form .plx-scrollbar::-webkit-scrollbar {
- width: 4px;
- height: 6px;
-}
-.plx-form .plx-scrollbar::-webkit-scrollbar-thumb {
- background-color: rgba(0, 0, 0, 0.2);
- border-radius: 2em;
- min-height: 50px;
- max-height: 100px;
-}
-.plx-form .plx-scrollbar::-webkit-scrollbar-corner {
- background-color: transparent;
-}
-.plx-form input:-ms-input-placeholder {
- color: #999 !important;
-}
-.plx-form input::-webkit-input-placeholder {
- color: #999 !important;
-}
-.plx-form plx-info .icon {
- margin-left: -10px;
- line-height: 28px !important;
-}
-.para-content .icon-active {
- fill: #108EE9;
-}
-.para-content .icon-disactive {
- fill: #bfbfbf;
- cursor: default;
-}
-.plx-input {
- font-size: 14px;
- height: 32px;
- padding-left: 10px;
- padding-right: 10px;
- outline: 0;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- vertical-align: middle;
-}
-.plx-input:focus {
- border: 1px solid #108EE9;
-}
-.plx-input:disabled,
-.plx-input[disabled] {
- cursor: not-allowed;
- background-color: #f5f5f5;
-}
-.plx-input-sm {
- height: 28px;
-}
-.plx-input-right-no-radius {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
-}
-.plx-radio-container {
- font-size: 0;
- position: relative;
-}
-.plx-radio {
- position: absolute;
- z-index: -1;
- opacity: 0;
-}
-.plx-radio + .radio-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: 16px;
- width: 16px;
- border: 1px solid #d9d9d9;
- border-radius: 16px;
- vertical-align: middle;
-}
-.plx-radio:hover + .radio-substitute,
-.plx-radio:focus + .radio-substitute {
- border-color: #108EE9;
- outline: none;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-radio:checked + .radio-substitute {
- border: 5px solid #108EE9;
-}
-.plx-radio:disabled + .radio-substitute,
-.plx-radio[disabled] + .radio-substitute {
- border-color: #d9d9d9;
- background-color: #f5f5f5;
- cursor: not-allowed;
-}
-.plx-radio:checked [disabled] + .radio-substitute {
- border-color: #e9e9e9;
- background-color: #e9e9e9;
- cursor: not-allowed;
-}
-.plx-radio + .radio-substitute + span {
- font-weight: normal;
- font-size: 14px;
- cursor: pointer;
- vertical-align: middle;
- padding-left: 10px;
-}
-.plx-radio:disabled + .radio-substitute + span,
-.plx-radio[disabled] + .radio-substitute + span {
- cursor: not-allowed;
-}
-/*radio-group*/
-.btn.dropdown-toggle,
-.btn-group .btn.dropdown-toggle,
-.btn:hover,
-.btn:disabled,
-.btn[disabled],
-.btn:focus,
-.btn:active,
-.btn.active {
- outline: none !important;
- background-image: none !important;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-radio-group {
- cursor: pointer;
- font-size: 14px;
- height: 32px;
- background-color: #fff;
- border: 1px solid #d9d9d9;
- color: #595959;
- border-radius: 3px;
- padding: 0px 16px;
- min-width: 88px;
- transition: none;
-}
-.plx-radio-group:hover,
-.plx-radio-group:focus,
-.plx-radio-group:active {
- outline: none;
- background-image: none;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-radio-group:hover,
-.plx-radio-group:focus {
- color: #108ee9;
- border-color: #108ee9;
- background-color: #fff;
-}
-.plx-radio-group:active {
- color: #fff;
- border-color: #108ee9;
- background-color: #108ee9;
-}
-.plx-radio-group.active {
- background-color: #108EE9;
- color: #fff;
- border-color: #108EE9;
-}
-.plx-radio-group > span {
- line-height: 30px;
-}
-.plx-radio-group-sm {
- height: 28px;
- padding: 0px 14px;
- min-width: 68px;
-}
-.plx-radio-group-sm > span {
- line-height: 26px;
-}
-.plx-ui-steps-number-active {
- background: #108ee9;
- color: #ffffff;
-}
-.plx-ui-steps-number-passive {
- background: #d9d9d9;
- color: #ffffff;
-}
-.plx-ui-steps-number-visited {
- color: #ffffff;
- border: 2px #108ee9 solid;
-}
-.plx-ui-underline-active {
- background: #108ee9;
-}
-.plx-ui-underline-passive {
- background: #e9e9e9;
-}
-.plx-ui-steps-title-active {
- color: #595959;
-}
-.plx-ui-steps-title-passive {
- color: #999999;
-}
-.plx-ui-steps-title-visited {
- color: #999999;
-}
-.plx-ui-steps-number-visited-tick {
- border-bottom: 2px solid #108ee9;
- border-right: 2px solid #108ee9;
-}
-.plx-ui-underline-active-vertical {
- border-right: 2px solid #d9d9d9;
-}
-.plx-ui-underline-visited-vertical {
- border-right: 2px solid #108ee9;
-}
-.plx-ui-underline-passive-vertical {
- border-right: 2px solid #d9d9d9;
-}
-.plx-ui-steps-title-active-vertical {
- color: #595959;
-}
-.plx-ui-steps-title-visited-vertical {
- color: #999999;
-}
-.plx-ui-steps-title-passive-vertical {
- color: #999999;
-}
-.plx-ui-steps-number-active-vertical {
- background: #108ee9;
- color: #ffffff;
-}
-.plx-ui-steps-number-passive-vertical {
- background: #d9d9d9;
- color: #ffffff;
-}
-.plx-ui-steps-number-visited-vertical {
- color: #ffffff;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/NIV/theme.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/NIV/theme.less
deleted file mode 100644
index a145f3fa..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/NIV/theme.less
+++ /dev/null
@@ -1,89 +0,0 @@
-//-------------------common start------------------------
-// -------- Colors start-----------
-//配置说明:通常primary-color和primary-color-guide相同,某些产品需要有特别引导用户操作的按钮时,可以单独定义primary-color-guide
-@primary-color: #108EE9; //主色,用于重点按钮底色,普通按钮文字色、tab页的选中横条色、进度条色、分组标题竖线等, 应用开发需要关注搭配class plx-btn-primary t
-@guide-color: #5cb85c; //引导色,搭配class plx-btn-guide
-@success-color: #00A854; //搭配class plx-btn-success
-@warning-color: #F3B709; //搭配class plx-btn-warning
-@error-color: #EA4335; //搭配class plx-btn-error
-@common-color: #fff; //搭配class plx-btn
-
-//Colors-hover
-@primary-color-hover: #0D75BF;
-@primary-color-guide-hover: #00994d;
-@success-color-hover: #00994D;
-@warning-color-hover: #C99703;
-@error-color-hover: #DD1B0A;
-@common-color-hover: #fff;
-@btn-common-color-text-hover: #108ee9;
-@btn-common-color-border-hover: #108ee9;
-
-
-//colors-click
-@primary-color-click: #0C66A7;
-@primary-color-guide-click: #008040;
-@success-color-click: #008040;
-@warning-color-click: #977202;
-@error-color-click: #B92113;
-@common-color-click: #108ee9;
-@btn-common-color-text-click: #fff;
-@btn-common-color-border-click: #108ee9;
-
-//opacity-disable
-@opacity-disable: 0.5;
-//text-color-scenes,在按钮或tab上的文字色
-@scene-textcolor: #fff; //用于有底色时的文字颜色,搭配class plx-btn-primary,plx-btn-*
-@common-textcolor: @primary-color; //用于普通按钮和链接上的文字颜色,应用关注搭配 class plx-btn
-//text color
-@text-color: #595959; //普通文字颜色,不需要专用class
-@title-text-color: #404040; //用于标题文字颜色
-@disabled-text-color: #bfbfbf; //用于禁用状态文字、placeholder文字颜色
-@light-text-color: #737373; //较浅色
-@unselected-text-color: #999; //用于未选中文字颜色
-@form-label:#737373;//用于表单标签颜色
-// Background color for `<body>`
-@body-bg: #fff;
-// Base background color for most components
-@component-bg: #fff;
-@hover-bg-color: #E7F4FD; //用于菜单 、列表项、树项、表格行的hover背景色
-@selected-bg-color: #f5f5f5; //用于菜单 、列表项、树项、表格行的选中背景色
-@input-bg-color-disabled: #f5f5f5; //用于输入框禁用状态背景色
-//边框
-@border-color-base: #d9d9d9; // base border outline a component 搭配class: plx-border
-@border-color-split: #e9e9e9; // split border inside a component 搭配class: plx-split
-//字体图标
-@fonticon-color: #8e8e8e; //字体图标颜色,搭配class: plx-icon-*
-@fonticon-bg-color-hover: @hover-bg-color; //一般字体图标hover时背景色变化
-@fonticon-color-hover: @primary-color; //当字体图标本身有背景色的时候,使用图标颜色本身加深的hover颜色。
-// Shadow
-@shadow-color: rgba(0, 0, 0, .2); //阴影颜色,个别组件需要,无需搭配固定class
-
-// -------- Colors end-------------
-// -------- font start-------------
-@font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, Segoe UI, Helvetica, Arial, "san-serif";
-@font-size-spacing:20px; //用于间距定义
-@font-size: 14px; //正文文字
-@font-size-title-level1: @font-size + 6px; //一级标题
-@font-size-title-level2: @font-size + 2px; //二级标题
-@font-size-title-group: @font-size + 2px;
-// -------- font end---------------
-// -------- radius start-------------
-@radius: 3px; //圆角
-@radius-sm: 2px; //小按钮圆角,用于下拉多选框的已选项的圆角
-@radius-lg: 20px; //用于标签,搭配class:plx-tag
-// -------- radius start-------------
-//size
-//checkbos
-@checkbox-size: @font-size+2px; //复选框高度
-//btn
-@btn-height: 32px; //按钮高度
-@btn-height-sm: 28px; //小尺寸按钮,搭配class:plx-btn-sm
-@btn-height-xs: 24px; //加小尺寸按钮,搭配class:plx-btn-xs
-// Input
-@input-height: 32px; //输入框高度
-@input-height-sm: 28px; //小尺寸输入框,搭配class:plx-input-sm
-
-
-
-@import "../common.less";
-@import "./NIV-theme.less"; \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common.less
deleted file mode 100644
index bf530f08..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common.less
+++ /dev/null
@@ -1,7 +0,0 @@
-@import "./common/plx-button.less";
-@import "./common/plx-checkbox.less";
-@import "./common/common.less";
-@import "./common/plx-form.less";
-@import "./common/plx-radio.less";
-@import "./common/plx-step.less";
-@import "./common/plx-text-input.less"; \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/common.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/common.less
deleted file mode 100644
index e53ef3d5..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/common.less
+++ /dev/null
@@ -1,27 +0,0 @@
-html{
- //font-size:@font-size-spacing;
-}// 定义间距使用
-body{
- font-size:@font-size;
-}
-.shadow {
--webkit-box-shadow: 0 1px 6px @shadow-color;
--moz-box-shadow: 0 1px 6px @shadow-color;
-box-shadow: 0 1px 6px @shadow-color;
-} //阴影样式(包含跨浏览器),可以直接引用.shadow
-
-:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
- color: @disabled-text-color;
-}
-
-::-moz-placeholder { /* Mozilla Firefox 19+ */
- color: @disabled-text-color;
-}
-
-input:-ms-input-placeholder{
- color: @disabled-text-color;
-}
-
-input::-webkit-input-placeholder{
- color: @disabled-text-color;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-button.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-button.less
deleted file mode 100644
index 26ed4b15..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-button.less
+++ /dev/null
@@ -1,272 +0,0 @@
-@import "../default/theme.less";
-
-@padding-normal: 0px 16px;
-@padding-sm: 0px 14px;
-@padding-xs: 0px 12px;
-@min-width-normal: 80px;
-@min-width-sm: 60px;
-@min-width-xs: 60px;
-@btn-margin-right: 10px;
-@btn-margin-right-sm: 5px;
-@btn-margin-right-xs: 5px;
-@btn-border-height: 1px;
-
-.border-min-width(@min-width, 14px) {
- min-width: @min-width + 8px;
-}
-
-.border-min-width(@min-width, 12px) {
- min-width: @min-width;
-}
-
-.background-color-white-color-disabled (@color) when (@color = #fff) {
- color: @disabled-text-color;
- background-color: @common-color;
- border-color: #e9e9e9;
-}
-
-.background-color-white-color-disabled (@color) when not (@color = #fff) {
- border-color: @color;
- background-color: @color;
- opacity: @opacity-disable;
-}
-
-.plx-btn {
- font-family: @font-family;
- color: @common-textcolor;
- .border-min-width(@min-width-normal, @font-size);
- letter-spacing: 1px;
- padding: @padding-normal;
- height: @btn-height;
- font-size: @font-size;
- cursor: pointer;
- text-align: center;
- white-space: nowrap;
- margin-right: @btn-margin-right;
- vertical-align: middle;
- border: @btn-border-height solid @border-color-base;
- background-color: @common-color;
- border-radius: @radius;
- line-height: @btn-height - @btn-border-height * 2;
- &:hover,
- &:disabled,
- &[disabled],
- &:focus,
- &:active {
- outline: none;
- background-image: none;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
- }
- &:hover,
- &:focus {
- color: @btn-common-color-text-hover;
- border-color: @btn-common-color-border-hover;
- background-color: @common-color-hover;
- }
- &:active {
- color: @btn-common-color-text-click;
- border-color: @btn-common-color-border-click;
- background-color: @common-color-click;
- }
- &:disabled,
- &[disabled] {
- .background-color-white-color-disabled(@common-color);
- }
- &:disabled:hover,
- &[disabled]:hover,
- &:disabled:focus,
- &[disabled]:focus {
- .background-color-white-color-disabled(@common-color);
- cursor: not-allowed;
- }
- & .plx-btn-icon {
- font-size: 16px;
- vertical-align: text-top;
- margin-right: 3px;
- }
-}
-
-.plx-btn-primary {
- background-color: @primary-color;
- color: @scene-textcolor;
- border-color: @primary-color;
- &:hover,
- &:focus {
- color: @scene-textcolor;
- background-color: @primary-color-hover;
- border-color: @primary-color-hover;
- }
- &:active {
- color: @scene-textcolor;
- background-color: @primary-color-click;
- border-color: @primary-color-click;
- }
- &:disabled,
- &[disabled],
- &:disabled:hover,
- &[disabled]:hover,
- &:disabled:focus,
- &[disabled]:focus {
- color: @scene-textcolor;
- .background-color-white-color-disabled(@primary-color);
- }
-}
-
-.plx-btn-guide {
- background-color: @guide-color;
- color: @scene-textcolor;
- border-color: @guide-color;
- &:hover,
- &:focus {
- color: @scene-textcolor;
- background-color: @primary-color-guide-hover;
- border-color: @primary-color-guide-hover;
- }
- &:active {
- color: @scene-textcolor;
- background-color: @primary-color-guide-click;
- border-color: @primary-color-guide-click;
- }
- &:disabled,
- &[disabled],
- &:disabled:hover,
- &[disabled]:hover,
- &:disabled:focus,
- &[disabled]:focus {
- color: @scene-textcolor;
- .background-color-white-color-disabled(@guide-color);
- }
-}
-
-.plx-btn-table {
- color: @text-color;
-}
-
-.plx-btn-error {
- background-color: @error-color;
- color: @scene-textcolor;
- border-color: @error-color;
- &:hover,
- &:focus {
- color: @scene-textcolor;
- background-color: @error-color-hover;
- border-color: @error-color-hover;
- }
- &:active {
- color: @scene-textcolor;
- background-color: @error-color-click;
- border-color: @error-color-click;
- }
- &:disabled,
- &[disabled],
- &:disabled:hover,
- &[disabled]:hover,
- &:disabled:focus,
- &[disabled]:focus {
- color: @scene-textcolor;
- .background-color-white-color-disabled(@error-color);
- }
-}
-
-.plx-btn-sm {
- height: @btn-height-sm;
- padding: @padding-sm;
- .border-min-width(@min-width-sm, @font-size);
- margin-right: @btn-margin-right-sm;
- line-height: @btn-height-sm - @btn-border-height * 2;
-}
-
-.plx-btn-xs{
- height: @btn-height-xs;
- padding: @padding-xs;
- .border-min-width(@min-width-xs, @font-size);
- margin-right: @btn-margin-right-xs;
- line-height: @btn-height-xs - @btn-border-height * 2;
-}
-
-.plx-btn.dropdown-toggle {
- margin-right: 0;
- outline: none !important;
- background-image: none !important;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-
-.plx-btn.dropdown-toggle::after {
- margin-left: 16px;
- border-top: 4px solid;
- border-right: 4px solid transparent;
- border-left: 4px solid transparent;
- color: darken(@border-color-base, 10%);
- margin-bottom: 1px;
-}
-
-.plx-btn-sm.dropdown-toggle::after {
- margin-left: 14px;
-}
-
-.plx-btn-xs.dropdown-toggle::after {
- margin-left: 12px;
-}
-
-.plx-btn+.dropdown-menu {
- margin: 0;
- padding: 0;
- border: 0;
- min-width: 100%;
- font-size: @font-size;
- border-radius: @radius;
- .shadow;
- & .dropdown-item {
- background-color: @component-bg;
- color: @text-color;
- font-size: @font-size;
- padding: @padding-normal;
- height: 30px;
- cursor: pointer;
- &:hover,
- &:focus,
- &:active{
- outline: none;
- background-color: @hover-bg-color;
- }
- &:disabled,
- &[disabled] {
- color: @disabled-text-color;
- }
- &:disabled:hover,
- &[disabled]:hover,
- &:disabled:focus,
- &[disabled]:focus {
- cursor: not-allowed;
- background-color: @component-bg;
- }
- }
-}
-
-.plx-btn-sm+.dropdown-menu .dropdown-item {
- padding: @padding-sm;
-}
-.plx-btn-xs+.dropdown-menu .dropdown-item {
- padding: @padding-xs;
-}
-
-.plx-btn-more {
- display: inline-block;
- margin-right: @btn-margin-right;
-}
-
-.plx-btn-more-sm {
- margin-right: @btn-margin-right-sm;
-}
-
-.plx-btn-more-xs {
- margin-right: @btn-margin-right-xs;
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-checkbox.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-checkbox.less
deleted file mode 100644
index 8726ebae..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-checkbox.less
+++ /dev/null
@@ -1,105 +0,0 @@
-@import "../default/theme.less";
-
-@checkbox-border-size: 1px;
-
-.plx-checkbox-container {
- font-size: 0;
- position: relative;
-}
-
-.plx-checkbox {
- position: absolute;
- z-index: -1;
- opacity: 0;
- & + .checkbox-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: @checkbox-size;
- width: @checkbox-size;
- border: @checkbox-border-size solid @border-color-base;
- border-radius: @radius-sm;
- vertical-align: middle;
- }
- & + .checkbox-substitute + span {
- font-weight: normal;
- font-size: @font-size;
- cursor: pointer;
- vertical-align: middle;
- .font-padding(@font-size);
- }
- &:hover + .checkbox-substitute {
- border-color: @primary-color;
- outline: none;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
- }
- &:checked + .checkbox-substitute {
- border-color: @primary-color;
- background-color: @primary-color;
- &::after {
- .checkbox-check(@component-bg);
- }
- }
- &.portion + .checkbox-substitute {
- background-color: @primary-color;
- border-color: @primary-color;
- opacity: 0.5;
- &::after {
- .checkbox-check(@component-bg);
- }
- }
- &:disabled + .checkbox-substitute,
- &[disabled] + .checkbox-substitute {
- border-color: @border-color-base;
- background-color: @input-bg-color-disabled;
- cursor: not-allowed;
- }
- &:disabled + .checkbox-substitute + span,
- &[disabled] + .checkbox-substitute + span {
- cursor: not-allowed;
- }
- &.portion[disabled] + .checkbox-substitute {
- background-color: @border-color-base;
- border-color: @border-color-base;
- &::after {
- .checkbox-check(@fonticon-color);
- }
- }
- &:checked[disabled] + .checkbox-substitute {
- border-color: @border-color-base;
- background-color: @border-color-base;
- }
-}
-
-.checkbox-check(@color) {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid @color;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- .checkbox-check-left(@font-size);
- top: 0;
-}
-
-.checkbox-check-left(12px) {
- left: 3px;
-}
-
-.checkbox-check-left(14px) {
- left: 4px;
-}
-
-.font-padding(12px) {
- padding-left: 6px;
-}
-
-.font-padding(14px) {
- padding-left: 10px;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-form.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-form.less
deleted file mode 100644
index 600898a3..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-form.less
+++ /dev/null
@@ -1,233 +0,0 @@
-@import "../default/theme.less";
-@import "./plx-button.less";
-@import "./plx-radio.less";
-@import "./plx-checkbox.less";
-@import "./plx-input.less";
-
-.plx-form {
- font-family: @font-family;
- font-size: @font-size;
- background: @component-bg;
- color: @text-color;
- .ng-invalid:not(form).ng-invalid:not(fieldset).ng-invalid:not(plx-select) {
- border: 1px solid @error-color; /* red */
- }
- .ng-untouched:not(form).ng-untouched:not(fieldset).ng-untouched:not(plx-select) {
- border: 1px solid @border-color-base ;
- }
- // 标签和通用组件样式
- label {
- font-size: @font-size;
- text-align: right;
- color: @form-label;
- background: @component-bg;
- .label-span {
- color: @text-color;
- }
- }
-
- //分组的样式
- .forms-group(@cursor, @bgcolor) {
- margin-bottom: 10px;
- padding-left: 15px;
- color: @title-text-color;
- font-size: @font-size-title-group;
- height: @input-height;
- line-height: @input-height;
- cursor: @cursor;
- &:hover {
- background: @bgcolor;
- }
- span {
- margin-left: 24px;
- border-left: 3px solid @primary-color;
- padding-left: 5px;
- }
- // 分组的展开和隐藏
- .group-icon {
- float:left;
- font-size: @font-size-title-group;
- color: @primary-color !important;
- line-height:@input-height;
- margin-right:8px;
- transform: scale(0.7,0.7);
- font-weight: bold;
- }
- }
-
- .text-autocut {
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- display: block;
- }
-
- .forms-group-pointer {
- .forms-group(pointer, @hover-bg-color);
- }
-
- .forms-group-default {
- .forms-group(default, @component-bg);
- line-height: @input-height / 2;
- }
- // 紧凑型表单input高度
- .input-sm {
- height: @input-height-sm !important;
- }
- // 必选的*号颜色
- .px-red {
- color: @error-color;
- }
-
- input:focus {
- border: 1px solid @primary-color !important;
- }
- // 错误信息
- .error-div {
- height: @font-size;
- margin-top: -4px;
- margin-bottom: 5px;
- .error-msg {
- color: @error-color;
- }
- }
- // 输入提示信息的样式
- .help-div {
- color: @disabled-text-color;
- height: @font-size;
- margin-top: -5px;
- margin-bottom: 6px;
- }
- // 标题样式
- .forms-header {
- margin-left: 15px;
- margin-bottom: 25px;
- padding-bottom: 5px;
- border-bottom:1px solid @border-color-split;
- span {
- font-size: @font-size-title-level2;
- color: @title-text-color;
- }
- }
-
- .plx-input{
- width: 100%;
- color: @text-color;
- background: @component-bg;
- text-align: left;
- }
- //radio、checkbox、tail的样式
- .field-radio {
- padding-right:10px;
- line-height:@input-height - 5px;
- &.field-radio-tight {
- line-height:@input-height-sm - 5px;
- }
- }
- .field-tail {
- padding-right:10px;
- line-height:@input-height;
- &.field-tail-tight {
- line-height:@input-height-sm;
- }
- .tip {
- color: @fonticon-color;
- font-size: 16px;
- }
- }
- .field-info {
- font-size: @font-size;
- color: @primary-color;
- margin-left: -15px;
- &.field-info-group {
- margin-left: 15px;
- }
- }
- //field的样式
- .form-field:not(select-dropdown) {
- color: @text-color;
- font-size: @font-size;
- line-height: @input-height;
- &.form-field-tight {
- line-height:@input-height-sm;
- }
- &.form-filed-hint {
- margin-bottom: 15px;
- }
- }
- .field-div {
- margin-bottom: 15px;
- padding-left: 0;
- &.field-div-tight {
- margin-bottom: 10px;
- }
- // 输入值改变后的样式变化
- &.inputchanged > input{
- font-weight:bold;
- }
- &.inputchanged > select{
- font-weight:bold;
- }
- }
-
- .button-div {
- padding: 15px 0 0 0;
- color: @text-color;
- font-size: @font-size-title-group;
- text-align: left;
- button {
- margin-right: 10px;
- }
- }
-
- .button-r-submit {
- float: right;
- margin-right: -20px !important;
- }
-
- .button-r-cancel {
- float: right;
- }
-
- .content {
- overflow-y: auto;
- overflow-x: hidden;
- }
-
- //滚动条
- .plx-scrollbar::-webkit-scrollbar {
- width: 4px;
- height: 6px;
- }
- .plx-scrollbar::-webkit-scrollbar-thumb {
- background-color: rgba(0,0,0,.2);
- border-radius: 2em;
- min-height: 50px;
- max-height: 100px;
- }
- .plx-scrollbar::-webkit-scrollbar-corner{
- background-color: transparent;
- }
- // placeholder
- input:-ms-input-placeholder {
- color: @unselected-text-color !important;
- }
- input::-webkit-input-placeholder {
- color: @unselected-text-color !important;
- }
- plx-info .icon {
- margin-left: -10px;
- line-height: 28px !important;
- }
-
-}
-.para-content {
- .icon-active {
- fill:@primary-color;
- }
- .icon-disactive {
- fill: @disabled-text-color;
- cursor: default;
- }
-}
-
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-input.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-input.less
deleted file mode 100644
index 12f68703..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-input.less
+++ /dev/null
@@ -1,29 +0,0 @@
-@import "../default/theme.less";
-
-.plx-input {
- font-size: @font-size;
- height: @input-height;
- padding-left: 10px;
- padding-right: 10px;
- outline: 0;
- border: 1px solid @border-color-base;
- border-radius: @radius;
- vertical-align: middle;
- &:focus {
- border: 1px solid @primary-color;
- }
- &:disabled,
- &[disabled] {
- cursor: not-allowed;
- background-color: @input-bg-color-disabled;
- }
-}
-
-.plx-input-sm {
- height: @input-height-sm;
-}
-
-.plx-input-right-no-radius {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-radio.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-radio.less
deleted file mode 100644
index c351af96..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-radio.less
+++ /dev/null
@@ -1,159 +0,0 @@
-@import "../default/theme.less";
-
-.plx-radio-container {
- font-size: 0;
- position: relative;
-}
-
-.plx-radio {
- position: absolute;
- z-index: -1;
- opacity: 0;
- & + .radio-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: @checkbox-size;
- width: @checkbox-size;
- border: 1px solid @border-color-base;
- border-radius: @checkbox-size;
- vertical-align: middle;
- }
- &:hover + .radio-substitute,
- &:focus + .radio-substitute {
- border-color: @primary-color;
- outline: none;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
- }
- &:checked + .radio-substitute {
- .radio-boder-checked-width(@font-size);
- }
- &:disabled + .radio-substitute,
- &[disabled] + .radio-substitute {
- border-color: @border-color-base;
- background-color: @input-bg-color-disabled;
- cursor: not-allowed;
- }
- &:checked [disabled] + .radio-substitute {
- border-color: @border-color-split;
- background-color: @border-color-split;
- cursor: not-allowed;
- }
- & + .radio-substitute + span {
- font-weight: normal;
- font-size: @font-size;
- cursor: pointer;
- vertical-align: middle;
- .font-padding(@font-size);
- }
- &:disabled + .radio-substitute + span,
- &[disabled] + .radio-substitute + span {
- cursor: not-allowed;
- }
-}
-
-.radio-boder-checked-width(12px) {
- border: 4px solid @primary-color;
-}
-
-.radio-boder-checked-width(14px) {
- border: 5px solid @primary-color;
-}
-
-.font-padding(12px) {
- padding-left: 6px;
-}
-
-.font-padding(14px) {
- padding-left: 10px;
-}
-
-/*radio-group*/
-
-@radio-group-border-height: 1px;
-@padding-normal: 0px 16px;
-@padding-sm: 0px 14px;
-@min-width-normal: 80px;
-@min-width-sm: 60px;
-
-.border-min-width(@min-width, 14px) {
- min-width: @min-width + 8px;
-}
-
-.border-min-width(@min-width, 12px) {
- min-width: @min-width;
-}
-
-.btn.dropdown-toggle,
-.btn-group .btn.dropdown-toggle,
-.btn:hover,
-.btn:disabled,
-.btn[disabled],
-.btn:focus,
-.btn:active,
-.btn.active {
- outline: none !important;
- background-image: none !important;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-
-.plx-radio-group {
- cursor: pointer;
- font-size: @font-size;
- height: @btn-height;
- background-color: @common-color;
- border: @radio-group-border-height solid @border-color-base;
- color: @text-color;
- border-radius: @radius;
- padding: @padding-normal;
- .border-min-width(@min-width-normal, @font-size);
- transition: none;
- &:hover,
- &:focus,
- &:active {
- outline: none;
- background-image: none;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
- }
-
- &:hover,
- &:focus {
- color: @btn-common-color-text-hover;
- border-color: @btn-common-color-border-hover;
- background-color: @common-color-hover;
- }
- &:active {
- color: @btn-common-color-text-click;
- border-color: @btn-common-color-border-click;
- background-color: @common-color-click;
- }
- &.active {
- background-color: @primary-color;
- color: @scene-textcolor;
- border-color: @primary-color;
- }
- & > span {
- line-height: @btn-height - @radio-group-border-height * 2;
- }
-}
-
-.plx-radio-group-sm {
- height: @btn-height-sm;
- padding: @padding-sm;
- .border-min-width(@min-width-sm, @font-size);
- & > span {
- line-height: @btn-height-sm - @radio-group-border-height * 2;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-step.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-step.less
deleted file mode 100644
index c9b047d0..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-step.less
+++ /dev/null
@@ -1,79 +0,0 @@
-@import "../default/NIV-theme.less";
-
-.plx-ui-steps-number-active {
- background: @default-blue;
- color: @default-white;
-}
-
-.plx-ui-steps-number-passive {
- background: @gray-grade-7;
- color: @default-white;
-}
-
-.plx-ui-steps-number-visited {
- color: @default-white;
- border: 2px @default-blue solid;
-}
-
-.plx-ui-underline-active {
- background: @default-blue;
-}
-
-.plx-ui-underline-passive {
- background: @gray-grade-8;
-}
-
-.plx-ui-steps-title-active {
- color: @font-gray-normal;
-}
-
-.plx-ui-steps-title-passive {
- color: @font-gray-light;
-}
-
-.plx-ui-steps-title-visited {
- color: @font-gray-light;
-}
-
-.plx-ui-steps-number-visited-tick {
- border-bottom: 2px solid @default-blue;
- border-right: 2px solid @default-blue;
-}
-
-.plx-ui-underline-active-vertical {
- border-right: 2px solid @gray-grade-7;
-}
-
-.plx-ui-underline-visited-vertical {
- border-right: 2px solid @default-blue;
-}
-
-.plx-ui-underline-passive-vertical {
- border-right: 2px solid @gray-grade-7;
-}
-
-.plx-ui-steps-title-active-vertical {
- color: @font-gray-normal;
-}
-
-.plx-ui-steps-title-visited-vertical {
- color: @font-gray-light;
-}
-
-.plx-ui-steps-title-passive-vertical {
- color: @font-gray-light;
-}
-
-.plx-ui-steps-number-active-vertical {
- background: @default-blue;
- color: @default-white;
-}
-
-.plx-ui-steps-number-passive-vertical {
- background: @gray-grade-7;
- color: @default-white;
-}
-
-.plx-ui-steps-number-visited-vertical {
- color: @default-white;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-text-input.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-text-input.less
deleted file mode 100644
index fe1c7d57..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-text-input.less
+++ /dev/null
@@ -1,50 +0,0 @@
-@import "../default/NIV-theme.less";
-
-//input[type='text'],
-//input[type='password'],
-//input[type='email'],
-//input[type='tel'] {
-// color: @font-gray-normal !important;
-// font-weight: @font-weight-bold !important;
-// border: @border-base;
-// &:focus {
-// border-color: @default-blue !important;
-// }
-//}
-//
-//@media screen and (-webkit-min-device-pixel-ratio: 0) {
-// input[type='text'],
-// input[type='password'],
-// input[type='email'],
-// input[type='tel'] {
-// &:focus {
-// border-color: @default-blue;
-// color: @default-blue;
-// text-shadow: 0 0 0 @font-gray-normal;
-// -webkit-text-fill-color: transparent;
-// }
-// &::-webkit-input-placeholder {
-// font-weight: @font-weight-normal;
-// text-shadow: none;
-// -webkit-text-fill-color: @font-gray-lightest;
-// }
-// }
-//}
-//
-//input[disabled] {
-// background: @gray-grade-9;
-// color: @font-gray-lightest !important;
-// border-color: rgba(191, 191, 191, 0.5) !important;
-// cursor: not-allowed;
-//}
-//
-//
-//input[type='text'],
-//input[type='password'],
-//input[type='email'],
-//input[type='tel'] {
-// .input-invalid.ng-dirty.ng-invalid.ng-touched.input-blur &,
-// &.ng-dirty.ng-invalid.ng-touched.input-blur {
-// border-color: @default-red;
-// }
-//}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/default/NIV-theme.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/default/NIV-theme.less
deleted file mode 100644
index 607c7174..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/default/NIV-theme.less
+++ /dev/null
@@ -1,271 +0,0 @@
-//color
-@blue-1: #e7f4fd;
-@blue-2: #cfe9fc;
-@blue-3: #a0d3f8;
-@blue-4: #70bef5;
-@blue-5: #40a8f2;
-@blue-6: #108ee9;
-@blue-7: #0d75bf;
-@blue-8: #0c66a7;
-@blue-9: #084977;
-@blue-10: #073a5f;
-
-@green-1: #e5f6ee;
-@green-2: #cceedd;
-@green-3: #99dcbb;
-@green-4: #66cb98;
-@green-5: #33b976;
-@green-6: #00a854;
-@green-7: #00994d;
-@green-8: #008040;
-@green-9: #006633;
-@green-10: #004d26;
-
-@red-1: #fdeae8;
-@red-2: #fad4d1;
-@red-3: #f8bfba;
-@red-4: #f5aaa3;
-@red-5: #ee6a5d;
-@red-6: #ea4335;
-@red-7: #e72918;
-@red-8: #b92113;
-@red-9: #a21d11;
-@red-10: #8a190f;
-
-@yellow-1: #fff8e6;
-@yellow-2: #fef2cd;
-@yellow-3: #fde59b;
-@yellow-4: #fdde81;
-@yellow-5: #fcca36;
-@yellow-6: #f3b709;
-@yellow-7: #c99703;
-@yellow-8: #977202;
-@yellow-9: #7e5f02;
-@yellow-10: #644c02;
-
-@orange-1: #fff1e6;
-@orange-2: #ffe2cc;
-@orange-3: #ffd4b3;
-@orange-4: #ffb780;
-@orange-5: #ff8b33;
-@orange-6: #f56a30;
-@orange-7: #cc5800;
-@orange-8: #994200;
-@orange-9: #803700;
-@orange-10: #662c00;
-
-@purple-1: #f5e9f7;
-@purple-2: #ebd4ef;
-@purple-3: #d7a9df;
-@purple-4: #c47cd0;
-@purple-5: #ad49be;
-@purple-6: #9c27b0;
-@purple-7: #862097;
-@purple-8: #6f1c7d;
-@purple-9: #60166d;
-@purple-10: #51145c;
-
-@pink-1: #fde8ef;
-@pink-2: #fad1df;
-@pink-3: #f8bace;
-@pink-4: #ff84af;
-@pink-5: #ee5d8e;
-@pink-6: #e81e63;
-@pink-7: #d01654;
-@pink-8: #b9134a;
-@pink-9: #a21141;
-@pink-10: #8a0f38;
-
-@cyan-1: #ebf8f9;
-@cyan-2: #cfedf0;
-@cyan-3: #a7dfe3;
-@cyan-4: #76cdd3;
-@cyan-5: #3db8c1;
-@cyan-6: #00a2ae;
-@cyan-7: #008997;
-@cyan-8: #00707f;
-@cyan-9: #005667;
-@cyan-10: #003c4e;
-
-@lemon-1: #fffdeb;
-@lemon-2: #ffface;
-@lemon-3: #fff7b1;
-@lemon-4: #fff59d;
-@lemon-5: #fff175;
-@lemon-6: #ffeb3b;
-@lemon-7: #f7e225;
-@lemon-8: #e8d211;
-@lemon-9: #d3bf0b;
-@lemon-10: #c3b003;
-
-@brown-1: #f5f1ef;
-@brown-2: #ece3df;
-@brown-3: #d9c6bf;
-@brown-4: #c6aa9f;
-@brown-5: #9f7160;
-@brown-6: #795548;
-@brown-7: #604439;
-@brown-8: #503830;
-@brown-9: #402d26;
-@brown-10: #30221d;
-
-@indigo-1: #eceef8;
-@indigo-2: #d9ddf2;
-@indigo-3: #c6cceb;
-@indigo-4: #a1aade;
-@indigo-5: #6877ca;
-@indigo-6: #3f51b5;
-@indigo-7: #354497;
-@indigo-8: #2e3b84;
-@indigo-9: #212a5e;
-@indigo-10: #1b224b;
-
-@lime-1: #f3f9ec;
-@lime-2: #e6f2d9;
-@lime-3: #daecc6;
-@lime-4: #b5d98c;
-@lime-5: #9ccc66;
-@lime-6: #8bc24a;
-@lime-7: #77ac39;
-@lime-8: #699933;
-@lime-9: #4f7326;
-@lime-10: #426020;
-
-@bluegray-1: #f0f3f5;
-@bluegray-2: #d2dbe0;
-@bluegray-3: #b4c3cb;
-@bluegray-4: #96abb6;
-@bluegray-5: #7893a1;
-@bluegray-6: #607d8b;
-@bluegray-7: #546c78;
-@bluegray-8: #495f69;
-@bluegray-9: #34444b;
-@bluegray-10: #2a363c;
-
-@default-white: #ffffff;
-@default-black: #000000;
-
-@default-blue: @blue-6;
-@hover-blue: @blue-7;
-@active-blue: @blue-8;
-
-@nav-default-blue: @default-blue;
-@nav-hover-blue: @hover-blue;
-@nav-active-blue: @active-blue;
-
-@default-green: @green-6;
-@hover-green: @green-7;
-@active-green: @green-8;
-
-@default-red: @red-6;
-@hover-red: @red-7;
-@active-red: @red-8;
-
-@default-yellow: @yellow-6;
-@hover-yellow: @yellow-7;
-@active-yellow: @yellow-8;
-
-@gray-grade-1: #212121;
-@gray-grade-2: #404040;
-@gray-grade-3: #595959;
-@gray-grade-4: #737373;
-@gray-grade-5: #999999;
-@gray-grade-6: #bfbfbf;
-@gray-grade-7: #d9d9d9;
-@gray-grade-8: #e9e9e9;
-@gray-grade-9: #f5f5f5;
-
-//font
-@font-family: "Helvetica Neue","PingFang SC",Tahoma,"Microsoft Yahei";
-
-@font-size-normal: 14px;
-@font-size-xl: 24px;
-@font-size-lg: 20px;
-@font-size-sm: 12px;
-
-@font-gray-normal: @gray-grade-3;
-@font-gray-light: @gray-grade-5;
-@font-gray-lightest: @gray-grade-6;
-@font-gray-dark: @gray-grade-2;
-
-@font-weight-normal: 400;
-@font-weight-bold: 500;
-@title-font-weight: 500;
-
-.font(@font-size: @font-size-normal, @color:@font-gray-normal, @font-weight: @font-weight-normal) {
- font-family: @font-family;
- font-weight: @font-weight;
- font-size: @font-size;
- line-height: @font-size;
- color: @color;
-}
-
-.input-font(@font-size: @font-size-normal, @color:@font-gray-normal) {
- .font(@font-size, @color, @font-weight-bold);
-}
-
-//disabled
-@disabled-font: @font-gray-lightest;
-@disabled-background: @gray-grade-9;
-@disabled-border-color: rgba(191, 191, 191, 0.5);
-
-//hover
-@hover-background: @blue-1;
-@hover-border-color: @default-blue;
-
-//active
-@active-background: @gray-grade-9;
-
-//highlight
-@highlight-background: @gray-grade-6;
-
-//border
-@border-color: @gray-grade-7;
-@border-base: 1px solid @border-color;
-@border-radius-base: 3px;
-@box-shadow-base: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
-
-//height
-@component-height-lg: 32px;
-@component-height-md: 28px;
-@component-height-sm: 24px;
-@line-height-base: 1.5;
-
-//spacing
-@spacing-within-item: 10px;
-@spacing-between-item: 20px;
-
-//z-index
-@z-index-affix : 10;
-@z-index-back-top : 10;
-@z-index-modal-mask : 1000;
-@z-index-modal : 1000;
-@z-index-notification : 1010;
-@z-index-message : 1010;
-@z-index-popover : 1030;
-@z-index-picker : 1050;
-@z-index-dropdown : 1050;
-@z-index-tooltip : 1060;
-
-//input
-@input-padding-both-side: 10px;
-@input-width: 400px;
-
-//overlay
-@overlay-margin-top: 5px;
-@overlay-item-padding-left: 10px;
-
-//clear icon
-@hover-clear-icon-bg: @gray-grade-9;
-@clear-icon-color: @gray-grade-5;
-
-//button
-@button-width: 88px;
-@button-border: 0;
-@button-border-color: @border-base;
-
-//tab
-@tab-height: 36px;
-@tab-active-line-height: 2px;
-@tab-line-height: @tab-height - @tab-active-line-height;
-@icon-menu-active-bg: @blue-2;
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/default/theme.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/default/theme.css
deleted file mode 100644
index 8c77bd96..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/default/theme.css
+++ /dev/null
@@ -1,5553 +0,0 @@
-.plx-breadcrumb {
- margin: 0;
- padding: 5px 10px;
- font-size: 12px;
-}
-.plx-breadcrumb li {
- display: inline-block;
-}
-.plx-breadcrumb a {
- color: #737373;
- text-decoration: none;
-}
-.plx-breadcrumb a:hover {
- color: #00abff;
-}
-.plx-breadcrumb .plx-breadcrumb-separator {
- color: #999;
- padding: 0 5px;
- vertical-align: 1px;
-}
-.plx-breadcrumb .plx-breadcrumb-collapse {
- padding-left: 6px;
- padding-right: 6px;
- cursor: pointer;
-}
-.plx-breadcrumb .plx-breadcrumb-collapse circle {
- fill: #999;
-}
-.plx-breadcrumb .plx-breadcrumb-collapse:hover circle {
- fill: #00abff;
-}
-.plx-breadcrumb .plx-breadcrumb-active {
- vertical-align: 1px;
-}
-.plx-breadcrumb .plx-breadcrumb-active a {
- font-size: 20px;
- color: #404040;
- cursor: text;
-}
-.owl-dateTime {
- display: inline-block;
- position: relative;
- width: 100%;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
- background: #fff;
- color: #595959;
-}
-.owl-dateTime input {
- font-size: 12px;
- height: 32px;
- padding-left: 10px;
- padding-right: 10px;
- outline: 0;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- vertical-align: middle;
-}
-.short-text-input .owl-dateTime input {
- width: 120px;
-}
-.text-input-with-unit .owl-dateTime input {
- width: 355px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-unitOption .owl-dateTime input {
- width: 316px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix .owl-dateTime input {
- width: 330px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-prefixOption .owl-dateTime input {
- width: 316px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-passwordSwith .owl-dateTime input {
- width: 360px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix.text-input-with-unit .owl-dateTime input {
- width: 285px;
-}
-.text-input-with-prefix.text-input-with-unitOption .owl-dateTime input {
- width: 246px;
-}
-.short-text-input.text-input-with-prefix .owl-dateTime input {
- width: 80px;
-}
-.short-text-input.text-input-with-unit .owl-dateTime input {
- width: 80px;
-}
-.short-text-input.text-input-with-prefix.text-input-with-unit .owl-dateTime input {
- width: 40px;
-}
-.owl-dateTime input:focus {
- border: 1px solid #00abff;
-}
-.owl-dateTime input:disabled,
-.owl-dateTime input[disabled] {
- cursor: not-allowed;
- background-color: #f5f5f5;
-}
-.owl-dateTime input:-ms-input-placeholder {
- color: #999 !important;
-}
-.owl-dateTime input::-webkit-input-placeholder {
- color: #999 !important;
-}
-.owl-dateTime-input {
- width: 100%;
- padding-right: 1.5em;
-}
-.owl-dateTime-cancel {
- position: absolute;
- top: 50%;
- right: .1em;
- border-radius: 50%;
- transform: translateY(-50%);
- cursor: pointer;
- color: inherit;
-}
-.owl-dateTime-inputWrapper {
- position: relative;
-}
-.owl-dateTime-customTemp {
- display: inline-block;
- position: relative;
-}
-.owl-dateTime-dialog {
- padding: 0px;
- position: absolute;
-}
-.owl-dateTime-dialogHeader {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
-}
-.owl-calendar-wrapper,
-.owl-timer-wrapper {
- position: relative;
- width: 100%;
- padding: .2em .5em;
-}
-.owl-calendar-control {
- display: flex;
- justify-content: space-around;
- width: 100%;
- height: 2em;
-}
-.owl-calendar-control .owl-calendar-controlNav {
- position: relative;
- cursor: pointer;
- width: 12.5%;
-}
-.owl-calendar-control .owl-calendar-controlContent {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 75%;
- height: 100%;
-}
-.owl-calendar {
- position: relative;
- min-height: 13.7em;
-}
-.owl-calendar table {
- width: 100%;
- border-collapse: collapse;
-}
-.owl-calendar tbody td {
- position: relative;
- text-align: center;
-}
-.owl-calendar tbody td a {
- display: block;
- width: 100%;
- height: 100%;
- text-decoration: none;
- color: inherit;
- font-size: 12px;
-}
-.owl-calendar .owl-calendar-yearArrow {
- position: absolute;
- top: 50%;
- width: 1.5em;
- height: 1.5em;
- transform: translateY(-50%);
- cursor: pointer;
-}
-.owl-calendar .owl-calendar-yearArrow.left {
- left: -0.5em;
-}
-.owl-calendar .owl-calendar-yearArrow.right {
- right: -0.5em;
-}
-.owl-timer-wrapper {
- position: relative;
- display: flex;
- justify-content: center;
-}
-.owl-timer-wrapper .owl-timer {
- position: relative;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- width: 25%;
- height: 100%;
-}
-.owl-timer-wrapper .owl-timer-control {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 30%;
- width: 100%;
- cursor: pointer;
-}
-.owl-timer-wrapper .owl-timer-control .icon:before {
- margin: 0;
-}
-.owl-timer-wrapper .owl-timer-input {
- width: 60%;
- height: 100%;
-}
-/*# sourceMappingURL=picker.component.css.map */
-.font-face {
- font-weight: normal;
- font-style: normal;
-}
-[class^="paletx-datepicker-icon-"]:before,
-[class*="paletx-datepicker-icon-"]:before {
- font-family: "fontello";
- font-style: normal;
- font-weight: normal;
- speak: none;
- display: inline-block;
- text-decoration: inherit;
- width: 1em;
- margin-right: .2em;
- text-align: center;
- /* opacity: .8; */
- /* For safety - reset parent styles, that can break glyph codes*/
- font-variant: normal;
- text-transform: none;
- /* fix buttons height, for twitter bootstrap */
- line-height: 1em;
- /* Animation center compensation - margins should be symmetric */
- /* remove if not needed */
- margin-left: .2em;
- /* you can be more comfortable with increased icons size */
- /* font-size: 120%; */
- /* Font smoothing. That was taken from TWBS */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- /* Uncomment for 3D effect */
- /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
-}
-.paletx-datepicker-icon-cancel:before {
- content: '\e802';
-}
-/* '' */
-.paletx-datepicker-icon-up-open:before {
- content: '\e805';
-}
-/* '' */
-.paletx-datepicker-icon-down-open:before {
- content: '\e80b';
-}
-/* '' */
-.paletx-datepicker-icon-left-open:before {
- content: '\e817';
-}
-/* '' */
-.paletx-datepicker-icon-right-open:before {
- content: '\e818';
-}
-/* '' */
-.owl-widget,
-.owl-widget * {
- box-sizing: border-box;
-}
-.owl-widget {
- font-size: 1em;
-}
-.owl-padding {
- padding: 0px;
-}
-.owl-corner-all {
- border-radius: 3px;
-}
-.owl-corner-top {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
-}
-.owl-state-default {
- border: 1px solid #d9d9d9;
- background: #fff;
- color: #595959;
-}
-.owl-inputtext {
- margin: 0;
- outline: medium none;
- transition: .2s;
-}
-.owl-dateTime.owl-dateTime-inline {
- width: auto;
-}
-.owl-dateTime.owl-dateTime-inline .owl-dateTime-dialog {
- position: relative;
- z-index: auto;
-}
-.owl-dateTime-dialog {
- width: 300px;
- user-select: none;
- z-index: 99999;
-}
-.owl-dateTime-dialogHeader {
- height: 2.5em;
- padding: .25em;
- background-color: #fff;
- overflow-y: auto;
-}
-.owl-calendar-control .owl-calendar-controlNav .nav-prev,
-.owl-calendar-control .owl-calendar-controlNav .nav-next {
- position: absolute;
- top: 50%;
- right: auto;
- bottom: auto;
- left: 50%;
- transform: translate(-50%, -50%);
-}
-.owl-cal-header {
- background: #f5f5f5;
- height: 35px;
-}
-.owl-calendar-control .owl-calendar-controlNav .nav-prev:before,
-.owl-calendar-control .owl-calendar-controlNav .nav-next:before {
- border-top: .5em solid transparent;
- border-bottom: .5em solid transparent;
- border-right: 0.75em solid #000000;
- width: 0;
- height: 0;
- display: block;
- margin: 0 auto;
-}
-.owl-calendar-control .owl-calendar-controlNav .nav-next:before {
- border-right: 0;
- border-left: 0.75em solid #000000;
-}
-.owl-calendar-control .owl-calendar-controlContent .month-control,
-.owl-calendar-control .owl-calendar-controlContent .year-control {
- color: #999;
- display: inline-block;
- cursor: pointer;
- transition: transform 200ms ease;
-}
-.owl-calendar-control .owl-calendar-controlContent .month-control:hover,
-.owl-calendar-control .owl-calendar-controlContent .year-control:hover {
- color: #00abff;
-}
-.owl-calendar-control .owl-calendar-controlContent .month-control {
- font-size: 14px;
- margin-right: .8rem;
-}
-.owl-calendar-control .owl-calendar-controlContent .year-control {
- font-size: 14px;
-}
-.owl-calendar tbody td.owl-calendar-selected {
- background-color: #00abff;
- color: #fff;
-}
-.owl-calendar tbody td.owl-calendar-invalid {
- color: #bfbfbf;
-}
-.owl-calendar tbody td.owl-calendar-outFocus {
- color: #999;
-}
-.owl-calendar tbody td.owl-calendar-hidden {
- visibility: hidden;
-}
-/**
-.owl-calendar tbody td:not(.owl-calendar-selected):not(.owl-calendar-invalid):hover {
- background-color: @hover-bg-color;
- color: @shadow-color }
-**/
-.owl-years td.owl-year,
-.owl-years td.owl-month,
-.owl-months td.owl-year,
-.owl-months td.owl-month {
- font-size: 1.2em;
- height: 2.5em;
- width: 33.33%;
- line-height: 2.5em;
- border-radius: 60px;
-}
-.owl-weekdays th.owl-weekday {
- height: 1em;
- line-height: 2em;
- text-align: center;
- font-weight: normal;
- font-size: 12px;
- /**color: @unselected-text-color; **/
-}
-.owl-days td.owl-day {
- border-radius: 30px;
- height: 2em;
- width: calc(14.28571429%);
- line-height: 2em;
-}
-.owl-days td.owl-day.owl-day-today:before {
- content: '';
- display: block;
- position: absolute;
- right: 2px;
- top: 2px;
- color: #00abff;
- border-top: 0.5em solid #009dea;
- border-left: .5em solid transparent;
-}
-.owl-timer-wrapper {
- height: 5.4em;
- background-color: rgba(0, 0, 0, 0.2);
-}
-.owl-timer-wrapper .owl-timer-text {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 40%;
- font-size: 1.5em;
-}
-.owl-timer-wrapper .owl-meridian-btn {
- font-size: .8em;
- color: #00abff;
- background-image: none;
- background-color: transparent;
- border-color: #00abff;
-}
-.owl-timer-wrapper .owl-meridian-btn:hover {
- color: #fff;
- background-color: #00abff;
- border-color: #00abff;
-}
-.owl-timer-divider {
- display: inline-block;
- align-self: flex-end;
- position: absolute;
- width: .6em;
- height: 100%;
- left: -0.3em;
-}
-.owl-timer-divider .owl-timer-dot {
- display: block;
- width: .3em;
- height: .3em;
- position: absolute;
- left: 50%;
- border-radius: 50%;
- transform: translateX(-50%);
-}
-.owl-timer-divider .owl-timer-dot.dot-top {
- top: 38%;
-}
-.owl-timer-divider .owl-timer-dot.dot-bottom {
- bottom: 38%;
-}
-.owl-icon {
- position: absolute;
- top: 50%;
- right: .1em;
- border-radius: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- cursor: pointer;
- color: #999;
-}
-.oes-time-control {
- color: #595959 !important;
-}
-.owl-calendar-selected {
- background-color: #00abff;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar tbody td div.day:not(.owl-calendar-selected):not(.owl-calendar-invalid):hover {
- background-color: #ebf6fd;
- color: #000;
- border-radius: 50%;
-}
-.oes-time-control {
- font-size: 12px;
-}
-.owl-calendar-year-part {
- width: 42px;
- margin-left: 30px;
- text-align: center;
-}
-.owl-calendar-year-part:hover {
- background-color: #ebf6fd;
- color: #000;
- border-radius: 50%;
-}
-.owl-calendar-year-selected {
- background-color: #00abff;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar-year-selected:hover {
- background-color: #00abff;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar-month-part {
- width: 42px;
- margin-left: 30px;
- text-align: center;
-}
-.owl-calendar-month-part:hover {
- background-color: #ebf6fd;
- color: #000;
- border-radius: 50%;
-}
-.owl-calendar-month-selected {
- background-color: #00abff;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar-month-selected:hover {
- background-color: #00abff;
- color: #fff;
- border-radius: 50%;
-}
-/*# sourceMappingURL=picker.css.map */
-.oes-time-table .chevron::before {
- border-style: solid;
- border-width: 0.29em 0.29em 0 0;
- content: '';
- display: inline-block;
- height: 0.69em;
- left: 0.05em;
- position: relative;
- top: 0.15em;
- transform: rotate(-45deg);
- -webkit-transform: rotate(-45deg);
- -ms-transform: rotate(-45deg);
- vertical-align: middle;
- width: 0.71em;
-}
-.oes-time-table .chevron.bottom:before {
- top: -0.3em;
- -webkit-transform: rotate(135deg);
- -ms-transform: rotate(135deg);
- transform: rotate(135deg);
-}
-.oes-time-table .btn-link {
- border: none!important;
- cursor: pointer;
- outline: 0;
- display: block;
-}
-.oes-time-table .btn-link.disabled {
- cursor: not-allowed;
- opacity: .65;
-}
-.oes-time-control {
- text-align: center;
-}
-.datapicker-form-control {
- width: auto !important;
- display: inline-block;
-}
-.oes-time-table .ict-stretch {
- font-size: 8px;
-}
-.oes-time-table .ict-shrink {
- font-size: 8px;
-}
-.time-pick-bk {
- background-color: #fff;
-}
-.btn-link:focus,
-.btn-link:hover {
- text-decoration: none;
-}
-.oes-time-control {
- border: 0;
- width: 30px !important;
- padding: 3px 0;
- margin: 0;
- font-size: 12px;
-}
-.oes-time-control:hover {
- background-color: #e6e6e6;
- color: #000;
- cursor: pointer;
-}
-.oes-time-control-foucs-bk {
- background-color: #00abff !important;
- color: #fff!important;
-}
-.oes-time-separator {
- margin: 0 -5px;
-}
-.oes-time-group,
-.oes-time-group:hover {
- border-bottom: 1px solid #ccc;
- border-left: 1px solid #ccc;
- border-top: 1px solid #ccc;
- border-radius: 0.2em;
-}
-.oes-time-btns,
-.oes-time-btns:hover {
- border-bottom: 1px solid #ccc;
- border-right: 1px solid #ccc;
- border-top: 1px solid #ccc;
- border-radius: 0.2em;
- padding: 0 0 7px 0 !important;
-}
-.oes-time-btns-wrapper {
- margin-top: -3px;
- transform: scale(0.6, 0.6);
-}
-.i18nTimeDes,
-.i18nTimeDes:hover {
- padding: 0 5px 0px 0;
-}
-.oes-time-btn {
- height: 5px;
-}
-.oes-time-table {
- margin-bottom: 10px;
-}
-.hour-table {
- font-size: 12px;
-}
-.hour-table td {
- padding: 5px;
- padding-top: 3px;
- padding-bottom: 3px;
- cursor: pointer;
-}
-.oes-time-btn-shrink {
- position: relative;
- top: -5px;
- left: 0px;
- color: #CCC;
-}
-.oes-time-btn-stretch {
- position: relative;
- left: 0px;
- color: #CCC;
-}
-.owl-calendar-timer-invalid {
- color: #acacac;
-}
-.owl-calendar-timer-selected {
- background-color: #00abff;
- color: #FFFFFF;
- border-radius: 1.2em;
-}
-.hour-table td:not(.owl-calendar-timer-selected):not(.owl-calendar-timer-invalid):hover {
- background-color: #ebf6fd;
- color: #000000;
- border-radius: 1.2em;
-}
-.icon {
- color: #999;
- vertical-align: text-bottom;
- margin-left: 5px;
- font-size: 20px;
-}
-.plx-input-password {
- display: inline-block;
- line-height: 30px;
- width: 40px;
- text-align: center;
- vertical-align: middle;
- margin-top: -2px;
- background-color: #fff;
- border-top: 1px solid #d9d9d9;
- border-right: 1px solid #d9d9d9;
- border-bottom: 1px solid #d9d9d9;
- border-bottom-right-radius: 3px;
- border-top-right-radius: 3px;
- cursor: pointer;
-}
-.plx-input-password:focus,
-.plx-input-password:hover {
- background-color: #fff;
-}
-.plx-input-password:active {
- background-color: #fff;
-}
-.plx-input-password.ict-eye-closed,
-.plx-input-password.ict-eye {
- color: #999;
-}
-.plx-input-password-disabled {
- cursor: not-allowed;
-}
-.plx-input-password-disabled:focus,
-.plx-input-password-disabled:hover,
-.plx-input-password-disabled:active {
- background-color: #fff;
-}
-.plx-input-password-sm {
- line-height: 26px;
-}
-@-moz-keyframes three-quarters-loader {
- 0% {
- -moz-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@-webkit-keyframes three-quarters-loader {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@keyframes three-quarters-loader {
- 0% {
- -moz-transform: rotate(0deg);
- -ms-transform: rotate(0deg);
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-.plx-loading-max:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 72px;
- height: 72px;
- border: 5px solid #00abff;
- border-right-color: #fff;
- border-radius: 36px;
-}
-.plx-loading-medium:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 36px;
- height: 36px;
- border: 4px solid #00abff;
- border-right-color: #fff;
- border-radius: 18px;
-}
-.plx-loading-min:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 18px;
- height: 18px;
- border: 2px solid #00abff;
- border-right-color: #fff;
- border-radius: 9px;
-}
-.plx-loading-default:not(:required) {
- margin-left: 100px;
- margin-top: 100px;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 36px;
- height: 36px;
- border: 4px solid #00abff;
- border-right-color: #fff;
- border-radius: 18px;
-}
-.plx-loading-xs:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 12px;
- height: 12px;
- border: 2px solid #00abff;
- border-right-color: #fff;
- border-radius: 6px;
-}
-.plx-loading {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
-}
-.plx-loading-white:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 12px;
- height: 12px;
- border: 2px solid #fff;
- border-right-color: #00abff;
- border-radius: 6px;
-}
-.plx-loading-gray:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 12px;
- height: 12px;
- border: 2px solid #bfbfbf;
- border-right-color: #fff;
- border-radius: 6px;
-}
-.message {
- width: 400px;
- right: 10px;
- top: 0;
- position: fixed;
- z-index: 99999;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-weight: 400;
- font-style: normal;
- font-size: 14px;
- color: #404040;
-}
-.message > p {
- width: 100%;
- margin: 10px 0 16px;
- padding: 0 25px ;
- border: 1px solid #e9e9e9;
- box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.2);
- line-height: 36px;
- background: #fff;
- font-size: 12px !important;
- color: #595959;
-}
-.message > p > span {
- float: right;
- cursor: pointer;
- font-weight: 400;
- font-style: normal;
- color: #108EE9;
- text-align: center;
-}
-.message > p > span:hover {
- text-decoration: underline;
-}
-.message > div {
- width: 100%;
- margin-bottom: 16px;
- border: 1px solid ;
- line-height: 62px;
- border: 1px solid #e9e9e9;
- box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.2);
- border-radius: 5px;
- background: #fff;
- position: relative;
-}
-.message > div > span {
- display: inline-block;
- font-size: 24px !important;
- margin-left: 12px;
- margin-right: 3px;
- vertical-align: middle;
-}
-.message > div.success {
- border-left: 4px solid #73cf22;
-}
-.message > div.success > span {
- color: #73cf22;
-}
-.message > div.error {
- border-left: 4px solid #ff5b55;
-}
-.message > div.error > span {
- color: #ff5b55;
-}
-.message > div.warning {
- border-left: 4px solid #f7c515;
-}
-.message > div.warning > span {
- color: #f7c515;
-}
-.message > div.info {
- border-left: 4px solid #00abff;
-}
-.message > div.info > span {
- color: #00abff;
-}
-.message > div > i {
- float: right;
- width: 20px;
- height: 20px;
- margin-top: 21px;
- line-height: 20px;
- border-radius: 50%;
- margin-right: 20px;
- cursor: pointer;
- text-align: center;
- font-size: 16px;
-}
-.message > div > i:hover {
- background: #ebf6fd;
-}
-.message > div > p {
- top: -3px;
- margin: 0;
- padding: 0 20px 16px 43px;
- font-size: 12px !important;
- color: #595959;
- line-height: 18px;
- position: relative;
-}
-.message > div > p > span {
- color: #00abff;
- cursor: pointer;
-}
-.message > div > p > span:hover {
- text-decoration: underline;
-}
-.message > div > div {
- padding-left: 45px ;
- padding-bottom: 19px;
- font-size: 12px;
- color: #00abff;
- line-height: 18px;
- cursor: pointer;
-}
-.message > div > div:hover {
- text-decoration: underline;
-}
-#plxMessageMeasure {
- position: fixed;
- top: -12px;
- opacity: 0;
- white-space: nowrap;
- margin: 0;
- padding: 0;
- font-size: 12px !important;
- line-height: 12px;
- z-index: -9999;
-}
-.stack > span {
- display: inline-block;
- position: absolute;
- bottom: 16px;
- right: 25px;
-}
-plx-modal-window .modal {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- display: none;
- outline: 0;
- z-index: 10000;
-}
-plx-modal-window .modal-dialog {
- position: relative;
- max-width: 600px;
- margin: 30px auto;
-}
-plx-modal-window .modal-dialog.modal-sm {
- max-width: 600px;
-}
-plx-modal-window .modal-dialog.modal-lg {
- max-width: 1000px;
-}
-plx-modal-window .modal-content {
- position: relative;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- background-color: #fff;
- background-clip: padding-box;
- border-radius: 3px;
- box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
- outline: 0;
-}
-plx-modal-window .modal-content .modal-header {
- border-bottom: 0;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- padding: 15px;
-}
-plx-modal-window .modal-content .modal-body .form-group:last-child,
-plx-modal-window .modal-content .modal-body form:last-child {
- margin-bottom: 0;
-}
-plx-modal-window .modal-content .modal-footer {
- display: block;
- border-top: 0;
- margin-top: 0;
- padding: 0 15px 15px 15px;
-}
-plx-modal-window .modal-content .modal-title {
- font-size: 20px;
- margin-bottom: 0;
- line-height: 1.5;
-}
-plx-modal-window .modal-content .modal-btn {
- text-align: center;
- font-size: 0;
-}
-plx-modal-window .close {
- color: #999;
- font-size: 16px;
- text-shadow: none;
- width: 24px;
- height: 24px;
- background: #fff;
- border-radius: 20px;
- padding-bottom: 2px;
- outline: none;
-}
-plx-modal-window .close:hover {
- color: #999;
- background: #ebf6fd;
-}
-plx-modal-window .alert-modal.row {
- margin-left: 100px;
- margin-bottom: 30px;
- text-align: left;
-}
-plx-modal-window .alert-modal.row .tip-img {
- display: inline-block;
- width: 52px;
- height: 52px;
- border-radius: 50px;
- font-size: 45px;
- text-align: center;
- line-height: 1;
- margin-top: -5px;
- margin-right: 15px;
-}
-plx-modal-window .alert-modal.row .tip-img::before {
- content: "!";
-}
-plx-modal-window .alert-modal.row .tip-info {
- width: 300px;
-}
-plx-modal-window .alert-modal.row .tip-info .alert-title {
- font-size: 16px;
- color: #404040;
-}
-plx-modal-window .alert-modal.row .tip-info .alert-result {
- margin-top: 5px;
- font-size: 12px;
- color: #999;
-}
-plx-modal-window .alert-modal.row .warning {
- border: 3px solid #f7c515;
- color: #f7c515;
-}
-plx-modal-window .alert-modal.row .error {
- border: 3px solid #ff5b55;
- color: #ff5b55;
-}
-ngb-popover-window.plx-popover.show {
- color: #333;
- border: 1px solid #d9d9d9;
-}
-.plx-popover {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 10001;
- display: block;
- padding: 1px;
- font-style: normal;
- font-weight: normal;
- letter-spacing: normal;
- line-break: auto;
- line-height: 1.5;
- text-align: left;
- text-decoration: none;
- text-shadow: none;
- text-transform: none;
- white-space: normal;
- word-break: normal;
- word-spacing: normal;
- word-wrap: break-word;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- max-width: 400px;
- min-width: 200px;
- background-color: #fff;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-popover::before,
-.plx-popover::after {
- content: "";
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border: solid transparent;
-}
-.plx-popover::before {
- border-width: 7px;
-}
-.plx-popover::after {
- border-width: 6px;
-}
-.plx-popover-top-common {
- margin-top: -9px;
-}
-.plx-popover-top-common::before {
- border-top-color: #ccc;
- border-bottom-width: 0;
- bottom: -7px;
-}
-.plx-popover-top-common::after {
- border-top-color: #fff;
- border-bottom-width: 0;
- bottom: -6px;
-}
-.plx-popover-top {
- margin-top: -9px;
-}
-.plx-popover-top::before {
- border-top-color: #ccc;
- border-bottom-width: 0;
- bottom: -7px;
-}
-.plx-popover-top::after {
- border-top-color: #fff;
- border-bottom-width: 0;
- bottom: -6px;
-}
-.plx-popover-top::before {
- left: 50%;
- margin-left: -7px;
-}
-.plx-popover-top::after {
- left: 50%;
- margin-left: -6px;
-}
-.plx-popover.plx-popover-top-left {
- margin-top: -9px;
-}
-.plx-popover.plx-popover-top-left::before {
- border-top-color: #ccc;
- border-bottom-width: 0;
- bottom: -7px;
-}
-.plx-popover.plx-popover-top-left::after {
- border-top-color: #fff;
- border-bottom-width: 0;
- bottom: -6px;
-}
-.plx-popover.plx-popover-top-left::before {
- left: 10px;
-}
-.plx-popover.plx-popover-top-left::after {
- left: 11px;
-}
-.plx-popover.plx-popover-top-right {
- margin-top: -9px;
-}
-.plx-popover.plx-popover-top-right::before {
- border-top-color: #ccc;
- border-bottom-width: 0;
- bottom: -7px;
-}
-.plx-popover.plx-popover-top-right::after {
- border-top-color: #fff;
- border-bottom-width: 0;
- bottom: -6px;
-}
-.plx-popover.plx-popover-top-right::before {
- right: 10px;
-}
-.plx-popover.plx-popover-top-right::after {
- right: 11px;
-}
-.plx-popover-right-common {
- margin-left: 9px;
-}
-.plx-popover-right-common::before {
- border-right-color: #ccc;
- border-left-width: 0;
- left: -7px;
-}
-.plx-popover-right-common::after {
- border-right-color: #fff;
- border-left-width: 0;
- left: -6px;
-}
-.plx-popover.plx-popover-right {
- margin-left: 9px;
-}
-.plx-popover.plx-popover-right::before {
- border-right-color: #ccc;
- border-left-width: 0;
- left: -7px;
-}
-.plx-popover.plx-popover-right::after {
- border-right-color: #fff;
- border-left-width: 0;
- left: -6px;
-}
-.plx-popover.plx-popover-right::before {
- top: 50%;
- margin-top: -7px;
-}
-.plx-popover.plx-popover-right::after {
- top: 50%;
- margin-top: -6px;
-}
-.plx-popover.plx-popover-right-top {
- margin-left: 9px;
-}
-.plx-popover.plx-popover-right-top::before {
- border-right-color: #ccc;
- border-left-width: 0;
- left: -7px;
-}
-.plx-popover.plx-popover-right-top::after {
- border-right-color: #fff;
- border-left-width: 0;
- left: -6px;
-}
-.plx-popover.plx-popover-right-top::before {
- top: 10px;
-}
-.plx-popover.plx-popover-right-top::after {
- top: 11px;
-}
-.plx-popover.plx-popover-right-bottom {
- margin-left: 9px;
-}
-.plx-popover.plx-popover-right-bottom::before {
- border-right-color: #ccc;
- border-left-width: 0;
- left: -7px;
-}
-.plx-popover.plx-popover-right-bottom::after {
- border-right-color: #fff;
- border-left-width: 0;
- left: -6px;
-}
-.plx-popover.plx-popover-right-bottom::before {
- bottom: 10px;
-}
-.plx-popover.plx-popover-right-bottom::after {
- bottom: 11px;
-}
-.plx-popover-bottom-common {
- margin-top: 9px;
-}
-.plx-popover-bottom-common::before {
- border-bottom-color: #ccc;
- border-top-width: 0;
- top: -7px;
-}
-.plx-popover-bottom-common::after {
- border-bottom-color: #fff;
- border-top-width: 0;
- top: -6px;
-}
-.plx-popover.plx-popover-bottom {
- margin-top: 9px;
-}
-.plx-popover.plx-popover-bottom::before {
- border-bottom-color: #ccc;
- border-top-width: 0;
- top: -7px;
-}
-.plx-popover.plx-popover-bottom::after {
- border-bottom-color: #fff;
- border-top-width: 0;
- top: -6px;
-}
-.plx-popover.plx-popover-bottom::before {
- left: 50%;
- margin-left: -7px;
-}
-.plx-popover.plx-popover-bottom::after {
- left: 50%;
- margin-left: -6px;
-}
-.plx-popover.plx-popover-bottom-left {
- margin-top: 9px;
-}
-.plx-popover.plx-popover-bottom-left::before {
- border-bottom-color: #ccc;
- border-top-width: 0;
- top: -7px;
-}
-.plx-popover.plx-popover-bottom-left::after {
- border-bottom-color: #fff;
- border-top-width: 0;
- top: -6px;
-}
-.plx-popover.plx-popover-bottom-left::before {
- left: 10px;
-}
-.plx-popover.plx-popover-bottom-left::after {
- left: 11px;
-}
-.plx-popover.plx-popover-bottom-right {
- margin-top: 9px;
-}
-.plx-popover.plx-popover-bottom-right::before {
- border-bottom-color: #ccc;
- border-top-width: 0;
- top: -7px;
-}
-.plx-popover.plx-popover-bottom-right::after {
- border-bottom-color: #fff;
- border-top-width: 0;
- top: -6px;
-}
-.plx-popover.plx-popover-bottom-right::before {
- right: 10px;
-}
-.plx-popover.plx-popover-bottom-right::after {
- right: 11px;
-}
-.plx-popover-left-common {
- margin-left: -9px;
-}
-.plx-popover-left-common::before {
- border-left-color: #ccc;
- border-right-width: 0;
- right: -7px;
-}
-.plx-popover-left-common::after {
- border-left-color: #fff;
- border-right-width: 0;
- right: -6px;
-}
-.plx-popover.plx-popover-left {
- margin-left: -9px;
-}
-.plx-popover.plx-popover-left::before {
- border-left-color: #ccc;
- border-right-width: 0;
- right: -7px;
-}
-.plx-popover.plx-popover-left::after {
- border-left-color: #fff;
- border-right-width: 0;
- right: -6px;
-}
-.plx-popover.plx-popover-left::before {
- top: 50%;
- margin-top: -7px;
-}
-.plx-popover.plx-popover-left::after {
- top: 50%;
- margin-top: -6px;
-}
-.plx-popover.plx-popover-left-top {
- margin-left: -9px;
-}
-.plx-popover.plx-popover-left-top::before {
- border-left-color: #ccc;
- border-right-width: 0;
- right: -7px;
-}
-.plx-popover.plx-popover-left-top::after {
- border-left-color: #fff;
- border-right-width: 0;
- right: -6px;
-}
-.plx-popover.plx-popover-left-top::before {
- top: 10px;
-}
-.plx-popover.plx-popover-left-top::after {
- top: 11px;
-}
-.plx-popover.plx-popover-left-bottom {
- margin-left: -9px;
-}
-.plx-popover.plx-popover-left-bottom::before {
- border-left-color: #ccc;
- border-right-width: 0;
- right: -7px;
-}
-.plx-popover.plx-popover-left-bottom::after {
- border-left-color: #fff;
- border-right-width: 0;
- right: -6px;
-}
-.plx-popover.plx-popover-left-bottom::before {
- bottom: 10px;
-}
-.plx-popover.plx-popover-left-bottom::after {
- bottom: 11px;
-}
-.plx-popover .plx-popover-title {
- padding: 8px 14px;
- margin-bottom: 0;
- font-size: 16px;
- background-color: #fff;
- border-bottom: 1px solid #d9d9d9;
-}
-.plx-popover .plx-popover-title:empty {
- display: none;
-}
-.plx-popover .plx-popover-content {
- padding: 9px 14px;
- background-color: #fff;
-}
-.plx-popover .ict-warning {
- color: #ff5b55;
- font-size: 24px;
- margin-right: 5px;
-}
-.popover-template {
- padding: 10px 0px;
- min-width: 220px;
-}
-.popover-template .popover-template-content {
- padding: 10px 10px;
-}
-.popover-template .popover-template-footer {
- padding: 10px 10px 5px 10px;
- text-align: center;
-}
-.popover-template .popover-template-icon {
- display: inline-block;
- max-width: 30px;
- float: left;
-}
-.popover-template .popover-template-icon-area {
- display: inline-block;
- height: 100%;
- vertical-align: middle;
-}
-.popover-template .popover-template-msg {
- display: inline-block;
- max-width: 300px;
- margin-left: 10px;
- margin-top: 1px;
-}
-.plx-progress {
- display: inline-block;
- margin: 0 10px 1px 0;
- border-radius: 20px;
- overflow: hidden;
- background-color: #eee;
-}
-.plx-progress .plx-progress-bar {
- width: 0;
- height: 8px;
- transition: width 0.8s ease-in-out;
- opacity: 1;
-}
-.plx-progress .plx-progress-bar-info {
- position: relative;
- background-color: #33bcff;
-}
-.plx-progress .plx-progress-bar-info::before {
- background-color: #00abff;
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- width: 0;
- height: 8px;
- animation: plx-progress-bar-stripes 0.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
-}
-.plx-progress .plx-progress-bar-info.plx-progress-bar-reset {
- transition: none;
-}
-.plx-progress .plx-progress-bar-warning {
- background-color: #ff5b55;
-}
-.plx-progress .plx-progress-bar-success,
-.plx-progress .plx-progress-bar-info.plx-progress-bar-success {
- background-color: #00abff;
-}
-.plx-progress-info {
- display: inline-block;
-}
-.plx-progress-info .fp-exclamation-circle {
- color: #ff5b55;
-}
-@keyframes plx-progress-bar-stripes {
- from {
- width: 0;
- }
- to {
- width: 100%;
- }
-}
-:host(.plx-progressbar-sm) {
- font-size: 12px;
-}
-:host(.plx-progressbar-sm) .plx-progress-bar {
- height: 2px;
-}
-:host(.plx-progressbar-sm) .fp-exclamation-circle {
- vertical-align: middle;
- font-size: 12px;
-}
-:host(.plx-progressbar-sm) .plx-progress-info span {
- vertical-align: middle;
-}
-.plx-progressbar-sm {
- font-size: 12px;
-}
-.plx-progressbar-sm .plx-progress-bar {
- height: 2px;
-}
-.plx-progressbar-sm .fp-exclamation-circle {
- vertical-align: middle;
- font-size: 12px;
-}
-.plx-progressbar-sm .plx-progress-info span {
- vertical-align: middle;
-}
-.plx-progressbar-sm-common {
- font-size: 12px;
-}
-.plx-progressbar-sm-common .plx-progress-bar {
- height: 2px;
-}
-.plx-progressbar-sm-common .fp-exclamation-circle {
- vertical-align: middle;
- font-size: 12px;
-}
-.plx-progressbar-sm-common .plx-progress-info span {
- vertical-align: middle;
-}
-.search-input {
- position: relative;
- background: #fff;
- color: #595959;
-}
-.search-input input {
- height: 32px;
- padding-left: 10px;
- padding-right: 10px;
- outline: 0;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- vertical-align: middle;
- width: 100%;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
- color: #595959;
-}
-.short-text-input .search-input input {
- width: 120px;
-}
-.text-input-with-unit .search-input input {
- width: 355px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-unitOption .search-input input {
- width: 316px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix .search-input input {
- width: 330px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-prefixOption .search-input input {
- width: 316px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-passwordSwith .search-input input {
- width: 360px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix.text-input-with-unit .search-input input {
- width: 285px;
-}
-.text-input-with-prefix.text-input-with-unitOption .search-input input {
- width: 246px;
-}
-.short-text-input.text-input-with-prefix .search-input input {
- width: 80px;
-}
-.short-text-input.text-input-with-unit .search-input input {
- width: 80px;
-}
-.short-text-input.text-input-with-prefix.text-input-with-unit .search-input input {
- width: 40px;
-}
-.search-input input:focus {
- border: 1px solid #00abff;
-}
-.search-input input:disabled,
-.search-input input[disabled] {
- cursor: not-allowed;
- background-color: #f5f5f5;
-}
-.search-input-sm {
- height: 28px !important;
-}
-.search-img {
- color: #bfbfbf;
- position: absolute;
- right: 8px;
- top: 8px;
- list-style: none;
- font-size: 16px;
-}
-.search-img-confirm {
- color: #008fd5;
- cursor: pointer;
-}
-::-webkit-input-placeholder {
- color: #999 !important;
-}
-:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #999 !important;
-}
-::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #999 !important;
-}
-input:-ms-input-placeholder {
- color: #999 !important;
-}
-input::-webkit-input-placeholder {
- color: #999 !important;
-}
-select-dropdown {
- box-sizing: border-box;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
- outline: none;
-}
-select-dropdown > div {
- background-color: #fff;
- position: absolute;
- z-index: 9999;
-}
-select-dropdown > div.select-sm .filter input {
- height: 30px;
-}
-select-dropdown > div.select-sm .filter .toggle {
- top: 13px;
-}
-select-dropdown > div .filter {
- width: 100%;
-}
-select-dropdown > div .filter input {
- border: 1px solid #00abff;
- border-radius: 3px;
- padding: 0 10px;
- width: 100%;
- height: 34px;
-}
-select-dropdown > div .filter .toggle {
- display: block;
- position: absolute;
- top: 15px;
- right: 10px;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #a6a6a6;
-}
-select-dropdown > div .options {
- border: 1px solid #d9d9d9;
- border-top: none;
- border-radius: 3px;
- max-height: 160px;
- overflow-y: auto;
-}
-select-dropdown > div .options ul {
- list-style: none;
- margin: 0;
- padding: 0;
-}
-select-dropdown > div .options ul li {
- color: #595959;
- height: 30px;
- line-height: 18px;
- padding: 6px 20px 6px 8px;
- position: relative;
- cursor: pointer;
- user-select: none;
-}
-select-dropdown > div .options ul li.single-selected {
- background-color: #f5f5f5;
-}
-select-dropdown > div .options ul li.highlighted {
- background-color: #ebf6fd;
- color: #595959;
-}
-select-dropdown > div .options ul li.disabled {
- background-color: #fff;
- color: #bfbfbf;
- cursor: default;
- pointer-events: none;
-}
-select-dropdown > div .options ul li.plx-select-message {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-select-dropdown > div .options ul li .option-label {
- display: inline-block;
- width: 100%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-select-dropdown > div .options ul li .option-tick {
- display: inline-block;
- position: absolute;
- right: 5px;
- top: 5px;
-}
-select-dropdown > div .options ul li .tick {
- fill: none;
- stroke: #73cf22;
- stroke-width: 2;
- stroke-linecap: round;
- stroke-linejoin: round;
- stroke-miterlimit: 10;
-}
-plx-select {
- display: inline-block;
- margin: 0;
- position: relative;
- vertical-align: middle;
- width: 100%;
-}
-plx-select.ng-untouched:not(form).ng-untouched:not(fieldset) {
- border: 0;
-}
-plx-select * {
- box-sizing: border-box;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
- outline: none;
-}
-plx-select > div {
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- cursor: pointer;
- user-select: none;
- width: 100%;
-}
-plx-select > div.disabled {
- background-color: #f5f5f5;
- color: #bfbfbf;
- cursor: not-allowed;
-}
-plx-select > div.focus-border {
- border: 1px solid #00abff !important;
-}
-plx-select > div.select-sm .value,
-plx-select > div.select-sm .placeholder {
- height: 28px !important;
- line-height: 28px !important;
-}
-plx-select > div.select-sm .toggle {
- top: 13px;
-}
-plx-select > div.select-sm div.option {
- height: 20px !important;
- line-height: 14px !important;
-}
-plx-select > div.select-sm input {
- height: 28px;
- line-height: 28px;
-}
-plx-select > div input {
- background-color: transparent;
- border: none;
- border-radius: 3px;
- cursor: pointer;
- height: 32px;
- line-height: 32px;
-}
-plx-select > div .toggle {
- display: block;
- position: absolute;
- top: 15px;
- right: 10px;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #a6a6a6;
-}
-plx-select > div .single {
- display: flex;
- width: 100%;
-}
-plx-select > div .single .value,
-plx-select > div .single .placeholder {
- color: #595959;
- flex: 1;
- height: 32px;
- line-height: 32px;
- overflow: hidden;
- padding: 0 10px;
- white-space: nowrap;
-}
-plx-select > div .single .value span,
-plx-select > div .single .placeholder span {
- display: inline-block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 100%;
-}
-plx-select > div .single .placeholder {
- color: #999;
-}
-plx-select > div .single input {
- flex: 1;
- padding: 1px 10px 0 10px;
-}
-plx-select > div .multiple {
- display: flex;
- flex-flow: row wrap;
- padding: 0 10px;
- width: 100%;
-}
-plx-select > div .multiple .placeholder {
- flex: 1;
- color: #999;
- height: 32px;
- line-height: 32px;
- overflow: hidden;
- white-space: nowrap;
-}
-plx-select > div .multiple input {
- padding: 0;
- margin-right: 10px;
-}
-plx-select > div .multiple div.option {
- background-color: #f8f8f8;
- border: 1px solid #e6e6e6;
- border-radius: 2px;
- color: #595959;
- cursor: default;
- display: inline-block;
- flex-shrink: 0;
- height: 24px;
- line-height: 18px;
- margin: 4px 10px 4px 0;
- padding: 2px 30px 2px 10px;
- max-width: 100%;
- position: relative;
-}
-plx-select > div .multiple div.option span {
- display: inline-block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 100%;
-}
-plx-select > div .multiple div.option .deselect-option {
- color: #c0c0c0;
- cursor: pointer;
- font-size: 8px;
- position: absolute;
- top: 2px;
- right: 8px;
-}
-plx-select > div .multiple div.option .deselect-option:hover {
- color: #555;
-}
-.plx-ui-steps {
- height: 40px;
-}
-.plx-ui-horizon-ul-horizon {
- display: flex;
- box-orient: horizontal;
- padding: 0;
- font-size: 12px;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
-}
-.plx-ui-steps-li {
- list-style: none;
- position: relative;
- height: 24px;
- line-height: 24px;
- float: left;
- margin-right: 0;
-}
-.plx-ui-steps-number-active {
- color: #fff;
- background-color: #00abff;
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 10px;
- float: left;
- text-align: center;
-}
-.plx-ui-steps-number-passive {
- background-color: #D7D7D7;
- color: #fff;
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 10px;
- float: left;
- text-align: center;
-}
-.plx-rapire-steps {
- position: relative;
-}
-.plx-ui-steps-number-visited {
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 10px;
- float: left;
- position: relative;
- color: #00abff;
- background-color: #fff;
- border: 2px solid #00abff;
-}
-.plx-ui-menuitem-div-passive {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-.plx-ui-menuitem-div-active {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-.plx-ui-menuitem-div-passive {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-.plx-ui-menuitem-div-visited {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-.plx-ui-underline {
- width: 386px;
- height: 2px;
- margin-top: 49px;
- position: absolute;
- background-color: #00abff;
-}
-.passive .plx-ui-underline {
- background-color: #D7D7D7;
-}
-.plx-ui-steps-title-active {
- white-space: nowrap;
-}
-.plx-ui-steps-title-passive {
- white-space: nowrap;
-}
-.plx-ui-steps-title-visited {
- white-space: nowrap;
-}
-.plx-ui-steps-number-visited-tick {
- position: absolute;
- background-color: transparent;
- height: 12px;
- width: 7px;
- transform: rotate(45deg);
- transform-origin: 50% 120%;
- transition: all 0.2s;
- border-right: 2px solid #00abff;
- border-bottom: 2px solid #00abff;
-}
-/**********************************************************************************************************/
-.plx-ui-steps-display-vertical {
- display: inline-block;
-}
-.plx-ui-steps-vertical {
- height: auto;
- width: auto;
- min-width: 180px;
- display: inline-block;
- font-size: 12px;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
-}
-.plx-ui-horizon-ul-vertical {
- display: inline-block;
- box-orient: vertical;
- width: auto;
- padding: 0;
-}
-.plx-ui-underline-active-vertical {
- margin-left: 3px;
- width: 10px;
- display: table-caption;
- min-height: 30px;
- border-right: 2px solid #D7D7D7;
-}
-.plx-ui-underline-visited-vertical {
- margin-left: 3px;
- width: 10px;
- display: table-caption;
- height: 30px;
-}
-.plx-ui-underline-passive-vertical {
- height: 30px;
- margin-left: 3px;
- width: 10px;
- display: table-caption;
- border-right: 2px solid #D7D7D7;
-}
-.plx-ui-steps-li-vertical {
- list-style: none;
- width: auto;
-}
-.plx-ui-steps-title-active-vertical {
- margin-left: 10px;
- position: absolute;
- width: auto;
- height: 24px;
- min-width: 64px;
- margin-top: 1px;
- white-space: nowrap;
-}
-.plx-ui-steps-title-visited-vertical {
- margin-left: 10px;
- position: absolute;
- width: auto;
- height: 24px;
- min-width: 64px;
- margin-top: 3px;
- white-space: nowrap;
-}
-.plx-ui-steps-title-passive-vertical {
- margin-left: 10px;
- position: absolute;
- width: auto;
- height: 24px;
- min-width: 64px;
- margin-top: 1px;
- white-space: nowrap;
-}
-.plx-ui-steps-number-visited-tick-vertical {
- position: absolute;
- background-color: transparent;
- height: 12px;
- width: 7px;
- transform: rotate(45deg);
- transform-origin: 50% 120%;
- transition: all 0.2s;
-}
-.plx-ui-steps-number-active-vertical {
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 0;
- float: left;
- text-align: left;
- position: relative;
- line-height: 24px;
-}
-.plx-ui-steps-number-passive-vertical {
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 0;
- float: left;
- text-align: left;
- position: relative;
- padding-top: 2px;
- line-height: 24px;
-}
-.plx-ui-steps-number-visited-vertical {
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 0;
- float: left;
- position: relative;
- line-height: 24px;
-}
-.plx-table-wrapper {
- position: relative;
- width: 100%;
-}
-.plx-table-blur {
- opacity: .7;
- filter: blur(0.5px);
-}
-.plx-table-loading {
- position: absolute;
- width: 100%;
- height: 100%;
- opacity: 1;
- z-index: 9999;
-}
-.plx-table-loading-content {
- position: absolute;
- width: 36px;
- height: 36px;
- border: 5px solid #00abff;
- border-right-color: transparent;
- top: calc(50% - 36px);
- left: calc(50% - 18px);
- animation: plx-table-loading-animation 1s infinite ease-in-out;
- border-radius: 50%;
-}
-.plx-table-loading-placeholder {
- position: absolute;
- top: calc(50% + 10px);
- left: calc(50% - 18px);
-}
-/* 加载中动画 */
-@-moz-keyframes plx-table-loading-animation {
- 0% {
- -moz-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@-webkit-keyframes plx-table-loading-animation {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@keyframes plx-table-loading-animation {
- 0% {
- -moz-transform: rotate(0deg);
- -ms-transform: rotate(0deg);
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-/*表格样式*/
-.plx-table {
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
- line-height: 1.5;
- color: #595959;
- border-collapse: collapse;
- width: 100%;
- display: table;
- table-layout: fixed;
- max-width: 100%;
- min-width: 100%;
- word-break: break-all;
-}
-.plx-table .plx-table-subHead th {
- background-color: #fff;
- line-height: 1;
- border-bottom: 1px solid #d9d9d9;
-}
-.plx-table tr.plx-table-hlt {
- background-color: #e2f2fc;
-}
-.plx-table tr:hover {
- background-color: #ebf6fd;
-}
-.plx-table.plx-table-normal th {
- box-sizing: border-box;
- height: 40px;
- padding: 0px 10px ;
- color: #595959;
- text-decoration: none;
- font-weight: normal;
- font-size: 12px;
- border: 1px solid #d9d9d9;
- background-color: #f5f5f5;
-}
-.plx-table.plx-table-normal td {
- border: 1px solid #d9d9d9;
- vertical-align: middle;
- height: 40px;
- padding: 2px 10px 0px 10px;
-}
-.plx-table.plx-table-large th {
- box-sizing: border-box;
- height: 50px;
- padding: 0px 10px ;
- color: #595959;
- text-decoration: none;
- font-weight: normal;
- font-size: 12px;
- border: none;
- background-color: #f5f5f5;
-}
-.plx-table.plx-table-large td {
- border-bottom: 1px solid #d9d9d9;
- vertical-align: middle;
- height: 50px;
- padding: 2px 10px 0px 10px;
-}
-.plx-table.plx-table-card th {
- box-sizing: border-box;
- height: 64px;
- padding: 0px 10px ;
- color: #595959;
- text-decoration: none;
- font-weight: normal;
- font-size: 12px;
- border: none;
- background-color: #f5f5f5;
-}
-.plx-table.plx-table-card td {
- border-bottom: 1px solid #d9d9d9;
- vertical-align: middle;
- height: 64px;
- padding: 2px 10px 0px 10px;
-}
-.plx-table.plx-table-sm th {
- box-sizing: border-box;
- height: 30px;
- padding: 0px 10px ;
- color: #595959;
- text-decoration: none;
- font-weight: normal;
- font-size: 12px;
- border: 1px solid #d9d9d9;
- background-color: #f5f5f5;
-}
-.plx-table.plx-table-sm td {
- border: 1px solid #d9d9d9;
- vertical-align: middle;
- height: 30px;
- padding: 2px 10px 0px 10px;
-}
-.plx-table tbody tr:first-child td {
- border-top: none;
-}
-.plx-table-fix {
- table-layout: fixed;
-}
-/*防止分页区域高度塌陷*/
-.plx-table-pagnation-content {
- overflow: auto;
-}
-/*搜索区域*/
-.plx-table-opretions-wrapper:after {
- content: '';
- display: block;
- clear: both;
- height: 0;
- visibility: hidden;
-}
-.plx-table-align-center {
- text-align: center;
-}
-.plx-table-align-left {
- text-align: left;
-}
-.plx-table-align-right {
- text-align: right;
-}
-.plx-table-head-checkbox label {
- margin-bottom: 0px;
- vertical-align: top;
-}
-.plx-table td.plx-table-no-data {
- height: 60px;
- text-align: center;
- font-size: 12px;
- color: #595959;
-}
-.plx-tabset {
- display: flex;
- padding-left: 0;
- margin-bottom: 0;
- list-style: none;
-}
-.plx-tabset.plx-nav-tabs {
- border-bottom: 1px solid #d9d9d9;
- font-size: 14px;
-}
-.plx-tabset.plx-nav-tabs .plx-nav-item {
- margin-bottom: -1px;
-}
-.plx-tabset.plx-nav-tabs .plx-nav-link {
- display: block;
- border-radius: 0;
- border: 1px solid transparent;
- border-top: 2px solid transparent;
- color: #999;
- min-width: 100px;
- text-align: center;
- padding: 6px 16px;
-}
-.plx-tabset.plx-nav-tabs .plx-nav-link:hover,
-.plx-tabset.plx-nav-tabs .plx-nav-link:focus {
- text-decoration: none;
- background-color: #ebf6fd;
- border-bottom: 0;
- border-left: 0;
- border-right: 0;
-}
-.plx-tabset.plx-nav-tabs .plx-nav-link.active {
- color: #595959;
- border-top: 2px solid #00abff;
- border-left: 1px solid #d9d9d9;
- border-right: 1px solid #d9d9d9;
- background-color: #fff;
-}
-.plx-tabset.plx-nav-tabs .plx-nav-link.active:hover,
-.plx-tabset.plx-nav-tabs .plx-nav-link.active:focus {
- border-left: 1px solid #d9d9d9;
- border-right: 1px solid #d9d9d9;
- border-bottom: 1px solid transparent;
-}
-.plx-tabset.plx-nav-tabs.bottom .plx-nav-link {
- border: 0;
- border-bottom: 2px solid transparent;
-}
-.plx-tabset.plx-nav-tabs.bottom .plx-nav-link:hover {
- border-bottom: 1px solid transparent;
-}
-.plx-tabset.plx-nav-tabs.bottom .plx-nav-link.active {
- border: 0;
- border-bottom: 2px solid #00abff;
-}
-.plx-tabset.plx-nav-pills .plx-nav-link {
- border: 1px solid #d9d9d9;
- border-radius: 0.25em;
- color: #999;
- display: block;
- padding: 6px 10px;
- min-width: 100px;
- text-align: center;
-}
-.plx-tabset.plx-nav-pills .plx-nav-link:hover,
-.plx-tabset.plx-nav-pills .plx-nav-link:focus {
- text-decoration: none;
- color: #00abff;
- border-color: #00abff;
- background-color: #fff;
-}
-.plx-tabset.plx-nav-pills .plx-nav-link:active {
- color: #008fd5;
- border-color: #008fd5;
- background-color: #fff;
-}
-.plx-tabset.plx-nav-pills .plx-nav-link.active {
- color: #fff;
- cursor: default;
- background-color: #00abff;
- border-color: #00abff;
-}
-.plx-tabset.plx-nav-pills .plx-nav-item:hover,
-.plx-tabset.plx-nav-pills .plx-nav-item:focus,
-.plx-tabset.plx-nav-pills .plx-nav-item:active {
- z-index: 2;
-}
-.plx-tabset.plx-nav-pills .plx-nav-item:first-child:not(:last-child) .plx-nav-link {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.plx-tabset.plx-nav-pills .plx-nav-item:not(:first-child):not(:last-child) .plx-nav-link {
- border-radius: 0;
-}
-.plx-tabset.plx-nav-pills .plx-nav-item:last-child:not(:first-child) .plx-nav-link {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.plx-tabset.plx-nav-pills .plx-nav-item + .plx-nav-item .plx-nav-link {
- margin-left: -1px;
-}
-.plx-tab-content .plx-tab-pane {
- display: none;
-}
-.plx-tab-content .plx-tab-pane.active {
- display: block;
-}
-.font {
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
-}
-.text-input {
- display: inline-block;
-}
-.text-input .caret-down {
- display: block;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #a6a6a6;
- margin-top: 4px;
- margin-bottom: 10px;
-}
-.text-input .caret-down.caret-down-hover:hover,
-.text-input .caret-down.caret-down-hover:active {
- border-top: 4px solid #00abff;
-}
-.text-input .caret-up {
- display: block;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-bottom: 4px solid #a6a6a6;
- margin-top: 10px;
-}
-.text-input .caret-up.caret-up-hover:hover,
-.text-input .caret-up.caret-up-hover:active {
- border-bottom: 4px solid #00abff;
-}
-.text-input .toggle {
- float: right;
- margin-right: 10px;
- margin-top: 14px;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #a6a6a6;
-}
-.text-input .text-input-dataList {
- margin-top: 2px;
- position: absolute;
- z-index: 1050;
- border: 1px solid #d9d9d9;
- background: #fff;
- cursor: pointer;
- border-radius: 3px;
-}
-.text-input .text-input-dataList li {
- list-style: none;
- height: 32px;
- width: 400px;
- padding-left: 10px;
-}
-.text-input .text-input-dataList li:hover {
- background-color: #ebf6fd;
-}
-.input-span {
- display: inline-block;
- overflow: visible;
- padding: 0;
- position: relative;
-}
-.text-input-with-hint {
- margin-bottom: -8px;
-}
-:host(.ng-touched.ng-invalid.input-blur) .text-input-with-hint {
- height: auto;
- margin-bottom: 0;
-}
-.plx-text-input-unit-group,
-.plx-text-input-prefix-group {
- position: absolute;
- margin-top: 5px;
- width: 84px;
- z-index: 1050;
- border-radius: 3px;
- background: #fff;
- border: 1px solid #d9d9d9;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- cursor: pointer;
-}
-.plx-text-input-unit-group li,
-.plx-text-input-prefix-group li {
- padding-left: 10px;
- height: 32px;
- list-style: none;
- line-height: 32px;
- font-size: 12px;
-}
-.plx-text-input-unit-group li:hover,
-.plx-text-input-prefix-group li:hover {
- background-color: #ebf6fd;
-}
-.plx-text-input-unit-group li.group-selected,
-.plx-text-input-prefix-group li.group-selected,
-.plx-text-input-unit-group li.group-selected:hover,
-.plx-text-input-prefix-group li.group-selected:hover {
- background-color: #f5f5f5;
- color: #595959;
-}
-.text-input-optional {
- display: inline-block;
- margin-right: 6px;
- padding-left: 5px;
-}
-.input-right-border .plx-input {
- border-right: 1px solid #00abff;
-}
-.input-left-border .plx-input {
- border-left: 1px solid #00abff;
-}
-.text-input-hint {
- top: 42px;
- left: 10px;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
- color: #bfbfbf;
-}
-:host(.ng-touched.ng-invalid.input-blur) .text-input-hint {
- display: none;
-}
-.text-input-prefix {
- font-size: 12px;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-weight: 400;
- font-size: 14px;
- line-height: 14px;
- color: #595959;
- display: inline-block;
- width: 70px;
- height: 32px;
- text-align: center;
- line-height: 32px;
- border-top-left-radius: 3px;
- border-bottom-left-radius: 3px;
- color: #bfbfbf;
- border: 1px solid #d9d9d9;
- border-right: 0;
- vertical-align: middle;
-}
-.short-text-input .text-input-prefix {
- width: 40px;
-}
-.input-span-focus .text-input-prefix {
- border-color: #00abff;
-}
-.input-invalid.ng-dirty.ng-invalid.ng-touched.input-blur .text-input-prefix,
-.input-invalid.ng-dirty.ng-invalid.ng-touched.input-blur .input-span-focus:focus .text-input-prefix {
- border-color: #ff5b55;
-}
-.input-unit,
-.text-input-unit-option {
- font-size: 12px;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-weight: 400;
- font-size: 14px;
- line-height: 14px;
- color: #595959;
- display: inline-block;
- height: 32px;
- text-align: center;
- line-height: 32px;
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
-}
-.text-input-unit {
- border: 1px solid #d9d9d9;
- border-left: 0;
- font-size: 12px;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-weight: 400;
- font-size: 14px;
- line-height: 14px;
- color: #595959;
- display: inline-block;
- height: 32px;
- line-height: 32px;
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
- color: #bfbfbf;
- width: 45px;
- text-align: center;
- vertical-align: middle;
-}
-.short-text-input .text-input-unit {
- width: 40px;
-}
-.input-span-focus .text-input-unit {
- border-color: #00abff;
-}
-.text-input-prefix-option {
- font-size: 12px;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-weight: 400;
- font-size: 14px;
- line-height: 14px;
- color: #595959;
- display: inline-block;
- height: 32px;
- text-align: center;
- line-height: 32px;
- border-top-left-radius: 3px;
- border-bottom-left-radius: 3px;
- width: 84px;
- text-align: left;
- padding-left: 10px;
- cursor: pointer;
- border: 1px solid #d9d9d9;
- border-right: 0;
- vertical-align: middle;
-}
-.text-input-prefix-option.prefix-focus {
- border-color: #00abff;
-}
-.text-input-unit-option {
- width: 84px;
- text-align: left;
- padding-left: 10px;
- cursor: pointer;
- border: 1px solid #d9d9d9;
- border-left: 0;
- vertical-align: middle;
-}
-.input-span-focus .text-input-unit-option {
- border-color: #00abff;
-}
-.text-input-with-unitOption div.unit-focus {
- border-color: #00abff;
-}
-.short-text-input .plx-input {
- width: 120px;
-}
-.text-input-with-unit .plx-input {
- width: 355px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-unitOption .plx-input {
- width: 316px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix .plx-input {
- width: 330px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-prefixOption .plx-input {
- width: 316px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-passwordSwith .plx-input {
- width: 360px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix.text-input-with-unit .plx-input {
- width: 285px;
-}
-.text-input-with-prefix.text-input-with-unitOption .plx-input {
- width: 246px;
-}
-.short-text-input.text-input-with-prefix .plx-input {
- width: 80px;
-}
-.short-text-input.text-input-with-unit .plx-input {
- width: 80px;
-}
-.short-text-input.text-input-with-prefix.text-input-with-unit .plx-input {
- width: 40px;
-}
-.input-spinner-up {
- cursor: pointer;
- display: block;
- font-size: 12px;
- position: absolute;
- margin: 0;
- right: 0;
- overflow: hidden;
- border: none;
- padding: 0;
- text-align: center;
- vertical-align: middle;
- width: 18px;
- top: 0;
-}
-.input-spinner-down {
- cursor: pointer;
- display: block;
- font-size: 12px;
- position: absolute;
- margin: 0;
- right: 0;
- overflow: hidden;
- border: none;
- padding: 0;
- text-align: center;
- vertical-align: middle;
- width: 18px;
- bottom: 0;
-}
-:host(.plx-input-sm) .plx-input {
- height: 28px;
- line-height: 28px;
-}
-:host(.plx-input-sm) .text-input-prefix,
-:host(.plx-input-sm) .text-input-unit,
-:host(.plx-input-sm) .text-input-unit-option,
-:host(.plx-input-sm) .text-input-prefix-option {
- height: 28px;
- line-height: 28px;
-}
-:host(.plx-input-sm) div.text-input-dataList {
- height: 28px;
-}
-:host(.plx-input-sm) .toggle {
- margin-top: 11px;
-}
-:host(.plx-input-sm) .caret-down {
- margin-bottom: 8px;
-}
-:host(.plx-input-sm) .caret-up {
- margin-top: 8px;
-}
-:host(.plx-input-sm) .plx-input-passwordSwitch {
- line-height: 26px;
-}
-.plx-input-sm .plx-input {
- height: 28px;
- line-height: 28px;
-}
-.plx-input-sm .text-input-prefix,
-.plx-input-sm .text-input-unit,
-.plx-input-sm .text-input-unit-option,
-.plx-input-sm .text-input-prefix-option {
- height: 28px;
- line-height: 28px;
-}
-.plx-input-sm div.text-input-dataList {
- height: 28px;
-}
-.plx-input-sm .toggle {
- margin-top: 11px;
-}
-.plx-input-sm .caret-down {
- margin-bottom: 8px;
-}
-.plx-input-sm .caret-up {
- margin-top: 8px;
-}
-.plx-input-sm .plx-input-passwordSwitch {
- line-height: 26px;
-}
-.plx-input-sm-common .plx-input {
- height: 28px;
- line-height: 28px;
-}
-.plx-input-sm-common .text-input-prefix,
-.plx-input-sm-common .text-input-unit,
-.plx-input-sm-common .text-input-unit-option,
-.plx-input-sm-common .text-input-prefix-option {
- height: 28px;
- line-height: 28px;
-}
-.plx-input-sm-common div.text-input-dataList {
- height: 28px;
-}
-.plx-input-sm-common .toggle {
- margin-top: 11px;
-}
-.plx-input-sm-common .caret-down {
- margin-bottom: 8px;
-}
-.plx-input-sm-common .caret-up {
- margin-top: 8px;
-}
-.plx-input-sm-common .plx-input-passwordSwitch {
- line-height: 26px;
-}
-.plx-input-passwordSwitch {
- display: inline-block;
- line-height: 30px;
- width: 40px;
- text-align: center;
- vertical-align: middle;
- background-color: #fff;
- border: 1px solid #d9d9d9;
- border-left: 0;
- border-bottom-right-radius: 3px;
- border-top-right-radius: 3px;
- cursor: pointer;
-}
-.plx-input-passwordSwitch:focus,
-.plx-input-passwordSwitch:hover {
- border-color: #00abff;
- background-color: #fff;
-}
-.plx-input-passwordSwitch:focus.ict-eye-closed,
-.plx-input-passwordSwitch:hover.ict-eye-closed,
-.plx-input-passwordSwitch:focus.ict-eye,
-.plx-input-passwordSwitch:hover.ict-eye {
- color: #00abff;
-}
-.plx-input-passwordSwitch:active {
- background-color: #fff;
- border-color: #008fd5;
-}
-.plx-input-passwordSwitch:active.ict-eye-closed,
-.plx-input-passwordSwitch:active.ict-eye {
- color: #008fd5;
-}
-.plx-input-passwordSwitch.ict-eye-closed,
-.plx-input-passwordSwitch.ict-eye {
- color: #999;
- font-size: 16px;
-}
-.input-right-border-pwdswith-hover .plx-input {
- border-right-color: #00abff;
-}
-.input-right-border-pwdswith-click .plx-input {
- border-right-color: #008fd5;
-}
-.plx-text-input-ip-dot {
- display: inline-block;
- vertical-align: bottom;
- color: #999;
-}
-.plx-text-input-error {
- font-size: 12px;
- color: #ff5b55;
- margin-top: 5px;
-}
-:host(.plx-text-input-ip-invalid) .plx-input {
- border-color: #ff5b55;
-}
-:host(.plx-text-input-ip-invalid) .input-span-focus .plx-input {
- border-color: #00abff;
-}
-.plx-text-input-ip-invalid .plx-input {
- border-color: #ff5b55;
-}
-.plx-text-input-ip-invalid .input-span-focus .plx-input {
- border-color: #00abff;
-}
-.plx-text-input-ip-invalid-common .plx-input {
- border-color: #ff5b55;
-}
-.plx-text-input-ip-invalid-common .input-span-focus .plx-input {
- border-color: #00abff;
-}
-.plx-textarea-container {
- display: inline-block;
-}
-.plx-textarea-class {
- width: 100%;
- font-size: 12px;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- line-height: 1.5;
- resize: none;
- padding: 7px;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- box-shadow: none;
- outline: none;
- overflow-y: auto;
-}
-.plx-textarea-class:focus {
- border-color: #00abff;
-}
-.plx-textarea-class::-webkit-input-placeholder {
- text-shadow: none;
- -webkit-text-fill-color: initial;
-}
-.plx-align-tip {
- vertical-align: top;
- font-size: 12px;
- font-weight: normal;
- color: #bfbfbf;
-}
-.plx-align-number {
- font-size: 12px;
- font-weight: normal;
- line-height: 1;
- text-align: right;
- width: 100%;
- color: #bfbfbf;
- margin-top: -2px;
-}
-.plx-toggle-switch {
- display: inline-block;
- height: 22px;
- width: 44px;
- position: relative;
- vertical-align: middle;
- text-align: left;
- font-size: 0;
-}
-.plx-toggle-switch input[type='checkbox'] {
- display: none;
- -webkit-appearance: none;
- -moz-appearance: none;
- -ms-progress-appearance: none;
-}
-.plx-toggle-switch input[type='checkbox'] + label {
- display: inline-block;
- height: 22px;
- position: relative;
- cursor: pointer;
-}
-.plx-toggle-switch input[type='checkbox'] + label::before {
- position: absolute;
- display: inline-block;
- content: '';
- height: 22px;
- width: 44px;
- border-radius: 11px;
- transition: 0.15s ease-in;
- transition-property: background-color;
- background-color: #DDDDDD;
-}
-.plx-toggle-switch input[type='checkbox'] + label::after {
- position: absolute;
- display: inline-block;
- content: '';
- height: 18px;
- width: 18px;
- border-radius: 50%;
- top: 2px;
- left: 2px;
- transition: left 0.15s ease-in;
- background-color: #fff;
-}
-.plx-toggle-switch input[type='checkbox']:checked + label::before {
- background-color: #00abff;
- transition: background-color 0.15s ease-in;
-}
-.plx-toggle-switch input[type='checkbox']:checked + label::after {
- left: 24px;
- transition: left 0.15s ease-in;
-}
-.plx-toggle-switch input[type='checkbox']:disabled + label,
-.plx-toggle-switch input[type='checkbox']:checked:disabled + label {
- cursor: not-allowed;
-}
-.plx-toggle-switch input[type='checkbox']:disabled + label::before,
-.plx-toggle-switch input[type='checkbox']:checked:disabled + label::before {
- opacity: 0.5;
-}
-:host(.plx-toggle-sm) .plx-toggle-switch {
- height: 18px;
- width: 34px;
-}
-:host(.plx-toggle-sm) .plx-toggle-switch input[type='checkbox'] + label {
- height: 18px;
-}
-:host(.plx-toggle-sm) .plx-toggle-switch input[type='checkbox'] + label::before {
- height: 18px;
- width: 34px;
- border-radius: 9px;
-}
-:host(.plx-toggle-sm) .plx-toggle-switch input[type='checkbox'] + label::after {
- height: 14px;
- width: 14px;
-}
-:host(.plx-toggle-sm) .plx-toggle-switch input[type='checkbox']:checked + label::after {
- left: 18px;
- transition: left 0.15s ease-in;
-}
-.plx-toggle-sm .plx-toggle-switch {
- height: 18px;
- width: 34px;
-}
-.plx-toggle-sm .plx-toggle-switch input[type='checkbox'] + label {
- height: 18px;
-}
-.plx-toggle-sm .plx-toggle-switch input[type='checkbox'] + label::before {
- height: 18px;
- width: 34px;
- border-radius: 9px;
-}
-.plx-toggle-sm .plx-toggle-switch input[type='checkbox'] + label::after {
- height: 14px;
- width: 14px;
-}
-.plx-toggle-sm .plx-toggle-switch input[type='checkbox']:checked + label::after {
- left: 18px;
- transition: left 0.15s ease-in;
-}
-.plx-toggle-sm-switch-common {
- height: 18px;
- width: 34px;
-}
-.plx-toggle-sm-switch-common input[type='checkbox'] + label {
- height: 18px;
-}
-.plx-toggle-sm-switch-common input[type='checkbox'] + label::before {
- height: 18px;
- width: 34px;
- border-radius: 9px;
-}
-.plx-toggle-sm-switch-common input[type='checkbox'] + label::after {
- height: 14px;
- width: 14px;
-}
-.plx-toggle-sm-switch-common input[type='checkbox']:checked + label::after {
- left: 18px;
- transition: left 0.15s ease-in;
-}
-.toolbar i.seperate-vertical {
- margin-right: 10px;
- margin-left: 0;
- border-right: 1px solid #e9e9e9;
-}
-.toolbar span {
- color: #595959;
- cursor: pointer;
- margin-right: 10px;
- font-size: 16px;
- display: inline-block;
- width: 28px;
- height: 28px;
- border: 1px solid transparent;
- padding: 5px;
-}
-.toolbar span:hover {
- background-color: #ebf6fd;
- border-radius: 2px;
-}
-.toolbar span:last-child {
- margin-right: 0px;
-}
-.plx-tooltip {
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
- opacity: 1;
- position: absolute;
- z-index: 10001;
- display: block;
- font-style: normal;
- font-weight: normal;
- letter-spacing: normal;
- line-break: auto;
- line-height: 1.5;
- text-align: left;
- text-decoration: none;
- text-shadow: none;
- text-transform: none;
- white-space: normal;
- word-break: normal;
- word-spacing: normal;
- word-wrap: break-word;
-}
-.plx-tooltip::before,
-.plx-tooltip::after {
- content: "";
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border: solid transparent;
-}
-.plx-tooltip::before {
- border-width: 5px;
-}
-.plx-tooltip::after {
- border-width: 4px;
-}
-.plx-tooltip-inner {
- min-width: 60px;
- max-width: 200px;
- padding: 3px 8px;
- color: #fff;
- text-align: center;
- background-color: #000;
-}
-.plx-tooltip.show {
- font-size: 12px;
- opacity: 1;
-}
-.plx-tooltip.show .plx-tooltip-inner {
- background-color: #595959;
- border-radius: 3px;
- padding: 0px 12px;
- height: 30px;
- line-height: 30px;
-}
-.plx-tooltip-top-common {
- margin-top: -7px;
-}
-.plx-tooltip-top-common::before {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -5px;
-}
-.plx-tooltip-top-common::after {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -4px;
-}
-.plx-tooltip-top {
- margin-top: -7px;
-}
-.plx-tooltip-top::before {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -5px;
-}
-.plx-tooltip-top::after {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -4px;
-}
-.plx-tooltip-top::before {
- left: 50%;
- margin-left: -5px;
-}
-.plx-tooltip-top::after {
- left: 50%;
- margin-left: -4px;
-}
-.plx-tooltip.plx-tooltip-top-left {
- margin-top: -7px;
-}
-.plx-tooltip.plx-tooltip-top-left::before {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -5px;
-}
-.plx-tooltip.plx-tooltip-top-left::after {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -4px;
-}
-.plx-tooltip.plx-tooltip-top-left::before {
- left: 5px;
-}
-.plx-tooltip.plx-tooltip-top-left::after {
- left: 6px;
-}
-.plx-tooltip.plx-tooltip-top-right {
- margin-top: -7px;
-}
-.plx-tooltip.plx-tooltip-top-right::before {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -5px;
-}
-.plx-tooltip.plx-tooltip-top-right::after {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -4px;
-}
-.plx-tooltip.plx-tooltip-top-right::before {
- right: 5px;
-}
-.plx-tooltip.plx-tooltip-top-right::after {
- right: 6px;
-}
-.plx-tooltip-right-common {
- margin-left: 7px;
-}
-.plx-tooltip-right-common::before {
- border-right-color: #595959;
- border-left-width: 0;
- left: -5px;
-}
-.plx-tooltip-right-common::after {
- border-right-color: #595959;
- border-left-width: 0;
- left: -4px;
-}
-.plx-tooltip.plx-tooltip-right {
- margin-left: 7px;
-}
-.plx-tooltip.plx-tooltip-right::before {
- border-right-color: #595959;
- border-left-width: 0;
- left: -5px;
-}
-.plx-tooltip.plx-tooltip-right::after {
- border-right-color: #595959;
- border-left-width: 0;
- left: -4px;
-}
-.plx-tooltip.plx-tooltip-right::before {
- top: 50%;
- margin-top: -5px;
-}
-.plx-tooltip.plx-tooltip-right::after {
- top: 50%;
- margin-top: -4px;
-}
-.plx-tooltip.plx-tooltip-right-top {
- margin-left: 7px;
-}
-.plx-tooltip.plx-tooltip-right-top::before {
- border-right-color: #595959;
- border-left-width: 0;
- left: -5px;
-}
-.plx-tooltip.plx-tooltip-right-top::after {
- border-right-color: #595959;
- border-left-width: 0;
- left: -4px;
-}
-.plx-tooltip.plx-tooltip-right-top::before {
- top: 5px;
-}
-.plx-tooltip.plx-tooltip-right-top::after {
- top: 6px;
-}
-.plx-tooltip.plx-tooltip-right-bottom {
- margin-left: 7px;
-}
-.plx-tooltip.plx-tooltip-right-bottom::before {
- border-right-color: #595959;
- border-left-width: 0;
- left: -5px;
-}
-.plx-tooltip.plx-tooltip-right-bottom::after {
- border-right-color: #595959;
- border-left-width: 0;
- left: -4px;
-}
-.plx-tooltip.plx-tooltip-right-bottom::before {
- bottom: 5px;
-}
-.plx-tooltip.plx-tooltip-right-bottom::after {
- bottom: 6px;
-}
-.plx-tooltip-bottom-common {
- margin-top: 7px;
-}
-.plx-tooltip-bottom-common::before {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -5px;
-}
-.plx-tooltip-bottom-common::after {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -4px;
-}
-.plx-tooltip.plx-tooltip-bottom {
- margin-top: 7px;
-}
-.plx-tooltip.plx-tooltip-bottom::before {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -5px;
-}
-.plx-tooltip.plx-tooltip-bottom::after {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -4px;
-}
-.plx-tooltip.plx-tooltip-bottom::before {
- left: 50%;
- margin-left: -5px;
-}
-.plx-tooltip.plx-tooltip-bottom::after {
- left: 50%;
- margin-left: -4px;
-}
-.plx-tooltip.plx-tooltip-bottom-left {
- margin-top: 7px;
-}
-.plx-tooltip.plx-tooltip-bottom-left::before {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -5px;
-}
-.plx-tooltip.plx-tooltip-bottom-left::after {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -4px;
-}
-.plx-tooltip.plx-tooltip-bottom-left::before {
- left: 5px;
-}
-.plx-tooltip.plx-tooltip-bottom-left::after {
- left: 6px;
-}
-.plx-tooltip.plx-tooltip-bottom-right {
- margin-top: 7px;
-}
-.plx-tooltip.plx-tooltip-bottom-right::before {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -5px;
-}
-.plx-tooltip.plx-tooltip-bottom-right::after {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -4px;
-}
-.plx-tooltip.plx-tooltip-bottom-right::before {
- right: 5px;
-}
-.plx-tooltip.plx-tooltip-bottom-right::after {
- right: 6px;
-}
-.plx-tooltip-left-common {
- margin-left: -7px;
-}
-.plx-tooltip-left-common::before {
- border-left-color: #595959;
- border-right-width: 0;
- right: -5px;
-}
-.plx-tooltip-left-common::after {
- border-left-color: #595959;
- border-right-width: 0;
- right: -4px;
-}
-.plx-tooltip.plx-tooltip-left {
- margin-left: -7px;
-}
-.plx-tooltip.plx-tooltip-left::before {
- border-left-color: #595959;
- border-right-width: 0;
- right: -5px;
-}
-.plx-tooltip.plx-tooltip-left::after {
- border-left-color: #595959;
- border-right-width: 0;
- right: -4px;
-}
-.plx-tooltip.plx-tooltip-left::before {
- top: 50%;
- margin-top: -5px;
-}
-.plx-tooltip.plx-tooltip-left::after {
- top: 50%;
- margin-top: -4px;
-}
-.plx-tooltip.plx-tooltip-left-top {
- margin-left: -7px;
-}
-.plx-tooltip.plx-tooltip-left-top::before {
- border-left-color: #595959;
- border-right-width: 0;
- right: -5px;
-}
-.plx-tooltip.plx-tooltip-left-top::after {
- border-left-color: #595959;
- border-right-width: 0;
- right: -4px;
-}
-.plx-tooltip.plx-tooltip-left-top::before {
- top: 5px;
-}
-.plx-tooltip.plx-tooltip-left-top::after {
- top: 6px;
-}
-.plx-tooltip.plx-tooltip-left-bottom {
- margin-left: -7px;
-}
-.plx-tooltip.plx-tooltip-left-bottom::before {
- border-left-color: #595959;
- border-right-width: 0;
- right: -5px;
-}
-.plx-tooltip.plx-tooltip-left-bottom::after {
- border-left-color: #595959;
- border-right-width: 0;
- right: -4px;
-}
-.plx-tooltip.plx-tooltip-left-bottom::before {
- bottom: 5px;
-}
-.plx-tooltip.plx-tooltip-left-bottom::after {
- bottom: 6px;
-}
-.plx-checkbox-container {
- font-size: 0;
- position: relative;
-}
-.plx-checkbox {
- position: absolute;
- z-index: -1;
- opacity: 0;
-}
-.plx-checkbox + .checkbox-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: 14px;
- width: 14px;
- border: 1px solid #d9d9d9;
- border-radius: 2px;
- vertical-align: middle;
-}
-.plx-checkbox + .checkbox-substitute + span {
- font-weight: normal;
- font-size: 12px;
- cursor: pointer;
- vertical-align: middle;
- padding-left: 6px;
-}
-.plx-checkbox:hover + .checkbox-substitute {
- border-color: #00abff;
- outline: none;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-checkbox:checked + .checkbox-substitute {
- border-color: #00abff;
- background-color: #00abff;
-}
-.plx-checkbox:checked + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #fff;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 3px;
- top: 0;
-}
-.plx-checkbox:checked.portion + .checkbox-substitute {
- background-color: #00abff;
- border-color: #00abff;
- opacity: 0.5;
-}
-.plx-checkbox:disabled + .checkbox-substitute,
-.plx-checkbox[disabled] + .checkbox-substitute {
- border-color: #d9d9d9;
- background-color: #f5f5f5;
- cursor: not-allowed;
-}
-.plx-checkbox:disabled + .checkbox-substitute + span,
-.plx-checkbox[disabled] + .checkbox-substitute + span {
- cursor: not-allowed;
-}
-.plx-checkbox:checked.portion[disabled] + .checkbox-substitute {
- background-color: #d9d9d9;
- border-color: #d9d9d9;
-}
-.plx-checkbox:checked.portion[disabled] + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #999;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 3px;
- top: 0;
-}
-.plx-checkbox:checked[disabled] + .checkbox-substitute {
- border-color: #d9d9d9;
- background-color: #d9d9d9;
-}
-.plx-treenode {
- cursor: pointer;
- background-attachment: scroll;
- background-color: transparent;
- background-image: none;
- background-position: 0 0;
- background-repeat: repeat-y;
- list-style: none outside none;
- margin: 0;
- padding: 0;
- white-space: nowrap;
- font-size: 12px;
-}
-.plx-treenode .plx-treenode-content {
- margin-top: 10px;
-}
-.plx-treenode .plx-treenode-content.light {
- margin-top: 15px;
-}
-.plx-treenode ul.plx-treenode-children {
- display: block;
- -webkit-padding-start: 21px;
-}
-.plx-treenode-toggler {
- font-size: 16px;
- color: #00abff;
- display: inline-block;
- margin-right: 7px;
- margin-top: 2px;
- vertical-align: bottom;
- float: left;
-}
-.plx-treenode-ckbox {
- float: left;
- margin-right: 10px;
- margin-top: 2px;
-}
-.plx-treenode-icon {
- color: #999;
- margin-right: 10px;
- float: left;
- font-size: 16px;
- vertical-align: bottom;
- margin-top: 2px;
-}
-.plx-treenode-label-container {
- overflow: visible;
-}
-.plx-treenode-label-container.plx-treenode-label-ellipsis {
- overflow: hidden;
-}
-.plx-treenode-label-container:hover {
- background-color: #ebf6fd;
-}
-.plx-treenode-active > div .plx-treenode-label-container {
- background-color: #e2f2fc;
-}
-.plx-treenode-active > div .plx-treenode-label-container:hover {
- background-color: #ebf6fd;
-}
-.plx-treenode-label-container span:last-child {
- margin-right: 5px;
-}
-.plx-treenode-lable {
- display: inline-block;
- vertical-align: 0;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- color: #595959;
-}
-.plx-treenode-lable span {
- display: inline-block;
- overflow: hidden;
- max-width: 100%;
- text-overflow: ellipsis;
- white-space: nowrap;
- vertical-align: bottom;
-}
-.plx-treenode-operations {
- margin-left: 20px;
- display: none;
- vertical-align: bottom;
- width: fit-content;
- line-height: 1;
- margin-bottom: 1px;
-}
-.plx-treenode-operation {
- display: inline-block;
- margin-right: 10px;
- color: #999;
- font-size: 16px;
- vertical-align: text-bottom;
-}
-.plx-treenode-operation:hover {
- color: #00abff;
-}
-.plx-treenode-label-container:hover .plx-treenode-operations {
- display: inline-block;
-}
-*:focus {
- outline: none;
- box-shadow: none !important;
-}
-input[type="checkbox"]:focus {
- border: 0 !important;
-}
-.plx-treenode-hide-tree-toggle {
- visibility: hidden;
-}
-.plx-treenode-droppoint {
- height: 4px;
- list-style-type: none;
-}
-.plx-treenode-droppoint-active {
- background-color: #186ba0;
- border: 0 none;
-}
-.upload-wrapper {
- font-size: 12px;
- position: relative;
- display: inline-block;
-}
-.upload-wrapper .item-text {
- max-width: 280px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: inline-block;
- margin-bottom: 2px;
- font-size: 12px;
-}
-.upload-wrapper .item-text.no-progressbar {
- vertical-align: middle;
-}
-.upload-wrapper .plx-upload-progressbar {
- margin-top: -13px;
-}
-.upload-wrapper .list-group-item {
- border: 0;
- padding: 0;
-}
-.upload-wrapper .list-group-item .item {
- width: 335px;
- padding: 0 0 5px 0px;
-}
-.upload-wrapper .list-group-item .item .item-text-wrapper {
- position: relative;
- display: inline-block;
- width: 100%;
- box-sizing: border-box;
- height: 40px;
- padding: 2px 3px 2px 10px;
- border: 1px solid transparent;
-}
-.upload-wrapper .list-group-item .item .item-text-wrapper .text-red {
- color: #ff5b55 !important;
-}
-.upload-wrapper .list-group-item .item .item-text-wrapper:hover {
- background-color: #ebf6fd;
- cursor: default;
-}
-.upload-wrapper .list-group-item .item .item-text-wrapper:hover .plx-ico-close-16 {
- display: block;
- transform: scale(0.8);
-}
-.upload-wrapper .list-group-item .item .item-text-wrapper.no-progressbar {
- height: 28px;
-}
-.upload-wrapper .list-group-item .item .item-delete {
- height: 14px;
- width: 16px;
- text-align: center;
- line-height: 14px;
- position: absolute;
- right: 2%;
- color: #999999;
- display: none;
- top: 3px;
-}
-.upload-wrapper .list-group-item .item .item-delete:hover {
- cursor: pointer;
- color: #666666;
-}
-.upload-wrapper .list-group-item .item .item-delete.no-progressbar {
- top: 6px;
-}
-.upload-wrapper .plx-ico-close-16 {
- font-size: 16px;
- float: right;
- cursor: pointer;
-}
-.upload-wrapper ul.list-group {
- margin-top: 15px;
-}
-.upload-wrapper .url-form-control {
- display: inline-block;
-}
-.upload-wrapper .item-detail {
- color: #aaa;
- position: relative;
- padding: 0 10px;
- font-size: 12px;
-}
-.upload-wrapper .item-detail div {
- margin: 0px 0px 15px 0;
-}
-.upload-wrapper .item-detail .detail {
- margin: 5px 0 10px 0;
-}
-.upload-wrapper .item-detail-des {
- display: inline-block;
- width: 170px;
- word-wrap: break-word;
- margin-left: 15px;
- vertical-align: top;
-}
-.upload-wrapper .item-detail-time {
- display: inline-block;
- width: 119px;
- word-break: break-all;
- vertical-align: top;
-}
-.upload-wrapper .selectFile {
- display: inline-block;
- min-width: 50px;
- margin-right: 10px;
- text-align: right;
-}
-.upload-wrapper label.raw-container {
- margin: 0 10px;
-}
-.upload-wrapper .item-lists {
- font-size: 12px;
-}
-.upload-wrapper .list-container {
- padding-right: 15px;
-}
-.upload-wrapper .list-container.plx-upload-Manual-showdetail {
- margin-left: -22px;
-}
-.upload-wrapper .list-container.plx-upload-auto-showdetail {
- margin-left: -10px;
-}
-.upload-wrapper .list-footer .upload-btn {
- margin-top: 10px;
-}
-.upload-wrapper .upload-btn {
- display: inline-block;
-}
-.upload-wrapper .loader-container {
- position: absolute;
- display: inline-block;
- top: 8px;
- left: 12px;
-}
-.upload-wrapper .list-group-item-pdleft-s {
- padding: 0px 0px 0px 12px;
-}
-.upload-wrapper .list-group-item-pdleft {
- padding: 0px 0px 0px 12px !important;
-}
-.upload-wrapper .upload-btn-wrapper {
- display: inline-block;
-}
-.upload-wrapper .plx-red.left {
- margin-left: 75px;
-}
-.upload-wrapper .expand-wrapper {
- position: absolute;
- left: 20px;
- top: 4px;
- display: inline-block;
- font-size: 12px;
-}
-.upload-wrapper .expand-wrapper.open .ict-go {
- display: none;
-}
-.upload-wrapper .expand-wrapper.open .ict-fold {
- display: block;
-}
-.upload-wrapper .expand-wrapper i {
- height: 18px;
- width: 20px;
- text-align: left;
- line-height: 19px;
- cursor: pointer;
-}
-.upload-wrapper .ict-fold {
- display: none;
- color: #00abff;
- font-weight: bold;
- transform: scale(0.7);
-}
-.upload-wrapper .ict-go {
- display: block;
- color: #00abff;
- font-weight: bold;
- transform: scale(0.7);
-}
-.upload-wrapper .no-customparm-extend-wrapper {
- left: -2px !important;
-}
-/* loding动画效果*/
-.upload-wrapper .loader {
- font-size: 12px;
- width: 12px;
- height: 12px;
- display: inline-block;
- border-radius: 50%;
- background: #00abff;
- background: -moz-linear-gradient(left, #00abff 10%, rgba(255, 255, 255, 0) 85%);
- background: -webkit-linear-gradient(left, #00abff 10%, rgba(255, 255, 255, 0) 85%);
- background: -o-linear-gradient(left, #00abff 10%, rgba(255, 255, 255, 0) 85%);
- background: -ms-linear-gradient(left, #00abff 10%, rgba(255, 255, 255, 0) 85%);
- background: linear-gradient(to right, #00abff 10%, rgba(255, 255, 255, 0) 85%);
- position: relative;
- -webkit-animation: load3 1.4s infinite linear;
- animation: load3 1.4s infinite linear;
-}
-.upload-wrapper .loader:before {
- width: 50%;
- height: 50%;
- background: #00abff;
- border-radius: 100% 0 0 0;
- position: absolute;
- top: 0;
- left: 0;
- content: '';
-}
-.upload-wrapper .loader:after {
- background: #fff;
- width: 75%;
- height: 75%;
- border-radius: 50%;
- content: '';
- margin: auto;
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
-}
-@-webkit-keyframes load3 {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@keyframes load3 {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-.plx-table-customCols {
- height: 40px;
- float: right;
-}
-.plx-table-customCols-toggle {
- display: inline-block;
- border-radius: 3px;
- width: 30px;
- height: 23px;
- border: 1px solid #d9d9d9;
- vertical-align: top;
- text-align: center;
- padding-top: 7px;
- margin-left: 6px;
- cursor: pointer;
- box-sizing: content-box;
-}
-.plx-table-customCols-toggle .ict-col:before {
- vertical-align: top;
-}
-.plx-table-customCols-toggle:hover {
- background-color: #fff;
-}
-.plx-table-customCols-toggle:active {
- background-color: #fff;
-}
-.toggle-icon {
- display: inline-block;
- height: 14px;
- border-right: 1px solid #595959;
- vertical-align: top;
- padding-left: 4px;
-}
-.toggle-icon:first-child {
- padding-left: 0;
-}
-.plx-table-customCols-pannel {
- margin-top: 5px;
- margin-right: 5px;
- border: 1px solid #d9d9d9;
- background-color: #fff;
- z-index: 1;
- position: absolute;
- right: 0px;
- border-radius: 5px;
- font-size: 12px;
- color: #595959;
- overflow: auto;
- min-width: 300px;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-table-customCols-pannel .plx-table-customCols-toolbar {
- display: flex;
- justify-content: space-between;
- padding: 16px;
-}
-.plx-table-customCols-pannel .plx-table-customCols-toolbar .plx-table-filter-wrapper {
- display: flex;
- flex: auto;
-}
-.plx-table-customCols-pannel .plx-table-customCols-toolbar .plx-table-filter-wrapper input {
- border-radius: 3px;
- flex: auto;
- padding-left: 28px;
- border: 1px solid #d9d9d9;
-}
-.plx-table-customCols-pannel .plx-table-customCols-toolbar .plx-table-filter-wrapper input:focus {
- border: 1px solid #00abff;
- outline: none;
-}
-.plx-table-customCols-pannel .plx-table-customCols-toolbar .plx-table-filter-wrapper span {
- color: #bfbfbf;
- line-height: 28px;
- position: relative;
- left: 20px;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items {
- cursor: pointer;
- border-bottom: 1px solid #e9e9e9;
- border-top: 1px solid #e9e9e9;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items > div:hover {
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-table-customCols-pannel .plx-table-customCols-items label {
- margin-bottom: 0px;
- vertical-align: -moz-middle-with-baseline;
- vertical-align: -webkit-baseline-middle;
- vertical-align: 25%;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-item > span {
- padding: 0px 6px;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-operations {
- visibility: hidden;
- float: right;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-operations div {
- box-sizing: content-box;
- padding: 0px 8px;
- display: inline-block;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .heighLight {
- background-color: #e2f2fc;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .heighLight .plx-table-customCols-operations .plx-table-goup-show {
- visibility: visible;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .heighLight .plx-table-customCols-operations .plx-table-godown-show {
- visibility: visible;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .heighLight .plx-table-customCols-operations span {
- color: #00abff;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .dragging {
- box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .dragEnter {
- background-color: #00abff;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-dropArea {
- height: 10px;
- border-bottom: 1px solid #e9e9e9;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-dropArea-before {
- height: 10px;
- border-bottom: none;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items > div:last-child .plx-table-customCols-dropArea {
- border-bottom: none;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-item {
- line-height: 20px;
- height: 20px;
- padding: 0px 16px;
-}
-.plx-table-customCols-pannel .plx-table-customCols-confirm {
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 16px 16px;
-}
-.plx-table-col-filter {
- border: 1px solid #d9d9d9;
- margin: 5px;
- box-sizing: border-box;
- height: 30px;
-}
-.plx-table-col-filter input {
- width: calc(100% - 25px);
- line-height: normal;
- font-weight: normal;
- border: none;
- height: 26px;
- font-size: 12px;
- box-sizing: border-box;
-}
-.plx-table-col-filter input:focus {
- outline: none;
-}
-.plx-table-col-filter .filterIcon {
- /*position: absolute;*/
- top: 6px;
- left: 3px;
- fill: #dedede;
- width: 14px;
-}
-.plx-filter-focused {
- outline: none;
- border: 1px solid #00abff;
-}
-.plx-table-col-icon-wrapper {
- padding-left: 5px;
- display: inline-block;
- line-height: 30px;
-}
-.plx-table-col-icon-wrapper span {
- vertical-align: sub;
-}
-::-webkit-input-placeholder {
- /* WebKit browsers */
- color: #c1c1c1;
-}
-:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #c1c1c1;
-}
-::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #c1c1c1;
-}
-:-ms-input-placeholder {
- /* Internet Explorer 10+ */
- color: #c1c1c1;
-}
-.plx-table-selectFilter-wrapper {
- display: inline-block;
- vertical-align: middle;
- height: 28px;
- cursor: pointer;
- /*此处 若不为absolute则被td遮挡*/
- position: absolute;
-}
-.plx-table-selectFilter-icon {
- vertical-align: middle;
- height: 28px;
- fill: #999;
-}
-.icon-selectFilter-activtied {
- fill: #00abff;
-}
-.plx-table-selectFilter-panel {
- margin-top: -5px;
- border: 1px solid #d9d9d9;
- background-color: #fff;
- padding: 10px;
- right: 0px;
- border-radius: 5px;
- /*此处若为absolute则文本要换行,恩,玄学*/
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-table-selectFilter-panel span {
- vertical-align: -25%;
- font-size: 12px;
-}
-.plx-table-selectFilter-panel label {
- line-height: normal;
-}
-.plx-table-selectFilter-panel div {
- line-height: normal;
-}
-.plx-table-filter {
- height: 40px;
- float: right;
-}
-.plx-table-filter input {
- border-radius: 3px;
- line-height: normal;
- padding: 0px 6px;
- font-weight: normal;
- border: 1px solid #d9d9d9;
- margin-bottom: 10px;
- height: 32px;
- width: 200px;
- box-sizing: border-box;
- font-size: 12px;
- color: #595959;
-}
-.plx-table-filter input:focus {
- outline: none;
- border: 1px solid #00abff;
-}
-.plx-table-filterToggle {
- display: inline-block;
- width: 30px;
- height: 30px;
- border-radius: 3px;
- border: 1px solid #d9d9d9;
- vertical-align: top;
- text-align: center;
- margin-left: 6px;
- cursor: pointer;
- box-sizing: content-box;
-}
-.plx-table-filterToggle.ict-filter:before {
- line-height: 30px;
-}
-.plx-table-filterToggle.ict-filter-f:before {
- line-height: 30px;
- color: #00abff;
-}
-.plx-table-filter-icon-wrapper {
- vertical-align: middle;
- display: inline-block;
- padding-top: 5px;
-}
-.plx-table-filterIcon {
- fill: #595959;
-}
-.plx-table-pagination {
- float: right;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
- color: #595959;
- margin-top: 10px;
- margin-bottom: 10px;
-}
-.plx-table-pagination-content {
- display: inline-block;
- text-decoration: none;
-}
-.plx-table-pagination-item {
- list-style-type: none;
- display: inline-block;
-}
-.plx-table-pagination-item span {
- vertical-align: middle;
-}
-.plx-table-pagination-item select {
- vertical-align: middle;
- height: 26px;
- width: 45px;
- border: 1px solid #d9d9d9;
-}
-.plx-table-pagination-input {
- padding: 1px;
- height: 26px;
- width: 45px;
- margin-left: 1px;
- margin-right: 1px;
- font-size: 12px;
- color: #595959;
- box-sizing: border-box;
- border: 1px solid #d9d9d9;
- text-align: center;
- vertical-align: middle;
-}
-.plx-table-pagination-nav {
- display: inline-block;
- height: 26px;
- border: 1px solid #d9d9d9;
- font-size: 14px;
- text-decoration: none;
- color: #595959;
- padding-left: 6px;
- padding-right: 6px;
- cursor: pointer;
- text-align: center;
- vertical-align: middle;
- box-sizing: border-box;
-}
-a:not([href]):not([tabindex]).plx-table-pagination-disabled {
- color: #bfbfbf;
- cursor: not-allowed;
-}
-.plx-table-dropdown-wrapper {
- cursor: pointer;
-}
-.plx-table-dropdown-icon-shared {
- font-size: 20px;
- line-height: 2.2 !important;
- cursor: pointer;
-}
-.plx-table-dropdown-icon-polyline-shared {
- height: 16px;
- width: 16px;
- stroke: #00abff ;
-}
-.ict-down,
-.ict-up {
- font-size: 20px;
- line-height: 2.2 !important;
- cursor: pointer;
-}
-.ict-down polyline,
-.ict-up polyline {
- height: 16px;
- width: 16px;
- stroke: #00abff ;
-}
-.ict-down polyline:hover,
-.ict-up polyline:hover {
- stroke: #2d91c4;
-}
-.plx-table-innerTr {
- border: 1px solid #d9d9d9;
-}
-.plx-table-innerTr #plx-table-innerTd {
- padding: 0px;
-}
-.plx-table-innerTable {
- width: 100%;
-}
-.plx-table-innerTable tr {
- color: #595959;
- font-size: 12px;
-}
-.plx-table-innerTable tr td#plx-inner-table-title,
-.plx-table-innerTable tr td#plx-inner-table-content {
- padding: 8px;
- height: 40px;
- border: none;
- border-bottom: 1px solid #d9d9d9;
-}
-.plx-table-innerTable tr td:first-child {
- text-align: right;
-}
-.plx-table-innerTable tr td:last-child {
- text-align: left;
-}
-.plx-table-innerTable tr:last-child td#plx-inner-table-title,
-.plx-table-innerTable tr:last-child td#plx-inner-table-content {
- border-bottom: none;
-}
-/* 排序图标 */
-.plx-table-sort-icon-shared {
- display: block;
- cursor: pointer;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- margin-bottom: 2px;
-}
-.plx-table-sortIconWrapper {
- display: inline-block;
- vertical-align: middle;
- margin-left: 3px;
-}
-/* 排序图标:箭头向上 */
-.plx-table-sortAsc {
- display: block;
- cursor: pointer;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- margin-bottom: 2px;
- border-bottom: 5px solid #999;
-}
-.plx-table-ascActived {
- border-bottom: 5px solid #00abff;
-}
-/* 排序图标:箭头向下 */
-.plx-table-sortDesc {
- display: block;
- cursor: pointer;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- margin-bottom: 2px;
- border-top: 5px solid #999;
-}
-.plx-table-descActived {
- border-top: 5px solid #00abff;
-}
-.plx-color-picker-border-radius {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
-}
-.plx-color-picker * {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- margin: 0;
- font-size: 12px;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
-}
-.plx-color-picker {
- cursor: default;
- width: 246px;
- height: auto;
- left: 30px;
- top: 250px;
- position: absolute;
- z-index: 1000;
- background-color: #fff;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- border-radius: 3px;
- border: 1px solid #d9d9d9;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
-}
-.plx-color-picker i {
- cursor: default;
- position: relative;
-}
-.plx-color-picker input {
- font-size: 12px;
- height: 32px;
- padding-left: 10px;
- padding-right: 10px;
- outline: 0;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- vertical-align: middle;
- text-align: center;
- height: 24px;
- -moz-appearance: textfield;
-}
-.short-text-input .plx-color-picker input {
- width: 120px;
-}
-.text-input-with-unit .plx-color-picker input {
- width: 355px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-unitOption .plx-color-picker input {
- width: 316px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix .plx-color-picker input {
- width: 330px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-prefixOption .plx-color-picker input {
- width: 316px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-passwordSwith .plx-color-picker input {
- width: 360px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix.text-input-with-unit .plx-color-picker input {
- width: 285px;
-}
-.text-input-with-prefix.text-input-with-unitOption .plx-color-picker input {
- width: 246px;
-}
-.short-text-input.text-input-with-prefix .plx-color-picker input {
- width: 80px;
-}
-.short-text-input.text-input-with-unit .plx-color-picker input {
- width: 80px;
-}
-.short-text-input.text-input-with-prefix.text-input-with-unit .plx-color-picker input {
- width: 40px;
-}
-.plx-color-picker input:focus {
- border: 1px solid #00abff;
-}
-.plx-color-picker input:disabled,
-.plx-color-picker input[disabled] {
- cursor: not-allowed;
- background-color: #f5f5f5;
-}
-.plx-color-picker input:invalid {
- box-shadow: none;
-}
-.plx-color-picker input:-moz-submit-invalid {
- box-shadow: none;
-}
-.plx-color-picker input:-moz-ui-invalid {
- box-shadow: none;
-}
-.plx-color-picker input::-webkit-outer-spin-button,
-.plx-color-picker input::-webkit-outer-spin-button {
- -webkit-appearance: textfield;
- margin: 0;
-}
-.plx-color-picker .color-picker-overlay1 {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- position: absolute;
- left: 0;
- top: 0;
- width: 244px;
- height: 118px;
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
- /* IE8 */
- background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
- /* FF3.6+ */
- background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
- /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
- /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
- /* Opera 11.10+ */
- background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
- /* IE10+ */
- background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');
- /* IE6 & IE7 */
-}
-.plx-color-picker .color-picker-overlay2 {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- position: absolute;
- left: 0;
- top: 0;
- width: 244px;
- height: 118px;
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
- /* IE8 */
- background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
- /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
- /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
- /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
- /* Opera 11.10+ */
- background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
- /* IE10+ */
- background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
- /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
- /* IE6-9 */
-}
-.plx-color-picker .color-picker-saturation-lightness {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- cursor: pointer;
- width: 244px;
- height: 118px;
- border: none;
- background-size: 100% 100%;
-}
-.plx-color-picker .color-picker-hue {
- cursor: pointer;
- border-radius: 3px;
- width: 168px;
- height: 10px;
- border: none;
- margin-bottom: 10px;
- background-size: 100% 100%;
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAAQCAYAAAD06IYnAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AIWDwkUFWbCCAAAAFxJREFUaN7t0kEKg0AQAME2x83/n2qu5qCgD1iDhCoYdpnbQC9bbY1qVO/jvc6k3ad91s7/7F1/csgPrujuQ17BDYSFsBAWwgJhISyEBcJCWAgLhIWwEBYIi2f7Ar/1TCgFH2X9AAAAAElFTkSuQmCC');
-}
-.plx-color-picker .color-picker-alpha {
- cursor: pointer;
- border-radius: 3px;
- width: 168px;
- height: 10px;
- border: none;
- background-size: 100% 100%;
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAAAKCAYAAAAgnxVRAAAC9klEQVRYhdVYPc7bMAylku7WViCrfJ2cocfoGXqLHslbDhAvHjNkCBBRHSoZzwQpKW7T7yuBwAn9+CtKIuOu1+vXy+UyPx6PL5QphEDee0KKMdI0TRveP8KlaZoSEZUPhxCS9z4RERd+jJEzbuWFEKL3nlEWcDHzYgiBQR//Nht5miZGXrbLWbaGY+99RBuAK3zOuGfBZP+iwJU4ItgtuAiyaJdBH2fc6iPoY9CH/jH4xyKOJHAJcEnRlwxcWY8k1o3KepxOp3Rg5h9YnJ+UkvjtxNPCO8Ak4MunxevxRXun6UVCn1ynXyhb5Mp7Tc4Z3y0e6pG2tXw7quuQWI0v/ZGx0cEAfzaygtUWBAPVClXqRblaErX3cgPU/C4Y/Gi+1+TRTllI/FjUKvjy1OxLf60NodmUG9GSQRuY5/+mQAtpye0pEKvwrELRsGhPW/CWrNwsTnnXc8rgUxaPptOi3huj6NVyJ3NR2yS9mI0/rxRoTyDvJmvhe65U7QrT9LRO0pYti2oLYxW9/F07/WqbbY9Pmm/ajSR9kLH0knoLuPv9/vN2u31D5rIsNM/zBjgMA43jSB+AS+M4rk11xvE8z8hLwzDwOI6bpnxZljTPc+FFIuKsrwwHiYhixm2GhoxDnoaLYHflZ/82w9QwDNHAbYaajJN2o6KPM24dksDuE+KIEC8DbiML8a65UnCc7SbwJYHdNf+AY4FLAifXt6xbOp/Pae8V/xGnKfYxrUZbXu2J7GtK6rbIuuIsn1q9Xk9faMnW9PTEIm1ofTgZPDwpe6/r3TfR3gLtScDfplrPRuKdFryVBOu6avmh9b6vDCqtReuRlba1KdvqS63caTwrLq2t0NqTVs9u0juGpHecrr2TYyFtuu0pnt7pVPtuye8d3jQ8vu8psNqJ+sohgydmq0+3NkmtMM1/Eg7Oue/H4/H5grMtqk3Vf6Lz1SRbxWPh5ADQc5q0pm38bk3emtyeHMoC0ApCa3/2tAOtjSWLWDv1rc204f8CQvGUIhalBqwAAAAASUVORK5CYII=');
-}
-.plx-color-picker .color-picker-alpha-ba {
- position: absolute;
- background: linear-gradient(90deg, rgba(255, 255, 255, 0), #000);
-}
-.plx-color-picker .selected-color {
- width: 30px;
- height: 30px;
- top: 0px;
- left: 0px;
- position: absolute;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -khtml-border-radius: 50%;
-}
-.plx-color-picker .selected-color-background {
- width: 30px;
- height: 30px;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -khtml-border-radius: 50%;
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAh0lEQVRYR+2W0QlAMQgD60zdfwOdqa8TmI/wQMr5K0I5bZLIzLOa2nt37VVVbd+dDx5obgCC3KBLwJ2ff4PnVidkf+ucIhw80HQaCLo3DMH3CRK3iFsmAWVl6hPNDwt8EvNE5q+YuEXcMgkonVM6SdyCoEvAnZ8v1Hjx817MilmxSUB5rdLJDycZgUAZUch/AAAAAElFTkSuQmCC');
-}
-.plx-color-picker .color-picker-cursor {
- cursor: default;
- position: relative;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -khtml-border-radius: 50%;
- width: 10px;
- height: 10px;
- border: #ffffff solid 1px;
-}
-.plx-color-picker .color-picker-cursor-selector {
- cursor: default;
- position: relative;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -khtml-border-radius: 50%;
- width: 10px;
- height: 10px;
- border: #ffffff solid 1px;
- width: 12px;
- height: 12px;
- top: -1px;
- background-color: #ffffff;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-color-picker .type-policy {
- float: right;
- position: absolute;
- top: 198px;
- right: 12px;
- width: 16px;
- height: 16px;
-}
-.plx-color-picker .type-policy:hover {
- background-color: #ebf6fd;
- cursor: pointer;
-}
-.plx-color-picker .arrow-down {
- display: block;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #a6a6a6;
- margin-top: 4px;
- margin-left: 4px;
-}
-.plx-color-picker .arrow-up {
- display: block;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-bottom: 4px solid #a6a6a6;
- margin-top: 2px;
- margin-left: 4px;
-}
-.plx-color-picker .box {
- width: 100%;
- height: 100%;
- display: flex;
-}
-.plx-color-picker .box .left {
- position: relative;
- margin-right: 16px;
-}
-.plx-color-picker .box .right {
- flex: 1 1 auto;
-}
-.plx-color-picker .button-area {
- padding: 0 16px 16px 16px;
- text-align: right;
-}
-.plx-color-picker .preset-area {
- padding: 4px 15px;
-}
-.plx-color-picker .preset-area .preset-label {
- width: 100%;
- padding: 4px;
- text-align: left;
- color: #555;
-}
-.plx-color-picker .preset-area .preset-color {
- cursor: pointer;
- display: inline-block;
- width: 18px;
- height: 18px;
- margin: 4px 6px 8px 6px;
- -moz-border-radius: 25%;
- -webkit-border-radius: 25%;
- border-radius: 25%;
- -khtml-border-radius: 25%;
- border: #a9a9a9 solid 1px;
-}
-.plx-color-picker .hsla-text,
-.plx-color-picker .rgba-text {
- width: 196px;
-}
-.plx-color-picker .hsla-text input,
-.plx-color-picker .rgba-text input {
- color: #595959;
- min-width: 0;
- flex: 1;
- margin: 0;
- float: left;
- padding: 1px;
-}
-.plx-color-picker .hsla-text input:last-child,
-.plx-color-picker .rgba-text input:last-child {
- margin-right: 0;
-}
-.plx-color-picker .hsla-text .hsla-text-div,
-.plx-color-picker .rgba-text .hsla-text-div,
-.plx-color-picker .hsla-text .rgba-text-div,
-.plx-color-picker .rgba-text .rgba-text-div {
- margin-top: 2px;
- flex: 1;
- text-align: center;
- color: #999999;
- height: 18px;
- padding-right: 8px;
-}
-.plx-color-picker .hsla-text .hsla-text-div:last-child,
-.plx-color-picker .rgba-text .hsla-text-div:last-child,
-.plx-color-picker .hsla-text .rgba-text-div:last-child,
-.plx-color-picker .rgba-text .rgba-text-div:last-child {
- margin-right: 0;
- padding-right: 0;
-}
-.plx-color-picker .hsla-text .hsla-text-degree,
-.plx-color-picker .rgba-text .hsla-text-degree {
- padding-right: 16px;
-}
-.plx-color-picker .hsla-text .hsla-text-percent,
-.plx-color-picker .rgba-text .hsla-text-percent {
- padding-right: 22px;
-}
-.plx-color-picker .hsla-text .hsla-degree,
-.plx-color-picker .rgba-text .hsla-degree {
- display: inline-block;
- width: 6px;
- margin-left: 2px;
- margin-right: 8px;
- margin-top: 2px;
-}
-.plx-color-picker .hsla-text .hsla-percent,
-.plx-color-picker .rgba-text .hsla-percent {
- display: inline-block;
- width: 12px;
- margin-left: 2px;
- margin-right: 8px;
- margin-top: 3px;
-}
-.plx-color-picker .hsla-text .rgba-text-input,
-.plx-color-picker .rgba-text .rgba-text-input {
- margin-right: 8px;
-}
-.plx-color-picker .hex-text {
- width: 196px;
-}
-.plx-color-picker .hex-text .box input {
- color: #595959;
- flex: 1 1 auto;
- padding: 1px;
-}
-.plx-color-picker .hex-text .box div {
- margin-top: 2px;
- flex: 1 1 auto;
- text-align: center;
- height: 18px;
- color: #999999;
- float: left;
- clear: left;
-}
-.plx-color-picker .bacis-color-alpha-select-area {
- padding: 20px 16px 16px 16px;
-}
-.plx-color-picker .color-format-content-area {
- padding: 0px 16px 16px 16px;
-}
-.plx-color-picker .arrow::after,
-.plx-color-picker .arrow::before {
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
- content: "";
- border-width: 7px 7px;
-}
-.plx-color-picker .arrow.arrow-bottom::after {
- left: 20px;
- border-top-width: 0;
- top: -7px;
- border-bottom-color: #ffffff;
-}
-.plx-color-picker .arrow.arrow-bottom::before {
- left: 20px;
- border-top-width: 0;
- top: -8px;
- border-bottom-color: #999999;
-}
-body {
- font-size: 12px;
-}
-.shadow {
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #bfbfbf;
-}
-::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #bfbfbf;
-}
-input:-ms-input-placeholder {
- color: #bfbfbf;
-}
-input::-webkit-input-placeholder {
- color: #bfbfbf;
-}
-.plx-btn {
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- color: #00abff;
- min-width: 80px;
- letter-spacing: 1px;
- padding: 0px 16px;
- height: 32px;
- font-size: 12px;
- cursor: pointer;
- text-align: center;
- white-space: nowrap;
- margin-right: 10px;
- vertical-align: middle;
- border: 1px solid #d9d9d9;
- background-color: #fff;
- border-radius: 3px;
- line-height: 30px;
-}
-.plx-btn:hover,
-.plx-btn:disabled,
-.plx-btn[disabled],
-.plx-btn:focus,
-.plx-btn:active {
- outline: none;
- background-image: none;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-btn:hover,
-.plx-btn:focus {
- color: #00abff;
- border-color: #00abff;
- background-color: #fff;
-}
-.plx-btn:active {
- color: #008fd5;
- border-color: #008fd5;
- background-color: #fff;
-}
-.plx-btn:disabled,
-.plx-btn[disabled] {
- color: #bfbfbf;
- background-color: #fff;
- border-color: #e9e9e9;
-}
-.plx-btn:disabled:hover,
-.plx-btn[disabled]:hover,
-.plx-btn:disabled:focus,
-.plx-btn[disabled]:focus {
- color: #bfbfbf;
- background-color: #fff;
- border-color: #e9e9e9;
- cursor: not-allowed;
-}
-.plx-btn .plx-btn-icon {
- font-size: 16px;
- vertical-align: text-top;
- margin-right: 3px;
-}
-.plx-btn-primary {
- background-color: #00abff;
- color: #fff;
- border-color: #00abff;
-}
-.plx-btn-primary:hover,
-.plx-btn-primary:focus {
- color: #fff;
- background-color: #009dea;
- border-color: #009dea;
-}
-.plx-btn-primary:active {
- color: #fff;
- background-color: #008fd5;
- border-color: #008fd5;
-}
-.plx-btn-primary:disabled,
-.plx-btn-primary[disabled],
-.plx-btn-primary:disabled:hover,
-.plx-btn-primary[disabled]:hover,
-.plx-btn-primary:disabled:focus,
-.plx-btn-primary[disabled]:focus {
- color: #fff;
- border-color: #00abff;
- background-color: #00abff;
- opacity: 0.5;
-}
-.plx-btn-guide {
- background-color: #00abff;
- color: #fff;
- border-color: #00abff;
-}
-.plx-btn-guide:hover,
-.plx-btn-guide:focus {
- color: #fff;
- background-color: #009dea;
- border-color: #009dea;
-}
-.plx-btn-guide:active {
- color: #fff;
- background-color: #008fd5;
- border-color: #008fd5;
-}
-.plx-btn-guide:disabled,
-.plx-btn-guide[disabled],
-.plx-btn-guide:disabled:hover,
-.plx-btn-guide[disabled]:hover,
-.plx-btn-guide:disabled:focus,
-.plx-btn-guide[disabled]:focus {
- color: #fff;
- border-color: #00abff;
- background-color: #00abff;
- opacity: 0.5;
-}
-.plx-btn-table {
- color: #595959;
-}
-.plx-btn-error {
- background-color: #ff5b55;
- color: #fff;
- border-color: #ff5b55;
-}
-.plx-btn-error:hover,
-.plx-btn-error:focus {
- color: #fff;
- background-color: #ee403a;
- border-color: #ee403a;
-}
-.plx-btn-error:active {
- color: #fff;
- background-color: #e02a23;
- border-color: #e02a23;
-}
-.plx-btn-error:disabled,
-.plx-btn-error[disabled],
-.plx-btn-error:disabled:hover,
-.plx-btn-error[disabled]:hover,
-.plx-btn-error:disabled:focus,
-.plx-btn-error[disabled]:focus {
- color: #fff;
- border-color: #ff5b55;
- background-color: #ff5b55;
- opacity: 0.5;
-}
-.plx-btn-sm {
- height: 28px;
- padding: 0px 14px;
- min-width: 60px;
- margin-right: 5px;
- line-height: 26px;
-}
-.plx-btn-xs {
- height: 24px;
- padding: 0px 12px;
- min-width: 60px;
- margin-right: 5px;
- line-height: 22px;
-}
-.plx-btn.dropdown-toggle {
- margin-right: 0;
- outline: none !important;
- background-image: none !important;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-btn.dropdown-toggle::after {
- margin-left: 16px;
- border-top: 4px solid;
- border-right: 4px solid transparent;
- border-left: 4px solid transparent;
- color: #c0c0c0;
- margin-bottom: 1px;
-}
-.plx-btn-sm.dropdown-toggle::after {
- margin-left: 14px;
-}
-.plx-btn-xs.dropdown-toggle::after {
- margin-left: 12px;
-}
-.plx-btn + .dropdown-menu {
- margin: 0;
- padding: 0;
- border: 0;
- min-width: 100%;
- font-size: 12px;
- border-radius: 3px;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-btn + .dropdown-menu .dropdown-item {
- background-color: #fff;
- color: #595959;
- font-size: 12px;
- padding: 0px 16px;
- height: 30px;
- cursor: pointer;
-}
-.plx-btn + .dropdown-menu .dropdown-item:hover,
-.plx-btn + .dropdown-menu .dropdown-item:focus,
-.plx-btn + .dropdown-menu .dropdown-item:active {
- outline: none;
- background-color: #ebf6fd;
-}
-.plx-btn + .dropdown-menu .dropdown-item:disabled,
-.plx-btn + .dropdown-menu .dropdown-item[disabled] {
- color: #bfbfbf;
-}
-.plx-btn + .dropdown-menu .dropdown-item:disabled:hover,
-.plx-btn + .dropdown-menu .dropdown-item[disabled]:hover,
-.plx-btn + .dropdown-menu .dropdown-item:disabled:focus,
-.plx-btn + .dropdown-menu .dropdown-item[disabled]:focus {
- cursor: not-allowed;
- background-color: #fff;
-}
-.plx-btn-sm + .dropdown-menu .dropdown-item {
- padding: 0px 14px;
-}
-.plx-btn-xs + .dropdown-menu .dropdown-item {
- padding: 0px 12px;
-}
-.plx-btn-more {
- display: inline-block;
- margin-right: 10px;
-}
-.plx-btn-more-sm {
- margin-right: 5px;
-}
-.plx-btn-more-xs {
- margin-right: 5px;
-}
-.plx-checkbox-container {
- font-size: 0;
- position: relative;
-}
-.plx-checkbox {
- position: absolute;
- z-index: -1;
- opacity: 0;
-}
-.plx-checkbox + .checkbox-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: 14px;
- width: 14px;
- border: 1px solid #d9d9d9;
- border-radius: 2px;
- vertical-align: middle;
-}
-.plx-checkbox + .checkbox-substitute + span {
- font-weight: normal;
- font-size: 12px;
- cursor: pointer;
- vertical-align: middle;
- padding-left: 6px;
-}
-.plx-checkbox:hover + .checkbox-substitute {
- border-color: #00abff;
- outline: none;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-checkbox:checked + .checkbox-substitute {
- border-color: #00abff;
- background-color: #00abff;
-}
-.plx-checkbox:checked + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #fff;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 3px;
- top: 0;
-}
-.plx-checkbox.portion + .checkbox-substitute {
- background-color: #00abff;
- border-color: #00abff;
- opacity: 0.5;
-}
-.plx-checkbox.portion + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #fff;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 3px;
- top: 0;
-}
-.plx-checkbox:disabled + .checkbox-substitute,
-.plx-checkbox[disabled] + .checkbox-substitute {
- border-color: #d9d9d9;
- background-color: #f5f5f5;
- cursor: not-allowed;
-}
-.plx-checkbox:disabled + .checkbox-substitute + span,
-.plx-checkbox[disabled] + .checkbox-substitute + span {
- cursor: not-allowed;
-}
-.plx-checkbox.portion[disabled] + .checkbox-substitute {
- background-color: #d9d9d9;
- border-color: #d9d9d9;
-}
-.plx-checkbox.portion[disabled] + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #999;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 3px;
- top: 0;
-}
-.plx-checkbox:checked[disabled] + .checkbox-substitute {
- border-color: #d9d9d9;
- background-color: #d9d9d9;
-}
-.plx-form {
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
- background: #fff;
- color: #595959;
-}
-.plx-form .ng-invalid:not(form).ng-invalid:not(fieldset).ng-invalid:not(plx-select) {
- border: 1px solid #ff5b55;
- /* red */
-}
-.plx-form .ng-untouched:not(form).ng-untouched:not(fieldset).ng-untouched:not(plx-select) {
- border: 1px solid #d9d9d9;
-}
-.plx-form label {
- font-size: 12px;
- text-align: right;
- color: #737373;
- background: #fff;
-}
-.plx-form label .label-span {
- color: #595959;
-}
-.plx-form .text-autocut {
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- display: block;
-}
-.plx-form .forms-group-pointer {
- margin-bottom: 10px;
- padding-left: 15px;
- color: #404040;
- font-size: 14px;
- height: 32px;
- line-height: 32px;
- cursor: pointer;
-}
-.plx-form .forms-group-pointer:hover {
- background: #ebf6fd;
-}
-.plx-form .forms-group-pointer span {
- margin-left: 24px;
- border-left: 3px solid #00abff;
- padding-left: 5px;
-}
-.plx-form .forms-group-pointer .group-icon {
- float: left;
- font-size: 14px;
- color: #00abff !important;
- line-height: 32px;
- margin-right: 8px;
- transform: scale(0.7, 0.7);
- font-weight: bold;
-}
-.plx-form .forms-group-default {
- margin-bottom: 10px;
- padding-left: 15px;
- color: #404040;
- font-size: 14px;
- height: 32px;
- line-height: 32px;
- cursor: default;
- line-height: 16px;
-}
-.plx-form .forms-group-default:hover {
- background: #fff;
-}
-.plx-form .forms-group-default span {
- margin-left: 24px;
- border-left: 3px solid #00abff;
- padding-left: 5px;
-}
-.plx-form .forms-group-default .group-icon {
- float: left;
- font-size: 14px;
- color: #00abff !important;
- line-height: 32px;
- margin-right: 8px;
- transform: scale(0.7, 0.7);
- font-weight: bold;
-}
-.plx-form .input-sm {
- height: 28px !important;
-}
-.plx-form .px-red {
- color: #ff5b55;
-}
-.plx-form input:focus {
- border: 1px solid #00abff !important;
-}
-.plx-form .error-div {
- height: 12px;
- margin-top: -4px;
- margin-bottom: 5px;
-}
-.plx-form .error-div .error-msg {
- color: #ff5b55;
-}
-.plx-form .help-div {
- color: #bfbfbf;
- height: 12px;
- margin-top: -5px;
- margin-bottom: 6px;
-}
-.plx-form .forms-header {
- margin-left: 15px;
- margin-bottom: 25px;
- padding-bottom: 5px;
- border-bottom: 1px solid #e9e9e9;
-}
-.plx-form .forms-header span {
- font-size: 16px;
- color: #404040;
-}
-.plx-form .plx-input {
- width: 100%;
- color: #595959;
- background: #fff;
- text-align: left;
-}
-.plx-form .field-radio {
- padding-right: 10px;
- line-height: 27px;
-}
-.plx-form .field-radio.field-radio-tight {
- line-height: 23px;
-}
-.plx-form .field-tail {
- padding-right: 10px;
- line-height: 32px;
-}
-.plx-form .field-tail.field-tail-tight {
- line-height: 28px;
-}
-.plx-form .field-tail .tip {
- color: #999;
- font-size: 16px;
-}
-.plx-form .field-info {
- font-size: 12px;
- color: #00abff;
- margin-left: -15px;
-}
-.plx-form .field-info.field-info-group {
- margin-left: 15px;
-}
-.plx-form .form-field:not(select-dropdown) {
- color: #595959;
- font-size: 12px;
- line-height: 32px;
-}
-.plx-form .form-field:not(select-dropdown).form-field-tight {
- line-height: 28px;
-}
-.plx-form .form-field:not(select-dropdown).form-filed-hint {
- margin-bottom: 15px;
-}
-.plx-form .field-div {
- margin-bottom: 15px;
- padding-left: 0;
-}
-.plx-form .field-div.field-div-tight {
- margin-bottom: 10px;
-}
-.plx-form .field-div.inputchanged > input {
- font-weight: bold;
-}
-.plx-form .field-div.inputchanged > select {
- font-weight: bold;
-}
-.plx-form .button-div {
- padding: 15px 0 0 0;
- color: #595959;
- font-size: 14px;
- text-align: left;
-}
-.plx-form .button-div button {
- margin-right: 10px;
-}
-.plx-form .button-r-submit {
- float: right;
- margin-right: -20px !important;
-}
-.plx-form .button-r-cancel {
- float: right;
-}
-.plx-form .content {
- overflow-y: auto;
- overflow-x: hidden;
-}
-.plx-form .plx-scrollbar::-webkit-scrollbar {
- width: 4px;
- height: 6px;
-}
-.plx-form .plx-scrollbar::-webkit-scrollbar-thumb {
- background-color: rgba(0, 0, 0, 0.2);
- border-radius: 2em;
- min-height: 50px;
- max-height: 100px;
-}
-.plx-form .plx-scrollbar::-webkit-scrollbar-corner {
- background-color: transparent;
-}
-.plx-form input:-ms-input-placeholder {
- color: #999 !important;
-}
-.plx-form input::-webkit-input-placeholder {
- color: #999 !important;
-}
-.plx-form plx-info .icon {
- margin-left: -10px;
- line-height: 28px !important;
-}
-.para-content .icon-active {
- fill: #00abff;
-}
-.para-content .icon-disactive {
- fill: #bfbfbf;
- cursor: default;
-}
-.plx-input {
- font-size: 12px;
- height: 32px;
- padding-left: 10px;
- padding-right: 10px;
- outline: 0;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- vertical-align: middle;
-}
-.plx-input:focus {
- border: 1px solid #00abff;
-}
-.plx-input:disabled,
-.plx-input[disabled] {
- cursor: not-allowed;
- background-color: #f5f5f5;
-}
-.plx-input-sm {
- height: 28px;
-}
-.plx-input-right-no-radius {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
-}
-.plx-radio-container {
- font-size: 0;
- position: relative;
-}
-.plx-radio {
- position: absolute;
- z-index: -1;
- opacity: 0;
-}
-.plx-radio + .radio-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: 14px;
- width: 14px;
- border: 1px solid #d9d9d9;
- border-radius: 14px;
- vertical-align: middle;
-}
-.plx-radio:hover + .radio-substitute,
-.plx-radio:focus + .radio-substitute {
- border-color: #00abff;
- outline: none;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-radio:checked + .radio-substitute {
- border: 4px solid #00abff;
-}
-.plx-radio:disabled + .radio-substitute,
-.plx-radio[disabled] + .radio-substitute {
- border-color: #d9d9d9;
- background-color: #f5f5f5;
- cursor: not-allowed;
-}
-.plx-radio:checked [disabled] + .radio-substitute {
- border-color: #e9e9e9;
- background-color: #e9e9e9;
- cursor: not-allowed;
-}
-.plx-radio + .radio-substitute + span {
- font-weight: normal;
- font-size: 12px;
- cursor: pointer;
- vertical-align: middle;
- padding-left: 6px;
-}
-.plx-radio:disabled + .radio-substitute + span,
-.plx-radio[disabled] + .radio-substitute + span {
- cursor: not-allowed;
-}
-/*radio-group*/
-.btn.dropdown-toggle,
-.btn-group .btn.dropdown-toggle,
-.btn:hover,
-.btn:disabled,
-.btn[disabled],
-.btn:focus,
-.btn:active,
-.btn.active {
- outline: none !important;
- background-image: none !important;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-radio-group {
- cursor: pointer;
- font-size: 12px;
- height: 32px;
- background-color: #fff;
- border: 1px solid #d9d9d9;
- color: #595959;
- border-radius: 3px;
- padding: 0px 16px;
- min-width: 80px;
- transition: none;
-}
-.plx-radio-group:hover,
-.plx-radio-group:focus,
-.plx-radio-group:active {
- outline: none;
- background-image: none;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-radio-group:hover,
-.plx-radio-group:focus {
- color: #00abff;
- border-color: #00abff;
- background-color: #fff;
-}
-.plx-radio-group:active {
- color: #008fd5;
- border-color: #008fd5;
- background-color: #fff;
-}
-.plx-radio-group.active {
- background-color: #00abff;
- color: #fff;
- border-color: #00abff;
-}
-.plx-radio-group > span {
- line-height: 30px;
-}
-.plx-radio-group-sm {
- height: 28px;
- padding: 0px 14px;
- min-width: 60px;
-}
-.plx-radio-group-sm > span {
- line-height: 26px;
-}
-.plx-ui-steps-number-active {
- background: #108ee9;
- color: #ffffff;
-}
-.plx-ui-steps-number-passive {
- background: #d9d9d9;
- color: #ffffff;
-}
-.plx-ui-steps-number-visited {
- color: #ffffff;
- border: 2px #108ee9 solid;
-}
-.plx-ui-underline-active {
- background: #108ee9;
-}
-.plx-ui-underline-passive {
- background: #e9e9e9;
-}
-.plx-ui-steps-title-active {
- color: #595959;
-}
-.plx-ui-steps-title-passive {
- color: #999999;
-}
-.plx-ui-steps-title-visited {
- color: #999999;
-}
-.plx-ui-steps-number-visited-tick {
- border-bottom: 2px solid #108ee9;
- border-right: 2px solid #108ee9;
-}
-.plx-ui-underline-active-vertical {
- border-right: 2px solid #d9d9d9;
-}
-.plx-ui-underline-visited-vertical {
- border-right: 2px solid #108ee9;
-}
-.plx-ui-underline-passive-vertical {
- border-right: 2px solid #d9d9d9;
-}
-.plx-ui-steps-title-active-vertical {
- color: #595959;
-}
-.plx-ui-steps-title-visited-vertical {
- color: #999999;
-}
-.plx-ui-steps-title-passive-vertical {
- color: #999999;
-}
-.plx-ui-steps-number-active-vertical {
- background: #108ee9;
- color: #ffffff;
-}
-.plx-ui-steps-number-passive-vertical {
- background: #d9d9d9;
- color: #ffffff;
-}
-.plx-ui-steps-number-visited-vertical {
- color: #ffffff;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/default/theme.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/default/theme.less
deleted file mode 100644
index b19e0907..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/assets/components/themes/default/theme.less
+++ /dev/null
@@ -1,107 +0,0 @@
-//-------------------common start------------------------
-// -------- Colors start-----------
-//配置说明:通常primary-color和primary-color-guide相同,某些产品需要有特别引导用户操作的按钮时,可以单独定义primary-color-guide
-@primary-color: #00abff; //主色,用于重点按钮底色,普通按钮文字色、tab页的选中横条色、进度条色、分组标题竖线等, 应用开发需要关注搭配class plx-btn-primary t
-@guide-color: @primary-color; //引导色,搭配class plx-btn-guide
-@success-color: #73cf22; //搭配class plx-btn-success
-@warning-color: #f7c515; //搭配class plx-btn-warning
-@error-color: #ff5b55; //搭配class plx-btn-error
-@common-color: #fff; //搭配class plx-btn
-//Colors-hover
-@primary-color-hover: #009dea;
-@primary-color-guide-hover: @primary-color-hover;
-@success-color-hover: #65bf16;
-@warning-color-hover: #e5b717;
-@error-color-hover: #ee403a;
-@common-color-hover: #fff;
-@btn-common-color-text-hover: @primary-color;
-@btn-common-color-border-hover: @primary-color;
-
-//colors-click
-@primary-color-click: #008fd5;
-@primary-color-guide-click: @primary-color-click;
-@success-color-click: #59af0c;
-@warning-color-click: #d4a606;
-@error-color-click: #e02a23;
-@common-color-click: #fff;
-@btn-common-color-text-click: @primary-color-click;
-@btn-common-color-border-click: @primary-color-click;
-
-//opacity-disable
-@opacity-disable: 0.5;
-//text-color-scenes,在按钮或tab上的文字色
-@scene-textcolor: #fff; //用于有底色时的文字颜色,搭配class plx-btn-primary,plx-btn-*
-@common-textcolor: @primary-color; //用于普通按钮和链接上的文字颜色,应用关注搭配 class plx-btn
-//text color
-@text-color: #595959; //普通文字颜色,不需要专用class
-@title-text-color: #404040; //用于标题文字颜色
-@disabled-text-color: #bfbfbf; //用于禁用状态文字
-@light-text-color: #737373; //较浅色
-@unselected-text-color: #999; //用于未选中文字颜色、placeholder文字颜色
-@form-label:#737373;//用于表单标签颜色
-// Background color for `<body>`
-@body-bg: #fff;
-// Base background color for most components
-@component-bg: #fff;
-@hover-bg-color: #ebf6fd; //用于菜单 、列表项、树项、表格行的hover背景色
-@selected-bg-color: #f5f5f5; //用于菜单 、列表项、树项、表格行的选中背景色
-@input-bg-color-disabled: #f5f5f5; //用于输入框禁用状态背景色
-//边框
-@border-color-base: #d9d9d9; // base border outline a component 搭配class: plx-border
-@border-color-split: #e9e9e9; // split border inside a component 搭配class: plx-split
-//字体图标
-@fonticon-color: #999; //字体图标颜色,搭配class: plx-icon-*
-@fonticon-bg-color-hover: @hover-bg-color; //一般字体图标hover时背景色变化
-@fonticon-color-hover: @primary-color; //当字体图标本身有背景色的时候,使用图标颜色本身加深的hover颜色。
-// Shadow
-@shadow-color: rgba(0, 0, 0, .2); //阴影颜色,个别组件需要,无需搭配固定class
-
-// -------- Colors end-------------
-// -------- font start-------------
-@font-family: "Helvetica Neue","PingFang SC",Tahoma,"Microsoft Yahei";
-@font-size-spacing:20px; //用于间距定义
-@font-size: 12px; //正文文字
-@font-size-title-level1: @font-size + 8px; //一级标题
-@font-size-title-level2: @font-size + 4px; //二级标题
-@font-size-title-group: @font-size + 2px; //分组标题
-// -------- font end---------------
-// -------- radius start-------------
-@radius: 3px; //圆角
-@radius-sm: 2px; //小按钮圆角,用于下拉多选框的已选项的圆角
-@radius-lg: 20px; //用于标签,搭配class:plx-tag
-// -------- radius start-------------
-//size
-//checkbos
-@checkbox-size: @font-size+2px; //复选框高度
-//btn
-@btn-height: 32px; //按钮高度
-@btn-height-sm: 28px; //小尺寸按钮,搭配class:plx-btn-sm
-@btn-height-xs: 24px; //加小尺寸按钮,搭配class:plx-btn-xs
-// Input
-@input-height: 32px; //输入框高度
-@input-height-sm: 28px; //小尺寸输入框,搭配class:plx-input-sm
-//iuiframecolor
-@iuiframe-head-bg-color: #2c3e50; //head背景色
-@iuiframe-sidebar-bg-color: #fff; //sidebar背景色
-@iuiframe-hor-menu-bg-color: #fff; //横向菜单背景色
-@iuiframe-head-bg-color-hover: #3d546b; //head菜单项hover背景色
-@iuiframe-sidebar-bg-color-hover: @hover-bg-color; //sidebar菜单项hover背景色
-@iuiframe-head-bg-color-active: #33495f; //head菜单项选中背景色
-@iuiframe-sidebar-bg-color-active: #f0f9fc; //sidebar一级菜单项选中背景色
-@iuiframe-head-font-color: #fff; //head菜单文字颜色
-@iuiframe-sidebar-font-color: @text-color; //sidebar文字颜色
-@iuiframe-sidebar-font-color-active: @primary-color; //sidebar选中文字颜色
-@iuiframe-hor-menu-font-color: @text-color; //横菜单文字颜色
-@iuiframe-hor-menu-font-color-hover: @primary-color; //横向菜单项hover文字颜色
-@iuiframe-hor-menu-font-color-active: @primary-color; //横菜单选中文字颜色
-@iuiframe-hor-menu-split-color: #e9e9e9; //横菜单分割线颜色
-@iuiframe-sidebar-split-color: #fff; //sidebar菜单分割线颜色
-@iuiframe-bg-color:#e9ecf3; //框架右侧的背景色
-@iuiframe-bg-img:none; //框架右侧的背景图
-//iframeColor
-@iframe-bg-color: #e9ecf3; //iframe背景色
-@iframe-bg-img: none; //iframe背景图片
-
-
-@import "../common.less";
-@import "./NIV-theme.less"; \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/container/container.component.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/container/container.component.css
deleted file mode 100644
index 5ba672cc..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/container/container.component.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-.canvas {
- -webkit-overflow-scrolling: touch;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- height: 100%;
- position: relative;
- overflow: auto;
- z-index: 0;
- background-color: white;
-}
-
-#node-selector{
- /* display: none; */
- position: absolute;
- border: 1px dashed black;
- background-color: #00ABFF;
- position: absolute;
- opacity: 0.1;
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/container/container.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/container/container.component.html
deleted file mode 100644
index 40cdf7fa..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/container/container.component.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!--
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
--->
-
-<div #mainContainer id="canvas" class="canvas" (mousedown)="canvasMouseDown($event)">
- <div id="node-selector" #nodeSelector></div>
- <wfm-node *ngFor="let node of modelService.getNodes()" [node]="node" [rank]="10"></wfm-node>
-</div>
-
-<wfm-properties></wfm-properties>
-
-<wfm-sequence-flow></wfm-sequence-flow> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/container/container.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/container/container.component.ts
deleted file mode 100644
index 5f317cb8..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/container/container.component.ts
+++ /dev/null
@@ -1,165 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import { AfterViewChecked, AfterViewInit, Component, ElementRef, HostListener, OnInit, OnDestroy, ViewChild } from '@angular/core';
-
-import { SequenceFlow } from '../../model/workflow/sequence-flow';
-import { WorkflowElement } from '../../model/workflow/workflow-element';
-import { WorkflowNode } from '../../model/workflow/workflow-node';
-import { BroadcastService } from '../../services/broadcast.service';
-import { InterfaceService } from '../../services/interface.service';
-import { JsPlumbService } from '../../services/jsplumb.service';
-import { ModelService } from '../../services/model.service';
-
-/**
- * main canvas, it contains two parts: canvas and node property component
- * bpmn task nodes can be dropped into this canvas, and then the workflow can be edit
- */
-@Component({
- selector: 'wfm-container',
- templateUrl: 'container.component.html',
- styleUrls: ['./container.component.css']
-})
-export class ContainerComponent implements AfterViewChecked, AfterViewInit, OnInit, OnDestroy {
- public allNotes: WorkflowNode[];
- @ViewChild('nodeSelector') nodeSelector: ElementRef;
- @ViewChild('mainContainer') mainContainer: ElementRef;
-
- private isSelecting = false;
- private selectedElements: WorkflowElement[] = [];
- private showProperties = false;
- private needInitSequence = false;
-
- constructor(private broadcastService: BroadcastService, private jsPlumbService: JsPlumbService,
- private interfaceService: InterfaceService, public modelService: ModelService) {
- }
-
- @HostListener('window:keyup.delete', ['$event']) ondelete(event: KeyboardEvent) {
- if (this.showProperties || 0 >= this.selectedElements.length) {
- return;
- }
- this.selectedElements.forEach(element => {
- if (this.modelService.isNode(element)) {
- let selectNode = element as WorkflowNode;
- const parentId = this.jsPlumbService.getParentNodeId(selectNode.id);
- this.jsPlumbService.remove(selectNode);
- this.modelService.deleteNode(parentId, selectNode.id);
- } else {
- let sequenceFlow = element as SequenceFlow;
- this.modelService.deleteConnection(sequenceFlow.sourceRef, sequenceFlow.targetRef);
- this.jsPlumbService.deleteConnect(sequenceFlow.sourceRef, sequenceFlow.targetRef);
- }
- });
- this.selectedElements = [];
- }
-
- @HostListener('document:mouseup', ['$event']) onmouseup() {
- if (this.isSelecting) {
- this.nodeSelector.nativeElement.style.display = 'none';
- this.mainContainer.nativeElement.onmousemove = null;
- this.isSelecting = false;
- this.broadcastService.broadcast(this.broadcastService.showProperty, null);
- this.broadcastService.broadcast(this.broadcastService.selectedElement, this.selectedElements);
- }
- }
-
- public ngOnInit() {
- this.jsPlumbService.initJsPlumbInstance(this.modelService.rootNodeId);
- this.broadcastService.initModel$.subscribe(() => {
- this.needInitSequence = true;
- });
- this.broadcastService.showProperty$.subscribe(element=>{
- this.showProperties = null !== element;
- });
- }
-
- public ngAfterViewInit() {
- this.jsPlumbService.canvasDroppable();
- this.broadcastService.selectedElement$.subscribe(elements => {
- if (elements) {
- this.selectedElements = elements;
- } else {
- this.selectedElements = [];
- }
- });
- }
-
- public ngAfterViewChecked() {
- if (this.needInitSequence) {
- this.needInitSequence = false;
- // Add the connection
- this.jsPlumbService.connectChildrenNodes(this.modelService.rootNodeId);
- }
- }
-
- public ngOnDestroy() {
- if (this.mainContainer.nativeElement.onmousemove) {
- this.mainContainer.nativeElement.document.onmousemove = null;
- }
- }
-
- public canvasMouseDown(event) {
- this.selectedElements = [];
- this.isSelecting = true;
- let posx = event.clientX + this.mainContainer.nativeElement.scrollLeft;
- posx = 220 > posx ? 0 : posx - 220;
- let posy = event.clientY + this.mainContainer.nativeElement.scrollTop;
- posy = 60 > posy ? 0 : posy - 60;
- let element = this.nodeSelector.nativeElement;
- element.style.left = posx + "px";
- element.style.top = posy + "px";
- element.style.width = '0px';
- element.style.height = '0px';
- element.style.display = 'block';
- let curThis = this;
- this.mainContainer.nativeElement.onmousemove = function (moveEvent) {
- let movePosx = moveEvent.clientX + curThis.mainContainer.nativeElement.scrollLeft;
- movePosx = 220 > movePosx ? 0 : movePosx - 220;
- let movePosy = moveEvent.clientY + curThis.mainContainer.nativeElement.scrollTop;
- movePosy = 60 > movePosy ? 0 : movePosy - 60;
- const left = Math.min(movePosx, posx);
- const top = Math.min(movePosy, posy);
- const width = Math.abs(posx - movePosx);
- const height = Math.abs(posy - movePosy);
- element.style.left = left + "px";
- element.style.top = top + "px";
- element.style.width = width + "px";
- element.style.height = height + "px";
- curThis.selectNodes(left, top, width, height);
- };
- }
-
- private selectNodes(left: number, top: number, width: number, height: number) {
- this.selectedElements = [];
- const allNodes = this.modelService.getNodes();
- allNodes.forEach(node => {
- const np = node.position;
- let selected = false;
- if (left < np.left) {
- if ((top < np.top && left + width > np.left && top + height > np.top)
- || (top >= np.top && top < np.top + np.height && left + width > np.left)) {
- selected = true;
- }
- } else if (left < np.left + np.width) {
- if ((top < np.top && top + height > np.top)
- || (top >= np.top && top < np.top + np.height)) {
- selected = true;
- }
- }
- if (selected) {
- this.selectedElements.push(node);
- }
- });
- this.broadcastService.broadcast(this.broadcastService.selectedElement, this.selectedElements);
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.css
deleted file mode 100644
index 35d21fce..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.css
+++ /dev/null
@@ -1,61 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-.editable-content {
- display: inline-block;
- width: 300px;
- visibility: visible;
-}
-
-.editable-main {
- border: 1px solid transparent;
- border-radius: 3px;
- cursor: pointer;
- font-size: 24px;
- min-height: 34px;
- padding: 2px 20px 2px 2px;
- position: relative;
- word-wrap: break-word;
-}
-
-.editable-main:hover {
- border: 1px solid #ddd;
-}
-
-.editable-main span {
- background-color: #f0f0f0;
- border-left: 1px solid #ddd;
- display: none;
- padding: 0 4px 0 4px;
- height: 100%;
- position: absolute;
- right: 0;
- top: 0;
- -moz-border-radius-topright: 3px;
- -moz-border-radius-bottomright: 3px;
- -webkit-border-top-right-radius: 3px;
- -webkit-border-bottom-right-radius: 3px;
-}
-
-.editable-main span i {
- font-size: 16px;
- color: #707070;
-}
-
-.editable-main:hover span {
- display: inline;
-}
-
-.editable-field {
- display: inline-block;
- width: 100%;
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.html
deleted file mode 100644
index eb59b3c4..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!--
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
--->
-<div class="editable-content" (click)="preEdit()">
- <h3 class="editable-main" *ngIf="!editable" [title]="'BLUEPRINT.BP_PANE.RENAME' | translate">
- <div class="editable-field">{{value}}</div>
- <span><i class="fa fa-pencil"></i></span>
- </h3>
- <wfm-text-input *ngIf="editable" #editInput [(ngModel)]="editValue" (blur)="afterEdit()"
- isFocus="true" required>
- </wfm-text-input>
-</div> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.ts
deleted file mode 100644
index 7f6ffbe2..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/editable-property/editable-property.component.ts
+++ /dev/null
@@ -1,122 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import {Component, EventEmitter, Input, Output, ViewChild} from "@angular/core";
-import {TranslateService} from "@ngx-translate/core";
-import {isArray, isObject} from "util";
-import {ModelService} from "../../services/model.service";
-import {NoticeService} from "../../services/notice.service";
-import {NodeType} from "../../model/workflow/node-type.enum";
-import {ValueSource} from "../../model/value-source.enum";
-import {JsPlumbService} from "../../services/jsplumb.service";
-import {WorkflowNode} from "../../model/workflow/workflow-node";
-
-/**
- * node or workflow-line name
- */
-@Component({
- selector: 'wfm-editable-property',
- templateUrl: 'editable-property.component.html',
- styleUrls: ['./editable-property.component.css']
-})
-export class EditablePropertyComponent {
- @Input() public value: string;
- @Output() public valueChange = new EventEmitter<string>();
- @ViewChild('editInput') private editInput: any;
-
- public editValue = '';
- public editable = false;
-
- public preEdit(): void {
- if (!this.editable) {
- this.editable = true;
- this.editValue = this.value;
- }
- }
-
- public afterEdit(): void {
- if (this.editable) {
- this.editable = false;
- if (this.value === this.editValue) {
- return;
- }
-
- if (this.editInput.wfInput.valid) {
- this.value = this.editValue;
- this.valueChange.emit(this.value);
- } else {
- this.editValue = this.value;
- }
- }
- }
-
- /*private validate(): boolean {
- const nodes = this.modelService.getNodes();
- const existNode = nodes.find(node => node.id === this.editValue);
- if (existNode) {
- this.translate.get('WORKFLOW.MSG.NODE_ID_SAME', {value: existNode.id}).subscribe((res: string) => {
- this.notice.error(res, 10000);
- });
- return false;
- }
- return true;
- }
-
- private changeReferencedValue(): void {
- const newNodeConnections = [];
- const nodes = this.modelService.getNodes();
- nodes.forEach((node: any) => {
- this.changeConnectionReferencedValue(node, this.value, this.editValue);
-
- if (node.type === NodeType[NodeType.restTask]) {
- const parameters = node.parameters || [];
- parameters.forEach(param => {
- this.changeRestTaskReferencedValue(param, this.value, this.editValue);
- });
- }
- });
- }
-
- private changeConnectionReferencedValue(node: WorkflowNode, oldValue: string, newValue: string): void {
- node.connection.forEach(connection => {
- if (connection.sourceRef === oldValue) {
- connection.sourceRef = newValue;
- } else if (connection.targetRef === oldValue) {
- connection.targetRef = newValue;
- }
- });
- }
-
- // 当restTask类型的节点的属性中valueSource是Plan时,value的值为引用其他节点id
- // value格式为[restTask_2].[responseBody].[name],可能有更多层,当时第一个[]里面的值为被引用节点的id
- private changeRestTaskReferencedValue(param: any, oldValue: string, newValue: string): void {
- if (param.valueSource === ValueSource[ValueSource.Plan]) {
- const value = param.value || '';
- const index = value.indexOf('].[');
- if (index > -1) {
- const nodeId = value.substring(1, index);
- if (nodeId === oldValue) {
- param.value = '[' + newValue + value.substring(index);
- }
- }
- } else if (param.valueSource === ValueSource[ValueSource.Definition]) {
- const value = param.value;
- if (isArray(value)) {
- value.forEach(subValue => {
- this.changeRestTaskReferencedValue(subValue, oldValue, newValue);
- });
- } else if (isObject(value)) {
- this.changeRestTaskReferencedValue(value, oldValue, newValue);
- }
- }
- }*/
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/global-notice/global-notice.component.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/global-notice/global-notice.component.css
deleted file mode 100644
index 06f3c090..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/global-notice/global-notice.component.css
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-.alert-div{
- position: fixed;
- top: 100px;
- left: 0;
- right: 0;
- margin: auto;
- width: 400px;
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/global-notice/global-notice.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/global-notice/global-notice.component.html
deleted file mode 100644
index a23e25d4..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/global-notice/global-notice.component.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!--
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
--->
-
-<div class="alert-div">
- <alert *ngFor="let notice of notices; let i = index;" [type]="noticeType[notice.type]" dismissible="true"
- [dismissOnTimeout]="notice.timeout" (onClosed)="onClosed(i)">{{notice.content}}</alert>
-</div> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/global-notice/global-notice.component.spec.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/global-notice/global-notice.component.spec.ts
deleted file mode 100644
index b4644d4d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/global-notice/global-notice.component.spec.ts
+++ /dev/null
@@ -1,37 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import { async, ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { GlobalNoticeComponent } from './global-notice.component';
-
-describe('GlobalNoticeComponent', () => {
- let component: GlobalNoticeComponent;
- let fixture: ComponentFixture<GlobalNoticeComponent>;
-
- beforeEach(async(() => {
- TestBed.configureTestingModule({
- declarations: [ GlobalNoticeComponent ]
- })
- .compileComponents();
- }));
-
- beforeEach(() => {
- fixture = TestBed.createComponent(GlobalNoticeComponent);
- component = fixture.componentInstance;
- fixture.detectChanges();
- });
-
- it('should be created', () => {
- expect(component).toBeTruthy();
- });
-});
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/global-notice/global-notice.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/global-notice/global-notice.component.ts
deleted file mode 100644
index 35520683..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/global-notice/global-notice.component.ts
+++ /dev/null
@@ -1,48 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import { Component, OnInit } from '@angular/core';
-
-import { Notice } from '../../model/notice';
-import { NoticeType } from '../../model/notice-type.enum';
-import { NoticeService } from '../../services/notice.service';
-
-@Component({
- selector: 'wfm-notice',
- templateUrl: './global-notice.component.html',
- styleUrls: ['./global-notice.component.css']
-})
-export class GlobalNoticeComponent implements OnInit {
- public notices: Notice[] = [];
- public noticeType = NoticeType;
-
- constructor(private noticeService: NoticeService) { }
-
- ngOnInit() {
- // const t = new Notice(NoticeType.success, 'success');
- // const t1 = new Notice(NoticeType.info, 'info');
- // const t2 = new Notice(NoticeType.warning, 'warning');
- // const t3 = new Notice(NoticeType.danger, 'danger');
- // this.notices.push(t);
- // this.notices.push(t1);
- // this.notices.push(t2);
- // this.notices.push(t3);
- this.noticeService.showNotice$.subscribe(notice => {
- this.notices.push(notice);
- });
- }
-
- public onClosed(index: number): void {
- this.notices.splice(index, 1);
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/menus.component.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/menus.component.css
deleted file mode 100644
index ac50221e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/menus.component.css
+++ /dev/null
@@ -1,26 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-.wf-name{
- float: left;
- font-size: 20px;
- font-weight: bold;
-}
-
-.btn-right{
- float: right;
- margin-right: 5px;
-}
-
-button i{
- padding-right: 3px;
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/menus.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/menus.component.html
deleted file mode 100644
index 9537bfd7..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/menus.component.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<!--
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
--->
-
-<div>
- <label class="wf-name">{{name}}</label>
- <!-- <button type="button" class="btn white btn-right" (click)="showRestConfigModal()">
- <i class="fa fa-cog"></i>{{ 'WORKFLOW.SETTING' | translate:param }}
- </button> -->
- <button type="button" class="plx-btn btn-right" (click)="checkBack(confirmSave)">
- <i class="fa fa-arrow-left"></i>{{ 'WORKFLOW.BACK' | translate }}
- </button>
- <button type="button" class="plx-btn plx-btn-primary btn-right" (click)="save()" [disabled]="!(canSave && hasRight)">
- <i class="fa fa-save"></i>{{ 'WORKFLOW.SAVE' | translate }}
- </button>
-</div>
-
-<wfm-rest-config></wfm-rest-config>
-
-<template #confirmSave let-c="close" let-d="dismiss">
- <div class="modal-header">
- <h4 class="modal-title">{{ 'WORKFLOW.CONFIRM' | translate }}</h4>
- <button type="button" class="close" (click)="d('Cross click')">
- <span class="plx-ico-close-16"></span>
- </button>
- </div>
- <div class="modal-body">
- <div class="row alert-modal">
- <span class="tip-img warning"></span>
- <div class="tip-info">
- <div class="alert-title">{{ 'WORKFLOW.CONFIRM_SAVE1' | translate }}</div>
- <div class="alert-result">{{ 'WORKFLOW.CONFIRM_SAVE2' | translate }}</div>
- </div>
- </div>
- </div>
- <div class="modal-footer">
- <div class="form-group">
- <div class="btnGroup modal-btn">
- <button type="button" class="plx-btn plx-btn-guide" (click)="saveBack();">{{ 'WORKFLOW.CONFIRM_SAVE_BACK' | translate }}</button>
- <button type="button" class="plx-btn" (click)="back();">{{ 'WORKFLOW.CONFIRM_BACK' | translate }}</button>
- </div>
- </div>
- </div>
-</template>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/menus.component.spec.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/menus.component.spec.ts
deleted file mode 100644
index 6ac02fde..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/menus.component.spec.ts
+++ /dev/null
@@ -1,36 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { async, ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { MenusComponent } from './menus.component';
-
-describe('MenusComponent', () => {
- let component: MenusComponent;
- let fixture: ComponentFixture<MenusComponent>;
-
- beforeEach(async(() => {
- TestBed.configureTestingModule({
- declarations: [ MenusComponent ]
- })
- .compileComponents();
- }));
-
- beforeEach(() => {
- fixture = TestBed.createComponent(MenusComponent);
- component = fixture.componentInstance;
- fixture.detectChanges();
- });
-
- it('should be created', () => {
- expect(component).toBeTruthy();
- });
-});
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/menus.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/menus.component.ts
deleted file mode 100644
index 1c064f2c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/menus.component.ts
+++ /dev/null
@@ -1,78 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { Component, OnInit, ViewChild } from '@angular/core';
-
-import { BroadcastService } from '../../services/broadcast.service';
-import { ModelService } from '../../services/model.service';
-import { RestConfigComponent } from './rest-config/rest-config.component';
-import { AuthService } from '../../services/auth.service';
-import { InterfaceService } from '../../services/interface.service';
-import { ActivatedRoute } from '@angular/router/';
-import { PlxModal } from "../../paletx/plx-modal/modal";
-
-@Component({
- selector: 'menus',
- templateUrl: './menus.component.html',
- styleUrls: ['./menus.component.css']
-})
-export class MenusComponent implements OnInit {
- @ViewChild(RestConfigComponent) public restConfigComponent: RestConfigComponent;
-
- public name = '';
- public canSave = true;
- public hasRight = false;
-
- constructor(private activatedRoute: ActivatedRoute, private modelService: ModelService,
- private broadcastService: BroadcastService, private authService: AuthService,
- private plxModal: PlxModal) { }
-
- ngOnInit() {
- this.activatedRoute.queryParams.subscribe(queryParams => {
- let operation: string = queryParams.operation;
- // default value is 'modify', which means save button is enabled.
- this.canSave = null == operation || 'view' != operation.toLowerCase();
- });
- this.broadcastService.initModel.subscribe(planModel => {
- this.name = planModel.name;
- });
- this.broadcastService.saveRight$.subscribe(saveRight => {
- this.hasRight = saveRight;
- });
- // checkRights
- this.authService.checkRights();
- }
-
- public save(): void {
- this.modelService.save();
- }
-
- public back(): void {
- history.back();
- }
-
- public checkBack(component: any): void {
- if (this.modelService.isModify()) {
- this.plxModal.open(component, { size: 'sm' });
- } else {
- this.back();
- }
- }
-
- public saveBack(): void {
- this.modelService.save(this.back);
- }
-
- public showRestConfigModal(): void {
- this.restConfigComponent.show();
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-detail/rest-config-detail.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-detail/rest-config-detail.component.html
deleted file mode 100644
index 9550ed33..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-detail/rest-config-detail.component.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
--->
-<div class="form-group row">
- <label class="col-md-2 form-control-label text-md-right">Name</label>
- <div class="col-md-10">
- <input class="form-control" [(ngModel)]="restConfig.name">
- </div>
-</div>
-<!-- <div class="form-group row">
- <label class="col-md-2 form-control-label text-md-right">BaseUrl</label>
- <div class="col-md-10">
- <input class="form-control" [(ngModel)]="restConfig.baseUrl">
- </div>
-</div>
-<div class="form-group row">
- <label class="col-md-2 form-control-label text-md-right">Definition</label>
- <div class="col-md-10">
- <input class="form-control" [(ngModel)]="restConfig.definition">
- </div>
-</div>
-<div class="form-group row">
- <label class="col-md-2 form-control-label text-md-right">Dynamic</label>
- <div class="col-md-10">
- <p-radioButton name="dynamic" [value]=true label="true" (ngModelChange)="toggleDynamic($event)"
- [ngModel]="restConfig.dynamic"></p-radioButton>
- <p-radioButton name="dynamic" [value]=false label="false" (ngModelChange)="toggleDynamic($event)"
- [ngModel]="restConfig.dynamic"></p-radioButton>
- </div>
-</div>
-<div class="form-group row">
- <label class="col-md-2 form-control-label text-md-right">Detail</label>
- <div class="col-md-10">
- <textarea class="form-control" [disabled]="restConfig.dynamic" rows="8" [ngModel]="detail"
- (ngModelChange)="onDetailChanged($event)"></textarea>
- </div>
-</div> -->
-
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-detail/rest-config-detail.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-detail/rest-config-detail.component.ts
deleted file mode 100644
index e4d43d8c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-detail/rest-config-detail.component.ts
+++ /dev/null
@@ -1,83 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import { Component, Input, OnChanges } from '@angular/core';
-import { ModalDirective } from 'ngx-bootstrap/modal';
-
-import { Swagger } from '../../../../model/swagger';
-import { RestConfig } from '../../../../model/rest-config';
-import { RestService } from '../../../../services/rest.service';
-
-/**
- * toolbar component contains some basic operations(save) and all of the supported workflow nodes.
- * The supported nodes can be dragged to container component. which will add a new node to the workflow.
- */
-@Component({
- selector: 'wfm-rest-config-detail',
- templateUrl: 'rest-config-detail.component.html',
-})
-export class RestConfigDetailComponent implements OnChanges {
- @Input() restConfig: RestConfig;
-
- public detail: string;
-
- constructor(private restService: RestService) {
- }
-
- public ngOnChanges() {
- if (this.restConfig == null) {
- this.restConfig = new RestConfig('', '', '', '');
- }
- this.parseSwagger2String();
- }
-
- private parseSwagger2String() {
- if (this.restConfig.swagger) {
- this.detail = JSON.stringify(this.restConfig.swagger);
- } else {
- this.detail = '';
- }
- }
-
- public onDetailChanged(detail: string) {
- this.detail = detail;
-
- let swagger: Swagger = null;
- try {
- swagger = new Swagger(JSON.parse(detail));
- console.log(swagger);
- } catch (e) {
- console.log('detail transfer error');
- console.error(e);
- }
- this.restConfig.swagger = swagger;
- }
-
- public toggleDynamic(dynamic: boolean) {
- // this.restConfig.dynamic = dynamic;
-
- // if (this.restConfig.dynamic && this.restConfig.definition) {
- // this.restService.getDynamicSwaggerInfo(this.restConfig.definition)
- // .subscribe(response => {
- // try {
- // this.restConfig.swagger = new Swagger(response);
- // this.parseSwagger2String();
- // } catch (e) {
- // console.log('detail transfer error');
- // console.error(e);
- // }
-
- // });
- // }
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-list/rest-config-list.component.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-list/rest-config-list.component.css
deleted file mode 100644
index f403890e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-list/rest-config-list.component.css
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
- .swagger-list{
- overflow: auto;
- } \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-list/rest-config-list.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-list/rest-config-list.component.html
deleted file mode 100644
index f8d745c1..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-list/rest-config-list.component.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!--
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
--->
-<div class="scroll" style="overflow:hidden; max-height: 300px; height: 300px;">
- <div class="card">
- <div class="card-header d-flex justify-content-between align-items-center">
- <span>Config List</span>
- <span class="badge badge-success badge-pill" (click)="addRestConfig()"><i class="fa fa-plus"></i></span>
- </div>
-
- <ul class="list-group">
- <!-- <li class="list-group-item d-flex justify-content-between align-items-center"
- *ngFor="let restConfig of restService.getRestConfigs(); index as i">
- <div (click)="onConfigSelected(restConfig)">{{restConfig.name}}</div>
- <div class="badge badge-danger badge-pill" (click)="deleteRestConfig(i)">
- <i class="fa fa-minus"></i>
- </div>
- </li> -->
- </ul>
- </div>
-</div>
-
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-list/rest-config-list.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-list/rest-config-list.component.ts
deleted file mode 100644
index 8a84c476..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config-list/rest-config-list.component.ts
+++ /dev/null
@@ -1,57 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import { Component, EventEmitter, Input, Output } from '@angular/core';
-import { ModalDirective } from 'ngx-bootstrap/modal';
-
-import { Swagger } from '../../../../model/swagger';
-import { RestConfig } from '../../../../model/rest-config';
-import { RestService } from '../../../../services/rest.service';
-
-/**
- * toolbar component contains some basic operations(save) and all of the supported workflow nodes.
- * The supported nodes can be dragged to container component. which will add a new node to the workflow.
- */
-@Component({
- selector: 'wfm-rest-config-list',
- templateUrl: 'rest-config-list.component.html',
-})
-export class RestConfigListComponent {
- @Output() configSelected = new EventEmitter<RestConfig>();
-
- constructor(public restService: RestService) {
- }
-
- public onConfigSelected(restConfig: RestConfig) {
- this.configSelected.emit(restConfig);
- }
-
- public addRestConfig() {
- // const restConfig = this.restService.addRestConfig();
-
- // this.onConfigSelected(restConfig);
- }
-
- public deleteRestConfig(index: number) {
- // this.restService.getRestConfigs().splice(index, 1);
-
- // let restConfig;
- // if (this.restService.getRestConfigs().length > 0) {
- // if (this.restService.getRestConfigs()[index]) {
- // restConfig = this.restService.getRestConfigs()[index];
- // } else {
- // restConfig = this.restService.getRestConfigs()[index - 1];
- // }
- // }
- // this.onConfigSelected(restConfig);
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config.component.html
deleted file mode 100644
index a858b0fe..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config.component.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!--
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
--->
-<div class="modal fade" bsModal #restConfigModal="bs-modal" [config]="{backdrop: 'static'}"
- tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel" aria-hidden="true">
- <div class="modal-dialog modal-lg">
- <div class="modal-content">
- <div class="modal-header">
- <h4 class="modal-title pull-left">Rest Config Setting</h4>
- <button type="button" class="close pull-right" aria-label="Close" (click)="restConfigModal.hide()">
- <span aria-hidden="true">&times;</span>
- </button>
- </div>
- <div class="modal-body">
- <div class="row">
- <div class="col-sm-4">
- <wfm-rest-config-list (configSelected)="configSelected($event)"></wfm-rest-config-list>
- </div>
- <div class="col-sm-8">
- <wfm-rest-config-detail [restConfig]="currentRestConfig"></wfm-rest-config-detail>
- </div>
- </div>
- </div>
- <div class="modal-footer">
- <button type="button" class="btn over-grey" (click)="restConfigModal.hide()">close</button>
- </div>
- </div>
- </div>
-</div>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config.component.ts
deleted file mode 100644
index 46ac3f90..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/menus/rest-config/rest-config.component.ts
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import { AfterViewInit, Component, ViewChild } from '@angular/core';
-import { ModalDirective } from 'ngx-bootstrap/modal';
-
-import { RestService } from '../../../services/rest.service';
-import { RestConfigListComponent } from './rest-config-list/rest-config-list.component';
-
-/**
- * toolbar component contains some basic operations(save) and all of the supported workflow nodes.
- * The supported nodes can be dragged to container component. which will add a new node to the workflow.
- */
-@Component({
- selector: 'wfm-rest-config',
- templateUrl: 'rest-config.component.html',
-})
-export class RestConfigComponent {
- @ViewChild('restConfigModal') public restConfigModal: ModalDirective;
-
- public currentRestConfig: any = {};
-
- constructor() {
- }
-
- public configSelected(restConfig: any) {
- this.currentRestConfig = restConfig;
- }
-
- public show() {
- this.restConfigModal.show();
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/node/node.component.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/node/node.component.css
deleted file mode 100644
index f1fead94..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/node/node.component.css
+++ /dev/null
@@ -1,229 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-.node {
- cursor: pointer;
- display: inline-block;
- position: absolute;
- z-index: 2;
-}
-
-.node-icon{
- position: relative;
- border-radius: 4px;
-}
-
-.node-icon svg{
- display: block;
- fill: #00ABFF;
-}
-
-.active {
- outline: 1px solid #00ABFF;
-}
-
-/**
- * Anchors
- */
-.anchors {
- position: absolute;
- border-radius: 1em;
- display: none;
- background-color: #2e6f9a;
- width: 12px;
- height: 12px;
- cursor: pointer;
- -ms-transition: all 0.15s ease-in-out;
- transition: all 0.15s ease-in-out;
- -moz-transition: all 0.15s ease-in-out;
- -webkit-transition: all 0.15s ease-in-out;
- -o-transition: all 0.15s ease-in-out;
-}
-
-.node-icon:hover > .anchors {
- display: inline-block;
-}
-
-.anchor-left {
- left: -6px;
- top: calc(50% - 6px);
-}
-
-.anchor-right {
- right: -6px;
- top: calc(50% - 6px);
-}
-
-.anchor-top {
- top: -6px;
- left: calc(50% - 6px);
-}
-
-.anchor-bottom {
- bottom: -6px;
- left: calc(50% - 6px);
-}
-
-/*right arrow*/
-.right {
- width: 10px;
- height: 10px;
- position: absolute;
- left: 4px;
- top: 1px;
-
-}
-
-.right-arrow1, .right-arrow2 {
- width: 0;
- height: 0;
- display: block;
- position: absolute;
- left: 0;
- top: 0;
- border-top: 5px transparent dashed;
- border-right: 5px transparent dashed;
- border-bottom: 5px transparent dashed;
- border-left: 5px #2e6f9a solid;
- overflow: hidden;
-}
-
-.right-arrow1 {
-
- border-left: 5px white solid;
-}
-
-.right-arrow2 {
- left: -2px;
-}
-
-/*left arrow */
-.left {
- width: 10px;
- height: 10px;
- position: absolute;
- left: -2px;
- top: 1px;
- z-index: 2;
-}
-
-.left-arrow1, .left-arrow2 {
- width: 0;
- height: 0;
- display: block;
- position: absolute;
- left: 0;
- top: 0;
- z-index: 5; /*ie8-*/
- border-top: 5px transparent dashed;
- border-left: 5px transparent dashed;
- border-bottom: 5px transparent dashed;
- border-right: 5px #2e6f9a solid;
- overflow: hidden;
-}
-
-.left-arrow1 {
- border-right: 5px #fff solid;
-}
-
-.left-arrow2 {
- left: 2px;
-}
-
-/*top arrow*/
-.top {
- width: 10px;
- height: 10px;
- position: absolute;
- left: 1px;
- z-index: 2;
-}
-
-.top-arrow1, .top-arrow2 {
- width: 0;
- height: 0;
- display: block;
- position: absolute;
- left: 0;
- top: 0;
- z-index: 5;
- border-bottom: 5px #2e6f9a solid;
- border-left: 5px transparent dashed;
- border-right: 5px transparent dashed;
- border-top: 5px transparent dashed;
- overflow: hidden;
-}
-
-.top-arrow1 {
- z-index: 6;
-}
-
-.top-arrow2 {
- top: -2px;
- border-bottom: 5px white solid;
-}
-
-/*bottom arrow*/
-.bottom {
- width: 10px;
- height: 10px;
- position: absolute;
- left: 1px;
- top: 4px;
- z-index: 2;
-}
-
-.bottom-arrow1, .bottom-arrow2 {
- width: 0;
- height: 0;
- display: block;
- position: absolute;
- left: 0;
- top: 0;
- z-index: 5;
- border-bottom: 5px transparent dashed;
- border-left: 5px transparent dashed;
- border-right: 5px transparent dashed;
- border-top: 5px #2e6f9a solid;
- overflow: hidden;
-}
-
-.bottom-arrow1 {
- top: -2px;
- z-index: 6;
-}
-
-.bottom-arrow2 {
- border-top: 5px white solid;
-}
-/**
- * Anchors End
- */
-
-.node .name {
- width: 55px;
- height: 12px;
- text-align: center;
- white-space: nowrap;
- color: #5c6d90;
- line-height: 12px;
- cursor: pointer;
- font-family: Arial;
- font-size: 12px;
-}
-
-.resizeable {
- background-color: darkolivegreen;
- border:1px solid blue;
- margin: 10px;
-}
-
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/node/node.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/node/node.component.html
deleted file mode 100644
index f0ade497..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/node/node.component.html
+++ /dev/null
@@ -1,164 +0,0 @@
-<!--
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
--->
-<div #nodeItem class="node" [id]="node.id" [title]="node.id"
- (click)="onClick($event)" (mousedown)="onMousedown()" (dblclick)="showProperties($event)"
- (mouseover)="onMouseOver($event, $event.target.parentNode)"
- (mouseout)="onMouseOut($event, $event.target.parentNode)"
- [style.top]="node.position.top + 'px'"
- [style.left]="node.position.left + 'px'" [style.width]="node.position.width + 'px'">
-
- <div *ngIf="!isGatewayNodeType(node.type)" class="name">
- {{node.name}}
- </div>
-
- <div *ngIf="canHaveChildren()" wfmResizable class="node-icon" [style.width]="node.position.width + 'px'"
- [style.height]="node.position.height + 'px'"
- [class.active]="active">
- <wfm-node *ngFor="let child of node.children" [node]="child" [rank]="rank + 10"></wfm-node>
- <div class="anchor anchors anchor-left">
- <span class="left">
- <i class="left-arrow1"></i>
- <i class="left-arrow2"></i>
- </span>
- </div>
- <div class="anchor anchors anchor-right">
- <span class="right">
- <i class="right-arrow1"></i>
- <i class="right-arrow2"></i>
- </span>
- </div>
- </div>
-
- <div *ngIf="!canHaveChildren()" class="node-icon" [class.active]="active">
- <img *ngIf='node.icon && "" != node.icon' [src]='getImageUrl(node.icon)'/>
- <svg *ngIf='!(node.icon && "" != node.icon)' version="1.1" xmlns="http://www.w3.org/2000/svg"
- viewBox="0 0 30 30" [style.width]="node.position.width + 'px'"
- [style.height]="node.position.height + 'px'">
- <g [ngSwitch]="node.type">
- <g *ngSwitchCase="nodeType[nodeType.startEvent]">
- <path class="st0" d="M15,2c7.2,0,13,5.8,13,13s-5.8,13-13,13S2,22.2,2,15S7.8,2,15,2 M15,0C6.7,0,0,6.7,0,15s6.7,15,15,15
- s15-6.7,15-15S23.3,0,15,0L15,0z"/>
- </g>
- <g *ngSwitchCase="nodeType[nodeType.endEvent]">
- <path class="st0" d="M15,4c6.1,0,11,4.9,11,11s-4.9,11-11,11S4,21.1,4,15S8.9,4,15,4 M15,0C6.7,0,0,6.7,0,15s6.7,15,15,15
- s15-6.7,15-15S23.3,0,15,0L15,0z"/>
- </g>
- <g *ngSwitchCase="nodeType[nodeType.errorStartEvent]">
- <path class="st0" d="M15,0C6.7,0,0,6.7,0,15s6.7,15,15,15s15-6.7,15-15S23.3,0,15,0z M15,28C7.8,28,2,22.2,2,15S7.8,2,15,2
- s13,5.8,13,13S22.2,28,15,28z"/>
- <path class="st0" d="M19.7,12H17l2-5.5c0.1-0.3,0.1-0.5-0.1-0.7c-0.2-0.2-0.3-0.3-0.6-0.3H14c-0.3,0-0.6,0.2-0.8,0.5L9.7,16
- c-0.1,0.3-0.1,0.5,0.1,0.7c0.2,0.2,0.3,0.3,0.6,0.3l3.6,0.1l-1,6.7c-0.1,0.3,0.2,0.8,0.5,0.9c0.1,0,0.2,0,0.3,0
- c0.3,0,0.7-0.2,0.9-0.4l5.5-11.1c0.1-0.3,0.1-0.5,0-0.8C20.2,12.1,19.9,12,19.7,12z M14.6,22.3l1.2-5.9c0-0.3,0-0.4-0.2-0.6
- c-0.2-0.2-0.3-0.3-0.6-0.3h-3.5L14.5,7h2.6l-2,5.4C15,12.8,15,13,15.2,13.2c0.2,0.2,0.3,0.3,0.6,0.3h2.5L14.6,22.3z"
- />
- </g>
- <g *ngSwitchCase="nodeType[nodeType.errorEndEvent]">
- <path class="st0" d="M15,0C6.7,0,0,6.7,0,15s6.7,15,15,15s15-6.7,15-15S23.3,0,15,0z M15,26C8.9,26,4,21.1,4,15S8.9,4,15,4
- s11,4.9,11,11S21.1,26,15,26z"/>
- <path class="st0" d="M19.7,12.4H17l2-5.5c0.1-0.3,0.1-0.5-0.1-0.7c-0.2-0.2-0.3-0.3-0.6-0.3h-4.2c-0.3,0-0.6,0.2-0.8,0.5l-3.5,10
- c-0.1,0.3-0.1,0.5,0.1,0.7c0.2,0.2,0.3,0.3,0.6,0.3l3.6,0.1l-1,6.7c-0.1,0.3,0.2,0.8,0.5,0.9c0.1,0,0.2,0,0.3,0
- c0.3,0,0.7-0.2,0.9-0.4l5.5-11.1c0.1-0.3,0.1-0.5,0-0.8C20.2,12.6,20,12.4,19.7,12.4z"/>
- </g>
- <g *ngSwitchCase="nodeType[nodeType.toscaNodeManagementTask]">
- <path class="st0" d="M24,29H6c-2.8,0-5-2.2-5-5V6c0-2.8,2.2-5,5-5h18c2.8,0,5,2.2,5,5v18C29,26.8,26.8,29,24,29z M6,3
- C4.3,3,3,4.3,3,6v18c0,1.7,1.3,3,3,3h18c1.7,0,3-1.3,3-3V6c0-1.7-1.3-3-3-3H6z"/>
- <path class="st0"
- d="M7.6,14.5h7.5c0.5,0,0.8-0.4,0.8-1s-0.3-1-0.8-1H7.6c-0.5,0-0.8,0.4-0.8,1S7.1,14.5,7.6,14.5z"/>
- <path class="st0"
- d="M7.6,18.7h3.7c0.5,0,0.8-0.4,0.8-1s-0.3-1-0.8-1H7.6c-0.5,0-0.8,0.4-0.8,1S7.1,18.7,7.6,18.7z"/>
- <path class="st0"
- d="M7.6,10.4H19c0.5,0,0.8-0.4,0.8-1s-0.3-1-0.8-1H7.6c-0.5,0-0.8,0.4-0.8,1S7.1,10.4,7.6,10.4z"/>
- <path class="st0" d="M24.7,15.1h-5c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h1.5v5.7c0,0.6,0.4,1,1,1s1-0.4,1-1v-5.7h1.5c0.6,0,1-0.4,1-1
- C25.7,15.5,25.2,15.1,24.7,15.1z"/>
- </g>
- <g *ngSwitchCase="nodeType[nodeType.restTask]">
- <path class="st0" d="M24,29H6c-2.8,0-5-2.2-5-5V6c0-2.8,2.2-5,5-5h18c2.8,0,5,2.2,5,5v18C29,26.8,26.8,29,24,29z M6,3
- C4.3,3,3,4.3,3,6v18c0,1.7,1.3,3,3,3h18c1.7,0,3-1.3,3-3V6c0-1.7-1.3-3-3-3H6z"/>
- <path class="st0"
- d="M7.6,14.5h7.5c0.5,0,0.8-0.4,0.8-1s-0.3-1-0.8-1H7.6c-0.5,0-0.8,0.4-0.8,1S7.1,14.5,7.6,14.5z"/>
- <path class="st0"
- d="M7.6,18.7h3.7c0.5,0,0.8-0.4,0.8-1s-0.3-1-0.8-1H7.6c-0.5,0-0.8,0.4-0.8,1S7.1,18.7,7.6,18.7z"/>
- <path class="st0"
- d="M7.6,10.4H19c0.5,0,0.8-0.4,0.8-1s-0.3-1-0.8-1H7.6c-0.5,0-0.8,0.4-0.8,1S7.1,10.4,7.6,10.4z"/>
- <path class="st0" d="M24.1,22.6l-1.6-2.7c0.9-0.4,1.5-1.2,1.5-2.2c0-1.4-1.2-2.5-2.8-2.5h-1.9c-0.2,0-0.4,0.1-0.6,0.2
- c-0.2,0.1-0.3,0.3-0.3,0.6v7c0,0.4,0.3,0.8,0.8,0.8c0.4,0,0.8-0.3,0.8-0.8v-2.8h0.8l1.9,3.2c0.1,0.2,0.4,0.4,0.7,0.4
- c0.1,0,0.3,0,0.4-0.1C24.2,23.5,24.4,23,24.1,22.6z M20.1,16.8h1.2c0.6,0,1.2,0.4,1.2,0.9s-0.5,0.9-1.2,0.9h-1.2V16.8z"
- />
- </g>
- <g *ngSwitchCase="nodeType[nodeType.exclusiveGateway]">
- <path class="st0" d="M16.4,15l3.2-3.2c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L15,13.6l-3.2-3.2c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4
- l3.2,3.2l-3.2,3.2c-0.4,0.4-0.4,1,0,1.4s1,0.4,1.4,0l3.2-3.2l3.2,3.2c0.4,0.4,1,0.4,1.4,0s0.4-1,0-1.4L16.4,15z"
- />
- <path class="st0" d="M29.1,12.9l-12-12c-1.1-1.1-3.1-1.1-4.2,0l-12,12C0.3,13.4,0,14.2,0,15s0.3,1.6,0.9,2.1l12,12
- c0.6,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9l12-12c0.6-0.6,0.9-1.3,0.9-2.1S29.7,13.4,29.1,12.9z M27.7,15.7l-12,12
- c-0.4,0.4-1,0.4-1.4,0l-12-12C2.1,15.5,2,15.3,2,15s0.1-0.5,0.3-0.7l12-12C14.5,2.1,14.7,2,15,2s0.5,0.1,0.7,0.3l12,12
- c0.2,0.2,0.3,0.4,0.3,0.7S27.9,15.5,27.7,15.7z"/>
- </g>
- <g *ngSwitchCase="nodeType[nodeType.parallelGateway]">
- <path class="st0" d="M20.5,14H16V9.5c0-0.6-0.4-1-1-1s-1,0.4-1,1V14H9.5c-0.6,0-1,0.4-1,1s0.4,1,1,1H14v4.5c0,0.6,0.4,1,1,1
- s1-0.4,1-1V16h4.5c0.6,0,1-0.4,1-1S21.1,14,20.5,14z"/>
- <path class="st0" d="M29.1,12.9l-12-12c-1.1-1.1-3.1-1.1-4.2,0l-12,12C0.3,13.4,0,14.2,0,15s0.3,1.6,0.9,2.1l12,12
- c0.6,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9l12-12c0.6-0.6,0.9-1.3,0.9-2.1S29.7,13.4,29.1,12.9z M27.7,15.7l-12,12
- c-0.4,0.4-1,0.4-1.4,0l-12-12C2.1,15.5,2,15.3,2,15s0.1-0.5,0.3-0.7l12-12C14.5,2.1,14.7,2,15,2s0.5,0.1,0.7,0.3l12,12
- c0.2,0.2,0.3,0.4,0.3,0.7S27.9,15.5,27.7,15.7z"/>
- </g>
- <g *ngSwitchCase="nodeType[nodeType.subProcess]">
- <path class="st0" d="M24.5,1h-18c-2.8,0-5,2.2-5,5v18c0,2.8,2.2,5,5,5h18c2.8,0,5-2.2,5-5V6C29.5,3.2,27.2,1,24.5,1z M20.2,27h-9.4
- v-9.1c0-0.3,0.2-0.5,0.5-0.5h8.4c0.3,0,0.5,0.2,0.5,0.5V27z M27.5,24c0,1.7-1.3,3-3,3h-2.3v-9.1c0-1.4-1.1-2.5-2.5-2.5h-8.4
- c-1.4,0-2.5,1.1-2.5,2.5V27H6.5c-1.7,0-3-1.3-3-3V6c0-1.7,1.3-3,3-3h18c1.7,0,3,1.3,3,3V24z"/>
- <path class="st0" d="M19,21.3h-2.5v-2.5c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v2.5H12c-0.6,0-1,0.4-1,1s0.4,1,1,1h2.5v2.5
- c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1v-2.5H19c0.6,0,1-0.4,1-1S19.5,21.3,19,21.3z"/>
- </g>
- <g *ngSwitchCase="nodeType[nodeType.intermediateCatchEvent]">
- <path class="st0" d="M15,0C6.7,0,0,6.7,0,15c0,8.3,6.7,15,15,15c8.3,0,15-6.7,15-15C30,6.7,23.3,0,15,0z M16,27.9V26
- c0-0.6-0.4-1-1-1s-1,0.4-1,1v1.9C7.6,27.5,2.5,22.4,2.1,16H4c0.6,0,1-0.4,1-1s-0.4-1-1-1H2.1C2.5,7.6,7.6,2.5,14,2.1V4
- c0,0.6,0.4,1,1,1s1-0.4,1-1V2.1C22.4,2.5,27.5,7.6,27.9,14H26c-0.6,0-1,0.4-1,1s0.4,1,1,1h1.9C27.5,22.4,22.4,27.5,16,27.9z"
- />
- <path class="st0" d="M20,14h-3.6l2.5-6.6c0.2-0.5-0.1-1.1-0.6-1.3c-0.5-0.2-1.1,0.1-1.3,0.6l-3,8c-0.1,0.3-0.1,0.7,0.1,0.9
- c0.2,0.3,0.5,0.4,0.8,0.4h5c0.6,0,1-0.4,1-1S20.6,14,20,14z"/>
- </g>
- <g *ngSwitchCase="nodeType[nodeType.scriptTask]">
- <path class="st0" d="M24,1H6C3.2,1,1,3.2,1,6v18c0,2.8,2.2,5,5,5h18c2.8,0,5-2.2,5-5V6C29,3.2,26.8,1,24,1z M16.9,3.4
- c0.5,0,0.9,0.2,1.3,0.5c0.4,0.4,0.5,0.8,0.5,1.3c0,0.5-0.2,0.9-0.5,1.3L17.7,7l-5.3,5.3c-0.2-0.6-0.5-1.2-0.9-1.6
- c-0.4-0.4-1-0.8-1.6-0.9l5.8-5.8C16,3.6,16.4,3.4,16.9,3.4z M10.3,27H6c-1.7,0-3-1.3-3-3V6c0-1.7,1.3-3,3-3h8.2l-7.4,7.4
- c-0.1,0.1-0.2,0.2-0.3,0.3c-0.7,0.7-1,1.6-1,2.5c0,0.9,0.4,1.8,1,2.5l5.2,5.2l-1.3,1.3c-0.7,0.7-1,1.6-1,2.5
- C9.3,25.5,9.7,26.4,10.3,27z M14.1,25.9c-0.4,0.4-0.8,0.5-1.3,0.5c-0.5,0-0.9-0.2-1.3-0.5c-0.4-0.4-0.5-0.8-0.5-1.3
- c0-0.5,0.2-0.9,0.5-1.3l1.3-1.3l0.5,0.5l0.8,0.8c0.4,0.4,0.5,0.8,0.5,1.3C14.6,25.1,14.5,25.5,14.1,25.9z M14.5,21.3l-6.8-6.8
- c-0.4-0.4-0.5-0.8-0.5-1.3c0-0.5,0.2-0.9,0.5-1.3c0.4-0.4,0.8-0.5,1.3-0.5c0.5,0,0.9,0.2,1.3,0.5c0.4,0.4,0.5,0.8,0.5,1.3
- c0,0.5-0.2,0.9-0.5,1.3l0.9,0.9c0.2,0.2,0.4,0.2,0.6,0l5.2-5.2l4.4,4.4l0.8,0.8c0.4,0.4,0.5,0.8,0.5,1.3c0,0.5-0.2,0.9-0.5,1.3v0
- l-5.8,5.8c-0.1-0.6-0.5-1.2-0.9-1.6L14.5,21.3z M27,24c0,1.7-1.3,3-3,3h-8.6l7.9-7.9c0.7-0.7,1-1.6,1-2.5c0-0.9-0.4-1.8-1-2.5
- l-0.8-0.8L18.1,9l1.3-1.3c0.7-0.7,1-1.6,1-2.5c0-0.8-0.3-1.6-0.8-2.2H24c1.7,0,3,1.3,3,3V24z"/>
- <path class="st0" d="M17.2,12.4c-0.3-0.3-0.8-0.3-1.1,0L12.6,16c-0.3,0.3-0.3,0.8,0,1.1c0.1,0.1,0.3,0.2,0.5,0.2s0.4-0.1,0.5-0.2
- l3.6-3.6C17.5,13.1,17.5,12.7,17.2,12.4z"/>
- <path class="st0" d="M18.9,14.2c-0.3-0.3-0.8-0.3-1.1,0l-3.6,3.6c-0.3,0.3-0.3,0.8,0,1.1c0.1,0.1,0.3,0.2,0.5,0.2
- c0.2,0,0.4-0.1,0.5-0.2l3.6-3.6C19.2,14.9,19.2,14.4,18.9,14.2z"/>
- <path class="st0" d="M17.1,20.6l3.6-3.6c0.3-0.3,0.3-0.8,0-1.1s-0.8-0.3-1.1,0L16,19.5c-0.3,0.3-0.3,0.8,0,1.1
- c0.1,0.1,0.3,0.2,0.5,0.2S17,20.7,17.1,20.6z"/>
- </g>
- </g>
- </svg>
- <div class="anchor anchors anchor-left">
- <span class="left">
- <i class="left-arrow1"></i>
- <i class="left-arrow2"></i>
- </span>
- </div>
- <div class="anchor anchors anchor-right">
- <span class="right">
- <i class="right-arrow1"></i>
- <i class="right-arrow2"></i>
- </span>
- </div>
- </div>
-</div> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/node/node.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/node/node.component.ts
deleted file mode 100644
index 5482758e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/node/node.component.ts
+++ /dev/null
@@ -1,124 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import {AfterViewInit, Component, ElementRef, Input, OnDestroy, ViewChild} from "@angular/core";
-import {Subscription} from "rxjs/Subscription";
-import {WorkflowNode} from "../../model/workflow/workflow-node";
-import {BroadcastService} from "../../services/broadcast.service";
-import {JsPlumbService} from "../../services/jsplumb.service";
-import {NodeType} from "../../model/workflow/node-type.enum";
-import {WorkflowUtil} from "../../util/workflow-util";
-
-/**
- * node component represent a single workflow node.
- * every node would be rendered on the container component
- */
-@Component({
- selector: 'wfm-node',
- styleUrls: ['./node.component.css'],
- templateUrl: 'node.component.html',
-})
-export class NodeComponent implements AfterViewInit, OnDestroy {
- @Input() public node: WorkflowNode;
- @Input() public rank: number;
- @ViewChild('nodeItem') nodeItem: ElementRef;
-
- public nodeType = NodeType;
- public active = false;
- private currentWorkflowSubscription: Subscription;
- private isMoving = false;
-
- constructor(private jsPlumbService: JsPlumbService,
- private broadcastService: BroadcastService) {
- }
-
- public ngAfterViewInit() {
- this.jsPlumbService.initJsPlumbInstance(this.node.parentId);
- this.jsPlumbService.initNode(this.node);
-
- if (this.canHaveChildren()) {
- this.jsPlumbService.nodeDroppable(this.node, this.rank);
- this.jsPlumbService.connectChildrenNodes(this.node.id);
- }
-
- this.currentWorkflowSubscription = this.broadcastService.selectedElement$.subscribe(activeNodes => {
- let active = false;
- for (let index = 0; index < activeNodes.length; index++) {
- let activeNode = activeNodes[index] as WorkflowNode;
- if (activeNode.id === this.node.id) {
- active = true;
- break;
- }
- }
- this.active = active;
- });
- }
-
- public ngOnDestroy() {
- this.currentWorkflowSubscription.unsubscribe();
- if (this.nodeItem.nativeElement.onmousemove) {
- this.nodeItem.nativeElement.onmousemove = null;
- }
- }
-
- public onMousedown() {
- let currentThis = this;
- this.nodeItem.nativeElement.onmousemove = function () {
- currentThis.isMoving = true;
- };
- }
-
- public onClick(event) {
- if (this.nodeItem.nativeElement.onmousemove) {
- this.nodeItem.nativeElement.onmousemove = null;
- }
- if (this.isMoving && this.active) {
- this.isMoving = false;
- return;
- }
- event.stopPropagation();
- this.broadcastService.broadcast(this.broadcastService.showProperty, null);
- this.broadcastService.broadcast(this.broadcastService.selectedElement, [this.node]);
- }
-
- public canHaveChildren(): boolean {
- return this.node.type === 'subProcess';
- }
-
- public onMouseOut(event, target) {
- event.stopPropagation();
- target.classList.remove('hover');
- }
-
- public onMouseOver(event, target) {
- event.stopPropagation();
- target.classList.add('hover');
- }
-
- public isGatewayNodeType(type: string): boolean {
- if (type === this.nodeType[this.nodeType.exclusiveGateway] || type === this.nodeType[this.nodeType.parallelGateway]) {
- return true;
- }
- return false;
- }
-
- public showProperties(event) {
- if (this.isGatewayNodeType(this.node.type)) {
- return;
- }
- event.stopPropagation();
- this.broadcastService.broadcast(this.broadcastService.showProperty, this.node);
- }
-
- public getImageUrl(name: string): string {
- return WorkflowUtil.GetIconFullPath(name);
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.css
deleted file mode 100644
index 4002997c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.css
+++ /dev/null
@@ -1,50 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-.parameter{
- margin-bottom: 1rem;
-}
-
-.parameter-section{
- display: inline;
- margin-right: 5px;
-}
-
-.parameter-item{
- display: inline;
-}
-
-.parameter-required{
- color: red;
-}
-
-.parameter-label{
- width: 100px;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- vertical-align: bottom;
- /* display: inline-table; */
-}
-
-.parameter-value{
- width: 160px;
- vertical-align: baseline;
-}
-
-.plx-input{
- vertical-align: baseline;
-}
-
-.plx-btn{
- vertical-align: baseline;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.html
deleted file mode 100644
index 1b91b426..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.html
+++ /dev/null
@@ -1,61 +0,0 @@
-<!--
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
--->
-
-<div *ngIf="param.show" class="parameter">
- <div *ngIf="currentShowLabel" class="parameter-section">
- <label *ngIf="true === param.required" class="parameter-required">*</label>
- <input *ngIf="currentCanEditName" class="parameter-label plx-input" type="text" [ngModel]="param.name" (ngModelChange)="keyChange($event)">
- <label *ngIf="!currentCanEditName" class="parameter-label">{{param.name}}</label>
- </div>
- <div *ngIf="currentShowValue" class="parameter-section">
- <div *ngIf="showValueValue" class="parameter-item">
- <div [ngSwitch]="param.valueSource" class="parameter-item">
- <input *ngSwitchCase="valueTypeEnum[valueTypeEnum.number]" class="parameter-value plx-input" type="text" [ngModel]="param.value"
- (ngModelChange)="valueChange($event)" [disabled]="!currentCanEditValue">
- <select *ngSwitchCase="valueTypeEnum[valueTypeEnum.boolean]" class="parameter-value" type="text" [ngModel]="param.value"
- (ngModelChange)="valueChange($event)" [disabled]="!currentCanEditValue">
- <option>true</option>
- <option>false</option>
- </select>
- <tree-select *ngSwitchCase="valueSourceEnum[valueSourceEnum.Plan]" name="simpleSelect" [items]="planOptions" childrenField="children"
- #simpleSelect="ngModel" class="parameter-value" [ngModel]="planValue" (ngModelChange)="valueChange($event)"
- [disabled]="!currentCanEditValue"></tree-select>
- <select *ngSwitchCase="valueSourceEnum[valueSourceEnum.Topology]" class="parameter-value" type="text" [ngModel]="param.value"
- (ngModelChange)="valueChange($event)" [disabled]="!currentCanEditValue">
- <option *ngFor="let topology of topologyOptions" value="{{topology.value}}">{{topology.name}}
- </option>
- </select>
- <!--string, Variable-->
- <input *ngSwitchDefault class="parameter-value plx-input" type="text" [ngModel]="param.value" (ngModelChange)="valueChange($event)"
- [disabled]="!currentCanEditValue">
- </div>
- </div>
- <select *ngIf="showValueSource" class="parameter-item" style="width:auto;" type="text" [ngModel]="param.valueSource" (ngModelChange)="valueSourceChange($event)"
- [disabled]="!currentCanEditValue">
- <option *ngFor="let sourceItem of sourceItems" value="{{sourceItem.value}}">
- {{sourceItem.name}}
- </option>
- </select>
- </div>
- <div *ngIf="currentCanInsert" class="parameter-section">
- <button type="button" class="plx-btn plx-btn-primary" (click)="insertParam()">
- <i class="fa fa-plus"></i>
- </button>
- </div>
- <div *ngIf="currentCanDelete" class="parameter-section">
- <button type="button" class="plx-btn plx-btn-error" (click)="deleteParam()">
- <i class="fa fa-minus"></i>
- </button>
- </div>
-</div> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.ts
deleted file mode 100644
index c208c1de..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/parameter/parameter.component.ts
+++ /dev/null
@@ -1,195 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import {Component, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChanges} from "@angular/core";
-import {PlanTreeviewItem} from "../../model/plan-treeview-item";
-import {ValueSource} from "../../model/value-source.enum";
-import {Parameter} from "../../model/workflow/parameter";
-import {ToscaService} from "../../services/tosca.service";
-import {ValueType} from "../../model/value-type.enum";
-
-/**
- * this component contains in property component if the corresponding node has parameter properties
- * eg. task node have input and output params, start event node has input param
- */
-@Component({
- selector: 'wfm-parameter',
- styleUrls: ['./parameter.component.css'],
- templateUrl: 'parameter.component.html',
-})
-export class ParameterComponent implements OnInit {
- @Input() public param: Parameter;
- @Input() public valueSource: ValueSource[] = [];
- @Input() public showLabel: boolean;
- @Input() public showValue: boolean;
- @Input() public canEditName: boolean;
- @Input() public canEditValue: boolean;
- @Input() public canInsert: boolean;
- @Input() public canDelete: boolean;
- @Input() public planItems: PlanTreeviewItem[];
- @Output() paramChange = new EventEmitter<Parameter>();
- @Output() insert = new EventEmitter<Parameter>();
- @Output() delete = new EventEmitter<Parameter>();
-
- // Parameter setting
- public currentShowLabel: boolean;
- public currentShowValue: boolean;
- public currentCanEditName: boolean;
- public currentCanEditValue: boolean;
- public currentCanInsert: boolean;
- public currentCanDelete: boolean;
-
- public valueTypeEnum = ValueType;
- public valueSourceEnum = ValueSource;
- public sourceItems: { name: string, value: string }[] = [];
- public planOptions = [];
- public topologyOptions: { name: string, value: string }[] = [];
- public showValueValue = true;
- public showValueSource = true;
- public planValue: any = {};
-
- constructor(private toscaService: ToscaService) {
- }
-
- public ngOnInit(): void {
- this.initSetting();
- this.topologyOptions = this.toscaService.getTopologyProperties();
- this.initSourceItems();
- this.initPlanValue();
- this.setValueSource(this.param.valueSource);
- this.initPlanTreeViewItems(this.planItems);
- }
-
- private initSetting():void{
- this.currentShowLabel = this.setDefaultValue(this.showLabel, true);
- this.currentShowValue = this.setDefaultValue(this.showValue, true);
- this.currentCanEditName = this.setDefaultValue(this.canEditName, false);
- this.currentCanEditValue = this.setDefaultValue(this.canEditValue, true);
- this.currentCanInsert = this.setDefaultValue(this.canInsert, false);
- this.currentCanDelete = this.setDefaultValue(this.canDelete, false);
- }
-
- private setDefaultValue(param: boolean, value: boolean): boolean {
- return undefined === param ? value : param;
- }
-
- private initSourceItems(): void {
- this.sourceItems = [];
- if (this.param.type !== ValueType[ValueType.object] && this.param.type !== ValueType[ValueType.array]) {
- this.sourceItems = [{
- name: this.capitalizeFirstLetter(this.param.type),
- value: this.param.type
- }];
- }
- this.valueSource.forEach(value => {
- this.sourceItems.push({
- name: ValueSource[value],
- value: ValueSource[value]
- });
- });
- }
-
- private capitalizeFirstLetter(value: string): string {
- const firstLetter = value.substring(0, 1);
- const remainedLetter = value.substring(1);
- return firstLetter.toUpperCase() + remainedLetter;
- }
-
- private initPlanValue(): void {
- if (ValueSource[ValueSource.Plan] === this.param.valueSource) {
- this.planValue = {id: this.param.value};
- }
- }
-
- private setValueSource(valueSource: string): void {
- if (ValueSource[ValueSource.Definition] === valueSource) {
- this.showValueValue = false;
- } else {
- this.showValueValue = true;
- }
- }
-
- private initPlanTreeViewItems(planTreeviewItems: PlanTreeviewItem[]): void {
- this.planOptions = this.getTreeViewChild(planTreeviewItems);
- }
-
- private getTreeViewChild(planTreeviewItems: PlanTreeviewItem[]): any[] {
- let treeviewItems = [];
- if (undefined == planTreeviewItems || 0 === planTreeviewItems.length) {
- // todo: debug check if it need [] or undefined.
- return treeviewItems;
- }
- planTreeviewItems.forEach(item => {
- const treeviewItem = {
- id: item.value,
- name: item.name,
- disabled: false,
- // !item.canSelect,
- children: this.getTreeViewChild(item.children)
- };
- treeviewItems.push(treeviewItem);
- });
- return treeviewItems;
- }
-
- public keyChange(key: string) {
- this.param.name = key;
- this.paramChange.emit(this.param);
- }
-
- private formatValue(value: any) {
- let result;
- switch (this.param.valueSource) {
- case ValueSource[ValueSource.boolean]:
- result = value === "true" ? true : false;
- break;
- case ValueSource[ValueSource.integer]:
- result = parseInt(value);
- break;
- case ValueSource[ValueSource.number]:
- result = parseFloat(value);
- break;
- default:
- result = value;
- }
- return result;
- }
-
- public valueChange(value: any) {
- if (ValueSource[ValueSource.Plan] === this.param.valueSource) {
- if ('object' === typeof (value)) {
- this.planValue = value;
- this.param.value = value.id;
- } else {
- this.planValue = {id: ''};
- this.param.value = '';
- }
- } else {
- this.param.value = this.formatValue(value);
- }
- this.paramChange.emit(this.param);
- }
-
- public valueSourceChange(valueSource: string) {
- this.param.valueSource = valueSource;
- this.setValueSource(valueSource);
- this.valueChange('');
- }
-
- public insertParam(): void {
- this.insert.emit();
- }
-
- public deleteParam(): void {
- this.delete.emit();
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/error-event/error-event.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/error-event/error-event.component.html
deleted file mode 100644
index 2384192e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/error-event/error-event.component.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!--
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
--->
-
-<wfm-parameter [param]="node.parameter" [valueSource]="sources"></wfm-parameter> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/error-event/error-event.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/error-event/error-event.component.ts
deleted file mode 100644
index ed11ba2d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/error-event/error-event.component.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-import { Component, Input } from '@angular/core';
-
-import { ValueSource } from '../../../model/value-source.enum';
-import { Parameter } from '../../../model/workflow/parameter';
-import { ErrorEvent } from '../../../model/workflow/error-event';
-
-@Component({
- selector: 'wfm-error-event',
- templateUrl: 'error-event.component.html',
-})
-export class ErrorEventComponent {
- @Input() public node: ErrorEvent;
- public sources: ValueSource[] = [ValueSource.string];
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/intermediate-catch-event/intermediate-catch-event.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/intermediate-catch-event/intermediate-catch-event.component.html
deleted file mode 100644
index 1c1e766b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/intermediate-catch-event/intermediate-catch-event.component.html
+++ /dev/null
@@ -1,92 +0,0 @@
-<!--
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
--->
-<form class="form-horizontal">
- <div class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.TIMER_TYPE' | translate}}</label>
- <div class="col-md-9">
- <label class="plx-radio-container">
- <input type="radio" class="plx-radio" [checked]="checkedType === timeType[timeType.timeDuration]"
- (click)="timeTypeChange(timeType[timeType.timeDuration])">
- <div class="radio-substitute"></div>
- <span>{{'WORKFLOW.TIMER_CYCLE' | translate}}</span>
- </label>&nbsp;&nbsp;
- <label class="plx-radio-container">
- <input type="radio" class="plx-radio" [checked]="checkedType === timeType[timeType.timeDate]"
- (click)="timeTypeChange(timeType[timeType.timeDate])">
- <div class="radio-substitute"></div>
- <span>{{'WORKFLOW.TIMER_DATE' | translate}}</span>
- </label>
- </div>
- </div>
-
- <div *ngIf="checkedType === timeType[timeType.timeDuration]">
- <!--<div class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.TIMER_YEAR' | translate}}</label>
- <div class="col-md-9">
- <plx-text-input type="number" name="year" min="0" width="336px"
- [(ngModel)]="timeCycle.year" (change)="transformTimeDurationToString()"></plx-text-input>
- </div>
- </div>-->
- <div class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.TIMER_MONTH' | translate}}</label>
- <div class="col-md-9">
- <plx-text-input type="number" name="month" min="0" max="12" width="336px"
- [(ngModel)]="timeDuration.month" (change)="transformTimeDurationToString()"></plx-text-input>
- </div>
- </div>
- <div class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.TIMER_DAY' | translate}}</label>
- <div class="col-md-9">
- <plx-text-input type="number" name="day" min="0" max="31" width="336px"
- [(ngModel)]="timeDuration.day" (change)="transformTimeDurationToString()"></plx-text-input>
- </div>
- </div>
- <div class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.TIMER_HOUR' | translate}}</label>
- <div class="col-md-9">
- <plx-text-input type="number" name="hour" min="0" max="23" width="336px"
- [(ngModel)]="timeDuration.hour" (change)="transformTimeDurationToString()"></plx-text-input>
- </div>
- </div>
- <div class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.TIMER_MINUTE' | translate}}</label>
- <div class="col-md-9">
- <plx-text-input type="number" name="minute" min="0" max="59" width="336px"
- [(ngModel)]="timeDuration.minute" (change)="transformTimeDurationToString()"></plx-text-input>
- </div>
- </div>
- <div class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.TIMER_SECOND' | translate}}</label>
- <div class="col-md-9">
- <plx-text-input type="number" name="second" min="0" max="59" width="336px"
- [(ngModel)]="timeDuration.second" (change)="transformTimeDurationToString()"></plx-text-input>
- </div>
- </div>
- <!--<div class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.TIMER_CYCLE_INDEX' | translate}}</label>
- <div class="col-md-9">
- <plx-text-input type="number" name="time" min="1" width="336px"
- [(ngModel)]="timeCycle.time" (change)="transformTimeDurationToString()"></plx-text-input>
- </div>
- </div>-->
- </div>
-
- <div *ngIf="checkedType === timeType[timeType.timeDate]" class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.TIMER_DATE' | translate}}</label>
- <div class="col-md-9">
- <plx-datepicker name="date" [(ngModel)]="timeDate" [locale]="locale" (onConfirm)="timeDateChange()" showTime="true"
- showSeconds='true' dateFormat="YYYY/MM/DD HH:mm:ss"></plx-datepicker>
- </div>
- </div>
-</form> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/intermediate-catch-event/intermediate-catch-event.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/intermediate-catch-event/intermediate-catch-event.component.ts
deleted file mode 100644
index d5f201f6..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/intermediate-catch-event/intermediate-catch-event.component.ts
+++ /dev/null
@@ -1,155 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-import {Component, Input, OnChanges, SimpleChanges, OnDestroy} from "@angular/core";
-import {IntermediateCatchEvent} from "../../../model/workflow/intermediate-catch-event";
-import {TimerEventDefinitionType} from "../../../model/workflow/timer-event-definition";
-import {TranslateService} from "@ngx-translate/core";
-
-@Component({
- selector: 'wfm-intermediate-catch-event',
- templateUrl: 'intermediate-catch-event.component.html',
-})
-export class IntermediateCatchEventComponent implements OnChanges, OnDestroy {
- @Input() public node: IntermediateCatchEvent;
-
- public checkedType: string;
- public timeType = TimerEventDefinitionType;
- public timeDate: string;
- public timeDuration: any = {
- year: 0,
- month: 0,
- day: 0,
- hour: 0,
- minute: 0,
- second: 0
- };
-
- public locale: any;
- private localeZh: any = {
- firstDayOfWeek: 0,
- dayNames: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'],
- dayNamesShort: ['日', '一', '二', '三', '四', '五', '六'],
- monthNames: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
- monthNamesShort: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
- dateFns: null,
- confirm: '确定'
- };
-
- constructor(private translate: TranslateService) {
- this.locale = translate.currentLang.indexOf('zh') > -1 ? this.localeZh : undefined;
- }
-
- public ngOnChanges(changes: SimpleChanges): void {
- if (this.node && this.node.timerEventDefinition) {
- this.checkedType = this.node.timerEventDefinition.type;
- }
- if (!this.checkedType) {
- this.checkedType = this.timeType[this.timeType.timeDuration];
- } else if (this.checkedType === this.timeType[this.timeType.timeCycle]) {
- // 兼容老数据,把timeCycle转为timeDuration
- this.checkedType = this.node.timerEventDefinition.type = this.timeType[this.timeType.timeDuration];
- }
-
- if (this.node.timerEventDefinition.timeDuration) {
- this.transformStringToTimeDuration();
- } else if (this.node.timerEventDefinition.timeCycle) {
- // 兼容老数据,把timeCycle转为timeDuration
- const timeCycleArray = this.node.timerEventDefinition.timeCycle.split('/');
- this.node.timerEventDefinition.timeDuration = timeCycleArray.length > 1 ? timeCycleArray[1] : timeCycleArray[0];
- this.node.timerEventDefinition.timeCycle = '';
- this.transformStringToTimeDuration();
- } else if (this.node.timerEventDefinition.timeDate) {
- this.transformISOToDate();
- }
- }
-
- public ngOnDestroy(): void {
- if (this.checkedType === this.timeType[this.timeType.timeDuration]) {
- this.transformTimeDurationToString();
- } else {
- this.timeDateChange();
- }
- }
-
- private transformStringToTimeDuration(): void {
- // R5/P1Y2M10DT2H30M
- // P1Y3M5DT6H7M30S
- this.timeDuration.year = this.splitTimeDuration('P', 'Y');
- this.timeDuration.month = this.splitTimeDuration('Y', 'M');
- this.timeDuration.day = this.splitTimeDuration('M', 'D');
- this.timeDuration.hour = this.splitTimeDuration('D', 'H');
- this.timeDuration.minute = this.splitTimeDuration('H', 'M');
- this.timeDuration.second = this.splitTimeDuration('M', 'S');
- }
-
- private splitTimeDuration(startKey: string, endKey: string): number {
- const timeDuration = this.node.timerEventDefinition.timeDuration;
- let start = timeDuration.indexOf(startKey);
- let end = timeDuration.indexOf(endKey);
- if (startKey === 'H' || endKey === 'S') {
- start = timeDuration.lastIndexOf(startKey);
- end = timeDuration.lastIndexOf(endKey);
- }
- const result = parseInt(timeDuration.substring(start + 1, end));
- if (isNaN(result)) {
- return 0;
- } else {
- return result;
- }
- }
-
- public timeTypeChange(type: string): void {
- this.checkedType = type;
- const timer = this.node.timerEventDefinition;
- timer.type = type;
- timer.timeCycle = '';
- timer.timeDate = '';
- timer.timeDuration = '';
- }
-
- public transformTimeDurationToString(): void {
- // R5/P1Y2M10DT2H30M
- this.node.timerEventDefinition.timeDuration = 'P'
- + this.timeDuration.year + 'Y'
- + this.timeDuration.month + 'M'
- + this.timeDuration.day + 'D'
- + 'T' + this.timeDuration.hour + 'H'
- + this.timeDuration.minute + 'M'
- + this.timeDuration.second + 'S';
- }
-
- private transformISOToDate(): void {
- this.timeDate = new Date(this.node.timerEventDefinition.timeDate).toString();
- }
-
- private pad(value: number): string {
- let result = value.toString();
- if (result.length === 1) {
- result = '0' + result;
- }
- return result;
- }
-
- private transformDateToISO(date: Date): string {
- return date.getFullYear() + '-' + this.pad(date.getMonth() + 1) + '-' + this.pad(date.getDate()) + 'T'
- + this.pad(date.getHours()) + ':' + this.pad(date.getMinutes()) + ':' + this.pad(date.getSeconds());
- }
-
- public timeDateChange(): void {
- // 2007-04-05T12:30-02:00
- if (this.timeDate) {
- const date = new Date(this.timeDate);
- this.node.timerEventDefinition.timeDate = this.transformDateToISO(date);
- console.log(this.node.timerEventDefinition.timeDate);
- }
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/node-template/node-template.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/node-template/node-template.component.html
deleted file mode 100644
index a7cef5a3..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/node-template/node-template.component.html
+++ /dev/null
@@ -1,49 +0,0 @@
-<!--
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
--->
-
-<div class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.TOSCA_NODE' | translate}}</label>
- <div class="col-md-9">
- <select class="form-control" [ngModel]="node.template.id"
- (ngModelChange)="node.template.id=$event; nodeTemplateChanged();">
- <option *ngFor="let template of nodeTemplates" value="{{template.id}}">{{template.name}}</option>
- </select>
- </div>
-</div>
-
-<div class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.TOSCA_INTERFACE' | translate}}</label>
- <div class="col-md-9">
- <select class="form-control" [ngModel]="node.nodeInterface"
- (ngModelChange)="nodeInterfaceChanged($event);">
- <option *ngFor="let interface of nodeInterfaces" value="{{interface}}">{{interface}}</option>
- </select>
- </div>
-</div>
-
-<div class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.TOSCA_OPERATION' | translate}}</label>
- <div class="col-md-9">
- <select class="form-control" [ngModel]="node.operation"
- (ngModelChange)="nodeOperationChanged($event)">
- <option *ngFor="let operation of nodeOperations" value="{{operation}}">{{operation}}</option>
- </select>
- </div>
-</div>
-<hr>
-
-<wfm-parameter *ngFor="let input of node.input" [param]="input" [valueSource]= "inputSources" [planItems]="planItems"></wfm-parameter>
-<hr *ngIf="0 < node.input.length">
-<wfm-parameter *ngFor="let output of node.output" [param]="output" [valueSource]= "outputSources" [planItems]="planItems"></wfm-parameter>
-
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/node-template/node-template.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/node-template/node-template.component.ts
deleted file mode 100644
index 7fa9675f..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/node-template/node-template.component.ts
+++ /dev/null
@@ -1,131 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { AfterViewInit, Component, Input } from '@angular/core';
-import { Subscription } from '../../../../../node_modules/rxjs/Subscription.d';
-
-import { PlanTreeviewItem } from '../../../model/plan-treeview-item';
-import { NodeTemplate } from '../../../model/topology/node-template';
-import { ValueSource } from '../../../model/value-source.enum';
-import { Parameter } from '../../../model/workflow/parameter';
-import { ToscaNodeTask } from '../../../model/workflow/tosca-node-task';
-import { BroadcastService } from '../../../services/broadcast.service';
-import { ToscaService } from '../../../services/tosca.service';
-
-/**
- * node template component provides operations about tosca modules which saved in winery.
- * This component will be used in the property component while the corresponding workflow node is calling the node template's operation
- */
-@Component({
- selector: 'wfm-node-template',
- templateUrl: 'node-template.component.html',
-})
-export class NodeTemplateComponent implements AfterViewInit {
- @Input() public node: ToscaNodeTask;
- @Input() public planItems: PlanTreeviewItem[];
-
- public inputSources: ValueSource[] = [ValueSource.string, ValueSource.Variable, ValueSource.Topology, ValueSource.Plan];
- public outputSources: ValueSource[] = [ValueSource.Topology, ValueSource.Plan];
- public nodeInterfaces: string[] = [];
- public nodeOperations: any[] = [];
- public nodeTemplates: NodeTemplate[] = [];
-
- constructor(private toscaService: ToscaService) {
- }
-
- public ngAfterViewInit() {
- this.nodeTemplates = this.toscaService.getNodeTemplate();
-
- this.loadInterfaces();
- this.loadOperations();
- }
-
- public nodeTemplateChanged() {
- this.setTemplateNamespace();
-
- this.nodeInterfaceChanged('');
-
- this.loadInterfaces();
- }
-
- public nodeInterfaceChanged(newInterface: string) {
- this.node.nodeInterface = newInterface;
-
- this.nodeOperationChanged('');
-
- this.loadOperations();
- }
-
- public nodeOperationChanged(operation: string) {
- this.node.operation = operation;
-
- this.node.input = [];
- this.node.output = [];
-
- this.loadParameters();
- }
-
- private setTemplateNamespace() {
- const nodeTemplate = this.nodeTemplates.find(
- tmpNodeTemplate => tmpNodeTemplate.id === this.node.template.id);
-
- if (nodeTemplate) {
- this.node.template.namespace = nodeTemplate.namespace;
- this.node.template.type = nodeTemplate.type;
- }
- }
-
- private loadInterfaces() {
- if (this.node.template.id) {
- this.toscaService.loadNodeTemplateInterfaces(this.node.template)
- .subscribe(interfaces => {
- this.nodeInterfaces = interfaces;
- });
- } else {
- this.nodeInterfaces = [];
- }
- }
-
- private loadOperations() {
- if (this.node.nodeInterface) {
- this.nodeOperations = [];
- this.toscaService.loadNodeTemplateOperations(
- this.node.template,
- this.node.nodeInterface)
- .subscribe(operations => this.nodeOperations = operations);
- } else {
- this.nodeOperations = [];
- }
- }
-
- private loadParameters() {
- if (this.node.operation) {
- this.toscaService.loadNodeTemplateOperationParameter(
- this.node.template,
- this.node.nodeInterface,
- this.node.operation)
- .subscribe(params => {
- this.node.input = [];
- this.node.output = [];
-
- params.input.forEach(param => {
- const p = new Parameter(param, '', ValueSource[ValueSource.string]);
- this.node.input.push(p);
- });
-
- params.output.forEach(param => {
- const p = new Parameter(param, '', ValueSource[ValueSource.Definition]);
- this.node.output.push(p);
- });
- });
- }
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/properties.component.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/properties.component.css
deleted file mode 100644
index 5189f551..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/properties.component.css
+++ /dev/null
@@ -1,36 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-.wm-properties-wrapper {
- background-color: white;
- position: fixed;
- width: 500px;
- height: 100%;
- border-left: 1px solid #00aaff;
- z-index: 2000;
- right: 0;
- top: 0;
- bottom: 0;
- padding-left: 20px;
- margin-bottom: 0;
- padding-right: 20px;
- padding-top: 40px;
- -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
- box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
- border-radius: 0;
- overflow: auto;
-}
-
-.plx-btn{
- float: right;
- margin-right: 0;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/properties.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/properties.component.html
deleted file mode 100644
index a6d25e92..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/properties.component.html
+++ /dev/null
@@ -1,45 +0,0 @@
-<!--
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
- -->
-
-<div class="wm-properties-wrapper" *ngIf="show">
- <div class="form-group row">
- <wfm-editable-property class="col-md-9" [(value)]="node.name"></wfm-editable-property>
- <div class="col-md-3">
- <button (click)="deleteNode()" type="button" class="plx-btn plx-btn-error">
- <i class="plx-ico-delete-16" style="margin-right: 5px;"></i>{{ 'WORKFLOW.DELETE' | translate }}
- </button>
- </div>
- </div>
- <!-- <hr>
- <div class="form-group row">
- <label class="col-md-3 form-control-label text-md-right" for="nodeType">{{'WORKFLOW.NODE_TYPE' | translate}}</label>
- <div class="col-md-9">
- <select class="form-control" id="nodeType" [(ngModel)]="node.type">
- <option *ngFor="let t of nodeTypes" value="{{t}}">{{t}}</option>
- </select>
- </div>
- </div> -->
-
- <hr>
- <div [ngSwitch]="node.type">
- <wfm-start-event *ngSwitchCase="nodeType[nodeType.startEvent]" [node]="node"></wfm-start-event>
- <wfm-error-event *ngSwitchCase="nodeType[nodeType.errorStartEvent]" [node]="node"></wfm-error-event>
- <wfm-error-event *ngSwitchCase="nodeType[nodeType.errorEndEvent]" [node]="node"></wfm-error-event>
- <wfm-node-template *ngSwitchCase="nodeType[nodeType.toscaNodeManagementTask]" [node]="node" [planItems]="planTreeviewItems"></wfm-node-template>
- <wfm-rest-task *ngSwitchCase="nodeType[nodeType.restTask]" [node]="node" [planItems]="planTreeviewItems"></wfm-rest-task>
- <wfm-intermediate-catch-event *ngSwitchCase="nodeType[nodeType.intermediateCatchEvent]" [node]="node"></wfm-intermediate-catch-event>
- <wfm-service-task *ngSwitchCase="nodeType[nodeType.serviceTask]" [node]="node"></wfm-service-task>
- <wfm-script-task *ngSwitchCase="nodeType[nodeType.scriptTask]" [node]="node"></wfm-script-task>
- </div>
-</div>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/properties.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/properties.component.ts
deleted file mode 100644
index 1b381c5d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/properties.component.ts
+++ /dev/null
@@ -1,79 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import {Component, OnInit} from "@angular/core";
-import {TranslateService} from "@ngx-translate/core";
-import {PlanTreeviewItem} from "../../model/plan-treeview-item";
-import {ValueSource} from "../../model/value-source.enum";
-import {NodeType} from "../../model/workflow/node-type.enum";
-import {WorkflowNode} from "../../model/workflow/workflow-node";
-import {BroadcastService} from "../../services/broadcast.service";
-import {JsPlumbService} from "../../services/jsplumb.service";
-import {ModelService} from "../../services/model.service";
-import {NoticeService} from "../../services/notice.service";
-
-/**
- * property component presents information of a workflow node.
- * the presented information can be edit in this component.
- * it may load information dynamically. the content may be different for different node type.
- */
-@Component({
- selector: 'wfm-properties',
- styleUrls: ['./properties.component.css'],
- templateUrl: 'properties.component.html',
-})
-export class PropertiesComponent implements OnInit {
- public node: WorkflowNode;
- public planTreeviewItems: PlanTreeviewItem[];
- public nodeType = NodeType;
- // public nodeTypes: string[] = WorkflowNodeType;
- public show = false;
- public titleEditing = false;
- public valueSource = [ValueSource.string];
-
- constructor(private broadcastService: BroadcastService,
- private modelService: ModelService,
- private translate: TranslateService,
- private noticeService: NoticeService,
- private jsPlumbService: JsPlumbService) {
-
- }
-
- public ngOnInit() {
- this.broadcastService.showProperty$.subscribe(element => {
- if (element && this.modelService.isNode(element)) {
- this.node = element as WorkflowNode;
- // temporarily, if config info not exists then close the property panel
- // TODOS: 1) save config info in case config info no exists on a different environment.
- // 2) display property panel even if config info not exists for it may be adjust.
- try {
- this.planTreeviewItems = this.modelService.getPlanParameters(this.node.id);
- this.show = true;
- } catch (error) {
- this.show = false;
- this.translate.get('WORKFLOW.MSG.SWAGGER_NOT_EXISTS').subscribe((res: string) => {
- this.noticeService.error(res);
- });
- }
- } else {
- this.show = false;
- }
- });
- }
-
- public deleteNode() {
- this.show = false;
- const parentId = this.jsPlumbService.getParentNodeId(this.node.id);
- this.jsPlumbService.remove(this.node);
- this.modelService.deleteNode(parentId, this.node.id);
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/node-parameters.component.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/node-parameters.component.css
deleted file mode 100644
index e69de29b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/node-parameters.component.css
+++ /dev/null
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/node-parameters.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/node-parameters.component.html
deleted file mode 100644
index 9d17374b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/node-parameters.component.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!--
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
--->
-<wfm-parameter *ngFor="let param of pathParams" [param]="param" [valueSource]= "inputSources" [planItems]="planItems"></wfm-parameter>
-<hr *ngIf="pathParams.length > 0">
-<wfm-parameter *ngFor="let param of queryParams" [param]="param" [valueSource]= "inputSources" [planItems]="planItems"></wfm-parameter>
-<hr *ngIf="queryParams.length > 0">
-<wfm-parameter *ngFor="let param of headerParams" [param]="param" [valueSource]= "inputSources" [planItems]="planItems"></wfm-parameter>
-
-<wfm-parameter-tree [restConfigId]="restConfigId" [parameters]="inputParams" [valueSource]="inputSources"
- [planItems]="planItems"></wfm-parameter-tree>
-<wfm-parameter-tree [restConfigId]="restConfigId" [parameters]="outputParams" [valueSource]="outputSources" [showValue]="false"
- [planItems]="planItems"></wfm-parameter-tree>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/node-parameters.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/node-parameters.component.ts
deleted file mode 100644
index 692661a7..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/node-parameters.component.ts
+++ /dev/null
@@ -1,109 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import { Component, EventEmitter, Input, OnChanges, Output, SimpleChanges } from '@angular/core';
-import { TreeNode } from 'primeng/primeng';
-
-import { PlanTreeviewItem } from '../../../../model/plan-treeview-item';
-import { Swagger, SwaggerResponseClass } from '../../../../model/swagger';
-import { ValueSource } from '../../../../model/value-source.enum';
-import { RestParameter } from '../../../../model/workflow/rest-parameter';
-import { BroadcastService } from '../../../../services/broadcast.service';
-import { SwaggerTreeConverterService } from '../../../../services/swagger-tree-converter.service';
-import { RestService } from "../../../../services/rest.service";
-import { SwaggerIn } from '../../../../model/workflow/swagger/swagger-in.enum';
-
-/**
- * property component presents information of a workflow node.
- * the presented information can be edit in this component.
- * it may load information dynamically. the content may be different for different node type.
- */
-@Component({
- selector: 'wfm-node-parameters',
- styleUrls: ['./node-parameters.component.css'],
- templateUrl: 'node-parameters.component.html',
-})
-export class NodeParametersComponent implements OnChanges {
- @Input() public swaggerInput: RestParameter[];
- @Input() public swaggerOutput: SwaggerResponseClass[];
- @Input() public restConfigId: string;
- @Input() public planItems: PlanTreeviewItem[];
-
- public inputSources: ValueSource[] = [ValueSource.Variable, ValueSource.Topology, ValueSource.Plan];
- public outputSources: ValueSource[] = [];
- public valueSource = ValueSource;
- public headerParams: RestParameter[] = [];
- public pathParams: RestParameter[] = [];
- public queryParams: RestParameter[] = [];
- public inputParams: TreeNode[] = [];
- public outputParams: TreeNode[] = [];
-
- private index = 1;
-
- constructor(private broadcastService: BroadcastService,
- private restService: RestService,
- private swaggerTreeConverterService: SwaggerTreeConverterService) {
- }
-
- public ngOnChanges(changes: SimpleChanges): void {
- if (changes.swaggerInput && changes.swaggerInput.currentValue) {
- this.resetRequestParams(changes.swaggerInput.currentValue);
- }
- if (changes.swaggerOutput && changes.swaggerOutput.currentValue) {
- this.resetResponseParams(changes.swaggerOutput.currentValue);
- }
- }
-
- public resetRequestParams(parameters: RestParameter[]) {
- this.pathParams = [];
- this.queryParams = [];
- this.inputParams = [];
- this.headerParams = [];
-
- parameters.forEach(param => {
- if (SwaggerIn[SwaggerIn.path] === param.position) {
- this.pathParams.push(param);
- } else if (SwaggerIn[SwaggerIn.query] === param.position) {
- this.queryParams.push(param);
- } else if (SwaggerIn[SwaggerIn.header] === param.position) {
- this.headerParams.push(param);
- } else if (SwaggerIn[SwaggerIn.body] === param.position) {
- let valueObject = undefined;
- if (undefined !== param.value || undefined !== param.valueSource) {
- valueObject = { value: param.value, valueSource: param.valueSource };
- }
- const requestTreeNode = this.swaggerTreeConverterService.schema2TreeNode(this.restService.getSwaggerInfo(this.restConfigId),
- 'Request Param', param.schema, valueObject);
- // console.log('requestTreeNode is :');
- // console.log(requestTreeNode.value);
- param.value = requestTreeNode.value.value;
- param.valueSource = requestTreeNode.value.valueSource;
- this.inputParams.push(requestTreeNode);
- } else {
- // TODO others param types not supported
- console.log('Unsupport parameter position(in):' + param.position);
- }
- });
- }
-
- public resetResponseParams(responses: SwaggerResponseClass[]) {
- this.outputParams = [];
- if (0 < responses.length && responses[0].schema) {
- const treeNode = this.swaggerTreeConverterService.schema2TreeNode(
- this.restService.getSwaggerInfo(this.restConfigId),
- 'Response Params',
- responses[0].schema,
- { value: {}, valueSource: ValueSource[ValueSource.Definition] });
- this.outputParams.push(treeNode);
- }
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/parameter-tree/parameter-tree.component.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/parameter-tree/parameter-tree.component.css
deleted file mode 100644
index e69de29b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/parameter-tree/parameter-tree.component.css
+++ /dev/null
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/parameter-tree/parameter-tree.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/parameter-tree/parameter-tree.component.html
deleted file mode 100644
index bc14295d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/parameter-tree/parameter-tree.component.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!--
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
--->
-<p-tree class="ui-fluid" *ngIf="parameters.length > 0" [value]="parameters">
- <ng-template let-node pTemplate="default">
- <wfm-parameter [param]="getParameter(node)" [canEditName]="node.keyEditable" [showValue]="showValue" [valueSource]="valueSource"
- [planItems]="planItems" [canDelete]="getCanDelete(node)" (paramChange)="paramChange($event, node)" (delete)="deleteTreeNode(node)"></wfm-parameter>
- </ng-template>
-
- <ng-template let-node pTemplate="array">
- <wfm-parameter [param]="getParameter(node)" [canEditName]="node.keyEditable" [showValue]="showValue" [valueSource]="getObjectValueSource()"
- [planItems]="planItems" [canInsert]="getCanInsert(node)" [canDelete]="getCanDelete(node)" (paramChange)="paramChange($event, node)"
- (insert)="addChildNode4ObjectArray(node)" (delete)="deleteTreeNode(node)"></wfm-parameter>
- </ng-template>
-
- <ng-template let-node pTemplate="object">
- <wfm-parameter [param]="getParameter(node)" [canEditName]="node.keyEditable" [showValue]="showValue" [valueSource]="getObjectValueSource()"
- [planItems]="planItems" [canDelete]="getCanDelete(node)" (paramChange)="paramChange($event, node)" (delete)="deleteTreeNode(node)"></wfm-parameter>
- </ng-template>
-
- <ng-template let-node pTemplate="map">
- <wfm-parameter [param]="getParameter(node)" [canEditName]="node.keyEditable" [showValue]="showValue" [valueSource]="getObjectValueSource()"
- [planItems]="planItems" [canInsert]="getCanInsert(node)" [canDelete]="getCanDelete(node)" (paramChange)="paramChange($event, node)"
- (insert)="addChildNode4DynamicObject(node)" (delete)="deleteTreeNode(node)"></wfm-parameter>
- </ng-template>
-</p-tree> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/parameter-tree/parameter-tree.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/parameter-tree/parameter-tree.component.ts
deleted file mode 100644
index 93c3b72e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/node-parameters/parameter-tree/parameter-tree.component.ts
+++ /dev/null
@@ -1,176 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import { ChangeDetectionStrategy, Component, Input, OnInit, Output } from '@angular/core';
-import { TreeNode } from 'primeng/primeng';
-
-import { PlanTreeviewItem } from '../../../../../model/plan-treeview-item';
-import { ValueSource } from '../../../../../model/value-source.enum';
-import { Parameter } from '../../../../../model/workflow/parameter';
-import { SwaggerTreeConverterService } from '../../../../../services/swagger-tree-converter.service';
-import { WorkflowUtil } from '../../../../../util/workflow-util';
-import { Swagger } from "../../../../../model/swagger";
-import { RestService } from "../../../../../services/rest.service";
-
-/**
- * parameter tree presents parameter of task node's input or output parameters.
- */
-@Component({
- selector: 'wfm-parameter-tree',
- styleUrls: ['./parameter-tree.component.css'],
- templateUrl: 'parameter-tree.component.html',
- changeDetection: ChangeDetectionStrategy.OnPush
-})
-export class ParameterTreeComponent implements OnInit {
- @Input() public parameters: TreeNode[];
- @Input() public showValue: boolean;
- @Input() public canInsert: boolean;
- @Input() public restConfigId: string;
- @Input() public valueSource: ValueSource[];
- @Input() public planItems: PlanTreeviewItem[];
-
- constructor(private restService: RestService, private swaggerTreeConverterService: SwaggerTreeConverterService) { }
-
- public ngOnInit() {
- if (undefined === this.showValue) {
- this.showValue = true;
- }
- }
-
- public getParameter(node: any): Parameter {
- // console.log('Parameter init:' + node.label +'.'+ node.type+'.'+JSON.stringify(node.value.value)+'.'+node.value.valueSource);
-
- return new Parameter(node.label, node.value.value, node.value.valueSource, node.definition.type, node.definition.reqquired);
- }
-
-
- public paramChange(param: Parameter, node: any) {
- // console.log('Parameter change:' + param.name + ', Node label is:' + node.label);
-
- node.value.valueSource = param.valueSource;
- node.value.value = param.value;
-
- this.objectParameterChange(node);
-
- if (node.label !== param.name) {
- delete node.parent.value.value[node.label];
- node.label = param.name;
- }
- if (node.parent) {
- node.parent.value.value[node.label] = node.value;
- } else {
- // this parameter is 'request param' or 'response param'
- }
-
- }
-
- private objectParameterChange(node: any) {
- if (node.value.valueSource === ValueSource[ValueSource.Definition]) { // value will be set by node defintion
- const treeNode = this.swaggerTreeConverterService.schema2TreeNode(this.getSwagger(), node.label, node.definition, node.value);
- node.value = treeNode.value;
- node.children = treeNode.children;
- } else { // parameter value will be set by param
- node.children = [];
- }
- }
-
- private getSwagger(): Swagger {
- return this.restService.getSwaggerInfo(this.restConfigId);
- }
-
- public addChildNode4DynamicObject(node: any) {
- const copyItem = WorkflowUtil.deepClone(node.definition.additionalProperties);
- const key = Object.keys(node.value.value).length;
-
- const childrenNode = this.swaggerTreeConverterService
- .schema2TreeNode(this.getSwagger(), key, copyItem);
-
- childrenNode.keyEditable = true;
- node.value.value[key] = childrenNode.value;
-
- node.children.push(childrenNode);
- }
-
- public addChildNode4ObjectArray(node: any) {
- const copyItem = WorkflowUtil.deepClone(node.definition.items);
-
- const childrenNode = this.swaggerTreeConverterService
- .schema2TreeNode(
- this.getSwagger(),
- node.children.length,
- copyItem);
-
- node.value.value.push(childrenNode.value);
- node.children.push(childrenNode);
- }
-
- public deleteTreeNode(node: any) {
- if ('array' === node.parent.type) {
- // delete data
- node.parent.value.value.splice(node.label, 1);
- node.parent.children.splice(node.label, 1);
-
- // update node index
- node.parent.children.forEach((childNode, index) => childNode.label = index);
- } else if ('map' === node.parent.type) {
- delete node.parent.value.value[node.label];
- for (let index = 0; index < node.parent.children.length; index++) {
- const element = node.parent.children[index];
- if (element.label === node.label) {
- node.parent.children.splice(index, 1);
- break;
- }
- }
- }
- }
-
- public getCanInsert(node: any) {
- if (undefined === this.canInsert) {
- if (node.value.valueSource !== ValueSource[ValueSource.Definition]) {
- return false;
- } else {
- return this.isArrayObject(node) || this.isDynamicObject(node);
- }
- } else {
- return this.canInsert
- }
- }
-
- public getCanDelete(node: any) {
- const parent = node.parent;
- if (parent &&
- (this.isArrayObject(parent) || this.isDynamicObject(parent))) {
- return true;
- } else {
- return false;
- }
- }
-
- public getObjectValueSource(): ValueSource[] {
- const result = [];
- this.valueSource.forEach(source => {
- if (ValueSource.string != source) {
- result.push(source);
- }
- });
- result.push(ValueSource.Definition);
- return result;
- }
-
- private isArrayObject(node: any): boolean {
- return node.type === 'array';
- }
-
- private isDynamicObject(node: any): boolean {
- return node.type === 'map';
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-parameters/rest-parameters.component.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-parameters/rest-parameters.component.css
deleted file mode 100644
index a2dc6ff6..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-parameters/rest-parameters.component.css
+++ /dev/null
@@ -1,11 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/ \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-parameters/rest-parameters.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-parameters/rest-parameters.component.html
deleted file mode 100644
index 1d3f87a8..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-parameters/rest-parameters.component.html
+++ /dev/null
@@ -1,67 +0,0 @@
-<!--
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
--->
-<div *ngIf="0 < queryParams.length">
- <div class="form-group row">
- <label class="col-md-3 form-control-label">{{'WORKFLOW.REST_INPUT_QUERY' | translate}}</label>
- <div class="col-md-9"></div>
- </div>
- <wfm-parameter *ngFor="let query of queryParams; let i = index;" [param]="query" (paramChange)="onParamChange(query)" [valueSource]="inputValueSource" [planItems]="planItems"></wfm-parameter>
- <hr>
-</div>
-
-<div *ngIf="0 < headerParams.length">
- <div class="form-group row">
- <label class="col-md-3 form-control-label">{{'WORKFLOW.REST_INPUT_HEADER' | translate}}</label>
- <div class="col-md-9"></div>
- </div>
- <wfm-parameter *ngFor="let header of headerParams; let i = index;" [param]="header" (paramChange)="onParamChange(header)" [valueSource]="inputValueSource" [planItems]="planItems"></wfm-parameter>
- <hr>
-</div>
-
-<div *ngIf="0 < pathParams.length">
- <div class="form-group row">
- <label class="col-md-3 form-control-label">{{'WORKFLOW.REST_INPUT_PATH' | translate}}</label>
- <div class="col-md-9"></div>
- </div>
- <wfm-parameter *ngFor="let path of pathParams; let i = index;" [param]="path" (paramChange)="onParamChange(path)" [valueSource]="inputValueSource" [planItems]="planItems"></wfm-parameter>
- <hr>
-</div>
-
-<div *ngIf="0 < formDataParams.length">
- <div class="form-group row">
- <label class="col-md-3 form-control-label">{{'WORKFLOW.REST_INPUT_FORMDATA' | translate}}</label>
- <div class="col-md-9"></div>
- </div>
- <wfm-parameter *ngFor="let formData of formDataParams; let i = index;" [param]="formData" (paramChange)="onParamChange(formData)" [valueSource]="inputValueSource"
- [planItems]="planItems"></wfm-parameter>
- <hr>
-</div>
-
-<div *ngIf="0 < bodyParams.length">
- <div class="form-group row">
- <label class="col-md-3 form-control-label">{{'WORKFLOW.REST_INPUT_BODY' | translate}}</label>
- <div class="col-md-9"></div>
- </div>
- <wfm-parameter-tree [parameters]="bodyParams" [valueSource]="inputValueSource" [planItems]="planItems"></wfm-parameter-tree>
- <hr>
-</div>
-
-<div *ngIf="0 < responseParams.length">
- <div class="form-group row">
- <label class="col-md-3 form-control-label">{{'WORKFLOW.REST_OUTPUT' | translate}}</label>
- <div class="col-md-9"></div>
- </div>
- <wfm-parameter-tree [parameters]="responseParams" [valueSource]="outputValueSource" [showValue]="false" [canInsert]="false"></wfm-parameter-tree>
- <hr>
-</div> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-parameters/rest-parameters.component.spec.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-parameters/rest-parameters.component.spec.ts
deleted file mode 100644
index f0154f2b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-parameters/rest-parameters.component.spec.ts
+++ /dev/null
@@ -1,36 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-import { async, ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { RestParametersComponent } from './rest-parameters.component';
-
-describe('RestParametersComponent', () => {
- let component: RestParametersComponent;
- let fixture: ComponentFixture<RestParametersComponent>;
-
- beforeEach(async(() => {
- TestBed.configureTestingModule({
- declarations: [ RestParametersComponent ]
- })
- .compileComponents();
- }));
-
- beforeEach(() => {
- fixture = TestBed.createComponent(RestParametersComponent);
- component = fixture.componentInstance;
- fixture.detectChanges();
- });
-
- it('should be created', () => {
- expect(component).toBeTruthy();
- });
-});
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-parameters/rest-parameters.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-parameters/rest-parameters.component.ts
deleted file mode 100644
index d24486d1..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-parameters/rest-parameters.component.ts
+++ /dev/null
@@ -1,367 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-import { Component, Input, OnInit } from '@angular/core';
-import { PlanTreeviewItem } from '../../../../model/plan-treeview-item';
-import { SwaggerBaseParameter } from '../../../../model/workflow/swagger/swagger-base-parameter';
-import { SwaggerResponse } from '../../../../model/workflow/swagger/swagger-response';
-import { TreeNode } from 'primeng/components/common/treenode';
-import { ValueSource } from '../../../../model/value-source.enum';
-import { SwaggerIn } from '../../../../model/workflow/swagger/swagger-in.enum';
-import { SwaggerBodyParameter } from '../../../../model/workflow/swagger/swagger-body-parameter';
-import { SwaggerTreeConverterService } from '../../../../services/swagger-tree-converter.service';
-import { SwaggerSchema } from '../../../../model/workflow/swagger/swagger-schema';
-import { WorkflowUtil } from '../../../../util/workflow-util';
-import { Parameter } from '../../../../model/workflow/parameter';
-import { SwaggerNormalParameter } from '../../../../model/workflow/swagger/swagger-normal-parameter';
-import { ValueType } from '../../../../model/value-type.enum';
-import { ValueObject } from '../../../../model/value-object';
-
-@Component({
- selector: 'wfm-rest-parameters',
- templateUrl: './rest-parameters.component.html',
- styleUrls: ['./rest-parameters.component.css']
-})
-export class RestParametersComponent implements OnInit {
- @Input() public dataTypeInput: SwaggerBaseParameter[];
- @Input() public dataTypeOutput: SwaggerResponse[];
- @Input() public definitions: any;
- @Input() public planItems: PlanTreeviewItem[];
- public queryParams: Parameter[] = [];
- public headerParams: Parameter[] = [];
- public pathParams: Parameter[] = [];
- public formDataParams: Parameter[] = [];
- public bodyParams: TreeNode[] = [];
- public responseParams: TreeNode[] = [];
-
- public inputValueSource = [ValueSource.Variable, ValueSource.Plan, ValueSource.Topology];
- public outputValueSource = [];
- constructor() { }
-
- ngOnInit() {
- if (this.dataTypeInput) {
- this.dataTypeInput.forEach(input => {
- switch (input.in) {
- case SwaggerIn[SwaggerIn.query]:
- let query = this.normal2Parameter(input as SwaggerNormalParameter);
- input.value = query.value;
- input.valueSource = query.valueSource;
- this.queryParams.push(query);
- break;
- case SwaggerIn[SwaggerIn.header]:
- let header = this.normal2Parameter(input as SwaggerNormalParameter);
- input.value = header.value;
- input.valueSource = header.valueSource;
- this.headerParams.push(header);
- break;
- case SwaggerIn[SwaggerIn.path]:
- let path = this.normal2Parameter(input as SwaggerNormalParameter);
- input.value = path.value;
- input.valueSource = path.valueSource;
- this.pathParams.push(path);
- break;
- case SwaggerIn[SwaggerIn.formData]:
- let formData = this.normal2Parameter(input as SwaggerNormalParameter);
- input.value = formData.value;
- input.valueSource = formData.valueSource;
- this.formDataParams.push(formData);
- break;
- case SwaggerIn[SwaggerIn.body]:
- let body = this.body2TreeNode(input as SwaggerBodyParameter);
- input.value = body.value.value;
- input.valueSource = body.value.valueSource;
- this.bodyParams.push(body);
- break;
- default:
- console.warn(`Not support this parameters in:${input.in}`);
- break;
- }
- });
- }
- this.responseParams.push(this.parameter2TreeNode('status',
- { type: ValueType[ValueType.number], editable: false }, { value: '', valueSource: ValueSource.string }));
- if (this.dataTypeOutput) {
- this.dataTypeOutput.forEach(output => {
- const treeNode = this.swaggerResponse2TreeNode(output as SwaggerResponse);
- if (treeNode) {
- this.responseParams.push(treeNode);
- }
- });
- }
- }
-
- public onParamChange(param: Parameter) {
- this.dataTypeInput.forEach(input => {
- if (input.name === param.name) {
- input.value = param.value;
- input.valueSource = param.valueSource;
- }
- });
- }
-
- private normal2Parameter(normalParam: SwaggerNormalParameter): Parameter {
- let finalValue;
- let finalValueSource;
- if (normalParam.value && normalParam.value && normalParam.valueSource) {
- finalValue = normalParam.value;
- finalValueSource = normalParam.valueSource;
- } else {
- finalValue = normalParam.default;
- finalValueSource = ValueSource[ValueSource.string];
- }
- let parameter = new Parameter(normalParam.name, finalValue, finalValueSource, normalParam.type, normalParam.required, normalParam.show);
- return parameter;
- }
-
- private body2TreeNode(bodyParam: SwaggerBodyParameter) {
- return this.swaggerSchema2TreeNode(bodyParam.name, bodyParam.schema, bodyParam);
- }
-
- private swaggerResponse2TreeNode(responseParam: SwaggerResponse): TreeNode {
- if (responseParam.$ref) {
- return this.swaggerRef2TreeNode(responseParam.name, responseParam.$ref);
- } else if (responseParam.schema) {
- return this.swaggerSchema2TreeNode(responseParam.name, responseParam.schema);
- } else {
- console.log(`Unsupport response parameter:${responseParam.name}`);
- return null;
- }
- }
-
- private swaggerSchema2TreeNode(name: string | number, schema: SwaggerSchema, value?: any) {
- if (schema.$ref) {
- return this.swaggerRef2TreeNode(name as string, schema.$ref);
- } else {
- value = this.getInitValue4Param(schema, value);
- return this.parameter2TreeNode(name, schema, value);
- }
- }
-
- private swaggerRef2TreeNode(name: string, ref: string, value?: any) {
- let definition = this.definitions[ref];
- let refTreeNode = {
- label: 'Unsupport Ref Parameter',
- type: this.getTreeNodeType(ref),
- required: definition.required,
- children: [],
- definition: definition,
- value: value,
- };
-
- // if (value.valueSource === ValueSource[ValueSource.Definition]) {
- // if (definition.type === 'object') {
- // refTreeNode.children = this.getPropertyFromObject(definition, value.value);
- // } else if (definition.type === 'array') {
- // refTreeNode.children = this.setChildrenForArray(definition, value.value);
- // }
- // }
- return refTreeNode;
- }
-
- private getInitValue4Param(schema: SwaggerSchema, value: any) {
- let definition = schema;
- if (schema.$ref) {
- definition = this.definitions[schema.$ref];
- }
- let valueObject: ValueObject = { valueSource: ValueSource[ValueSource.string] };
- if (undefined == value) {
- valueObject.value = definition.default;
- if (ValueType[ValueType.array] === definition.type || ValueType[ValueType.object] === definition.type) {
- valueObject.valueSource = ValueSource[ValueSource.Definition];
- } else {
- valueObject.valueSource = definition.type;
- }
- } else {
- if('object' != typeof(value)){
- console.error('Param value is not object!, param definition is:' + definition);
- }
- valueObject.valueSource = value.valueSource;
- valueObject.value = undefined === value.value ? definition.default : value.value;
- }
- if (ValueType[ValueType.object] === definition.type) {
- return this.getInitValue4Object(valueObject);
- } else if (ValueType[ValueType.array] === definition.type) {
- // if (undefined == value) {
- // valueObject.value = definition.default;
- // if (ValueType[ValueType.array] === definition.type || ValueType[ValueType.object] === definition.type) {
- // valueObject.valueSource = ValueSource[ValueSource.Definition];
- // } else {
- // valueObject.valueSource = definition.type;
- // }
- // } else {
- // valueObject.valueSource = value.valueSource;
- // valueObject.value = undefined === value.value ? definition.default : value.value;
- // }
- return this.getInitValue4Array(valueObject);
- } else { // primary type
- // valueObject.value = undefined === value ? definition.default : value;
- // valueObject.valueSource = definition.type;
- return this.getInitValue4Primary(valueObject);
- }
- }
-
-
- private getInitValue4Object(value: any) {
- const newValue = {
- value: {},
- valueSource: ValueSource[ValueSource.Definition]
- };
-
- if (!value || '' === value) {
- return newValue;
- } else {
- if (value.valueSource !== ValueSource[ValueSource.Definition]) {
- return value;
- } else {
- if (typeof value.value !== 'object') {
- value.value = {};
- }
- return value;
- }
- }
- }
-
- private getInitValue4Array(value: any) {
- const newValue = {
- value: [],
- valueSource: ValueSource[ValueSource.Definition]
- };
-
- if (!value || '' === value) {
- return newValue;
- } else {
- if (value.valueSource !== ValueSource[ValueSource.Definition]) {
- return value;
- } else {
- if (!(value.value instanceof Array)) {
- value.value = [];
- }
- return value;
- }
- }
- }
-
- private getInitValue4Primary(value: any) {
- const newValue = {
- value: '',
- valueSource: ValueSource[ValueSource.string]
- };
-
- if (!value) {
- return newValue;
- } else {
- if (typeof value.value === 'object') {
- value.value = '';
- }
- return value;
- }
- }
-
- private parameter2TreeNode(name: string | number, definition: any, value: any): any {
- const nodeType = this.getTreeNodeType(definition);
-
- const node = {
- label: name,
- type: nodeType,
- required: definition.required,
- children: [],
- definition: definition,
- value: value
- };
-
- if (value.valueSource === ValueSource[ValueSource.Definition]) {
- if (ValueType[ValueType.object] === definition.type) {
- node.children = this.getPropertyFromObject(definition, value.value);
- } else if (ValueType[ValueType.array] === definition.type) {
- node.children = this.getItemsFromArray(definition, value.value);
- }
- }
-
- return node;
- }
-
- private getTreeNodeType(param: any): string {
- const type = param.type;
- if (ValueType[ValueType.array] === type) {
- return 'array';
- } else if (ValueType[ValueType.object] === type) {
- if (param.additionalProperties) {
- return 'map';
- } else {
- return 'object';
- }
- } else {
- return 'default';
- }
- }
-
- private getPropertyFromObject(schema: SwaggerSchema, value: any): TreeNode[] {
- if (schema.properties) {
- const required = schema.required as string[];
- return this.getPropertyFromSimpleObject(schema.properties, value, required);
- } else if (schema.additionalProperties) {
- return this.getPropertyFromMapOrDictionary(schema.additionalProperties, value);
- } else {
- console.warn('getPropertyFromObject() return [], param is:' + JSON.stringify(schema));
- return [];
- }
-
- }
-
- private getPropertyFromSimpleObject(properties: any, objectValue: any, required: string[]): TreeNode[] {
- const treeNodes: TreeNode[] = [];
- for (const key in properties) {
- let property = properties[key];
- // init required property
- property.required = false;
- if (Array.isArray(required)) {
- for (let index = 0; index < required.length; index++) {
- if (required[index] === key) {
- property.required = true;
- break;
- }
- }
- }
-
- objectValue[key] = this.getInitValue4Param(property, objectValue[key]);
-
- const treeNode = this.swaggerSchema2TreeNode(key, property, objectValue[key]);
- treeNodes.push(treeNode);
- }
- return treeNodes;
- }
-
- private getPropertyFromMapOrDictionary(additionalProperties: any, mapOrDictionary: any): TreeNode[] {
- const treeNodes: TreeNode[] = [];
- for (const key in mapOrDictionary) {
- const propertyCopy = WorkflowUtil.deepClone(additionalProperties);
- propertyCopy.value = mapOrDictionary[key];
- const treeNode = this.swaggerSchema2TreeNode(key, propertyCopy, propertyCopy.value);
- treeNode.keyEditable = true;
- treeNodes.push(treeNode);
- if (mapOrDictionary[key] !== propertyCopy.value) {
- mapOrDictionary[key] = propertyCopy.value;
- }
- }
- return treeNodes;
- }
-
- private getItemsFromArray(definition: any, value: any[]): any[] {
- const children = [];
- value.forEach((itemValue, index) => {
- const itemCopy = WorkflowUtil.deepClone(definition.items);
- children.push(this.swaggerSchema2TreeNode(index, itemCopy, itemValue));
- });
-
- return children;
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-task.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-task.component.html
deleted file mode 100644
index d3f41921..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-task.component.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<!--
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
--->
-
-<div class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.REST_SERVICE' | translate}}</label>
- <div class="col-md-9">
- <select *ngIf="loadSwaggerByMSB" class="form-control" [ngModel]="node.restConfigId" (ngModelChange)="serviceChanged($event)">
- <option *ngFor="let restConfig of restService.getRestConfigs()" value="{{restConfig.id}}">{{restConfig.id}}</option>
- </select>
- <input *ngIf="!loadSwaggerByMSB" class="form-control" [ngModel]="node.restConfigId" disabled />
- </div>
-</div>
-
-<div class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.REST_PATH' | translate}}</label>
- <div class="col-md-9">
- <select *ngIf="loadSwaggerByMSB" class="form-control" [ngModel]="node.path" (ngModelChange)="pathChanged($event)">
- <option *ngFor="let interface of restInterfaces" value="{{interface}}">{{interface}}</option>
- </select>
- <input *ngIf="!loadSwaggerByMSB" class="form-control" [ngModel]="node.path" disabled />
- </div>
-</div>
-
-<div class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.REST_METHOD' | translate}}</label>
- <div class="col-md-9">
- <select *ngIf="loadSwaggerByMSB" class="form-control" [ngModel]="node.method" (ngModelChange)="methodChanged($event)">
- <option *ngFor="let operation of restOperations" value="{{operation}}">{{operation}}</option>
- </select>
- <input *ngIf="!loadSwaggerByMSB" class="form-control" [ngModel]="node.method" disabled />
- </div>
-</div>
-<hr>
-
-<div *ngIf="loadSwaggerByMSB">
- <wfm-node-parameters [restConfigId]="node.restConfigId" [swaggerInput]="node.parameters" [swaggerOutput]="node.responses"
- [planItems]="planItems"></wfm-node-parameters>
-</div>
-
-<div *ngIf="!loadSwaggerByMSB">
- <wfm-rest-parameters [dataTypeInput]="node.parameters" [dataTypeOutput]="dataTypeOutput" [definitions]="definitions"
- [planItems]="planItems"></wfm-rest-parameters>
-</div> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-task.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-task.component.ts
deleted file mode 100644
index 3def276f..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/rest-task/rest-task.component.ts
+++ /dev/null
@@ -1,273 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-import { Component, Input, OnInit } from '@angular/core';
-import { Subscription } from 'rxjs/Subscription';
-import { TranslateService } from '@ngx-translate/core';
-
-import { PlanTreeviewItem } from '../../../model/plan-treeview-item';
-import { ValueSource } from '../../../model/value-source.enum';
-import { ValueType } from '../../../model/value-type.enum';
-import { RestParameter } from '../../../model/workflow/rest-parameter';
-import { RestTask } from '../../../model/workflow/rest-task';
-import { BroadcastService } from '../../../services/broadcast.service';
-import { NoticeService } from '../../../services/notice.service';
-import { RestService } from '../../../services/rest.service';
-import { WorkflowUtil } from '../../../util/workflow-util';
-import { NodeTypeService } from '../../../services/node-type.service';
-import { NodeDataType } from '../../../model/node-data-type/node-data-type';
-import { SwaggerBaseParameter } from "../../../model/workflow/swagger/swagger-base-parameter";
-import { SwaggerResponse } from "../../../model/workflow/swagger/swagger-response";
-import { Swagger, SwaggerMethod } from '../../../model/swagger';
-import { SwaggerBodyParameter } from '../../../model/workflow/swagger/swagger-body-parameter';
-import { SwaggerNormalParameter } from '../../../model/workflow/swagger/swagger-normal-parameter';
-import { SwaggerSchema } from '../../../model/workflow/swagger/swagger-schema';
-import { SwaggerIn } from '../../../model/workflow/swagger/swagger-in.enum';
-
-@Component({
- selector: 'wfm-rest-task',
- templateUrl: 'rest-task.component.html',
-})
-export class RestTaskComponent implements OnInit {
- @Input() public node: RestTask;
- @Input() public planItems: PlanTreeviewItem[];
-
- public swaggerJson: any = {};
- public restInterfaces = [];
- public restOperations = [];
- public loadSwaggerByMSB = true;
- // public dataTypeInput: SwaggerBaseParameter[] = [];
- public dataTypeOutput: SwaggerResponse[] = [];
- public definitions: SwaggerSchema;
- private swagger: Swagger;
-
- constructor(private nodeTypeService: NodeTypeService, private broadcastService: BroadcastService, public restService: RestService,
- private noticeService: NoticeService, private translate: TranslateService) { }
-
- public ngOnInit() {
- const nodeDataType = this.nodeTypeService.getNodeDataTypeById(this.node.typeId);
- // if (nodeDataType.content && nodeDataType.content.baseUrl && nodeDataType.content.serviceName && nodeDataType.content.version
- // && nodeDataType.content.path && nodeDataType.content.method && nodeDataType.content.consumes) {
- if (nodeDataType && nodeDataType.content && nodeDataType.content.baseUrl && nodeDataType.content.serviceName
- && nodeDataType.content.serviceVersion && nodeDataType.content.path && nodeDataType.content.method) {
- this.loadSwaggerByMSB = false;
- }
- if (this.loadSwaggerByMSB) {
- this.loadInterfaces();
- } else {
- this.setParametersByDataType(nodeDataType);
- }
- }
-
- public serviceChanged(configId: string) {
- this.node.restConfigId = configId;
- this.pathChanged('');
- this.loadInterfaces();
- }
-
- public pathChanged(path: string) {
- this.node.path = path;
- this.node.consumes = [];
- this.node.produces = [];
- this.methodChanged('');
- this.loadOperations();
- }
-
- public methodChanged(method: string) {
- this.node.method = method;
- this.node.parameters = [];
- this.node.responses = [];
- this.updateMethodInfo();
- }
-
- private loadInterfaces(): void {
- if (this.node.restConfigId) {
- // this.swagger = this.restService.getSwaggerInfo(this.node.restConfigId);
- let restConfig = this.restService.getRestConfig(this.node.restConfigId);
- this.node.baseUrl = restConfig.url;
- this.node.serviceName = restConfig.name;
- this.node.serviceVersion = restConfig.version;
-
- this.swagger = restConfig.swagger;
- if (this.swagger) {
- this.restInterfaces = [];
- for (const key of Object.keys(this.swagger.paths)) {
- this.restInterfaces.push(key);
- }
- this.loadOperations();
- } else {
- this.translate.get('WORKFLOW.MSG.SWAGGER_NOT_EXISTS').subscribe((res: string) => {
- this.noticeService.error(res);
- });
- }
- }
- }
-
- private loadOperations(): void {
- if (this.node.path) {
- const swaggerPath: any = this.swagger.paths[this.node.path];
-
- this.restOperations = [];
- for (const key of Object.keys(swaggerPath)) {
- this.restOperations.push(key);
- }
- }
- }
-
- private updateMethodInfo(): void {
- if (this.node.method) {
- const path: any = this.swagger.paths[this.node.path];
- const method: SwaggerMethod = path[this.node.method];
-
- this.node.consumes = WorkflowUtil.deepClone(method.consumes);
- this.node.produces = WorkflowUtil.deepClone(method.produces);
-
- let tempParameters: RestParameter[] = [];
- method.parameters.forEach(param => {
- let defaultType = SwaggerIn[SwaggerIn.body] === param.position ? ValueType[ValueType.object] : ValueType[ValueType.string];
- const type = param.type ? param.type : defaultType;
- const nodeParam = new RestParameter(param.name, undefined, ValueSource[ValueSource.string],
- type, param.position, param.schema, param.required);
- tempParameters.push(WorkflowUtil.deepClone(nodeParam));
- });
- this.node.parameters = tempParameters;
-
- const responseParams = this.restService.getResponseParameters(
- this.swagger, this.node.path, this.node.method);
- this.node.responses = responseParams.map(param => WorkflowUtil.deepClone(param));
- }
- }
-
- private setParametersByDataType(nodeDataType: NodeDataType): void {
- this.node.serviceName = nodeDataType.content.serviceName;
- this.node.serviceVersion = nodeDataType.content.serviceVersion;
- this.node.restConfigId = this.node.serviceName;
- if (this.node.serviceVersion) {
- this.node.restConfigId += ('.' + this.node.serviceVersion);
- }
- this.node.baseUrl = nodeDataType.content.baseUrl;
- this.node.path = nodeDataType.content.path;
- this.node.method = nodeDataType.content.method;
- this.node.consumes = nodeDataType.content.consumes;
- this.node.produces = nodeDataType.content.produces;
- this.definitions = nodeDataType.definitions;
- if (nodeDataType.content.inputs) {
- for (const key in nodeDataType.content.inputs) {
- if (nodeDataType.content.inputs.hasOwnProperty(key)) {
- // Set default value of dataType
- const element = nodeDataType.content.inputs[key];
- let param: SwaggerBaseParameter = this.getParameterByDataType(element, key);
- if (param) {
- // Set exist value
- let found = false;
- if (this.node.parameters) {
- for (let p = 0; p < this.node.parameters.length; p++) {
- if (param.name === this.node.parameters[p].name) {
- found = true;
- let value = this.node.parameters[p].value;
- let valueSource = this.node.parameters[p].valueSource;
- param.value = value;
- param.valueSource = valueSource;
- this.node.parameters[p] = param;
- break;
- }
- }
- } else {
- this.node.parameters = [];
- }
- if (!found) {
- this.node.parameters.push(param);
- }
- }
- }
- }
- }
- if (nodeDataType.content.outputs) {
- for (const key in nodeDataType.content.outputs) {
- if (nodeDataType.content.outputs.hasOwnProperty(key)) {
- // Set default value of dataType
- const element = nodeDataType.content.outputs[key];
- this.dataTypeOutput.push(this.getResponseByDataType(element, key));
- }
- }
- }
- }
-
- private getParameterByDataType(dataTypeParameter: SwaggerBaseParameter, name: string): SwaggerBaseParameter {
- if (!dataTypeParameter.name) {
- dataTypeParameter.name = name;
- }
- if (SwaggerIn[SwaggerIn.body] === dataTypeParameter.in) {
- return this.initBodyParam(dataTypeParameter as SwaggerBodyParameter);
- } else {
- return this.initNormalParam(dataTypeParameter as SwaggerNormalParameter);
- }
- }
-
- private getResponseByDataType(dataTypeResponse: SwaggerResponse, name: string): SwaggerResponse {
- let responseParam = dataTypeResponse;
- if (!responseParam.name) {
- responseParam.name = name;
- }
- return this.initResponseParam(responseParam);
- }
-
- private initNormalParam(normalParam: SwaggerNormalParameter): SwaggerNormalParameter {
- let normal = WorkflowUtil.deepClone(normalParam);
- // Set default value of dataType
- if (undefined === normalParam.show) {
- normal.show = true;
- }
- if ('path' === normalParam.in) {
- normal.required = true;
- } else if (undefined === normalParam.required) {
- normal.required = false;
- }
- if (undefined === normalParam.allowEmptyValue) {
- normal.allowEmptyValue = false;
- }
- if (undefined === normalParam.collectionFormat) {
- normal.collectionFormat = 'csv';
- }
- if (undefined === normalParam.type) {
- normal.type == ValueType[ValueType.string];
- }
- // editable not support
- return normal;
- }
-
- private initBodyParam(bodyParam: SwaggerBodyParameter): SwaggerBodyParameter {
- let body = WorkflowUtil.deepClone(bodyParam);
- // Set default value of dataType
- if (undefined === bodyParam.show) {
- body.show = true;
- }
- if (undefined === bodyParam.required) {
- body.required = false;
- }
- if (undefined === bodyParam.valueSource) {
- body.valueSource = ValueSource[ValueSource.Definition];
- }
- if (undefined === bodyParam.schema.type) {
- body.schema.type == ValueType[ValueType.string];
- }
- // $ref not support
- if (bodyParam.$ref) {
- console.warn('Do not support body parameter $ref.');
- }
- return body;
- }
-
- private initResponseParam(responseParam: SwaggerResponse): SwaggerResponse {
- let response = responseParam;
- return response;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/script-task/script-task.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/script-task/script-task.component.html
deleted file mode 100644
index 26183210..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/script-task/script-task.component.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
--->
-
-<div class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.SCRIPT_FORMAT' | translate}}</label>
- <div class="col-md-9">
- <input *ngIf='!canChangeFormat' disabled class="form-control" [(ngModel)]="node.scriptFormat" />
- <select *ngIf='canChangeFormat' class="form-control" [(ngModel)]="node.scriptFormat">
- <option *ngFor="let script of scriptOperations" value="{{script}}">{{script}}</option>
- </select>
- </div>
-</div>
-
-<div class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.SCRIPT' | translate}}</label>
- <div class="col-md-9">
- <textarea class="form-control" type="text" rows="20" [(ngModel)]="node.script"></textarea>
- </div>
-</div> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/script-task/script-task.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/script-task/script-task.component.ts
deleted file mode 100644
index a0f5fd93..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/script-task/script-task.component.ts
+++ /dev/null
@@ -1,51 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-import { Component, Input, OnInit } from '@angular/core';
-
-import { ScriptTask } from "../../../model/workflow/script-task";
-import { NodeTypeService } from '../../../services/node-type.service';
-
-@Component({
- selector: 'wfm-script-task',
- templateUrl: 'script-task.component.html',
-})
-export class ScriptTaskComponent implements OnInit {
- @Input() public node: ScriptTask;
-
- public canChangeFormat = true;
- public scriptOperations = ['JavaScript', 'Groovy'];
-
- constructor(private nodeTypeService: NodeTypeService) { }
-
- public ngOnInit() {
- const nodeDataType = this.nodeTypeService.getNodeDataTypeById(this.node.typeId);
- let scriptFormat = nodeDataType.content.scriptFormat;
- // scriptFormat is not support, reset it as null;
- if (undefined === this.scriptOperations.find(format => format == scriptFormat)) {
- scriptFormat = null;
- }
- // Defined scriptFormat value, use it as default and can not change.
- if (scriptFormat && '' != scriptFormat) {
- this.canChangeFormat = false;
- if (!this.node.scriptFormat || '' == this.node.scriptFormat) {
- this.node.scriptFormat = scriptFormat;
- this.node.script = nodeDataType.content.script;
- }
- } else {
- // Default scriptFormat value should be 'JavaScript'
- if (!this.node.scriptFormat || '' == this.node.scriptFormat) {
- this.node.scriptFormat = 'JavaScript';
- this.node.script = '';
- }
- }
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/service-task/service-task.component.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/service-task/service-task.component.css
deleted file mode 100644
index 670c050a..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/service-task/service-task.component.css
+++ /dev/null
@@ -1,11 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */ \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/service-task/service-task.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/service-task/service-task.component.html
deleted file mode 100644
index d72914fd..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/service-task/service-task.component.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!--
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
- -->
-<div class="form-group row">
- <label class="col-md-3 form-control-label" style="text-align:right;">{{'WORKFLOW.SERVICE_CLASS' | translate}}</label>
- <div class="col-md-9">
- <input class="form-control" [(ngModel)]="node.className" [disabled]="!canEdit" />
- </div>
-</div>
-<hr>
-
-<div class="form-group row">
- <label class="col-md-3 form-control-label">{{'WORKFLOW.SERVICE_INPUT' | translate}}</label>
-</div>
-<wfm-parameter *ngFor="let in of node.inputs; let i = index;" [param]="in" [valueSource]="inputValueSource" [canEditName]="canEdit"
- [canEditValue]="node.editable" [canDelete]="canEdit" (delete)="deleteInput(i)"></wfm-parameter>
-<button *ngIf="canEdit" type="button" class="plx-btn" (click)="createInput();">
- <i class="plx-ico-new-16"></i>{{ 'WORKFLOW.CREATE' | translate }}
-</button>
-<hr>
-
-<div class="form-group row">
- <label class="col-md-3 form-control-label">{{'WORKFLOW.SERVICE_OUTPUT' | translate}}</label>
-</div>
-<wfm-parameter *ngFor="let out of node.outputs; let i = index;" [param]="out" [valueSource]="outputValueSource" [canEditName]="canEdit"
- [canDelete]="canEdit" [showValue]="false" (delete)="deleteOutput(i)"></wfm-parameter>
-<button *ngIf="canEdit" type="button" class="plx-btn" (click)="createOutput();" style="margin-bottom:10px;">
- <i class="plx-ico-new-16"></i>{{ 'WORKFLOW.CREATE' | translate }}
-</button> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/service-task/service-task.component.spec.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/service-task/service-task.component.spec.ts
deleted file mode 100644
index 498adf66..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/service-task/service-task.component.spec.ts
+++ /dev/null
@@ -1,36 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { async, ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { ServiceTaskComponent } from './service-task.component';
-
-describe('ServiceTaskComponent', () => {
- let component: ServiceTaskComponent;
- let fixture: ComponentFixture<ServiceTaskComponent>;
-
- beforeEach(async(() => {
- TestBed.configureTestingModule({
- declarations: [ ServiceTaskComponent ]
- })
- .compileComponents();
- }));
-
- beforeEach(() => {
- fixture = TestBed.createComponent(ServiceTaskComponent);
- component = fixture.componentInstance;
- fixture.detectChanges();
- });
-
- it('should be created', () => {
- expect(component).toBeTruthy();
- });
-});
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/service-task/service-task.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/service-task/service-task.component.ts
deleted file mode 100644
index 48a4074f..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/service-task/service-task.component.ts
+++ /dev/null
@@ -1,97 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { Component, Input, OnInit } from '@angular/core';
-import { ServiceTask } from '../../../model/workflow/service-task';
-import { NodeTypeService } from '../../../services/node-type.service';
-import { Parameter } from '../../../model/workflow/parameter';
-import { ValueSource } from '../../../model/value-source.enum';
-
-@Component({
- selector: 'wfm-service-task',
- templateUrl: './service-task.component.html',
- styleUrls: ['./service-task.component.css']
-})
-export class ServiceTaskComponent implements OnInit {
- @Input() public node: ServiceTask;
- public canEdit = true;
- public inputValueSource = [ValueSource.Variable];
- public outputValueSource = [];
- constructor(private nodeTypeService: NodeTypeService) { }
-
- public ngOnInit() {
- const nodeDataType = this.nodeTypeService.getNodeDataTypeById(this.node.typeId);
- if (nodeDataType.content && nodeDataType.content.class && '' != nodeDataType.content.class) {
- this.canEdit = false;
- }
- if (!this.node.className) {
- this.node.className = '';
- if (nodeDataType.content.class) {
- this.node.className = nodeDataType.content.class;
- }
- }
-
- let inputs = nodeDataType.content.inputs;
- if (!this.node.inputs) {
- // Set default value
- this.node.inputs = [];
- if (inputs) {
- for (const key in inputs) {
- if (inputs.hasOwnProperty(key)) {
- const element = inputs[key];
- this.node.inputs.push(new Parameter(key, element.default, ValueSource[ValueSource.string],
- element.type, element.required, element.show));
- }
- }
- }
- } else {
- // Load parameter value
- // todo:
- }
-
- let outputs = nodeDataType.content.outputs;
- if (!this.node.outputs) {
- // Set default value
- this.node.outputs = [];
- if (outputs) {
- for (const key in outputs) {
- if (outputs.hasOwnProperty(key)) {
- const element = outputs[key];
- this.node.outputs.push(new Parameter(key, element.default, ValueSource[ValueSource.string],
- element.type, element.required));
- }
- }
- }
- } else {
- // Load parameter value
- // todo:
- }
- }
-
- public createInput(): void {
- this.node.inputs.push(new Parameter('', '', ValueSource[ValueSource.string]));
- }
-
- public deleteInput(index: number): void {
- this.node.inputs.splice(index, 1);
- }
- public createOutput(): void {
- this.node.outputs.push(new Parameter('', '', ValueSource[ValueSource.string]));
- }
-
- public deleteOutput(index: number): void {
- this.node.outputs.splice(index, 1);
- }
-
- private getParameters() {
-
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/start-event/start-event.component.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/start-event/start-event.component.css
deleted file mode 100644
index ac88051d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/start-event/start-event.component.css
+++ /dev/null
@@ -1,44 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-table{
- border: 1px solid #eceeef;
- width: 100%;
-}
-
-.table-body{
- background-color: #fff;
-}
-
-th{
- background-color: #f5f5f5;
-}
-
-td input{
- width: 100%;
-}
-
-td span{
- color: #ff5b55;
-}
-
-.delete-icon{
- color: #ff5b55;
- font-size: 16px;
-}
-
-.delete-icon:hover{
- cursor: pointer;
-}
-
-.plx-btn{
- margin-top: 10px;
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/start-event/start-event.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/start-event/start-event.component.html
deleted file mode 100644
index f48a725b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/start-event/start-event.component.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<!--
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
--->
-<table cellpadding="10px">
- <tr>
- <th style="width:35%;" class="plx-table-th">{{ 'WORKFLOW.PROCESS_VARIABLE' | translate }}</th>
- <th style="width:45%;" class="plx-table-th">{{ 'WORKFLOW.PROCESS_VARIABLE_DEFAULT' | translate }}</th>
- <th style="width:20%;" class="plx-table-th">{{ 'WORKFLOW.PROCESS_VARIABLE_OPERATION' | translate }}</th>
- </tr>
- <tr *ngFor="let param of node.parameters; let i = index;" class="table-body">
- <td>
- <input [ngModel]="param.name" (ngModelChange)="checkKey($event, i)" class="plx-input"/>
- <span *ngIf="param.errorMsg">{{param.errorMsg}}</span>
- </td>
- <td>
- <input [(ngModel)]="param.value" class="plx-input" />
- <span *ngIf="param.errorMsg">&nbsp;</span>
- </td>
- <td>
- <i class="plx-ico-delete-16 delete-icon" (click)="delete(i)"></i>
- <span *ngIf="param.errorMsg">&nbsp;</span>
- </td>
- </tr>
-</table>
-
-<button (click)="create();" type="button" class="plx-btn">
- <i class="plx-ico-new-16"></i>{{ 'WORKFLOW.PROCESS_VARIABLE_CREATE' | translate }}
-</button>
-<!-- <wfm-parameter *ngFor="let param of node.parameters; let i = index;" [param]="param" [canEditName]="true"
- [valueSource]="sources" [canDelete]="true" (delete)="delete(i)"></wfm-parameter> --> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/start-event/start-event.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/start-event/start-event.component.ts
deleted file mode 100644
index 0f721242..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/property/start-event/start-event.component.ts
+++ /dev/null
@@ -1,68 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-import { Component, Input, OnInit } from '@angular/core';
-import { Subscription } from 'rxjs/Subscription';
-
-import { ValueSource } from '../../../model/value-source.enum';
-import { Parameter } from '../../../model/workflow/parameter';
-import { StartEvent } from '../../../model/workflow/start-event';
-import { BroadcastService } from '../../../services/broadcast.service';
-import { WorkflowUtil } from '../../../util/workflow-util';
-import { TranslateService } from '@ngx-translate/core';
-
-@Component({
- selector: 'wfm-start-event',
- styleUrls: ['./start-event.component.css'],
- templateUrl: 'start-event.component.html',
-})
-export class StartEventComponent implements OnInit {
- @Input() public node: StartEvent;
- public sources: ValueSource[] = [ValueSource.string];
-
- constructor(private translate: TranslateService) { }
-
- ngOnInit() { }
-
- public create(): void {
- let parameter = new Parameter('', '', ValueSource[ValueSource.string]);
- this.node.parameters.push(parameter);
- }
-
- public delete(index: number): void {
- this.node.parameters.splice(index, 1);
- }
-
- public checkKey(newName: string, index: number): void {
- this.node.parameters[index].name = newName;
- this.node.parameters.forEach(parameter => {
- parameter.errorMsg = '';
- });
- if (!newName) {
- this.translate.get('WORKFLOW.MSG.VARIABLE_EMPTY').subscribe((res: string) => {
- this.node.parameters[index].errorMsg = res;
- });
- }
- this.node.parameters.forEach((parameter, i) => {
- if (i + 1 < this.node.parameters.length) {
- for (let j = i + 1; j < this.node.parameters.length; j++) {
- let element = this.node.parameters[j];
- if (element.name && parameter.name === element.name) {
- this.translate.get('WORKFLOW.MSG.VARIABLE_SAME').subscribe((res: string) => {
- parameter.errorMsg = res;
- element.errorMsg = res;
- });
- }
- }
- }
- });
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/sequence-flow/sequence-flow.component.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/sequence-flow/sequence-flow.component.css
deleted file mode 100644
index a2d481d4..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/sequence-flow/sequence-flow.component.css
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-.wm-sequence-flow-wrapper {
- background-color: white;
- position: fixed;
- width: 500px;
- height: 100%;
- border-left: 1px solid #00aaff;
- z-index: 2000;
- right: 0;
- top: 0;
- bottom: 0;
- padding-left: 20px;
- margin-bottom: 0;
- padding-right: 20px;
- padding-top: 40px;
- -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
- box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
- border-radius: 0;
- overflow-y: scroll;
-}
-
-.edit {
- display: none;
-}
-
-.editing .view {
- display: none;
-}
-
-.editing .edit {
- display: block;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/sequence-flow/sequence-flow.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/sequence-flow/sequence-flow.component.html
deleted file mode 100644
index e9d4d22f..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/sequence-flow/sequence-flow.component.html
+++ /dev/null
@@ -1,52 +0,0 @@
-<!--
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
- -->
-
-<div class="wm-sequence-flow-wrapper" *ngIf="show">
- <div class="form-group row">
- <div class="col-md-10"></div>
- <div class="col-md-2 float-right">
- <button (click)="delete()" type="button" class="btn btn-danger">
- <i class="fa fa-trash" style="margin-right: 5px;"></i>
- </button>
- </div>
- </div>
-
- <div class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.CONNECTION_NAME' | translate}}</label>
- <div class="col-md-9">
- <input class="form-control" type="text" [(ngModel)]="sequenceFlow.name" (ngModelChange)="nameChanged($event)">
- </div>
- </div>
-
- <!-- <div class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.CONNECTION_SOURCE' | translate}}</label>
- <div class="col-md-9">
- <input class="form-control" disabled type="text" [(ngModel)]="sequenceFlow.sourceRef">
- </div>
- </div>
-
- <div class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.CONNECTION_TARGET' | translate}}</label>
- <div class="col-md-9">
- <input class="form-control" disabled type="text" [(ngModel)]="sequenceFlow.targetRef">
- </div>
- </div> -->
-
- <div *ngIf="showCondition(sequenceFlow.sourceRef)" class="form-group row">
- <label class="col-md-3 form-control-label text-md-right">{{'WORKFLOW.CONNECTION_CONDITION' | translate}}</label>
- <div class="col-md-9">
- <input class="form-control" type="text" [(ngModel)]="sequenceFlow.condition">
- </div>
- </div>
-</div> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/sequence-flow/sequence-flow.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/sequence-flow/sequence-flow.component.ts
deleted file mode 100644
index 55d051f2..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/sequence-flow/sequence-flow.component.ts
+++ /dev/null
@@ -1,76 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import { AfterViewInit, Component } from '@angular/core';
-import { TreeNode } from 'primeng/primeng';
-
-import { SequenceFlow } from '../../model/workflow/sequence-flow';
-import { BroadcastService } from '../../services/broadcast.service';
-import { JsPlumbService } from '../../services/jsplumb.service';
-import { ModelService } from '../../services/model.service';
-import { NodeType } from '../../model/workflow/node-type.enum';
-
-/**
- * property component presents information of a workflow node.
- * the presented information can be edit in this component.
- * it may load information dynamically. the content may be different for different node type.
- */
-@Component({
- selector: 'wfm-sequence-flow',
- styleUrls: ['./sequence-flow.component.css'],
- templateUrl: 'sequence-flow.component.html',
-})
-export class SequenceFlowComponent implements AfterViewInit {
- public sequenceFlow: SequenceFlow;
- public show = false;
-
- constructor(private broadcastService: BroadcastService,
- private modelService: ModelService,
- private jsPlumbService: JsPlumbService) {
-
- }
-
- public ngAfterViewInit() {
- this.broadcastService.showProperty$.subscribe(element => {
- if (element && !this.modelService.isNode(element)) {
- this.sequenceFlow = element as SequenceFlow;
- this.show = true;
- } else {
- this.show = false;
- }
- });
- }
-
- public showCondition(sourceRef: string): boolean {
- if (sourceRef) {
- let node = this.modelService.getNodeMap().get(sourceRef);
- if (node && (NodeType[NodeType.parallelGateway] === node.type || NodeType[NodeType.exclusiveGateway] === node.type)) {
- return true;
- } else {
- return false;
- }
- } else {
- return false;
- }
- }
-
- public nameChanged(name: string) {
- this.sequenceFlow.name = name;
- this.jsPlumbService.setLabel(this.sequenceFlow.sourceRef, this.sequenceFlow.targetRef, name);
- }
-
- public delete() {
- this.show = false;
- this.modelService.deleteConnection(this.sequenceFlow.sourceRef, this.sequenceFlow.targetRef);
- this.jsPlumbService.deleteConnect(this.sequenceFlow.sourceRef, this.sequenceFlow.targetRef);
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/toolbar/toolbar-node/toolbar-node.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/toolbar/toolbar-node/toolbar-node.component.html
deleted file mode 100644
index 25ef2258..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/toolbar/toolbar-node/toolbar-node.component.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!--
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
- -->
-<accordion-group *ngFor="let category of nodeCategories" [isOpen]="category.collapse" #group>
- <div accordion-heading class="toolbar-head">
- <i class="fa fold-icon" [ngClass]="{'fa-chevron-down': group?.isOpen, 'fa-chevron-right': !group?.isOpen}"></i>
- <i class="fa fa-th-list"></i>
- <span>{{ getDisplayName(category) }}</span>
- </div>
- <div *ngFor="let nodeType of category.nodes">
- <div *ngIf="(nodeType.type === nodeTypeEnum[nodeTypeEnum.restTask] && supportRest) || (nodeType.type !== nodeTypeEnum[nodeTypeEnum.restTask])"
- [attr.name]="getDisplayName(nodeType)" [attr.nodeTypeId]="nodeType.id" [attr.nodeType]="nodeType.type"
- class="item ui-draggable">
- <img [src]="getImageUrl(nodeType)"/>
- <span>{{ getDisplayName(nodeType) }}</span>
- </div>
- </div>
-</accordion-group> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/toolbar/toolbar-node/toolbar-node.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/toolbar/toolbar-node/toolbar-node.component.ts
deleted file mode 100644
index feb94579..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/toolbar/toolbar-node/toolbar-node.component.ts
+++ /dev/null
@@ -1,128 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { Component, OnInit } from "@angular/core";
-import { TranslateService } from "@ngx-translate/core";
-import { NodeTypeService } from "../../../services/node-type.service";
-import { DisplayInfoService } from "../../../services/display-info.service";
-import { NodeDataType } from "../../../model/node-data-type/node-data-type";
-import { NodeType } from "../../../model/workflow/node-type.enum";
-import { JsPlumbService } from "../../../services/jsplumb.service";
-import { SettingService } from "../../../services/setting.service";
-import { WorkflowUtil } from "../../../util/workflow-util";
-
-@Component({
- selector: 'wfm-toolbar-node',
- templateUrl: 'toolbar-node.component.html',
- styleUrls: ['../toolbar.component.css']
-})
-export class ToolbarNodeComponent implements OnInit {
- public nodeCategories: any[] = [];
- public nodeTypeEnum = NodeType;
- public supportRest: boolean;
-
- private needInitButton = false;
-
- constructor(private nodeTypeService: NodeTypeService,
- private displayInfoService: DisplayInfoService,
- private jsPlumbService: JsPlumbService,
- private settingService: SettingService,
- public translate: TranslateService) {
-
- }
-
- public ngOnInit(): void {
- this.settingService.getSetting().subscribe(setting => {
- this.initSetting(setting);
- this.displayInfoService.getDisplayInfo().subscribe(resp => {
- this.initNodeCategories(resp);
- this.needInitButton = true;
- });
- });
- }
-
- public ngAfterViewChecked(): void {
- if (this.needInitButton) {
- console.log('initJsPlumb');
- this.initJsPlumb();
- this.needInitButton = false;
- }
- }
-
- private initSetting(setting: any): void {
- this.supportRest = setting.supportRestNode;
- }
-
- private initJsPlumb(): void {
- this.jsPlumbService.buttonDraggable();
- this.jsPlumbService.buttonDroppable();
- }
-
- private initNodeCategories(displayInfo: any): void {
- const defaultCategory = this.insertDefaultCategory();
-
- const categoryData = displayInfo['categoryData'] || {};
- for (let key in categoryData) {
- const group = {
- id: key,
- displayName: categoryData[key].displayName,
- collapse: categoryData[key].collapse || false,
- nodes: []
- };
- this.nodeCategories.push(group);
- }
-
- const defaultNodes = displayInfo['nodes'] || {};
- for (let nodeId in defaultNodes) {
- const nodeType = this.nodeTypeService.getNodeDataTypeById(nodeId);
- const node = defaultNodes[nodeId];
- if (node && node.category) {
- const nodeCategory = this.nodeCategories.find(category => category.id === node.category);
- if (nodeCategory) {
- nodeCategory.nodes.push(nodeType);
- } else {
- defaultCategory.nodes.push(nodeType);
- }
- } else {
- defaultCategory.nodes.push(nodeType);
- }
- }
- }
-
- private insertDefaultCategory(): any {
- this.nodeCategories = [];
- const defaultCategory = {
- id: 'default',
- displayName: {
- zh_CN: '任务',
- en_US: 'Task'
- },
- collapse: true,
- nodes: []
- };
- this.nodeCategories.push(defaultCategory);
-
- return defaultCategory;
- }
-
- public getDisplayName(data: any): string {
- let language = 'zh_CN';
- if (this.translate.currentLang.indexOf('en') > -1) {
- language = 'en_US';
- }
- return data.displayName ? data.displayName[language] : data.id;
- }
-
- public getImageUrl(nodeType: NodeDataType): string {
- const name = nodeType && nodeType.icon ? nodeType.icon.name : '';
- return WorkflowUtil.GetIconFullPath(name);
- }
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/toolbar/toolbar.component.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/toolbar/toolbar.component.css
deleted file mode 100644
index 6b0d5436..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/toolbar/toolbar.component.css
+++ /dev/null
@@ -1,69 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-.toolbar-head {
- color: #404040;
- font-size: 14px;
-}
-
-.toolbar-head:hover {
- cursor: pointer;
-}
-
-.fold-icon {
- width: 15px;
- font-size: 8px;
- color: #00abff;
-}
-
-.item {
- width: 50px;
- height: 50px;
- text-align: center;
- float: left;
- margin-left: 6px;
- margin-bottom: 10px;
-}
-
-.item:hover {
- cursor: pointer;
-}
-
-.item svg {
- width: 24px;
- height: 24px;
- margin: 4px 13px;
- display: block;
- /* fill: #A9B2BA; */
- fill: #00ABFF;
-}
-
-.item img {
- width: 24px;
- height: 24px;
- margin: 4px 13px;
- display: block;
-}
-
-.item span {
- font-size: 12px;
- color: #595959;
- display: block;
-}
-
-.getway {
- padding-top: 5px;
-}
-
-.getway div {
- width: 30px !important;
- height: 30px !important;
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/toolbar/toolbar.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/toolbar/toolbar.component.html
deleted file mode 100644
index b8e0ae7a..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/toolbar/toolbar.component.html
+++ /dev/null
@@ -1,135 +0,0 @@
-<!--
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
--->
-<accordion>
- <accordion-group [isOpen]="true" #event>
- <div accordion-heading class="toolbar-head">
- <i class="fa fold-icon" [ngClass]="{'fa-chevron-down': event?.isOpen, 'fa-chevron-right': !event?.isOpen}"></i>
- <i class="fa fa-th-list"></i>
- <span>{{ 'WORKFLOW.BPMN_EVENT' | translate }}</span>
- </div>
- <div [attr.name]="'WORKFLOW.START_EVENT' | translate" nodeType="startEvent" class="item ui-draggable">
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
- <g>
- <path class="st0" d="M15,2c7.2,0,13,5.8,13,13s-5.8,13-13,13S2,22.2,2,15S7.8,2,15,2 M15,0C6.7,0,0,6.7,0,15s6.7,15,15,15
- s15-6.7,15-15S23.3,0,15,0L15,0z" />
- </g>
- </svg>
- <span>{{ 'WORKFLOW.START_EVENT' | translate }}</span>
- </div>
- <div [attr.name]="'WORKFLOW.END_EVENT' | translate" nodeType="endEvent" class="item ui-draggable">
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
- <g>
- <path class="st0" d="M15,4c6.1,0,11,4.9,11,11s-4.9,11-11,11S4,21.1,4,15S8.9,4,15,4 M15,0C6.7,0,0,6.7,0,15s6.7,15,15,15
- s15-6.7,15-15S23.3,0,15,0L15,0z" />
- </g>
- </svg>
- <span>{{ 'WORKFLOW.END_EVENT' | translate }}</span>
- </div>
- <div [attr.name]="'WORKFLOW.TIMER_EVENT' | translate" nodeType="intermediateCatchEvent" class="item ui-draggable">
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
- <g>
- <path class="st0" d="M15,0C6.7,0,0,6.7,0,15c0,8.3,6.7,15,15,15c8.3,0,15-6.7,15-15C30,6.7,23.3,0,15,0z M16,27.9V26
- c0-0.6-0.4-1-1-1s-1,0.4-1,1v1.9C7.6,27.5,2.5,22.4,2.1,16H4c0.6,0,1-0.4,1-1s-0.4-1-1-1H2.1C2.5,7.6,7.6,2.5,14,2.1V4
- c0,0.6,0.4,1,1,1s1-0.4,1-1V2.1C22.4,2.5,27.5,7.6,27.9,14H26c-0.6,0-1,0.4-1,1s0.4,1,1,1h1.9C27.5,22.4,22.4,27.5,16,27.9z"
- />
- <path class="st0" d="M20,14h-3.6l2.5-6.6c0.2-0.5-0.1-1.1-0.6-1.3c-0.5-0.2-1.1,0.1-1.3,0.6l-3,8c-0.1,0.3-0.1,0.7,0.1,0.9
- c0.2,0.3,0.5,0.4,0.8,0.4h5c0.6,0,1-0.4,1-1S20.6,14,20,14z" />
- </g>
- </svg>
- <span>{{ 'WORKFLOW.TIMER_EVENT' | translate }}</span>
- </div>
- <!--
- <div nodeType="errorStartEvent" class="item ui-draggable">
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
- <g>
- <path class="st0" d="M15,0C6.7,0,0,6.7,0,15s6.7,15,15,15s15-6.7,15-15S23.3,0,15,0z M15,28C7.8,28,2,22.2,2,15S7.8,2,15,2
- s13,5.8,13,13S22.2,28,15,28z" />
- <path class="st0" d="M19.7,12H17l2-5.5c0.1-0.3,0.1-0.5-0.1-0.7c-0.2-0.2-0.3-0.3-0.6-0.3H14c-0.3,0-0.6,0.2-0.8,0.5L9.7,16
- c-0.1,0.3-0.1,0.5,0.1,0.7c0.2,0.2,0.3,0.3,0.6,0.3l3.6,0.1l-1,6.7c-0.1,0.3,0.2,0.8,0.5,0.9c0.1,0,0.2,0,0.3,0
- c0.3,0,0.7-0.2,0.9-0.4l5.5-11.1c0.1-0.3,0.1-0.5,0-0.8C20.2,12.1,19.9,12,19.7,12z M14.6,22.3l1.2-5.9c0-0.3,0-0.4-0.2-0.6
- c-0.2-0.2-0.3-0.3-0.6-0.3h-3.5L14.5,7h2.6l-2,5.4C15,12.8,15,13,15.2,13.2c0.2,0.2,0.3,0.3,0.6,0.3h2.5L14.6,22.3z"
- />
- </g>
- </svg>
- <span>{{ 'WORKFLOW.ERROR_START_EVENT' | translate }}</span>
- </div>
- <div nodeType="errorEndEvent" class="item ui-draggable">
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
- <g>
- <path class="st0" d="M15,0C6.7,0,0,6.7,0,15s6.7,15,15,15s15-6.7,15-15S23.3,0,15,0z M15,26C8.9,26,4,21.1,4,15S8.9,4,15,4
- s11,4.9,11,11S21.1,26,15,26z" />
- <path class="st0" d="M19.7,12.4H17l2-5.5c0.1-0.3,0.1-0.5-0.1-0.7c-0.2-0.2-0.3-0.3-0.6-0.3h-4.2c-0.3,0-0.6,0.2-0.8,0.5l-3.5,10
- c-0.1,0.3-0.1,0.5,0.1,0.7c0.2,0.2,0.3,0.3,0.6,0.3l3.6,0.1l-1,6.7c-0.1,0.3,0.2,0.8,0.5,0.9c0.1,0,0.2,0,0.3,0
- c0.3,0,0.7-0.2,0.9-0.4l5.5-11.1c0.1-0.3,0.1-0.5,0-0.8C20.2,12.6,20,12.4,19.7,12.4z" />
- </g>
- </svg>
- <span>{{ 'WORKFLOW.ERROR_END_EVENT' | translate }}</span>
- </div>
- -->
- </accordion-group>
- <accordion-group [isOpen]="true" #getway>
- <div accordion-heading class="toolbar-head">
- <i class="fa fold-icon" [ngClass]="{'fa-chevron-down': getway?.isOpen, 'fa-chevron-right': !getway?.isOpen}"></i>
- <i class="fa fa-th-list"></i>
- <span>{{ 'WORKFLOW.BPMN_GETWAY' | translate }}</span>
- </div>
- <div [attr.name]="'WORKFLOW.EXCLUSIVE_GATEWAY' | translate" nodeType="exclusiveGateway" class="item ui-draggable">
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
- <g>
- <path class="st0" d="M16.4,15l3.2-3.2c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L15,13.6l-3.2-3.2c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4
- l3.2,3.2l-3.2,3.2c-0.4,0.4-0.4,1,0,1.4s1,0.4,1.4,0l3.2-3.2l3.2,3.2c0.4,0.4,1,0.4,1.4,0s0.4-1,0-1.4L16.4,15z"
- />
- <path class="st0" d="M29.1,12.9l-12-12c-1.1-1.1-3.1-1.1-4.2,0l-12,12C0.3,13.4,0,14.2,0,15s0.3,1.6,0.9,2.1l12,12
- c0.6,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9l12-12c0.6-0.6,0.9-1.3,0.9-2.1S29.7,13.4,29.1,12.9z M27.7,15.7l-12,12
- c-0.4,0.4-1,0.4-1.4,0l-12-12C2.1,15.5,2,15.3,2,15s0.1-0.5,0.3-0.7l12-12C14.5,2.1,14.7,2,15,2s0.5,0.1,0.7,0.3l12,12
- c0.2,0.2,0.3,0.4,0.3,0.7S27.9,15.5,27.7,15.7z" />
- </g>
- </svg>
- <span>{{ 'WORKFLOW.EXCLUSIVE_GATEWAY' | translate }}</span>
- </div>
- <div [attr.name]="'WORKFLOW.PARALLEL_GATEWAY' | translate" nodeType="parallelGateway" class="item ui-draggable">
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
- <g>
- <path class="st0" d="M20.5,14H16V9.5c0-0.6-0.4-1-1-1s-1,0.4-1,1V14H9.5c-0.6,0-1,0.4-1,1s0.4,1,1,1H14v4.5c0,0.6,0.4,1,1,1
- s1-0.4,1-1V16h4.5c0.6,0,1-0.4,1-1S21.1,14,20.5,14z" />
- <path class="st0" d="M29.1,12.9l-12-12c-1.1-1.1-3.1-1.1-4.2,0l-12,12C0.3,13.4,0,14.2,0,15s0.3,1.6,0.9,2.1l12,12
- c0.6,0.6,1.3,0.9,2.1,0.9s1.6-0.3,2.1-0.9l12-12c0.6-0.6,0.9-1.3,0.9-2.1S29.7,13.4,29.1,12.9z M27.7,15.7l-12,12
- c-0.4,0.4-1,0.4-1.4,0l-12-12C2.1,15.5,2,15.3,2,15s0.1-0.5,0.3-0.7l12-12C14.5,2.1,14.7,2,15,2s0.5,0.1,0.7,0.3l12,12
- c0.2,0.2,0.3,0.4,0.3,0.7S27.9,15.5,27.7,15.7z" />
- </g>
- </svg>
- <span>{{ 'WORKFLOW.PARALLEL_GATEWAY' | translate }}</span>
- </div>
- </accordion-group>
- <!-- <accordion-group [isOpen]="true" #structural>
- <div accordion-heading class="toolbar-head">
- <i class="fa fold-icon" [ngClass]="{'fa-chevron-down': structural?.isOpen, 'fa-chevron-right': !structural?.isOpen}"></i>
- <i class="fa fa-th-list"></i>
- <span>{{ 'WORKFLOW.BPMN_STRUCTURAL' | translate }}</span>
- </div>
- <div nodeType="subProcess" class="item ui-draggable">
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
- <g>
- <path class="st0" d="M24.5,1h-18c-2.8,0-5,2.2-5,5v18c0,2.8,2.2,5,5,5h18c2.8,0,5-2.2,5-5V6C29.5,3.2,27.2,1,24.5,1z M20.2,27h-9.4
- v-9.1c0-0.3,0.2-0.5,0.5-0.5h8.4c0.3,0,0.5,0.2,0.5,0.5V27z M27.5,24c0,1.7-1.3,3-3,3h-2.3v-9.1c0-1.4-1.1-2.5-2.5-2.5h-8.4
- c-1.4,0-2.5,1.1-2.5,2.5V27H6.5c-1.7,0-3-1.3-3-3V6c0-1.7,1.3-3,3-3h18c1.7,0,3,1.3,3,3V24z"/>
- <path class="st0" d="M19,21.3h-2.5v-2.5c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v2.5H12c-0.6,0-1,0.4-1,1s0.4,1,1,1h2.5v2.5
- c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1v-2.5H19c0.6,0,1-0.4,1-1S19.5,21.3,19,21.3z"/>
- </g>
- </svg>
- <span>{{ 'WORKFLOW.SUB_PROCESS' | translate }}</span>
- </div>
- </accordion-group> -->
- <wfm-toolbar-node></wfm-toolbar-node>
-</accordion>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/toolbar/toolbar.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/toolbar/toolbar.component.ts
deleted file mode 100644
index bfc45094..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/components/toolbar/toolbar.component.ts
+++ /dev/null
@@ -1,30 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import { AfterViewChecked, Component, OnInit } from '@angular/core';
-
-import { SettingService } from '../../services/setting.service';
-import { BroadcastService } from '../../services/broadcast.service';
-import { JsPlumbService } from '../../services/jsplumb.service';
-
-/**
- * toolbar component contains some basic operations(save) and all of the supported workflow nodes.
- * The supported nodes can be dragged to container component. which will add a new node to the workflow.
- */
-@Component({
- selector: 'wfm-toolbar',
- templateUrl: 'toolbar.component.html',
- styleUrls: ['./toolbar.component.css']
-})
-export class ToolbarComponent {
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/directive/resizable/resizable.directive.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/directive/resizable/resizable.directive.ts
deleted file mode 100644
index 9f291bc7..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/directive/resizable/resizable.directive.ts
+++ /dev/null
@@ -1,42 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import { AfterViewInit, Directive, ElementRef } from '@angular/core';
-import * as $ from 'jquery';
-
-import { JsPlumbService } from '../../services/jsplumb.service';
-import { ModelService } from '../../services/model.service';
-
-@Directive({ selector: '[wfmResizable]' })
-export class ResizableDirective implements AfterViewInit {
-
- constructor(private el: ElementRef,
- private jsPlumbService: JsPlumbService,
- private planModelService: ModelService) {
- }
-
- public ngAfterViewInit() {
- console.log('init resizble.');
-
- $(this.el.nativeElement).resizable({
- handles: 'all',
- resize: (event, ui) => {
- const element = ui.helper[0];
- this.planModelService.updatePosition(element.id,
- element.offsetLeft, element.offsetTop, element.offsetWidth, element.offsetHeight - 12);
- this.jsPlumbService.resizeParent(element, element.parentNode);
- const node = this.planModelService.getNodeMap().get(element.id);
- this.jsPlumbService.jsplumbInstanceMap.get(node.parentId).revalidate(element.id);
- },
- });
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/model.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/model.ts
deleted file mode 100644
index bd3c2c64..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/model.ts
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { WorkflowNode } from './workflow/workflow-node';
-export class Model {
- public nodes: WorkflowNode[] = [];
- public configs: any = {};
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/node-data-type/display-name.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/node-data-type/display-name.ts
deleted file mode 100644
index 2aee4ac2..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/node-data-type/display-name.ts
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-export class DisplayName {
- public zh_CN: string;
- public en_US: string;
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/node-data-type/icon.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/node-data-type/icon.ts
deleted file mode 100644
index cba2ca15..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/node-data-type/icon.ts
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-export class Icon {
- public name: string;
- public width: number;
- public height: number;
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/node-data-type/node-data-type.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/node-data-type/node-data-type.ts
deleted file mode 100644
index 2e938022..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/node-data-type/node-data-type.ts
+++ /dev/null
@@ -1,24 +0,0 @@
-/**
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { DisplayName } from "./display-name";
-import { Icon } from "./icon";
-import { SwaggerSchema } from "../workflow/swagger/swagger-schema";
-
-export interface NodeDataType {
- id: string;
- displayName?: DisplayName;
- description?: DisplayName;
- type: string;
- icon: Icon;
- content: any;
- definitions: any;
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/notice-type.enum.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/notice-type.enum.ts
deleted file mode 100644
index 417f79cc..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/notice-type.enum.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-export enum NoticeType {
- success, info, warning, danger
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/notice.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/notice.ts
deleted file mode 100644
index 7f49aafb..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/notice.ts
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { NoticeType } from './notice-type.enum';
-
-export class Notice {
- constructor(public type: NoticeType,
- public content: string,
- public timeout: number = 0) {
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/plan-model.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/plan-model.ts
deleted file mode 100644
index afe05f72..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/plan-model.ts
+++ /dev/null
@@ -1,24 +0,0 @@
-/**
- * Copyright (c) 2017-2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { WorkflowNode } from './workflow/workflow-node';
-import { Model } from './model';
-
-export class PlanModel {
- public id: string;
- public uuid: string;
- public operationId: string;
- public name: string;
- public version: string;
- public description: string;
- public scene: string;
- public data = new Model();
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/plan-treeview-item.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/plan-treeview-item.ts
deleted file mode 100644
index aa3f81b5..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/plan-treeview-item.ts
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-export class PlanTreeviewItem {
- constructor(public name: string,
- public value: string,
- public children: PlanTreeviewItem[],
- public canSelect = true) {
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/rest-config.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/rest-config.ts
deleted file mode 100644
index cace1c48..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/rest-config.ts
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { Swagger } from './swagger';
-
-export class RestConfig {
- constructor(public id: string, public name: string, public version: string, public url: string,
- public swagger?: Swagger) { }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/swagger-setting.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/swagger-setting.ts
deleted file mode 100644
index 41e30fd1..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/swagger-setting.ts
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { Swagger } from './swagger';
-
-export class SwaggerSetting {
- constructor(public name: string, public version: string, public url: string, public path: string,
- public swagger?: Swagger) {
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/swagger.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/swagger.ts
deleted file mode 100644
index 18867086..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/swagger.ts
+++ /dev/null
@@ -1,259 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-
-export class SwaggerParameterClass {
- public description: string;
- public position: string; // in path, query, header, body, form
- public name: string;
- public required: boolean;
- public type: string;
- public enum: any[];
-
- // if position is body
- public schema: SwaggerSchemaObject;
-
- constructor(options: any) {
- this.description = options.description;
- this.position = options.in;
- this.name = options.name;
- this.required = options.required;
- this.type = options.type;
- this.enum = options.enum;
- if (this.position === 'body') {
- this.schema = getSchemaObject(options.schema);
- }
- }
-}
-
-export class SwaggerHeader {
- public description: string;
-
- constructor(options: any) {
- this.description = options.description;
- }
-}
-
-export class SwaggerResponseClass {
- public description: string;
- public schema: SwaggerSchemaObject;
- public headers: any;
-
- constructor({description, schema, headers}) {
- this.description = description;
-
- if (schema) {
- this.schema = getSchemaObject(schema);
- }
-
- if (headers) {
- this.headers = {};
- for (const key in headers) {
- this.headers[key] = new SwaggerHeader(headers[key]);
- }
- }
- }
-}
-
-export class SwaggerMethod {
- public consumes: string[];
- public description: string;
- public operationId: string;
- public parameters: SwaggerParameterClass[];
- public produces: string[];
- public responses: any;
- public summary: string;
- public tags: string[];
-
- constructor({ consumes, description, operationId, parameters, produces, responses, summary, tags }) {
- this.consumes = consumes;
- this.description = description;
- this.operationId = operationId;
- this.parameters = parameters.map(param => new SwaggerParameterClass(param));
- this.produces = produces;
- this.responses = this.initResponses(responses);
- this.summary = summary;
- this.tags = tags;
- }
-
- private initResponses(responses: any): any {
- const responseObjs = {};
- for (const key in responses) {
- responseObjs[key] = new SwaggerResponseClass(responses[key]);
- }
-
- return responseObjs;
- }
-}
-
-export class SwaggerInfo {
- public title: string;
- public version: string;
-
- constructor({ title, version }) {
- this.title = title;
- this.version = version;
- }
-}
-
-export class SwaggerTag {
- public name: string;
-
- constructor({name}) {
- this.name = name;
- }
-}
-
-export class Swagger {
- public basePath: string;
- public definitions: any;
- public info: SwaggerInfo;
- public paths: any;
- public swagger: string;
- public tags: SwaggerTag[];
-
- constructor({basePath, definitions, info, paths, swagger, tags}) {
- this.basePath = basePath;
- this.definitions = this.initDefinitions(definitions);
- this.info = new SwaggerInfo(info);
- this.paths = this.initPaths(paths);
- this.swagger = swagger;
- if(tags) {
- this.tags = tags.map(tag => new SwaggerTag(tag));
- }
- }
-
- private initPaths(paths: any): any {
- const pathObjs = {};
- for (const key in paths) {
- pathObjs[key] = this.initPath(paths[key]);
- }
- return pathObjs;
- }
-
- private initPath(path: any): any {
- const pathObj = {};
-
- for (const key in path) {
- pathObj[key] = new SwaggerMethod(path[key]);
- }
-
- return pathObj;
- }
-
- private initDefinitions(definitions: any): any {
- const definitionObjs = {};
- for (const key in definitions) {
- definitionObjs[key] = getSchemaObject(definitions[key]);
- }
- return definitionObjs;
- }
-}
-
-export function getSchemaObject(definition: any) {
- if (definition.$ref) {
- return new SwaggerReferenceObject(definition);
- } else if (definition.type === 'array') {
- return new SwaggerModelArray(definition);
- } else if (definition.type === 'object') {
- if (definition.properties) {
- return new SwaggerModelSimple(definition);
- } else if (definition.additionalProperties) {
- return new SwaggerModelMap(definition);
- } else {
- return new SwaggerModel();
- }
- } else {
- return new SwaggerPrimitiveObject(definition);
- }
-}
-
-export class SwaggerSchemaObject {
-
-}
-
-export class SwaggerReferenceObject extends SwaggerSchemaObject {
- public $ref: string;
-
- constructor({ $ref }) {
- super();
- this.$ref = $ref;
- }
-}
-
-export class SwaggerPrimitiveObject extends SwaggerSchemaObject {
- public collectionFormat: string;
- public default: any;
- public enumValues: any[];
- public exclusiveMaximum: boolean;
- public exclusiveMinimum: boolean;
- public format: string;
- public maximum: number;
- public maxLength: number;
- public minimum: number;
- public minLength: number;
- public multipleOf: number;
- public pattern: string;
- public type: string;
-
- constructor(options: any) {
- super();
- this.collectionFormat = options.collectionFormat;
- this.default = options.default;
- this.enumValues = options.enum;
- this.exclusiveMaximum = options.exclusiveMaximum;
- this.exclusiveMinimum = options.exclusiveMinimum;
- this.format = options.format;
- this.maximum = options.maximum;
- this.maxLength = options.maxLength;
- this.minimum = options.minimum;
- this.minLength = options.minLength;
- this.multipleOf = options.multipleOf;
- this.pattern = options.pattern;
- this.type = options.type;
- }
-}
-
-export class SwaggerModel extends SwaggerSchemaObject {
- public type = 'object';
-}
-
-export class SwaggerModelSimple extends SwaggerModel {
- public properties = {};
- public required = [];
-
- constructor(options: any) {
- super();
- this.required = options.required;
- for (const key in options.properties) {
- this.properties[key] = getSchemaObject(options.properties[key]);
- }
- }
-}
-
-export class SwaggerModelMap extends SwaggerModel {
- public additionalProperties: SwaggerSchemaObject;
-
- constructor(options: any) {
- super();
- this.additionalProperties = getSchemaObject(options.additionalProperties);
- }
-}
-
-export class SwaggerModelArray extends SwaggerSchemaObject {
- public type = 'array';
- public items: SwaggerSchemaObject;
-
- constructor(options: any) {
- super();
- this.items = getSchemaObject(options.items);
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/topology/node-template.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/topology/node-template.ts
deleted file mode 100644
index 07ebc42e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/topology/node-template.ts
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-export class NodeTemplate {
- public id: string;
- public name: string;
- public type: string;
- public namespace: string;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/value-object.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/value-object.ts
deleted file mode 100644
index 0a079a8d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/value-object.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-export interface ValueObject {
- value?: any;
- valueSource: string;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/value-source.enum.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/value-source.enum.ts
deleted file mode 100644
index 720185a5..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/value-source.enum.ts
+++ /dev/null
@@ -1,22 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-
-export enum ValueSource {
- integer,
- number,
- boolean,
- string,
- Plan,
- Topology,
- Variable,
- Definition,
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/value-type.enum.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/value-type.enum.ts
deleted file mode 100644
index d3056968..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/value-type.enum.ts
+++ /dev/null
@@ -1,20 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-
-export enum ValueType {
- integer,
- number,
- boolean,
- string,
- array,
- object
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/end-event.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/end-event.ts
deleted file mode 100644
index e3fbcad3..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/end-event.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import {WorkflowNode} from './workflow-node';
-
-export interface EndEvent extends WorkflowNode {
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/error-event.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/error-event.ts
deleted file mode 100644
index 96ba0e7d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/error-event.ts
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { ValueSource } from '../value-source.enum';
-import { Parameter } from './parameter';
-import { WorkflowNode } from './workflow-node';
-
-export interface ErrorEvent extends WorkflowNode {
- parameter?: Parameter;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/exclusive-gateway.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/exclusive-gateway.ts
deleted file mode 100644
index 6db7bcfd..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/exclusive-gateway.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import {WorkflowNode} from './workflow-node';
-
-export interface ExclusiveGateway extends WorkflowNode {
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/intermediate-catch-event.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/intermediate-catch-event.ts
deleted file mode 100644
index 653e627f..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/intermediate-catch-event.ts
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { TimerEventDefinition, TimerEventDefinitionType } from './timer-event-definition';
-import { WorkflowNode } from './workflow-node';
-
-export interface IntermediateCatchEvent extends WorkflowNode {
- timerEventDefinition?: TimerEventDefinition;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/node-type.enum.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/node-type.enum.ts
deleted file mode 100644
index c02816e8..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/node-type.enum.ts
+++ /dev/null
@@ -1,27 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-
-export enum NodeType {
- startEvent,
- endEvent,
- errorStartEvent,
- errorEndEvent,
- intermediateCatchEvent,
- toscaNodeManagementTask,
- serviceTask,
- scriptTask,
- restTask,
- exclusiveGateway,
- parallelGateway,
- subProcess,
- callActivity
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/parameter.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/parameter.ts
deleted file mode 100644
index 7a904005..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/parameter.ts
+++ /dev/null
@@ -1,21 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import { ValueSource } from '../value-source.enum';
-import { ValueType } from '../value-type.enum';
-
-export class Parameter {
- constructor(public name: string, public value: any, public valueSource: string,
- public type = ValueType[ValueType.string], public required = false,
- public show = true, public errorMsg = '') {
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/position.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/position.ts
deleted file mode 100644
index 8ec4ed56..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/position.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-export class Position {
- constructor(public left: number, public top: number, public width = 56, public height = 56) { }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/rest-parameter.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/rest-parameter.ts
deleted file mode 100644
index a7e4eeea..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/rest-parameter.ts
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { Parameter } from './parameter';
-import { WorkflowNode } from './workflow-node';
-
-export class RestParameter extends Parameter {
- constructor(name: string, value: string, valueSource: string, type: string,
- public position: string, public schema: any, public required: boolean) {
- super(name, value, valueSource, type, required);
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/rest-task.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/rest-task.ts
deleted file mode 100644
index 1235a479..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/rest-task.ts
+++ /dev/null
@@ -1,29 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { SwaggerResponseClass } from "../swagger";
-import { RestParameter } from './rest-parameter';
-import { WorkflowNode } from './workflow-node';
-import { SwaggerBaseParameter } from "./swagger/swagger-base-parameter";
-
-export interface RestTask extends WorkflowNode {
- restConfigId?: string;
- baseUrl?: string;
- serviceName?: string;
- serviceVersion?: string;
- path?: string;
- method?: string;
- operationId?: string;
- produces?: string[]; // do not support non json MIME types, maybe use this later.
- consumes?: string[];
- parameters?: any[];
- responses?: SwaggerResponseClass[];
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/script-task.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/script-task.ts
deleted file mode 100644
index 75d86f5a..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/script-task.ts
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { WorkflowNode } from './workflow-node';
-
-export interface ScriptTask extends WorkflowNode {
- scriptFormat: string;
- script: string;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/sequence-flow.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/sequence-flow.ts
deleted file mode 100644
index 53c09a31..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/sequence-flow.ts
+++ /dev/null
@@ -1,22 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { WorkflowElement } from './workflow-element';
-import { Position } from './position';
-
-export interface SequenceFlow extends WorkflowElement {
- sourceRef: string;
- // sourcePosition: Position;
- targetRef: string;
- // targetPosition: Position;
- name?: string;
- condition?: string;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/service-task.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/service-task.ts
deleted file mode 100644
index c0ce6412..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/service-task.ts
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { WorkflowNode } from './workflow-node';
-import { Parameter } from './parameter';
-
-export interface ServiceTask extends WorkflowNode {
- className: string;
- inputs: Parameter[];
- outputs: Parameter[];
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/start-event.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/start-event.ts
deleted file mode 100644
index a8f6444c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/start-event.ts
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { Parameter } from './parameter';
-import { WorkflowNode } from './workflow-node';
-
-export interface StartEvent extends WorkflowNode {
- parameters?: Parameter[];
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/sub-process.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/sub-process.ts
deleted file mode 100644
index e000ed25..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/sub-process.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { WorkflowNode } from './workflow-node';
-export interface SubProcess extends WorkflowNode {
- children?: WorkflowNode[];
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-base-parameter.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-base-parameter.ts
deleted file mode 100644
index 82103458..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-base-parameter.ts
+++ /dev/null
@@ -1,20 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-export interface SwaggerBaseParameter {
- name: string;
- in: string; //SwaggerIn
- description?: string;
- required?: boolean;//default value is false
- show?: boolean;//default value is true;
- value?: string;
- valueSource?: string;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-body-parameter.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-body-parameter.ts
deleted file mode 100644
index f676b83d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-body-parameter.ts
+++ /dev/null
@@ -1,18 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-import { SwaggerBaseParameter } from "./swagger-base-parameter";
-import { SwaggerSchema } from "./swagger-schema";
-
-export interface SwaggerBodyParameter extends SwaggerBaseParameter {
- $ref: string;
- schema: SwaggerSchema;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-collection-format.enum.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-collection-format.enum.ts
deleted file mode 100644
index f8df2536..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-collection-format.enum.ts
+++ /dev/null
@@ -1,17 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-export enum SwaggerCollectionFormat {
- csv,//comma separated values foo,bar.
- ssv,//space separated values foo bar.
- tsv,//tab separated values foo\tbar.
- pipes//pipe separated values foo|bar.
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-data-format.enum.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-data-format.enum.ts
deleted file mode 100644
index d8eaaa76..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-data-format.enum.ts
+++ /dev/null
@@ -1,22 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-export enum SwaggerDataFormat {
- int32,
- int64,
- float,
- double,
- byte,
- binary,
- date,
- 'date-time',
- password
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-data-type.enum.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-data-type.enum.ts
deleted file mode 100644
index 54634901..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-data-type.enum.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-export enum SwaggerDataType {
- integer, number, string, boolean
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-in.enum.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-in.enum.ts
deleted file mode 100644
index dc695da6..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-in.enum.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-export enum SwaggerIn {
- query, header, path, formData, body
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-items.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-items.ts
deleted file mode 100644
index 0661d034..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-items.ts
+++ /dev/null
@@ -1,31 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-export interface SwaggerItems {
- $ref?: string;
- type?: string;
- format?: string;
- items?: SwaggerItems;
- collectionFormat?: string;//Default value is csv
- default?: any;
- maximum?: number;
- exclusiveMaximum?: boolean;
- minimum?: number;
- exclusiveMinimum?: boolean;
- maxLength?: number;//integer
- minLength?: number;//integer
- pattern?: string;
- maxItems?: number;//integer
- minItems?: number;//integer
- uniqueItems?: boolean;
- enum?: any[];
- multipleOf?: number;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-normal-parameter.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-normal-parameter.ts
deleted file mode 100644
index 3c28803b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-normal-parameter.ts
+++ /dev/null
@@ -1,34 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-import { SwaggerBaseParameter } from "./swagger-base-parameter";
-import { SwaggerItems } from "./swagger-items";
-
-export interface SwaggerNormalParameter extends SwaggerBaseParameter {
- type: string;//"string", "number", "integer", "boolean", "array" or "file"
- format?: string;//https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#dataTypeFormat
- allowEmptyValue?: boolean;
- items?: SwaggerItems;
- collectionFormat?: string;
- default?: any;
- maximum?: number;
- exclusiveMaximum?: boolean;
- minimum?: number;
- exclusiveMinimum?: boolean;
- maxLength?: number;//integer;
- minLength?: number;//integer;
- pattern?: string;//https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.3.
- maxItems?: number;//integer;
- minItems?: number;//integer;
- uniqueItems?: boolean;
- enum?: any[];
- multipleOf?: number;//https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.1.1.
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-parameter.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-parameter.ts
deleted file mode 100644
index a87d4bf3..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-parameter.ts
+++ /dev/null
@@ -1,13 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-export interface SwaggerParameter {
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-response.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-response.ts
deleted file mode 100644
index 5896905d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-response.ts
+++ /dev/null
@@ -1,21 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-import { SwaggerSchema } from "./swagger-schema";
-
-export interface SwaggerResponse {
- description: string;
- schema?: SwaggerSchema;
- headers?: any;//todo: add define object
- examples?: any;//todo: add define
- $ref?: string;
- name?: string;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-schema.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-schema.ts
deleted file mode 100644
index c152830c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/swagger/swagger-schema.ts
+++ /dev/null
@@ -1,38 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-export interface SwaggerSchema {
- $ref?: string;
- format?: string;
- title?: string;
- description?: string;
- default?: any;
- multipleOf?: number;//https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.1.1.
- maximum?: number;
- exclusiveMaximum?: boolean;
- minimum?: number;
- exclusiveMinimum?: boolean;
- maxLength?: number;//integer;
- minLength?: number;//integer;
- pattern?: string;//https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.3.
- maxItems?: number;//integer;
- minItems?: number;//integer;
- uniqueItems?: boolean;
- maxProperties?: number;//integer;
- minPropertiesnumber?: number;//integer;
- required?: boolean | string[];
- enum?: any[];
- type?: string;
- items?: SwaggerSchema | SwaggerSchema[];
- allOf?: any;//every property is a SwaggerSchema;
- properties?: any;//every property is a SwaggerSchema;
- additionalProperties?: any;//every property is a SwaggerSchema;//boolean | SwaggerSchema;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/timer-event-definition.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/timer-event-definition.ts
deleted file mode 100644
index 101ef46c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/timer-event-definition.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { WorkflowNode } from './workflow-node';
-
-export enum TimerEventDefinitionType {
- timeDate,
- timeDuration,
- timeCycle,
-}
-
-export interface TimerEventDefinition extends WorkflowNode {
- type: string; // 'timeDate', 'timeCycle', 'timeDuration'
- timeDate?: string; // 2007-04-05T12:30-02:00
- timeDuration?: string; // ISO 8601 P1Y3M5DT6H7M30S
- timeCycle?: string; // ISO 8601 R5/P1Y2M10DT2H30M
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/tosca-node-task.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/tosca-node-task.ts
deleted file mode 100644
index 7767b640..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/tosca-node-task.ts
+++ /dev/null
@@ -1,22 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { NodeTemplate } from '../topology/node-template';
-import { Parameter } from './parameter';
-import { WorkflowNode } from './workflow-node';
-
-export interface ToscaNodeTask extends WorkflowNode {
- input?: Parameter[];
- output?: Parameter[];
- nodeInterface?: string;
- operation?: string;
- template?: NodeTemplate;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/workflow-element.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/workflow-element.ts
deleted file mode 100644
index e41fc93a..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/workflow-element.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-export interface WorkflowElement {
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/workflow-node.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/workflow-node.ts
deleted file mode 100644
index f278d188..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/model/workflow/workflow-node.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { WorkflowElement } from './workflow-element';
-import { Position } from './position';
-import { SequenceFlow } from './sequence-flow';
-
-export interface WorkflowNode extends WorkflowElement {
- connection: SequenceFlow[];
- id: string;
- name: string;
- icon?: string;
- parentId: string;
- position: Position;
- type: string;
- typeId?: string;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/bootstrap4.0.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/bootstrap4.0.css
deleted file mode 100644
index d52c5848..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/bootstrap4.0.css
+++ /dev/null
@@ -1,9320 +0,0 @@
-/*!
- * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
- * Copyright 2011-2017 The Bootstrap Authors
- * Copyright 2011-2017 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */
-/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
-html {
- font-family: sans-serif;
- line-height: 1.15;
- -ms-text-size-adjust: 100%;
- -webkit-text-size-adjust: 100%;
-}
-
-body {
- margin: 0;
-}
-
-article,
-aside,
-footer,
-header,
-nav,
-section {
- display: block;
-}
-
-h1 {
- font-size: 2em;
- margin: 0.67em 0;
-}
-
-figcaption,
-figure,
-main {
- display: block;
-}
-
-figure {
- margin: 1em 40px;
-}
-
-hr {
- -webkit-box-sizing: content-box;
- box-sizing: content-box;
- height: 0;
- overflow: visible;
-}
-
-pre {
- font-family: monospace, monospace;
- font-size: 1em;
-}
-
-a {
- background-color: transparent;
- -webkit-text-decoration-skip: objects;
-}
-
-a:active,
-a:hover {
- outline-width: 0;
-}
-
-abbr[title] {
- border-bottom: none;
- text-decoration: underline;
- text-decoration: underline dotted;
-}
-
-b,
-strong {
- font-weight: inherit;
-}
-
-b,
-strong {
- font-weight: bolder;
-}
-
-code,
-kbd,
-samp {
- font-family: monospace, monospace;
- font-size: 1em;
-}
-
-dfn {
- font-style: italic;
-}
-
-mark {
- background-color: #ff0;
- color: #000;
-}
-
-small {
- font-size: 80%;
-}
-
-sub,
-sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
-}
-
-sub {
- bottom: -0.25em;
-}
-
-sup {
- top: -0.5em;
-}
-
-audio,
-video {
- display: inline-block;
-}
-
-audio:not([controls]) {
- display: none;
- height: 0;
-}
-
-img {
- border-style: none;
-}
-
-svg:not(:root) {
- overflow: hidden;
-}
-
-button,
-input,
-optgroup,
-select,
-textarea {
- font-family: sans-serif;
- font-size: 100%;
- line-height: 1.15;
- margin: 0;
-}
-
-button,
-input {
- overflow: visible;
-}
-
-button,
-select {
- text-transform: none;
-}
-
-button,
-html [type="button"],
-[type="reset"],
-[type="submit"] {
- -webkit-appearance: button;
-}
-
-button::-moz-focus-inner,
-[type="button"]::-moz-focus-inner,
-[type="reset"]::-moz-focus-inner,
-[type="submit"]::-moz-focus-inner {
- border-style: none;
- padding: 0;
-}
-
-button:-moz-focusring,
-[type="button"]:-moz-focusring,
-[type="reset"]:-moz-focusring,
-[type="submit"]:-moz-focusring {
- outline: 1px dotted ButtonText;
-}
-
-fieldset {
- border: 1px solid #c0c0c0;
- margin: 0 2px;
- padding: 0.35em 0.625em 0.75em;
-}
-
-legend {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: inherit;
- display: table;
- max-width: 100%;
- padding: 0;
- white-space: normal;
-}
-
-progress {
- display: inline-block;
- vertical-align: baseline;
-}
-
-textarea {
- overflow: auto;
-}
-
-[type="checkbox"],
-[type="radio"] {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 0;
-}
-
-[type="number"]::-webkit-inner-spin-button,
-[type="number"]::-webkit-outer-spin-button {
- height: auto;
-}
-
-[type="search"] {
- -webkit-appearance: textfield;
- outline-offset: -2px;
-}
-
-[type="search"]::-webkit-search-cancel-button,
-[type="search"]::-webkit-search-decoration {
- -webkit-appearance: none;
-}
-
-::-webkit-file-upload-button {
- -webkit-appearance: button;
- font: inherit;
-}
-
-details,
-menu {
- display: block;
-}
-
-summary {
- display: list-item;
-}
-
-canvas {
- display: inline-block;
-}
-
-template {
- display: none;
-}
-
-[hidden] {
- display: none;
-}
-
-@media print {
- *,
- *::before,
- *::after,
- p::first-letter,
- div::first-letter,
- blockquote::first-letter,
- li::first-letter,
- p::first-line,
- div::first-line,
- blockquote::first-line,
- li::first-line {
- text-shadow: none !important;
- -webkit-box-shadow: none !important;
- box-shadow: none !important;
- }
- a,
- a:visited {
- text-decoration: underline;
- }
- abbr[title]::after {
- content: " (" attr(title) ")";
- }
- pre {
- white-space: pre-wrap !important;
- }
- pre,
- blockquote {
- border: 1px solid #999;
- page-break-inside: avoid;
- }
- thead {
- display: table-header-group;
- }
- tr,
- img {
- page-break-inside: avoid;
- }
- p,
- h2,
- h3 {
- orphans: 3;
- widows: 3;
- }
- h2,
- h3 {
- page-break-after: avoid;
- }
- .navbar {
- display: none;
- }
- .badge {
- border: 1px solid #000;
- }
- .table {
- border-collapse: collapse !important;
- }
- .table td,
- .table th {
- background-color: #fff !important;
- }
- .table-bordered th,
- .table-bordered td {
- border: 1px solid #ddd !important;
- }
-}
-
-html {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
-}
-
-*,
-*::before,
-*::after {
- -webkit-box-sizing: inherit;
- box-sizing: inherit;
-}
-
-@-ms-viewport {
- width: device-width;
-}
-
-html {
- -ms-overflow-style: scrollbar;
- -webkit-tap-highlight-color: transparent;
-}
-
-body {
- font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
- font-size: 1rem;
- font-weight: normal;
- line-height: 1.5;
- color: #292b2c;
- background-color: #fff;
-}
-
-[tabindex="-1"]:focus {
- outline: none !important;
-}
-
-h1, h2, h3, h4, h5, h6 {
- margin-top: 0;
- margin-bottom: .5rem;
-}
-
-p {
- margin-top: 0;
- margin-bottom: 1rem;
-}
-
-abbr[title],
-abbr[data-original-title] {
- cursor: help;
-}
-
-address {
- margin-bottom: 1rem;
- font-style: normal;
- line-height: inherit;
-}
-
-ol,
-ul,
-dl {
- margin-top: 0;
- margin-bottom: 1rem;
-}
-
-ol ol,
-ul ul,
-ol ul,
-ul ol {
- margin-bottom: 0;
-}
-
-dt {
- font-weight: bold;
-}
-
-dd {
- margin-bottom: .5rem;
- margin-left: 0;
-}
-
-blockquote {
- margin: 0 0 1rem;
-}
-
-a {
- color: #0275d8;
- text-decoration: none;
-}
-
-a:focus, a:hover {
- color: #014c8c;
- text-decoration: underline;
-}
-
-a:not([href]):not([tabindex]) {
- color: inherit;
- text-decoration: none;
-}
-
-a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
- color: inherit;
- text-decoration: none;
-}
-
-a:not([href]):not([tabindex]):focus {
- outline: 0;
-}
-
-pre {
- margin-top: 0;
- margin-bottom: 1rem;
- overflow: auto;
-}
-
-figure {
- margin: 0 0 1rem;
-}
-
-img {
- vertical-align: middle;
-}
-
-[role="button"] {
- cursor: pointer;
-}
-
-a,
-area,
-button,
-[role="button"],
-input,
-label,
-select,
-summary,
-textarea {
- -ms-touch-action: manipulation;
- touch-action: manipulation;
-}
-
-table {
- border-collapse: collapse;
- background-color: transparent;
-}
-
-caption {
- padding-top: 0.75rem;
- padding-bottom: 0.75rem;
- color: #636c72;
- text-align: left;
- caption-side: bottom;
-}
-
-th {
- text-align: left;
-}
-
-label {
- display: inline-block;
- margin-bottom: .5rem;
-}
-
-button:focus {
- outline: 1px dotted;
- outline: 5px auto -webkit-focus-ring-color;
-}
-
-input,
-button,
-select,
-textarea {
- line-height: inherit;
-}
-
-input[type="radio"]:disabled,
-input[type="checkbox"]:disabled {
- cursor: not-allowed;
-}
-
-input[type="date"],
-input[type="time"],
-input[type="datetime-local"],
-input[type="month"] {
- -webkit-appearance: listbox;
-}
-
-textarea {
- resize: vertical;
-}
-
-fieldset {
- min-width: 0;
- padding: 0;
- margin: 0;
- border: 0;
-}
-
-legend {
- display: block;
- width: 100%;
- padding: 0;
- margin-bottom: .5rem;
- font-size: 1.5rem;
- line-height: inherit;
-}
-
-input[type="search"] {
- -webkit-appearance: none;
-}
-
-output {
- display: inline-block;
-}
-
-[hidden] {
- display: none !important;
-}
-
-h1, h2, h3, h4, h5, h6,
-.h1, .h2, .h3, .h4, .h5, .h6 {
- margin-bottom: 0.5rem;
- font-family: inherit;
- font-weight: 500;
- line-height: 1.1;
- color: inherit;
-}
-
-h1, .h1 {
- font-size: 2.5rem;
-}
-
-h2, .h2 {
- font-size: 2rem;
-}
-
-h3, .h3 {
- font-size: 1.75rem;
-}
-
-h4, .h4 {
- font-size: 1.5rem;
-}
-
-h5, .h5 {
- font-size: 1.25rem;
-}
-
-h6, .h6 {
- font-size: 1rem;
-}
-
-.lead {
- font-size: 1.25rem;
- font-weight: 300;
-}
-
-.display-1 {
- font-size: 6rem;
- font-weight: 300;
- line-height: 1.1;
-}
-
-.display-2 {
- font-size: 5.5rem;
- font-weight: 300;
- line-height: 1.1;
-}
-
-.display-3 {
- font-size: 4.5rem;
- font-weight: 300;
- line-height: 1.1;
-}
-
-.display-4 {
- font-size: 3.5rem;
- font-weight: 300;
- line-height: 1.1;
-}
-
-hr {
- margin-top: 1rem;
- margin-bottom: 1rem;
- border: 0;
- border-top: 1px solid rgba(0, 0, 0, 0.1);
-}
-
-small,
-.small {
- font-size: 80%;
- font-weight: normal;
-}
-
-mark,
-.mark {
- padding: 0.2em;
- background-color: #fcf8e3;
-}
-
-.list-unstyled {
- padding-left: 0;
- list-style: none;
-}
-
-.list-inline {
- padding-left: 0;
- list-style: none;
-}
-
-.list-inline-item {
- display: inline-block;
-}
-
-.list-inline-item:not(:last-child) {
- margin-right: 5px;
-}
-
-.initialism {
- font-size: 90%;
- text-transform: uppercase;
-}
-
-.blockquote {
- padding: 0.5rem 1rem;
- margin-bottom: 1rem;
- font-size: 1.25rem;
- border-left: 0.25rem solid #eceeef;
-}
-
-.blockquote-footer {
- display: block;
- font-size: 80%;
- color: #636c72;
-}
-
-.blockquote-footer::before {
- content: "\2014 \00A0";
-}
-
-.blockquote-reverse {
- padding-right: 1rem;
- padding-left: 0;
- text-align: right;
- border-right: 0.25rem solid #eceeef;
- border-left: 0;
-}
-
-.blockquote-reverse .blockquote-footer::before {
- content: "";
-}
-
-.blockquote-reverse .blockquote-footer::after {
- content: "\00A0 \2014";
-}
-
-.img-fluid {
- max-width: 100%;
- height: auto;
-}
-
-.img-thumbnail {
- padding: 0.25rem;
- background-color: #fff;
- border: 1px solid #ddd;
- border-radius: 0.25rem;
- -webkit-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- max-width: 100%;
- height: auto;
-}
-
-.figure {
- display: inline-block;
-}
-
-.figure-img {
- margin-bottom: 0.5rem;
- line-height: 1;
-}
-
-.figure-caption {
- font-size: 90%;
- color: #636c72;
-}
-
-code,
-kbd,
-pre,
-samp {
- font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
-}
-
-code {
- padding: 0.2rem 0.4rem;
- font-size: 90%;
- color: #bd4147;
- background-color: #f7f7f9;
- border-radius: 0.25rem;
-}
-
-a > code {
- padding: 0;
- color: inherit;
- background-color: inherit;
-}
-
-kbd {
- padding: 0.2rem 0.4rem;
- font-size: 90%;
- color: #fff;
- background-color: #292b2c;
- border-radius: 0.2rem;
-}
-
-kbd kbd {
- padding: 0;
- font-size: 100%;
- font-weight: bold;
-}
-
-pre {
- display: block;
- margin-top: 0;
- margin-bottom: 1rem;
- font-size: 90%;
- color: #292b2c;
-}
-
-pre code {
- padding: 0;
- font-size: inherit;
- color: inherit;
- background-color: transparent;
- border-radius: 0;
-}
-
-.pre-scrollable {
- max-height: 340px;
- overflow-y: scroll;
-}
-
-.container {
- position: relative;
- margin-left: auto;
- margin-right: auto;
- padding-right: 15px;
- padding-left: 15px;
-}
-
-@media (min-width: 576px) {
- .container {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-@media (min-width: 768px) {
- .container {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-@media (min-width: 992px) {
- .container {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-@media (min-width: 1200px) {
- .container {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-@media (min-width: 576px) {
- .container {
- width: 540px;
- max-width: 100%;
- }
-}
-
-@media (min-width: 768px) {
- .container {
- width: 720px;
- max-width: 100%;
- }
-}
-
-@media (min-width: 992px) {
- .container {
- width: 960px;
- max-width: 100%;
- }
-}
-
-@media (min-width: 1200px) {
- .container {
- width: 1140px;
- max-width: 100%;
- }
-}
-
-.container-fluid {
- position: relative;
- margin-left: auto;
- margin-right: auto;
- padding-right: 15px;
- padding-left: 15px;
-}
-
-@media (min-width: 576px) {
- .container-fluid {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-@media (min-width: 768px) {
- .container-fluid {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-@media (min-width: 992px) {
- .container-fluid {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-@media (min-width: 1200px) {
- .container-fluid {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-.row {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-wrap: wrap;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- margin-right: -15px;
- margin-left: -15px;
-}
-
-@media (min-width: 576px) {
- .row {
- margin-right: -15px;
- margin-left: -15px;
- }
-}
-
-@media (min-width: 768px) {
- .row {
- margin-right: -15px;
- margin-left: -15px;
- }
-}
-
-@media (min-width: 992px) {
- .row {
- margin-right: -15px;
- margin-left: -15px;
- }
-}
-
-@media (min-width: 1200px) {
- .row {
- margin-right: -15px;
- margin-left: -15px;
- }
-}
-
-.no-gutters {
- margin-right: 0;
- margin-left: 0;
-}
-
-.no-gutters > .col,
-.no-gutters > [class*="col-"] {
- padding-right: 0;
- padding-left: 0;
-}
-
-.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
- position: relative;
- width: 100%;
- min-height: 1px;
- padding-right: 15px;
- padding-left: 15px;
-}
-
-@media (min-width: 576px) {
- .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-@media (min-width: 768px) {
- .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-@media (min-width: 992px) {
- .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-@media (min-width: 1200px) {
- .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
- padding-right: 15px;
- padding-left: 15px;
- }
-}
-
-.col {
- -webkit-flex-basis: 0;
- -ms-flex-preferred-size: 0;
- flex-basis: 0;
- -webkit-box-flex: 1;
- -webkit-flex-grow: 1;
- -ms-flex-positive: 1;
- flex-grow: 1;
- max-width: 100%;
-}
-
-.col-auto {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 auto;
- -ms-flex: 0 0 auto;
- flex: 0 0 auto;
- width: auto;
-}
-
-.col-1 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 8.333333%;
- -ms-flex: 0 0 8.333333%;
- flex: 0 0 8.333333%;
- max-width: 8.333333%;
-}
-
-.col-2 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 16.666667%;
- -ms-flex: 0 0 16.666667%;
- flex: 0 0 16.666667%;
- max-width: 16.666667%;
-}
-
-.col-3 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 25%;
- -ms-flex: 0 0 25%;
- flex: 0 0 25%;
- max-width: 25%;
-}
-
-.col-4 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 33.333333%;
- -ms-flex: 0 0 33.333333%;
- flex: 0 0 33.333333%;
- max-width: 33.333333%;
-}
-
-.col-5 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 41.666667%;
- -ms-flex: 0 0 41.666667%;
- flex: 0 0 41.666667%;
- max-width: 41.666667%;
-}
-
-.col-6 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 50%;
- -ms-flex: 0 0 50%;
- flex: 0 0 50%;
- max-width: 50%;
-}
-
-.col-7 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 58.333333%;
- -ms-flex: 0 0 58.333333%;
- flex: 0 0 58.333333%;
- max-width: 58.333333%;
-}
-
-.col-8 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 66.666667%;
- -ms-flex: 0 0 66.666667%;
- flex: 0 0 66.666667%;
- max-width: 66.666667%;
-}
-
-.col-9 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 75%;
- -ms-flex: 0 0 75%;
- flex: 0 0 75%;
- max-width: 75%;
-}
-
-.col-10 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 83.333333%;
- -ms-flex: 0 0 83.333333%;
- flex: 0 0 83.333333%;
- max-width: 83.333333%;
-}
-
-.col-11 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 91.666667%;
- -ms-flex: 0 0 91.666667%;
- flex: 0 0 91.666667%;
- max-width: 91.666667%;
-}
-
-.col-12 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 100%;
- -ms-flex: 0 0 100%;
- flex: 0 0 100%;
- max-width: 100%;
-}
-
-.pull-0 {
- right: auto;
-}
-
-.pull-1 {
- right: 8.333333%;
-}
-
-.pull-2 {
- right: 16.666667%;
-}
-
-.pull-3 {
- right: 25%;
-}
-
-.pull-4 {
- right: 33.333333%;
-}
-
-.pull-5 {
- right: 41.666667%;
-}
-
-.pull-6 {
- right: 50%;
-}
-
-.pull-7 {
- right: 58.333333%;
-}
-
-.pull-8 {
- right: 66.666667%;
-}
-
-.pull-9 {
- right: 75%;
-}
-
-.pull-10 {
- right: 83.333333%;
-}
-
-.pull-11 {
- right: 91.666667%;
-}
-
-.pull-12 {
- right: 100%;
-}
-
-.push-0 {
- left: auto;
-}
-
-.push-1 {
- left: 8.333333%;
-}
-
-.push-2 {
- left: 16.666667%;
-}
-
-.push-3 {
- left: 25%;
-}
-
-.push-4 {
- left: 33.333333%;
-}
-
-.push-5 {
- left: 41.666667%;
-}
-
-.push-6 {
- left: 50%;
-}
-
-.push-7 {
- left: 58.333333%;
-}
-
-.push-8 {
- left: 66.666667%;
-}
-
-.push-9 {
- left: 75%;
-}
-
-.push-10 {
- left: 83.333333%;
-}
-
-.push-11 {
- left: 91.666667%;
-}
-
-.push-12 {
- left: 100%;
-}
-
-.offset-1 {
- margin-left: 8.333333%;
-}
-
-.offset-2 {
- margin-left: 16.666667%;
-}
-
-.offset-3 {
- margin-left: 25%;
-}
-
-.offset-4 {
- margin-left: 33.333333%;
-}
-
-.offset-5 {
- margin-left: 41.666667%;
-}
-
-.offset-6 {
- margin-left: 50%;
-}
-
-.offset-7 {
- margin-left: 58.333333%;
-}
-
-.offset-8 {
- margin-left: 66.666667%;
-}
-
-.offset-9 {
- margin-left: 75%;
-}
-
-.offset-10 {
- margin-left: 83.333333%;
-}
-
-.offset-11 {
- margin-left: 91.666667%;
-}
-
-@media (min-width: 576px) {
- .col-sm {
- -webkit-flex-basis: 0;
- -ms-flex-preferred-size: 0;
- flex-basis: 0;
- -webkit-box-flex: 1;
- -webkit-flex-grow: 1;
- -ms-flex-positive: 1;
- flex-grow: 1;
- max-width: 100%;
- }
- .col-sm-auto {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 auto;
- -ms-flex: 0 0 auto;
- flex: 0 0 auto;
- width: auto;
- }
- .col-sm-1 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 8.333333%;
- -ms-flex: 0 0 8.333333%;
- flex: 0 0 8.333333%;
- max-width: 8.333333%;
- }
- .col-sm-2 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 16.666667%;
- -ms-flex: 0 0 16.666667%;
- flex: 0 0 16.666667%;
- max-width: 16.666667%;
- }
- .col-sm-3 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 25%;
- -ms-flex: 0 0 25%;
- flex: 0 0 25%;
- max-width: 25%;
- }
- .col-sm-4 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 33.333333%;
- -ms-flex: 0 0 33.333333%;
- flex: 0 0 33.333333%;
- max-width: 33.333333%;
- }
- .col-sm-5 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 41.666667%;
- -ms-flex: 0 0 41.666667%;
- flex: 0 0 41.666667%;
- max-width: 41.666667%;
- }
- .col-sm-6 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 50%;
- -ms-flex: 0 0 50%;
- flex: 0 0 50%;
- max-width: 50%;
- }
- .col-sm-7 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 58.333333%;
- -ms-flex: 0 0 58.333333%;
- flex: 0 0 58.333333%;
- max-width: 58.333333%;
- }
- .col-sm-8 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 66.666667%;
- -ms-flex: 0 0 66.666667%;
- flex: 0 0 66.666667%;
- max-width: 66.666667%;
- }
- .col-sm-9 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 75%;
- -ms-flex: 0 0 75%;
- flex: 0 0 75%;
- max-width: 75%;
- }
- .col-sm-10 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 83.333333%;
- -ms-flex: 0 0 83.333333%;
- flex: 0 0 83.333333%;
- max-width: 83.333333%;
- }
- .col-sm-11 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 91.666667%;
- -ms-flex: 0 0 91.666667%;
- flex: 0 0 91.666667%;
- max-width: 91.666667%;
- }
- .col-sm-12 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 100%;
- -ms-flex: 0 0 100%;
- flex: 0 0 100%;
- max-width: 100%;
- }
- .pull-sm-0 {
- right: auto;
- }
- .pull-sm-1 {
- right: 8.333333%;
- }
- .pull-sm-2 {
- right: 16.666667%;
- }
- .pull-sm-3 {
- right: 25%;
- }
- .pull-sm-4 {
- right: 33.333333%;
- }
- .pull-sm-5 {
- right: 41.666667%;
- }
- .pull-sm-6 {
- right: 50%;
- }
- .pull-sm-7 {
- right: 58.333333%;
- }
- .pull-sm-8 {
- right: 66.666667%;
- }
- .pull-sm-9 {
- right: 75%;
- }
- .pull-sm-10 {
- right: 83.333333%;
- }
- .pull-sm-11 {
- right: 91.666667%;
- }
- .pull-sm-12 {
- right: 100%;
- }
- .push-sm-0 {
- left: auto;
- }
- .push-sm-1 {
- left: 8.333333%;
- }
- .push-sm-2 {
- left: 16.666667%;
- }
- .push-sm-3 {
- left: 25%;
- }
- .push-sm-4 {
- left: 33.333333%;
- }
- .push-sm-5 {
- left: 41.666667%;
- }
- .push-sm-6 {
- left: 50%;
- }
- .push-sm-7 {
- left: 58.333333%;
- }
- .push-sm-8 {
- left: 66.666667%;
- }
- .push-sm-9 {
- left: 75%;
- }
- .push-sm-10 {
- left: 83.333333%;
- }
- .push-sm-11 {
- left: 91.666667%;
- }
- .push-sm-12 {
- left: 100%;
- }
- .offset-sm-0 {
- margin-left: 0%;
- }
- .offset-sm-1 {
- margin-left: 8.333333%;
- }
- .offset-sm-2 {
- margin-left: 16.666667%;
- }
- .offset-sm-3 {
- margin-left: 25%;
- }
- .offset-sm-4 {
- margin-left: 33.333333%;
- }
- .offset-sm-5 {
- margin-left: 41.666667%;
- }
- .offset-sm-6 {
- margin-left: 50%;
- }
- .offset-sm-7 {
- margin-left: 58.333333%;
- }
- .offset-sm-8 {
- margin-left: 66.666667%;
- }
- .offset-sm-9 {
- margin-left: 75%;
- }
- .offset-sm-10 {
- margin-left: 83.333333%;
- }
- .offset-sm-11 {
- margin-left: 91.666667%;
- }
-}
-
-@media (min-width: 768px) {
- .col-md {
- -webkit-flex-basis: 0;
- -ms-flex-preferred-size: 0;
- flex-basis: 0;
- -webkit-box-flex: 1;
- -webkit-flex-grow: 1;
- -ms-flex-positive: 1;
- flex-grow: 1;
- max-width: 100%;
- }
- .col-md-auto {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 auto;
- -ms-flex: 0 0 auto;
- flex: 0 0 auto;
- width: auto;
- }
- .col-md-1 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 8.333333%;
- -ms-flex: 0 0 8.333333%;
- flex: 0 0 8.333333%;
- max-width: 8.333333%;
- }
- .col-md-2 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 16.666667%;
- -ms-flex: 0 0 16.666667%;
- flex: 0 0 16.666667%;
- max-width: 16.666667%;
- }
- .col-md-3 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 25%;
- -ms-flex: 0 0 25%;
- flex: 0 0 25%;
- max-width: 25%;
- }
- .col-md-4 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 33.333333%;
- -ms-flex: 0 0 33.333333%;
- flex: 0 0 33.333333%;
- max-width: 33.333333%;
- }
- .col-md-5 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 41.666667%;
- -ms-flex: 0 0 41.666667%;
- flex: 0 0 41.666667%;
- max-width: 41.666667%;
- }
- .col-md-6 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 50%;
- -ms-flex: 0 0 50%;
- flex: 0 0 50%;
- max-width: 50%;
- }
- .col-md-7 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 58.333333%;
- -ms-flex: 0 0 58.333333%;
- flex: 0 0 58.333333%;
- max-width: 58.333333%;
- }
- .col-md-8 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 66.666667%;
- -ms-flex: 0 0 66.666667%;
- flex: 0 0 66.666667%;
- max-width: 66.666667%;
- }
- .col-md-9 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 75%;
- -ms-flex: 0 0 75%;
- flex: 0 0 75%;
- max-width: 75%;
- }
- .col-md-10 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 83.333333%;
- -ms-flex: 0 0 83.333333%;
- flex: 0 0 83.333333%;
- max-width: 83.333333%;
- }
- .col-md-11 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 91.666667%;
- -ms-flex: 0 0 91.666667%;
- flex: 0 0 91.666667%;
- max-width: 91.666667%;
- }
- .col-md-12 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 100%;
- -ms-flex: 0 0 100%;
- flex: 0 0 100%;
- max-width: 100%;
- }
- .pull-md-0 {
- right: auto;
- }
- .pull-md-1 {
- right: 8.333333%;
- }
- .pull-md-2 {
- right: 16.666667%;
- }
- .pull-md-3 {
- right: 25%;
- }
- .pull-md-4 {
- right: 33.333333%;
- }
- .pull-md-5 {
- right: 41.666667%;
- }
- .pull-md-6 {
- right: 50%;
- }
- .pull-md-7 {
- right: 58.333333%;
- }
- .pull-md-8 {
- right: 66.666667%;
- }
- .pull-md-9 {
- right: 75%;
- }
- .pull-md-10 {
- right: 83.333333%;
- }
- .pull-md-11 {
- right: 91.666667%;
- }
- .pull-md-12 {
- right: 100%;
- }
- .push-md-0 {
- left: auto;
- }
- .push-md-1 {
- left: 8.333333%;
- }
- .push-md-2 {
- left: 16.666667%;
- }
- .push-md-3 {
- left: 25%;
- }
- .push-md-4 {
- left: 33.333333%;
- }
- .push-md-5 {
- left: 41.666667%;
- }
- .push-md-6 {
- left: 50%;
- }
- .push-md-7 {
- left: 58.333333%;
- }
- .push-md-8 {
- left: 66.666667%;
- }
- .push-md-9 {
- left: 75%;
- }
- .push-md-10 {
- left: 83.333333%;
- }
- .push-md-11 {
- left: 91.666667%;
- }
- .push-md-12 {
- left: 100%;
- }
- .offset-md-0 {
- margin-left: 0%;
- }
- .offset-md-1 {
- margin-left: 8.333333%;
- }
- .offset-md-2 {
- margin-left: 16.666667%;
- }
- .offset-md-3 {
- margin-left: 25%;
- }
- .offset-md-4 {
- margin-left: 33.333333%;
- }
- .offset-md-5 {
- margin-left: 41.666667%;
- }
- .offset-md-6 {
- margin-left: 50%;
- }
- .offset-md-7 {
- margin-left: 58.333333%;
- }
- .offset-md-8 {
- margin-left: 66.666667%;
- }
- .offset-md-9 {
- margin-left: 75%;
- }
- .offset-md-10 {
- margin-left: 83.333333%;
- }
- .offset-md-11 {
- margin-left: 91.666667%;
- }
-}
-
-@media (min-width: 992px) {
- .col-lg {
- -webkit-flex-basis: 0;
- -ms-flex-preferred-size: 0;
- flex-basis: 0;
- -webkit-box-flex: 1;
- -webkit-flex-grow: 1;
- -ms-flex-positive: 1;
- flex-grow: 1;
- max-width: 100%;
- }
- .col-lg-auto {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 auto;
- -ms-flex: 0 0 auto;
- flex: 0 0 auto;
- width: auto;
- }
- .col-lg-1 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 8.333333%;
- -ms-flex: 0 0 8.333333%;
- flex: 0 0 8.333333%;
- max-width: 8.333333%;
- }
- .col-lg-2 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 16.666667%;
- -ms-flex: 0 0 16.666667%;
- flex: 0 0 16.666667%;
- max-width: 16.666667%;
- }
- .col-lg-3 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 25%;
- -ms-flex: 0 0 25%;
- flex: 0 0 25%;
- max-width: 25%;
- }
- .col-lg-4 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 33.333333%;
- -ms-flex: 0 0 33.333333%;
- flex: 0 0 33.333333%;
- max-width: 33.333333%;
- }
- .col-lg-5 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 41.666667%;
- -ms-flex: 0 0 41.666667%;
- flex: 0 0 41.666667%;
- max-width: 41.666667%;
- }
- .col-lg-6 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 50%;
- -ms-flex: 0 0 50%;
- flex: 0 0 50%;
- max-width: 50%;
- }
- .col-lg-7 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 58.333333%;
- -ms-flex: 0 0 58.333333%;
- flex: 0 0 58.333333%;
- max-width: 58.333333%;
- }
- .col-lg-8 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 66.666667%;
- -ms-flex: 0 0 66.666667%;
- flex: 0 0 66.666667%;
- max-width: 66.666667%;
- }
- .col-lg-9 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 75%;
- -ms-flex: 0 0 75%;
- flex: 0 0 75%;
- max-width: 75%;
- }
- .col-lg-10 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 83.333333%;
- -ms-flex: 0 0 83.333333%;
- flex: 0 0 83.333333%;
- max-width: 83.333333%;
- }
- .col-lg-11 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 91.666667%;
- -ms-flex: 0 0 91.666667%;
- flex: 0 0 91.666667%;
- max-width: 91.666667%;
- }
- .col-lg-12 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 100%;
- -ms-flex: 0 0 100%;
- flex: 0 0 100%;
- max-width: 100%;
- }
- .pull-lg-0 {
- right: auto;
- }
- .pull-lg-1 {
- right: 8.333333%;
- }
- .pull-lg-2 {
- right: 16.666667%;
- }
- .pull-lg-3 {
- right: 25%;
- }
- .pull-lg-4 {
- right: 33.333333%;
- }
- .pull-lg-5 {
- right: 41.666667%;
- }
- .pull-lg-6 {
- right: 50%;
- }
- .pull-lg-7 {
- right: 58.333333%;
- }
- .pull-lg-8 {
- right: 66.666667%;
- }
- .pull-lg-9 {
- right: 75%;
- }
- .pull-lg-10 {
- right: 83.333333%;
- }
- .pull-lg-11 {
- right: 91.666667%;
- }
- .pull-lg-12 {
- right: 100%;
- }
- .push-lg-0 {
- left: auto;
- }
- .push-lg-1 {
- left: 8.333333%;
- }
- .push-lg-2 {
- left: 16.666667%;
- }
- .push-lg-3 {
- left: 25%;
- }
- .push-lg-4 {
- left: 33.333333%;
- }
- .push-lg-5 {
- left: 41.666667%;
- }
- .push-lg-6 {
- left: 50%;
- }
- .push-lg-7 {
- left: 58.333333%;
- }
- .push-lg-8 {
- left: 66.666667%;
- }
- .push-lg-9 {
- left: 75%;
- }
- .push-lg-10 {
- left: 83.333333%;
- }
- .push-lg-11 {
- left: 91.666667%;
- }
- .push-lg-12 {
- left: 100%;
- }
- .offset-lg-0 {
- margin-left: 0%;
- }
- .offset-lg-1 {
- margin-left: 8.333333%;
- }
- .offset-lg-2 {
- margin-left: 16.666667%;
- }
- .offset-lg-3 {
- margin-left: 25%;
- }
- .offset-lg-4 {
- margin-left: 33.333333%;
- }
- .offset-lg-5 {
- margin-left: 41.666667%;
- }
- .offset-lg-6 {
- margin-left: 50%;
- }
- .offset-lg-7 {
- margin-left: 58.333333%;
- }
- .offset-lg-8 {
- margin-left: 66.666667%;
- }
- .offset-lg-9 {
- margin-left: 75%;
- }
- .offset-lg-10 {
- margin-left: 83.333333%;
- }
- .offset-lg-11 {
- margin-left: 91.666667%;
- }
-}
-
-@media (min-width: 1200px) {
- .col-xl {
- -webkit-flex-basis: 0;
- -ms-flex-preferred-size: 0;
- flex-basis: 0;
- -webkit-box-flex: 1;
- -webkit-flex-grow: 1;
- -ms-flex-positive: 1;
- flex-grow: 1;
- max-width: 100%;
- }
- .col-xl-auto {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 auto;
- -ms-flex: 0 0 auto;
- flex: 0 0 auto;
- width: auto;
- }
- .col-xl-1 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 8.333333%;
- -ms-flex: 0 0 8.333333%;
- flex: 0 0 8.333333%;
- max-width: 8.333333%;
- }
- .col-xl-2 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 16.666667%;
- -ms-flex: 0 0 16.666667%;
- flex: 0 0 16.666667%;
- max-width: 16.666667%;
- }
- .col-xl-3 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 25%;
- -ms-flex: 0 0 25%;
- flex: 0 0 25%;
- max-width: 25%;
- }
- .col-xl-4 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 33.333333%;
- -ms-flex: 0 0 33.333333%;
- flex: 0 0 33.333333%;
- max-width: 33.333333%;
- }
- .col-xl-5 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 41.666667%;
- -ms-flex: 0 0 41.666667%;
- flex: 0 0 41.666667%;
- max-width: 41.666667%;
- }
- .col-xl-6 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 50%;
- -ms-flex: 0 0 50%;
- flex: 0 0 50%;
- max-width: 50%;
- }
- .col-xl-7 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 58.333333%;
- -ms-flex: 0 0 58.333333%;
- flex: 0 0 58.333333%;
- max-width: 58.333333%;
- }
- .col-xl-8 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 66.666667%;
- -ms-flex: 0 0 66.666667%;
- flex: 0 0 66.666667%;
- max-width: 66.666667%;
- }
- .col-xl-9 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 75%;
- -ms-flex: 0 0 75%;
- flex: 0 0 75%;
- max-width: 75%;
- }
- .col-xl-10 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 83.333333%;
- -ms-flex: 0 0 83.333333%;
- flex: 0 0 83.333333%;
- max-width: 83.333333%;
- }
- .col-xl-11 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 91.666667%;
- -ms-flex: 0 0 91.666667%;
- flex: 0 0 91.666667%;
- max-width: 91.666667%;
- }
- .col-xl-12 {
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 100%;
- -ms-flex: 0 0 100%;
- flex: 0 0 100%;
- max-width: 100%;
- }
- .pull-xl-0 {
- right: auto;
- }
- .pull-xl-1 {
- right: 8.333333%;
- }
- .pull-xl-2 {
- right: 16.666667%;
- }
- .pull-xl-3 {
- right: 25%;
- }
- .pull-xl-4 {
- right: 33.333333%;
- }
- .pull-xl-5 {
- right: 41.666667%;
- }
- .pull-xl-6 {
- right: 50%;
- }
- .pull-xl-7 {
- right: 58.333333%;
- }
- .pull-xl-8 {
- right: 66.666667%;
- }
- .pull-xl-9 {
- right: 75%;
- }
- .pull-xl-10 {
- right: 83.333333%;
- }
- .pull-xl-11 {
- right: 91.666667%;
- }
- .pull-xl-12 {
- right: 100%;
- }
- .push-xl-0 {
- left: auto;
- }
- .push-xl-1 {
- left: 8.333333%;
- }
- .push-xl-2 {
- left: 16.666667%;
- }
- .push-xl-3 {
- left: 25%;
- }
- .push-xl-4 {
- left: 33.333333%;
- }
- .push-xl-5 {
- left: 41.666667%;
- }
- .push-xl-6 {
- left: 50%;
- }
- .push-xl-7 {
- left: 58.333333%;
- }
- .push-xl-8 {
- left: 66.666667%;
- }
- .push-xl-9 {
- left: 75%;
- }
- .push-xl-10 {
- left: 83.333333%;
- }
- .push-xl-11 {
- left: 91.666667%;
- }
- .push-xl-12 {
- left: 100%;
- }
- .offset-xl-0 {
- margin-left: 0%;
- }
- .offset-xl-1 {
- margin-left: 8.333333%;
- }
- .offset-xl-2 {
- margin-left: 16.666667%;
- }
- .offset-xl-3 {
- margin-left: 25%;
- }
- .offset-xl-4 {
- margin-left: 33.333333%;
- }
- .offset-xl-5 {
- margin-left: 41.666667%;
- }
- .offset-xl-6 {
- margin-left: 50%;
- }
- .offset-xl-7 {
- margin-left: 58.333333%;
- }
- .offset-xl-8 {
- margin-left: 66.666667%;
- }
- .offset-xl-9 {
- margin-left: 75%;
- }
- .offset-xl-10 {
- margin-left: 83.333333%;
- }
- .offset-xl-11 {
- margin-left: 91.666667%;
- }
-}
-
-.table {
- width: 100%;
- max-width: 100%;
- margin-bottom: 1rem;
-}
-
-.table th,
-.table td {
- padding: 0.75rem;
- vertical-align: top;
- border-top: 1px solid #eceeef;
-}
-
-.table thead th {
- vertical-align: bottom;
- border-bottom: 2px solid #eceeef;
-}
-
-.table tbody + tbody {
- border-top: 2px solid #eceeef;
-}
-
-.table .table {
- background-color: #fff;
-}
-
-.table-sm th,
-.table-sm td {
- padding: 0.3rem;
-}
-
-.table-bordered {
- border: 1px solid #eceeef;
-}
-
-.table-bordered th,
-.table-bordered td {
- border: 1px solid #eceeef;
-}
-
-.table-bordered thead th,
-.table-bordered thead td {
- border-bottom-width: 2px;
-}
-
-.table-striped tbody tr:nth-of-type(odd) {
- background-color: rgba(0, 0, 0, 0.05);
-}
-
-.table-hover tbody tr:hover {
- background-color: rgba(0, 0, 0, 0.075);
-}
-
-.table-active,
-.table-active > th,
-.table-active > td {
- background-color: rgba(0, 0, 0, 0.075);
-}
-
-.table-hover .table-active:hover {
- background-color: rgba(0, 0, 0, 0.075);
-}
-
-.table-hover .table-active:hover > td,
-.table-hover .table-active:hover > th {
- background-color: rgba(0, 0, 0, 0.075);
-}
-
-.table-success,
-.table-success > th,
-.table-success > td {
- background-color: #dff0d8;
-}
-
-.table-hover .table-success:hover {
- background-color: #d0e9c6;
-}
-
-.table-hover .table-success:hover > td,
-.table-hover .table-success:hover > th {
- background-color: #d0e9c6;
-}
-
-.table-info,
-.table-info > th,
-.table-info > td {
- background-color: #d9edf7;
-}
-
-.table-hover .table-info:hover {
- background-color: #c4e3f3;
-}
-
-.table-hover .table-info:hover > td,
-.table-hover .table-info:hover > th {
- background-color: #c4e3f3;
-}
-
-.table-warning,
-.table-warning > th,
-.table-warning > td {
- background-color: #fcf8e3;
-}
-
-.table-hover .table-warning:hover {
- background-color: #faf2cc;
-}
-
-.table-hover .table-warning:hover > td,
-.table-hover .table-warning:hover > th {
- background-color: #faf2cc;
-}
-
-.table-danger,
-.table-danger > th,
-.table-danger > td {
- background-color: #f2dede;
-}
-
-.table-hover .table-danger:hover {
- background-color: #ebcccc;
-}
-
-.table-hover .table-danger:hover > td,
-.table-hover .table-danger:hover > th {
- background-color: #ebcccc;
-}
-
-.thead-inverse th {
- color: #fff;
- background-color: #292b2c;
-}
-
-.thead-default th {
- color: #464a4c;
- background-color: #eceeef;
-}
-
-.table-inverse {
- color: #fff;
- background-color: #292b2c;
-}
-
-.table-inverse th,
-.table-inverse td,
-.table-inverse thead th {
- border-color: #fff;
-}
-
-.table-inverse.table-bordered {
- border: 0;
-}
-
-.table-responsive {
- display: block;
- width: 100%;
- overflow-x: auto;
- -ms-overflow-style: -ms-autohiding-scrollbar;
-}
-
-.table-responsive.table-bordered {
- border: 0;
-}
-
-.form-control {
- display: block;
- width: 100%;
- padding: 0.5rem 0.75rem;
- font-size: 1rem;
- line-height: 1.25;
- color: #464a4c;
- background-color: #fff;
- background-image: none;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0.25rem;
- -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
- transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
- -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
- transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
- transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
-}
-
-.form-control::-ms-expand {
- background-color: transparent;
- border: 0;
-}
-
-.form-control:focus {
- color: #464a4c;
- background-color: #fff;
- border-color: #5cb3fd;
- outline: none;
-}
-
-.form-control::-webkit-input-placeholder {
- color: #636c72;
- opacity: 1;
-}
-
-.form-control::-moz-placeholder {
- color: #636c72;
- opacity: 1;
-}
-
-.form-control:-ms-input-placeholder {
- color: #636c72;
- opacity: 1;
-}
-
-.form-control::placeholder {
- color: #636c72;
- opacity: 1;
-}
-
-.form-control:disabled, .form-control[readonly] {
- background-color: #eceeef;
- opacity: 1;
-}
-
-.form-control:disabled {
- cursor: not-allowed;
-}
-
-select.form-control:not([size]):not([multiple]) {
- height: calc(2.25rem + 2px);
-}
-
-select.form-control:focus::-ms-value {
- color: #464a4c;
- background-color: #fff;
-}
-
-.form-control-file,
-.form-control-range {
- display: block;
-}
-
-.col-form-label {
- padding-top: calc(0.5rem - 1px * 2);
- padding-bottom: calc(0.5rem - 1px * 2);
- margin-bottom: 0;
-}
-
-.col-form-label-lg {
- padding-top: calc(0.75rem - 1px * 2);
- padding-bottom: calc(0.75rem - 1px * 2);
- font-size: 1.25rem;
-}
-
-.col-form-label-sm {
- padding-top: calc(0.25rem - 1px * 2);
- padding-bottom: calc(0.25rem - 1px * 2);
- font-size: 0.875rem;
-}
-
-.col-form-legend {
- padding-top: 0.5rem;
- padding-bottom: 0.5rem;
- margin-bottom: 0;
- font-size: 1rem;
-}
-
-.form-control-static {
- padding-top: 0.5rem;
- padding-bottom: 0.5rem;
- margin-bottom: 0;
- line-height: 1.25;
- border: solid transparent;
- border-width: 1px 0;
-}
-
-.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
-.input-group-sm > .form-control-static.input-group-addon,
-.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
-.input-group-lg > .form-control-static.input-group-addon,
-.input-group-lg > .input-group-btn > .form-control-static.btn {
- padding-right: 0;
- padding-left: 0;
-}
-
-.form-control-sm, .input-group-sm > .form-control,
-.input-group-sm > .input-group-addon,
-.input-group-sm > .input-group-btn > .btn {
- padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
- border-radius: 0.2rem;
-}
-
-select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
-.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
-.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
- height: 1.8125rem;
-}
-
-.form-control-lg, .input-group-lg > .form-control,
-.input-group-lg > .input-group-addon,
-.input-group-lg > .input-group-btn > .btn {
- padding: 0.75rem 1.5rem;
- font-size: 1.25rem;
- border-radius: 0.3rem;
-}
-
-select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
-.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
-.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
- height: 3.166667rem;
-}
-
-.form-group {
- margin-bottom: 1rem;
-}
-
-.form-text {
- display: block;
- margin-top: 0.25rem;
-}
-
-.form-check {
- position: relative;
- display: block;
- margin-bottom: 0.5rem;
-}
-
-.form-check.disabled .form-check-label {
- color: #636c72;
- cursor: not-allowed;
-}
-
-.form-check-label {
- padding-left: 1.25rem;
- margin-bottom: 0;
- cursor: pointer;
-}
-
-.form-check-input {
- position: absolute;
- margin-top: 0.25rem;
- margin-left: -1.25rem;
-}
-
-.form-check-input:only-child {
- position: static;
-}
-
-.form-check-inline {
- display: inline-block;
-}
-
-.form-check-inline .form-check-label {
- vertical-align: middle;
-}
-
-.form-check-inline + .form-check-inline {
- margin-left: 0.75rem;
-}
-
-.form-control-feedback {
- margin-top: 0.25rem;
-}
-
-.form-control-success,
-.form-control-warning,
-.form-control-danger {
- padding-right: 2.25rem;
- background-repeat: no-repeat;
- background-position: center right 0.5625rem;
- -webkit-background-size: 1.125rem 1.125rem;
- background-size: 1.125rem 1.125rem;
-}
-
-.has-success .form-control-feedback,
-.has-success .form-control-label,
-.has-success .col-form-label,
-.has-success .form-check-label,
-.has-success .custom-control {
- color: #5cb85c;
-}
-
-.has-success .form-control {
- border-color: #5cb85c;
-}
-
-.has-success .input-group-addon {
- color: #5cb85c;
- border-color: #5cb85c;
- background-color: #eaf6ea;
-}
-
-.has-success .form-control-success {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
-}
-
-.has-warning .form-control-feedback,
-.has-warning .form-control-label,
-.has-warning .col-form-label,
-.has-warning .form-check-label,
-.has-warning .custom-control {
- color: #f0ad4e;
-}
-
-.has-warning .form-control {
- border-color: #f0ad4e;
-}
-
-.has-warning .input-group-addon {
- color: #f0ad4e;
- border-color: #f0ad4e;
- background-color: white;
-}
-
-.has-warning .form-control-warning {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
-}
-
-.has-danger .form-control-feedback,
-.has-danger .form-control-label,
-.has-danger .col-form-label,
-.has-danger .form-check-label,
-.has-danger .custom-control {
- color: #d9534f;
-}
-
-.has-danger .form-control {
- border-color: #d9534f;
-}
-
-.has-danger .input-group-addon {
- color: #d9534f;
- border-color: #d9534f;
- background-color: #fdf7f7;
-}
-
-.has-danger .form-control-danger {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
-}
-
-.form-inline {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-flow: row wrap;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
-}
-
-.form-inline .form-check {
- width: 100%;
-}
-
-@media (min-width: 576px) {
- .form-inline label {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- margin-bottom: 0;
- }
- .form-inline .form-group {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-flex: 0;
- -webkit-flex: 0 0 auto;
- -ms-flex: 0 0 auto;
- flex: 0 0 auto;
- -webkit-flex-flow: row wrap;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- margin-bottom: 0;
- }
- .form-inline .form-control {
- display: inline-block;
- width: auto;
- vertical-align: middle;
- }
- .form-inline .form-control-static {
- display: inline-block;
- }
- .form-inline .input-group {
- width: auto;
- }
- .form-inline .form-control-label {
- margin-bottom: 0;
- vertical-align: middle;
- }
- .form-inline .form-check {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- width: auto;
- margin-top: 0;
- margin-bottom: 0;
- }
- .form-inline .form-check-label {
- padding-left: 0;
- }
- .form-inline .form-check-input {
- position: relative;
- margin-top: 0;
- margin-right: 0.25rem;
- margin-left: 0;
- }
- .form-inline .custom-control {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- padding-left: 0;
- }
- .form-inline .custom-control-indicator {
- position: static;
- display: inline-block;
- margin-right: 0.25rem;
- vertical-align: text-bottom;
- }
- .form-inline .has-feedback .form-control-feedback {
- top: 0;
- }
-}
-
-.btn {
- display: inline-block;
- font-weight: normal;
- line-height: 1.25;
- text-align: center;
- white-space: nowrap;
- vertical-align: middle;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- border: 1px solid transparent;
- padding: 0.5rem 1rem;
- font-size: 1rem;
- border-radius: 0.25rem;
- -webkit-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
-}
-
-.btn:focus, .btn:hover {
- text-decoration: none;
-}
-
-.btn:focus, .btn.focus {
- outline: 0;
- -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
- box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
-}
-
-.btn.disabled, .btn:disabled {
- cursor: not-allowed;
- opacity: .65;
-}
-
-.btn:active, .btn.active {
- background-image: none;
-}
-
-a.btn.disabled,
-fieldset[disabled] a.btn {
- pointer-events: none;
-}
-
-.btn-primary {
- color: #fff;
- background-color: #0275d8;
- border-color: #0275d8;
-}
-
-.btn-primary:hover {
- color: #fff;
- background-color: #025aa5;
- border-color: #01549b;
-}
-
-.btn-primary:focus, .btn-primary.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
- box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
-}
-
-.btn-primary.disabled, .btn-primary:disabled {
- background-color: #0275d8;
- border-color: #0275d8;
-}
-
-.btn-primary:active, .btn-primary.active,
-.show > .btn-primary.dropdown-toggle {
- color: #fff;
- background-color: #025aa5;
- background-image: none;
- border-color: #01549b;
-}
-
-.btn-secondary {
- color: #292b2c;
- background-color: #fff;
- border-color: #ccc;
-}
-
-.btn-secondary:hover {
- color: #292b2c;
- background-color: #e6e6e6;
- border-color: #adadad;
-}
-
-.btn-secondary:focus, .btn-secondary.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
- box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
-}
-
-.btn-secondary.disabled, .btn-secondary:disabled {
- background-color: #fff;
- border-color: #ccc;
-}
-
-.btn-secondary:active, .btn-secondary.active,
-.show > .btn-secondary.dropdown-toggle {
- color: #292b2c;
- background-color: #e6e6e6;
- background-image: none;
- border-color: #adadad;
-}
-
-.btn-info {
- color: #fff;
- background-color: #5bc0de;
- border-color: #5bc0de;
-}
-
-.btn-info:hover {
- color: #fff;
- background-color: #31b0d5;
- border-color: #2aabd2;
-}
-
-.btn-info:focus, .btn-info.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
- box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
-}
-
-.btn-info.disabled, .btn-info:disabled {
- background-color: #5bc0de;
- border-color: #5bc0de;
-}
-
-.btn-info:active, .btn-info.active,
-.show > .btn-info.dropdown-toggle {
- color: #fff;
- background-color: #31b0d5;
- background-image: none;
- border-color: #2aabd2;
-}
-
-.btn-success {
- color: #fff;
- background-color: #5cb85c;
- border-color: #5cb85c;
-}
-
-.btn-success:hover {
- color: #fff;
- background-color: #449d44;
- border-color: #419641;
-}
-
-.btn-success:focus, .btn-success.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
- box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
-}
-
-.btn-success.disabled, .btn-success:disabled {
- background-color: #5cb85c;
- border-color: #5cb85c;
-}
-
-.btn-success:active, .btn-success.active,
-.show > .btn-success.dropdown-toggle {
- color: #fff;
- background-color: #449d44;
- background-image: none;
- border-color: #419641;
-}
-
-.btn-warning {
- color: #fff;
- background-color: #f0ad4e;
- border-color: #f0ad4e;
-}
-
-.btn-warning:hover {
- color: #fff;
- background-color: #ec971f;
- border-color: #eb9316;
-}
-
-.btn-warning:focus, .btn-warning.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
- box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
-}
-
-.btn-warning.disabled, .btn-warning:disabled {
- background-color: #f0ad4e;
- border-color: #f0ad4e;
-}
-
-.btn-warning:active, .btn-warning.active,
-.show > .btn-warning.dropdown-toggle {
- color: #fff;
- background-color: #ec971f;
- background-image: none;
- border-color: #eb9316;
-}
-
-.btn-danger {
- color: #fff;
- background-color: #d9534f;
- border-color: #d9534f;
-}
-
-.btn-danger:hover {
- color: #fff;
- background-color: #c9302c;
- border-color: #c12e2a;
-}
-
-.btn-danger:focus, .btn-danger.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
- box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
-}
-
-.btn-danger.disabled, .btn-danger:disabled {
- background-color: #d9534f;
- border-color: #d9534f;
-}
-
-.btn-danger:active, .btn-danger.active,
-.show > .btn-danger.dropdown-toggle {
- color: #fff;
- background-color: #c9302c;
- background-image: none;
- border-color: #c12e2a;
-}
-
-.btn-outline-primary {
- color: #0275d8;
- background-image: none;
- background-color: transparent;
- border-color: #0275d8;
-}
-
-.btn-outline-primary:hover {
- color: #fff;
- background-color: #0275d8;
- border-color: #0275d8;
-}
-
-.btn-outline-primary:focus, .btn-outline-primary.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
- box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
-}
-
-.btn-outline-primary.disabled, .btn-outline-primary:disabled {
- color: #0275d8;
- background-color: transparent;
-}
-
-.btn-outline-primary:active, .btn-outline-primary.active,
-.show > .btn-outline-primary.dropdown-toggle {
- color: #fff;
- background-color: #0275d8;
- border-color: #0275d8;
-}
-
-.btn-outline-secondary {
- color: #ccc;
- background-image: none;
- background-color: transparent;
- border-color: #ccc;
-}
-
-.btn-outline-secondary:hover {
- color: #fff;
- background-color: #ccc;
- border-color: #ccc;
-}
-
-.btn-outline-secondary:focus, .btn-outline-secondary.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
- box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
-}
-
-.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
- color: #ccc;
- background-color: transparent;
-}
-
-.btn-outline-secondary:active, .btn-outline-secondary.active,
-.show > .btn-outline-secondary.dropdown-toggle {
- color: #fff;
- background-color: #ccc;
- border-color: #ccc;
-}
-
-.btn-outline-info {
- color: #5bc0de;
- background-image: none;
- background-color: transparent;
- border-color: #5bc0de;
-}
-
-.btn-outline-info:hover {
- color: #fff;
- background-color: #5bc0de;
- border-color: #5bc0de;
-}
-
-.btn-outline-info:focus, .btn-outline-info.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
- box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
-}
-
-.btn-outline-info.disabled, .btn-outline-info:disabled {
- color: #5bc0de;
- background-color: transparent;
-}
-
-.btn-outline-info:active, .btn-outline-info.active,
-.show > .btn-outline-info.dropdown-toggle {
- color: #fff;
- background-color: #5bc0de;
- border-color: #5bc0de;
-}
-
-.btn-outline-success {
- color: #5cb85c;
- background-image: none;
- background-color: transparent;
- border-color: #5cb85c;
-}
-
-.btn-outline-success:hover {
- color: #fff;
- background-color: #5cb85c;
- border-color: #5cb85c;
-}
-
-.btn-outline-success:focus, .btn-outline-success.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
- box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
-}
-
-.btn-outline-success.disabled, .btn-outline-success:disabled {
- color: #5cb85c;
- background-color: transparent;
-}
-
-.btn-outline-success:active, .btn-outline-success.active,
-.show > .btn-outline-success.dropdown-toggle {
- color: #fff;
- background-color: #5cb85c;
- border-color: #5cb85c;
-}
-
-.btn-outline-warning {
- color: #f0ad4e;
- background-image: none;
- background-color: transparent;
- border-color: #f0ad4e;
-}
-
-.btn-outline-warning:hover {
- color: #fff;
- background-color: #f0ad4e;
- border-color: #f0ad4e;
-}
-
-.btn-outline-warning:focus, .btn-outline-warning.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
- box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
-}
-
-.btn-outline-warning.disabled, .btn-outline-warning:disabled {
- color: #f0ad4e;
- background-color: transparent;
-}
-
-.btn-outline-warning:active, .btn-outline-warning.active,
-.show > .btn-outline-warning.dropdown-toggle {
- color: #fff;
- background-color: #f0ad4e;
- border-color: #f0ad4e;
-}
-
-.btn-outline-danger {
- color: #d9534f;
- background-image: none;
- background-color: transparent;
- border-color: #d9534f;
-}
-
-.btn-outline-danger:hover {
- color: #fff;
- background-color: #d9534f;
- border-color: #d9534f;
-}
-
-.btn-outline-danger:focus, .btn-outline-danger.focus {
- -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
- box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
-}
-
-.btn-outline-danger.disabled, .btn-outline-danger:disabled {
- color: #d9534f;
- background-color: transparent;
-}
-
-.btn-outline-danger:active, .btn-outline-danger.active,
-.show > .btn-outline-danger.dropdown-toggle {
- color: #fff;
- background-color: #d9534f;
- border-color: #d9534f;
-}
-
-.btn-link {
- font-weight: normal;
- color: #0275d8;
- border-radius: 0;
-}
-
-.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
- background-color: transparent;
-}
-
-.btn-link, .btn-link:focus, .btn-link:active {
- border-color: transparent;
-}
-
-.btn-link:hover {
- border-color: transparent;
-}
-
-.btn-link:focus, .btn-link:hover {
- color: #014c8c;
- text-decoration: underline;
- background-color: transparent;
-}
-
-.btn-link:disabled {
- color: #636c72;
-}
-
-.btn-link:disabled:focus, .btn-link:disabled:hover {
- text-decoration: none;
-}
-
-.btn-lg, .btn-group-lg > .btn {
- padding: 0.75rem 1.5rem;
- font-size: 1.25rem;
- border-radius: 0.3rem;
-}
-
-.btn-sm, .btn-group-sm > .btn {
- padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
- border-radius: 0.2rem;
-}
-
-.btn-block {
- display: block;
- width: 100%;
-}
-
-.btn-block + .btn-block {
- margin-top: 0.5rem;
-}
-
-input[type="submit"].btn-block,
-input[type="reset"].btn-block,
-input[type="button"].btn-block {
- width: 100%;
-}
-
-.fade {
- opacity: 0;
- -webkit-transition: opacity 0.15s linear;
- -o-transition: opacity 0.15s linear;
- transition: opacity 0.15s linear;
-}
-
-.fade.show {
- opacity: 1;
-}
-
-.collapse {
- display: none;
-}
-
-.collapse.show {
- display: block;
-}
-
-tr.collapse.show {
- display: table-row;
-}
-
-tbody.collapse.show {
- display: table-row-group;
-}
-
-.collapsing {
- position: relative;
- height: 0;
- overflow: hidden;
- -webkit-transition: height 0.35s ease;
- -o-transition: height 0.35s ease;
- transition: height 0.35s ease;
-}
-
-.dropup,
-.dropdown {
- position: relative;
-}
-
-.dropdown-toggle::after {
- display: inline-block;
- width: 0;
- height: 0;
- margin-left: 0.3em;
- vertical-align: middle;
- content: "";
- border-top: 0.3em solid;
- border-right: 0.3em solid transparent;
- border-left: 0.3em solid transparent;
-}
-
-.dropdown-toggle:focus {
- outline: 0;
-}
-
-.dropup .dropdown-toggle::after {
- border-top: 0;
- border-bottom: 0.3em solid;
-}
-
-.dropdown-menu {
- position: absolute;
- top: 100%;
- left: 0;
- z-index: 1000;
- display: none;
- float: left;
- min-width: 10rem;
- padding: 0.5rem 0;
- margin: 0.125rem 0 0;
- font-size: 1rem;
- color: #292b2c;
- text-align: left;
- list-style: none;
- background-color: #fff;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0.25rem;
-}
-
-.dropdown-divider {
- height: 1px;
- margin: 0.5rem 0;
- overflow: hidden;
- background-color: #eceeef;
-}
-
-.dropdown-item {
- display: block;
- width: 100%;
- padding: 3px 1.5rem;
- clear: both;
- font-weight: normal;
- color: #292b2c;
- text-align: inherit;
- white-space: nowrap;
- background: none;
- border: 0;
-}
-
-.dropdown-item:focus, .dropdown-item:hover {
- color: #1d1e1f;
- text-decoration: none;
- background-color: #f7f7f9;
-}
-
-.dropdown-item.active, .dropdown-item:active {
- color: #fff;
- text-decoration: none;
- background-color: #0275d8;
-}
-
-.dropdown-item.disabled, .dropdown-item:disabled {
- color: #636c72;
- cursor: not-allowed;
- background-color: transparent;
-}
-
-.show > .dropdown-menu {
- display: block;
-}
-
-.show > a {
- outline: 0;
-}
-
-.dropdown-menu-right {
- right: 0;
- left: auto;
-}
-
-.dropdown-menu-left {
- right: auto;
- left: 0;
-}
-
-.dropdown-header {
- display: block;
- padding: 0.5rem 1.5rem;
- margin-bottom: 0;
- font-size: 0.875rem;
- color: #636c72;
- white-space: nowrap;
-}
-
-.dropdown-backdrop {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 990;
-}
-
-.dropup .dropdown-menu {
- top: auto;
- bottom: 100%;
- margin-bottom: 0.125rem;
-}
-
-.btn-group,
-.btn-group-vertical {
- position: relative;
- display: -webkit-inline-box;
- display: -webkit-inline-flex;
- display: -ms-inline-flexbox;
- display: inline-flex;
- vertical-align: middle;
-}
-
-.btn-group > .btn,
-.btn-group-vertical > .btn {
- position: relative;
- -webkit-box-flex: 0;
- -webkit-flex: 0 1 auto;
- -ms-flex: 0 1 auto;
- flex: 0 1 auto;
-}
-
-.btn-group > .btn:hover,
-.btn-group-vertical > .btn:hover {
- z-index: 2;
-}
-
-.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
-.btn-group-vertical > .btn:focus,
-.btn-group-vertical > .btn:active,
-.btn-group-vertical > .btn.active {
- z-index: 2;
-}
-
-.btn-group .btn + .btn,
-.btn-group .btn + .btn-group,
-.btn-group .btn-group + .btn,
-.btn-group .btn-group + .btn-group,
-.btn-group-vertical .btn + .btn,
-.btn-group-vertical .btn + .btn-group,
-.btn-group-vertical .btn-group + .btn,
-.btn-group-vertical .btn-group + .btn-group {
- margin-left: -1px;
-}
-
-.btn-toolbar {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: start;
- -webkit-justify-content: flex-start;
- -ms-flex-pack: start;
- justify-content: flex-start;
-}
-
-.btn-toolbar .input-group {
- width: auto;
-}
-
-.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
- border-radius: 0;
-}
-
-.btn-group > .btn:first-child {
- margin-left: 0;
-}
-
-.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
-}
-
-.btn-group > .btn:last-child:not(:first-child),
-.btn-group > .dropdown-toggle:not(:first-child) {
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
-}
-
-.btn-group > .btn-group {
- float: left;
-}
-
-.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
- border-radius: 0;
-}
-
-.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
-.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
-}
-
-.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
-}
-
-.btn-group .dropdown-toggle:active,
-.btn-group.open .dropdown-toggle {
- outline: 0;
-}
-
-.btn + .dropdown-toggle-split {
- padding-right: 0.75rem;
- padding-left: 0.75rem;
-}
-
-.btn + .dropdown-toggle-split::after {
- margin-left: 0;
-}
-
-.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
- padding-right: 0.375rem;
- padding-left: 0.375rem;
-}
-
-.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
- padding-right: 1.125rem;
- padding-left: 1.125rem;
-}
-
-.btn-group-vertical {
- display: -webkit-inline-box;
- display: -webkit-inline-flex;
- display: -ms-inline-flexbox;
- display: inline-flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: start;
- -webkit-align-items: flex-start;
- -ms-flex-align: start;
- align-items: flex-start;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
-}
-
-.btn-group-vertical .btn,
-.btn-group-vertical .btn-group {
- width: 100%;
-}
-
-.btn-group-vertical > .btn + .btn,
-.btn-group-vertical > .btn + .btn-group,
-.btn-group-vertical > .btn-group + .btn,
-.btn-group-vertical > .btn-group + .btn-group {
- margin-top: -1px;
- margin-left: 0;
-}
-
-.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
- border-radius: 0;
-}
-
-.btn-group-vertical > .btn:first-child:not(:last-child) {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-
-.btn-group-vertical > .btn:last-child:not(:first-child) {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
-}
-
-.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
- border-radius: 0;
-}
-
-.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
-.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-
-.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
-}
-
-[data-toggle="buttons"] > .btn input[type="radio"],
-[data-toggle="buttons"] > .btn input[type="checkbox"],
-[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
-[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
- position: absolute;
- clip: rect(0, 0, 0, 0);
- pointer-events: none;
-}
-
-.input-group {
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- width: 100%;
-}
-
-.input-group .form-control {
- position: relative;
- z-index: 2;
- -webkit-box-flex: 1;
- -webkit-flex: 1 1 auto;
- -ms-flex: 1 1 auto;
- flex: 1 1 auto;
- width: 1%;
- margin-bottom: 0;
-}
-
-.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
- z-index: 3;
-}
-
-.input-group-addon,
-.input-group-btn,
-.input-group .form-control {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
-}
-
-.input-group-addon:not(:first-child):not(:last-child),
-.input-group-btn:not(:first-child):not(:last-child),
-.input-group .form-control:not(:first-child):not(:last-child) {
- border-radius: 0;
-}
-
-.input-group-addon,
-.input-group-btn {
- white-space: nowrap;
- vertical-align: middle;
-}
-
-.input-group-addon {
- padding: 0.5rem 0.75rem;
- margin-bottom: 0;
- font-size: 1rem;
- font-weight: normal;
- line-height: 1.25;
- color: #464a4c;
- text-align: center;
- background-color: #eceeef;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0.25rem;
-}
-
-.input-group-addon.form-control-sm,
-.input-group-sm > .input-group-addon,
-.input-group-sm > .input-group-btn > .input-group-addon.btn {
- padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
- border-radius: 0.2rem;
-}
-
-.input-group-addon.form-control-lg,
-.input-group-lg > .input-group-addon,
-.input-group-lg > .input-group-btn > .input-group-addon.btn {
- padding: 0.75rem 1.5rem;
- font-size: 1.25rem;
- border-radius: 0.3rem;
-}
-
-.input-group-addon input[type="radio"],
-.input-group-addon input[type="checkbox"] {
- margin-top: 0;
-}
-
-.input-group .form-control:not(:last-child),
-.input-group-addon:not(:last-child),
-.input-group-btn:not(:last-child) > .btn,
-.input-group-btn:not(:last-child) > .btn-group > .btn,
-.input-group-btn:not(:last-child) > .dropdown-toggle,
-.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
-.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
-}
-
-.input-group-addon:not(:last-child) {
- border-right: 0;
-}
-
-.input-group .form-control:not(:first-child),
-.input-group-addon:not(:first-child),
-.input-group-btn:not(:first-child) > .btn,
-.input-group-btn:not(:first-child) > .btn-group > .btn,
-.input-group-btn:not(:first-child) > .dropdown-toggle,
-.input-group-btn:not(:last-child) > .btn:not(:first-child),
-.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
-}
-
-.form-control + .input-group-addon:not(:first-child) {
- border-left: 0;
-}
-
-.input-group-btn {
- position: relative;
- font-size: 0;
- white-space: nowrap;
-}
-
-.input-group-btn > .btn {
- position: relative;
- -webkit-box-flex: 1;
- -webkit-flex: 1 1 0%;
- -ms-flex: 1 1 0%;
- flex: 1 1 0%;
-}
-
-.input-group-btn > .btn + .btn {
- margin-left: -1px;
-}
-
-.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
- z-index: 3;
-}
-
-.input-group-btn:not(:last-child) > .btn,
-.input-group-btn:not(:last-child) > .btn-group {
- margin-right: -1px;
-}
-
-.input-group-btn:not(:first-child) > .btn,
-.input-group-btn:not(:first-child) > .btn-group {
- z-index: 2;
- margin-left: -1px;
-}
-
-.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
-.input-group-btn:not(:first-child) > .btn-group:focus,
-.input-group-btn:not(:first-child) > .btn-group:active,
-.input-group-btn:not(:first-child) > .btn-group:hover {
- z-index: 3;
-}
-
-.custom-control {
- position: relative;
- display: -webkit-inline-box;
- display: -webkit-inline-flex;
- display: -ms-inline-flexbox;
- display: inline-flex;
- min-height: 1.5rem;
- padding-left: 1.5rem;
- margin-right: 1rem;
- cursor: pointer;
-}
-
-.custom-control-input {
- position: absolute;
- z-index: -1;
- opacity: 0;
-}
-
-.custom-control-input:checked ~ .custom-control-indicator {
- color: #fff;
- background-color: #0275d8;
-}
-
-.custom-control-input:focus ~ .custom-control-indicator {
- -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
- box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
-}
-
-.custom-control-input:active ~ .custom-control-indicator {
- color: #fff;
- background-color: #8fcafe;
-}
-
-.custom-control-input:disabled ~ .custom-control-indicator {
- cursor: not-allowed;
- background-color: #eceeef;
-}
-
-.custom-control-input:disabled ~ .custom-control-description {
- color: #636c72;
- cursor: not-allowed;
-}
-
-.custom-control-indicator {
- position: absolute;
- top: 0.25rem;
- left: 0;
- display: block;
- width: 1rem;
- height: 1rem;
- pointer-events: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- background-color: #ddd;
- background-repeat: no-repeat;
- background-position: center center;
- -webkit-background-size: 50% 50%;
- background-size: 50% 50%;
-}
-
-.custom-checkbox .custom-control-indicator {
- border-radius: 0.25rem;
-}
-
-.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
-}
-
-.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
- background-color: #0275d8;
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
-}
-
-.custom-radio .custom-control-indicator {
- border-radius: 50%;
-}
-
-.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
-}
-
-.custom-controls-stacked {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
-}
-
-.custom-controls-stacked .custom-control {
- margin-bottom: 0.25rem;
-}
-
-.custom-controls-stacked .custom-control + .custom-control {
- margin-left: 0;
-}
-
-.custom-select {
- display: inline-block;
- max-width: 100%;
- height: calc(2.25rem + 2px);
- padding: 0.375rem 1.75rem 0.375rem 0.75rem;
- line-height: 1.25;
- color: #464a4c;
- vertical-align: middle;
- background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
- -webkit-background-size: 8px 10px;
- background-size: 8px 10px;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0.25rem;
- -moz-appearance: none;
- -webkit-appearance: none;
-}
-
-.custom-select:focus {
- border-color: #5cb3fd;
- outline: none;
-}
-
-.custom-select:focus::-ms-value {
- color: #464a4c;
- background-color: #fff;
-}
-
-.custom-select:disabled {
- color: #636c72;
- cursor: not-allowed;
- background-color: #eceeef;
-}
-
-.custom-select::-ms-expand {
- opacity: 0;
-}
-
-.custom-select-sm {
- padding-top: 0.375rem;
- padding-bottom: 0.375rem;
- font-size: 75%;
-}
-
-.custom-file {
- position: relative;
- display: inline-block;
- max-width: 100%;
- height: 2.5rem;
- margin-bottom: 0;
- cursor: pointer;
-}
-
-.custom-file-input {
- min-width: 14rem;
- max-width: 100%;
- height: 2.5rem;
- margin: 0;
- filter: alpha(opacity=0);
- opacity: 0;
-}
-
-.custom-file-control {
- position: absolute;
- top: 0;
- right: 0;
- left: 0;
- z-index: 5;
- height: 2.5rem;
- padding: 0.5rem 1rem;
- line-height: 1.5;
- color: #464a4c;
- pointer-events: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- background-color: #fff;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0.25rem;
-}
-
-.custom-file-control:lang(en)::after {
- content: "Choose file...";
-}
-
-.custom-file-control::before {
- position: absolute;
- top: -1px;
- right: -1px;
- bottom: -1px;
- z-index: 6;
- display: block;
- height: 2.5rem;
- padding: 0.5rem 1rem;
- line-height: 1.5;
- color: #464a4c;
- background-color: #eceeef;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0 0.25rem 0.25rem 0;
-}
-
-.custom-file-control:lang(en)::before {
- content: "Browse";
-}
-
-.nav {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- padding-left: 0;
- margin-bottom: 0;
- list-style: none;
-}
-
-.nav-link {
- display: block;
- padding: 0.5em 1em;
-}
-
-.nav-link:focus, .nav-link:hover {
- text-decoration: none;
-}
-
-.nav-link.disabled {
- color: #636c72;
- cursor: not-allowed;
-}
-
-.nav-tabs {
- border-bottom: 1px solid #ddd;
-}
-
-.nav-tabs .nav-item {
- margin-bottom: -1px;
-}
-
-.nav-tabs .nav-link {
- border: 1px solid transparent;
- border-top-right-radius: 0.25rem;
- border-top-left-radius: 0.25rem;
-}
-
-.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
- border-color: #eceeef #eceeef #ddd;
-}
-
-.nav-tabs .nav-link.disabled {
- color: #636c72;
- background-color: transparent;
- border-color: transparent;
-}
-
-.nav-tabs .nav-link.active,
-.nav-tabs .nav-item.show .nav-link {
- color: #464a4c;
- background-color: #fff;
- border-color: #ddd #ddd #fff;
-}
-
-.nav-tabs .dropdown-menu {
- margin-top: -1px;
- border-top-right-radius: 0;
- border-top-left-radius: 0;
-}
-
-.nav-pills .nav-link {
- border-radius: 0.25rem;
-}
-
-.nav-pills .nav-link.active,
-.nav-pills .nav-item.show .nav-link {
- color: #fff;
- cursor: default;
- background-color: #0275d8;
-}
-
-.nav-fill .nav-item {
- -webkit-box-flex: 1;
- -webkit-flex: 1 1 auto;
- -ms-flex: 1 1 auto;
- flex: 1 1 auto;
- text-align: center;
-}
-
-.nav-justified .nav-item {
- -webkit-box-flex: 1;
- -webkit-flex: 1 1 100%;
- -ms-flex: 1 1 100%;
- flex: 1 1 100%;
- text-align: center;
-}
-
-.tab-content > .tab-pane {
- display: none;
-}
-
-.tab-content > .active {
- display: block;
-}
-
-.navbar {
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- padding: 0.5rem 1rem;
-}
-
-.navbar-brand {
- display: inline-block;
- padding-top: .25rem;
- padding-bottom: .25rem;
- margin-right: 1rem;
- font-size: 1.25rem;
- line-height: inherit;
- white-space: nowrap;
-}
-
-.navbar-brand:focus, .navbar-brand:hover {
- text-decoration: none;
-}
-
-.navbar-nav {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- padding-left: 0;
- margin-bottom: 0;
- list-style: none;
-}
-
-.navbar-nav .nav-link {
- padding-right: 0;
- padding-left: 0;
-}
-
-.navbar-text {
- display: inline-block;
- padding-top: .425rem;
- padding-bottom: .425rem;
-}
-
-.navbar-toggler {
- -webkit-align-self: flex-start;
- -ms-flex-item-align: start;
- align-self: flex-start;
- padding: 0.25rem 0.75rem;
- font-size: 1.25rem;
- line-height: 1;
- background: transparent;
- border: 1px solid transparent;
- border-radius: 0.25rem;
-}
-
-.navbar-toggler:focus, .navbar-toggler:hover {
- text-decoration: none;
-}
-
-.navbar-toggler-icon {
- display: inline-block;
- width: 1.5em;
- height: 1.5em;
- vertical-align: middle;
- content: "";
- background: no-repeat center center;
- -webkit-background-size: 100% 100%;
- background-size: 100% 100%;
-}
-
-.navbar-toggler-left {
- position: absolute;
- left: 1rem;
-}
-
-.navbar-toggler-right {
- position: absolute;
- right: 1rem;
-}
-
-@media (max-width: 575px) {
- .navbar-toggleable .navbar-nav .dropdown-menu {
- position: static;
- float: none;
- }
- .navbar-toggleable > .container {
- padding-right: 0;
- padding-left: 0;
- }
-}
-
-@media (min-width: 576px) {
- .navbar-toggleable {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .navbar-toggleable .navbar-nav {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- }
- .navbar-toggleable .navbar-nav .nav-link {
- padding-right: .5rem;
- padding-left: .5rem;
- }
- .navbar-toggleable > .container {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .navbar-toggleable .navbar-collapse {
- display: -webkit-box !important;
- display: -webkit-flex !important;
- display: -ms-flexbox !important;
- display: flex !important;
- width: 100%;
- }
- .navbar-toggleable .navbar-toggler {
- display: none;
- }
-}
-
-@media (max-width: 767px) {
- .navbar-toggleable-sm .navbar-nav .dropdown-menu {
- position: static;
- float: none;
- }
- .navbar-toggleable-sm > .container {
- padding-right: 0;
- padding-left: 0;
- }
-}
-
-@media (min-width: 768px) {
- .navbar-toggleable-sm {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .navbar-toggleable-sm .navbar-nav {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- }
- .navbar-toggleable-sm .navbar-nav .nav-link {
- padding-right: .5rem;
- padding-left: .5rem;
- }
- .navbar-toggleable-sm > .container {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .navbar-toggleable-sm .navbar-collapse {
- display: -webkit-box !important;
- display: -webkit-flex !important;
- display: -ms-flexbox !important;
- display: flex !important;
- width: 100%;
- }
- .navbar-toggleable-sm .navbar-toggler {
- display: none;
- }
-}
-
-@media (max-width: 991px) {
- .navbar-toggleable-md .navbar-nav .dropdown-menu {
- position: static;
- float: none;
- }
- .navbar-toggleable-md > .container {
- padding-right: 0;
- padding-left: 0;
- }
-}
-
-@media (min-width: 992px) {
- .navbar-toggleable-md {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .navbar-toggleable-md .navbar-nav {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- }
- .navbar-toggleable-md .navbar-nav .nav-link {
- padding-right: .5rem;
- padding-left: .5rem;
- }
- .navbar-toggleable-md > .container {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .navbar-toggleable-md .navbar-collapse {
- display: -webkit-box !important;
- display: -webkit-flex !important;
- display: -ms-flexbox !important;
- display: flex !important;
- width: 100%;
- }
- .navbar-toggleable-md .navbar-toggler {
- display: none;
- }
-}
-
-@media (max-width: 1199px) {
- .navbar-toggleable-lg .navbar-nav .dropdown-menu {
- position: static;
- float: none;
- }
- .navbar-toggleable-lg > .container {
- padding-right: 0;
- padding-left: 0;
- }
-}
-
-@media (min-width: 1200px) {
- .navbar-toggleable-lg {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .navbar-toggleable-lg .navbar-nav {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- }
- .navbar-toggleable-lg .navbar-nav .nav-link {
- padding-right: .5rem;
- padding-left: .5rem;
- }
- .navbar-toggleable-lg > .container {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .navbar-toggleable-lg .navbar-collapse {
- display: -webkit-box !important;
- display: -webkit-flex !important;
- display: -ms-flexbox !important;
- display: flex !important;
- width: 100%;
- }
- .navbar-toggleable-lg .navbar-toggler {
- display: none;
- }
-}
-
-.navbar-toggleable-xl {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
-}
-
-.navbar-toggleable-xl .navbar-nav .dropdown-menu {
- position: static;
- float: none;
-}
-
-.navbar-toggleable-xl > .container {
- padding-right: 0;
- padding-left: 0;
-}
-
-.navbar-toggleable-xl .navbar-nav {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
-}
-
-.navbar-toggleable-xl .navbar-nav .nav-link {
- padding-right: .5rem;
- padding-left: .5rem;
-}
-
-.navbar-toggleable-xl > .container {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
-}
-
-.navbar-toggleable-xl .navbar-collapse {
- display: -webkit-box !important;
- display: -webkit-flex !important;
- display: -ms-flexbox !important;
- display: flex !important;
- width: 100%;
-}
-
-.navbar-toggleable-xl .navbar-toggler {
- display: none;
-}
-
-.navbar-light .navbar-brand,
-.navbar-light .navbar-toggler {
- color: rgba(0, 0, 0, 0.9);
-}
-
-.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
-.navbar-light .navbar-toggler:focus,
-.navbar-light .navbar-toggler:hover {
- color: rgba(0, 0, 0, 0.9);
-}
-
-.navbar-light .navbar-nav .nav-link {
- color: rgba(0, 0, 0, 0.5);
-}
-
-.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
- color: rgba(0, 0, 0, 0.7);
-}
-
-.navbar-light .navbar-nav .nav-link.disabled {
- color: rgba(0, 0, 0, 0.3);
-}
-
-.navbar-light .navbar-nav .open > .nav-link,
-.navbar-light .navbar-nav .active > .nav-link,
-.navbar-light .navbar-nav .nav-link.open,
-.navbar-light .navbar-nav .nav-link.active {
- color: rgba(0, 0, 0, 0.9);
-}
-
-.navbar-light .navbar-toggler {
- border-color: rgba(0, 0, 0, 0.1);
-}
-
-.navbar-light .navbar-toggler-icon {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
-}
-
-.navbar-light .navbar-text {
- color: rgba(0, 0, 0, 0.5);
-}
-
-.navbar-inverse .navbar-brand,
-.navbar-inverse .navbar-toggler {
- color: white;
-}
-
-.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
-.navbar-inverse .navbar-toggler:focus,
-.navbar-inverse .navbar-toggler:hover {
- color: white;
-}
-
-.navbar-inverse .navbar-nav .nav-link {
- color: rgba(255, 255, 255, 0.5);
-}
-
-.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
- color: rgba(255, 255, 255, 0.75);
-}
-
-.navbar-inverse .navbar-nav .nav-link.disabled {
- color: rgba(255, 255, 255, 0.25);
-}
-
-.navbar-inverse .navbar-nav .open > .nav-link,
-.navbar-inverse .navbar-nav .active > .nav-link,
-.navbar-inverse .navbar-nav .nav-link.open,
-.navbar-inverse .navbar-nav .nav-link.active {
- color: white;
-}
-
-.navbar-inverse .navbar-toggler {
- border-color: rgba(255, 255, 255, 0.1);
-}
-
-.navbar-inverse .navbar-toggler-icon {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
-}
-
-.navbar-inverse .navbar-text {
- color: rgba(255, 255, 255, 0.5);
-}
-
-.card {
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- background-color: #fff;
- border: 1px solid rgba(0, 0, 0, 0.125);
- border-radius: 0.25rem;
-}
-
-.card-block {
- -webkit-box-flex: 1;
- -webkit-flex: 1 1 auto;
- -ms-flex: 1 1 auto;
- flex: 1 1 auto;
- padding: 1.25rem;
-}
-
-.card-title {
- margin-bottom: 0.75rem;
-}
-
-.card-subtitle {
- margin-top: -0.375rem;
- margin-bottom: 0;
-}
-
-.card-text:last-child {
- margin-bottom: 0;
-}
-
-.card-link:hover {
- text-decoration: none;
-}
-
-.card-link + .card-link {
- margin-left: 1.25rem;
-}
-
-.card > .list-group:first-child .list-group-item:first-child {
- border-top-right-radius: 0.25rem;
- border-top-left-radius: 0.25rem;
-}
-
-.card > .list-group:last-child .list-group-item:last-child {
- border-bottom-right-radius: 0.25rem;
- border-bottom-left-radius: 0.25rem;
-}
-
-.card-header {
- padding: 0.75rem 1.25rem;
- margin-bottom: 0;
- background-color: #f7f7f9;
- border-bottom: 1px solid rgba(0, 0, 0, 0.125);
-}
-
-.card-header:first-child {
- border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
-}
-
-.card-footer {
- padding: 0.75rem 1.25rem;
- background-color: #f7f7f9;
- border-top: 1px solid rgba(0, 0, 0, 0.125);
-}
-
-.card-footer:last-child {
- border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
-}
-
-.card-header-tabs {
- margin-right: -0.625rem;
- margin-bottom: -0.75rem;
- margin-left: -0.625rem;
- border-bottom: 0;
-}
-
-.card-header-pills {
- margin-right: -0.625rem;
- margin-left: -0.625rem;
-}
-
-.card-primary {
- background-color: #0275d8;
- border-color: #0275d8;
-}
-
-.card-primary .card-header,
-.card-primary .card-footer {
- background-color: transparent;
-}
-
-.card-success {
- background-color: #5cb85c;
- border-color: #5cb85c;
-}
-
-.card-success .card-header,
-.card-success .card-footer {
- background-color: transparent;
-}
-
-.card-info {
- background-color: #5bc0de;
- border-color: #5bc0de;
-}
-
-.card-info .card-header,
-.card-info .card-footer {
- background-color: transparent;
-}
-
-.card-warning {
- background-color: #f0ad4e;
- border-color: #f0ad4e;
-}
-
-.card-warning .card-header,
-.card-warning .card-footer {
- background-color: transparent;
-}
-
-.card-danger {
- background-color: #d9534f;
- border-color: #d9534f;
-}
-
-.card-danger .card-header,
-.card-danger .card-footer {
- background-color: transparent;
-}
-
-.card-outline-primary {
- background-color: transparent;
- border-color: #0275d8;
-}
-
-.card-outline-secondary {
- background-color: transparent;
- border-color: #ccc;
-}
-
-.card-outline-info {
- background-color: transparent;
- border-color: #5bc0de;
-}
-
-.card-outline-success {
- background-color: transparent;
- border-color: #5cb85c;
-}
-
-.card-outline-warning {
- background-color: transparent;
- border-color: #f0ad4e;
-}
-
-.card-outline-danger {
- background-color: transparent;
- border-color: #d9534f;
-}
-
-.card-inverse {
- color: rgba(255, 255, 255, 0.65);
-}
-
-.card-inverse .card-header,
-.card-inverse .card-footer {
- background-color: transparent;
- border-color: rgba(255, 255, 255, 0.2);
-}
-
-.card-inverse .card-header,
-.card-inverse .card-footer,
-.card-inverse .card-title,
-.card-inverse .card-blockquote {
- color: #fff;
-}
-
-.card-inverse .card-link,
-.card-inverse .card-text,
-.card-inverse .card-subtitle,
-.card-inverse .card-blockquote .blockquote-footer {
- color: rgba(255, 255, 255, 0.65);
-}
-
-.card-inverse .card-link:focus, .card-inverse .card-link:hover {
- color: #fff;
-}
-
-.card-blockquote {
- padding: 0;
- margin-bottom: 0;
- border-left: 0;
-}
-
-.card-img {
- border-radius: calc(0.25rem - 1px);
-}
-
-.card-img-overlay {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- padding: 1.25rem;
-}
-
-.card-img-top {
- border-top-right-radius: calc(0.25rem - 1px);
- border-top-left-radius: calc(0.25rem - 1px);
-}
-
-.card-img-bottom {
- border-bottom-right-radius: calc(0.25rem - 1px);
- border-bottom-left-radius: calc(0.25rem - 1px);
-}
-
-@media (min-width: 576px) {
- .card-deck {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-flow: row wrap;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- }
- .card-deck .card {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-flex: 1;
- -webkit-flex: 1 0 0%;
- -ms-flex: 1 0 0%;
- flex: 1 0 0%;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- }
- .card-deck .card:not(:first-child) {
- margin-left: 15px;
- }
- .card-deck .card:not(:last-child) {
- margin-right: 15px;
- }
-}
-
-@media (min-width: 576px) {
- .card-group {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-flow: row wrap;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- }
- .card-group .card {
- -webkit-box-flex: 1;
- -webkit-flex: 1 0 0%;
- -ms-flex: 1 0 0%;
- flex: 1 0 0%;
- }
- .card-group .card + .card {
- margin-left: 0;
- border-left: 0;
- }
- .card-group .card:first-child {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
- }
- .card-group .card:first-child .card-img-top {
- border-top-right-radius: 0;
- }
- .card-group .card:first-child .card-img-bottom {
- border-bottom-right-radius: 0;
- }
- .card-group .card:last-child {
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
- }
- .card-group .card:last-child .card-img-top {
- border-top-left-radius: 0;
- }
- .card-group .card:last-child .card-img-bottom {
- border-bottom-left-radius: 0;
- }
- .card-group .card:not(:first-child):not(:last-child) {
- border-radius: 0;
- }
- .card-group .card:not(:first-child):not(:last-child) .card-img-top,
- .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
- border-radius: 0;
- }
-}
-
-@media (min-width: 576px) {
- .card-columns {
- -webkit-column-count: 3;
- -moz-column-count: 3;
- column-count: 3;
- -webkit-column-gap: 1.25rem;
- -moz-column-gap: 1.25rem;
- column-gap: 1.25rem;
- }
- .card-columns .card {
- display: inline-block;
- width: 100%;
- margin-bottom: 0.75rem;
- }
-}
-
-.breadcrumb {
- padding: 0.75rem 1rem;
- margin-bottom: 1rem;
- list-style: none;
- background-color: #eceeef;
- border-radius: 0.25rem;
-}
-
-.breadcrumb::after {
- display: block;
- content: "";
- clear: both;
-}
-
-.breadcrumb-item {
- float: left;
-}
-
-.breadcrumb-item + .breadcrumb-item::before {
- display: inline-block;
- padding-right: 0.5rem;
- padding-left: 0.5rem;
- color: #636c72;
- content: "/";
-}
-
-.breadcrumb-item + .breadcrumb-item:hover::before {
- text-decoration: underline;
-}
-
-.breadcrumb-item + .breadcrumb-item:hover::before {
- text-decoration: none;
-}
-
-.breadcrumb-item.active {
- color: #636c72;
-}
-
-.pagination {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- padding-left: 0;
- list-style: none;
- border-radius: 0.25rem;
-}
-
-.page-item:first-child .page-link {
- margin-left: 0;
- border-bottom-left-radius: 0.25rem;
- border-top-left-radius: 0.25rem;
-}
-
-.page-item:last-child .page-link {
- border-bottom-right-radius: 0.25rem;
- border-top-right-radius: 0.25rem;
-}
-
-.page-item.active .page-link {
- z-index: 2;
- color: #fff;
- background-color: #0275d8;
- border-color: #0275d8;
-}
-
-.page-item.disabled .page-link {
- color: #636c72;
- pointer-events: none;
- cursor: not-allowed;
- background-color: #fff;
- border-color: #ddd;
-}
-
-.page-link {
- position: relative;
- display: block;
- padding: 0.5rem 0.75rem;
- margin-left: -1px;
- line-height: 1.25;
- color: #0275d8;
- background-color: #fff;
- border: 1px solid #ddd;
-}
-
-.page-link:focus, .page-link:hover {
- color: #014c8c;
- text-decoration: none;
- background-color: #eceeef;
- border-color: #ddd;
-}
-
-.pagination-lg .page-link {
- padding: 0.75rem 1.5rem;
- font-size: 1.25rem;
-}
-
-.pagination-lg .page-item:first-child .page-link {
- border-bottom-left-radius: 0.3rem;
- border-top-left-radius: 0.3rem;
-}
-
-.pagination-lg .page-item:last-child .page-link {
- border-bottom-right-radius: 0.3rem;
- border-top-right-radius: 0.3rem;
-}
-
-.pagination-sm .page-link {
- padding: 0.25rem 0.5rem;
- font-size: 0.875rem;
-}
-
-.pagination-sm .page-item:first-child .page-link {
- border-bottom-left-radius: 0.2rem;
- border-top-left-radius: 0.2rem;
-}
-
-.pagination-sm .page-item:last-child .page-link {
- border-bottom-right-radius: 0.2rem;
- border-top-right-radius: 0.2rem;
-}
-
-.badge {
- display: inline-block;
- padding: 0.25em 0.4em;
- font-size: 75%;
- font-weight: bold;
- line-height: 1;
- color: #fff;
- text-align: center;
- white-space: nowrap;
- vertical-align: baseline;
- border-radius: 0.25rem;
-}
-
-.badge:empty {
- display: none;
-}
-
-.btn .badge {
- position: relative;
- top: -1px;
-}
-
-a.badge:focus, a.badge:hover {
- color: #fff;
- text-decoration: none;
- cursor: pointer;
-}
-
-.badge-pill {
- padding-right: 0.6em;
- padding-left: 0.6em;
- border-radius: 10rem;
-}
-
-.badge-default {
- background-color: #636c72;
-}
-
-.badge-default[href]:focus, .badge-default[href]:hover {
- background-color: #4b5257;
-}
-
-.badge-primary {
- background-color: #0275d8;
-}
-
-.badge-primary[href]:focus, .badge-primary[href]:hover {
- background-color: #025aa5;
-}
-
-.badge-success {
- background-color: #5cb85c;
-}
-
-.badge-success[href]:focus, .badge-success[href]:hover {
- background-color: #449d44;
-}
-
-.badge-info {
- background-color: #5bc0de;
-}
-
-.badge-info[href]:focus, .badge-info[href]:hover {
- background-color: #31b0d5;
-}
-
-.badge-warning {
- background-color: #f0ad4e;
-}
-
-.badge-warning[href]:focus, .badge-warning[href]:hover {
- background-color: #ec971f;
-}
-
-.badge-danger {
- background-color: #d9534f;
-}
-
-.badge-danger[href]:focus, .badge-danger[href]:hover {
- background-color: #c9302c;
-}
-
-.jumbotron {
- padding: 2rem 1rem;
- margin-bottom: 2rem;
- background-color: #eceeef;
- border-radius: 0.3rem;
-}
-
-@media (min-width: 576px) {
- .jumbotron {
- padding: 4rem 2rem;
- }
-}
-
-.jumbotron-hr {
- border-top-color: #d0d5d8;
-}
-
-.jumbotron-fluid {
- padding-right: 0;
- padding-left: 0;
- border-radius: 0;
-}
-
-.alert {
- padding: 0.75rem 1.25rem;
- margin-bottom: 1rem;
- border: 1px solid transparent;
- border-radius: 0.25rem;
-}
-
-.alert-heading {
- color: inherit;
-}
-
-.alert-link {
- font-weight: bold;
-}
-
-.alert-dismissible .close {
- position: relative;
- top: -0.75rem;
- right: -1.25rem;
- padding: 0.75rem 1.25rem;
- color: inherit;
-}
-
-.alert-success {
- background-color: #dff0d8;
- border-color: #d0e9c6;
- color: #3c763d;
-}
-
-.alert-success hr {
- border-top-color: #c1e2b3;
-}
-
-.alert-success .alert-link {
- color: #2b542c;
-}
-
-.alert-info {
- background-color: #d9edf7;
- border-color: #bcdff1;
- color: #31708f;
-}
-
-.alert-info hr {
- border-top-color: #a6d5ec;
-}
-
-.alert-info .alert-link {
- color: #245269;
-}
-
-.alert-warning {
- background-color: #fcf8e3;
- border-color: #faf2cc;
- color: #8a6d3b;
-}
-
-.alert-warning hr {
- border-top-color: #f7ecb5;
-}
-
-.alert-warning .alert-link {
- color: #66512c;
-}
-
-.alert-danger {
- background-color: #f2dede;
- border-color: #ebcccc;
- color: #a94442;
-}
-
-.alert-danger hr {
- border-top-color: #e4b9b9;
-}
-
-.alert-danger .alert-link {
- color: #843534;
-}
-
-@-webkit-keyframes progress-bar-stripes {
- from {
- background-position: 1rem 0;
- }
- to {
- background-position: 0 0;
- }
-}
-
-@-o-keyframes progress-bar-stripes {
- from {
- background-position: 1rem 0;
- }
- to {
- background-position: 0 0;
- }
-}
-
-@keyframes progress-bar-stripes {
- from {
- background-position: 1rem 0;
- }
- to {
- background-position: 0 0;
- }
-}
-
-.progress {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- overflow: hidden;
- font-size: 0.75rem;
- line-height: 1rem;
- text-align: center;
- background-color: #eceeef;
- border-radius: 0.25rem;
-}
-
-.progress-bar {
- height: 1rem;
- color: #fff;
- background-color: #0275d8;
-}
-
-.progress-bar-striped {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- -webkit-background-size: 1rem 1rem;
- background-size: 1rem 1rem;
-}
-
-.progress-bar-animated {
- -webkit-animation: progress-bar-stripes 1s linear infinite;
- -o-animation: progress-bar-stripes 1s linear infinite;
- animation: progress-bar-stripes 1s linear infinite;
-}
-
-.media {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: start;
- -webkit-align-items: flex-start;
- -ms-flex-align: start;
- align-items: flex-start;
-}
-
-.media-body {
- -webkit-box-flex: 1;
- -webkit-flex: 1 1 0%;
- -ms-flex: 1 1 0%;
- flex: 1 1 0%;
-}
-
-.list-group {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- padding-left: 0;
- margin-bottom: 0;
-}
-
-.list-group-item-action {
- width: 100%;
- color: #464a4c;
- text-align: inherit;
-}
-
-.list-group-item-action .list-group-item-heading {
- color: #292b2c;
-}
-
-.list-group-item-action:focus, .list-group-item-action:hover {
- color: #464a4c;
- text-decoration: none;
- background-color: #f7f7f9;
-}
-
-.list-group-item-action:active {
- color: #292b2c;
- background-color: #eceeef;
-}
-
-.list-group-item {
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-flow: row wrap;
- -ms-flex-flow: row wrap;
- flex-flow: row wrap;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- padding: 0.75rem 1.25rem;
- margin-bottom: -1px;
- background-color: #fff;
- border: 1px solid rgba(0, 0, 0, 0.125);
-}
-
-.list-group-item:first-child {
- border-top-right-radius: 0.25rem;
- border-top-left-radius: 0.25rem;
-}
-
-.list-group-item:last-child {
- margin-bottom: 0;
- border-bottom-right-radius: 0.25rem;
- border-bottom-left-radius: 0.25rem;
-}
-
-.list-group-item:focus, .list-group-item:hover {
- text-decoration: none;
-}
-
-.list-group-item.disabled, .list-group-item:disabled {
- color: #636c72;
- cursor: not-allowed;
- background-color: #fff;
-}
-
-.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
- color: inherit;
-}
-
-.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
- color: #636c72;
-}
-
-.list-group-item.active {
- z-index: 2;
- color: #fff;
- background-color: #0275d8;
- border-color: #0275d8;
-}
-
-.list-group-item.active .list-group-item-heading,
-.list-group-item.active .list-group-item-heading > small,
-.list-group-item.active .list-group-item-heading > .small {
- color: inherit;
-}
-
-.list-group-item.active .list-group-item-text {
- color: #daeeff;
-}
-
-.list-group-flush .list-group-item {
- border-right: 0;
- border-left: 0;
- border-radius: 0;
-}
-
-.list-group-flush:first-child .list-group-item:first-child {
- border-top: 0;
-}
-
-.list-group-flush:last-child .list-group-item:last-child {
- border-bottom: 0;
-}
-
-.list-group-item-success {
- color: #3c763d;
- background-color: #dff0d8;
-}
-
-a.list-group-item-success,
-button.list-group-item-success {
- color: #3c763d;
-}
-
-a.list-group-item-success .list-group-item-heading,
-button.list-group-item-success .list-group-item-heading {
- color: inherit;
-}
-
-a.list-group-item-success:focus, a.list-group-item-success:hover,
-button.list-group-item-success:focus,
-button.list-group-item-success:hover {
- color: #3c763d;
- background-color: #d0e9c6;
-}
-
-a.list-group-item-success.active,
-button.list-group-item-success.active {
- color: #fff;
- background-color: #3c763d;
- border-color: #3c763d;
-}
-
-.list-group-item-info {
- color: #31708f;
- background-color: #d9edf7;
-}
-
-a.list-group-item-info,
-button.list-group-item-info {
- color: #31708f;
-}
-
-a.list-group-item-info .list-group-item-heading,
-button.list-group-item-info .list-group-item-heading {
- color: inherit;
-}
-
-a.list-group-item-info:focus, a.list-group-item-info:hover,
-button.list-group-item-info:focus,
-button.list-group-item-info:hover {
- color: #31708f;
- background-color: #c4e3f3;
-}
-
-a.list-group-item-info.active,
-button.list-group-item-info.active {
- color: #fff;
- background-color: #31708f;
- border-color: #31708f;
-}
-
-.list-group-item-warning {
- color: #8a6d3b;
- background-color: #fcf8e3;
-}
-
-a.list-group-item-warning,
-button.list-group-item-warning {
- color: #8a6d3b;
-}
-
-a.list-group-item-warning .list-group-item-heading,
-button.list-group-item-warning .list-group-item-heading {
- color: inherit;
-}
-
-a.list-group-item-warning:focus, a.list-group-item-warning:hover,
-button.list-group-item-warning:focus,
-button.list-group-item-warning:hover {
- color: #8a6d3b;
- background-color: #faf2cc;
-}
-
-a.list-group-item-warning.active,
-button.list-group-item-warning.active {
- color: #fff;
- background-color: #8a6d3b;
- border-color: #8a6d3b;
-}
-
-.list-group-item-danger {
- color: #a94442;
- background-color: #f2dede;
-}
-
-a.list-group-item-danger,
-button.list-group-item-danger {
- color: #a94442;
-}
-
-a.list-group-item-danger .list-group-item-heading,
-button.list-group-item-danger .list-group-item-heading {
- color: inherit;
-}
-
-a.list-group-item-danger:focus, a.list-group-item-danger:hover,
-button.list-group-item-danger:focus,
-button.list-group-item-danger:hover {
- color: #a94442;
- background-color: #ebcccc;
-}
-
-a.list-group-item-danger.active,
-button.list-group-item-danger.active {
- color: #fff;
- background-color: #a94442;
- border-color: #a94442;
-}
-
-.embed-responsive {
- position: relative;
- display: block;
- width: 100%;
- padding: 0;
- overflow: hidden;
-}
-
-.embed-responsive::before {
- display: block;
- content: "";
-}
-
-.embed-responsive .embed-responsive-item,
-.embed-responsive iframe,
-.embed-responsive embed,
-.embed-responsive object,
-.embed-responsive video {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 100%;
- border: 0;
-}
-
-.embed-responsive-21by9::before {
- padding-top: 42.857143%;
-}
-
-.embed-responsive-16by9::before {
- padding-top: 56.25%;
-}
-
-.embed-responsive-4by3::before {
- padding-top: 75%;
-}
-
-.embed-responsive-1by1::before {
- padding-top: 100%;
-}
-
-.close {
- float: right;
- font-size: 1.5rem;
- font-weight: bold;
- line-height: 1;
- color: #000;
- text-shadow: 0 1px 0 #fff;
- opacity: .5;
-}
-
-.close:focus, .close:hover {
- color: #000;
- text-decoration: none;
- cursor: pointer;
- opacity: .75;
-}
-
-button.close {
- padding: 0;
- cursor: pointer;
- background: transparent;
- border: 0;
- -webkit-appearance: none;
-}
-
-.modal-open {
- overflow: hidden;
-}
-
-.modal {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 1050;
- display: none;
- overflow: hidden;
- outline: 0;
-}
-
-.modal.fade .modal-dialog {
- -webkit-transition: -webkit-transform 0.3s ease-out;
- transition: -webkit-transform 0.3s ease-out;
- -o-transition: -o-transform 0.3s ease-out;
- transition: transform 0.3s ease-out;
- transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
- -webkit-transform: translate(0, -25%);
- -o-transform: translate(0, -25%);
- transform: translate(0, -25%);
-}
-
-.modal.show .modal-dialog {
- -webkit-transform: translate(0, 0);
- -o-transform: translate(0, 0);
- transform: translate(0, 0);
-}
-
-.modal-open .modal {
- overflow-x: hidden;
- overflow-y: auto;
-}
-
-.modal-dialog {
- position: relative;
- width: auto;
- margin: 10px;
-}
-
-.modal-content {
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- background-color: #fff;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- border: 1px solid rgba(0, 0, 0, 0.2);
- border-radius: 0.3rem;
- outline: 0;
-}
-
-.modal-backdrop {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 1040;
- background-color: #000;
-}
-
-.modal-backdrop.fade {
- opacity: 0;
-}
-
-.modal-backdrop.show {
- opacity: 0.5;
-}
-
-.modal-header {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- -ms-flex-pack: justify;
- justify-content: space-between;
- padding: 15px;
- border-bottom: 1px solid #eceeef;
-}
-
-.modal-title {
- margin-bottom: 0;
- line-height: 1.5;
-}
-
-.modal-body {
- position: relative;
- -webkit-box-flex: 1;
- -webkit-flex: 1 1 auto;
- -ms-flex: 1 1 auto;
- flex: 1 1 auto;
- padding: 15px;
-}
-
-.modal-footer {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: end;
- -webkit-justify-content: flex-end;
- -ms-flex-pack: end;
- justify-content: flex-end;
- padding: 15px;
- border-top: 1px solid #eceeef;
-}
-
-.modal-footer > :not(:first-child) {
- margin-left: .25rem;
-}
-
-.modal-footer > :not(:last-child) {
- margin-right: .25rem;
-}
-
-.modal-scrollbar-measure {
- position: absolute;
- top: -9999px;
- width: 50px;
- height: 50px;
- overflow: scroll;
-}
-
-@media (min-width: 576px) {
- .modal-dialog {
- max-width: 500px;
- margin: 30px auto;
- }
- .modal-sm {
- max-width: 300px;
- }
-}
-
-@media (min-width: 992px) {
- .modal-lg {
- max-width: 800px;
- }
-}
-
-.tooltip {
- position: absolute;
- z-index: 1070;
- display: block;
- font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
- font-style: normal;
- font-weight: normal;
- letter-spacing: normal;
- line-break: auto;
- line-height: 1.5;
- text-align: left;
- text-align: start;
- text-decoration: none;
- text-shadow: none;
- text-transform: none;
- white-space: normal;
- word-break: normal;
- word-spacing: normal;
- font-size: 0.875rem;
- word-wrap: break-word;
- opacity: 0;
-}
-
-.tooltip.show {
- opacity: 0.9;
-}
-
-.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
- padding: 5px 0;
- margin-top: -3px;
-}
-
-.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
- bottom: 0;
- left: 50%;
- margin-left: -5px;
- content: "";
- border-width: 5px 5px 0;
- border-top-color: #000;
-}
-
-.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
- padding: 0 5px;
- margin-left: 3px;
-}
-
-.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
- top: 50%;
- left: 0;
- margin-top: -5px;
- content: "";
- border-width: 5px 5px 5px 0;
- border-right-color: #000;
-}
-
-.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
- padding: 5px 0;
- margin-top: 3px;
-}
-
-.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
- top: 0;
- left: 50%;
- margin-left: -5px;
- content: "";
- border-width: 0 5px 5px;
- border-bottom-color: #000;
-}
-
-.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
- padding: 0 5px;
- margin-left: -3px;
-}
-
-.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
- top: 50%;
- right: 0;
- margin-top: -5px;
- content: "";
- border-width: 5px 0 5px 5px;
- border-left-color: #000;
-}
-
-.tooltip-inner {
- max-width: 200px;
- padding: 3px 8px;
- color: #fff;
- text-align: center;
- background-color: #000;
- border-radius: 0.25rem;
-}
-
-.tooltip-inner::before {
- position: absolute;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
-}
-
-.popover {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 1060;
- display: block;
- max-width: 276px;
- padding: 1px;
- font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
- font-style: normal;
- font-weight: normal;
- letter-spacing: normal;
- line-break: auto;
- line-height: 1.5;
- text-align: left;
- text-align: start;
- text-decoration: none;
- text-shadow: none;
- text-transform: none;
- white-space: normal;
- word-break: normal;
- word-spacing: normal;
- font-size: 0.875rem;
- word-wrap: break-word;
- background-color: #fff;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- border: 1px solid rgba(0, 0, 0, 0.2);
- border-radius: 0.3rem;
-}
-
-.popover.popover-top, .popover.bs-tether-element-attached-bottom {
- margin-top: -10px;
-}
-
-.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
- left: 50%;
- border-bottom-width: 0;
-}
-
-.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
- bottom: -11px;
- margin-left: -11px;
- border-top-color: rgba(0, 0, 0, 0.25);
-}
-
-.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
- bottom: -10px;
- margin-left: -10px;
- border-top-color: #fff;
-}
-
-.popover.popover-right, .popover.bs-tether-element-attached-left {
- margin-left: 10px;
-}
-
-.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
- top: 50%;
- border-left-width: 0;
-}
-
-.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
- left: -11px;
- margin-top: -11px;
- border-right-color: rgba(0, 0, 0, 0.25);
-}
-
-.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
- left: -10px;
- margin-top: -10px;
- border-right-color: #fff;
-}
-
-.popover.popover-bottom, .popover.bs-tether-element-attached-top {
- margin-top: 10px;
-}
-
-.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
- left: 50%;
- border-top-width: 0;
-}
-
-.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
- top: -11px;
- margin-left: -11px;
- border-bottom-color: rgba(0, 0, 0, 0.25);
-}
-
-.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
- top: -10px;
- margin-left: -10px;
- border-bottom-color: #f7f7f7;
-}
-
-.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
- position: absolute;
- top: 0;
- left: 50%;
- display: block;
- width: 20px;
- margin-left: -10px;
- content: "";
- border-bottom: 1px solid #f7f7f7;
-}
-
-.popover.popover-left, .popover.bs-tether-element-attached-right {
- margin-left: -10px;
-}
-
-.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
- top: 50%;
- border-right-width: 0;
-}
-
-.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
- right: -11px;
- margin-top: -11px;
- border-left-color: rgba(0, 0, 0, 0.25);
-}
-
-.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
- right: -10px;
- margin-top: -10px;
- border-left-color: #fff;
-}
-
-.popover-title {
- padding: 8px 14px;
- margin-bottom: 0;
- font-size: 1rem;
- background-color: #f7f7f7;
- border-bottom: 1px solid #ebebeb;
- border-top-right-radius: calc(0.3rem - 1px);
- border-top-left-radius: calc(0.3rem - 1px);
-}
-
-.popover-title:empty {
- display: none;
-}
-
-.popover-content {
- padding: 9px 14px;
-}
-
-.popover::before,
-.popover::after {
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
-}
-
-.popover::before {
- content: "";
- border-width: 11px;
-}
-
-.popover::after {
- content: "";
- border-width: 10px;
-}
-
-.carousel {
- position: relative;
-}
-
-.carousel-inner {
- position: relative;
- width: 100%;
- overflow: hidden;
-}
-
-.carousel-item {
- position: relative;
- display: none;
- width: 100%;
-}
-
-@media (-webkit-transform-3d) {
- .carousel-item {
- -webkit-transition: -webkit-transform 0.6s ease-in-out;
- transition: -webkit-transform 0.6s ease-in-out;
- -o-transition: -o-transform 0.6s ease-in-out;
- transition: transform 0.6s ease-in-out;
- transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -webkit-perspective: 1000px;
- perspective: 1000px;
- }
-}
-
-@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
- .carousel-item {
- -webkit-transition: -webkit-transform 0.6s ease-in-out;
- transition: -webkit-transform 0.6s ease-in-out;
- -o-transition: -o-transform 0.6s ease-in-out;
- transition: transform 0.6s ease-in-out;
- transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -webkit-perspective: 1000px;
- perspective: 1000px;
- }
-}
-
-.carousel-item.active,
-.carousel-item-next,
-.carousel-item-prev {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
-}
-
-.carousel-item-next,
-.carousel-item-prev {
- position: absolute;
- top: 0;
-}
-
-@media (-webkit-transform-3d) {
- .carousel-item-next.carousel-item-left,
- .carousel-item-prev.carousel-item-right {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
- .carousel-item-next,
- .active.carousel-item-right {
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0);
- }
- .carousel-item-prev,
- .active.carousel-item-left {
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- }
-}
-
-@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
- .carousel-item-next.carousel-item-left,
- .carousel-item-prev.carousel-item-right {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
- .carousel-item-next,
- .active.carousel-item-right {
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0);
- }
- .carousel-item-prev,
- .active.carousel-item-left {
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- }
-}
-
-.carousel-control-prev,
-.carousel-control-next {
- position: absolute;
- top: 0;
- bottom: 0;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- width: 15%;
- color: #fff;
- text-align: center;
- opacity: 0.5;
-}
-
-.carousel-control-prev:focus, .carousel-control-prev:hover,
-.carousel-control-next:focus,
-.carousel-control-next:hover {
- color: #fff;
- text-decoration: none;
- outline: 0;
- opacity: .9;
-}
-
-.carousel-control-prev {
- left: 0;
-}
-
-.carousel-control-next {
- right: 0;
-}
-
-.carousel-control-prev-icon,
-.carousel-control-next-icon {
- display: inline-block;
- width: 20px;
- height: 20px;
- background: transparent no-repeat center center;
- -webkit-background-size: 100% 100%;
- background-size: 100% 100%;
-}
-
-.carousel-control-prev-icon {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
-}
-
-.carousel-control-next-icon {
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
-}
-
-.carousel-indicators {
- position: absolute;
- right: 0;
- bottom: 10px;
- left: 0;
- z-index: 15;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- padding-left: 0;
- margin-right: 15%;
- margin-left: 15%;
- list-style: none;
-}
-
-.carousel-indicators li {
- position: relative;
- -webkit-box-flex: 1;
- -webkit-flex: 1 0 auto;
- -ms-flex: 1 0 auto;
- flex: 1 0 auto;
- max-width: 30px;
- height: 3px;
- margin-right: 3px;
- margin-left: 3px;
- text-indent: -999px;
- cursor: pointer;
- background-color: rgba(255, 255, 255, 0.5);
-}
-
-.carousel-indicators li::before {
- position: absolute;
- top: -10px;
- left: 0;
- display: inline-block;
- width: 100%;
- height: 10px;
- content: "";
-}
-
-.carousel-indicators li::after {
- position: absolute;
- bottom: -10px;
- left: 0;
- display: inline-block;
- width: 100%;
- height: 10px;
- content: "";
-}
-
-.carousel-indicators .active {
- background-color: #fff;
-}
-
-.carousel-caption {
- position: absolute;
- right: 15%;
- bottom: 20px;
- left: 15%;
- z-index: 10;
- padding-top: 20px;
- padding-bottom: 20px;
- color: #fff;
- text-align: center;
-}
-
-.align-baseline {
- vertical-align: baseline !important;
-}
-
-.align-top {
- vertical-align: top !important;
-}
-
-.align-middle {
- vertical-align: middle !important;
-}
-
-.align-bottom {
- vertical-align: bottom !important;
-}
-
-.align-text-bottom {
- vertical-align: text-bottom !important;
-}
-
-.align-text-top {
- vertical-align: text-top !important;
-}
-
-.bg-faded {
- background-color: #f7f7f7;
-}
-
-.bg-primary {
- background-color: #0275d8 !important;
-}
-
-a.bg-primary:focus, a.bg-primary:hover {
- background-color: #025aa5 !important;
-}
-
-.bg-success {
- background-color: #5cb85c !important;
-}
-
-a.bg-success:focus, a.bg-success:hover {
- background-color: #449d44 !important;
-}
-
-.bg-info {
- background-color: #5bc0de !important;
-}
-
-a.bg-info:focus, a.bg-info:hover {
- background-color: #31b0d5 !important;
-}
-
-.bg-warning {
- background-color: #f0ad4e !important;
-}
-
-a.bg-warning:focus, a.bg-warning:hover {
- background-color: #ec971f !important;
-}
-
-.bg-danger {
- background-color: #d9534f !important;
-}
-
-a.bg-danger:focus, a.bg-danger:hover {
- background-color: #c9302c !important;
-}
-
-.bg-inverse {
- background-color: #292b2c !important;
-}
-
-a.bg-inverse:focus, a.bg-inverse:hover {
- background-color: #101112 !important;
-}
-
-.border-0 {
- border: 0 !important;
-}
-
-.border-top-0 {
- border-top: 0 !important;
-}
-
-.border-right-0 {
- border-right: 0 !important;
-}
-
-.border-bottom-0 {
- border-bottom: 0 !important;
-}
-
-.border-left-0 {
- border-left: 0 !important;
-}
-
-.rounded {
- border-radius: 0.25rem;
-}
-
-.rounded-top {
- border-top-right-radius: 0.25rem;
- border-top-left-radius: 0.25rem;
-}
-
-.rounded-right {
- border-bottom-right-radius: 0.25rem;
- border-top-right-radius: 0.25rem;
-}
-
-.rounded-bottom {
- border-bottom-right-radius: 0.25rem;
- border-bottom-left-radius: 0.25rem;
-}
-
-.rounded-left {
- border-bottom-left-radius: 0.25rem;
- border-top-left-radius: 0.25rem;
-}
-
-.rounded-circle {
- border-radius: 50%;
-}
-
-.rounded-0 {
- border-radius: 0;
-}
-
-.clearfix::after {
- display: block;
- content: "";
- clear: both;
-}
-
-.d-none {
- display: none !important;
-}
-
-.d-inline {
- display: inline !important;
-}
-
-.d-inline-block {
- display: inline-block !important;
-}
-
-.d-block {
- display: block !important;
-}
-
-.d-table {
- display: table !important;
-}
-
-.d-table-cell {
- display: table-cell !important;
-}
-
-.d-flex {
- display: -webkit-box !important;
- display: -webkit-flex !important;
- display: -ms-flexbox !important;
- display: flex !important;
-}
-
-.d-inline-flex {
- display: -webkit-inline-box !important;
- display: -webkit-inline-flex !important;
- display: -ms-inline-flexbox !important;
- display: inline-flex !important;
-}
-
-@media (min-width: 576px) {
- .d-sm-none {
- display: none !important;
- }
- .d-sm-inline {
- display: inline !important;
- }
- .d-sm-inline-block {
- display: inline-block !important;
- }
- .d-sm-block {
- display: block !important;
- }
- .d-sm-table {
- display: table !important;
- }
- .d-sm-table-cell {
- display: table-cell !important;
- }
- .d-sm-flex {
- display: -webkit-box !important;
- display: -webkit-flex !important;
- display: -ms-flexbox !important;
- display: flex !important;
- }
- .d-sm-inline-flex {
- display: -webkit-inline-box !important;
- display: -webkit-inline-flex !important;
- display: -ms-inline-flexbox !important;
- display: inline-flex !important;
- }
-}
-
-@media (min-width: 768px) {
- .d-md-none {
- display: none !important;
- }
- .d-md-inline {
- display: inline !important;
- }
- .d-md-inline-block {
- display: inline-block !important;
- }
- .d-md-block {
- display: block !important;
- }
- .d-md-table {
- display: table !important;
- }
- .d-md-table-cell {
- display: table-cell !important;
- }
- .d-md-flex {
- display: -webkit-box !important;
- display: -webkit-flex !important;
- display: -ms-flexbox !important;
- display: flex !important;
- }
- .d-md-inline-flex {
- display: -webkit-inline-box !important;
- display: -webkit-inline-flex !important;
- display: -ms-inline-flexbox !important;
- display: inline-flex !important;
- }
-}
-
-@media (min-width: 992px) {
- .d-lg-none {
- display: none !important;
- }
- .d-lg-inline {
- display: inline !important;
- }
- .d-lg-inline-block {
- display: inline-block !important;
- }
- .d-lg-block {
- display: block !important;
- }
- .d-lg-table {
- display: table !important;
- }
- .d-lg-table-cell {
- display: table-cell !important;
- }
- .d-lg-flex {
- display: -webkit-box !important;
- display: -webkit-flex !important;
- display: -ms-flexbox !important;
- display: flex !important;
- }
- .d-lg-inline-flex {
- display: -webkit-inline-box !important;
- display: -webkit-inline-flex !important;
- display: -ms-inline-flexbox !important;
- display: inline-flex !important;
- }
-}
-
-@media (min-width: 1200px) {
- .d-xl-none {
- display: none !important;
- }
- .d-xl-inline {
- display: inline !important;
- }
- .d-xl-inline-block {
- display: inline-block !important;
- }
- .d-xl-block {
- display: block !important;
- }
- .d-xl-table {
- display: table !important;
- }
- .d-xl-table-cell {
- display: table-cell !important;
- }
- .d-xl-flex {
- display: -webkit-box !important;
- display: -webkit-flex !important;
- display: -ms-flexbox !important;
- display: flex !important;
- }
- .d-xl-inline-flex {
- display: -webkit-inline-box !important;
- display: -webkit-inline-flex !important;
- display: -ms-inline-flexbox !important;
- display: inline-flex !important;
- }
-}
-
-.flex-first {
- -webkit-box-ordinal-group: 0;
- -webkit-order: -1;
- -ms-flex-order: -1;
- order: -1;
-}
-
-.flex-last {
- -webkit-box-ordinal-group: 2;
- -webkit-order: 1;
- -ms-flex-order: 1;
- order: 1;
-}
-
-.flex-unordered {
- -webkit-box-ordinal-group: 1;
- -webkit-order: 0;
- -ms-flex-order: 0;
- order: 0;
-}
-
-.flex-row {
- -webkit-box-orient: horizontal !important;
- -webkit-box-direction: normal !important;
- -webkit-flex-direction: row !important;
- -ms-flex-direction: row !important;
- flex-direction: row !important;
-}
-
-.flex-column {
- -webkit-box-orient: vertical !important;
- -webkit-box-direction: normal !important;
- -webkit-flex-direction: column !important;
- -ms-flex-direction: column !important;
- flex-direction: column !important;
-}
-
-.flex-row-reverse {
- -webkit-box-orient: horizontal !important;
- -webkit-box-direction: reverse !important;
- -webkit-flex-direction: row-reverse !important;
- -ms-flex-direction: row-reverse !important;
- flex-direction: row-reverse !important;
-}
-
-.flex-column-reverse {
- -webkit-box-orient: vertical !important;
- -webkit-box-direction: reverse !important;
- -webkit-flex-direction: column-reverse !important;
- -ms-flex-direction: column-reverse !important;
- flex-direction: column-reverse !important;
-}
-
-.flex-wrap {
- -webkit-flex-wrap: wrap !important;
- -ms-flex-wrap: wrap !important;
- flex-wrap: wrap !important;
-}
-
-.flex-nowrap {
- -webkit-flex-wrap: nowrap !important;
- -ms-flex-wrap: nowrap !important;
- flex-wrap: nowrap !important;
-}
-
-.flex-wrap-reverse {
- -webkit-flex-wrap: wrap-reverse !important;
- -ms-flex-wrap: wrap-reverse !important;
- flex-wrap: wrap-reverse !important;
-}
-
-.justify-content-start {
- -webkit-box-pack: start !important;
- -webkit-justify-content: flex-start !important;
- -ms-flex-pack: start !important;
- justify-content: flex-start !important;
-}
-
-.justify-content-end {
- -webkit-box-pack: end !important;
- -webkit-justify-content: flex-end !important;
- -ms-flex-pack: end !important;
- justify-content: flex-end !important;
-}
-
-.justify-content-center {
- -webkit-box-pack: center !important;
- -webkit-justify-content: center !important;
- -ms-flex-pack: center !important;
- justify-content: center !important;
-}
-
-.justify-content-between {
- -webkit-box-pack: justify !important;
- -webkit-justify-content: space-between !important;
- -ms-flex-pack: justify !important;
- justify-content: space-between !important;
-}
-
-.justify-content-around {
- -webkit-justify-content: space-around !important;
- -ms-flex-pack: distribute !important;
- justify-content: space-around !important;
-}
-
-.align-items-start {
- -webkit-box-align: start !important;
- -webkit-align-items: flex-start !important;
- -ms-flex-align: start !important;
- align-items: flex-start !important;
-}
-
-.align-items-end {
- -webkit-box-align: end !important;
- -webkit-align-items: flex-end !important;
- -ms-flex-align: end !important;
- align-items: flex-end !important;
-}
-
-.align-items-center {
- -webkit-box-align: center !important;
- -webkit-align-items: center !important;
- -ms-flex-align: center !important;
- align-items: center !important;
-}
-
-.align-items-baseline {
- -webkit-box-align: baseline !important;
- -webkit-align-items: baseline !important;
- -ms-flex-align: baseline !important;
- align-items: baseline !important;
-}
-
-.align-items-stretch {
- -webkit-box-align: stretch !important;
- -webkit-align-items: stretch !important;
- -ms-flex-align: stretch !important;
- align-items: stretch !important;
-}
-
-.align-content-start {
- -webkit-align-content: flex-start !important;
- -ms-flex-line-pack: start !important;
- align-content: flex-start !important;
-}
-
-.align-content-end {
- -webkit-align-content: flex-end !important;
- -ms-flex-line-pack: end !important;
- align-content: flex-end !important;
-}
-
-.align-content-center {
- -webkit-align-content: center !important;
- -ms-flex-line-pack: center !important;
- align-content: center !important;
-}
-
-.align-content-between {
- -webkit-align-content: space-between !important;
- -ms-flex-line-pack: justify !important;
- align-content: space-between !important;
-}
-
-.align-content-around {
- -webkit-align-content: space-around !important;
- -ms-flex-line-pack: distribute !important;
- align-content: space-around !important;
-}
-
-.align-content-stretch {
- -webkit-align-content: stretch !important;
- -ms-flex-line-pack: stretch !important;
- align-content: stretch !important;
-}
-
-.align-self-auto {
- -webkit-align-self: auto !important;
- -ms-flex-item-align: auto !important;
- -ms-grid-row-align: auto !important;
- align-self: auto !important;
-}
-
-.align-self-start {
- -webkit-align-self: flex-start !important;
- -ms-flex-item-align: start !important;
- align-self: flex-start !important;
-}
-
-.align-self-end {
- -webkit-align-self: flex-end !important;
- -ms-flex-item-align: end !important;
- align-self: flex-end !important;
-}
-
-.align-self-center {
- -webkit-align-self: center !important;
- -ms-flex-item-align: center !important;
- -ms-grid-row-align: center !important;
- align-self: center !important;
-}
-
-.align-self-baseline {
- -webkit-align-self: baseline !important;
- -ms-flex-item-align: baseline !important;
- align-self: baseline !important;
-}
-
-.align-self-stretch {
- -webkit-align-self: stretch !important;
- -ms-flex-item-align: stretch !important;
- -ms-grid-row-align: stretch !important;
- align-self: stretch !important;
-}
-
-@media (min-width: 576px) {
- .flex-sm-first {
- -webkit-box-ordinal-group: 0;
- -webkit-order: -1;
- -ms-flex-order: -1;
- order: -1;
- }
- .flex-sm-last {
- -webkit-box-ordinal-group: 2;
- -webkit-order: 1;
- -ms-flex-order: 1;
- order: 1;
- }
- .flex-sm-unordered {
- -webkit-box-ordinal-group: 1;
- -webkit-order: 0;
- -ms-flex-order: 0;
- order: 0;
- }
- .flex-sm-row {
- -webkit-box-orient: horizontal !important;
- -webkit-box-direction: normal !important;
- -webkit-flex-direction: row !important;
- -ms-flex-direction: row !important;
- flex-direction: row !important;
- }
- .flex-sm-column {
- -webkit-box-orient: vertical !important;
- -webkit-box-direction: normal !important;
- -webkit-flex-direction: column !important;
- -ms-flex-direction: column !important;
- flex-direction: column !important;
- }
- .flex-sm-row-reverse {
- -webkit-box-orient: horizontal !important;
- -webkit-box-direction: reverse !important;
- -webkit-flex-direction: row-reverse !important;
- -ms-flex-direction: row-reverse !important;
- flex-direction: row-reverse !important;
- }
- .flex-sm-column-reverse {
- -webkit-box-orient: vertical !important;
- -webkit-box-direction: reverse !important;
- -webkit-flex-direction: column-reverse !important;
- -ms-flex-direction: column-reverse !important;
- flex-direction: column-reverse !important;
- }
- .flex-sm-wrap {
- -webkit-flex-wrap: wrap !important;
- -ms-flex-wrap: wrap !important;
- flex-wrap: wrap !important;
- }
- .flex-sm-nowrap {
- -webkit-flex-wrap: nowrap !important;
- -ms-flex-wrap: nowrap !important;
- flex-wrap: nowrap !important;
- }
- .flex-sm-wrap-reverse {
- -webkit-flex-wrap: wrap-reverse !important;
- -ms-flex-wrap: wrap-reverse !important;
- flex-wrap: wrap-reverse !important;
- }
- .justify-content-sm-start {
- -webkit-box-pack: start !important;
- -webkit-justify-content: flex-start !important;
- -ms-flex-pack: start !important;
- justify-content: flex-start !important;
- }
- .justify-content-sm-end {
- -webkit-box-pack: end !important;
- -webkit-justify-content: flex-end !important;
- -ms-flex-pack: end !important;
- justify-content: flex-end !important;
- }
- .justify-content-sm-center {
- -webkit-box-pack: center !important;
- -webkit-justify-content: center !important;
- -ms-flex-pack: center !important;
- justify-content: center !important;
- }
- .justify-content-sm-between {
- -webkit-box-pack: justify !important;
- -webkit-justify-content: space-between !important;
- -ms-flex-pack: justify !important;
- justify-content: space-between !important;
- }
- .justify-content-sm-around {
- -webkit-justify-content: space-around !important;
- -ms-flex-pack: distribute !important;
- justify-content: space-around !important;
- }
- .align-items-sm-start {
- -webkit-box-align: start !important;
- -webkit-align-items: flex-start !important;
- -ms-flex-align: start !important;
- align-items: flex-start !important;
- }
- .align-items-sm-end {
- -webkit-box-align: end !important;
- -webkit-align-items: flex-end !important;
- -ms-flex-align: end !important;
- align-items: flex-end !important;
- }
- .align-items-sm-center {
- -webkit-box-align: center !important;
- -webkit-align-items: center !important;
- -ms-flex-align: center !important;
- align-items: center !important;
- }
- .align-items-sm-baseline {
- -webkit-box-align: baseline !important;
- -webkit-align-items: baseline !important;
- -ms-flex-align: baseline !important;
- align-items: baseline !important;
- }
- .align-items-sm-stretch {
- -webkit-box-align: stretch !important;
- -webkit-align-items: stretch !important;
- -ms-flex-align: stretch !important;
- align-items: stretch !important;
- }
- .align-content-sm-start {
- -webkit-align-content: flex-start !important;
- -ms-flex-line-pack: start !important;
- align-content: flex-start !important;
- }
- .align-content-sm-end {
- -webkit-align-content: flex-end !important;
- -ms-flex-line-pack: end !important;
- align-content: flex-end !important;
- }
- .align-content-sm-center {
- -webkit-align-content: center !important;
- -ms-flex-line-pack: center !important;
- align-content: center !important;
- }
- .align-content-sm-between {
- -webkit-align-content: space-between !important;
- -ms-flex-line-pack: justify !important;
- align-content: space-between !important;
- }
- .align-content-sm-around {
- -webkit-align-content: space-around !important;
- -ms-flex-line-pack: distribute !important;
- align-content: space-around !important;
- }
- .align-content-sm-stretch {
- -webkit-align-content: stretch !important;
- -ms-flex-line-pack: stretch !important;
- align-content: stretch !important;
- }
- .align-self-sm-auto {
- -webkit-align-self: auto !important;
- -ms-flex-item-align: auto !important;
- -ms-grid-row-align: auto !important;
- align-self: auto !important;
- }
- .align-self-sm-start {
- -webkit-align-self: flex-start !important;
- -ms-flex-item-align: start !important;
- align-self: flex-start !important;
- }
- .align-self-sm-end {
- -webkit-align-self: flex-end !important;
- -ms-flex-item-align: end !important;
- align-self: flex-end !important;
- }
- .align-self-sm-center {
- -webkit-align-self: center !important;
- -ms-flex-item-align: center !important;
- -ms-grid-row-align: center !important;
- align-self: center !important;
- }
- .align-self-sm-baseline {
- -webkit-align-self: baseline !important;
- -ms-flex-item-align: baseline !important;
- align-self: baseline !important;
- }
- .align-self-sm-stretch {
- -webkit-align-self: stretch !important;
- -ms-flex-item-align: stretch !important;
- -ms-grid-row-align: stretch !important;
- align-self: stretch !important;
- }
-}
-
-@media (min-width: 768px) {
- .flex-md-first {
- -webkit-box-ordinal-group: 0;
- -webkit-order: -1;
- -ms-flex-order: -1;
- order: -1;
- }
- .flex-md-last {
- -webkit-box-ordinal-group: 2;
- -webkit-order: 1;
- -ms-flex-order: 1;
- order: 1;
- }
- .flex-md-unordered {
- -webkit-box-ordinal-group: 1;
- -webkit-order: 0;
- -ms-flex-order: 0;
- order: 0;
- }
- .flex-md-row {
- -webkit-box-orient: horizontal !important;
- -webkit-box-direction: normal !important;
- -webkit-flex-direction: row !important;
- -ms-flex-direction: row !important;
- flex-direction: row !important;
- }
- .flex-md-column {
- -webkit-box-orient: vertical !important;
- -webkit-box-direction: normal !important;
- -webkit-flex-direction: column !important;
- -ms-flex-direction: column !important;
- flex-direction: column !important;
- }
- .flex-md-row-reverse {
- -webkit-box-orient: horizontal !important;
- -webkit-box-direction: reverse !important;
- -webkit-flex-direction: row-reverse !important;
- -ms-flex-direction: row-reverse !important;
- flex-direction: row-reverse !important;
- }
- .flex-md-column-reverse {
- -webkit-box-orient: vertical !important;
- -webkit-box-direction: reverse !important;
- -webkit-flex-direction: column-reverse !important;
- -ms-flex-direction: column-reverse !important;
- flex-direction: column-reverse !important;
- }
- .flex-md-wrap {
- -webkit-flex-wrap: wrap !important;
- -ms-flex-wrap: wrap !important;
- flex-wrap: wrap !important;
- }
- .flex-md-nowrap {
- -webkit-flex-wrap: nowrap !important;
- -ms-flex-wrap: nowrap !important;
- flex-wrap: nowrap !important;
- }
- .flex-md-wrap-reverse {
- -webkit-flex-wrap: wrap-reverse !important;
- -ms-flex-wrap: wrap-reverse !important;
- flex-wrap: wrap-reverse !important;
- }
- .justify-content-md-start {
- -webkit-box-pack: start !important;
- -webkit-justify-content: flex-start !important;
- -ms-flex-pack: start !important;
- justify-content: flex-start !important;
- }
- .justify-content-md-end {
- -webkit-box-pack: end !important;
- -webkit-justify-content: flex-end !important;
- -ms-flex-pack: end !important;
- justify-content: flex-end !important;
- }
- .justify-content-md-center {
- -webkit-box-pack: center !important;
- -webkit-justify-content: center !important;
- -ms-flex-pack: center !important;
- justify-content: center !important;
- }
- .justify-content-md-between {
- -webkit-box-pack: justify !important;
- -webkit-justify-content: space-between !important;
- -ms-flex-pack: justify !important;
- justify-content: space-between !important;
- }
- .justify-content-md-around {
- -webkit-justify-content: space-around !important;
- -ms-flex-pack: distribute !important;
- justify-content: space-around !important;
- }
- .align-items-md-start {
- -webkit-box-align: start !important;
- -webkit-align-items: flex-start !important;
- -ms-flex-align: start !important;
- align-items: flex-start !important;
- }
- .align-items-md-end {
- -webkit-box-align: end !important;
- -webkit-align-items: flex-end !important;
- -ms-flex-align: end !important;
- align-items: flex-end !important;
- }
- .align-items-md-center {
- -webkit-box-align: center !important;
- -webkit-align-items: center !important;
- -ms-flex-align: center !important;
- align-items: center !important;
- }
- .align-items-md-baseline {
- -webkit-box-align: baseline !important;
- -webkit-align-items: baseline !important;
- -ms-flex-align: baseline !important;
- align-items: baseline !important;
- }
- .align-items-md-stretch {
- -webkit-box-align: stretch !important;
- -webkit-align-items: stretch !important;
- -ms-flex-align: stretch !important;
- align-items: stretch !important;
- }
- .align-content-md-start {
- -webkit-align-content: flex-start !important;
- -ms-flex-line-pack: start !important;
- align-content: flex-start !important;
- }
- .align-content-md-end {
- -webkit-align-content: flex-end !important;
- -ms-flex-line-pack: end !important;
- align-content: flex-end !important;
- }
- .align-content-md-center {
- -webkit-align-content: center !important;
- -ms-flex-line-pack: center !important;
- align-content: center !important;
- }
- .align-content-md-between {
- -webkit-align-content: space-between !important;
- -ms-flex-line-pack: justify !important;
- align-content: space-between !important;
- }
- .align-content-md-around {
- -webkit-align-content: space-around !important;
- -ms-flex-line-pack: distribute !important;
- align-content: space-around !important;
- }
- .align-content-md-stretch {
- -webkit-align-content: stretch !important;
- -ms-flex-line-pack: stretch !important;
- align-content: stretch !important;
- }
- .align-self-md-auto {
- -webkit-align-self: auto !important;
- -ms-flex-item-align: auto !important;
- -ms-grid-row-align: auto !important;
- align-self: auto !important;
- }
- .align-self-md-start {
- -webkit-align-self: flex-start !important;
- -ms-flex-item-align: start !important;
- align-self: flex-start !important;
- }
- .align-self-md-end {
- -webkit-align-self: flex-end !important;
- -ms-flex-item-align: end !important;
- align-self: flex-end !important;
- }
- .align-self-md-center {
- -webkit-align-self: center !important;
- -ms-flex-item-align: center !important;
- -ms-grid-row-align: center !important;
- align-self: center !important;
- }
- .align-self-md-baseline {
- -webkit-align-self: baseline !important;
- -ms-flex-item-align: baseline !important;
- align-self: baseline !important;
- }
- .align-self-md-stretch {
- -webkit-align-self: stretch !important;
- -ms-flex-item-align: stretch !important;
- -ms-grid-row-align: stretch !important;
- align-self: stretch !important;
- }
-}
-
-@media (min-width: 992px) {
- .flex-lg-first {
- -webkit-box-ordinal-group: 0;
- -webkit-order: -1;
- -ms-flex-order: -1;
- order: -1;
- }
- .flex-lg-last {
- -webkit-box-ordinal-group: 2;
- -webkit-order: 1;
- -ms-flex-order: 1;
- order: 1;
- }
- .flex-lg-unordered {
- -webkit-box-ordinal-group: 1;
- -webkit-order: 0;
- -ms-flex-order: 0;
- order: 0;
- }
- .flex-lg-row {
- -webkit-box-orient: horizontal !important;
- -webkit-box-direction: normal !important;
- -webkit-flex-direction: row !important;
- -ms-flex-direction: row !important;
- flex-direction: row !important;
- }
- .flex-lg-column {
- -webkit-box-orient: vertical !important;
- -webkit-box-direction: normal !important;
- -webkit-flex-direction: column !important;
- -ms-flex-direction: column !important;
- flex-direction: column !important;
- }
- .flex-lg-row-reverse {
- -webkit-box-orient: horizontal !important;
- -webkit-box-direction: reverse !important;
- -webkit-flex-direction: row-reverse !important;
- -ms-flex-direction: row-reverse !important;
- flex-direction: row-reverse !important;
- }
- .flex-lg-column-reverse {
- -webkit-box-orient: vertical !important;
- -webkit-box-direction: reverse !important;
- -webkit-flex-direction: column-reverse !important;
- -ms-flex-direction: column-reverse !important;
- flex-direction: column-reverse !important;
- }
- .flex-lg-wrap {
- -webkit-flex-wrap: wrap !important;
- -ms-flex-wrap: wrap !important;
- flex-wrap: wrap !important;
- }
- .flex-lg-nowrap {
- -webkit-flex-wrap: nowrap !important;
- -ms-flex-wrap: nowrap !important;
- flex-wrap: nowrap !important;
- }
- .flex-lg-wrap-reverse {
- -webkit-flex-wrap: wrap-reverse !important;
- -ms-flex-wrap: wrap-reverse !important;
- flex-wrap: wrap-reverse !important;
- }
- .justify-content-lg-start {
- -webkit-box-pack: start !important;
- -webkit-justify-content: flex-start !important;
- -ms-flex-pack: start !important;
- justify-content: flex-start !important;
- }
- .justify-content-lg-end {
- -webkit-box-pack: end !important;
- -webkit-justify-content: flex-end !important;
- -ms-flex-pack: end !important;
- justify-content: flex-end !important;
- }
- .justify-content-lg-center {
- -webkit-box-pack: center !important;
- -webkit-justify-content: center !important;
- -ms-flex-pack: center !important;
- justify-content: center !important;
- }
- .justify-content-lg-between {
- -webkit-box-pack: justify !important;
- -webkit-justify-content: space-between !important;
- -ms-flex-pack: justify !important;
- justify-content: space-between !important;
- }
- .justify-content-lg-around {
- -webkit-justify-content: space-around !important;
- -ms-flex-pack: distribute !important;
- justify-content: space-around !important;
- }
- .align-items-lg-start {
- -webkit-box-align: start !important;
- -webkit-align-items: flex-start !important;
- -ms-flex-align: start !important;
- align-items: flex-start !important;
- }
- .align-items-lg-end {
- -webkit-box-align: end !important;
- -webkit-align-items: flex-end !important;
- -ms-flex-align: end !important;
- align-items: flex-end !important;
- }
- .align-items-lg-center {
- -webkit-box-align: center !important;
- -webkit-align-items: center !important;
- -ms-flex-align: center !important;
- align-items: center !important;
- }
- .align-items-lg-baseline {
- -webkit-box-align: baseline !important;
- -webkit-align-items: baseline !important;
- -ms-flex-align: baseline !important;
- align-items: baseline !important;
- }
- .align-items-lg-stretch {
- -webkit-box-align: stretch !important;
- -webkit-align-items: stretch !important;
- -ms-flex-align: stretch !important;
- align-items: stretch !important;
- }
- .align-content-lg-start {
- -webkit-align-content: flex-start !important;
- -ms-flex-line-pack: start !important;
- align-content: flex-start !important;
- }
- .align-content-lg-end {
- -webkit-align-content: flex-end !important;
- -ms-flex-line-pack: end !important;
- align-content: flex-end !important;
- }
- .align-content-lg-center {
- -webkit-align-content: center !important;
- -ms-flex-line-pack: center !important;
- align-content: center !important;
- }
- .align-content-lg-between {
- -webkit-align-content: space-between !important;
- -ms-flex-line-pack: justify !important;
- align-content: space-between !important;
- }
- .align-content-lg-around {
- -webkit-align-content: space-around !important;
- -ms-flex-line-pack: distribute !important;
- align-content: space-around !important;
- }
- .align-content-lg-stretch {
- -webkit-align-content: stretch !important;
- -ms-flex-line-pack: stretch !important;
- align-content: stretch !important;
- }
- .align-self-lg-auto {
- -webkit-align-self: auto !important;
- -ms-flex-item-align: auto !important;
- -ms-grid-row-align: auto !important;
- align-self: auto !important;
- }
- .align-self-lg-start {
- -webkit-align-self: flex-start !important;
- -ms-flex-item-align: start !important;
- align-self: flex-start !important;
- }
- .align-self-lg-end {
- -webkit-align-self: flex-end !important;
- -ms-flex-item-align: end !important;
- align-self: flex-end !important;
- }
- .align-self-lg-center {
- -webkit-align-self: center !important;
- -ms-flex-item-align: center !important;
- -ms-grid-row-align: center !important;
- align-self: center !important;
- }
- .align-self-lg-baseline {
- -webkit-align-self: baseline !important;
- -ms-flex-item-align: baseline !important;
- align-self: baseline !important;
- }
- .align-self-lg-stretch {
- -webkit-align-self: stretch !important;
- -ms-flex-item-align: stretch !important;
- -ms-grid-row-align: stretch !important;
- align-self: stretch !important;
- }
-}
-
-@media (min-width: 1200px) {
- .flex-xl-first {
- -webkit-box-ordinal-group: 0;
- -webkit-order: -1;
- -ms-flex-order: -1;
- order: -1;
- }
- .flex-xl-last {
- -webkit-box-ordinal-group: 2;
- -webkit-order: 1;
- -ms-flex-order: 1;
- order: 1;
- }
- .flex-xl-unordered {
- -webkit-box-ordinal-group: 1;
- -webkit-order: 0;
- -ms-flex-order: 0;
- order: 0;
- }
- .flex-xl-row {
- -webkit-box-orient: horizontal !important;
- -webkit-box-direction: normal !important;
- -webkit-flex-direction: row !important;
- -ms-flex-direction: row !important;
- flex-direction: row !important;
- }
- .flex-xl-column {
- -webkit-box-orient: vertical !important;
- -webkit-box-direction: normal !important;
- -webkit-flex-direction: column !important;
- -ms-flex-direction: column !important;
- flex-direction: column !important;
- }
- .flex-xl-row-reverse {
- -webkit-box-orient: horizontal !important;
- -webkit-box-direction: reverse !important;
- -webkit-flex-direction: row-reverse !important;
- -ms-flex-direction: row-reverse !important;
- flex-direction: row-reverse !important;
- }
- .flex-xl-column-reverse {
- -webkit-box-orient: vertical !important;
- -webkit-box-direction: reverse !important;
- -webkit-flex-direction: column-reverse !important;
- -ms-flex-direction: column-reverse !important;
- flex-direction: column-reverse !important;
- }
- .flex-xl-wrap {
- -webkit-flex-wrap: wrap !important;
- -ms-flex-wrap: wrap !important;
- flex-wrap: wrap !important;
- }
- .flex-xl-nowrap {
- -webkit-flex-wrap: nowrap !important;
- -ms-flex-wrap: nowrap !important;
- flex-wrap: nowrap !important;
- }
- .flex-xl-wrap-reverse {
- -webkit-flex-wrap: wrap-reverse !important;
- -ms-flex-wrap: wrap-reverse !important;
- flex-wrap: wrap-reverse !important;
- }
- .justify-content-xl-start {
- -webkit-box-pack: start !important;
- -webkit-justify-content: flex-start !important;
- -ms-flex-pack: start !important;
- justify-content: flex-start !important;
- }
- .justify-content-xl-end {
- -webkit-box-pack: end !important;
- -webkit-justify-content: flex-end !important;
- -ms-flex-pack: end !important;
- justify-content: flex-end !important;
- }
- .justify-content-xl-center {
- -webkit-box-pack: center !important;
- -webkit-justify-content: center !important;
- -ms-flex-pack: center !important;
- justify-content: center !important;
- }
- .justify-content-xl-between {
- -webkit-box-pack: justify !important;
- -webkit-justify-content: space-between !important;
- -ms-flex-pack: justify !important;
- justify-content: space-between !important;
- }
- .justify-content-xl-around {
- -webkit-justify-content: space-around !important;
- -ms-flex-pack: distribute !important;
- justify-content: space-around !important;
- }
- .align-items-xl-start {
- -webkit-box-align: start !important;
- -webkit-align-items: flex-start !important;
- -ms-flex-align: start !important;
- align-items: flex-start !important;
- }
- .align-items-xl-end {
- -webkit-box-align: end !important;
- -webkit-align-items: flex-end !important;
- -ms-flex-align: end !important;
- align-items: flex-end !important;
- }
- .align-items-xl-center {
- -webkit-box-align: center !important;
- -webkit-align-items: center !important;
- -ms-flex-align: center !important;
- align-items: center !important;
- }
- .align-items-xl-baseline {
- -webkit-box-align: baseline !important;
- -webkit-align-items: baseline !important;
- -ms-flex-align: baseline !important;
- align-items: baseline !important;
- }
- .align-items-xl-stretch {
- -webkit-box-align: stretch !important;
- -webkit-align-items: stretch !important;
- -ms-flex-align: stretch !important;
- align-items: stretch !important;
- }
- .align-content-xl-start {
- -webkit-align-content: flex-start !important;
- -ms-flex-line-pack: start !important;
- align-content: flex-start !important;
- }
- .align-content-xl-end {
- -webkit-align-content: flex-end !important;
- -ms-flex-line-pack: end !important;
- align-content: flex-end !important;
- }
- .align-content-xl-center {
- -webkit-align-content: center !important;
- -ms-flex-line-pack: center !important;
- align-content: center !important;
- }
- .align-content-xl-between {
- -webkit-align-content: space-between !important;
- -ms-flex-line-pack: justify !important;
- align-content: space-between !important;
- }
- .align-content-xl-around {
- -webkit-align-content: space-around !important;
- -ms-flex-line-pack: distribute !important;
- align-content: space-around !important;
- }
- .align-content-xl-stretch {
- -webkit-align-content: stretch !important;
- -ms-flex-line-pack: stretch !important;
- align-content: stretch !important;
- }
- .align-self-xl-auto {
- -webkit-align-self: auto !important;
- -ms-flex-item-align: auto !important;
- -ms-grid-row-align: auto !important;
- align-self: auto !important;
- }
- .align-self-xl-start {
- -webkit-align-self: flex-start !important;
- -ms-flex-item-align: start !important;
- align-self: flex-start !important;
- }
- .align-self-xl-end {
- -webkit-align-self: flex-end !important;
- -ms-flex-item-align: end !important;
- align-self: flex-end !important;
- }
- .align-self-xl-center {
- -webkit-align-self: center !important;
- -ms-flex-item-align: center !important;
- -ms-grid-row-align: center !important;
- align-self: center !important;
- }
- .align-self-xl-baseline {
- -webkit-align-self: baseline !important;
- -ms-flex-item-align: baseline !important;
- align-self: baseline !important;
- }
- .align-self-xl-stretch {
- -webkit-align-self: stretch !important;
- -ms-flex-item-align: stretch !important;
- -ms-grid-row-align: stretch !important;
- align-self: stretch !important;
- }
-}
-
-.float-left {
- float: left !important;
-}
-
-.float-right {
- float: right !important;
-}
-
-.float-none {
- float: none !important;
-}
-
-@media (min-width: 576px) {
- .float-sm-left {
- float: left !important;
- }
- .float-sm-right {
- float: right !important;
- }
- .float-sm-none {
- float: none !important;
- }
-}
-
-@media (min-width: 768px) {
- .float-md-left {
- float: left !important;
- }
- .float-md-right {
- float: right !important;
- }
- .float-md-none {
- float: none !important;
- }
-}
-
-@media (min-width: 992px) {
- .float-lg-left {
- float: left !important;
- }
- .float-lg-right {
- float: right !important;
- }
- .float-lg-none {
- float: none !important;
- }
-}
-
-@media (min-width: 1200px) {
- .float-xl-left {
- float: left !important;
- }
- .float-xl-right {
- float: right !important;
- }
- .float-xl-none {
- float: none !important;
- }
-}
-
-.fixed-top {
- position: fixed;
- top: 0;
- right: 0;
- left: 0;
- z-index: 1030;
-}
-
-.fixed-bottom {
- position: fixed;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 1030;
-}
-
-.sticky-top {
- position: -webkit-sticky;
- position: sticky;
- top: 0;
- z-index: 1030;
-}
-
-.sr-only {
- position: absolute;
- width: 1px;
- height: 1px;
- padding: 0;
- margin: -1px;
- overflow: hidden;
- clip: rect(0, 0, 0, 0);
- border: 0;
-}
-
-.sr-only-focusable:active, .sr-only-focusable:focus {
- position: static;
- width: auto;
- height: auto;
- margin: 0;
- overflow: visible;
- clip: auto;
-}
-
-.w-25 {
- width: 25% !important;
-}
-
-.w-50 {
- width: 50% !important;
-}
-
-.w-75 {
- width: 75% !important;
-}
-
-.w-100 {
- width: 100% !important;
-}
-
-.h-25 {
- height: 25% !important;
-}
-
-.h-50 {
- height: 50% !important;
-}
-
-.h-75 {
- height: 75% !important;
-}
-
-.h-100 {
- height: 100% !important;
-}
-
-.mw-100 {
- max-width: 100% !important;
-}
-
-.mh-100 {
- max-height: 100% !important;
-}
-
-.m-0 {
- margin: 0 0 !important;
-}
-
-.mt-0 {
- margin-top: 0 !important;
-}
-
-.mr-0 {
- margin-right: 0 !important;
-}
-
-.mb-0 {
- margin-bottom: 0 !important;
-}
-
-.ml-0 {
- margin-left: 0 !important;
-}
-
-.mx-0 {
- margin-right: 0 !important;
- margin-left: 0 !important;
-}
-
-.my-0 {
- margin-top: 0 !important;
- margin-bottom: 0 !important;
-}
-
-.m-1 {
- margin: 0.25rem 0.25rem !important;
-}
-
-.mt-1 {
- margin-top: 0.25rem !important;
-}
-
-.mr-1 {
- margin-right: 0.25rem !important;
-}
-
-.mb-1 {
- margin-bottom: 0.25rem !important;
-}
-
-.ml-1 {
- margin-left: 0.25rem !important;
-}
-
-.mx-1 {
- margin-right: 0.25rem !important;
- margin-left: 0.25rem !important;
-}
-
-.my-1 {
- margin-top: 0.25rem !important;
- margin-bottom: 0.25rem !important;
-}
-
-.m-2 {
- margin: 0.5rem 0.5rem !important;
-}
-
-.mt-2 {
- margin-top: 0.5rem !important;
-}
-
-.mr-2 {
- margin-right: 0.5rem !important;
-}
-
-.mb-2 {
- margin-bottom: 0.5rem !important;
-}
-
-.ml-2 {
- margin-left: 0.5rem !important;
-}
-
-.mx-2 {
- margin-right: 0.5rem !important;
- margin-left: 0.5rem !important;
-}
-
-.my-2 {
- margin-top: 0.5rem !important;
- margin-bottom: 0.5rem !important;
-}
-
-.m-3 {
- margin: 1rem 1rem !important;
-}
-
-.mt-3 {
- margin-top: 1rem !important;
-}
-
-.mr-3 {
- margin-right: 1rem !important;
-}
-
-.mb-3 {
- margin-bottom: 1rem !important;
-}
-
-.ml-3 {
- margin-left: 1rem !important;
-}
-
-.mx-3 {
- margin-right: 1rem !important;
- margin-left: 1rem !important;
-}
-
-.my-3 {
- margin-top: 1rem !important;
- margin-bottom: 1rem !important;
-}
-
-.m-4 {
- margin: 1.5rem 1.5rem !important;
-}
-
-.mt-4 {
- margin-top: 1.5rem !important;
-}
-
-.mr-4 {
- margin-right: 1.5rem !important;
-}
-
-.mb-4 {
- margin-bottom: 1.5rem !important;
-}
-
-.ml-4 {
- margin-left: 1.5rem !important;
-}
-
-.mx-4 {
- margin-right: 1.5rem !important;
- margin-left: 1.5rem !important;
-}
-
-.my-4 {
- margin-top: 1.5rem !important;
- margin-bottom: 1.5rem !important;
-}
-
-.m-5 {
- margin: 3rem 3rem !important;
-}
-
-.mt-5 {
- margin-top: 3rem !important;
-}
-
-.mr-5 {
- margin-right: 3rem !important;
-}
-
-.mb-5 {
- margin-bottom: 3rem !important;
-}
-
-.ml-5 {
- margin-left: 3rem !important;
-}
-
-.mx-5 {
- margin-right: 3rem !important;
- margin-left: 3rem !important;
-}
-
-.my-5 {
- margin-top: 3rem !important;
- margin-bottom: 3rem !important;
-}
-
-.p-0 {
- padding: 0 0 !important;
-}
-
-.pt-0 {
- padding-top: 0 !important;
-}
-
-.pr-0 {
- padding-right: 0 !important;
-}
-
-.pb-0 {
- padding-bottom: 0 !important;
-}
-
-.pl-0 {
- padding-left: 0 !important;
-}
-
-.px-0 {
- padding-right: 0 !important;
- padding-left: 0 !important;
-}
-
-.py-0 {
- padding-top: 0 !important;
- padding-bottom: 0 !important;
-}
-
-.p-1 {
- padding: 0.25rem 0.25rem !important;
-}
-
-.pt-1 {
- padding-top: 0.25rem !important;
-}
-
-.pr-1 {
- padding-right: 0.25rem !important;
-}
-
-.pb-1 {
- padding-bottom: 0.25rem !important;
-}
-
-.pl-1 {
- padding-left: 0.25rem !important;
-}
-
-.px-1 {
- padding-right: 0.25rem !important;
- padding-left: 0.25rem !important;
-}
-
-.py-1 {
- padding-top: 0.25rem !important;
- padding-bottom: 0.25rem !important;
-}
-
-.p-2 {
- padding: 0.5rem 0.5rem !important;
-}
-
-.pt-2 {
- padding-top: 0.5rem !important;
-}
-
-.pr-2 {
- padding-right: 0.5rem !important;
-}
-
-.pb-2 {
- padding-bottom: 0.5rem !important;
-}
-
-.pl-2 {
- padding-left: 0.5rem !important;
-}
-
-.px-2 {
- padding-right: 0.5rem !important;
- padding-left: 0.5rem !important;
-}
-
-.py-2 {
- padding-top: 0.5rem !important;
- padding-bottom: 0.5rem !important;
-}
-
-.p-3 {
- padding: 1rem 1rem !important;
-}
-
-.pt-3 {
- padding-top: 1rem !important;
-}
-
-.pr-3 {
- padding-right: 1rem !important;
-}
-
-.pb-3 {
- padding-bottom: 1rem !important;
-}
-
-.pl-3 {
- padding-left: 1rem !important;
-}
-
-.px-3 {
- padding-right: 1rem !important;
- padding-left: 1rem !important;
-}
-
-.py-3 {
- padding-top: 1rem !important;
- padding-bottom: 1rem !important;
-}
-
-.p-4 {
- padding: 1.5rem 1.5rem !important;
-}
-
-.pt-4 {
- padding-top: 1.5rem !important;
-}
-
-.pr-4 {
- padding-right: 1.5rem !important;
-}
-
-.pb-4 {
- padding-bottom: 1.5rem !important;
-}
-
-.pl-4 {
- padding-left: 1.5rem !important;
-}
-
-.px-4 {
- padding-right: 1.5rem !important;
- padding-left: 1.5rem !important;
-}
-
-.py-4 {
- padding-top: 1.5rem !important;
- padding-bottom: 1.5rem !important;
-}
-
-.p-5 {
- padding: 3rem 3rem !important;
-}
-
-.pt-5 {
- padding-top: 3rem !important;
-}
-
-.pr-5 {
- padding-right: 3rem !important;
-}
-
-.pb-5 {
- padding-bottom: 3rem !important;
-}
-
-.pl-5 {
- padding-left: 3rem !important;
-}
-
-.px-5 {
- padding-right: 3rem !important;
- padding-left: 3rem !important;
-}
-
-.py-5 {
- padding-top: 3rem !important;
- padding-bottom: 3rem !important;
-}
-
-.m-auto {
- margin: auto !important;
-}
-
-.mt-auto {
- margin-top: auto !important;
-}
-
-.mr-auto {
- margin-right: auto !important;
-}
-
-.mb-auto {
- margin-bottom: auto !important;
-}
-
-.ml-auto {
- margin-left: auto !important;
-}
-
-.mx-auto {
- margin-right: auto !important;
- margin-left: auto !important;
-}
-
-.my-auto {
- margin-top: auto !important;
- margin-bottom: auto !important;
-}
-
-@media (min-width: 576px) {
- .m-sm-0 {
- margin: 0 0 !important;
- }
- .mt-sm-0 {
- margin-top: 0 !important;
- }
- .mr-sm-0 {
- margin-right: 0 !important;
- }
- .mb-sm-0 {
- margin-bottom: 0 !important;
- }
- .ml-sm-0 {
- margin-left: 0 !important;
- }
- .mx-sm-0 {
- margin-right: 0 !important;
- margin-left: 0 !important;
- }
- .my-sm-0 {
- margin-top: 0 !important;
- margin-bottom: 0 !important;
- }
- .m-sm-1 {
- margin: 0.25rem 0.25rem !important;
- }
- .mt-sm-1 {
- margin-top: 0.25rem !important;
- }
- .mr-sm-1 {
- margin-right: 0.25rem !important;
- }
- .mb-sm-1 {
- margin-bottom: 0.25rem !important;
- }
- .ml-sm-1 {
- margin-left: 0.25rem !important;
- }
- .mx-sm-1 {
- margin-right: 0.25rem !important;
- margin-left: 0.25rem !important;
- }
- .my-sm-1 {
- margin-top: 0.25rem !important;
- margin-bottom: 0.25rem !important;
- }
- .m-sm-2 {
- margin: 0.5rem 0.5rem !important;
- }
- .mt-sm-2 {
- margin-top: 0.5rem !important;
- }
- .mr-sm-2 {
- margin-right: 0.5rem !important;
- }
- .mb-sm-2 {
- margin-bottom: 0.5rem !important;
- }
- .ml-sm-2 {
- margin-left: 0.5rem !important;
- }
- .mx-sm-2 {
- margin-right: 0.5rem !important;
- margin-left: 0.5rem !important;
- }
- .my-sm-2 {
- margin-top: 0.5rem !important;
- margin-bottom: 0.5rem !important;
- }
- .m-sm-3 {
- margin: 1rem 1rem !important;
- }
- .mt-sm-3 {
- margin-top: 1rem !important;
- }
- .mr-sm-3 {
- margin-right: 1rem !important;
- }
- .mb-sm-3 {
- margin-bottom: 1rem !important;
- }
- .ml-sm-3 {
- margin-left: 1rem !important;
- }
- .mx-sm-3 {
- margin-right: 1rem !important;
- margin-left: 1rem !important;
- }
- .my-sm-3 {
- margin-top: 1rem !important;
- margin-bottom: 1rem !important;
- }
- .m-sm-4 {
- margin: 1.5rem 1.5rem !important;
- }
- .mt-sm-4 {
- margin-top: 1.5rem !important;
- }
- .mr-sm-4 {
- margin-right: 1.5rem !important;
- }
- .mb-sm-4 {
- margin-bottom: 1.5rem !important;
- }
- .ml-sm-4 {
- margin-left: 1.5rem !important;
- }
- .mx-sm-4 {
- margin-right: 1.5rem !important;
- margin-left: 1.5rem !important;
- }
- .my-sm-4 {
- margin-top: 1.5rem !important;
- margin-bottom: 1.5rem !important;
- }
- .m-sm-5 {
- margin: 3rem 3rem !important;
- }
- .mt-sm-5 {
- margin-top: 3rem !important;
- }
- .mr-sm-5 {
- margin-right: 3rem !important;
- }
- .mb-sm-5 {
- margin-bottom: 3rem !important;
- }
- .ml-sm-5 {
- margin-left: 3rem !important;
- }
- .mx-sm-5 {
- margin-right: 3rem !important;
- margin-left: 3rem !important;
- }
- .my-sm-5 {
- margin-top: 3rem !important;
- margin-bottom: 3rem !important;
- }
- .p-sm-0 {
- padding: 0 0 !important;
- }
- .pt-sm-0 {
- padding-top: 0 !important;
- }
- .pr-sm-0 {
- padding-right: 0 !important;
- }
- .pb-sm-0 {
- padding-bottom: 0 !important;
- }
- .pl-sm-0 {
- padding-left: 0 !important;
- }
- .px-sm-0 {
- padding-right: 0 !important;
- padding-left: 0 !important;
- }
- .py-sm-0 {
- padding-top: 0 !important;
- padding-bottom: 0 !important;
- }
- .p-sm-1 {
- padding: 0.25rem 0.25rem !important;
- }
- .pt-sm-1 {
- padding-top: 0.25rem !important;
- }
- .pr-sm-1 {
- padding-right: 0.25rem !important;
- }
- .pb-sm-1 {
- padding-bottom: 0.25rem !important;
- }
- .pl-sm-1 {
- padding-left: 0.25rem !important;
- }
- .px-sm-1 {
- padding-right: 0.25rem !important;
- padding-left: 0.25rem !important;
- }
- .py-sm-1 {
- padding-top: 0.25rem !important;
- padding-bottom: 0.25rem !important;
- }
- .p-sm-2 {
- padding: 0.5rem 0.5rem !important;
- }
- .pt-sm-2 {
- padding-top: 0.5rem !important;
- }
- .pr-sm-2 {
- padding-right: 0.5rem !important;
- }
- .pb-sm-2 {
- padding-bottom: 0.5rem !important;
- }
- .pl-sm-2 {
- padding-left: 0.5rem !important;
- }
- .px-sm-2 {
- padding-right: 0.5rem !important;
- padding-left: 0.5rem !important;
- }
- .py-sm-2 {
- padding-top: 0.5rem !important;
- padding-bottom: 0.5rem !important;
- }
- .p-sm-3 {
- padding: 1rem 1rem !important;
- }
- .pt-sm-3 {
- padding-top: 1rem !important;
- }
- .pr-sm-3 {
- padding-right: 1rem !important;
- }
- .pb-sm-3 {
- padding-bottom: 1rem !important;
- }
- .pl-sm-3 {
- padding-left: 1rem !important;
- }
- .px-sm-3 {
- padding-right: 1rem !important;
- padding-left: 1rem !important;
- }
- .py-sm-3 {
- padding-top: 1rem !important;
- padding-bottom: 1rem !important;
- }
- .p-sm-4 {
- padding: 1.5rem 1.5rem !important;
- }
- .pt-sm-4 {
- padding-top: 1.5rem !important;
- }
- .pr-sm-4 {
- padding-right: 1.5rem !important;
- }
- .pb-sm-4 {
- padding-bottom: 1.5rem !important;
- }
- .pl-sm-4 {
- padding-left: 1.5rem !important;
- }
- .px-sm-4 {
- padding-right: 1.5rem !important;
- padding-left: 1.5rem !important;
- }
- .py-sm-4 {
- padding-top: 1.5rem !important;
- padding-bottom: 1.5rem !important;
- }
- .p-sm-5 {
- padding: 3rem 3rem !important;
- }
- .pt-sm-5 {
- padding-top: 3rem !important;
- }
- .pr-sm-5 {
- padding-right: 3rem !important;
- }
- .pb-sm-5 {
- padding-bottom: 3rem !important;
- }
- .pl-sm-5 {
- padding-left: 3rem !important;
- }
- .px-sm-5 {
- padding-right: 3rem !important;
- padding-left: 3rem !important;
- }
- .py-sm-5 {
- padding-top: 3rem !important;
- padding-bottom: 3rem !important;
- }
- .m-sm-auto {
- margin: auto !important;
- }
- .mt-sm-auto {
- margin-top: auto !important;
- }
- .mr-sm-auto {
- margin-right: auto !important;
- }
- .mb-sm-auto {
- margin-bottom: auto !important;
- }
- .ml-sm-auto {
- margin-left: auto !important;
- }
- .mx-sm-auto {
- margin-right: auto !important;
- margin-left: auto !important;
- }
- .my-sm-auto {
- margin-top: auto !important;
- margin-bottom: auto !important;
- }
-}
-
-@media (min-width: 768px) {
- .m-md-0 {
- margin: 0 0 !important;
- }
- .mt-md-0 {
- margin-top: 0 !important;
- }
- .mr-md-0 {
- margin-right: 0 !important;
- }
- .mb-md-0 {
- margin-bottom: 0 !important;
- }
- .ml-md-0 {
- margin-left: 0 !important;
- }
- .mx-md-0 {
- margin-right: 0 !important;
- margin-left: 0 !important;
- }
- .my-md-0 {
- margin-top: 0 !important;
- margin-bottom: 0 !important;
- }
- .m-md-1 {
- margin: 0.25rem 0.25rem !important;
- }
- .mt-md-1 {
- margin-top: 0.25rem !important;
- }
- .mr-md-1 {
- margin-right: 0.25rem !important;
- }
- .mb-md-1 {
- margin-bottom: 0.25rem !important;
- }
- .ml-md-1 {
- margin-left: 0.25rem !important;
- }
- .mx-md-1 {
- margin-right: 0.25rem !important;
- margin-left: 0.25rem !important;
- }
- .my-md-1 {
- margin-top: 0.25rem !important;
- margin-bottom: 0.25rem !important;
- }
- .m-md-2 {
- margin: 0.5rem 0.5rem !important;
- }
- .mt-md-2 {
- margin-top: 0.5rem !important;
- }
- .mr-md-2 {
- margin-right: 0.5rem !important;
- }
- .mb-md-2 {
- margin-bottom: 0.5rem !important;
- }
- .ml-md-2 {
- margin-left: 0.5rem !important;
- }
- .mx-md-2 {
- margin-right: 0.5rem !important;
- margin-left: 0.5rem !important;
- }
- .my-md-2 {
- margin-top: 0.5rem !important;
- margin-bottom: 0.5rem !important;
- }
- .m-md-3 {
- margin: 1rem 1rem !important;
- }
- .mt-md-3 {
- margin-top: 1rem !important;
- }
- .mr-md-3 {
- margin-right: 1rem !important;
- }
- .mb-md-3 {
- margin-bottom: 1rem !important;
- }
- .ml-md-3 {
- margin-left: 1rem !important;
- }
- .mx-md-3 {
- margin-right: 1rem !important;
- margin-left: 1rem !important;
- }
- .my-md-3 {
- margin-top: 1rem !important;
- margin-bottom: 1rem !important;
- }
- .m-md-4 {
- margin: 1.5rem 1.5rem !important;
- }
- .mt-md-4 {
- margin-top: 1.5rem !important;
- }
- .mr-md-4 {
- margin-right: 1.5rem !important;
- }
- .mb-md-4 {
- margin-bottom: 1.5rem !important;
- }
- .ml-md-4 {
- margin-left: 1.5rem !important;
- }
- .mx-md-4 {
- margin-right: 1.5rem !important;
- margin-left: 1.5rem !important;
- }
- .my-md-4 {
- margin-top: 1.5rem !important;
- margin-bottom: 1.5rem !important;
- }
- .m-md-5 {
- margin: 3rem 3rem !important;
- }
- .mt-md-5 {
- margin-top: 3rem !important;
- }
- .mr-md-5 {
- margin-right: 3rem !important;
- }
- .mb-md-5 {
- margin-bottom: 3rem !important;
- }
- .ml-md-5 {
- margin-left: 3rem !important;
- }
- .mx-md-5 {
- margin-right: 3rem !important;
- margin-left: 3rem !important;
- }
- .my-md-5 {
- margin-top: 3rem !important;
- margin-bottom: 3rem !important;
- }
- .p-md-0 {
- padding: 0 0 !important;
- }
- .pt-md-0 {
- padding-top: 0 !important;
- }
- .pr-md-0 {
- padding-right: 0 !important;
- }
- .pb-md-0 {
- padding-bottom: 0 !important;
- }
- .pl-md-0 {
- padding-left: 0 !important;
- }
- .px-md-0 {
- padding-right: 0 !important;
- padding-left: 0 !important;
- }
- .py-md-0 {
- padding-top: 0 !important;
- padding-bottom: 0 !important;
- }
- .p-md-1 {
- padding: 0.25rem 0.25rem !important;
- }
- .pt-md-1 {
- padding-top: 0.25rem !important;
- }
- .pr-md-1 {
- padding-right: 0.25rem !important;
- }
- .pb-md-1 {
- padding-bottom: 0.25rem !important;
- }
- .pl-md-1 {
- padding-left: 0.25rem !important;
- }
- .px-md-1 {
- padding-right: 0.25rem !important;
- padding-left: 0.25rem !important;
- }
- .py-md-1 {
- padding-top: 0.25rem !important;
- padding-bottom: 0.25rem !important;
- }
- .p-md-2 {
- padding: 0.5rem 0.5rem !important;
- }
- .pt-md-2 {
- padding-top: 0.5rem !important;
- }
- .pr-md-2 {
- padding-right: 0.5rem !important;
- }
- .pb-md-2 {
- padding-bottom: 0.5rem !important;
- }
- .pl-md-2 {
- padding-left: 0.5rem !important;
- }
- .px-md-2 {
- padding-right: 0.5rem !important;
- padding-left: 0.5rem !important;
- }
- .py-md-2 {
- padding-top: 0.5rem !important;
- padding-bottom: 0.5rem !important;
- }
- .p-md-3 {
- padding: 1rem 1rem !important;
- }
- .pt-md-3 {
- padding-top: 1rem !important;
- }
- .pr-md-3 {
- padding-right: 1rem !important;
- }
- .pb-md-3 {
- padding-bottom: 1rem !important;
- }
- .pl-md-3 {
- padding-left: 1rem !important;
- }
- .px-md-3 {
- padding-right: 1rem !important;
- padding-left: 1rem !important;
- }
- .py-md-3 {
- padding-top: 1rem !important;
- padding-bottom: 1rem !important;
- }
- .p-md-4 {
- padding: 1.5rem 1.5rem !important;
- }
- .pt-md-4 {
- padding-top: 1.5rem !important;
- }
- .pr-md-4 {
- padding-right: 1.5rem !important;
- }
- .pb-md-4 {
- padding-bottom: 1.5rem !important;
- }
- .pl-md-4 {
- padding-left: 1.5rem !important;
- }
- .px-md-4 {
- padding-right: 1.5rem !important;
- padding-left: 1.5rem !important;
- }
- .py-md-4 {
- padding-top: 1.5rem !important;
- padding-bottom: 1.5rem !important;
- }
- .p-md-5 {
- padding: 3rem 3rem !important;
- }
- .pt-md-5 {
- padding-top: 3rem !important;
- }
- .pr-md-5 {
- padding-right: 3rem !important;
- }
- .pb-md-5 {
- padding-bottom: 3rem !important;
- }
- .pl-md-5 {
- padding-left: 3rem !important;
- }
- .px-md-5 {
- padding-right: 3rem !important;
- padding-left: 3rem !important;
- }
- .py-md-5 {
- padding-top: 3rem !important;
- padding-bottom: 3rem !important;
- }
- .m-md-auto {
- margin: auto !important;
- }
- .mt-md-auto {
- margin-top: auto !important;
- }
- .mr-md-auto {
- margin-right: auto !important;
- }
- .mb-md-auto {
- margin-bottom: auto !important;
- }
- .ml-md-auto {
- margin-left: auto !important;
- }
- .mx-md-auto {
- margin-right: auto !important;
- margin-left: auto !important;
- }
- .my-md-auto {
- margin-top: auto !important;
- margin-bottom: auto !important;
- }
-}
-
-@media (min-width: 992px) {
- .m-lg-0 {
- margin: 0 0 !important;
- }
- .mt-lg-0 {
- margin-top: 0 !important;
- }
- .mr-lg-0 {
- margin-right: 0 !important;
- }
- .mb-lg-0 {
- margin-bottom: 0 !important;
- }
- .ml-lg-0 {
- margin-left: 0 !important;
- }
- .mx-lg-0 {
- margin-right: 0 !important;
- margin-left: 0 !important;
- }
- .my-lg-0 {
- margin-top: 0 !important;
- margin-bottom: 0 !important;
- }
- .m-lg-1 {
- margin: 0.25rem 0.25rem !important;
- }
- .mt-lg-1 {
- margin-top: 0.25rem !important;
- }
- .mr-lg-1 {
- margin-right: 0.25rem !important;
- }
- .mb-lg-1 {
- margin-bottom: 0.25rem !important;
- }
- .ml-lg-1 {
- margin-left: 0.25rem !important;
- }
- .mx-lg-1 {
- margin-right: 0.25rem !important;
- margin-left: 0.25rem !important;
- }
- .my-lg-1 {
- margin-top: 0.25rem !important;
- margin-bottom: 0.25rem !important;
- }
- .m-lg-2 {
- margin: 0.5rem 0.5rem !important;
- }
- .mt-lg-2 {
- margin-top: 0.5rem !important;
- }
- .mr-lg-2 {
- margin-right: 0.5rem !important;
- }
- .mb-lg-2 {
- margin-bottom: 0.5rem !important;
- }
- .ml-lg-2 {
- margin-left: 0.5rem !important;
- }
- .mx-lg-2 {
- margin-right: 0.5rem !important;
- margin-left: 0.5rem !important;
- }
- .my-lg-2 {
- margin-top: 0.5rem !important;
- margin-bottom: 0.5rem !important;
- }
- .m-lg-3 {
- margin: 1rem 1rem !important;
- }
- .mt-lg-3 {
- margin-top: 1rem !important;
- }
- .mr-lg-3 {
- margin-right: 1rem !important;
- }
- .mb-lg-3 {
- margin-bottom: 1rem !important;
- }
- .ml-lg-3 {
- margin-left: 1rem !important;
- }
- .mx-lg-3 {
- margin-right: 1rem !important;
- margin-left: 1rem !important;
- }
- .my-lg-3 {
- margin-top: 1rem !important;
- margin-bottom: 1rem !important;
- }
- .m-lg-4 {
- margin: 1.5rem 1.5rem !important;
- }
- .mt-lg-4 {
- margin-top: 1.5rem !important;
- }
- .mr-lg-4 {
- margin-right: 1.5rem !important;
- }
- .mb-lg-4 {
- margin-bottom: 1.5rem !important;
- }
- .ml-lg-4 {
- margin-left: 1.5rem !important;
- }
- .mx-lg-4 {
- margin-right: 1.5rem !important;
- margin-left: 1.5rem !important;
- }
- .my-lg-4 {
- margin-top: 1.5rem !important;
- margin-bottom: 1.5rem !important;
- }
- .m-lg-5 {
- margin: 3rem 3rem !important;
- }
- .mt-lg-5 {
- margin-top: 3rem !important;
- }
- .mr-lg-5 {
- margin-right: 3rem !important;
- }
- .mb-lg-5 {
- margin-bottom: 3rem !important;
- }
- .ml-lg-5 {
- margin-left: 3rem !important;
- }
- .mx-lg-5 {
- margin-right: 3rem !important;
- margin-left: 3rem !important;
- }
- .my-lg-5 {
- margin-top: 3rem !important;
- margin-bottom: 3rem !important;
- }
- .p-lg-0 {
- padding: 0 0 !important;
- }
- .pt-lg-0 {
- padding-top: 0 !important;
- }
- .pr-lg-0 {
- padding-right: 0 !important;
- }
- .pb-lg-0 {
- padding-bottom: 0 !important;
- }
- .pl-lg-0 {
- padding-left: 0 !important;
- }
- .px-lg-0 {
- padding-right: 0 !important;
- padding-left: 0 !important;
- }
- .py-lg-0 {
- padding-top: 0 !important;
- padding-bottom: 0 !important;
- }
- .p-lg-1 {
- padding: 0.25rem 0.25rem !important;
- }
- .pt-lg-1 {
- padding-top: 0.25rem !important;
- }
- .pr-lg-1 {
- padding-right: 0.25rem !important;
- }
- .pb-lg-1 {
- padding-bottom: 0.25rem !important;
- }
- .pl-lg-1 {
- padding-left: 0.25rem !important;
- }
- .px-lg-1 {
- padding-right: 0.25rem !important;
- padding-left: 0.25rem !important;
- }
- .py-lg-1 {
- padding-top: 0.25rem !important;
- padding-bottom: 0.25rem !important;
- }
- .p-lg-2 {
- padding: 0.5rem 0.5rem !important;
- }
- .pt-lg-2 {
- padding-top: 0.5rem !important;
- }
- .pr-lg-2 {
- padding-right: 0.5rem !important;
- }
- .pb-lg-2 {
- padding-bottom: 0.5rem !important;
- }
- .pl-lg-2 {
- padding-left: 0.5rem !important;
- }
- .px-lg-2 {
- padding-right: 0.5rem !important;
- padding-left: 0.5rem !important;
- }
- .py-lg-2 {
- padding-top: 0.5rem !important;
- padding-bottom: 0.5rem !important;
- }
- .p-lg-3 {
- padding: 1rem 1rem !important;
- }
- .pt-lg-3 {
- padding-top: 1rem !important;
- }
- .pr-lg-3 {
- padding-right: 1rem !important;
- }
- .pb-lg-3 {
- padding-bottom: 1rem !important;
- }
- .pl-lg-3 {
- padding-left: 1rem !important;
- }
- .px-lg-3 {
- padding-right: 1rem !important;
- padding-left: 1rem !important;
- }
- .py-lg-3 {
- padding-top: 1rem !important;
- padding-bottom: 1rem !important;
- }
- .p-lg-4 {
- padding: 1.5rem 1.5rem !important;
- }
- .pt-lg-4 {
- padding-top: 1.5rem !important;
- }
- .pr-lg-4 {
- padding-right: 1.5rem !important;
- }
- .pb-lg-4 {
- padding-bottom: 1.5rem !important;
- }
- .pl-lg-4 {
- padding-left: 1.5rem !important;
- }
- .px-lg-4 {
- padding-right: 1.5rem !important;
- padding-left: 1.5rem !important;
- }
- .py-lg-4 {
- padding-top: 1.5rem !important;
- padding-bottom: 1.5rem !important;
- }
- .p-lg-5 {
- padding: 3rem 3rem !important;
- }
- .pt-lg-5 {
- padding-top: 3rem !important;
- }
- .pr-lg-5 {
- padding-right: 3rem !important;
- }
- .pb-lg-5 {
- padding-bottom: 3rem !important;
- }
- .pl-lg-5 {
- padding-left: 3rem !important;
- }
- .px-lg-5 {
- padding-right: 3rem !important;
- padding-left: 3rem !important;
- }
- .py-lg-5 {
- padding-top: 3rem !important;
- padding-bottom: 3rem !important;
- }
- .m-lg-auto {
- margin: auto !important;
- }
- .mt-lg-auto {
- margin-top: auto !important;
- }
- .mr-lg-auto {
- margin-right: auto !important;
- }
- .mb-lg-auto {
- margin-bottom: auto !important;
- }
- .ml-lg-auto {
- margin-left: auto !important;
- }
- .mx-lg-auto {
- margin-right: auto !important;
- margin-left: auto !important;
- }
- .my-lg-auto {
- margin-top: auto !important;
- margin-bottom: auto !important;
- }
-}
-
-@media (min-width: 1200px) {
- .m-xl-0 {
- margin: 0 0 !important;
- }
- .mt-xl-0 {
- margin-top: 0 !important;
- }
- .mr-xl-0 {
- margin-right: 0 !important;
- }
- .mb-xl-0 {
- margin-bottom: 0 !important;
- }
- .ml-xl-0 {
- margin-left: 0 !important;
- }
- .mx-xl-0 {
- margin-right: 0 !important;
- margin-left: 0 !important;
- }
- .my-xl-0 {
- margin-top: 0 !important;
- margin-bottom: 0 !important;
- }
- .m-xl-1 {
- margin: 0.25rem 0.25rem !important;
- }
- .mt-xl-1 {
- margin-top: 0.25rem !important;
- }
- .mr-xl-1 {
- margin-right: 0.25rem !important;
- }
- .mb-xl-1 {
- margin-bottom: 0.25rem !important;
- }
- .ml-xl-1 {
- margin-left: 0.25rem !important;
- }
- .mx-xl-1 {
- margin-right: 0.25rem !important;
- margin-left: 0.25rem !important;
- }
- .my-xl-1 {
- margin-top: 0.25rem !important;
- margin-bottom: 0.25rem !important;
- }
- .m-xl-2 {
- margin: 0.5rem 0.5rem !important;
- }
- .mt-xl-2 {
- margin-top: 0.5rem !important;
- }
- .mr-xl-2 {
- margin-right: 0.5rem !important;
- }
- .mb-xl-2 {
- margin-bottom: 0.5rem !important;
- }
- .ml-xl-2 {
- margin-left: 0.5rem !important;
- }
- .mx-xl-2 {
- margin-right: 0.5rem !important;
- margin-left: 0.5rem !important;
- }
- .my-xl-2 {
- margin-top: 0.5rem !important;
- margin-bottom: 0.5rem !important;
- }
- .m-xl-3 {
- margin: 1rem 1rem !important;
- }
- .mt-xl-3 {
- margin-top: 1rem !important;
- }
- .mr-xl-3 {
- margin-right: 1rem !important;
- }
- .mb-xl-3 {
- margin-bottom: 1rem !important;
- }
- .ml-xl-3 {
- margin-left: 1rem !important;
- }
- .mx-xl-3 {
- margin-right: 1rem !important;
- margin-left: 1rem !important;
- }
- .my-xl-3 {
- margin-top: 1rem !important;
- margin-bottom: 1rem !important;
- }
- .m-xl-4 {
- margin: 1.5rem 1.5rem !important;
- }
- .mt-xl-4 {
- margin-top: 1.5rem !important;
- }
- .mr-xl-4 {
- margin-right: 1.5rem !important;
- }
- .mb-xl-4 {
- margin-bottom: 1.5rem !important;
- }
- .ml-xl-4 {
- margin-left: 1.5rem !important;
- }
- .mx-xl-4 {
- margin-right: 1.5rem !important;
- margin-left: 1.5rem !important;
- }
- .my-xl-4 {
- margin-top: 1.5rem !important;
- margin-bottom: 1.5rem !important;
- }
- .m-xl-5 {
- margin: 3rem 3rem !important;
- }
- .mt-xl-5 {
- margin-top: 3rem !important;
- }
- .mr-xl-5 {
- margin-right: 3rem !important;
- }
- .mb-xl-5 {
- margin-bottom: 3rem !important;
- }
- .ml-xl-5 {
- margin-left: 3rem !important;
- }
- .mx-xl-5 {
- margin-right: 3rem !important;
- margin-left: 3rem !important;
- }
- .my-xl-5 {
- margin-top: 3rem !important;
- margin-bottom: 3rem !important;
- }
- .p-xl-0 {
- padding: 0 0 !important;
- }
- .pt-xl-0 {
- padding-top: 0 !important;
- }
- .pr-xl-0 {
- padding-right: 0 !important;
- }
- .pb-xl-0 {
- padding-bottom: 0 !important;
- }
- .pl-xl-0 {
- padding-left: 0 !important;
- }
- .px-xl-0 {
- padding-right: 0 !important;
- padding-left: 0 !important;
- }
- .py-xl-0 {
- padding-top: 0 !important;
- padding-bottom: 0 !important;
- }
- .p-xl-1 {
- padding: 0.25rem 0.25rem !important;
- }
- .pt-xl-1 {
- padding-top: 0.25rem !important;
- }
- .pr-xl-1 {
- padding-right: 0.25rem !important;
- }
- .pb-xl-1 {
- padding-bottom: 0.25rem !important;
- }
- .pl-xl-1 {
- padding-left: 0.25rem !important;
- }
- .px-xl-1 {
- padding-right: 0.25rem !important;
- padding-left: 0.25rem !important;
- }
- .py-xl-1 {
- padding-top: 0.25rem !important;
- padding-bottom: 0.25rem !important;
- }
- .p-xl-2 {
- padding: 0.5rem 0.5rem !important;
- }
- .pt-xl-2 {
- padding-top: 0.5rem !important;
- }
- .pr-xl-2 {
- padding-right: 0.5rem !important;
- }
- .pb-xl-2 {
- padding-bottom: 0.5rem !important;
- }
- .pl-xl-2 {
- padding-left: 0.5rem !important;
- }
- .px-xl-2 {
- padding-right: 0.5rem !important;
- padding-left: 0.5rem !important;
- }
- .py-xl-2 {
- padding-top: 0.5rem !important;
- padding-bottom: 0.5rem !important;
- }
- .p-xl-3 {
- padding: 1rem 1rem !important;
- }
- .pt-xl-3 {
- padding-top: 1rem !important;
- }
- .pr-xl-3 {
- padding-right: 1rem !important;
- }
- .pb-xl-3 {
- padding-bottom: 1rem !important;
- }
- .pl-xl-3 {
- padding-left: 1rem !important;
- }
- .px-xl-3 {
- padding-right: 1rem !important;
- padding-left: 1rem !important;
- }
- .py-xl-3 {
- padding-top: 1rem !important;
- padding-bottom: 1rem !important;
- }
- .p-xl-4 {
- padding: 1.5rem 1.5rem !important;
- }
- .pt-xl-4 {
- padding-top: 1.5rem !important;
- }
- .pr-xl-4 {
- padding-right: 1.5rem !important;
- }
- .pb-xl-4 {
- padding-bottom: 1.5rem !important;
- }
- .pl-xl-4 {
- padding-left: 1.5rem !important;
- }
- .px-xl-4 {
- padding-right: 1.5rem !important;
- padding-left: 1.5rem !important;
- }
- .py-xl-4 {
- padding-top: 1.5rem !important;
- padding-bottom: 1.5rem !important;
- }
- .p-xl-5 {
- padding: 3rem 3rem !important;
- }
- .pt-xl-5 {
- padding-top: 3rem !important;
- }
- .pr-xl-5 {
- padding-right: 3rem !important;
- }
- .pb-xl-5 {
- padding-bottom: 3rem !important;
- }
- .pl-xl-5 {
- padding-left: 3rem !important;
- }
- .px-xl-5 {
- padding-right: 3rem !important;
- padding-left: 3rem !important;
- }
- .py-xl-5 {
- padding-top: 3rem !important;
- padding-bottom: 3rem !important;
- }
- .m-xl-auto {
- margin: auto !important;
- }
- .mt-xl-auto {
- margin-top: auto !important;
- }
- .mr-xl-auto {
- margin-right: auto !important;
- }
- .mb-xl-auto {
- margin-bottom: auto !important;
- }
- .ml-xl-auto {
- margin-left: auto !important;
- }
- .mx-xl-auto {
- margin-right: auto !important;
- margin-left: auto !important;
- }
- .my-xl-auto {
- margin-top: auto !important;
- margin-bottom: auto !important;
- }
-}
-
-.text-justify {
- text-align: justify !important;
-}
-
-.text-nowrap {
- white-space: nowrap !important;
-}
-
-.text-truncate {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
-}
-
-.text-left {
- text-align: left !important;
-}
-
-.text-right {
- text-align: right !important;
-}
-
-.text-center {
- text-align: center !important;
-}
-
-@media (min-width: 576px) {
- .text-sm-left {
- text-align: left !important;
- }
- .text-sm-right {
- text-align: right !important;
- }
- .text-sm-center {
- text-align: center !important;
- }
-}
-
-@media (min-width: 768px) {
- .text-md-left {
- text-align: left !important;
- }
- .text-md-right {
- text-align: right !important;
- }
- .text-md-center {
- text-align: center !important;
- }
-}
-
-@media (min-width: 992px) {
- .text-lg-left {
- text-align: left !important;
- }
- .text-lg-right {
- text-align: right !important;
- }
- .text-lg-center {
- text-align: center !important;
- }
-}
-
-@media (min-width: 1200px) {
- .text-xl-left {
- text-align: left !important;
- }
- .text-xl-right {
- text-align: right !important;
- }
- .text-xl-center {
- text-align: center !important;
- }
-}
-
-.text-lowercase {
- text-transform: lowercase !important;
-}
-
-.text-uppercase {
- text-transform: uppercase !important;
-}
-
-.text-capitalize {
- text-transform: capitalize !important;
-}
-
-.font-weight-normal {
- font-weight: normal;
-}
-
-.font-weight-bold {
- font-weight: bold;
-}
-
-.font-italic {
- font-style: italic;
-}
-
-.text-white {
- color: #fff !important;
-}
-
-.text-muted {
- color: #636c72 !important;
-}
-
-a.text-muted:focus, a.text-muted:hover {
- color: #4b5257 !important;
-}
-
-.text-primary {
- color: #0275d8 !important;
-}
-
-a.text-primary:focus, a.text-primary:hover {
- color: #025aa5 !important;
-}
-
-.text-success {
- color: #5cb85c !important;
-}
-
-a.text-success:focus, a.text-success:hover {
- color: #449d44 !important;
-}
-
-.text-info {
- color: #5bc0de !important;
-}
-
-a.text-info:focus, a.text-info:hover {
- color: #31b0d5 !important;
-}
-
-.text-warning {
- color: #f0ad4e !important;
-}
-
-a.text-warning:focus, a.text-warning:hover {
- color: #ec971f !important;
-}
-
-.text-danger {
- color: #d9534f !important;
-}
-
-a.text-danger:focus, a.text-danger:hover {
- color: #c9302c !important;
-}
-
-.text-gray-dark {
- color: #292b2c !important;
-}
-
-a.text-gray-dark:focus, a.text-gray-dark:hover {
- color: #101112 !important;
-}
-
-.text-hide {
- font: 0/0 a;
- color: transparent;
- text-shadow: none;
- background-color: transparent;
- border: 0;
-}
-
-.invisible {
- visibility: hidden !important;
-}
-
-.hidden-xs-up {
- display: none !important;
-}
-
-@media (max-width: 575px) {
- .hidden-xs-down {
- display: none !important;
- }
-}
-
-@media (min-width: 576px) {
- .hidden-sm-up {
- display: none !important;
- }
-}
-
-@media (max-width: 767px) {
- .hidden-sm-down {
- display: none !important;
- }
-}
-
-@media (min-width: 768px) {
- .hidden-md-up {
- display: none !important;
- }
-}
-
-@media (max-width: 991px) {
- .hidden-md-down {
- display: none !important;
- }
-}
-
-@media (min-width: 992px) {
- .hidden-lg-up {
- display: none !important;
- }
-}
-
-@media (max-width: 1199px) {
- .hidden-lg-down {
- display: none !important;
- }
-}
-
-@media (min-width: 1200px) {
- .hidden-xl-up {
- display: none !important;
- }
-}
-
-.hidden-xl-down {
- display: none !important;
-}
-
-.visible-print-block {
- display: none !important;
-}
-
-@media print {
- .visible-print-block {
- display: block !important;
- }
-}
-
-.visible-print-inline {
- display: none !important;
-}
-
-@media print {
- .visible-print-inline {
- display: inline !important;
- }
-}
-
-.visible-print-inline-block {
- display: none !important;
-}
-
-@media print {
- .visible-print-inline-block {
- display: inline-block !important;
- }
-}
-
-@media print {
- .hidden-print {
- display: none !important;
- }
-}
-/*# sourceMappingURL=bootstrap.css.map */ \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/font-awesome.min.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/font-awesome.min.css
deleted file mode 100644
index 248ea7ab..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/font-awesome.min.css
+++ /dev/null
@@ -1,4 +0,0 @@
-/*!
- * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
- * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
- */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} .fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} .fa-2x{font-size:2em} .fa-3x{font-size:3em} .fa-4x{font-size:4em} .fa-5x{font-size:5em} .fa-fw{width:1.28571429em;text-align:center} .fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} .fa-ul>li{position:relative} .fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} .fa-li.fa-lg{left:-1.85714286em} .fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em} .fa-pull-left{float:left} .fa-pull-right{float:right} .fa.fa-pull-left{margin-right:.3em} .fa.fa-pull-right{margin-left:.3em} .pull-right{float:right} .pull-left{float:left} .fa.pull-left{margin-right:.3em} .fa.pull-right{margin-left:.3em} .fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear} .fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)} @-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} @keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} .fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} .fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} .fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} .fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)} .fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)} :root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none} .fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} .fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} .fa-stack-1x{line-height:inherit} .fa-stack-2x{font-size:2em} .fa-inverse{color:#fff} .fa-glass:before{content:"\f000"} .fa-music:before{content:"\f001"} .fa-search:before{content:"\f002"} .fa-envelope-o:before{content:"\f003"} .fa-heart:before{content:"\f004"} .fa-star:before{content:"\f005"} .fa-star-o:before{content:"\f006"} .fa-user:before{content:"\f007"} .fa-film:before{content:"\f008"} .fa-th-large:before{content:"\f009"} .fa-th:before{content:"\f00a"} .fa-th-list:before{content:"\f00b"} .fa-check:before{content:"\f00c"} .fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"} .fa-search-plus:before{content:"\f00e"} .fa-search-minus:before{content:"\f010"} .fa-power-off:before{content:"\f011"} .fa-signal:before{content:"\f012"} .fa-gear:before,.fa-cog:before{content:"\f013"} .fa-trash-o:before{content:"\f014"} .fa-home:before{content:"\f015"} .fa-file-o:before{content:"\f016"} .fa-clock-o:before{content:"\f017"} .fa-road:before{content:"\f018"} .fa-download:before{content:"\f019"} .fa-arrow-circle-o-down:before{content:"\f01a"} .fa-arrow-circle-o-up:before{content:"\f01b"} .fa-inbox:before{content:"\f01c"} .fa-play-circle-o:before{content:"\f01d"} .fa-rotate-right:before,.fa-repeat:before{content:"\f01e"} .fa-refresh:before{content:"\f021"} .fa-list-alt:before{content:"\f022"} .fa-lock:before{content:"\f023"} .fa-flag:before{content:"\f024"} .fa-headphones:before{content:"\f025"} .fa-volume-off:before{content:"\f026"} .fa-volume-down:before{content:"\f027"} .fa-volume-up:before{content:"\f028"} .fa-qrcode:before{content:"\f029"} .fa-barcode:before{content:"\f02a"} .fa-tag:before{content:"\f02b"} .fa-tags:before{content:"\f02c"} .fa-book:before{content:"\f02d"} .fa-bookmark:before{content:"\f02e"} .fa-print:before{content:"\f02f"} .fa-camera:before{content:"\f030"} .fa-font:before{content:"\f031"} .fa-bold:before{content:"\f032"} .fa-italic:before{content:"\f033"} .fa-text-height:before{content:"\f034"} .fa-text-width:before{content:"\f035"} .fa-align-left:before{content:"\f036"} .fa-align-center:before{content:"\f037"} .fa-align-right:before{content:"\f038"} .fa-align-justify:before{content:"\f039"} .fa-list:before{content:"\f03a"} .fa-dedent:before,.fa-outdent:before{content:"\f03b"} .fa-indent:before{content:"\f03c"} .fa-video-camera:before{content:"\f03d"} .fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"} .fa-pencil:before{content:"\f040"} .fa-map-marker:before{content:"\f041"} .fa-adjust:before{content:"\f042"} .fa-tint:before{content:"\f043"} .fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} .fa-share-square-o:before{content:"\f045"} .fa-check-square-o:before{content:"\f046"} .fa-arrows:before{content:"\f047"} .fa-step-backward:before{content:"\f048"} .fa-fast-backward:before{content:"\f049"} .fa-backward:before{content:"\f04a"} .fa-play:before{content:"\f04b"} .fa-pause:before{content:"\f04c"} .fa-stop:before{content:"\f04d"} .fa-forward:before{content:"\f04e"} .fa-fast-forward:before{content:"\f050"} .fa-step-forward:before{content:"\f051"} .fa-eject:before{content:"\f052"} .fa-chevron-left:before{content:"\f053"} .fa-chevron-right:before{content:"\f054"} .fa-plus-circle:before{content:"\f055"} .fa-minus-circle:before{content:"\f056"} .fa-times-circle:before{content:"\f057"} .fa-check-circle:before{content:"\f058"} .fa-question-circle:before{content:"\f059"} .fa-info-circle:before{content:"\f05a"} .fa-crosshairs:before{content:"\f05b"} .fa-times-circle-o:before{content:"\f05c"} .fa-check-circle-o:before{content:"\f05d"} .fa-ban:before{content:"\f05e"} .fa-arrow-left:before{content:"\f060"} .fa-arrow-right:before{content:"\f061"} .fa-arrow-up:before{content:"\f062"} .fa-arrow-down:before{content:"\f063"} .fa-mail-forward:before,.fa-share:before{content:"\f064"} .fa-expand:before{content:"\f065"} .fa-compress:before{content:"\f066"} .fa-plus:before{content:"\f067"} .fa-minus:before{content:"\f068"} .fa-asterisk:before{content:"\f069"} .fa-exclamation-circle:before{content:"\f06a"} .fa-gift:before{content:"\f06b"} .fa-leaf:before{content:"\f06c"} .fa-fire:before{content:"\f06d"} .fa-eye:before{content:"\f06e"} .fa-eye-slash:before{content:"\f070"} .fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"} .fa-plane:before{content:"\f072"} .fa-calendar:before{content:"\f073"} .fa-random:before{content:"\f074"} .fa-comment:before{content:"\f075"} .fa-magnet:before{content:"\f076"} .fa-chevron-up:before{content:"\f077"} .fa-chevron-down:before{content:"\f078"} .fa-retweet:before{content:"\f079"} .fa-shopping-cart:before{content:"\f07a"} .fa-folder:before{content:"\f07b"} .fa-folder-open:before{content:"\f07c"} .fa-arrows-v:before{content:"\f07d"} .fa-arrows-h:before{content:"\f07e"} .fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} .fa-twitter-square:before{content:"\f081"} .fa-facebook-square:before{content:"\f082"} .fa-camera-retro:before{content:"\f083"} .fa-key:before{content:"\f084"} .fa-gears:before,.fa-cogs:before{content:"\f085"} .fa-comments:before{content:"\f086"} .fa-thumbs-o-up:before{content:"\f087"} .fa-thumbs-o-down:before{content:"\f088"} .fa-star-half:before{content:"\f089"} .fa-heart-o:before{content:"\f08a"} .fa-sign-out:before{content:"\f08b"} .fa-linkedin-square:before{content:"\f08c"} .fa-thumb-tack:before{content:"\f08d"} .fa-external-link:before{content:"\f08e"} .fa-sign-in:before{content:"\f090"} .fa-trophy:before{content:"\f091"} .fa-github-square:before{content:"\f092"} .fa-upload:before{content:"\f093"} .fa-lemon-o:before{content:"\f094"} .fa-phone:before{content:"\f095"} .fa-square-o:before{content:"\f096"} .fa-bookmark-o:before{content:"\f097"} .fa-phone-square:before{content:"\f098"} .fa-twitter:before{content:"\f099"} .fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} .fa-github:before{content:"\f09b"} .fa-unlock:before{content:"\f09c"} .fa-credit-card:before{content:"\f09d"} .fa-feed:before,.fa-rss:before{content:"\f09e"} .fa-hdd-o:before{content:"\f0a0"} .fa-bullhorn:before{content:"\f0a1"} .fa-bell:before{content:"\f0f3"} .fa-certificate:before{content:"\f0a3"} .fa-hand-o-right:before{content:"\f0a4"} .fa-hand-o-left:before{content:"\f0a5"} .fa-hand-o-up:before{content:"\f0a6"} .fa-hand-o-down:before{content:"\f0a7"} .fa-arrow-circle-left:before{content:"\f0a8"} .fa-arrow-circle-right:before{content:"\f0a9"} .fa-arrow-circle-up:before{content:"\f0aa"} .fa-arrow-circle-down:before{content:"\f0ab"} .fa-globe:before{content:"\f0ac"} .fa-wrench:before{content:"\f0ad"} .fa-tasks:before{content:"\f0ae"} .fa-filter:before{content:"\f0b0"} .fa-briefcase:before{content:"\f0b1"} .fa-arrows-alt:before{content:"\f0b2"} .fa-group:before,.fa-users:before{content:"\f0c0"} .fa-chain:before,.fa-link:before{content:"\f0c1"} .fa-cloud:before{content:"\f0c2"} .fa-flask:before{content:"\f0c3"} .fa-cut:before,.fa-scissors:before{content:"\f0c4"} .fa-copy:before,.fa-files-o:before{content:"\f0c5"} .fa-paperclip:before{content:"\f0c6"} .fa-save:before,.fa-floppy-o:before{content:"\f0c7"} .fa-square:before{content:"\f0c8"} .fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"} .fa-list-ul:before{content:"\f0ca"} .fa-list-ol:before{content:"\f0cb"} .fa-strikethrough:before{content:"\f0cc"} .fa-underline:before{content:"\f0cd"} .fa-table:before{content:"\f0ce"} .fa-magic:before{content:"\f0d0"} .fa-truck:before{content:"\f0d1"} .fa-pinterest:before{content:"\f0d2"} .fa-pinterest-square:before{content:"\f0d3"} .fa-google-plus-square:before{content:"\f0d4"} .fa-google-plus:before{content:"\f0d5"} .fa-money:before{content:"\f0d6"} .fa-caret-down:before{content:"\f0d7"} .fa-caret-up:before{content:"\f0d8"} .fa-caret-left:before{content:"\f0d9"} .fa-caret-right:before{content:"\f0da"} .fa-columns:before{content:"\f0db"} .fa-unsorted:before,.fa-sort:before{content:"\f0dc"} .fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"} .fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"} .fa-envelope:before{content:"\f0e0"} .fa-linkedin:before{content:"\f0e1"} .fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} .fa-legal:before,.fa-gavel:before{content:"\f0e3"} .fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} .fa-comment-o:before{content:"\f0e5"} .fa-comments-o:before{content:"\f0e6"} .fa-flash:before,.fa-bolt:before{content:"\f0e7"} .fa-sitemap:before{content:"\f0e8"} .fa-umbrella:before{content:"\f0e9"} .fa-paste:before,.fa-clipboard:before{content:"\f0ea"} .fa-lightbulb-o:before{content:"\f0eb"} .fa-exchange:before{content:"\f0ec"} .fa-cloud-download:before{content:"\f0ed"} .fa-cloud-upload:before{content:"\f0ee"} .fa-user-md:before{content:"\f0f0"} .fa-stethoscope:before{content:"\f0f1"} .fa-suitcase:before{content:"\f0f2"} .fa-bell-o:before{content:"\f0a2"} .fa-coffee:before{content:"\f0f4"} .fa-cutlery:before{content:"\f0f5"} .fa-file-text-o:before{content:"\f0f6"} .fa-building-o:before{content:"\f0f7"} .fa-hospital-o:before{content:"\f0f8"} .fa-ambulance:before{content:"\f0f9"} .fa-medkit:before{content:"\f0fa"} .fa-fighter-jet:before{content:"\f0fb"} .fa-beer:before{content:"\f0fc"} .fa-h-square:before{content:"\f0fd"} .fa-plus-square:before{content:"\f0fe"} .fa-angle-double-left:before{content:"\f100"} .fa-angle-double-right:before{content:"\f101"} .fa-angle-double-up:before{content:"\f102"} .fa-angle-double-down:before{content:"\f103"} .fa-angle-left:before{content:"\f104"} .fa-angle-right:before{content:"\f105"} .fa-angle-up:before{content:"\f106"} .fa-angle-down:before{content:"\f107"} .fa-desktop:before{content:"\f108"} .fa-laptop:before{content:"\f109"} .fa-tablet:before{content:"\f10a"} .fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} .fa-circle-o:before{content:"\f10c"} .fa-quote-left:before{content:"\f10d"} .fa-quote-right:before{content:"\f10e"} .fa-spinner:before{content:"\f110"} .fa-circle:before{content:"\f111"} .fa-mail-reply:before,.fa-reply:before{content:"\f112"} .fa-github-alt:before{content:"\f113"} .fa-folder-o:before{content:"\f114"} .fa-folder-open-o:before{content:"\f115"} .fa-smile-o:before{content:"\f118"} .fa-frown-o:before{content:"\f119"} .fa-meh-o:before{content:"\f11a"} .fa-gamepad:before{content:"\f11b"} .fa-keyboard-o:before{content:"\f11c"} .fa-flag-o:before{content:"\f11d"} .fa-flag-checkered:before{content:"\f11e"} .fa-terminal:before{content:"\f120"} .fa-code:before{content:"\f121"} .fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} .fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} .fa-location-arrow:before{content:"\f124"} .fa-crop:before{content:"\f125"} .fa-code-fork:before{content:"\f126"} .fa-unlink:before,.fa-chain-broken:before{content:"\f127"} .fa-question:before{content:"\f128"} .fa-info:before{content:"\f129"} .fa-exclamation:before{content:"\f12a"} .fa-superscript:before{content:"\f12b"} .fa-subscript:before{content:"\f12c"} .fa-eraser:before{content:"\f12d"} .fa-puzzle-piece:before{content:"\f12e"} .fa-microphone:before{content:"\f130"} .fa-microphone-slash:before{content:"\f131"} .fa-shield:before{content:"\f132"} .fa-calendar-o:before{content:"\f133"} .fa-fire-extinguisher:before{content:"\f134"} .fa-rocket:before{content:"\f135"} .fa-maxcdn:before{content:"\f136"} .fa-chevron-circle-left:before{content:"\f137"} .fa-chevron-circle-right:before{content:"\f138"} .fa-chevron-circle-up:before{content:"\f139"} .fa-chevron-circle-down:before{content:"\f13a"} .fa-html5:before{content:"\f13b"} .fa-css3:before{content:"\f13c"} .fa-anchor:before{content:"\f13d"} .fa-unlock-alt:before{content:"\f13e"} .fa-bullseye:before{content:"\f140"} .fa-ellipsis-h:before{content:"\f141"} .fa-ellipsis-v:before{content:"\f142"} .fa-rss-square:before{content:"\f143"} .fa-play-circle:before{content:"\f144"} .fa-ticket:before{content:"\f145"} .fa-minus-square:before{content:"\f146"} .fa-minus-square-o:before{content:"\f147"} .fa-level-up:before{content:"\f148"} .fa-level-down:before{content:"\f149"} .fa-check-square:before{content:"\f14a"} .fa-pencil-square:before{content:"\f14b"} .fa-external-link-square:before{content:"\f14c"} .fa-share-square:before{content:"\f14d"} .fa-compass:before{content:"\f14e"} .fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"} .fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"} .fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"} .fa-euro:before,.fa-eur:before{content:"\f153"} .fa-gbp:before{content:"\f154"} .fa-dollar:before,.fa-usd:before{content:"\f155"} .fa-rupee:before,.fa-inr:before{content:"\f156"} .fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"} .fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"} .fa-won:before,.fa-krw:before{content:"\f159"} .fa-bitcoin:before,.fa-btc:before{content:"\f15a"} .fa-file:before{content:"\f15b"} .fa-file-text:before{content:"\f15c"} .fa-sort-alpha-asc:before{content:"\f15d"} .fa-sort-alpha-desc:before{content:"\f15e"} .fa-sort-amount-asc:before{content:"\f160"} .fa-sort-amount-desc:before{content:"\f161"} .fa-sort-numeric-asc:before{content:"\f162"} .fa-sort-numeric-desc:before{content:"\f163"} .fa-thumbs-up:before{content:"\f164"} .fa-thumbs-down:before{content:"\f165"} .fa-youtube-square:before{content:"\f166"} .fa-youtube:before{content:"\f167"} .fa-xing:before{content:"\f168"} .fa-xing-square:before{content:"\f169"} .fa-youtube-play:before{content:"\f16a"} .fa-dropbox:before{content:"\f16b"} .fa-stack-overflow:before{content:"\f16c"} .fa-instagram:before{content:"\f16d"} .fa-flickr:before{content:"\f16e"} .fa-adn:before{content:"\f170"} .fa-bitbucket:before{content:"\f171"} .fa-bitbucket-square:before{content:"\f172"} .fa-tumblr:before{content:"\f173"} .fa-tumblr-square:before{content:"\f174"} .fa-long-arrow-down:before{content:"\f175"} .fa-long-arrow-up:before{content:"\f176"} .fa-long-arrow-left:before{content:"\f177"} .fa-long-arrow-right:before{content:"\f178"} .fa-apple:before{content:"\f179"} .fa-windows:before{content:"\f17a"} .fa-android:before{content:"\f17b"} .fa-linux:before{content:"\f17c"} .fa-dribbble:before{content:"\f17d"} .fa-skype:before{content:"\f17e"} .fa-foursquare:before{content:"\f180"} .fa-trello:before{content:"\f181"} .fa-female:before{content:"\f182"} .fa-male:before{content:"\f183"} .fa-gittip:before,.fa-gratipay:before{content:"\f184"} .fa-sun-o:before{content:"\f185"} .fa-moon-o:before{content:"\f186"} .fa-archive:before{content:"\f187"} .fa-bug:before{content:"\f188"} .fa-vk:before{content:"\f189"} .fa-weibo:before{content:"\f18a"} .fa-renren:before{content:"\f18b"} .fa-pagelines:before{content:"\f18c"} .fa-stack-exchange:before{content:"\f18d"} .fa-arrow-circle-o-right:before{content:"\f18e"} .fa-arrow-circle-o-left:before{content:"\f190"} .fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"} .fa-dot-circle-o:before{content:"\f192"} .fa-wheelchair:before{content:"\f193"} .fa-vimeo-square:before{content:"\f194"} .fa-turkish-lira:before,.fa-try:before{content:"\f195"} .fa-plus-square-o:before{content:"\f196"} .fa-space-shuttle:before{content:"\f197"} .fa-slack:before{content:"\f198"} .fa-envelope-square:before{content:"\f199"} .fa-wordpress:before{content:"\f19a"} .fa-openid:before{content:"\f19b"} .fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"} .fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"} .fa-yahoo:before{content:"\f19e"} .fa-google:before{content:"\f1a0"} .fa-reddit:before{content:"\f1a1"} .fa-reddit-square:before{content:"\f1a2"} .fa-stumbleupon-circle:before{content:"\f1a3"} .fa-stumbleupon:before{content:"\f1a4"} .fa-delicious:before{content:"\f1a5"} .fa-digg:before{content:"\f1a6"} .fa-pied-piper-pp:before{content:"\f1a7"} .fa-pied-piper-alt:before{content:"\f1a8"} .fa-drupal:before{content:"\f1a9"} .fa-joomla:before{content:"\f1aa"} .fa-language:before{content:"\f1ab"} .fa-fax:before{content:"\f1ac"} .fa-building:before{content:"\f1ad"} .fa-child:before{content:"\f1ae"} .fa-paw:before{content:"\f1b0"} .fa-spoon:before{content:"\f1b1"} .fa-cube:before{content:"\f1b2"} .fa-cubes:before{content:"\f1b3"} .fa-behance:before{content:"\f1b4"} .fa-behance-square:before{content:"\f1b5"} .fa-steam:before{content:"\f1b6"} .fa-steam-square:before{content:"\f1b7"} .fa-recycle:before{content:"\f1b8"} .fa-automobile:before,.fa-car:before{content:"\f1b9"} .fa-cab:before,.fa-taxi:before{content:"\f1ba"} .fa-tree:before{content:"\f1bb"} .fa-spotify:before{content:"\f1bc"} .fa-deviantart:before{content:"\f1bd"} .fa-soundcloud:before{content:"\f1be"} .fa-database:before{content:"\f1c0"} .fa-file-pdf-o:before{content:"\f1c1"} .fa-file-word-o:before{content:"\f1c2"} .fa-file-excel-o:before{content:"\f1c3"} .fa-file-powerpoint-o:before{content:"\f1c4"} .fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"} .fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"} .fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"} .fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} .fa-file-code-o:before{content:"\f1c9"} .fa-vine:before{content:"\f1ca"} .fa-codepen:before{content:"\f1cb"} .fa-jsfiddle:before{content:"\f1cc"} .fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"} .fa-circle-o-notch:before{content:"\f1ce"} .fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"} .fa-ge:before,.fa-empire:before{content:"\f1d1"} .fa-git-square:before{content:"\f1d2"} .fa-git:before{content:"\f1d3"} .fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"} .fa-tencent-weibo:before{content:"\f1d5"} .fa-qq:before{content:"\f1d6"} .fa-wechat:before,.fa-weixin:before{content:"\f1d7"} .fa-send:before,.fa-paper-plane:before{content:"\f1d8"} .fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"} .fa-history:before{content:"\f1da"} .fa-circle-thin:before{content:"\f1db"} .fa-header:before{content:"\f1dc"} .fa-paragraph:before{content:"\f1dd"} .fa-sliders:before{content:"\f1de"} .fa-share-alt:before{content:"\f1e0"} .fa-share-alt-square:before{content:"\f1e1"} .fa-bomb:before{content:"\f1e2"} .fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"} .fa-tty:before{content:"\f1e4"} .fa-binoculars:before{content:"\f1e5"} .fa-plug:before{content:"\f1e6"} .fa-slideshare:before{content:"\f1e7"} .fa-twitch:before{content:"\f1e8"} .fa-yelp:before{content:"\f1e9"} .fa-newspaper-o:before{content:"\f1ea"} .fa-wifi:before{content:"\f1eb"} .fa-calculator:before{content:"\f1ec"} .fa-paypal:before{content:"\f1ed"} .fa-google-wallet:before{content:"\f1ee"} .fa-cc-visa:before{content:"\f1f0"} .fa-cc-mastercard:before{content:"\f1f1"} .fa-cc-discover:before{content:"\f1f2"} .fa-cc-amex:before{content:"\f1f3"} .fa-cc-paypal:before{content:"\f1f4"} .fa-cc-stripe:before{content:"\f1f5"} .fa-bell-slash:before{content:"\f1f6"} .fa-bell-slash-o:before{content:"\f1f7"} .fa-trash:before{content:"\f1f8"} .fa-copyright:before{content:"\f1f9"} .fa-at:before{content:"\f1fa"} .fa-eyedropper:before{content:"\f1fb"} .fa-paint-brush:before{content:"\f1fc"} .fa-birthday-cake:before{content:"\f1fd"} .fa-area-chart:before{content:"\f1fe"} .fa-pie-chart:before{content:"\f200"} .fa-line-chart:before{content:"\f201"} .fa-lastfm:before{content:"\f202"} .fa-lastfm-square:before{content:"\f203"} .fa-toggle-off:before{content:"\f204"} .fa-toggle-on:before{content:"\f205"} .fa-bicycle:before{content:"\f206"} .fa-bus:before{content:"\f207"} .fa-ioxhost:before{content:"\f208"} .fa-angellist:before{content:"\f209"} .fa-cc:before{content:"\f20a"} .fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"} .fa-meanpath:before{content:"\f20c"} .fa-buysellads:before{content:"\f20d"} .fa-connectdevelop:before{content:"\f20e"} .fa-dashcube:before{content:"\f210"} .fa-forumbee:before{content:"\f211"} .fa-leanpub:before{content:"\f212"} .fa-sellsy:before{content:"\f213"} .fa-shirtsinbulk:before{content:"\f214"} .fa-simplybuilt:before{content:"\f215"} .fa-skyatlas:before{content:"\f216"} .fa-cart-plus:before{content:"\f217"} .fa-cart-arrow-down:before{content:"\f218"} .fa-diamond:before{content:"\f219"} .fa-ship:before{content:"\f21a"} .fa-user-secret:before{content:"\f21b"} .fa-motorcycle:before{content:"\f21c"} .fa-street-view:before{content:"\f21d"} .fa-heartbeat:before{content:"\f21e"} .fa-venus:before{content:"\f221"} .fa-mars:before{content:"\f222"} .fa-mercury:before{content:"\f223"} .fa-intersex:before,.fa-transgender:before{content:"\f224"} .fa-transgender-alt:before{content:"\f225"} .fa-venus-double:before{content:"\f226"} .fa-mars-double:before{content:"\f227"} .fa-venus-mars:before{content:"\f228"} .fa-mars-stroke:before{content:"\f229"} .fa-mars-stroke-v:before{content:"\f22a"} .fa-mars-stroke-h:before{content:"\f22b"} .fa-neuter:before{content:"\f22c"} .fa-genderless:before{content:"\f22d"} .fa-facebook-official:before{content:"\f230"} .fa-pinterest-p:before{content:"\f231"} .fa-whatsapp:before{content:"\f232"} .fa-server:before{content:"\f233"} .fa-user-plus:before{content:"\f234"} .fa-user-times:before{content:"\f235"} .fa-hotel:before,.fa-bed:before{content:"\f236"} .fa-viacoin:before{content:"\f237"} .fa-train:before{content:"\f238"} .fa-subway:before{content:"\f239"} .fa-medium:before{content:"\f23a"} .fa-yc:before,.fa-y-combinator:before{content:"\f23b"} .fa-optin-monster:before{content:"\f23c"} .fa-opencart:before{content:"\f23d"} .fa-expeditedssl:before{content:"\f23e"} .fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"} .fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} .fa-battery-2:before,.fa-battery-half:before{content:"\f242"} .fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} .fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} .fa-mouse-pointer:before{content:"\f245"} .fa-i-cursor:before{content:"\f246"} .fa-object-group:before{content:"\f247"} .fa-object-ungroup:before{content:"\f248"} .fa-sticky-note:before{content:"\f249"} .fa-sticky-note-o:before{content:"\f24a"} .fa-cc-jcb:before{content:"\f24b"} .fa-cc-diners-club:before{content:"\f24c"} .fa-clone:before{content:"\f24d"} .fa-balance-scale:before{content:"\f24e"} .fa-hourglass-o:before{content:"\f250"} .fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} .fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} .fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} .fa-hourglass:before{content:"\f254"} .fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} .fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"} .fa-hand-scissors-o:before{content:"\f257"} .fa-hand-lizard-o:before{content:"\f258"} .fa-hand-spock-o:before{content:"\f259"} .fa-hand-pointer-o:before{content:"\f25a"} .fa-hand-peace-o:before{content:"\f25b"} .fa-trademark:before{content:"\f25c"} .fa-registered:before{content:"\f25d"} .fa-creative-commons:before{content:"\f25e"} .fa-gg:before{content:"\f260"} .fa-gg-circle:before{content:"\f261"} .fa-tripadvisor:before{content:"\f262"} .fa-odnoklassniki:before{content:"\f263"} .fa-odnoklassniki-square:before{content:"\f264"} .fa-get-pocket:before{content:"\f265"} .fa-wikipedia-w:before{content:"\f266"} .fa-safari:before{content:"\f267"} .fa-chrome:before{content:"\f268"} .fa-firefox:before{content:"\f269"} .fa-opera:before{content:"\f26a"} .fa-internet-explorer:before{content:"\f26b"} .fa-tv:before,.fa-television:before{content:"\f26c"} .fa-contao:before{content:"\f26d"} .fa-500px:before{content:"\f26e"} .fa-amazon:before{content:"\f270"} .fa-calendar-plus-o:before{content:"\f271"} .fa-calendar-minus-o:before{content:"\f272"} .fa-calendar-times-o:before{content:"\f273"} .fa-calendar-check-o:before{content:"\f274"} .fa-industry:before{content:"\f275"} .fa-map-pin:before{content:"\f276"} .fa-map-signs:before{content:"\f277"} .fa-map-o:before{content:"\f278"} .fa-map:before{content:"\f279"} .fa-commenting:before{content:"\f27a"} .fa-commenting-o:before{content:"\f27b"} .fa-houzz:before{content:"\f27c"} .fa-vimeo:before{content:"\f27d"} .fa-black-tie:before{content:"\f27e"} .fa-fonticons:before{content:"\f280"} .fa-reddit-alien:before{content:"\f281"} .fa-edge:before{content:"\f282"} .fa-credit-card-alt:before{content:"\f283"} .fa-codiepie:before{content:"\f284"} .fa-modx:before{content:"\f285"} .fa-fort-awesome:before{content:"\f286"} .fa-usb:before{content:"\f287"} .fa-product-hunt:before{content:"\f288"} .fa-mixcloud:before{content:"\f289"} .fa-scribd:before{content:"\f28a"} .fa-pause-circle:before{content:"\f28b"} .fa-pause-circle-o:before{content:"\f28c"} .fa-stop-circle:before{content:"\f28d"} .fa-stop-circle-o:before{content:"\f28e"} .fa-shopping-bag:before{content:"\f290"} .fa-shopping-basket:before{content:"\f291"} .fa-hashtag:before{content:"\f292"} .fa-bluetooth:before{content:"\f293"} .fa-bluetooth-b:before{content:"\f294"} .fa-percent:before{content:"\f295"} .fa-gitlab:before{content:"\f296"} .fa-wpbeginner:before{content:"\f297"} .fa-wpforms:before{content:"\f298"} .fa-envira:before{content:"\f299"} .fa-universal-access:before{content:"\f29a"} .fa-wheelchair-alt:before{content:"\f29b"} .fa-question-circle-o:before{content:"\f29c"} .fa-blind:before{content:"\f29d"} .fa-audio-description:before{content:"\f29e"} .fa-volume-control-phone:before{content:"\f2a0"} .fa-braille:before{content:"\f2a1"} .fa-assistive-listening-systems:before{content:"\f2a2"} .fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"} .fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"} .fa-glide:before{content:"\f2a5"} .fa-glide-g:before{content:"\f2a6"} .fa-signing:before,.fa-sign-language:before{content:"\f2a7"} .fa-low-vision:before{content:"\f2a8"} .fa-viadeo:before{content:"\f2a9"} .fa-viadeo-square:before{content:"\f2aa"} .fa-snapchat:before{content:"\f2ab"} .fa-snapchat-ghost:before{content:"\f2ac"} .fa-snapchat-square:before{content:"\f2ad"} .fa-pied-piper:before{content:"\f2ae"} .fa-first-order:before{content:"\f2b0"} .fa-yoast:before{content:"\f2b1"} .fa-themeisle:before{content:"\f2b2"} .fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} .fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} .fa-handshake-o:before{content:"\f2b5"} .fa-envelope-open:before{content:"\f2b6"} .fa-envelope-open-o:before{content:"\f2b7"} .fa-linode:before{content:"\f2b8"} .fa-address-book:before{content:"\f2b9"} .fa-address-book-o:before{content:"\f2ba"} .fa-vcard:before,.fa-address-card:before{content:"\f2bb"} .fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"} .fa-user-circle:before{content:"\f2bd"} .fa-user-circle-o:before{content:"\f2be"} .fa-user-o:before{content:"\f2c0"} .fa-id-badge:before{content:"\f2c1"} .fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} .fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} .fa-quora:before{content:"\f2c4"} .fa-free-code-camp:before{content:"\f2c5"} .fa-telegram:before{content:"\f2c6"} .fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"} .fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} .fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} .fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} .fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} .fa-shower:before{content:"\f2cc"} .fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"} .fa-podcast:before{content:"\f2ce"} .fa-window-maximize:before{content:"\f2d0"} .fa-window-minimize:before{content:"\f2d1"} .fa-window-restore:before{content:"\f2d2"} .fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} .fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} .fa-bandcamp:before{content:"\f2d5"} .fa-grav:before{content:"\f2d6"} .fa-etsy:before{content:"\f2d7"} .fa-imdb:before{content:"\f2d8"} .fa-ravelry:before{content:"\f2d9"} .fa-eercast:before{content:"\f2da"} .fa-microchip:before{content:"\f2db"} .fa-snowflake-o:before{content:"\f2dc"} .fa-superpowers:before{content:"\f2dd"} .fa-wpexplorer:before{content:"\f2de"} .fa-meetup:before{content:"\f2e0"} .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0} .sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/iconfont.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/iconfont.css
deleted file mode 100644
index 1b4dfb98..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/iconfont.css
+++ /dev/null
@@ -1,95 +0,0 @@
-
-@font-face {font-family: "iconfont";
- src: url('../fonts/iconfont.eot?t=1510714355480'); /* IE9*/
- src: url('../fonts/iconfont.eot?t=1510714355480#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAABdEAAsAAAAAJRgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFZW7kmjY21hcAAAAYAAAAGdAAAEOjIGFotnbHlmAAADIAAAEGwAABk8OpQGYGhlYWQAABOMAAAALwAAADYPgt3jaGhlYQAAE7wAAAAcAAAAJAfeA6pobXR4AAAT2AAAABQAAACko+kAAGxvY2EAABPsAAAAVAAAAFRt8HQsbWF4cAAAFEAAAAAfAAAAIAFCAJduYW1lAAAUYAAAAUUAAAJtPlT+fXBvc3QAABWoAAABmgAAAmHv9z0eeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/s84gYGVgYOpk+kMAwNDP4RmfM1gxMjBwMDEwMrMgBUEpLmmMDgwVDzfxNzwv4EhhrmBoQEozAiSAwAy6w0meJzFks1OFFEQRk/DiKAoDoOKjsqPoENCXBogI84CkLiAMI/Citdgx4YflSfgKZAnYM3iq61vAF93NQnuNDHxVk5335vq7rq3DnAPGDSLpgEDXyn8RLHm1aJaH+RBtd4oJj3/wLTzHrOnQktaUU+b2lZf+zrQoS50qatoRivasRDLsRuncXZ97fdu87ta15Z26vzzO/mdKv+ozv/zUbim2/hIl1V6dazdiY0q+lX+Owa8q4b3PsR9hhnxDh8yyiPva4wnNBmnxQRPecZzJnnBS9q84jVveM+UT2CGWd4yxzwdf3Dor+r9p6P4f7/+fYyWl+JXPfOpsFfjElXjk0dLiXuAVpLSQHWT0kJ9Sko7tZq4V+hz4q6hXuL+ofXEnUQbSWmtviTuLtpMykq1lbjjaDtx79FOYgtQP7EPaD+xGeggsSPoMLEt6DyxN+hnYoPQRWKX0GViq9BVYr+IZmLTiFZi54h2QnnvJPaQWEhsJLGc2E1iN7GlxFFiX4njxOYSJ4kdJr4ltpn4nthr4kdiw4nTxK4TZwmdG6fXsYMAAAB4nIVZCZAc1Xl+/3vdr++e6Znu6dlDOzszu9O70mrX2p6d0cEeSAosh2zrCoeVsrShVlWSwCTBkEBsJlREEuwYMDIurY3MoTIQSkrB4kSiLHspWRirtHES46JQFamIuARJAYGkiO2CaeV/3XsJIjKa/bvf67/f8R/f/70RkQm5cI79kOVJlvSQVWQj+TwhwFdAyabLoBhU++kK8Iqy57s2C8pBUSmX+tkw+CXu5gZr1YrPFZ4CGzogLA7Wgn4awFB1hK6DwdwygJa21q2Z7vYMewD0fNCxP7qaPg5eodyeGlkZXdU36g52ZtU7zEymJZP5usplWaVUStlws5/TZE3n0WE51er9sNBLC2C2BK3X3mB1tmV2/WX1lmXdvgbQaEC2rdN+ctRpdfD7p625bKZFSVtqvtUqd7lwx6+MfNZcVvk3gp8U7vU8m2KtxMD7LPFJGymQMgnICjJAQlIn68go2YD790KvOBQOlZ2iw4pOsbuIFhDXsuhM/mDJfXZpf+iVu/GPhWGzGu5m1WqzSs9EBKrRGZhtTtHJKJyMP0DOxJ+ppBmRMITZMKTT+DxshnS2uRvOzIaz0VQYhtUwvECWXmAKP7hUsTG2m76JeyJQdHDJXtEJnSKbjE5uiU7C8BYYhqdheK4l1ON36BTMEoqNoEjJFFQhnFp89jZ9mWBkdGuARqaz0ZVwvBA1oLEaxmG8NzoXnfuErkYD9EcIx6MrC9CIGvTl6Fh0rBcKUFjQZeN0X6Jb14CNLyjQTQszfEIXNRUNji1MPL0ww5K9txGSHYH6YM7lZRuUDvCxVa0N5jxs9cMUO33QtCzznqOMHb0Hpe3b2HXwNDQOno4bcS9KoYVd7PTiOiboG7Ftg3ghaI86sF290cvRy73Cqr2wGlb3RifpsV5h34se4Osivw6xN9gEjuGTLtJNBkV+ESVH/BqpVwjrhwAXi0u2gQ3W6tl+KHEli+2y2wGDI1DFDhsomY3ek2VIz85CWpaj92an35Xld6cTaTvAwev0QIaMvdL08p4ZCzYhNJe8+dFXFt6ZfhfCjA2fTXteOpq2s982XctyW4RY8O0bdCLZuxIovuLX/XpAz/UeO9Z74kQs6er5O5SExfb6XTgV77WMPhEgEa4SMFEuXuL+P5cFwTLxR0vLKpX4Llrog58Ea4OPfROb/kQibJiYpIVUyLXkBlxjiXuOgKQhp1qR0e0OWi9udC8+qVXqg/UhtGhKGBkhC6OrUlKAu34Ob3N1dAB4HYB4tvgKTMqqaqhq9O+yAWAYKmf74h6qtqVkSdG+jHEBpjoevRX9mFty9ANZNtKwFi6XdKpRKIEW/R0XLzCNmipvvopvy7Siav8Fqhz9TLSgLqszmhwpsqbJ8FtZm3Vuo5qCs3FFV6JX4DPo87OyLes6tEWzEkgM1v6ObkW3XTQEIdISjPMR0behZRYyoh+WRltgM7eDDo5QxPgswr0XVmv1EQhrfgd4OYHpCn69cKhWx3+jMILAXgkqlBx5S5bfOpLIOFkOxvKQaqucqzair6KoFi2tqjj9mmF2+4FvaOB5fkGROCKNpvpZO6OoTraDtS6MdOStpjw/FMqfA1et9MKIHG73gmrBL6UM9I3RlvV9VzRaUqmU79u5rJlSS9m2lakKmYtDgQsFcg35LOLYMFQrA+hp7hYgCb6igj4XETIK1ZpSLA054WBtGEJRtYTjh6EfRJym5kIhLArbBP0ACO2TEjRUN6VcF91l2LYBjesURdJSOmvQt6JdqaOm9YZkIKxI5bbonKKzwyBV2mEqlcLQUd3oXw68r+sSYw01nVWvt/L2daqrMkpZQ2KPpuAByzyqqD8SI/+ovSLBYaZKUX97BTTJNVWJfvEAifd44Tx9Hv2c5ADBAuw7NpQqgYPr7BCL5qUKxn+te2mDEtMCsPJCfMO0cZE2jBrxlbWCZTaJgECWaF2yNY+Nm9DGfSL3Qr4MDYbxgjb1cxgu/cCxhfYKKtjK+QjLbs4PhzAEVytKx8ZffOnWO7jxyB/efuozEk9n5L5nJifv1fm+iYnnL3tAbP1NMOl5yO/fMVrpPXnnn/yNl7nlD9SMytVdO23nwJ49TxU7RrbHG3nTsOfXs40eIe3YQN9hfuPcSE5yBTQN0hHM7DiC2Zic4rovR99/Kdtt69R+R3Z0rjsy3Clhuj4qq7oWhUc0aqd6Uj+VFU3HfMxoPCVwB+eYpa8je2jD3BoSsQXFJED8IuaVgzYolirVGnIhrEWyK4gUNgUbCpJL0hUU0RIBpldFCC/J0BA9x+6LtrRXMFqOosOhUokm4wibQstHZ20jRJeZoWFPxjJub4HJ9i9dsWFvIaiMfg4G6kB3XrkfeuF9qLRHx9rEKG0w3l65IHzs25twhLzlnEp8/uPe9dcCbFyXp3TbaMrdVr9mF4VN5f45e75NZ8ly3GOFe8KUK9CwmAWxG4O4spaT1SNkxvtH7zbcVuuWLi2NOCmV714hs2/sufqOTnO5v+FGxBrYs4VOXjNB5dWwn1GQlm1Kyxl16xrq3XI/g2s3mDb9wpVufsfaz91M6cTV9e2EzOfzLP1n5GyFON6YSE6cms1PPOTKi2YvX2R3NrtbstTmpGpJu6Gvk5HOPvhoVtiRnhGyOWsbu4UtUSAZOYR6thrtPoxqqH5Y9efslhhMLEVg7DSbZZtIHjOvStbEGSD+FTEAVgCncXXvqqOZIAHcGEGwwCNFFrZLKlJ3EWsUO6bEn2hcMVT5uKjU7NRxIC6Y0Rgio/TSI+j/o7nXt8GkacuvPY5rhhuiM199ChpwQlXdC+T4qagpy+8dl007mkQkfez1XLTFsB95CX5mm4+/JttmNGXaIVTtpwTjw7V/j3lztaGMsSiQIXGlUx5I0ljxKjk/se0o1IRfbRHZmM9YPkVCi6SqY6I7cTXxcCO+yLKExgy3LP/mRonT4Z6eYfD65fT6rhaLse5tak8ezrf3qpU2ha9bC2ktanW0NatBUc2C2m/1WlaBSp0uonRnfuO3l7vpgsxXwWEucQlITxXqXdGG2+U2J5sqmTp85bzfBlBsn767u7wq+qJqQvrRQyldMRSVm7e3oCVzHXDCQp026wLxS5LE5byZPyt8qF5UJ8vkMrKV7CF3kvtERicVQtATpRjjFppB3C/2Q2yvsssVD7vcXIwvOawaCtIJjEDs9YQ9RpgoJAomT4mLwhIbCWtsFccIBHQImjIPHQxfLCYwLQLZo+cjkfemcHzsw//rPqpjuDKGjADQSoak40XHegKSLGmqziQFmKSqtiQKDOgy9jCZS7SrOVlYCbCyQKfiK7eNZow1dMqw6aYk6KfnKkXemk46YEJkrcQkHacCLjFN0p9WVYm7WM9wKtHnSuozODmXcDJMUVS3VFOia3CupXM2W+dns404pzDHp+jzc/7ouzRvYUv6EYIEzXc5JU++w/k7TyZyCSs5WB8HGK8nsrOvb6yvj04rL+7d+6ISy+Yr/MmtW5/ksYQ7F1Tr42dAKI/1xbU2yfc5Xnsp/p5diJZ+JOxxVmIynwKG5K15aglt4iIhbRP2mjZk2CbxdIn2R4eWkCL42wUfxJQc1/L37B/ZFsSeLqTCQWyGYMEkfsxhkbTOrwktxE5OIc2RPzh+4tcyyi0Prf2eqkiWpEgffUc++9jjZyXp7OOPnS18a+3DNxz/QFZ/ffyFD2RYM/gtDookZeDFx87KqPf9Vxl7dQ6Pl9gj/BR7lIfi04w3V/09QbjqQ6HIpk+3z8F40weFkRZv/z9DfUw9uSXzsfVz5CpZxOuQjCEjhHhhEBMWkdJoMiVJv3pQEUxhMOdDLl58smg040WNE1FDLfYU1ahhInx1+Yz4XaoBa0y1SQwdKEWOyLS0xpAqRjctki5z8fZ+Ws06TrZ5Jrs85Xqem13eJRmGhPBFQ4lzqTnrwHdsM65SKKJZ23TFPQoRB7in79IL6IOM2E98jIljD5R6uR4q7MHoIavfih7SfZ+e9f3o3C82//HQX10zQp/xvOb2XAAQQP6Xhw7fPB9X/8HGWI6UyCZRF6oDgi4loYW+U7hXTqqWsJY4VglzlZBVK0gM4otg2BhntbBWAA9Piv0wVIkrsMe8PdZmvx2uqtWugnZ/s7Un09KSoctRftPQpbwjjTGmmPLAKiWtUE75esYtna5YqaVzYKt7VQtmHGtzpto5l8bVzGbLaclEjUw+n4FGpiVSrVxaWicBUL5qJY5AFYePSHgAowPLlXSLpFqWusgl9tJ3iUU649itdCpedg6Es3Jc2nK8rPDqKNIev5ZjczsL8VEKcrWAl9je/ua9/TuprcOvdJPujM4YWhpWyTa9wQfjps00+O7vi55QTtMbc4waN22i5UP0q7feqjVf0DIAWZ2O7W01FHqdZXg0S1s7r1LvwuBuNThst02fubRl2dXqXfPrbdC3iUMCsg7P1HJusN4tmGzQjfgnc1cOZF4KupU4xxaeKgu9833Vyl/DHhkPiiis6GGmy9HDFv3vjXiuxDPk2Y0Kx4RYUJiIfiO6/2dCB2uhl9PUs4w9y3Ru8WcloM8pbX9UepDS+0tU1w02/+zIwD2M/fmA0safo/Q5pllGzJl+w77GNFIkvWSV4EzdIJBAHM0CxIdlCUIkGVkv5sRxqxvjWIB7/WNXdm/0iqdahv6vQrRGv5RlVQs0er9cSlms+c4XWtbrptmzo2WDZloDO1rX64ZxGfzTaTB0rpkwdzkdrZLzaUcBkA27/enlhmtsX2FmrOvF3TzO/ZZ9nZnEQ64/givuj48U8cE4XqA4GFfQtNhZkRQusMTPKUhfcuFgHQ+oyAtqmaCSlKgS3KRlUoorp1sMrMSOku/LYXEGODTRlf7p/Z+P3rycKcyQp4FpPVpKUVM6HqT/4bYj2SCsBIMvWK7GmZJfnucZLPJGPs01pr734EmntFP+8hlT5zyF2zJ7NPoDi0sbwf+aG1Z6BrvjfbzP7mYZsh5PLDdizMfhg+vHuE4hEgrSVw7EYZcrAfbwAt64viL4cG4USZ1ge6EvDss1rDAoB9BP5Rjpww5BZwVEDMY8cUiSlTGZsZqS3t6ytuhRg9+s6LT18up2W1+jaOsQpsZkyoZU+7r8mo48GMrN3KBtY1XMhbqivSTtGh/fAbE8XLuKXYGYweAKJEhFp7NzmFvyTou6+S5jK8KkqmzNrvSZscPSxzo7y4UR2cbHLOuXtOu5ho+3u8t9quPjvxjfwXDI35MnLotHFGIe9+Zr2cqLK1lW8cU5IlDKlaAeVCtor1FaRXxg4ozLP1HAgn2tVNLv269rtHUfY8iEDmzgSM02HJA4MPaJ6hXt2odP1l+pqAf2YS1GJfc+iQJl97n4rqQQjmubYQ02Fv9aXSArSJ1sSU6cF9HGolOUi4s/rPmXuI/f85IfN4pOWXQJLiqGoI1orEWcFFtgJrlGYzATPQok5TipC7G8xD0diF91OhyYGRO9yUC0gYM05waj2Nf8Mzo2g1r4bVx0oTOokbzZFApz+nO/nc6wGdz//G+n/Z/KChd//2Pl5D8nSuilmQ9l+cOZRD7xmiS99kQiU2JyJ9WZac/gl40tKM18+NGpBa0nXqO3g2NHM/G2x2wnCmyhjzX3fwHOAZADeJxjYGRgYADiw4s/qcfz23xl4GZhAIFrhmc+I+j/81gYmJOAXA4GJpAoAFhSC8wAeJxjYGRgYG7438AQw8IAAkCSkQEVaAIARy8CknicY2FgYGB+ycDAwjB4MQDGiwGNAAAAAAB2AOAA+gEIAR4BNAFKAV4BjgGwAgwCJgJaAugDagPcBBwEZASWBQwFUgWaBfgGfAdEB5IH2AgaCHII3AkECXgJ0Ao0Co4K8guAC84MTgyeeJxjYGRgYNBk6GbgZwABJiDmAkIGhv9gPgMAG4kB2gB4nGWPTU7DMBCFX/oHpBKqqGCH5AViASj9EatuWFRq911036ZOmyqJI8et1ANwHo7ACTgC3IA78EgnmzaWx9+8eWNPANzgBx6O3y33kT1cMjtyDRe4F65TfxBukF+Em2jjVbhF/U3YxzOmwm10YXmD17hi9oR3YQ8dfAjXcI1P4Tr1L+EG+Vu4iTv8CrfQ8erCPuZeV7iNRy/2x1YvnF6p5UHFockikzm/gple75KFrdLqnGtbxCZTg6BfSVOdaVvdU+zXQ+ciFVmTqgmrOkmMyq3Z6tAFG+fyUa8XiR6EJuVYY/62xgKOcQWFJQ6MMUIYZIjK6Og7VWb0r7FDwl57Vj3N53RbFNT/c4UBAvTPXFO6stJ5Ok+BPV8bUnV0K27LnpQ0kV7NSRKyQl7WtlRC6gE2ZVeOEXpc0Yk/KGdI/wAJWm7IAAAAeJxtUGtv2zAMNNs0SZ026bq03da9u1cHGOiKYdi/MRSKiYXIkkDJafzvR8X9OH3R3ZHHA1kcFcMri/+/eziCYxjBCYxhAlM4hRJmcAbnMIcFXMALuISXsIQruIYbeAWv4Q3cwlt4B+/hA3yET/AZ7uALfIVv8B1+wD38LGA/RWXJacWjYLtYomJKlfZPrlRuY6mytE6zAbLZNOlZzh3TAXZhjoZRkK+cT9icoPWRLmmPVrUqGe+qoWEmUZyqQ/lMknStMJdjqVVSFbUh9aOGbBjTPnhOY/S2a92Eac0UZW5DuF2IvdN142OqQ/34cD1wcjvD3rXkBnn53JZTtInbgzhfKdx2oc5xQqdoDW4F3G6sXylbR+KdQRIDEybPvdRKcQerMhxrspToNJJibEQ4VlrP1Mp5bsX9+DDhnPT77+LJ89a4TW290sJvZFwv11hZqmUT3zFSFH0WhMWOSfAVU6uMyy5UQaFJvajntF4bNOQwsyV3bujwTpt8ujx8462uo7E7YimEIF9ediS4nx5OXv/6UxT/AIqNtbgAAA==') format('woff'),
- url('../fonts/iconfont.ttf?t=1510714355480') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
- url('../fonts/iconfont.svg?t=1510714355480#iconfont') format('svg'); /* iOS 4.1- */
-}
-
-.iconfont {
- font-family:"iconfont" !important;
- font-size:16px;
- font-style:normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-}
-
-.fp-calendar:before { content: "\e638"; }
-
-.fp-plus:before { content: "\e63a"; }
-
-.fp-caret-down:before { content: "\e63c"; }
-
-.fp-angle-left:before { content: "\e63d"; }
-
-.fp-angle-right:before { content: "\e63e"; }
-
-.fp-angle-down:before { content: "\e63f"; }
-
-.fp-angle-up:before { content: "\e640"; }
-
-.fp-circle-o-notch:before { content: "\e645"; }
-
-.fp-close:before { content: "\e646"; }
-
-.fp-exclamation-circle:before { content: "\e647"; }
-
-.fp-alert-close:before { content: "\e648"; }
-
-.fp-card_actions:before { content: "\e64e"; }
-
-.fp-data-empty:before { content: "\e64f"; }
-
-.fp-help:before { content: "\e651"; }
-
-.fp-export:before { content: "\e652"; }
-
-.fp-column:before { content: "\e691"; }
-
-.fp-refresh:before { content: "\e698"; }
-
-.fp-check:before { content: "\e69d"; }
-
-.fp-cloud_host_p_20:before { content: "\e6c8"; }
-
-.fp-cloud_environment_p_20:before { content: "\e6c9"; }
-
-.fp-cloud_hard_disk_p_20:before { content: "\e6ca"; }
-
-.fp-backup_data_20:before { content: "\e6d8"; }
-
-.fp-click_20:before { content: "\e6e2"; }
-
-.fp-global_service_directory_20:before { content: "\e711"; }
-
-.fp-display_20:before { content: "\e713"; }
-
-.fp-delete:before { content: "\e71b"; }
-
-.fp-search_20:before { content: "\e728"; }
-
-.fp-add:before { content: "\e729"; }
-
-.fp-abnormal_20:before { content: "\e739"; }
-
-.fp-risk_48:before { content: "\e79e"; }
-
-.fp-working_load_48:before { content: "\e79f"; }
-
-.fp-recyclable_resources_48:before { content: "\e7a0"; }
-
-.fp-pressure_48:before { content: "\e7a1"; }
-
-.fp-remaining_capacity_48:before { content: "\e7a2"; }
-
-.fp-efficiency_48:before { content: "\e7a3"; }
-
-.fp-running_condition_48:before { content: "\e7a4"; }
-
-.fp-gold_silver_copper_p_20:before { content: "\e601"; }
-
-.fp-copy:before { content: "\e772"; }
-
-.fp-alert_16:before { content: "\e7b2"; }
-
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/ngict-component.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/ngict-component.css
deleted file mode 100644
index 98ad2e36..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/ngict-component.css
+++ /dev/null
@@ -1,1874 +0,0 @@
-/***main***/
-body,
-button,
-input,
-optgroup,
-select,
-textarea,
-.tooltip {
- font-family: "Microsoft yahei", Segoe UI, Arial !important;
- font-size: 12px;
- color: #333;
-}
-body {
- background-color: transparent;
- font-size: 12px;
- min-width: 1024px;
-}
-[class^="col-"],
-[class*="col-"] {
- float: left;
-}
-.clearfix:after,
-.container:after,
-.container-fluid:after,
-.row:after,
-.form-horizontal .form-group:after,
-.btn-toolbar:after,
-.btn-group-vertical > .btn-group:after,
-.nav:after,
-.navbar:after,
-.navbar-header:after,
-.navbar-collapse:after,
-.pager:after,
-.panel-body:after,
-.modal-footer:after {
- clear: both;
-}
-.clearfix:before,
-.clearfix:after,
-.container:before,
-.container:after,
-.container-fluid:before,
-.container-fluid:after,
-.row:before,
-.row:after,
-.form-horizontal .form-group:before,
-.form-horizontal .form-group:after,
-.btn-toolbar:before,
-.btn-toolbar:after,
-.btn-group-vertical > .btn-group:before,
-.btn-group-vertical > .btn-group:after,
-.nav:before,
-.nav:after,
-.navbar:before,
-.navbar:after,
-.navbar-header:before,
-.navbar-header:after,
-.navbar-collapse:before,
-.navbar-collapse:after,
-.pager:before,
-.pager:after,
-.panel-body:before,
-.panel-body:after,
-.modal-footer:before,
-.modal-footer:after {
- content: " ";
- display: table;
-}
-.label,
-label {
- font-weight: 400;
-}
-*:focus {
- outline: 0;
-}
-a {
- color: #00abff;
- text-decoration: none ;
- cursor: pointer;
-}
-a:hover {
- color: #00a3f5;
- text-decoration: underline;
-}
-.border-box {
- border: 1px solid #ddd;
-}
-/***icon***/
-[class^="ict-"],
-[class*=" ict-"] {
- padding-right: 3px;
-}
-/***color***/
-.red {
- background-color: #ff5b55;
- color: #fff;
-}
-.red:hover {
- background-color: #f55651;
- color: #fff;
-}
-.green {
- background-color: #5fcc4a;
- color: #fff;
-}
-.green:hover {
- background-color: #329d96;
- color: #fff;
-}
-.gold {
- background-color: #c0af69;
- color: #fff;
-}
-.gold:hover {
- background-color: #ad9a4d;
- color: #fff;
-}
-.over-grey {
- background-color: transparent;
- color: #00abff;
- border: 0;
-}
-.over-grey:hover {
- background-color: #f8f8f8;
-}
-.over-grey:focus:active {
- background-color: #f2f2f2;
-}
-.grey {
- background-color: #fff;
- border: 1px solid #fff;
- color: #a1abb3;
- border: 1px solid #ddd;
-}
-.grey:hover {
- background-color: #f8f8f8;
-}
-.grey-disabled,
-.grey-disabled:hover {
- border: 1px solid #c6c6c6;
- color: #c6c6c6;
- background-color: #fff;
-}
-.dark-grey {
- background-color: #333;
- border: 1px solid #333;
- color: #fff;
-}
-.dark-grey:hover {
- background-color: #101010;
- color: #fff;
-}
-.px-red {
- color: #ff5b55;
-}
-.bg-danger {
- background-color: #ff5b55 !important;
-}
-.px-red-bg {
- background-color: #ff5b55;
- border: 1px solid #ff5b55;
- color: #fff;
-}
-.px-red-bg:hover {
- background-color: #f55651;
- color: #fff;
-}
-.px-red-bg:active {
- background-color: #eb534d;
- color: #fff;
-}
-.px-green {
- color: #5fcc4a;
-}
-.px-green-bg {
- background-color: #73cf22;
- border: 1px solid #73cf22;
- color: #fff;
-}
-.px-green-bg:hover {
- background-color: #6cc41f;
- color: #fff;
-}
-.px-green-bg:active {
- background-color: #67ba1e;
- color: #fff;
-}
-.px-yellow {
- color: #ffc766;
-}
-.px-yellow-bg {
- background-color: #f7c515;
- border: 1px solid #f7c515;
- color: #fff;
-}
-.px-yellow-bg:hover {
- background-color: #edbe13;
- color: #fff;
-}
-.px-yellow-bg:active {
- background-color: #e3b612;
- color: #fff;
-}
-.px-grey {
- color: #a5a5a5;
-}
-.px-grey-bg {
- background-color: #a1abb3;
- border: 1px solid #a1abb3;
- color: #fff;
-}
-.px-grey-bg:hover {
- background-color: #919da6;
- color: #fff;
-}
-.px-grey-bg:active {
- background-color: #85919a;
- color: #fff;
-}
-.blue {
- background-color: #fff;
- color: #1991c5;
-}
-.blue:hover {
- background-color: #e8f3fd;
- color: #3366cc;
-}
-.blue.selected {
- border: 0;
- background-color: #00abff;
- color: #fff;
-}
-.blue.selected:hover {
- border: 0;
- background-color: #00abff;
- color: #fff;
-}
-.blue1 {
- background-color: #00abff;
- color: #fff;
- border: 1px solid #00abff;
-}
-.blue1:hover {
- background-color: #00a3f5;
- color: #fff;
- border: 1px solid #00a3f5;
-}
-.blue1:active {
- background-color: #009ceb;
-}
-.blue1.disabled,
-.blue1.disabled:hover,
-.blue1.disabled:focus:active,
-.blue1:disabled,
-.blue1:disabled:hover,
-.blue1:disabled:focus:active {
- background-color: #59c8ff;
- border-color: #59c8ff;
-}
-.blue1:focus {
- background-color: #00abff;
- color: #fff;
- border: 1px solid #00abff;
-}
-.blue1:focus:hover {
- background-color: #00a3f5;
- color: #fff;
- border: 1px solid #00a3f5;
-}
-.blue1:focus:active {
- background-color: #009ceb;
-}
-.blue1-active {
- background-color: #00abff !important;
- color: #fff !important;
- border: 1px solid #00abff !important;
-}
-.blue1-active:hover {
- background-color: #00a3f5 !important;
- color: #fff !important;
- border: 1px solid #00a3f5 !important;
-}
-.blue1-active:focus {
- background-color: #00abff !important;
- color: #fff !important;
- border: 1px solid #00abff !important;
-}
-.blue1-active:focus:hover {
- background-color: #00a3f5 !important;
- color: #fff !important;
- border: 1px solid #00a3f5 !important;
-}
-.white {
- background-color: #fff;
- border: 1px solid #ddd;
- color: #00abff;
-}
-.white:hover {
- background-color: #f8f8f8;
-}
-.white:active {
- background-color: #f2f2f2;
-}
-.white.active {
- background-color: #00abff;
- color: #fff;
- border-color: #00abff;
-}
-.white.disabled,
-.white.disabled:hover,
-.white.disabled:focus:active,
-.white:disabled,
-.white:disabled:hover,
-.white:disabled:focus:active {
- background-color: #eee;
-}
-.white:focus {
- background-color: #fff;
- border: 1px solid #ddd;
- color: #00abff;
- outline: none;
-}
-.white:focus:hover {
- background-color: #f8f8f8;
-}
-.white:focus:hover:active {
- background-color: #f2f2f2;
-}
-.white:focus.active {
- background-color: #00abff;
- color: #fff;
- border-color: #00abff;
-}
-.blue1-icons {
- color: #009ceb;
-}
-.blue1-icons:hover {
- color: #00a3f5;
-}
-.px-font1,
-.px-font1:active,
-.px-font1:focus {
- color: #c2c6c9;
-}
-.px-font2,
-.px-font2:active,
-.px-font2:focus {
- color: #777;
-}
-.px-font3,
-.px-font3:active,
-.px-font3:focus {
- color: #4d5761;
-}
-.px-font4,
-.px-font4:active,
-.px-font4:focus {
- color: #333;
-}
-/***
-Responsive & Scrollable Tables
-***/
-.table-scrollable {
- width: 100%;
- overflow-x: auto;
- overflow-y: hidden;
- border: 1px solid #ddd;
-}
-.table-scrollable > .table {
- width: 100% !important;
- margin: 0 !important;
- margin-bottom: 0;
- background-color: #fff;
-}
-.table-scrollable > .table-bordered {
- border: 0;
-}
-.table-scrollable > .table-bordered > thead > tr > th:first-child,
-.table-scrollable > .table-bordered > tbody > tr > th:first-child,
-.table-scrollable > .table-bordered > tfoot > tr > th:first-child,
-.table-scrollable > .table-bordered > thead > tr > td:first-child,
-.table-scrollable > .table-bordered > tbody > tr > td:first-child,
-.table-scrollable > .table-bordered > tfoot > tr > td:first-child {
- border-left: 0;
-}
-.table-scrollable > .table-bordered > thead > tr > th:last-child,
-.table-scrollable > .table-bordered > tbody > tr > th:last-child,
-.table-scrollable > .table-bordered > tfoot > tr > th:last-child,
-.table-scrollable > .table-bordered > thead > tr > td:last-child,
-.table-scrollable > .table-bordered > tbody > tr > td:last-child,
-.table-scrollable > .table-bordered > tfoot > tr > td:last-child {
- border-right: 0;
-}
-.table-scrollable > .table-bordered > thead > tr:last-child > th,
-.table-scrollable > .table-bordered > tbody > tr:last-child > th,
-.table-scrollable > .table-bordered > tfoot > tr:last-child > th,
-.table-scrollable > .table-bordered > thead > tr:last-child > td,
-.table-scrollable > .table-bordered > tbody > tr:last-child > td,
-.table-scrollable > .table-bordered > tfoot > tr:last-child > td {
- border-bottom: 0;
-}
-/*table*/
-table {
- font-size: 12px;
-}
-.table-hover > tbody > tr:hover > td,
-.table-hover > tbody > tr:hover > th {
- background: #ebf6fd;
-}
-.dataTables_length,
-.dataTables_info,
-.dataTables_paginate {
- font-size: 12px;
- color: #7c868d;
- display: inline-block;
-}
-.dataTables_length {
- margin-right: 9px;
-}
-.dataTables_info {
- margin-right: 10px;
- color: #4d5761;
-}
-.dataTables_length select {
- margin-left: 1px;
- margin-right: 1px;
- width: 42px;
- height: 30px;
- border-color: #ddd;
- color: #7c868d;
-}
-.dataTables_paginate {
- vertical-align: top;
-}
-.dataTables_paginate input {
- border-color: #ddd !important;
- width: 42px !important;
- height: 30px !important;
- margin-left: 6px!important;
- margin-right: 6px!important;
- color: #7c868d;
-}
-.dataTables_paginate .pagination-panel a {
- border: 1px solid #ddd;
- width: 26px;
- height: 30px;
- opacity: 1;
- margin-left: 6px;
- vertical-align: top;
- cursor: pointer;
- color: #7c868d;
-}
-.dataTables_wrapper > div > div {
- float: right;
- margin-bottom: 10px;
- margin-top: 10px;
-}
-table th {
- font-weight: normal;
- font-size: 12px;
-}
-.table thead th {
- border-bottom: 0;
- color: #8b8b8b;
-}
-.table th {
- border-top: 0;
-}
-table .heading {
- font-size: 12px;
- background: #fff !important;
- font-weight: normal;
-}
-table tr:nth-of-type(odd) {
- background: #f9f9f9;
-}
-table tr:nth-of-type(even) {
- background: #fff;
-}
-table tr td label {
- cursor: pointer;
-}
-.table-btn span {
- padding-left: 5px;
- padding-right: 5px;
-}
-.table-bordered > thead > tr > th,
-.table-bordered > thead > tr > td {
- border-bottom-width: 1px;
-}
-table tr td .btn-xs {
- margin-bottom: 3px;
- margin-top: 3px;
-}
-/* px-table */
-.px-table.light .px-th {
- padding-bottom: 15px !important;
-}
-.px-table .px-th {
- padding-bottom: 10px !important;
-}
-/*.px-table.card tr:nth-of-type(odd){
- background-color:#fff !important;
-}*/
-.px-table.card tr:nth-of-type(odd):hover {
- background-color: #ebf6fd !important;
-}
-.px-table.card tr td:first-child,
-.px-table.card tr th:first-child {
- text-align: center;
-}
-.px-table.card .title {
- font-weight: normal;
-}
-.px-table .filter span.filterToggle {
- width: 30px !important;
- height: 30px !important;
-}
-.px-table input[type="checkbox"] {
- margin-right: 0;
-}
-.px-page-item .px-page-link {
- height: 28px !important;
-}
-.px-filters .px-th {
- padding-bottom: 2px !important;
-}
-.px-pagination {
- margin-top: 0 !important;
-}
-.px-table .filter span.filterToggle {
- height: 30px !important;
-}
-.px-table label,
-.px-table input[type="checkbox"] {
- margin-bottom: 0;
-}
-.px-table .innerTable tr:nth-of-type(odd) {
- background-color: #fff !important;
-}
-/*ng2-smart-table*/
-.ng2-smart-table.light .ng2-smart-th,
-.ng2-smart-table .ng2-smart-th {
- padding-bottom: 10px !important;
-}
-.ng2-smart-table .card tr:nth-of-type(odd) {
- background-color: #fff !important;
-}
-.ng2-smart-table .card tr:nth-of-type(odd):hover {
- background-color: #ebf6fd !important;
-}
-.ng2-smart-table .card tr td:first-child,
-.ng2-smart-table .card tr th:first-child {
- text-align: center;
-}
-.ng2-smart-table .card .title {
- font-weight: normal;
-}
-.ng2-smart-table .filter span.filterToggle {
- width: 30px !important;
- height: 30px !important;
-}
-.ng2-smart-table input[type="checkbox"] {
- margin-right: 0;
-}
-.ng2-smart-page-item .ng2-smart-page-link {
- height: 28px !important;
-}
-.ng2-smart-filters .ng2-smart-th {
- padding-bottom: 2px !important;
-}
-.ng2-smart-pagination {
- margin-top: 0 !important;
-}
-.ng2-smart-table .filter span.filterToggle {
- height: 30px !important;
-}
-.ng2-smart-table label,
-.ng2-smart-table input[type="checkbox"] {
- margin-bottom: 0;
-}
-.ng2-smart-table .innerTable tr:nth-of-type(odd) {
- background-color: #fff !important;
-}
-/***form***/
-.form {
- padding: 0 !important;
-}
-.form-group .multiRow {
- margin-bottom: 15px;
-}
-.form-group .multiRow:last-child {
- margin-bottom: 5px;
-}
-.form-group {
- font-size: 12px;
-}
-.form-group .btn {
- font-size: 14px;
-}
-.form-group .btn-s {
- font-size: 12px;
-}
-.form-group .ict-helpTip {
- font-size: 18px;
- color: #bababa;
- margin-left: 10px;
- vertical-align: text-bottom;
-}
-.form-group .ict-helpTip:hover {
- color: #00abff;
-}
-.form-group.equal-group .form-control {
- display: block;
-}
-.form-group.equal-group .form-control:first-child {
- margin-bottom: 5px;
-}
-.form-body {
- padding: 15px;
-}
-.form-actions .btn {
- font-size: 14px;
-}
-.form-actions.nobg {
- background-color: transparent;
-}
-.form-actions.top {
- margin-top: 0;
- margin-bottom: 20px;
- border-top: 0;
- border-bottom: 1px solid #e5e5e5;
-}
-.form-control {
- font-size: 12px;
- display: inline-block;
-}
-.form-actions .btnGroup {
- padding-left: 0;
-}
-.form-actions.fluid > [class^="col-"] {
- padding-left: 13px;
-}
-.form-actions:before,
-.form-actions:after {
- display: table;
- line-height: 0;
- content: "";
-}
-.form-actions:after {
- clear: both;
-}
-.form-section {
- margin: 30px 0px 25px 0px;
- padding-bottom: 5px;
- border-bottom: 1px solid #eee;
-}
-.form .form-section:first-child {
- margin-top: 5px;
-}
-.help-inline {
- font-size: 13px;
- color: #737373;
- display: inline-block;
- padding: 5px;
-}
-.submBtn {
- /*text-align: center;*/
-}
-.subm-iconMargin {
- margin-left: -40px;
-}
-.subm-margin {
- margin-left: -40px;
-}
-.form-actions.right {
- padding-left: 0;
- padding-right: 10px;
- text-align: right;
-}
-.form-actions.left {
- padding-left: 10px;
- padding-right: 0;
- text-align: left;
-}
-.help-block {
- margin-top: 5px;
- margin-bottom: 5px;
- color: #a94442 !important;
-}
-.form-inline input {
- margin-bottom: 0px !important;
-}
-.form-horizontal .control-label {
- text-align: right;
-}
-.form-group .control-label {
- padding-top: 3px;
-}
-.form-control-static {
- font-size: 14px;
- padding-top: 7px;
-}
-.control-label .required {
- color: #e02222;
- font-size: 12px;
- padding-left: 2px;
-}
-.form-control:focus {
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-select.form-control,
-.form-control {
- padding: 4px 12px;
- border-radius: 2px;
- height: 30px;
- /* width:400px;*/
- border-color: #ddd;
-}
-select.form-control:not([size]):not([multiple]) {
- height: 30px ;
-}
-/***checkbox&radio***/
-/* Checkbox */
-.form-group .checkbox {
- padding-left: 0;
-}
-.checkbox-list > label {
- display: block;
-}
-.checkbox-list > label.checkbox-inline {
- display: inline-block;
-}
-.checkbox-list > label.checkbox-inline:first-child {
- padding-left: 0;
-}
-/* Radios */
-input[type="radio"] {
- cursor: pointer;
-}
-.radio-list > label {
- display: block;
-}
-.radio-list > label.radio-inline {
- display: inline-block;
-}
-.radio-list > label.radio-inline:first-child {
- padding-left: 0;
-}
-.form-horizontal .radio-list .radio {
- padding-top: 1px;
-}
-.form-horizontal .radio-list > label {
- margin-bottom: 0;
-}
-.form-horizontal .radio > span {
- margin-top: 2px;
-}
-input[type="checkbox"]:focus,
-input[type="radio"]:focus {
- outline: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
- border: 0;
-}
-.raw-container {
- font-size: 0;
- position: relative;
-}
-.raw-container input[type="checkbox"],
-.raw-container input[type="radio"] {
- position: absolute;
- z-index: -1;
- opacity: 0;
-}
-.raw-container input[type="checkbox"] + .checkbox-substitute + span,
-.raw-container input[type="radio"] + .radio-substitute + span {
- font-weight: normal;
- font-size: 12px;
- line-height: 12px;
- cursor: pointer;
- vertical-align: middle;
-}
-.raw-container input[type="checkbox"] + .checkbox-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: 14px;
- width: 14px;
- border: 1px solid #ccc;
- border-radius: 2px;
- vertical-align: middle;
- margin-right: 6px;
-}
-.raw-container input[type="checkbox"] + .checkbox-substitute:hover {
- border-color: #00abff;
-}
-.raw-container input[type="checkbox"]:checked + .checkbox-substitute {
- border-color: #00abff;
- background-color: #00abff;
-}
-.raw-container input[type="checkbox"]:checked + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #fff;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 3px;
- top: 0;
-}
-.raw-container input[type="checkbox"][disabled] + .checkbox-substitute {
- background-color: #efefef;
- cursor: auto;
- border-color: #ccc;
-}
-.raw-container input[type="checkbox"]:checked[disabled] + .checkbox-substitute {
- background-color: #efefef;
- cursor: auto;
- border-color: #ccc;
-}
-.raw-container input[type="checkbox"]:checked[disabled] + .checkbox-substitute::after {
- border: 1px solid #ccc;
- border-width: 0 2px 2px 0;
-}
-.raw-container input[type="checkbox"]:checked.portion + .checkbox-substitute {
- background-color: #97dbfc;
- border-color: #97dbfc;
-}
-.raw-container input[type="radio"] + .radio-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: 14px;
- width: 14px;
- border: 1px solid #ccc;
- border-radius: 14px;
- vertical-align: middle;
- margin-right: 6px;
-}
-.raw-container input[type="radio"] + .radio-substitute:hover {
- border-color: #00abff;
-}
-.raw-container input[type="radio"]:checked + .radio-substitute {
- border-color: #00abff;
- border-width: 4px;
-}
-.raw-container input[type="radio"][disabled] + .radio-substitute {
- border-color: #ccc;
- background-color: #efefef;
- cursor: auto;
-}
-.raw-container input[type="radio"]:checked [disabled] + .radio-substitute {
- border-color: #ccc;
- cursor: auto;
-}
-/***input***/
-::-webkit-input-placeholder {
- color: #bcbcbc !important;
-}
-:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #bcbcbc !important;
-}
-::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #bcbcbc !important;
-}
-input:-ms-input-placeholder {
- color: #bcbcbc !important;
-}
-input::-webkit-input-placeholder {
- color: #bcbcbc !important;
-}
-/*group*/
-.input-group-btn-vertical.fa {
- font-size: 12px;
-}
-.input-group.spinner .btn {
- min-width: 20px !important;
- height: 16px;
-}
-.spinner {
- width: 60px !important;
- margin-left: 10px;
- margin-right: 30px;
-}
-.spinner input {
- text-align: right;
-}
-.input-group-btn-vertical {
- position: relative;
- white-space: nowrap;
- width: 1%;
- vertical-align: middle;
- display: table-cell;
-}
-.input-group-btn-vertical > .btn {
- display: block;
- float: none;
- width: 100%;
- max-width: 100%;
- padding: 6px;
- margin-left: -1px;
- position: relative;
- border-radius: 0;
-}
-.input-group-btn-vertical > .btn {
- min-width: 20px;
-}
-.input-group-btn-vertical > .btn:first-child {
- border-top-right-radius: 4px;
-}
-.input-group-btn-vertical > .btn:last-child {
- margin-top: -2px;
- border-bottom-right-radius: 4px;
-}
-.input-group-btn-vertical i {
- position: absolute;
- top: 0;
- left: 6px;
-}
-/*.input-group .form-control {
- height: 26px !important;
-}*/
-.input-group {
- /* width:400px;*/
- font-size: 0;
-}
-.input-group .form-control {
- display: inline-block;
-}
-.input-group .form-control:hover,
-.input-group .form-control:focus:hover {
- z-index: 2;
-}
-.input-group .input-group-btn {
- z-index: 0;
-}
-/*html滑块组件*/
-input[type="range"] {
- margin-top: 2px;
- background-color: #f0f3f9;
- border: 1px solid #ccd6e8;
- border-radius: 15px;
- width: 400px;
- -webkit-appearance: none;
- height: 15px;
-}
-input[type="range"]::-webkit-slider-thumb {
- -webkit-appearance: none;
- cursor: pointer;
- top: -5px;
- height: 28px;
- width: 15px;
- transform: translateY(-4px);
- background: none repeat scroll 0 0 #f0f3f9;
- background-color: #9cc2cb;
- border-radius: 20px;
-}
-input[type="range"]:focus {
- outline: none;
-}
-/*search*/
-.input-group .btn {
- min-width: 40px;
- padding-top: 3px;
-}
-/***tab***/
-/*.nav-tabs {
- border: 0;
- font-weight: bold;
-}
-.nav-tabs > li.active > a,
-.nav-tabs > li.active > a:hover,
-.nav-tabs > li.active > a:focus {
- border: 0;
-}
-.nav-tabs > li > a {
- border-radius: 0;
- font-weight: bold;
- border: 0;
- margin-right: 0;
-}
-.nav > li > a:hover,
-.nav > li > a:focus {
- background-color: transparent;
-}
-.nav-tabs.boder-tab > li.active > a,
-.nav-tabs.boder-tab > div > li.active > a {
- border: 1px solid #ddd;
- border-bottom: 0;
-}
-.nav-tabs-content {
- border: 1px solid #ddd;
-}
-!***tab***!
-.nav-tabs.tabset > li.active,
-.nav-tabs.tabset > li.active:hover,
-.nav-tabs.tabset > li.active:focus {
- border: 0;
- border-top: 2px solid #00abff;
-}
-.nav-tabs > div > li.active,
-.nav-tabs > div > li.active:hover,
-.nav-tabs > div > li.active:focus {
- border: 0;
- background-color: #fcfcfc;
- border-top: 2px solid #00abff;
-}
-ul.nav.nav-tabs {
- background-color: transparent;
-}
-.nav-tabs > div > li > a:hover {
- background-color: transparent;
- border-bottom: 1px transparent;
-}
-.nav-tabs .nav-link {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- color: #777;
-}
-.nav-tabs .nav-link:hover {
- background-color: transparent;
- border-color: transparent;
- color: #777;
-}
-.nav-tabs .nav-link:focus {
- border-left-color: transparent;
- border-right-color: transparent;
-}
-.boder-tab ul.nav.nav-tabs {
- background-color: #fff;
-}
-.boder-tab ul.nav.nav-tabs .nav-link:hover {
- border-bottom: 1px solid #ddd ;
- background-color: #fcfcfc;
-}
-.boder-tab ul.nav.nav-tabs .nav-link.active:hover {
- border-bottom: 0 ;
-}
-.nav-tabs {
- border: 0;
- font-weight: normal;
-}
-.nav-tabs > li > a {
- border-radius: 0;
- font-weight: normal;
- border: 0;
- margin-right: 0;
-}
-.nav-tabs > li > a:hover,
-.nav-tabs > li > a:focus {
- background-color: transparent;
-}
-.nav-tabs .nav-link.active {
- border: 0;
- border-top: 2px solid #00abff;
- background-color: #fff;
-}
-.nav-tabs .nav-link.active:hover {
- background-color: #fff;
- border-top: 2px solid #00abff;
-}
-.nav-tabs .nav-link.disabled {
- border-top: 0;
- color: #c2c6c9;
-}
-.nav-tabs .nav-link.disabled:hover,
-.nav-tabs .nav-link.disabled:focus {
- background-color: transparent;
- color: #c2c6c9;
-}
-.boder-tab > .nav-tabs > .nav-item > .nav-link.active,
-.less-border > .nav-tabs > .nav-item > .nav-link.active {
- border: 1px solid #ddd;
- border-top: 2px solid #00abff;
- border-bottom: 0;
-}
-.boder-tab .tab-pane.active {
- border: 1px solid #ddd;
-}
-.tab-pane.active {
- padding: 15px;
-}
-.nav-pills .nav-link.active,
-.nav-pills .nav-item.show .nav-link {
- color: #fff;
- cursor: default;
- background-color: #00abff;
-}
-.less-border .tab-pane.active {
- border-top: 1px solid #ddd;
- border-left: 0;
- border-right: 0;
- border-bottom: 0;
-}*/
-/***button***/
-button {
- font-size: 14px;
-}
-.btn {
- min-width: 80px;
- letter-spacing: 1px;
- padding-top: 4px !important;
- padding-bottom: 4px !important;
- height: 30px;
- font-size: 14px;
- cursor: pointer;
- line-height: 1.42857143;
-}
-.btnGroup .btn,
-.btnGroup a {
- margin-right: 10px;
-}
-.btnGroup a:last-child,
-.btnGroup .btn:last-child {
- margin-right: 0;
-}
-.btnGroup .sub-btn {
- /*float:right;
- width: 400px;*/
- /*text-align: right;*/
-}
-.pagination-panel .btn {
- min-width: 4px;
-}
-.btn.dropdown-toggle,
-.btn-group .btn.dropdown-toggle,
-.btn:hover,
-.btn:disabled,
-.btn[disabled],
-.btn:focus,
-.btn:active,
-.btn.active {
- outline: none !important;
- background-image: none !important;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.btn-s {
- min-width: 50px;
- height: 26px;
- line-height: 14px;
- font-size: 12px;
- cursor: pointer;
-}
-.btn-s:hover {
- text-decoration: none ;
-}
-.btn-s:focus {
- outline: 0;
-}
-.btn-xs {
- min-width: 50px;
- line-height: 1.2;
- padding-top: 3px;
- padding-bottom: 3px;
- font-size: 12px;
- cursor: pointer;
-}
-.btn-xs:hover {
- text-decoration: none ;
-}
-.btn-xs:focus {
- outline: 0;
-}
-/***btn-group***/
-.btn-group .blue1-active {
- border-left: #a4d7f7 1px solid !important;
-}
-.btn-group .blue1-active:hover {
- border-left: #1289d6 1px solid !important;
-}
-.btn-group .white.btn.active,
-.btn-group .white.btn-s.active {
- border-left: #6ac7f5 1px solid !important;
-}
-/***toolbar & icons ***/
-.toolbar span {
- padding: 5px;
- font-size: 20px;
- cursor: pointer;
- color: #00abff;
- border: 1px solid transparent;
-}
-.toolbar span:hover {
- color: #00a3f5;
- border: 1px solid #cbdfec;
-}
-.toolbar i.seperate-vertical {
- padding: 0;
- border-right: 1px solid #ddd;
- margin-right: 8px;
- margin-left: 4px;
-}
-/*btn-link*/
-.btn-link {
- color: #ccc;
-}
-.btn-link:hover {
- color: #1798eb;
-}
-/***radius***/
-.radius-l {
- border-radius: 20px;
-}
-.radius-m {
- border-radius: 8px;
-}
-.radius-s {
- border-radius: 4px;
-}
-.radius-xs {
- border-radius: 3px;
-}
-/***progress***/
-.progress,
-.progress-s {
- border: 0;
- background-image: none !important;
- filter: none !important;
- -webkit-box-shadow: none !important;
- -moz-box-shadow: none !important;
- box-shadow: none !important;
- opacity: 0.7;
-}
-.progress {
- height: 8px;
- display: inline-block;
-}
-.progress-s {
- height: 2px;
-}
-.progress > .progress-bar-success {
- background-color: #00abff;
-}
-.progress-bar {
- height: 8px;
-}
-.progress > .bg-success {
- background-color: #00abff !important;
-}
-.px-progressbar .progress {
- display: inline-block;
-}
-.progress-rate {
- vertical-align: sub;
- margin-left: 5px;
-}
-.progress-error {
- display: inline-block;
- width: 16px;
- height: 16px;
- border-radius: 16px;
- border: 1px solid #ff5b55;
- font-size: 12px;
- color: #ff5b55;
- text-align: center;
- line-height: 1;
- margin-left: 5px;
-}
-.progress-error::before {
- content: "!";
-}
-.progressbar-s .progress {
- height: 2px;
-}
-/***separator & title***/
-.separator-line {
- height: 1px;
- width: 100%;
- background: #ddd;
- overflow: hidden;
- margin-bottom: 15px;
- opacity: 0.7;
-}
-.separator {
- opacity: 0.7;
-}
-.separator:hover {
- opacity: 1;
-}
-.separator-line-dashed {
- margin-top: 15px;
- height: 1px;
- border-bottom: 1px dashed #ddd;
- margin-bottom: 15px;
- overflow: hidden;
- width: 100%;
-}
-.titlefont {
- font-size: 14px;
- margin-top: 15px;
- margin-bottom: 5px;
- color: #777;
-}
-.form-title,
-.form-title-foldable {
- border-left: 3px solid #00abff;
-}
-.form-title {
- padding: 1px 2px 1px 5px;
- margin-bottom: 15px;
- color: #7c868d;
- font-size: 14px;
-}
-.form-title-foldable {
- padding: 1px 2px 1px 5px;
- margin-bottom: 15px;
- font-size: 14px;
-}
-.form-title-foldable span {
- margin-right: 10px;
- cursor: pointer;
-}
-.form-title-foldable span[class^="ict-"] {
- font-size: 12px;
- color: #009ceb;
-}
-/***ztree***/
-.ztree {
- padding: 15px 30px 0 5px;
-}
-.ztree * {
- font-family: "microsoft yahei";
- font-size: 12px;
-}
-.ztree li a {
- width: auto;
- padding-right: 5px;
- height: 25px;
- border: 1px solid #fff;
- padding-left: 5px;
-}
-.ztree li a:hover {
- border: 1px solid #ddd !important;
-}
-.ztree li > span {
- margin-top: 5px !important;
-}
-.ztree li span.button.chk {
- width: 13px;
- height: 13px;
- margin-left: 10px;
- cursor: auto;
-}
-.ztree li span.button.add {
- margin-left: 2px;
- margin-right: 4px;
- background-position: -144px 0;
- vertical-align: top;
- *vertical-align: middle;
- float: right;
-}
-.ztree li span.button.edit {
- margin-right: 4px;
- background-position: -110px -48px;
- vertical-align: top;
- *vertical-align: middle;
- float: right;
-}
-.ztree li span.button.remove {
- margin-right: 4px;
- background-position: -110px -64px;
- vertical-align: top;
- *vertical-align: middle;
- float: right;
-}
-.ztree li a.curSelectedNode {
- height: 25px;
- border: 1px #accbdd solid !important;
-}
-.ztree-select .ztree li a {
- border: 1px solid #fff !important;
-}
-.ztree-select .ztree li a:hover {
- border: 1px #ddd solid !important;
-}
-/***px-tree***/
-.px-tree ul.px-tree-children {
- -webkit-padding-start: 21px;
-}
-/***tip***/
-.terminology {
- color: #468ECE;
- border-bottom: 1px #468ECE dotted;
-}
-.General-tip {
- height: 20px;
- width: 20px;
- background-color: #fff;
- border: 1px #5b9bd1 solid;
- padding-bottom: 5px;
- padding-left: 5px;
- border-radius: 20px;
- margin-top: 5px;
-}
-.General-tip span {
- font-size: 15px;
- text-align: center;
- color: #5b9bd1;
- line-height: 1.1;
-}
-.General-tip:hover {
- border: 1px #2a6496 solid;
- cursor: pointer;
-}
-.General-tip:hover span {
- color: #2a6496;
-}
-/*tip-box*/
-.frmTipBoxTransition {
- -webkit-transition: -webkit-transform 0.3s ease-out;
- -o-transition: -o-transform 0.3s ease-out;
- transition: transform 0.3s ease-out;
- -webkit-transform: translate(0, 50%);
- -ms-transform: translate(0, 50%);
- -o-transform: translate(0, 50%);
- transform: translate(0, 50%);
-}
-#frmTipBox {
- position: absolute;
- width: 400px;
- margin: 10px auto;
- left: 30%;
- right: 30%;
- top: 14px;
-}
-/*alert*/
-.alert {
- padding: 12px 15px;
- max-width: 600px;
- text-align: left;
- -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
- -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
- box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
-}
-/*
-.alert-success {
- color: #fff;
- background-color: #73cf22;
- border-color:#73cf22;
-}
-
-.alert-info {
- color: #fff;
- background-color: #00abff;
- border-color:#00abff;
-}
-
-.alert-warning {
- color: #fff;
- background-color: #f7c515;
- border-color:#f7c515;
-}
-
-.alert-danger {
- color: #fff;
- background-color: #ff5b55;
- border-color:#ff5b55;
-}*/
-.close {
- color: #f2f2f2;
- font-size: 16px;
-}
-.close:hover,
-.close:focus {
- color: inherit;
- outline: 0;
-}
-.alert-success {
- color: #56963e;
- background-color: #edfbe8;
- border-color: #d5eccc;
- opacity: 0.85;
-}
-.alert-info {
- color: #5090c3;
- background-color: #ecf7fd;
- border-color: #bce1f1;
- opacity: 0.85;
-}
-.alert-warning {
- color: #bf880a;
- background-color: #fff8e9;
- border-color: #f5e1b8;
- opacity: 0.85;
-}
-.alert-danger {
- color: #df4364;
- background-color: #fbf0f1;
- border-color: #f3d9da;
- opacity: 0.85;
-}
-.close {
- color: #333;
- font-size: 1rem;
-}
-/*tooltip*/
-.tooltip.show {
- font-size: 12px;
- opacity: 1;
-}
-.tooltip.show .tooltip-inner {
- background-color: #4d5761;
- border-radius: 4px;
- padding: 5px 8px;
-}
-.tooltip.tooltip-top .tooltip-inner::before,
-.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
- border-top-color: #4d5761;
-}
-.tooltip.tooltip-right .tooltip-inner::before,
-.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
- border-right-color: #4d5761;
-}
-.tooltip.tooltip-bottom .tooltip-inner::before,
-.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
- border-bottom-color: #4d5761;
-}
-.tooltip.tooltip-left .tooltip-inner::before,
-.tooltip.bs-tether-element-attached-right .tooltip-inner::before {
- border-left-color: #4d5761;
-}
-/*modal*/
-
-/***pagination***/
-.page-item.active .page-link {
- background-color: #1798eb;
- border-color: #1798eb;
-}
-/***wizard***/
-.form-wizard .nav > li > a {
- padding-bottom: 0;
-}
-.wizard-body .button-next.disabled,
-.wizard-body .button-previous.disabled {
- display: none ;
-}
-.wizard-body .nav .step {
- background: none !important;
-}
-.form-wizard .progress {
- margin-bottom: 30px;
- margin-top: 10px;
- height: 4px;
- width: 100%;
-}
-.form-wizard .steps {
- background-color: #fff ;
- background-image: none ;
- filter: none ;
- border: 0px;
- box-shadow: none ;
-}
-.form-wizard .steps li a {
- background-color: #fff ;
- background-image: none ;
- filter: none;
- border: 0px;
- box-shadow: none ;
- color: #7c868d;
-}
-.form-wizard .steps:hover {
- background: none;
-}
-.form-wizard .step:hover {
- text-decoration: none;
-}
-.form-wizard .step .number {
- background-color: #ddd;
- color: #fff;
- display: inline-block;
- text-align: center !important;
- font-size: 14px;
- font-weight: 300;
- padding-top: 2px;
- margin-right: 10px;
- height: 24px;
- width: 24px;
- -webkit-border-radius: 50% !important;
- -moz-border-radius: 50% !important;
- border-radius: 50% !important;
-}
-.form-wizard .step .desc {
- display: inline-block;
- font-size: 14px;
- font-weight: 300;
- color: #7c868d;
-}
-.form-wizard .step i {
- display: none;
-}
-.form-wizard .active .step .number {
- background-color: #35aa47;
- color: #fff;
-}
-.form-wizard .active .step .desc {
- color: #333;
- font-weight: 400;
-}
-.form-wizard .done .step .number {
- background-color: #73cf22 ;
- color: #fff;
-}
-.form-wizard .done .step .desc {
- font-weight: 400;
-}
-.form-wizard .done .step .form-wizard .done .step i {
- font-size: 12px;
- font-weight: normal;
- color: #999;
- display: inline-block;
-}
-.form-wizard .steps > li.active > a.step .number {
- background-color: #00abff;
-}
-@media (min-width: 600px) and (max-width: 1280px) {
- .form-wizard .step .desc {
- margin-top: 10px;
- display: block;
- }
-}
-@media (max-width: 600px) {
- .form-wizard .steps > li > a {
- text-align: left;
- }
-}
-@media (min-width: 600px) {
- .nav-justified > li {
- display: table-cell;
- width: 1%;
- }
-}
-.px-wizard .nav.nav-pills.steps li {
- text-align: center;
-}
-.px-wizard .nav.nav-pills.steps li .desc {
- font-size: 14px;
-}
-.px-wizard .nav.nav-pills.steps li .px-wizard .form-wizard .step .number {
- padding-top: 1px;
-}
-/***popover***/
-ngb-popover-window.popover.show {
- color: #333;
- border: 1px solid #ddd;
-}
-.popover.popover-top::after,
-.popover.bs-tether-element-attached-bottom::after {
- border-top-color: #fff;
-}
-.popover.popover-top::before,
-.popover.bs-tether-element-attached-bottom::before {
- border-top-color: #ddd;
-}
-.popover.popover-left::after,
-.popover.bs-tether-element-attached-right::after {
- border-left-color: #fff;
-}
-.popover.popover-left::before,
-.popover.bs-tether-element-attached-right::before {
- border-left-color: #ddd;
-}
-.popover.popover-right::after,
-.popover.bs-tether-element-attached-left::after {
- border-right-color: #fff;
-}
-.popover.popover-right::before,
-.popover.bs-tether-element-attached-left::before {
- border-right-color: #ddd;
-}
-.popover.popover-bottom::after,
-.popover.bs-tether-element-attached-top::after {
- border-bottom-color: #fff;
-}
-.popover.popover-bottom::before,
-.popover.bs-tether-element-attached-top::before {
- border-bottom-color: #ddd;
-}
-.popover {
- max-width: 600px;
- min-width: 250px;
- background-color: #fff;
- font-family: "Microsoft yahei", Segoe UI, Arial !important;
- font-size: 12px;
- border-color: #ddd;
- -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
-}
-.popover .popover-title {
- background-color: #fff;
- border-bottom: 1px solid #ddd;
-}
-.popover .popover-content {
- background-color: #fff;
- padding-top: 20px;
-}
-.popover .ict-warning {
- color: #ff5b55;
- font-size: 26px;
- margin-right: 5px;
-}
-.popover .popo {
- text-align: center;
-}
-.popover .pop-btn {
- float: right;
- margin-top: 10px;
- margin-bottom: 10px;
- font-size: 0;
-}
-.popover .pop-btn .btn-s {
- margin-left: 10px;
-}
-.popover .tip-info span {
- vertical-align: middle;
-}
-.popover .tip-info .content {
- font-size: 14px;
-}
-/***collapse***/
-/*.collapse-bottom .card span.pop-trgl {
- position: absolute;
- top: -10px;
- left: 20px;
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 0 10px 10px 10px;
- border-color: transparent transparent #cbc5c5 transparent;
-}
-.collapse-bottom .card span.pop-trgl i {
- position: absolute;
- left: -9px;
- top: 1px;
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 0 9px 9px 9px;
- border-color: transparent transparent #fff transparent;
-}
-
-.collapse-top .card span.pop-trgl {
- position: absolute;
- bottom: -10px;
- left: 20px;
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 0 10px 10px 10px;
- border-color: transparent transparent #cbc5c5 transparent;
- transform:rotate(180deg);
-}
-.collapse-top .card span.pop-trgl i {
- position: absolute;
- left: -9px;
- top: 1px;
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 0 9px 9px 9px;
- border-color: transparent transparent #fff transparent;
-}
-.collapse-top .card-block {
- padding: 0;
-}
-.collapse-top .card {
- margin-bottom: 5px;
- padding: 15px;
-}
-.collapse-bottom .card {
- margin-top: 5px;
- padding: 15px;
-}*/
-/***select-box with icon***/
-.iconselect-box .col-xs-1 {
- width: 15px;
- padding: 110px 0 0 0;
-}
-.iconPosition > div {
- margin: 20px 0px 0px 0px;
-}
-/***.dropdown-item***/
-.dropdown-item {
- color: #4d5761;
-}
-.dropdown-item:focus,
-.dropdown-item:hover,
-.dropdown-item:active {
- background-color: #f8f8f8;
- outline: none;
- color: #4d5761;
-}
-.dropdown-menu {
- border: 0;
- -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
-}
-.btn-xs + .dropdown-menu .dropdown-item {
- font-size: 12px;
-}
-/***datepicker***/
-.px-dp-header {
- border-bottom: 0 !important;
-}
-.px-dp-header select.custom-select {
- color: #777;
- margin-top: 5px;
- width: 45%;
- margin-right: 5px;
- font-size: 12px;
-}
-.px-date-range-picker .ngb-dp-weekday {
- color: #777;
-}
-/*.px-dp-months.pb-1{
- padding-left:15px !important;
- padding-right:15px !important;
- .px-dp-day,
- .px-dp-weekday,
- .px-dp-week-number{
- width:40px;
- height:40px;
- }
- }*/
-.px-dp-week.d-flex {
- color: #777;
-}
-.font-italic {
- font-style: normal;
-}
-.px-dp-weekday.text-info {
- color: #777 !important;
-}
-.px-dp-day .btn-secondary {
- border-radius: 20px !important;
-}
-.px-dp-day .bg-primary {
- background-color: #00abff !important;
- border-radius: 20px !important;
-}
-.dropdown-menu .px-dp-day {
- font-size: 14px;
-}
-.dropdown-menu .px-dp-weekday.small {
- font-size: 80%;
-}
-.px-dp-month-name.text-center {
- color: #777;
- font-size: 14px !important;
-}
-.custom-day.weekend {
- background-color: #00abff !important;
- height: 2rem;
- line-height: 1.8;
- border-radius: 20px !important;
-}
-.custom-day.weekend:hover {
- background-color: #00a3f5 !important;
-}
-/***px-upload***/
-.px-uploder .progress {
- width: 300px;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/prism.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/prism.css
deleted file mode 100644
index 0100f8dd..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/prism.css
+++ /dev/null
@@ -1,141 +0,0 @@
-/**
- * prism.js default theme for JavaScript, CSS and HTML
- * Based on dabblet (http://dabblet.com)
- * @author Lea Verou
- */
-
-code[class*="language-"],
-pre[class*="language-"] {
- color: black;
- background: none;
- text-shadow: 0 1px white;
- font-family:"Helvetica Neue","PingFang SC",Tahoma,"Microsoft Yahei";
- direction: ltr;
- text-align: left;
- white-space: pre;
- word-spacing: normal;
- word-break: normal;
- word-wrap: normal;
- line-height: 1.5;
-
- -moz-tab-size: 4;
- -o-tab-size: 4;
- tab-size: 4;
-
- -webkit-hyphens: none;
- -moz-hyphens: none;
- -ms-hyphens: none;
- hyphens: none;
-}
-
-pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
-code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
- text-shadow: none;
- background: #b3d4fc;
-}
-
-pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
-code[class*="language-"]::selection, code[class*="language-"] ::selection {
- text-shadow: none;
- background: #b3d4fc;
-}
-
-@media print {
- code[class*="language-"],
- pre[class*="language-"] {
- text-shadow: none;
- }
-}
-
-/* Code blocks */
-pre[class*="language-"] {
- padding: 1em;
- margin: 0;
- overflow: auto;
- padding-top: 20px;
-}
-
-:not(pre) > code[class*="language-"],
-pre[class*="language-"] {
- background: #fff;
- border:1px solid #e9e9e9;
- border-top:0;
-}
-
-/* Inline code */
-:not(pre) > code[class*="language-"] {
- padding: .1em;
- border-radius: .3em;
- white-space: normal;
-}
-
-.token.comment,
-.token.prolog,
-.token.doctype,
-.token.cdata {
- color: slategray;
-}
-
-.token.punctuation {
- color: #999;
-}
-
-.namespace {
- opacity: .7;
-}
-
-.token.property,
-.token.tag,
-.token.boolean,
-.token.number,
-.token.constant,
-.token.symbol,
-.token.deleted {
- color: #905;
-}
-
-.token.selector,
-.token.attr-name,
-.token.string,
-.token.char,
-.token.builtin,
-.token.inserted {
- color: #690;
-}
-
-.token.operator,
-.token.entity,
-.token.url,
-.language-css .token.string,
-.style .token.string {
- color: #a67f59;
- background: hsla(0, 0%, 100%, .5);
-}
-
-.token.atrule,
-.token.attr-value,
-.token.keyword {
- color: #07a;
-}
-
-.token.function {
- color: #DD4A68;
-}
-
-.token.regex,
-.token.important,
-.token.variable {
- color: #e90;
-}
-
-.token.important,
-.token.bold {
- font-weight: bold;
-}
-.token.italic {
- font-style: italic;
-}
-
-.token.entity {
- cursor: help;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/style.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/style.css
deleted file mode 100644
index 9cb8e913..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/css/style.css
+++ /dev/null
@@ -1,1154 +0,0 @@
-@font-face {
- font-family: 'ZteIctIcons';
- src: url('../fonts/ZteIctIcons.eot?yfideg');
- src: url('../fonts/ZteIctIcons.eot?yfideg#iefix') format('embedded-opentype'),
- url('../fonts/ZteIctIcons.ttf?yfideg') format('truetype'),
- url('../fonts/ZteIctIcons.woff?yfideg') format('woff'),
- url('../fonts/ZteIctIcons.svg?yfideg#ZteIctIcons') format('svg');
- font-weight: normal;
- font-style: normal;
-}
-
-[class^="ict-"], [class*=" ict-"] {
- /* use !important to prevent issues with browser extensions that change fonts */
- font-family: 'ZteIctIcons' !important;
- speak: none;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
-
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-}
-
-.ict-pm-query:before {
- content: "\e900";
-}
-.ict-sm-follow-up:before {
- content: "\e901";
-}
-.ict-sm-syn-down:before {
- content: "\e902";
-}
-.ict-pm:before {
- content: "\e903";
-}
-.ict-pm-monitor:before {
- content: "\e904";
-}
-.ict-pm-customized:before {
- content: "\e905";
-}
-.ict-fm-group:before {
- content: "\e906";
-}
-.ict-fm-alarm-code:before {
- content: "\e907";
-}
-.ict-new:before {
- content: "\e908";
-}
-.ict-fm-restype:before {
- content: "\e909";
-}
-.ict-fm-moc:before {
- content: "\e90a";
-}
-.ict-col:before {
- content: "\e90b";
-}
-.ict-filter:before {
- content: "\e90c";
-}
-.ict-filter-f:before {
- content: "\e90d";
-}
-.ict-code:before {
- content: "\e90e";
-}
-.ict-code-f:before {
- content: "\e90f";
-}
-.ict-fullScreen:before {
- content: "\e910";
-}
-.ict-reduction:before {
- content: "\e911";
-}
-.ict-userCompare:before {
- content: "\e912";
-}
-.ict-userDispatch:before {
- content: "\e913";
-}
-.ict-voice:before {
- content: "\e914";
-}
-.ict-warning:before {
- content: "\e915";
-}
-.ict-xml:before {
- content: "\e916";
-}
-.ict-zoomIn:before {
- content: "\e917";
-}
-.ict-zoomOut:before {
- content: "\e918";
-}
-.ict-zoomOverView:before {
- content: "\e919";
-}
-.ict-zoomReset:before {
- content: "\e91a";
-}
-.ict-thumbtack:before {
- content: "\e91b";
-}
-.ict-toRight:before {
- content: "\e91c";
-}
-.ict-treefile:before {
- content: "\e91d";
-}
-.ict-treeFolder:before {
- content: "\e91e";
-}
-.ict-triangle:before {
- content: "\e91f";
-}
-.ict-unacknownledge:before {
- content: "\e920";
-}
-.ict-unlock:before {
- content: "\e921";
-}
-.ict-up:before {
- content: "\e922";
-}
-.ict-upload:before {
- content: "\e923";
-}
-.ict-user:before {
- content: "\e924";
-}
-.ict-start:before {
- content: "\e925";
-}
-.ict-stop:before {
- content: "\e926";
-}
-.ict-stretch:before {
- content: "\e927";
-}
-.ict-strikeOut:before {
- content: "\e928";
-}
-.ict-Synchronous:before {
- content: "\e929";
-}
-.ict-table:before {
- content: "\e92a";
-}
-.ict-third-grid:before {
- content: "\e92b";
-}
-.ict-third-grid-selected:before {
- content: "\e92c";
-}
-.ict-thumbtack-selected:before {
- content: "\e92d";
-}
-.ict-save:before {
- content: "\e92e";
-}
-.ict-select:before {
- content: "\e92f";
-}
-.ict-selectAll:before {
- content: "\e930";
-}
-.ict-selectLeft:before {
- content: "\e931";
-}
-.ict-selectRight:before {
- content: "\e932";
-}
-.ict-show:before {
- content: "\e933";
-}
-.ict-shrink:before {
- content: "\e934";
-}
-.ict-singleCommand:before {
- content: "\e935";
-}
-.ict-sm-center:before {
- content: "\e936";
-}
-.ict-sql:before {
- content: "\e937";
-}
-.ict-process:before {
- content: "\e938";
-}
-.ict-product:before {
- content: "\e939";
-}
-.ict-rbArrow:before {
- content: "\e93a";
-}
-.ict-refresh:before {
- content: "\e93b";
-}
-.ict-rename:before {
- content: "\e93c";
-}
-.ict-right-select:before {
- content: "\e93d";
-}
-.ict-role:before {
- content: "\e93e";
-}
-.ict-roleset:before {
- content: "\e93f";
-}
-.ict-openTree:before {
- content: "\e940";
-}
-.ict-Operation:before {
- content: "\e941";
-}
-.ict-palette:before {
- content: "\e942";
-}
-.ict-parallel:before {
- content: "\e943";
-}
-.ict-pause:before {
- content: "\e944";
-}
-.ict-pbp:before {
- content: "\e945";
-}
-.ict-pie:before {
- content: "\e946";
-}
-.ict-poNode:before {
- content: "\e947";
-}
-.ict-pre:before {
- content: "\e948";
-}
-.ict-print:before {
- content: "\e949";
-}
-.ict-move:before {
- content: "\e94a";
-}
-.ict-node-close:before {
- content: "\e94b";
-}
-.ict-node-open:before {
- content: "\e94c";
-}
-.ict-noticeAlarm:before {
- content: "\e94d";
-}
-.ict-noticeFilter:before {
- content: "\e94e";
-}
-.ict-open:before {
- content: "\e94f";
-}
-.ict-next:before {
- content: "\e950";
-}
-.ict-no-voice:before {
- content: "\e951";
-}
-.ict-message:before {
- content: "\e952";
-}
-.ict-modify:before {
- content: "\e953";
-}
-.ict-Monitor:before {
- content: "\e954";
-}
-.ict-more:before {
- content: "\e955";
-}
-.ict-more-line:before {
- content: "\e956";
-}
-.ict-newShortcut:before {
- content: "\e957";
-}
-.ict-lock:before {
- content: "\e958";
-}
-.ict-loseError:before {
- content: "\e959";
-}
-.ict-ltArrow:before {
- content: "\e95a";
-}
-.ict-Magnifier:before {
- content: "\e95b";
-}
-.ict-Maintain:before {
- content: "\e95c";
-}
-.ict-manAnalysis:before {
- content: "\e95d";
-}
-.ict-maximize:before {
- content: "\e95e";
-}
-.ict-memory:before {
- content: "\e95f";
-}
-.ict-menu:before {
- content: "\e960";
-}
-.ict-idea:before {
- content: "\e961";
-}
-.ict-import:before {
- content: "\e962";
-}
-.ict-inProgress:before {
- content: "\e963";
-}
-.ict-launchingTower:before {
- content: "\e964";
-}
-.ict-layout:before {
- content: "\e965";
-}
-.ict-legendhide:before {
- content: "\e966";
-}
-.ict-legendshow:before {
- content: "\e967";
-}
-.ict-link:before {
- content: "\e968";
-}
-.ict-godown:before {
- content: "\e969";
-}
-.ict-goup:before {
- content: "\e96a";
-}
-.ict-grammarCheck:before {
- content: "\e96b";
-}
-.ict-Graphical:before {
- content: "\e96c";
-}
-.ict-half-grid:before {
- content: "\e96d";
-}
-.ict-half-grid-selected:before {
- content: "\e96e";
-}
-.ict-helpTip:before {
- content: "\e96f";
-}
-.ict-hide:before {
- content: "\e970";
-}
-.ict-history:before {
- content: "\e971";
-}
-.ict-historyAlarm:before {
- content: "\e972";
-}
-.ict-eye-closed:before {
- content: "\e973";
-}
-.ict-forceOut:before {
- content: "\e974";
-}
-.ict-full-grid:before {
- content: "\e975";
-}
-.ict-full-grid-selected:before {
- content: "\e976";
-}
-.ict-gear:before {
- content: "\e977";
-}
-.ict-go:before {
- content: "\e978";
-}
-.ict-find:before {
- content: "\e979";
-}
-.ict-fobidden:before {
- content: "\e97a";
-}
-.ict-fold:before {
- content: "\e97b";
-}
-.ict-folder:before {
- content: "\e97c";
-}
-.ict-folderOpen:before {
- content: "\e97d";
-}
-.ict-drill:before {
- content: "\e97e";
-}
-.ict-empty:before {
- content: "\e97f";
-}
-.ict-executNext:before {
- content: "\e980";
-}
-.ict-export:before {
- content: "\e981";
-}
-.ict-export-ne:before {
- content: "\e982";
-}
-.ict-eye:before {
- content: "\e983";
-}
-.ict-file:before {
- content: "\e984";
-}
-.ict-currentAlarm:before {
- content: "\e985";
-}
-.ict-debug:before {
- content: "\e986";
-}
-.ict-deleSingle:before {
- content: "\e987";
-}
-.ict-delete:before {
- content: "\e988";
-}
-.ict-department:before {
- content: "\e989";
-}
-.ict-detail:before {
- content: "\e98a";
-}
-.ict-displaySwitch:before {
- content: "\e98b";
-}
-.ict-down:before {
- content: "\e98c";
-}
-.ict-download:before {
- content: "\e98d";
-}
-.ict-circle:before {
- content: "\e98e";
-}
-.ict-clearAlarm:before {
- content: "\e98f";
-}
-.ict-close:before {
- content: "\e990";
-}
-.ict-closeTree:before {
- content: "\e991";
-}
-.ict-cloud:before {
- content: "\e992";
-}
-.ict-completed:before {
- content: "\e993";
-}
-.ict-computer:before {
- content: "\e994";
-}
-.ict-configmap:before {
- content: "\e995";
-}
-.ict-copy:before {
- content: "\e996";
-}
-.ict-cpu:before {
- content: "\e997";
-}
-.ict-arrowRight:before {
- content: "\e998";
-}
-.ict-autoFind:before {
- content: "\e999";
-}
-.ict-back:before {
- content: "\e99a";
-}
-.ict-ball:before {
- content: "\e99b";
-}
-.ict-batchCommand:before {
- content: "\e99c";
-}
-.ict-bell:before {
- content: "\e99d";
-}
-.ict-blackList:before {
- content: "\e99e";
-}
-.ict-breakLink:before {
- content: "\e99f";
-}
-.ict-cancle:before {
- content: "\e9a0";
-}
-.ict-check-error:before {
- content: "\e9a1";
-}
-.ict-check-right:before {
- content: "\e9a2";
-}
-.ict-alarmBox:before {
- content: "\e9a3";
-}
-.ict-alarmFilter:before {
- content: "\e9a4";
-}
-.ict-alarmTurn:before {
- content: "\e9a5";
-}
-.ict-allSelected:before {
- content: "\e9a6";
-}
-.ict-angleLeft:before {
- content: "\e9a7";
-}
-.ict-angleRight:before {
- content: "\e9a8";
-}
-.ict-arrowLeft:before {
- content: "\e9a9";
-}
-.ict-arrowLeftAll:before {
- content: "\e9aa";
-}
-.ict-arrowRightAll:before {
- content: "\e9ab";
-}
-.ict-acknownledge:before {
- content: "\e9ac";
-}
-.ict-Admin:before {
- content: "\e9ad";
-}
-.ict-advice:before {
- content: "\e9ae";
-}
-.ict-afreshDef:before {
- content: "\e9af";
-}
-.ict-alarm:before {
- content: "\e9b0";
-}
-.ict-code-b:before {
- content: "\e9b1";
-}
-.ict-log:before {
- content: "\e9b2";
-}
-.ict-analysis:before {
- content: "\e9b3";
-}
-.ict-bindingRelationship:before {
- content: "\e9b4";
-}
-.ict-browsePolicy:before {
- content: "\e9b5";
-}
-.ict-businessManagment:before {
- content: "\e9b6";
-}
-.ict-cardData:before {
- content: "\e9b7";
-}
-.ict-dailyManagment:before {
- content: "\e9b8";
-}
-.ict-enterpriseCustomer:before {
- content: "\e9b9";
-}
-.ict-equipmentBlacklist:before {
- content: "\e9ba";
-}
-.ict-equipmentModel:before {
- content: "\e9bb";
-}
-.ict-examine:before {
- content: "\e9bc";
-}
-.ict-failureList:before {
- content: "\e9bd";
-}
-.ict-familyCustomer:before {
- content: "\e9be";
-}
-.ict-fileTool:before {
- content: "\e9bf";
-}
-.ict-groupManagment:before {
- content: "\e9c0";
-}
-.ict-notice:before {
- content: "\e9c1";
-}
-.ict-policy:before {
- content: "\e9c2";
-}
-.ict-portal:before {
- content: "\e9c3";
-}
-.ict-recordQuery:before {
- content: "\e9c4";
-}
-.ict-resourceManagment:before {
- content: "\e9c5";
-}
-.ict-ruleManagment:before {
- content: "\e9c6";
-}
-.ict-sucessRate:before {
- content: "\e9c7";
-}
-.ict-terminalManagment:before {
- content: "\e9c8";
-}
-.ict-tools:before {
- content: "\e9c9";
-}
-.ict-track:before {
- content: "\e9ca";
-}
-.ict-userManagment:before {
- content: "\e9cb";
-}
-.ict-versionManagment:before {
- content: "\e9cc";
-}
-.ict-workOrder:before {
- content: "\e9cd";
-}
-.ict-app:before {
- content: "\e9ce";
-}
-.ict-car:before {
- content: "\e9cf";
-}
-.ict-chgpile:before {
- content: "\e9d0";
-}
-.ict-chgposition:before {
- content: "\e9d1";
-}
-.ict-chgstation:before {
- content: "\e9d2";
-}
-.ict-cms:before {
- content: "\e9d3";
-}
-.ict-common_dc:before {
- content: "\e9d4";
-}
-.ict-common_ncd:before {
- content: "\e9d5";
-}
-.ict-common_ncd_break:before {
- content: "\e9d6";
-}
-.ict-common_ncd_stop:before {
- content: "\e9d7";
-}
-.ict-common_sc:before {
- content: "\e9d8";
-}
-.ict-ems:before {
- content: "\e9d9";
-}
-.ict-host:before {
- content: "\e9da";
-}
-.ict-network:before {
- content: "\e9db";
-}
-.ict-NFV:before {
- content: "\e9dc";
-}
-.ict-NS:before {
- content: "\e9dd";
-}
-.ict-sdno:before {
- content: "\e9de";
-}
-.ict-vapel_chgpile:before {
- content: "\e9df";
-}
-.ict-VDU:before {
- content: "\e9e0";
-}
-.ict-VIM:before {
- content: "\e9e1";
-}
-.ict-VNF:before {
- content: "\e9e2";
-}
-.ict-VNFC:before {
- content: "\e9e3";
-}
-.ict-VNFM:before {
- content: "\e9e4";
-}
-
-
-/**********************************
-
- plx-icons
-
-**********************************/
-@font-face {
- font-family: 'plx-icons';
- src: url('../fonts/plx-icons.eot?15hpu9');
- src: url('../fonts/plx-icons.eot?15hpu9#iefix') format('embedded-opentype'),
- url('../fonts/plx-icons.ttf?15hpu9') format('truetype'),
- url('../fonts/plx-icons.woff?15hpu9') format('woff'),
- url('../fonts/plx-icons.svg?15hpu9#plx-icons') format('svg');
- font-weight: normal;
- font-style: normal;
-}
-
-[class^="plx-ico-"], [class*=" plx-ico-"] {
- /* use !important to prevent issues with browser extensions that change fonts */
- font-family: 'plx-icons' !important;
- speak: none;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
-
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-}
-
-.plx-ico-drag-drop-16:before {
- content: "\e987";
-}
-.plx-ico-all-selected-16:before {
- content: "\e900";
-}
-.plx-ico-arrow-down-16:before {
- content: "\e901";
-}
-.plx-ico-arrow-left-16:before {
- content: "\e902";
-}
-.plx-ico-arrow-right-16:before {
- content: "\e903";
-}
-.plx-ico-arrow-up-16:before {
- content: "\e904";
-}
-.plx-ico-bell-20:before {
- content: "\e905";
-}
-.plx-ico-calendar-16:before {
- content: "\e906";
-}
-.plx-ico-close-16:before {
- content: "\e907";
-}
-.plx-ico-code-16:before {
- content: "\e908";
-}
-.plx-ico-code-f-16:before {
- content: "\e909";
-}
-.plx-ico-copy-16:before {
- content: "\e90a";
-}
-.plx-ico-delete-16:before {
- content: "\e90b";
-}
-.plx-ico-detail-16:before {
- content: "\e90c";
-}
-.plx-ico-double-left-16:before {
- content: "\e90d";
-}
-.plx-ico-double-right-16:before {
- content: "\e90e";
-}
-.plx-ico-down-16:before {
- content: "\e90f";
-}
-.plx-ico-download-16:before {
- content: "\e910";
-}
-.plx-ico-empty-16:before {
- content: "\e911";
-}
-.plx-ico-export-16:before {
- content: "\e912";
-}
-.plx-ico-export-other-16:before {
- content: "\e913";
-}
-.plx-ico-eye-16:before {
- content: "\e914";
-}
-.plx-ico-eye-closed-16:before {
- content: "\e915";
-}
-.plx-ico-file-16:before {
- content: "\e916";
-}
-.plx-ico-filter-16:before {
- content: "\e917";
-}
-.plx-ico-filter-f-16:before {
- content: "\e918";
-}
-.plx-ico-folder-16:before {
- content: "\e919";
-}
-.plx-ico-folder-custom-16:before {
- content: "\e91a";
-}
-.plx-ico-folder-open-16:before {
- content: "\e91b";
-}
-.plx-ico-folder-open-custom-16:before {
- content: "\e91c";
-}
-.plx-ico-full-grid-16:before {
- content: "\e91d";
-}
-.plx-ico-full-grid-f-16:before {
- content: "\e91e";
-}
-.plx-ico-full-screen-16:before {
- content: "\e91f";
-}
-.plx-ico-gear-16:before {
- content: "\e920";
-}
-.plx-ico-half-grid-16:before {
- content: "\e921";
-}
-.plx-ico-half-grid-f-16:before {
- content: "\e922";
-}
-.plx-ico-help-tip-16:before {
- content: "\e923";
-}
-.plx-ico-help-tip-20:before {
- content: "\e924";
-}
-.plx-ico-history-16:before {
- content: "\e925";
-}
-.plx-ico-import-16:before {
- content: "\e926";
-}
-.plx-ico-info-16:before {
- content: "\e927";
-}
-.plx-ico-info-f-20:before {
- content: "\e928";
-}
-.plx-ico-left-16:before {
- content: "\e929";
-}
-.plx-ico-lock-16:before {
- content: "\e92a";
-}
-.plx-ico-magnifier-16:before {
- content: "\e92b";
-}
-.plx-ico-maximize-16:before {
- content: "\e92c";
-}
-.plx-ico-menu-16:before {
- content: "\e92d";
-}
-.plx-ico-message-16:before {
- content: "\e92e";
-}
-.plx-ico-message-20:before {
- content: "\e92f";
-}
-.plx-ico-minus-16:before {
- content: "\e930";
-}
-.plx-ico-modify-16:before {
- content: "\e931";
-}
-.plx-ico-move-16:before {
- content: "\e932";
-}
-.plx-ico-new-16:before {
- content: "\e933";
-}
-.plx-ico-pause-16:before {
- content: "\e934";
-}
-.plx-ico-plus-16:before {
- content: "\e935";
-}
-.plx-ico-print-16:before {
- content: "\e936";
-}
-.plx-ico-reduction-16:before {
- content: "\e937";
-}
-.plx-ico-refresh-16:before {
- content: "\e938";
-}
-.plx-ico-remove-16:before {
- content: "\e939";
-}
-.plx-ico-right-16:before {
- content: "\e93a";
-}
-.plx-ico-save-16:before {
- content: "\e93b";
-}
-.plx-ico-select-16:before {
- content: "\e93c";
-}
-.plx-ico-setting-20:before {
- content: "\e93d";
-}
-.plx-ico-square-down-16:before {
- content: "\e93e";
-}
-.plx-ico-square-left-16:before {
- content: "\e93f";
-}
-.plx-ico-square-right-16:before {
- content: "\e940";
-}
-.plx-ico-square-up-16:before {
- content: "\e941";
-}
-.plx-ico-start-16:before {
- content: "\e942";
-}
-.plx-ico-stop-16:before {
- content: "\e943";
-}
-.plx-ico-sucess-16:before {
- content: "\e944";
-}
-.plx-ico-sucess-f-20:before {
- content: "\e945";
-}
-.plx-ico-three-grid-16:before {
- content: "\e946";
-}
-.plx-ico-three-grid-f-16:before {
- content: "\e947";
-}
-.plx-ico-unlock-16:before {
- content: "\e948";
-}
-.plx-ico-up-16:before {
- content: "\e949";
-}
-.plx-ico-upload-16:before {
- content: "\e94a";
-}
-.plx-ico-user-20:before {
- content: "\e94b";
-}
-.plx-ico-warning-16:before {
- content: "\e94c";
-}
-.plx-ico-warning-f-20:before {
- content: "\e94d";
-}
-.plx-ico-zoom-in-16:before {
- content: "\e94e";
-}
-.plx-ico-zoom-out-16:before {
- content: "\e94f";
-}
-.plx-ico-zoom-overview-16:before {
- content: "\e950";
-}
-.plx-ico-zoom-reset-16:before {
- content: "\e951";
-}
-.plx-ico-config-auto-discover-16:before {
- content: "\e952";
-}
-.plx-ico-config-backup-16:before {
- content: "\e953";
-}
-.plx-ico-config-script-16:before {
- content: "\e954";
-}
-.plx-ico-console-16:before {
- content: "\e955";
-}
-.plx-ico-fm-acknownledge-16:before {
- content: "\e956";
-}
-.plx-ico-fm-alarm-16:before {
- content: "\e957";
-}
-.plx-ico-fm-alarm-box-16:before {
- content: "\e958";
-}
-.plx-ico-fm-alarm-code-16:before {
- content: "\e959";
-}
-.plx-ico-fm-alarm-turn-16:before {
- content: "\e95a";
-}
-.plx-ico-fm-current-alarm-16:before {
- content: "\e95b";
-}
-.plx-ico-fm-group-16:before {
- content: "\e95c";
-}
-.plx-ico-fm-history-alarm-16:before {
- content: "\e95d";
-}
-.plx-ico-fm-moc-16:before {
- content: "\e95e";
-}
-.plx-ico-fm-notice-alarm-16:before {
- content: "\e95f";
-}
-.plx-ico-fm-no-voice-16:before {
- content: "\e960";
-}
-.plx-ico-fm-restype-16:before {
- content: "\e961";
-}
-.plx-ico-fm-setting-16:before {
- content: "\e962";
-}
-.plx-ico-fm-unacknownledge-16:before {
- content: "\e963";
-}
-.plx-ico-fm-voice-16:before {
- content: "\e964";
-}
-.plx-ico-hmf-16:before {
- content: "\e965";
-}
-.plx-ico-license-16:before {
- content: "\e966";
-}
-.plx-ico-log-16:before {
- content: "\e967";
-}
-.plx-ico-mml-16:before {
- content: "\e968";
-}
-.plx-ico-mml-batch-command-16:before {
- content: "\e969";
-}
-.plx-ico-mml-debug-16:before {
- content: "\e96a";
-}
-.plx-ico-mml-dele-single-16:before {
- content: "\e96b";
-}
-.plx-ico-mml-execut-next-16:before {
- content: "\e96c";
-}
-.plx-ico-mml-grammar-check-16:before {
- content: "\e96d";
-}
-.plx-ico-mml-lose-error-16:before {
- content: "\e96e";
-}
-.plx-ico-mml-parallel-16:before {
- content: "\e96f";
-}
-.plx-ico-mml-single-command-16:before {
- content: "\e970";
-}
-.plx-ico-octopus-16:before {
- content: "\e971";
-}
-.plx-ico-performance-16:before {
- content: "\e972";
-}
-.plx-ico-pm-customized-16:before {
- content: "\e973";
-}
-.plx-ico-pm-monitor-16:before {
- content: "\e974";
-}
-.plx-ico-pm-query-16:before {
- content: "\e975";
-}
-.plx-ico-sm-16:before {
- content: "\e976";
-}
-.plx-ico-sm-admin-16:before {
- content: "\e977";
-}
-.plx-ico-sm-blacklist-16:before {
- content: "\e978";
-}
-.plx-ico-sm-department-16:before {
- content: "\e979";
-}
-.plx-ico-sm-follow-up-16:before {
- content: "\e97a";
-}
-.plx-ico-sm-maintain-16:before {
- content: "\e97b";
-}
-.plx-ico-sm-operation-16:before {
- content: "\e97c";
-}
-.plx-ico-sm-role-16:before {
- content: "\e97d";
-}
-.plx-ico-sm-roleset-16:before {
- content: "\e97e";
-}
-.plx-ico-sm-syn-down-16:before {
- content: "\e97f";
-}
-.plx-ico-sm-user-16:before {
- content: "\e980";
-}
-.plx-ico-sm-user-compare-16:before {
- content: "\e981";
-}
-.plx-ico-sm-user-dispatch-16:before {
- content: "\e982";
-}
-.plx-ico-sm-user-managment-16:before {
- content: "\e983";
-}
-.plx-ico-topo-group-16:before {
- content: "\e984";
-}
-.plx-ico-topo-layer-access-16:before {
- content: "\e985";
-}
-.plx-ico-topo-logic-16:before {
- content: "\e986";
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/FontAwesome.otf b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/FontAwesome.otf
deleted file mode 100644
index 401ec0f3..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/FontAwesome.otf
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteIctIcons.eot b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteIctIcons.eot
deleted file mode 100644
index 8ddba569..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteIctIcons.eot
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteIctIcons.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteIctIcons.svg
deleted file mode 100644
index 94a04d7c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteIctIcons.svg
+++ /dev/null
@@ -1,239 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>Generated by IcoMoon</metadata>
-<defs>
-<font id="ZteIctIcons" horiz-adv-x="1024">
-<font-face units-per-em="1024" ascent="960" descent="-64" />
-<missing-glyph horiz-adv-x="1024" />
-<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
-<glyph unicode="&#xe900;" glyph-name="pm-query" d="M448 320c57.6 0 108.8 19.2 147.2 51.2l147.2-147.2c6.4-6.4 12.8-6.4 25.6-6.4s19.2 0 25.6 6.4c12.8 12.8 12.8 32 0 44.8l-147.2 147.2c32 38.4 57.6 96 57.6 160 0 140.8-115.2 256-256 256s-256-115.2-256-256c0-140.8 115.2-256 256-256zM448 768c108.8 0 192-83.2 192-192s-83.2-192-192-192-192 83.2-192 192 83.2 192 192 192zM864 128h-672v236.8c0 19.2-12.8 32-32 32s-32-12.8-32-32v-268.8c0-19.2 12.8-32 32-32h704c19.2 0 32 12.8 32 32s-12.8 32-32 32z" />
-<glyph unicode="&#xe901;" glyph-name="sm-follow-up" d="M153.6 499.2c12.8-6.4 32 6.4 38.4 25.6 38.4 140.8 172.8 243.2 320 243.2s281.6-102.4 320-243.2c6.4-12.8 19.2-25.6 32-25.6 0 0 6.4 0 6.4 0 19.2 6.4 25.6 25.6 19.2 38.4-44.8 172.8-204.8 294.4-377.6 294.4-128 0-243.2-64-320-166.4v70.4c0 19.2-12.8 32-32 32s-32-12.8-32-32v-192c0 0 0-6.4 0-6.4 0-12.8 6.4-32 25.6-38.4zM896 358.4c6.4 19.2-6.4 32-19.2 38.4-19.2 6.4-32-6.4-38.4-19.2-44.8-147.2-172.8-243.2-320-243.2s-281.6 102.4-320 243.2c-12.8 12.8-32 25.6-44.8 19.2-19.2-6.4-32-25.6-25.6-38.4 51.2-172.8 211.2-294.4 384-294.4 128 0 243.2 64 320 166.4v-70.4c0-19.2 12.8-32 32-32s32 12.8 32 32v198.4c0-6.4 0 0 0 0zM486.4 627.2l-160-256c-6.4-12.8-6.4-25.6 0-32 6.4-12.8 12.8-19.2 25.6-19.2h320c12.8 0 19.2 6.4 25.6 19.2s6.4 25.6 0 32l-160 256c-12.8 19.2-38.4 19.2-51.2 0zM409.6 384l102.4 166.4 102.4-166.4h-204.8z" />
-<glyph unicode="&#xe902;" glyph-name="sm-syn-down" d="M672 576h-320c-12.8 0-19.2-6.4-25.6-19.2-6.4-6.4-6.4-19.2 0-32l160-256c6.4-6.4 12.8-12.8 25.6-12.8s19.2 6.4 25.6 12.8l160 256c6.4 12.8 6.4 19.2 0 32s-12.8 19.2-25.6 19.2zM512 345.6l-102.4 166.4h204.8l-102.4-166.4zM153.6 499.2c12.8-6.4 32 6.4 38.4 25.6 38.4 140.8 172.8 243.2 320 243.2s281.6-102.4 320-243.2c6.4-12.8 19.2-25.6 32-25.6 0 0 6.4 0 6.4 0 19.2 6.4 25.6 25.6 19.2 38.4-44.8 172.8-204.8 294.4-377.6 294.4-128 0-243.2-64-320-166.4v70.4c0 19.2-12.8 32-32 32s-32-12.8-32-32v-192c0 0 0-6.4 0-6.4 0-12.8 6.4-32 25.6-38.4zM896 358.4c6.4 19.2-6.4 32-19.2 38.4-19.2 6.4-32-6.4-38.4-19.2-44.8-147.2-172.8-243.2-320-243.2s-281.6 102.4-320 243.2c-12.8 12.8-32 25.6-44.8 19.2-19.2-6.4-32-25.6-25.6-38.4 51.2-172.8 211.2-294.4 384-294.4 128 0 243.2 64 320 166.4v-70.4c0-19.2 12.8-32 32-32s32 12.8 32 32v198.4c0-6.4 0 0 0 0z" />
-<glyph unicode="&#xe903;" glyph-name="pm" d="M870.4 896h-716.8c-51.2 0-96-44.8-96-96v-704c0-51.2 44.8-96 96-96h716.8c51.2 0 96 44.8 96 96v704c0 51.2-44.8 96-96 96zM153.6 832h716.8c19.2 0 32-12.8 32-32v-281.6c0 0 0 0 0 0h-224c-12.8 0-25.6-6.4-32-19.2l-25.6-51.2-51.2 236.8c0 12.8-12.8 25.6-32 25.6-12.8 0-25.6-12.8-32-25.6l-96-345.6-32 147.2c-6.4 12.8-19.2 19.2-32 25.6-12.8 0-25.6-6.4-32-19.2l-51.2-102.4h-140.8v409.6c0 19.2 12.8 32 32 32zM870.4 64h-716.8c-19.2 0-32 12.8-32 32v230.4h160c12.8 0 25.6 6.4 25.6 19.2l25.6 44.8 44.8-179.2c6.4-12.8 19.2-25.6 32-25.6 0 0 0 0 0 0 12.8 0 25.6 6.4 32 25.6l96 332.8 38.4-204.8c0-12.8 12.8-19.2 25.6-19.2s25.6 6.4 32 19.2l57.6 121.6h204.8c0 0 0 0 0 0v-358.4c6.4-25.6-6.4-38.4-25.6-38.4z" />
-<glyph unicode="&#xe904;" glyph-name="pm-monitor" d="M864 896h-704c-51.2 0-96-44.8-96-96v-512c0-51.2 44.8-96 96-96h224v-128h-96c-19.2 0-32-12.8-32-32s12.8-32 32-32h448c19.2 0 32 12.8 32 32s-12.8 32-32 32h-96v128h224c51.2 0 96 44.8 96 96v512c0 51.2-44.8 96-96 96zM576 64h-128v128h128v-128zM896 288c0-19.2-12.8-32-32-32h-704c-19.2 0-32 12.8-32 32v512c0 19.2 12.8 32 32 32h704c19.2 0 32-12.8 32-32v-512zM512 710.4c-166.4 0-307.2-134.4-313.6-140.8-12.8-12.8-12.8-25.6 0-38.4 6.4-6.4 140.8-147.2 313.6-147.2 166.4 0 307.2 134.4 313.6 140.8 12.8 12.8 12.8 25.6 0 38.4-6.4 6.4-147.2 147.2-313.6 147.2zM512 512c-19.2 0-38.4 6.4-38.4 32s19.2 44.8 38.4 44.8 38.4-19.2 38.4-38.4-12.8-38.4-38.4-38.4zM473.6 640c-38.4-12.8-64-51.2-64-96s25.6-76.8 64-89.6c-89.6 12.8-166.4 57.6-204.8 89.6 38.4 32 115.2 83.2 204.8 96zM556.8 454.4c38.4 19.2 57.6 44.8 57.6 89.6s-25.6 76.8-57.6 96c83.2-12.8 160-64 192-96-32-32-108.8-70.4-192-89.6z" />
-<glyph unicode="&#xe905;" glyph-name="pm-customized" d="M832 576c-12.8 0-19.2 0-32-6.4v70.4c0 51.2-44.8 96-96 96h-102.4c0 12.8 6.4 19.2 6.4 32 0 70.4-57.6 128-128 128s-128-57.6-128-128c0-12.8 0-19.2 6.4-32h-198.4c-51.2 0-96-44.8-96-96v-121.6c0-12.8 6.4-25.6 19.2-32s25.6 0 32 6.4c12.8 12.8 32 19.2 44.8 19.2 38.4 0 64-25.6 64-64s-25.6-64-64-64c-12.8 0-32 6.4-44.8 19.2-6.4 6.4-19.2 6.4-32 6.4-12.8-6.4-19.2-19.2-19.2-32v-121.6c0-51.2 44.8-96 96-96h198.4c0-12.8-6.4-19.2-6.4-32 0-70.4 57.6-128 128-128s128 57.6 128 128c0 12.8 0 19.2-6.4 32h102.4c51.2 0 96 44.8 96 96v70.4c12.8 0 19.2-6.4 32-6.4 70.4 0 128 57.6 128 128s-57.6 128-128 128zM832 384c-12.8 0-32 6.4-44.8 19.2-6.4 6.4-25.6 12.8-32 6.4-12.8-6.4-19.2-19.2-19.2-32v-121.6c0-19.2-12.8-32-32-32h-153.6c-12.8 0-25.6-6.4-32-19.2s0-25.6 6.4-32 19.2-25.6 19.2-44.8c0-38.4-25.6-64-64-64s-64 25.6-64 64c0 19.2 6.4 32 19.2 44.8 6.4 6.4 12.8 25.6 6.4 32-6.4 12.8-19.2 19.2-32 19.2h-249.6c-19.2 0-32 12.8-32 32v70.4c12.8-6.4 19.2-6.4 32-6.4 70.4 0 128 57.6 128 128s-57.6 128-128 128c-12.8 0-19.2 0-32-6.4v70.4c0 19.2 12.8 32 32 32h249.6c12.8 0 25.6 6.4 32 19.2s0 25.6-6.4 32c-12.8 12.8-19.2 25.6-19.2 44.8 0 38.4 25.6 64 64 64s64-25.6 64-64c0-19.2-6.4-32-19.2-44.8-6.4-6.4-6.4-19.2 0-32s19.2-19.2 32-19.2h153.6c12.8 0 25.6-12.8 25.6-32v-121.6c0-12.8 6.4-25.6 19.2-32s25.6 0 32 6.4c12.8 12.8 32 19.2 44.8 19.2 38.4 0 64-25.6 64-64s-25.6-64-64-64z" />
-<glyph unicode="&#xe906;" glyph-name="fm-group" d="M518.4 339.2c-25.6 0-57.6 6.4-83.2 25.6l-243.2 140.8c-44.8 19.2-64 57.6-64 89.6 0 38.4 25.6 64 64 83.2l243.2 128c44.8 25.6 102.4 25.6 147.2 0l249.6-134.4c38.4-25.6 64-57.6 64-96 0-32-25.6-64-57.6-76.8l-243.2-134.4c-19.2-19.2-51.2-25.6-76.8-25.6zM512 761.6c-12.8 0-32-6.4-44.8-12.8l-243.2-128c-19.2-6.4-32-12.8-32-25.6s6.4-25.6 25.6-38.4l249.6-140.8c25.6-19.2 64-19.2 89.6 0l243.2 134.4c19.2 6.4 32 12.8 32 25.6s-12.8 32-32 38.4l-243.2 140.8c-19.2 6.4-32 6.4-44.8 6.4zM518.4 64c-25.6 0-57.6 6.4-83.2 25.6l-249.6 147.2c-32 19.2-57.6 51.2-57.6 83.2s25.6 70.4 64 89.6l12.8 6.4c12.8 6.4 32 0 44.8-12.8 6.4-12.8 0-32-12.8-44.8h-19.2c-12.8-12.8-25.6-25.6-25.6-38.4s12.8-25.6 25.6-32l249.6-147.2c32-19.2 64-19.2 96 0l243.2 140.8c19.2 6.4 25.6 19.2 25.6 32s-12.8 25.6-25.6 32l-12.8 6.4c-19.2 12.8-25.6 32-12.8 44.8 6.4 12.8 25.6 19.2 44.8 12.8l6.4-6.4c38.4-19.2 64-51.2 64-89.6s-19.2-70.4-57.6-89.6l-243.2-140.8c-19.2-12.8-51.2-19.2-76.8-19.2z" />
-<glyph unicode="&#xe907;" glyph-name="fm-alarm-code" d="M640 192h-256c-19.2 0-32 12.8-32 32s12.8 32 32 32h256c19.2 0 32-12.8 32-32s-12.8-32-32-32zM512 416c-19.2 0-32 12.8-32 32v192c0 19.2 12.8 32 32 32s32-12.8 32-32v-192c0-19.2-12.8-32-32-32zM544 352c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM800 64h-576c-57.6 0-96 38.4-96 96v576c0 57.6 38.4 96 96 96h576c57.6 0 96-38.4 96-96v-576c0-57.6-38.4-96-96-96zM224 768c-19.2 0-32-12.8-32-32v-576c0-19.2 12.8-32 32-32h576c19.2 0 32 12.8 32 32v576c0 19.2-12.8 32-32 32h-576z" />
-<glyph unicode="&#xe908;" glyph-name="new" d="M864 505.6h-352v358.4c0 19.2-12.8 32-32 32s-32-12.8-32-32v-352h-352c-19.2-6.4-32-19.2-32-38.4s12.8-32 32-32h352v-352c0-12.8 12.8-25.6 32-25.6s32 12.8 32 32v345.6h352c19.2 0 32 12.8 32 32s-12.8 32-32 32z" />
-<glyph unicode="&#xe909;" glyph-name="fm-restype" d="M390.4 64h-166.4c-51.2 0-96 44.8-96 96v166.4c0 51.2 44.8 96 96 96h166.4c51.2 0 96-44.8 96-96v-166.4c0-51.2-44.8-96-96-96zM224 358.4c-19.2 0-32-12.8-32-32v-166.4c0-19.2 12.8-32 32-32h166.4c19.2 0 32 12.8 32 32v166.4c0 19.2-12.8 32-32 32h-166.4zM390.4 473.6h-166.4c-51.2 0-96 44.8-96 96v166.4c0 51.2 44.8 96 96 96h166.4c51.2 0 96-44.8 96-96v-166.4c0-51.2-44.8-96-96-96zM224 768c-19.2 0-32-12.8-32-32v-166.4c0-19.2 12.8-32 32-32h166.4c19.2 0 32 12.8 32 32v166.4c0 19.2-12.8 32-32 32h-166.4zM800 64h-166.4c-51.2 0-96 44.8-96 96v166.4c0 51.2 44.8 96 96 96h166.4c51.2 0 96-44.8 96-96v-166.4c0-51.2-44.8-96-96-96zM633.6 358.4c-19.2 0-32-12.8-32-32v-166.4c0-19.2 12.8-32 32-32h166.4c19.2 0 32 12.8 32 32v166.4c0 19.2-12.8 32-32 32h-166.4zM800 473.6h-166.4c-51.2 0-96 44.8-96 96v166.4c0 51.2 44.8 96 96 96h166.4c51.2 0 96-44.8 96-96v-166.4c0-51.2-44.8-96-96-96zM633.6 768c-19.2 0-32-12.8-32-32v-166.4c0-19.2 12.8-32 32-32h166.4c19.2 0 32 12.8 32 32v166.4c0 19.2-12.8 32-32 32h-166.4z" />
-<glyph unicode="&#xe90a;" glyph-name="fm-moc" d="M716.8 620.8l-160 96c-32 19.2-64 19.2-96 0l-153.6-96c-32-12.8-51.2-44.8-51.2-76.8v-185.6c0-32 19.2-64 44.8-83.2l160-89.6c12.8-6.4 32-12.8 51.2-12.8s32 6.4 51.2 12.8l160 89.6c32 19.2 44.8 51.2 51.2 83.2v179.2c-12.8 38.4-32 70.4-57.6 83.2zM492.8 659.2c12.8 6.4 19.2 6.4 32 0l147.2-83.2-166.4-89.6-160 89.6 147.2 83.2zM332.8 326.4c-12.8 6.4-12.8 19.2-12.8 32v160l160-89.6v-185.6l-147.2 83.2zM684.8 326.4l-147.2-83.2v185.6l160 89.6v-160c0-12.8-6.4-25.6-12.8-32zM864 704l-300.8 172.8c-32 19.2-70.4 19.2-96 0l-307.2-172.8c-25.6-19.2-44.8-51.2-44.8-83.2v-352c0-32 19.2-64 44.8-83.2l300.8-172.8c19.2-6.4 38.4-12.8 51.2-12.8s32 6.4 51.2 12.8l300.8 172.8c32 19.2 44.8 51.2 51.2 83.2v352c-6.4 32-19.2 64-51.2 83.2zM844.8 268.8c0-12.8-6.4-19.2-19.2-25.6l-300.8-172.8c-12.8-6.4-19.2-6.4-32 0l-300.8 172.8c-12.8 6.4-12.8 19.2-12.8 25.6v352c0 12.8 6.4 19.2 12.8 25.6l300.8 172.8c6.4 0 12.8 6.4 19.2 6.4s12.8 0 19.2-6.4l300.8-172.8c12.8-6.4 19.2-19.2 19.2-25.6v-352z" />
-<glyph unicode="&#xe90b;" glyph-name="col" d="M224 0c-19.2 0-32 12.8-32 32v832c0 12.8 12.8 32 32 32s32-19.2 32-32v-832c0-19.2-12.8-32-32-32zM480 0c-12.8 0-32 12.8-32 32v832c0 12.8 19.2 32 32 32s32-19.2 32-32v-832c0-19.2-12.8-32-32-32zM736 0c-19.2 0-32 12.8-32 32v832c0 12.8 19.2 32 32 32s32-19.2 32-32v-832c0-19.2-12.8-32-32-32z" />
-<glyph unicode="&#xe90c;" glyph-name="filter" d="M889.6 876.8c0 12.8-12.8 19.2-25.6 19.2h-704c-12.8 0-25.6-6.4-25.6-19.2-6.4-6.4-6.4-19.2 0-32l249.6-358.4v-262.4c0-6.4 6.4-19.2 6.4-25.6l192-192c6.4 0 19.2-6.4 25.6-6.4s6.4 0 12.8 0c12.8 6.4 19.2 19.2 19.2 32v454.4l249.6 358.4c6.4 12.8 6.4 25.6 0 32zM582.4 518.4c-6.4-6.4-6.4-12.8-6.4-19.2v-390.4l-128 128v262.4c0 6.4 0 12.8-6.4 19.2l-217.6 313.6h582.4l-224-313.6z" />
-<glyph unicode="&#xe90d;" glyph-name="filter-f" d="M889.6 876.8c0 12.8-12.8 19.2-25.6 19.2h-704c-12.8 0-25.6-6.4-25.6-19.2-6.4-6.4-6.4-19.2 0-32l249.6-358.4v-262.4c0-6.4 6.4-19.2 6.4-25.6l192-192c6.4 0 19.2-6.4 25.6-6.4s6.4 0 12.8 0c12.8 6.4 19.2 19.2 19.2 32v454.4l249.6 358.4c6.4 12.8 6.4 25.6 0 32z" />
-<glyph unicode="&#xe90e;" glyph-name="code" d="M826.514 813.714h-629.029c-109.714 0-197.486-65.829-197.486-153.6v-563.2c0-95.086 87.771-160.914 197.486-160.914h629.029c109.714 0 197.486 73.143 197.486 160.914v563.2c0 87.771-87.771 153.6-197.486 153.6zM950.857 89.6c0-43.886-58.514-87.771-124.343-87.771h-629.029c-65.829 7.314-124.343 43.886-124.343 87.771v570.514c0 43.886 58.514 80.457 124.343 80.457h629.029c65.829 0 124.343-36.571 124.343-80.457v-570.514zM724.114 521.143c-14.629 14.629-36.571 14.629-51.2 0s-14.629-36.571 0-51.2l102.4-102.4-95.086-102.4c-14.629-14.629-14.629-36.571 0-51.2 7.314-7.314 14.629-7.314 21.943-7.314s21.943 7.314 29.257 14.629l124.343 131.657c14.629 14.629 14.629 36.571 0 51.2l-131.657 117.029zM365.714 506.514c-14.629 14.629-36.571 14.629-51.2 0l-124.343-124.343c-14.629-14.629-14.629-36.571 0-51.2l124.343-131.657c7.314-7.314 14.629-14.629 29.257-14.629 7.314 0 14.629 0 21.943 7.314 14.629 14.629 14.629 36.571 0 51.2l-102.4 109.714 102.4 102.4c14.629 14.629 14.629 36.571 0 51.2zM585.143 535.771c-21.943 7.314-43.886 0-51.2-21.943l-87.771-292.571c-7.314-21.943 7.314-36.571 21.943-43.886 0 0 7.314 0 7.314 0 14.629 0 29.257 7.314 36.571 29.257l87.771 292.571c14.629 14.629 0 36.571-14.629 36.571z" />
-<glyph unicode="&#xe90f;" glyph-name="code-f" d="M826.514 813.714h-629.029c-109.714 0-197.486-65.829-197.486-153.6v-563.2c0-95.086 87.771-160.914 197.486-160.914h629.029c109.714 0 197.486 73.143 197.486 160.914v563.2c0 87.771-87.771 153.6-197.486 153.6zM365.714 250.514c14.629-14.629 14.629-36.571 0-51.2-7.314-7.314-14.629-7.314-21.943-7.314s-21.943 7.314-29.257 14.629l-124.343 124.343c-14.629 14.629-14.629 36.571 0 51.2l131.657 131.657c7.314 7.314 29.257 7.314 43.886-7.314s14.629-36.571 0-51.2l-102.4-102.4 102.4-102.4zM607.086 491.886l-87.771-292.571c-7.314-14.629-21.943-29.257-36.571-29.257 0 0-7.314 0-7.314 0-21.943 7.314-29.257 29.257-21.943 43.886l87.771 292.571c0 29.257 21.943 36.571 43.886 29.257 14.629 0 29.257-21.943 21.943-43.886zM855.771 345.6l-124.343-131.657c-7.314-7.314-14.629-14.629-29.257-14.629-7.314 0-14.629 0-21.943 7.314-14.629 14.629-14.629 36.571 0 51.2l95.086 102.4-102.4 109.714c-14.629 14.629-14.629 36.571 0 51.2s36.571 14.629 51.2 0l131.657-131.657c14.629-7.314 14.629-29.257 0-43.886z" />
-<glyph unicode="&#xe910;" glyph-name="fullScreen" d="M237.6 769.1h114.4c17.7 0 32 14.3 32 32s-14.3 32-32 32h-191.9c-17.7 0-32-14.3-32-32v-193.1c0-17.7 14.3-32 32-32s32 14.3 32 32v116.1l203.3-204.6c6.3-6.3 14.5-9.4 22.7-9.4s16.3 3.1 22.6 9.3c12.5 12.5 12.6 32.7 0.1 45.3l-203.2 204.4zM863.9 320c-17.7 0-32-14.3-32-32v-115l-203.3 204.6c-12.5 12.5-32.7 12.6-45.3 0.1-12.5-12.5-12.6-32.7-0.1-45.3l203.2-204.4h-113.3c-17.7 0-32-14.3-32-32s14.3-32 32-32h190.8c17.7 0 32 14.3 32 32v192c0 17.7-14.4 32-32 32zM864 832h-253.9c-17.7 0-32-14.3-32-32s14.3-32 32-32h221.9v-225.1c0-17.7 14.3-32 32-32s32 14.3 32 32v257.1c0 17.7-14.3 32-32 32zM413.9 128h-221.9v225.1c0 17.7-14.3 32-32 32s-32-14.3-32-32v-257.1c0-17.7 14.3-32 32-32h253.9c17.7 0 32 14.3 32 32s-14.4 32-32 32z" />
-<glyph unicode="&#xe911;" glyph-name="reduction" d="M683.1 323.6h114.4c17.7 0 32 14.3 32 32s-14.3 32-32 32h-191.9c-17.7 0-32-14.3-32-32v-193.1c0-17.7 14.3-32 32-32s32 14.3 32 32v116.1l203.3-204.6c6.3-6.3 14.5-9.4 22.7-9.4s16.3 3.1 22.6 9.3c12.5 12.5 12.6 32.7 0.1 45.3l-203.2 204.4zM417.4 765.5c-17.7 0-32-14.3-32-32v-115l-203.3 204.6c-12.5 12.5-32.7 12.6-45.3 0.1-12.5-12.5-12.6-32.7-0.1-45.3l203.2-204.5h-113.3c-17.7 0-32-14.3-32-32s14.3-32 32-32h190.8c17.7 0 32 14.3 32 32v192c0 17.8-14.4 32.1-32 32.1zM864 832h-253.9c-17.7 0-32-14.3-32-32s14.3-32 32-32h221.9v-225.1c0-17.7 14.3-32 32-32s32 14.3 32 32v257.1c0 17.7-14.3 32-32 32zM413.9 128h-221.9v225.1c0 17.7-14.3 32-32 32s-32-14.3-32-32v-257.1c0-17.7 14.3-32 32-32h253.9c17.7 0 32 14.3 32 32s-14.4 32-32 32z" />
-<glyph unicode="&#xe912;" glyph-name="userCompare" d="M290.88 350.848h-148.608v-64h148.672v-123.84l132.096 155.84-132.16 161.152zM547.904 445.952l-1.344 9.6-6.528 7.296c-1.728 1.856-42.432 47.104-82.368 73.024-25.664 16.832-60.16 28.224-84.16 34.816 5.76 12.096 27.392 57.536 30.784 67.392 3.2 2.24 8.576 5.888 13.44 11.968 12.608 15.424 21.76 74.048 11.264 94.272-0.96 1.664-1.856 3.328-3.008 4.672 3.648 22.144 8.64 59.072 5.056 76.928-1.536 7.808-10.048 48.192-27.008 71.424-15.744 21.376-44.16 33.664-67.136 31.68-8.256 7.040-37.12 29.312-72.768 30.976-37.888 0-121.984-27.008-139.968-110.464-9.152-42.56-8.128-76.416-5.184-98.688l-1.984-16.96c-0.448-3.712-4.096-36.608 4.736-63.232 6.72-20.608 19.904-35.52 28.096-43.264 12.992-31.232 22.080-48.384 28.288-58.176-67.264-22.528-167.872-65.152-173.248-120l-1.856-18.496c-3.264-32.192-4.48-44.352-0.704-61.12 4.544-20.736 46.144-42.88 98.688-60.096v67.968c-15.936 6.144-28.928 11.904-36.928 16.256 0.192 5.76 0.96 14.528 2.56 30.592l1.344 16.512c7.552 16.128 74.816 50.112 141.312 71.36l29.888 20.032 3.2 9.472c6.592 19.776 6.976 46.848-9.408 60.736-4.032 5.056-15.36 28.544-24.96 51.712l-6.976 13.952-5.888 4.672c-2.496 1.984-9.792 9.088-12.608 17.856-1.472 4.48-2.24 10.496-2.56 16.512l15.296 5.376-9.6 29.888c-0.128 0.32-11.392 36.416 0.96 93.44 10.624 49.28 64.64 59.968 78.016 59.968 8.128-0.384 22.016-8.64 29.888-15.040 9.344-10.112 27.264-19.072 48.128-15.68 2.24 0 6.72-1.728 9.6-5.696 5.12-7.104 12.288-27.712 15.872-45.696 1.024-7.36-2.24-36.864-7.104-64.832l-4.48-36.096 12.864-3.776c-0.64-8.448-1.792-17.6-1.28-18.112-6.016-4.16-17.024-11.712-23.488-29.568-3.264-9.216-19.264-42.88-26.624-58.176l-15.424-10.496 7.808-73.408 23.104-4.608c15.872-3.136 62.912-14.976 89.152-32.128 24.384-16 50.88-42.496 62.976-55.104 1.472-15.104 1.92-30.72 1.088-38.848-7.616-5.184-24.128-12.544-47.744-19.776v-65.984c54.336 14.272 98.496 34.624 107.52 60.352 8.512 24.96 3.136 69.696 1.408 82.816zM747.328 123.904h148.544v-64h-148.608v-123.904l-132.096 155.904 132.16 161.088zM1020.672 219.008l-1.344 9.6-6.528 7.232c-1.664 1.856-42.368 47.104-82.304 73.024-25.664 16.896-60.16 28.224-84.16 34.88 5.76 12.096 27.392 57.472 30.784 67.392 3.2 2.24 8.576 5.888 13.44 11.968 12.608 15.424 21.76 74.048 11.264 94.272-0.96 1.664-1.856 3.328-3.008 4.672 3.648 22.144 8.64 59.072 5.056 76.928-1.536 7.744-10.048 48.128-27.072 71.36-15.68 21.376-44.096 33.664-67.136 31.68-8.256 7.040-37.12 29.312-72.768 30.976-37.888 0-121.984-27.008-139.968-110.464-9.088-42.56-8.128-76.416-5.12-98.624l-1.984-17.024c-0.448-3.712-4.16-36.608 4.736-63.232 6.72-20.608 19.904-35.52 28.096-43.264 12.992-31.232 22.080-48.384 28.288-58.112-67.328-22.528-167.936-65.152-173.312-120l-1.856-18.496c-3.264-32.256-4.48-44.352-0.704-61.12 4.544-20.736 46.144-42.88 98.688-60.096v68.032c-15.936 6.144-28.928 11.904-36.928 16.256 0.192 5.76 0.96 14.528 2.56 30.656l1.344 16.512c7.488 16.128 74.816 50.112 141.248 71.36l29.888 20.032 3.2 9.472c6.592 19.776 6.976 46.784-9.408 60.672-3.968 5.056-15.232 28.544-24.896 51.712l-6.976 14.016-5.888 4.608c-2.496 1.984-9.728 9.152-12.608 17.856-1.472 4.48-2.24 10.496-2.56 16.512l15.296 5.376-9.536 29.888c-0.128 0.384-11.456 36.416 0.96 93.44 10.624 49.28 64.64 59.968 78.016 59.968 8.128-0.384 22.016-8.64 29.888-15.040 9.344-10.112 27.264-19.072 48.128-15.68 2.24 0 6.72-1.728 9.6-5.696 5.12-7.104 12.288-27.712 15.872-45.696 1.024-7.36-2.24-36.864-7.104-64.832l-4.48-36.224 12.864-3.776c-0.704-8.448-1.792-17.6-1.344-18.112-6.016-4.096-17.024-11.712-23.488-29.568-3.264-9.216-19.264-42.88-26.624-58.176l-15.424-10.496 7.808-73.344 23.104-4.608c15.872-3.136 62.912-14.976 89.152-32.128 24.384-16 50.88-42.496 62.976-55.104 1.472-15.104 1.92-30.72 1.088-38.848-7.552-5.12-24.064-12.48-47.68-19.776v-65.984c54.4 14.272 98.496 34.624 107.52 60.352 8.512 24.96 3.136 69.696 1.344 82.816z" />
-<glyph unicode="&#xe913;" glyph-name="userDispatch" d="M998.144 275.648l-251.456 292.288 1.344-203.328c-25.344-8.128-79.488-14.4-128.384 0-64.576 19.072-138.368 59.584-139.136 59.968l-55.872 30.784 8.704-63.168c0.576-4.544 16.384-112.384 110.72-180.8 76.544-55.616 160.832-67.712 205.632-69.824l-0.64-197.952 249.088 332.032zM581.632 263.104c-28.48 20.736-47.808 46.656-60.608 70.464 24.64-10.944 52.992-22.208 80.512-30.336 27.584-8.128 55.616-12.16 83.456-12.16 65.344 0 108.544 22.784 110.336 23.808l17.024 9.152-0.384 70.144 104.256-121.28-102.464-136.512 0.128 72.128-34.88-2.944c-3.264-0.256-107.584-7.68-197.376 57.536zM420.608 0.128c-154.624-3.904-318.336 61.696-356.288 85.12-0.896 10.432 0.512 24.576 4.096 59.2l3.008 29.696c2.624 25.984 117.312 85.888 235.968 123.264l37.248 25.152 3.2 9.6c2.944 8.832 16.192 54.080-11.84 77.952-7.040 8.128-26.88 49.28-41.728 84.48l-8.96 17.664-6.016 4.544c-0.192 0.128-19.2 14.72-26.432 36.352-4.288 12.864-5.248 30.080-5.056 43.84l20.48 7.104-10.176 30.208c-0.192 0.576-19.776 60.544 0.96 154.816 18.752 85.12 112.448 108.544 143.104 107.648 21.44-0.96 49.024-20.032 59.392-28.416 11.456-12.672 32.704-24.448 60.032-19.584 9.344 1.792 24.704-4.16 33.92-16.32 11.264-15.040 22.656-50.88 28.224-78.592 2.496-12.48-3.648-64.128-11.136-106.368l-4.224-40.064 18.496-6.4c-0.576-16.832-5.696-48.384-10.816-56.256-8.384-5.568-22.336-14.848-30.464-37.44l60.352-21.568c0.96 2.624 0.96 2.624 5.696 5.76 4.672 3.2 11.2 7.552 17.536 14.976 16.32 19.648 29.184 102.784 15.936 127.36-2.304 4.224-5.056 7.808-8 10.88 4.864 28.16 14.976 93.76 9.344 121.664-2.24 11.648-15.232 71.552-39.744 104.384-22.656 30.208-61.248 46.72-96.832 39.424l-4.608 4.992c-5.12 4.48-50.944 43.264-100.16 45.504-54.784 2.688-181.312-33.984-208.512-157.824-15.616-70.784-11.712-125.824-6.4-158.016l-4.864-20.8c-0.576-5.312-5.824-53.056 6.784-91.136 10.368-31.168 31.552-52.736 42.496-62.272l1.408-2.816c15.68-37.12 37.12-83.328 53.44-101.44 0-1.344-0.128-3.328-0.384-5.248l-5.888-4.288c-84.096-26.816-267.264-94.4-275.456-176.384l-3.008-29.504c-5.12-49.152-6.784-65.664-1.408-89.344 10.944-47.936 242.368-125.632 405.568-125.632 4.48 0 9.024 0.064 13.504 0.192 105.024 2.944 179.456 14.464 182.656 14.912l-9.984 63.232c-0.704-0.064-73.6-11.456-174.464-14.208z" />
-<glyph unicode="&#xe914;" glyph-name="voice" d="M541.257 821.029c-14.629 7.314-36.571 0-51.2-7.314l-226.743-219.429h-197.486c-29.257 0-43.886-21.943-43.886-43.886v-321.829c0-29.257 21.943-43.886 43.886-43.886h197.486l226.743-219.429c7.314-7.314 21.943-14.629 36.571-14.629 7.314 0 14.629 0 14.629 0 14.629 7.314 29.257 21.943 29.257 43.886v782.629c0 21.943-7.314 36.571-29.257 43.886zM497.371 53.029l-190.171 182.857c-7.314 14.629-14.629 14.629-29.257 14.629h-182.857v263.314h182.857c14.629 0 21.943 7.314 29.257 14.629l190.171 182.857v-658.286zM680.229 608.914c-14.629-14.629-14.629-43.886 0-58.514 0 0 51.2-51.2 51.2-168.229 0-153.6-51.2-204.8-51.2-204.8-14.629-14.629-14.629-36.571 0-51.2 7.314-7.314 14.629-14.629 29.257-14.629 7.314 0 21.943 0 21.943 7.314 7.314 7.314 73.143 73.143 73.143 256 0 153.6-73.143 219.429-73.143 219.429-14.629 29.257-36.571 29.257-51.2 14.629zM870.4 777.143c-14.629 14.629-36.571 14.629-51.2 0s-14.629-36.571 0-51.2c0 0 109.714-102.4 109.714-329.143 0-292.571-102.4-387.657-109.714-387.657-14.629-14.629-14.629-36.571-7.314-51.2 7.314-7.314 14.629-14.629 29.257-14.629 7.314 0 14.629 0 21.943 7.314s131.657 117.029 131.657 438.857c7.314 263.314-117.029 387.657-124.343 387.657z" />
-<glyph unicode="&#xe915;" glyph-name="warning" d="M519.314 338.286c21.943 0 36.571 21.943 36.571 43.886v292.571c0 21.943-14.629 43.886-36.571 43.886s-36.571-21.943-36.571-43.886v-292.571c0-21.943 14.629-43.886 36.571-43.886zM577.829 206.629c0-32.317-26.198-58.514-58.514-58.514s-58.514 26.198-58.514 58.514c0 32.317 26.198 58.514 58.514 58.514s58.514-26.198 58.514-58.514zM512 960c-285.257 0-512-226.743-512-512s226.743-512 512-512 512 226.743 512 512-226.743 512-512 512zM512 9.143c-241.371 0-438.857 197.486-438.857 438.857s197.486 438.857 438.857 438.857 438.857-197.486 438.857-438.857-197.486-438.857-438.857-438.857z" />
-<glyph unicode="&#xe916;" glyph-name="xml" d="M130.032 960c-71.895 0-130.032-58.137-130.032-130.032v-764.187c0-71.895 58.137-130.032 130.032-130.032h764.187c71.895 0 130.032 58.137 130.032 130.032v506.124l-388.095 388.095h-506.124zM772.189 960l252.062-252.062v122.030c0 71.895-58.137 130.032-130.032 130.032h-122.030zM56.014 607.914h76.019l64.016-102.025 62.015 102.025h76.019l-100.024-156.038 110.027-164.040h-78.019l-72.018 110.027-70.017-110.027h-78.019l110.027 168.041-100.024 152.037zM376.092 607.914h98.024l58.014-218.053 58.014 218.053h96.023v-320.078h-60.015v252.062l-64.016-252.062h-62.015l-64.016 252.062v-252.062h-60.015v320.078zM752.184 605.914h66.016v-264.064h160.039v-54.013h-226.055v318.078z" />
-<glyph unicode="&#xe917;" glyph-name="zoomIn" d="M1002.569 88.942l-146.578 120.686c-13.824 13.824-31.744 19.822-49.81 19.822l-41.984 41.984c53.833 70.802 86.235 158.72 86.235 254.318 0 232.302-189.074 421.376-421.449 421.376-232.302 0-421.303-189.001-421.303-421.376 0-232.302 189.001-421.303 421.303-421.303 98.231 0 188.416 34.011 260.169 90.551l41.326-41.326c0.073-17.993 5.998-35.84 19.822-49.737l120.686-146.578c28.599-28.599 74.825-28.599 103.424 0l28.087 28.087c28.672 28.599 28.672 74.898 0.073 103.497zM428.983 177.664c-192 0-348.16 156.16-348.16 348.16s156.16 348.233 348.16 348.233c192.073 0 348.306-156.233 348.306-348.233s-156.233-348.16-348.306-348.16zM593.847 585.728h-109.714v109.714c0 30.281-24.576 54.857-54.857 54.857s-54.857-24.576-54.857-54.857v-109.714h-109.714c-30.281 0-54.857-24.576-54.857-54.857s24.576-54.857 54.857-54.857h109.714v-109.714c0-30.427 24.576-54.857 54.857-54.857s54.857 24.43 54.857 54.857v109.714h109.714c30.427 0 54.857 24.576 54.857 54.857s-24.43 54.857-54.857 54.857z" />
-<glyph unicode="&#xe918;" glyph-name="zoomOut" d="M1002.569 88.942l-146.578 120.686c-13.824 13.824-31.744 19.822-49.81 19.822l-41.984 41.984c53.833 70.802 86.235 158.72 86.235 254.318 0 232.302-189.074 421.376-421.449 421.376-232.302 0-421.303-189.001-421.303-421.376 0-232.302 189.001-421.303 421.303-421.303 98.231 0 188.416 34.011 260.169 90.551l41.326-41.326c0.073-17.993 5.998-35.84 19.822-49.737l120.686-146.578c28.599-28.599 74.825-28.599 103.424 0l28.087 28.087c28.672 28.599 28.672 74.898 0.073 103.497zM428.983 177.664c-192 0-348.16 156.16-348.16 348.16s156.16 348.233 348.16 348.233c192.073 0 348.306-156.233 348.306-348.233s-156.233-348.16-348.306-348.16zM592.603 583.095h-329.143c-30.281 0-54.857-24.576-54.857-54.857s24.576-54.857 54.857-54.857h329.143c30.427 0 54.857 24.576 54.857 54.857s-24.43 54.857-54.857 54.857z" />
-<glyph unicode="&#xe919;" glyph-name="zoomOverView" d="M0 960v-172.105l172.032 172.105zM851.968 960l172.032-172.105v172.105zM1024-64v172.032l-172.032-172.032zM0-64h172.032l-172.032 172.032zM920.722 130.779v634.368h-817.445v-634.368h817.445zM176.421 692.005h513.024c-14.702-19.383-23.771-43.301-23.771-69.413 0-63.707 51.712-115.419 115.493-115.419 24.795 0 47.616 7.973 66.414 21.285v-233.472c-16.018 15.506-39.497 34.523-81.993 62.464-47.397 31.086-116.663 23.991-161.353-24.064-0.146-0.219-0.366-0.293-0.512-0.512-22.309 29.257-62.903 122.953-145.408 183.735-63.415 46.738-133.193 27.794-193.17-44.178-29.111-35.035-67.95-113.591-88.722-130.853v350.427z" />
-<glyph unicode="&#xe91a;" glyph-name="zoomReset" d="M390.363 1.536h243.346l-121.71 121.783zM162.962 175.689h698.002v544.622h-698.002v-544.622zM225.353 657.481h438.126c-12.654-16.603-20.261-37.157-20.261-59.611 0-54.711 44.105-99.035 98.597-99.035 21.211 0 40.667 6.875 56.686 18.286v-200.485c-13.678 13.312-33.646 29.696-69.998 53.541-40.375 26.843-99.621 20.699-137.874-20.626 0-0.146-0.293-0.146-0.439-0.439-19.017 25.161-60.123 86.674-130.779 138.825-54.126 40.082-106.569 14.994-157.696-46.885-24.869-29.989-58.587-69.705-76.361-84.407v300.837zM1023.854 573.659l-120.905-121.563 121.051-121.783zM0.146 330.313l120.905 121.637-121.051 121.71zM633.637 894.464l-243.273-0.073 121.563-121.637z" />
-<glyph unicode="&#xe91b;" glyph-name="thumbtack" d="M512-64c-14.629 0-21.943 7.314-29.257 14.629-21.943 29.257-73.143 109.714-73.143 153.6v234.057h-138.971c-73.143 0-124.343 58.514-124.343 138.971s51.2 138.971 124.343 138.971h43.886v73.143h-43.886c-73.143-7.314-124.343 58.514-124.343 131.657s51.2 138.971 124.343 138.971h490.057c65.829 0 117.029-58.514 117.029-138.971s-51.2-138.971-124.343-138.971h-36.571v-73.143h43.886c65.829 0 124.343-58.514 124.343-138.971s-51.2-138.971-124.343-138.971h-146.286v-226.743c0-43.886-51.2-124.343-73.143-153.6-7.314-7.314-14.629-14.629-29.257-14.629zM270.629 535.771c-29.257 0-51.2-29.257-51.2-58.514s21.943-65.829 51.2-65.829h175.543c21.943 0 36.571-14.629 36.571-36.571v-263.314c0-7.314 14.629-36.571 29.257-65.829 14.629 29.257 29.257 58.514 29.257 65.829v263.314c0 21.943 14.629 36.571 36.571 36.571h175.543c29.257 0 51.2 29.257 51.2 65.829s-21.943 65.829-51.2 65.829h-73.143c-21.943-7.314-36.571 14.629-36.571 29.257v146.286c0 21.943 14.629 36.571 36.571 36.571h80.457c29.257 0 51.2 29.257 51.2 65.829s-29.257 65.829-58.514 65.829h-482.743c-29.257 0-51.2-29.257-51.2-65.829s21.943-65.829 51.2-65.829h80.457c14.629 0 29.257-14.629 29.257-36.571v-146.286c0-21.943-14.629-36.571-36.571-36.571h-73.143z" />
-<glyph unicode="&#xe91c;" glyph-name="toRight" d="M517.312 908.352c-261.504 0-474.24-212.736-474.24-474.24s212.736-474.24 474.24-474.24c261.44 0 474.176 212.736 474.176 474.24s-212.736 474.24-474.176 474.24zM517.312 23.872c-226.24 0-410.24 184.064-410.24 410.24 0 226.24 184 410.24 410.24 410.24 226.176 0 410.176-184 410.176-410.24 0-226.176-184-410.24-410.176-410.24zM498.624 763.712l-45.312-45.248 245.632-245.632h-445.184v-64h457.536l-244.16-244.224 45.248-45.248 315.264 315.328z" />
-<glyph unicode="&#xe91d;" glyph-name="treefile" d="M172.042 960c-95.503 0-172.042-76.539-172.042-172.042v-680.166c0-95.503 76.539-172.042 172.042-172.042h680.166c95.503 0 172.042 76.539 172.042 172.042v680.166c0 95.503-76.539 172.042-172.042 172.042h-680.166zM244.060 781.957h432.105l104.025-132.032v-536.131h-536.131v668.163zM326.080 653.925v-78.019h200.049v78.019h-200.049zM328.080 481.883v-76.019h374.091v76.019h-374.091zM320.078 311.842v-78.019h384.094v78.019h-384.094z" />
-<glyph unicode="&#xe91e;" glyph-name="treeFolder" d="M172.042 960c-95.503 0-172.042-76.539-172.042-172.042v-680.166c0-95.503 76.539-172.042 172.042-172.042h680.166c95.503 0 172.042 76.539 172.042 172.042v680.166c0 95.503-76.539 172.042-172.042 172.042zM238.77 718.212h207c27.855 0 50.799-21.902 50.012-48.012v-144.035h316.077c28.758 0 52.013-23.255 52.013-52.013v-266.302c0-28.758-23.255-52.013-52.013-52.013h-569.088c-28.758 0-51.11 23.269-52.013 52.013v462.35c0 26.121 20.157 48.012 48.012 48.012z" />
-<glyph unicode="&#xe91f;" glyph-name="triangle" d="M512 960c-285.257 0-512-226.743-512-512s226.743-512 512-512c285.257 0 512 226.743 512 512s-226.743 512-512 512zM512 9.143c-241.371 0-438.857 197.486-438.857 438.857s197.486 438.857 438.857 438.857 438.857-197.486 438.857-438.857-197.486-438.857-438.857-438.857zM512 784.457l-329.143-490.057h658.286z" />
-<glyph unicode="&#xe920;" glyph-name="unacknownledge" d="M950.857 9.143h-877.714v877.714h482.011v73.143h-555.154v-1024h1024v458.679h-73.143zM526.19 682.715c-98.231-91.721-224.475-317.001-224.475-317.001s193.17 118.272 280.576 162.816c77.824 39.643 192.658 28.818 218.478 26.697l-0.658-184.466 223.89 308.297-224.402 280.942 0.585-183.077c-30.647-1.902-187.831-13.897-273.993-94.208z" />
-<glyph unicode="&#xe921;" glyph-name="unlock" d="M870.4 572.343v0h-577.829v95.086c0 124.343 95.086 219.429 219.429 219.429 29.257 0 58.514-7.314 87.771-14.629 21.943-7.314 36.571 0 51.2 21.943 7.314 21.943 0 36.571-21.943 51.2-36.571 7.314-80.457 14.629-117.029 14.629-160.914 0-292.571-131.657-292.571-292.571v-95.086h-65.829c-58.514-7.314-95.086-65.829-95.086-124.343v-380.343c0-73.143 58.514-131.657 131.657-131.657h650.971c73.143 0 131.657 58.514 131.657 131.657v380.343c0 65.829-43.886 117.029-102.4 124.343zM899.657 67.657c0-36.571-21.943-58.514-58.514-58.514h-658.286c-29.257 0-58.514 21.943-58.514 58.514v380.343c0 29.257 14.629 51.2 29.257 51.2h702.171c21.943-7.314 36.571-21.943 36.571-51.2v-380.343zM512 448c-58.514 0-109.714-51.2-109.714-109.714 0-51.2 29.257-87.771 73.143-102.4v-153.6c0-21.943 14.629-36.571 36.571-36.571s36.571 14.629 36.571 36.571v153.6c43.886 14.629 73.143 58.514 73.143 102.4 0 58.514-51.2 109.714-109.714 109.714zM512 301.714c-21.943 0-36.571 14.629-36.571 36.571s14.629 36.571 36.571 36.571 36.571-14.629 36.571-36.571-14.629-36.571-36.571-36.571z" />
-<glyph unicode="&#xe922;" glyph-name="up" d="M243.712 532.48h158.574v-441.271c0-52.297 42.423-94.72 94.72-94.72h30.062c52.297 0 94.72 42.423 94.72 94.72v441.271h158.574c43.959 0 65.975 53.175 34.889 84.261l-268.288 268.288c-19.237 19.237-50.542 19.237-69.778 0l-268.288-268.288c-31.159-31.086-9.143-84.261 34.816-84.261z" />
-<glyph unicode="&#xe923;" glyph-name="upload" d="M229.815 482.523c9.362 0 18.725 3.584 25.893 10.679l219.721 219.867v-633.783c0-20.114 16.384-36.571 36.571-36.571s36.571 16.457 36.571 36.571v633.71l219.867-219.794c7.168-7.168 16.603-10.679 25.893-10.679 9.435 0 18.798 3.584 25.893 10.679 14.263 14.263 14.263 37.449 0 51.712l-282.331 282.185c-14.263 14.263-37.449 14.263-51.712 0l-282.258-282.185c-14.263-14.263-14.263-37.449 0-51.712 7.168-7.095 16.53-10.679 25.893-10.679zM962.121 371.127c-20.187 0-36.571-16.457-36.571-36.571v-327.68h-827.099v314.807c0 20.114-16.384 36.571-36.571 36.571s-36.571-16.457-36.571-36.571v-351.525c0-20.187 16.384-36.571 36.571-36.571h900.242c20.114 0 36.571 16.384 36.571 36.571v364.251c0 20.48-16.238 36.718-36.571 36.718z" />
-<glyph unicode="&#xe924;" glyph-name="user" d="M515.584-64.768c-161.536 0-392.32 78.976-402.88 125.632-5.376 23.616-3.712 40.128 1.408 89.344l3.008 29.376c8.192 82.176 191.36 149.696 275.456 176.512l5.824 4.224c0.256 1.984 0.384 3.904 0.384 5.248-16.192 18.048-37.632 64.32-53.376 101.44l-1.408 2.816c-10.944 9.6-32.128 31.104-42.496 62.272-12.608 38.080-7.36 85.824-6.784 91.136l4.864 20.8c-5.312 32.192-9.216 87.296 6.4 158.016 26.24 119.36 148.416 157.952 203.456 157.952 54.144-2.368 100.096-41.152 105.152-45.568l4.608-4.992c5.952 2.432 10.432 2.752 15.040 2.752 30.912 0 62.272-16.128 81.792-42.176 24.576-32.832 37.504-92.736 39.808-104.384 5.568-27.904-4.544-93.504-9.408-121.664 2.944-3.072 5.696-6.656 8-10.88 13.248-24.576 0.384-107.712-15.936-127.36-6.272-7.488-12.8-11.84-17.536-14.976-4.672-3.136-4.672-3.136-5.632-5.76-7.616-20.864-47.232-101.696-51.712-110.912l-5.504-8.768 0.768-6.656c34.88-8.384 101.312-27.264 147.072-56.64 61.44-39.36 124.288-108.224 126.976-111.104l6.656-7.232 1.344-9.728c1.984-13.888 11.2-84.864-1.472-121.024-19.84-56.128-214.208-112.128-407.744-117.504l-16.128-0.192zM173.568 84.48c36.352-22.144 191.68-85.248 342.016-85.248l14.336 0.128c191.872 5.248 333.184 57.728 351.232 78.848 3.072 10.368 0.896 49.152-2.368 76.736-17.088 17.856-63.936 65.28-107.52 93.12-52.8 33.984-147.008 52.736-147.968 52.992l-23.104 4.48-9.856 90.88 19.52 13.376c16.576 33.856 40.832 84.608 45.248 96.832 8 22.4 21.952 31.68 30.336 37.248 5.12 7.872 10.24 39.424 10.816 56.256l-18.496 6.528 4.224 40.064c7.488 42.176 13.632 93.888 11.136 106.368-5.568 27.712-17.024 63.552-28.288 78.592-8.576 11.456-21.568 16.576-30.592 16.576-7.296-0.96-11.392-1.28-15.232-1.28-21.696 0-38.656 10.368-47.936 20.48-10.304 8.384-38.016 27.52-59.52 28.544 0 0-0.064 0-0.064 0-25.472 0-123.52-19.2-142.976-107.648-20.8-94.272-1.216-154.24-1.024-154.816l10.176-30.208-20.48-7.104c-0.192-13.824 0.768-31.040 5.056-43.904 7.232-21.632 26.24-36.224 26.432-36.352l6.016-4.544 8.96-17.664c14.912-35.136 34.752-76.224 41.856-84.352 27.968-24 14.72-69.248 11.84-78.016l-3.392-9.792-37.248-25.024c-118.656-37.376-233.344-97.28-235.968-123.392l-3.008-29.632c-3.584-34.432-4.928-48.576-4.16-59.072z" />
-<glyph unicode="&#xe925;" glyph-name="start" d="M219.429-56.686l643.657 387.657c36.571 21.943 36.571 73.143 0 95.086l-643.657 387.657c-36.571 21.943-80.457-7.314-80.457-43.886v-768c0-51.2 43.886-80.457 80.457-58.514z" />
-<glyph unicode="&#xe926;" glyph-name="stop" d="M877.714 813.714h-731.429c-36.571 0-73.143-29.257-73.143-73.143v-731.429c0-36.571 29.257-73.143 73.143-73.143h738.743c36.571 0 73.143 29.257 73.143 73.143v731.429c-7.314 43.886-36.571 73.143-80.457 73.143z" />
-<glyph unicode="&#xe927;" glyph-name="stretch" d="M512.125-64.25l-512.125 786.51h1024.25z" />
-<glyph unicode="&#xe928;" glyph-name="strikeOut" d="M194.047 960c-107.095 0-194.047-82.432-194.047-184.045v-656.16c0-101.613 86.953-184.045 194.047-184.045h636.155c107.095 0 194.047 82.432 194.047 184.045v656.16c0 101.613-86.953 184.045-194.047 184.045h-636.155zM256.063 793.959l254.062-254.062 254.062 254.062 92.022-90.022-256.063-254.062 258.063-258.063-90.022-90.022-258.063 258.063-258.063-258.063-90.022 90.022 258.063 258.063-254.062 254.062 90.022 90.022z" />
-<glyph unicode="&#xe929;" glyph-name="Synchronous" d="M494.711 959.75c-104.539-3.265-208.813-40.375-296.633-108.436 54.977-14.436 104.872-45.733 142.049-91.754 26.19-32.424 43.304-69.451 52.224-108.436 7.472 4.417 15.186 6.933 22.979 10.422 92.25 41.341 202.953 21.407 273.654-58.389 2.301-2.625 4.1-5.697 6.267-8.341 38.549 10.531 75.152 28.596 106.537 56.308 44.613 39.389 72.032 90.377 83.558 145.975-104.709 110.869-248.128 167.126-390.636 162.651zM129.143 788.758c-154.693-173.342-171.782-430.62-43.868-623.519 14.937 42.545 37.929 81.543 73.114 112.603 40.831 36.073 90.283 55.546 142.049 62.562-39.26 78.566-32.859 174.481 18.801 246.070-8.529 40.989-24.861 80.833-52.224 114.697-35.951 44.51-84.874 73.035-137.871 87.586zM945.927 717.854c-12.717-52.205-39.342-100.434-81.47-137.634-37.021-32.686-81.374-51.801-127.427-60.476 26.021-79.046 6.737-167.458-52.224-231.468 19.432-31.758 44.54-59.688 77.292-81.332 53.583-35.413 115.973-48.044 177.562-41.706 109.755 165.397 113.61 382.154 6.267 552.615zM356.84 269.502c-49.611-7.291-96.24-27.642-135.783-62.556-37.046-32.706-60.971-73.765-75.203-118.864 189.798-193.423 500.57-204.383 706.069-22.943 7.202 6.338 14.132 12.112 20.89 18.776-56.725-3.137-113.553 11.152-162.939 43.787-41.455 27.405-71.733 65.661-91.914 108.436-84.886-42.73-188.159-30.107-261.12 33.365z" />
-<glyph unicode="&#xe92a;" glyph-name="table" d="M1024 725.943c-7.314 102.4-87.771 175.543-190.171 175.543h-643.657c-102.4 0-182.857-80.457-190.171-175.543v0-789.943h1024v789.943zM950.857 521.143h-117.029v131.657h117.029v-131.657zM548.571 448h212.114v-95.086h-212.114v95.086zM475.429 352.914h-212.114v95.086h212.114v-95.086zM548.571 521.143v131.657h212.114v-131.657h-212.114zM475.429 521.143h-212.114v131.657h212.114v-131.657zM197.486 521.143h-124.343v131.657h124.343v-131.657zM73.143 448h124.343v-95.086h-124.343v95.086zM73.143 279.771h124.343v-95.086h-124.343v95.086zM270.629 279.771h212.114v-95.086h-212.114v95.086zM475.429 111.543v-102.4h-212.114v102.4h212.114zM548.571 111.543h212.114v-102.4h-212.114v102.4zM548.571 184.686v95.086h212.114v-95.086h-212.114zM833.829 279.771h117.029v-95.086h-117.029v95.086zM833.829 352.914v95.086h117.029v-95.086h-117.029zM73.143 111.543h124.343v-102.4h-124.343v102.4zM833.829 9.143v102.4h117.029v-102.4h-117.029z" />
-<glyph unicode="&#xe92b;" glyph-name="third-grid" d="M0-64h285.257v512h-285.257v-512zM73.143 374.857h138.971v-365.714h-138.971v365.714zM373.029-64h285.257v512h-285.257v-512zM446.171 374.857h138.971v-365.714h-138.971v365.714zM738.743 448v-512h285.257v512h-285.257zM950.857 9.143h-138.971v365.714h138.971v-365.714z" />
-<glyph unicode="&#xe92c;" glyph-name="third-grid-selected" d="M0 448h285.257v-512h-285.257v512zM373.029 448h285.257v-512h-285.257v512zM738.743 448h285.257v-512h-285.257v512z" />
-<glyph unicode="&#xe92d;" glyph-name="thumbtack-selected" d="M775.314 586.971h-80.457v153.6h80.457c51.2 0 87.771 51.2 87.771 109.714s-43.886 109.714-87.771 109.714h-526.629c-51.2 0-87.771-51.2-87.771-109.714s36.571-109.714 87.771-109.714h80.457v-153.6h-80.457c-51.2 0-87.771-51.2-87.771-109.714s43.886-109.714 87.771-109.714h190.171v-285.257c0-43.886 73.143-146.286 73.143-146.286s73.143 102.4 73.143 146.286v285.257h190.171c51.2 0 87.771 51.2 87.771 109.714s-36.571 109.714-87.771 109.714z" />
-<glyph unicode="&#xe92e;" glyph-name="save" d="M550.254 804.571h109.714v-158.501h-109.714v158.501zM262.071 362.496h499.785v-73.143h-499.785v73.143zM262.071 173.568h499.785v-73.143h-499.785v73.143zM914.286 960h-804.571c-60.489 0-109.714-49.225-109.714-109.714v-804.571c0-60.489 49.225-109.714 109.714-109.714h804.571c60.489 0 109.714 49.225 109.714 109.714v804.571c0 60.489-49.225 109.714-109.714 109.714zM764.928 877.714v-268.142c0-20.187-16.457-36.571-36.571-36.571h-432.786c-20.187 0-36.571 16.384-36.571 36.571v268.142h505.929zM950.857 45.714c0-20.114-16.457-36.571-36.571-36.571h-804.571c-20.187 0-36.571 16.457-36.571 36.571v804.571c0 20.187 16.384 36.571 36.571 36.571h76.142v-277.285c0-60.489 49.225-109.714 109.714-109.714h432.786c60.489 0 109.714 49.225 109.714 109.714v277.285h76.215c20.114 0 36.571-16.384 36.571-36.571v-804.571z" />
-<glyph unicode="&#xe92f;" glyph-name="select" d="M0 960l486.119-1024.25 96.023 396.097 442.108 142.035-1024.25 486.119zM156.038 791.959l666.163-304.074-308.075-82.020-60.015-234.057-298.073 620.151z" />
-<glyph unicode="&#xe930;" glyph-name="selectAll" d="M68.017 960c-38.155 0-68.017-31.076-68.017-70.017v-52.013c0-38.941 29.862-70.017 68.017-70.017h888.217c38.155 0 68.017 31.076 68.017 70.017v52.013c0 38.941-29.862 70.017-68.017 70.017h-888.217zM68.017 691.935c-38.155 0-68.017-29.862-68.017-68.017v-620.151c0-38.155 29.862-68.017 68.017-68.017h888.217c38.155 0 68.017 29.862 68.017 68.017v620.151c0 38.155-29.862 68.017-68.017 68.017h-888.217zM810.198 571.905l124.030-10.002-460.112-528.129-320.078 264.064 144.035 124.030 154.038-222.054 358.087 372.091z" />
-<glyph unicode="&#xe931;" glyph-name="selectLeft" d="M73.143 228.571v-292.571h292.571v109.714h402.286v475.429h146.286c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571h-694.857l292.571 226.743c14.629 14.629 21.943 36.571 7.314 51.2-7.314 14.629-29.257 21.943-51.2 7.314l-380.343-292.571c-7.314-7.314-7.314-14.629-7.314-29.257s7.314-21.943 14.629-29.257l380.343-307.2c7.314-7.314 14.629-7.314 21.943-7.314s21.943 7.314 29.257 14.629c14.629 14.629 7.314 36.571-7.314 51.2l-299.886 241.371h475.429v-402.286h-329.143v109.714h-292.571zM146.286 155.429h146.286v-146.286h-146.286v146.286z" />
-<glyph unicode="&#xe932;" glyph-name="selectRight" d="M658.286 228.571v-109.714h-329.143v402.286h475.429l-299.886-241.371c-14.629-14.629-14.629-36.571 0-51.2 7.314-7.314 14.629-14.629 29.257-14.629 7.314 0 14.629 0 21.943 7.314l380.343 307.2c7.314 7.314 14.629 14.629 14.629 29.257s-7.314 21.943-14.629 29.257l-380.343 292.571c-21.943 14.629-43.886 7.314-51.2-7.314-14.629-14.629-14.629-36.571 0-51.2l299.886-226.743h-694.857c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h146.286v-475.429h402.286v-109.714h292.571v292.571h-292.571zM877.714 9.143h-146.286v146.286h146.286v-146.286z" />
-<glyph unicode="&#xe933;" glyph-name="show" d="M0 960v-356.087h486.119l-352.086-348.085h234.057v-250.061h-368.090v-70.017h1024.25v70.017h-368.090v250.061h234.057l-374.091 348.085h508.124v356.087h-1024.25z" />
-<glyph unicode="&#xe934;" glyph-name="shrink" d="M512.125 722.259l-512.125-786.51h1024.25z" />
-<glyph unicode="&#xe935;" glyph-name="singleCommand" d="M0 628.37v-248.978h1024v248.978h-1024zM950.857 452.535h-877.714v102.693h877.714v-102.693z" />
-<glyph unicode="&#xe936;" glyph-name="sm-center" d="M877.714 872.229c0 7.314-7.314 21.943-14.629 21.943s-14.629 7.314-29.257 7.314c-29.257 0-117.029-14.629-138.971-14.629-51.2 0-131.657 43.886-160.914 65.829-14.629 7.314-29.257 7.314-43.886 0 0 0-80.457-58.514-160.914-65.829-21.943 0-102.4 7.314-146.286 21.943-7.314 0-21.943 0-29.257-7.314 0-7.314-7.314-14.629-7.314-29.257-7.314-43.886-51.2-446.171 0-585.143 43.886-117.029 314.514-321.829 343.771-343.771 7.314-7.314 14.629-7.314 21.943-7.314s14.629 0 21.943 7.314c29.257 21.943 292.571 234.057 343.771 343.771 58.514 138.971 7.314 541.257 0 585.143zM811.886 316.343c-29.257-73.143-204.8-226.743-299.886-299.886-87.771 73.143-263.314 226.743-299.886 299.886-36.571 87.771-14.629 373.029 0 512 36.571-7.314 95.086-14.629 124.343-14.629 73.143 0 146.286 43.886 175.543 65.829 36.571-21.943 109.714-58.514 175.543-65.829 29.257 0 80.457 7.314 124.343 14.629 14.629-138.971 36.571-416.914 0-512zM621.714 704c-43.886 0-109.714 43.886-109.714 43.886s-51.2-43.886-109.714-43.886c-21.943 0-95.086 14.629-95.086 14.629s-36.571-270.629 0-358.4c21.943-73.143 204.8-212.114 204.8-212.114s182.857 138.971 204.8 204.8c36.571 80.457 0 358.4 0 358.4s-65.829-7.314-95.086-7.314z" />
-<glyph unicode="&#xe937;" glyph-name="sql" d="M0 170.057c29.257-29.257 73.143-43.886 109.714-43.886 21.943 0 43.886 7.314 51.2 14.629 14.629 7.314 14.629 21.943 14.629 29.257 0 14.629-7.314 21.943-14.629 29.257s-36.571 21.943-73.143 36.571-95.086 65.829-95.086 117.029c0 36.571 14.629 65.829 43.886 87.771s65.829 29.257 117.029 29.257c36.571 0 73.143-7.314 102.4-14.629v-80.457c-29.257 21.943-58.514 29.257-95.086 29.257-21.943 0-36.571-7.314-51.2-14.629s-21.943-14.629-21.943-29.257c0-7.314 7.314-21.943 14.629-29.257s29.257-21.943 65.829-36.571c43.886-14.629 65.829-36.571 80.457-51.2s21.943-43.886 21.943-65.829c0-36.571-14.629-65.829-43.886-87.771s-65.829-29.257-117.029-29.257c-43.886 0-87.771 7.314-117.029 21.943v87.771zM746.057-42.057c-14.629-7.314-36.571-7.314-58.514-7.314-29.257 0-51.2 7.314-80.457 21.943-21.943 14.629-58.514 43.886-95.086 95.086-58.514 0-102.4 21.943-131.657 58.514-36.571 36.571-51.2 87.771-51.2 146.286 0 65.829 21.943 117.029 58.514 153.6s87.771 58.514 146.286 58.514c58.514 0 102.4-21.943 138.971-58.514s51.2-87.771 51.2-146.286c0-51.2-14.629-87.771-36.571-124.343s-51.2-58.514-95.086-73.143c14.629-21.943 36.571-29.257 51.2-43.886s36.571-14.629 65.829-14.629c14.629 0 29.257 0 43.886 7.314v-73.143zM409.6 272.457c0-43.886 7.314-73.143 29.257-95.086s43.886-36.571 80.457-36.571c36.571 0 58.514 14.629 80.457 36.571s29.257 58.514 29.257 95.086c0 43.886-7.314 73.143-29.257 102.4-21.943 21.943-43.886 36.571-80.457 36.571s-58.514-14.629-80.457-36.571c-14.629-29.257-29.257-65.829-29.257-102.4zM1024 67.657h-241.371v402.286h87.771v-336.457h153.6v-65.829z" />
-<glyph unicode="&#xe938;" glyph-name="process" d="M512 960c-282.317 0-512-229.683-512-512 0-282.33 229.683-512 512-512 282.33 0 512 229.67 512 512 0 282.317-229.67 512-512 512zM512-51.379c-275.341 0-499.354 224.026-499.354 499.379 0 275.341 224.013 499.354 499.354 499.354 275.354 0 499.379-224.013 499.379-499.354 0-275.354-224.026-499.379-499.379-499.379zM873.011 413.376c-15.206 0-29.312-4.71-40.973-12.723l-144.064 175.002c10.803 12.659 17.344 29.043 17.344 46.976 0 40-32.422 72.435-72.422 72.435s-72.448-32.435-72.448-72.435c0-22.144 9.971-41.946 25.638-55.219l-147.52-214.63c-12.48 10.202-28.416 16.32-45.786 16.32-19.917 0-37.952-8.051-51.059-21.069l-126.118 104.038c6.003 10.56 9.485 22.733 9.485 35.75 0 40-32.435 72.435-72.435 72.435s-72.435-32.435-72.435-72.435c0-40.013 32.435-72.435 72.435-72.435 22.374 0 42.368 10.15 55.654 26.099l125.184-103.27c-8.269-11.763-13.158-26.074-13.158-41.549 0-40.013 32.435-72.435 72.435-72.435s72.435 32.422 72.435 72.435c0 17.933-6.566 34.342-17.37 46.989l148.723 216.384c10.688-6.221 23.078-9.843 36.339-9.843 17.421 0 33.421 6.157 45.914 16.422l143.347-174.131c-13.312-13.133-21.594-31.373-21.594-51.558 0-40.013 32.435-72.435 72.435-72.435s72.422 32.422 72.422 72.435c0.013 40.013-32.41 72.448-72.41 72.448z" />
-<glyph unicode="&#xe939;" glyph-name="product" d="M186.914 960v-1024.25h640.156v1024.25h-640.156zM304.943 825.964h404.099v-134.030h-404.099v134.030zM304.943 457.874h186.045v-64.016h-186.045v64.016zM304.943 227.821h186.045v-64.016h-186.045v64.016z" />
-<glyph unicode="&#xe93a;" glyph-name="rbArrow" d="M184.32 730.944l469.12-469.12-325.824-325.824h696.384v696.384l-325.312-325.312-469.12 469.12z" />
-<glyph unicode="&#xe93b;" glyph-name="refresh" d="M805.157 50.030c121.271 91.429 200.85 235.593 200.85 399.067 0 263.899-204.727 480.402-463.506 500.224v-77.239c216.283-19.675 386.414-201.801 386.414-423.058 0-151.186-80.75-282.624-200.119-357.961l48.128 260.754-75.995 13.897-72.85-393.362h394.386v77.458h-217.307v0.219zM79.067 449.024c0 170.569 101.595 316.416 247.003 383.561l-50.103-270.336 75.995-14.043 72.777 393.289h-394.021v-77.239h196.315c-135.168-89.381-225.28-241.152-225.28-415.232 0-276.919 225.28-502.199 502.126-502.199 2.341 0 4.462 0.293 6.729 0.293v77.385c-2.267 0-4.389-0.293-6.729-0.293-234.277 0-424.814 190.537-424.814 424.814z" />
-<glyph unicode="&#xe93c;" glyph-name="rename" d="M56.014 960c-31.127 0-56.014-24.887-56.014-56.014v-618.151c0-31.127 24.887-56.014 56.014-56.014 0 0 226.836-4.517 260.712 0v176.043c0 34.192 27.823 62.015 62.015 62.015h87.373l-36.009 92.022h-164.040l-34.008-94.023h-88.021l160.039 418.102h88.021l166.041-416.102h52.912c34.192 0 62.015-27.823 62.015-62.015v-72.018h57.115v570.139c0 31.127-24.887 56.014-56.014 56.014zM348.085 787.958l-56.014-156.038h112.027zM414.101 403.864v-323.069h412.101v-143.378l202.049 209.394-202.049 224.902v-144.882h-266.065v177.034z" />
-<glyph unicode="&#xe93d;" glyph-name="right-select" d="M936.229 513.829l-380.343 292.571c-21.943 14.629-43.886 7.314-51.2-7.314-14.629-14.629-14.629-36.571 0-51.2l299.886-226.743h-694.857c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h694.857l-299.886-241.371c-14.629-14.629-14.629-36.571-7.314-51.2 7.314-7.314 14.629-14.629 29.257-14.629 7.314 0 14.629 0 21.943 7.314l380.343 307.2c7.314 7.314 14.629 14.629 14.629 29.257s0 21.943-7.314 29.257z" />
-<glyph unicode="&#xe93e;" glyph-name="role" d="M880.192 147.776l-1.344 9.728-6.656 7.232c-2.304 2.624-57.28 62.656-110.976 97.152-38.72 24.896-94.656 41.152-125.76 48.896l-0.064 0.256 4.032 7.744c6.4 12.992 38.528 78.656 48.256 99.52 4.032 2.688 10.24 6.72 16.128 13.824 15.104 18.304 26.624 92.288 14.272 115.2-0.704 1.344-1.6 2.24-2.432 3.392h-35.968c-6.272 7.488-16.896 14.208-30.4 20.096-0.832-4.48-1.344-8.832-2.112-13.312l-4.864-39.808 17.28-4.736c-1.024-14.4-4.48-36.48-7.36-41.344-7.104-4.8-20.48-13.632-28.032-34.624-3.776-10.24-24.256-53.184-38.528-82.432l-18.112-12.544 9.216-84.352 23.040-4.48c0.832-0.256 81.728-16.384 126.656-45.248 36.608-23.488 76.032-62.848 91.648-78.976 3.008-26.112 4.032-56.128 2.88-61.888-15.168-16.512-131.008-62.272-301.376-66.88l-12.096-0.32c-128 0-258.368 52.224-292.416 72.256-0.256 8.64 0.96 20.992 3.776 48.512l2.56 25.152c5.76 22.848 101.824 72.256 201.536 103.744l34.624 22.848 3.2 9.728c2.624 8.128 14.784 49.728-11.136 71.744-6.080 7.232-22.912 42.24-35.776 72.32l-8.128 16.192-5.952 4.48c-0.128 0.128-15.488 11.968-21.376 29.504-3.264 9.792-4.16 22.656-4.16 33.664l18.88 6.592-10.112 30.208c-0.128 0.192-2.496 7.616-4.48 21.056-10.432-5.248-18.624-11.008-23.808-17.28h-35.968l-7.104-13.568c-0.512-4.672-5.248-46.976 6.080-80.896 9.152-27.328 27.392-46.528 37.44-55.232l0.704-1.344c18.944-44.544 34.24-73.92 45.952-87.744 0-0.256 0-0.384 0-0.64l-3.008-2.112c-73.984-23.616-233.728-83.136-241.088-156.352l-2.624-25.344c-4.416-43.392-5.952-57.856-1.216-78.976 10.496-46.272 218.752-112.384 353.6-112.384l13.952 0.256c152.896 4.096 337.28 48.384 357.248 104.896 10.944 31.232 3.968 89.472 1.472 106.624zM277.12 847.872l41.6-230.528h36.032c20.416 24.64 85.44 42.624 162.432 42.624 77.056 0 141.888-17.984 162.432-42.624h36.032l41.6 230.144c20.864 6.464 36.224 25.728 36.224 48.704 0 28.288-22.848 51.2-51.264 51.2-28.096 0-51.264-22.848-51.264-51.2 0-18.944 10.496-35.264 25.6-44.032-6.144-64.192-42.688-113.472-87.296-113.472-41.6 0-76.16 42.816-86.016 100.416 21.376 10.368 36.16 31.872 36.16 57.088 0 35.2-28.672 63.808-63.936 63.808s-63.808-28.608-63.808-63.808c0-26.432 16.064-49.088 38.912-58.752-9.92-56.832-44.224-98.752-85.312-98.752-44.48 0-81.152 49.088-87.488 112.832 15.808 8.576 26.88 25.28 26.88 44.672 0 28.288-22.912 51.2-51.264 51.2s-51.2-22.848-51.2-51.2c0.064-22.592 14.656-41.472 34.944-48.32z" />
-<glyph unicode="&#xe93f;" glyph-name="roleset" d="M17.984 488.704h439.168v439.296h-439.168v-439.296zM81.984 864h311.168v-311.296h-311.168v311.296zM566.72-32h439.232v439.232h-439.232v-439.232zM630.72 343.232h311.232v-311.232h-311.232v311.232zM17.984-32h439.168v439.232h-439.168v-439.232zM138.688 233.088l67.392-86.464 129.408 150.912 48.512-41.6-180.352-210.432-115.52 148.16 50.56 39.424zM566.72 928v-439.296h439.232v439.296h-439.232zM752.512 578.112l-115.52 148.16 50.496 39.36 67.392-86.464 129.344 150.912 48.64-41.6-180.352-210.368z" />
-<glyph unicode="&#xe940;" glyph-name="openTree" d="M800.195 960v-82.020l-284.069-6.001h-32.008v-390.095h-342.084v88.021h120.029v262.064h-262.064v-262.064h78.019v-154.038h406.099v-384.094h316.077v-96.023h224.055v224.055h-224.055v-64.016h-252.062v320.078h252.062v-80.020h224.055v224.055h-224.055v-78.019h-252.062v326.080l252.062 6.001v-78.019h224.055v224.055h-224.055zM880.215 879.98h64.016v-64.016h-64.016v64.016zM880.215 479.883h64.016v-64.016h-64.016v64.016zM880.215 79.785h64.016v-64.016h-64.016v64.016z" />
-<glyph unicode="&#xe941;" glyph-name="Operation" d="M512.064 960c-282.304 0-512.064-229.696-512.064-512 0-282.368 229.76-512 512.064-512s511.936 229.632 511.936 512-229.632 512-511.936 512zM512.064 0c-246.976 0-448.064 201.024-448.064 448 0 247.040 201.088 448 448.064 448 247.040 0 447.936-201.024 447.936-448 0-246.912-200.896-448-447.936-448zM615.872 532.928l-73.408 41.792 80.64 142.016c-72.576 19.648-152.192-10.624-191.168-79.232-36.224-63.744-26.048-140.608 18.944-193.28l-141.632-249.216c-15.616-27.52-6.016-62.528 21.504-78.144s62.528-6.016 78.144 21.504l141.568 249.28c68.352-11.776 139.712 18.88 175.872 82.56 38.976 68.544 24.384 152.384-29.76 204.864l-80.704-142.144z" />
-<glyph unicode="&#xe942;" glyph-name="palette" d="M526.629 528.457c0 65.829-51.2 117.029-117.029 117.029s-117.029-51.2-117.029-117.029c0-65.829 58.514-117.029 117.029-117.029 65.829 0 117.029 51.2 117.029 117.029zM409.6 484.571c-21.943 0-43.886 21.943-43.886 43.886s21.943 43.886 43.886 43.886c29.257 0 43.886-21.943 43.886-43.886s-21.943-43.886-43.886-43.886zM146.286 250.514c43.886 36.571 95.086 73.143 95.086 124.343s-51.2 80.457-109.714 117.029c-14.629 14.629-43.886 36.571-51.2 51.2 80.457 109.714 234.057 175.543 409.6 175.543 29.257 0 58.514 0 95.086-7.314l21.943 73.143c-36.571 7.314-73.143 7.314-117.029 7.314-197.486 0-380.343-80.457-475.429-212.114-14.629-21.943-14.629-36.571-14.629-51.2 7.314-36.571 51.2-65.829 95.086-95.086 21.943-14.629 73.143-43.886 73.143-58.514s-43.886-51.2-65.829-65.829c-36.571-29.257-80.457-58.514-80.457-95.086 0-14.629 0-29.257 21.943-51.2 65.829-73.143 168.229-124.343 285.257-153.6l21.943 65.829c-102.4 21.943-190.171 65.829-256 131.657 0 7.314 36.571 29.257 51.2 43.886zM987.429 528.457l-36.571-124.343c0-7.314 0-14.629 0-14.629 0-58.514-21.943-109.714-58.514-153.6l-43.886-138.971c102.4 73.143 168.229 175.543 168.229 292.571 7.314 51.2-7.314 95.086-29.257 138.971zM972.8 725.943c0 0 0 0 0 0v7.314c21.943 80.457-14.629 160.914-80.457 182.857-73.143 21.943-146.286-14.629-175.543-87.771v0l-234.057-629.029 51.2-263.314 212.114 168.229 226.743 621.714zM585.143 67.657l-21.943 102.4 102.4-36.571-80.457-65.829zM709.486 192l-131.657 43.886 182.857 497.371 124.343-51.2-175.543-490.057zM906.971 755.2l-124.343 43.886c14.629 36.571 51.2 58.514 87.771 43.886 29.257-7.314 43.886-43.886 36.571-87.771z" />
-<glyph unicode="&#xe943;" glyph-name="parallel" d="M782.629 960h-541.257c-131.657 0-241.371-109.714-241.371-241.371v-548.571c0-124.343 109.714-234.057 241.371-234.057h548.571c131.657 0 241.371 109.714 241.371 241.371v541.257c-7.314 131.657-117.029 241.371-248.686 241.371zM950.857 177.371c0-87.771-73.143-168.229-168.229-168.229h-541.257c-95.086 0-168.229 73.143-168.229 168.229v541.257c0 95.086 73.143 168.229 168.229 168.229h548.571c87.771 0 160.914-73.143 160.914-168.229v-541.257zM438.857 455.314c-7.314 0-21.943 7.314-29.257 14.629-14.629 14.629-7.314 36.571 7.314 51.2l160.914 131.657-160.914 131.657c-14.629 14.629-21.943 36.571-7.314 51.2s36.571 14.629 51.2 7.314l197.486-160.914c7.314-7.314 14.629-14.629 14.629-29.257 0-7.314-7.314-21.943-14.629-29.257l-197.486-160.914c-7.314-7.314-14.629-7.314-21.943-7.314zM219.429 74.971c-7.314 0-21.943 7.314-29.257 14.629-14.629 14.629-7.314 36.571 7.314 51.2l160.914 131.657-160.914 131.657c-14.629 7.314-21.943 36.571-7.314 51.2s36.571 14.629 51.2 7.314l197.486-160.914c7.314-7.314 14.629-14.629 14.629-29.257s-7.314-21.943-14.629-29.257l-197.486-160.914c-7.314-7.314-14.629-7.314-21.943-7.314zM658.286 74.971c-7.314 0-21.943 7.314-29.257 14.629-14.629 14.629-7.314 36.571 7.314 51.2l160.914 131.657-160.914 131.657c-14.629 7.314-21.943 36.571-7.314 51.2s36.571 14.629 51.2 7.314l197.486-160.914c7.314-7.314 14.629-14.629 14.629-29.257s-7.314-21.943-14.629-29.257l-197.486-160.914c-7.314-7.314-14.629-7.314-21.943-7.314z" />
-<glyph unicode="&#xe944;" glyph-name="pause" d="M785.408 959.049h-546.889c-131.511 0-238.519-106.715-238.519-237.934v-548.206c0-131.145 107.008-237.861 238.519-237.861h546.962c131.584 0 238.592 106.715 238.592 237.861v548.206c-0.073 131.218-107.081 237.934-238.665 237.934zM950.857 172.91c0-90.843-74.313-164.718-165.449-164.718h-546.889c-91.209 0-165.376 73.874-165.376 164.718v548.206c0 90.77 74.167 164.791 165.376 164.791h546.962c91.063 0 165.376-73.947 165.376-164.791v-548.206zM296.155 719.36h144.53v-544.622h-144.53v544.622zM583.314 719.36h144.53v-544.622h-144.53v544.622z" />
-<glyph unicode="&#xe945;" glyph-name="pbp" d="M782.629 960h-541.257c-131.657 0-241.371-109.714-241.371-241.371v-548.571c0-124.343 109.714-234.057 241.371-234.057h548.571c131.657 0 241.371 109.714 241.371 241.371v541.257c-7.314 131.657-117.029 241.371-248.686 241.371zM950.857 177.371c0-87.771-73.143-168.229-168.229-168.229h-541.257c-95.086 0-168.229 73.143-168.229 168.229v541.257c0 95.086 73.143 168.229 168.229 168.229h548.571c87.771 0 160.914-73.143 160.914-168.229v-541.257zM248.686 206.629c-7.314 0-21.943 7.314-29.257 14.629-7.314 14.629-7.314 43.886 7.314 51.2l248.686 197.486-248.686 204.8c-14.629 14.629-14.629 36.571 0 51.2 7.314 14.629 29.257 21.943 51.2 7.314l285.257-226.743c7.314-7.314 14.629-14.629 14.629-29.257s-14.629-21.943-21.943-29.257l-285.257-226.743c0-7.314-7.314-14.629-21.943-14.629zM797.257 206.629h-124.343c-21.943 0-36.571 14.629-36.571 36.571s14.629 36.571 36.571 36.571h131.657c21.943 0 36.571-14.629 36.571-36.571s-21.943-36.571-43.886-36.571z" />
-<glyph unicode="&#xe946;" glyph-name="pie" d="M519.826-52.37c-255.049 0-462.629 207.506-462.629 462.629 0 20.187 16.384 36.571 36.571 36.571s36.571-16.384 36.571-36.571c0-214.747 174.738-389.486 389.486-389.486s389.413 174.738 389.413 389.486c0 169.253-108.032 318.171-268.8 370.395-19.237 6.217-29.696 26.917-23.479 46.080 6.29 19.163 26.99 29.769 46.080 23.552 190.976-62.171 319.342-238.958 319.342-440.027 0.073-255.122-207.433-462.629-462.555-462.629zM489.179 390.217c-4.169 0-8.411 0.731-12.434 2.194l-448.366 162.231c-9.216 3.291-16.603 10.094-20.773 18.871s-4.608 18.798-1.317 27.941c73.435 202.825 267.483 339.163 482.816 339.163 20.187 0 36.571-16.384 36.571-36.571v-477.257c0-11.922-5.851-23.113-15.579-29.915-6.217-4.389-13.531-6.656-20.919-6.656zM89.015 610.45l363.52-131.511v387.072c-157.623-13.239-297.326-111.47-363.52-255.561z" />
-<glyph unicode="&#xe947;" glyph-name="poNode" d="M448.109 960v-320.078h576.141v320.078h-576.141zM0 511.891v-576.141h1024.25v576.141h-1024.25z" />
-<glyph unicode="&#xe948;" glyph-name="pre" d="M862.427 923.429l-501.102-481.646v481.573h-146.286v-950.784h146.286v463.506l501.102-463.506z" />
-<glyph unicode="&#xe949;" glyph-name="print" d="M272.066 960v-200.049h480.117v200.049h-480.117zM98.024 847.973c-54.135 0-98.024-43.888-98.024-98.024v-358.087c0-54.136 43.888-98.024 98.024-98.024h828.202c54.135 0 98.024 43.888 98.024 98.024v358.087c0 54.135-43.888 98.024-98.024 98.024h-110.027v-168.041h-608.148v168.041h-110.027zM284.069 235.823v-300.073h484.118v300.073h-484.118zM330.081 173.808h364.089v-52.013h-364.089v52.013zM332.081 65.782h264.064v-50.012h-264.064v50.012z" />
-<glyph unicode="&#xe94a;" glyph-name="move" d="M497.141 949.998c-30.145 0-54.013-30.405-54.013-69.745v-354.701l-62.015-15.942h-6.001v241.117c0 39.34-23.868 71.737-54.013 71.737s-54.013-32.398-54.013-71.737v-316.84l-44.011-63.767-10.002-13.949-100.024 99.635c-27.926 27.817-70.946 28.965-96.023 3.985s-21.925-67.832 6.001-95.65l212.052-209.234c31.685-130.554 169.069-229.161 332.081-229.161 175.483 0 318.006 115.674 334.082 261.044 2.746 8.501 4.001 16.070 4.001 25.905v414.483c0 39.34-23.868 71.737-54.013 71.737s-56.014-32.398-56.014-71.737v-153.438l-34.008 9.964-32.008 17.934v318.833c0 39.34-25.869 71.737-56.014 71.737s-54.013-32.398-54.013-71.737v-288.942l-44.011 1.993-24.006 3.985v342.745c0 39.34-23.868 69.745-54.013 69.745z" />
-<glyph unicode="&#xe94b;" glyph-name="node-close" d="M0 886.857v-950.857h950.857v950.857h-950.857zM877.714 9.143h-804.571v804.571h804.571v-804.571zM438.857 155.429h73.143v219.429h219.429v73.143h-219.429v219.429h-73.143v-219.429h-219.429v-73.143h219.429z" />
-<glyph unicode="&#xe94c;" glyph-name="node-open" d="M950.857-64h-950.857v950.857h950.857v-950.857zM73.143 9.143h804.571v804.571h-804.571v-804.571zM219.429 448h512v-73.143h-512v73.143z" />
-<glyph unicode="&#xe94d;" glyph-name="noticeAlarm" d="M518.656 957.659c-282.331 0-512-229.669-512-512 0-282.258 229.669-512 512-512s512.073 229.742 512.073 512c0 282.331-229.742 512-512.073 512zM518.656 6.875c-242.030 0-438.857 196.827-438.857 438.857s196.827 438.857 438.857 438.857c242.103 0 438.93-196.827 438.93-438.857s-196.901-438.857-438.93-438.857zM818.907 527.506c-1.755 0-3.365-1.243-5.339-1.463v192.951c0 0-27.209 12.142-51.273 0-50.834-25.307-118.711-109.495-190.245-123.173-71.314-13.531-264.265 0.512-350.939-7.607-23.918-2.121-63.927-15.067-67.511-67.584-3.877-52.443 0-107.154 0-107.154s19.602-45.202 45.056-45.202c25.381 0 81.627 0 81.627 0s-2.121-107.447 0-143.287c3.145-50.176 18.871-62.318 38.107-88.137 11.045-15.141 73.655-49.737 112.347-25.966 21.504 13.385 39.643 36.425 31.89 65.536-9.509 35.182-44.105 1.39-54.711 44.105-10.679 42.496-7.607 127.561-7.607 127.561s18.286 25.893 42.642 31.963c5.413 1.463 74.459-4.608 74.459-4.608s190.464-66.779 235.52-129.097c31.963-44.032 60.635-13.531 60.635-13.531v190.61c1.902-0.219 3.584-1.463 5.266-1.463 20.626 0 37.376 23.479 37.376 52.809 0.073 29.111-16.603 52.736-37.303 52.736zM781.824 291.913h-13.824c0 0 0 0-39.424 35.035-39.424 34.889-127.122 69.925-180.809 86.674-15.433 4.754-65.024 8.338-65.024 8.338v112.347c6.437 0.146 17.262 4.389 37.815 3.73 107.886-2.999 249.198 129.243 249.198 129.243h12.142v-375.369z" />
-<glyph unicode="&#xe94e;" glyph-name="noticeFilter" d="M490.057-64c-7.314 0-7.314 0-14.629 0-14.629 7.314-21.943 21.943-21.943 36.571v548.571c-21.943 43.886-190.171 219.429-343.771 365.714-7.314 14.629-7.314 29.257-7.314 43.886 7.314 14.629 21.943 21.943 36.571 21.943h789.943c14.629 0 29.257-7.314 29.257-21.943 7.314-14.629 7.314-29.257 0-36.571l-263.314-380.343v-358.4c0-7.314 0-14.629-7.314-21.943l-168.229-182.857c-7.314-7.314-21.943-14.629-29.257-14.629zM226.743 879.543c299.886-299.886 299.886-336.457 299.886-351.086v-460.8l95.086 102.4v358.4c0 7.314 0 14.629 7.314 21.943l234.057 329.143h-636.343zM943.543 740.571l-58.514-73.143h65.829v-599.771h-182.857v-73.143h256v746.057zM394.971 67.657h-321.829v599.771h153.6l-58.514 73.143h-168.229v-746.057h394.971zM402.286 228.571h-226.743c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h226.743v73.143zM855.771 228.571h-87.771v-73.143h87.771c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571zM402.286 374.857h-226.743c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h226.743v73.143zM855.771 374.857h-87.771v-73.143h87.771c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571zM402.286 506.514l-21.943 14.629h-204.8c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h226.743v58.514z" />
-<glyph unicode="&#xe94f;" glyph-name="open" d="M0-27.429c0 7.314 0 21.943 7.314 29.257l475.429 482.743c7.314 0 21.943 7.314 29.257 7.314s21.943-7.314 29.257-7.314l475.429-482.743c14.555-14.629 14.555-36.571 0-51.2-14.629-14.629-36.571-14.629-51.2 0l-453.486 453.486-446.171-453.486c-14.629-14.629-36.571-14.629-51.2 0-7.314 0-14.629 14.629-14.629 21.943z" />
-<glyph unicode="&#xe950;" glyph-name="next" d="M215.040 923.429l501.102-481.646v481.573h146.286v-950.784h-146.286v463.506l-501.102-463.506z" />
-<glyph unicode="&#xe951;" glyph-name="no-voice" d="M943.543 9.143c-7.314 0-21.943 0-29.257 7.314l-797.257 804.571c-14.629 14.629-14.629 36.571 0 51.2s36.571 14.629 51.2 0l797.257-797.257c14.629-14.629 14.629-36.571 0-51.2-7.314-7.314-14.629-14.629-21.943-14.629zM928.914 469.943c0-95.086-14.629-168.229-29.257-226.743l58.514-58.514c21.943 65.829 43.886 160.914 43.886 285.257 0 263.314-124.343 380.343-131.657 387.657-14.629 14.629-36.571 14.629-51.2 0s-14.629-36.571 0-51.2c7.314-7.314 109.714-109.714 109.714-336.457zM731.429 462.629c0-14.629 0-29.257 0-43.886l65.829-65.829c7.314 29.257 7.314 65.829 7.314 109.714 0 153.6-73.143 219.429-73.143 219.429-14.629 14.629-36.571 14.629-51.2 0s-14.629-43.886 0-58.514c7.314 0 51.2-43.886 51.2-160.914zM431.543 718.629l73.143 65.829v-138.971l73.143-73.143v277.943c0 21.943-14.629 36.571-29.257 43.886-21.943 7.314-43.886 0-58.514-7.314l-117.029-117.029 58.514-51.2zM497.371 301.714v-175.543l-190.171 182.857c-7.314 14.629-14.629 14.629-29.257 14.629h-182.857v263.314h124.343l-73.143 73.143h-73.143c-29.257 0-43.886-21.943-43.886-43.886v-314.514c0-29.257 21.943-43.886 43.886-43.886h197.486l226.743-219.429c7.314-7.314 21.943-14.629 36.571-14.629 7.314 0 14.629 0 14.629 0 14.629 7.314 29.257 21.943 29.257 43.886v160.914l-80.457 73.143z" />
-<glyph unicode="&#xe952;" glyph-name="message" d="M1024 521.143c0-182.857-226.743-336.457-512-336.457-58.514 0-394.971-153.6-394.971-153.6s124.343 197.486 80.457 219.429c-117.029 65.829-197.486 160.914-197.486 270.629 0 182.857 226.743 336.457 512 336.457s512-146.286 512-336.457z" />
-<glyph unicode="&#xe953;" glyph-name="modify" d="M1024 777.143c0 36.571-14.629 73.143-43.886 102.4l-29.257 36.571c-58.514 58.514-160.914 58.514-226.743-7.314l-36.571-43.886-607.086-607.086-80.457-321.829 329.143 73.143 621.714 621.714-7.314 7.314 29.257 29.257c36.571 21.943 51.2 65.829 51.2 109.714zM102.4 31.086l43.886 190.171 7.314 7.314 146.286-146.286h-7.314l-190.171-51.2zM351.086 140.8l-146.286 146.286 490.057 490.057 146.286-146.286-490.057-490.057zM921.6 711.314l-29.257-29.257-138.971 138.971 21.943 29.257c36.571 36.571 87.771 36.571 117.029 7.314l29.257-29.257c21.943-7.314 29.257-29.257 29.257-51.2s-14.629-51.2-29.257-65.829z" />
-<glyph unicode="&#xe954;" glyph-name="Monitor" d="M508.608 950.4c-282.368 0-512.064-229.696-512.064-512 0-282.432 229.696-512 512.064-512 282.304 0 511.936 229.632 512 512 0 282.368-229.632 512-512 512zM508.608-9.6c-247.040 0-448.064 201.024-448.064 448s201.024 448 448.064 448 447.936-201.024 448-448c0-246.976-200.96-448-448-448zM610.048 250.496h-203.008v-33.856h-168.96v-64h540.928v64h-168.96zM206.080 293.376h604.928v429.312h-604.928v-429.312zM749.056 342.976h-68.032v28.032h68.032v-28.032zM270.080 658.688h476.928v-250.688h-476.928v250.688z" />
-<glyph unicode="&#xe955;" glyph-name="more" d="M205.568 139.691l-60.331 60.331 283.904 283.989-283.904 283.989 60.331 60.331 344.235-344.32zM570.027 139.691l-60.331 60.331 283.904 283.989-283.904 283.989 60.331 60.331 344.235-344.32z" />
-<glyph unicode="&#xe956;" glyph-name="more-line" d="M36.571 557.714h402.286c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571h-402.286c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571zM36.571 243.2h753.371c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571h-753.371c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571zM987.429 9.143h-950.857c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h950.857c14.629 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571z" />
-<glyph unicode="&#xe957;" glyph-name="newShortcut" d="M370.090 960v-100.024h132.032v-322.079h-132.032v-98.024h-170.042v-504.123h800.195v810.198l-194.047 214.052h-436.106zM150.037 903.986v-132.032h-132.032v-128.031h132.032v-132.032h128.031v132.032h132.032v128.031h-132.032v132.032h-128.031zM704.172 455.877l204.050-204.050-198.048-198.048-2 132.032h-244.060v156.038h242.059l-2 114.028zM352.086 343.85h40.010v-158.039h-40.010v158.039z" />
-<glyph unicode="&#xe958;" glyph-name="lock" d="M870.4 572.343v0h-65.829v95.086c0 160.914-131.657 292.571-292.571 292.571s-292.571-131.657-292.571-292.571v-95.086h-65.829c-58.514-7.314-95.086-65.829-95.086-124.343v-380.343c0-73.143 58.514-131.657 131.657-131.657h650.971c73.143 0 131.657 58.514 131.657 131.657v380.343c0 65.829-43.886 117.029-102.4 124.343zM292.571 667.429c0 124.343 95.086 219.429 219.429 219.429s219.429-95.086 219.429-219.429v-95.086h-438.857v95.086zM899.657 67.657c0-36.571-21.943-58.514-58.514-58.514h-658.286c-29.257 0-58.514 21.943-58.514 58.514v380.343c0 29.257 14.629 51.2 29.257 51.2h702.171c21.943-7.314 36.571-21.943 36.571-51.2v-380.343zM512 448c-58.514 0-109.714-51.2-109.714-109.714 0-51.2 29.257-87.771 73.143-102.4v-153.6c0-21.943 14.629-36.571 36.571-36.571s36.571 14.629 36.571 36.571v153.6c43.886 14.629 73.143 58.514 73.143 102.4 0 58.514-51.2 109.714-109.714 109.714zM512 301.714c-21.943 0-36.571 14.629-36.571 36.571s14.629 36.571 36.571 36.571 36.571-14.629 36.571-36.571-14.629-36.571-36.571-36.571z" />
-<glyph unicode="&#xe959;" glyph-name="loseError" d="M73.143-64h-73.143l346.551 633.271 148.992-336.165 350.135 512.219 60.416-41.326-424.302-620.471-145.627 328.704zM1024 473.893l-408.357 408.357h408.357z" />
-<glyph unicode="&#xe95a;" glyph-name="ltArrow" d="M839.68 165.056l-469.12 469.12 325.824 325.824h-696.384v-696.384l325.312 325.312 469.12-469.12z" />
-<glyph unicode="&#xe95b;" glyph-name="Magnifier" d="M1002.057 89.6l-146.286 124.343c-14.629 7.314-29.257 14.629-51.2 14.629l-43.886 43.886c51.2 73.143 87.771 160.914 87.771 256 0 234.057-190.171 424.229-424.229 424.229s-424.229-190.171-424.229-424.229 190.171-424.229 424.229-424.229c95.086 0 190.171 36.571 263.314 87.771l43.886-36.571c0-14.629 7.314-36.571 21.943-51.2l117.029-146.286c29.257-29.257 73.143-29.257 102.4 0v0l29.257 29.257c29.257 29.257 29.257 73.143 0 102.4zM431.543 177.371c-190.171 0-351.086 153.6-351.086 351.086 0 190.171 153.6 351.086 351.086 351.086 190.171 0 351.086-153.6 351.086-351.086s-160.914-351.086-351.086-351.086z" />
-<glyph unicode="&#xe95c;" glyph-name="Maintain" d="M512.064 960c-282.368 0-512.064-229.632-512.064-512 0-282.432 229.696-512 512.064-512 282.304 0 511.936 229.632 511.936 512s-229.632 512-511.936 512zM512.064 0c-247.040 0-448.064 201.024-448.064 448 0 247.040 201.024 448 448.064 448 246.976 0 447.936-200.96 447.936-448 0-246.976-200.96-448-447.936-448zM734.976 587.776l20.672 55.808-49.408 32.896-3.84 59.392-58.56 9.856-27.52 52.672-57.728-14.72-46.592 36.864-46.656-36.864-57.6 14.72-27.52-52.672-58.688-9.92-3.712-59.392-49.536-32.832 20.672-55.808-31.808-50.24 41.536-42.496-8.64-58.816 55.296-21.824 13.952-49.92-88.64-237.504 91.648 25.152 46.656-76.736 97.92 262.272 5.12 2.56 3.264-1.6 95.488-255.872 46.656 76.608 91.648-25.152-84.992 227.776 14.656 52.416 55.296 21.824-8.704 58.816 41.6 42.496-31.936 50.24zM626.176 421.12l-105.024-39.104c-3.072-0.256-6.016-1.024-9.152-1.024-19.968 0-38.784 4.032-56.768 9.728l-21.44 8.064c-63.552 29.568-107.904 93.568-107.904 168.32 0 102.848 83.328 186.176 186.112 186.176 102.848 0 186.112-83.328 186.112-186.176 0-59.52-28.416-111.936-71.936-145.984zM669.12 567.168c0-86.775-70.345-157.12-157.12-157.12s-157.12 70.345-157.12 157.12c0 86.775 70.345 157.12 157.12 157.12s157.12-70.345 157.12-157.12z" />
-<glyph unicode="&#xe95d;" glyph-name="manAnalysis" d="M608.037 573.147c7.314-9.143 15.141-17.627 23.698-25.381l-16.823-35.986c-9.216-19.602 0.293-43.739 21.065-53.614l25.966-12.507c20.846-10.021 45.202-2.048 54.272 17.554l16.75 35.986c10.386-1.609 20.699-3.145 31.598-3.145 10.679 0 21.211 1.536 31.598 3.145l16.75-35.986c9.143-19.675 33.426-27.575 54.272-17.627l25.893 12.507c20.919 9.874 30.354 34.011 21.211 53.614l-16.75 36.133c8.558 7.68 16.457 16.238 23.698 25.381l36.279-15.287c19.822-8.411 43.154 2.414 51.858 23.991l10.971 26.917c8.997 21.65 0 45.861-19.822 54.199l-36.571 15.287c0.878 7.387 2.194 14.629 2.194 22.309 0 7.607-1.39 14.775-2.194 22.162l36.718 15.36c19.822 8.411 28.818 32.622 19.822 54.199l-10.898 26.99c-8.704 21.577-32.11 32.329-51.858 23.991l-36.425-15.287c-7.241 9.143-14.994 17.627-23.698 25.307l16.75 36.279c9.143 19.602-0.293 43.666-21.138 53.614l-26.039 12.434c-20.699 9.947-44.983 2.048-54.126-17.554l-16.75-36.059c-10.386 1.682-20.699 3.218-31.598 3.218s-21.211-1.536-31.598-3.218l-16.75 36.059c-9.143 19.602-33.499 27.502-54.199 17.554l-25.966-12.434c-20.919-10.021-30.427-34.011-21.211-53.614l16.75-36.206c-8.558-7.753-16.53-16.165-23.698-25.381l-36.425 15.36c-19.822 8.411-43.081-2.341-51.858-23.991l-11.045-26.99c-8.777-21.577 0.146-45.861 19.968-54.199l36.571-15.287c-0.878-7.461-2.267-14.629-2.267-22.235 0-7.68 1.536-14.921 2.267-22.382l-36.571-15.287c-19.749-8.411-28.745-32.549-19.968-54.199l11.045-26.917c8.777-21.504 32.037-32.329 51.785-23.991l36.498 15.214zM764.635 827.173c68.608 0 124.489-56.613 124.489-126.537 0-69.778-55.735-126.464-124.489-126.464s-124.562 56.686-124.562 126.464c0 69.925 55.808 126.537 124.562 126.537zM2.926-74.021h463.141v386.56h-463.141v-386.56zM392.923-0.878h-121.856v240.274h121.856v-240.274zM76.069 239.397h121.856v-240.274h-121.856v240.274zM317.147 595.456l-133.559-8.119c14.19 31.378 35.84 58.953 65.463 79.872 106.13 74.679 191.269 42.789 191.269 42.789-76.946 54.491-160.11 59.099-227.182 12.507-49.957-34.523-86.235-81.774-102.839-136.997l-110.299-4.389 160.11-149.358 157.038 163.694zM915.822 335.214l-198.729-109.275 129.755-32.183c-22.894-25.673-51.858-45.422-86.382-56.466-123.611-39.57-195.291 16.53-195.291 16.53 57.125-75.045 135.168-104.375 213.138-80.018 58.002 17.92 106.715 52.297 139.045 99.913l106.642-28.965-108.178 190.464z" />
-<glyph unicode="&#xe95e;" glyph-name="maximize" d="M177.942 639.922v-704.172h704.172v704.172zM273.523 360.091h513.009v-326.317h-513.009z" />
-<glyph unicode="&#xe95f;" glyph-name="memory" d="M1023.854 306.249l-97.938 566.491h-794.99l-130.706-566.491h-0.219v-284.306h1024v284.306h-0.146zM183.296 799.598h686.885l72.923-421.010h-856.942l97.134 421.010zM955.685 95.159h-887.369v137.947h887.442v-137.947zM131.95 209.262h73.143v-99.109h-73.143v99.109zM247.003 209.262h73.143v-99.109h-73.143v99.109zM890.368 157.769c0-17.693-14.343-32.037-32.037-32.037s-32.037 14.343-32.037 32.037c0 17.693 14.343 32.037 32.037 32.037s32.037-14.343 32.037-32.037z" />
-<glyph unicode="&#xe960;" glyph-name="menu" d="M0 849.728h1024v-72.896h-1024v72.896zM0 484.416h1024v-72.96h-1024v72.96zM0 119.104h1024v-72.896h-1024v72.896z" />
-<glyph unicode="&#xe961;" glyph-name="idea" d="M512 960c-190.171 0-343.771-153.6-343.771-343.771 0-117.029 51.2-219.429 131.657-270.629 73.143-51.2 65.829-138.971 65.829-138.971 0-7.314 0-21.943 7.314-29.257 0 0 7.314 0 7.314-7.314-14.629-14.629-29.257-29.257-29.257-58.514s14.629-51.2 43.886-65.829c-7.314-14.629-14.629-21.943-14.629-43.886 0-43.886 29.257-73.143 73.143-73.143h117.029c43.886 0 73.143 29.257 73.143 73.143 0 14.629-7.314 29.257-14.629 43.886 29.257 14.629 43.886 36.571 43.886 65.829 0 21.943-7.314 43.886-29.257 58.514 0 0 7.314 0 7.314 7.314 7.314 7.314 14.629 14.629 7.314 29.257 0 0-14.629 87.771 65.829 138.971s131.657 153.6 131.657 270.629c0 190.171-153.6 343.771-343.771 343.771zM687.543 404.114c-80.457-51.2-95.086-124.343-102.4-168.229h-146.286c0 43.886-21.943 117.029-102.4 168.229-58.514 43.886-95.086 117.029-95.086 212.114 0 146.286 124.343 270.629 270.629 270.629s270.629-124.343 270.629-270.629c0-95.086-36.571-168.229-95.086-212.114z" />
-<glyph unicode="&#xe962;" glyph-name="import" d="M921.6 572.343c-21.943 0-36.571-14.629-36.571-36.571v-512h-760.686v512c0 21.943-14.629 36.571-36.571 36.571s-36.571-14.629-36.571-36.571v-548.571c0-21.943 14.629-36.571 36.571-36.571h833.829c21.943 0 36.571 14.629 36.571 36.571v548.571c0 21.943-14.629 36.571-36.571 36.571zM987.429 923.429c-7.314 21.943-21.943 29.257-43.886 29.257-14.629 0-299.886-65.829-424.229-292.571-58.514-95.086-73.143-204.8-51.2-321.829l-131.657 197.486c-7.314 14.629-36.571 14.629-51.2 7.314-14.629-14.629-21.943-36.571-7.314-51.2l204.8-307.2c7.314-7.314 14.629-14.629 29.257-14.629v0c14.629 0 21.943 7.314 29.257 14.629l234.057 307.2c14.629 14.629 7.314 36.571-7.314 51.2s-36.571 7.314-51.2-7.314l-168.229-219.429c-29.257 117.029-14.629 219.429 36.571 307.2 109.714 197.486 373.029 256 380.343 256 14.629 7.314 29.257 21.943 21.943 43.886z" />
-<glyph unicode="&#xe963;" glyph-name="inProgress" d="M277.943 448c0-76.752-62.22-138.971-138.971-138.971s-138.971 62.22-138.971 138.971c0 76.752 62.22 138.971 138.971 138.971s138.971-62.22 138.971-138.971zM650.971 448c0-76.752-62.22-138.971-138.971-138.971s-138.971 62.22-138.971 138.971c0 76.752 62.22 138.971 138.971 138.971s138.971-62.22 138.971-138.971zM1024 448c0-76.752-62.22-138.971-138.971-138.971s-138.971 62.22-138.971 138.971c0 76.752 62.22 138.971 138.971 138.971s138.971-62.22 138.971-138.971z" />
-<glyph unicode="&#xe964;" glyph-name="launchingTower" d="M212.052 953.999c-86.291-49.57-144.035-133.894-144.035-230.056 0-97.747 59.424-182.865 148.036-232.057l24.006 52.013c-65.85 40.076-108.026 105.11-108.026 180.044s42.176 141.968 108.026 182.044l-28.007 48.012zM848.207 953.999l-28.007-48.012c65.85-40.076 108.026-107.111 108.026-182.044s-42.176-139.968-108.026-180.044l24.006-52.013c88.612 49.192 148.036 134.309 148.036 232.057 0 96.162-57.744 180.486-144.035 230.056zM318.078 889.983c-57.756-35.483-98.024-97.206-98.024-166.041 0-69.97 40.714-130.828 100.024-166.041l16.004 38.009c-44.075 28.688-72.018 74.392-72.018 128.031s27.943 101.344 72.018 130.032l-18.004 36.009zM742.181 889.983l-18.004-36.009c44.075-28.688 72.018-76.393 72.018-130.032s-27.943-99.344-72.018-128.031l16.004-38.009c59.31 35.213 100.024 96.071 100.024 166.041 0 68.835-40.268 130.557-98.024 166.041zM406.099 819.966c-33.577-20.628-56.014-56.006-56.014-96.023 0-40.677 23.534-75.553 58.014-96.023l10.002 22.005c-25.623 16.678-42.010 42.835-42.010 74.018s16.387 59.341 42.010 76.019l-12.003 20.005zM654.16 819.966l-12.003-20.005c25.623-16.678 42.010-44.835 42.010-76.019s-16.387-57.341-42.010-74.018l10.002-22.005c34.48 20.471 58.014 55.346 58.014 96.023 0 40.017-22.437 75.395-56.014 96.023zM480.117 765.953l-28.007-830.203h156.038l-28.007 830.203h-100.024zM219.042 399.47h121.937v-463.503h-121.937v463.503zM88.021 304.057v-368.090h152.037v368.090h-152.037zM114.028 288.053h26.006v-346.084h-26.006v346.084zM-4.536 115.603h99.561v-179.853h-99.561v179.853zM592.645 156.65h82.685v-223.655h-82.685v223.655zM662.254 379.668h78.352v-446.673h-78.352v446.673zM738.18 253.828v-318.078h94.023v318.078h-94.023zM758.185 225.821h20.005v-262.064h-20.005v262.064zM808.197 143.801v-208.051h174.042v208.051h-174.042zM864.211 99.79h82.020v-146.036h-82.020v146.036zM967.832 45.676h68.378v-109.926h-68.378v109.926zM331.282 141.525v-208.051h143.894v208.051h-143.894zM377.593 97.514h67.812v-146.036h-67.812v146.036z" />
-<glyph unicode="&#xe965;" glyph-name="layout" d="M387.264 659.2l-201.856-204.16 201.856-204.16v133.76h131.456v145.472h-131.456v129.088zM650.112 440.896v-129.088h-131.392v-145.472h131.392v-133.824l201.856 204.16-201.856 204.224zM927.040-64h-830.208v830.272h830.272v-830.272zM160.832 0h702.272v702.272h-702.272v-702.272zM1024 734.272c0-17.664-14.4-32-32-32h-960.064c-17.664 0-32 14.336-32 32v0c0 17.664 14.336 32 32 32h960.064c17.6 0 32-14.272 32-32v0z" />
-<glyph unicode="&#xe966;" glyph-name="legendhide" d="M1024.25 960v-1024.25h-736.688v1024.25zM168.177 960v-1024.25h-168.177v1024.25zM636.087 629.919l-182.044-182.044 182.044-182.044v122.030h232.057v120.029h-232.057z" />
-<glyph unicode="&#xe967;" glyph-name="legendshow" d="M0 960v-1024.25h602.147v1024.25h-602.147zM704.172 960v-1024.25h320.078v1024.25h-320.078zM778.19 823.967h172.042v-86.021h-172.042v86.021zM336.082 629.919l182.044-182.044-182.044-182.044v122.030h-232.057v120.029h232.057v122.030zM778.19 583.908h172.042v-86.021h-172.042v86.021zM778.19 343.85h172.042v-86.021h-172.042v86.021zM778.19 105.791h172.042v-88.021h-172.042v88.021z" />
-<glyph unicode="&#xe968;" glyph-name="link" d="M174.042 960c-95.784 0-174.042-78.258-174.042-174.042s78.258-172.042 174.042-172.042c30.243 0 57.266 6.396 82.020 20.005l442.108-442.108c-13.609-24.754-20.005-51.777-20.005-82.020 0-95.784 76.258-174.042 172.042-174.042s174.042 78.258 174.042 174.042c0 95.784-78.258 172.042-174.042 172.042-30.577 0-59.076-6.115-84.021-20.005l-442.108 438.107c14.955 25.634 22.005 54.203 22.005 86.021 0 95.784-76.258 174.042-172.042 174.042zM174.042 873.979c47.892 0 86.021-40.129 86.021-88.021s-38.129-86.021-86.021-86.021c-47.892 0-88.021 38.129-88.021 86.021s40.129 88.021 88.021 88.021zM850.208 195.813c47.892 0 88.021-38.129 88.021-86.021s-40.129-88.021-88.021-88.021c-47.892 0-86.021 40.129-86.021 88.021s38.129 86.021 86.021 86.021z" />
-<glyph unicode="&#xe969;" glyph-name="godown" d="M548.571-20.114l292.571 380.343c14.629 14.629 7.314 36.571-7.314 51.2s-36.571 7.314-51.2-7.314l-226.743-292.571v694.857c0 21.943-14.629 36.571-36.571 36.571s-36.571-21.943-36.571-36.571v-694.857l-241.371 292.571c-14.629 14.629-36.571 21.943-51.2 7.314-14.629-7.314-14.629-14.629-14.629-29.257 0-7.314 0-14.629 7.314-21.943l307.2-380.343c7.314-7.314 14.629-14.629 29.257-14.629 7.314 0 21.943 7.314 29.257 14.629z" />
-<glyph unicode="&#xe96a;" glyph-name="goup" d="M475.429 901.486l-292.571-380.343c-14.629-14.629-14.629-43.886 7.314-51.2 14.629-14.629 36.571-7.314 51.2 7.314l226.743 292.571v-694.857c0-21.943 14.629-36.571 36.571-36.571s36.571 14.629 36.571 36.571v702.171l241.371-299.886c14.629-14.629 36.571-14.629 51.2-7.314 7.314 7.314 14.629 14.629 14.629 29.257 0 7.314 0 14.629-7.314 21.943l-307.2 380.343c-7.314 7.314-21.943 14.629-29.257 14.629-14.629 0-21.943-7.314-29.257-14.629z" />
-<glyph unicode="&#xe96b;" glyph-name="grammarCheck" d="M782.629 960h-541.257c-131.657 0-241.371-109.714-241.371-241.371v-548.571c0-124.343 109.714-234.057 241.371-234.057h548.571c131.657 0 241.371 109.714 241.371 241.371v541.257c-7.314 131.657-117.029 241.371-248.686 241.371zM950.857 177.371c0-87.771-73.143-168.229-168.229-168.229h-541.257c-95.086 0-168.229 73.143-168.229 168.229v541.257c0 95.086 73.143 168.229 168.229 168.229h548.571c87.771 0 160.914-73.143 160.914-168.229v-541.257zM533.943 352.914l-87.771-117.029 153.6-168.229 285.257 409.6-270.629-285.257zM694.857 140.8l7.314-14.629h109.714l-51.2 117.029zM533.943 411.429l36.571-65.829h51.2l29.257-73.143 73.143 80.457-204.8 490.057h-102.4l-277.943-716.8h102.4l80.457 219.429h160.914l51.2 65.829zM424.229 630.857c14.629 51.2 29.257 95.086 36.571 138.971 14.629-36.571 29.257-87.771 51.2-146.286l73.143-197.486h-241.371l80.457 204.8z" />
-<glyph unicode="&#xe96c;" glyph-name="Graphical" d="M823.104 449.088c0-89.472-37.376-169.6-96.576-226.688l132.096-132.096c92.096 91.072 149.44 218.112 149.44 358.784v0.064l-184.96-0.064zM795.392 574.784h195.136c-49.024 191.36-205.312 338.56-400.896 368.896v-191.936c92.736-23.616 167.808-89.984 205.76-176.96zM611.392 153.344c-30.464-10.688-62.656-17.344-96.768-17.344-170.304 0-308.352 140.096-308.352 313.152 0 154.752 110.848 282.56 256.256 307.776v190.272c-248.064-26.432-441.408-239.36-441.408-498.112 0-276.608 220.992-500.864 493.504-500.864 86.72 0 167.424 23.744 238.208 63.68l-141.44 141.44z" />
-<glyph unicode="&#xe96d;" glyph-name="half-grid" d="M14.629-64h438.857v512h-438.857c0 0 0-512 0-512zM87.771 374.857h292.571v-365.714h-292.571c0 0 0 365.714 0 365.714zM563.2 448v-512h438.857v512h-438.857zM936.229 9.143h-292.571v365.714h292.571v-365.714z" />
-<glyph unicode="&#xe96e;" glyph-name="half-grid-selected" d="M14.629 448h438.857v-512h-438.857v512zM563.2 448h438.857v-512h-438.857v512z" />
-<glyph unicode="&#xe96f;" glyph-name="helpTip" d="M512-27.429c-262.144 0-475.429 213.285-475.429 475.429s213.285 475.429 475.429 475.429 475.429-213.285 475.429-475.429-213.285-475.429-475.429-475.429zM512 850.286c-221.769 0-402.286-180.443-402.286-402.286 0-221.769 180.517-402.286 402.286-402.286s402.286 180.517 402.286 402.286c0 221.842-180.517 402.286-402.286 402.286zM476.379 302.007c-0.293 9.435-0.366 16.457-0.366 21.138 0 27.648 4.023 51.493 11.776 71.607 5.705 15.141 14.921 30.501 27.721 45.787 9.435 11.191 26.258 27.575 50.688 49.079 24.357 21.504 40.229 38.693 47.47 51.493 7.387 12.727 10.971 26.697 10.971 41.838 0 27.355-10.679 51.419-32.11 72.192-21.285 20.699-47.543 31.086-78.555 31.086-29.989 0-55.077-9.362-75.118-28.16-19.968-18.798-33.28-48.201-39.497-88.137l-72.411 8.631c6.583 53.467 25.893 94.427 58.075 122.88 32.183 28.379 74.752 42.642 127.707 42.642 56.174 0 100.864-15.287 134.29-45.787s50.030-67.438 50.030-110.738c0-25.015-5.851-48.128-17.481-69.266-11.703-21.138-34.816-46.811-68.974-77.019-22.967-20.334-37.961-35.328-45.056-44.983s-12.215-20.773-15.579-33.28-5.339-32.841-5.851-61.001h-67.73zM472.137 160.768v80.238h80.165v-80.238h-80.165z" />
-<glyph unicode="&#xe970;" glyph-name="hide" d="M368.090 960v-596.146h-234.057l364.089-360.088h-498.122v-70.017h1024.25v70.017h-522.127l388.095 360.088h-234.057v596.146h-288.070z" />
-<glyph unicode="&#xe971;" glyph-name="history" d="M167.656 773.113v-487.447l34.008-73.368h572.525l38.009 75.244v33.864h26.006c104.427 0 188.046 78.637 188.046 176.837 0 98.206-83.619 176.843-188.046 176.843h-26.006v98.027zM812.198 613.003h14.003c66.914 0 122.030-51.833 122.030-114.761 0-62.921-55.115-112.872-122.030-112.872h-14.003zM0 116.351l108.026-180.601h834.204l82.020 180.601z" />
-<glyph unicode="&#xe972;" glyph-name="historyAlarm" d="M672.329 608.695l-117.906-100.571c-10.679 6.217-22.528 10.679-35.767 10.679-8.997 0-17.335-2.121-25.234-5.12l-182.491 182.491c-13.458 13.458-35.84 12.727-50.103-1.609-14.263-14.263-14.994-36.645-1.609-50.103l188.416-188.416c-0.512-3.511-2.121-6.656-2.121-10.386 0-40.375 32.768-73.143 73.143-73.143 39.643 0 71.534 31.671 72.704 71.022l128.439 109.568c15.36 13.093 17.189 36.133 4.169 51.493-13.166 15.433-36.279 17.262-51.639 4.096zM518.656 753.152c20.187 0 36.571 16.384 36.571 36.571v51.2c0 20.187-16.384 36.571-36.571 36.571s-36.571-16.384-36.571-36.571v-51.2c0-20.187 16.311-36.571 36.571-36.571zM518.656 139.264c-20.187 0-36.571-16.457-36.571-36.571v-51.273c0-20.114 16.384-36.571 36.571-36.571s36.571 16.457 36.571 36.571v51.273c0 20.187-16.384 36.571-36.571 36.571zM910.336 482.231h-51.127c-20.187 0-36.571-16.384-36.571-36.571s16.384-36.571 36.571-36.571h51.127c20.261 0 36.571 16.384 36.571 36.571s-16.238 36.571-36.571 36.571zM172.105 482.231h-51.2c-20.114 0-36.571-16.384-36.571-36.571s16.457-36.571 36.571-36.571h51.2c20.187 0 36.571 16.384 36.571 36.571s-16.384 36.571-36.571 36.571zM518.656 957.659c-282.331 0-512-229.669-512-512 0-282.258 229.669-512 512-512s512.073 229.742 512.073 512c0 282.331-229.742 512-512.073 512zM518.656 6.875c-242.030 0-438.857 196.827-438.857 438.857s196.827 438.857 438.857 438.857c242.103 0 438.93-196.827 438.93-438.857s-196.901-438.857-438.93-438.857z" />
-<glyph unicode="&#xe973;" glyph-name="eye-closed" d="M160.914 864.914c-14.629 14.629-36.571 14.629-51.2 0s-14.629-36.571 0-51.2l775.314-826.514c7.314-7.314 21.943-14.629 29.257-14.629 14.629 0 21.943 7.314 29.257 14.629 14.629 14.629 14.629 36.571 0 51.2l-782.629 826.514zM621.714 440.686l73.143-65.829c7.314 14.629 7.314 29.257 7.314 43.886-7.314 95.086-80.457 175.543-182.857 175.543-14.629 0-29.257 0-43.886-7.314l65.829-65.829c43.886-7.314 73.143-36.571 80.457-80.457zM570.514 250.514l-58.514 65.829c-51.2 7.314-95.086 43.886-95.086 95.086l-58.514 65.829c-7.314-14.629-14.629-36.571-14.629-58.514 0-95.086 80.457-175.543 175.543-175.543 14.629 0 36.571 0 51.2 7.314zM512 162.743c-204.8 0-380.343 204.8-424.229 263.314 14.629 36.571 65.829 109.714 153.6 168.229l-51.2 58.514c-131.657-95.086-182.857-219.429-182.857-219.429l-7.314-14.629 14.629-14.629c7.314-14.629 219.429-307.2 497.371-307.2 58.514 0 117.029 14.629 175.543 36.571l-58.514 51.2c-36.571-14.629-80.457-21.943-117.029-21.943zM1016.686 440.686c-7.314 0-131.657 314.514-504.686 314.514-65.829 0-124.343-14.629-175.543-29.257l65.829-58.514c36.571 7.314 73.143 14.629 109.714 14.629 277.943 0 394.971-190.171 424.229-248.686-21.943-29.257-73.143-95.086-146.286-153.6l51.2-51.2c102.4 80.457 168.229 168.229 168.229 175.543l14.629 14.629-7.314 21.943z" />
-<glyph unicode="&#xe974;" glyph-name="forceOut" d="M95.68 814.656h611.52v64h-675.52v-870.912h675.52v64h-611.52zM737.28 724.608l-45.248-45.248 204.032-204.16h-669.824v-64h670.72l-204.352-204.224 45.248-45.248 281.152 281.024z" />
-<glyph unicode="&#xe975;" glyph-name="full-grid" d="M1024-64h-1024v512h1024v-512zM73.143 9.143h877.714v365.714h-877.714v-365.714z" />
-<glyph unicode="&#xe976;" glyph-name="full-grid-selected" d="M0 448h1024v-512h-1024v512z" />
-<glyph unicode="&#xe977;" glyph-name="gear" d="M358.254-64.073c-17.335 0-34.231 3.95-50.176 11.483l-47.689 22.967c-56.174 26.77-81.335 92.672-56.101 146.725l19.822 42.569c-3.291 3.438-6.583 6.949-9.801 10.606l-41.984-17.627c-53.76-22.821-119.881 6.875-142.994 63.854l-20.407 49.371c-23.552 57.856 1.682 123.538 56.247 146.651l41.618 17.481c-0.585 5.925-0.951 11.922-0.951 17.993s0.366 11.995 0.951 17.847l-41.618 17.481c-54.711 22.821-79.945 88.649-56.174 146.798l20.261 49.445c23.040 56.978 88.795 86.601 142.921 63.854l42.057-17.701c3.218 3.584 6.51 7.095 9.874 10.606l-19.822 42.642c-25.234 53.906 0 119.735 56.174 146.651l47.762 22.821c55.296 26.405 123.611 3.291 148.334-49.737l19.237-41.399c23.479 2.853 48.859 2.853 72.338 0l19.090 41.326c24.795 53.175 93.184 76.215 148.48 49.81l47.689-22.747c56.174-26.917 81.262-92.745 56.174-146.725l-19.749-42.789c3.365-3.438 6.656-6.949 9.874-10.533l42.13 17.774c54.418 22.747 120.027-6.875 142.994-64l20.187-49.225c23.698-57.929-1.536-123.831-56.247-146.798l-41.545-17.554c0.585-5.851 0.951-11.776 0.951-17.847s-0.366-11.995-1.024-17.847l41.472-17.408c54.93-23.333 80.018-89.307 56.101-147.017l-20.041-49.225c-17.774-43.739-58.368-71.899-103.278-71.899v0c-13.751 0-27.136 2.633-39.863 7.973l-41.984 17.701c-3.218-3.584-6.51-7.095-9.874-10.533l19.822-42.789c25.161-54.053-0.073-119.954-56.32-146.651l-47.47-22.894c-55.954-26.624-123.977-3.291-148.553 49.81l-19.163 41.326c-23.259-2.853-49.152-2.853-72.265 0l-19.163-41.326c-17.627-37.742-55.223-61.294-98.304-61.294zM236.251 258.706l17.189-21.723c12.434-15.653 25.6-29.769 39.131-41.911l20.114-18.066-42.203-90.77c-8.338-17.92 1.243-40.229 21.358-49.883l47.835-22.894c19.237-9.216 42.569-2.267 50.395 14.702l42.35 91.136 27.355-4.535c34.085-5.413 69.925-5.339 104.009 0l27.355 4.462 42.277-91.136c7.753-16.896 31.305-23.771 50.615-14.629l47.47 22.894c20.187 9.655 29.769 32.037 21.504 49.957l-42.057 90.917 19.968 18.066c13.751 12.361 26.99 26.478 39.131 41.911l17.262 21.797 92.453-38.912c17.189-7.387 38.766 4.023 47.031 24.064l20.114 49.445c8.704 21.065 1.17 44.178-16.823 51.858l-92.16 38.619 4.681 40.229c1.024 7.826 2.194 15.653 2.194 23.771 0 8.704-1.317 16.896-2.414 25.234l-4.754 38.473 92.672 38.985c17.92 7.534 25.454 30.647 16.823 51.639l-20.261 49.371c-8.119 20.114-29.403 31.451-46.811 24.21l-92.672-38.985-17.189 21.87c-11.995 15.214-25.161 29.33-39.131 41.984l-19.822 18.066 41.984 90.843c8.338 17.993-1.243 40.375-21.285 50.030l-47.689 22.674c-19.529 9.070-42.789 2.341-50.688-14.629l-42.13-91.209-27.429 4.462c-34.011 5.559-69.851 5.559-104.082 0l-27.282-4.462-42.423 91.282c-7.826 16.896-31.086 23.918-50.395 14.555l-47.762-22.821c-20.187-9.655-29.769-31.963-21.431-49.737l42.203-91.063-20.187-18.066c-13.897-12.507-26.77-26.185-39.131-41.838l-17.262-21.943-92.453 38.985c-17.481 7.314-38.766-4.096-46.885-23.991l-20.261-49.591c-8.411-20.626-0.731-44.325 16.75-51.639l92.16-38.766-4.462-40.594c-1.024-7.68-2.121-15.36-2.121-23.406 0-8.265 1.17-16.165 2.194-24.064l4.608-40.082-92.233-38.693c-17.774-7.607-25.454-30.72-16.969-51.639l20.261-49.445c8.192-19.968 29.915-31.525 46.958-24.064l92.453 38.693zM512 179.566c-146.139 0-265.070 120.393-265.070 268.361s118.93 268.434 265.070 268.434c146.066 0 264.85-120.393 264.85-268.434s-118.784-268.361-264.85-268.361zM512 643.218c-105.838 0-191.927-87.625-191.927-195.291s86.089-195.218 191.927-195.218c105.691 0 191.707 87.552 191.707 195.218s-86.016 195.291-191.707 195.291z" />
-<glyph unicode="&#xe978;" glyph-name="go" d="M248.686-49.371c-14.629 14.629-14.629 36.571 0 51.2l453.486 446.171-453.486 453.486c-14.629 14.629-14.629 36.571 0 51.2s36.571 14.629 51.2 0l482.743-475.429c0-7.314 7.314-21.943 7.314-29.257s-7.314-21.943-14.629-29.257l-475.429-475.429c-7.314-7.314-21.943-7.314-29.257-7.314s-14.629 0-21.943 14.629z" />
-<glyph unicode="&#xe979;" glyph-name="find" d="M1021.074 181.979c0.219 4.242 1.243 8.192 1.243 12.581 0 46.446-13.678 89.527-36.352 126.025l-133.632 527.067-23.113 14.848-26.405 8.265-8.265-1.609-4.901 51.2-9.947 16.53-13.239 6.583-127.269-1.755-14.848-8.265-4.901-8.265-5.047-54.491c0 0-13.239-1.609-28.087-14.848-14.848-13.166-14.848-13.166-14.848-13.166l-0.731-82.578h-117.467l-0.731 82.578c0 0 0 0-14.848 13.166-14.921 13.239-28.087 14.848-28.087 14.848l-5.047 54.491-4.901 8.265-14.921 8.265-127.122 1.682-13.239-6.583-9.874-16.53-4.901-51.2-8.338 1.609-26.405-8.192-23.113-14.921-133.632-526.994c-22.821-36.498-36.425-79.579-36.425-126.025 0-4.389 1.024-8.338 1.243-12.581l-2.926-11.557 4.169-0.146c12.142-119.442 110.007-212.919 230.254-212.919 128.731 0 233.033 106.203 233.033 237.202 0 22.016-3.877 42.862-9.435 62.976l-2.341 236.617h112.64l-2.341-236.617c-5.559-20.114-9.435-41.033-9.435-62.976 0-130.999 104.302-237.202 233.033-237.202 120.32 0 218.112 93.477 230.327 212.919l4.096 0.146-2.926 11.557zM234.423 4.681c-102.693 0-186.295 84.992-186.295 189.879 0 104.667 83.602 189.659 186.295 189.659 103.131 0 186.661-84.992 186.661-189.659 0-104.814-83.529-189.879-186.661-189.879zM789.577 4.681c-103.131 0-186.661 84.992-186.661 189.879 0 104.667 83.529 189.659 186.661 189.659 102.693 0 186.295-84.992 186.295-189.659 0-104.814-83.602-189.879-186.295-189.879zM100.864 191.634c0-70.656 50.322-130.56 120.613-154.185-57.198 32.037-95.525 88.357-95.525 152.795 0 69.047 44.251 128.366 108.544 158.866-77.093-20.187-133.632-82.651-133.632-157.477zM786.139 349.038c64.366-30.501 108.617-89.819 108.617-158.866 0-64.439-38.254-120.759-95.525-152.795 70.363 23.625 120.539 83.602 120.539 154.185 0.073 74.898-56.466 137.362-133.632 157.477z" />
-<glyph unicode="&#xe97a;" glyph-name="fobidden" d="M512 960c-285.257 0-512-226.743-512-512s226.743-512 512-512 512 226.743 512 512-226.743 512-512 512zM512 9.143c-241.371 0-438.857 197.486-438.857 438.857s197.486 438.857 438.857 438.857 438.857-197.486 438.857-438.857-197.486-438.857-438.857-438.857zM768 484.571h-512c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h512c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571z" />
-<glyph unicode="&#xe97b;" glyph-name="fold" d="M1024 455.314c0-7.314 0-21.943-7.314-29.257l-475.429-482.743c-7.314 0-21.943-7.314-29.257-7.314s-21.943 7.314-29.257 7.314l-475.429 482.743c-7.314 14.629-7.314 36.571 0 51.2 14.629 14.629 36.571 14.629 51.2 0l453.486-453.486 446.171 453.486c14.629 14.629 36.571 14.629 51.2 0 14.629-7.314 14.629-14.629 14.629-21.943z" />
-<glyph unicode="&#xe97c;" glyph-name="folder" d="M1024-64h-1024v950.857h460.8l109.714-146.286h453.486v-804.571zM73.143 9.143h877.714v658.286h-424.229l-102.4 146.286h-351.086v-804.571z" />
-<glyph unicode="&#xe97d;" glyph-name="folderOpen" d="M1024 528.457h-855.771l-95.086-336.457v621.714h351.086l109.714-146.286h270.629v-73.143h73.143v146.286h-314.514l-102.4 146.286h-460.8v-958.171l7.314 7.314h848.457l168.229 592.457zM95.086 9.143l131.657 446.171h702.171l-124.343-446.171h-709.486z" />
-<glyph unicode="&#xe97e;" glyph-name="drill" d="M296.96 663.113c0-82.003-66.477-148.48-148.48-148.48s-148.48 66.477-148.48 148.48c0 82.003 66.477 148.48 148.48 148.48s148.48-66.477 148.48-148.48zM551.936 152.21c0-82.003-66.477-148.48-148.48-148.48s-148.48 66.477-148.48 148.48c0 82.003 66.477 148.48 148.48 148.48s148.48-66.477 148.48-148.48zM930.158 648.192c0-91.496-74.172-165.669-165.669-165.669s-165.669 74.172-165.669 165.669c0 91.496 74.172 165.669 165.669 165.669s165.669-74.172 165.669-165.669zM1024 175.982c0-73.803-59.829-133.632-133.632-133.632s-133.632 59.829-133.632 133.632c0 73.803 59.829 133.632 133.632 133.632s133.632-59.829 133.632-133.632zM732.286 597.973l55.324 19.275 166.956-479.199-55.324-19.275-166.956 479.199zM812.421 734.786l46.39-35.785-460.695-597.214-46.39 35.785 460.695 597.214zM112.914 659.524l52.061 26.868 293.504-568.704-52.061-26.868-293.504 568.704z" />
-<glyph unicode="&#xe97f;" glyph-name="empty" d="M490.639 704.031l-457.452-128.548 31.401-141.455-2.253 0.481v-3.779l-45.338-141.681 402.376-96.333 77.45 145.454 1.884 3.779-411.1 87.199 434.191 129.428zM62.336 258.381v-205.455l436.372-115.231v359.347l-66.514-126.766zM531.937 340.26l1.889-3.779 77.445-145.459 402.381 96.338-45.348 141.681v3.779l-1.367-0.287 33.623 151.404-447.601 120.095-31.16-145.454 442.87-126.525zM531.937 295.352v-359.352l436.367 115.236v205.455l-369.848-88.1z" />
-<glyph unicode="&#xe980;" glyph-name="executNext" d="M155.429 717.824v-498.834l416.695 249.417zM937.984 286.647h-407.698l203.849-185.783zM820.005 309.833h-171.593v462.702h171.593v-462.702zM721.554 382.976h25.307v316.416h-25.307v-316.416zM785.408 960h-546.889c-131.511 0-238.519-106.715-238.519-237.934v-548.206c0-131.145 107.008-237.861 238.519-237.861h546.889c131.584 0 238.592 106.715 238.592 237.861v548.206c0 131.218-107.008 237.934-238.592 237.934zM950.857 173.861c0-90.843-74.313-164.718-165.449-164.718h-546.889c-91.209 0-165.376 73.874-165.376 164.718v548.206c0 90.843 74.167 164.791 165.376 164.791h546.889c91.136 0 165.449-73.947 165.449-164.791v-548.206z" />
-<glyph unicode="&#xe981;" glyph-name="export" d="M928.914-49.371h-833.829c-21.943 0-36.571 14.629-36.571 36.571v548.571c0 21.943 14.629 36.571 36.571 36.571s36.571-14.629 36.571-36.571v-512h760.686v512c0 21.943 14.629 36.571 36.571 36.571s36.571-14.629 36.571-36.571v-548.571c0-21.943-14.629-36.571-36.571-36.571zM329.143 155.429c0 14.629-21.943 307.2 153.6 490.057 95.086 102.4 226.743 153.6 387.657 153.6 21.943 0 36.571-14.629 36.571-36.571s-14.629-36.571-36.571-36.571c-146.286 0-256-43.886-336.457-131.657-153.6-168.229-131.657-438.857-131.657-438.857 0-21.943-7.314-36.571-36.571-36.571 0 0-36.571 0-36.571 36.571zM731.429 455.314c-7.314 0-14.629 0-21.943 7.314-14.629 7.314-21.943 29.257-14.629 51.2l153.6 256-299.886 87.771c-21.943 7.314-29.257 21.943-21.943 43.886s21.943 29.257 43.886 21.943l351.086-102.4c7.314 0 21.943-14.629 21.943-21.943 7.314-7.314 0-21.943 0-29.257l-175.543-299.886c-7.314-14.629-21.943-14.629-36.571-14.629z" />
-<glyph unicode="&#xe982;" glyph-name="export-ne" d="M768 491.886l175.543 299.886c0 7.314 7.314 21.943 0 29.257 0 7.314-14.629 21.943-21.943 21.943l-351.086 102.4c-21.943 7.314-36.571 0-43.886-21.943s0-36.571 21.943-43.886l226.743-65.829c-117.029-21.943-219.429-65.829-292.571-146.286-175.543-182.857-153.6-475.429-153.6-490.057 0-21.943 14.629-36.571 36.571-36.571 29.257 0 43.886 14.629 36.571 36.571 0 0-21.943 270.629 131.657 438.857 73.143 80.457 168.229 117.029 285.257 124.343l-124.343-204.8c-7.314-21.943 0-43.886 14.629-51.2 7.314-7.314 14.629-7.314 21.943-7.314 14.629 0 29.257 0 36.571 14.629zM936.229 352.914c-21.943 0-36.571-14.629-36.571-36.571v-212.114l-160.914 234.057c-14.629 14.629-29.257 21.943-43.886 14.629s-21.943-21.943-21.943-36.571v-329.143c0-21.943 14.629-36.571 36.571-36.571s36.571 14.629 36.571 36.571v212.114l160.914-234.057c7.314-7.314 21.943-14.629 29.257-14.629 0 0 7.314 0 7.314 0 14.629 7.314 29.257 21.943 29.257 36.571v329.143c0 21.943-14.629 36.571-36.571 36.571zM592.457 45.714h-468.114v512c0 21.943-14.629 36.571-36.571 36.571s-36.571-21.943-36.571-43.886v-541.257c0-21.943 14.629-36.571 36.571-36.571h497.371c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-29.257 36.571z" />
-<glyph unicode="&#xe983;" glyph-name="eye" d="M1016.686 491.886c-7.314 0-131.657 314.514-504.686 314.514s-504.686-314.514-504.686-314.514l-7.314-21.943 14.629-14.629c7.314-14.629 219.429-307.2 497.371-307.2s490.057 292.571 497.371 307.2l14.629 14.629-7.314 21.943zM512 221.257c-204.8 0-380.343 204.8-424.229 263.314 29.257 58.514 146.286 248.686 424.229 248.686s394.971-190.171 424.229-248.686c-43.886-65.829-219.429-263.314-424.229-263.314zM519.314 652.8c-95.086 0-175.543-80.457-175.543-175.543s80.457-175.543 175.543-175.543 175.543 80.457 175.543 175.543-73.143 175.543-175.543 175.543zM519.314 374.857c-58.514 0-102.4 43.886-102.4 102.4s43.886 102.4 102.4 102.4 102.4-43.886 102.4-102.4-43.886-102.4-102.4-102.4z" />
-<glyph unicode="&#xe984;" glyph-name="file" d="M760.686 835.657v124.343h-687.543v-1024h877.714v899.657h-190.171zM877.714 9.143h-731.429v877.714h541.257v-124.343h190.171v-753.371zM292.571 667.429h285.257v-73.143h-285.257v73.143zM292.571 448h438.857v-73.143h-438.857v73.143zM292.571 228.571h438.857v-73.143h-438.857v73.143z" />
-<glyph unicode="&#xe985;" glyph-name="currentAlarm" d="M512 960c-282.331 0-512-229.742-512-512s229.669-512 512-512c282.258 0 512 229.742 512 512s-229.742 512-512 512zM512 9.143c-242.030 0-438.857 196.827-438.857 438.857s196.827 438.857 438.857 438.857 438.857-196.827 438.857-438.857-196.827-438.857-438.857-438.857zM757.906 328.704c-56.174 56.174-80.018 165.961-77.605 227.474 2.853 61.44-14.409 118.638-58.661 152.357-39.79 30.208-80.53 24.064-80.53 24.064l-2.414 21.431c0 0-8.923 6.949-26.77 6.949-16.823 0-26.697-6.949-26.697-6.949l-2.706-21.431c0 0-40.667 6.071-80.165-24.064-44.471-33.719-61.586-90.99-58.88-152.357 2.706-61.513-21.358-171.301-77.605-227.401-56.101-56.174-64.073-58.953-61.44-88.283 2.779-29.33 26.917-43.813 26.917-43.813h196.462c0-34.158 37.742-61.733 84.187-61.733 46.592 0 84.187 27.575 84.187 61.733h196.535c0 0 24.21 14.409 26.843 43.813s-5.266 32.11-61.659 88.21z" />
-<glyph unicode="&#xe986;" glyph-name="debug" d="M708.315 753.225c0.146 3.291 0.439 6.729 0.439 10.094-0.073 108.617-88.21 196.681-196.754 196.681-108.69 0-196.681-88.064-196.681-196.681 0-3.365 0.219-6.729 0.366-10.094h392.631zM975.579 412.672h-150.894v223.963l116.517 116.59c14.263 14.409 14.263 37.595 0 51.931-14.19 14.409-37.522 14.409-51.931 0l-110.811-110.738h-533.065l-110.738 110.738c-14.336 14.409-37.669 14.409-52.005 0-14.263-14.336-14.263-37.522 0-51.931l116.663-116.59v-223.963h-150.894c-20.261 0-36.718-16.457-36.718-36.718s16.457-36.791 36.718-36.791h153.966c5.925-59.465 27.867-113.591 62.391-158.427l-182.126-182.126c-14.263-14.263-14.263-37.449 0-51.712 14.336-14.409 37.669-14.409 52.005 0l181.394 181.394c53.833-43.739 121.344-70.875 195.95-70.875s142.043 27.136 195.877 70.875l181.394-181.394c14.409-14.409 37.742-14.409 51.931 0 14.263 14.263 14.263 37.449 0 51.712l-181.979 182.126c34.523 44.837 56.393 99.035 62.318 158.427h154.039c20.261 0 36.718 16.603 36.718 36.791s-16.457 36.718-36.718 36.718z" />
-<glyph unicode="&#xe987;" glyph-name="deleSingle" d="M1024 388.096h-1024v292.571h1024v-292.571zM73.143 461.239h877.714v146.286h-877.714v-146.286zM651.91 64.609l-51.808-51.845-255.55 255.369 51.808 51.845 255.55-255.369zM600.183 320.013l51.719-51.719-255.39-255.39-51.719 51.719 255.39 255.39z" />
-<glyph unicode="&#xe988;" glyph-name="delete" d="M950.857 762.514h-204.8l-43.886 87.771c-14.629 36.571-36.571 73.143-73.143 73.143h-234.057c-36.571 0-58.514-36.571-73.143-73.143l-36.571-87.771h-212.114c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h73.143v-607.086c0-80.457 65.829-146.286 146.286-146.286h438.857c80.457 0 146.286 65.829 146.286 146.286v607.086h73.143c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571zM365.714 762.514l36.571 73.143h219.429l36.571-73.143h-292.571zM804.571 82.286c0-43.886-29.257-73.143-73.143-73.143h-438.857c-36.571 0-73.143 29.257-73.143 73.143v607.086h585.143v-607.086zM351.086 148.114c21.943 0 36.571 14.629 36.571 36.571v343.771c0 21.943-14.629 36.571-36.571 36.571s-36.571-14.629-36.571-36.571v-343.771c0-21.943 14.629-36.571 36.571-36.571zM512 148.114c21.943 0 36.571 14.629 36.571 36.571v343.771c0 21.943-14.629 36.571-36.571 36.571s-36.571-14.629-36.571-36.571v-343.771c0-21.943 14.629-36.571 36.571-36.571zM672.914 148.114c21.943 0 36.571 14.629 36.571 36.571v343.771c0 21.943-14.629 36.571-36.571 36.571-14.629 0-36.571-14.629-36.571-36.571v-343.771c0-21.943 21.943-36.571 36.571-36.571z" />
-<glyph unicode="&#xe989;" glyph-name="department" d="M211.639 927.992l-205.652-224.055h429.271l-223.619 224.055zM0 655.926v-720.176h1024.25v496.121h-596.979v224.055h-427.271zM77.864 553.898h95.837v-96.023h-95.837v96.023zM255.564 553.898h95.837v-96.023h-95.837v96.023zM77.864 345.847h95.837v-96.023h-95.837v96.023zM255.564 345.847h95.837v-96.023h-95.837v96.023zM680.836 345.847h95.837v-96.023h-95.837v96.023zM858.536 345.847h95.837v-96.023h-95.837v96.023zM501.142 339.829h63.891v-296.072h-63.891v296.072zM75.871 139.781h95.837v-96.023h-95.837v96.023zM253.564 139.781h95.837v-96.023h-95.837v96.023zM680.836 139.781h95.837v-96.023h-95.837v96.023zM858.536 139.781h95.837v-96.023h-95.837v96.023z" />
-<glyph unicode="&#xe98a;" glyph-name="detail" d="M0 914.637v-170.778h1024.667v170.778h-1024.667zM0 658.47v-170.778h1024.667v170.778h-1024.667zM0 402.304v-170.778h1024.667v170.778h-1024.667zM0 146.137v-170.778h768.5v170.778h-768.5z" />
-<glyph unicode="&#xe98b;" glyph-name="displaySwitch" d="M0 960v-1024.25h862.976v292.071h160.039l-192.047 192.047-190.046-192.047h158.039v-228.056h-366.855v896.219h366.593v-204.050h-158.039l190.046-192.047 192.047 192.047h-160.039v268.065h-560.64zM72.018 745.948h290.071v-64.016h-290.071zM72.018 485.884h290.071v-64.016h-290.071zM72.018 233.823h290.071v-64.016h-290.071z" />
-<glyph unicode="&#xe98c;" glyph-name="down" d="M780.288 363.52h-158.574v441.271c0 52.297-42.423 94.72-94.72 94.72h-30.062c-52.297 0-94.72-42.423-94.72-94.72v-441.271h-158.574c-43.959 0-65.975-53.175-34.889-84.261l268.288-268.288c19.237-19.237 50.542-19.237 69.778 0l268.288 268.288c31.159 31.086 9.143 84.261-34.816 84.261z" />
-<glyph unicode="&#xe98d;" glyph-name="download" d="M921.6-64h-819.2c-58.514 0-102.4 43.886-102.4 102.4v58.514c0 58.514 43.886 102.4 102.4 102.4h819.2c58.514 0 102.4-43.886 102.4-102.4v-58.514c0-58.514-43.886-102.4-102.4-102.4zM102.4 126.171c-14.629 0-29.257-14.629-29.257-29.257v-58.514c0-14.629 14.629-29.257 29.257-29.257h819.2c14.629 0 29.257 14.629 29.257 29.257v58.514c0 14.629-14.629 29.257-29.257 29.257h-819.2zM877.714 67.657c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2zM665.6 67.657c0-20.198-16.374-36.571-36.571-36.571s-36.571 16.374-36.571 36.571c0 20.198 16.374 36.571 36.571 36.571s36.571-16.374 36.571-36.571zM577.829 469.943v380.343c0 36.571-29.257 65.829-65.829 65.829s-65.829-21.943-65.829-65.829c0 0 0-380.343 0-387.657h-197.486l263.314-263.314 263.314 263.314-197.486 7.314z" />
-<glyph unicode="&#xe98e;" glyph-name="circle" d="M1016.686 448c0-282.77-229.23-512-512-512s-512 229.23-512 512c0 282.77 229.23 512 512 512s512-229.23 512-512z" />
-<glyph unicode="&#xe98f;" glyph-name="clearAlarm" d="M789.943 506.514h-197.486v358.4c0 51.2-43.886 95.086-95.086 95.086s-87.771-43.886-87.771-95.086v-358.4h-204.8c-51.2 0-95.086-43.886-95.086-95.086 7.314-95.086 21.943-343.771 0-416.914l-14.629-51.2 782.629 80.457v387.657c7.314 51.2-36.571 95.086-87.771 95.086zM482.743 864.914c0 14.629 7.314 21.943 21.943 21.943s21.943-7.314 21.943-21.943v-358.4h-43.886v358.4zM204.8 433.371h585.143c14.629 0 21.943-7.314 21.943-21.943v-65.829h-621.714c0 36.571 0 58.514-7.314 65.829 7.314 7.314 14.629 21.943 21.943 21.943zM190.171 23.771c7.314 65.829 7.314 160.914 0 241.371h614.4v-175.543l-614.4-65.829z" />
-<glyph unicode="&#xe990;" glyph-name="close" d="M615.424 448l220.891 220.891c28.599 28.599 28.599 74.898 0 103.424-28.599 28.599-74.825 28.599-103.424 0l-220.891-220.818-220.891 220.818c-28.599 28.599-74.825 28.599-103.424 0s-28.599-74.898 0-103.424l220.891-220.891-220.891-220.891c-28.599-28.599-28.599-74.825 0-103.424 14.263-14.263 32.987-21.431 51.712-21.431s37.449 7.168 51.712 21.431l220.891 220.891 220.891-220.818c14.263-14.263 32.987-21.431 51.712-21.431s37.449 7.168 51.712 21.431c28.599 28.599 28.599 74.825 0 103.424l-220.891 220.818z" />
-<glyph unicode="&#xe991;" glyph-name="closeTree" d="M0 954.663v-341.556h122.747v-445.623h362.903c17.795-132.832 129.212-234.82 266.84-234.82 149.937 0 272.177 122.357 272.177 272.177s-122.241 269.509-272.177 269.509c-133.097 0-241.111-95.528-264.172-221.478h-280.182v360.235h133.42v341.556h-341.556zM712.464 372.951h85.389v-128.083h128.083v-85.389h-128.083v-128.083h-85.389v128.083h-128.083v85.389h128.083v128.083z" />
-<glyph unicode="&#xe992;" glyph-name="cloud" d="M512 960c-282.317 0-512-229.683-512-512 0-282.33 229.683-512 512-512 282.33 0 512 229.67 512 512 0 282.317-229.67 512-512 512zM512-51.366c-275.341 0-499.354 224.026-499.354 499.366s224.013 499.354 499.354 499.354 499.366-224.013 499.366-499.354-224.026-499.366-499.366-499.366zM910.118 397.645c0 77.478-60.083 140.314-134.208 140.314-4.851 0-9.626-0.307-14.349-0.819-18.867 28.506-47.552 49.28-80.96 57.101-31.194 75.405-102.912 128.205-186.496 128.205-85.978 0-159.334-55.923-188.992-134.81-8.32 1.357-16.794 2.291-25.485 2.291-89.907 0-162.79-76.211-162.79-170.163 0-38.464 12.339-73.805 32.909-102.298-5.99-9.050-9.523-19.878-9.523-31.526 0-31.578 25.587-57.165 57.165-57.165h631.386c31.59 0 57.165 25.587 57.165 57.165 0 8.576-2.022 16.614-5.414 23.923 18.458 24.038 29.594 54.541 29.594 87.782z" />
-<glyph unicode="&#xe993;" glyph-name="completed" d="M504.686 960c-285.257 0-512-226.743-512-512s226.743-512 512-512c285.257 0 512 226.743 512 512s-234.057 512-512 512zM797.257 594.286l-343.771-424.229c0-7.314-14.629-14.629-21.943-14.629 0 0 0 0 0 0-7.314 0-21.943 7.314-29.257 14.629l-219.429 234.057c-14.629 14.629-14.629 36.571 0 51.2s36.571 14.629 51.2 0l190.171-204.8 314.514 394.971c14.629 14.629 36.571 14.629 51.2 7.314 21.943-14.629 21.943-43.886 7.314-58.514z" />
-<glyph unicode="&#xe994;" glyph-name="computer" d="M512 960c-282.317 0-512-229.683-512-512 0-282.33 229.683-512 512-512 282.33 0 512 229.67 512 512 0 282.317-229.67 512-512 512zM512-51.366c-275.341 0-499.354 224.013-499.354 499.366 0 275.341 224.013 499.354 499.354 499.354 275.354 0 499.366-224.013 499.366-499.354 0-275.354-224.013-499.366-499.366-499.366zM559.629 556.058h-364.096c-12.57 0-22.758-9.37-22.758-20.928v-219.827c0-11.546 10.189-20.928 22.758-20.928h364.096c12.57 0 22.746 9.37 22.746 20.928v219.827c0 11.558-10.176 20.928-22.746 20.928zM552.32 338.957c0-9.062-8.704-16.41-19.405-16.41h-310.682c-10.714 0-19.418 7.347-19.418 16.41v172.506c0 9.062 8.704 16.422 19.418 16.422h310.682c10.701 0 19.405-7.36 19.405-16.422v-172.506zM377.587 284.416c-35.341 0-64-28.646-64-64h128c0 35.341-28.659 64-64 64zM831.603 672h-182.4c-7.078 0-12.8-5.734-12.8-12.8v-80h208v80c0 7.066-5.734 12.8-12.8 12.8zM636.403 566.4h208v-67.2h-208v67.2zM636.403 233.6c0-7.078 5.722-12.8 12.8-12.8h182.4c7.078 0 12.8 5.722 12.8 12.8v252.8h-208v-252.8zM740.403 329.6c10.598 0 19.2-8.602 19.2-19.2s-8.602-19.2-19.2-19.2-19.2 8.602-19.2 19.2 8.602 19.2 19.2 19.2z" />
-<glyph unicode="&#xe995;" glyph-name="configmap" d="M0 960v-1024.25h400.098l-6.001 238.058 158.039 260.063-146.036 188.046-278.068-392.096v602.147h768.188v-120.029l128.031-74.018v322.079h-1024.25zM796.194 669.929l-266.065-462.113 166.041-96.023 266.065 460.112-166.041 98.024zM1024.25 533.896l-8.002-16.004-290.071-534.13-58.014-48.012h356.087v598.146zM486.119 131.798l14.003-166.041 152.037 70.017-166.041 96.023z" />
-<glyph unicode="&#xe996;" glyph-name="copy" d="M837.778-67.072h-758.345v876.837h758.345v-876.837zM152.576 6.071h612.059v730.551h-612.059v-730.551zM611.401 508.416h-305.664c-20.187 0-36.571 16.384-36.571 36.571s16.384 36.571 36.571 36.571h305.737c20.187 0 36.571-16.384 36.571-36.571s-16.384-36.571-36.645-36.571zM611.401 209.262h-305.664c-20.187 0-36.571 16.384-36.571 36.571s16.384 36.571 36.571 36.571h305.737c20.187 0 36.571-16.384 36.571-36.571s-16.384-36.571-36.645-36.571zM987.429 81.92h-73.143v797.989h-608.475v73.143h681.618z" />
-<glyph unicode="&#xe997;" glyph-name="cpu" d="M888.686 960h-753.371c-74.606 0-135.314-62.171-135.314-138.606v-746.862c0-76.361 60.709-138.533 135.314-138.533h753.371c74.606 0 135.314 62.171 135.314 138.606v746.789c0 76.434-60.709 138.606-135.314 138.606zM888.686 9.143h-49.445v59.831c0 77.531-64 140.581-142.702 140.581h-15.287c-13.239 22.601-37.010 38.473-65.463 38.473-42.35 0-76.8-33.646-76.8-75.118 0-41.399 34.45-75.191 76.8-75.191 28.526 0 52.517 16.091 65.609 38.766h15.141c38.327 0 69.559-30.208 69.559-67.438v-59.904h-571.611v59.831c0 37.23 31.232 67.438 69.559 67.438h51.785c13.239-22.747 37.157-38.766 65.682-38.766 42.35 0 76.727 33.792 76.727 75.191 0 41.472-34.377 75.118-76.727 75.118-28.453 0-52.297-15.872-65.536-38.4h-51.931c-78.702 0-142.702-63.049-142.702-140.581v-56.832c-27.355 6.802-48.201 31.598-48.201 62.464v263.68h109.568c10.679-13.605 26.697-22.894 45.568-22.894 32.329 0 58.441 25.6 58.441 57.198 0 31.671-26.039 57.344-58.441 57.344-21.65 0-39.863-12.069-49.957-29.33h-105.179v91.429h111.835c10.752-11.776 25.893-19.602 43.301-19.602 32.329 0 58.441 25.673 58.441 57.271 0 31.671-26.039 57.344-58.441 57.344-23.186 0-42.789-13.531-52.224-32.695h-102.912v267.045c0 36.133 27.867 65.463 62.171 65.463h266.459v-108.032c-19.602-9.216-33.353-28.526-33.353-51.2 0-31.744 26.185-57.344 58.587-57.344 32.183 0 58.441 25.6 58.441 57.344 0 17.042-7.973 31.89-19.968 42.423v116.809h93.33v-110.226c-17.774-9.947-30.062-27.721-30.062-49.006 0-31.744 26.185-57.344 58.514-57.344 32.183 0 58.441 25.6 58.441 57.344 0 18.505-9.509 34.231-23.406 44.617v114.615h266.459c34.231 0 62.098-29.33 62.098-65.463v-267.045h-102.546c-9.435 19.163-28.965 32.695-52.224 32.695-32.329 0-58.441-25.673-58.441-57.344 0-31.598 26.039-57.271 58.441-57.271 17.408 0 32.475 7.826 43.301 19.602h111.47v-91.429h-104.887c-10.094 17.262-28.306 29.33-49.957 29.33-32.329 0-58.441-25.673-58.441-57.344s26.039-57.198 58.441-57.198c18.871 0 34.962 9.362 45.568 22.894h109.275v-263.68c0-36.133-27.867-65.463-62.171-65.463zM356.206 582.363h294.985v-275.529h-294.985v275.529z" />
-<glyph unicode="&#xe998;" glyph-name="arrowRight" d="M544.354 960l480.313-512.334-480.313-512.334v342.774h-488.318c-30.547 0-56.036 28.126-56.036 61.833v218.496c0 33.707 25.489 61.833 56.036 61.833h488.318z" />
-<glyph unicode="&#xe999;" glyph-name="autoFind" d="M987.429 484.571h-36.571c-7.314 95.086-43.886 182.857-102.4 248.686l29.257 21.943c14.629 14.629 14.629 36.571 0 51.2s-36.571 14.629-51.2 0l-21.943-21.943c-73.143 58.514-160.914 95.086-256 102.4v36.571c0 21.943-14.629 36.571-36.571 36.571s-36.571-14.629-36.571-36.571v-36.571c-95.086-7.314-182.857-43.886-248.686-102.4l-21.943 21.943c-14.629 14.629-36.571 14.629-51.2 0s-14.629-36.571 0-51.2l21.943-21.943c-58.514-65.829-95.086-153.6-102.4-248.686h-36.571c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h36.571c7.314-95.086 43.886-182.857 102.4-248.686l-21.943-21.943c-14.629-14.629-14.629-36.571 0-51.2 7.314-7.314 14.629-7.314 29.257-7.314s21.943 0 29.257 7.314l21.943 21.943c58.514-58.514 146.286-95.086 241.371-102.4v-36.571c0-21.943 14.629-36.571 36.571-36.571s36.571 14.629 36.571 36.571v36.571c58.514 7.314 117.029 21.943 168.229 51.2 14.629 7.314 21.943 29.257 14.629 51.2-7.314 14.629-29.257 21.943-51.2 14.629-51.2-29.257-109.714-43.886-168.229-43.886-102.4 0-190.171 36.571-256 102.4 0 0-7.314 7.314-7.314 7.314-65.829 65.829-109.714 153.6-109.714 256s36.571 190.171 102.4 256c0 0 7.314 7.314 7.314 7.314 73.143 65.829 160.914 109.714 263.314 109.714s190.171-36.571 256-102.4c0 0 7.314-7.314 7.314-7.314 65.829-65.829 102.4-153.6 102.4-256 0-51.2-7.314-102.4-29.257-146.286-7.314-21.943 0-36.571 21.943-51.2 21.943-7.314 36.571 0 51.2 21.943 14.629 36.571 29.257 80.457 29.257 131.657h36.571c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571zM738.743 279.771c80.457 109.714 73.143 256-21.943 358.4-109.714 102.4-285.257 102.4-387.657 0-51.2-51.2-80.457-124.343-80.457-190.171 0-73.143 29.257-138.971 80.457-190.171s124.343-80.457 190.171-80.457c58.514 0 117.029 21.943 168.229 58.514l175.543-175.543c7.314-7.314 14.629-7.314 29.257-7.314s21.943 0 29.257 7.314c14.629 14.629 14.629 36.571 0 51.2l-182.857 168.229zM380.343 301.714c-36.571 36.571-58.514 87.771-58.514 146.286 0 51.2 21.943 102.4 58.514 138.971s87.771 58.514 138.971 58.514 102.4-21.943 138.971-58.514c80.457-80.457 80.457-204.8 0-285.257-80.457-73.143-204.8-73.143-277.943 0z" />
-<glyph unicode="&#xe99a;" glyph-name="back" d="M753.371-64c-7.314 0-21.943 0-29.257 7.314l-475.429 475.429c-7.314 7.314-14.629 21.943-14.629 29.257s7.314 21.943 7.314 29.257l482.743 475.429c14.629 14.629 36.571 14.629 51.2 0s14.629-36.571 0-51.2l-453.486-453.486 453.486-446.171c14.629-14.629 14.629-36.571 0-51.2-7.314-14.629-14.629-14.629-21.943-14.629z" />
-<glyph unicode="&#xe99b;" glyph-name="ball" d="M366.089 960v-364.089h-180.044v-300.073h184.045v52.013h52.013v-52.013h40.010v300.073h92.022v-300.073h40.010v52.013h54.013v-52.013h184.045v300.073h-174.042v364.089h-292.071zM0 301.839v-366.089h366.089v152.037h-132.032v92.022h-90.022v122.030h-144.035zM880.215 301.839v-122.030h-90.022v-92.022h-132.032v-152.037h366.089v366.089h-144.035zM432.105 87.787v-152.037h160.039v152.037h-160.039z" />
-<glyph unicode="&#xe99c;" glyph-name="batchCommand" d="M658.286 960h-658.286v-248.978h658.286v248.978zM585.143 784.165h-512v102.693h512v-102.693zM804.571 572.489h-804.571v-248.978h804.571v248.978zM731.429 396.654h-658.286v102.693h658.286v-102.693zM0 184.978v-248.978h1024v248.978h-1024zM950.857 9.143h-877.714v102.693h877.714v-102.693z" />
-<glyph unicode="&#xe99d;" glyph-name="bell" d="M512-56.686c-95.086 0-175.543 65.829-190.171 160.914h-270.629c-14.629 0-29.257 7.314-29.257 21.943-7.314 14.629-7.314 29.257 0 36.571l14.629 21.943c7.314 14.629 21.943 29.257 43.886 51.2 51.2 65.829 138.971 175.543 146.286 241.371 0 21.943 7.314 43.886 7.314 73.143 0 65.829 7.314 124.343 36.571 190.171s102.4 102.4 146.286 117.029v58.514c0 21.943 14.629 36.571 36.571 36.571h117.029c21.943 0 36.571-14.629 36.571-36.571v-58.514c36.571-14.629 109.714-51.2 146.286-117.029 43.886-80.457 51.2-160.914 58.514-256 7.314-73.143 102.4-197.486 146.286-263.314 14.629-14.629 21.943-29.257 29.257-36.571l14.629-21.943c7.314-14.629 7.314-29.257 0-36.571-7.314-14.629-21.943-21.943-29.257-21.943h-270.629c-14.629-95.086-95.086-160.914-190.171-160.914zM124.343 177.371h226.743c21.943 0 36.571-14.629 36.571-36.571 0-65.829 58.514-124.343 124.343-124.343s124.343 58.514 124.343 124.343c0 21.943 14.629 36.571 36.571 36.571h226.743c0 0 0 0 0 0-80.457 102.4-153.6 212.114-160.914 292.571-7.314 95.086-14.629 168.229-51.2 241.371-29.257 58.514-124.343 80.457-124.343 80.457-14.629 7.314-29.257 21.943-29.257 36.571v51.2h-43.886v-51.2c0-14.629-14.629-29.257-29.257-36.571 0 0-95.086-21.943-124.343-87.771-21.943-43.886-29.257-102.4-29.257-160.914 0-21.943 0-43.886-7.314-73.143-7.314-80.457-80.457-175.543-160.914-277.943-7.314-7.314-14.629-14.629-14.629-14.629z" />
-<glyph unicode="&#xe99e;" glyph-name="blackList" d="M727.168 561.024c-163.712 0-296.896-133.248-296.896-296.896 0-163.776 133.184-296.896 296.896-296.896s296.832 133.12 296.832 296.896c0 163.648-133.12 296.896-296.832 296.896zM727.168 31.232c-128.448 0-232.896 104.384-232.896 232.896 0 128.384 104.448 232.896 232.896 232.896 128.384 0 232.832-104.512 232.832-232.896 0-128.512-104.448-232.896-232.832-232.896zM584.32 296.128h285.76v-64h-285.76v64zM447.744 1.472c-9.28-0.64-17.536-1.856-27.2-2.112l-14.336-0.128c-150.4 0-305.6 63.104-342.016 85.248-0.896 10.496 0.512 24.64 4.096 59.136l3.008 29.632c2.624 26.112 117.312 86.016 236.032 123.392l37.248 25.024 3.264 9.728c2.88 8.704 16.192 53.952-11.84 77.952-6.976 8.128-26.88 49.28-41.792 84.352l-8.96 17.664-6.016 4.608c-0.192 0.128-19.2 14.656-26.368 36.352-4.224 12.864-5.248 30.080-5.056 43.84l20.416 7.104-10.112 30.208c-0.256 0.64-19.84 60.48 1.024 154.816 19.456 88.448 117.504 107.712 142.976 107.712 0 0 0 0 0.064 0 21.504-1.024 49.216-20.096 59.52-28.544 9.344-10.176 26.24-20.48 47.936-20.48 3.904 0 7.936 0.32 15.232 1.28 9.024 0 22.016-5.12 30.592-16.576 11.264-15.040 22.72-50.944 28.288-78.592 2.496-12.48-3.648-64.192-11.136-106.368l-4.224-40.064 18.496-6.464c-0.128-3.712-0.576-8.192-1.088-12.928 19.904 12.736 41.024 23.616 63.168 32.512-0.896 5.248-2.112 9.92-3.968 13.312-2.24 4.224-4.992 7.808-7.936 10.88 4.864 28.096 14.976 93.76 9.408 121.6-2.304 11.648-15.232 71.552-39.808 104.384-19.52 26.048-50.816 42.24-81.792 42.24-4.608 0-9.152-0.32-14.976-2.816l-4.608 4.992c-5.12 4.48-51.008 43.264-105.152 45.632-55.104 0-177.28-38.656-203.52-157.952-15.616-70.72-11.776-125.824-6.4-158.016l-4.864-20.8c-0.64-5.312-5.888-53.056 6.72-91.136 10.432-31.168 31.552-52.736 42.56-62.208l1.408-2.88c15.68-37.12 37.12-83.392 53.312-101.376 0.064-1.344-0.064-3.264-0.384-5.248l-5.76-4.288c-84.032-26.88-267.328-94.4-275.456-176.512l-3.008-29.376c-5.12-49.28-6.848-65.728-1.408-89.344 10.56-46.656 241.344-125.632 402.944-125.632l16.064 0.128c21.056 0.64 41.92 2.368 62.656 4.032-14.016 19.584-26.496 40.256-37.248 62.080z" />
-<glyph unicode="&#xe99f;" glyph-name="breakLink" d="M612.288 628.288l70.72 80.448 94.72-18.944c0 0 9.344-37.824-9.536-47.296-19.008-9.472-85.184-52.032-85.184-52.032l-65.92-14.144-4.8 51.968zM496.576 776.128l27.392 134.144 64.192 49.728c0 0 20.992-56 5.952-78.528-14.784-22.464-24.128-84.48-24.128-84.48l-35.136-75.456-38.272 54.592zM258.752 421.44l-162.752-59.136-96 36.416c0 0 46.4 59.52 80.576 58.112 34.112-1.088 200.96-1.152 200.96-1.152l-22.784-34.24zM499.136 217.216l12.032-121.088-38.656-43.968c0 0-26.88 50.048-20.608 70.272 5.952 20.224 28.672 121.92 28.672 121.92l18.56-27.136zM811.84 527.296l192.32-8.64 19.84-41.6-135.104-24.512-144.512 9.28zM216.704 222.72l108.032 103.040 33.92-11.264-42.56-134.976-99.072-29.824zM470.144 555.136l-146.112 144.832c14.912 25.6 22.016 54.208 22.016 86.016-0.064 95.744-76.288 174.016-172.032 174.016s-174.016-78.272-174.016-174.016 78.272-172.032 174.016-172.032c30.272 0 57.28 6.4 81.984 20.032l170.112-170.112 44.032 91.264zM174.016 699.968c-47.872 0-88 38.144-88 86.016s40.128 88 88 88 86.016-40.128 86.016-88-38.144-86.016-86.016-86.016zM849.984 281.984c-30.592 0-59.072-6.144-84.032-20.032l-187.968 187.072-44.992-91.008 164.992-166.016c-13.632-24.768-20.032-51.776-20.032-81.984 0-95.744 76.224-174.016 172.032-174.016s174.016 78.272 174.016 174.016-78.272 171.968-174.016 171.968zM849.984 22.016c-47.872 0-86.016 40.128-86.016 88s38.144 86.016 86.016 86.016 88-38.144 88-86.016-40.128-88-88-88z" />
-<glyph unicode="&#xe9a0;" glyph-name="cancle" d="M512-64c-282.304 0-512 229.696-512 512s229.696 512 512 512 512-229.696 512-512-229.696-512-512-512zM512 896c-247.040 0-448-200.96-448-448 0-246.976 200.96-448 448-448 246.976 0 448 201.024 448 448 0 247.040-201.024 448-448 448zM429.312 472l148.672-86.016-387.072-149.12-62.912 409.152 144-80.64c130.688 136 597.376 229.312 622.016-305.344 0.128-2.944 0.064-5.056 0-8 0-0.064-200.768 374.784-464.704 219.968z" />
-<glyph unicode="&#xe9a1;" glyph-name="check-error" d="M512 960c-285.257 0-512-226.743-512-512s226.743-512 512-512c285.257 0 512 226.743 512 512s-226.743 512-512 512zM775.314 235.886c14.629-14.629 14.629-36.571 0-51.2-7.314-7.314-14.629-7.314-29.257-7.314s-21.943 0-29.257 7.314l-204.8 212.114-212.114-212.114c-7.314-7.314-14.629-7.314-29.257-7.314s-21.943 0-29.257 7.314c-14.629 14.629-14.629 36.571 0 51.2l219.429 212.114-212.114 212.114c-14.629 14.629-14.629 36.571 0 51.2s36.571 14.629 51.2 0l212.114-212.114 212.114 212.114c14.629 14.629 36.571 14.629 51.2 0s14.629-36.571 0-51.2l-212.114-212.114 212.114-212.114z" />
-<glyph unicode="&#xe9a2;" glyph-name="check-right" d="M512 960c-285.257 0-512-226.743-512-512s226.743-512 512-512c285.257 0 512 226.743 512 512s-226.743 512-512 512zM841.143 652.8l-351.086-453.486c-7.314-7.314-14.629-14.629-29.257-14.629 0 0 0 0 0 0-7.314 0-21.943 7.314-29.257 7.314l-241.371 248.686c-14.629 14.629-14.629 36.571 0 51.2s36.571 14.629 51.2 0l212.114-212.114 329.143 424.229c14.629 14.629 36.571 21.943 51.2 7.314s14.629-43.886 7.314-58.514z" />
-<glyph unicode="&#xe9a3;" glyph-name="alarmBox" d="M987.429 718.629h-950.857c-21.943 0-36.571-14.629-36.571-36.571v-307.2c0-21.943 14.629-36.571 36.571-36.571h950.857c21.943 0 36.571 14.629 36.571 36.571v307.2c0 21.943-14.629 36.571-36.571 36.571zM950.857 411.429h-877.714v234.057h877.714v-234.057zM204.8 528.457c0-20.198-16.374-36.571-36.571-36.571s-36.571 16.374-36.571 36.571c0 20.198 16.374 36.571 36.571 36.571s36.571-16.374 36.571-36.571zM358.4 528.457c0-20.198-16.374-36.571-36.571-36.571s-36.571 16.374-36.571 36.571c0 20.198 16.374 36.571 36.571 36.571s36.571-16.374 36.571-36.571zM512 528.457c0-20.198-16.374-36.571-36.571-36.571s-36.571 16.374-36.571 36.571c0 20.198 16.374 36.571 36.571 36.571s36.571-16.374 36.571-36.571zM987.429 323.657h-950.857c-21.943 0-36.571-21.943-36.571-36.571v-314.514c0-21.943 14.629-36.571 36.571-36.571h950.857c21.943 0 36.571 14.629 36.571 36.571v314.514c0 14.629-14.629 36.571-36.571 36.571zM950.857 9.143h-877.714v241.371h877.714v-241.371zM892.343 126.171c0-20.198-16.374-36.571-36.571-36.571s-36.571 16.374-36.571 36.571c0 20.198 16.374 36.571 36.571 36.571s36.571-16.374 36.571-36.571zM738.743 126.171c0-20.198-16.374-36.571-36.571-36.571s-36.571 16.374-36.571 36.571c0 20.198 16.374 36.571 36.571 36.571s36.571-16.374 36.571-36.571zM585.143 126.171c0-20.198-16.374-36.571-36.571-36.571s-36.571 16.374-36.571 36.571c0 20.198 16.374 36.571 36.571 36.571s36.571-16.374 36.571-36.571z" />
-<glyph unicode="&#xe9a4;" glyph-name="alarmFilter" d="M1016.686 586.971c-7.314 14.629-21.943 21.943-36.571 21.943h-438.857c-14.629 0-29.257-7.314-36.571-21.943s0-29.257 7.314-43.886l160.914-146.286v-226.743c0-21.943 14.629-36.571 36.571-36.571s36.571 14.629 36.571 36.571v248.686c0 7.314-7.314 21.943-14.629 29.257l-95.086 87.771h263.314l-87.771-95.086c-7.314-7.314-7.314-14.629-7.314-21.943v-446.171c0-21.943 14.629-36.571 36.571-36.571 0 0 0 0 0 0 21.943 0 36.571 14.629 36.571 36.571v431.543l131.657 146.286c14.629 7.314 14.629 21.943 7.314 36.571zM585.143 38.4c-21.943-14.629-43.886-21.943-73.143-21.943-65.829 0-124.343 58.514-124.343 124.343 0 21.943-14.629 36.571-36.571 36.571h-226.743c0 0 7.314 7.314 7.314 7.314 87.771 102.4 160.914 204.8 168.229 285.257 0 21.943 0 43.886 0 58.514 0 65.829 7.314 124.343 36.571 182.857 29.257 43.886 102.4 73.143 124.343 80.457 14.629 7.314 29.257 21.943 29.257 36.571v51.2h43.886v-51.2c0-14.629 14.629-29.257 29.257-36.571 0 0 95.086-21.943 124.343-87.771 0 0 0-7.314 7.314-7.314l7.314-7.314c0-21.943 21.943-29.257 36.571-21.943 21.943 7.314 29.257 29.257 14.629 51.2v7.314c0 7.314-7.314 14.629-7.314 14.629-29.257 65.829-102.4 102.4-146.286 117.029v58.514c0 21.943-14.629 36.571-36.571 36.571h-109.714c-21.943 0-36.571-14.629-36.571-36.571v-58.514c-36.571-14.629-109.714-51.2-138.971-117.029-36.571-73.143-43.886-138.971-43.886-212.114 0-21.943 0-36.571 0-58.514-14.629-58.514-109.714-175.543-160.914-234.057-14.629-21.943-29.257-36.571-36.571-43.886s-21.943-29.257-21.943-29.257c-7.314-14.629-7.314-21.943 0-36.571 7.314-7.314 21.943-14.629 29.257-14.629h263.314c29.257-102.4 109.714-168.229 204.8-168.229 36.571 0 80.457 14.629 109.714 36.571 14.629 14.629 21.943 36.571 7.314 51.2-7.314 14.629-29.257 21.943-43.886 7.314z" />
-<glyph unicode="&#xe9a5;" glyph-name="alarmTurn" d="M226.743 316.343c7.314-7.314 14.629-7.314 29.257-7.314 7.314 0 7.314 0 14.629 0 14.629 7.314 21.943 21.943 21.943 36.571v131.657c0 0 0 7.314 7.314 14.629s36.571 29.257 109.714 29.257c153.6 0 226.743-73.143 234.057-73.143 14.629-14.629 29.257-14.629 43.886-7.314s21.943 29.257 14.629 43.886c-21.943 73.143-117.029 219.429-292.571 219.429-58.514 0-95.086 0-124.343-7.314v117.029c0 14.629-7.314 29.257-21.943 36.571s-29.257 0-43.886-14.629l-204.8-256c-14.629-14.629-7.314-36.571 0-51.2l212.114-212.114zM219.429 711.314v-58.514c0-14.629 7.314-29.257 21.943-36.571s29.257-7.314 36.571 0c0 0 29.257 14.629 138.971 14.629 65.829 0 117.029-29.257 153.6-65.829-51.2 21.943-95.086 29.257-160.914 29.257-80.457 0-131.657-21.943-168.229-58.514-21.943-21.943-21.943-51.2-21.943-65.829v-36.571l-124.343 124.343 124.343 153.6zM1002.057 155.429c0 7.314-7.314 21.943-14.629 29.257s-14.629 21.943-21.943 29.257c-43.886 58.514-146.286 182.857-153.6 256-7.314 95.086-14.629 182.857-58.514 270.629-29.257 65.829-102.4 102.4-146.286 117.029v58.514c0 21.943-14.629 36.571-36.571 36.571h-117.029c-21.943 0-36.571-14.629-36.571-36.571v-58.514c-14.629-7.314-29.257-14.629-43.886-21.943s-21.943-29.257-14.629-51.2c7.314-14.629 29.257-21.943 51.2-14.629 29.257 14.629 51.2 21.943 51.2 21.943 14.629 7.314 29.257 21.943 29.257 36.571v51.2h43.886v-51.2c0-14.629 14.629-29.257 29.257-36.571 0 0 95.086-21.943 124.343-87.771 43.886-73.143 51.2-153.6 51.2-241.371 7.314-87.771 102.4-212.114 160.914-292.571h-226.743c-21.943 0-36.571-14.629-36.571-36.571 0-65.829-58.514-124.343-124.343-124.343s-124.343 58.514-124.343 124.343c0 21.943-14.629 36.571-36.571 36.571h-226.743c0 0 7.314 7.314 7.314 7.314 14.629 14.629 29.257 36.571 43.886 58.514 14.629 14.629 7.314 36.571-7.314 51.2s-36.571 14.629-51.2 0c-14.629-21.943-29.257-36.571-43.886-51.2-14.629-21.943-29.257-36.571-36.571-43.886s-21.943-29.257-21.943-29.257c-7.314-14.629-7.314-21.943 0-36.571 7.314-7.314 21.943-14.629 29.257-14.629h263.314c29.257-102.4 109.714-168.229 204.8-168.229s175.543 65.829 197.486 160.914h263.314c14.629 0 21.943 7.314 29.257 14.629 7.314 14.629 7.314 29.257 0 36.571z" />
-<glyph unicode="&#xe9a6;" glyph-name="allSelected" d="M746.057 645.486l-314.514-394.971-190.171 204.8c-14.629 14.629-36.571 14.629-51.2 0s-14.629-36.571 0-51.2l219.429-234.057c7.314-7.314 21.943-14.629 29.257-14.629s21.943 7.314 21.943 14.629l343.771 424.229c14.629 14.629 14.629 43.886-7.314 58.514-14.629 7.314-36.571 7.314-51.2-7.314zM512 960c-285.257 0-512-226.743-512-512s226.743-512 512-512 512 226.743 512 512-226.743 512-512 512zM512 9.143c-241.371 0-438.857 197.486-438.857 438.857s197.486 438.857 438.857 438.857 438.857-197.486 438.857-438.857-197.486-438.857-438.857-438.857z" />
-<glyph unicode="&#xe9a7;" glyph-name="angleLeft" d="M748.8 108.8l-512 326.4 512 313.6v-640z" />
-<glyph unicode="&#xe9a8;" glyph-name="angleRight" d="M311.458 746.055l512.125-314.279-512.125-325.878z" />
-<glyph unicode="&#xe9a9;" glyph-name="arrowLeft" d="M480.313 960l-480.313-512.334 480.313-512.334v342.774h488.318c30.547 0 56.036 28.126 56.036 61.833v218.496c0 33.707-25.489 61.833-56.036 61.833h-488.318z" />
-<glyph unicode="&#xe9aa;" glyph-name="arrowLeftAll" d="M297.313 960l-297.313-317.54 79.637-85.389 376.95 402.929h-159.275zM568.080 954.663l-475.169-509.665 475.169-509.665v341.556h400.841c30.297 0 55.746 27.768 55.746 61.373v216.141c0 33.548-25.449 61.373-55.746 61.373h-400.841v338.887zM653.026 813.238v-109.405h363.677v48.031c0 33.548-25.449 61.373-55.746 61.373h-307.931z" />
-<glyph unicode="&#xe9ab;" glyph-name="arrowRightAll" d="M727.354 960l297.313-317.54-79.637-85.389-376.95 402.929h159.275zM456.587 954.663l475.169-509.665-475.169-509.665v341.556h-400.841c-30.297 0-55.746 27.768-55.746 61.373v216.141c0 33.548 25.449 61.373 55.746 61.373h400.841v338.887zM371.641 813.238v-109.405h-363.677v48.031c0 33.548 25.449 61.373 55.746 61.373h307.931z" />
-<glyph unicode="&#xe9ac;" glyph-name="acknownledge" d="M987.429 426.057c-21.943 0-36.571-14.629-36.571-36.571v-380.343h-877.714v877.714h365.714c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571h-402.286c-21.943 0-36.571-14.629-36.571-36.571v-950.857c0-21.943 14.629-36.571 36.571-36.571h950.857c21.943 0 36.571 14.629 36.571 36.571v416.914c0 21.943-14.629 36.571-36.571 36.571zM234.057 521.143c-14.629-14.629-14.629-36.571-7.314-51.2l248.686-299.886c14.629-7.314 21.943-14.629 36.571-14.629 0 0 0 0 0 0 14.629 0 21.943 7.314 29.257 14.629l373.029 577.829c14.629 14.629 7.314 36.571-7.314 51.2-14.629 7.314-36.571 7.314-51.2-7.314l-351.086-533.943-219.429 256c-14.629 14.629-36.571 21.943-51.2 7.314z" />
-<glyph unicode="&#xe9ad;" glyph-name="Admin" d="M797.257 616.229c-29.257 0-51.2-21.943-51.2-51.2 0-21.943 14.629-43.886 36.571-51.2 0 0 0 0 0-7.314 0-58.514-58.514-109.714-124.343-109.714-73.143 0-124.343 43.886-124.343 109.714 0 0 0 0 0 7.314 29.257 7.314 43.886 29.257 43.886 58.514 0 36.571-29.257 65.829-65.829 65.829s-65.829-36.571-65.829-65.829c0-29.257 21.943-51.2 43.886-58.514 0 0 0 0 0-7.314 0-58.514-58.514-109.714-124.343-109.714s-124.343 51.2-124.343 109.714c0 0 0 0 0 7.314 21.943 7.314 29.257 29.257 29.257 51.2 0 29.257-21.943 51.2-51.2 51.2s-43.886-29.257-43.886-58.514c0-21.943 14.629-43.886 36.571-51.2l58.514-263.314c0-14.629 14.629-21.943 21.943-14.629 36.571 7.314 117.029 21.943 219.429 21.943 95.086 0 182.857-14.629 219.429-21.943 7.314 0 21.943 7.314 21.943 14.629l58.514 270.629c21.943 7.314 36.571 29.257 36.571 51.2s-21.943 51.2-51.2 51.2zM512 960c-285.257 0-512-226.743-512-512s226.743-512 512-512c285.257 0 512 226.743 512 512s-226.743 512-512 512zM512 9.143c-241.371 0-438.857 197.486-438.857 438.857s197.486 438.857 438.857 438.857 438.857-197.486 438.857-438.857-197.486-438.857-438.857-438.857z" />
-<glyph unicode="&#xe9ae;" glyph-name="advice" d="M241.371 330.971h541.257c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571h-541.257c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571zM241.371 528.457h292.571c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-29.257 36.571h-292.571c-29.257 0-43.886-14.629-43.886-36.571s14.629-36.571 36.571-36.571zM987.429 842.971h-950.857c-21.943 0-36.571-14.629-36.571-36.571v-680.229c0-21.943 14.629-36.571 36.571-36.571h87.771c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571h-51.2v607.086h877.714v-607.086h-643.657c-14.629 0-43.886-7.314-51.2-29.257l-43.886-146.286c-14.629-14.629-7.314-36.571 7.314-51.2 0 0 7.314 0 14.629 0 14.629 0 21.943 7.314 29.257 14.629l43.886 138.971c0 0 0 0 0 0h680.229c21.943 0 36.571 14.629 36.571 36.571v680.229c0 21.943-14.629 36.571-36.571 36.571z" />
-<glyph unicode="&#xe9af;" glyph-name="afreshDef" d="M987.429 9.143h-555.886l153.6 87.771c0 0 7.314 7.314 7.314 7.314s7.314 0 7.314 7.314l358.4 555.886 36.571 51.2c43.886 65.829 21.943 160.914-43.886 204.8s-160.914 21.943-204.8-43.886l-36.571-51.2-365.714-555.886c0-7.314-7.314-7.314-7.314-14.629 0 0 0 0 0 0l-21.943-248.686h-277.943c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h950.857c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571zM804.571 842.971c21.943 36.571 73.143 43.886 109.714 21.943s43.886-73.143 21.943-109.714l-14.629-21.943-131.657 80.457 14.629 29.257zM746.057 762.514l131.657-87.771-321.829-497.371-131.657 87.771 321.829 497.371zM409.6 192l87.771-58.514-102.4-58.514 14.629 117.029zM36.571 162.743h190.171c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571h-190.171c-21.943 0-36.571-21.943-36.571-36.571s14.629-36.571 36.571-36.571zM36.571 360.229h190.171c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571h-190.171c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571z" />
-<glyph unicode="&#xe9b0;" glyph-name="alarm" d="M608 947.2c-352 64-659.2-243.2-595.2-601.6 38.4-198.4 198.4-358.4 396.8-396.8 358.4-70.4 665.6 236.8 595.2 595.2-32 204.8-192 364.8-396.8 403.2zM377.6 38.4l102.4 352c0 12.8-6.4 19.2-12.8 19.2l-249.6 12.8c-6.4 0-12.8 6.4-6.4 12.8l300.8 441.6c6.4 6.4 19.2 6.4 19.2-6.4l-32-307.2c0-6.4 6.4-19.2 12.8-19.2l217.6-19.2c6.4 0 12.8-12.8 6.4-12.8l-345.6-473.6c-6.4-12.8-12.8-6.4-12.8 0z" />
-<glyph unicode="&#xe9b1;" glyph-name="code-b" d="M826.514 813.714h-629.029c-109.714 0-197.486-65.829-197.486-153.6v-563.2c0-95.086 87.771-160.914 197.486-160.914h629.029c109.714 0 197.486 73.143 197.486 160.914v563.2c0 87.771-87.771 153.6-197.486 153.6zM365.714 250.514c14.629-14.629 14.629-36.571 0-51.2-7.314-7.314-14.629-7.314-21.943-7.314s-21.943 7.314-29.257 14.629l-124.343 124.343c-14.629 14.629-14.629 36.571 0 51.2l131.657 131.657c7.314 7.314 29.257 7.314 43.886-7.314s14.629-36.571 0-51.2l-102.4-102.4 102.4-102.4zM607.086 491.886l-87.771-292.571c-7.314-14.629-21.943-29.257-36.571-29.257 0 0-7.314 0-7.314 0-21.943 7.314-29.257 29.257-21.943 43.886l87.771 292.571c0 29.257 21.943 36.571 43.886 29.257 14.629 0 29.257-21.943 21.943-43.886zM855.771 345.6l-124.343-131.657c-7.314-7.314-14.629-14.629-29.257-14.629-7.314 0-14.629 0-21.943 7.314-14.629 14.629-14.629 36.571 0 51.2l95.086 102.4-102.4 109.714c-14.629 14.629-14.629 36.571 0 51.2s36.571 14.629 51.2 0l131.657-131.657c14.629-7.314 14.629-29.257 0-43.886z" />
-<glyph unicode="&#xe9b2;" glyph-name="log" d="M314.514 579.657c0-32.317-26.198-58.514-58.514-58.514s-58.514 26.198-58.514 58.514c0 32.317 26.198 58.514 58.514 58.514s58.514-26.198 58.514-58.514zM804.571 608.914h-402.286c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h402.286c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571zM314.514 294.4c0-32.317-26.198-58.514-58.514-58.514s-58.514 26.198-58.514 58.514c0 32.317 26.198 58.514 58.514 58.514s58.514-26.198 58.514-58.514zM804.571 323.657h-402.286c-21.943 0-36.571-14.629-36.571-36.571s14.629-36.571 36.571-36.571h402.286c21.943 0 36.571 14.629 36.571 36.571s-14.629 36.571-36.571 36.571zM877.714 960h-731.429c-58.514 0-109.714-51.2-109.714-109.714v-804.571c0-58.514 51.2-109.714 109.714-109.714h731.429c58.514 0 109.714 51.2 109.714 109.714v804.571c0 58.514-51.2 109.714-109.714 109.714zM914.286 45.714c0-21.943-14.629-36.571-36.571-36.571h-731.429c-21.943 0-36.571 14.629-36.571 36.571v804.571c0 21.943 14.629 36.571 36.571 36.571h731.429c21.943 0 36.571-14.629 36.571-36.571v-804.571z" />
-<glyph unicode="&#xe9b3;" glyph-name="analysis" d="M288.484 557.721c0-0.009 0-0.020 0-0.030 0-79.663-64.579-144.242-144.242-144.242s-144.242 64.579-144.242 144.242c0 0.011 0 0.021 0 0.032v-0.001c0 0.009 0 0.020 0 0.030 0 79.663 64.579 144.242 144.242 144.242s144.242-64.579 144.242-144.242c0-0.011 0-0.021 0-0.032v0.001zM287.33 148.074c0-0.007 0-0.016 0-0.025 0-64.367-52.18-116.548-116.548-116.548s-116.548 52.18-116.548 116.548c0 0.009 0 0.017 0 0.026v-0.001c0 0.007 0 0.016 0 0.025 0 64.367 52.18 116.548 116.548 116.548s116.548-52.18 116.548-116.548c0-0.009 0-0.017 0-0.026v0.001zM716.594 61.529c0-0.008 0-0.017 0-0.026 0-69.466-56.313-125.779-125.779-125.779s-125.779 56.313-125.779 125.779c0 0.009 0 0.019 0 0.028v-0.001c0 0.008 0 0.017 0 0.026 0 69.466 56.313 125.779 125.779 125.779s125.779-56.313 125.779-125.779c0-0.009 0-0.019 0-0.028v0.001zM748.904 731.966c0-0.014 0-0.031 0-0.047 0-124.274-100.744-225.017-225.017-225.017s-225.017 100.744-225.017 225.017c0 0.017 0 0.033 0 0.050v-0.002c0 0.014 0 0.031 0 0.047 0 124.274 100.744 225.017 225.017 225.017s225.017-100.744 225.017-225.017c0-0.017 0-0.033 0-0.050v0.002zM1025.849 418.095c0-0.011 0-0.024 0-0.037 0-97.507-79.045-176.552-176.552-176.552s-176.552 79.045-176.552 176.552c0 0.013 0 0.026 0 0.039v-0.002c0 0.011 0 0.024 0 0.037 0 97.507 79.045 176.552 176.552 176.552s176.552-79.045 176.552-176.552c0-0.013 0-0.026 0-0.039v0.002zM526.195 324.626c0-0.006 0-0.013 0-0.020 0-51.621-41.847-93.469-93.469-93.469s-93.469 41.847-93.469 93.469c0 0.007 0 0.014 0 0.021v-0.001c0 0.006 0 0.013 0 0.020 0 51.621 41.847 93.469 93.469 93.469s93.469-41.847 93.469-93.469c0-0.007 0-0.014 0-0.021v0.001z" />
-<glyph unicode="&#xe9b4;" glyph-name="bindingRelationship" d="M316.077 962c-95.112 0-172.042-76.93-172.042-172.042 0-92.502 72.542-167.97 164.040-172.042-90.216-5.433-162.040-78.459-162.040-170.042 0-86.708 64.65-158.040 148.036-170.042-84.093-11.373-148.036-82.831-148.036-170.042 0-95.112 76.93-172.042 172.042-172.042s172.042 76.93 172.042 172.042c0 87.443-65.617 158.963-150.037 170.042 84.366 11.127 150.037 82.637 150.037 170.042 0 92.353-72.75 167.746-164.040 172.042 90.216 5.433 162.040 78.459 162.040 170.042 0 95.112-76.93 172.042-172.042 172.042zM750.183 753.95c-95.112 0-172.042-76.93-172.042-172.042s76.93-172.042 172.042-172.042c-94.15-1.119-170.042-77.627-170.042-172.042 0-95.112 76.93-172.042 172.042-172.042s174.042 76.93 174.042 172.042c0 95.112-78.93 172.042-174.042 172.042 94.203 1.057 170.042 77.588 170.042 172.042 0 95.112-76.93 172.042-172.042 172.042z" />
-<glyph unicode="&#xe9b5;" glyph-name="browsePolicy" d="M0 960v-1024.25h1024.25v1024.25h-1024.25zM64.016 727.943h896.219v-744.182h-896.219v744.182zM154.038 579.907v-64.016h386.094v64.016h-386.094zM154.038 373.857v-64.016h738.18v64.016h-738.18zM154.038 161.805v-64.016h738.18v64.016h-738.18z" />
-<glyph unicode="&#xe9b6;" glyph-name="businessManagment" d="M0 960v-1024.25h1024.25v1024.25h-1024.25zM122.030 839.971h780.19v-584.143h-198.048v-198.048h-384.094v198.048h-198.048v584.143zM234.057 725.943v-64.016h556.136v64.016h-556.136zM234.057 513.891v-64.016h556.136v64.016h-556.136z" />
-<glyph unicode="&#xe9b7;" glyph-name="cardData" d="M0 754.478v-818.728h1024.25v818.728zM66.016 690.462h896.219v-108.929h-896.219zM66.016 415.489h896.219v-415.724h-896.219zM726.177 260.732v-192.047h192.047v192.047zM108.026 132.7v-64.016h156.038v64.016zM314.077 132.7v-64.016h64.016v64.016z" />
-<glyph unicode="&#xe9b8;" glyph-name="dailyManagment" d="M340.083 964.001l-34.008-6.001-286.070-48.012 12.003-34.008 22.005-76.019h-54.013v-862.211h1024.25v585.371l-295.301 276.839h-262.836l-14.003 120.029-64.016-6.001 12.003-114.028h-46.011l-10.002 128.031zM282.069 887.982l8.002-88.021h-78.019l-22.005 50.012-44.011-18.004 12.003-32.008h-34.008l-20.005 58.014zM64.016 735.945h118.029l84.021-216.053 10.002-22.005 24.006 4.001 48.012 6.001 30.007 6.001-2 30.007-16.004 192.047h368.862v-212.823h231.285v-521.356h-896.219zM240.059 735.945h56.014l12.003-150.037zM142.035 381.859v-64.016h762.186v64.016zM142.035 195.813v-64.016h762.186v64.016z" />
-<glyph unicode="&#xe9b9;" glyph-name="enterpriseCustomer" d="M512.125 960l-512.125-322.079h1024.25l-512.125 322.079zM512.125 845.972c26.516 0 48.012-21.496 48.012-48.012s-21.496-48.012-48.012-48.012c-26.516 0-48.012 21.496-48.012 48.012s21.496 48.012 48.012 48.012zM55.357 570.574l4.001-30.343v-391.475l-4.001-31.861h174.042l-4.001 31.861v391.475l4.001 30.343h-174.042zM301.417 570.574l4.001-30.343v-391.475l-4.001-31.861h174.042l-4.001 31.861v391.475l4.001 30.343h-174.042zM547.477 570.574l4.001-30.343v-391.475l-4.001-31.861h174.042l-4.001 31.861v391.475l4.001 30.343h-174.042zM793.537 570.574l4.001-30.343v-391.475l-4.001-31.861h174.042l-4.001 31.861v391.475l4.001 30.343h-174.042zM33.339 62.437h957.572l33.339-126.687h-1024.25z" />
-<glyph unicode="&#xe9ba;" glyph-name="equipmentBlacklist" d="M219.968 737.984h248v-206.016h-248v206.016zM224 161.984h580.032v-64h-580.032v64zM217.984 313.984h577.984v-64h-577.984v64zM219.968 496h248v-97.984h-248v97.984zM219.968 840h248v-64h-248v64zM816 934.016c-114.496 0-206.016-93.44-206.016-208s91.52-208 206.016-208 208 93.44 208 208-93.504 208-208 208zM923.968 688h-214.016v75.968h214.016v-75.968zM896 475.008c-17.664 0-32-14.336-32-32v-443.008h-704v896h442.048c17.664 0 32 14.336 32 32s-14.336 32-32.064 32h-505.984v-1024h832v507.008c0 17.664-14.336 32-32 32z" />
-<glyph unicode="&#xe9bb;" glyph-name="equipmentModel" d="M962.265 912.020c-8.84-62.908-26.699-87.785-47.421-100.108-20.713-12.31-50.557-12.509-82.537-12.285-31.985 0-67.479 2.433-98.352-22.841-15.431-12.598-26.631-30.043-29.856-52.685-0.25-1.728 0.198-3.521 0.011-5.249-51.060 20.415-232.357 46.943-275.594 8.053-1.924-1.792-5.161-1.664-7.023-3.521l-421.492-419.693 367.945-367.943 421.492 419.738c1.8 1.792 3.591 3.393 5.267 5.313 47.559 52.448 13.881 253.060-27.366 308.965-2.947 19.467-4.85 36.271-3.512 45.662 1.751 12.323 4.107 15.185 7.023 17.566 5.825 4.737 28.691 7.253 61.468 7.029 32.777-0.006 75.954-1.664 114.154 21.068 38.2 22.719 65.191 68.778 75.518 142.256l-59.714 8.783zM623.89 615.801c31.041 0 56.203-25.165 56.199-56.206 0.001-31.035-25.16-56.193-56.197-56.193s-56.198 25.158-56.199 56.193c-0.001 31.041 25.16 56.206 56.197 56.206z" />
-<glyph unicode="&#xe9bc;" glyph-name="examine" d="M160.039 951.998c-25.909-30.051-41.341-62.207-48.012-94.023h-106.026v-924.226h670.164c10.5-1.079 21.224-2 32.008-2 8.77 0 17.421 1.284 26.006 2h40.010v6.001c140.153 31.092 246.060 156.621 246.060 306.075s-105.907 273.383-246.060 304.074v308.075h-158.039c5.28 16.409 16.048 33.499 32.008 52.013l-48.012 42.010c-25.909-30.051-41.341-62.207-48.012-94.023h-80.020c5.312 16.275 14.191 33.666 30.007 52.013l-48.012 42.010c-25.909-30.051-41.341-62.207-48.012-94.023h-82.020c5.82 16.409 16.048 33.499 32.008 52.013l-50.012 42.010c-25.909-30.051-41.341-62.207-48.012-94.023h-82.020c5.28 16.409 16.048 33.499 32.008 52.013l-48.012 42.010zM86.021 777.956h28.007c8.232-31.174 24.043-60.216 44.011-88.021l52.013 36.009c-13.277 18.487-23.617 34.864-30.007 52.013h82.020c8.817-31.156 24.054-60.231 44.011-88.021l52.013 36.009c-13.248 18.447-23.062 34.898-30.007 52.013h80.020c8.232-31.174 24.043-60.216 44.011-88.021l52.013 36.009c-13.277 18.487-23.617 34.864-30.007 52.013h80.020c8.232-31.174 24.043-60.216 44.011-88.021l52.013 36.009c-13.277 18.487-23.617 34.864-30.007 52.013h76.019v-220.054c-166.948-6.307-300.073-143.567-300.073-312.076 0-91.915 40.932-174.448 104.025-232.057h-414.101v764.187zM888.217 377.858l46.011-44.011-226.055-230.056-28.007-26.006-22.005 30.007-128.031 180.044 52.013 38.009 106.026-150.037 200.049 202.049z" />
-<glyph unicode="&#xe9bd;" glyph-name="failureList" d="M0 960v-1024.25h818.2v106.026l-64.016-8.002v-34.008h-690.168v896.219h690.168v-106.026l64.016-8.002v178.043h-818.2zM730.178 731.944c-163.39 0-296.072-130.682-296.072-294.072s132.683-296.072 296.072-296.072c163.39 0 294.072 132.683 294.072 296.072s-130.682 294.072-294.072 294.072zM132.032 713.94v-64.016h306.075v64.016h-306.075zM704.172 635.921h48.012c17.849 0 35.583-14.228 34.008-32.008l-18.004-200.049c-1.574-17.78-14.158-32.008-32.008-32.008h-10.002c-17.849 0-30.067 14.264-32.008 32.008l-22.005 200.049c-1.941 17.744 14.158 32.008 32.008 32.008zM132.032 525.894v-64.016h226.055v64.016h-226.055zM132.032 337.848v-64.016h226.055v64.016h-226.055zM728.178 335.848c27.042 0 50.012-20.97 50.012-48.012s-22.97-50.012-50.012-50.012c-27.042 0-48.012 22.97-48.012 50.012s20.97 48.012 48.012 48.012zM132.032 147.802v-64.016h354.086v64.016h-354.086z" />
-<glyph unicode="&#xe9be;" glyph-name="familyCustomer" d="M448.109 960.001c-99.173 0-184.045-84.878-184.045-184.045s84.872-178.043 184.045-178.043c99.173 0 174.042 78.877 174.042 178.043s-74.87 184.045-174.042 184.045zM286.070 585.909c-129.737-57.287-217.93-186.981-226.055-336.082l-60.015-250.061c284.514 318.856 236.058 372.177 236.058-66.016h276.739v270.627c3.513 99.746 66.78 160.227 121.949 172.167-17.495 54.228-25.631 122.205 3.411 167.354-5.944 21.019-17.157 35.19-36.009 42.010-1.836 1.639-2.15 0-4.001 0-40.43-38.485-89.813-64.016-150.037-64.016s-117.608 25.531-158.039 64.016c-1.348 1.639-2.681-1.639-4.001 0zM786.192 561.904c-60.183 0-112.027-51.237-112.027-112.027s51.844-110.027 112.027-110.027c60.183 0 106.026 49.236 106.026 110.027s-45.843 112.027-106.026 112.027zM1014.248 549.901c-65.706-147.69-105.676-269.687-246.060-250.061-36.546 0-71.488 14.417-96.023 38.009-0.818 1.005-1.2-1.005-2 0-74.299-35.118-67.161-38.63-110.027-130.032l4.465-254.062 63.551 178.043h10.002v-192.047h254.062v192.047h12.003c97.626 38.577 100.070 313.113 110.027 418.102z" />
-<glyph unicode="&#xe9bf;" glyph-name="fileTool" d="M256.063 937.995v-150.037h64.016v54.013h398.097v-54.013h64.016v150.037h-526.128zM8.002 717.941v-294.072h132.032v64.016h96.023v-64.016h600.147v64.016h96.023v-64.016h100.024v294.072h-1024.25zM0 363.854v-428.105h1024.25v428.105h-92.022v-64.016h-96.023v64.016h-600.147v-64.016h-96.023v64.016h-140.034zM404.099 301.839l224.055-152.037-224.055-152.037v304.074z" />
-<glyph unicode="&#xe9c0;" glyph-name="groupManagment" d="M0 960v-1024.25h1024.25v1024.25h-1024.25zM448.109 895.984h128.031v-896.219h-128.031v896.219zM120.029 847.973h208.051v-210.051h-208.051v210.051zM696.17 847.973h208.051v-210.051h-208.051v210.051zM120.029 545.899h208.051v-210.051h-208.051v210.051zM696.17 545.899h208.051v-210.051h-208.051v210.051zM120.029 243.825h208.051v-210.051h-208.051v210.051zM696.17 243.825h208.051v-210.051h-208.051v210.051z" />
-<glyph unicode="&#xe9c1;" glyph-name="notice" d="M830.203 955.997c-3.955 0-6.165-1.655-10.002-2-21.092-1.9-42.53-9.185-60.015-20.005-150.6-49.278-299.887-132.504-452.11-140.034v-310.076l470.115-160.039c6.046-2.682 13.579-4.252 20.005-6.001 2.196-0.595 3.761-1.518 6.001-2 8.684-1.869 16.669-2 26.006-2 62.654 0 110.212 44.126 142.035 102.025s50.012 131.956 50.012 216.053c0 84.103-18.189 164.155-50.012 222.054-31.823 57.906-79.381 102.025-142.035 102.025zM830.203 895.982c25.48 0 58.087-20.833 84.021-68.017 25.934-47.19 42.010-119.784 42.010-196.048 0-76.257-16.076-142.863-42.010-190.046-25.934-47.19-58.54-68.017-84.021-68.017s-56.086 20.826-82.020 68.017c-25.934 47.184-44.011 113.79-44.011 190.046 0 76.263 18.077 148.857 44.011 196.048 25.934 47.184 56.54 68.017 82.020 68.017zM72.018 793.957c-33.622 0-60.015-26.392-60.015-60.015v-190.046c0-33.622 26.392-60.015 60.015-60.015h172.042v310.076h-172.042zM830.203 733.943c-17.384 0-30.007-49.549-30.007-110.027s12.623-108.026 30.007-108.026c17.384 0 32.008 47.548 32.008 108.026s-14.624 110.027-32.008 110.027zM330.081 389.859c-6.682 0.112-12.984-0.409-20.005-2-9.361-2.122-19.416-5.043-28.007-10.002l-58.014-34.008c-34.362-19.844-42.536-54.116-34.008-84.021 32.979-115.647 74.056-226.265 176.043-302.074 25.482-18.871 55.661-31.836 90.022-12.003l56.014 32.008c34.361 19.838 64.702 68.587 36.009 84.021-110.831 59.602-141.912 183.987-176.043 304.074-4.782 16.826-21.965 23.671-42.010 24.006z" />
-<glyph unicode="&#xe9c2;" glyph-name="policy" d="M516.126 960l-182.044-362.088h362.088l-180.044 362.088zM270.066 469.88l-104.025-206.050h696.17l-102.025 206.050h-490.12zM100.024 135.799l-100.024-200.049h1024.25l-100.024 200.049h-824.201z" />
-<glyph unicode="&#xe9c3;" glyph-name="portal" d="M0 960v-1024.25h1024.25v1024.25h-1024.25zM74.018 885.982h876.214v-132.032h-876.214v132.032zM126.031 855.975v-64.016h64.016v64.016h-64.016zM258.063 855.975v-64.016h64.016v64.016h-64.016zM390.095 855.975v-64.016h64.016v64.016h-64.016zM74.018 689.934h876.214v-680.166h-876.214v680.166zM510.125 633.92l-284.069-194.047h572.14l-288.070 194.047zM272.066 401.864v-320.078h478.117v320.078h-478.117zM448.109 221.82h126.031v-138.034h-126.031v138.034z" />
-<glyph unicode="&#xe9c4;" glyph-name="recordQuery" d="M0 960v-1024.25h818.2v98.024h-64.016v-34.008h-690.168v896.219h690.168v-114.028h64.016v178.043h-818.2zM572.14 779.956c-147.61 0-268.065-123.753-268.065-276.067s120.456-276.067 268.065-276.067c50.864 0 97.559 16.56 138.034 42.010 2.376-5.115 5.884-11.754 10.002-16.004l188.046-194.047c19.47-20.091 50.547-20.091 70.017 0l24.006 24.006c19.47 20.091 19.47 51.926 0 72.018l-188.046 196.048c-4.078 4.208-9.101 7.557-14.003 10.002 24.054 41.396 38.009 90.256 38.009 142.035 0 152.315-118.455 276.067-266.065 276.067zM572.14 705.938c107.353 0 194.047-91.275 194.047-202.049s-86.695-200.049-194.047-200.049c-107.353 0-196.048 89.275-196.048 200.049s88.695 202.049 196.048 202.049zM134.033 493.886v-64.016h82.020c-5.080 20.822-9.054 41.795-10.002 64.016h-72.018zM138.034 305.84v-64.016h204.050c-24.813 17.423-47.050 40.034-66.016 64.016h-138.034zM138.034 135.799v-64.016h452.11v64.016h-452.11z" />
-<glyph unicode="&#xe9c5;" glyph-name="resourceManagment" d="M116.028 929.993l-114.028-528.129h-2l2-6.001-2-6.001h2l102.025-454.111h840.205l78.019 454.111h2l-2 6.001 2 6.001h-2l-114.028 528.129h-792.193zM162.040 875.979h700.171l84.021-398.097h-868.212l84.021 398.097zM328.080 819.966v-48.012h370.090v48.012h-370.090zM236.058 709.939v-58.014h554.135v58.014h-554.135zM190.046 597.912v-64.016h646.158v64.016h-646.158zM378.092 209.817h268.065v-60.015h-268.065v60.015z" />
-<glyph unicode="&#xe9c6;" glyph-name="ruleManagment" d="M0 191.812h1024.25v-256.063h-1024.25v256.063zM155.907 827.526h192.047v-535.968h-192.047v535.968zM880.33 483.602v-192.047h-427.992v192.047h427.992zM871.626 827.526v-192.047h-427.992v192.047h427.992zM0 960v-1024.25h1024.25v1024.25h-1024.25zM60.015 899.985h904.221v-902.217h-904.221v902.217z" />
-<glyph unicode="&#xe9c7;" glyph-name="sucessRate" d="M908.222 955.999l-440.107-1016.248h82.020l438.107 1016.248h-80.020zM586.143 903.986c-28.993 0-55.771-11.761-76.019-32.008s-34.008-51.011-34.008-88.021c0-37.010 13.761-67.774 34.008-88.021s47.025-32.008 76.019-32.008c28.993 0 55.771 11.761 76.019 32.008s34.008 51.011 34.008 88.021c0 37.010-13.761 67.774-34.008 88.021s-47.025 32.008-76.019 32.008zM586.143 855.975c24.039 0 45.508-11.5 60.015-26.006s22.005-29.989 22.005-46.011c0-16.022-7.499-33.505-22.005-48.012s-35.976-24.006-60.015-24.006c-24.039 0-45.508 9.499-60.015 24.006s-22.005 31.99-22.005 48.012c0 16.022 7.499 31.505 22.005 46.011s35.976 26.006 60.015 26.006zM462.113 617.916l-208.051-428.105-124.030 200.049-132.032-84.021 208.051-204.050 22.005-26.006 28.007 22.005 380.093 448.109-174.042 72.018zM872.213 219.819c-28.993 0-55.771-11.761-76.019-32.008s-36.009-51.011-36.009-88.021c0-37.010 15.762-67.774 36.009-88.021s47.025-32.008 76.019-32.008c28.993 0 53.771 11.761 74.018 32.008s36.009 51.011 36.009 88.021c0 37.010-15.762 67.774-36.009 88.021s-45.025 32.008-74.018 32.008zM872.213 171.808c24.039 0 45.508-11.5 60.015-26.006s20.005-29.989 20.005-46.011c0-16.022-5.498-33.505-20.005-48.012s-35.976-24.006-60.015-24.006c-24.039 0-45.508 9.499-60.015 24.006s-22.005 31.99-22.005 48.012c0 16.022 7.499 31.505 22.005 46.011s35.976 26.006 60.015 26.006z" />
-<glyph unicode="&#xe9c8;" glyph-name="terminalManagment" d="M340.083 960c-188.44 0-340.083-151.643-340.083-340.083v-344.084c0-188.44 151.643-340.083 340.083-340.083h344.084c188.44 0 340.083 151.643 340.083 340.083v344.084c0 188.44-151.643 340.083-340.083 340.083h-344.084zM340.083 899.985h344.084c156.231 0 280.068-123.838 280.068-280.068v-344.084c0-156.231-123.838-280.068-280.068-280.068h-344.084c-156.231 0-280.068 123.838-280.068 280.068v344.084c0 156.231 123.838 280.068 280.068 280.068zM294.072 807.963l-118.029-98.024 140.034-172.042-148.036-204.050 116.028-86.021 224.055 284.069-214.052 276.067zM526.128 343.85v-96.023h96.023v96.023h-96.023zM758.185 343.85v-96.023h96.023v96.023h-96.023z" />
-<glyph unicode="&#xe9c9;" glyph-name="tools" d="M232.057 949.998c-61.717-26.104-104.025-88.813-104.025-160.039 0-63.422 36.9-118.201 88.021-148.036v-142.035h-28.007c-102.809 0-188.046-79.305-188.046-174.042v-216.053c0-94.737 85.236-174.042 188.046-174.042h648.158c102.809 0 188.046 79.305 188.046 174.042v216.053c0 94.737-85.236 174.042-188.046 174.042h-90.022v272.81l32.25-10.7h75.776c9.893 1.513 13.284 2.843 20.005 18.004 16.527 50.195 124.768 56.652 146.036 37.963 3.521 58.718-84.602 96.866-148.036 94.023-38.663 1.549-114.028 0-114.028 0-12.521-0.026-23.196-12.305-28.007-28.007h-56.014v8.002c0 29.141-22.872 54.013-52.013 54.013h-20.005c-29.141 0-54.013-24.872-54.013-54.013v-108.026c0-29.141 24.872-54.013 54.013-54.013h20.005c10.648 0 19.743 4.606 28.007 10.002v-240.059h-270.066v138.034c55.323 28.613 92.022 85.494 92.022 152.037 0 71.902-45.373 134.36-108.026 160.039 0.91-2.93 4.001-6.716 4.001-10.002v-176.043c0-15.69-14.013-28.007-28.007-28.007h-80.020c-13.994 0-28.007 12.316-28.007 28.007v176.043c0 3.286 3.091 7.072 4.001 10.002-0.589-0.241-3.415 0.248-4.001 0zM188.046 399.863h648.158c45.55 0 82.020-32.045 82.020-74.018v-16.004h-812.198v16.004c0 41.973 36.47 74.018 82.020 74.018zM106.026 245.826h812.198v-136.033c0-41.973-36.47-76.019-82.020-76.019h-648.158c-45.55 0-82.020 34.045-82.020 76.019z" />
-<glyph unicode="&#xe9ca;" glyph-name="track" d="M386.382 809.352c-64.52-2.92-124.22-43.892-109.584-141.88 15.959-106.851 15.41-172.298 93.35-158.095 87.61 15.965 108.849 82.864 103.496 164.176-5.848 88.832-26.622 138.545-87.262 135.8zM670.49 793.137c-46.141-2.218-72.394-54.304-93.35-119.585-33.023-102.876-30.363-144.972 48.704-149.988 88.877-5.638 118.163 31.155 131.907 111.477 13.211 77.212-5.995 141.418-64.939 156.068-7.368 1.831-15.731 2.344-22.323 2.027zM112.422 600.585c-60.741 0-106.412-63.705-111.614-141.88-7.173-107.796 33.674-156.083 111.614-141.88 87.61 15.965 115.668 60.62 109.584 141.88-5.848 78.113-48.843 141.88-109.584 141.88zM924.157 586.397c-43.713-4.546-86.615-41.043-113.643-93.236-49.692-95.959-32.486-154.205 44.645-172.283 86.701-20.321 129.334 8.206 156.259 85.128 25.882 73.942 13.068 150.074-42.616 174.31-13.921 6.059-30.075 7.596-44.645 6.081zM493.937 462.758c-80.715 0-167.238-57.349-200.904-176.337-89.906-44.506-159.794-129.396-137.995-214.847 35.965-140.983 186.025-135.8 338.9-135.8s326.723-1.515 326.723 143.907c0 145.422-173.849 383.077-326.723 383.077z" />
-<glyph unicode="&#xe9cb;" glyph-name="userManagment" d="M325.85 824.812c-83.482 0-153.874-70.383-153.874-153.872 0-83.483 70.392-150.853 153.874-150.853s147.84 67.37 147.84 150.853c0 83.489-64.358 153.872-147.84 153.872zM190.079 511.032c-109.21-48.226-183.24-158.089-190.079-283.606h405.053l113.066 250.205c-12.775 8.113-48.533 27.221-62.532 33.402-1.546 1.312-1.458 0-3.018 0l-126.72-189.958-132.754 189.958c-1.134 1.312-1.906-1.312-3.017 0zM703.527 604.738c-83.482 0-153.874-70.383-153.874-153.872 0-83.483 70.392-150.853 153.874-150.853s147.84 67.37 147.84 150.853c0 83.489-64.358 153.872-147.84 153.872zM567.756 290.957c-109.21-48.226-183.24-158.089-190.079-283.606h645.666c-6.839 125.517-80.87 235.38-190.079 283.606-1.546 1.312-1.459 0-3.018 0-71.639-110.967-177.742-111.22-259.473 0-1.134 1.312-1.906-1.312-3.017 0z" />
-<glyph unicode="&#xe9cc;" glyph-name="versionManagment" d="M128.031 959.75v-482.115h-128.031l112.027-540.938h802.196l110.027 540.938h-128.031v482.115zM192.047 895.735h640.156v-418.099h-640.156zM244.060 767.703v-64.016h270.066v64.016zM242.059 637.675v-64.016h520.127v64.016z" />
-<glyph unicode="&#xe9cd;" glyph-name="workOrder" d="M116.028 960v-1024.25h792.193v722.176h2l-282.069 300.073v2h-512.125zM176.043 899.985h390.095v-302.074h282.069v-600.147h-672.164v902.22zM628.153 863.977l192.047-206.050h-192.047v206.050zM374.091 861.976v-106.026h-114.028v-84.021h114.028v-112.027l140.034 154.038-140.034 148.036zM650.159 507.89v-106.026h-114.028v-84.021h114.028v-112.027l140.034 154.038-140.034 148.036zM374.091 343.85v-106.026h-114.028v-84.021h114.028v-112.027l140.034 154.038-140.034 148.036z" />
-<glyph unicode="&#xe9ce;" glyph-name="app" d="M590.921 540.891c-7.022 1.097-18.139 1.755-33.134 1.755h-100.059v-96.037h100.059c14.848 0 25.893 0.512 33.061 1.682 7.241 1.17 13.751 3.511 19.456 6.875 13.312 7.826 19.968 20.919 19.968 39.278 0 18.505-6.729 31.671-19.968 39.497-5.705 3.365-12.069 5.705-19.383 6.949zM177.371 401.408h120.101l-60.050 131.877zM879.909 540.891c-7.168 1.17-18.213 1.682-33.207 1.682h-99.986v-95.963h99.986c14.775 0 25.893 0.512 33.134 1.682 7.241 1.097 13.678 3.438 19.456 6.802 13.239 7.826 19.822 20.919 19.822 39.278 0 18.505-6.656 31.671-19.822 39.497-5.778 3.438-12.215 5.778-19.383 7.022zM851.675 923.429h-679.278c-74.971 0-135.826-60.855-135.826-135.826v-679.205c0-74.898 60.855-135.753 135.826-135.753h679.205c74.971 0 135.753 60.855 135.753 135.753v679.205c0.073 74.971-60.709 135.826-135.68 135.826zM386.779 301.275h-63.269v6.217c7.534 1.097 11.337 3.877 11.337 8.631 0 1.975-1.463 6.144-4.315 12.069l-21.943 47.835h-142.555l-23.406-50.615c-2.194-4.754-3.365-8.046-3.365-10.094 0-4.023 3.877-6.51 11.557-7.826v-6.217h-59.392v6.217c5.266 1.024 9.435 2.779 12.215 5.778 2.779 3.145 6.51 9.728 10.971 19.602l97.646 210.871c2.341 5.047 3.511 8.558 3.511 10.386 0 3.291-3.218 5.925-9.582 7.534v6.29h64.878v-6.29c-6.363-1.975-9.509-4.754-9.509-8.192 0-1.463 1.243-4.608 3.438-9.728l93.696-203.191c6.875-14.994 11.337-23.771 13.605-26.405s7.095-4.754 14.482-6.656v-6.217zM644.096 448.146c-8.631-9.874-19.456-16.969-32.768-20.992-13.093-3.877-32.037-5.998-56.466-5.998h-97.134v-99.474c0-4.096 0.878-7.095 2.633-9.216 1.829-2.048 5.193-3.73 9.874-4.974v-6.217h-55.735v6.217c4.681 1.463 7.899 2.926 9.801 5.047 1.755 2.121 2.779 5.12 2.779 9.143v225.938c0 4.023-0.951 6.949-2.779 9.070-1.902 2.048-5.12 3.73-9.874 4.974v6.29h140.288c19.602 0 34.962-1.024 45.934-3.072 10.898-2.121 20.773-5.998 29.257-11.41 8.997-5.486 16.238-12.873 21.65-22.455 6.217-10.606 9.289-22.674 9.289-35.84 0-18.286-5.632-34.011-16.75-47.031zM933.083 448.146c-8.631-9.874-19.529-16.969-32.695-20.992s-32.037-5.998-56.613-5.998h-96.987v-99.474c0-4.096 0.878-7.095 2.706-9.216 1.682-2.048 5.047-3.73 9.655-4.974v-6.217h-55.808v6.217c4.827 1.463 8.046 2.926 9.874 5.047 1.902 2.121 2.706 5.12 2.706 9.143v225.938c0 4.023-0.805 6.949-2.706 9.070-1.682 2.048-4.974 3.73-9.874 4.974v6.29h140.288c19.822 0 35.035-1.024 46.080-3.072 10.752-2.121 20.699-5.998 29.257-11.41 8.997-5.486 16.238-12.873 21.577-22.455 6.29-10.679 9.289-22.747 9.289-35.913 0-18.213-5.632-33.938-16.75-46.958z" />
-<glyph unicode="&#xe9cf;" glyph-name="car" d="M792.529 178.641v-2.932c-1.955-0.093-28.393-4.887-44.544-8.052-12.241 0-203.124-0.326-333.405-0.326-66.979 0-117.9 0.093-120.413 0.326-7.494 0.559-53.76 9.588-55.715 9.961l0.652 3.305c-15.407-15.22-24.948-32.489-23.924-44.963 1.722-22.714 46.685-44.823 62.883-50.223 0.931-0.419 2.7-0.791 4.841-0.977l-0.233 0.279c2.095 1.35 20.62 12.753 29.091 12.753l418.257-0.372c0.093-0.093 6.33-4.375 14.941-9.961l-1.815-2.746c13.917 1.908 24.948 4.096 31.558 6.377 40.96 14.662 41.565 52.317 41.565 52.689-0.652 9.449-10.845 22.481-23.738 34.863zM749.009 218.81c-16.989 4.887-182.737 21.132-236.544 22.947-1.908 0.093-3.91 0.093-6.097 0.093-59.252 0-219.555-23.505-221.184-23.831-42.449-13.731-78.103-59.159-76.288-85.178 1.769-25.507 47.709-50.129 64.186-56.273 12.567-4.701 136.099-10.38 202.426-13.312 21.69-0.977 38.772-1.722 45.847-2.095 2.7-0.233 6.796-0.326 12.288-0.326 56.273 0 211.27 8.471 245.62 21.969 41.612 16.198 43.241 54.877 43.706 67.444 0.605 13.359-43.892 59.578-73.961 68.561zM775.959 87.738c-36.631-13.172-194.42-20.108-242.362-20.108-5.446 0-9.588 0.093-12.288 0.279-6.842 0.559-23.599 1.21-44.823 2.095-69.911 2.886-186.927 7.633-199.727 12.055-12.567 4.329-63.535 27.089-65.536 53.62-1.955 25.135 33.652 67.119 77.824 80.198 1.862 0.186 159.372 21.364 217.74 21.364 2.141 0 4.189-0.093 6.097-0.093 52.829-1.629 216.111-16.291 232.82-20.666 16.524-4.561 72.937-48.826 74.24-72.332 0.559-8.471-5.585-42.775-43.985-56.413zM747.66 171.473c6.33 1.117 38.028 7.168 44.032 8.052-16.989 16.244-38.167 30.767-46.825 33.187-16.57 4.655-179.293 18.897-232.029 20.527-1.908 0.093-3.863 0.093-6.004 0.093-58.135 0-215.412-20.992-216.948-21.225-7.866-2.374-15.546-5.632-22.714-9.775 11.823-1.117 60.090-6.051 66.56-6.703 7.308-0.559 378.321 0 382.045 0.093 12.381 1.443 45.196 5.12 47.709 5.585l0.698-3.863c-3.025-0.559-46.266-5.353-48.175-5.539-10.193 0-169.658-0.372-279.412-0.372-56.972 0-100.585 0.093-103.145 0.372-7.401 0.652-68.655 6.796-69.26 6.842l0.186 1.815c-9.263-5.492-17.687-12.195-24.902-19.316 3.863-0.745 47.942-9.216 54.97-9.868 7.354-0.512 448.791 0.093 453.213 0.093zM311.761 94.068c-5.073 0-16.477-6.051-23.319-10.1 33.327-3.724 131.863-7.727 188.276-10.054 21.271-0.977 37.981-1.629 44.87-2.001 2.653-0.233 6.703-0.326 12.009-0.326 44.172 0 150.807 4.934 208.617 13.079-6.935 4.468-12.335 8.145-13.871 9.309l-416.582 0.093zM1016.367 217.6c-1.303 12.986-5.26 37.841-5.26 44.265 0 6.47-15.593 79.5-15.593 79.5l-10.426 24.669-28.625 27.415-40.401 26.065-32.489 14.383-14.429 10.426-8.518 14.615c6.749 0.465 58.321 4.329 64.372 8.099 6.423 4.003 10.752 5.772 10.147 7.121-0.745 1.35-4.375 20.34-9.123 24.716-4.794 4.422-38.26 10.799-43.008 10.519-4.841-0.326-8.099-0.326-8.099-0.326s-11.543-17.268-10.193-27.415c1.303-10.193 2.048-12.567 2.048-12.567l-9.402-4.655-1.21 2.001-20.852 29.975-33.792 55.994-27.415 39.052-24.809 18.292-11.683 7.82c0 0-129.117 13.731-221.044 12.288-102.54-1.722-210.851-12.847-210.851-12.847l-8.425-6.051-20.806-19.084-84.759-103.331c-5.399-7.727-10.193-13.731-14.941-19.409l-10.938 4.98c0 0 0.745 2.374 2.001 12.567 1.35 10.147-10.193 27.415-10.193 27.415s-3.351 0-8.099 0.326c-4.748 0.419-38.26-6.051-43.008-10.426-4.748-4.422-8.425-23.412-9.123-24.762s3.724-3.025 10.147-7.121c6.33-4.003 62.883-8.239 64.512-8.332-4.143-4.655-8.332-9.169-12.986-14.289-11.683-13.033-37.841-23.459-46.918-30.022-9.123-6.563-69.027-41.658-69.027-53.434 0-11.683-26.065-98.956-26.065-98.956s0-19.549-1.303-27.322c-1.303-7.866-1.303-43.008-2.56-57.344-1.303-14.476 5.167-118.598 5.167-118.598l4.608-10.985c-0.559-7.494-0.279-22.807 10.333-27.276 1.303-0.465 4.003-1.303 7.82-2.513 1.164-4.329 26.81-33.187 40.076-34.956 13.591-1.955 43.38-3.212 51.153-3.212s18.665 8.657 21.923 9.914c0.047 0 0 0.14 0 0.14 39.657-9.263 74.473-16.756 77.824-15.965 7.773 2.001 12.335 3.91 18.758 3.91 6.516 0 213.085-17.455 231.191-16.756 18.153 0.652 286.255 16.756 296.029 16.756 9.635 0 10.333-0.652 20.015-2.56 4.608-0.977 44.218 6.982 86.807 16.943-0.698-2.095-1.024-5.585 1.862-8.611 4.608-4.608 59.625 1.908 69.958 5.167 10.38 3.212 31.092 30.348 31.092 30.348l-9.216-2.234c7.447 2.42 12.847 4.608 15.034 6.191 15.546 10.985 14.336 23.971 14.336 23.971l-3.351-0.605 6.516 8.378c-0.047 0.047 6.516 144.756 5.213 157.743zM983.599 89.833c-3.91-8.657-33.745-29.929-43.38-33.373-9.681-3.444-112.035-23.040-115.433-22.854-3.584 0.326-12.521 8.099-14.057 14.569-1.583 6.516 25.321 40.96 34.444 47.709 9.123 6.703 94.72 36.538 108.218 41.705 13.545 5.167 40.401 22.854 40.401 22.854s3.537-40.215-10.193-70.609zM781.079 79.639c-37.283-14.615-198.191-22.249-247.063-22.249-5.539 0-9.728 0.093-12.614 0.279-6.982 0.465-24.111 1.164-45.754 2.234-71.215 3.165-190.511 8.751-203.636 13.498-12.753 4.841-64.652 30.208-66.7 59.671-1.955 28.020 34.257 74.705 79.313 89.228 1.908 0.279 162.49 23.971 222.022 23.971 2.188 0 4.282-0.093 6.237-0.186 53.853-1.815 220.3-18.013 237.382-23.087 30.999-9.169 77.545-55.855 76.893-72.425-0.419-13.172-2.141-53.76-46.080-70.935zM841.356 304.221c8.844 5.818 132.841 49.338 132.841 49.338s12.428-32.442 13.452-39.331c0.977-6.842-3.398-33.14-6.516-37.004-3.025-3.724-35.933-26.345-40.215-26.95-4.236-0.838-20.852 8.564-24.017 8.564-2.932 0-55.808-16.896-75.729-19.363-20.015-2.7-57.204 16.57-57.204 16.57s48.593 42.403 57.391 48.175zM288.861 551.657c17.687 11.776 42.915 24.157 60.556 26.298 0 0 56.739 9.961 143.22 12.567l-0.047 0.326c12.055 0.233 23.692 0.326 34.956 0.279 11.264 0.047 22.807 0 34.816-0.279l-0.093-0.326c86.435-2.607 143.081-12.567 143.081-12.567 17.734-2.095 43.008-14.476 60.742-26.298l52.317-59.206c0-10.705-3.677-19.875-14.476-19.875l-281.367 0.652-281.414-0.652c-10.705 0-14.476 9.123-14.476 19.875l62.185 59.206zM45.708 313.763c1.024 6.842 14.895 40.96 14.895 40.96s126.836-45.568 135.68-51.34c8.844-5.818 57.391-48.361 57.391-48.361s-37.143-19.037-57.111-16.57c-19.968 2.56-72.797 19.503-75.823 19.503-2.979 0-19.689-9.263-24.017-8.657-4.282 0.884-41.425 22.249-44.451 26.065-3.025 3.77-7.54 31.651-6.563 38.4zM33.932 158.301c0 0 26.95-17.78 40.401-22.807 13.452-5.12 99.049-34.909 108.218-41.705s36.073-41.239 34.444-47.756c-1.583-6.423-10.519-14.196-14.010-14.476-3.444-0.279-105.798 19.27-115.479 22.761-9.728 3.537-39.471 24.855-43.334 33.466-13.731 30.441-10.24 70.516-10.24 70.516z" />
-<glyph unicode="&#xe9d0;" glyph-name="chgpile" d="M286.627 796.579h521.263v-128.372h-521.263v128.372zM807.889 865.792c0 40.029-32.396 72.378-72.378 72.378h-376.553c-39.936 0-72.425-32.303-72.425-72.378v-58.647h521.309v58.647zM811.473-22.202c0-0.372 0.093-0.791 0.093-1.21v2.607c0-0.605-0.093-0.977-0.093-1.396zM282.996-23.412c0 0.512 0.14 0.977 0.14 1.21 0 0.372-0.14 0.791-0.14 1.35v-2.56zM793.46-5.26h-99.84c0.977 3.258 1.536 6.842 1.536 10.473v284.067h40.355c39.889 0 72.378 32.396 72.378 72.471v296.029h-521.309v-296.029c0-39.983 32.442-72.378 72.425-72.378h40.308v-284.16c0-3.491 0.512-7.075 1.536-10.287h-99.747c-9.635 0-17.361-7.447-17.967-16.989 0.652-9.309 8.332-16.803 17.967-16.803h492.358c9.542 0 17.315 7.494 18.013 16.803-0.698 9.449-8.425 16.803-18.013 16.803zM759.529 638.557c9.914 0 18.060-8.099 18.060-18.153 0-9.961-8.145-18.106-18.060-18.106-10.007 0-18.199 8.099-18.199 18.106 0.14 10.054 8.239 18.153 18.199 18.153zM501.062 315.345l31.046 97.094-45.242 11.543 84.48 145.873-23.273-114.828 45.708-20.527-92.719-119.156z" />
-<glyph unicode="&#xe9d1;" glyph-name="chgposition" d="M550.959 396.195c-9.635 1.815-28.998 2.746-58.089 2.746h-39.005v-113.478h44.172c31.837 0 53.108 2.095 63.86 6.284 10.705 4.189 19.084 10.705 25.181 19.642s9.169 19.27 9.169 31.092c0 14.569-4.329 26.531-12.8 35.98-8.518 9.449-19.363 15.36-32.489 17.734zM977.455 564.364h-930.909c-25.693 0-46.545-20.852-46.545-46.545v-488.727c0-25.74 20.852-46.545 46.545-46.545h930.909c25.74 0 46.545 20.806 46.545 46.545v488.727c0 25.74-20.806 46.545-46.545 46.545zM666.112 281.647c-8.844-16.71-20.294-29.929-33.932-39.471s-27.695-15.825-41.751-18.897c-19.27-3.817-47.244-5.725-83.782-5.725h-52.783v-150.807h-80.71v399.779h129.536c49.152 0 81.129-2.001 96.023-6.004 22.9-6.004 42.077-19.037 57.53-39.145s23.18-45.987 23.18-77.824c0.047-24.529-4.422-45.196-13.312-61.905z" />
-<glyph unicode="&#xe9d2;" glyph-name="chgstation" d="M667.741 568.087h-638.697v138.799l638.697 11.171zM995.002 520.471l-618.17 0.652-347.788 35.468h638.697zM995.002 533.783l-327.261 34.304v149.969l327.261-53.388zM150.761 547.328h63.86v-502.784h-63.86v502.784zM635.811 547.328h63.814v-536.111h-63.814v536.111zM348.393 542.208h63.86v-498.129h-63.86v498.129zM853.085 525.824h63.86l-4.236-513.443-59.625 6.842zM475.881 199.727h71.075v-149.83h-71.075v149.83zM245.108 199.727h71.075v-149.83h-71.075v149.83zM686.778 199.727h71.075v-161.466h-71.075v161.466zM746.868 170.636h71.028v-161.466h-71.028v161.466z" />
-<glyph unicode="&#xe9d3;" glyph-name="cms" d="M967.387 286.135c35.328 34.889 56.613 81.408 56.613 132.315 0 53.102-23.113 103.643-62.903 139.557 1.097 7.314 1.682 15.214 1.682 23.552 0 100.571-75.045 182.418-167.351 182.418-16.384 0-32.329-2.706-47.982-7.973-48.786 85.358-136.558 138.825-231.936 138.825-148.846 0-269.897-127.707-271.506-285.184-73.435-31.232-122.734-102.766-122.734-182.491 0-27.355 6.875-54.053 17.993-78.921-80.823-24.503-139.264-90.258-139.264-168.229 0-98.743 93.111-178.834 207.872-178.834 0.146 0 0.146 0 0.146 0l627.273 0.585c104.082 4.827 186.953 78.555 186.953 168.741 0 44.91-21.211 85.358-54.857 115.639zM338.066 108.032c-18.359-14.409-40.887-21.577-67.511-21.577-27.502 0-49.883 5.413-67.145 16.603-17.262 10.971-30.354 26.99-39.351 47.982-8.997 20.846-13.531 43.447-13.531 67.438 0 26.258 5.047 49.152 15.214 68.681 10.24 19.383 24.649 34.304 43.447 44.398 18.651 10.167 39.351 15.141 61.879 15.141 25.527 0 47.104-6.437 64.439-19.163 17.408-12.873 29.55-30.866 36.425-54.126l-33.28-7.68c-5.925 18.286-14.555 31.598-25.819 40.009-11.191 8.265-25.381 12.581-42.496 12.581-19.675 0-36.059-4.681-49.152-13.97-13.239-9.289-22.455-21.723-27.794-37.303-5.413-15.726-7.973-31.744-7.973-48.494 0-21.285 3.072-40.009 9.362-56.027 6.437-16.018 16.238-27.867 29.696-35.84 13.239-7.826 27.721-11.849 43.301-11.849 18.871 0 34.962 5.413 48.055 16.165 13.093 10.825 21.943 26.697 26.697 47.982l33.792-8.411c-7.168-27.429-19.822-48.274-38.254-62.537zM660.553 90.697h-32.475v210.725l-74.24-210.725h-30.501l-73.874 214.309v-214.309h-32.475v251.758h50.834l60.489-178.322c5.559-16.603 9.655-28.965 12.215-37.303 2.853 9.289 7.387 22.747 13.605 40.448l61.001 175.177h45.422v-251.758zM440.978 653.239c-45.568 0-88.137-10.825-126.464-28.672 8.777 110.811 95.013 198.363 200.997 198.363 79.579 0 152.137-50.249 184.686-127.927l15.506-36.718 33.207 20.041c67.291 40.741 144.969-18.213 144.969-96.841 0-8.411-1.317-17.554-4.242-29.55l-5.998-24.576 20.187-14.117c32.549-22.821 51.273-57.344 51.273-94.793 0-15.726-4.389-30.574-10.606-44.617-12.142 77.019-79.067 136.046-160.402 136.046-28.379 0-54.784-7.753-78.043-20.334-45.202 96.475-146.798 163.694-265.070 163.694zM895.269 123.831c-7.753-11.849-18.944-20.992-33.499-27.575-14.629-6.583-30.939-9.874-49.225-9.874-23.113 0-42.496 3.291-58.075 9.874-15.653 6.729-27.941 16.75-36.791 29.989-8.923 13.458-13.531 28.453-14.043 45.349l31.89 2.706c1.536-12.581 5.047-22.894 10.679-31.013 5.486-7.973 14.043-14.555 25.6-19.602 11.703-4.974 24.795-7.461 39.205-7.461 12.946 0 24.357 1.829 34.304 5.705 9.801 3.73 17.115 8.85 22.016 15.433 4.754 6.583 7.241 13.824 7.241 21.577 0 7.973-2.267 14.848-7.022 20.699-4.608 5.851-12.288 10.825-22.894 14.848-6.949 2.706-22.089 6.729-45.568 12.288-23.406 5.559-39.79 10.825-49.298 15.726-12.142 6.29-21.211 14.117-27.209 23.406-6.144 9.509-9.143 19.968-9.143 31.525 0 12.727 3.657 24.576 10.971 35.547 7.241 10.971 17.993 19.456 32.037 25.161 13.97 5.705 29.623 8.558 46.885 8.558 18.944 0 35.547-2.999 50.103-8.997 14.409-5.998 25.6-14.848 33.28-26.551 7.826-11.557 11.995-24.869 12.581-39.57l-32.329-2.414c-1.755 15.872-7.607 27.867-17.701 35.986-9.947 8.119-24.869 12.288-44.398 12.288-20.48 0-35.401-3.73-44.69-11.118-9.435-7.461-14.117-16.311-14.117-26.77 0-8.997 3.218-16.457 9.947-22.309 6.437-5.851 23.406-11.849 50.907-17.993 27.429-6.144 46.299-11.41 56.466-16.018 14.848-6.729 25.893-15.287 32.914-25.746 7.095-10.313 10.679-22.309 10.679-35.84 0-13.239-3.803-25.966-11.703-37.815z" />
-<glyph unicode="&#xe9d4;" glyph-name="common_dc" d="M128.031 960c-70.929 0-128.031-57.102-128.031-128.031v-768.188c0-70.929 57.102-128.031 128.031-128.031h768.188c70.929 0 128.031 57.102 128.031 128.031v768.188c0 70.929-57.102 128.031-128.031 128.031h-768.188zM266.247 887.259h490.302c43.606 0 80.020-32.738 80.020-72.754v-739.086c0-40.010-36.413-72.741-80.020-72.741h-490.302c-43.607 0-78.565 32.731-78.565 72.741v739.086c0 40.016 34.958 72.754 78.565 72.754zM667.799 770.866c-41.37 0-73.547-12.88-98.933-37.827-25.386-24.953-37.827-59.65-37.827-104.755 0-42.641 12.576-77.26 37.827-101.842 25.252-24.588 56.802-34.921 96.023-34.921 31.699 0 59.401 5.953 80.019 20.37 20.618 14.359 34.782 37.347 43.647 66.922l-58.196 14.557c-4.97-19.851-11.862-34.408-23.278-43.652s-26.343-11.638-42.192-11.638c-21.491 0-38.945 5.825-52.376 20.363-13.432 14.551-20.369 38.493-20.369 72.754 0 32.283 6.735 55.412 20.369 69.828 13.633 14.423 31.937 23.282 53.831 23.282 15.849 0 29.656-3.457 40.737-11.638 11.081-8.13 18.331-20.869 21.824-34.921l58.196 14.551c-6.716 21.688-17.121 37.878-30.553 49.465-22.566 19.595-52.618 29.102-88.749 29.102zM242.968 765.040v-270.613h113.482c22.028 0 39.213 1.984 52.376 5.825 17.596 5.185 30.394 14.045 40.737 23.282 13.7 12.201 24.62 26.842 32.008 46.559 6.044 16.145 8.729 35.894 8.729 58.197 0 25.389-2.282 46.699-8.729 64.016-6.448 17.31-16.741 31.688-29.098 43.646-12.358 11.952-26.32 21.509-43.647 26.189-12.895 3.457-33.616 2.881-58.196 2.881h-107.663zM302.619 721.388h26.188c24.312 0 41.139-1.216 49.467-2.881 11.148-2.241 21.845-8.258 29.098-14.544 7.253-6.274 10.519-14.98 14.549-26.189 4.029-11.216 7.274-25.606 7.274-46.565 0-20.946-3.245-37.328-7.274-49.458-4.030-12.137-8.169-20.895-14.549-26.195-6.38-5.313-15.063-9.417-24.733-11.632-7.388-1.728-19.717-2.881-36.373-2.881h-43.647v180.409zM272.066 360.57c-15.142 0-27.643-10.377-27.643-23.27 0-12.906 12.501-23.282 27.643-23.282h485.937c15.142 0 27.643 10.377 27.643 23.282 0 12.893-12.501 23.27-27.643 23.27h-485.937zM272.066 226.72c-15.142 0-27.643-10.383-27.643-23.276 0-12.899 12.501-23.276 27.643-23.276h485.937c15.142 0 27.643 10.377 27.643 23.276 0 12.893-12.501 23.276-27.643 23.276h-485.937z" />
-<glyph unicode="&#xe9d5;" glyph-name="common_ncd" d="M152.037 960c-84.34 0-152.037-67.697-152.037-152.037v-720.176c0-84.34 67.697-152.037 152.037-152.037h720.176c84.34 0 152.037 67.697 152.037 152.037v720.176c0 84.34-67.697 152.037-152.037 152.037zM104.025 793.959h98.024l202.049-264.064v264.064h94.023v-302.074c-17.542 5.099-37.033 8.002-56.014 8.002-37.093 0-71.508-11.745-102.025-30.007l-144.035 186.045v-258.063h-92.022zM456.111 408.53c40.023 0 73.028-10.355 98.024-34.008 14.878-13.985 26.569-33.832 34.008-60.015l-66.016-16.004c-3.869 16.96-9.731 30.188-22.005 40.010-12.275 9.828-28.455 14.003-46.011 14.003-24.252 0-44.913-8.595-60.015-26.006-15.102-17.406-22.005-45.040-22.005-84.021 0-41.367 7.127-72.468 22.005-90.022s36.209-24.006 60.015-24.006c17.556 0 31.364 4.845 44.011 16.004s20.501 28.057 26.006 52.013l64.016-20.005c-9.82-35.714-25.174-60.688-48.012-78.019s-50.908-28.007-86.021-28.007c-43.445 0-80.055 16.334-108.026 46.011-27.971 29.683-42.010 68.549-42.010 120.029 0 54.45 13.89 97.903 42.010 128.031s64.201 44.011 110.027 44.011zM646.158 402.528h122.030c27.227 0 47.732 0.168 62.015-4.001 19.193-5.653 34.323-17.577 48.012-32.008s24.866-31.112 32.008-52.013c7.142-20.906 10.002-47.371 10.002-78.019 0-26.931-3.308-50.527-10.002-70.017-8.183-23.802-20.833-41.28-36.009-56.014-11.457-11.158-26.521-19.759-46.011-26.006-14.581-4.632-33.614-8.002-58.014-8.002h-124.030zM712.174 348.515v-216.053h50.012c18.449 0 31.827-0.055 40.010 2 10.712 2.673 18.939 7.608 26.006 14.003s13.541 17.349 18.004 32.008c4.464 14.653 6.001 34.723 6.001 60.015s-1.538 44.474-6.001 58.014c-4.464 13.54-11.971 24.419-20.005 32.008-8.035 7.584-17.659 13.32-30.007 16.004-9.225 2.341-27.083 2-54.013 2z" />
-<glyph unicode="&#xe9d6;" glyph-name="common_ncd_break" d="M820.2 960l-40.010-4.001 12.003-66.016 40.010 4.001-12.003 66.016zM678.166 937.995c-39.093 0-68.017-30.974-68.017-70.017 0-39.030 28.924-70.017 68.017-70.017 10.834 0 22.828 1.648 32.008 6.001l48.012-46.011 36.009 38.009-48.012 48.012c2.621 7.394 4.001 15.729 4.001 24.006 0 39.043-32.925 70.017-72.018 70.017zM948.232 915.989l-90.022-60.015 30.007-46.011 90.022 62.015-30.007 44.011zM150.037 861.976c-84.101 0-150.037-66.061-150.037-150.037v-626.153c0-83.982 65.935-150.037 150.037-150.037h628.153c84.101 0 150.037 66.055 150.037 150.037v420.103c-97.032-35.561-219.592-4.932-304.074 82.020-79.088 81.402-102.98 188.030-68.017 274.067h-406.099zM1020.249 791.959l-66.016-12.003 4.001-40.010 66.016 12.003-4.001 40.010zM662.162 769.954l-66.016-12.003 4.001-38.009 66.016 10.002-4.001 40.010zM858.21 741.947l-38.009-38.009 38.009-36.009c-2.531-7.272-6.001-15.869-6.001-24.006 0-39.037 30.924-70.017 70.017-70.017s72.018 30.98 72.018 70.017c0 39.037-32.925 72.018-72.018 72.018-10.995 0-20.724-3.508-30.007-8.002l-34.008 34.008zM732.179 699.937l-90.022-62.015 28.007-44.011 92.022 58.014-30.007 48.012zM104.025 671.93h92.022l190.046-232.057v232.057h88.021v-266.065c-16.513 4.524-34.146 8.002-52.013 8.002-34.916 0-67.298-9.911-96.023-26.006l-136.033 164.040v-228.056h-86.021v348.085zM826.202 615.916l-40.010-2 10.002-66.016 40.010 4.001-10.002 64.016zM436.106 361.854c37.673 0 68.494-9.164 92.022-30.007 14.005-12.319 25.005-30.936 32.008-54.013l-62.015-14.003c-3.642 14.943-10.451 27.356-22.005 36.009-11.554 8.662-25.484 12.003-42.010 12.003-22.828 0-41.799-8.662-56.014-24.006-14.215-15.334-22.005-39.664-22.005-74.018 0-36.454 8-62.557 22.005-78.019 14.005-15.467 33.605-22.005 56.014-22.005 16.526 0 28.105 4.189 40.010 14.003 11.904 9.834 20.824 24.906 26.006 46.011l60.015-18.004c-9.244-31.468-24.514-52.74-46.011-68.017-21.498-15.267-46.968-24.006-80.020-24.006-40.895 0-75.695 13.852-102.025 40.010s-40.010 60.662-40.010 106.026c0 47.983 13.54 85.479 40.010 112.027s60.89 40.010 104.025 40.010zM614.15 355.853h116.028c25.629 0 44.569-0.525 58.014-4.001 18.066-4.962 31.126-15.283 44.011-28.007 12.884-12.71 23.285-27.592 30.007-46.011s10.002-41.006 10.002-68.017c0-23.729-3.701-44.843-10.002-62.015-7.703-20.977-19.723-37.021-34.008-50.012-10.784-9.829-23.664-16.5-42.010-22.005-13.725-4.048-33.046-8.002-56.014-8.002h-116.028v288.070zM676.165 307.841v-190.046h48.012c17.366 0 30.306 0.237 38.009 2 10.084 2.381 17.353 6.37 24.006 12.003 6.652 5.638 11.802 15.092 16.004 28.007s6.001 31.727 6.001 54.013c0 22.291-1.8 38.083-6.001 50.012-4.202 11.939-10.442 21.321-18.004 28.007s-16.383 11.637-28.007 14.003c-8.683 2.095-26.664 2-52.013 2h-28.007z" />
-<glyph unicode="&#xe9d7;" glyph-name="common_ncd_stop" d="M814.199 960.002c-115.861 0-208.051-94.394-208.051-210.051 0-115.651 92.19-208.051 208.051-208.051s210.051 92.4 210.051 208.051c0 115.657-94.19 210.051-210.051 210.051zM152.037 865.979c-84.453 0-152.037-67.734-152.037-152.037v-626.153c0-84.297 67.585-152.037 152.037-152.037h628.153c84.453 0 150.037 67.74 150.037 152.037v392.096c-35.876-16.246-74.068-26.006-116.028-26.006-157.483 0-286.070 126.858-286.070 284.069 0 45.732 10.804 89.741 30.007 128.031h-406.099zM704.172 853.976h70.017v-206.050h-70.017v206.050zM856.209 853.976h70.017v-206.050h-70.017v206.050zM110.027 667.931h84.021l176.043-228.056v228.056h80.020v-260.063c-15.177 4.434-31.591 6.001-48.012 6.001-32.091 0-61.62-10.232-88.021-26.006l-124.030 160.039v-222.054h-80.020v342.084zM414.101 361.856c34.626 0 62.395-9.58 84.021-30.007 12.872-12.074 23.571-27.396 30.007-50.012l-56.014-14.003c-3.347 14.645-9.386 25.528-20.005 34.008-10.62 8.489-24.821 12.003-40.010 12.003-20.982 0-38.948-6.968-52.013-22.005-13.065-15.028-18.004-40.35-18.004-74.018 0-35.727 5.132-60.865 18.004-76.019 12.872-15.159 31.417-22.005 52.013-22.005 15.189 0 27.068 4.384 38.009 14.003 10.941 9.638 17.243 25.327 22.005 46.011l56.014-18.004c-8.496-30.84-22.252-53.045-42.010-68.017-19.759-14.963-43.64-24.006-74.018-24.006-37.586 0-69.824 14.373-94.023 40.010s-36.009 59.567-36.009 104.025c0 47.025 11.681 84.008 36.009 110.027s56.377 38.009 96.023 38.009zM578.141 355.855h106.026c23.556 0 41.656 1.406 54.013-2 16.605-4.863 30.168-15.536 42.010-28.007 11.842-12.456 19.828-25.958 26.006-44.011s10.002-41.545 10.002-68.017c0-23.256-4.211-43.185-10.002-60.015-7.080-20.558-16.878-37.28-30.007-50.012-9.912-9.633-23.148-16.61-40.010-22.005-12.615-3.967-28.902-6.001-50.012-6.001h-108.026v280.068zM636.155 309.844v-186.045h42.010c15.961 0 28.929 0.275 36.009 2 9.268 2.333 15.891 6.482 22.005 12.003 6.114 5.526 12.142 15.35 16.004 28.007s4.001 30.171 4.001 52.013c0 21.847-0.141 38.321-4.001 50.012-3.862 11.7-11.054 19.454-18.004 26.006s-15.323 11.684-26.006 14.003c-7.981 2.054-22.713 2-46.011 2h-26.006z" />
-<glyph unicode="&#xe9d8;" glyph-name="common_sc" d="M128.031 960c-70.929 0-128.031-57.102-128.031-128.031v-768.188c0-70.929 57.102-128.031 128.031-128.031h768.188c70.929 0 128.031 57.102 128.031 128.031v768.188c0 70.929-57.102 128.031-128.031 128.031h-768.188zM192.047 813.964h628.153c26.019 0 49.554-11.022 68.017-26.006 22.114-17.948 38.009-42.948 38.009-72.018v-380.093c0-53.338-48.842-96.023-106.026-96.023h-252.062c13.758-26.816 28.298-66.605 12.003-86.021-28.206-33.602-107.086-33.038-136.033 0-16.624 18.981-2.326 59.045 10.002 86.021h-262.064c-57.184 0-104.025 42.686-104.025 96.023v380.093c0 29.069 13.894 54.069 36.009 72.018 18.462 14.984 41.998 26.006 68.017 26.006zM308.075 731.944c-31.695 0-57.608-4.439-80.020-14.003s-40.104-23.725-52.013-42.010c-11.909-18.286-18.004-39.010-18.004-60.015 0-32.633 12.691-59.327 38.009-82.020 18.004-16.129 49.387-28.945 94.023-40.010 34.696-8.627 58.264-14.629 68.017-18.004 14.253-5.064 22.286-11.159 28.007-18.004s10.002-16.254 10.002-26.006c0-15.191-6.408-28.663-20.005-40.010s-35.196-16.004-62.015-16.004c-25.319 0-45.105 5.251-60.015 18.004s-25.131 32.82-30.007 60.015l-80.020-8.002c5.439-46.136 22.068-79.926 50.012-104.025s67.891-36.009 120.029-36.009c35.821 0 66.016 3.97 90.022 14.003s42.885 25.381 56.014 46.011c13.128 20.63 18.004 42.385 18.004 66.016 0 26.069-5.033 48.293-16.004 66.016s-26.601 31.789-46.011 42.010c-19.411 10.221-49.512 20.442-90.022 30.007s-65.516 19.192-76.019 28.007c-8.252 6.939-12.003 14.253-12.003 24.006 0 10.69 5.189 19.629 14.003 26.006 13.691 9.94 31.82 16.004 56.014 16.004 23.443 0 40.291-4.72 52.013-14.003s20.442-24.819 24.006-46.011l82.020 4.001c-1.313 37.884-13.847 67.329-40.010 90.022s-66.266 34.008-118.029 34.008zM728.178 731.944c-57.764 0-104.588-18.036-140.034-56.014s-54.013-91.398-54.013-160.039c0-64.891 18.755-116.622 54.013-154.038s79.269-56.014 134.033-56.014c44.261 0 81.238 10.159 110.027 32.008s49.637 55.013 62.015 100.024l-80.020 26.006c-6.939-30.195-20.068-51.95-36.009-66.016s-33.884-22.005-56.014-22.005c-30.008 0-55.264 11.878-74.018 34.008s-28.007 59.889-28.007 112.027c0 49.137 10.971 84.083 30.007 106.026s43.448 32.007 74.018 32.008c22.13 0 40.541-5.627 56.014-18.004s25.131-28.632 30.007-50.012l82.020 20.005c-9.378 33.008-23.256 58.389-42.010 76.019-31.508 29.819-71.58 44.010-122.030 44.011zM418.102 145.801c1.096-8.13 5.047-14.41 10.002-20.005 35.953-40.624 135.009-41.322 170.042 0 4.686 5.505 7.108 12.189 8.002 20.005 62.676-8.264 104.025-25.229 104.025-44.011 0-27.117-88.322-48.012-198.048-48.012s-200.049 20.895-200.049 48.012c0 18.782 43.35 35.746 106.026 44.011z" />
-<glyph unicode="&#xe9d9;" glyph-name="ems" d="M339.822 475.941c0 4.974-4.096 9.070-9.143 9.070-4.974 0-9.070-4.096-9.070-9.070v-22.089h18.213v22.089zM330.679 418.304c5.047 0 9.143 4.096 9.143 9.143v8.119h-18.213v-8.192c0-5.047 4.096-9.070 9.070-9.070zM358.107 435.566v-8.192c0-15.141-12.288-27.429-27.429-27.429-15.067 0-27.355 12.288-27.355 27.429v8.192h-41.106l-78.555-51.712h568.539l78.555 51.712h-472.649zM676.864 655.141c0 4.974-4.096 9.070-9.070 9.070s-9.070-4.096-9.070-9.070v-19.529h18.139v19.529zM695.15 617.326v-10.752c0-15.067-12.288-27.355-27.355-27.355s-27.355 12.288-27.355 27.355v10.752h-378.149l-78.702-51.712h568.613l78.629 51.785h-135.68zM667.794 597.504c4.974 0 9.070 4.096 9.070 9.070v10.752h-18.139v-10.752c0-4.974 4.096-9.070 9.070-9.070zM676.864 304.055c0 4.974-4.096 9.070-9.070 9.070s-9.070-4.023-9.070-9.070v-19.822h18.139v19.822zM695.15 265.947v-10.459c0-15.067-12.288-27.355-27.355-27.355s-27.355 12.288-27.355 27.355v10.459h-372.809l-78.629-51.785h568.613l78.629 51.785h-141.093zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM256.731 635.611h383.707v19.529c0 15.067 12.288 27.355 27.355 27.355s27.355-12.288 27.355-27.355v-19.529h196.681l-134.217-88.357h-635.026l134.144 88.357zM256.731 453.851h46.592v22.089c0 15.067 12.288 27.355 27.355 27.355 15.141 0 27.429-12.288 27.429-27.355v-22.089h533.797l-134.29-88.283h-635.026l134.144 88.283zM763.026 195.877h-635.026l134.144 88.357h378.295v19.822c0 15.067 12.288 27.355 27.355 27.355s27.355-12.288 27.355-27.355v-19.822h202.094l-134.217-88.357zM667.794 246.418c4.974 0 9.070 4.096 9.070 9.070v10.459h-18.139v-10.459c0-4.974 4.096-9.070 9.070-9.070z" />
-<glyph unicode="&#xe9da;" glyph-name="host" d="M336.238 774.875h315.465v-73.143h-315.465v73.143zM703.122 960h-418.45c-56.027 0-101.595-46.885-101.595-104.521v-815.031c0-57.563 45.568-104.448 101.595-104.448h418.523c56.101 0 101.669 46.885 101.669 104.521v814.958c-0.073 57.637-45.641 104.521-101.742 104.521zM731.648 40.521c0-17.262-12.8-31.378-28.526-31.378h-418.45c-15.653 0-28.453 14.043-28.453 31.378v814.958c0 17.335 12.727 31.378 28.453 31.378h418.523c15.726 0 28.526-14.043 28.526-31.378v-814.958zM336.238 628.59h315.465v-73.143h-315.465v73.143zM543.086 387.438c0-27.146-22.006-49.152-49.152-49.152s-49.152 22.006-49.152 49.152c0 27.146 22.006 49.152 49.152 49.152s49.152-22.006 49.152-49.152zM612.791 180.151h-237.714c-15.799 0-28.599-16.384-28.599-36.571s12.8-36.571 28.599-36.571h237.714c15.799 0 28.599 16.384 28.599 36.571s-12.8 36.571-28.599 36.571z" />
-<glyph unicode="&#xe9db;" glyph-name="network" d="M512 960c-282.331 0-512-229.669-512-512 0-239.031 164.864-439.881 386.779-495.835 0.366-0.585 1.097-1.536 1.317-1.682l1.463 1.097c39.278-9.874 80.165-15.579 122.441-15.579 282.258 0 512 229.742 512 512 0 282.331-229.742 512-512 512zM469.358 71.168c-11.995 14.775-29.477 24.869-49.957 24.869-15.799 0-29.769-6.29-41.106-15.726-3.145 6.29-6.363 12.434-9.582 19.31 43.081 19.383 92.891 47.982 145.701 90.405 8.631-4.242 18.066-7.168 28.379-7.168 24.576 0 45.129 14.117 56.247 34.158 135.753 12.581 248.247 65.024 320.439 108.617 4.315-1.243 8.411-2.341 13.093-2.633-5.047-16.969-11.045-33.499-18.066-49.591-56.174-36.279-192.366-123.026-242.322-143.579-53.029-21.797-143.726-44.837-202.825-58.661zM82.798 539.063l4.974-5.705c0.878 0.805 64.219 52.955 183.735 90.77-17.554-46.226-30.574-95.232-35.474-145.92-3.291-34.597-3.584-68.315-1.682-101.083-1.463-0.805-2.779-1.829-4.169-2.779-70.949 47.909-123.904 101.083-152.503 133.047 1.463 10.679 2.926 21.358 5.12 31.671zM512 886.857c77.019 0 149.358-20.041 212.261-55.003-1.536-26.551-4.901-67.218-11.41-115.054-6.29-3.365-12.142-7.314-16.969-12.434-62.683 11.63-133.12 18.871-207.433 16.018-36.133-1.463-69.925-4.681-101.522-9.289-1.243 2.341-2.926 4.389-4.389 6.51 45.787 76.507 97.719 136.777 128 169.179 0.512 0 0.951 0.073 1.463 0.073zM934.107 566.565c10.533-37.303 16.53-76.434 16.677-116.955-4.901 1.17-9.582 2.926-14.775 2.926-35.986 0-65.17-29.111-65.17-65.17 0-7.022 1.829-13.531 4.023-19.822-64.585-37.303-158.427-78.994-268.873-91.429 2.56 2.999 5.12 5.413 7.826 8.411 72.046 80.603 113.737 201.435 137.728 312.174 16.969 2.267 31.598 10.679 41.691 23.406 81.847-24.503 135.314-50.761 140.873-53.541zM292.791 382.318c-1.682 29.403-1.463 59.538 1.463 90.331 4.754 49.591 18.651 97.719 37.157 143.141 24.795 0.512 45.714 14.994 56.247 35.694 32.037 4.974 65.975 8.923 102.985 10.386 67.365 2.56 131.95-4.096 190.098-14.775 2.414-11.703 7.095-22.382 14.994-30.866-22.089-104.96-60.050-219.502-125.513-292.718-4.242-4.608-8.338-8.777-12.654-13.385-4.827 1.243-9.509 2.999-14.702 2.999-25.893 0-47.762-15.433-58.295-37.303-54.857 5.851-106.203 20.992-152.942 41.765 0.146 1.536 0.951 2.926 0.951 4.608 0 27.063-16.384 50.249-39.79 60.123zM457.435 220.306c-40.667-30.281-78.775-51.566-112.128-66.706-13.019 32.841-25.088 69.413-34.523 108.91 45.056-19.675 94.062-34.67 146.651-42.203zM904.119 643.877c-25.893 10.533-59.611 22.747-99.401 34.45-5.12 17.262-16.603 31.305-32.256 39.278 3.73 28.891 6.29 54.93 8.046 76.873 51.712-40.229 94.062-91.648 123.611-150.601zM424.594 878.080c-29.038-34.889-62.683-79.872-93.915-132.389-0.146 0-0.293 0.146-0.439 0.146-34.962 0-62.83-27.575-64.512-62.098-69.632-20.773-122.88-45.861-158.72-66.926 55.369 132.389 173.787 232.082 317.586 261.266zM74.24 425.838c32.475-31.817 75.703-69.339 128.146-104.155 0.219-29.769 20.919-53.833 48.494-61.147 10.386-46.885 24.283-89.893 39.497-128.146-37.595-11.849-61.879-14.263-66.414-14.702-86.967 75.995-143.506 185.49-149.723 308.151zM288.987 70.729c7.68 2.048 15.945 4.608 24.722 7.461 4.608-9.728 9.216-19.017 13.751-27.721-13.239 6.071-26.039 12.8-38.473 20.261zM512 9.143c-10.679 0-21.065 0.878-31.525 1.536 0.366 1.024 0.366 1.975 0.658 2.999 60.709 14.19 155.648 38.107 213.504 62.171 31.086 12.873 89.673 47.177 144.896 81.115-80.384-90.478-197.266-147.822-327.534-147.822z" />
-<glyph unicode="&#xe9dc;" glyph-name="NFV" d="M176.567 386.414c11.703 14.263 27.721 67.584 27.721 67.584v92.745l-103.424 9.874-100.864-10.898v-92.745c0 0 15.945-53.321 27.794-67.803 39.058-48.421 53.979-63.415 73.070-83.017h1.463v1.097h1.317c18.798 19.529 33.792 34.45 72.923 83.163zM103.131 342.821h-1.024v-0.878h-1.024c-14.775 15.36-26.478 16.311-57.198 54.199-9.143 11.557-21.723 53.248-21.723 53.248v72.485l78.921 8.631 80.896-7.826v-72.485c0 0-12.434-41.618-21.577-52.882-30.72-38.181-42.423-39.205-57.271-54.491zM166.4 505.856l-65.097 6.217-63.415-6.875v-58.368c0 0 10.021-33.499 17.481-42.642 24.576-30.574 34.085-31.451 45.934-43.593h0.878v0.731h0.878c11.776 12.069 21.285 12.946 45.934 43.52 7.461 8.997 17.408 42.642 17.408 42.642v58.368zM901.12 461.605c67.584 0 122.441 22.455 122.441 50.395 0 0.293 0 0.512 0 0.805 0 0.146 0 0.585 0 0.805-1.682 27.209-56.027 48.933-122.441 48.933-67.438-0.146-122.295-22.747-122.295-50.542 0-27.867 54.857-50.395 122.295-50.395zM901.632 450.194c-67.511 0-122.368 22.601-122.368 50.395 0 1.682-0.731 6.949-0.878 10.167v-31.525c0.439-4.754 0.878-9.874 0.878-12.142 0-27.794 54.857-50.469 122.368-50.469 67.584 0 122.368 22.674 122.368 50.469v33.573c0-27.867-54.784-50.469-122.368-50.469zM901.632 401.262c-67.511 0-122.368 22.747-122.368 50.395 0 1.609-0.731 6.583-0.878 9.655v-29.403c0.439-4.827 0.878-9.874 0.878-12.069 0-28.087 54.857-50.542 122.368-50.542 67.584 0.146 122.368 22.528 122.368 50.688v31.817c0-27.794-54.784-50.542-122.368-50.542zM901.632 354.158c-67.511 0-122.368 22.455-122.368 50.395 0 1.536-0.731 6.583-0.878 9.728v-31.013c0.146-1.024 0.439-2.267 0.439-2.999 0-28.014 54.857-50.395 122.295-50.395 67.584 0 122.441 22.601 122.441 50.395 0 0.731 0.219 1.975 0.439 2.999v21.285c0-27.867-54.784-50.395-122.368-50.395zM623.835 922.478c0 20.699-17.701 37.376-39.57 37.376h-94.427c-21.87 0.073-39.643-16.677-39.643-37.376v-54.711h173.568l0.073 54.711zM450.267 712.631c0-20.626 17.701-37.376 39.57-37.376h94.501c21.943 0 39.57 16.75 39.57 37.376v136.411h-173.641v-136.411zM537.015 765.659c8.85 0 16.018-6.729 16.018-15.067s-7.168-14.994-16.018-14.994c-8.704 0-15.872 6.802-15.872 15.067s7.022 14.994 15.872 14.994zM669.769 101.742c0-10.018-56.62-18.139-126.464-18.139s-126.464 8.121-126.464 18.139c0 10.018 56.62 18.139 126.464 18.139s126.464-8.121 126.464-18.139zM418.67 85.504v-121.051c0 0 27.721-28.306 128.512-28.453 106.423 0 122.661 28.453 122.661 28.453v121.051c0 0-68.608-11.849-124.343-11.849-66.487-0.073-126.83 11.849-126.83 11.849zM501.979-5.559v0h-16.018v-16.238l-25.673 24.43 25.673 23.771v-16.165h16.018v-15.799zM540.745-49.737l-25.746 24.283h16.969v15.141h16.896v-15.141h16.969l-25.088-24.283zM578.926 10.313h16.018v16.165l25.673-23.845-25.673-24.283v16.165h-16.018v15.799zM548.864 29.842v-15.067h-16.969v15.067h-16.969l25.673 24.357 25.234-24.357h-16.969zM382.025 805.303l-23.406 53.687c-18.139-7.973-35.621-16.896-52.224-26.99l30.208-50.103c14.482 8.777 29.623 16.603 45.422 23.406zM281.819 742.327l-38.181 44.325c-19.529-16.823-37.742-35.401-54.199-55.296l45.056-37.303c14.409 17.408 30.354 33.646 47.323 48.274zM196.096 638.171l-50.761 29.111c-9.655-16.969-18.286-34.597-25.746-52.663l54.053-22.309c6.51 15.653 13.97 31.086 22.455 45.861zM909.897 592.311l54.126 22.309c-7.607 18.359-16.091 35.986-25.746 52.736l-50.688-29.038c8.411-14.702 15.799-30.062 22.309-46.007zM893.294 732.672c-16.823 20.334-35.547 39.351-55.808 56.466l-37.888-44.544c17.481-14.994 33.865-31.525 48.494-49.225l45.202 37.303zM697.125 807.643c15.799-6.656 31.013-14.263 45.641-22.894l29.55 50.469c-16.75 9.801-34.304 18.578-52.37 26.258l-22.821-53.833zM697.051 74.898l22.967-53.833c18.139 7.753 35.547 16.53 52.297 26.112l-29.257 50.688c-14.702-8.411-29.989-16.165-46.007-22.967zM798.354 136.85l37.595-44.837c19.749 16.603 38.181 34.962 54.93 54.711l-44.544 37.888c-14.702-17.335-30.866-33.426-47.982-47.762zM885.321 239.982l50.542-29.403c9.801 16.75 18.505 34.231 26.185 52.224l-53.833 22.967c-6.656-15.726-14.19-31.013-22.894-45.787zM175.543 285.769l-53.76-22.967c7.753-18.139 16.53-35.547 26.112-52.224l50.615 29.257c-8.485 14.629-16.165 30.062-22.967 45.934zM191.561 148.407c16.018-19.383 33.938-37.595 53.321-54.053l38.034 44.398c-16.823 14.409-32.402 30.208-46.299 46.958l-45.056-37.303zM306.542 49.81c16.75-10.094 34.231-19.090 52.005-26.843l23.406 53.541c-15.506 6.802-30.72 14.629-45.422 23.406l-29.989-50.103z" />
-<glyph unicode="&#xe9dd;" glyph-name="NS" d="M566.711 117.76c13.897-21.504 36.937-36.498 64.439-36.498 27.575 0 50.542 14.994 64.585 36.498h328.265v73.143h-322.194c-7.314 15.433-19.017 28.453-34.085 36.571v67.877c115.785 57.71 196.242 176.055 196.242 313.929 0 194.048-157.842 351.89-351.963 351.89s-351.963-157.842-351.963-351.817c0-137.801 80.457-256.146 196.169-313.929v-104.521h-356.206v-73.143h356.206v-35.621c-15.067-8.119-26.697-20.992-33.938-36.425h-322.267v-73.143h328.192c13.97-21.504 37.083-36.571 64.585-36.571s50.615 15.067 64.512 36.571h566.711v73.143h-560.713c-7.241 15.433-18.871 28.306-33.938 36.425v35.621h137.362zM233.179 609.353c0 153.746 125.074 278.747 278.821 278.747s278.821-125.001 278.821-278.747-125.074-278.747-278.821-278.747-278.821 125.001-278.821 278.747zM429.349 268.288c26.624-6.51 53.979-10.825 82.651-10.825 28.599 0 55.954 4.389 82.578 10.752v-40.814c-15.067-8.119-26.697-21.065-33.938-36.498h-131.291v77.385zM647.753 390.875c32.475 0 58.88 26.112 58.88 58.661-0.146 32.329-26.331 58.661-58.88 58.661-23.333 0-43.301-13.751-52.809-33.426l-192.293 63.927c0.658 3.072 1.097 6.29 1.097 9.728 0 9.655-2.633 18.725-6.802 26.917l181.102 154.478c10.24-8.265 22.894-13.312 36.718-13.312 32.402 0 58.807 26.258 58.807 58.661 0 32.329-26.331 58.661-58.807 58.661s-58.587-26.331-58.587-58.734c0-9.070 2.121-17.554 5.778-25.088l-181.687-154.99c-9.801 7.607-21.943 12.142-35.255 12.142-32.402 0-58.661-26.185-58.661-58.661s26.185-58.587 58.661-58.587c19.822 0 37.303 9.655 47.909 24.795l196.242-65.243c0-32.475 26.185-58.587 58.587-58.587z" />
-<glyph unicode="&#xe9de;" glyph-name="sdno" d="M196.023 416.256l19.895 1.755c0.951-8.046 3.072-14.555 6.583-19.675 3.511-5.047 8.85-9.216 16.091-12.434 7.314-3.072 15.506-4.754 24.576-4.754 8.046 0 15.214 1.243 21.358 3.584 6.217 2.341 10.752 5.632 13.751 9.947 2.999 4.169 4.535 8.704 4.535 13.605 0 4.974-1.463 9.362-4.389 13.166-2.926 3.657-7.753 6.802-14.336 9.362-4.315 1.682-13.751 4.389-28.526 7.826-14.555 3.511-24.869 6.802-30.72 9.874-7.68 4.096-13.385 9.070-17.115 14.994-3.803 5.925-5.559 12.581-5.559 19.968 0 7.973 2.267 15.506 6.802 22.528 4.608 7.022 11.337 12.361 20.041 15.945 8.85 3.657 18.505 5.486 29.33 5.486 11.849 0 22.235-1.902 31.305-5.705 9.070-3.877 15.945-9.509 20.846-16.896s7.461-15.726 7.826-25.234l-20.261-1.463c-1.024 10.167-4.681 17.774-11.045 22.967-6.217 5.12-15.579 7.68-27.867 7.68-12.727 0-22.089-2.341-27.941-7.095-5.851-4.608-8.777-10.24-8.777-16.823 0-5.778 2.121-10.533 6.217-14.117 4.096-3.803 14.775-7.607 31.963-11.41 17.189-3.95 28.965-7.314 35.328-10.24 9.289-4.242 16.238-9.728 20.699-16.238 4.389-6.656 6.583-14.19 6.583-22.821 0-8.485-2.414-16.603-7.241-24.137-5.047-7.387-11.922-13.239-21.065-17.408-9.143-4.315-19.383-6.29-30.866-6.29-14.409 0-26.551 1.975-36.352 6.29-9.728 4.315-17.335 10.606-22.967 19.090-5.486 8.411-8.411 18.066-8.704 28.672zM352.11 364.91v159.744h55.003c12.361 0 21.87-0.731 28.379-2.267 9.216-2.121 16.969-5.851 23.479-11.483 8.411-7.022 14.702-16.165 18.871-27.209 4.169-11.118 6.363-23.771 6.363-38.034 0-12.142-1.463-22.894-4.242-32.183-2.853-9.435-6.51-17.115-10.971-23.259s-9.216-10.971-14.555-14.482c-5.339-3.657-11.63-6.29-19.090-8.046s-15.945-2.779-25.673-2.779h-57.563zM373.248 383.854h34.085c10.459 0 18.798 0.951 24.722 2.926 5.998 1.902 10.752 4.754 14.336 8.265 5.047 4.974 8.997 11.703 11.776 20.261 2.779 8.338 4.242 18.651 4.242 30.72 0 16.75-2.706 29.55-8.192 38.546-5.632 8.997-12.288 14.921-20.041 18.066-5.778 2.121-14.848 3.291-27.429 3.291h-33.499v-122.075zM513.097 364.91v159.744h21.723l83.822-125.367v125.367h20.334v-159.744h-21.723l-83.968 125.586v-125.586h-20.187zM667.941 442.734c0 26.551 7.095 47.323 21.358 62.391 14.19 14.994 32.695 22.455 55.223 22.455 14.702 0 28.087-3.511 39.863-10.606 11.776-7.022 20.773-16.896 26.99-29.477 6.217-12.654 9.362-26.917 9.362-42.862 0-16.238-3.218-30.647-9.728-43.52-6.656-12.727-15.872-22.455-27.941-28.965-11.922-6.583-24.942-9.874-38.693-9.874-15.067 0-28.453 3.657-40.448 10.898-11.703 7.241-20.699 17.189-26.77 29.769s-9.216 25.819-9.216 39.79zM689.737 442.514c0-19.31 5.193-34.523 15.653-45.568 10.24-11.118 23.259-16.603 38.839-16.603 16.018 0 28.965 5.559 39.278 16.677 10.313 11.264 15.433 27.136 15.433 47.689 0 13.019-2.194 24.357-6.583 34.085-4.462 9.655-10.825 17.189-19.237 22.528-8.558 5.266-18.139 7.973-28.599 7.973-15.067 0-27.867-5.12-38.546-15.433-10.898-10.24-16.238-27.429-16.238-51.346zM508.416-67.145c-282.331 0-512.073 229.742-512.073 512 0 282.331 229.742 512 512.073 512 282.258 0 512-229.742 512-512s-229.669-512-512-512zM508.416 920.283c-262.217 0-475.502-213.285-475.502-475.429 0-262.071 213.285-475.429 475.502-475.429 262.144 0 475.429 213.285 475.429 475.429s-213.285 475.429-475.429 475.429zM496.421 53.029c-210.798 0-382.318 171.52-382.318 382.318s171.52 382.318 382.318 382.318 382.318-171.52 382.318-382.318-171.52-382.318-382.318-382.318zM496.421 781.093c-190.61 0-345.746-155.136-345.746-345.746 0-190.683 155.063-345.746 345.746-345.746s345.746 155.063 345.746 345.746c0 190.61-155.063 345.746-345.746 345.746z" />
-<glyph unicode="&#xe9df;" glyph-name="vapel_chgpile" d="M741.841 865.885c0 39.983-32.256 72.239-72.099 72.239h-375.529c-39.983 0-72.239-32.256-72.239-72.239v-58.508h519.82v58.508zM745.472-20.713v2.327c0-0.465-0.093-0.884-0.186-1.164 0.093-0.372 0.186-0.745 0.186-1.164zM218.345-20.713c0 0.465 0.14 0.838 0.186 1.164-0.047 0.372-0.186 0.745-0.186 1.164v-2.327zM840.285 747.753h-98.351v49.105h-519.913v-128.047h519.866v29.137h25.553v-24.902h10.892c-0.605-26.577-5.353-228.492-7.075-279.459-4.561-138.333-7.121-198.796-21.83-231.098-24.25-53.248-103.098-64.698-119.901-66.607v195.072h40.169c39.796 0 72.192 32.349 72.192 72.099v295.331h-519.866v-295.284c0-39.75 32.209-72.099 72.239-72.099h40.076v-283.276c0-3.724 0.605-7.075 1.583-10.473h-99.514c-9.635 0-17.361-7.354-17.873-16.803 0.512-9.356 8.239-16.803 17.873-16.803h491.055c9.495 0 17.315 7.447 17.92 16.803-0.605 9.449-8.425 16.803-17.92 16.803h-99.421c0.977 3.351 1.396 6.749 1.396 10.38v49.105c38.121 7.447 118.551 15.453 154.065 92.346 21.225 46.173 22.295 125.719 24.948 241.478 3.072 134.004 5.958 261.911 6.423 282.484h9.495v24.902h15.919v49.804zM693.62 639.348c9.914 0 18.060-8.052 18.060-18.060 0-9.914-8.145-18.106-18.060-18.106-10.1 0-18.106 8.192-18.106 18.106 0.047 10.007 8.052 18.060 18.106 18.060zM435.852 317.021l30.906 96.815-45.056 11.729 84.294 145.315-23.366-114.502 45.754-20.48-92.532-118.877z" />
-<glyph unicode="&#xe9e0;" glyph-name="VDU" d="M220.453 677.010h256.293v-59.465h-256.293v59.465zM220.453 558.153h256.293v-59.465h-256.293v59.465zM388.535 362.277c0-22.056-17.88-39.936-39.936-39.936s-39.936 17.88-39.936 39.936c0 22.056 17.88 39.936 39.936 39.936s39.936-17.88 39.936-39.936zM445.147 193.755h-193.17c-12.8 0-23.259-13.385-23.259-29.696s10.459-29.696 23.259-29.696h193.17c12.8 0 23.259 13.385 23.259 29.696s-10.459 29.696-23.259 29.696zM869.157 144.018h-30.866c-32.475 0-58.88-26.331-58.88-58.953v-9.947h-83.968v307.054h85.285c4.608-27.867 27.721-49.518 56.832-49.518h30.939c32.475 0 58.807 26.331 58.807 58.953v30.793c0 32.475-26.258 58.88-58.807 58.88h-30.939c-32.475 0-58.88-26.258-58.88-58.88v-10.459h-83.237v314.441h85.504c5.12-27.209 28.014-48.274 56.613-48.274h30.939c32.475 0 58.807 26.331 58.807 58.88v30.939c0 32.475-26.258 58.88-58.807 58.88h-30.939c-32.475 0-58.88-26.331-58.88-58.88v-11.776h-96.914v-0.219h-16.091v-344.064h-64.512v330.606c0 46.811-37.010 84.919-82.578 84.919h-340.041c-45.568 0-82.578-38.107-82.578-84.919v-662.235c0-46.811 37.010-84.846 82.578-84.846h339.968c45.641 0 82.578 38.107 82.578 84.992v301.934h64.585v-336.75h16.091v-0.146h99.328c4.462-28.16 27.794-50.030 57.125-50.030h30.866c32.475 0 58.88 26.331 58.88 58.88v30.793c0.073 32.549-26.331 58.953-58.807 58.953zM541.696 80.457c0-14.19-10.386-25.6-23.186-25.6h-339.968c-12.8 0-23.113 11.337-23.113 25.6v662.016c0 14.117 10.313 25.527 23.113 25.527h339.968c12.8 0 23.186-11.41 23.186-25.527v-662.016z" />
-<glyph unicode="&#xe9e1;" glyph-name="VIM" d="M992.11 325.266l-49.591 20.773c1.097 10.167 3.072 19.968 3.072 30.354 0 10.459-1.829 20.041-3.072 30.135l49.737 20.919c26.917 11.337 39.058 44.178 27.063 73.509l-14.994 36.571c-11.922 29.403-43.447 43.959-70.363 32.549l-49.591-20.773c-9.582 12.361-20.261 23.845-32.11 34.377l22.894 49.079c12.361 26.697-0.366 59.246-28.745 72.85l-35.401 16.75c-28.16 13.531-61.147 2.926-73.435-23.771l-4.169-8.85h-122.88l-4.169 8.923c-12.434 26.697-45.349 37.303-73.509 23.771l-35.401-16.823c-8.046-3.877-14.409-9.435-19.749-15.799h-69.266l-81.993 85.797h-329.655v-141.166l146.578-605.623h394.24c14.043-5.339 28.599-5.12 41.253 0h186.149c14.117-5.705 30.647-6.071 46.007 1.317l35.328 17.115c25.088 11.776 36.864 38.546 30.939 63.049l22.821 23.845-42.423 40.594c9.509 9.070 18.578 18.432 26.77 28.745l49.371-20.919c26.917-11.191 58.514 3.218 70.437 32.622l14.994 36.498c12.142 29.55-0.219 62.098-27.136 73.582zM400.384 396.873c-0.951-6.729-2.048-13.458-2.048-20.48 0-10.459 1.975-20.187 3.072-30.501l-49.664-20.773c-26.917-11.337-39.131-43.886-27.136-73.435l15.141-36.498c11.849-29.403 43.447-43.886 70.29-32.622l49.371 20.626c9.728-12.288 20.48-23.698 32.037-34.231l-22.821-49.079c-2.706-5.778-3.657-11.849-4.096-17.92h-251.611l92.306 294.912h95.159zM841.070 376.247c0-94.574-75.776-171.593-169.033-171.593-93.477 0-169.179 77.019-169.179 171.593 0 7.095 1.243 13.824 2.048 20.699h4.096v22.674c19.017 73.801 84.48 128.366 163.109 128.366 93.184 0 168.96-76.727 168.96-171.739zM715.118 102.034h-10.094c3.218 0.512 6.583 0.512 9.728 1.024l0.366-1.024zM638.683 102.034h-10.094l0.512 1.024c3.145-0.585 6.437-0.585 9.582-1.024zM69.925 702.464h225.207l81.993-85.797h99.035l15.287-32.914c-11.703-10.533-22.382-22.016-32.11-34.377l-49.445 20.699c-26.843 11.337-58.368-3.145-70.217-32.549l-15.067-36.571c-4.242-10.313-4.535-20.846-3.145-30.939h-69.998l-78.921-252.197-102.619 421.010v63.634z" />
-<glyph unicode="&#xe9e2;" glyph-name="VNF" d="M706.267 314.368c-29.989 0-55.589-17.627-67.73-42.935l-246.93 81.993c0.805 4.023 1.317 8.119 1.317 12.507 0 12.361-3.365 24.064-8.631 34.523l232.448 198.29c13.166-10.533 29.403-17.042 47.25-17.042 41.545 0 75.41 33.719 75.41 75.337 0 41.545-33.865 75.264-75.41 75.264-41.618 0-75.337-33.719-75.337-75.337 0-11.63 2.779-22.455 7.534-32.256l-233.253-198.949c-12.654 9.728-28.233 15.579-45.275 15.579-41.691 0-75.41-33.646-75.41-75.264 0-41.691 33.719-75.264 75.41-75.264 25.454 0 47.835 12.434 61.513 31.89l251.831-83.749c0-41.618 33.719-75.264 75.264-75.264 41.691 0 75.557 33.646 75.557 75.264-0.073 41.618-33.792 75.41-75.557 75.41zM512 960c-282.258 0-512-229.742-512-512 0-282.331 229.742-512 512-512 282.331 0 512 229.669 512 512 0 282.258-229.669 512-512 512zM512 9.143c-242.030 0-438.857 196.827-438.857 438.857s196.827 438.857 438.857 438.857 438.857-196.827 438.857-438.857-196.827-438.857-438.857-438.857z" />
-<glyph unicode="&#xe9e3;" glyph-name="VNFC" d="M536.869 360.302c-24.21 0-44.763-14.19-54.638-34.597l-198.729 66.048c0.585 3.218 1.024 6.583 1.024 10.094 0 9.947-2.706 19.383-6.949 27.721l187.246 159.671c10.533-8.485 23.625-13.751 38.034-13.751 33.499 0 60.709 27.209 60.709 60.709s-27.209 60.709-60.709 60.709-60.709-27.282-60.709-60.782c0-9.362 2.194-18.066 5.998-25.966l-187.831-160.183c-10.167 7.826-22.674 12.581-36.425 12.581-33.499 0-60.709-27.136-60.709-60.635s27.209-60.635 60.709-60.635c20.48 0 38.546 10.021 49.518 25.673l202.752-67.365c0-33.573 27.209-60.635 60.709-60.635s60.782 27.063 60.782 60.635c-0.073 33.499-27.209 60.709-60.782 60.709zM1024 599.406l-192.073 99.547-192.146-99.547 192.146-99.621 192.073 99.621zM831.927 660.334l117.321-60.928-117.321-60.928-117.467 60.928 117.467 60.928zM831.927 408.722l-105.253 54.638h-74.679l179.931-93.33 179.931 93.33h-74.679zM831.927 278.894l-105.253 54.784h-74.679l179.931-93.403 179.931 93.403h-74.679zM821.394 137.143c-79.36-79.067-188.782-128-309.394-128-242.030 0-438.857 196.827-438.857 438.857s196.827 438.857 438.857 438.857c97.792 0 187.904-32.549 260.974-86.894h109.861c-93.33 98.304-224.914 160.037-370.834 160.037-282.331 0-512-229.669-512-512 0-282.258 229.669-512 512-512 165.376 0 312.247 79.141 405.87 201.143h-96.475z" />
-<glyph unicode="&#xe9e4;" glyph-name="VNFM" d="M785.481 79.214h-555.081l92.306 294.766h203.703v73.143h-257.39l-78.921-252.050-102.619 420.937v63.561h225.134l81.993-85.797h247.589v73.143h-216.283l-81.993 85.797h-329.582v-141.093l146.578-605.55h655.872l100.718 105.399-52.882 50.615zM1020.050 263.607c-13.239 39.936-56.466 61.952-96.768 48.64-28.965-9.655-47.909-34.816-51.639-63.195l-264.558 0.293c-0.731 4.169-1.609 8.265-2.853 12.288-4.096 12.142-10.971 22.235-19.383 30.501l160.841 265.874c16.018-5.998 33.938-7.168 51.273-1.39 40.155 13.312 61.879 56.686 48.494 96.914-13.312 40.155-56.539 61.952-96.768 48.64-40.082-13.312-61.806-56.686-48.567-96.841 3.73-11.118 9.801-20.846 17.554-28.745l-161.573-266.606c-15.287 5.266-32.037 5.998-48.64 0.585-40.155-13.312-61.952-56.613-48.64-96.768 13.312-40.302 56.613-62.025 96.841-48.64 24.576 8.119 42.13 27.502 49.152 50.469l269.824-0.219c13.312-40.155 56.686-61.879 96.695-48.567 40.302 13.385 62.025 56.686 48.713 96.768z" />
-</font></defs></svg> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteIctIcons.ttf b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteIctIcons.ttf
deleted file mode 100644
index 5cc40aac..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteIctIcons.ttf
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteIctIcons.woff b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteIctIcons.woff
deleted file mode 100644
index 0564e188..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteIctIcons.woff
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteTableIcons.eot b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteTableIcons.eot
deleted file mode 100644
index 2b6211f8..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteTableIcons.eot
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteTableIcons.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteTableIcons.svg
deleted file mode 100644
index 77eff7d7..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteTableIcons.svg
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>Generated by IcoMoon</metadata>
-<defs>
-<font id="ZteTableIcons" horiz-adv-x="1024">
-<font-face units-per-em="1024" ascent="960" descent="-64" />
-<missing-glyph horiz-adv-x="1024" />
-<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
-<glyph unicode="&#xe900;" glyph-name="fold" d="M512 934.4c-266.24 0-486.4-220.16-486.4-486.4s220.16-486.4 486.4-486.4c266.24 0 486.4 220.16 486.4 486.4s-220.16 486.4-486.4 486.4zM512 12.8c-240.64 0-435.2 194.56-435.2 435.2s194.56 435.2 435.2 435.2 435.2-194.56 435.2-435.2-194.56-435.2-435.2-435.2zM512 750.080c-163.84 0-302.080-133.12-302.080-302.080 0-163.84 133.12-302.080 302.080-302.080 163.84 0 302.080 133.12 302.080 302.080 0 163.84-138.24 302.080-302.080 302.080zM660.48 401.92h-102.4v-102.4h-92.16v102.4h-102.4v92.16h102.4v102.4h97.28v-102.4h102.4v-92.16z" />
-<glyph unicode="&#xe901;" glyph-name="open" d="M512 934.4c-266.24 0-486.4-220.16-486.4-486.4s220.16-486.4 486.4-486.4c266.24 0 486.4 220.16 486.4 486.4s-220.16 486.4-486.4 486.4zM512 12.8c-240.64 0-435.2 194.56-435.2 435.2s194.56 435.2 435.2 435.2 435.2-194.56 435.2-435.2-194.56-435.2-435.2-435.2zM512 750.080c-163.84 0-302.080-133.12-302.080-302.080 0-163.84 133.12-302.080 302.080-302.080 163.84 0 302.080 133.12 302.080 302.080 0 163.84-138.24 302.080-302.080 302.080zM660.48 401.92h-296.96v92.16h302.080v-92.16z" />
-</font></defs></svg> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteTableIcons.ttf b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteTableIcons.ttf
deleted file mode 100644
index f52ce211..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteTableIcons.ttf
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteTableIcons.woff b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteTableIcons.woff
deleted file mode 100644
index f120a67e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/ZteTableIcons.woff
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/fontawesome-webfont.eot b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/fontawesome-webfont.eot
deleted file mode 100644
index e9f60ca9..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/fontawesome-webfont.eot
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/fontawesome-webfont.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/fontawesome-webfont.svg
deleted file mode 100644
index 855c845e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/fontawesome-webfont.svg
+++ /dev/null
@@ -1,2671 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg>
-<metadata>
-Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016
- By ,,,
-Copyright Dave Gandy 2016. All rights reserved.
-</metadata>
-<defs>
-<font id="FontAwesome" horiz-adv-x="1536" >
- <font-face
- font-family="FontAwesome"
- font-weight="400"
- font-stretch="normal"
- units-per-em="1792"
- panose-1="0 0 0 0 0 0 0 0 0 0"
- ascent="1536"
- descent="-256"
- bbox="-1.02083 -256.962 2304.6 1537.02"
- underline-thickness="0"
- underline-position="0"
- unicode-range="U+0020-F500"
- />
-<missing-glyph horiz-adv-x="896"
-d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" />
- <glyph glyph-name=".notdef" horiz-adv-x="896"
-d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" />
- <glyph glyph-name=".null" horiz-adv-x="0"
- />
- <glyph glyph-name="nonmarkingreturn" horiz-adv-x="597"
- />
- <glyph glyph-name="space" unicode=" " horiz-adv-x="448"
- />
- <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="1792"
- />
- <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1792"
- />
- <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1792"
- />
- <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="1792"
- />
- <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1792"
- />
- <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1792"
- />
- <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1792"
- />
- <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1792"
- />
- <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="1792"
- />
- <glyph glyph-name="glass" unicode="&#xf000;" horiz-adv-x="1792"
-d="M1699 1350q0 -35 -43 -78l-632 -632v-768h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h320v768l-632 632q-43 43 -43 78q0 23 18 36.5t38 17.5t43 4h1408q23 0 43 -4t38 -17.5t18 -36.5z" />
- <glyph glyph-name="music" unicode="&#xf001;"
-d="M1536 1312v-1120q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v537l-768 -237v-709q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89
-t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v967q0 31 19 56.5t49 35.5l832 256q12 4 28 4q40 0 68 -28t28 -68z" />
- <glyph glyph-name="search" unicode="&#xf002;" horiz-adv-x="1664"
-d="M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5
-t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
- <glyph glyph-name="envelope" unicode="&#xf003;" horiz-adv-x="1792"
-d="M1664 32v768q-32 -36 -69 -66q-268 -206 -426 -338q-51 -43 -83 -67t-86.5 -48.5t-102.5 -24.5h-1h-1q-48 0 -102.5 24.5t-86.5 48.5t-83 67q-158 132 -426 338q-37 30 -69 66v-768q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1664 1083v11v13.5t-0.5 13
-t-3 12.5t-5.5 9t-9 7.5t-14 2.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5q0 -168 147 -284q193 -152 401 -317q6 -5 35 -29.5t46 -37.5t44.5 -31.5t50.5 -27.5t43 -9h1h1q20 0 43 9t50.5 27.5t44.5 31.5t46 37.5t35 29.5q208 165 401 317q54 43 100.5 115.5t46.5 131.5z
-M1792 1120v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
- <glyph glyph-name="heart" unicode="&#xf004;" horiz-adv-x="1792"
-d="M896 -128q-26 0 -44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124t127 -344q0 -221 -229 -450l-623 -600
-q-18 -18 -44 -18z" />
- <glyph glyph-name="star" unicode="&#xf005;" horiz-adv-x="1664"
-d="M1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -21 -10.5 -35.5t-30.5 -14.5q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455
-l502 -73q56 -9 56 -46z" />
- <glyph glyph-name="star_empty" unicode="&#xf006;" horiz-adv-x="1664"
-d="M1137 532l306 297l-422 62l-189 382l-189 -382l-422 -62l306 -297l-73 -421l378 199l377 -199zM1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -50 -41 -50q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500
-l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455l502 -73q56 -9 56 -46z" />
- <glyph glyph-name="user" unicode="&#xf007;" horiz-adv-x="1280"
-d="M1280 137q0 -109 -62.5 -187t-150.5 -78h-854q-88 0 -150.5 78t-62.5 187q0 85 8.5 160.5t31.5 152t58.5 131t94 89t134.5 34.5q131 -128 313 -128t313 128q76 0 134.5 -34.5t94 -89t58.5 -131t31.5 -152t8.5 -160.5zM1024 1024q0 -159 -112.5 -271.5t-271.5 -112.5
-t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
- <glyph glyph-name="film" unicode="&#xf008;" horiz-adv-x="1920"
-d="M384 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 320v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 704v128q0 26 -19 45t-45 19h-128
-q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 -64v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM384 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45
-t45 -19h128q26 0 45 19t19 45zM1792 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 704v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1792 320v128
-q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 704v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19
-t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1920 1248v-1344q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1344q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
- <glyph glyph-name="th_large" unicode="&#xf009;" horiz-adv-x="1664"
-d="M768 512v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM768 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 512v-384q0 -52 -38 -90t-90 -38
-h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
- <glyph glyph-name="th" unicode="&#xf00a;" horiz-adv-x="1792"
-d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 288v-192q0 -40 -28 -68t-68 -28h-320
-q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28
-h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192
-q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68z" />
- <glyph glyph-name="th_list" unicode="&#xf00b;" horiz-adv-x="1792"
-d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-960
-q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28
-h960q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68z" />
- <glyph glyph-name="ok" unicode="&#xf00c;" horiz-adv-x="1792"
-d="M1671 970q0 -40 -28 -68l-724 -724l-136 -136q-28 -28 -68 -28t-68 28l-136 136l-362 362q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -295l656 657q28 28 68 28t68 -28l136 -136q28 -28 28 -68z" />
- <glyph glyph-name="remove" unicode="&#xf00d;" horiz-adv-x="1408"
-d="M1298 214q0 -40 -28 -68l-136 -136q-28 -28 -68 -28t-68 28l-294 294l-294 -294q-28 -28 -68 -28t-68 28l-136 136q-28 28 -28 68t28 68l294 294l-294 294q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -294l294 294q28 28 68 28t68 -28l136 -136q28 -28 28 -68
-t-28 -68l-294 -294l294 -294q28 -28 28 -68z" />
- <glyph glyph-name="zoom_in" unicode="&#xf00e;" horiz-adv-x="1664"
-d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-224q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v224h-224q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h224v224q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5v-224h224
-q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5
-t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
- <glyph glyph-name="zoom_out" unicode="&#xf010;" horiz-adv-x="1664"
-d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-576q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h576q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5z
-M1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z
-" />
- <glyph glyph-name="off" unicode="&#xf011;"
-d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61t-298 61t-245 164t-164 245t-61 298q0 182 80.5 343t226.5 270q43 32 95.5 25t83.5 -50q32 -42 24.5 -94.5t-49.5 -84.5q-98 -74 -151.5 -181t-53.5 -228q0 -104 40.5 -198.5t109.5 -163.5t163.5 -109.5
-t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5q0 121 -53.5 228t-151.5 181q-42 32 -49.5 84.5t24.5 94.5q31 43 84 50t95 -25q146 -109 226.5 -270t80.5 -343zM896 1408v-640q0 -52 -38 -90t-90 -38t-90 38t-38 90v640q0 52 38 90t90 38t90 -38t38 -90z" />
- <glyph glyph-name="signal" unicode="&#xf012;" horiz-adv-x="1792"
-d="M256 96v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 224v-320q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 480v-576q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23
-v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1408 864v-960q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1376v-1472q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1472q0 14 9 23t23 9h192q14 0 23 -9t9 -23z" />
- <glyph glyph-name="cog" unicode="&#xf013;"
-d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1536 749v-222q0 -12 -8 -23t-20 -13l-185 -28q-19 -54 -39 -91q35 -50 107 -138q10 -12 10 -25t-9 -23q-27 -37 -99 -108t-94 -71q-12 0 -26 9l-138 108q-44 -23 -91 -38
-q-16 -136 -29 -186q-7 -28 -36 -28h-222q-14 0 -24.5 8.5t-11.5 21.5l-28 184q-49 16 -90 37l-141 -107q-10 -9 -25 -9q-14 0 -25 11q-126 114 -165 168q-7 10 -7 23q0 12 8 23q15 21 51 66.5t54 70.5q-27 50 -41 99l-183 27q-13 2 -21 12.5t-8 23.5v222q0 12 8 23t19 13
-l186 28q14 46 39 92q-40 57 -107 138q-10 12 -10 24q0 10 9 23q26 36 98.5 107.5t94.5 71.5q13 0 26 -10l138 -107q44 23 91 38q16 136 29 186q7 28 36 28h222q14 0 24.5 -8.5t11.5 -21.5l28 -184q49 -16 90 -37l142 107q9 9 24 9q13 0 25 -10q129 -119 165 -170q7 -8 7 -22
-q0 -12 -8 -23q-15 -21 -51 -66.5t-54 -70.5q26 -50 41 -98l183 -28q13 -2 21 -12.5t8 -23.5z" />
- <glyph glyph-name="trash" unicode="&#xf014;" horiz-adv-x="1408"
-d="M512 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM768 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1024 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576
-q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1152 76v948h-896v-948q0 -22 7 -40.5t14.5 -27t10.5 -8.5h832q3 0 10.5 8.5t14.5 27t7 40.5zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832
-q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
- <glyph glyph-name="home" unicode="&#xf015;" horiz-adv-x="1664"
-d="M1408 544v-480q0 -26 -19 -45t-45 -19h-384v384h-256v-384h-384q-26 0 -45 19t-19 45v480q0 1 0.5 3t0.5 3l575 474l575 -474q1 -2 1 -6zM1631 613l-62 -74q-8 -9 -21 -11h-3q-13 0 -21 7l-692 577l-692 -577q-12 -8 -24 -7q-13 2 -21 11l-62 74q-8 10 -7 23.5t11 21.5
-l719 599q32 26 76 26t76 -26l244 -204v195q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-408l219 -182q10 -8 11 -21.5t-7 -23.5z" />
- <glyph glyph-name="file_alt" unicode="&#xf016;"
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-" />
- <glyph glyph-name="time" unicode="&#xf017;"
-d="M896 992v-448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="road" unicode="&#xf018;" horiz-adv-x="1920"
-d="M1111 540v4l-24 320q-1 13 -11 22.5t-23 9.5h-186q-13 0 -23 -9.5t-11 -22.5l-24 -320v-4q-1 -12 8 -20t21 -8h244q12 0 21 8t8 20zM1870 73q0 -73 -46 -73h-704q13 0 22 9.5t8 22.5l-20 256q-1 13 -11 22.5t-23 9.5h-272q-13 0 -23 -9.5t-11 -22.5l-20 -256
-q-1 -13 8 -22.5t22 -9.5h-704q-46 0 -46 73q0 54 26 116l417 1044q8 19 26 33t38 14h339q-13 0 -23 -9.5t-11 -22.5l-15 -192q-1 -14 8 -23t22 -9h166q13 0 22 9t8 23l-15 192q-1 13 -11 22.5t-23 9.5h339q20 0 38 -14t26 -33l417 -1044q26 -62 26 -116z" />
- <glyph glyph-name="download_alt" unicode="&#xf019;" horiz-adv-x="1664"
-d="M1280 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 416v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h465l135 -136
-q58 -56 136 -56t136 56l136 136h464q40 0 68 -28t28 -68zM1339 985q17 -41 -14 -70l-448 -448q-18 -19 -45 -19t-45 19l-448 448q-31 29 -14 70q17 39 59 39h256v448q0 26 19 45t45 19h256q26 0 45 -19t19 -45v-448h256q42 0 59 -39z" />
- <glyph glyph-name="download" unicode="&#xf01a;"
-d="M1120 608q0 -12 -10 -24l-319 -319q-11 -9 -23 -9t-23 9l-320 320q-15 16 -7 35q8 20 30 20h192v352q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-352h192q14 0 23 -9t9 -23zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273
-t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="upload" unicode="&#xf01b;"
-d="M1118 660q-8 -20 -30 -20h-192v-352q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v352h-192q-14 0 -23 9t-9 23q0 12 10 24l319 319q11 9 23 9t23 -9l320 -320q15 -16 7 -35zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198
-t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="inbox" unicode="&#xf01c;"
-d="M1023 576h316q-1 3 -2.5 8.5t-2.5 7.5l-212 496h-708l-212 -496q-1 -3 -2.5 -8.5t-2.5 -7.5h316l95 -192h320zM1536 546v-482q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v482q0 62 25 123l238 552q10 25 36.5 42t52.5 17h832q26 0 52.5 -17t36.5 -42l238 -552
-q25 -61 25 -123z" />
- <glyph glyph-name="play_circle" unicode="&#xf01d;"
-d="M1184 640q0 -37 -32 -55l-544 -320q-15 -9 -32 -9q-16 0 -32 8q-32 19 -32 56v640q0 37 32 56q33 18 64 -1l544 -320q32 -18 32 -55zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="repeat" unicode="&#xf01e;"
-d="M1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l138 138q-148 137 -349 137q-104 0 -198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5q119 0 225 52t179 147q7 10 23 12q15 0 25 -9
-l137 -138q9 -8 9.5 -20.5t-7.5 -22.5q-109 -132 -264 -204.5t-327 -72.5q-156 0 -298 61t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q147 0 284.5 -55.5t244.5 -156.5l130 129q29 31 70 14q39 -17 39 -59z" />
- <glyph glyph-name="refresh" unicode="&#xf021;"
-d="M1511 480q0 -5 -1 -7q-64 -268 -268 -434.5t-478 -166.5q-146 0 -282.5 55t-243.5 157l-129 -129q-19 -19 -45 -19t-45 19t-19 45v448q0 26 19 45t45 19h448q26 0 45 -19t19 -45t-19 -45l-137 -137q71 -66 161 -102t187 -36q134 0 250 65t186 179q11 17 53 117
-q8 23 30 23h192q13 0 22.5 -9.5t9.5 -22.5zM1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-26 0 -45 19t-19 45t19 45l138 138q-148 137 -349 137q-134 0 -250 -65t-186 -179q-11 -17 -53 -117q-8 -23 -30 -23h-199q-13 0 -22.5 9.5t-9.5 22.5v7q65 268 270 434.5t480 166.5
-q146 0 284 -55.5t245 -156.5l130 129q19 19 45 19t45 -19t19 -45z" />
- <glyph glyph-name="list_alt" unicode="&#xf022;" horiz-adv-x="1792"
-d="M384 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M384 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1536 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5z
-M1536 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5zM1536 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5
-t9.5 -22.5zM1664 160v832q0 13 -9.5 22.5t-22.5 9.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 1248v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47
-t47 -113z" />
- <glyph glyph-name="lock" unicode="&#xf023;" horiz-adv-x="1152"
-d="M320 768h512v192q0 106 -75 181t-181 75t-181 -75t-75 -181v-192zM1152 672v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v192q0 184 132 316t316 132t316 -132t132 -316v-192h32q40 0 68 -28t28 -68z" />
- <glyph glyph-name="flag" unicode="&#xf024;" horiz-adv-x="1792"
-d="M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48
-t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z" />
- <glyph glyph-name="headphones" unicode="&#xf025;" horiz-adv-x="1664"
-d="M1664 650q0 -166 -60 -314l-20 -49l-185 -33q-22 -83 -90.5 -136.5t-156.5 -53.5v-32q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-32q71 0 130 -35.5t93 -95.5l68 12q29 95 29 193q0 148 -88 279t-236.5 209t-315.5 78
-t-315.5 -78t-236.5 -209t-88 -279q0 -98 29 -193l68 -12q34 60 93 95.5t130 35.5v32q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v32q-88 0 -156.5 53.5t-90.5 136.5l-185 33l-20 49q-60 148 -60 314q0 151 67 291t179 242.5
-t266 163.5t320 61t320 -61t266 -163.5t179 -242.5t67 -291z" />
- <glyph glyph-name="volume_off" unicode="&#xf026;" horiz-adv-x="768"
-d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45z" />
- <glyph glyph-name="volume_down" unicode="&#xf027;" horiz-adv-x="1152"
-d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36
-t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142z" />
- <glyph glyph-name="volume_up" unicode="&#xf028;" horiz-adv-x="1664"
-d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36
-t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142zM1408 640q0 -153 -85 -282.5t-225 -188.5q-13 -5 -25 -5q-27 0 -46 19t-19 45q0 39 39 59q56 29 76 44q74 54 115.5 135.5t41.5 173.5t-41.5 173.5
-t-115.5 135.5q-20 15 -76 44q-39 20 -39 59q0 26 19 45t45 19q13 0 26 -5q140 -59 225 -188.5t85 -282.5zM1664 640q0 -230 -127 -422.5t-338 -283.5q-13 -5 -26 -5q-26 0 -45 19t-19 45q0 36 39 59q7 4 22.5 10.5t22.5 10.5q46 25 82 51q123 91 192 227t69 289t-69 289
-t-192 227q-36 26 -82 51q-7 4 -22.5 10.5t-22.5 10.5q-39 23 -39 59q0 26 19 45t45 19q13 0 26 -5q211 -91 338 -283.5t127 -422.5z" />
- <glyph glyph-name="qrcode" unicode="&#xf029;" horiz-adv-x="1408"
-d="M384 384v-128h-128v128h128zM384 1152v-128h-128v128h128zM1152 1152v-128h-128v128h128zM128 129h384v383h-384v-383zM128 896h384v384h-384v-384zM896 896h384v384h-384v-384zM640 640v-640h-640v640h640zM1152 128v-128h-128v128h128zM1408 128v-128h-128v128h128z
-M1408 640v-384h-384v128h-128v-384h-128v640h384v-128h128v128h128zM640 1408v-640h-640v640h640zM1408 1408v-640h-640v640h640z" />
- <glyph glyph-name="barcode" unicode="&#xf02a;" horiz-adv-x="1792"
-d="M63 0h-63v1408h63v-1408zM126 1h-32v1407h32v-1407zM220 1h-31v1407h31v-1407zM377 1h-31v1407h31v-1407zM534 1h-62v1407h62v-1407zM660 1h-31v1407h31v-1407zM723 1h-31v1407h31v-1407zM786 1h-31v1407h31v-1407zM943 1h-63v1407h63v-1407zM1100 1h-63v1407h63v-1407z
-M1226 1h-63v1407h63v-1407zM1352 1h-63v1407h63v-1407zM1446 1h-63v1407h63v-1407zM1635 1h-94v1407h94v-1407zM1698 1h-32v1407h32v-1407zM1792 0h-63v1408h63v-1408z" />
- <glyph glyph-name="tag" unicode="&#xf02b;"
-d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5
-l715 -714q37 -39 37 -91z" />
- <glyph glyph-name="tags" unicode="&#xf02c;" horiz-adv-x="1920"
-d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5
-l715 -714q37 -39 37 -91zM1899 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-36 0 -59 14t-53 45l470 470q37 37 37 90q0 52 -37 91l-715 714q-38 38 -102 64.5t-117 26.5h224q53 0 117 -26.5t102 -64.5l715 -714q37 -39 37 -91z" />
- <glyph glyph-name="book" unicode="&#xf02d;" horiz-adv-x="1664"
-d="M1639 1058q40 -57 18 -129l-275 -906q-19 -64 -76.5 -107.5t-122.5 -43.5h-923q-77 0 -148.5 53.5t-99.5 131.5q-24 67 -2 127q0 4 3 27t4 37q1 8 -3 21.5t-3 19.5q2 11 8 21t16.5 23.5t16.5 23.5q23 38 45 91.5t30 91.5q3 10 0.5 30t-0.5 28q3 11 17 28t17 23
-q21 36 42 92t25 90q1 9 -2.5 32t0.5 28q4 13 22 30.5t22 22.5q19 26 42.5 84.5t27.5 96.5q1 8 -3 25.5t-2 26.5q2 8 9 18t18 23t17 21q8 12 16.5 30.5t15 35t16 36t19.5 32t26.5 23.5t36 11.5t47.5 -5.5l-1 -3q38 9 51 9h761q74 0 114 -56t18 -130l-274 -906
-q-36 -119 -71.5 -153.5t-128.5 -34.5h-869q-27 0 -38 -15q-11 -16 -1 -43q24 -70 144 -70h923q29 0 56 15.5t35 41.5l300 987q7 22 5 57q38 -15 59 -43zM575 1056q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5
-t-16.5 -22.5zM492 800q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5t-16.5 -22.5z" />
- <glyph glyph-name="bookmark" unicode="&#xf02e;" horiz-adv-x="1280"
-d="M1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
- <glyph glyph-name="print" unicode="&#xf02f;" horiz-adv-x="1664"
-d="M384 0h896v256h-896v-256zM384 640h896v384h-160q-40 0 -68 28t-28 68v160h-640v-640zM1536 576q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 576v-416q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-160q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68
-v160h-224q-13 0 -22.5 9.5t-9.5 22.5v416q0 79 56.5 135.5t135.5 56.5h64v544q0 40 28 68t68 28h672q40 0 88 -20t76 -48l152 -152q28 -28 48 -76t20 -88v-256h64q79 0 135.5 -56.5t56.5 -135.5z" />
- <glyph glyph-name="camera" unicode="&#xf030;" horiz-adv-x="1920"
-d="M960 864q119 0 203.5 -84.5t84.5 -203.5t-84.5 -203.5t-203.5 -84.5t-203.5 84.5t-84.5 203.5t84.5 203.5t203.5 84.5zM1664 1280q106 0 181 -75t75 -181v-896q0 -106 -75 -181t-181 -75h-1408q-106 0 -181 75t-75 181v896q0 106 75 181t181 75h224l51 136
-q19 49 69.5 84.5t103.5 35.5h512q53 0 103.5 -35.5t69.5 -84.5l51 -136h224zM960 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
- <glyph glyph-name="font" unicode="&#xf031;" horiz-adv-x="1664"
-d="M725 977l-170 -450q33 0 136.5 -2t160.5 -2q19 0 57 2q-87 253 -184 452zM0 -128l2 79q23 7 56 12.5t57 10.5t49.5 14.5t44.5 29t31 50.5l237 616l280 724h75h53q8 -14 11 -21l205 -480q33 -78 106 -257.5t114 -274.5q15 -34 58 -144.5t72 -168.5q20 -45 35 -57
-q19 -15 88 -29.5t84 -20.5q6 -38 6 -57q0 -5 -0.5 -13.5t-0.5 -12.5q-63 0 -190 8t-191 8q-76 0 -215 -7t-178 -8q0 43 4 78l131 28q1 0 12.5 2.5t15.5 3.5t14.5 4.5t15 6.5t11 8t9 11t2.5 14q0 16 -31 96.5t-72 177.5t-42 100l-450 2q-26 -58 -76.5 -195.5t-50.5 -162.5
-q0 -22 14 -37.5t43.5 -24.5t48.5 -13.5t57 -8.5t41 -4q1 -19 1 -58q0 -9 -2 -27q-58 0 -174.5 10t-174.5 10q-8 0 -26.5 -4t-21.5 -4q-80 -14 -188 -14z" />
- <glyph glyph-name="bold" unicode="&#xf032;" horiz-adv-x="1408"
-d="M555 15q74 -32 140 -32q376 0 376 335q0 114 -41 180q-27 44 -61.5 74t-67.5 46.5t-80.5 25t-84 10.5t-94.5 2q-73 0 -101 -10q0 -53 -0.5 -159t-0.5 -158q0 -8 -1 -67.5t-0.5 -96.5t4.5 -83.5t12 -66.5zM541 761q42 -7 109 -7q82 0 143 13t110 44.5t74.5 89.5t25.5 142
-q0 70 -29 122.5t-79 82t-108 43.5t-124 14q-50 0 -130 -13q0 -50 4 -151t4 -152q0 -27 -0.5 -80t-0.5 -79q0 -46 1 -69zM0 -128l2 94q15 4 85 16t106 27q7 12 12.5 27t8.5 33.5t5.5 32.5t3 37.5t0.5 34v35.5v30q0 982 -22 1025q-4 8 -22 14.5t-44.5 11t-49.5 7t-48.5 4.5
-t-30.5 3l-4 83q98 2 340 11.5t373 9.5q23 0 68 -0.5t68 -0.5q70 0 136.5 -13t128.5 -42t108 -71t74 -104.5t28 -137.5q0 -52 -16.5 -95.5t-39 -72t-64.5 -57.5t-73 -45t-84 -40q154 -35 256.5 -134t102.5 -248q0 -100 -35 -179.5t-93.5 -130.5t-138 -85.5t-163.5 -48.5
-t-176 -14q-44 0 -132 3t-132 3q-106 0 -307 -11t-231 -12z" />
- <glyph glyph-name="italic" unicode="&#xf033;" horiz-adv-x="1024"
-d="M0 -126l17 85q22 7 61.5 16.5t72 19t59.5 23.5q28 35 41 101q1 7 62 289t114 543.5t52 296.5v25q-24 13 -54.5 18.5t-69.5 8t-58 5.5l19 103q33 -2 120 -6.5t149.5 -7t120.5 -2.5q48 0 98.5 2.5t121 7t98.5 6.5q-5 -39 -19 -89q-30 -10 -101.5 -28.5t-108.5 -33.5
-q-8 -19 -14 -42.5t-9 -40t-7.5 -45.5t-6.5 -42q-27 -148 -87.5 -419.5t-77.5 -355.5q-2 -9 -13 -58t-20 -90t-16 -83.5t-6 -57.5l1 -18q17 -4 185 -31q-3 -44 -16 -99q-11 0 -32.5 -1.5t-32.5 -1.5q-29 0 -87 10t-86 10q-138 2 -206 2q-51 0 -143 -9t-121 -11z" />
- <glyph glyph-name="text_height" unicode="&#xf034;" horiz-adv-x="1792"
-d="M1744 128q33 0 42 -18.5t-11 -44.5l-126 -162q-20 -26 -49 -26t-49 26l-126 162q-20 26 -11 44.5t42 18.5h80v1024h-80q-33 0 -42 18.5t11 44.5l126 162q20 26 49 26t49 -26l126 -162q20 -26 11 -44.5t-42 -18.5h-80v-1024h80zM81 1407l54 -27q12 -5 211 -5q44 0 132 2
-t132 2q36 0 107.5 -0.5t107.5 -0.5h293q6 0 21 -0.5t20.5 0t16 3t17.5 9t15 17.5l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 48t-14.5 73.5t-7.5 35.5q-6 8 -12 12.5t-15.5 6t-13 2.5t-18 0.5t-16.5 -0.5
-q-17 0 -66.5 0.5t-74.5 0.5t-64 -2t-71 -6q-9 -81 -8 -136q0 -94 2 -388t2 -455q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27
-q19 42 19 383q0 101 -3 303t-3 303v117q0 2 0.5 15.5t0.5 25t-1 25.5t-3 24t-5 14q-11 12 -162 12q-33 0 -93 -12t-80 -26q-19 -13 -34 -72.5t-31.5 -111t-42.5 -53.5q-42 26 -56 44v383z" />
- <glyph glyph-name="text_width" unicode="&#xf035;"
-d="M81 1407l54 -27q12 -5 211 -5q44 0 132 2t132 2q70 0 246.5 1t304.5 0.5t247 -4.5q33 -1 56 31l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 47.5t-15 73.5t-7 36q-10 13 -27 19q-5 2 -66 2q-30 0 -93 1t-103 1
-t-94 -2t-96 -7q-9 -81 -8 -136l1 -152v52q0 -55 1 -154t1.5 -180t0.5 -153q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27
-q7 16 11.5 74t6 145.5t1.5 155t-0.5 153.5t-0.5 89q0 7 -2.5 21.5t-2.5 22.5q0 7 0.5 44t1 73t0 76.5t-3 67.5t-6.5 32q-11 12 -162 12q-41 0 -163 -13.5t-138 -24.5q-19 -12 -34 -71.5t-31.5 -111.5t-42.5 -54q-42 26 -56 44v383zM1310 125q12 0 42 -19.5t57.5 -41.5
-t59.5 -49t36 -30q26 -21 26 -49t-26 -49q-4 -3 -36 -30t-59.5 -49t-57.5 -41.5t-42 -19.5q-13 0 -20.5 10.5t-10 28.5t-2.5 33.5t1.5 33t1.5 19.5h-1024q0 -2 1.5 -19.5t1.5 -33t-2.5 -33.5t-10 -28.5t-20.5 -10.5q-12 0 -42 19.5t-57.5 41.5t-59.5 49t-36 30q-26 21 -26 49
-t26 49q4 3 36 30t59.5 49t57.5 41.5t42 19.5q13 0 20.5 -10.5t10 -28.5t2.5 -33.5t-1.5 -33t-1.5 -19.5h1024q0 2 -1.5 19.5t-1.5 33t2.5 33.5t10 28.5t20.5 10.5z" />
- <glyph glyph-name="align_left" unicode="&#xf036;" horiz-adv-x="1792"
-d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45
-t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
- <glyph glyph-name="align_center" unicode="&#xf037;" horiz-adv-x="1792"
-d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45t-45 -19
-h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h640q26 0 45 -19t19 -45z" />
- <glyph glyph-name="align_right" unicode="&#xf038;" horiz-adv-x="1792"
-d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45
-t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
- <glyph glyph-name="align_justify" unicode="&#xf039;" horiz-adv-x="1792"
-d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45
-t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
- <glyph glyph-name="list" unicode="&#xf03a;" horiz-adv-x="1792"
-d="M256 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM256 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5
-t9.5 -22.5zM256 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344
-q13 0 22.5 -9.5t9.5 -22.5zM256 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5
-t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192
-q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5z" />
- <glyph glyph-name="indent_left" unicode="&#xf03b;" horiz-adv-x="1792"
-d="M384 992v-576q0 -13 -9.5 -22.5t-22.5 -9.5q-14 0 -23 9l-288 288q-9 9 -9 23t9 23l288 288q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5
-t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088
-q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
- <glyph glyph-name="indent_right" unicode="&#xf03c;" horiz-adv-x="1792"
-d="M352 704q0 -14 -9 -23l-288 -288q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v576q0 13 9.5 22.5t22.5 9.5q14 0 23 -9l288 -288q9 -9 9 -23zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5
-t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088
-q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
- <glyph glyph-name="facetime_video" unicode="&#xf03d;" horiz-adv-x="1792"
-d="M1792 1184v-1088q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-403 403v-166q0 -119 -84.5 -203.5t-203.5 -84.5h-704q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h704q119 0 203.5 -84.5t84.5 -203.5v-165l403 402q18 19 45 19q12 0 25 -5
-q39 -17 39 -59z" />
- <glyph glyph-name="picture" unicode="&#xf03e;" horiz-adv-x="1920"
-d="M640 960q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 576v-448h-1408v192l320 320l160 -160l512 512zM1760 1280h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5v1216
-q0 13 -9.5 22.5t-22.5 9.5zM1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
- <glyph glyph-name="pencil" unicode="&#xf040;"
-d="M363 0l91 91l-235 235l-91 -91v-107h128v-128h107zM886 928q0 22 -22 22q-10 0 -17 -7l-542 -542q-7 -7 -7 -17q0 -22 22 -22q10 0 17 7l542 542q7 7 7 17zM832 1120l416 -416l-832 -832h-416v416zM1515 1024q0 -53 -37 -90l-166 -166l-416 416l166 165q36 38 90 38
-q53 0 91 -38l235 -234q37 -39 37 -91z" />
- <glyph glyph-name="map_marker" unicode="&#xf041;" horiz-adv-x="1024"
-d="M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z" />
- <glyph glyph-name="adjust" unicode="&#xf042;"
-d="M768 96v1088q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="tint" unicode="&#xf043;" horiz-adv-x="1024"
-d="M512 384q0 36 -20 69q-1 1 -15.5 22.5t-25.5 38t-25 44t-21 50.5q-4 16 -21 16t-21 -16q-7 -23 -21 -50.5t-25 -44t-25.5 -38t-15.5 -22.5q-20 -33 -20 -69q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 512q0 -212 -150 -362t-362 -150t-362 150t-150 362
-q0 145 81 275q6 9 62.5 90.5t101 151t99.5 178t83 201.5q9 30 34 47t51 17t51.5 -17t33.5 -47q28 -93 83 -201.5t99.5 -178t101 -151t62.5 -90.5q81 -127 81 -275z" />
- <glyph glyph-name="edit" unicode="&#xf044;" horiz-adv-x="1792"
-d="M888 352l116 116l-152 152l-116 -116v-56h96v-96h56zM1328 1072q-16 16 -33 -1l-350 -350q-17 -17 -1 -33t33 1l350 350q17 17 1 33zM1408 478v-190q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832
-q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-14 -14 -32 -8q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v126q0 13 9 22l64 64q15 15 35 7t20 -29zM1312 1216l288 -288l-672 -672h-288v288zM1756 1084l-92 -92
-l-288 288l92 92q28 28 68 28t68 -28l152 -152q28 -28 28 -68t-28 -68z" />
- <glyph glyph-name="share" unicode="&#xf045;" horiz-adv-x="1664"
-d="M1408 547v-259q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h255v0q13 0 22.5 -9.5t9.5 -22.5q0 -27 -26 -32q-77 -26 -133 -60q-10 -4 -16 -4h-112q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832
-q66 0 113 47t47 113v214q0 19 18 29q28 13 54 37q16 16 35 8q21 -9 21 -29zM1645 1043l-384 -384q-18 -19 -45 -19q-12 0 -25 5q-39 17 -39 59v192h-160q-323 0 -438 -131q-119 -137 -74 -473q3 -23 -20 -34q-8 -2 -12 -2q-16 0 -26 13q-10 14 -21 31t-39.5 68.5t-49.5 99.5
-t-38.5 114t-17.5 122q0 49 3.5 91t14 90t28 88t47 81.5t68.5 74t94.5 61.5t124.5 48.5t159.5 30.5t196.5 11h160v192q0 42 39 59q13 5 25 5q26 0 45 -19l384 -384q19 -19 19 -45t-19 -45z" />
- <glyph glyph-name="check" unicode="&#xf046;" horiz-adv-x="1664"
-d="M1408 606v-318q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-10 -10 -23 -10q-3 0 -9 2q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832
-q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v254q0 13 9 22l64 64q10 10 23 10q6 0 12 -3q20 -8 20 -29zM1639 1095l-814 -814q-24 -24 -57 -24t-57 24l-430 430q-24 24 -24 57t24 57l110 110q24 24 57 24t57 -24l263 -263l647 647q24 24 57 24t57 -24l110 -110
-q24 -24 24 -57t-24 -57z" />
- <glyph glyph-name="move" unicode="&#xf047;" horiz-adv-x="1792"
-d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-384v-384h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v384h-384v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45
-t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h384v384h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45t-19 -45t-45 -19h-128v-384h384v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
- <glyph glyph-name="step_backward" unicode="&#xf048;" horiz-adv-x="1024"
-d="M979 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19z" />
- <glyph glyph-name="fast_backward" unicode="&#xf049;" horiz-adv-x="1792"
-d="M1747 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19l710 710
-q19 19 32 13t13 -32v-710q4 10 13 19z" />
- <glyph glyph-name="backward" unicode="&#xf04a;" horiz-adv-x="1664"
-d="M1619 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-19 19 -19 45t19 45l710 710q19 19 32 13t13 -32v-710q4 10 13 19z" />
- <glyph glyph-name="play" unicode="&#xf04b;" horiz-adv-x="1408"
-d="M1384 609l-1328 -738q-23 -13 -39.5 -3t-16.5 36v1472q0 26 16.5 36t39.5 -3l1328 -738q23 -13 23 -31t-23 -31z" />
- <glyph glyph-name="pause" unicode="&#xf04c;"
-d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45zM640 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45z" />
- <glyph glyph-name="stop" unicode="&#xf04d;"
-d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
- <glyph glyph-name="forward" unicode="&#xf04e;" horiz-adv-x="1664"
-d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q19 -19 19 -45t-19 -45l-710 -710q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" />
- <glyph glyph-name="fast_forward" unicode="&#xf050;" horiz-adv-x="1792"
-d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19l-710 -710
-q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" />
- <glyph glyph-name="step_forward" unicode="&#xf051;" horiz-adv-x="1024"
-d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19z" />
- <glyph glyph-name="eject" unicode="&#xf052;" horiz-adv-x="1538"
-d="M14 557l710 710q19 19 45 19t45 -19l710 -710q19 -19 13 -32t-32 -13h-1472q-26 0 -32 13t13 32zM1473 0h-1408q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1408q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19z" />
- <glyph glyph-name="chevron_left" unicode="&#xf053;" horiz-adv-x="1280"
-d="M1171 1235l-531 -531l531 -531q19 -19 19 -45t-19 -45l-166 -166q-19 -19 -45 -19t-45 19l-742 742q-19 19 -19 45t19 45l742 742q19 19 45 19t45 -19l166 -166q19 -19 19 -45t-19 -45z" />
- <glyph glyph-name="chevron_right" unicode="&#xf054;" horiz-adv-x="1280"
-d="M1107 659l-742 -742q-19 -19 -45 -19t-45 19l-166 166q-19 19 -19 45t19 45l531 531l-531 531q-19 19 -19 45t19 45l166 166q19 19 45 19t45 -19l742 -742q19 -19 19 -45t-19 -45z" />
- <glyph glyph-name="plus_sign" unicode="&#xf055;"
-d="M1216 576v128q0 26 -19 45t-45 19h-256v256q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-256h-256q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h256v-256q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v256h256q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5
-t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="minus_sign" unicode="&#xf056;"
-d="M1216 576v128q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5
-t103 -385.5z" />
- <glyph glyph-name="remove_sign" unicode="&#xf057;"
-d="M1149 414q0 26 -19 45l-181 181l181 181q19 19 19 45q0 27 -19 46l-90 90q-19 19 -46 19q-26 0 -45 -19l-181 -181l-181 181q-19 19 -45 19q-27 0 -46 -19l-90 -90q-19 -19 -19 -46q0 -26 19 -45l181 -181l-181 -181q-19 -19 -19 -45q0 -27 19 -46l90 -90q19 -19 46 -19
-q26 0 45 19l181 181l181 -181q19 -19 45 -19q27 0 46 19l90 90q19 19 19 46zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="ok_sign" unicode="&#xf058;"
-d="M1284 802q0 28 -18 46l-91 90q-19 19 -45 19t-45 -19l-408 -407l-226 226q-19 19 -45 19t-45 -19l-91 -90q-18 -18 -18 -46q0 -27 18 -45l362 -362q19 -19 45 -19q27 0 46 19l543 543q18 18 18 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
-t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="question_sign" unicode="&#xf059;"
-d="M896 160v192q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1152 832q0 88 -55.5 163t-138.5 116t-170 41q-243 0 -371 -213q-15 -24 8 -42l132 -100q7 -6 19 -6q16 0 25 12q53 68 86 92q34 24 86 24q48 0 85.5 -26t37.5 -59
-q0 -38 -20 -61t-68 -45q-63 -28 -115.5 -86.5t-52.5 -125.5v-36q0 -14 9 -23t23 -9h192q14 0 23 9t9 23q0 19 21.5 49.5t54.5 49.5q32 18 49 28.5t46 35t44.5 48t28 60.5t12.5 81zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
-t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="info_sign" unicode="&#xf05a;"
-d="M1024 160v160q0 14 -9 23t-23 9h-96v512q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h96v-320h-96q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h448q14 0 23 9t9 23zM896 1056v160q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23
-t23 -9h192q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="screenshot" unicode="&#xf05b;"
-d="M1197 512h-109q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h109q-32 108 -112.5 188.5t-188.5 112.5v-109q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v109q-108 -32 -188.5 -112.5t-112.5 -188.5h109q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-109
-q32 -108 112.5 -188.5t188.5 -112.5v109q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-109q108 32 188.5 112.5t112.5 188.5zM1536 704v-128q0 -26 -19 -45t-45 -19h-143q-37 -161 -154.5 -278.5t-278.5 -154.5v-143q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v143
-q-161 37 -278.5 154.5t-154.5 278.5h-143q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h143q37 161 154.5 278.5t278.5 154.5v143q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-143q161 -37 278.5 -154.5t154.5 -278.5h143q26 0 45 -19t19 -45z" />
- <glyph glyph-name="remove_circle" unicode="&#xf05c;"
-d="M1097 457l-146 -146q-10 -10 -23 -10t-23 10l-137 137l-137 -137q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l137 137l-137 137q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l137 -137l137 137q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23
-l-137 -137l137 -137q10 -10 10 -23t-10 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5
-t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="ok_circle" unicode="&#xf05d;"
-d="M1171 723l-422 -422q-19 -19 -45 -19t-45 19l-294 294q-19 19 -19 45t19 45l102 102q19 19 45 19t45 -19l147 -147l275 275q19 19 45 19t45 -19l102 -102q19 -19 19 -45t-19 -45zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198
-t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="ban_circle" unicode="&#xf05e;"
-d="M1312 643q0 161 -87 295l-754 -753q137 -89 297 -89q111 0 211.5 43.5t173.5 116.5t116 174.5t43 212.5zM313 344l755 754q-135 91 -300 91q-148 0 -273 -73t-198 -199t-73 -274q0 -162 89 -299zM1536 643q0 -157 -61 -300t-163.5 -246t-245 -164t-298.5 -61t-298.5 61
-t-245 164t-163.5 246t-61 300t61 299.5t163.5 245.5t245 164t298.5 61t298.5 -61t245 -164t163.5 -245.5t61 -299.5z" />
- <glyph glyph-name="arrow_left" unicode="&#xf060;"
-d="M1536 640v-128q0 -53 -32.5 -90.5t-84.5 -37.5h-704l293 -294q38 -36 38 -90t-38 -90l-75 -76q-37 -37 -90 -37q-52 0 -91 37l-651 652q-37 37 -37 90q0 52 37 91l651 650q38 38 91 38q52 0 90 -38l75 -74q38 -38 38 -91t-38 -91l-293 -293h704q52 0 84.5 -37.5
-t32.5 -90.5z" />
- <glyph glyph-name="arrow_right" unicode="&#xf061;"
-d="M1472 576q0 -54 -37 -91l-651 -651q-39 -37 -91 -37q-51 0 -90 37l-75 75q-38 38 -38 91t38 91l293 293h-704q-52 0 -84.5 37.5t-32.5 90.5v128q0 53 32.5 90.5t84.5 37.5h704l-293 294q-38 36 -38 90t38 90l75 75q38 38 90 38q53 0 91 -38l651 -651q37 -35 37 -90z" />
- <glyph glyph-name="arrow_up" unicode="&#xf062;" horiz-adv-x="1664"
-d="M1611 565q0 -51 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-294 293v-704q0 -52 -37.5 -84.5t-90.5 -32.5h-128q-53 0 -90.5 32.5t-37.5 84.5v704l-294 -293q-36 -38 -90 -38t-90 38l-75 75q-38 38 -38 90q0 53 38 91l651 651q35 37 90 37q54 0 91 -37l651 -651
-q37 -39 37 -91z" />
- <glyph glyph-name="arrow_down" unicode="&#xf063;" horiz-adv-x="1664"
-d="M1611 704q0 -53 -37 -90l-651 -652q-39 -37 -91 -37q-53 0 -90 37l-651 652q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l294 -294v704q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-704l294 294q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" />
- <glyph glyph-name="share_alt" unicode="&#xf064;" horiz-adv-x="1792"
-d="M1792 896q0 -26 -19 -45l-512 -512q-19 -19 -45 -19t-45 19t-19 45v256h-224q-98 0 -175.5 -6t-154 -21.5t-133 -42.5t-105.5 -69.5t-80 -101t-48.5 -138.5t-17.5 -181q0 -55 5 -123q0 -6 2.5 -23.5t2.5 -26.5q0 -15 -8.5 -25t-23.5 -10q-16 0 -28 17q-7 9 -13 22
-t-13.5 30t-10.5 24q-127 285 -127 451q0 199 53 333q162 403 875 403h224v256q0 26 19 45t45 19t45 -19l512 -512q19 -19 19 -45z" />
- <glyph glyph-name="resize_full" unicode="&#xf065;"
-d="M755 480q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23zM1536 1344v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332
-q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45z" />
- <glyph glyph-name="resize_small" unicode="&#xf066;"
-d="M768 576v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45zM1523 1248q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45
-t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23z" />
- <glyph glyph-name="plus" unicode="&#xf067;" horiz-adv-x="1408"
-d="M1408 800v-192q0 -40 -28 -68t-68 -28h-416v-416q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v416h-416q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h416v416q0 40 28 68t68 28h192q40 0 68 -28t28 -68v-416h416q40 0 68 -28t28 -68z" />
- <glyph glyph-name="minus" unicode="&#xf068;" horiz-adv-x="1408"
-d="M1408 800v-192q0 -40 -28 -68t-68 -28h-1216q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h1216q40 0 68 -28t28 -68z" />
- <glyph glyph-name="asterisk" unicode="&#xf069;" horiz-adv-x="1664"
-d="M1482 486q46 -26 59.5 -77.5t-12.5 -97.5l-64 -110q-26 -46 -77.5 -59.5t-97.5 12.5l-266 153v-307q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v307l-266 -153q-46 -26 -97.5 -12.5t-77.5 59.5l-64 110q-26 46 -12.5 97.5t59.5 77.5l266 154l-266 154
-q-46 26 -59.5 77.5t12.5 97.5l64 110q26 46 77.5 59.5t97.5 -12.5l266 -153v307q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-307l266 153q46 26 97.5 12.5t77.5 -59.5l64 -110q26 -46 12.5 -97.5t-59.5 -77.5l-266 -154z" />
- <glyph glyph-name="exclamation_sign" unicode="&#xf06a;"
-d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM896 161v190q0 14 -9 23.5t-22 9.5h-192q-13 0 -23 -10t-10 -23v-190q0 -13 10 -23t23 -10h192
-q13 0 22 9.5t9 23.5zM894 505l18 621q0 12 -10 18q-10 8 -24 8h-220q-14 0 -24 -8q-10 -6 -10 -18l17 -621q0 -10 10 -17.5t24 -7.5h185q14 0 23.5 7.5t10.5 17.5z" />
- <glyph glyph-name="gift" unicode="&#xf06b;"
-d="M928 180v56v468v192h-320v-192v-468v-56q0 -25 18 -38.5t46 -13.5h192q28 0 46 13.5t18 38.5zM472 1024h195l-126 161q-26 31 -69 31q-40 0 -68 -28t-28 -68t28 -68t68 -28zM1160 1120q0 40 -28 68t-68 28q-43 0 -69 -31l-125 -161h194q40 0 68 28t28 68zM1536 864v-320
-q0 -14 -9 -23t-23 -9h-96v-416q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v416h-96q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h440q-93 0 -158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5q107 0 168 -77l128 -165l128 165q61 77 168 77q93 0 158.5 -65.5t65.5 -158.5
-t-65.5 -158.5t-158.5 -65.5h440q14 0 23 -9t9 -23z" />
- <glyph glyph-name="leaf" unicode="&#xf06c;" horiz-adv-x="1792"
-d="M1280 832q0 26 -19 45t-45 19q-172 0 -318 -49.5t-259.5 -134t-235.5 -219.5q-19 -21 -19 -45q0 -26 19 -45t45 -19q24 0 45 19q27 24 74 71t67 66q137 124 268.5 176t313.5 52q26 0 45 19t19 45zM1792 1030q0 -95 -20 -193q-46 -224 -184.5 -383t-357.5 -268
-q-214 -108 -438 -108q-148 0 -286 47q-15 5 -88 42t-96 37q-16 0 -39.5 -32t-45 -70t-52.5 -70t-60 -32q-43 0 -63.5 17.5t-45.5 59.5q-2 4 -6 11t-5.5 10t-3 9.5t-1.5 13.5q0 35 31 73.5t68 65.5t68 56t31 48q0 4 -14 38t-16 44q-9 51 -9 104q0 115 43.5 220t119 184.5
-t170.5 139t204 95.5q55 18 145 25.5t179.5 9t178.5 6t163.5 24t113.5 56.5l29.5 29.5t29.5 28t27 20t36.5 16t43.5 4.5q39 0 70.5 -46t47.5 -112t24 -124t8 -96z" />
- <glyph glyph-name="fire" unicode="&#xf06d;" horiz-adv-x="1408"
-d="M1408 -160v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1152 896q0 -78 -24.5 -144t-64 -112.5t-87.5 -88t-96 -77.5t-87.5 -72t-64 -81.5t-24.5 -96.5q0 -96 67 -224l-4 1l1 -1
-q-90 41 -160 83t-138.5 100t-113.5 122.5t-72.5 150.5t-27.5 184q0 78 24.5 144t64 112.5t87.5 88t96 77.5t87.5 72t64 81.5t24.5 96.5q0 94 -66 224l3 -1l-1 1q90 -41 160 -83t138.5 -100t113.5 -122.5t72.5 -150.5t27.5 -184z" />
- <glyph glyph-name="eye_open" unicode="&#xf06e;" horiz-adv-x="1792"
-d="M1664 576q-152 236 -381 353q61 -104 61 -225q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 121 61 225q-229 -117 -381 -353q133 -205 333.5 -326.5t434.5 -121.5t434.5 121.5t333.5 326.5zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5
-t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1792 576q0 -34 -20 -69q-140 -230 -376.5 -368.5t-499.5 -138.5t-499.5 139t-376.5 368q-20 35 -20 69t20 69q140 229 376.5 368t499.5 139t499.5 -139t376.5 -368q20 -35 20 -69z" />
- <glyph glyph-name="eye_close" unicode="&#xf070;" horiz-adv-x="1792"
-d="M555 201l78 141q-87 63 -136 159t-49 203q0 121 61 225q-229 -117 -381 -353q167 -258 427 -375zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1307 1151q0 -7 -1 -9
-q-106 -189 -316 -567t-315 -566l-49 -89q-10 -16 -28 -16q-12 0 -134 70q-16 10 -16 28q0 12 44 87q-143 65 -263.5 173t-208.5 245q-20 31 -20 69t20 69q153 235 380 371t496 136q89 0 180 -17l54 97q10 16 28 16q5 0 18 -6t31 -15.5t33 -18.5t31.5 -18.5t19.5 -11.5
-q16 -10 16 -27zM1344 704q0 -139 -79 -253.5t-209 -164.5l280 502q8 -45 8 -84zM1792 576q0 -35 -20 -69q-39 -64 -109 -145q-150 -172 -347.5 -267t-419.5 -95l74 132q212 18 392.5 137t301.5 307q-115 179 -282 294l63 112q95 -64 182.5 -153t144.5 -184q20 -34 20 -69z
-" />
- <glyph glyph-name="warning_sign" unicode="&#xf071;" horiz-adv-x="1792"
-d="M1024 161v190q0 14 -9.5 23.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -23.5v-190q0 -14 9.5 -23.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 23.5zM1022 535l18 459q0 12 -10 19q-13 11 -24 11h-220q-11 0 -24 -11q-10 -7 -10 -21l17 -457q0 -10 10 -16.5t24 -6.5h185
-q14 0 23.5 6.5t10.5 16.5zM1008 1469l768 -1408q35 -63 -2 -126q-17 -29 -46.5 -46t-63.5 -17h-1536q-34 0 -63.5 17t-46.5 46q-37 63 -2 126l768 1408q17 31 47 49t65 18t65 -18t47 -49z" />
- <glyph glyph-name="plane" unicode="&#xf072;" horiz-adv-x="1408"
-d="M1376 1376q44 -52 12 -148t-108 -172l-161 -161l160 -696q5 -19 -12 -33l-128 -96q-7 -6 -19 -6q-4 0 -7 1q-15 3 -21 16l-279 508l-259 -259l53 -194q5 -17 -8 -31l-96 -96q-9 -9 -23 -9h-2q-15 2 -24 13l-189 252l-252 189q-11 7 -13 23q-1 13 9 25l96 97q9 9 23 9
-q6 0 8 -1l194 -53l259 259l-508 279q-14 8 -17 24q-2 16 9 27l128 128q14 13 30 8l665 -159l160 160q76 76 172 108t148 -12z" />
- <glyph glyph-name="calendar" unicode="&#xf073;" horiz-adv-x="1664"
-d="M128 -128h288v288h-288v-288zM480 -128h320v288h-320v-288zM128 224h288v320h-288v-320zM480 224h320v320h-320v-320zM128 608h288v288h-288v-288zM864 -128h320v288h-320v-288zM480 608h320v288h-320v-288zM1248 -128h288v288h-288v-288zM864 224h320v320h-320v-320z
-M512 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1248 224h288v320h-288v-320zM864 608h320v288h-320v-288zM1248 608h288v288h-288v-288zM1280 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64
-q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47
-h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
- <glyph glyph-name="random" unicode="&#xf074;" horiz-adv-x="1792"
-d="M666 1055q-60 -92 -137 -273q-22 45 -37 72.5t-40.5 63.5t-51 56.5t-63 35t-81.5 14.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q250 0 410 -225zM1792 256q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192q-32 0 -85 -0.5t-81 -1t-73 1
-t-71 5t-64 10.5t-63 18.5t-58 28.5t-59 40t-55 53.5t-56 69.5q59 93 136 273q22 -45 37 -72.5t40.5 -63.5t51 -56.5t63 -35t81.5 -14.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1792 1152q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5
-v192h-256q-48 0 -87 -15t-69 -45t-51 -61.5t-45 -77.5q-32 -62 -78 -171q-29 -66 -49.5 -111t-54 -105t-64 -100t-74 -83t-90 -68.5t-106.5 -42t-128 -16.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q48 0 87 15t69 45t51 61.5t45 77.5q32 62 78 171q29 66 49.5 111
-t54 105t64 100t74 83t90 68.5t106.5 42t128 16.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
- <glyph glyph-name="comment" unicode="&#xf075;" horiz-adv-x="1792"
-d="M1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22q-17 -2 -30.5 9t-17.5 29v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281
-q0 130 71 248.5t191 204.5t286 136.5t348 50.5q244 0 450 -85.5t326 -233t120 -321.5z" />
- <glyph glyph-name="magnet" unicode="&#xf076;"
-d="M1536 704v-128q0 -201 -98.5 -362t-274 -251.5t-395.5 -90.5t-395.5 90.5t-274 251.5t-98.5 362v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-128q0 -52 23.5 -90t53.5 -57t71 -30t64 -13t44 -2t44 2t64 13t71 30t53.5 57t23.5 90v128q0 26 19 45t45 19h384
-q26 0 45 -19t19 -45zM512 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45zM1536 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45z" />
- <glyph glyph-name="chevron_up" unicode="&#xf077;" horiz-adv-x="1792"
-d="M1683 205l-166 -165q-19 -19 -45 -19t-45 19l-531 531l-531 -531q-19 -19 -45 -19t-45 19l-166 165q-19 19 -19 45.5t19 45.5l742 741q19 19 45 19t45 -19l742 -741q19 -19 19 -45.5t-19 -45.5z" />
- <glyph glyph-name="chevron_down" unicode="&#xf078;" horiz-adv-x="1792"
-d="M1683 728l-742 -741q-19 -19 -45 -19t-45 19l-742 741q-19 19 -19 45.5t19 45.5l166 165q19 19 45 19t45 -19l531 -531l531 531q19 19 45 19t45 -19l166 -165q19 -19 19 -45.5t-19 -45.5z" />
- <glyph glyph-name="retweet" unicode="&#xf079;" horiz-adv-x="1920"
-d="M1280 32q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-8 0 -13.5 2t-9 7t-5.5 8t-3 11.5t-1 11.5v13v11v160v416h-192q-26 0 -45 19t-19 45q0 24 15 41l320 384q19 22 49 22t49 -22l320 -384q15 -17 15 -41q0 -26 -19 -45t-45 -19h-192v-384h576q16 0 25 -11l160 -192q7 -10 7 -21
-zM1920 448q0 -24 -15 -41l-320 -384q-20 -23 -49 -23t-49 23l-320 384q-15 17 -15 41q0 26 19 45t45 19h192v384h-576q-16 0 -25 12l-160 192q-7 9 -7 20q0 13 9.5 22.5t22.5 9.5h960q8 0 13.5 -2t9 -7t5.5 -8t3 -11.5t1 -11.5v-13v-11v-160v-416h192q26 0 45 -19t19 -45z
-" />
- <glyph glyph-name="shopping_cart" unicode="&#xf07a;" horiz-adv-x="1664"
-d="M640 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1536 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1664 1088v-512q0 -24 -16.5 -42.5t-40.5 -21.5l-1044 -122q13 -60 13 -70q0 -16 -24 -64h920q26 0 45 -19t19 -45
-t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 11 8 31.5t16 36t21.5 40t15.5 29.5l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t19.5 -15.5t13 -24.5t8 -26t5.5 -29.5t4.5 -26h1201q26 0 45 -19t19 -45z" />
- <glyph glyph-name="folder_close" unicode="&#xf07b;" horiz-adv-x="1664"
-d="M1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
- <glyph glyph-name="folder_open" unicode="&#xf07c;" horiz-adv-x="1920"
-d="M1879 584q0 -31 -31 -66l-336 -396q-43 -51 -120.5 -86.5t-143.5 -35.5h-1088q-34 0 -60.5 13t-26.5 43q0 31 31 66l336 396q43 51 120.5 86.5t143.5 35.5h1088q34 0 60.5 -13t26.5 -43zM1536 928v-160h-832q-94 0 -197 -47.5t-164 -119.5l-337 -396l-5 -6q0 4 -0.5 12.5
-t-0.5 12.5v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158z" />
- <glyph glyph-name="resize_vertical" unicode="&#xf07d;" horiz-adv-x="768"
-d="M704 1216q0 -26 -19 -45t-45 -19h-128v-1024h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v1024h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45z" />
- <glyph glyph-name="resize_horizontal" unicode="&#xf07e;" horiz-adv-x="1792"
-d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-1024v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h1024v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
- <glyph glyph-name="bar_chart" unicode="&#xf080;" horiz-adv-x="2048"
-d="M640 640v-512h-256v512h256zM1024 1152v-1024h-256v1024h256zM2048 0v-128h-2048v1536h128v-1408h1920zM1408 896v-768h-256v768h256zM1792 1280v-1152h-256v1152h256z" />
- <glyph glyph-name="twitter_sign" unicode="&#xf081;"
-d="M1280 926q-56 -25 -121 -34q68 40 93 117q-65 -38 -134 -51q-61 66 -153 66q-87 0 -148.5 -61.5t-61.5 -148.5q0 -29 5 -48q-129 7 -242 65t-192 155q-29 -50 -29 -106q0 -114 91 -175q-47 1 -100 26v-2q0 -75 50 -133.5t123 -72.5q-29 -8 -51 -8q-13 0 -39 4
-q21 -63 74.5 -104t121.5 -42q-116 -90 -261 -90q-26 0 -50 3q148 -94 322 -94q112 0 210 35.5t168 95t120.5 137t75 162t24.5 168.5q0 18 -1 27q63 45 105 109zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5
-t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="facebook_sign" unicode="&#xf082;"
-d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-188v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-532q-119 0 -203.5 84.5t-84.5 203.5v960
-q0 119 84.5 203.5t203.5 84.5h960z" />
- <glyph glyph-name="camera_retro" unicode="&#xf083;" horiz-adv-x="1792"
-d="M928 704q0 14 -9 23t-23 9q-66 0 -113 -47t-47 -113q0 -14 9 -23t23 -9t23 9t9 23q0 40 28 68t68 28q14 0 23 9t9 23zM1152 574q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM128 0h1536v128h-1536v-128zM1280 574q0 159 -112.5 271.5
-t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM256 1216h384v128h-384v-128zM128 1024h1536v118v138h-828l-64 -128h-644v-128zM1792 1280v-1280q0 -53 -37.5 -90.5t-90.5 -37.5h-1536q-53 0 -90.5 37.5t-37.5 90.5v1280
-q0 53 37.5 90.5t90.5 37.5h1536q53 0 90.5 -37.5t37.5 -90.5z" />
- <glyph glyph-name="key" unicode="&#xf084;" horiz-adv-x="1792"
-d="M832 1024q0 80 -56 136t-136 56t-136 -56t-56 -136q0 -42 19 -83q-41 19 -83 19q-80 0 -136 -56t-56 -136t56 -136t136 -56t136 56t56 136q0 42 -19 83q41 -19 83 -19q80 0 136 56t56 136zM1683 320q0 -17 -49 -66t-66 -49q-9 0 -28.5 16t-36.5 33t-38.5 40t-24.5 26
-l-96 -96l220 -220q28 -28 28 -68q0 -42 -39 -81t-81 -39q-40 0 -68 28l-671 671q-176 -131 -365 -131q-163 0 -265.5 102.5t-102.5 265.5q0 160 95 313t248 248t313 95q163 0 265.5 -102.5t102.5 -265.5q0 -189 -131 -365l355 -355l96 96q-3 3 -26 24.5t-40 38.5t-33 36.5
-t-16 28.5q0 17 49 66t66 49q13 0 23 -10q6 -6 46 -44.5t82 -79.5t86.5 -86t73 -78t28.5 -41z" />
- <glyph glyph-name="cogs" unicode="&#xf085;" horiz-adv-x="1920"
-d="M896 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1664 128q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1152q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5
-t90.5 37.5t37.5 90.5zM1280 731v-185q0 -10 -7 -19.5t-16 -10.5l-155 -24q-11 -35 -32 -76q34 -48 90 -115q7 -11 7 -20q0 -12 -7 -19q-23 -30 -82.5 -89.5t-78.5 -59.5q-11 0 -21 7l-115 90q-37 -19 -77 -31q-11 -108 -23 -155q-7 -24 -30 -24h-186q-11 0 -20 7.5t-10 17.5
-l-23 153q-34 10 -75 31l-118 -89q-7 -7 -20 -7q-11 0 -21 8q-144 133 -144 160q0 9 7 19q10 14 41 53t47 61q-23 44 -35 82l-152 24q-10 1 -17 9.5t-7 19.5v185q0 10 7 19.5t16 10.5l155 24q11 35 32 76q-34 48 -90 115q-7 11 -7 20q0 12 7 20q22 30 82 89t79 59q11 0 21 -7
-l115 -90q34 18 77 32q11 108 23 154q7 24 30 24h186q11 0 20 -7.5t10 -17.5l23 -153q34 -10 75 -31l118 89q8 7 20 7q11 0 21 -8q144 -133 144 -160q0 -8 -7 -19q-12 -16 -42 -54t-45 -60q23 -48 34 -82l152 -23q10 -2 17 -10.5t7 -19.5zM1920 198v-140q0 -16 -149 -31
-q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20
-t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31zM1920 1222v-140q0 -16 -149 -31q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68
-q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70
-q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31z" />
- <glyph glyph-name="comments" unicode="&#xf086;" horiz-adv-x="1792"
-d="M1408 768q0 -139 -94 -257t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224
-q0 139 94 257t256.5 186.5t353.5 68.5t353.5 -68.5t256.5 -186.5t94 -257zM1792 512q0 -120 -71 -224.5t-195 -176.5q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7
-q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230z" />
- <glyph glyph-name="thumbs_up_alt" unicode="&#xf087;"
-d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 768q0 51 -39 89.5t-89 38.5h-352q0 58 48 159.5t48 160.5q0 98 -32 145t-128 47q-26 -26 -38 -85t-30.5 -125.5t-59.5 -109.5q-22 -23 -77 -91q-4 -5 -23 -30t-31.5 -41t-34.5 -42.5
-t-40 -44t-38.5 -35.5t-40 -27t-35.5 -9h-32v-640h32q13 0 31.5 -3t33 -6.5t38 -11t35 -11.5t35.5 -12.5t29 -10.5q211 -73 342 -73h121q192 0 192 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5q32 1 53.5 47t21.5 81zM1536 769
-q0 -89 -49 -163q9 -33 9 -69q0 -77 -38 -144q3 -21 3 -43q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5h-36h-93q-96 0 -189.5 22.5t-216.5 65.5q-116 40 -138 40h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h274q36 24 137 155q58 75 107 128
-q24 25 35.5 85.5t30.5 126.5t62 108q39 37 90 37q84 0 151 -32.5t102 -101.5t35 -186q0 -93 -48 -192h176q104 0 180 -76t76 -179z" />
- <glyph glyph-name="thumbs_down_alt" unicode="&#xf088;"
-d="M256 1088q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 512q0 35 -21.5 81t-53.5 47q15 17 25 47.5t10 55.5q0 69 -53 119q18 31 18 69q0 37 -17.5 73.5t-47.5 52.5q5 30 5 56q0 85 -49 126t-136 41h-128q-131 0 -342 -73q-5 -2 -29 -10.5
-t-35.5 -12.5t-35 -11.5t-38 -11t-33 -6.5t-31.5 -3h-32v-640h32q16 0 35.5 -9t40 -27t38.5 -35.5t40 -44t34.5 -42.5t31.5 -41t23 -30q55 -68 77 -91q41 -43 59.5 -109.5t30.5 -125.5t38 -85q96 0 128 47t32 145q0 59 -48 160.5t-48 159.5h352q50 0 89 38.5t39 89.5z
-M1536 511q0 -103 -76 -179t-180 -76h-176q48 -99 48 -192q0 -118 -35 -186q-35 -69 -102 -101.5t-151 -32.5q-51 0 -90 37q-34 33 -54 82t-25.5 90.5t-17.5 84.5t-31 64q-48 50 -107 127q-101 131 -137 155h-274q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5
-h288q22 0 138 40q128 44 223 66t200 22h112q140 0 226.5 -79t85.5 -216v-5q60 -77 60 -178q0 -22 -3 -43q38 -67 38 -144q0 -36 -9 -69q49 -73 49 -163z" />
- <glyph glyph-name="star_half" unicode="&#xf089;" horiz-adv-x="896"
-d="M832 1504v-1339l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41z" />
- <glyph glyph-name="heart_empty" unicode="&#xf08a;" horiz-adv-x="1792"
-d="M1664 940q0 81 -21.5 143t-55 98.5t-81.5 59.5t-94 31t-98 8t-112 -25.5t-110.5 -64t-86.5 -72t-60 -61.5q-18 -22 -49 -22t-49 22q-24 28 -60 61.5t-86.5 72t-110.5 64t-112 25.5t-98 -8t-94 -31t-81.5 -59.5t-55 -98.5t-21.5 -143q0 -168 187 -355l581 -560l580 559
-q188 188 188 356zM1792 940q0 -221 -229 -450l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5
-q224 0 351 -124t127 -344z" />
- <glyph glyph-name="signout" unicode="&#xf08b;" horiz-adv-x="1664"
-d="M640 96q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h320q13 0 22.5 -9.5t9.5 -22.5q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-66 0 -113 -47t-47 -113v-704
-q0 -66 47 -113t113 -47h288h11h13t11.5 -1t11.5 -3t8 -5.5t7 -9t2 -13.5zM1568 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45z" />
- <glyph glyph-name="linkedin_sign" unicode="&#xf08c;"
-d="M237 122h231v694h-231v-694zM483 1030q-1 52 -36 86t-93 34t-94.5 -34t-36.5 -86q0 -51 35.5 -85.5t92.5 -34.5h1q59 0 95 34.5t36 85.5zM1068 122h231v398q0 154 -73 233t-193 79q-136 0 -209 -117h2v101h-231q3 -66 0 -694h231v388q0 38 7 56q15 35 45 59.5t74 24.5
-q116 0 116 -157v-371zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="pushpin" unicode="&#xf08d;" horiz-adv-x="1152"
-d="M480 672v448q0 14 -9 23t-23 9t-23 -9t-9 -23v-448q0 -14 9 -23t23 -9t23 9t9 23zM1152 320q0 -26 -19 -45t-45 -19h-429l-51 -483q-2 -12 -10.5 -20.5t-20.5 -8.5h-1q-27 0 -32 27l-76 485h-404q-26 0 -45 19t-19 45q0 123 78.5 221.5t177.5 98.5v512q-52 0 -90 38
-t-38 90t38 90t90 38h640q52 0 90 -38t38 -90t-38 -90t-90 -38v-512q99 0 177.5 -98.5t78.5 -221.5z" />
- <glyph glyph-name="external_link" unicode="&#xf08e;" horiz-adv-x="1792"
-d="M1408 608v-320q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v320
-q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1792 1472v-512q0 -26 -19 -45t-45 -19t-45 19l-176 176l-652 -652q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l652 652l-176 176q-19 19 -19 45t19 45t45 19h512q26 0 45 -19t19 -45z" />
- <glyph glyph-name="signin" unicode="&#xf090;"
-d="M1184 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45zM1536 992v-704q0 -119 -84.5 -203.5t-203.5 -84.5h-320q-13 0 -22.5 9.5t-9.5 22.5
-q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q66 0 113 47t47 113v704q0 66 -47 113t-113 47h-288h-11h-13t-11.5 1t-11.5 3t-8 5.5t-7 9t-2 13.5q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="trophy" unicode="&#xf091;" horiz-adv-x="1664"
-d="M458 653q-74 162 -74 371h-256v-96q0 -78 94.5 -162t235.5 -113zM1536 928v96h-256q0 -209 -74 -371q141 29 235.5 113t94.5 162zM1664 1056v-128q0 -71 -41.5 -143t-112 -130t-173 -97.5t-215.5 -44.5q-42 -54 -95 -95q-38 -34 -52.5 -72.5t-14.5 -89.5q0 -54 30.5 -91
-t97.5 -37q75 0 133.5 -45.5t58.5 -114.5v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 69 58.5 114.5t133.5 45.5q67 0 97.5 37t30.5 91q0 51 -14.5 89.5t-52.5 72.5q-53 41 -95 95q-113 5 -215.5 44.5t-173 97.5t-112 130t-41.5 143v128q0 40 28 68t68 28h288v96
-q0 66 47 113t113 47h576q66 0 113 -47t47 -113v-96h288q40 0 68 -28t28 -68z" />
- <glyph glyph-name="github_sign" unicode="&#xf092;"
-d="M519 336q4 6 -3 13q-9 7 -14 2q-4 -6 3 -13q9 -7 14 -2zM491 377q-5 7 -12 4q-6 -4 0 -12q7 -8 12 -5q6 4 0 13zM450 417q2 4 -5 8q-7 2 -8 -2q-3 -5 4 -8q8 -2 9 2zM471 394q2 1 1.5 4.5t-3.5 5.5q-6 7 -10 3t1 -11q6 -6 11 -2zM557 319q2 7 -9 11q-9 3 -13 -4
-q-2 -7 9 -11q9 -3 13 4zM599 316q0 8 -12 8q-10 0 -10 -8t11 -8t11 8zM638 323q-2 7 -13 5t-9 -9q2 -8 12 -6t10 10zM1280 640q0 212 -150 362t-362 150t-362 -150t-150 -362q0 -167 98 -300.5t252 -185.5q18 -3 26.5 5t8.5 20q0 52 -1 95q-6 -1 -15.5 -2.5t-35.5 -2t-48 4
-t-43.5 20t-29.5 41.5q-23 59 -57 74q-2 1 -4.5 3.5l-8 8t-7 9.5t4 7.5t19.5 3.5q6 0 15 -2t30 -15.5t33 -35.5q16 -28 37.5 -42t43.5 -14t38 3.5t30 9.5q7 47 33 69q-49 6 -86 18.5t-73 39t-55.5 76t-19.5 119.5q0 79 53 137q-24 62 5 136q19 6 54.5 -7.5t60.5 -29.5l26 -16
-q58 17 128 17t128 -17q11 7 28.5 18t55.5 26t57 9q29 -74 5 -136q53 -58 53 -137q0 -57 -14 -100.5t-35.5 -70t-53.5 -44.5t-62.5 -26t-68.5 -12q35 -31 35 -95q0 -40 -0.5 -89t-0.5 -51q0 -12 8.5 -20t26.5 -5q154 52 252 185.5t98 300.5zM1536 1120v-960
-q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="upload_alt" unicode="&#xf093;" horiz-adv-x="1664"
-d="M1280 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 288v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h427q21 -56 70.5 -92
-t110.5 -36h256q61 0 110.5 36t70.5 92h427q40 0 68 -28t28 -68zM1339 936q-17 -40 -59 -40h-256v-448q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v448h-256q-42 0 -59 40q-17 39 14 69l448 448q18 19 45 19t45 -19l448 -448q31 -30 14 -69z" />
- <glyph glyph-name="lemon" unicode="&#xf094;"
-d="M1407 710q0 44 -7 113.5t-18 96.5q-12 30 -17 44t-9 36.5t-4 48.5q0 23 5 68.5t5 67.5q0 37 -10 55q-4 1 -13 1q-19 0 -58 -4.5t-59 -4.5q-60 0 -176 24t-175 24q-43 0 -94.5 -11.5t-85 -23.5t-89.5 -34q-137 -54 -202 -103q-96 -73 -159.5 -189.5t-88 -236t-24.5 -248.5
-q0 -40 12.5 -120t12.5 -121q0 -23 -11 -66.5t-11 -65.5t12 -36.5t34 -14.5q24 0 72.5 11t73.5 11q57 0 169.5 -15.5t169.5 -15.5q181 0 284 36q129 45 235.5 152.5t166 245.5t59.5 275zM1535 712q0 -165 -70 -327.5t-196 -288t-281 -180.5q-124 -44 -326 -44
-q-57 0 -170 14.5t-169 14.5q-24 0 -72.5 -14.5t-73.5 -14.5q-73 0 -123.5 55.5t-50.5 128.5q0 24 11 68t11 67q0 40 -12.5 120.5t-12.5 121.5q0 111 18 217.5t54.5 209.5t100.5 194t150 156q78 59 232 120q194 78 316 78q60 0 175.5 -24t173.5 -24q19 0 57 5t58 5
-q81 0 118 -50.5t37 -134.5q0 -23 -5 -68t-5 -68q0 -13 2 -25t3.5 -16.5t7.5 -20.5t8 -20q16 -40 25 -118.5t9 -136.5z" />
- <glyph glyph-name="phone" unicode="&#xf095;" horiz-adv-x="1408"
-d="M1408 296q0 -27 -10 -70.5t-21 -68.5q-21 -50 -122 -106q-94 -51 -186 -51q-27 0 -53 3.5t-57.5 12.5t-47 14.5t-55.5 20.5t-49 18q-98 35 -175 83q-127 79 -264 216t-216 264q-48 77 -83 175q-3 9 -18 49t-20.5 55.5t-14.5 47t-12.5 57.5t-3.5 53q0 92 51 186
-q56 101 106 122q25 11 68.5 21t70.5 10q14 0 21 -3q18 -6 53 -76q11 -19 30 -54t35 -63.5t31 -53.5q3 -4 17.5 -25t21.5 -35.5t7 -28.5q0 -20 -28.5 -50t-62 -55t-62 -53t-28.5 -46q0 -9 5 -22.5t8.5 -20.5t14 -24t11.5 -19q76 -137 174 -235t235 -174q2 -1 19 -11.5t24 -14
-t20.5 -8.5t22.5 -5q18 0 46 28.5t53 62t55 62t50 28.5q14 0 28.5 -7t35.5 -21.5t25 -17.5q25 -15 53.5 -31t63.5 -35t54 -30q70 -35 76 -53q3 -7 3 -21z" />
- <glyph glyph-name="check_empty" unicode="&#xf096;" horiz-adv-x="1408"
-d="M1120 1280h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v832q0 66 -47 113t-113 47zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832
-q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="bookmark_empty" unicode="&#xf097;" horiz-adv-x="1280"
-d="M1152 1280h-1024v-1242l423 406l89 85l89 -85l423 -406v1242zM1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289
-q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
- <glyph glyph-name="phone_sign" unicode="&#xf098;"
-d="M1280 343q0 11 -2 16t-18 16.5t-40.5 25t-47.5 26.5t-45.5 25t-28.5 15q-5 3 -19 13t-25 15t-21 5q-15 0 -36.5 -20.5t-39.5 -45t-38.5 -45t-33.5 -20.5q-7 0 -16.5 3.5t-15.5 6.5t-17 9.5t-14 8.5q-99 55 -170 126.5t-127 170.5q-2 3 -8.5 14t-9.5 17t-6.5 15.5
-t-3.5 16.5q0 13 20.5 33.5t45 38.5t45 39.5t20.5 36.5q0 10 -5 21t-15 25t-13 19q-3 6 -15 28.5t-25 45.5t-26.5 47.5t-25 40.5t-16.5 18t-16 2q-48 0 -101 -22q-46 -21 -80 -94.5t-34 -130.5q0 -16 2.5 -34t5 -30.5t9 -33t10 -29.5t12.5 -33t11 -30q60 -164 216.5 -320.5
-t320.5 -216.5q6 -2 30 -11t33 -12.5t29.5 -10t33 -9t30.5 -5t34 -2.5q57 0 130.5 34t94.5 80q22 53 22 101zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z
-" />
- <glyph glyph-name="twitter" unicode="&#xf099;" horiz-adv-x="1664"
-d="M1620 1128q-67 -98 -162 -167q1 -14 1 -42q0 -130 -38 -259.5t-115.5 -248.5t-184.5 -210.5t-258 -146t-323 -54.5q-271 0 -496 145q35 -4 78 -4q225 0 401 138q-105 2 -188 64.5t-114 159.5q33 -5 61 -5q43 0 85 11q-112 23 -185.5 111.5t-73.5 205.5v4q68 -38 146 -41
-q-66 44 -105 115t-39 154q0 88 44 163q121 -149 294.5 -238.5t371.5 -99.5q-8 38 -8 74q0 134 94.5 228.5t228.5 94.5q140 0 236 -102q109 21 205 78q-37 -115 -142 -178q93 10 186 50z" />
- <glyph glyph-name="facebook" unicode="&#xf09a;" horiz-adv-x="1024"
-d="M959 1524v-264h-157q-86 0 -116 -36t-30 -108v-189h293l-39 -296h-254v-759h-306v759h-255v296h255v218q0 186 104 288.5t277 102.5q147 0 228 -12z" />
- <glyph glyph-name="github" unicode="&#xf09b;"
-d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5q0 -251 -146.5 -451.5t-378.5 -277.5q-27 -5 -40 7t-13 30q0 3 0.5 76.5t0.5 134.5q0 97 -52 142q57 6 102.5 18t94 39t81 66.5t53 105t20.5 150.5q0 119 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24
-q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-85 13.5q-45 -113 -8 -204q-79 -87 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-39 -36 -49 -103q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5
-t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -88.5t0.5 -54.5q0 -18 -13 -30t-40 -7q-232 77 -378.5 277.5t-146.5 451.5q0 209 103 385.5t279.5 279.5t385.5 103zM291 305q3 7 -7 12
-q-10 3 -13 -2q-3 -7 7 -12q9 -6 13 2zM322 271q7 5 -2 16q-10 9 -16 3q-7 -5 2 -16q10 -10 16 -3zM352 226q9 7 0 19q-8 13 -17 6q-9 -5 0 -18t17 -7zM394 184q8 8 -4 19q-12 12 -20 3q-9 -8 4 -19q12 -12 20 -3zM451 159q3 11 -13 16q-15 4 -19 -7t13 -15q15 -6 19 6z
-M514 154q0 13 -17 11q-16 0 -16 -11q0 -13 17 -11q16 0 16 11zM572 164q-2 11 -18 9q-16 -3 -14 -15t18 -8t14 14z" />
- <glyph glyph-name="unlock" unicode="&#xf09c;" horiz-adv-x="1664"
-d="M1664 960v-256q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-192h96q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h672v192q0 185 131.5 316.5t316.5 131.5
-t316.5 -131.5t131.5 -316.5z" />
- <glyph glyph-name="credit_card" unicode="&#xf09d;" horiz-adv-x="1920"
-d="M1760 1408q66 0 113 -47t47 -113v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600zM160 1280q-13 0 -22.5 -9.5t-9.5 -22.5v-224h1664v224q0 13 -9.5 22.5t-22.5 9.5h-1600zM1760 0q13 0 22.5 9.5t9.5 22.5v608h-1664v-608
-q0 -13 9.5 -22.5t22.5 -9.5h1600zM256 128v128h256v-128h-256zM640 128v128h384v-128h-384z" />
- <glyph glyph-name="rss" unicode="&#xf09e;" horiz-adv-x="1408"
-d="M384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 69q2 -28 -17 -48q-18 -21 -47 -21h-135q-25 0 -43 16.5t-20 41.5q-22 229 -184.5 391.5t-391.5 184.5q-25 2 -41.5 20t-16.5 43v135q0 29 21 47q17 17 43 17h5q160 -13 306 -80.5
-t259 -181.5q114 -113 181.5 -259t80.5 -306zM1408 67q2 -27 -18 -47q-18 -20 -46 -20h-143q-26 0 -44.5 17.5t-19.5 42.5q-12 215 -101 408.5t-231.5 336t-336 231.5t-408.5 102q-25 1 -42.5 19.5t-17.5 43.5v143q0 28 20 46q18 18 44 18h3q262 -13 501.5 -120t425.5 -294
-q187 -186 294 -425.5t120 -501.5z" />
- <glyph glyph-name="hdd" unicode="&#xf0a0;"
-d="M1040 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1296 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1408 160v320q0 13 -9.5 22.5t-22.5 9.5
-h-1216q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5zM178 640h1180l-157 482q-4 13 -16 21.5t-26 8.5h-782q-14 0 -26 -8.5t-16 -21.5zM1536 480v-320q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v320q0 25 16 75
-l197 606q17 53 63 86t101 33h782q55 0 101 -33t63 -86l197 -606q16 -50 16 -75z" />
- <glyph glyph-name="bullhorn" unicode="&#xf0a1;" horiz-adv-x="1792"
-d="M1664 896q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5v-384q0 -52 -38 -90t-90 -38q-417 347 -812 380q-58 -19 -91 -66t-31 -100.5t40 -92.5q-20 -33 -23 -65.5t6 -58t33.5 -55t48 -50t61.5 -50.5q-29 -58 -111.5 -83t-168.5 -11.5t-132 55.5q-7 23 -29.5 87.5
-t-32 94.5t-23 89t-15 101t3.5 98.5t22 110.5h-122q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h480q435 0 896 384q52 0 90 -38t38 -90v-384zM1536 292v954q-394 -302 -768 -343v-270q377 -42 768 -341z" />
- <glyph glyph-name="bell" unicode="&#xf0a2;" horiz-adv-x="1792"
-d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM246 128h1300q-266 300 -266 832q0 51 -24 105t-69 103t-121.5 80.5t-169.5 31.5t-169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -532 -266 -832z
-M1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5
-t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" />
- <glyph glyph-name="certificate" unicode="&#xf0a3;"
-d="M1376 640l138 -135q30 -28 20 -70q-12 -41 -52 -51l-188 -48l53 -186q12 -41 -19 -70q-29 -31 -70 -19l-186 53l-48 -188q-10 -40 -51 -52q-12 -2 -19 -2q-31 0 -51 22l-135 138l-135 -138q-28 -30 -70 -20q-41 11 -51 52l-48 188l-186 -53q-41 -12 -70 19q-31 29 -19 70
-l53 186l-188 48q-40 10 -52 51q-10 42 20 70l138 135l-138 135q-30 28 -20 70q12 41 52 51l188 48l-53 186q-12 41 19 70q29 31 70 19l186 -53l48 188q10 41 51 51q41 12 70 -19l135 -139l135 139q29 30 70 19q41 -10 51 -51l48 -188l186 53q41 12 70 -19q31 -29 19 -70
-l-53 -186l188 -48q40 -10 52 -51q10 -42 -20 -70z" />
- <glyph glyph-name="hand_right" unicode="&#xf0a4;" horiz-adv-x="1792"
-d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 768q0 51 -39 89.5t-89 38.5h-576q0 20 15 48.5t33 55t33 68t15 84.5q0 67 -44.5 97.5t-115.5 30.5q-24 0 -90 -139q-24 -44 -37 -65q-40 -64 -112 -145q-71 -81 -101 -106
-q-69 -57 -140 -57h-32v-640h32q72 0 167 -32t193.5 -64t179.5 -32q189 0 189 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5h331q52 0 90 38t38 90zM1792 769q0 -105 -75.5 -181t-180.5 -76h-169q-4 -62 -37 -119q3 -21 3 -43
-q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5q-133 0 -322 69q-164 59 -223 59h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h288q10 0 21.5 4.5t23.5 14t22.5 18t24 22.5t20.5 21.5t19 21.5t14 17q65 74 100 129q13 21 33 62t37 72t40.5 63t55 49.5
-t69.5 17.5q125 0 206.5 -67t81.5 -189q0 -68 -22 -128h374q104 0 180 -76t76 -179z" />
- <glyph glyph-name="hand_left" unicode="&#xf0a5;" horiz-adv-x="1792"
-d="M1376 128h32v640h-32q-35 0 -67.5 12t-62.5 37t-50 46t-49 54q-8 9 -12 14q-72 81 -112 145q-14 22 -38 68q-1 3 -10.5 22.5t-18.5 36t-20 35.5t-21.5 30.5t-18.5 11.5q-71 0 -115.5 -30.5t-44.5 -97.5q0 -43 15 -84.5t33 -68t33 -55t15 -48.5h-576q-50 0 -89 -38.5
-t-39 -89.5q0 -52 38 -90t90 -38h331q-15 -17 -25 -47.5t-10 -55.5q0 -69 53 -119q-18 -32 -18 -69t17.5 -73.5t47.5 -52.5q-4 -24 -4 -56q0 -85 48.5 -126t135.5 -41q84 0 183 32t194 64t167 32zM1664 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45z
-M1792 768v-640q0 -53 -37.5 -90.5t-90.5 -37.5h-288q-59 0 -223 -59q-190 -69 -317 -69q-142 0 -230 77.5t-87 217.5l1 5q-61 76 -61 178q0 22 3 43q-33 57 -37 119h-169q-105 0 -180.5 76t-75.5 181q0 103 76 179t180 76h374q-22 60 -22 128q0 122 81.5 189t206.5 67
-q38 0 69.5 -17.5t55 -49.5t40.5 -63t37 -72t33 -62q35 -55 100 -129q2 -3 14 -17t19 -21.5t20.5 -21.5t24 -22.5t22.5 -18t23.5 -14t21.5 -4.5h288q53 0 90.5 -37.5t37.5 -90.5z" />
- <glyph glyph-name="hand_up" unicode="&#xf0a6;"
-d="M1280 -64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 700q0 189 -167 189q-26 0 -56 -5q-16 30 -52.5 47.5t-73.5 17.5t-69 -18q-50 53 -119 53q-25 0 -55.5 -10t-47.5 -25v331q0 52 -38 90t-90 38q-51 0 -89.5 -39t-38.5 -89v-576
-q-20 0 -48.5 15t-55 33t-68 33t-84.5 15q-67 0 -97.5 -44.5t-30.5 -115.5q0 -24 139 -90q44 -24 65 -37q64 -40 145 -112q81 -71 106 -101q57 -69 57 -140v-32h640v32q0 72 32 167t64 193.5t32 179.5zM1536 705q0 -133 -69 -322q-59 -164 -59 -223v-288q0 -53 -37.5 -90.5
-t-90.5 -37.5h-640q-53 0 -90.5 37.5t-37.5 90.5v288q0 10 -4.5 21.5t-14 23.5t-18 22.5t-22.5 24t-21.5 20.5t-21.5 19t-17 14q-74 65 -129 100q-21 13 -62 33t-72 37t-63 40.5t-49.5 55t-17.5 69.5q0 125 67 206.5t189 81.5q68 0 128 -22v374q0 104 76 180t179 76
-q105 0 181 -75.5t76 -180.5v-169q62 -4 119 -37q21 3 43 3q101 0 178 -60q139 1 219.5 -85t80.5 -227z" />
- <glyph glyph-name="hand_down" unicode="&#xf0a7;"
-d="M1408 576q0 84 -32 183t-64 194t-32 167v32h-640v-32q0 -35 -12 -67.5t-37 -62.5t-46 -50t-54 -49q-9 -8 -14 -12q-81 -72 -145 -112q-22 -14 -68 -38q-3 -1 -22.5 -10.5t-36 -18.5t-35.5 -20t-30.5 -21.5t-11.5 -18.5q0 -71 30.5 -115.5t97.5 -44.5q43 0 84.5 15t68 33
-t55 33t48.5 15v-576q0 -50 38.5 -89t89.5 -39q52 0 90 38t38 90v331q46 -35 103 -35q69 0 119 53q32 -18 69 -18t73.5 17.5t52.5 47.5q24 -4 56 -4q85 0 126 48.5t41 135.5zM1280 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 580
-q0 -142 -77.5 -230t-217.5 -87l-5 1q-76 -61 -178 -61q-22 0 -43 3q-54 -30 -119 -37v-169q0 -105 -76 -180.5t-181 -75.5q-103 0 -179 76t-76 180v374q-54 -22 -128 -22q-121 0 -188.5 81.5t-67.5 206.5q0 38 17.5 69.5t49.5 55t63 40.5t72 37t62 33q55 35 129 100
-q3 2 17 14t21.5 19t21.5 20.5t22.5 24t18 22.5t14 23.5t4.5 21.5v288q0 53 37.5 90.5t90.5 37.5h640q53 0 90.5 -37.5t37.5 -90.5v-288q0 -59 59 -223q69 -190 69 -317z" />
- <glyph glyph-name="circle_arrow_left" unicode="&#xf0a8;"
-d="M1280 576v128q0 26 -19 45t-45 19h-502l189 189q19 19 19 45t-19 45l-91 91q-18 18 -45 18t-45 -18l-362 -362l-91 -91q-18 -18 -18 -45t18 -45l91 -91l362 -362q18 -18 45 -18t45 18l91 91q18 18 18 45t-18 45l-189 189h502q26 0 45 19t19 45zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="circle_arrow_right" unicode="&#xf0a9;"
-d="M1285 640q0 27 -18 45l-91 91l-362 362q-18 18 -45 18t-45 -18l-91 -91q-18 -18 -18 -45t18 -45l189 -189h-502q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h502l-189 -189q-19 -19 -19 -45t19 -45l91 -91q18 -18 45 -18t45 18l362 362l91 91q18 18 18 45zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="circle_arrow_up" unicode="&#xf0aa;"
-d="M1284 641q0 27 -18 45l-362 362l-91 91q-18 18 -45 18t-45 -18l-91 -91l-362 -362q-18 -18 -18 -45t18 -45l91 -91q18 -18 45 -18t45 18l189 189v-502q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v502l189 -189q19 -19 45 -19t45 19l91 91q18 18 18 45zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="circle_arrow_down" unicode="&#xf0ab;"
-d="M1284 639q0 27 -18 45l-91 91q-18 18 -45 18t-45 -18l-189 -189v502q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-502l-189 189q-19 19 -45 19t-45 -19l-91 -91q-18 -18 -18 -45t18 -45l362 -362l91 -91q18 -18 45 -18t45 18l91 91l362 362q18 18 18 45zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="globe" unicode="&#xf0ac;"
-d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1042 887q-2 -1 -9.5 -9.5t-13.5 -9.5q2 0 4.5 5t5 11t3.5 7q6 7 22 15q14 6 52 12q34 8 51 -11
-q-2 2 9.5 13t14.5 12q3 2 15 4.5t15 7.5l2 22q-12 -1 -17.5 7t-6.5 21q0 -2 -6 -8q0 7 -4.5 8t-11.5 -1t-9 -1q-10 3 -15 7.5t-8 16.5t-4 15q-2 5 -9.5 11t-9.5 10q-1 2 -2.5 5.5t-3 6.5t-4 5.5t-5.5 2.5t-7 -5t-7.5 -10t-4.5 -5q-3 2 -6 1.5t-4.5 -1t-4.5 -3t-5 -3.5
-q-3 -2 -8.5 -3t-8.5 -2q15 5 -1 11q-10 4 -16 3q9 4 7.5 12t-8.5 14h5q-1 4 -8.5 8.5t-17.5 8.5t-13 6q-8 5 -34 9.5t-33 0.5q-5 -6 -4.5 -10.5t4 -14t3.5 -12.5q1 -6 -5.5 -13t-6.5 -12q0 -7 14 -15.5t10 -21.5q-3 -8 -16 -16t-16 -12q-5 -8 -1.5 -18.5t10.5 -16.5
-q2 -2 1.5 -4t-3.5 -4.5t-5.5 -4t-6.5 -3.5l-3 -2q-11 -5 -20.5 6t-13.5 26q-7 25 -16 30q-23 8 -29 -1q-5 13 -41 26q-25 9 -58 4q6 1 0 15q-7 15 -19 12q3 6 4 17.5t1 13.5q3 13 12 23q1 1 7 8.5t9.5 13.5t0.5 6q35 -4 50 11q5 5 11.5 17t10.5 17q9 6 14 5.5t14.5 -5.5
-t14.5 -5q14 -1 15.5 11t-7.5 20q12 -1 3 17q-4 7 -8 9q-12 4 -27 -5q-8 -4 2 -8q-1 1 -9.5 -10.5t-16.5 -17.5t-16 5q-1 1 -5.5 13.5t-9.5 13.5q-8 0 -16 -15q3 8 -11 15t-24 8q19 12 -8 27q-7 4 -20.5 5t-19.5 -4q-5 -7 -5.5 -11.5t5 -8t10.5 -5.5t11.5 -4t8.5 -3
-q14 -10 8 -14q-2 -1 -8.5 -3.5t-11.5 -4.5t-6 -4q-3 -4 0 -14t-2 -14q-5 5 -9 17.5t-7 16.5q7 -9 -25 -6l-10 1q-4 0 -16 -2t-20.5 -1t-13.5 8q-4 8 0 20q1 4 4 2q-4 3 -11 9.5t-10 8.5q-46 -15 -94 -41q6 -1 12 1q5 2 13 6.5t10 5.5q34 14 42 7l5 5q14 -16 20 -25
-q-7 4 -30 1q-20 -6 -22 -12q7 -12 5 -18q-4 3 -11.5 10t-14.5 11t-15 5q-16 0 -22 -1q-146 -80 -235 -222q7 -7 12 -8q4 -1 5 -9t2.5 -11t11.5 3q9 -8 3 -19q1 1 44 -27q19 -17 21 -21q3 -11 -10 -18q-1 2 -9 9t-9 4q-3 -5 0.5 -18.5t10.5 -12.5q-7 0 -9.5 -16t-2.5 -35.5
-t-1 -23.5l2 -1q-3 -12 5.5 -34.5t21.5 -19.5q-13 -3 20 -43q6 -8 8 -9q3 -2 12 -7.5t15 -10t10 -10.5q4 -5 10 -22.5t14 -23.5q-2 -6 9.5 -20t10.5 -23q-1 0 -2.5 -1t-2.5 -1q3 -7 15.5 -14t15.5 -13q1 -3 2 -10t3 -11t8 -2q2 20 -24 62q-15 25 -17 29q-3 5 -5.5 15.5
-t-4.5 14.5q2 0 6 -1.5t8.5 -3.5t7.5 -4t2 -3q-3 -7 2 -17.5t12 -18.5t17 -19t12 -13q6 -6 14 -19.5t0 -13.5q9 0 20 -10.5t17 -19.5q5 -8 8 -26t5 -24q2 -7 8.5 -13.5t12.5 -9.5l16 -8t13 -7q5 -2 18.5 -10.5t21.5 -11.5q10 -4 16 -4t14.5 2.5t13.5 3.5q15 2 29 -15t21 -21
-q36 -19 55 -11q-2 -1 0.5 -7.5t8 -15.5t9 -14.5t5.5 -8.5q5 -6 18 -15t18 -15q6 4 7 9q-3 -8 7 -20t18 -10q14 3 14 32q-31 -15 -49 18q0 1 -2.5 5.5t-4 8.5t-2.5 8.5t0 7.5t5 3q9 0 10 3.5t-2 12.5t-4 13q-1 8 -11 20t-12 15q-5 -9 -16 -8t-16 9q0 -1 -1.5 -5.5t-1.5 -6.5
-q-13 0 -15 1q1 3 2.5 17.5t3.5 22.5q1 4 5.5 12t7.5 14.5t4 12.5t-4.5 9.5t-17.5 2.5q-19 -1 -26 -20q-1 -3 -3 -10.5t-5 -11.5t-9 -7q-7 -3 -24 -2t-24 5q-13 8 -22.5 29t-9.5 37q0 10 2.5 26.5t3 25t-5.5 24.5q3 2 9 9.5t10 10.5q2 1 4.5 1.5t4.5 0t4 1.5t3 6q-1 1 -4 3
-q-3 3 -4 3q7 -3 28.5 1.5t27.5 -1.5q15 -11 22 2q0 1 -2.5 9.5t-0.5 13.5q5 -27 29 -9q3 -3 15.5 -5t17.5 -5q3 -2 7 -5.5t5.5 -4.5t5 0.5t8.5 6.5q10 -14 12 -24q11 -40 19 -44q7 -3 11 -2t4.5 9.5t0 14t-1.5 12.5l-1 8v18l-1 8q-15 3 -18.5 12t1.5 18.5t15 18.5q1 1 8 3.5
-t15.5 6.5t12.5 8q21 19 15 35q7 0 11 9q-1 0 -5 3t-7.5 5t-4.5 2q9 5 2 16q5 3 7.5 11t7.5 10q9 -12 21 -2q8 8 1 16q5 7 20.5 10.5t18.5 9.5q7 -2 8 2t1 12t3 12q4 5 15 9t13 5l17 11q3 4 0 4q18 -2 31 11q10 11 -6 20q3 6 -3 9.5t-15 5.5q3 1 11.5 0.5t10.5 1.5
-q15 10 -7 16q-17 5 -43 -12zM879 10q206 36 351 189q-3 3 -12.5 4.5t-12.5 3.5q-18 7 -24 8q1 7 -2.5 13t-8 9t-12.5 8t-11 7q-2 2 -7 6t-7 5.5t-7.5 4.5t-8.5 2t-10 -1l-3 -1q-3 -1 -5.5 -2.5t-5.5 -3t-4 -3t0 -2.5q-21 17 -36 22q-5 1 -11 5.5t-10.5 7t-10 1.5t-11.5 -7
-q-5 -5 -6 -15t-2 -13q-7 5 0 17.5t2 18.5q-3 6 -10.5 4.5t-12 -4.5t-11.5 -8.5t-9 -6.5t-8.5 -5.5t-8.5 -7.5q-3 -4 -6 -12t-5 -11q-2 4 -11.5 6.5t-9.5 5.5q2 -10 4 -35t5 -38q7 -31 -12 -48q-27 -25 -29 -40q-4 -22 12 -26q0 -7 -8 -20.5t-7 -21.5q0 -6 2 -16z" />
- <glyph glyph-name="wrench" unicode="&#xf0ad;" horiz-adv-x="1664"
-d="M384 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1028 484l-682 -682q-37 -37 -90 -37q-52 0 -91 37l-106 108q-38 36 -38 90q0 53 38 91l681 681q39 -98 114.5 -173.5t173.5 -114.5zM1662 919q0 -39 -23 -106q-47 -134 -164.5 -217.5
-t-258.5 -83.5q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q58 0 121.5 -16.5t107.5 -46.5q16 -11 16 -28t-16 -28l-293 -169v-224l193 -107q5 3 79 48.5t135.5 81t70.5 35.5q15 0 23.5 -10t8.5 -25z" />
- <glyph glyph-name="tasks" unicode="&#xf0ae;" horiz-adv-x="1792"
-d="M1024 128h640v128h-640v-128zM640 640h1024v128h-1024v-128zM1280 1152h384v128h-384v-128zM1792 320v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 832v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19
-t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
- <glyph glyph-name="filter" unicode="&#xf0b0;" horiz-adv-x="1408"
-d="M1403 1241q17 -41 -14 -70l-493 -493v-742q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-256 256q-19 19 -19 45v486l-493 493q-31 29 -14 70q17 39 59 39h1280q42 0 59 -39z" />
- <glyph glyph-name="briefcase" unicode="&#xf0b1;" horiz-adv-x="1792"
-d="M640 1280h512v128h-512v-128zM1792 640v-480q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v480h672v-160q0 -26 19 -45t45 -19h320q26 0 45 19t19 45v160h672zM1024 640v-128h-256v128h256zM1792 1120v-384h-1792v384q0 66 47 113t113 47h352v160q0 40 28 68
-t68 28h576q40 0 68 -28t28 -68v-160h352q66 0 113 -47t47 -113z" />
- <glyph glyph-name="fullscreen" unicode="&#xf0b2;"
-d="M1283 995l-355 -355l355 -355l144 144q29 31 70 14q39 -17 39 -59v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l144 144l-355 355l-355 -355l144 -144q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l144 -144
-l355 355l-355 355l-144 -144q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v448q0 26 19 45t45 19h448q42 0 59 -40q17 -39 -14 -69l-144 -144l355 -355l355 355l-144 144q-31 30 -14 69q17 40 59 40h448q26 0 45 -19t19 -45v-448q0 -42 -39 -59q-13 -5 -25 -5q-26 0 -45 19z
-" />
- <glyph glyph-name="group" unicode="&#xf0c0;" horiz-adv-x="1920"
-d="M593 640q-162 -5 -265 -128h-134q-82 0 -138 40.5t-56 118.5q0 353 124 353q6 0 43.5 -21t97.5 -42.5t119 -21.5q67 0 133 23q-5 -37 -5 -66q0 -139 81 -256zM1664 3q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5
-t43 97.5t62 81t85.5 53.5t111.5 20q10 0 43 -21.5t73 -48t107 -48t135 -21.5t135 21.5t107 48t73 48t43 21.5q61 0 111.5 -20t85.5 -53.5t62 -81t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM640 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75
-t75 -181zM1344 896q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5zM1920 671q0 -78 -56 -118.5t-138 -40.5h-134q-103 123 -265 128q81 117 81 256q0 29 -5 66q66 -23 133 -23q59 0 119 21.5t97.5 42.5
-t43.5 21q124 0 124 -353zM1792 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181z" />
- <glyph glyph-name="link" unicode="&#xf0c1;" horiz-adv-x="1664"
-d="M1456 320q0 40 -28 68l-208 208q-28 28 -68 28q-42 0 -72 -32q3 -3 19 -18.5t21.5 -21.5t15 -19t13 -25.5t3.5 -27.5q0 -40 -28 -68t-68 -28q-15 0 -27.5 3.5t-25.5 13t-19 15t-21.5 21.5t-18.5 19q-33 -31 -33 -73q0 -40 28 -68l206 -207q27 -27 68 -27q40 0 68 26
-l147 146q28 28 28 67zM753 1025q0 40 -28 68l-206 207q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l208 -208q27 -27 68 -27q42 0 72 31q-3 3 -19 18.5t-21.5 21.5t-15 19t-13 25.5t-3.5 27.5q0 40 28 68t68 28q15 0 27.5 -3.5t25.5 -13t19 -15
-t21.5 -21.5t18.5 -19q33 31 33 73zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-206 207q-83 83 -83 203q0 123 88 209l-88 88q-86 -88 -208 -88q-120 0 -204 84l-208 208q-84 84 -84 204t85 203l147 146q83 83 203 83q121 0 204 -85l206 -207
-q83 -83 83 -203q0 -123 -88 -209l88 -88q86 88 208 88q120 0 204 -84l208 -208q84 -84 84 -204z" />
- <glyph glyph-name="cloud" unicode="&#xf0c2;" horiz-adv-x="1920"
-d="M1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088q-185 0 -316.5 131.5t-131.5 316.5q0 132 71 241.5t187 163.5q-2 28 -2 43q0 212 150 362t362 150q158 0 286.5 -88t187.5 -230q70 62 166 62q106 0 181 -75t75 -181q0 -75 -41 -138q129 -30 213 -134.5t84 -239.5z
-" />
- <glyph glyph-name="beaker" unicode="&#xf0c3;" horiz-adv-x="1664"
-d="M1527 88q56 -89 21.5 -152.5t-140.5 -63.5h-1152q-106 0 -140.5 63.5t21.5 152.5l503 793v399h-64q-26 0 -45 19t-19 45t19 45t45 19h512q26 0 45 -19t19 -45t-19 -45t-45 -19h-64v-399zM748 813l-272 -429h712l-272 429l-20 31v37v399h-128v-399v-37z" />
- <glyph glyph-name="cut" unicode="&#xf0c4;" horiz-adv-x="1792"
-d="M960 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1260 576l507 -398q28 -20 25 -56q-5 -35 -35 -51l-128 -64q-13 -7 -29 -7q-17 0 -31 8l-690 387l-110 -66q-8 -4 -12 -5q14 -49 10 -97q-7 -77 -56 -147.5t-132 -123.5q-132 -84 -277 -84
-q-136 0 -222 78q-90 84 -79 207q7 76 56 147t131 124q132 84 278 84q83 0 151 -31q9 13 22 22l122 73l-122 73q-13 9 -22 22q-68 -31 -151 -31q-146 0 -278 84q-82 53 -131 124t-56 147q-5 59 15.5 113t63.5 93q85 79 222 79q145 0 277 -84q83 -52 132 -123t56 -148
-q4 -48 -10 -97q4 -1 12 -5l110 -66l690 387q14 8 31 8q16 0 29 -7l128 -64q30 -16 35 -51q3 -36 -25 -56zM579 836q46 42 21 108t-106 117q-92 59 -192 59q-74 0 -113 -36q-46 -42 -21 -108t106 -117q92 -59 192 -59q74 0 113 36zM494 91q81 51 106 117t-21 108
-q-39 36 -113 36q-100 0 -192 -59q-81 -51 -106 -117t21 -108q39 -36 113 -36q100 0 192 59zM672 704l96 -58v11q0 36 33 56l14 8l-79 47l-26 -26q-3 -3 -10 -11t-12 -12q-2 -2 -4 -3.5t-3 -2.5zM896 480l96 -32l736 576l-128 64l-768 -431v-113l-160 -96l9 -8q2 -2 7 -6
-q4 -4 11 -12t11 -12l26 -26zM1600 64l128 64l-520 408l-177 -138q-2 -3 -13 -7z" />
- <glyph glyph-name="copy" unicode="&#xf0c5;" horiz-adv-x="1792"
-d="M1696 1152q40 0 68 -28t28 -68v-1216q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v288h-544q-40 0 -68 28t-28 68v672q0 40 20 88t48 76l408 408q28 28 76 48t88 20h416q40 0 68 -28t28 -68v-328q68 40 128 40h416zM1152 939l-299 -299h299v299zM512 1323l-299 -299
-h299v299zM708 676l316 316v416h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h512v256q0 40 20 88t48 76zM1664 -128v1152h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h896z" />
- <glyph glyph-name="paper_clip" unicode="&#xf0c6;" horiz-adv-x="1408"
-d="M1404 151q0 -117 -79 -196t-196 -79q-135 0 -235 100l-777 776q-113 115 -113 271q0 159 110 270t269 111q158 0 273 -113l605 -606q10 -10 10 -22q0 -16 -30.5 -46.5t-46.5 -30.5q-13 0 -23 10l-606 607q-79 77 -181 77q-106 0 -179 -75t-73 -181q0 -105 76 -181
-l776 -777q63 -63 145 -63q64 0 106 42t42 106q0 82 -63 145l-581 581q-26 24 -60 24q-29 0 -48 -19t-19 -48q0 -32 25 -59l410 -410q10 -10 10 -22q0 -16 -31 -47t-47 -31q-12 0 -22 10l-410 410q-63 61 -63 149q0 82 57 139t139 57q88 0 149 -63l581 -581q100 -98 100 -235
-z" />
- <glyph glyph-name="save" unicode="&#xf0c7;"
-d="M384 0h768v384h-768v-384zM1280 0h128v896q0 14 -10 38.5t-20 34.5l-281 281q-10 10 -34 20t-39 10v-416q0 -40 -28 -68t-68 -28h-576q-40 0 -68 28t-28 68v416h-128v-1280h128v416q0 40 28 68t68 28h832q40 0 68 -28t28 -68v-416zM896 928v320q0 13 -9.5 22.5t-22.5 9.5
-h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5zM1536 896v-928q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h928q40 0 88 -20t76 -48l280 -280q28 -28 48 -76t20 -88z" />
- <glyph glyph-name="sign_blank" unicode="&#xf0c8;"
-d="M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="reorder" unicode="&#xf0c9;"
-d="M1536 192v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 704v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 1216v-128q0 -26 -19 -45
-t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
- <glyph glyph-name="ul" unicode="&#xf0ca;" horiz-adv-x="1792"
-d="M384 128q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 640q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5
-t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1152q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z
-M1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
- <glyph glyph-name="ol" unicode="&#xf0cb;" horiz-adv-x="1792"
-d="M381 -84q0 -80 -54.5 -126t-135.5 -46q-106 0 -172 66l57 88q49 -45 106 -45q29 0 50.5 14.5t21.5 42.5q0 64 -105 56l-26 56q8 10 32.5 43.5t42.5 54t37 38.5v1q-16 0 -48.5 -1t-48.5 -1v-53h-106v152h333v-88l-95 -115q51 -12 81 -49t30 -88zM383 543v-159h-362
-q-6 36 -6 54q0 51 23.5 93t56.5 68t66 47.5t56.5 43.5t23.5 45q0 25 -14.5 38.5t-39.5 13.5q-46 0 -81 -58l-85 59q24 51 71.5 79.5t105.5 28.5q73 0 123 -41.5t50 -112.5q0 -50 -34 -91.5t-75 -64.5t-75.5 -50.5t-35.5 -52.5h127v60h105zM1792 224v-192q0 -13 -9.5 -22.5
-t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1123v-99h-335v99h107q0 41 0.5 121.5t0.5 121.5v12h-2q-8 -17 -50 -54l-71 76l136 127h106v-404h108zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216
-q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
- <glyph glyph-name="strikethrough" unicode="&#xf0cc;" horiz-adv-x="1792"
-d="M1760 640q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h1728zM483 704q-28 35 -51 80q-48 98 -48 188q0 181 134 309q133 127 393 127q50 0 167 -19q66 -12 177 -48q10 -38 21 -118q14 -123 14 -183q0 -18 -5 -45l-12 -3l-84 6
-l-14 2q-50 149 -103 205q-88 91 -210 91q-114 0 -182 -59q-67 -58 -67 -146q0 -73 66 -140t279 -129q69 -20 173 -66q58 -28 95 -52h-743zM990 448h411q7 -39 7 -92q0 -111 -41 -212q-23 -56 -71 -104q-37 -35 -109 -81q-80 -48 -153 -66q-80 -21 -203 -21q-114 0 -195 23
-l-140 40q-57 16 -72 28q-8 8 -8 22v13q0 108 -2 156q-1 30 0 68l2 37v44l102 2q15 -34 30 -71t22.5 -56t12.5 -27q35 -57 80 -94q43 -36 105 -57q59 -22 132 -22q64 0 139 27q77 26 122 86q47 61 47 129q0 84 -81 157q-34 29 -137 71z" />
- <glyph glyph-name="underline" unicode="&#xf0cd;"
-d="M48 1313q-37 2 -45 4l-3 88q13 1 40 1q60 0 112 -4q132 -7 166 -7q86 0 168 3q116 4 146 5q56 0 86 2l-1 -14l2 -64v-9q-60 -9 -124 -9q-60 0 -79 -25q-13 -14 -13 -132q0 -13 0.5 -32.5t0.5 -25.5l1 -229l14 -280q6 -124 51 -202q35 -59 96 -92q88 -47 177 -47
-q104 0 191 28q56 18 99 51q48 36 65 64q36 56 53 114q21 73 21 229q0 79 -3.5 128t-11 122.5t-13.5 159.5l-4 59q-5 67 -24 88q-34 35 -77 34l-100 -2l-14 3l2 86h84l205 -10q76 -3 196 10l18 -2q6 -38 6 -51q0 -7 -4 -31q-45 -12 -84 -13q-73 -11 -79 -17q-15 -15 -15 -41
-q0 -7 1.5 -27t1.5 -31q8 -19 22 -396q6 -195 -15 -304q-15 -76 -41 -122q-38 -65 -112 -123q-75 -57 -182 -89q-109 -33 -255 -33q-167 0 -284 46q-119 47 -179 122q-61 76 -83 195q-16 80 -16 237v333q0 188 -17 213q-25 36 -147 39zM1536 -96v64q0 14 -9 23t-23 9h-1472
-q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h1472q14 0 23 9t9 23z" />
- <glyph glyph-name="table" unicode="&#xf0ce;" horiz-adv-x="1664"
-d="M512 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23
-v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 160v192
-q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192
-q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1664 1248v-1088q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1344q66 0 113 -47t47 -113
-z" />
- <glyph glyph-name="magic" unicode="&#xf0d0;" horiz-adv-x="1664"
-d="M1190 955l293 293l-107 107l-293 -293zM1637 1248q0 -27 -18 -45l-1286 -1286q-18 -18 -45 -18t-45 18l-198 198q-18 18 -18 45t18 45l1286 1286q18 18 45 18t45 -18l198 -198q18 -18 18 -45zM286 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM636 1276
-l196 -60l-196 -60l-60 -196l-60 196l-196 60l196 60l60 196zM1566 798l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM926 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98z" />
- <glyph glyph-name="truck" unicode="&#xf0d1;" horiz-adv-x="1792"
-d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5
-t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38
-t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" />
- <glyph glyph-name="pinterest" unicode="&#xf0d2;"
-d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134
-q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33
-q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="pinterest_sign" unicode="&#xf0d3;"
-d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5
-t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5
-t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" />
- <glyph glyph-name="google_plus_sign" unicode="&#xf0d4;"
-d="M917 631q0 26 -6 64h-362v-132h217q-3 -24 -16.5 -50t-37.5 -53t-66.5 -44.5t-96.5 -17.5q-99 0 -169 71t-70 171t70 171t169 71q92 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585
-h109v110h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="google_plus" unicode="&#xf0d5;" horiz-adv-x="2304"
-d="M1437 623q0 -208 -87 -370.5t-248 -254t-369 -91.5q-149 0 -285 58t-234 156t-156 234t-58 285t58 285t156 234t234 156t285 58q286 0 491 -192l-199 -191q-117 113 -292 113q-123 0 -227.5 -62t-165.5 -168.5t-61 -232.5t61 -232.5t165.5 -168.5t227.5 -62
-q83 0 152.5 23t114.5 57.5t78.5 78.5t49 83t21.5 74h-416v252h692q12 -63 12 -122zM2304 745v-210h-209v-209h-210v209h-209v210h209v209h210v-209h209z" />
- <glyph glyph-name="money" unicode="&#xf0d6;" horiz-adv-x="1920"
-d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384
-v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" />
- <glyph glyph-name="caret_down" unicode="&#xf0d7;" horiz-adv-x="1024"
-d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
- <glyph glyph-name="caret_up" unicode="&#xf0d8;" horiz-adv-x="1024"
-d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
- <glyph glyph-name="caret_left" unicode="&#xf0d9;" horiz-adv-x="640"
-d="M640 1088v-896q0 -26 -19 -45t-45 -19t-45 19l-448 448q-19 19 -19 45t19 45l448 448q19 19 45 19t45 -19t19 -45z" />
- <glyph glyph-name="caret_right" unicode="&#xf0da;" horiz-adv-x="640"
-d="M576 640q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19t-19 45v896q0 26 19 45t45 19t45 -19l448 -448q19 -19 19 -45z" />
- <glyph glyph-name="columns" unicode="&#xf0db;" horiz-adv-x="1664"
-d="M160 0h608v1152h-640v-1120q0 -13 9.5 -22.5t22.5 -9.5zM1536 32v1120h-640v-1152h608q13 0 22.5 9.5t9.5 22.5zM1664 1248v-1216q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1344q66 0 113 -47t47 -113z" />
- <glyph glyph-name="sort" unicode="&#xf0dc;" horiz-adv-x="1024"
-d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45zM1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
- <glyph glyph-name="sort_down" unicode="&#xf0dd;" horiz-adv-x="1024"
-d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
- <glyph glyph-name="sort_up" unicode="&#xf0de;" horiz-adv-x="1024"
-d="M1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
- <glyph glyph-name="envelope_alt" unicode="&#xf0e0;" horiz-adv-x="1792"
-d="M1792 826v-794q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v794q44 -49 101 -87q362 -246 497 -345q57 -42 92.5 -65.5t94.5 -48t110 -24.5h1h1q51 0 110 24.5t94.5 48t92.5 65.5q170 123 498 345q57 39 100 87zM1792 1120q0 -79 -49 -151t-122 -123
-q-376 -261 -468 -325q-10 -7 -42.5 -30.5t-54 -38t-52 -32.5t-57.5 -27t-50 -9h-1h-1q-23 0 -50 9t-57.5 27t-52 32.5t-54 38t-42.5 30.5q-91 64 -262 182.5t-205 142.5q-62 42 -117 115.5t-55 136.5q0 78 41.5 130t118.5 52h1472q65 0 112.5 -47t47.5 -113z" />
- <glyph glyph-name="linkedin" unicode="&#xf0e1;"
-d="M349 911v-991h-330v991h330zM370 1217q1 -73 -50.5 -122t-135.5 -49h-2q-82 0 -132 49t-50 122q0 74 51.5 122.5t134.5 48.5t133 -48.5t51 -122.5zM1536 488v-568h-329v530q0 105 -40.5 164.5t-126.5 59.5q-63 0 -105.5 -34.5t-63.5 -85.5q-11 -30 -11 -81v-553h-329
-q2 399 2 647t-1 296l-1 48h329v-144h-2q20 32 41 56t56.5 52t87 43.5t114.5 15.5q171 0 275 -113.5t104 -332.5z" />
- <glyph glyph-name="undo" unicode="&#xf0e2;"
-d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5
-t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298z" />
- <glyph glyph-name="legal" unicode="&#xf0e3;" horiz-adv-x="1792"
-d="M1771 0q0 -53 -37 -90l-107 -108q-39 -37 -91 -37q-53 0 -90 37l-363 364q-38 36 -38 90q0 53 43 96l-256 256l-126 -126q-14 -14 -34 -14t-34 14q2 -2 12.5 -12t12.5 -13t10 -11.5t10 -13.5t6 -13.5t5.5 -16.5t1.5 -18q0 -38 -28 -68q-3 -3 -16.5 -18t-19 -20.5
-t-18.5 -16.5t-22 -15.5t-22 -9t-26 -4.5q-40 0 -68 28l-408 408q-28 28 -28 68q0 13 4.5 26t9 22t15.5 22t16.5 18.5t20.5 19t18 16.5q30 28 68 28q10 0 18 -1.5t16.5 -5.5t13.5 -6t13.5 -10t11.5 -10t13 -12.5t12 -12.5q-14 14 -14 34t14 34l348 348q14 14 34 14t34 -14
-q-2 2 -12.5 12t-12.5 13t-10 11.5t-10 13.5t-6 13.5t-5.5 16.5t-1.5 18q0 38 28 68q3 3 16.5 18t19 20.5t18.5 16.5t22 15.5t22 9t26 4.5q40 0 68 -28l408 -408q28 -28 28 -68q0 -13 -4.5 -26t-9 -22t-15.5 -22t-16.5 -18.5t-20.5 -19t-18 -16.5q-30 -28 -68 -28
-q-10 0 -18 1.5t-16.5 5.5t-13.5 6t-13.5 10t-11.5 10t-13 12.5t-12 12.5q14 -14 14 -34t-14 -34l-126 -126l256 -256q43 43 96 43q52 0 91 -37l363 -363q37 -39 37 -91z" />
- <glyph glyph-name="dashboard" unicode="&#xf0e4;" horiz-adv-x="1792"
-d="M384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM576 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1004 351l101 382q6 26 -7.5 48.5t-38.5 29.5
-t-48 -6.5t-30 -39.5l-101 -382q-60 -5 -107 -43.5t-63 -98.5q-20 -77 20 -146t117 -89t146 20t89 117q16 60 -6 117t-72 91zM1664 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 1024q0 53 -37.5 90.5
-t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1472 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 384q0 -261 -141 -483q-19 -29 -54 -29h-1402q-35 0 -54 29
-q-141 221 -141 483q0 182 71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="comment_alt" unicode="&#xf0e5;" horiz-adv-x="1792"
-d="M896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640
-q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 174 120 321.5
-t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
- <glyph glyph-name="comments_alt" unicode="&#xf0e6;" horiz-adv-x="1792"
-d="M704 1152q-153 0 -286 -52t-211.5 -141t-78.5 -191q0 -82 53 -158t149 -132l97 -56l-35 -84q34 20 62 39l44 31l53 -10q78 -14 153 -14q153 0 286 52t211.5 141t78.5 191t-78.5 191t-211.5 141t-286 52zM704 1280q191 0 353.5 -68.5t256.5 -186.5t94 -257t-94 -257
-t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224q0 139 94 257t256.5 186.5
-t353.5 68.5zM1526 111q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129
-q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230q0 -120 -71 -224.5t-195 -176.5z" />
- <glyph glyph-name="bolt" unicode="&#xf0e7;" horiz-adv-x="896"
-d="M885 970q18 -20 7 -44l-540 -1157q-13 -25 -42 -25q-4 0 -14 2q-17 5 -25.5 19t-4.5 30l197 808l-406 -101q-4 -1 -12 -1q-18 0 -31 11q-18 15 -13 39l201 825q4 14 16 23t28 9h328q19 0 32 -12.5t13 -29.5q0 -8 -5 -18l-171 -463l396 98q8 2 12 2q19 0 34 -15z" />
- <glyph glyph-name="sitemap" unicode="&#xf0e8;" horiz-adv-x="1792"
-d="M1792 288v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320
-q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192q0 52 38 90t90 38h512v192h-96q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h320q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-96v-192h512q52 0 90 -38t38 -90v-192h96q40 0 68 -28t28 -68
-z" />
- <glyph glyph-name="umbrella" unicode="&#xf0e9;" horiz-adv-x="1664"
-d="M896 708v-580q0 -104 -76 -180t-180 -76t-180 76t-76 180q0 26 19 45t45 19t45 -19t19 -45q0 -50 39 -89t89 -39t89 39t39 89v580q33 11 64 11t64 -11zM1664 681q0 -13 -9.5 -22.5t-22.5 -9.5q-11 0 -23 10q-49 46 -93 69t-102 23q-68 0 -128 -37t-103 -97
-q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -28 -17q-18 0 -29 17q-4 6 -14.5 24t-17.5 28q-43 60 -102.5 97t-127.5 37t-127.5 -37t-102.5 -97q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -29 -17q-17 0 -28 17q-4 6 -14.5 24t-17.5 28q-43 60 -103 97t-128 37q-58 0 -102 -23t-93 -69
-q-12 -10 -23 -10q-13 0 -22.5 9.5t-9.5 22.5q0 5 1 7q45 183 172.5 319.5t298 204.5t360.5 68q140 0 274.5 -40t246.5 -113.5t194.5 -187t115.5 -251.5q1 -2 1 -7zM896 1408v-98q-42 2 -64 2t-64 -2v98q0 26 19 45t45 19t45 -19t19 -45z" />
- <glyph glyph-name="paste" unicode="&#xf0ea;" horiz-adv-x="1792"
-d="M768 -128h896v640h-416q-40 0 -68 28t-28 68v416h-384v-1152zM1024 1312v64q0 13 -9.5 22.5t-22.5 9.5h-704q-13 0 -22.5 -9.5t-9.5 -22.5v-64q0 -13 9.5 -22.5t22.5 -9.5h704q13 0 22.5 9.5t9.5 22.5zM1280 640h299l-299 299v-299zM1792 512v-672q0 -40 -28 -68t-68 -28
-h-960q-40 0 -68 28t-28 68v160h-544q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1088q40 0 68 -28t28 -68v-328q21 -13 36 -28l408 -408q28 -28 48 -76t20 -88z" />
- <glyph glyph-name="light_bulb" unicode="&#xf0eb;" horiz-adv-x="1024"
-d="M736 960q0 -13 -9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5q0 46 -54 71t-106 25q-13 0 -22.5 9.5t-9.5 22.5t9.5 22.5t22.5 9.5q50 0 99.5 -16t87 -54t37.5 -90zM896 960q0 72 -34.5 134t-90 101.5t-123 62t-136.5 22.5t-136.5 -22.5t-123 -62t-90 -101.5t-34.5 -134
-q0 -101 68 -180q10 -11 30.5 -33t30.5 -33q128 -153 141 -298h228q13 145 141 298q10 11 30.5 33t30.5 33q68 79 68 180zM1024 960q0 -155 -103 -268q-45 -49 -74.5 -87t-59.5 -95.5t-34 -107.5q47 -28 47 -82q0 -37 -25 -64q25 -27 25 -64q0 -52 -45 -81q13 -23 13 -47
-q0 -46 -31.5 -71t-77.5 -25q-20 -44 -60 -70t-87 -26t-87 26t-60 70q-46 0 -77.5 25t-31.5 71q0 24 13 47q-45 29 -45 81q0 37 25 64q-25 27 -25 64q0 54 47 82q-4 50 -34 107.5t-59.5 95.5t-74.5 87q-103 113 -103 268q0 99 44.5 184.5t117 142t164 89t186.5 32.5
-t186.5 -32.5t164 -89t117 -142t44.5 -184.5z" />
- <glyph glyph-name="exchange" unicode="&#xf0ec;" horiz-adv-x="1792"
-d="M1792 352v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5q-12 0 -24 10l-319 320q-9 9 -9 22q0 14 9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h1376q13 0 22.5 -9.5t9.5 -22.5zM1792 896q0 -14 -9 -23l-320 -320q-9 -9 -23 -9
-q-13 0 -22.5 9.5t-9.5 22.5v192h-1376q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1376v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
- <glyph glyph-name="cloud_download" unicode="&#xf0ed;" horiz-adv-x="1920"
-d="M1280 608q0 14 -9 23t-23 9h-224v352q0 13 -9.5 22.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-352h-224q-13 0 -22.5 -9.5t-9.5 -22.5q0 -14 9 -23l352 -352q9 -9 23 -9t23 9l351 351q10 12 10 24zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088
-q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
- <glyph glyph-name="cloud_upload" unicode="&#xf0ee;" horiz-adv-x="1920"
-d="M1280 672q0 14 -9 23l-352 352q-9 9 -23 9t-23 -9l-351 -351q-10 -12 -10 -24q0 -14 9 -23t23 -9h224v-352q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5v352h224q13 0 22.5 9.5t9.5 22.5zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088
-q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
- <glyph glyph-name="user_md" unicode="&#xf0f0;" horiz-adv-x="1408"
-d="M384 192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 68 5.5 131t24 138t47.5 132.5t81 103t120 60.5q-22 -52 -22 -120v-203q-58 -20 -93 -70t-35 -111q0 -80 56 -136t136 -56
-t136 56t56 136q0 61 -35.5 111t-92.5 70v203q0 62 25 93q132 -104 295 -104t295 104q25 -31 25 -93v-64q-106 0 -181 -75t-75 -181v-89q-32 -29 -32 -71q0 -40 28 -68t68 -28t68 28t28 68q0 42 -32 71v89q0 52 38 90t90 38t90 -38t38 -90v-89q-32 -29 -32 -71q0 -40 28 -68
-t68 -28t68 28t28 68q0 42 -32 71v89q0 68 -34.5 127.5t-93.5 93.5q0 10 0.5 42.5t0 48t-2.5 41.5t-7 47t-13 40q68 -15 120 -60.5t81 -103t47.5 -132.5t24 -138t5.5 -131zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5
-t271.5 -112.5t112.5 -271.5z" />
- <glyph glyph-name="stethoscope" unicode="&#xf0f1;" horiz-adv-x="1408"
-d="M1280 832q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 832q0 -62 -35.5 -111t-92.5 -70v-395q0 -159 -131.5 -271.5t-316.5 -112.5t-316.5 112.5t-131.5 271.5v132q-164 20 -274 128t-110 252v512q0 26 19 45t45 19q6 0 16 -2q17 30 47 48
-t65 18q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5q-33 0 -64 18v-402q0 -106 94 -181t226 -75t226 75t94 181v402q-31 -18 -64 -18q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5q35 0 65 -18t47 -48q10 2 16 2q26 0 45 -19t19 -45v-512q0 -144 -110 -252
-t-274 -128v-132q0 -106 94 -181t226 -75t226 75t94 181v395q-57 21 -92.5 70t-35.5 111q0 80 56 136t136 56t136 -56t56 -136z" />
- <glyph glyph-name="suitcase" unicode="&#xf0f2;" horiz-adv-x="1792"
-d="M640 1152h512v128h-512v-128zM288 1152v-1280h-64q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h64zM1408 1152v-1280h-1024v1280h128v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h128zM1792 928v-832q0 -92 -66 -158t-158 -66h-64v1280h64q92 0 158 -66
-t66 -158z" />
- <glyph glyph-name="bell_alt" unicode="&#xf0f3;" horiz-adv-x="1792"
-d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5
-t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" />
- <glyph glyph-name="coffee" unicode="&#xf0f4;" horiz-adv-x="1920"
-d="M1664 896q0 80 -56 136t-136 56h-64v-384h64q80 0 136 56t56 136zM0 128h1792q0 -106 -75 -181t-181 -75h-1280q-106 0 -181 75t-75 181zM1856 896q0 -159 -112.5 -271.5t-271.5 -112.5h-64v-32q0 -92 -66 -158t-158 -66h-704q-92 0 -158 66t-66 158v736q0 26 19 45
-t45 19h1152q159 0 271.5 -112.5t112.5 -271.5z" />
- <glyph glyph-name="food" unicode="&#xf0f5;" horiz-adv-x="1408"
-d="M640 1472v-640q0 -61 -35.5 -111t-92.5 -70v-779q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v779q-57 20 -92.5 70t-35.5 111v640q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45
-t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45zM1408 1472v-1600q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v512h-224q-13 0 -22.5 9.5t-9.5 22.5v800q0 132 94 226t226 94h256q26 0 45 -19t19 -45z" />
- <glyph glyph-name="file_text_alt" unicode="&#xf0f6;"
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M384 736q0 14 9 23t23 9h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64zM1120 512q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704zM1120 256q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704
-q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704z" />
- <glyph glyph-name="building" unicode="&#xf0f7;" horiz-adv-x="1408"
-d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M640 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M640 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M896 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M896 -128h384v1536h-1152v-1536h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM1408 1472v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280q26 0 45 -19t19 -45z" />
- <glyph glyph-name="hospital" unicode="&#xf0f8;" horiz-adv-x="1408"
-d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M896 -128h384v1152h-256v-32q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v32h-256v-1152h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM896 1056v320q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-96h-128v96q0 13 -9.5 22.5
-t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5v96h128v-96q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1408 1088v-1280q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1280q0 26 19 45t45 19h320
-v288q0 40 28 68t68 28h448q40 0 68 -28t28 -68v-288h320q26 0 45 -19t19 -45z" />
- <glyph glyph-name="ambulance" unicode="&#xf0f9;" horiz-adv-x="1920"
-d="M640 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM256 640h384v256h-158q-14 -2 -22 -9l-195 -195q-7 -12 -9 -22v-30zM1536 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5
-t90.5 37.5t37.5 90.5zM1664 800v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM1920 1344v-1152
-q0 -26 -19 -45t-45 -19h-192q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-128q-26 0 -45 19t-19 45t19 45t45 19v416q0 26 13 58t32 51l198 198q19 19 51 32t58 13h160v320q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
- <glyph glyph-name="medkit" unicode="&#xf0fa;" horiz-adv-x="1792"
-d="M1280 416v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM640 1152h512v128h-512v-128zM256 1152v-1280h-32
-q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h32zM1440 1152v-1280h-1088v1280h160v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h160zM1792 928v-832q0 -92 -66 -158t-158 -66h-32v1280h32q92 0 158 -66t66 -158z" />
- <glyph glyph-name="fighter_jet" unicode="&#xf0fb;" horiz-adv-x="1920"
-d="M1920 576q-1 -32 -288 -96l-352 -32l-224 -64h-64l-293 -352h69q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-96h-160h-64v32h64v416h-160l-192 -224h-96l-32 32v192h32v32h128v8l-192 24v128l192 24v8h-128v32h-32v192l32 32h96l192 -224h160v416h-64v32h64h160h96
-q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-69l293 -352h64l224 -64l352 -32q128 -28 200 -52t80 -34z" />
- <glyph glyph-name="beer" unicode="&#xf0fc;" horiz-adv-x="1664"
-d="M640 640v384h-256v-256q0 -53 37.5 -90.5t90.5 -37.5h128zM1664 192v-192h-1152v192l128 192h-128q-159 0 -271.5 112.5t-112.5 271.5v320l-64 64l32 128h480l32 128h960l32 -192l-64 -32v-800z" />
- <glyph glyph-name="h_sign" unicode="&#xf0fd;"
-d="M1280 192v896q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-512v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-896q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h512v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1536 1120v-960
-q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="f0fe" unicode="&#xf0fe;"
-d="M1280 576v128q0 26 -19 45t-45 19h-320v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-320q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h320v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h320q26 0 45 19t19 45zM1536 1120v-960
-q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="double_angle_left" unicode="&#xf100;" horiz-adv-x="1024"
-d="M627 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23zM1011 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23
-t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23z" />
- <glyph glyph-name="double_angle_right" unicode="&#xf101;" horiz-adv-x="1024"
-d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM979 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23
-l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
- <glyph glyph-name="double_angle_up" unicode="&#xf102;" horiz-adv-x="1152"
-d="M1075 224q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM1075 608q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393
-q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
- <glyph glyph-name="double_angle_down" unicode="&#xf103;" horiz-adv-x="1152"
-d="M1075 672q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23zM1075 1056q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23
-t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
- <glyph glyph-name="angle_left" unicode="&#xf104;" horiz-adv-x="640"
-d="M627 992q0 -13 -10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
- <glyph glyph-name="angle_right" unicode="&#xf105;" horiz-adv-x="640"
-d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
- <glyph glyph-name="angle_up" unicode="&#xf106;" horiz-adv-x="1152"
-d="M1075 352q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
- <glyph glyph-name="angle_down" unicode="&#xf107;" horiz-adv-x="1152"
-d="M1075 800q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
- <glyph glyph-name="desktop" unicode="&#xf108;" horiz-adv-x="1920"
-d="M1792 544v832q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1376v-1088q0 -66 -47 -113t-113 -47h-544q0 -37 16 -77.5t32 -71t16 -43.5q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19
-t-19 45q0 14 16 44t32 70t16 78h-544q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
- <glyph glyph-name="laptop" unicode="&#xf109;" horiz-adv-x="1920"
-d="M416 256q-66 0 -113 47t-47 113v704q0 66 47 113t113 47h1088q66 0 113 -47t47 -113v-704q0 -66 -47 -113t-113 -47h-1088zM384 1120v-704q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5v704q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5z
-M1760 192h160v-96q0 -40 -47 -68t-113 -28h-1600q-66 0 -113 28t-47 68v96h160h1600zM1040 96q16 0 16 16t-16 16h-160q-16 0 -16 -16t16 -16h160z" />
- <glyph glyph-name="tablet" unicode="&#xf10a;" horiz-adv-x="1152"
-d="M640 128q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1024 288v960q0 13 -9.5 22.5t-22.5 9.5h-832q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h832q13 0 22.5 9.5t9.5 22.5zM1152 1248v-1088q0 -66 -47 -113t-113 -47h-832
-q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h832q66 0 113 -47t47 -113z" />
- <glyph glyph-name="mobile_phone" unicode="&#xf10b;" horiz-adv-x="768"
-d="M464 128q0 33 -23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5t56.5 23.5t23.5 56.5zM672 288v704q0 13 -9.5 22.5t-22.5 9.5h-512q-13 0 -22.5 -9.5t-9.5 -22.5v-704q0 -13 9.5 -22.5t22.5 -9.5h512q13 0 22.5 9.5t9.5 22.5zM480 1136
-q0 16 -16 16h-160q-16 0 -16 -16t16 -16h160q16 0 16 16zM768 1152v-1024q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v1024q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
- <glyph glyph-name="circle_blank" unicode="&#xf10c;"
-d="M768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103
-t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="quote_left" unicode="&#xf10d;" horiz-adv-x="1664"
-d="M768 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z
-M1664 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z" />
- <glyph glyph-name="quote_right" unicode="&#xf10e;" horiz-adv-x="1664"
-d="M768 1216v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136zM1664 1216
-v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136z" />
- <glyph glyph-name="spinner" unicode="&#xf110;" horiz-adv-x="1792"
-d="M526 142q0 -53 -37.5 -90.5t-90.5 -37.5q-52 0 -90 38t-38 90q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 -64q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM320 640q0 -53 -37.5 -90.5t-90.5 -37.5
-t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1522 142q0 -52 -38 -90t-90 -38q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM558 1138q0 -66 -47 -113t-113 -47t-113 47t-47 113t47 113t113 47t113 -47t47 -113z
-M1728 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1088 1344q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1618 1138q0 -93 -66 -158.5t-158 -65.5q-93 0 -158.5 65.5t-65.5 158.5
-q0 92 65.5 158t158.5 66q92 0 158 -66t66 -158z" />
- <glyph glyph-name="circle" unicode="&#xf111;"
-d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="reply" unicode="&#xf112;" horiz-adv-x="1792"
-d="M1792 416q0 -166 -127 -451q-3 -7 -10.5 -24t-13.5 -30t-13 -22q-12 -17 -28 -17q-15 0 -23.5 10t-8.5 25q0 9 2.5 26.5t2.5 23.5q5 68 5 123q0 101 -17.5 181t-48.5 138.5t-80 101t-105.5 69.5t-133 42.5t-154 21.5t-175.5 6h-224v-256q0 -26 -19 -45t-45 -19t-45 19
-l-512 512q-19 19 -19 45t19 45l512 512q19 19 45 19t45 -19t19 -45v-256h224q713 0 875 -403q53 -134 53 -333z" />
- <glyph glyph-name="github_alt" unicode="&#xf113;" horiz-adv-x="1664"
-d="M640 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1280 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1440 320
-q0 120 -69 204t-187 84q-41 0 -195 -21q-71 -11 -157 -11t-157 11q-152 21 -195 21q-118 0 -187 -84t-69 -204q0 -88 32 -153.5t81 -103t122 -60t140 -29.5t149 -7h168q82 0 149 7t140 29.5t122 60t81 103t32 153.5zM1664 496q0 -207 -61 -331q-38 -77 -105.5 -133t-141 -86
-t-170 -47.5t-171.5 -22t-167 -4.5q-78 0 -142 3t-147.5 12.5t-152.5 30t-137 51.5t-121 81t-86 115q-62 123 -62 331q0 237 136 396q-27 82 -27 170q0 116 51 218q108 0 190 -39.5t189 -123.5q147 35 309 35q148 0 280 -32q105 82 187 121t189 39q51 -102 51 -218
-q0 -87 -27 -168q136 -160 136 -398z" />
- <glyph glyph-name="folder_close_alt" unicode="&#xf114;" horiz-adv-x="1664"
-d="M1536 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68v-960q0 -40 28 -68t68 -28h1216q40 0 68 28t28 68zM1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320
-q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
- <glyph glyph-name="folder_open_alt" unicode="&#xf115;" horiz-adv-x="1920"
-d="M1781 605q0 35 -53 35h-1088q-40 0 -85.5 -21.5t-71.5 -52.5l-294 -363q-18 -24 -18 -40q0 -35 53 -35h1088q40 0 86 22t71 53l294 363q18 22 18 39zM640 768h768v160q0 40 -28 68t-68 28h-576q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68
-v-853l256 315q44 53 116 87.5t140 34.5zM1909 605q0 -62 -46 -120l-295 -363q-43 -53 -116 -87.5t-140 -34.5h-1088q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158v-160h192q54 0 99 -24.5t67 -70.5q15 -32 15 -68z
-" />
- <glyph glyph-name="expand_alt" unicode="&#xf116;" horiz-adv-x="1792"
- />
- <glyph glyph-name="collapse_alt" unicode="&#xf117;" horiz-adv-x="1792"
- />
- <glyph glyph-name="smile" unicode="&#xf118;"
-d="M1134 461q-37 -121 -138 -195t-228 -74t-228 74t-138 195q-8 25 4 48.5t38 31.5q25 8 48.5 -4t31.5 -38q25 -80 92.5 -129.5t151.5 -49.5t151.5 49.5t92.5 129.5q8 26 32 38t49 4t37 -31.5t4 -48.5zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
-t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5
-t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="frown" unicode="&#xf119;"
-d="M1134 307q8 -25 -4 -48.5t-37 -31.5t-49 4t-32 38q-25 80 -92.5 129.5t-151.5 49.5t-151.5 -49.5t-92.5 -129.5q-8 -26 -31.5 -38t-48.5 -4q-26 8 -38 31.5t-4 48.5q37 121 138 195t228 74t228 -74t138 -195zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
-t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204
-t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="meh" unicode="&#xf11a;"
-d="M1152 448q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h640q26 0 45 -19t19 -45zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
-t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="gamepad" unicode="&#xf11b;" horiz-adv-x="1920"
-d="M832 448v128q0 14 -9 23t-23 9h-192v192q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-192h-192q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h192v-192q0 -14 9 -23t23 -9h128q14 0 23 9t9 23v192h192q14 0 23 9t9 23zM1408 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5
-t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1920 512q0 -212 -150 -362t-362 -150q-192 0 -338 128h-220q-146 -128 -338 -128q-212 0 -362 150
-t-150 362t150 362t362 150h896q212 0 362 -150t150 -362z" />
- <glyph glyph-name="keyboard" unicode="&#xf11c;" horiz-adv-x="1920"
-d="M384 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM512 624v-96q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h224q16 0 16 -16zM384 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 368v-96q0 -16 -16 -16
-h-864q-16 0 -16 16v96q0 16 16 16h864q16 0 16 -16zM768 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM640 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1024 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16
-h96q16 0 16 -16zM896 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1280 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1152 880v-96
-q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 880v-352q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h112v240q0 16 16 16h96q16 0 16 -16zM1792 128v896h-1664v-896
-h1664zM1920 1024v-896q0 -53 -37.5 -90.5t-90.5 -37.5h-1664q-53 0 -90.5 37.5t-37.5 90.5v896q0 53 37.5 90.5t90.5 37.5h1664q53 0 90.5 -37.5t37.5 -90.5z" />
- <glyph glyph-name="flag_alt" unicode="&#xf11d;" horiz-adv-x="1792"
-d="M1664 491v616q-169 -91 -306 -91q-82 0 -145 32q-100 49 -184 76.5t-178 27.5q-173 0 -403 -127v-599q245 113 433 113q55 0 103.5 -7.5t98 -26t77 -31t82.5 -39.5l28 -14q44 -22 101 -22q120 0 293 92zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9
-h-64q-14 0 -23 9t-9 23v1266q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102
-q-15 -9 -33 -9q-16 0 -32 8q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
- <glyph glyph-name="flag_checkered" unicode="&#xf11e;" horiz-adv-x="1792"
-d="M832 536v192q-181 -16 -384 -117v-185q205 96 384 110zM832 954v197q-172 -8 -384 -126v-189q215 111 384 118zM1664 491v184q-235 -116 -384 -71v224q-20 6 -39 15q-5 3 -33 17t-34.5 17t-31.5 15t-34.5 15.5t-32.5 13t-36 12.5t-35 8.5t-39.5 7.5t-39.5 4t-44 2
-q-23 0 -49 -3v-222h19q102 0 192.5 -29t197.5 -82q19 -9 39 -15v-188q42 -17 91 -17q120 0 293 92zM1664 918v189q-169 -91 -306 -91q-45 0 -78 8v-196q148 -42 384 90zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v1266
-q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102q-15 -9 -33 -9q-16 0 -32 8
-q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
- <glyph glyph-name="terminal" unicode="&#xf120;" horiz-adv-x="1664"
-d="M585 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23zM1664 96v-64q0 -14 -9 -23t-23 -9h-960q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h960q14 0 23 -9
-t9 -23z" />
- <glyph glyph-name="code" unicode="&#xf121;" horiz-adv-x="1920"
-d="M617 137l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23zM1208 1204l-373 -1291q-4 -13 -15.5 -19.5t-23.5 -2.5l-62 17q-13 4 -19.5 15.5t-2.5 24.5
-l373 1291q4 13 15.5 19.5t23.5 2.5l62 -17q13 -4 19.5 -15.5t2.5 -24.5zM1865 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23z" />
- <glyph glyph-name="reply_all" unicode="&#xf122;" horiz-adv-x="1792"
-d="M640 454v-70q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-69l-397 -398q-19 -19 -19 -45t19 -45zM1792 416q0 -58 -17 -133.5t-38.5 -138t-48 -125t-40.5 -90.5l-20 -40q-8 -17 -28 -17q-6 0 -9 1
-q-25 8 -23 34q43 400 -106 565q-64 71 -170.5 110.5t-267.5 52.5v-251q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-262q411 -28 599 -221q169 -173 169 -509z" />
- <glyph glyph-name="star_half_empty" unicode="&#xf123;" horiz-adv-x="1664"
-d="M1186 579l257 250l-356 52l-66 10l-30 60l-159 322v-963l59 -31l318 -168l-60 355l-12 66zM1638 841l-363 -354l86 -500q5 -33 -6 -51.5t-34 -18.5q-17 0 -40 12l-449 236l-449 -236q-23 -12 -40 -12q-23 0 -34 18.5t-6 51.5l86 500l-364 354q-32 32 -23 59.5t54 34.5
-l502 73l225 455q20 41 49 41q28 0 49 -41l225 -455l502 -73q45 -7 54 -34.5t-24 -59.5z" />
- <glyph glyph-name="location_arrow" unicode="&#xf124;" horiz-adv-x="1408"
-d="M1401 1187l-640 -1280q-17 -35 -57 -35q-5 0 -15 2q-22 5 -35.5 22.5t-13.5 39.5v576h-576q-22 0 -39.5 13.5t-22.5 35.5t4 42t29 30l1280 640q13 7 29 7q27 0 45 -19q15 -14 18.5 -34.5t-6.5 -39.5z" />
- <glyph glyph-name="crop" unicode="&#xf125;" horiz-adv-x="1664"
-d="M557 256h595v595zM512 301l595 595h-595v-595zM1664 224v-192q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v224h-864q-14 0 -23 9t-9 23v864h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224v224q0 14 9 23t23 9h192q14 0 23 -9t9 -23
-v-224h851l246 247q10 9 23 9t23 -9q9 -10 9 -23t-9 -23l-247 -246v-851h224q14 0 23 -9t9 -23z" />
- <glyph glyph-name="code_fork" unicode="&#xf126;" horiz-adv-x="1024"
-d="M288 64q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM288 1216q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM928 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1024 1088q0 -52 -26 -96.5t-70 -69.5
-q-2 -287 -226 -414q-67 -38 -203 -81q-128 -40 -169.5 -71t-41.5 -100v-26q44 -25 70 -69.5t26 -96.5q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 52 26 96.5t70 69.5v820q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136q0 -52 -26 -96.5t-70 -69.5v-497
-q54 26 154 57q55 17 87.5 29.5t70.5 31t59 39.5t40.5 51t28 69.5t8.5 91.5q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136z" />
- <glyph glyph-name="unlink" unicode="&#xf127;" horiz-adv-x="1664"
-d="M439 265l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23zM608 224v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM384 448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23t9 23t23 9h320
-q14 0 23 -9t9 -23zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-334 335q-21 21 -42 56l239 18l273 -274q27 -27 68 -27.5t68 26.5l147 146q28 28 28 67q0 40 -28 68l-274 275l18 239q35 -21 56 -42l336 -336q84 -86 84 -204zM1031 1044l-239 -18
-l-273 274q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l274 -274l-18 -240q-35 21 -56 42l-336 336q-84 86 -84 204q0 120 85 203l147 146q83 83 203 83q121 0 204 -85l334 -335q21 -21 42 -56zM1664 960q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9
-t-9 23t9 23t23 9h320q14 0 23 -9t9 -23zM1120 1504v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM1527 1353l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
- <glyph glyph-name="question" unicode="&#xf128;" horiz-adv-x="1024"
-d="M704 280v-240q0 -16 -12 -28t-28 -12h-240q-16 0 -28 12t-12 28v240q0 16 12 28t28 12h240q16 0 28 -12t12 -28zM1020 880q0 -54 -15.5 -101t-35 -76.5t-55 -59.5t-57.5 -43.5t-61 -35.5q-41 -23 -68.5 -65t-27.5 -67q0 -17 -12 -32.5t-28 -15.5h-240q-15 0 -25.5 18.5
-t-10.5 37.5v45q0 83 65 156.5t143 108.5q59 27 84 56t25 76q0 42 -46.5 74t-107.5 32q-65 0 -108 -29q-35 -25 -107 -115q-13 -16 -31 -16q-12 0 -25 8l-164 125q-13 10 -15.5 25t5.5 28q160 266 464 266q80 0 161 -31t146 -83t106 -127.5t41 -158.5z" />
- <glyph glyph-name="_279" unicode="&#xf129;" horiz-adv-x="640"
-d="M640 192v-128q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64v384h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-576h64q26 0 45 -19t19 -45zM512 1344v-192q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v192
-q0 26 19 45t45 19h256q26 0 45 -19t19 -45z" />
- <glyph glyph-name="exclamation" unicode="&#xf12a;" horiz-adv-x="640"
-d="M512 288v-224q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v224q0 26 19 45t45 19h256q26 0 45 -19t19 -45zM542 1344l-28 -768q-1 -26 -20.5 -45t-45.5 -19h-256q-26 0 -45.5 19t-20.5 45l-28 768q-1 26 17.5 45t44.5 19h320q26 0 44.5 -19t17.5 -45z" />
- <glyph glyph-name="superscript" unicode="&#xf12b;"
-d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3q-1 -3 -2.5 -6.5t-3.5 -8t-3 -6.5q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109z
-M1534 846v-206h-514l-3 27q-4 28 -4 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q83 65 188 65q110 0 178 -59.5t68 -158.5q0 -56 -24.5 -103t-62 -76.5t-81.5 -58.5t-82 -50.5
-t-65.5 -51.5t-30.5 -63h232v80h126z" />
- <glyph glyph-name="subscript" unicode="&#xf12c;"
-d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3q-1 -3 -2.5 -6.5t-3.5 -8t-3 -6.5q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109z
-M1536 -50v-206h-514l-4 27q-3 45 -3 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q80 65 188 65q110 0 178 -59.5t68 -158.5q0 -66 -34.5 -118.5t-84 -86t-99.5 -62.5t-87 -63t-41 -73
-h232v80h126z" />
- <glyph glyph-name="_283" unicode="&#xf12d;" horiz-adv-x="1920"
-d="M896 128l336 384h-768l-336 -384h768zM1909 1205q15 -34 9.5 -71.5t-30.5 -65.5l-896 -1024q-38 -44 -96 -44h-768q-38 0 -69.5 20.5t-47.5 54.5q-15 34 -9.5 71.5t30.5 65.5l896 1024q38 44 96 44h768q38 0 69.5 -20.5t47.5 -54.5z" />
- <glyph glyph-name="puzzle_piece" unicode="&#xf12e;" horiz-adv-x="1664"
-d="M1664 438q0 -81 -44.5 -135t-123.5 -54q-41 0 -77.5 17.5t-59 38t-56.5 38t-71 17.5q-110 0 -110 -124q0 -39 16 -115t15 -115v-5q-22 0 -33 -1q-34 -3 -97.5 -11.5t-115.5 -13.5t-98 -5q-61 0 -103 26.5t-42 83.5q0 37 17.5 71t38 56.5t38 59t17.5 77.5q0 79 -54 123.5
-t-135 44.5q-84 0 -143 -45.5t-59 -127.5q0 -43 15 -83t33.5 -64.5t33.5 -53t15 -50.5q0 -45 -46 -89q-37 -35 -117 -35q-95 0 -245 24q-9 2 -27.5 4t-27.5 4l-13 2q-1 0 -3 1q-2 0 -2 1v1024q2 -1 17.5 -3.5t34 -5t21.5 -3.5q150 -24 245 -24q80 0 117 35q46 44 46 89
-q0 22 -15 50.5t-33.5 53t-33.5 64.5t-15 83q0 82 59 127.5t144 45.5q80 0 134 -44.5t54 -123.5q0 -41 -17.5 -77.5t-38 -59t-38 -56.5t-17.5 -71q0 -57 42 -83.5t103 -26.5q64 0 180 15t163 17v-2q-1 -2 -3.5 -17.5t-5 -34t-3.5 -21.5q-24 -150 -24 -245q0 -80 35 -117
-q44 -46 89 -46q22 0 50.5 15t53 33.5t64.5 33.5t83 15q82 0 127.5 -59t45.5 -143z" />
- <glyph glyph-name="microphone" unicode="&#xf130;" horiz-adv-x="1152"
-d="M1152 832v-128q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-217 24 -364.5 187.5t-147.5 384.5v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -185 131.5 -316.5t316.5 -131.5
-t316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45zM896 1216v-512q0 -132 -94 -226t-226 -94t-226 94t-94 226v512q0 132 94 226t226 94t226 -94t94 -226z" />
- <glyph glyph-name="microphone_off" unicode="&#xf131;" horiz-adv-x="1408"
-d="M271 591l-101 -101q-42 103 -42 214v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -53 15 -113zM1385 1193l-361 -361v-128q0 -132 -94 -226t-226 -94q-55 0 -109 19l-96 -96q97 -51 205 -51q185 0 316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45v-128
-q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-125 13 -235 81l-254 -254q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l1234 1234q10 10 23 10t23 -10l82 -82q10 -10 10 -23
-t-10 -23zM1005 1325l-621 -621v512q0 132 94 226t226 94q102 0 184.5 -59t116.5 -152z" />
- <glyph glyph-name="shield" unicode="&#xf132;" horiz-adv-x="1280"
-d="M1088 576v640h-448v-1137q119 63 213 137q235 184 235 360zM1280 1344v-768q0 -86 -33.5 -170.5t-83 -150t-118 -127.5t-126.5 -103t-121 -77.5t-89.5 -49.5t-42.5 -20q-12 -6 -26 -6t-26 6q-16 7 -42.5 20t-89.5 49.5t-121 77.5t-126.5 103t-118 127.5t-83 150
-t-33.5 170.5v768q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
- <glyph glyph-name="calendar_empty" unicode="&#xf133;" horiz-adv-x="1664"
-d="M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280
-q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
- <glyph glyph-name="fire_extinguisher" unicode="&#xf134;" horiz-adv-x="1408"
-d="M512 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 1376v-320q0 -16 -12 -25q-8 -7 -20 -7q-4 0 -7 1l-448 96q-11 2 -18 11t-7 20h-256v-102q111 -23 183.5 -111t72.5 -203v-800q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v800
-q0 106 62.5 190.5t161.5 114.5v111h-32q-59 0 -115 -23.5t-91.5 -53t-66 -66.5t-40.5 -53.5t-14 -24.5q-17 -35 -57 -35q-16 0 -29 7q-23 12 -31.5 37t3.5 49q5 10 14.5 26t37.5 53.5t60.5 70t85 67t108.5 52.5q-25 42 -25 86q0 66 47 113t113 47t113 -47t47 -113
-q0 -33 -14 -64h302q0 11 7 20t18 11l448 96q3 1 7 1q12 0 20 -7q12 -9 12 -25z" />
- <glyph glyph-name="rocket" unicode="&#xf135;" horiz-adv-x="1664"
-d="M1440 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1664 1376q0 -249 -75.5 -430.5t-253.5 -360.5q-81 -80 -195 -176l-20 -379q-2 -16 -16 -26l-384 -224q-7 -4 -16 -4q-12 0 -23 9l-64 64q-13 14 -8 32l85 276l-281 281l-276 -85q-3 -1 -9 -1
-q-14 0 -23 9l-64 64q-17 19 -5 39l224 384q10 14 26 16l379 20q96 114 176 195q188 187 358 258t431 71q14 0 24 -9.5t10 -22.5z" />
- <glyph glyph-name="maxcdn" unicode="&#xf136;" horiz-adv-x="1792"
-d="M1745 763l-164 -763h-334l178 832q13 56 -15 88q-27 33 -83 33h-169l-204 -953h-334l204 953h-286l-204 -953h-334l204 953l-153 327h1276q101 0 189.5 -40.5t147.5 -113.5q60 -73 81 -168.5t0 -194.5z" />
- <glyph glyph-name="chevron_sign_left" unicode="&#xf137;"
-d="M909 141l102 102q19 19 19 45t-19 45l-307 307l307 307q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
-t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="chevron_sign_right" unicode="&#xf138;"
-d="M717 141l454 454q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l307 -307l-307 -307q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
-t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="chevron_sign_up" unicode="&#xf139;"
-d="M1165 397l102 102q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l307 307l307 -307q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
-t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="chevron_sign_down" unicode="&#xf13a;"
-d="M813 237l454 454q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-307 -307l-307 307q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
-t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="html5" unicode="&#xf13b;" horiz-adv-x="1408"
-d="M1130 939l16 175h-884l47 -534h612l-22 -228l-197 -53l-196 53l-13 140h-175l22 -278l362 -100h4v1l359 99l50 544h-644l-15 181h674zM0 1408h1408l-128 -1438l-578 -162l-574 162z" />
- <glyph glyph-name="css3" unicode="&#xf13c;" horiz-adv-x="1792"
-d="M275 1408h1505l-266 -1333l-804 -267l-698 267l71 356h297l-29 -147l422 -161l486 161l68 339h-1208l58 297h1209l38 191h-1208z" />
- <glyph glyph-name="anchor" unicode="&#xf13d;" horiz-adv-x="1792"
-d="M960 1280q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1792 352v-352q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-93 93q-119 -143 -318.5 -226.5t-429.5 -83.5t-429.5 83.5t-318.5 226.5l-93 -93q-9 -9 -23 -9q-4 0 -12 2q-20 8 -20 30v352
-q0 14 9 23t23 9h352q22 0 30 -20q8 -19 -7 -35l-100 -100q67 -91 189.5 -153.5t271.5 -82.5v647h-192q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h192v163q-58 34 -93 92.5t-35 128.5q0 106 75 181t181 75t181 -75t75 -181q0 -70 -35 -128.5t-93 -92.5v-163h192q26 0 45 -19
-t19 -45v-128q0 -26 -19 -45t-45 -19h-192v-647q149 20 271.5 82.5t189.5 153.5l-100 100q-15 16 -7 35q8 20 30 20h352q14 0 23 -9t9 -23z" />
- <glyph glyph-name="unlock_alt" unicode="&#xf13e;" horiz-adv-x="1152"
-d="M1056 768q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v320q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45q0 106 -75 181t-181 75t-181 -75t-75 -181
-v-320h736z" />
- <glyph glyph-name="bullseye" unicode="&#xf140;"
-d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM1152 640q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1280 640q0 -212 -150 -362t-362 -150t-362 150
-t-150 362t150 362t362 150t362 -150t150 -362zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="ellipsis_horizontal" unicode="&#xf141;" horiz-adv-x="1408"
-d="M384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM896 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM1408 800v-192q0 -40 -28 -68t-68 -28h-192
-q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
- <glyph glyph-name="ellipsis_vertical" unicode="&#xf142;" horiz-adv-x="384"
-d="M384 288v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 1312v-192q0 -40 -28 -68t-68 -28h-192
-q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
- <glyph glyph-name="_303" unicode="&#xf143;"
-d="M512 256q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM863 162q-13 233 -176.5 396.5t-396.5 176.5q-14 1 -24 -9t-10 -23v-128q0 -13 8.5 -22t21.5 -10q154 -11 264 -121t121 -264q1 -13 10 -21.5t22 -8.5h128
-q13 0 23 10t9 24zM1247 161q-5 154 -56 297.5t-139.5 260t-205 205t-260 139.5t-297.5 56q-14 1 -23 -9q-10 -10 -10 -23v-128q0 -13 9 -22t22 -10q204 -7 378 -111.5t278.5 -278.5t111.5 -378q1 -13 10 -22t22 -9h128q13 0 23 10q11 9 9 23zM1536 1120v-960
-q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="play_sign" unicode="&#xf144;"
-d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1152 585q32 18 32 55t-32 55l-544 320q-31 19 -64 1q-32 -19 -32 -56v-640q0 -37 32 -56
-q16 -8 32 -8q17 0 32 9z" />
- <glyph glyph-name="ticket" unicode="&#xf145;" horiz-adv-x="1792"
-d="M1024 1084l316 -316l-572 -572l-316 316zM813 105l618 618q19 19 19 45t-19 45l-362 362q-18 18 -45 18t-45 -18l-618 -618q-19 -19 -19 -45t19 -45l362 -362q18 -18 45 -18t45 18zM1702 742l-907 -908q-37 -37 -90.5 -37t-90.5 37l-126 126q56 56 56 136t-56 136
-t-136 56t-136 -56l-125 126q-37 37 -37 90.5t37 90.5l907 906q37 37 90.5 37t90.5 -37l125 -125q-56 -56 -56 -136t56 -136t136 -56t136 56l126 -125q37 -37 37 -90.5t-37 -90.5z" />
- <glyph glyph-name="minus_sign_alt" unicode="&#xf146;"
-d="M1280 576v128q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h896q26 0 45 19t19 45zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
-t84.5 -203.5z" />
- <glyph glyph-name="check_minus" unicode="&#xf147;" horiz-adv-x="1408"
-d="M1152 736v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h832q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5
-t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="level_up" unicode="&#xf148;" horiz-adv-x="1024"
-d="M1018 933q-18 -37 -58 -37h-192v-864q0 -14 -9 -23t-23 -9h-704q-21 0 -29 18q-8 20 4 35l160 192q9 11 25 11h320v640h-192q-40 0 -58 37q-17 37 9 68l320 384q18 22 49 22t49 -22l320 -384q27 -32 9 -68z" />
- <glyph glyph-name="level_down" unicode="&#xf149;" horiz-adv-x="1024"
-d="M32 1280h704q13 0 22.5 -9.5t9.5 -23.5v-863h192q40 0 58 -37t-9 -69l-320 -384q-18 -22 -49 -22t-49 22l-320 384q-26 31 -9 69q18 37 58 37h192v640h-320q-14 0 -25 11l-160 192q-13 14 -4 34q9 19 29 19z" />
- <glyph glyph-name="check_sign" unicode="&#xf14a;"
-d="M685 237l614 614q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-467 -467l-211 211q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l358 -358q19 -19 45 -19t45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5
-t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="edit_sign" unicode="&#xf14b;"
-d="M404 428l152 -152l-52 -52h-56v96h-96v56zM818 818q14 -13 -3 -30l-291 -291q-17 -17 -30 -3q-14 13 3 30l291 291q17 17 30 3zM544 128l544 544l-288 288l-544 -544v-288h288zM1152 736l92 92q28 28 28 68t-28 68l-152 152q-28 28 -68 28t-68 -28l-92 -92zM1536 1120
-v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="_312" unicode="&#xf14c;"
-d="M1280 608v480q0 26 -19 45t-45 19h-480q-42 0 -59 -39q-17 -41 14 -70l144 -144l-534 -534q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l534 534l144 -144q18 -19 45 -19q12 0 25 5q39 17 39 59zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960
-q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="share_sign" unicode="&#xf14d;"
-d="M1005 435l352 352q19 19 19 45t-19 45l-352 352q-30 31 -69 14q-40 -17 -40 -59v-160q-119 0 -216 -19.5t-162.5 -51t-114 -79t-76.5 -95.5t-44.5 -109t-21.5 -111.5t-5 -110.5q0 -181 167 -404q11 -12 25 -12q7 0 13 3q22 9 19 33q-44 354 62 473q46 52 130 75.5
-t224 23.5v-160q0 -42 40 -59q12 -5 24 -5q26 0 45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="compass" unicode="&#xf14e;"
-d="M640 448l256 128l-256 128v-256zM1024 1039v-542l-512 -256v542zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
-t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="collapse" unicode="&#xf150;"
-d="M1145 861q18 -35 -5 -66l-320 -448q-19 -27 -52 -27t-52 27l-320 448q-23 31 -5 66q17 35 57 35h640q40 0 57 -35zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120
-v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="collapse_top" unicode="&#xf151;"
-d="M1145 419q-17 -35 -57 -35h-640q-40 0 -57 35q-18 35 5 66l320 448q19 27 52 27t52 -27l320 -448q23 -31 5 -66zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120v-960
-q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="_317" unicode="&#xf152;"
-d="M1088 640q0 -33 -27 -52l-448 -320q-31 -23 -66 -5q-35 17 -35 57v640q0 40 35 57q35 18 66 -5l448 -320q27 -19 27 -52zM1280 160v960q0 14 -9 23t-23 9h-960q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h960q14 0 23 9t9 23zM1536 1120v-960q0 -119 -84.5 -203.5
-t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="eur" unicode="&#xf153;" horiz-adv-x="1024"
-d="M976 229l35 -159q3 -12 -3 -22.5t-17 -14.5l-5 -1q-4 -2 -10.5 -3.5t-16 -4.5t-21.5 -5.5t-25.5 -5t-30 -5t-33.5 -4.5t-36.5 -3t-38.5 -1q-234 0 -409 130.5t-238 351.5h-95q-13 0 -22.5 9.5t-9.5 22.5v113q0 13 9.5 22.5t22.5 9.5h66q-2 57 1 105h-67q-14 0 -23 9
-t-9 23v114q0 14 9 23t23 9h98q67 210 243.5 338t400.5 128q102 0 194 -23q11 -3 20 -15q6 -11 3 -24l-43 -159q-3 -13 -14 -19.5t-24 -2.5l-4 1q-4 1 -11.5 2.5l-17.5 3.5t-22.5 3.5t-26 3t-29 2.5t-29.5 1q-126 0 -226 -64t-150 -176h468q16 0 25 -12q10 -12 7 -26
-l-24 -114q-5 -26 -32 -26h-488q-3 -37 0 -105h459q15 0 25 -12q9 -12 6 -27l-24 -112q-2 -11 -11 -18.5t-20 -7.5h-387q48 -117 149.5 -185.5t228.5 -68.5q18 0 36 1.5t33.5 3.5t29.5 4.5t24.5 5t18.5 4.5l12 3l5 2q13 5 26 -2q12 -7 15 -21z" />
- <glyph glyph-name="gbp" unicode="&#xf154;" horiz-adv-x="1024"
-d="M1020 399v-367q0 -14 -9 -23t-23 -9h-956q-14 0 -23 9t-9 23v150q0 13 9.5 22.5t22.5 9.5h97v383h-95q-14 0 -23 9.5t-9 22.5v131q0 14 9 23t23 9h95v223q0 171 123.5 282t314.5 111q185 0 335 -125q9 -8 10 -20.5t-7 -22.5l-103 -127q-9 -11 -22 -12q-13 -2 -23 7
-q-5 5 -26 19t-69 32t-93 18q-85 0 -137 -47t-52 -123v-215h305q13 0 22.5 -9t9.5 -23v-131q0 -13 -9.5 -22.5t-22.5 -9.5h-305v-379h414v181q0 13 9 22.5t23 9.5h162q14 0 23 -9.5t9 -22.5z" />
- <glyph glyph-name="usd" unicode="&#xf155;" horiz-adv-x="1024"
-d="M978 351q0 -153 -99.5 -263.5t-258.5 -136.5v-175q0 -14 -9 -23t-23 -9h-135q-13 0 -22.5 9.5t-9.5 22.5v175q-66 9 -127.5 31t-101.5 44.5t-74 48t-46.5 37.5t-17.5 18q-17 21 -2 41l103 135q7 10 23 12q15 2 24 -9l2 -2q113 -99 243 -125q37 -8 74 -8q81 0 142.5 43
-t61.5 122q0 28 -15 53t-33.5 42t-58.5 37.5t-66 32t-80 32.5q-39 16 -61.5 25t-61.5 26.5t-62.5 31t-56.5 35.5t-53.5 42.5t-43.5 49t-35.5 58t-21 66.5t-8.5 78q0 138 98 242t255 134v180q0 13 9.5 22.5t22.5 9.5h135q14 0 23 -9t9 -23v-176q57 -6 110.5 -23t87 -33.5
-t63.5 -37.5t39 -29t15 -14q17 -18 5 -38l-81 -146q-8 -15 -23 -16q-14 -3 -27 7q-3 3 -14.5 12t-39 26.5t-58.5 32t-74.5 26t-85.5 11.5q-95 0 -155 -43t-60 -111q0 -26 8.5 -48t29.5 -41.5t39.5 -33t56 -31t60.5 -27t70 -27.5q53 -20 81 -31.5t76 -35t75.5 -42.5t62 -50
-t53 -63.5t31.5 -76.5t13 -94z" />
- <glyph glyph-name="inr" unicode="&#xf156;" horiz-adv-x="898"
-d="M898 1066v-102q0 -14 -9 -23t-23 -9h-168q-23 -144 -129 -234t-276 -110q167 -178 459 -536q14 -16 4 -34q-8 -18 -29 -18h-195q-16 0 -25 12q-306 367 -498 571q-9 9 -9 22v127q0 13 9.5 22.5t22.5 9.5h112q132 0 212.5 43t102.5 125h-427q-14 0 -23 9t-9 23v102
-q0 14 9 23t23 9h413q-57 113 -268 113h-145q-13 0 -22.5 9.5t-9.5 22.5v133q0 14 9 23t23 9h832q14 0 23 -9t9 -23v-102q0 -14 -9 -23t-23 -9h-233q47 -61 64 -144h171q14 0 23 -9t9 -23z" />
- <glyph glyph-name="jpy" unicode="&#xf157;" horiz-adv-x="1027"
-d="M603 0h-172q-13 0 -22.5 9t-9.5 23v330h-288q-13 0 -22.5 9t-9.5 23v103q0 13 9.5 22.5t22.5 9.5h288v85h-288q-13 0 -22.5 9t-9.5 23v104q0 13 9.5 22.5t22.5 9.5h214l-321 578q-8 16 0 32q10 16 28 16h194q19 0 29 -18l215 -425q19 -38 56 -125q10 24 30.5 68t27.5 61
-l191 420q8 19 29 19h191q17 0 27 -16q9 -14 1 -31l-313 -579h215q13 0 22.5 -9.5t9.5 -22.5v-104q0 -14 -9.5 -23t-22.5 -9h-290v-85h290q13 0 22.5 -9.5t9.5 -22.5v-103q0 -14 -9.5 -23t-22.5 -9h-290v-330q0 -13 -9.5 -22.5t-22.5 -9.5z" />
- <glyph glyph-name="rub" unicode="&#xf158;" horiz-adv-x="1280"
-d="M1043 971q0 100 -65 162t-171 62h-320v-448h320q106 0 171 62t65 162zM1280 971q0 -193 -126.5 -315t-326.5 -122h-340v-118h505q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-505v-192q0 -14 -9.5 -23t-22.5 -9h-167q-14 0 -23 9t-9 23v192h-224q-14 0 -23 9t-9 23v128
-q0 14 9 23t23 9h224v118h-224q-14 0 -23 9t-9 23v149q0 13 9 22.5t23 9.5h224v629q0 14 9 23t23 9h539q200 0 326.5 -122t126.5 -315z" />
- <glyph glyph-name="krw" unicode="&#xf159;" horiz-adv-x="1792"
-d="M514 341l81 299h-159l75 -300q1 -1 1 -3t1 -3q0 1 0.5 3.5t0.5 3.5zM630 768l35 128h-292l32 -128h225zM822 768h139l-35 128h-70zM1271 340l78 300h-162l81 -299q0 -1 0.5 -3.5t1.5 -3.5q0 1 0.5 3t0.5 3zM1382 768l33 128h-297l34 -128h230zM1792 736v-64q0 -14 -9 -23
-t-23 -9h-213l-164 -616q-7 -24 -31 -24h-159q-24 0 -31 24l-166 616h-209l-167 -616q-7 -24 -31 -24h-159q-11 0 -19.5 7t-10.5 17l-160 616h-208q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h175l-33 128h-142q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h109l-89 344q-5 15 5 28
-q10 12 26 12h137q26 0 31 -24l90 -360h359l97 360q7 24 31 24h126q24 0 31 -24l98 -360h365l93 360q5 24 31 24h137q16 0 26 -12q10 -13 5 -28l-91 -344h111q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-145l-34 -128h179q14 0 23 -9t9 -23z" />
- <glyph glyph-name="btc" unicode="&#xf15a;" horiz-adv-x="1280"
-d="M1167 896q18 -182 -131 -258q117 -28 175 -103t45 -214q-7 -71 -32.5 -125t-64.5 -89t-97 -58.5t-121.5 -34.5t-145.5 -15v-255h-154v251q-80 0 -122 1v-252h-154v255q-18 0 -54 0.5t-55 0.5h-200l31 183h111q50 0 58 51v402h16q-6 1 -16 1v287q-13 68 -89 68h-111v164
-l212 -1q64 0 97 1v252h154v-247q82 2 122 2v245h154v-252q79 -7 140 -22.5t113 -45t82.5 -78t36.5 -114.5zM952 351q0 36 -15 64t-37 46t-57.5 30.5t-65.5 18.5t-74 9t-69 3t-64.5 -1t-47.5 -1v-338q8 0 37 -0.5t48 -0.5t53 1.5t58.5 4t57 8.5t55.5 14t47.5 21t39.5 30
-t24.5 40t9.5 51zM881 827q0 33 -12.5 58.5t-30.5 42t-48 28t-55 16.5t-61.5 8t-58 2.5t-54 -1t-39.5 -0.5v-307q5 0 34.5 -0.5t46.5 0t50 2t55 5.5t51.5 11t48.5 18.5t37 27t27 38.5t9 51z" />
- <glyph glyph-name="file" unicode="&#xf15b;"
-d="M1024 1024v472q22 -14 36 -28l408 -408q14 -14 28 -36h-472zM896 992q0 -40 28 -68t68 -28h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544z" />
- <glyph glyph-name="file_text" unicode="&#xf15c;"
-d="M1468 1060q14 -14 28 -36h-472v472q22 -14 36 -28zM992 896h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544q0 -40 28 -68t68 -28zM1152 160v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704
-q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23z" />
- <glyph glyph-name="sort_by_alphabet" unicode="&#xf15d;" horiz-adv-x="1664"
-d="M1191 1128h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1572 -23
-v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -11v-2l14 2q9 2 30 2h248v119h121zM1661 874v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162
-l230 -662h70z" />
- <glyph glyph-name="_329" unicode="&#xf15e;" horiz-adv-x="1664"
-d="M1191 104h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1661 -150
-v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162l230 -662h70zM1572 1001v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -10v-3l14 3q9 1 30 1h248
-v119h121z" />
- <glyph glyph-name="sort_by_attributes" unicode="&#xf160;" horiz-adv-x="1792"
-d="M736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1792 -32v-192q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832
-q14 0 23 -9t9 -23zM1600 480v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1408 992v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1216 1504v-192q0 -14 -9 -23t-23 -9h-256
-q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23z" />
- <glyph glyph-name="sort_by_attributes_alt" unicode="&#xf161;" horiz-adv-x="1792"
-d="M1216 -32v-192q0 -14 -9 -23t-23 -9h-256q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192
-q14 0 23 -9t9 -23zM1408 480v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1600 992v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1792 1504v-192q0 -14 -9 -23t-23 -9h-832
-q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832q14 0 23 -9t9 -23z" />
- <glyph glyph-name="sort_by_order" unicode="&#xf162;"
-d="M1346 223q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23
-zM1486 165q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5
-t82 -252.5zM1456 882v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165z" />
- <glyph glyph-name="sort_by_order_alt" unicode="&#xf163;"
-d="M1346 1247q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9
-t9 -23zM1456 -142v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165zM1486 1189q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13
-q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5t82 -252.5z" />
- <glyph glyph-name="_334" unicode="&#xf164;" horiz-adv-x="1664"
-d="M256 192q0 26 -19 45t-45 19q-27 0 -45.5 -19t-18.5 -45q0 -27 18.5 -45.5t45.5 -18.5q26 0 45 18.5t19 45.5zM416 704v-640q0 -26 -19 -45t-45 -19h-288q-26 0 -45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45 -19t19 -45zM1600 704q0 -86 -55 -149q15 -44 15 -76
-q3 -76 -43 -137q17 -56 0 -117q-15 -57 -54 -94q9 -112 -49 -181q-64 -76 -197 -78h-36h-76h-17q-66 0 -144 15.5t-121.5 29t-120.5 39.5q-123 43 -158 44q-26 1 -45 19.5t-19 44.5v641q0 25 18 43.5t43 20.5q24 2 76 59t101 121q68 87 101 120q18 18 31 48t17.5 48.5
-t13.5 60.5q7 39 12.5 61t19.5 52t34 50q19 19 45 19q46 0 82.5 -10.5t60 -26t40 -40.5t24 -45t12 -50t5 -45t0.5 -39q0 -38 -9.5 -76t-19 -60t-27.5 -56q-3 -6 -10 -18t-11 -22t-8 -24h277q78 0 135 -57t57 -135z" />
- <glyph glyph-name="_335" unicode="&#xf165;" horiz-adv-x="1664"
-d="M256 960q0 -26 -19 -45t-45 -19q-27 0 -45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45 -18.5t19 -45.5zM416 448v640q0 26 -19 45t-45 19h-288q-26 0 -45 -19t-19 -45v-640q0 -26 19 -45t45 -19h288q26 0 45 19t19 45zM1545 597q55 -61 55 -149q-1 -78 -57.5 -135
-t-134.5 -57h-277q4 -14 8 -24t11 -22t10 -18q18 -37 27 -57t19 -58.5t10 -76.5q0 -24 -0.5 -39t-5 -45t-12 -50t-24 -45t-40 -40.5t-60 -26t-82.5 -10.5q-26 0 -45 19q-20 20 -34 50t-19.5 52t-12.5 61q-9 42 -13.5 60.5t-17.5 48.5t-31 48q-33 33 -101 120q-49 64 -101 121
-t-76 59q-25 2 -43 20.5t-18 43.5v641q0 26 19 44.5t45 19.5q35 1 158 44q77 26 120.5 39.5t121.5 29t144 15.5h17h76h36q133 -2 197 -78q58 -69 49 -181q39 -37 54 -94q17 -61 0 -117q46 -61 43 -137q0 -32 -15 -76z" />
- <glyph glyph-name="youtube_sign" unicode="&#xf166;"
-d="M919 233v157q0 50 -29 50q-17 0 -33 -16v-224q16 -16 33 -16q29 0 29 49zM1103 355h66v34q0 51 -33 51t-33 -51v-34zM532 621v-70h-80v-423h-74v423h-78v70h232zM733 495v-367h-67v40q-39 -45 -76 -45q-33 0 -42 28q-6 17 -6 54v290h66v-270q0 -24 1 -26q1 -15 15 -15
-q20 0 42 31v280h67zM985 384v-146q0 -52 -7 -73q-12 -42 -53 -42q-35 0 -68 41v-36h-67v493h67v-161q32 40 68 40q41 0 53 -42q7 -21 7 -74zM1236 255v-9q0 -29 -2 -43q-3 -22 -15 -40q-27 -40 -80 -40q-52 0 -81 38q-21 27 -21 86v129q0 59 20 86q29 38 80 38t78 -38
-q21 -29 21 -86v-76h-133v-65q0 -51 34 -51q24 0 30 26q0 1 0.5 7t0.5 16.5v21.5h68zM785 1079v-156q0 -51 -32 -51t-32 51v156q0 52 32 52t32 -52zM1318 366q0 177 -19 260q-10 44 -43 73.5t-76 34.5q-136 15 -412 15q-275 0 -411 -15q-44 -5 -76.5 -34.5t-42.5 -73.5
-q-20 -87 -20 -260q0 -176 20 -260q10 -43 42.5 -73t75.5 -35q137 -15 412 -15t412 15q43 5 75.5 35t42.5 73q20 84 20 260zM563 1017l90 296h-75l-51 -195l-53 195h-78q7 -23 23 -69l24 -69q35 -103 46 -158v-201h74v201zM852 936v130q0 58 -21 87q-29 38 -78 38
-q-51 0 -78 -38q-21 -29 -21 -87v-130q0 -58 21 -87q27 -38 78 -38q49 0 78 38q21 27 21 87zM1033 816h67v370h-67v-283q-22 -31 -42 -31q-15 0 -16 16q-1 2 -1 26v272h-67v-293q0 -37 6 -55q11 -27 43 -27q36 0 77 45v-40zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5
-h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="youtube" unicode="&#xf167;"
-d="M971 292v-211q0 -67 -39 -67q-23 0 -45 22v301q22 22 45 22q39 0 39 -67zM1309 291v-46h-90v46q0 68 45 68t45 -68zM343 509h107v94h-312v-94h105v-569h100v569zM631 -60h89v494h-89v-378q-30 -42 -57 -42q-18 0 -21 21q-1 3 -1 35v364h-89v-391q0 -49 8 -73
-q12 -37 58 -37q48 0 102 61v-54zM1060 88v197q0 73 -9 99q-17 56 -71 56q-50 0 -93 -54v217h-89v-663h89v48q45 -55 93 -55q54 0 71 55q9 27 9 100zM1398 98v13h-91q0 -51 -2 -61q-7 -36 -40 -36q-46 0 -46 69v87h179v103q0 79 -27 116q-39 51 -106 51q-68 0 -107 -51
-q-28 -37 -28 -116v-173q0 -79 29 -116q39 -51 108 -51q72 0 108 53q18 27 21 54q2 9 2 58zM790 1011v210q0 69 -43 69t-43 -69v-210q0 -70 43 -70t43 70zM1509 260q0 -234 -26 -350q-14 -59 -58 -99t-102 -46q-184 -21 -555 -21t-555 21q-58 6 -102.5 46t-57.5 99
-q-26 112 -26 350q0 234 26 350q14 59 58 99t103 47q183 20 554 20t555 -20q58 -7 102.5 -47t57.5 -99q26 -112 26 -350zM511 1536h102l-121 -399v-271h-100v271q-14 74 -61 212q-37 103 -65 187h106l71 -263zM881 1203v-175q0 -81 -28 -118q-38 -51 -106 -51q-67 0 -105 51
-q-28 38 -28 118v175q0 80 28 117q38 51 105 51q68 0 106 -51q28 -37 28 -117zM1216 1365v-499h-91v55q-53 -62 -103 -62q-46 0 -59 37q-8 24 -8 75v394h91v-367q0 -33 1 -35q3 -22 21 -22q27 0 57 43v381h91z" />
- <glyph glyph-name="xing" unicode="&#xf168;" horiz-adv-x="1408"
-d="M597 869q-10 -18 -257 -456q-27 -46 -65 -46h-239q-21 0 -31 17t0 36l253 448q1 0 0 1l-161 279q-12 22 -1 37q9 15 32 15h239q40 0 66 -45zM1403 1511q11 -16 0 -37l-528 -934v-1l336 -615q11 -20 1 -37q-10 -15 -32 -15h-239q-42 0 -66 45l-339 622q18 32 531 942
-q25 45 64 45h241q22 0 31 -15z" />
- <glyph glyph-name="xing_sign" unicode="&#xf169;"
-d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1
-l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="youtube_play" unicode="&#xf16a;" horiz-adv-x="1792"
-d="M711 408l484 250l-484 253v-503zM896 1270q168 0 324.5 -4.5t229.5 -9.5l73 -4q1 0 17 -1.5t23 -3t23.5 -4.5t28.5 -8t28 -13t31 -19.5t29 -26.5q6 -6 15.5 -18.5t29 -58.5t26.5 -101q8 -64 12.5 -136.5t5.5 -113.5v-40v-136q1 -145 -18 -290q-7 -55 -25 -99.5t-32 -61.5
-l-14 -17q-14 -15 -29 -26.5t-31 -19t-28 -12.5t-28.5 -8t-24 -4.5t-23 -3t-16.5 -1.5q-251 -19 -627 -19q-207 2 -359.5 6.5t-200.5 7.5l-49 4l-36 4q-36 5 -54.5 10t-51 21t-56.5 41q-6 6 -15.5 18.5t-29 58.5t-26.5 101q-8 64 -12.5 136.5t-5.5 113.5v40v136
-q-1 145 18 290q7 55 25 99.5t32 61.5l14 17q14 15 29 26.5t31 19.5t28 13t28.5 8t23.5 4.5t23 3t17 1.5q251 18 627 18z" />
- <glyph glyph-name="dropbox" unicode="&#xf16b;" horiz-adv-x="1792"
-d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
- <glyph glyph-name="stackexchange" unicode="&#xf16c;"
-d="M1289 -96h-1118v480h-160v-640h1438v640h-160v-480zM347 428l33 157l783 -165l-33 -156zM450 802l67 146l725 -339l-67 -145zM651 1158l102 123l614 -513l-102 -123zM1048 1536l477 -641l-128 -96l-477 641zM330 65v159h800v-159h-800z" />
- <glyph glyph-name="instagram" unicode="&#xf16d;"
-d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1162 640q0 -164 -115 -279t-279 -115t-279 115t-115 279t115 279t279 115t279 -115t115 -279zM1270 1050q0 -38 -27 -65t-65 -27t-65 27t-27 65t27 65t65 27t65 -27t27 -65zM768 1270
-q-7 0 -76.5 0.5t-105.5 0t-96.5 -3t-103 -10t-71.5 -18.5q-50 -20 -88 -58t-58 -88q-11 -29 -18.5 -71.5t-10 -103t-3 -96.5t0 -105.5t0.5 -76.5t-0.5 -76.5t0 -105.5t3 -96.5t10 -103t18.5 -71.5q20 -50 58 -88t88 -58q29 -11 71.5 -18.5t103 -10t96.5 -3t105.5 0t76.5 0.5
-t76.5 -0.5t105.5 0t96.5 3t103 10t71.5 18.5q50 20 88 58t58 88q11 29 18.5 71.5t10 103t3 96.5t0 105.5t-0.5 76.5t0.5 76.5t0 105.5t-3 96.5t-10 103t-18.5 71.5q-20 50 -58 88t-88 58q-29 11 -71.5 18.5t-103 10t-96.5 3t-105.5 0t-76.5 -0.5zM1536 640q0 -229 -5 -317
-q-10 -208 -124 -322t-322 -124q-88 -5 -317 -5t-317 5q-208 10 -322 124t-124 322q-5 88 -5 317t5 317q10 208 124 322t322 124q88 5 317 5t317 -5q208 -10 322 -124t124 -322q5 -88 5 -317z" />
- <glyph glyph-name="flickr" unicode="&#xf16e;"
-d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150
-t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
- <glyph glyph-name="adn" unicode="&#xf170;"
-d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="f171" unicode="&#xf171;" horiz-adv-x="1408"
-d="M815 677q8 -63 -50.5 -101t-111.5 -6q-39 17 -53.5 58t-0.5 82t52 58q36 18 72.5 12t64 -35.5t27.5 -67.5zM926 698q-14 107 -113 164t-197 13q-63 -28 -100.5 -88.5t-34.5 -129.5q4 -91 77.5 -155t165.5 -56q91 8 152 84t50 168zM1165 1240q-20 27 -56 44.5t-58 22
-t-71 12.5q-291 47 -566 -2q-43 -7 -66 -12t-55 -22t-50 -43q30 -28 76 -45.5t73.5 -22t87.5 -11.5q228 -29 448 -1q63 8 89.5 12t72.5 21.5t75 46.5zM1222 205q-8 -26 -15.5 -76.5t-14 -84t-28.5 -70t-58 -56.5q-86 -48 -189.5 -71.5t-202 -22t-201.5 18.5q-46 8 -81.5 18
-t-76.5 27t-73 43.5t-52 61.5q-25 96 -57 292l6 16l18 9q223 -148 506.5 -148t507.5 148q21 -6 24 -23t-5 -45t-8 -37zM1403 1166q-26 -167 -111 -655q-5 -30 -27 -56t-43.5 -40t-54.5 -31q-252 -126 -610 -88q-248 27 -394 139q-15 12 -25.5 26.5t-17 35t-9 34t-6 39.5
-t-5.5 35q-9 50 -26.5 150t-28 161.5t-23.5 147.5t-22 158q3 26 17.5 48.5t31.5 37.5t45 30t46 22.5t48 18.5q125 46 313 64q379 37 676 -50q155 -46 215 -122q16 -20 16.5 -51t-5.5 -54z" />
- <glyph glyph-name="bitbucket_sign" unicode="&#xf172;"
-d="M848 666q0 43 -41 66t-77 1q-43 -20 -42.5 -72.5t43.5 -70.5q39 -23 81 4t36 72zM928 682q8 -66 -36 -121t-110 -61t-119 40t-56 113q-2 49 25.5 93t72.5 64q70 31 141.5 -10t81.5 -118zM1100 1073q-20 -21 -53.5 -34t-53 -16t-63.5 -8q-155 -20 -324 0q-44 6 -63 9.5
-t-52.5 16t-54.5 32.5q13 19 36 31t40 15.5t47 8.5q198 35 408 1q33 -5 51 -8.5t43 -16t39 -31.5zM1142 327q0 7 5.5 26.5t3 32t-17.5 16.5q-161 -106 -365 -106t-366 106l-12 -6l-5 -12q26 -154 41 -210q47 -81 204 -108q249 -46 428 53q34 19 49 51.5t22.5 85.5t12.5 71z
-M1272 1020q9 53 -8 75q-43 55 -155 88q-216 63 -487 36q-132 -12 -226 -46q-38 -15 -59.5 -25t-47 -34t-29.5 -54q8 -68 19 -138t29 -171t24 -137q1 -5 5 -31t7 -36t12 -27t22 -28q105 -80 284 -100q259 -28 440 63q24 13 39.5 23t31 29t19.5 40q48 267 80 473zM1536 1120
-v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="tumblr" unicode="&#xf173;" horiz-adv-x="1024"
-d="M944 207l80 -237q-23 -35 -111 -66t-177 -32q-104 -2 -190.5 26t-142.5 74t-95 106t-55.5 120t-16.5 118v544h-168v215q72 26 129 69.5t91 90t58 102t34 99t15 88.5q1 5 4.5 8.5t7.5 3.5h244v-424h333v-252h-334v-518q0 -30 6.5 -56t22.5 -52.5t49.5 -41.5t81.5 -14
-q78 2 134 29z" />
- <glyph glyph-name="tumblr_sign" unicode="&#xf174;"
-d="M1136 75l-62 183q-44 -22 -103 -22q-36 -1 -62 10.5t-38.5 31.5t-17.5 40.5t-5 43.5v398h257v194h-256v326h-188q-8 0 -9 -10q-5 -44 -17.5 -87t-39 -95t-77 -95t-118.5 -68v-165h130v-418q0 -57 21.5 -115t65 -111t121 -85.5t176.5 -30.5q69 1 136.5 25t85.5 50z
-M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="long_arrow_down" unicode="&#xf175;" horiz-adv-x="768"
-d="M765 237q8 -19 -5 -35l-350 -384q-10 -10 -23 -10q-14 0 -24 10l-355 384q-13 16 -5 35q9 19 29 19h224v1248q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1248h224q21 0 29 -19z" />
- <glyph glyph-name="long_arrow_up" unicode="&#xf176;" horiz-adv-x="768"
-d="M765 1043q-9 -19 -29 -19h-224v-1248q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1248h-224q-21 0 -29 19t5 35l350 384q10 10 23 10q14 0 24 -10l355 -384q13 -16 5 -35z" />
- <glyph glyph-name="long_arrow_left" unicode="&#xf177;" horiz-adv-x="1792"
-d="M1792 736v-192q0 -14 -9 -23t-23 -9h-1248v-224q0 -21 -19 -29t-35 5l-384 350q-10 10 -10 23q0 14 10 24l384 354q16 14 35 6q19 -9 19 -29v-224h1248q14 0 23 -9t9 -23z" />
- <glyph glyph-name="long_arrow_right" unicode="&#xf178;" horiz-adv-x="1792"
-d="M1728 643q0 -14 -10 -24l-384 -354q-16 -14 -35 -6q-19 9 -19 29v224h-1248q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h1248v224q0 21 19 29t35 -5l384 -350q10 -10 10 -23z" />
- <glyph glyph-name="apple" unicode="&#xf179;" horiz-adv-x="1408"
-d="M1393 321q-39 -125 -123 -250q-129 -196 -257 -196q-49 0 -140 32q-86 32 -151 32q-61 0 -142 -33q-81 -34 -132 -34q-152 0 -301 259q-147 261 -147 503q0 228 113 374q113 144 284 144q72 0 177 -30q104 -30 138 -30q45 0 143 34q102 34 173 34q119 0 213 -65
-q52 -36 104 -100q-79 -67 -114 -118q-65 -94 -65 -207q0 -124 69 -223t158 -126zM1017 1494q0 -61 -29 -136q-30 -75 -93 -138q-54 -54 -108 -72q-37 -11 -104 -17q3 149 78 257q74 107 250 148q1 -3 2.5 -11t2.5 -11q0 -4 0.5 -10t0.5 -10z" />
- <glyph glyph-name="windows" unicode="&#xf17a;" horiz-adv-x="1664"
-d="M682 530v-651l-682 94v557h682zM682 1273v-659h-682v565zM1664 530v-786l-907 125v661h907zM1664 1408v-794h-907v669z" />
- <glyph glyph-name="android" unicode="&#xf17b;" horiz-adv-x="1408"
-d="M493 1053q16 0 27.5 11.5t11.5 27.5t-11.5 27.5t-27.5 11.5t-27 -11.5t-11 -27.5t11 -27.5t27 -11.5zM915 1053q16 0 27 11.5t11 27.5t-11 27.5t-27 11.5t-27.5 -11.5t-11.5 -27.5t11.5 -27.5t27.5 -11.5zM103 869q42 0 72 -30t30 -72v-430q0 -43 -29.5 -73t-72.5 -30
-t-73 30t-30 73v430q0 42 30 72t73 30zM1163 850v-666q0 -46 -32 -78t-77 -32h-75v-227q0 -43 -30 -73t-73 -30t-73 30t-30 73v227h-138v-227q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73l-1 227h-74q-46 0 -78 32t-32 78v666h918zM931 1255q107 -55 171 -153.5t64 -215.5
-h-925q0 117 64 215.5t172 153.5l-71 131q-7 13 5 20q13 6 20 -6l72 -132q95 42 201 42t201 -42l72 132q7 12 20 6q12 -7 5 -20zM1408 767v-430q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73v430q0 43 30 72.5t72 29.5q43 0 73 -29.5t30 -72.5z" />
- <glyph glyph-name="linux" unicode="&#xf17c;"
-d="M663 1125q-11 -1 -15.5 -10.5t-8.5 -9.5q-5 -1 -5 5q0 12 19 15h10zM750 1111q-4 -1 -11.5 6.5t-17.5 4.5q24 11 32 -2q3 -6 -3 -9zM399 684q-4 1 -6 -3t-4.5 -12.5t-5.5 -13.5t-10 -13q-10 -11 -1 -12q4 -1 12.5 7t12.5 18q1 3 2 7t2 6t1.5 4.5t0.5 4v3t-1 2.5t-3 2z
-M1254 325q0 18 -55 42q4 15 7.5 27.5t5 26t3 21.5t0.5 22.5t-1 19.5t-3.5 22t-4 20.5t-5 25t-5.5 26.5q-10 48 -47 103t-72 75q24 -20 57 -83q87 -162 54 -278q-11 -40 -50 -42q-31 -4 -38.5 18.5t-8 83.5t-11.5 107q-9 39 -19.5 69t-19.5 45.5t-15.5 24.5t-13 15t-7.5 7
-q-14 62 -31 103t-29.5 56t-23.5 33t-15 40q-4 21 6 53.5t4.5 49.5t-44.5 25q-15 3 -44.5 18t-35.5 16q-8 1 -11 26t8 51t36 27q37 3 51 -30t4 -58q-11 -19 -2 -26.5t30 -0.5q13 4 13 36v37q-5 30 -13.5 50t-21 30.5t-23.5 15t-27 7.5q-107 -8 -89 -134q0 -15 -1 -15
-q-9 9 -29.5 10.5t-33 -0.5t-15.5 5q1 57 -16 90t-45 34q-27 1 -41.5 -27.5t-16.5 -59.5q-1 -15 3.5 -37t13 -37.5t15.5 -13.5q10 3 16 14q4 9 -7 8q-7 0 -15.5 14.5t-9.5 33.5q-1 22 9 37t34 14q17 0 27 -21t9.5 -39t-1.5 -22q-22 -15 -31 -29q-8 -12 -27.5 -23.5
-t-20.5 -12.5q-13 -14 -15.5 -27t7.5 -18q14 -8 25 -19.5t16 -19t18.5 -13t35.5 -6.5q47 -2 102 15q2 1 23 7t34.5 10.5t29.5 13t21 17.5q9 14 20 8q5 -3 6.5 -8.5t-3 -12t-16.5 -9.5q-20 -6 -56.5 -21.5t-45.5 -19.5q-44 -19 -70 -23q-25 -5 -79 2q-10 2 -9 -2t17 -19
-q25 -23 67 -22q17 1 36 7t36 14t33.5 17.5t30 17t24.5 12t17.5 2.5t8.5 -11q0 -2 -1 -4.5t-4 -5t-6 -4.5t-8.5 -5t-9 -4.5t-10 -5t-9.5 -4.5q-28 -14 -67.5 -44t-66.5 -43t-49 -1q-21 11 -63 73q-22 31 -25 22q-1 -3 -1 -10q0 -25 -15 -56.5t-29.5 -55.5t-21 -58t11.5 -63
-q-23 -6 -62.5 -90t-47.5 -141q-2 -18 -1.5 -69t-5.5 -59q-8 -24 -29 -3q-32 31 -36 94q-2 28 4 56q4 19 -1 18q-2 -1 -4 -5q-36 -65 10 -166q5 -12 25 -28t24 -20q20 -23 104 -90.5t93 -76.5q16 -15 17.5 -38t-14 -43t-45.5 -23q8 -15 29 -44.5t28 -54t7 -70.5q46 24 7 92
-q-4 8 -10.5 16t-9.5 12t-2 6q3 5 13 9.5t20 -2.5q46 -52 166 -36q133 15 177 87q23 38 34 30q12 -6 10 -52q-1 -25 -23 -92q-9 -23 -6 -37.5t24 -15.5q3 19 14.5 77t13.5 90q2 21 -6.5 73.5t-7.5 97t23 70.5q15 18 51 18q1 37 34.5 53t72.5 10.5t60 -22.5zM626 1152
-q3 17 -2.5 30t-11.5 15q-9 2 -9 -7q2 -5 5 -6q10 0 7 -15q-3 -20 8 -20q3 0 3 3zM1045 955q-2 8 -6.5 11.5t-13 5t-14.5 5.5q-5 3 -9.5 8t-7 8t-5.5 6.5t-4 4t-4 -1.5q-14 -16 7 -43.5t39 -31.5q9 -1 14.5 8t3.5 20zM867 1168q0 11 -5 19.5t-11 12.5t-9 3q-6 0 -8 -2t0 -4
-t5 -3q14 -4 18 -31q0 -3 8 2q2 2 2 3zM921 1401q0 2 -2.5 5t-9 7t-9.5 6q-15 15 -24 15q-9 -1 -11.5 -7.5t-1 -13t-0.5 -12.5q-1 -4 -6 -10.5t-6 -9t3 -8.5q4 -3 8 0t11 9t15 9q1 1 9 1t15 2t9 7zM1486 60q20 -12 31 -24.5t12 -24t-2.5 -22.5t-15.5 -22t-23.5 -19.5
-t-30 -18.5t-31.5 -16.5t-32 -15.5t-27 -13q-38 -19 -85.5 -56t-75.5 -64q-17 -16 -68 -19.5t-89 14.5q-18 9 -29.5 23.5t-16.5 25.5t-22 19.5t-47 9.5q-44 1 -130 1q-19 0 -57 -1.5t-58 -2.5q-44 -1 -79.5 -15t-53.5 -30t-43.5 -28.5t-53.5 -11.5q-29 1 -111 31t-146 43
-q-19 4 -51 9.5t-50 9t-39.5 9.5t-33.5 14.5t-17 19.5q-10 23 7 66.5t18 54.5q1 16 -4 40t-10 42.5t-4.5 36.5t10.5 27q14 12 57 14t60 12q30 18 42 35t12 51q21 -73 -32 -106q-32 -20 -83 -15q-34 3 -43 -10q-13 -15 5 -57q2 -6 8 -18t8.5 -18t4.5 -17t1 -22q0 -15 -17 -49
-t-14 -48q3 -17 37 -26q20 -6 84.5 -18.5t99.5 -20.5q24 -6 74 -22t82.5 -23t55.5 -4q43 6 64.5 28t23 48t-7.5 58.5t-19 52t-20 36.5q-121 190 -169 242q-68 74 -113 40q-11 -9 -15 15q-3 16 -2 38q1 29 10 52t24 47t22 42q8 21 26.5 72t29.5 78t30 61t39 54
-q110 143 124 195q-12 112 -16 310q-2 90 24 151.5t106 104.5q39 21 104 21q53 1 106 -13.5t89 -41.5q57 -42 91.5 -121.5t29.5 -147.5q-5 -95 30 -214q34 -113 133 -218q55 -59 99.5 -163t59.5 -191q8 -49 5 -84.5t-12 -55.5t-20 -22q-10 -2 -23.5 -19t-27 -35.5
-t-40.5 -33.5t-61 -14q-18 1 -31.5 5t-22.5 13.5t-13.5 15.5t-11.5 20.5t-9 19.5q-22 37 -41 30t-28 -49t7 -97q20 -70 1 -195q-10 -65 18 -100.5t73 -33t85 35.5q59 49 89.5 66.5t103.5 42.5q53 18 77 36.5t18.5 34.5t-25 28.5t-51.5 23.5q-33 11 -49.5 48t-15 72.5
-t15.5 47.5q1 -31 8 -56.5t14.5 -40.5t20.5 -28.5t21 -19t21.5 -13t16.5 -9.5z" />
- <glyph glyph-name="dribble" unicode="&#xf17d;"
-d="M1024 36q-42 241 -140 498h-2l-2 -1q-16 -6 -43 -16.5t-101 -49t-137 -82t-131 -114.5t-103 -148l-15 11q184 -150 418 -150q132 0 256 52zM839 643q-21 49 -53 111q-311 -93 -673 -93q-1 -7 -1 -21q0 -124 44 -236.5t124 -201.5q50 89 123.5 166.5t142.5 124.5t130.5 81
-t99.5 48l37 13q4 1 13 3.5t13 4.5zM732 855q-120 213 -244 378q-138 -65 -234 -186t-128 -272q302 0 606 80zM1416 536q-210 60 -409 29q87 -239 128 -469q111 75 185 189.5t96 250.5zM611 1277q-1 0 -2 -1q1 1 2 1zM1201 1132q-185 164 -433 164q-76 0 -155 -19
-q131 -170 246 -382q69 26 130 60.5t96.5 61.5t65.5 57t37.5 40.5zM1424 647q-3 232 -149 410l-1 -1q-9 -12 -19 -24.5t-43.5 -44.5t-71 -60.5t-100 -65t-131.5 -64.5q25 -53 44 -95q2 -5 6.5 -17t7.5 -17q36 5 74.5 7t73.5 2t69 -1.5t64 -4t56.5 -5.5t48 -6.5t36.5 -6
-t25 -4.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="skype" unicode="&#xf17e;"
-d="M1173 473q0 50 -19.5 91.5t-48.5 68.5t-73 49t-82.5 34t-87.5 23l-104 24q-30 7 -44 10.5t-35 11.5t-30 16t-16.5 21t-7.5 30q0 77 144 77q43 0 77 -12t54 -28.5t38 -33.5t40 -29t48 -12q47 0 75.5 32t28.5 77q0 55 -56 99.5t-142 67.5t-182 23q-68 0 -132 -15.5
-t-119.5 -47t-89 -87t-33.5 -128.5q0 -61 19 -106.5t56 -75.5t80 -48.5t103 -32.5l146 -36q90 -22 112 -36q32 -20 32 -60q0 -39 -40 -64.5t-105 -25.5q-51 0 -91.5 16t-65 38.5t-45.5 45t-46 38.5t-54 16q-50 0 -75.5 -30t-25.5 -75q0 -92 122 -157.5t291 -65.5
-q73 0 140 18.5t122.5 53.5t88.5 93.5t33 131.5zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5q-130 0 -234 80q-77 -16 -150 -16q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5q0 73 16 150q-80 104 -80 234q0 159 112.5 271.5t271.5 112.5q130 0 234 -80
-q77 16 150 16q143 0 273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -73 -16 -150q80 -104 80 -234z" />
- <glyph glyph-name="foursquare" unicode="&#xf180;" horiz-adv-x="1280"
-d="M1000 1102l37 194q5 23 -9 40t-35 17h-712q-23 0 -38.5 -17t-15.5 -37v-1101q0 -7 6 -1l291 352q23 26 38 33.5t48 7.5h239q22 0 37 14.5t18 29.5q24 130 37 191q4 21 -11.5 40t-36.5 19h-294q-29 0 -48 19t-19 48v42q0 29 19 47.5t48 18.5h346q18 0 35 13.5t20 29.5z
-M1227 1324q-15 -73 -53.5 -266.5t-69.5 -350t-35 -173.5q-6 -22 -9 -32.5t-14 -32.5t-24.5 -33t-38.5 -21t-58 -10h-271q-13 0 -22 -10q-8 -9 -426 -494q-22 -25 -58.5 -28.5t-48.5 5.5q-55 22 -55 98v1410q0 55 38 102.5t120 47.5h888q95 0 127 -53t10 -159zM1227 1324
-l-158 -790q4 17 35 173.5t69.5 350t53.5 266.5z" />
- <glyph glyph-name="trello" unicode="&#xf181;"
-d="M704 192v1024q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-1024q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1376 576v640q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-640q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408
-q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
- <glyph glyph-name="female" unicode="&#xf182;" horiz-adv-x="1280"
-d="M1280 480q0 -40 -28 -68t-68 -28q-51 0 -80 43l-227 341h-45v-132l247 -411q9 -15 9 -33q0 -26 -19 -45t-45 -19h-192v-272q0 -46 -33 -79t-79 -33h-160q-46 0 -79 33t-33 79v272h-192q-26 0 -45 19t-19 45q0 18 9 33l247 411v132h-45l-227 -341q-29 -43 -80 -43
-q-40 0 -68 28t-28 68q0 29 16 53l256 384q73 107 176 107h384q103 0 176 -107l256 -384q16 -24 16 -53zM864 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
- <glyph glyph-name="male" unicode="&#xf183;" horiz-adv-x="1024"
-d="M1024 832v-416q0 -40 -28 -68t-68 -28t-68 28t-28 68v352h-64v-912q0 -46 -33 -79t-79 -33t-79 33t-33 79v464h-64v-464q0 -46 -33 -79t-79 -33t-79 33t-33 79v912h-64v-352q0 -40 -28 -68t-68 -28t-68 28t-28 68v416q0 80 56 136t136 56h640q80 0 136 -56t56 -136z
-M736 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
- <glyph glyph-name="gittip" unicode="&#xf184;"
-d="M773 234l350 473q16 22 24.5 59t-6 85t-61.5 79q-40 26 -83 25.5t-73.5 -17.5t-54.5 -45q-36 -40 -96 -40q-59 0 -95 40q-24 28 -54.5 45t-73.5 17.5t-84 -25.5q-46 -31 -60.5 -79t-6 -85t24.5 -59zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
-t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="sun" unicode="&#xf185;" horiz-adv-x="1792"
-d="M1472 640q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123t223.5 -45.5t223.5 45.5t184 123t123 184t45.5 223.5zM1748 363q-4 -15 -20 -20l-292 -96v-306q0 -16 -13 -26q-15 -10 -29 -4
-l-292 94l-180 -248q-10 -13 -26 -13t-26 13l-180 248l-292 -94q-14 -6 -29 4q-13 10 -13 26v306l-292 96q-16 5 -20 20q-5 17 4 29l180 248l-180 248q-9 13 -4 29q4 15 20 20l292 96v306q0 16 13 26q15 10 29 4l292 -94l180 248q9 12 26 12t26 -12l180 -248l292 94
-q14 6 29 -4q13 -10 13 -26v-306l292 -96q16 -5 20 -20q5 -16 -4 -29l-180 -248l180 -248q9 -12 4 -29z" />
- <glyph glyph-name="_366" unicode="&#xf186;"
-d="M1262 233q-54 -9 -110 -9q-182 0 -337 90t-245 245t-90 337q0 192 104 357q-201 -60 -328.5 -229t-127.5 -384q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51q144 0 273.5 61.5t220.5 171.5zM1465 318q-94 -203 -283.5 -324.5t-413.5 -121.5q-156 0 -298 61
-t-245 164t-164 245t-61 298q0 153 57.5 292.5t156 241.5t235.5 164.5t290 68.5q44 2 61 -39q18 -41 -15 -72q-86 -78 -131.5 -181.5t-45.5 -218.5q0 -148 73 -273t198 -198t273 -73q118 0 228 51q41 18 72 -13q14 -14 17.5 -34t-4.5 -38z" />
- <glyph glyph-name="archive" unicode="&#xf187;" horiz-adv-x="1792"
-d="M1088 704q0 26 -19 45t-45 19h-256q-26 0 -45 -19t-19 -45t19 -45t45 -19h256q26 0 45 19t19 45zM1664 896v-960q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v960q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1728 1344v-256q0 -26 -19 -45t-45 -19h-1536
-q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1536q26 0 45 -19t19 -45z" />
- <glyph glyph-name="bug" unicode="&#xf188;" horiz-adv-x="1664"
-d="M1632 576q0 -26 -19 -45t-45 -19h-224q0 -171 -67 -290l208 -209q19 -19 19 -45t-19 -45q-18 -19 -45 -19t-45 19l-198 197q-5 -5 -15 -13t-42 -28.5t-65 -36.5t-82 -29t-97 -13v896h-128v-896q-51 0 -101.5 13.5t-87 33t-66 39t-43.5 32.5l-15 14l-183 -207
-q-20 -21 -48 -21q-24 0 -43 16q-19 18 -20.5 44.5t15.5 46.5l202 227q-58 114 -58 274h-224q-26 0 -45 19t-19 45t19 45t45 19h224v294l-173 173q-19 19 -19 45t19 45t45 19t45 -19l173 -173h844l173 173q19 19 45 19t45 -19t19 -45t-19 -45l-173 -173v-294h224q26 0 45 -19
-t19 -45zM1152 1152h-640q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5z" />
- <glyph glyph-name="vk" unicode="&#xf189;" horiz-adv-x="1920"
-d="M1917 1016q23 -64 -150 -294q-24 -32 -65 -85q-40 -51 -55 -72t-30.5 -49.5t-12 -42t13 -34.5t32.5 -43t57 -53q4 -2 5 -4q141 -131 191 -221q3 -5 6.5 -12.5t7 -26.5t-0.5 -34t-25 -27.5t-59 -12.5l-256 -4q-24 -5 -56 5t-52 22l-20 12q-30 21 -70 64t-68.5 77.5t-61 58
-t-56.5 15.5q-3 -1 -8 -3.5t-17 -14.5t-21.5 -29.5t-17 -52t-6.5 -77.5q0 -15 -3.5 -27.5t-7.5 -18.5l-4 -5q-18 -19 -53 -22h-115q-71 -4 -146 16.5t-131.5 53t-103 66t-70.5 57.5l-25 24q-10 10 -27.5 30t-71.5 91t-106 151t-122.5 211t-130.5 272q-6 16 -6 27t3 16l4 6
-q15 19 57 19l274 2q12 -2 23 -6.5t16 -8.5l5 -3q16 -11 24 -32q20 -50 46 -103.5t41 -81.5l16 -29q29 -60 56 -104t48.5 -68.5t41.5 -38.5t34 -14t27 5q2 1 5 5t12 22t13.5 47t9.5 81t0 125q-2 40 -9 73t-14 46l-6 12q-25 34 -85 43q-13 2 5 24q16 19 38 30q53 26 239 24
-q82 -1 135 -13q20 -5 33.5 -13.5t20.5 -24t10.5 -32t3.5 -45.5t-1 -55t-2.5 -70.5t-1.5 -82.5q0 -11 -1 -42t-0.5 -48t3.5 -40.5t11.5 -39t22.5 -24.5q8 -2 17 -4t26 11t38 34.5t52 67t68 107.5q60 104 107 225q4 10 10 17.5t11 10.5l4 3l5 2.5t13 3t20 0.5l288 2
-q39 5 64 -2.5t31 -16.5z" />
- <glyph glyph-name="weibo" unicode="&#xf18a;" horiz-adv-x="1792"
-d="M675 252q21 34 11 69t-45 50q-34 14 -73 1t-60 -46q-22 -34 -13 -68.5t43 -50.5t74.5 -2.5t62.5 47.5zM769 373q8 13 3.5 26.5t-17.5 18.5q-14 5 -28.5 -0.5t-21.5 -18.5q-17 -31 13 -45q14 -5 29 0.5t22 18.5zM943 266q-45 -102 -158 -150t-224 -12
-q-107 34 -147.5 126.5t6.5 187.5q47 93 151.5 139t210.5 19q111 -29 158.5 -119.5t2.5 -190.5zM1255 426q-9 96 -89 170t-208.5 109t-274.5 21q-223 -23 -369.5 -141.5t-132.5 -264.5q9 -96 89 -170t208.5 -109t274.5 -21q223 23 369.5 141.5t132.5 264.5zM1563 422
-q0 -68 -37 -139.5t-109 -137t-168.5 -117.5t-226 -83t-270.5 -31t-275 33.5t-240.5 93t-171.5 151t-65 199.5q0 115 69.5 245t197.5 258q169 169 341.5 236t246.5 -7q65 -64 20 -209q-4 -14 -1 -20t10 -7t14.5 0.5t13.5 3.5l6 2q139 59 246 59t153 -61q45 -63 0 -178
-q-2 -13 -4.5 -20t4.5 -12.5t12 -7.5t17 -6q57 -18 103 -47t80 -81.5t34 -116.5zM1489 1046q42 -47 54.5 -108.5t-6.5 -117.5q-8 -23 -29.5 -34t-44.5 -4q-23 8 -34 29.5t-4 44.5q20 63 -24 111t-107 35q-24 -5 -45 8t-25 37q-5 24 8 44.5t37 25.5q60 13 119 -5.5t101 -65.5z
-M1670 1209q87 -96 112.5 -222.5t-13.5 -241.5q-9 -27 -34 -40t-52 -4t-40 34t-5 52q28 82 10 172t-80 158q-62 69 -148 95.5t-173 8.5q-28 -6 -52 9.5t-30 43.5t9.5 51.5t43.5 29.5q123 26 244 -11.5t208 -134.5z" />
- <glyph glyph-name="renren" unicode="&#xf18b;"
-d="M1133 -34q-171 -94 -368 -94q-196 0 -367 94q138 87 235.5 211t131.5 268q35 -144 132.5 -268t235.5 -211zM638 1394v-485q0 -252 -126.5 -459.5t-330.5 -306.5q-181 215 -181 495q0 187 83.5 349.5t229.5 269.5t325 137zM1536 638q0 -280 -181 -495
-q-204 99 -330.5 306.5t-126.5 459.5v485q179 -30 325 -137t229.5 -269.5t83.5 -349.5z" />
- <glyph glyph-name="_372" unicode="&#xf18c;" horiz-adv-x="1408"
-d="M1402 433q-32 -80 -76 -138t-91 -88.5t-99 -46.5t-101.5 -14.5t-96.5 8.5t-86.5 22t-69.5 27.5t-46 22.5l-17 10q-113 -228 -289.5 -359.5t-384.5 -132.5q-19 0 -32 13t-13 32t13 31.5t32 12.5q173 1 322.5 107.5t251.5 294.5q-36 -14 -72 -23t-83 -13t-91 2.5t-93 28.5
-t-92 59t-84.5 100t-74.5 146q114 47 214 57t167.5 -7.5t124.5 -56.5t88.5 -77t56.5 -82q53 131 79 291q-7 -1 -18 -2.5t-46.5 -2.5t-69.5 0.5t-81.5 10t-88.5 23t-84 42.5t-75 65t-54.5 94.5t-28.5 127.5q70 28 133.5 36.5t112.5 -1t92 -30t73.5 -50t56 -61t42 -63t27.5 -56
-t16 -39.5l4 -16q12 122 12 195q-8 6 -21.5 16t-49 44.5t-63.5 71.5t-54 93t-33 112.5t12 127t70 138.5q73 -25 127.5 -61.5t84.5 -76.5t48 -85t20.5 -89t-0.5 -85.5t-13 -76.5t-19 -62t-17 -42l-7 -15q1 -4 1 -50t-1 -72q3 7 10 18.5t30.5 43t50.5 58t71 55.5t91.5 44.5
-t112 14.5t132.5 -24q-2 -78 -21.5 -141.5t-50 -104.5t-69.5 -71.5t-81.5 -45.5t-84.5 -24t-80 -9.5t-67.5 1t-46.5 4.5l-17 3q-23 -147 -73 -283q6 7 18 18.5t49.5 41t77.5 52.5t99.5 42t117.5 20t129 -23.5t137 -77.5z" />
- <glyph glyph-name="stack_exchange" unicode="&#xf18d;" horiz-adv-x="1280"
-d="M1259 283v-66q0 -85 -57.5 -144.5t-138.5 -59.5h-57l-260 -269v269h-529q-81 0 -138.5 59.5t-57.5 144.5v66h1238zM1259 609v-255h-1238v255h1238zM1259 937v-255h-1238v255h1238zM1259 1077v-67h-1238v67q0 84 57.5 143.5t138.5 59.5h846q81 0 138.5 -59.5t57.5 -143.5z
-" />
- <glyph glyph-name="_374" unicode="&#xf18e;"
-d="M1152 640q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198
-t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="arrow_circle_alt_left" unicode="&#xf190;"
-d="M1152 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-192q0 -14 -9 -23t-23 -9q-12 0 -24 10l-319 319q-9 9 -9 23t9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h352q13 0 22.5 -9.5t9.5 -22.5zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198
-t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="_376" unicode="&#xf191;"
-d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z
-M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="dot_circle_alt" unicode="&#xf192;"
-d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5
-t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="_378" unicode="&#xf193;" horiz-adv-x="1664"
-d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128
-q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 17 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
- <glyph glyph-name="vimeo_square" unicode="&#xf194;"
-d="M1292 898q10 216 -161 222q-231 8 -312 -261q44 19 82 19q85 0 74 -96q-4 -57 -74 -167t-105 -110q-43 0 -82 169q-13 54 -45 255q-30 189 -160 177q-59 -7 -164 -100l-81 -72l-81 -72l52 -67q76 52 87 52q57 0 107 -179q15 -55 45 -164.5t45 -164.5q68 -179 164 -179
-q157 0 383 294q220 283 226 444zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="_380" unicode="&#xf195;" horiz-adv-x="1152"
-d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160
-q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
- <glyph glyph-name="plus_square_o" unicode="&#xf196;" horiz-adv-x="1408"
-d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832
-q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="_382" unicode="&#xf197;" horiz-adv-x="2176"
-d="M620 416q-110 -64 -268 -64h-128v64h-64q-13 0 -22.5 23.5t-9.5 56.5q0 24 7 49q-58 2 -96.5 10.5t-38.5 20.5t38.5 20.5t96.5 10.5q-7 25 -7 49q0 33 9.5 56.5t22.5 23.5h64v64h128q158 0 268 -64h1113q42 -7 106.5 -18t80.5 -14q89 -15 150 -40.5t83.5 -47.5t22.5 -40
-t-22.5 -40t-83.5 -47.5t-150 -40.5q-16 -3 -80.5 -14t-106.5 -18h-1113zM1739 668q53 -36 53 -92t-53 -92l81 -30q68 48 68 122t-68 122zM625 400h1015q-217 -38 -456 -80q-57 0 -113 -24t-83 -48l-28 -24l-288 -288q-26 -26 -70.5 -45t-89.5 -19h-96l-93 464h29
-q157 0 273 64zM352 816h-29l93 464h96q46 0 90 -19t70 -45l288 -288q4 -4 11 -10.5t30.5 -23t48.5 -29t61.5 -23t72.5 -10.5l456 -80h-1015q-116 64 -273 64z" />
- <glyph glyph-name="_383" unicode="&#xf198;" horiz-adv-x="1664"
-d="M1519 760q62 0 103.5 -40.5t41.5 -101.5q0 -97 -93 -130l-172 -59l56 -167q7 -21 7 -47q0 -59 -42 -102t-101 -43q-47 0 -85.5 27t-53.5 72l-55 165l-310 -106l55 -164q8 -24 8 -47q0 -59 -42 -102t-102 -43q-47 0 -85 27t-53 72l-55 163l-153 -53q-29 -9 -50 -9
-q-61 0 -101.5 40t-40.5 101q0 47 27.5 85t71.5 53l156 53l-105 313l-156 -54q-26 -8 -48 -8q-60 0 -101 40.5t-41 100.5q0 47 27.5 85t71.5 53l157 53l-53 159q-8 24 -8 47q0 60 42 102.5t102 42.5q47 0 85 -27t53 -72l54 -160l310 105l-54 160q-8 24 -8 47q0 59 42.5 102
-t101.5 43q47 0 85.5 -27.5t53.5 -71.5l53 -161l162 55q21 6 43 6q60 0 102.5 -39.5t42.5 -98.5q0 -45 -30 -81.5t-74 -51.5l-157 -54l105 -316l164 56q24 8 46 8zM725 498l310 105l-105 315l-310 -107z" />
- <glyph glyph-name="_384" unicode="&#xf199;"
-d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM1280 352v436q-31 -35 -64 -55q-34 -22 -132.5 -85t-151.5 -99q-98 -69 -164 -69v0v0q-66 0 -164 69
-q-47 32 -142 92.5t-142 92.5q-12 8 -33 27t-31 27v-436q0 -40 28 -68t68 -28h832q40 0 68 28t28 68zM1280 925q0 41 -27.5 70t-68.5 29h-832q-40 0 -68 -28t-28 -68q0 -37 30.5 -76.5t67.5 -64.5q47 -32 137.5 -89t129.5 -83q3 -2 17 -11.5t21 -14t21 -13t23.5 -13
-t21.5 -9.5t22.5 -7.5t20.5 -2.5t20.5 2.5t22.5 7.5t21.5 9.5t23.5 13t21 13t21 14t17 11.5l267 174q35 23 66.5 62.5t31.5 73.5z" />
- <glyph glyph-name="_385" unicode="&#xf19a;" horiz-adv-x="1792"
-d="M127 640q0 163 67 313l367 -1005q-196 95 -315 281t-119 411zM1415 679q0 -19 -2.5 -38.5t-10 -49.5t-11.5 -44t-17.5 -59t-17.5 -58l-76 -256l-278 826q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-75 1 -202 10q-12 1 -20.5 -5t-11.5 -15t-1.5 -18.5t9 -16.5
-t19.5 -8l80 -8l120 -328l-168 -504l-280 832q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-7 0 -23 0.5t-26 0.5q105 160 274.5 253.5t367.5 93.5q147 0 280.5 -53t238.5 -149h-10q-55 0 -92 -40.5t-37 -95.5q0 -12 2 -24t4 -21.5t8 -23t9 -21t12 -22.5t12.5 -21
-t14.5 -24t14 -23q63 -107 63 -212zM909 573l237 -647q1 -6 5 -11q-126 -44 -255 -44q-112 0 -217 32zM1570 1009q95 -174 95 -369q0 -209 -104 -385.5t-279 -278.5l235 678q59 169 59 276q0 42 -6 79zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286
-t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 -215q173 0 331.5 68t273 182.5t182.5 273t68 331.5t-68 331.5t-182.5 273t-273 182.5t-331.5 68t-331.5 -68t-273 -182.5t-182.5 -273t-68 -331.5t68 -331.5t182.5 -273
-t273 -182.5t331.5 -68z" />
- <glyph glyph-name="_386" unicode="&#xf19b;" horiz-adv-x="1792"
-d="M1086 1536v-1536l-272 -128q-228 20 -414 102t-293 208.5t-107 272.5q0 140 100.5 263.5t275 205.5t391.5 108v-172q-217 -38 -356.5 -150t-139.5 -255q0 -152 154.5 -267t388.5 -145v1360zM1755 954l37 -390l-525 114l147 83q-119 70 -280 99v172q277 -33 481 -157z" />
- <glyph glyph-name="_387" unicode="&#xf19c;" horiz-adv-x="2048"
-d="M960 1536l960 -384v-128h-128q0 -26 -20.5 -45t-48.5 -19h-1526q-28 0 -48.5 19t-20.5 45h-128v128zM256 896h256v-768h128v768h256v-768h128v768h256v-768h128v768h256v-768h59q28 0 48.5 -19t20.5 -45v-64h-1664v64q0 26 20.5 45t48.5 19h59v768zM1851 -64
-q28 0 48.5 -19t20.5 -45v-128h-1920v128q0 26 20.5 45t48.5 19h1782z" />
- <glyph glyph-name="_388" unicode="&#xf19d;" horiz-adv-x="2304"
-d="M1774 700l18 -316q4 -69 -82 -128t-235 -93.5t-323 -34.5t-323 34.5t-235 93.5t-82 128l18 316l574 -181q22 -7 48 -7t48 7zM2304 1024q0 -23 -22 -31l-1120 -352q-4 -1 -10 -1t-10 1l-652 206q-43 -34 -71 -111.5t-34 -178.5q63 -36 63 -109q0 -69 -58 -107l58 -433
-q2 -14 -8 -25q-9 -11 -24 -11h-192q-15 0 -24 11q-10 11 -8 25l58 433q-58 38 -58 107q0 73 65 111q11 207 98 330l-333 104q-22 8 -22 31t22 31l1120 352q4 1 10 1t10 -1l1120 -352q22 -8 22 -31z" />
- <glyph glyph-name="_389" unicode="&#xf19e;"
-d="M859 579l13 -707q-62 11 -105 11q-41 0 -105 -11l13 707q-40 69 -168.5 295.5t-216.5 374.5t-181 287q58 -15 108 -15q44 0 111 15q63 -111 133.5 -229.5t167 -276.5t138.5 -227q37 61 109.5 177.5t117.5 190t105 176t107 189.5q54 -14 107 -14q56 0 114 14v0
-q-28 -39 -60 -88.5t-49.5 -78.5t-56.5 -96t-49 -84q-146 -248 -353 -610z" />
- <glyph glyph-name="uniF1A0" unicode="&#xf1a0;"
-d="M768 750h725q12 -67 12 -128q0 -217 -91 -387.5t-259.5 -266.5t-386.5 -96q-157 0 -299 60.5t-245 163.5t-163.5 245t-60.5 299t60.5 299t163.5 245t245 163.5t299 60.5q300 0 515 -201l-209 -201q-123 119 -306 119q-129 0 -238.5 -65t-173.5 -176.5t-64 -243.5
-t64 -243.5t173.5 -176.5t238.5 -65q87 0 160 24t120 60t82 82t51.5 87t22.5 78h-436v264z" />
- <glyph glyph-name="f1a1" unicode="&#xf1a1;" horiz-adv-x="1792"
-d="M1095 369q16 -16 0 -31q-62 -62 -199 -62t-199 62q-16 15 0 31q6 6 15 6t15 -6q48 -49 169 -49q120 0 169 49q6 6 15 6t15 -6zM788 550q0 -37 -26 -63t-63 -26t-63.5 26t-26.5 63q0 38 26.5 64t63.5 26t63 -26.5t26 -63.5zM1183 550q0 -37 -26.5 -63t-63.5 -26t-63 26
-t-26 63t26 63.5t63 26.5t63.5 -26t26.5 -64zM1434 670q0 49 -35 84t-85 35t-86 -36q-130 90 -311 96l63 283l200 -45q0 -37 26 -63t63 -26t63.5 26.5t26.5 63.5t-26.5 63.5t-63.5 26.5q-54 0 -80 -50l-221 49q-19 5 -25 -16l-69 -312q-180 -7 -309 -97q-35 37 -87 37
-q-50 0 -85 -35t-35 -84q0 -35 18.5 -64t49.5 -44q-6 -27 -6 -56q0 -142 140 -243t337 -101q198 0 338 101t140 243q0 32 -7 57q30 15 48 43.5t18 63.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191
-t348 71t348 -71t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="_392" unicode="&#xf1a2;"
-d="M939 407q13 -13 0 -26q-53 -53 -171 -53t-171 53q-13 13 0 26q5 6 13 6t13 -6q42 -42 145 -42t145 42q5 6 13 6t13 -6zM676 563q0 -31 -23 -54t-54 -23t-54 23t-23 54q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1014 563q0 -31 -23 -54t-54 -23t-54 23t-23 54
-q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1229 666q0 42 -30 72t-73 30q-42 0 -73 -31q-113 78 -267 82l54 243l171 -39q1 -32 23.5 -54t53.5 -22q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5q-48 0 -69 -43l-189 42q-17 5 -21 -13l-60 -268q-154 -6 -265 -83
-q-30 32 -74 32q-43 0 -73 -30t-30 -72q0 -30 16 -55t42 -38q-5 -25 -5 -48q0 -122 120 -208.5t289 -86.5q170 0 290 86.5t120 208.5q0 25 -6 49q25 13 40.5 37.5t15.5 54.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960
-q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="_393" unicode="&#xf1a3;"
-d="M866 697l90 27v62q0 79 -58 135t-138 56t-138 -55.5t-58 -134.5v-283q0 -20 -14 -33.5t-33 -13.5t-32.5 13.5t-13.5 33.5v120h-151v-122q0 -82 57.5 -139t139.5 -57q81 0 138.5 56.5t57.5 136.5v280q0 19 13.5 33t33.5 14q19 0 32.5 -14t13.5 -33v-54zM1199 502v122h-150
-v-126q0 -20 -13.5 -33.5t-33.5 -13.5q-19 0 -32.5 14t-13.5 33v123l-90 -26l-60 28v-123q0 -80 58 -137t139 -57t138.5 57t57.5 139zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103
-t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="f1a4" unicode="&#xf1a4;" horiz-adv-x="1920"
-d="M1062 824v118q0 42 -30 72t-72 30t-72 -30t-30 -72v-612q0 -175 -126 -299t-303 -124q-178 0 -303.5 125.5t-125.5 303.5v266h328v-262q0 -43 30 -72.5t72 -29.5t72 29.5t30 72.5v620q0 171 126.5 292t301.5 121q176 0 302 -122t126 -294v-136l-195 -58zM1592 602h328
-v-266q0 -178 -125.5 -303.5t-303.5 -125.5q-177 0 -303 124.5t-126 300.5v268l131 -61l195 58v-270q0 -42 30 -71.5t72 -29.5t72 29.5t30 71.5v275z" />
- <glyph glyph-name="_395" unicode="&#xf1a5;"
-d="M1472 160v480h-704v704h-480q-93 0 -158.5 -65.5t-65.5 -158.5v-480h704v-704h480q93 0 158.5 65.5t65.5 158.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
-t84.5 -203.5z" />
- <glyph glyph-name="_396" unicode="&#xf1a6;" horiz-adv-x="2048"
-d="M328 1254h204v-983h-532v697h328v286zM328 435v369h-123v-369h123zM614 968v-697h205v697h-205zM614 1254v-204h205v204h-205zM901 968h533v-942h-533v163h328v82h-328v697zM1229 435v369h-123v-369h123zM1516 968h532v-942h-532v163h327v82h-327v697zM1843 435v369h-123
-v-369h123z" />
- <glyph glyph-name="_397" unicode="&#xf1a7;"
-d="M1046 516q0 -64 -38 -109t-91 -45q-43 0 -70 15v277q28 17 70 17q53 0 91 -45.5t38 -109.5zM703 944q0 -64 -38 -109.5t-91 -45.5q-43 0 -70 15v277q28 17 70 17q53 0 91 -45t38 -109zM1265 513q0 134 -88 229t-213 95q-20 0 -39 -3q-23 -78 -78 -136q-87 -95 -211 -101
-v-636l211 41v206q51 -19 117 -19q125 0 213 95t88 229zM922 940q0 134 -88.5 229t-213.5 95q-74 0 -141 -36h-186v-840l211 41v206q55 -19 116 -19q125 0 213.5 95t88.5 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960
-q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="_398" unicode="&#xf1a8;" horiz-adv-x="2038"
-d="M1222 607q75 3 143.5 -20.5t118 -58.5t101 -94.5t84 -108t75.5 -120.5q33 -56 78.5 -109t75.5 -80.5t99 -88.5q-48 -30 -108.5 -57.5t-138.5 -59t-114 -47.5q-44 37 -74 115t-43.5 164.5t-33 180.5t-42.5 168.5t-72.5 123t-122.5 48.5l-10 -2l-6 -4q4 -5 13 -14
-q6 -5 28 -23.5t25.5 -22t19 -18t18 -20.5t11.5 -21t10.5 -27.5t4.5 -31t4 -40.5l1 -33q1 -26 -2.5 -57.5t-7.5 -52t-12.5 -58.5t-11.5 -53q-35 1 -101 -9.5t-98 -10.5q-39 0 -72 10q-2 16 -2 47q0 74 3 96q2 13 31.5 41.5t57 59t26.5 51.5q-24 2 -43 -24
-q-36 -53 -111.5 -99.5t-136.5 -46.5q-25 0 -75.5 63t-106.5 139.5t-84 96.5q-6 4 -27 30q-482 -112 -513 -112q-16 0 -28 11t-12 27q0 15 8.5 26.5t22.5 14.5l486 106q-8 14 -8 25t5.5 17.5t16 11.5t20 7t23 4.5t18.5 4.5q4 1 15.5 7.5t17.5 6.5q15 0 28 -16t20 -33
-q163 37 172 37q17 0 29.5 -11t12.5 -28q0 -15 -8.5 -26t-23.5 -14l-182 -40l-1 -16q-1 -26 81.5 -117.5t104.5 -91.5q47 0 119 80t72 129q0 36 -23.5 53t-51 18.5t-51 11.5t-23.5 34q0 16 10 34l-68 19q43 44 43 117q0 26 -5 58q82 16 144 16q44 0 71.5 -1.5t48.5 -8.5
-t31 -13.5t20.5 -24.5t15.5 -33.5t17 -47.5t24 -60l50 25q-3 -40 -23 -60t-42.5 -21t-40 -6.5t-16.5 -20.5zM1282 842q-5 5 -13.5 15.5t-12 14.5t-10.5 11.5t-10 10.5l-8 8t-8.5 7.5t-8 5t-8.5 4.5q-7 3 -14.5 5t-20.5 2.5t-22 0.5h-32.5h-37.5q-126 0 -217 -43
-q16 30 36 46.5t54 29.5t65.5 36t46 36.5t50 55t43.5 50.5q12 -9 28 -31.5t32 -36.5t38 -13l12 1v-76l22 -1q247 95 371 190q28 21 50 39t42.5 37.5t33 31t29.5 34t24 31t24.5 37t23 38t27 47.5t29.5 53l7 9q-2 -53 -43 -139q-79 -165 -205 -264t-306 -142q-14 -3 -42 -7.5
-t-50 -9.5t-39 -14q3 -19 24.5 -46t21.5 -34q0 -11 -26 -30zM1061 -79q39 26 131.5 47.5t146.5 21.5q9 0 22.5 -15.5t28 -42.5t26 -50t24 -51t14.5 -33q-121 -45 -244 -45q-61 0 -125 11zM822 568l48 12l109 -177l-73 -48zM1323 51q3 -15 3 -16q0 -7 -17.5 -14.5t-46 -13
-t-54 -9.5t-53.5 -7.5t-32 -4.5l-7 43q21 2 60.5 8.5t72 10t60.5 3.5h14zM866 679l-96 -20l-6 17q10 1 32.5 7t34.5 6q19 0 35 -10zM1061 45h31l10 -83l-41 -12v95zM1950 1535v1v-1zM1950 1535l-1 -5l-2 -2l1 3zM1950 1535l1 1z" />
- <glyph glyph-name="_399" unicode="&#xf1a9;"
-d="M1167 -50q-5 19 -24 5q-30 -22 -87 -39t-131 -17q-129 0 -193 49q-5 4 -13 4q-11 0 -26 -12q-7 -6 -7.5 -16t7.5 -20q34 -32 87.5 -46t102.5 -12.5t99 4.5q41 4 84.5 20.5t65 30t28.5 20.5q12 12 7 29zM1128 65q-19 47 -39 61q-23 15 -76 15q-47 0 -71 -10
-q-29 -12 -78 -56q-26 -24 -12 -44q9 -8 17.5 -4.5t31.5 23.5q3 2 10.5 8.5t10.5 8.5t10 7t11.5 7t12.5 5t15 4.5t16.5 2.5t20.5 1q27 0 44.5 -7.5t23 -14.5t13.5 -22q10 -17 12.5 -20t12.5 1q23 12 14 34zM1483 346q0 22 -5 44.5t-16.5 45t-34 36.5t-52.5 14
-q-33 0 -97 -41.5t-129 -83.5t-101 -42q-27 -1 -63.5 19t-76 49t-83.5 58t-100 49t-111 19q-115 -1 -197 -78.5t-84 -178.5q-2 -112 74 -164q29 -20 62.5 -28.5t103.5 -8.5q57 0 132 32.5t134 71t120 70.5t93 31q26 -1 65 -31.5t71.5 -67t68 -67.5t55.5 -32q35 -3 58.5 14
-t55.5 63q28 41 42.5 101t14.5 106zM1536 506q0 -164 -62 -304.5t-166 -236t-242.5 -149.5t-290.5 -54t-293 57.5t-247.5 157t-170.5 241.5t-64 302q0 89 19.5 172.5t49 145.5t70.5 118.5t78.5 94t78.5 69.5t64.5 46.5t42.5 24.5q14 8 51 26.5t54.5 28.5t48 30t60.5 44
-q36 28 58 72.5t30 125.5q129 -155 186 -193q44 -29 130 -68t129 -66q21 -13 39 -25t60.5 -46.5t76 -70.5t75 -95t69 -122t47 -148.5t19.5 -177.5z" />
- <glyph glyph-name="_400" unicode="&#xf1aa;"
-d="M1070 463l-160 -160l-151 -152l-30 -30q-65 -64 -151.5 -87t-171.5 -2q-16 -70 -72 -115t-129 -45q-85 0 -145 60.5t-60 145.5q0 72 44.5 128t113.5 72q-22 86 1 173t88 152l12 12l151 -152l-11 -11q-37 -37 -37 -89t37 -90q37 -37 89 -37t89 37l30 30l151 152l161 160z
-M729 1145l12 -12l-152 -152l-12 12q-37 37 -89 37t-89 -37t-37 -89.5t37 -89.5l29 -29l152 -152l160 -160l-151 -152l-161 160l-151 152l-30 30q-68 67 -90 159.5t5 179.5q-70 15 -115 71t-45 129q0 85 60 145.5t145 60.5q76 0 133.5 -49t69.5 -123q84 20 169.5 -3.5
-t149.5 -87.5zM1536 78q0 -85 -60 -145.5t-145 -60.5q-74 0 -131 47t-71 118q-86 -28 -179.5 -6t-161.5 90l-11 12l151 152l12 -12q37 -37 89 -37t89 37t37 89t-37 89l-30 30l-152 152l-160 160l152 152l160 -160l152 -152l29 -30q64 -64 87.5 -150.5t2.5 -171.5
-q76 -11 126.5 -68.5t50.5 -134.5zM1534 1202q0 -77 -51 -135t-127 -69q26 -85 3 -176.5t-90 -158.5l-12 -12l-151 152l12 12q37 37 37 89t-37 89t-89 37t-89 -37l-30 -30l-152 -152l-160 -160l-152 152l161 160l152 152l29 30q67 67 159 89.5t178 -3.5q11 75 68.5 126
-t135.5 51q85 0 145 -60.5t60 -145.5z" />
- <glyph glyph-name="f1ab" unicode="&#xf1ab;"
-d="M654 458q-1 -3 -12.5 0.5t-31.5 11.5l-20 9q-44 20 -87 49q-7 5 -41 31.5t-38 28.5q-67 -103 -134 -181q-81 -95 -105 -110q-4 -2 -19.5 -4t-18.5 0q6 4 82 92q21 24 85.5 115t78.5 118q17 30 51 98.5t36 77.5q-8 1 -110 -33q-8 -2 -27.5 -7.5t-34.5 -9.5t-17 -5
-q-2 -2 -2 -10.5t-1 -9.5q-5 -10 -31 -15q-23 -7 -47 0q-18 4 -28 21q-4 6 -5 23q6 2 24.5 5t29.5 6q58 16 105 32q100 35 102 35q10 2 43 19.5t44 21.5q9 3 21.5 8t14.5 5.5t6 -0.5q2 -12 -1 -33q0 -2 -12.5 -27t-26.5 -53.5t-17 -33.5q-25 -50 -77 -131l64 -28
-q12 -6 74.5 -32t67.5 -28q4 -1 10.5 -25.5t4.5 -30.5zM449 944q3 -15 -4 -28q-12 -23 -50 -38q-30 -12 -60 -12q-26 3 -49 26q-14 15 -18 41l1 3q3 -3 19.5 -5t26.5 0t58 16q36 12 55 14q17 0 21 -17zM1147 815l63 -227l-139 42zM39 15l694 232v1032l-694 -233v-1031z
-M1280 332l102 -31l-181 657l-100 31l-216 -536l102 -31l45 110l211 -65zM777 1294l573 -184v380zM1088 -29l158 -13l-54 -160l-40 66q-130 -83 -276 -108q-58 -12 -91 -12h-84q-79 0 -199.5 39t-183.5 85q-8 7 -8 16q0 8 5 13.5t13 5.5q4 0 18 -7.5t30.5 -16.5t20.5 -11
-q73 -37 159.5 -61.5t157.5 -24.5q95 0 167 14.5t157 50.5q15 7 30.5 15.5t34 19t28.5 16.5zM1536 1050v-1079l-774 246q-14 -6 -375 -127.5t-368 -121.5q-13 0 -18 13q0 1 -1 3v1078q3 9 4 10q5 6 20 11q107 36 149 50v384l558 -198q2 0 160.5 55t316 108.5t161.5 53.5
-q20 0 20 -21v-418z" />
- <glyph glyph-name="_402" unicode="&#xf1ac;" horiz-adv-x="1792"
-d="M288 1152q66 0 113 -47t47 -113v-1088q0 -66 -47 -113t-113 -47h-128q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h128zM1664 989q58 -34 93 -93t35 -128v-768q0 -106 -75 -181t-181 -75h-864q-66 0 -113 47t-47 113v1536q0 40 28 68t68 28h672q40 0 88 -20t76 -48
-l152 -152q28 -28 48 -76t20 -88v-163zM928 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 512v128q0 14 -9 23
-t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128
-q14 0 23 9t9 23zM1184 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 256v128q0 14 -9 23t-23 9h-128
-q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1536 896v256h-160q-40 0 -68 28t-28 68v160h-640v-512h896z" />
- <glyph glyph-name="_403" unicode="&#xf1ad;"
-d="M1344 1536q26 0 45 -19t19 -45v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280zM512 1248v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 992v-64q0 -14 9 -23t23 -9h64q14 0 23 9
-t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 736v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 480v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM384 160v64
-q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64
-q14 0 23 9t9 23zM384 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 -96v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9
-t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM896 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 928v64
-q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 160v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64
-q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9
-t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23z" />
- <glyph glyph-name="_404" unicode="&#xf1ae;" horiz-adv-x="1280"
-d="M1188 988l-292 -292v-824q0 -46 -33 -79t-79 -33t-79 33t-33 79v384h-64v-384q0 -46 -33 -79t-79 -33t-79 33t-33 79v824l-292 292q-28 28 -28 68t28 68q29 28 68.5 28t67.5 -28l228 -228h368l228 228q28 28 68 28t68 -28q28 -29 28 -68.5t-28 -67.5zM864 1152
-q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
- <glyph glyph-name="uniF1B1" unicode="&#xf1b0;" horiz-adv-x="1664"
-d="M780 1064q0 -60 -19 -113.5t-63 -92.5t-105 -39q-76 0 -138 57.5t-92 135.5t-30 151q0 60 19 113.5t63 92.5t105 39q77 0 138.5 -57.5t91.5 -135t30 -151.5zM438 581q0 -80 -42 -139t-119 -59q-76 0 -141.5 55.5t-100.5 133.5t-35 152q0 80 42 139.5t119 59.5
-q76 0 141.5 -55.5t100.5 -134t35 -152.5zM832 608q118 0 255 -97.5t229 -237t92 -254.5q0 -46 -17 -76.5t-48.5 -45t-64.5 -20t-76 -5.5q-68 0 -187.5 45t-182.5 45q-66 0 -192.5 -44.5t-200.5 -44.5q-183 0 -183 146q0 86 56 191.5t139.5 192.5t187.5 146t193 59zM1071 819
-q-61 0 -105 39t-63 92.5t-19 113.5q0 74 30 151.5t91.5 135t138.5 57.5q61 0 105 -39t63 -92.5t19 -113.5q0 -73 -30 -151t-92 -135.5t-138 -57.5zM1503 923q77 0 119 -59.5t42 -139.5q0 -74 -35 -152t-100.5 -133.5t-141.5 -55.5q-77 0 -119 59t-42 139q0 74 35 152.5
-t100.5 134t141.5 55.5z" />
- <glyph glyph-name="_406" unicode="&#xf1b1;" horiz-adv-x="768"
-d="M704 1008q0 -145 -57 -243.5t-152 -135.5l45 -821q2 -26 -16 -45t-44 -19h-192q-26 0 -44 19t-16 45l45 821q-95 37 -152 135.5t-57 243.5q0 128 42.5 249.5t117.5 200t160 78.5t160 -78.5t117.5 -200t42.5 -249.5z" />
- <glyph glyph-name="_407" unicode="&#xf1b2;" horiz-adv-x="1792"
-d="M896 -93l640 349v636l-640 -233v-752zM832 772l698 254l-698 254l-698 -254zM1664 1024v-768q0 -35 -18 -65t-49 -47l-704 -384q-28 -16 -61 -16t-61 16l-704 384q-31 17 -49 47t-18 65v768q0 40 23 73t61 47l704 256q22 8 44 8t44 -8l704 -256q38 -14 61 -47t23 -73z
-" />
- <glyph glyph-name="_408" unicode="&#xf1b3;" horiz-adv-x="2304"
-d="M640 -96l384 192v314l-384 -164v-342zM576 358l404 173l-404 173l-404 -173zM1664 -96l384 192v314l-384 -164v-342zM1600 358l404 173l-404 173l-404 -173zM1152 651l384 165v266l-384 -164v-267zM1088 1030l441 189l-441 189l-441 -189zM2176 512v-416q0 -36 -19 -67
-t-52 -47l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-4 2 -7 4q-2 -2 -7 -4l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-33 16 -52 47t-19 67v416q0 38 21.5 70t56.5 48l434 186v400q0 38 21.5 70t56.5 48l448 192q23 10 50 10t50 -10l448 -192q35 -16 56.5 -48t21.5 -70
-v-400l434 -186q36 -16 57 -48t21 -70z" />
- <glyph glyph-name="_409" unicode="&#xf1b4;" horiz-adv-x="2048"
-d="M1848 1197h-511v-124h511v124zM1596 771q-90 0 -146 -52.5t-62 -142.5h408q-18 195 -200 195zM1612 186q63 0 122 32t76 87h221q-100 -307 -427 -307q-214 0 -340.5 132t-126.5 347q0 208 130.5 345.5t336.5 137.5q138 0 240.5 -68t153 -179t50.5 -248q0 -17 -2 -47h-658
-q0 -111 57.5 -171.5t166.5 -60.5zM277 236h296q205 0 205 167q0 180 -199 180h-302v-347zM277 773h281q78 0 123.5 36.5t45.5 113.5q0 144 -190 144h-260v-294zM0 1282h594q87 0 155 -14t126.5 -47.5t90 -96.5t31.5 -154q0 -181 -172 -263q114 -32 172 -115t58 -204
-q0 -75 -24.5 -136.5t-66 -103.5t-98.5 -71t-121 -42t-134 -13h-611v1260z" />
- <glyph glyph-name="_410" unicode="&#xf1b5;"
-d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM499 1041h-371v-787h382q117 0 197 57.5t80 170.5q0 158 -143 200q107 52 107 164q0 57 -19.5 96.5
-t-56.5 60.5t-79 29.5t-97 8.5zM477 723h-176v184h163q119 0 119 -90q0 -94 -106 -94zM486 388h-185v217h189q124 0 124 -113q0 -104 -128 -104zM1136 356q-68 0 -104 38t-36 107h411q1 10 1 30q0 132 -74.5 220.5t-203.5 88.5q-128 0 -210 -86t-82 -216q0 -135 79 -217
-t213 -82q205 0 267 191h-138q-11 -34 -47.5 -54t-75.5 -20zM1126 722q113 0 124 -122h-254q4 56 39 89t91 33zM964 988h319v-77h-319v77z" />
- <glyph glyph-name="_411" unicode="&#xf1b6;" horiz-adv-x="1792"
-d="M1582 954q0 -101 -71.5 -172.5t-172.5 -71.5t-172.5 71.5t-71.5 172.5t71.5 172.5t172.5 71.5t172.5 -71.5t71.5 -172.5zM812 212q0 104 -73 177t-177 73q-27 0 -54 -6l104 -42q77 -31 109.5 -106.5t1.5 -151.5q-31 -77 -107 -109t-152 -1q-21 8 -62 24.5t-61 24.5
-q32 -60 91 -96.5t130 -36.5q104 0 177 73t73 177zM1642 953q0 126 -89.5 215.5t-215.5 89.5q-127 0 -216.5 -89.5t-89.5 -215.5q0 -127 89.5 -216t216.5 -89q126 0 215.5 89t89.5 216zM1792 953q0 -189 -133.5 -322t-321.5 -133l-437 -319q-12 -129 -109 -218t-229 -89
-q-121 0 -214 76t-118 192l-230 92v429l389 -157q79 48 173 48q13 0 35 -2l284 407q2 187 135.5 319t320.5 132q188 0 321.5 -133.5t133.5 -321.5z" />
- <glyph glyph-name="_412" unicode="&#xf1b7;"
-d="M1242 889q0 80 -57 136.5t-137 56.5t-136.5 -57t-56.5 -136q0 -80 56.5 -136.5t136.5 -56.5t137 56.5t57 136.5zM632 301q0 -83 -58 -140.5t-140 -57.5q-56 0 -103 29t-72 77q52 -20 98 -40q60 -24 120 1.5t85 86.5q24 60 -1.5 120t-86.5 84l-82 33q22 5 42 5
-q82 0 140 -57.5t58 -140.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v153l172 -69q20 -92 93.5 -152t168.5 -60q104 0 181 70t87 173l345 252q150 0 255.5 105.5t105.5 254.5q0 150 -105.5 255.5t-255.5 105.5
-q-148 0 -253 -104.5t-107 -252.5l-225 -322q-9 1 -28 1q-75 0 -137 -37l-297 119v468q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5zM1289 887q0 -100 -71 -170.5t-171 -70.5t-170.5 70.5t-70.5 170.5t70.5 171t170.5 71q101 0 171.5 -70.5t70.5 -171.5z
-" />
- <glyph glyph-name="_413" unicode="&#xf1b8;" horiz-adv-x="1792"
-d="M836 367l-15 -368l-2 -22l-420 29q-36 3 -67 31.5t-47 65.5q-11 27 -14.5 55t4 65t12 55t21.5 64t19 53q78 -12 509 -28zM449 953l180 -379l-147 92q-63 -72 -111.5 -144.5t-72.5 -125t-39.5 -94.5t-18.5 -63l-4 -21l-190 357q-17 26 -18 56t6 47l8 18q35 63 114 188
-l-140 86zM1680 436l-188 -359q-12 -29 -36.5 -46.5t-43.5 -20.5l-18 -4q-71 -7 -219 -12l8 -164l-230 367l211 362l7 -173q170 -16 283 -5t170 33zM895 1360q-47 -63 -265 -435l-317 187l-19 12l225 356q20 31 60 45t80 10q24 -2 48.5 -12t42 -21t41.5 -33t36 -34.5
-t36 -39.5t32 -35zM1550 1053l212 -363q18 -37 12.5 -76t-27.5 -74q-13 -20 -33 -37t-38 -28t-48.5 -22t-47 -16t-51.5 -14t-46 -12q-34 72 -265 436l313 195zM1407 1279l142 83l-220 -373l-419 20l151 86q-34 89 -75 166t-75.5 123.5t-64.5 80t-47 46.5l-17 13l405 -1
-q31 3 58 -10.5t39 -28.5l11 -15q39 -61 112 -190z" />
- <glyph glyph-name="_414" unicode="&#xf1b9;" horiz-adv-x="2048"
-d="M480 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM516 768h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5zM1888 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM2048 544v-384
-q0 -14 -9 -23t-23 -9h-96v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-1024v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5t179 63.5h768q98 0 179 -63.5t104 -157.5
-l105 -419h28q93 0 158.5 -65.5t65.5 -158.5z" />
- <glyph glyph-name="_415" unicode="&#xf1ba;" horiz-adv-x="2048"
-d="M1824 640q93 0 158.5 -65.5t65.5 -158.5v-384q0 -14 -9 -23t-23 -9h-96v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-1024v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5
-t179 63.5h128v224q0 14 9 23t23 9h448q14 0 23 -9t9 -23v-224h128q98 0 179 -63.5t104 -157.5l105 -419h28zM320 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM516 640h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5z
-M1728 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47z" />
- <glyph glyph-name="_416" unicode="&#xf1bb;"
-d="M1504 64q0 -26 -19 -45t-45 -19h-462q1 -17 6 -87.5t5 -108.5q0 -25 -18 -42.5t-43 -17.5h-320q-25 0 -43 17.5t-18 42.5q0 38 5 108.5t6 87.5h-462q-26 0 -45 19t-19 45t19 45l402 403h-229q-26 0 -45 19t-19 45t19 45l402 403h-197q-26 0 -45 19t-19 45t19 45l384 384
-q19 19 45 19t45 -19l384 -384q19 -19 19 -45t-19 -45t-45 -19h-197l402 -403q19 -19 19 -45t-19 -45t-45 -19h-229l402 -403q19 -19 19 -45z" />
- <glyph glyph-name="_417" unicode="&#xf1bc;"
-d="M1127 326q0 32 -30 51q-193 115 -447 115q-133 0 -287 -34q-42 -9 -42 -52q0 -20 13.5 -34.5t35.5 -14.5q5 0 37 8q132 27 243 27q226 0 397 -103q19 -11 33 -11q19 0 33 13.5t14 34.5zM1223 541q0 40 -35 61q-237 141 -548 141q-153 0 -303 -42q-48 -13 -48 -64
-q0 -25 17.5 -42.5t42.5 -17.5q7 0 37 8q122 33 251 33q279 0 488 -124q24 -13 38 -13q25 0 42.5 17.5t17.5 42.5zM1331 789q0 47 -40 70q-126 73 -293 110.5t-343 37.5q-204 0 -364 -47q-23 -7 -38.5 -25.5t-15.5 -48.5q0 -31 20.5 -52t51.5 -21q11 0 40 8q133 37 307 37
-q159 0 309.5 -34t253.5 -95q21 -12 40 -12q29 0 50.5 20.5t21.5 51.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="_418" unicode="&#xf1bd;" horiz-adv-x="1024"
-d="M1024 1233l-303 -582l24 -31h279v-415h-507l-44 -30l-142 -273l-30 -30h-301v303l303 583l-24 30h-279v415h507l44 30l142 273l30 30h301v-303z" />
- <glyph glyph-name="_419" unicode="&#xf1be;" horiz-adv-x="2304"
-d="M784 164l16 241l-16 523q-1 10 -7.5 17t-16.5 7q-9 0 -16 -7t-7 -17l-14 -523l14 -241q1 -10 7.5 -16.5t15.5 -6.5q22 0 24 23zM1080 193l11 211l-12 586q0 16 -13 24q-8 5 -16 5t-16 -5q-13 -8 -13 -24l-1 -6l-10 -579q0 -1 11 -236v-1q0 -10 6 -17q9 -11 23 -11
-q11 0 20 9q9 7 9 20zM35 533l20 -128l-20 -126q-2 -9 -9 -9t-9 9l-17 126l17 128q2 9 9 9t9 -9zM121 612l26 -207l-26 -203q-2 -9 -10 -9q-9 0 -9 10l-23 202l23 207q0 9 9 9q8 0 10 -9zM401 159zM213 650l25 -245l-25 -237q0 -11 -11 -11q-10 0 -12 11l-21 237l21 245
-q2 12 12 12q11 0 11 -12zM307 657l23 -252l-23 -244q-2 -13 -14 -13q-13 0 -13 13l-21 244l21 252q0 13 13 13q12 0 14 -13zM401 639l21 -234l-21 -246q-2 -16 -16 -16q-6 0 -10.5 4.5t-4.5 11.5l-20 246l20 234q0 6 4.5 10.5t10.5 4.5q14 0 16 -15zM784 164zM495 785
-l21 -380l-21 -246q0 -7 -5 -12.5t-12 -5.5q-16 0 -18 18l-18 246l18 380q2 18 18 18q7 0 12 -5.5t5 -12.5zM589 871l19 -468l-19 -244q0 -8 -5.5 -13.5t-13.5 -5.5q-18 0 -20 19l-16 244l16 468q2 19 20 19q8 0 13.5 -5.5t5.5 -13.5zM687 911l18 -506l-18 -242
-q-2 -21 -22 -21q-19 0 -21 21l-16 242l16 506q0 9 6.5 15.5t14.5 6.5q9 0 15 -6.5t7 -15.5zM1079 169v0v0v0zM881 915l15 -510l-15 -239q0 -10 -7.5 -17.5t-17.5 -7.5t-17 7t-8 18l-14 239l14 510q0 11 7.5 18t17.5 7t17.5 -7t7.5 -18zM980 896l14 -492l-14 -236
-q0 -11 -8 -19t-19 -8t-19 8t-9 19l-12 236l12 492q1 12 9 20t19 8t18.5 -8t8.5 -20zM1192 404l-14 -231v0q0 -13 -9 -22t-22 -9t-22 9t-10 22l-6 114l-6 117l12 636v3q2 15 12 24q9 7 20 7q8 0 15 -5q14 -8 16 -26zM2304 423q0 -117 -83 -199.5t-200 -82.5h-786
-q-13 2 -22 11t-9 22v899q0 23 28 33q85 34 181 34q195 0 338 -131.5t160 -323.5q53 22 110 22q117 0 200 -83t83 -201z" />
- <glyph glyph-name="uniF1C0" unicode="&#xf1c0;"
-d="M768 768q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 0q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127
-t443 -43zM768 384q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 1536q208 0 385 -34.5t280 -93.5t103 -128v-128q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5
-t-103 128v128q0 69 103 128t280 93.5t385 34.5z" />
- <glyph glyph-name="uniF1C1" unicode="&#xf1c1;"
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M894 465q33 -26 84 -56q59 7 117 7q147 0 177 -49q16 -22 2 -52q0 -1 -1 -2l-2 -2v-1q-6 -38 -71 -38q-48 0 -115 20t-130 53q-221 -24 -392 -83q-153 -262 -242 -262q-15 0 -28 7l-24 12q-1 1 -6 5q-10 10 -6 36q9 40 56 91.5t132 96.5q14 9 23 -6q2 -2 2 -4q52 85 107 197
-q68 136 104 262q-24 82 -30.5 159.5t6.5 127.5q11 40 42 40h21h1q23 0 35 -15q18 -21 9 -68q-2 -6 -4 -8q1 -3 1 -8v-30q-2 -123 -14 -192q55 -164 146 -238zM318 54q52 24 137 158q-51 -40 -87.5 -84t-49.5 -74zM716 974q-15 -42 -2 -132q1 7 7 44q0 3 7 43q1 4 4 8
-q-1 1 -1 2q-1 2 -1 3q-1 22 -13 36q0 -1 -1 -2v-2zM592 313q135 54 284 81q-2 1 -13 9.5t-16 13.5q-76 67 -127 176q-27 -86 -83 -197q-30 -56 -45 -83zM1238 329q-24 24 -140 24q76 -28 124 -28q14 0 18 1q0 1 -2 3z" />
- <glyph glyph-name="_422" unicode="&#xf1c2;"
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M233 768v-107h70l164 -661h159l128 485q7 20 10 46q2 16 2 24h4l3 -24q1 -3 3.5 -20t5.5 -26l128 -485h159l164 661h70v107h-300v-107h90l-99 -438q-5 -20 -7 -46l-2 -21h-4q0 3 -0.5 6.5t-1.5 8t-1 6.5q-1 5 -4 21t-5 25l-144 545h-114l-144 -545q-2 -9 -4.5 -24.5
-t-3.5 -21.5l-4 -21h-4l-2 21q-2 26 -7 46l-99 438h90v107h-300z" />
- <glyph glyph-name="_423" unicode="&#xf1c3;"
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M429 106v-106h281v106h-75l103 161q5 7 10 16.5t7.5 13.5t3.5 4h2q1 -4 5 -10q2 -4 4.5 -7.5t6 -8t6.5 -8.5l107 -161h-76v-106h291v106h-68l-192 273l195 282h67v107h-279v-107h74l-103 -159q-4 -7 -10 -16.5t-9 -13.5l-2 -3h-2q-1 4 -5 10q-6 11 -17 23l-106 159h76v107
-h-290v-107h68l189 -272l-194 -283h-68z" />
- <glyph glyph-name="_424" unicode="&#xf1c4;"
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M416 106v-106h327v106h-93v167h137q76 0 118 15q67 23 106.5 87t39.5 146q0 81 -37 141t-100 87q-48 19 -130 19h-368v-107h92v-555h-92zM769 386h-119v268h120q52 0 83 -18q56 -33 56 -115q0 -89 -62 -120q-31 -15 -78 -15z" />
- <glyph glyph-name="_425" unicode="&#xf1c5;"
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M1280 320v-320h-1024v192l192 192l128 -128l384 384zM448 512q-80 0 -136 56t-56 136t56 136t136 56t136 -56t56 -136t-56 -136t-136 -56z" />
- <glyph glyph-name="_426" unicode="&#xf1c6;"
-d="M640 1152v128h-128v-128h128zM768 1024v128h-128v-128h128zM640 896v128h-128v-128h128zM768 768v128h-128v-128h128zM1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400
-v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-128v-128h-128v128h-512v-1536h1280zM781 593l107 -349q8 -27 8 -52q0 -83 -72.5 -137.5t-183.5 -54.5t-183.5 54.5t-72.5 137.5q0 25 8 52q21 63 120 396v128h128v-128h79
-q22 0 39 -13t23 -34zM640 128q53 0 90.5 19t37.5 45t-37.5 45t-90.5 19t-90.5 -19t-37.5 -45t37.5 -45t90.5 -19z" />
- <glyph glyph-name="_427" unicode="&#xf1c7;"
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M620 686q20 -8 20 -30v-544q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-166 167h-131q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h131l166 167q16 15 35 7zM1037 -3q31 0 50 24q129 159 129 363t-129 363q-16 21 -43 24t-47 -14q-21 -17 -23.5 -43.5t14.5 -47.5
-q100 -123 100 -282t-100 -282q-17 -21 -14.5 -47.5t23.5 -42.5q18 -15 40 -15zM826 145q27 0 47 20q87 93 87 219t-87 219q-18 19 -45 20t-46 -17t-20 -44.5t18 -46.5q52 -57 52 -131t-52 -131q-19 -20 -18 -46.5t20 -44.5q20 -17 44 -17z" />
- <glyph glyph-name="_428" unicode="&#xf1c8;"
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M768 768q52 0 90 -38t38 -90v-384q0 -52 -38 -90t-90 -38h-384q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h384zM1260 766q20 -8 20 -30v-576q0 -22 -20 -30q-8 -2 -12 -2q-14 0 -23 9l-265 266v90l265 266q9 9 23 9q4 0 12 -2z" />
- <glyph glyph-name="_429" unicode="&#xf1c9;"
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M480 768q8 11 21 12.5t24 -6.5l51 -38q11 -8 12.5 -21t-6.5 -24l-182 -243l182 -243q8 -11 6.5 -24t-12.5 -21l-51 -38q-11 -8 -24 -6.5t-21 12.5l-226 301q-14 19 0 38zM1282 467q14 -19 0 -38l-226 -301q-8 -11 -21 -12.5t-24 6.5l-51 38q-11 8 -12.5 21t6.5 24l182 243
-l-182 243q-8 11 -6.5 24t12.5 21l51 38q11 8 24 6.5t21 -12.5zM662 6q-13 2 -20.5 13t-5.5 24l138 831q2 13 13 20.5t24 5.5l63 -10q13 -2 20.5 -13t5.5 -24l-138 -831q-2 -13 -13 -20.5t-24 -5.5z" />
- <glyph glyph-name="_430" unicode="&#xf1ca;"
-d="M1497 709v-198q-101 -23 -198 -23q-65 -136 -165.5 -271t-181.5 -215.5t-128 -106.5q-80 -45 -162 3q-28 17 -60.5 43.5t-85 83.5t-102.5 128.5t-107.5 184t-105.5 244t-91.5 314.5t-70.5 390h283q26 -218 70 -398.5t104.5 -317t121.5 -235.5t140 -195q169 169 287 406
-q-142 72 -223 220t-81 333q0 192 104 314.5t284 122.5q178 0 273 -105.5t95 -297.5q0 -159 -58 -286q-7 -1 -19.5 -3t-46 -2t-63 6t-62 25.5t-50.5 51.5q31 103 31 184q0 87 -29 132t-79 45q-53 0 -85 -49.5t-32 -140.5q0 -186 105 -293.5t267 -107.5q62 0 121 14z" />
- <glyph glyph-name="_431" unicode="&#xf1cb;" horiz-adv-x="1792"
-d="M216 367l603 -402v359l-334 223zM154 511l193 129l-193 129v-258zM973 -35l603 402l-269 180l-334 -223v-359zM896 458l272 182l-272 182l-272 -182zM485 733l334 223v359l-603 -402zM1445 640l193 -129v258zM1307 733l269 180l-603 402v-359zM1792 913v-546
-q0 -41 -34 -64l-819 -546q-21 -13 -43 -13t-43 13l-819 546q-34 23 -34 64v546q0 41 34 64l819 546q21 13 43 13t43 -13l819 -546q34 -23 34 -64z" />
- <glyph glyph-name="_432" unicode="&#xf1cc;" horiz-adv-x="2048"
-d="M1800 764q111 -46 179.5 -145.5t68.5 -221.5q0 -164 -118 -280.5t-285 -116.5q-4 0 -11.5 0.5t-10.5 0.5h-1209h-1h-2h-5q-170 10 -288 125.5t-118 280.5q0 110 55 203t147 147q-12 39 -12 82q0 115 82 196t199 81q95 0 172 -58q75 154 222.5 248t326.5 94
-q166 0 306 -80.5t221.5 -218.5t81.5 -301q0 -6 -0.5 -18t-0.5 -18zM468 498q0 -122 84 -193t208 -71q137 0 240 99q-16 20 -47.5 56.5t-43.5 50.5q-67 -65 -144 -65q-55 0 -93.5 33.5t-38.5 87.5q0 53 38.5 87t91.5 34q44 0 84.5 -21t73 -55t65 -75t69 -82t77 -75t97 -55
-t121.5 -21q121 0 204.5 71.5t83.5 190.5q0 121 -84 192t-207 71q-143 0 -241 -97l93 -108q66 64 142 64q52 0 92 -33t40 -84q0 -57 -37 -91.5t-94 -34.5q-43 0 -82.5 21t-72 55t-65.5 75t-69.5 82t-77.5 75t-96.5 55t-118.5 21q-122 0 -207 -70.5t-85 -189.5z" />
- <glyph glyph-name="_433" unicode="&#xf1cd;" horiz-adv-x="1792"
-d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 1408q-190 0 -361 -90l194 -194q82 28 167 28t167 -28l194 194q-171 90 -361 90zM218 279l194 194
-q-28 82 -28 167t28 167l-194 194q-90 -171 -90 -361t90 -361zM896 -128q190 0 361 90l-194 194q-82 -28 -167 -28t-167 28l-194 -194q171 -90 361 -90zM896 256q159 0 271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5
-t271.5 -112.5zM1380 473l194 -194q90 171 90 361t-90 361l-194 -194q28 -82 28 -167t-28 -167z" />
- <glyph glyph-name="_434" unicode="&#xf1ce;" horiz-adv-x="1792"
-d="M1760 640q0 -176 -68.5 -336t-184 -275.5t-275.5 -184t-336 -68.5t-336 68.5t-275.5 184t-184 275.5t-68.5 336q0 213 97 398.5t265 305.5t374 151v-228q-221 -45 -366.5 -221t-145.5 -406q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5
-t136.5 204t51 248.5q0 230 -145.5 406t-366.5 221v228q206 -31 374 -151t265 -305.5t97 -398.5z" />
- <glyph glyph-name="uniF1D0" unicode="&#xf1d0;" horiz-adv-x="1792"
-d="M19 662q8 217 116 406t305 318h5q0 -1 -1 -3q-8 -8 -28 -33.5t-52 -76.5t-60 -110.5t-44.5 -135.5t-14 -150.5t39 -157.5t108.5 -154q50 -50 102 -69.5t90.5 -11.5t69.5 23.5t47 32.5l16 16q39 51 53 116.5t6.5 122.5t-21 107t-26.5 80l-14 29q-10 25 -30.5 49.5t-43 41
-t-43.5 29.5t-35 19l-13 6l104 115q39 -17 78 -52t59 -61l19 -27q1 48 -18.5 103.5t-40.5 87.5l-20 31l161 183l160 -181q-33 -46 -52.5 -102.5t-22.5 -90.5l-4 -33q22 37 61.5 72.5t67.5 52.5l28 17l103 -115q-44 -14 -85 -50t-60 -65l-19 -29q-31 -56 -48 -133.5t-7 -170
-t57 -156.5q33 -45 77.5 -60.5t85 -5.5t76 26.5t57.5 33.5l21 16q60 53 96.5 115t48.5 121.5t10 121.5t-18 118t-37 107.5t-45.5 93t-45 72t-34.5 47.5l-13 17q-14 13 -7 13l10 -3q40 -29 62.5 -46t62 -50t64 -58t58.5 -65t55.5 -77t45.5 -88t38 -103t23.5 -117t10.5 -136
-q3 -259 -108 -465t-312 -321t-456 -115q-185 0 -351 74t-283.5 198t-184 293t-60.5 353z" />
- <glyph glyph-name="uniF1D1" unicode="&#xf1d1;" horiz-adv-x="1792"
-d="M874 -102v-66q-208 6 -385 109.5t-283 275.5l58 34q29 -49 73 -99l65 57q148 -168 368 -212l-17 -86q65 -12 121 -13zM276 428l-83 -28q22 -60 49 -112l-57 -33q-98 180 -98 385t98 385l57 -33q-30 -56 -49 -112l82 -28q-35 -100 -35 -212q0 -109 36 -212zM1528 251
-l58 -34q-106 -172 -283 -275.5t-385 -109.5v66q56 1 121 13l-17 86q220 44 368 212l65 -57q44 50 73 99zM1377 805l-233 -80q14 -42 14 -85t-14 -85l232 -80q-31 -92 -98 -169l-185 162q-57 -67 -147 -85l48 -241q-52 -10 -98 -10t-98 10l48 241q-90 18 -147 85l-185 -162
-q-67 77 -98 169l232 80q-14 42 -14 85t14 85l-233 80q33 93 99 169l185 -162q59 68 147 86l-48 240q44 10 98 10t98 -10l-48 -240q88 -18 147 -86l185 162q66 -76 99 -169zM874 1448v-66q-65 -2 -121 -13l17 -86q-220 -42 -368 -211l-65 56q-38 -42 -73 -98l-57 33
-q106 172 282 275.5t385 109.5zM1705 640q0 -205 -98 -385l-57 33q27 52 49 112l-83 28q36 103 36 212q0 112 -35 212l82 28q-19 56 -49 112l57 33q98 -180 98 -385zM1585 1063l-57 -33q-35 56 -73 98l-65 -56q-148 169 -368 211l17 86q-56 11 -121 13v66q209 -6 385 -109.5
-t282 -275.5zM1748 640q0 173 -67.5 331t-181.5 272t-272 181.5t-331 67.5t-331 -67.5t-272 -181.5t-181.5 -272t-67.5 -331t67.5 -331t181.5 -272t272 -181.5t331 -67.5t331 67.5t272 181.5t181.5 272t67.5 331zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71
-t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="uniF1D2" unicode="&#xf1d2;"
-d="M582 228q0 -66 -93 -66q-107 0 -107 63q0 64 98 64q102 0 102 -61zM546 694q0 -85 -74 -85q-77 0 -77 84q0 90 77 90q36 0 55 -25.5t19 -63.5zM712 769v125q-78 -29 -135 -29q-50 29 -110 29q-86 0 -145 -57t-59 -143q0 -50 29.5 -102t73.5 -67v-3q-38 -17 -38 -85
-q0 -53 41 -77v-3q-113 -37 -113 -139q0 -45 20 -78.5t54 -51t72 -25.5t81 -8q224 0 224 188q0 67 -48 99t-126 46q-27 5 -51.5 20.5t-24.5 39.5q0 44 49 52q77 15 122 70t45 134q0 24 -10 52q37 9 49 13zM771 350h137q-2 27 -2 82v387q0 46 2 69h-137q3 -23 3 -71v-392
-q0 -50 -3 -75zM1280 366v121q-30 -21 -68 -21q-53 0 -53 82v225h52q9 0 26.5 -1t26.5 -1v117h-105q0 82 3 102h-140q4 -24 4 -55v-47h-60v-117q36 3 37 3q3 0 11 -0.5t12 -0.5v-2h-2v-217q0 -37 2.5 -64t11.5 -56.5t24.5 -48.5t43.5 -31t66 -12q64 0 108 24zM924 1072
-q0 36 -24 63.5t-60 27.5t-60.5 -27t-24.5 -64q0 -36 25 -62.5t60 -26.5t59.5 27t24.5 62zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="_438" unicode="&#xf1d3;" horiz-adv-x="1792"
-d="M595 22q0 100 -165 100q-158 0 -158 -104q0 -101 172 -101q151 0 151 105zM536 777q0 61 -30 102t-89 41q-124 0 -124 -145q0 -135 124 -135q119 0 119 137zM805 1101v-202q-36 -12 -79 -22q16 -43 16 -84q0 -127 -73 -216.5t-197 -112.5q-40 -8 -59.5 -27t-19.5 -58
-q0 -31 22.5 -51.5t58 -32t78.5 -22t86 -25.5t78.5 -37.5t58 -64t22.5 -98.5q0 -304 -363 -304q-69 0 -130 12.5t-116 41t-87.5 82t-32.5 127.5q0 165 182 225v4q-67 41 -67 126q0 109 63 137v4q-72 24 -119.5 108.5t-47.5 165.5q0 139 95 231.5t235 92.5q96 0 178 -47
-q98 0 218 47zM1123 220h-222q4 45 4 134v609q0 94 -4 128h222q-4 -33 -4 -124v-613q0 -89 4 -134zM1724 442v-196q-71 -39 -174 -39q-62 0 -107 20t-70 50t-39.5 78t-18.5 92t-4 103v351h2v4q-7 0 -19 1t-18 1q-21 0 -59 -6v190h96v76q0 54 -6 89h227q-6 -41 -6 -165h171
-v-190q-15 0 -43.5 2t-42.5 2h-85v-365q0 -131 87 -131q61 0 109 33zM1148 1389q0 -58 -39 -101.5t-96 -43.5q-58 0 -98 43.5t-40 101.5q0 59 39.5 103t98.5 44q58 0 96.5 -44.5t38.5 -102.5z" />
- <glyph glyph-name="_439" unicode="&#xf1d4;"
-d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="uniF1D5" unicode="&#xf1d5;" horiz-adv-x="1280"
-d="M842 964q0 -80 -57 -136.5t-136 -56.5q-60 0 -111 35q-62 -67 -115 -146q-247 -371 -202 -859q1 -22 -12.5 -38.5t-34.5 -18.5h-5q-20 0 -35 13.5t-17 33.5q-14 126 -3.5 247.5t29.5 217t54 186t69 155.5t74 125q61 90 132 165q-16 35 -16 77q0 80 56.5 136.5t136.5 56.5
-t136.5 -56.5t56.5 -136.5zM1223 953q0 -158 -78 -292t-212.5 -212t-292.5 -78q-64 0 -131 14q-21 5 -32.5 23.5t-6.5 39.5q5 20 23 31.5t39 7.5q51 -13 108 -13q97 0 186 38t153 102t102 153t38 186t-38 186t-102 153t-153 102t-186 38t-186 -38t-153 -102t-102 -153
-t-38 -186q0 -114 52 -218q10 -20 3.5 -40t-25.5 -30t-39.5 -3t-30.5 26q-64 123 -64 265q0 119 46.5 227t124.5 186t186 124t226 46q158 0 292.5 -78t212.5 -212.5t78 -292.5z" />
- <glyph glyph-name="uniF1D6" unicode="&#xf1d6;" horiz-adv-x="1792"
-d="M270 730q-8 19 -8 52q0 20 11 49t24 45q-1 22 7.5 53t22.5 43q0 139 92.5 288.5t217.5 209.5q139 66 324 66q133 0 266 -55q49 -21 90 -48t71 -56t55 -68t42 -74t32.5 -84.5t25.5 -89.5t22 -98l1 -5q55 -83 55 -150q0 -14 -9 -40t-9 -38q0 -1 1.5 -3.5t3.5 -5t2 -3.5
-q77 -114 120.5 -214.5t43.5 -208.5q0 -43 -19.5 -100t-55.5 -57q-9 0 -19.5 7.5t-19 17.5t-19 26t-16 26.5t-13.5 26t-9 17.5q-1 1 -3 1l-5 -4q-59 -154 -132 -223q20 -20 61.5 -38.5t69 -41.5t35.5 -65q-2 -4 -4 -16t-7 -18q-64 -97 -302 -97q-53 0 -110.5 9t-98 20
-t-104.5 30q-15 5 -23 7q-14 4 -46 4.5t-40 1.5q-41 -45 -127.5 -65t-168.5 -20q-35 0 -69 1.5t-93 9t-101 20.5t-74.5 40t-32.5 64q0 40 10 59.5t41 48.5q11 2 40.5 13t49.5 12q4 0 14 2q2 2 2 4l-2 3q-48 11 -108 105.5t-73 156.5l-5 3q-4 0 -12 -20q-18 -41 -54.5 -74.5
-t-77.5 -37.5h-1q-4 0 -6 4.5t-5 5.5q-23 54 -23 100q0 275 252 466z" />
- <glyph glyph-name="uniF1D7" unicode="&#xf1d7;" horiz-adv-x="2048"
-d="M580 1075q0 41 -25 66t-66 25q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 66 24.5t25 65.5zM1323 568q0 28 -25.5 50t-65.5 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q40 0 65.5 22t25.5 51zM1087 1075q0 41 -24.5 66t-65.5 25
-q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 65.5 24.5t24.5 65.5zM1722 568q0 28 -26 50t-65 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q39 0 65 22t26 51zM1456 965q-31 4 -70 4q-169 0 -311 -77t-223.5 -208.5t-81.5 -287.5
-q0 -78 23 -152q-35 -3 -68 -3q-26 0 -50 1.5t-55 6.5t-44.5 7t-54.5 10.5t-50 10.5l-253 -127l72 218q-290 203 -290 490q0 169 97.5 311t264 223.5t363.5 81.5q176 0 332.5 -66t262 -182.5t136.5 -260.5zM2048 404q0 -117 -68.5 -223.5t-185.5 -193.5l55 -181l-199 109
-q-150 -37 -218 -37q-169 0 -311 70.5t-223.5 191.5t-81.5 264t81.5 264t223.5 191.5t311 70.5q161 0 303 -70.5t227.5 -192t85.5 -263.5z" />
- <glyph glyph-name="_443" unicode="&#xf1d8;" horiz-adv-x="1792"
-d="M1764 1525q33 -24 27 -64l-256 -1536q-5 -29 -32 -45q-14 -8 -31 -8q-11 0 -24 5l-453 185l-242 -295q-18 -23 -49 -23q-13 0 -22 4q-19 7 -30.5 23.5t-11.5 36.5v349l864 1059l-1069 -925l-395 162q-37 14 -40 55q-2 40 32 59l1664 960q15 9 32 9q20 0 36 -11z" />
- <glyph glyph-name="_444" unicode="&#xf1d9;" horiz-adv-x="1792"
-d="M1764 1525q33 -24 27 -64l-256 -1536q-5 -29 -32 -45q-14 -8 -31 -8q-11 0 -24 5l-527 215l-298 -327q-18 -21 -47 -21q-14 0 -23 4q-19 7 -30 23.5t-11 36.5v452l-472 193q-37 14 -40 55q-3 39 32 59l1664 960q35 21 68 -2zM1422 26l221 1323l-1434 -827l336 -137
-l863 639l-478 -797z" />
- <glyph glyph-name="_445" unicode="&#xf1da;"
-d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5
-t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298zM896 928v-448q0 -14 -9 -23
-t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23z" />
- <glyph glyph-name="_446" unicode="&#xf1db;"
-d="M768 1280q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
-t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="_447" unicode="&#xf1dc;" horiz-adv-x="1792"
-d="M1682 -128q-44 0 -132.5 3.5t-133.5 3.5q-44 0 -132 -3.5t-132 -3.5q-24 0 -37 20.5t-13 45.5q0 31 17 46t39 17t51 7t45 15q33 21 33 140l-1 391q0 21 -1 31q-13 4 -50 4h-675q-38 0 -51 -4q-1 -10 -1 -31l-1 -371q0 -142 37 -164q16 -10 48 -13t57 -3.5t45 -15
-t20 -45.5q0 -26 -12.5 -48t-36.5 -22q-47 0 -139.5 3.5t-138.5 3.5q-43 0 -128 -3.5t-127 -3.5q-23 0 -35.5 21t-12.5 45q0 30 15.5 45t36 17.5t47.5 7.5t42 15q33 23 33 143l-1 57v813q0 3 0.5 26t0 36.5t-1.5 38.5t-3.5 42t-6.5 36.5t-11 31.5t-16 18q-15 10 -45 12t-53 2
-t-41 14t-18 45q0 26 12 48t36 22q46 0 138.5 -3.5t138.5 -3.5q42 0 126.5 3.5t126.5 3.5q25 0 37.5 -22t12.5 -48q0 -30 -17 -43.5t-38.5 -14.5t-49.5 -4t-43 -13q-35 -21 -35 -160l1 -320q0 -21 1 -32q13 -3 39 -3h699q25 0 38 3q1 11 1 32l1 320q0 139 -35 160
-q-18 11 -58.5 12.5t-66 13t-25.5 49.5q0 26 12.5 48t37.5 22q44 0 132 -3.5t132 -3.5q43 0 129 3.5t129 3.5q25 0 37.5 -22t12.5 -48q0 -30 -17.5 -44t-40 -14.5t-51.5 -3t-44 -12.5q-35 -23 -35 -161l1 -943q0 -119 34 -140q16 -10 46 -13.5t53.5 -4.5t41.5 -15.5t18 -44.5
-q0 -26 -12 -48t-36 -22z" />
- <glyph glyph-name="_448" unicode="&#xf1dd;" horiz-adv-x="1280"
-d="M1278 1347v-73q0 -29 -18.5 -61t-42.5 -32q-50 0 -54 -1q-26 -6 -32 -31q-3 -11 -3 -64v-1152q0 -25 -18 -43t-43 -18h-108q-25 0 -43 18t-18 43v1218h-143v-1218q0 -25 -17.5 -43t-43.5 -18h-108q-26 0 -43.5 18t-17.5 43v496q-147 12 -245 59q-126 58 -192 179
-q-64 117 -64 259q0 166 88 286q88 118 209 159q111 37 417 37h479q25 0 43 -18t18 -43z" />
- <glyph glyph-name="_449" unicode="&#xf1de;"
-d="M352 128v-128h-352v128h352zM704 256q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM864 640v-128h-864v128h864zM224 1152v-128h-224v128h224zM1536 128v-128h-736v128h736zM576 1280q26 0 45 -19t19 -45v-256
-q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM1216 768q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM1536 640v-128h-224v128h224zM1536 1152v-128h-864v128h864z" />
- <glyph glyph-name="uniF1E0" unicode="&#xf1e0;"
-d="M1216 512q133 0 226.5 -93.5t93.5 -226.5t-93.5 -226.5t-226.5 -93.5t-226.5 93.5t-93.5 226.5q0 12 2 34l-360 180q-92 -86 -218 -86q-133 0 -226.5 93.5t-93.5 226.5t93.5 226.5t226.5 93.5q126 0 218 -86l360 180q-2 22 -2 34q0 133 93.5 226.5t226.5 93.5
-t226.5 -93.5t93.5 -226.5t-93.5 -226.5t-226.5 -93.5q-126 0 -218 86l-360 -180q2 -22 2 -34t-2 -34l360 -180q92 86 218 86z" />
- <glyph glyph-name="_451" unicode="&#xf1e1;"
-d="M1280 341q0 88 -62.5 151t-150.5 63q-84 0 -145 -58l-241 120q2 16 2 23t-2 23l241 120q61 -58 145 -58q88 0 150.5 63t62.5 151t-62.5 150.5t-150.5 62.5t-151 -62.5t-63 -150.5q0 -7 2 -23l-241 -120q-62 57 -145 57q-88 0 -150.5 -62.5t-62.5 -150.5t62.5 -150.5
-t150.5 -62.5q83 0 145 57l241 -120q-2 -16 -2 -23q0 -88 63 -150.5t151 -62.5t150.5 62.5t62.5 150.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="_452" unicode="&#xf1e2;" horiz-adv-x="1792"
-d="M571 947q-10 25 -34 35t-49 0q-108 -44 -191 -127t-127 -191q-10 -25 0 -49t35 -34q13 -5 24 -5q42 0 60 40q34 84 98.5 148.5t148.5 98.5q25 11 35 35t0 49zM1513 1303l46 -46l-244 -243l68 -68q19 -19 19 -45.5t-19 -45.5l-64 -64q89 -161 89 -343q0 -143 -55.5 -273.5
-t-150 -225t-225 -150t-273.5 -55.5t-273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5q182 0 343 -89l64 64q19 19 45.5 19t45.5 -19l68 -68zM1521 1359q-10 -10 -22 -10q-13 0 -23 10l-91 90q-9 10 -9 23t9 23q10 9 23 9t23 -9l90 -91
-q10 -9 10 -22.5t-10 -22.5zM1751 1129q-11 -9 -23 -9t-23 9l-90 91q-10 9 -10 22.5t10 22.5q9 10 22.5 10t22.5 -10l91 -90q9 -10 9 -23t-9 -23zM1792 1312q0 -14 -9 -23t-23 -9h-96q-14 0 -23 9t-9 23t9 23t23 9h96q14 0 23 -9t9 -23zM1600 1504v-96q0 -14 -9 -23t-23 -9
-t-23 9t-9 23v96q0 14 9 23t23 9t23 -9t9 -23zM1751 1449l-91 -90q-10 -10 -22 -10q-13 0 -23 10q-10 9 -10 22.5t10 22.5l90 91q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
- <glyph glyph-name="_453" unicode="&#xf1e3;" horiz-adv-x="1792"
-d="M609 720l287 208l287 -208l-109 -336h-355zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM1515 186q149 203 149 454v3l-102 -89l-240 224l63 323
-l134 -12q-150 206 -389 282l53 -124l-287 -159l-287 159l53 124q-239 -76 -389 -282l135 12l62 -323l-240 -224l-102 89v-3q0 -251 149 -454l30 132l326 -40l139 -298l-116 -69q117 -39 240 -39t240 39l-116 69l139 298l326 40z" />
- <glyph glyph-name="_454" unicode="&#xf1e4;" horiz-adv-x="1792"
-d="M448 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM256 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM832 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23
-v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM66 768q-28 0 -47 19t-19 46v129h514v-129q0 -27 -19 -46t-46 -19h-383zM1216 224v-192q0 -14 -9 -23t-23 -9h-192
-q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1600 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23
-zM1408 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1016v-13h-514v10q0 104 -382 102q-382 -1 -382 -102v-10h-514v13q0 17 8.5 43t34 64t65.5 75.5t110.5 76t160 67.5t224 47.5t293.5 18.5t293 -18.5t224 -47.5
-t160.5 -67.5t110.5 -76t65.5 -75.5t34 -64t8.5 -43zM1792 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 962v-129q0 -27 -19 -46t-46 -19h-384q-27 0 -46 19t-19 46v129h514z" />
- <glyph glyph-name="_455" unicode="&#xf1e5;" horiz-adv-x="1792"
-d="M704 1216v-768q0 -26 -19 -45t-45 -19v-576q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v512l249 873q7 23 31 23h424zM1024 1216v-704h-256v704h256zM1792 320v-512q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v576q-26 0 -45 19t-19 45v768h424q24 0 31 -23z
-M736 1504v-224h-352v224q0 14 9 23t23 9h288q14 0 23 -9t9 -23zM1408 1504v-224h-352v224q0 14 9 23t23 9h288q14 0 23 -9t9 -23z" />
- <glyph glyph-name="_456" unicode="&#xf1e6;" horiz-adv-x="1792"
-d="M1755 1083q37 -38 37 -90.5t-37 -90.5l-401 -400l150 -150l-160 -160q-163 -163 -389.5 -186.5t-411.5 100.5l-362 -362h-181v181l362 362q-124 185 -100.5 411.5t186.5 389.5l160 160l150 -150l400 401q38 37 91 37t90 -37t37 -90.5t-37 -90.5l-400 -401l234 -234
-l401 400q38 37 91 37t90 -37z" />
- <glyph glyph-name="_457" unicode="&#xf1e7;" horiz-adv-x="1792"
-d="M873 796q0 -83 -63.5 -142.5t-152.5 -59.5t-152.5 59.5t-63.5 142.5q0 84 63.5 143t152.5 59t152.5 -59t63.5 -143zM1375 796q0 -83 -63 -142.5t-153 -59.5q-89 0 -152.5 59.5t-63.5 142.5q0 84 63.5 143t152.5 59q90 0 153 -59t63 -143zM1600 616v667q0 87 -32 123.5
-t-111 36.5h-1112q-83 0 -112.5 -34t-29.5 -126v-673q43 -23 88.5 -40t81 -28t81 -18.5t71 -11t70 -4t58.5 -0.5t56.5 2t44.5 2q68 1 95 -27q6 -6 10 -9q26 -25 61 -51q7 91 118 87q5 0 36.5 -1.5t43 -2t45.5 -1t53 1t54.5 4.5t61 8.5t62 13.5t67 19.5t67.5 27t72 34.5z
-M1763 621q-121 -149 -372 -252q84 -285 -23 -465q-66 -113 -183 -148q-104 -32 -182 15q-86 51 -82 164l-1 326v1q-8 2 -24.5 6t-23.5 5l-1 -338q4 -114 -83 -164q-79 -47 -183 -15q-117 36 -182 150q-105 180 -22 463q-251 103 -372 252q-25 37 -4 63t60 -1q4 -2 11.5 -7
-t10.5 -8v694q0 72 47 123t114 51h1257q67 0 114 -51t47 -123v-694l21 15q39 27 60 1t-4 -63z" />
- <glyph glyph-name="_458" unicode="&#xf1e8;" horiz-adv-x="1792"
-d="M896 1102v-434h-145v434h145zM1294 1102v-434h-145v434h145zM1294 342l253 254v795h-1194v-1049h326v-217l217 217h398zM1692 1536v-1013l-434 -434h-326l-217 -217h-217v217h-398v1158l109 289h1483z" />
- <glyph glyph-name="_459" unicode="&#xf1e9;"
-d="M773 217v-127q-1 -292 -6 -305q-12 -32 -51 -40q-54 -9 -181.5 38t-162.5 89q-13 15 -17 36q-1 12 4 26q4 10 34 47t181 216q1 0 60 70q15 19 39.5 24.5t49.5 -3.5q24 -10 37.5 -29t12.5 -42zM624 468q-3 -55 -52 -70l-120 -39q-275 -88 -292 -88q-35 2 -54 36
-q-12 25 -17 75q-8 76 1 166.5t30 124.5t56 32q13 0 202 -77q71 -29 115 -47l84 -34q23 -9 35.5 -30.5t11.5 -48.5zM1450 171q-7 -54 -91.5 -161t-135.5 -127q-37 -14 -63 7q-14 10 -184 287l-47 77q-14 21 -11.5 46t19.5 46q35 43 83 26q1 -1 119 -40q203 -66 242 -79.5
-t47 -20.5q28 -22 22 -61zM778 803q5 -102 -54 -122q-58 -17 -114 71l-378 598q-8 35 19 62q41 43 207.5 89.5t224.5 31.5q40 -10 49 -45q3 -18 22 -305.5t24 -379.5zM1440 695q3 -39 -26 -59q-15 -10 -329 -86q-67 -15 -91 -23l1 2q-23 -6 -46 4t-37 32q-30 47 0 87
-q1 1 75 102q125 171 150 204t34 39q28 19 65 2q48 -23 123 -133.5t81 -167.5v-3z" />
- <glyph glyph-name="_460" unicode="&#xf1ea;" horiz-adv-x="2048"
-d="M1024 1024h-384v-384h384v384zM1152 384v-128h-640v128h640zM1152 1152v-640h-640v640h640zM1792 384v-128h-512v128h512zM1792 640v-128h-512v128h512zM1792 896v-128h-512v128h512zM1792 1152v-128h-512v128h512zM256 192v960h-128v-960q0 -26 19 -45t45 -19t45 19
-t19 45zM1920 192v1088h-1536v-1088q0 -33 -11 -64h1483q26 0 45 19t19 45zM2048 1408v-1216q0 -80 -56 -136t-136 -56h-1664q-80 0 -136 56t-56 136v1088h256v128h1792z" />
- <glyph glyph-name="_461" unicode="&#xf1eb;" horiz-adv-x="2048"
-d="M1024 13q-20 0 -93 73.5t-73 93.5q0 32 62.5 54t103.5 22t103.5 -22t62.5 -54q0 -20 -73 -93.5t-93 -73.5zM1294 284q-2 0 -40 25t-101.5 50t-128.5 25t-128.5 -25t-101 -50t-40.5 -25q-18 0 -93.5 75t-75.5 93q0 13 10 23q78 77 196 121t233 44t233 -44t196 -121
-q10 -10 10 -23q0 -18 -75.5 -93t-93.5 -75zM1567 556q-11 0 -23 8q-136 105 -252 154.5t-268 49.5q-85 0 -170.5 -22t-149 -53t-113.5 -62t-79 -53t-31 -22q-17 0 -92 75t-75 93q0 12 10 22q132 132 320 205t380 73t380 -73t320 -205q10 -10 10 -22q0 -18 -75 -93t-92 -75z
-M1838 827q-11 0 -22 9q-179 157 -371.5 236.5t-420.5 79.5t-420.5 -79.5t-371.5 -236.5q-11 -9 -22 -9q-17 0 -92.5 75t-75.5 93q0 13 10 23q187 186 445 288t527 102t527 -102t445 -288q10 -10 10 -23q0 -18 -75.5 -93t-92.5 -75z" />
- <glyph glyph-name="_462" unicode="&#xf1ec;" horiz-adv-x="1792"
-d="M384 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5
-t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5
-t37.5 90.5zM384 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 768q0 53 -37.5 90.5t-90.5 37.5
-t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1536 0v384q0 52 -38 90t-90 38t-90 -38t-38 -90v-384q0 -52 38 -90t90 -38t90 38t38 90zM1152 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z
-M1536 1088v256q0 26 -19 45t-45 19h-1280q-26 0 -45 -19t-19 -45v-256q0 -26 19 -45t45 -19h1280q26 0 45 19t19 45zM1536 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1408v-1536q0 -52 -38 -90t-90 -38
-h-1408q-52 0 -90 38t-38 90v1536q0 52 38 90t90 38h1408q52 0 90 -38t38 -90z" />
- <glyph glyph-name="_463" unicode="&#xf1ed;"
-d="M1519 890q18 -84 -4 -204q-87 -444 -565 -444h-44q-25 0 -44 -16.5t-24 -42.5l-4 -19l-55 -346l-2 -15q-5 -26 -24.5 -42.5t-44.5 -16.5h-251q-21 0 -33 15t-9 36q9 56 26.5 168t26.5 168t27 167.5t27 167.5q5 37 43 37h131q133 -2 236 21q175 39 287 144q102 95 155 246
-q24 70 35 133q1 6 2.5 7.5t3.5 1t6 -3.5q79 -59 98 -162zM1347 1172q0 -107 -46 -236q-80 -233 -302 -315q-113 -40 -252 -42q0 -1 -90 -1l-90 1q-100 0 -118 -96q-2 -8 -85 -530q-1 -10 -12 -10h-295q-22 0 -36.5 16.5t-11.5 38.5l232 1471q5 29 27.5 48t51.5 19h598
-q34 0 97.5 -13t111.5 -32q107 -41 163.5 -123t56.5 -196z" />
- <glyph glyph-name="_464" unicode="&#xf1ee;" horiz-adv-x="1792"
-d="M441 864q33 0 52 -26q266 -364 362 -774h-446q-127 441 -367 749q-12 16 -3 33.5t29 17.5h373zM1000 507q-49 -199 -125 -393q-79 310 -256 594q40 221 44 449q211 -340 337 -650zM1099 1216q235 -324 384.5 -698.5t184.5 -773.5h-451q-41 665 -553 1472h435zM1792 640
-q0 -424 -101 -812q-67 560 -359 1083q-25 301 -106 584q-4 16 5.5 28.5t25.5 12.5h359q21 0 38.5 -13t22.5 -33q115 -409 115 -850z" />
- <glyph glyph-name="uniF1F0" unicode="&#xf1f0;" horiz-adv-x="2304"
-d="M1975 546h-138q14 37 66 179l3 9q4 10 10 26t9 26l12 -55zM531 611l-58 295q-11 54 -75 54h-268l-2 -13q311 -79 403 -336zM710 960l-162 -438l-17 89q-26 70 -85 129.5t-131 88.5l135 -510h175l261 641h-176zM849 318h166l104 642h-166zM1617 944q-69 27 -149 27
-q-123 0 -201 -59t-79 -153q-1 -102 145 -174q48 -23 67 -41t19 -39q0 -30 -30 -46t-69 -16q-86 0 -156 33l-22 11l-23 -144q74 -34 185 -34q130 -1 208.5 59t80.5 160q0 106 -140 174q-49 25 -71 42t-22 38q0 22 24.5 38.5t70.5 16.5q70 1 124 -24l15 -8zM2042 960h-128
-q-65 0 -87 -54l-246 -588h174l35 96h212q5 -22 20 -96h154zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
- <glyph glyph-name="_466" unicode="&#xf1f1;" horiz-adv-x="2304"
-d="M1119 1195q-128 85 -281 85q-103 0 -197.5 -40.5t-162.5 -108.5t-108.5 -162t-40.5 -197q0 -104 40.5 -198t108.5 -162t162 -108.5t198 -40.5q153 0 281 85q-131 107 -178 265.5t0.5 316.5t177.5 265zM1152 1171q-126 -99 -172 -249.5t-0.5 -300.5t172.5 -249
-q127 99 172.5 249t-0.5 300.5t-172 249.5zM1185 1195q130 -107 177.5 -265.5t0.5 -317t-178 -264.5q128 -85 281 -85q104 0 198 40.5t162 108.5t108.5 162t40.5 198q0 103 -40.5 197t-108.5 162t-162.5 108.5t-197.5 40.5q-153 0 -281 -85zM1926 473h7v3h-17v-3h7v-17h3v17z
-M1955 456h4v20h-5l-6 -13l-6 13h-5v-20h3v15l6 -13h4l5 13v-15zM1947 16v-2h-2h-3v3h3h2v-1zM1947 7h3l-4 5h2l1 1q1 1 1 3t-1 3l-1 1h-3h-6v-13h3v5h1zM685 75q0 19 11 31t30 12q18 0 29 -12.5t11 -30.5q0 -19 -11 -31t-29 -12q-19 0 -30 12t-11 31zM1158 119q30 0 35 -32
-h-70q5 32 35 32zM1514 75q0 19 11 31t29 12t29.5 -12.5t11.5 -30.5q0 -19 -11 -31t-30 -12q-18 0 -29 12t-11 31zM1786 75q0 18 11.5 30.5t29.5 12.5t29.5 -12.5t11.5 -30.5q0 -19 -11.5 -31t-29.5 -12t-29.5 12.5t-11.5 30.5zM1944 3q-2 0 -4 1q-1 0 -3 2t-2 3q-1 2 -1 4
-q0 3 1 4q0 2 2 4l1 1q2 0 2 1q2 1 4 1q3 0 4 -1l4 -2l2 -4v-1q1 -2 1 -3l-1 -1v-3t-1 -1l-1 -2q-2 -2 -4 -2q-1 -1 -4 -1zM599 7h30v85q0 24 -14.5 38.5t-39.5 15.5q-32 0 -47 -24q-14 24 -45 24q-24 0 -39 -20v16h-30v-135h30v75q0 36 33 36q30 0 30 -36v-75h29v75
-q0 36 33 36q30 0 30 -36v-75zM765 7h29v68v67h-29v-16q-17 20 -43 20q-29 0 -48 -20t-19 -51t19 -51t48 -20q28 0 43 20v-17zM943 48q0 34 -47 40l-14 2q-23 4 -23 14q0 15 25 15q23 0 43 -11l12 24q-22 14 -55 14q-26 0 -41 -12t-15 -32q0 -33 47 -39l13 -2q24 -4 24 -14
-q0 -17 -31 -17q-25 0 -45 14l-13 -23q25 -17 58 -17q29 0 45.5 12t16.5 32zM1073 14l-8 25q-13 -7 -26 -7q-19 0 -19 22v61h48v27h-48v41h-30v-41h-28v-27h28v-61q0 -50 47 -50q21 0 36 10zM1159 146q-29 0 -48 -20t-19 -51q0 -32 19.5 -51.5t49.5 -19.5q33 0 55 19l-14 22
-q-18 -15 -39 -15q-34 0 -41 33h101v12q0 32 -18 51.5t-46 19.5zM1318 146q-23 0 -35 -20v16h-30v-135h30v76q0 35 29 35q10 0 18 -4l9 28q-9 4 -21 4zM1348 75q0 -31 19.5 -51t52.5 -20q29 0 48 16l-14 24q-18 -13 -35 -12q-18 0 -29.5 12t-11.5 31t11.5 31t29.5 12
-q19 0 35 -12l14 24q-20 16 -48 16q-33 0 -52.5 -20t-19.5 -51zM1593 7h30v68v67h-30v-16q-15 20 -42 20q-29 0 -48.5 -20t-19.5 -51t19.5 -51t48.5 -20q28 0 42 20v-17zM1726 146q-23 0 -35 -20v16h-29v-135h29v76q0 35 29 35q10 0 18 -4l9 28q-8 4 -21 4zM1866 7h29v68v122
-h-29v-71q-15 20 -43 20t-47.5 -20.5t-19.5 -50.5t19.5 -50.5t47.5 -20.5q29 0 43 20v-17zM1944 27l-2 -1h-3q-2 -1 -4 -3q-3 -1 -3 -4q-1 -2 -1 -6q0 -3 1 -5q0 -2 3 -4q2 -2 4 -3t5 -1q4 0 6 1q0 1 2 2l2 1q1 1 3 4q1 2 1 5q0 4 -1 6q-1 1 -3 4q0 1 -2 2l-2 1q-1 0 -3 0.5
-t-3 0.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
- <glyph glyph-name="_467" unicode="&#xf1f2;" horiz-adv-x="2304"
-d="M313 759q0 -51 -36 -84q-29 -26 -89 -26h-17v220h17q61 0 89 -27q36 -31 36 -83zM2089 824q0 -52 -64 -52h-19v101h20q63 0 63 -49zM380 759q0 74 -50 120.5t-129 46.5h-95v-333h95q74 0 119 38q60 51 60 128zM410 593h65v333h-65v-333zM730 694q0 40 -20.5 62t-75.5 42
-q-29 10 -39.5 19t-10.5 23q0 16 13.5 26.5t34.5 10.5q29 0 53 -27l34 44q-41 37 -98 37q-44 0 -74 -27.5t-30 -67.5q0 -35 18 -55.5t64 -36.5q37 -13 45 -19q19 -12 19 -34q0 -20 -14 -33.5t-36 -13.5q-48 0 -71 44l-42 -40q44 -64 115 -64q51 0 83 30.5t32 79.5zM1008 604
-v77q-37 -37 -78 -37q-49 0 -80.5 32.5t-31.5 82.5q0 48 31.5 81.5t77.5 33.5q43 0 81 -38v77q-40 20 -80 20q-74 0 -125.5 -50.5t-51.5 -123.5t51 -123.5t125 -50.5q42 0 81 19zM2240 0v527q-65 -40 -144.5 -84t-237.5 -117t-329.5 -137.5t-417.5 -134.5t-504 -118h1569
-q26 0 45 19t19 45zM1389 757q0 75 -53 128t-128 53t-128 -53t-53 -128t53 -128t128 -53t128 53t53 128zM1541 584l144 342h-71l-90 -224l-89 224h-71l142 -342h35zM1714 593h184v56h-119v90h115v56h-115v74h119v57h-184v-333zM2105 593h80l-105 140q76 16 76 94q0 47 -31 73
-t-87 26h-97v-333h65v133h9zM2304 1274v-1268q0 -56 -38.5 -95t-93.5 -39h-2040q-55 0 -93.5 39t-38.5 95v1268q0 56 38.5 95t93.5 39h2040q55 0 93.5 -39t38.5 -95z" />
- <glyph glyph-name="f1f3" unicode="&#xf1f3;" horiz-adv-x="2304"
-d="M119 854h89l-45 108zM740 328l74 79l-70 79h-163v-49h142v-55h-142v-54h159zM898 406l99 -110v217zM1186 453q0 33 -40 33h-84v-69h83q41 0 41 36zM1475 457q0 29 -42 29h-82v-61h81q43 0 43 32zM1197 923q0 29 -42 29h-82v-60h81q43 0 43 31zM1656 854h89l-44 108z
-M699 1009v-271h-66v212l-94 -212h-57l-94 212v-212h-132l-25 60h-135l-25 -60h-70l116 271h96l110 -257v257h106l85 -184l77 184h108zM1255 453q0 -20 -5.5 -35t-14 -25t-22.5 -16.5t-26 -10t-31.5 -4.5t-31.5 -1t-32.5 0.5t-29.5 0.5v-91h-126l-80 90l-83 -90h-256v271h260
-l80 -89l82 89h207q109 0 109 -89zM964 794v-56h-217v271h217v-57h-152v-49h148v-55h-148v-54h152zM2304 235v-229q0 -55 -38.5 -94.5t-93.5 -39.5h-2040q-55 0 -93.5 39.5t-38.5 94.5v678h111l25 61h55l25 -61h218v46l19 -46h113l20 47v-47h541v99l10 1q10 0 10 -14v-86h279
-v23q23 -12 55 -18t52.5 -6.5t63 0.5t51.5 1l25 61h56l25 -61h227v58l34 -58h182v378h-180v-44l-25 44h-185v-44l-23 44h-249q-69 0 -109 -22v22h-172v-22q-24 22 -73 22h-628l-43 -97l-43 97h-198v-44l-22 44h-169l-78 -179v391q0 55 38.5 94.5t93.5 39.5h2040
-q55 0 93.5 -39.5t38.5 -94.5v-678h-120q-51 0 -81 -22v22h-177q-55 0 -78 -22v22h-316v-22q-31 22 -87 22h-209v-22q-23 22 -91 22h-234l-54 -58l-50 58h-349v-378h343l55 59l52 -59h211v89h21q59 0 90 13v-102h174v99h8q8 0 10 -2t2 -10v-87h529q57 0 88 24v-24h168
-q60 0 95 17zM1546 469q0 -23 -12 -43t-34 -29q25 -9 34 -26t9 -46v-54h-65v45q0 33 -12 43.5t-46 10.5h-69v-99h-65v271h154q48 0 77 -15t29 -58zM1269 936q0 -24 -12.5 -44t-33.5 -29q26 -9 34.5 -25.5t8.5 -46.5v-53h-65q0 9 0.5 26.5t0 25t-3 18.5t-8.5 16t-17.5 8.5
-t-29.5 3.5h-70v-98h-64v271l153 -1q49 0 78 -14.5t29 -57.5zM1798 327v-56h-216v271h216v-56h-151v-49h148v-55h-148v-54zM1372 1009v-271h-66v271h66zM2065 357q0 -86 -102 -86h-126v58h126q34 0 34 25q0 16 -17 21t-41.5 5t-49.5 3.5t-42 22.5t-17 55q0 39 26 60t66 21
-h130v-57h-119q-36 0 -36 -25q0 -16 17.5 -20.5t42 -4t49 -2.5t42 -21.5t17.5 -54.5zM2304 407v-101q-24 -35 -88 -35h-125v58h125q33 0 33 25q0 13 -12.5 19t-31 5.5t-40 2t-40 8t-31 24t-12.5 48.5q0 39 26.5 60t66.5 21h129v-57h-118q-36 0 -36 -25q0 -20 29 -22t68.5 -5
-t56.5 -26zM2139 1008v-270h-92l-122 203v-203h-132l-26 60h-134l-25 -60h-75q-129 0 -129 133q0 138 133 138h63v-59q-7 0 -28 1t-28.5 0.5t-23 -2t-21.5 -6.5t-14.5 -13.5t-11.5 -23t-3 -33.5q0 -38 13.5 -58t49.5 -20h29l92 213h97l109 -256v256h99l114 -188v188h66z" />
- <glyph glyph-name="_469" unicode="&#xf1f4;" horiz-adv-x="2304"
-d="M745 630q0 -37 -25.5 -61.5t-62.5 -24.5q-29 0 -46.5 16t-17.5 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM1530 779q0 -42 -22 -57t-66 -15l-32 -1l17 107q2 11 13 11h18q22 0 35 -2t25 -12.5t12 -30.5zM1881 630q0 -36 -25.5 -61t-61.5 -25q-29 0 -47 16
-t-18 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM513 801q0 59 -38.5 85.5t-100.5 26.5h-160q-19 0 -21 -19l-65 -408q-1 -6 3 -11t10 -5h76q20 0 22 19l18 110q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM822 489l41 261q1 6 -3 11t-10 5h-76
-q-14 0 -17 -33q-27 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q28 0 58 12t48 32q-4 -12 -4 -21q0 -16 13 -16h69q19 0 22 19zM1269 752q0 5 -4 9.5t-9 4.5h-77q-11 0 -18 -10l-106 -156l-44 150q-5 16 -22 16h-75q-5 0 -9 -4.5t-4 -9.5q0 -2 19.5 -59
-t42 -123t23.5 -70q-82 -112 -82 -120q0 -13 13 -13h77q11 0 18 10l255 368q2 2 2 7zM1649 801q0 59 -38.5 85.5t-100.5 26.5h-159q-20 0 -22 -19l-65 -408q-1 -6 3 -11t10 -5h82q12 0 16 13l18 116q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM1958 489
-l41 261q1 6 -3 11t-10 5h-76q-14 0 -17 -33q-26 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q29 0 59 12t47 32q0 -1 -2 -9t-2 -12q0 -16 13 -16h69q19 0 22 19zM2176 898v1q0 14 -13 14h-74q-11 0 -13 -11l-65 -416l-1 -2q0 -5 4 -9.5t10 -4.5h66
-q19 0 21 19zM392 764q-5 -35 -26 -46t-60 -11l-33 -1l17 107q2 11 13 11h19q40 0 58 -11.5t12 -48.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
- <glyph glyph-name="_470" unicode="&#xf1f5;" horiz-adv-x="2304"
-d="M1597 633q0 -69 -21 -106q-19 -35 -52 -35q-23 0 -41 9v224q29 30 57 30q57 0 57 -122zM2035 669h-110q6 98 56 98q51 0 54 -98zM476 534q0 59 -33 91.5t-101 57.5q-36 13 -52 24t-16 25q0 26 38 26q58 0 124 -33l18 112q-67 32 -149 32q-77 0 -123 -38q-48 -39 -48 -109
-q0 -58 32.5 -90.5t99.5 -56.5q39 -14 54.5 -25.5t15.5 -27.5q0 -31 -48 -31q-29 0 -70 12.5t-72 30.5l-18 -113q72 -41 168 -41q81 0 129 37q51 41 51 117zM771 749l19 111h-96v135l-129 -21l-18 -114l-46 -8l-17 -103h62v-219q0 -84 44 -120q38 -30 111 -30q32 0 79 11v118
-q-32 -7 -44 -7q-42 0 -42 50v197h77zM1087 724v139q-15 3 -28 3q-32 0 -55.5 -16t-33.5 -46l-10 56h-131v-471h150v306q26 31 82 31q16 0 26 -2zM1124 389h150v471h-150v-471zM1746 638q0 122 -45 179q-40 52 -111 52q-64 0 -117 -56l-8 47h-132v-645l150 25v151
-q36 -11 68 -11q83 0 134 56q61 65 61 202zM1278 986q0 33 -23 56t-56 23t-56 -23t-23 -56t23 -56.5t56 -23.5t56 23.5t23 56.5zM2176 629q0 113 -48 176q-50 64 -144 64q-96 0 -151.5 -66t-55.5 -180q0 -128 63 -188q55 -55 161 -55q101 0 160 40l-16 103q-57 -31 -128 -31
-q-43 0 -63 19q-23 19 -28 66h248q2 14 2 52zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
- <glyph glyph-name="_471" unicode="&#xf1f6;" horiz-adv-x="2048"
-d="M1558 684q61 -356 298 -556q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5zM1024 -176q16 0 16 16t-16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5zM2026 1424q8 -10 7.5 -23.5t-10.5 -22.5
-l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5
-l418 363q10 8 23.5 7t21.5 -11z" />
- <glyph glyph-name="_472" unicode="&#xf1f7;" horiz-adv-x="2048"
-d="M1040 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM503 315l877 760q-42 88 -132.5 146.5t-223.5 58.5q-93 0 -169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -384 -137 -645zM1856 128
-q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5l149 129h757q-166 187 -227 459l111 97q61 -356 298 -556zM1942 1520l84 -96q8 -10 7.5 -23.5t-10.5 -22.5l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161
-q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5l418 363q10 8 23.5 7t21.5 -11z" />
- <glyph glyph-name="_473" unicode="&#xf1f8;" horiz-adv-x="1408"
-d="M512 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM768 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1024 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704
-q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167
-q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
- <glyph glyph-name="_474" unicode="&#xf1f9;"
-d="M1150 462v-109q0 -50 -36.5 -89t-94 -60.5t-118 -32.5t-117.5 -11q-205 0 -342.5 139t-137.5 346q0 203 136 339t339 136q34 0 75.5 -4.5t93 -18t92.5 -34t69 -56.5t28 -81v-109q0 -16 -16 -16h-118q-16 0 -16 16v70q0 43 -65.5 67.5t-137.5 24.5q-140 0 -228.5 -91.5
-t-88.5 -237.5q0 -151 91.5 -249.5t233.5 -98.5q68 0 138 24t70 66v70q0 7 4.5 11.5t10.5 4.5h119q6 0 11 -4.5t5 -11.5zM768 1280q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5
-t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="_475" unicode="&#xf1fa;"
-d="M972 761q0 108 -53.5 169t-147.5 61q-63 0 -124 -30.5t-110 -84.5t-79.5 -137t-30.5 -180q0 -112 53.5 -173t150.5 -61q96 0 176 66.5t122.5 166t42.5 203.5zM1536 640q0 -111 -37 -197t-98.5 -135t-131.5 -74.5t-145 -27.5q-6 0 -15.5 -0.5t-16.5 -0.5q-95 0 -142 53
-q-28 33 -33 83q-52 -66 -131.5 -110t-173.5 -44q-161 0 -249.5 95.5t-88.5 269.5q0 157 66 290t179 210.5t246 77.5q87 0 155 -35.5t106 -99.5l2 19l11 56q1 6 5.5 12t9.5 6h118q5 0 13 -11q5 -5 3 -16l-120 -614q-5 -24 -5 -48q0 -39 12.5 -52t44.5 -13q28 1 57 5.5t73 24
-t77 50t57 89.5t24 137q0 292 -174 466t-466 174q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51q228 0 405 144q11 9 24 8t21 -12l41 -49q8 -12 7 -24q-2 -13 -12 -22q-102 -83 -227.5 -128t-258.5 -45q-156 0 -298 61
-t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q344 0 556 -212t212 -556z" />
- <glyph glyph-name="_476" unicode="&#xf1fb;" horiz-adv-x="1792"
-d="M1698 1442q94 -94 94 -226.5t-94 -225.5l-225 -223l104 -104q10 -10 10 -23t-10 -23l-210 -210q-10 -10 -23 -10t-23 10l-105 105l-603 -603q-37 -37 -90 -37h-203l-256 -128l-64 64l128 256v203q0 53 37 90l603 603l-105 105q-10 10 -10 23t10 23l210 210q10 10 23 10
-t23 -10l104 -104l223 225q93 94 225.5 94t226.5 -94zM512 64l576 576l-192 192l-576 -576v-192h192z" />
- <glyph glyph-name="f1fc" unicode="&#xf1fc;" horiz-adv-x="1792"
-d="M1615 1536q70 0 122.5 -46.5t52.5 -116.5q0 -63 -45 -151q-332 -629 -465 -752q-97 -91 -218 -91q-126 0 -216.5 92.5t-90.5 219.5q0 128 92 212l638 579q59 54 130 54zM706 502q39 -76 106.5 -130t150.5 -76l1 -71q4 -213 -129.5 -347t-348.5 -134q-123 0 -218 46.5
-t-152.5 127.5t-86.5 183t-29 220q7 -5 41 -30t62 -44.5t59 -36.5t46 -17q41 0 55 37q25 66 57.5 112.5t69.5 76t88 47.5t103 25.5t125 10.5z" />
- <glyph glyph-name="_478" unicode="&#xf1fd;" horiz-adv-x="1792"
-d="M1792 128v-384h-1792v384q45 0 85 14t59 27.5t47 37.5q30 27 51.5 38t56.5 11q24 0 44 -7t31 -15t33 -27q29 -25 47 -38t58 -27t86 -14q45 0 85 14.5t58 27t48 37.5q21 19 32.5 27t31 15t43.5 7q35 0 56.5 -11t51.5 -38q28 -24 47 -37.5t59 -27.5t85 -14t85 14t59 27.5
-t47 37.5q30 27 51.5 38t56.5 11q34 0 55.5 -11t51.5 -38q28 -24 47 -37.5t59 -27.5t85 -14zM1792 448v-192q-24 0 -44 7t-31 15t-33 27q-29 25 -47 38t-58 27t-85 14q-46 0 -86 -14t-58 -27t-47 -38q-22 -19 -33 -27t-31 -15t-44 -7q-35 0 -56.5 11t-51.5 38q-29 25 -47 38
-t-58 27t-86 14q-45 0 -85 -14.5t-58 -27t-48 -37.5q-21 -19 -32.5 -27t-31 -15t-43.5 -7q-35 0 -56.5 11t-51.5 38q-28 24 -47 37.5t-59 27.5t-85 14q-46 0 -86 -14t-58 -27t-47 -38q-30 -27 -51.5 -38t-56.5 -11v192q0 80 56 136t136 56h64v448h256v-448h256v448h256v-448
-h256v448h256v-448h64q80 0 136 -56t56 -136zM512 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150zM1024 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5
-q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150zM1536 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150z" />
- <glyph glyph-name="_479" unicode="&#xf1fe;" horiz-adv-x="2048"
-d="M2048 0v-128h-2048v1536h128v-1408h1920zM1664 1024l256 -896h-1664v576l448 576l576 -576z" />
- <glyph glyph-name="_480" unicode="&#xf200;" horiz-adv-x="1792"
-d="M768 646l546 -546q-106 -108 -247.5 -168t-298.5 -60q-209 0 -385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103v-762zM955 640h773q0 -157 -60 -298.5t-168 -247.5zM1664 768h-768v768q209 0 385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="_481" unicode="&#xf201;" horiz-adv-x="2048"
-d="M2048 0v-128h-2048v1536h128v-1408h1920zM1920 1248v-435q0 -21 -19.5 -29.5t-35.5 7.5l-121 121l-633 -633q-10 -10 -23 -10t-23 10l-233 233l-416 -416l-192 192l585 585q10 10 23 10t23 -10l233 -233l464 464l-121 121q-16 16 -7.5 35.5t29.5 19.5h435q14 0 23 -9
-t9 -23z" />
- <glyph glyph-name="_482" unicode="&#xf202;" horiz-adv-x="1792"
-d="M1292 832q0 -6 10 -41q10 -29 25 -49.5t41 -34t44 -20t55 -16.5q325 -91 325 -332q0 -146 -105.5 -242.5t-254.5 -96.5q-59 0 -111.5 18.5t-91.5 45.5t-77 74.5t-63 87.5t-53.5 103.5t-43.5 103t-39.5 106.5t-35.5 95q-32 81 -61.5 133.5t-73.5 96.5t-104 64t-142 20
-q-96 0 -183 -55.5t-138 -144.5t-51 -185q0 -160 106.5 -279.5t263.5 -119.5q177 0 258 95q56 63 83 116l84 -152q-15 -34 -44 -70l1 -1q-131 -152 -388 -152q-147 0 -269.5 79t-190.5 207.5t-68 274.5q0 105 43.5 206t116 176.5t172 121.5t204.5 46q87 0 159 -19t123.5 -50
-t95 -80t72.5 -99t58.5 -117t50.5 -124.5t50 -130.5t55 -127q96 -200 233 -200q81 0 138.5 48.5t57.5 128.5q0 42 -19 72t-50.5 46t-72.5 31.5t-84.5 27t-87.5 34t-81 52t-65 82t-39 122.5q-3 16 -3 33q0 110 87.5 192t198.5 78q78 -3 120.5 -14.5t90.5 -53.5h-1
-q12 -11 23 -24.5t26 -36t19 -27.5l-129 -99q-26 49 -54 70v1q-23 21 -97 21q-49 0 -84 -33t-35 -83z" />
- <glyph glyph-name="_483" unicode="&#xf203;"
-d="M1432 484q0 173 -234 239q-35 10 -53 16.5t-38 25t-29 46.5q0 2 -2 8.5t-3 12t-1 7.5q0 36 24.5 59.5t60.5 23.5q54 0 71 -15h-1q20 -15 39 -51l93 71q-39 54 -49 64q-33 29 -67.5 39t-85.5 10q-80 0 -142 -57.5t-62 -137.5q0 -7 2 -23q16 -96 64.5 -140t148.5 -73
-q29 -8 49 -15.5t45 -21.5t38.5 -34.5t13.5 -46.5v-5q1 -58 -40.5 -93t-100.5 -35q-97 0 -167 144q-23 47 -51.5 121.5t-48 125.5t-54 110.5t-74 95.5t-103.5 60.5t-147 24.5q-101 0 -192 -56t-144 -148t-50 -192v-1q4 -108 50.5 -199t133.5 -147.5t196 -56.5q186 0 279 110
-q20 27 31 51l-60 109q-42 -80 -99 -116t-146 -36q-115 0 -191 87t-76 204q0 105 82 189t186 84q112 0 170 -53.5t104 -172.5q8 -21 25.5 -68.5t28.5 -76.5t31.5 -74.5t38.5 -74t45.5 -62.5t55.5 -53.5t66 -33t80 -13.5q107 0 183 69.5t76 174.5zM1536 1120v-960
-q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="_484" unicode="&#xf204;" horiz-adv-x="2048"
-d="M1152 640q0 104 -40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5zM1920 640q0 104 -40.5 198.5
-t-109.5 163.5t-163.5 109.5t-198.5 40.5h-386q119 -90 188.5 -224t69.5 -288t-69.5 -288t-188.5 -224h386q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5zM2048 640q0 -130 -51 -248.5t-136.5 -204t-204 -136.5t-248.5 -51h-768q-130 0 -248.5 51t-204 136.5
-t-136.5 204t-51 248.5t51 248.5t136.5 204t204 136.5t248.5 51h768q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5z" />
- <glyph glyph-name="_485" unicode="&#xf205;" horiz-adv-x="2048"
-d="M0 640q0 130 51 248.5t136.5 204t204 136.5t248.5 51h768q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5t-51 -248.5t-136.5 -204t-204 -136.5t-248.5 -51h-768q-130 0 -248.5 51t-204 136.5t-136.5 204t-51 248.5zM1408 128q104 0 198.5 40.5t163.5 109.5
-t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5z" />
- <glyph glyph-name="_486" unicode="&#xf206;" horiz-adv-x="2304"
-d="M762 384h-314q-40 0 -57.5 35t6.5 67l188 251q-65 31 -137 31q-132 0 -226 -94t-94 -226t94 -226t226 -94q115 0 203 72.5t111 183.5zM576 512h186q-18 85 -75 148zM1056 512l288 384h-480l-99 -132q105 -103 126 -252h165zM2176 448q0 132 -94 226t-226 94
-q-60 0 -121 -24l174 -260q15 -23 10 -49t-27 -40q-15 -11 -36 -11q-35 0 -53 29l-174 260q-93 -95 -93 -225q0 -132 94 -226t226 -94t226 94t94 226zM2304 448q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 97 39.5 183.5t109.5 149.5l-65 98l-353 -469
-q-18 -26 -51 -26h-197q-23 -164 -149 -274t-294 -110q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q114 0 215 -55l137 183h-224q-26 0 -45 19t-19 45t19 45t45 19h384v-128h435l-85 128h-222q-26 0 -45 19t-19 45t19 45t45 19h256q33 0 53 -28l267 -400
-q91 44 192 44q185 0 316.5 -131.5t131.5 -316.5z" />
- <glyph glyph-name="_487" unicode="&#xf207;"
-d="M384 320q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1408 320q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1362 716l-72 384q-5 23 -22.5 37.5t-40.5 14.5
-h-918q-23 0 -40.5 -14.5t-22.5 -37.5l-72 -384q-5 -30 14 -53t49 -23h1062q30 0 49 23t14 53zM1136 1328q0 20 -14 34t-34 14h-640q-20 0 -34 -14t-14 -34t14 -34t34 -14h640q20 0 34 14t14 34zM1536 603v-603h-128v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
-t-37.5 90.5v128h-768v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v128h-128v603q0 112 25 223l103 454q9 78 97.5 137t230 89t312.5 30t312.5 -30t230 -89t97.5 -137l105 -454q23 -102 23 -223z" />
- <glyph glyph-name="_488" unicode="&#xf208;" horiz-adv-x="2048"
-d="M1463 704q0 -35 -25 -60.5t-61 -25.5h-702q-36 0 -61 25.5t-25 60.5t25 60.5t61 25.5h702q36 0 61 -25.5t25 -60.5zM1677 704q0 86 -23 170h-982q-36 0 -61 25t-25 60q0 36 25 61t61 25h908q-88 143 -235 227t-320 84q-177 0 -327.5 -87.5t-238 -237.5t-87.5 -327
-q0 -86 23 -170h982q36 0 61 -25t25 -60q0 -36 -25 -61t-61 -25h-908q88 -143 235.5 -227t320.5 -84q132 0 253 51.5t208 139t139 208t52 253.5zM2048 959q0 -35 -25 -60t-61 -25h-131q17 -85 17 -170q0 -167 -65.5 -319.5t-175.5 -263t-262.5 -176t-319.5 -65.5
-q-246 0 -448.5 133t-301.5 350h-189q-36 0 -61 25t-25 61q0 35 25 60t61 25h132q-17 85 -17 170q0 167 65.5 319.5t175.5 263t262.5 176t320.5 65.5q245 0 447.5 -133t301.5 -350h188q36 0 61 -25t25 -61z" />
- <glyph glyph-name="_489" unicode="&#xf209;" horiz-adv-x="1280"
-d="M953 1158l-114 -328l117 -21q165 451 165 518q0 56 -38 56q-57 0 -130 -225zM654 471l33 -88q37 42 71 67l-33 5.5t-38.5 7t-32.5 8.5zM362 1367q0 -98 159 -521q17 10 49 10q15 0 75 -5l-121 351q-75 220 -123 220q-19 0 -29 -17.5t-10 -37.5zM283 608q0 -36 51.5 -119
-t117.5 -153t100 -70q14 0 25.5 13t11.5 27q0 24 -32 102q-13 32 -32 72t-47.5 89t-61.5 81t-62 32q-20 0 -45.5 -27t-25.5 -47zM125 273q0 -41 25 -104q59 -145 183.5 -227t281.5 -82q227 0 382 170q152 169 152 427q0 43 -1 67t-11.5 62t-30.5 56q-56 49 -211.5 75.5
-t-270.5 26.5q-37 0 -49 -11q-12 -5 -12 -35q0 -34 21.5 -60t55.5 -40t77.5 -23.5t87.5 -11.5t85 -4t70 0h23q24 0 40 -19q15 -19 19 -55q-28 -28 -96 -54q-61 -22 -93 -46q-64 -46 -108.5 -114t-44.5 -137q0 -31 18.5 -88.5t18.5 -87.5l-3 -12q-4 -12 -4 -14
-q-137 10 -146 216q-8 -2 -41 -2q2 -7 2 -21q0 -53 -40.5 -89.5t-94.5 -36.5q-82 0 -166.5 78t-84.5 159q0 34 33 67q52 -64 60 -76q77 -104 133 -104q12 0 26.5 8.5t14.5 20.5q0 34 -87.5 145t-116.5 111q-43 0 -70 -44.5t-27 -90.5zM11 264q0 101 42.5 163t136.5 88
-q-28 74 -28 104q0 62 61 123t122 61q29 0 70 -15q-163 462 -163 567q0 80 41 130.5t119 50.5q131 0 325 -581q6 -17 8 -23q6 16 29 79.5t43.5 118.5t54 127.5t64.5 123t70.5 86.5t76.5 36q71 0 112 -49t41 -122q0 -108 -159 -550q61 -15 100.5 -46t58.5 -78t26 -93.5
-t7 -110.5q0 -150 -47 -280t-132 -225t-211 -150t-278 -55q-111 0 -223 42q-149 57 -258 191.5t-109 286.5z" />
- <glyph glyph-name="_490" unicode="&#xf20a;" horiz-adv-x="2048"
-d="M785 528h207q-14 -158 -98.5 -248.5t-214.5 -90.5q-162 0 -254.5 116t-92.5 316q0 194 93 311.5t233 117.5q148 0 232 -87t97 -247h-203q-5 64 -35.5 99t-81.5 35q-57 0 -88.5 -60.5t-31.5 -177.5q0 -48 5 -84t18 -69.5t40 -51.5t66 -18q95 0 109 139zM1497 528h206
-q-14 -158 -98 -248.5t-214 -90.5q-162 0 -254.5 116t-92.5 316q0 194 93 311.5t233 117.5q148 0 232 -87t97 -247h-204q-4 64 -35 99t-81 35q-57 0 -88.5 -60.5t-31.5 -177.5q0 -48 5 -84t18 -69.5t39.5 -51.5t65.5 -18q49 0 76.5 38t33.5 101zM1856 647q0 207 -15.5 307
-t-60.5 161q-6 8 -13.5 14t-21.5 15t-16 11q-86 63 -697 63q-625 0 -710 -63q-5 -4 -17.5 -11.5t-21 -14t-14.5 -14.5q-45 -60 -60 -159.5t-15 -308.5q0 -208 15 -307.5t60 -160.5q6 -8 15 -15t20.5 -14t17.5 -12q44 -33 239.5 -49t470.5 -16q610 0 697 65q5 4 17 11t20.5 14
-t13.5 16q46 60 61 159t15 309zM2048 1408v-1536h-2048v1536h2048z" />
- <glyph glyph-name="_491" unicode="&#xf20b;"
-d="M992 912v-496q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v496q0 112 -80 192t-192 80h-272v-1152q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v1344q0 14 9 23t23 9h464q135 0 249 -66.5t180.5 -180.5t66.5 -249zM1376 1376v-880q0 -135 -66.5 -249t-180.5 -180.5
-t-249 -66.5h-464q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h160q14 0 23 -9t9 -23v-768h272q112 0 192 80t80 192v880q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
- <glyph glyph-name="_492" unicode="&#xf20c;"
-d="M1311 694v-114q0 -24 -13.5 -38t-37.5 -14h-202q-24 0 -38 14t-14 38v114q0 24 14 38t38 14h202q24 0 37.5 -14t13.5 -38zM821 464v250q0 53 -32.5 85.5t-85.5 32.5h-133q-68 0 -96 -52q-28 52 -96 52h-130q-53 0 -85.5 -32.5t-32.5 -85.5v-250q0 -22 21 -22h55
-q22 0 22 22v230q0 24 13.5 38t38.5 14h94q24 0 38 -14t14 -38v-230q0 -22 21 -22h54q22 0 22 22v230q0 24 14 38t38 14h97q24 0 37.5 -14t13.5 -38v-230q0 -22 22 -22h55q21 0 21 22zM1410 560v154q0 53 -33 85.5t-86 32.5h-264q-53 0 -86 -32.5t-33 -85.5v-410
-q0 -21 22 -21h55q21 0 21 21v180q31 -42 94 -42h191q53 0 86 32.5t33 85.5zM1536 1176v-1072q0 -96 -68 -164t-164 -68h-1072q-96 0 -164 68t-68 164v1072q0 96 68 164t164 68h1072q96 0 164 -68t68 -164z" />
- <glyph glyph-name="_493" unicode="&#xf20d;"
-d="M915 450h-294l147 551zM1001 128h311l-324 1024h-440l-324 -1024h311l383 314zM1536 1120v-960q0 -118 -85 -203t-203 -85h-960q-118 0 -203 85t-85 203v960q0 118 85 203t203 85h960q118 0 203 -85t85 -203z" />
- <glyph glyph-name="_494" unicode="&#xf20e;" horiz-adv-x="2048"
-d="M2048 641q0 -21 -13 -36.5t-33 -19.5l-205 -356q3 -9 3 -18q0 -20 -12.5 -35.5t-32.5 -19.5l-193 -337q3 -8 3 -16q0 -23 -16.5 -40t-40.5 -17q-25 0 -41 18h-400q-17 -20 -43 -20t-43 20h-399q-17 -20 -43 -20q-23 0 -40 16.5t-17 40.5q0 8 4 20l-193 335
-q-20 4 -32.5 19.5t-12.5 35.5q0 9 3 18l-206 356q-20 5 -32.5 20.5t-12.5 35.5q0 21 13.5 36.5t33.5 19.5l199 344q0 1 -0.5 3t-0.5 3q0 36 34 51l209 363q-4 10 -4 18q0 24 17 40.5t40 16.5q26 0 44 -21h396q16 21 43 21t43 -21h398q18 21 44 21q23 0 40 -16.5t17 -40.5
-q0 -6 -4 -18l207 -358q23 -1 39 -17.5t16 -38.5q0 -13 -7 -27l187 -324q19 -4 31.5 -19.5t12.5 -35.5zM1063 -158h389l-342 354h-143l-342 -354h360q18 16 39 16t39 -16zM112 654q1 -4 1 -13q0 -10 -2 -15l208 -360l15 -6l188 199v347l-187 194q-13 -8 -29 -10zM986 1438
-h-388l190 -200l554 200h-280q-16 -16 -38 -16t-38 16zM1689 226q1 6 5 11l-64 68l-17 -79h76zM1583 226l22 105l-252 266l-296 -307l63 -64h463zM1495 -142l16 28l65 310h-427l333 -343q8 4 13 5zM578 -158h5l342 354h-373v-335l4 -6q14 -5 22 -13zM552 226h402l64 66
-l-309 321l-157 -166v-221zM359 226h163v189l-168 -177q4 -8 5 -12zM358 1051q0 -1 0.5 -2t0.5 -2q0 -16 -8 -29l171 -177v269zM552 1121v-311l153 -157l297 314l-223 236zM556 1425l-4 -8v-264l205 74l-191 201q-6 -2 -10 -3zM1447 1438h-16l-621 -224l213 -225zM1023 946
-l-297 -315l311 -319l296 307zM688 634l-136 141v-284zM1038 270l-42 -44h85zM1374 618l238 -251l132 624l-3 5l-1 1zM1718 1018q-8 13 -8 29v2l-216 376q-5 1 -13 5l-437 -463l310 -327zM522 1142v223l-163 -282zM522 196h-163l163 -283v283zM1607 196l-48 -227l130 227h-82
-zM1729 266l207 361q-2 10 -2 14q0 1 3 16l-171 296l-129 -612l77 -82q5 3 15 7z" />
- <glyph glyph-name="f210" unicode="&#xf210;"
-d="M0 856q0 131 91.5 226.5t222.5 95.5h742l352 358v-1470q0 -132 -91.5 -227t-222.5 -95h-780q-131 0 -222.5 95t-91.5 227v790zM1232 102l-176 180v425q0 46 -32 79t-78 33h-484q-46 0 -78 -33t-32 -79v-492q0 -46 32.5 -79.5t77.5 -33.5h770z" />
- <glyph glyph-name="_496" unicode="&#xf211;"
-d="M934 1386q-317 -121 -556 -362.5t-358 -560.5q-20 89 -20 176q0 208 102.5 384.5t278.5 279t384 102.5q82 0 169 -19zM1203 1267q93 -65 164 -155q-389 -113 -674.5 -400.5t-396.5 -676.5q-93 72 -155 162q112 386 395 671t667 399zM470 -67q115 356 379.5 622t619.5 384
-q40 -92 54 -195q-292 -120 -516 -345t-343 -518q-103 14 -194 52zM1536 -125q-193 50 -367 115q-135 -84 -290 -107q109 205 274 370.5t369 275.5q-21 -152 -101 -284q65 -175 115 -370z" />
- <glyph glyph-name="f212" unicode="&#xf212;" horiz-adv-x="2048"
-d="M1893 1144l155 -1272q-131 0 -257 57q-200 91 -393 91q-226 0 -374 -148q-148 148 -374 148q-193 0 -393 -91q-128 -57 -252 -57h-5l155 1272q224 127 482 127q233 0 387 -106q154 106 387 106q258 0 482 -127zM1398 157q129 0 232 -28.5t260 -93.5l-124 1021
-q-171 78 -368 78q-224 0 -374 -141q-150 141 -374 141q-197 0 -368 -78l-124 -1021q105 43 165.5 65t148.5 39.5t178 17.5q202 0 374 -108q172 108 374 108zM1438 191l-55 907q-211 -4 -359 -155q-152 155 -374 155q-176 0 -336 -66l-114 -941q124 51 228.5 76t221.5 25
-q209 0 374 -102q172 107 374 102z" />
- <glyph glyph-name="_498" unicode="&#xf213;" horiz-adv-x="2048"
-d="M1500 165v733q0 21 -15 36t-35 15h-93q-20 0 -35 -15t-15 -36v-733q0 -20 15 -35t35 -15h93q20 0 35 15t15 35zM1216 165v531q0 20 -15 35t-35 15h-101q-20 0 -35 -15t-15 -35v-531q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM924 165v429q0 20 -15 35t-35 15h-101
-q-20 0 -35 -15t-15 -35v-429q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM632 165v362q0 20 -15 35t-35 15h-101q-20 0 -35 -15t-15 -35v-362q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM2048 311q0 -166 -118 -284t-284 -118h-1244q-166 0 -284 118t-118 284
-q0 116 63 214.5t168 148.5q-10 34 -10 73q0 113 80.5 193.5t193.5 80.5q102 0 180 -67q45 183 194 300t338 117q149 0 275 -73.5t199.5 -199.5t73.5 -275q0 -66 -14 -122q135 -33 221 -142.5t86 -247.5z" />
- <glyph glyph-name="_499" unicode="&#xf214;"
-d="M0 1536h1536v-1392l-776 -338l-760 338v1392zM1436 209v926h-1336v-926l661 -294zM1436 1235v201h-1336v-201h1336zM181 937v-115h-37v115h37zM181 789v-115h-37v115h37zM181 641v-115h-37v115h37zM181 493v-115h-37v115h37zM181 345v-115h-37v115h37zM207 202l15 34
-l105 -47l-15 -33zM343 142l15 34l105 -46l-15 -34zM478 82l15 34l105 -46l-15 -34zM614 23l15 33l104 -46l-15 -34zM797 10l105 46l15 -33l-105 -47zM932 70l105 46l15 -34l-105 -46zM1068 130l105 46l15 -34l-105 -46zM1203 189l105 47l15 -34l-105 -46zM259 1389v-36h-114
-v36h114zM421 1389v-36h-115v36h115zM583 1389v-36h-115v36h115zM744 1389v-36h-114v36h114zM906 1389v-36h-114v36h114zM1068 1389v-36h-115v36h115zM1230 1389v-36h-115v36h115zM1391 1389v-36h-114v36h114zM181 1049v-79h-37v115h115v-36h-78zM421 1085v-36h-115v36h115z
-M583 1085v-36h-115v36h115zM744 1085v-36h-114v36h114zM906 1085v-36h-114v36h114zM1068 1085v-36h-115v36h115zM1230 1085v-36h-115v36h115zM1355 970v79h-78v36h115v-115h-37zM1355 822v115h37v-115h-37zM1355 674v115h37v-115h-37zM1355 526v115h37v-115h-37zM1355 378
-v115h37v-115h-37zM1355 230v115h37v-115h-37zM760 265q-129 0 -221 91.5t-92 221.5q0 129 92 221t221 92q130 0 221.5 -92t91.5 -221q0 -130 -91.5 -221.5t-221.5 -91.5zM595 646q0 -36 19.5 -56.5t49.5 -25t64 -7t64 -2t49.5 -9t19.5 -30.5q0 -49 -112 -49q-97 0 -123 51
-h-3l-31 -63q67 -42 162 -42q29 0 56.5 5t55.5 16t45.5 33t17.5 53q0 46 -27.5 69.5t-67.5 27t-79.5 3t-67 5t-27.5 25.5q0 21 20.5 33t40.5 15t41 3q34 0 70.5 -11t51.5 -34h3l30 58q-3 1 -21 8.5t-22.5 9t-19.5 7t-22 7t-20 4.5t-24 4t-23 1q-29 0 -56.5 -5t-54 -16.5
-t-43 -34t-16.5 -53.5z" />
- <glyph glyph-name="_500" unicode="&#xf215;" horiz-adv-x="2048"
-d="M863 504q0 112 -79.5 191.5t-191.5 79.5t-191 -79.5t-79 -191.5t79 -191t191 -79t191.5 79t79.5 191zM1726 505q0 112 -79 191t-191 79t-191.5 -79t-79.5 -191q0 -113 79.5 -192t191.5 -79t191 79.5t79 191.5zM2048 1314v-1348q0 -44 -31.5 -75.5t-76.5 -31.5h-1832
-q-45 0 -76.5 31.5t-31.5 75.5v1348q0 44 31.5 75.5t76.5 31.5h431q44 0 76 -31.5t32 -75.5v-161h754v161q0 44 32 75.5t76 31.5h431q45 0 76.5 -31.5t31.5 -75.5z" />
- <glyph glyph-name="_501" unicode="&#xf216;" horiz-adv-x="2048"
-d="M1430 953zM1690 749q148 0 253 -98.5t105 -244.5q0 -157 -109 -261.5t-267 -104.5q-85 0 -162 27.5t-138 73.5t-118 106t-109 126t-103.5 132.5t-108.5 126.5t-117 106t-136 73.5t-159 27.5q-154 0 -251.5 -91.5t-97.5 -244.5q0 -157 104 -250t263 -93q100 0 208 37.5
-t193 98.5q5 4 21 18.5t30 24t22 9.5q14 0 24.5 -10.5t10.5 -24.5q0 -24 -60 -77q-101 -88 -234.5 -142t-260.5 -54q-133 0 -245.5 58t-180 165t-67.5 241q0 205 141.5 341t347.5 136q120 0 226.5 -43.5t185.5 -113t151.5 -153t139 -167.5t133.5 -153.5t149.5 -113
-t172.5 -43.5q102 0 168.5 61.5t66.5 162.5q0 95 -64.5 159t-159.5 64q-30 0 -81.5 -18.5t-68.5 -18.5q-20 0 -35.5 15t-15.5 35q0 18 8.5 57t8.5 59q0 159 -107.5 263t-266.5 104q-58 0 -111.5 -18.5t-84 -40.5t-55.5 -40.5t-33 -18.5q-15 0 -25.5 10.5t-10.5 25.5
-q0 19 25 46q59 67 147 103.5t182 36.5q191 0 318 -125.5t127 -315.5q0 -37 -4 -66q57 15 115 15z" />
- <glyph glyph-name="_502" unicode="&#xf217;" horiz-adv-x="1664"
-d="M1216 832q0 26 -19 45t-45 19h-128v128q0 26 -19 45t-45 19t-45 -19t-19 -45v-128h-128q-26 0 -45 -19t-19 -45t19 -45t45 -19h128v-128q0 -26 19 -45t45 -19t45 19t19 45v128h128q26 0 45 19t19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
-t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920
-q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
- <glyph glyph-name="_503" unicode="&#xf218;" horiz-adv-x="1664"
-d="M1280 832q0 26 -19 45t-45 19t-45 -19l-147 -146v293q0 26 -19 45t-45 19t-45 -19t-19 -45v-293l-147 146q-19 19 -45 19t-45 -19t-19 -45t19 -45l256 -256q19 -19 45 -19t45 19l256 256q19 19 19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
-t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920
-q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
- <glyph glyph-name="_504" unicode="&#xf219;" horiz-adv-x="2048"
-d="M212 768l623 -665l-300 665h-323zM1024 -4l349 772h-698zM538 896l204 384h-262l-288 -384h346zM1213 103l623 665h-323zM683 896h682l-204 384h-274zM1510 896h346l-288 384h-262zM1651 1382l384 -512q14 -18 13 -41.5t-17 -40.5l-960 -1024q-18 -20 -47 -20t-47 20
-l-960 1024q-16 17 -17 40.5t13 41.5l384 512q18 26 51 26h1152q33 0 51 -26z" />
- <glyph glyph-name="_505" unicode="&#xf21a;" horiz-adv-x="2048"
-d="M1811 -19q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83
-q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83
-q19 19 45 19t45 -19l83 -83zM237 19q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -82l83 82q19 19 45 19t45 -19l83 -82l64 64v293l-210 314q-17 26 -7 56.5t40 40.5l177 58v299h128v128h256v128h256v-128h256v-128h128v-299l177 -58q30 -10 40 -40.5t-7 -56.5l-210 -314
-v-293l19 18q19 19 45 19t45 -19l83 -82l83 82q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83
-q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83zM640 1152v-128l384 128l384 -128v128h-128v128h-512v-128h-128z" />
- <glyph glyph-name="_506" unicode="&#xf21b;"
-d="M576 0l96 448l-96 128l-128 64zM832 0l128 640l-128 -64l-96 -128zM992 1010q-2 4 -4 6q-10 8 -96 8q-70 0 -167 -19q-7 -2 -21 -2t-21 2q-97 19 -167 19q-86 0 -96 -8q-2 -2 -4 -6q2 -18 4 -27q2 -3 7.5 -6.5t7.5 -10.5q2 -4 7.5 -20.5t7 -20.5t7.5 -17t8.5 -17t9 -14
-t12 -13.5t14 -9.5t17.5 -8t20.5 -4t24.5 -2q36 0 59 12.5t32.5 30t14.5 34.5t11.5 29.5t17.5 12.5h12q11 0 17.5 -12.5t11.5 -29.5t14.5 -34.5t32.5 -30t59 -12.5q13 0 24.5 2t20.5 4t17.5 8t14 9.5t12 13.5t9 14t8.5 17t7.5 17t7 20.5t7.5 20.5q2 7 7.5 10.5t7.5 6.5
-q2 9 4 27zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 61 4.5 118t19 125.5t37.5 123.5t63.5 103.5t93.5 74.5l-90 220h214q-22 64 -22 128q0 12 2 32q-194 40 -194 96q0 57 210 99q17 62 51.5 134t70.5 114q32 37 76 37q30 0 84 -31t84 -31t84 31
-t84 31q44 0 76 -37q36 -42 70.5 -114t51.5 -134q210 -42 210 -99q0 -56 -194 -96q7 -81 -20 -160h214l-82 -225q63 -33 107.5 -96.5t65.5 -143.5t29 -151.5t8 -148.5z" />
- <glyph glyph-name="_507" unicode="&#xf21c;" horiz-adv-x="2304"
-d="M2301 500q12 -103 -22 -198.5t-99 -163.5t-158.5 -106t-196.5 -31q-161 11 -279.5 125t-134.5 274q-12 111 27.5 210.5t118.5 170.5l-71 107q-96 -80 -151 -194t-55 -244q0 -27 -18.5 -46.5t-45.5 -19.5h-256h-69q-23 -164 -149 -274t-294 -110q-185 0 -316.5 131.5
-t-131.5 316.5t131.5 316.5t316.5 131.5q76 0 152 -27l24 45q-123 110 -304 110h-64q-26 0 -45 19t-19 45t19 45t45 19h128q78 0 145 -13.5t116.5 -38.5t71.5 -39.5t51 -36.5h512h115l-85 128h-222q-30 0 -49 22.5t-14 52.5q4 23 23 38t43 15h253q33 0 53 -28l70 -105
-l114 114q19 19 46 19h101q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-179l115 -172q131 63 275 36q143 -26 244 -134.5t118 -253.5zM448 128q115 0 203 72.5t111 183.5h-314q-35 0 -55 31q-18 32 -1 63l147 277q-47 13 -91 13q-132 0 -226 -94t-94 -226t94 -226
-t226 -94zM1856 128q132 0 226 94t94 226t-94 226t-226 94q-60 0 -121 -24l174 -260q15 -23 10 -49t-27 -40q-15 -11 -36 -11q-35 0 -53 29l-174 260q-93 -95 -93 -225q0 -132 94 -226t226 -94z" />
- <glyph glyph-name="_508" unicode="&#xf21d;"
-d="M1408 0q0 -63 -61.5 -113.5t-164 -81t-225 -46t-253.5 -15.5t-253.5 15.5t-225 46t-164 81t-61.5 113.5q0 49 33 88.5t91 66.5t118 44.5t131 29.5q26 5 48 -10.5t26 -41.5q5 -26 -10.5 -48t-41.5 -26q-58 -10 -106 -23.5t-76.5 -25.5t-48.5 -23.5t-27.5 -19.5t-8.5 -12
-q3 -11 27 -26.5t73 -33t114 -32.5t160.5 -25t201.5 -10t201.5 10t160.5 25t114 33t73 33.5t27 27.5q-1 4 -8.5 11t-27.5 19t-48.5 23.5t-76.5 25t-106 23.5q-26 4 -41.5 26t-10.5 48q4 26 26 41.5t48 10.5q71 -12 131 -29.5t118 -44.5t91 -66.5t33 -88.5zM1024 896v-384
-q0 -26 -19 -45t-45 -19h-64v-384q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v384h-64q-26 0 -45 19t-19 45v384q0 53 37.5 90.5t90.5 37.5h384q53 0 90.5 -37.5t37.5 -90.5zM928 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5
-t158.5 -65.5t65.5 -158.5z" />
- <glyph glyph-name="_509" unicode="&#xf21e;" horiz-adv-x="1792"
-d="M1280 512h305q-5 -6 -10 -10.5t-9 -7.5l-3 -4l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-5 2 -21 20h369q22 0 39.5 13.5t22.5 34.5l70 281l190 -667q6 -20 23 -33t39 -13q21 0 38 13t23 33l146 485l56 -112q18 -35 57 -35zM1792 940q0 -145 -103 -300h-369l-111 221
-q-8 17 -25.5 27t-36.5 8q-45 -5 -56 -46l-129 -430l-196 686q-6 20 -23.5 33t-39.5 13t-39 -13.5t-22 -34.5l-116 -464h-423q-103 155 -103 300q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124
-t127 -344z" />
- <glyph glyph-name="venus" unicode="&#xf221;" horiz-adv-x="1280"
-d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292
-q11 134 80.5 249t182 188t245.5 88q170 19 319 -54t236 -212t87 -306zM128 960q0 -185 131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5z" />
- <glyph glyph-name="_511" unicode="&#xf222;"
-d="M1472 1408q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-382 -383q126 -156 126 -359q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5
-q203 0 359 -126l382 382h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM576 0q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
- <glyph glyph-name="_512" unicode="&#xf223;" horiz-adv-x="1280"
-d="M830 1220q145 -72 233.5 -210.5t88.5 -305.5q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5
-t-147.5 384.5q0 167 88.5 305.5t233.5 210.5q-165 96 -228 273q-6 16 3.5 29.5t26.5 13.5h69q21 0 29 -20q44 -106 140 -171t214 -65t214 65t140 171q8 20 37 20h61q17 0 26.5 -13.5t3.5 -29.5q-63 -177 -228 -273zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5
-t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
- <glyph glyph-name="_513" unicode="&#xf224;"
-d="M1024 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64
-q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-149 16 -270.5 103t-186.5 223.5t-53 291.5q16 204 160 353.5t347 172.5q118 14 228 -19t198 -103l255 254h-134q-14 0 -23 9t-9 23v64zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5
-t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
- <glyph glyph-name="_514" unicode="&#xf225;" horiz-adv-x="1792"
-d="M1280 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64
-q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5t-147.5 384.5q0 201 126 359l-52 53l-101 -111q-9 -10 -22 -10.5t-23 7.5l-48 44q-10 8 -10.5 21.5t8.5 23.5l105 115l-111 112v-134q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9
-t-9 23v288q0 26 19 45t45 19h288q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-133l106 -107l86 94q9 10 22 10.5t23 -7.5l48 -44q10 -8 10.5 -21.5t-8.5 -23.5l-90 -99l57 -56q158 126 359 126t359 -126l255 254h-134q-14 0 -23 9t-9 23v64zM832 256q185 0 316.5 131.5
-t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
- <glyph glyph-name="_515" unicode="&#xf226;" horiz-adv-x="1792"
-d="M1790 1007q12 -155 -52.5 -292t-186 -224t-271.5 -103v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-512v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23
-t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292q17 206 164.5 356.5t352.5 169.5q206 21 377 -94q171 115 377 94q205 -19 352.5 -169.5t164.5 -356.5zM896 647q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM576 512q115 0 218 57q-154 165 -154 391
-q0 224 154 391q-103 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5zM1152 128v260q-137 15 -256 94q-119 -79 -256 -94v-260h512zM1216 512q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5q-115 0 -218 -57q154 -167 154 -391
-q0 -226 -154 -391q103 -57 218 -57z" />
- <glyph glyph-name="_516" unicode="&#xf227;" horiz-adv-x="1920"
-d="M1536 1120q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-31 -182 -166 -312t-318 -156q-210 -29 -384.5 80t-241.5 300q-117 6 -221 57.5t-177.5 133t-113.5 192.5t-32 230
-q9 135 78 252t182 191.5t248 89.5q118 14 227.5 -19t198.5 -103l255 254h-134q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q59 -74 93 -169q182 -9 328 -124l255 254h-134q-14 0 -23 9
-t-9 23v64zM1024 704q0 20 -4 58q-162 -25 -271 -150t-109 -292q0 -20 4 -58q162 25 271 150t109 292zM128 704q0 -168 111 -294t276 -149q-3 29 -3 59q0 210 135 369.5t338 196.5q-53 120 -163.5 193t-245.5 73q-185 0 -316.5 -131.5t-131.5 -316.5zM1088 -128
-q185 0 316.5 131.5t131.5 316.5q0 168 -111 294t-276 149q3 -28 3 -59q0 -210 -135 -369.5t-338 -196.5q53 -120 163.5 -193t245.5 -73z" />
- <glyph glyph-name="_517" unicode="&#xf228;" horiz-adv-x="2048"
-d="M1664 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-32 -180 -164.5 -310t-313.5 -157q-223 -34 -409 90q-117 -78 -256 -93v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23
-t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-155 17 -279.5 109.5t-187 237.5t-39.5 307q25 187 159.5 322.5t320.5 164.5q224 34 410 -90q146 97 320 97q201 0 359 -126l255 254h-134q-14 0 -23 9
-t-9 23v64zM896 391q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM128 704q0 -185 131.5 -316.5t316.5 -131.5q117 0 218 57q-154 167 -154 391t154 391q-101 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5zM1216 256q185 0 316.5 131.5t131.5 316.5
-t-131.5 316.5t-316.5 131.5q-117 0 -218 -57q154 -167 154 -391t-154 -391q101 -57 218 -57z" />
- <glyph glyph-name="_518" unicode="&#xf229;"
-d="M1472 1408q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-213 -214l140 -140q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-140 141l-78 -79q126 -156 126 -359q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5
-t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5q203 0 359 -126l78 78l-172 172q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l172 -172l213 213h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM576 0q185 0 316.5 131.5t131.5 316.5t-131.5 316.5
-t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
- <glyph glyph-name="_519" unicode="&#xf22a;" horiz-adv-x="1280"
-d="M640 892q217 -24 364.5 -187.5t147.5 -384.5q0 -167 -87 -306t-236 -212t-319 -54q-133 15 -245.5 88t-182 188t-80.5 249q-12 155 52.5 292t186 224t271.5 103v132h-160q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h160v165l-92 -92q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22
-t9 23l202 201q19 19 45 19t45 -19l202 -201q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-92 92v-165h160q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-160v-132zM576 -128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5
-t131.5 -316.5t316.5 -131.5z" />
- <glyph glyph-name="_520" unicode="&#xf22b;" horiz-adv-x="2048"
-d="M1901 621q19 -19 19 -45t-19 -45l-294 -294q-9 -10 -22.5 -10t-22.5 10l-45 45q-10 9 -10 22.5t10 22.5l185 185h-294v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-132q-24 -217 -187.5 -364.5t-384.5 -147.5q-167 0 -306 87t-212 236t-54 319q15 133 88 245.5
-t188 182t249 80.5q155 12 292 -52.5t224 -186t103 -271.5h132v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224h294l-185 185q-10 9 -10 22.5t10 22.5l45 45q9 10 22.5 10t22.5 -10zM576 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5
-t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
- <glyph glyph-name="_521" unicode="&#xf22c;" horiz-adv-x="1280"
-d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-612q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v612q-217 24 -364.5 187.5t-147.5 384.5q0 117 45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5zM576 512q185 0 316.5 131.5
-t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
- <glyph glyph-name="_522" unicode="&#xf22d;" horiz-adv-x="1280"
-d="M1024 576q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1152 576q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123
-t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5z" />
- <glyph glyph-name="_523" unicode="&#xf22e;" horiz-adv-x="1792"
- />
- <glyph glyph-name="_524" unicode="&#xf22f;" horiz-adv-x="1792"
- />
- <glyph glyph-name="_525" unicode="&#xf230;"
-d="M1451 1408q35 0 60 -25t25 -60v-1366q0 -35 -25 -60t-60 -25h-391v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-735q-35 0 -60 25t-25 60v1366q0 35 25 60t60 25h1366z" />
- <glyph glyph-name="_526" unicode="&#xf231;" horiz-adv-x="1280"
-d="M0 939q0 108 37.5 203.5t103.5 166.5t152 123t185 78t202 26q158 0 294 -66.5t221 -193.5t85 -287q0 -96 -19 -188t-60 -177t-100 -149.5t-145 -103t-189 -38.5q-68 0 -135 32t-96 88q-10 -39 -28 -112.5t-23.5 -95t-20.5 -71t-26 -71t-32 -62.5t-46 -77.5t-62 -86.5
-l-14 -5l-9 10q-15 157 -15 188q0 92 21.5 206.5t66.5 287.5t52 203q-32 65 -32 169q0 83 52 156t132 73q61 0 95 -40.5t34 -102.5q0 -66 -44 -191t-44 -187q0 -63 45 -104.5t109 -41.5q55 0 102 25t78.5 68t56 95t38 110.5t20 111t6.5 99.5q0 173 -109.5 269.5t-285.5 96.5
-q-200 0 -334 -129.5t-134 -328.5q0 -44 12.5 -85t27 -65t27 -45.5t12.5 -30.5q0 -28 -15 -73t-37 -45q-2 0 -17 3q-51 15 -90.5 56t-61 94.5t-32.5 108t-11 106.5z" />
- <glyph glyph-name="_527" unicode="&#xf232;"
-d="M985 562q13 0 97.5 -44t89.5 -53q2 -5 2 -15q0 -33 -17 -76q-16 -39 -71 -65.5t-102 -26.5q-57 0 -190 62q-98 45 -170 118t-148 185q-72 107 -71 194v8q3 91 74 158q24 22 52 22q6 0 18 -1.5t19 -1.5q19 0 26.5 -6.5t15.5 -27.5q8 -20 33 -88t25 -75q0 -21 -34.5 -57.5
-t-34.5 -46.5q0 -7 5 -15q34 -73 102 -137q56 -53 151 -101q12 -7 22 -7q15 0 54 48.5t52 48.5zM782 32q127 0 243.5 50t200.5 134t134 200.5t50 243.5t-50 243.5t-134 200.5t-200.5 134t-243.5 50t-243.5 -50t-200.5 -134t-134 -200.5t-50 -243.5q0 -203 120 -368l-79 -233
-l242 77q158 -104 345 -104zM782 1414q153 0 292.5 -60t240.5 -161t161 -240.5t60 -292.5t-60 -292.5t-161 -240.5t-240.5 -161t-292.5 -60q-195 0 -365 94l-417 -134l136 405q-108 178 -108 389q0 153 60 292.5t161 240.5t240.5 161t292.5 60z" />
- <glyph glyph-name="_528" unicode="&#xf233;" horiz-adv-x="1792"
-d="M128 128h1024v128h-1024v-128zM128 640h1024v128h-1024v-128zM1696 192q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM128 1152h1024v128h-1024v-128zM1696 704q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1696 1216
-q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1792 384v-384h-1792v384h1792zM1792 896v-384h-1792v384h1792zM1792 1408v-384h-1792v384h1792z" />
- <glyph glyph-name="_529" unicode="&#xf234;" horiz-adv-x="2048"
-d="M704 640q-159 0 -271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5t-112.5 -271.5t-271.5 -112.5zM1664 512h352q13 0 22.5 -9.5t9.5 -22.5v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-352q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5
-t-9.5 22.5v352h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v352q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5v-352zM928 288q0 -52 38 -90t90 -38h256v-238q-68 -50 -171 -50h-874q-121 0 -194 69t-73 190q0 53 3.5 103.5t14 109t26.5 108.5
-t43 97.5t62 81t85.5 53.5t111.5 20q19 0 39 -17q79 -61 154.5 -91.5t164.5 -30.5t164.5 30.5t154.5 91.5q20 17 39 17q132 0 217 -96h-223q-52 0 -90 -38t-38 -90v-192z" />
- <glyph glyph-name="_530" unicode="&#xf235;" horiz-adv-x="2048"
-d="M704 640q-159 0 -271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5t-112.5 -271.5t-271.5 -112.5zM1781 320l249 -249q9 -9 9 -23q0 -13 -9 -22l-136 -136q-9 -9 -22 -9q-14 0 -23 9l-249 249l-249 -249q-9 -9 -23 -9q-13 0 -22 9l-136 136
-q-9 9 -9 22q0 14 9 23l249 249l-249 249q-9 9 -9 23q0 13 9 22l136 136q9 9 22 9q14 0 23 -9l249 -249l249 249q9 9 23 9q13 0 22 -9l136 -136q9 -9 9 -22q0 -14 -9 -23zM1283 320l-181 -181q-37 -37 -37 -91q0 -53 37 -90l83 -83q-21 -3 -44 -3h-874q-121 0 -194 69
-t-73 190q0 53 3.5 103.5t14 109t26.5 108.5t43 97.5t62 81t85.5 53.5t111.5 20q19 0 39 -17q154 -122 319 -122t319 122q20 17 39 17q28 0 57 -6q-28 -27 -41 -50t-13 -56q0 -54 37 -91z" />
- <glyph glyph-name="_531" unicode="&#xf236;" horiz-adv-x="2048"
-d="M256 512h1728q26 0 45 -19t19 -45v-448h-256v256h-1536v-256h-256v1216q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-704zM832 832q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM2048 576v64q0 159 -112.5 271.5t-271.5 112.5h-704
-q-26 0 -45 -19t-19 -45v-384h1152z" />
- <glyph glyph-name="_532" unicode="&#xf237;"
-d="M1536 1536l-192 -448h192v-192h-274l-55 -128h329v-192h-411l-357 -832l-357 832h-411v192h329l-55 128h-274v192h192l-192 448h256l323 -768h378l323 768h256zM768 320l108 256h-216z" />
- <glyph glyph-name="_533" unicode="&#xf238;"
-d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM768 192q80 0 136 56t56 136t-56 136t-136 56
-t-136 -56t-56 -136t56 -136t136 -56zM1344 768v512h-1152v-512h1152z" />
- <glyph glyph-name="_534" unicode="&#xf239;"
-d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM288 224q66 0 113 47t47 113t-47 113t-113 47
-t-113 -47t-47 -113t47 -113t113 -47zM704 768v512h-544v-512h544zM1248 224q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM1408 768v512h-576v-512h576z" />
- <glyph glyph-name="_535" unicode="&#xf23a;" horiz-adv-x="1792"
-d="M597 1115v-1173q0 -25 -12.5 -42.5t-36.5 -17.5q-17 0 -33 8l-465 233q-21 10 -35.5 33.5t-14.5 46.5v1140q0 20 10 34t29 14q14 0 44 -15l511 -256q3 -3 3 -5zM661 1014l534 -866l-534 266v600zM1792 996v-1054q0 -25 -14 -40.5t-38 -15.5t-47 13l-441 220zM1789 1116
-q0 -3 -256.5 -419.5t-300.5 -487.5l-390 634l324 527q17 28 52 28q14 0 26 -6l541 -270q4 -2 4 -6z" />
- <glyph glyph-name="_536" unicode="&#xf23b;"
-d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1408v-1536h-1536v1536h1536z" />
- <glyph glyph-name="_537" unicode="&#xf23c;" horiz-adv-x="2296"
-d="M478 -139q-8 -16 -27 -34.5t-37 -25.5q-25 -9 -51.5 3.5t-28.5 31.5q-1 22 40 55t68 38q23 4 34 -21.5t2 -46.5zM1819 -139q7 -16 26 -34.5t38 -25.5q25 -9 51.5 3.5t27.5 31.5q2 22 -39.5 55t-68.5 38q-22 4 -33 -21.5t-2 -46.5zM1867 -30q13 -27 56.5 -59.5t77.5 -41.5
-q45 -13 82 4.5t37 50.5q0 46 -67.5 100.5t-115.5 59.5q-40 5 -63.5 -37.5t-6.5 -76.5zM428 -30q-13 -27 -56 -59.5t-77 -41.5q-45 -13 -82 4.5t-37 50.5q0 46 67.5 100.5t115.5 59.5q40 5 63 -37.5t6 -76.5zM1158 1094h1q-41 0 -76 -15q27 -8 44 -30.5t17 -49.5
-q0 -35 -27 -60t-65 -25q-52 0 -80 43q-5 -23 -5 -42q0 -74 56 -126.5t135 -52.5q80 0 136 52.5t56 126.5t-56 126.5t-136 52.5zM1462 1312q-99 109 -220.5 131.5t-245.5 -44.5q27 60 82.5 96.5t118 39.5t121.5 -17t99.5 -74.5t44.5 -131.5zM2212 73q8 -11 -11 -42
-q7 -23 7 -40q1 -56 -44.5 -112.5t-109.5 -91.5t-118 -37q-48 -2 -92 21.5t-66 65.5q-687 -25 -1259 0q-23 -41 -66.5 -65t-92.5 -22q-86 3 -179.5 80.5t-92.5 160.5q2 22 7 40q-19 31 -11 42q6 10 31 1q14 22 41 51q-7 29 2 38q11 10 39 -4q29 20 59 34q0 29 13 37
-q23 12 51 -16q35 5 61 -2q18 -4 38 -19v73q-11 0 -18 2q-53 10 -97 44.5t-55 87.5q-9 38 0 81q15 62 93 95q2 17 19 35.5t36 23.5t33 -7.5t19 -30.5h13q46 -5 60 -23q3 -3 5 -7q10 1 30.5 3.5t30.5 3.5q-15 11 -30 17q-23 40 -91 43q0 6 1 10q-62 2 -118.5 18.5t-84.5 47.5
-q-32 36 -42.5 92t-2.5 112q16 126 90 179q23 16 52 4.5t32 -40.5q0 -1 1.5 -14t2.5 -21t3 -20t5.5 -19t8.5 -10q27 -14 76 -12q48 46 98 74q-40 4 -162 -14l47 46q61 58 163 111q145 73 282 86q-20 8 -41 15.5t-47 14t-42.5 10.5t-47.5 11t-43 10q595 126 904 -139
-q98 -84 158 -222q85 -10 121 9h1q5 3 8.5 10t5.5 19t3 19.5t3 21.5l1 14q3 28 32 40t52 -5q73 -52 91 -178q7 -57 -3.5 -113t-42.5 -91q-28 -32 -83.5 -48.5t-115.5 -18.5v-10q-71 -2 -95 -43q-14 -5 -31 -17q11 -1 32 -3.5t30 -3.5q1 5 5 8q16 18 60 23h13q5 18 19 30t33 8
-t36 -23t19 -36q79 -32 93 -95q9 -40 1 -81q-12 -53 -56 -88t-97 -44q-10 -2 -17 -2q0 -49 -1 -73q20 15 38 19q26 7 61 2q28 28 51 16q14 -9 14 -37q33 -16 59 -34q27 13 38 4q10 -10 2 -38q28 -30 41 -51q23 8 31 -1zM1937 1025q0 -29 -9 -54q82 -32 112 -132
-q4 37 -9.5 98.5t-41.5 90.5q-20 19 -36 17t-16 -20zM1859 925q35 -42 47.5 -108.5t-0.5 -124.5q67 13 97 45q13 14 18 28q-3 64 -31 114.5t-79 66.5q-15 -15 -52 -21zM1822 921q-30 0 -44 1q42 -115 53 -239q21 0 43 3q16 68 1 135t-53 100zM258 839q30 100 112 132
-q-9 25 -9 54q0 18 -16.5 20t-35.5 -17q-28 -29 -41.5 -90.5t-9.5 -98.5zM294 737q29 -31 97 -45q-13 58 -0.5 124.5t47.5 108.5v0q-37 6 -52 21q-51 -16 -78.5 -66t-31.5 -115q9 -17 18 -28zM471 683q14 124 73 235q-19 -4 -55 -18l-45 -19v1q-46 -89 -20 -196q25 -3 47 -3z
-M1434 644q8 -38 16.5 -108.5t11.5 -89.5q3 -18 9.5 -21.5t23.5 4.5q40 20 62 85.5t23 125.5q-24 2 -146 4zM1152 1285q-116 0 -199 -82.5t-83 -198.5q0 -117 83 -199.5t199 -82.5t199 82.5t83 199.5q0 116 -83 198.5t-199 82.5zM1380 646q-105 2 -211 0v1q-1 -27 2.5 -86
-t13.5 -66q29 -14 93.5 -14.5t95.5 10.5q9 3 11 39t-0.5 69.5t-4.5 46.5zM1112 447q8 4 9.5 48t-0.5 88t-4 63v1q-212 -3 -214 -3q-4 -20 -7 -62t0 -83t14 -46q34 -15 101 -16t101 10zM718 636q-16 -59 4.5 -118.5t77.5 -84.5q15 -8 24 -5t12 21q3 16 8 90t10 103
-q-69 -2 -136 -6zM591 510q3 -23 -34 -36q132 -141 271.5 -240t305.5 -154q172 49 310.5 146t293.5 250q-33 13 -30 34q0 2 0.5 3.5t1.5 3t1 2.5v1v-1q-17 2 -50 5.5t-48 4.5q-26 -90 -82 -132q-51 -38 -82 1q-5 6 -9 14q-7 13 -17 62q-2 -5 -5 -9t-7.5 -7t-8 -5.5t-9.5 -4
-l-10 -2.5t-12 -2l-12 -1.5t-13.5 -1t-13.5 -0.5q-106 -9 -163 11q-4 -17 -10 -26.5t-21 -15t-23 -7t-36 -3.5q-6 -1 -9 -1q-179 -17 -203 40q-2 -63 -56 -54q-47 8 -91 54q-12 13 -20 26q-17 29 -26 65q-58 -6 -87 -10q1 -2 4 -10zM507 -118q3 14 3 30q-17 71 -51 130
-t-73 70q-41 12 -101.5 -14.5t-104.5 -80t-39 -107.5q35 -53 100 -93t119 -42q51 -2 94 28t53 79zM510 53q23 -63 27 -119q195 113 392 174q-98 52 -180.5 120t-179.5 165q-6 -4 -29 -13q0 -1 -1 -4t-1 -5q31 -18 22 -37q-12 -23 -56 -34q-10 -13 -29 -24h-1q-2 -83 1 -150
-q19 -34 35 -73zM579 -113q532 -21 1145 0q-254 147 -428 196q-76 -35 -156 -57q-8 -3 -16 0q-65 21 -129 49q-208 -60 -416 -188h-1v-1q1 0 1 1zM1763 -67q4 54 28 120q14 38 33 71l-1 -1q3 77 3 153q-15 8 -30 25q-42 9 -56 33q-9 20 22 38q-2 4 -2 9q-16 4 -28 12
-q-204 -190 -383 -284q198 -59 414 -176zM2155 -90q5 54 -39 107.5t-104 80t-102 14.5q-38 -11 -72.5 -70.5t-51.5 -129.5q0 -16 3 -30q10 -49 53 -79t94 -28q54 2 119 42t100 93z" />
- <glyph glyph-name="_538" unicode="&#xf23d;" horiz-adv-x="2304"
-d="M1524 -25q0 -68 -48 -116t-116 -48t-116.5 48t-48.5 116t48.5 116.5t116.5 48.5t116 -48.5t48 -116.5zM775 -25q0 -68 -48.5 -116t-116.5 -48t-116 48t-48 116t48 116.5t116 48.5t116.5 -48.5t48.5 -116.5zM0 1469q57 -60 110.5 -104.5t121 -82t136 -63t166 -45.5
-t200 -31.5t250 -18.5t304 -9.5t372.5 -2.5q139 0 244.5 -5t181 -16.5t124 -27.5t71 -39.5t24 -51.5t-19.5 -64t-56.5 -76.5t-89.5 -91t-116 -104.5t-139 -119q-185 -157 -286 -247q29 51 76.5 109t94 105.5t94.5 98.5t83 91.5t54 80.5t13 70t-45.5 55.5t-116.5 41t-204 23.5
-t-304 5q-168 -2 -314 6t-256 23t-204.5 41t-159.5 51.5t-122.5 62.5t-91.5 66.5t-68 71.5t-50.5 69.5t-40 68t-36.5 59.5z" />
- <glyph glyph-name="_539" unicode="&#xf23e;" horiz-adv-x="1792"
-d="M896 1472q-169 0 -323 -66t-265.5 -177.5t-177.5 -265.5t-66 -323t66 -323t177.5 -265.5t265.5 -177.5t323 -66t323 66t265.5 177.5t177.5 265.5t66 323t-66 323t-177.5 265.5t-265.5 177.5t-323 66zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348
-t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM496 704q16 0 16 -16v-480q0 -16 -16 -16h-32q-16 0 -16 16v480q0 16 16 16h32zM896 640q53 0 90.5 -37.5t37.5 -90.5q0 -35 -17.5 -64t-46.5 -46v-114q0 -14 -9 -23
-t-23 -9h-64q-14 0 -23 9t-9 23v114q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5zM896 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM544 928v-96
-q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v96q0 93 65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5v-96q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v96q0 146 -103 249t-249 103t-249 -103t-103 -249zM1408 192v512q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-512
-q0 -26 19 -45t45 -19h896q26 0 45 19t19 45z" />
- <glyph glyph-name="_540" unicode="&#xf240;" horiz-adv-x="2304"
-d="M1920 1024v-768h-1664v768h1664zM2048 448h128v384h-128v288q0 14 -9 23t-23 9h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288zM2304 832v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113
-v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160q53 0 90.5 -37.5t37.5 -90.5z" />
- <glyph glyph-name="_541" unicode="&#xf241;" horiz-adv-x="2304"
-d="M256 256v768h1280v-768h-1280zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9
-h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
- <glyph glyph-name="_542" unicode="&#xf242;" horiz-adv-x="2304"
-d="M256 256v768h896v-768h-896zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9
-h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
- <glyph glyph-name="_543" unicode="&#xf243;" horiz-adv-x="2304"
-d="M256 256v768h512v-768h-512zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9
-h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
- <glyph glyph-name="_544" unicode="&#xf244;" horiz-adv-x="2304"
-d="M2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9h-1856q-14 0 -23 -9t-9 -23
-v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
- <glyph glyph-name="_545" unicode="&#xf245;" horiz-adv-x="1280"
-d="M1133 493q31 -30 14 -69q-17 -40 -59 -40h-382l201 -476q10 -25 0 -49t-34 -35l-177 -75q-25 -10 -49 0t-35 34l-191 452l-312 -312q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v1504q0 42 40 59q12 5 24 5q27 0 45 -19z" />
- <glyph glyph-name="_546" unicode="&#xf246;" horiz-adv-x="1024"
-d="M832 1408q-320 0 -320 -224v-416h128v-128h-128v-544q0 -224 320 -224h64v-128h-64q-272 0 -384 146q-112 -146 -384 -146h-64v128h64q320 0 320 224v544h-128v128h128v416q0 224 -320 224h-64v128h64q272 0 384 -146q112 146 384 146h64v-128h-64z" />
- <glyph glyph-name="_547" unicode="&#xf247;" horiz-adv-x="2048"
-d="M2048 1152h-128v-1024h128v-384h-384v128h-1280v-128h-384v384h128v1024h-128v384h384v-128h1280v128h384v-384zM1792 1408v-128h128v128h-128zM128 1408v-128h128v128h-128zM256 -128v128h-128v-128h128zM1664 0v128h128v1024h-128v128h-1280v-128h-128v-1024h128v-128
-h1280zM1920 -128v128h-128v-128h128zM1280 896h384v-768h-896v256h-384v768h896v-256zM512 512h640v512h-640v-512zM1536 256v512h-256v-384h-384v-128h640z" />
- <glyph glyph-name="_548" unicode="&#xf248;" horiz-adv-x="2304"
-d="M2304 768h-128v-640h128v-384h-384v128h-896v-128h-384v384h128v128h-384v-128h-384v384h128v640h-128v384h384v-128h896v128h384v-384h-128v-128h384v128h384v-384zM2048 1024v-128h128v128h-128zM1408 1408v-128h128v128h-128zM128 1408v-128h128v128h-128zM256 256
-v128h-128v-128h128zM1536 384h-128v-128h128v128zM384 384h896v128h128v640h-128v128h-896v-128h-128v-640h128v-128zM896 -128v128h-128v-128h128zM2176 -128v128h-128v-128h128zM2048 128v640h-128v128h-384v-384h128v-384h-384v128h-384v-128h128v-128h896v128h128z" />
- <glyph glyph-name="_549" unicode="&#xf249;"
-d="M1024 288v-416h-928q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1344q40 0 68 -28t28 -68v-928h-416q-40 0 -68 -28t-28 -68zM1152 256h381q-15 -82 -65 -132l-184 -184q-50 -50 -132 -65v381z" />
- <glyph glyph-name="_550" unicode="&#xf24a;"
-d="M1400 256h-248v-248q29 10 41 22l185 185q12 12 22 41zM1120 384h288v896h-1280v-1280h896v288q0 40 28 68t68 28zM1536 1312v-1024q0 -40 -20 -88t-48 -76l-184 -184q-28 -28 -76 -48t-88 -20h-1024q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1344q40 0 68 -28t28 -68
-z" />
- <glyph glyph-name="_551" unicode="&#xf24b;" horiz-adv-x="2304"
-d="M1951 538q0 -26 -15.5 -44.5t-38.5 -23.5q-8 -2 -18 -2h-153v140h153q10 0 18 -2q23 -5 38.5 -23.5t15.5 -44.5zM1933 751q0 -25 -15 -42t-38 -21q-3 -1 -15 -1h-139v129h139q3 0 8.5 -0.5t6.5 -0.5q23 -4 38 -21.5t15 -42.5zM728 587v308h-228v-308q0 -58 -38 -94.5
-t-105 -36.5q-108 0 -229 59v-112q53 -15 121 -23t109 -9l42 -1q328 0 328 217zM1442 403v113q-99 -52 -200 -59q-108 -8 -169 41t-61 142t61 142t169 41q101 -7 200 -58v112q-48 12 -100 19.5t-80 9.5l-28 2q-127 6 -218.5 -14t-140.5 -60t-71 -88t-22 -106t22 -106t71 -88
-t140.5 -60t218.5 -14q101 4 208 31zM2176 518q0 54 -43 88.5t-109 39.5v3q57 8 89 41.5t32 79.5q0 55 -41 88t-107 36q-3 0 -12 0.5t-14 0.5h-455v-510h491q74 0 121.5 36.5t47.5 96.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90
-t90 38h2048q52 0 90 -38t38 -90z" />
- <glyph glyph-name="_552" unicode="&#xf24c;" horiz-adv-x="2304"
-d="M858 295v693q-106 -41 -172 -135.5t-66 -211.5t66 -211.5t172 -134.5zM1362 641q0 117 -66 211.5t-172 135.5v-694q106 41 172 135.5t66 211.5zM1577 641q0 -159 -78.5 -294t-213.5 -213.5t-294 -78.5q-119 0 -227.5 46.5t-187 125t-125 187t-46.5 227.5q0 159 78.5 294
-t213.5 213.5t294 78.5t294 -78.5t213.5 -213.5t78.5 -294zM1960 634q0 139 -55.5 261.5t-147.5 205.5t-213.5 131t-252.5 48h-301q-176 0 -323.5 -81t-235 -230t-87.5 -335q0 -171 87 -317.5t236 -231.5t323 -85h301q129 0 251.5 50.5t214.5 135t147.5 202.5t55.5 246z
-M2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
- <glyph glyph-name="_553" unicode="&#xf24d;" horiz-adv-x="1792"
-d="M1664 -96v1088q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5v-1088q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5zM1792 992v-1088q0 -66 -47 -113t-113 -47h-1088q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1088q66 0 113 -47t47 -113
-zM1408 1376v-160h-128v160q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5v-1088q0 -13 9.5 -22.5t22.5 -9.5h160v-128h-160q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1088q66 0 113 -47t47 -113z" />
- <glyph glyph-name="_554" unicode="&#xf24e;" horiz-adv-x="2304"
-d="M1728 1088l-384 -704h768zM448 1088l-384 -704h768zM1269 1280q-14 -40 -45.5 -71.5t-71.5 -45.5v-1291h608q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1344q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h608v1291q-40 14 -71.5 45.5t-45.5 71.5h-491q-14 0 -23 9t-9 23v64
-q0 14 9 23t23 9h491q21 57 70 92.5t111 35.5t111 -35.5t70 -92.5h491q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-491zM1088 1264q33 0 56.5 23.5t23.5 56.5t-23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5zM2176 384q0 -73 -46.5 -131t-117.5 -91
-t-144.5 -49.5t-139.5 -16.5t-139.5 16.5t-144.5 49.5t-117.5 91t-46.5 131q0 11 35 81t92 174.5t107 195.5t102 184t56 100q18 33 56 33t56 -33q4 -7 56 -100t102 -184t107 -195.5t92 -174.5t35 -81zM896 384q0 -73 -46.5 -131t-117.5 -91t-144.5 -49.5t-139.5 -16.5
-t-139.5 16.5t-144.5 49.5t-117.5 91t-46.5 131q0 11 35 81t92 174.5t107 195.5t102 184t56 100q18 33 56 33t56 -33q4 -7 56 -100t102 -184t107 -195.5t92 -174.5t35 -81z" />
- <glyph glyph-name="_555" unicode="&#xf250;"
-d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9
-t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM874 700q77 29 149 92.5t129.5 152.5t92.5 210t35 253h-1024q0 -132 35 -253t92.5 -210t129.5 -152.5t149 -92.5q19 -7 30.5 -23.5t11.5 -36.5t-11.5 -36.5t-30.5 -23.5q-77 -29 -149 -92.5
-t-129.5 -152.5t-92.5 -210t-35 -253h1024q0 132 -35 253t-92.5 210t-129.5 152.5t-149 92.5q-19 7 -30.5 23.5t-11.5 36.5t11.5 36.5t30.5 23.5z" />
- <glyph glyph-name="_556" unicode="&#xf251;"
-d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9
-t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM1280 1408h-1024q0 -66 9 -128h1006q9 61 9 128zM1280 -128q0 130 -34 249.5t-90.5 208t-126.5 152t-146 94.5h-230q-76 -31 -146 -94.5t-126.5 -152t-90.5 -208t-34 -249.5h1024z" />
- <glyph glyph-name="_557" unicode="&#xf252;"
-d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9
-t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM1280 1408h-1024q0 -206 85 -384h854q85 178 85 384zM1223 192q-54 141 -145.5 241.5t-194.5 142.5h-230q-103 -42 -194.5 -142.5t-145.5 -241.5h910z" />
- <glyph glyph-name="_558" unicode="&#xf253;"
-d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9
-t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM874 700q77 29 149 92.5t129.5 152.5t92.5 210t35 253h-1024q0 -132 35 -253t92.5 -210t129.5 -152.5t149 -92.5q19 -7 30.5 -23.5t11.5 -36.5t-11.5 -36.5t-30.5 -23.5q-137 -51 -244 -196
-h700q-107 145 -244 196q-19 7 -30.5 23.5t-11.5 36.5t11.5 36.5t30.5 23.5z" />
- <glyph glyph-name="_559" unicode="&#xf254;"
-d="M1504 -64q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v128q0 14 9 23t23 9h1472zM130 0q3 55 16 107t30 95t46 87t53.5 76t64.5 69.5t66 60t70.5 55t66.5 47.5t65 43q-43 28 -65 43t-66.5 47.5t-70.5 55t-66 60t-64.5 69.5t-53.5 76t-46 87
-t-30 95t-16 107h1276q-3 -55 -16 -107t-30 -95t-46 -87t-53.5 -76t-64.5 -69.5t-66 -60t-70.5 -55t-66.5 -47.5t-65 -43q43 -28 65 -43t66.5 -47.5t70.5 -55t66 -60t64.5 -69.5t53.5 -76t46 -87t30 -95t16 -107h-1276zM1504 1536q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9
-h-1472q-14 0 -23 9t-9 23v128q0 14 9 23t23 9h1472z" />
- <glyph glyph-name="_560" unicode="&#xf255;"
-d="M768 1152q-53 0 -90.5 -37.5t-37.5 -90.5v-128h-32v93q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-429l-32 30v172q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-224q0 -47 35 -82l310 -296q39 -39 39 -102q0 -26 19 -45t45 -19h640q26 0 45 19t19 45v25
-q0 41 10 77l108 436q10 36 10 77v246q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-32h-32v125q0 40 -25 72.5t-64 40.5q-14 2 -23 2q-46 0 -79 -33t-33 -79v-128h-32v122q0 51 -32.5 89.5t-82.5 43.5q-5 1 -13 1zM768 1280q84 0 149 -50q57 34 123 34q59 0 111 -27
-t86 -76q27 7 59 7q100 0 170 -71.5t70 -171.5v-246q0 -51 -13 -108l-109 -436q-6 -24 -6 -71q0 -80 -56 -136t-136 -56h-640q-84 0 -138 58.5t-54 142.5l-308 296q-76 73 -76 175v224q0 99 70.5 169.5t169.5 70.5q11 0 16 -1q6 95 75.5 160t164.5 65q52 0 98 -21
-q72 69 174 69z" />
- <glyph glyph-name="_561" unicode="&#xf256;" horiz-adv-x="1792"
-d="M880 1408q-46 0 -79 -33t-33 -79v-656h-32v528q0 46 -33 79t-79 33t-79 -33t-33 -79v-528v-256l-154 205q-38 51 -102 51q-53 0 -90.5 -37.5t-37.5 -90.5q0 -43 26 -77l384 -512q38 -51 102 -51h688q34 0 61 22t34 56l76 405q5 32 5 59v498q0 46 -33 79t-79 33t-79 -33
-t-33 -79v-272h-32v528q0 46 -33 79t-79 33t-79 -33t-33 -79v-528h-32v656q0 46 -33 79t-79 33zM880 1536q68 0 125.5 -35.5t88.5 -96.5q19 4 42 4q99 0 169.5 -70.5t70.5 -169.5v-17q105 6 180.5 -64t75.5 -175v-498q0 -40 -8 -83l-76 -404q-14 -79 -76.5 -131t-143.5 -52
-h-688q-60 0 -114.5 27.5t-90.5 74.5l-384 512q-51 68 -51 154q0 106 75 181t181 75q78 0 128 -34v434q0 99 70.5 169.5t169.5 70.5q23 0 42 -4q31 61 88.5 96.5t125.5 35.5z" />
- <glyph glyph-name="_562" unicode="&#xf257;" horiz-adv-x="1792"
-d="M1073 -128h-177q-163 0 -226 141q-23 49 -23 102v5q-62 30 -98.5 88.5t-36.5 127.5q0 38 5 48h-261q-106 0 -181 75t-75 181t75 181t181 75h113l-44 17q-74 28 -119.5 93.5t-45.5 145.5q0 106 75 181t181 75q46 0 91 -17l628 -239h401q106 0 181 -75t75 -181v-668
-q0 -88 -54 -157.5t-140 -90.5l-339 -85q-92 -23 -186 -23zM1024 583l-155 -71l-163 -74q-30 -14 -48 -41.5t-18 -60.5q0 -46 33 -79t79 -33q26 0 46 10l338 154q-49 10 -80.5 50t-31.5 90v55zM1344 272q0 46 -33 79t-79 33q-26 0 -46 -10l-290 -132q-28 -13 -37 -17
-t-30.5 -17t-29.5 -23.5t-16 -29t-8 -40.5q0 -50 31.5 -82t81.5 -32q20 0 38 9l352 160q30 14 48 41.5t18 60.5zM1112 1024l-650 248q-24 8 -46 8q-53 0 -90.5 -37.5t-37.5 -90.5q0 -40 22.5 -73t59.5 -47l526 -200v-64h-640q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5
-t90.5 -37.5h535l233 106v198q0 63 46 106l111 102h-69zM1073 0q82 0 155 19l339 85q43 11 70 45.5t27 78.5v668q0 53 -37.5 90.5t-90.5 37.5h-308l-136 -126q-36 -33 -36 -82v-296q0 -46 33 -77t79 -31t79 35t33 81v208h32v-208q0 -70 -57 -114q52 -8 86.5 -48.5t34.5 -93.5
-q0 -42 -23 -78t-61 -53l-310 -141h91z" />
- <glyph glyph-name="_563" unicode="&#xf258;" horiz-adv-x="2048"
-d="M1151 1536q61 0 116 -28t91 -77l572 -781q118 -159 118 -359v-355q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v177l-286 143h-546q-80 0 -136 56t-56 136v32q0 119 84.5 203.5t203.5 84.5h420l42 128h-686q-100 0 -173.5 67.5t-81.5 166.5q-65 79 -65 182v32
-q0 80 56 136t136 56h959zM1920 -64v355q0 157 -93 284l-573 781q-39 52 -103 52h-959q-26 0 -45 -19t-19 -45q0 -32 1.5 -49.5t9.5 -40.5t25 -43q10 31 35.5 50t56.5 19h832v-32h-832q-26 0 -45 -19t-19 -45q0 -44 3 -58q8 -44 44 -73t81 -29h640h91q40 0 68 -28t28 -68
-q0 -15 -5 -30l-64 -192q-10 -29 -35 -47.5t-56 -18.5h-443q-66 0 -113 -47t-47 -113v-32q0 -26 19 -45t45 -19h561q16 0 29 -7l317 -158q24 -13 38.5 -36t14.5 -50v-197q0 -26 19 -45t45 -19h384q26 0 45 19t19 45z" />
- <glyph glyph-name="_564" unicode="&#xf259;" horiz-adv-x="2048"
-d="M459 -256q-77 0 -137.5 47.5t-79.5 122.5l-101 401q-13 57 -13 108q0 45 -5 67l-116 477q-7 27 -7 57q0 93 62 161t155 78q17 85 82.5 139t152.5 54q83 0 148 -51.5t85 -132.5l83 -348l103 428q20 81 85 132.5t148 51.5q89 0 155.5 -57.5t80.5 -144.5q92 -10 152 -79
-t60 -162q0 -24 -7 -59l-123 -512q10 7 37.5 28.5t38.5 29.5t35 23t41 20.5t41.5 11t49.5 5.5q105 0 180 -74t75 -179q0 -62 -28.5 -118t-78.5 -94l-507 -380q-68 -51 -153 -51h-694zM1104 1408q-38 0 -68.5 -24t-39.5 -62l-164 -682h-127l-145 602q-9 38 -39.5 62t-68.5 24
-q-48 0 -80 -33t-32 -80q0 -15 3 -28l132 -547h-26l-99 408q-9 37 -40 62.5t-69 25.5q-47 0 -80 -33t-33 -79q0 -14 3 -26l116 -478q7 -28 9 -86t10 -88l100 -401q8 -32 34 -52.5t59 -20.5h694q42 0 76 26l507 379q56 43 56 110q0 52 -37.5 88.5t-89.5 36.5q-43 0 -77 -26
-l-307 -230v227q0 4 32 138t68 282t39 161q4 18 4 29q0 47 -32 81t-79 34q-39 0 -69.5 -24t-39.5 -62l-116 -482h-26l150 624q3 14 3 28q0 48 -31.5 82t-79.5 34z" />
- <glyph glyph-name="_565" unicode="&#xf25a;" horiz-adv-x="1792"
-d="M640 1408q-53 0 -90.5 -37.5t-37.5 -90.5v-512v-384l-151 202q-41 54 -107 54q-52 0 -89 -38t-37 -90q0 -43 26 -77l384 -512q38 -51 102 -51h718q22 0 39.5 13.5t22.5 34.5l92 368q24 96 24 194v217q0 41 -28 71t-68 30t-68 -28t-28 -68h-32v61q0 48 -32 81.5t-80 33.5
-q-46 0 -79 -33t-33 -79v-64h-32v90q0 55 -37 94.5t-91 39.5q-53 0 -90.5 -37.5t-37.5 -90.5v-96h-32v570q0 55 -37 94.5t-91 39.5zM640 1536q107 0 181.5 -77.5t74.5 -184.5v-220q22 2 32 2q99 0 173 -69q47 21 99 21q113 0 184 -87q27 7 56 7q94 0 159 -67.5t65 -161.5
-v-217q0 -116 -28 -225l-92 -368q-16 -64 -68 -104.5t-118 -40.5h-718q-60 0 -114.5 27.5t-90.5 74.5l-384 512q-51 68 -51 154q0 105 74.5 180.5t179.5 75.5q71 0 130 -35v547q0 106 75 181t181 75zM768 128v384h-32v-384h32zM1024 128v384h-32v-384h32zM1280 128v384h-32
-v-384h32z" />
- <glyph glyph-name="_566" unicode="&#xf25b;"
-d="M1288 889q60 0 107 -23q141 -63 141 -226v-177q0 -94 -23 -186l-85 -339q-21 -86 -90.5 -140t-157.5 -54h-668q-106 0 -181 75t-75 181v401l-239 628q-17 45 -17 91q0 106 75 181t181 75q80 0 145.5 -45.5t93.5 -119.5l17 -44v113q0 106 75 181t181 75t181 -75t75 -181
-v-261q27 5 48 5q69 0 127.5 -36.5t88.5 -98.5zM1072 896q-33 0 -60.5 -18t-41.5 -48l-74 -163l-71 -155h55q50 0 90 -31.5t50 -80.5l154 338q10 20 10 46q0 46 -33 79t-79 33zM1293 761q-22 0 -40.5 -8t-29 -16t-23.5 -29.5t-17 -30.5t-17 -37l-132 -290q-10 -20 -10 -46
-q0 -46 33 -79t79 -33q33 0 60.5 18t41.5 48l160 352q9 18 9 38q0 50 -32 81.5t-82 31.5zM128 1120q0 -22 8 -46l248 -650v-69l102 111q43 46 106 46h198l106 233v535q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5v-640h-64l-200 526q-14 37 -47 59.5t-73 22.5
-q-53 0 -90.5 -37.5t-37.5 -90.5zM1180 -128q44 0 78.5 27t45.5 70l85 339q19 73 19 155v91l-141 -310q-17 -38 -53 -61t-78 -23q-53 0 -93.5 34.5t-48.5 86.5q-44 -57 -114 -57h-208v32h208q46 0 81 33t35 79t-31 79t-77 33h-296q-49 0 -82 -36l-126 -136v-308
-q0 -53 37.5 -90.5t90.5 -37.5h668z" />
- <glyph glyph-name="_567" unicode="&#xf25c;" horiz-adv-x="1973"
-d="M857 992v-117q0 -13 -9.5 -22t-22.5 -9h-298v-812q0 -13 -9 -22.5t-22 -9.5h-135q-13 0 -22.5 9t-9.5 23v812h-297q-13 0 -22.5 9t-9.5 22v117q0 14 9 23t23 9h793q13 0 22.5 -9.5t9.5 -22.5zM1895 995l77 -961q1 -13 -8 -24q-10 -10 -23 -10h-134q-12 0 -21 8.5
-t-10 20.5l-46 588l-189 -425q-8 -19 -29 -19h-120q-20 0 -29 19l-188 427l-45 -590q-1 -12 -10 -20.5t-21 -8.5h-135q-13 0 -23 10q-9 10 -9 24l78 961q1 12 10 20.5t21 8.5h142q20 0 29 -19l220 -520q10 -24 20 -51q3 7 9.5 24.5t10.5 26.5l221 520q9 19 29 19h141
-q13 0 22 -8.5t10 -20.5z" />
- <glyph glyph-name="_568" unicode="&#xf25d;" horiz-adv-x="1792"
-d="M1042 833q0 88 -60 121q-33 18 -117 18h-123v-281h162q66 0 102 37t36 105zM1094 548l205 -373q8 -17 -1 -31q-8 -16 -27 -16h-152q-20 0 -28 17l-194 365h-155v-350q0 -14 -9 -23t-23 -9h-134q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h294q128 0 190 -24q85 -31 134 -109
-t49 -180q0 -92 -42.5 -165.5t-115.5 -109.5q6 -10 9 -16zM896 1376q-150 0 -286 -58.5t-234.5 -157t-157 -234.5t-58.5 -286t58.5 -286t157 -234.5t234.5 -157t286 -58.5t286 58.5t234.5 157t157 234.5t58.5 286t-58.5 286t-157 234.5t-234.5 157t-286 58.5zM1792 640
-q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="_569" unicode="&#xf25e;" horiz-adv-x="1792"
-d="M605 303q153 0 257 104q14 18 3 36l-45 82q-6 13 -24 17q-16 2 -27 -11l-4 -3q-4 -4 -11.5 -10t-17.5 -13.5t-23.5 -14.5t-28.5 -13t-33.5 -9.5t-37.5 -3.5q-76 0 -125 50t-49 127q0 76 48 125.5t122 49.5q37 0 71.5 -14t50.5 -28l16 -14q11 -11 26 -10q16 2 24 14l53 78
-q13 20 -2 39q-3 4 -11 12t-30 23.5t-48.5 28t-67.5 22.5t-86 10q-148 0 -246 -96.5t-98 -240.5q0 -146 97 -241.5t247 -95.5zM1235 303q153 0 257 104q14 18 4 36l-45 82q-8 14 -25 17q-16 2 -27 -11l-4 -3q-4 -4 -11.5 -10t-17.5 -13.5t-23.5 -14.5t-28.5 -13t-33.5 -9.5
-t-37.5 -3.5q-76 0 -125 50t-49 127q0 76 48 125.5t122 49.5q37 0 71.5 -14t50.5 -28l16 -14q11 -11 26 -10q16 2 24 14l53 78q13 20 -2 39q-3 4 -11 12t-30 23.5t-48.5 28t-67.5 22.5t-86 10q-147 0 -245.5 -96.5t-98.5 -240.5q0 -146 97 -241.5t247 -95.5zM896 1376
-q-150 0 -286 -58.5t-234.5 -157t-157 -234.5t-58.5 -286t58.5 -286t157 -234.5t234.5 -157t286 -58.5t286 58.5t234.5 157t157 234.5t58.5 286t-58.5 286t-157 234.5t-234.5 157t-286 58.5zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191
-t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71z" />
- <glyph glyph-name="f260" unicode="&#xf260;" horiz-adv-x="2048"
-d="M736 736l384 -384l-384 -384l-672 672l672 672l168 -168l-96 -96l-72 72l-480 -480l480 -480l193 193l-289 287zM1312 1312l672 -672l-672 -672l-168 168l96 96l72 -72l480 480l-480 480l-193 -193l289 -287l-96 -96l-384 384z" />
- <glyph glyph-name="f261" unicode="&#xf261;" horiz-adv-x="1792"
-d="M717 182l271 271l-279 279l-88 -88l192 -191l-96 -96l-279 279l279 279l40 -40l87 87l-127 128l-454 -454zM1075 190l454 454l-454 454l-271 -271l279 -279l88 88l-192 191l96 96l279 -279l-279 -279l-40 40l-87 -88zM1792 640q0 -182 -71 -348t-191 -286t-286 -191
-t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="_572" unicode="&#xf262;" horiz-adv-x="2304"
-d="M651 539q0 -39 -27.5 -66.5t-65.5 -27.5q-39 0 -66.5 27.5t-27.5 66.5q0 38 27.5 65.5t66.5 27.5q38 0 65.5 -27.5t27.5 -65.5zM1805 540q0 -39 -27.5 -66.5t-66.5 -27.5t-66.5 27.5t-27.5 66.5t27.5 66t66.5 27t66.5 -27t27.5 -66zM765 539q0 79 -56.5 136t-136.5 57
-t-136.5 -56.5t-56.5 -136.5t56.5 -136.5t136.5 -56.5t136.5 56.5t56.5 136.5zM1918 540q0 80 -56.5 136.5t-136.5 56.5q-79 0 -136 -56.5t-57 -136.5t56.5 -136.5t136.5 -56.5t136.5 56.5t56.5 136.5zM850 539q0 -116 -81.5 -197.5t-196.5 -81.5q-116 0 -197.5 82t-81.5 197
-t82 196.5t197 81.5t196.5 -81.5t81.5 -196.5zM2004 540q0 -115 -81.5 -196.5t-197.5 -81.5q-115 0 -196.5 81.5t-81.5 196.5t81.5 196.5t196.5 81.5q116 0 197.5 -81.5t81.5 -196.5zM1040 537q0 191 -135.5 326.5t-326.5 135.5q-125 0 -231 -62t-168 -168.5t-62 -231.5
-t62 -231.5t168 -168.5t231 -62q191 0 326.5 135.5t135.5 326.5zM1708 1110q-254 111 -556 111q-319 0 -573 -110q117 0 223 -45.5t182.5 -122.5t122 -183t45.5 -223q0 115 43.5 219.5t118 180.5t177.5 123t217 50zM2187 537q0 191 -135 326.5t-326 135.5t-326.5 -135.5
-t-135.5 -326.5t135.5 -326.5t326.5 -135.5t326 135.5t135 326.5zM1921 1103h383q-44 -51 -75 -114.5t-40 -114.5q110 -151 110 -337q0 -156 -77 -288t-209 -208.5t-287 -76.5q-133 0 -249 56t-196 155q-47 -56 -129 -179q-11 22 -53.5 82.5t-74.5 97.5
-q-80 -99 -196.5 -155.5t-249.5 -56.5q-155 0 -287 76.5t-209 208.5t-77 288q0 186 110 337q-9 51 -40 114.5t-75 114.5h365q149 100 355 156.5t432 56.5q224 0 421 -56t348 -157z" />
- <glyph glyph-name="f263" unicode="&#xf263;" horiz-adv-x="1280"
-d="M640 629q-188 0 -321 133t-133 320q0 188 133 321t321 133t321 -133t133 -321q0 -187 -133 -320t-321 -133zM640 1306q-92 0 -157.5 -65.5t-65.5 -158.5q0 -92 65.5 -157.5t157.5 -65.5t157.5 65.5t65.5 157.5q0 93 -65.5 158.5t-157.5 65.5zM1163 574q13 -27 15 -49.5
-t-4.5 -40.5t-26.5 -38.5t-42.5 -37t-61.5 -41.5q-115 -73 -315 -94l73 -72l267 -267q30 -31 30 -74t-30 -73l-12 -13q-31 -30 -74 -30t-74 30q-67 68 -267 268l-267 -268q-31 -30 -74 -30t-73 30l-12 13q-31 30 -31 73t31 74l267 267l72 72q-203 21 -317 94
-q-39 25 -61.5 41.5t-42.5 37t-26.5 38.5t-4.5 40.5t15 49.5q10 20 28 35t42 22t56 -2t65 -35q5 -4 15 -11t43 -24.5t69 -30.5t92 -24t113 -11q91 0 174 25.5t120 50.5l38 25q33 26 65 35t56 2t42 -22t28 -35z" />
- <glyph glyph-name="_574" unicode="&#xf264;"
-d="M927 956q0 -66 -46.5 -112.5t-112.5 -46.5t-112.5 46.5t-46.5 112.5t46.5 112.5t112.5 46.5t112.5 -46.5t46.5 -112.5zM1141 593q-10 20 -28 32t-47.5 9.5t-60.5 -27.5q-10 -8 -29 -20t-81 -32t-127 -20t-124 18t-86 36l-27 18q-31 25 -60.5 27.5t-47.5 -9.5t-28 -32
-q-22 -45 -2 -74.5t87 -73.5q83 -53 226 -67l-51 -52q-142 -142 -191 -190q-22 -22 -22 -52.5t22 -52.5l9 -9q22 -22 52.5 -22t52.5 22l191 191q114 -115 191 -191q22 -22 52.5 -22t52.5 22l9 9q22 22 22 52.5t-22 52.5l-191 190l-52 52q141 14 225 67q67 44 87 73.5t-2 74.5
-zM1092 956q0 134 -95 229t-229 95t-229 -95t-95 -229t95 -229t229 -95t229 95t95 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="_575" unicode="&#xf265;" horiz-adv-x="1720"
-d="M1565 1408q65 0 110 -45.5t45 -110.5v-519q0 -176 -68 -336t-182.5 -275t-274 -182.5t-334.5 -67.5q-176 0 -335.5 67.5t-274.5 182.5t-183 275t-68 336v519q0 64 46 110t110 46h1409zM861 344q47 0 82 33l404 388q37 35 37 85q0 49 -34.5 83.5t-83.5 34.5q-47 0 -82 -33
-l-323 -310l-323 310q-35 33 -81 33q-49 0 -83.5 -34.5t-34.5 -83.5q0 -51 36 -85l405 -388q33 -33 81 -33z" />
- <glyph glyph-name="_576" unicode="&#xf266;" horiz-adv-x="2304"
-d="M1494 -103l-295 695q-25 -49 -158.5 -305.5t-198.5 -389.5q-1 -1 -27.5 -0.5t-26.5 1.5q-82 193 -255.5 587t-259.5 596q-21 50 -66.5 107.5t-103.5 100.5t-102 43q0 5 -0.5 24t-0.5 27h583v-50q-39 -2 -79.5 -16t-66.5 -43t-10 -64q26 -59 216.5 -499t235.5 -540
-q31 61 140 266.5t131 247.5q-19 39 -126 281t-136 295q-38 69 -201 71v50l513 -1v-47q-60 -2 -93.5 -25t-12.5 -69q33 -70 87 -189.5t86 -187.5q110 214 173 363q24 55 -10 79.5t-129 26.5q1 7 1 25v24q64 0 170.5 0.5t180 1t92.5 0.5v-49q-62 -2 -119 -33t-90 -81
-l-213 -442q13 -33 127.5 -290t121.5 -274l441 1017q-14 38 -49.5 62.5t-65 31.5t-55.5 8v50l460 -4l1 -2l-1 -44q-139 -4 -201 -145q-526 -1216 -559 -1291h-49z" />
- <glyph glyph-name="_577" unicode="&#xf267;" horiz-adv-x="1792"
-d="M949 643q0 -26 -16.5 -45t-41.5 -19q-26 0 -45 16.5t-19 41.5q0 26 17 45t42 19t44 -16.5t19 -41.5zM964 585l350 581q-9 -8 -67.5 -62.5t-125.5 -116.5t-136.5 -127t-117 -110.5t-50.5 -51.5l-349 -580q7 7 67 62t126 116.5t136 127t117 111t50 50.5zM1611 640
-q0 -201 -104 -371q-3 2 -17 11t-26.5 16.5t-16.5 7.5q-13 0 -13 -13q0 -10 59 -44q-74 -112 -184.5 -190.5t-241.5 -110.5l-16 67q-1 10 -15 10q-5 0 -8 -5.5t-2 -9.5l16 -68q-72 -15 -146 -15q-199 0 -372 105q1 2 13 20.5t21.5 33.5t9.5 19q0 13 -13 13q-6 0 -17 -14.5
-t-22.5 -34.5t-13.5 -23q-113 75 -192 187.5t-110 244.5l69 15q10 3 10 15q0 5 -5.5 8t-10.5 2l-68 -15q-14 72 -14 139q0 206 109 379q2 -1 18.5 -12t30 -19t17.5 -8q13 0 13 12q0 6 -12.5 15.5t-32.5 21.5l-20 12q77 112 189 189t244 107l15 -67q2 -10 15 -10q5 0 8 5.5
-t2 10.5l-15 66q71 13 134 13q204 0 379 -109q-39 -56 -39 -65q0 -13 12 -13q11 0 48 64q111 -75 187.5 -186t107.5 -241l-56 -12q-10 -2 -10 -16q0 -5 5.5 -8t9.5 -2l57 13q14 -72 14 -140zM1696 640q0 163 -63.5 311t-170.5 255t-255 170.5t-311 63.5t-311 -63.5
-t-255 -170.5t-170.5 -255t-63.5 -311t63.5 -311t170.5 -255t255 -170.5t311 -63.5t311 63.5t255 170.5t170.5 255t63.5 311zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191
-t191 -286t71 -348z" />
- <glyph glyph-name="_578" unicode="&#xf268;" horiz-adv-x="1792"
-d="M893 1536q240 2 451 -120q232 -134 352 -372l-742 39q-160 9 -294 -74.5t-185 -229.5l-276 424q128 159 311 245.5t383 87.5zM146 1131l337 -663q72 -143 211 -217t293 -45l-230 -451q-212 33 -385 157.5t-272.5 316t-99.5 411.5q0 267 146 491zM1732 962
-q58 -150 59.5 -310.5t-48.5 -306t-153 -272t-246 -209.5q-230 -133 -498 -119l405 623q88 131 82.5 290.5t-106.5 277.5zM896 942q125 0 213.5 -88.5t88.5 -213.5t-88.5 -213.5t-213.5 -88.5t-213.5 88.5t-88.5 213.5t88.5 213.5t213.5 88.5z" />
- <glyph glyph-name="_579" unicode="&#xf269;" horiz-adv-x="1792"
-d="M903 -256q-283 0 -504.5 150.5t-329.5 398.5q-58 131 -67 301t26 332.5t111 312t179 242.5l-11 -281q11 14 68 15.5t70 -15.5q42 81 160.5 138t234.5 59q-54 -45 -119.5 -148.5t-58.5 -163.5q25 -8 62.5 -13.5t63 -7.5t68 -4t50.5 -3q15 -5 9.5 -45.5t-30.5 -75.5
-q-5 -7 -16.5 -18.5t-56.5 -35.5t-101 -34l15 -189l-139 67q-18 -43 -7.5 -81.5t36 -66.5t65.5 -41.5t81 -6.5q51 9 98 34.5t83.5 45t73.5 17.5q61 -4 89.5 -33t19.5 -65q-1 -2 -2.5 -5.5t-8.5 -12.5t-18 -15.5t-31.5 -10.5t-46.5 -1q-60 -95 -144.5 -135.5t-209.5 -29.5
-q74 -61 162.5 -82.5t168.5 -6t154.5 52t128 87.5t80.5 104q43 91 39 192.5t-37.5 188.5t-78.5 125q87 -38 137 -79.5t77 -112.5q15 170 -57.5 343t-209.5 284q265 -77 412 -279.5t151 -517.5q2 -127 -40.5 -255t-123.5 -238t-189 -196t-247.5 -135.5t-288.5 -49.5z" />
- <glyph glyph-name="_580" unicode="&#xf26a;" horiz-adv-x="1792"
-d="M1493 1308q-165 110 -359 110q-155 0 -293 -73t-240 -200q-75 -93 -119.5 -218t-48.5 -266v-42q4 -141 48.5 -266t119.5 -218q102 -127 240 -200t293 -73q194 0 359 110q-121 -108 -274.5 -168t-322.5 -60q-29 0 -43 1q-175 8 -333 82t-272 193t-181 281t-67 339
-q0 182 71 348t191 286t286 191t348 71h3q168 -1 320.5 -60.5t273.5 -167.5zM1792 640q0 -192 -77 -362.5t-213 -296.5q-104 -63 -222 -63q-137 0 -255 84q154 56 253.5 233t99.5 405q0 227 -99 404t-253 234q119 83 254 83q119 0 226 -65q135 -125 210.5 -295t75.5 -361z
-" />
- <glyph glyph-name="_581" unicode="&#xf26b;" horiz-adv-x="1792"
-d="M1792 599q0 -56 -7 -104h-1151q0 -146 109.5 -244.5t257.5 -98.5q99 0 185.5 46.5t136.5 130.5h423q-56 -159 -170.5 -281t-267.5 -188.5t-321 -66.5q-187 0 -356 83q-228 -116 -394 -116q-237 0 -237 263q0 115 45 275q17 60 109 229q199 360 475 606
-q-184 -79 -427 -354q63 274 283.5 449.5t501.5 175.5q30 0 45 -1q255 117 433 117q64 0 116 -13t94.5 -40.5t66.5 -76.5t24 -115q0 -116 -75 -286q101 -182 101 -390zM1722 1239q0 83 -53 132t-137 49q-108 0 -254 -70q121 -47 222.5 -131.5t170.5 -195.5q51 135 51 216z
-M128 2q0 -86 48.5 -132.5t134.5 -46.5q115 0 266 83q-122 72 -213.5 183t-137.5 245q-98 -205 -98 -332zM632 715h728q-5 142 -113 237t-251 95q-144 0 -251.5 -95t-112.5 -237z" />
- <glyph glyph-name="_582" unicode="&#xf26c;" horiz-adv-x="2048"
-d="M1792 288v960q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1248v-960q0 -66 -47 -113t-113 -47h-736v-128h352q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23
-v64q0 14 9 23t23 9h352v128h-736q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
- <glyph glyph-name="_583" unicode="&#xf26d;" horiz-adv-x="1792"
-d="M138 1408h197q-70 -64 -126 -149q-36 -56 -59 -115t-30 -125.5t-8.5 -120t10.5 -132t21 -126t28 -136.5q4 -19 6 -28q51 -238 81 -329q57 -171 152 -275h-272q-48 0 -82 34t-34 82v1304q0 48 34 82t82 34zM1346 1408h308q48 0 82 -34t34 -82v-1304q0 -48 -34 -82t-82 -34
-h-178q212 210 196 565l-469 -101q-2 -45 -12 -82t-31 -72t-59.5 -59.5t-93.5 -36.5q-123 -26 -199 40q-32 27 -53 61t-51.5 129t-64.5 258q-35 163 -45.5 263t-5.5 139t23 77q20 41 62.5 73t102.5 45q45 12 83.5 6.5t67 -17t54 -35t43 -48t34.5 -56.5l468 100
-q-68 175 -180 287z" />
- <glyph glyph-name="_584" unicode="&#xf26e;"
-d="M1401 -11l-6 -6q-113 -113 -259 -175q-154 -64 -317 -64q-165 0 -317 64q-148 63 -259 175q-113 112 -175 258q-42 103 -54 189q-4 28 48 36q51 8 56 -20q1 -1 1 -4q18 -90 46 -159q50 -124 152 -226q98 -98 226 -152q132 -56 276 -56q143 0 276 56q128 55 225 152l6 6
-q10 10 25 6q12 -3 33 -22q36 -37 17 -58zM929 604l-66 -66l63 -63q21 -21 -7 -49q-17 -17 -32 -17q-10 0 -19 10l-62 61l-66 -66q-5 -5 -15 -5q-15 0 -31 16l-2 2q-18 15 -18 29q0 7 8 17l66 65l-66 66q-16 16 14 45q18 18 31 18q6 0 13 -5l65 -66l65 65q18 17 48 -13
-q27 -27 11 -44zM1400 547q0 -118 -46 -228q-45 -105 -126 -186q-80 -80 -187 -126t-228 -46t-228 46t-187 126q-82 82 -125 186q-15 33 -15 40h-1q-9 27 43 44q50 16 60 -12q37 -99 97 -167h1v339v2q3 136 102 232q105 103 253 103q147 0 251 -103t104 -249
-q0 -147 -104.5 -251t-250.5 -104q-58 0 -112 16q-28 11 -13 61q16 51 44 43l14 -3q14 -3 33 -6t30 -3q104 0 176 71.5t72 174.5q0 101 -72 171q-71 71 -175 71q-107 0 -178 -80q-64 -72 -64 -160v-413q110 -67 242 -67q96 0 185 36.5t156 103.5t103.5 155t36.5 183
-q0 198 -141 339q-140 140 -339 140q-200 0 -340 -140q-53 -53 -77 -87l-2 -2q-8 -11 -13 -15.5t-21.5 -9.5t-38.5 3q-21 5 -36.5 16.5t-15.5 26.5v680q0 15 10.5 26.5t27.5 11.5h877q30 0 30 -55t-30 -55h-811v-483h1q40 42 102 84t108 61q109 46 231 46q121 0 228 -46
-t187 -126q81 -81 126 -186q46 -112 46 -229zM1369 1128q9 -8 9 -18t-5.5 -18t-16.5 -21q-26 -26 -39 -26q-9 0 -16 7q-106 91 -207 133q-128 56 -276 56q-133 0 -262 -49q-27 -10 -45 37q-9 25 -8 38q3 16 16 20q130 57 299 57q164 0 316 -64q137 -58 235 -152z" />
- <glyph glyph-name="_585" unicode="&#xf270;" horiz-adv-x="1792"
-d="M1551 60q15 6 26 3t11 -17.5t-15 -33.5q-13 -16 -44 -43.5t-95.5 -68t-141 -74t-188 -58t-229.5 -24.5q-119 0 -238 31t-209 76.5t-172.5 104t-132.5 105t-84 87.5q-8 9 -10 16.5t1 12t8 7t11.5 2t11.5 -4.5q192 -117 300 -166q389 -176 799 -90q190 40 391 135z
-M1758 175q11 -16 2.5 -69.5t-28.5 -102.5q-34 -83 -85 -124q-17 -14 -26 -9t0 24q21 45 44.5 121.5t6.5 98.5q-5 7 -15.5 11.5t-27 6t-29.5 2.5t-35 0t-31.5 -2t-31 -3t-22.5 -2q-6 -1 -13 -1.5t-11 -1t-8.5 -1t-7 -0.5h-5.5h-4.5t-3 0.5t-2 1.5l-1.5 3q-6 16 47 40t103 30
-q46 7 108 1t76 -24zM1364 618q0 -31 13.5 -64t32 -58t37.5 -46t33 -32l13 -11l-227 -224q-40 37 -79 75.5t-58 58.5l-19 20q-11 11 -25 33q-38 -59 -97.5 -102.5t-127.5 -63.5t-140 -23t-137.5 21t-117.5 65.5t-83 113t-31 162.5q0 84 28 154t72 116.5t106.5 83t122.5 57
-t130 34.5t119.5 18.5t99.5 6.5v127q0 65 -21 97q-34 53 -121 53q-6 0 -16.5 -1t-40.5 -12t-56 -29.5t-56 -59.5t-48 -96l-294 27q0 60 22 119t67 113t108 95t151.5 65.5t190.5 24.5q100 0 181 -25t129.5 -61.5t81 -83t45 -86t12.5 -73.5v-589zM692 597q0 -86 70 -133
-q66 -44 139 -22q84 25 114 123q14 45 14 101v162q-59 -2 -111 -12t-106.5 -33.5t-87 -71t-32.5 -114.5z" />
- <glyph glyph-name="_586" unicode="&#xf271;" horiz-adv-x="1792"
-d="M1536 1280q52 0 90 -38t38 -90v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128zM1152 1376v-288q0 -14 9 -23t23 -9
-h64q14 0 23 9t9 23v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM384 1376v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM1536 -128v1024h-1408v-1024h1408zM896 448h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224
-v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224z" />
- <glyph glyph-name="_587" unicode="&#xf272;" horiz-adv-x="1792"
-d="M1152 416v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23
-t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47
-t47 -113v-96h128q52 0 90 -38t38 -90z" />
- <glyph glyph-name="_588" unicode="&#xf273;" horiz-adv-x="1792"
-d="M1111 151l-46 -46q-9 -9 -22 -9t-23 9l-188 189l-188 -189q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22t9 23l189 188l-189 188q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l188 -188l188 188q10 9 23 9t22 -9l46 -46q9 -9 9 -22t-9 -23l-188 -188l188 -188q9 -10 9 -23t-9 -22z
-M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280
-q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
- <glyph glyph-name="_589" unicode="&#xf274;" horiz-adv-x="1792"
-d="M1303 572l-512 -512q-10 -9 -23 -9t-23 9l-288 288q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l220 -220l444 444q10 9 23 9t22 -9l46 -46q9 -9 9 -22t-9 -23zM128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23
-t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47
-t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
- <glyph glyph-name="_590" unicode="&#xf275;" horiz-adv-x="1792"
-d="M448 1536q26 0 45 -19t19 -45v-891l536 429q17 14 40 14q26 0 45 -19t19 -45v-379l536 429q17 14 40 14q26 0 45 -19t19 -45v-1152q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h384z" />
- <glyph glyph-name="_591" unicode="&#xf276;" horiz-adv-x="1024"
-d="M512 448q66 0 128 15v-655q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v655q62 -15 128 -15zM512 1536q212 0 362 -150t150 -362t-150 -362t-362 -150t-362 150t-150 362t150 362t362 150zM512 1312q14 0 23 9t9 23t-9 23t-23 9q-146 0 -249 -103t-103 -249
-q0 -14 9 -23t23 -9t23 9t9 23q0 119 84.5 203.5t203.5 84.5z" />
- <glyph glyph-name="_592" unicode="&#xf277;" horiz-adv-x="1792"
-d="M1745 1239q10 -10 10 -23t-10 -23l-141 -141q-28 -28 -68 -28h-1344q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h576v64q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-64h512q40 0 68 -28zM768 320h256v-512q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v512zM1600 768
-q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-1344q-40 0 -68 28l-141 141q-10 10 -10 23t10 23l141 141q28 28 68 28h512v192h256v-192h576z" />
- <glyph glyph-name="_593" unicode="&#xf278;" horiz-adv-x="2048"
-d="M2020 1525q28 -20 28 -53v-1408q0 -20 -11 -36t-29 -23l-640 -256q-24 -11 -48 0l-616 246l-616 -246q-10 -5 -24 -5q-19 0 -36 11q-28 20 -28 53v1408q0 20 11 36t29 23l640 256q24 11 48 0l616 -246l616 246q32 13 60 -6zM736 1390v-1270l576 -230v1270zM128 1173
-v-1270l544 217v1270zM1920 107v1270l-544 -217v-1270z" />
- <glyph glyph-name="_594" unicode="&#xf279;" horiz-adv-x="1792"
-d="M512 1536q13 0 22.5 -9.5t9.5 -22.5v-1472q0 -20 -17 -28l-480 -256q-7 -4 -15 -4q-13 0 -22.5 9.5t-9.5 22.5v1472q0 20 17 28l480 256q7 4 15 4zM1760 1536q13 0 22.5 -9.5t9.5 -22.5v-1472q0 -20 -17 -28l-480 -256q-7 -4 -15 -4q-13 0 -22.5 9.5t-9.5 22.5v1472
-q0 20 17 28l480 256q7 4 15 4zM640 1536q8 0 14 -3l512 -256q18 -10 18 -29v-1472q0 -13 -9.5 -22.5t-22.5 -9.5q-8 0 -14 3l-512 256q-18 10 -18 29v1472q0 13 9.5 22.5t22.5 9.5z" />
- <glyph glyph-name="_595" unicode="&#xf27a;" horiz-adv-x="1792"
-d="M640 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1408 640q0 53 -37.5 90.5t-90.5 37.5
-t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-110 0 -211 18q-173 -173 -435 -229q-52 -10 -86 -13q-12 -1 -22 6t-13 18q-4 15 20 37q5 5 23.5 21.5t25.5 23.5t23.5 25.5t24 31.5t20.5 37
-t20 48t14.5 57.5t12.5 72.5q-146 90 -229.5 216.5t-83.5 269.5q0 174 120 321.5t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
- <glyph glyph-name="_596" unicode="&#xf27b;" horiz-adv-x="1792"
-d="M640 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 -53 -37.5 -90.5t-90.5 -37.5
-t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5
-t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51
-t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 130 71 248.5t191 204.5t286 136.5t348 50.5t348 -50.5t286 -136.5t191 -204.5t71 -248.5z" />
- <glyph glyph-name="_597" unicode="&#xf27c;" horiz-adv-x="1024"
-d="M512 345l512 295v-591l-512 -296v592zM0 640v-591l512 296zM512 1527v-591l-512 -296v591zM512 936l512 295v-591z" />
- <glyph glyph-name="_598" unicode="&#xf27d;" horiz-adv-x="1792"
-d="M1709 1018q-10 -236 -332 -651q-333 -431 -562 -431q-142 0 -240 263q-44 160 -132 482q-72 262 -157 262q-18 0 -127 -76l-77 98q24 21 108 96.5t130 115.5q156 138 241 146q95 9 153 -55.5t81 -203.5q44 -287 66 -373q55 -249 120 -249q51 0 154 161q101 161 109 246
-q13 139 -109 139q-57 0 -121 -26q120 393 459 382q251 -8 236 -326z" />
- <glyph glyph-name="f27e" unicode="&#xf27e;"
-d="M0 1408h1536v-1536h-1536v1536zM1085 293l-221 631l221 297h-634l221 -297l-221 -631l317 -304z" />
- <glyph glyph-name="uniF280" unicode="&#xf280;"
-d="M0 1408h1536v-1536h-1536v1536zM908 1088l-12 -33l75 -83l-31 -114l25 -25l107 57l107 -57l25 25l-31 114l75 83l-12 33h-95l-53 96h-32l-53 -96h-95zM641 925q32 0 44.5 -16t11.5 -63l174 21q0 55 -17.5 92.5t-50.5 56t-69 25.5t-85 7q-133 0 -199 -57.5t-66 -182.5v-72
-h-96v-128h76q20 0 20 -8v-382q0 -14 -5 -20t-18 -7l-73 -7v-88h448v86l-149 14q-6 1 -8.5 1.5t-3.5 2.5t-0.5 4t1 7t0.5 10v387h191l38 128h-231q-6 0 -2 6t4 9v80q0 27 1.5 40.5t7.5 28t19.5 20t36.5 5.5zM1248 96v86l-54 9q-7 1 -9.5 2.5t-2.5 3t1 7.5t1 12v520h-275
-l-23 -101l83 -22q23 -7 23 -27v-370q0 -14 -6 -18.5t-20 -6.5l-70 -9v-86h352z" />
- <glyph glyph-name="uniF281" unicode="&#xf281;" horiz-adv-x="1792"
-d="M1792 690q0 -58 -29.5 -105.5t-79.5 -72.5q12 -46 12 -96q0 -155 -106.5 -287t-290.5 -208.5t-400 -76.5t-399.5 76.5t-290 208.5t-106.5 287q0 47 11 94q-51 25 -82 73.5t-31 106.5q0 82 58 140.5t141 58.5q85 0 145 -63q218 152 515 162l116 521q3 13 15 21t26 5
-l369 -81q18 37 54 59.5t79 22.5q62 0 106 -43.5t44 -105.5t-44 -106t-106 -44t-105.5 43.5t-43.5 105.5l-334 74l-104 -472q300 -9 519 -160q58 61 143 61q83 0 141 -58.5t58 -140.5zM418 491q0 -62 43.5 -106t105.5 -44t106 44t44 106t-44 105.5t-106 43.5q-61 0 -105 -44
-t-44 -105zM1228 136q11 11 11 26t-11 26q-10 10 -25 10t-26 -10q-41 -42 -121 -62t-160 -20t-160 20t-121 62q-11 10 -26 10t-25 -10q-11 -10 -11 -25.5t11 -26.5q43 -43 118.5 -68t122.5 -29.5t91 -4.5t91 4.5t122.5 29.5t118.5 68zM1225 341q62 0 105.5 44t43.5 106
-q0 61 -44 105t-105 44q-62 0 -106 -43.5t-44 -105.5t44 -106t106 -44z" />
- <glyph glyph-name="_602" unicode="&#xf282;" horiz-adv-x="1792"
-d="M69 741h1q16 126 58.5 241.5t115 217t167.5 176t223.5 117.5t276.5 43q231 0 414 -105.5t294 -303.5q104 -187 104 -442v-188h-1125q1 -111 53.5 -192.5t136.5 -122.5t189.5 -57t213 -3t208 46.5t173.5 84.5v-377q-92 -55 -229.5 -92t-312.5 -38t-316 53
-q-189 73 -311.5 249t-124.5 372q-3 242 111 412t325 268q-48 -60 -78 -125.5t-46 -159.5h635q8 77 -8 140t-47 101.5t-70.5 66.5t-80.5 41t-75 20.5t-56 8.5l-22 1q-135 -5 -259.5 -44.5t-223.5 -104.5t-176 -140.5t-138 -163.5z" />
- <glyph glyph-name="_603" unicode="&#xf283;" horiz-adv-x="2304"
-d="M0 32v608h2304v-608q0 -66 -47 -113t-113 -47h-1984q-66 0 -113 47t-47 113zM640 256v-128h384v128h-384zM256 256v-128h256v128h-256zM2144 1408q66 0 113 -47t47 -113v-224h-2304v224q0 66 47 113t113 47h1984z" />
- <glyph glyph-name="_604" unicode="&#xf284;" horiz-adv-x="1792"
-d="M1584 246l-218 111q-74 -120 -196.5 -189t-263.5 -69q-147 0 -271 72t-196 196t-72 270q0 110 42.5 209.5t115 172t172 115t209.5 42.5q131 0 247.5 -60.5t192.5 -168.5l215 125q-110 169 -286.5 265t-378.5 96q-161 0 -308 -63t-253 -169t-169 -253t-63 -308t63 -308
-t169 -253t253 -169t308 -63q213 0 397.5 107t290.5 292zM1030 643l693 -352q-116 -253 -334.5 -400t-492.5 -147q-182 0 -348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71q260 0 470.5 -133.5t335.5 -366.5zM1543 640h-39v-160h-96v352h136q32 0 54.5 -20
-t28.5 -48t1 -56t-27.5 -48t-57.5 -20z" />
- <glyph glyph-name="uniF285" unicode="&#xf285;" horiz-adv-x="1792"
-d="M1427 827l-614 386l92 151h855zM405 562l-184 116v858l1183 -743zM1424 697l147 -95v-858l-532 335zM1387 718l-500 -802h-855l356 571z" />
- <glyph glyph-name="uniF286" unicode="&#xf286;" horiz-adv-x="1792"
-d="M640 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1152 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1664 496v-752h-640v320q0 80 -56 136t-136 56t-136 -56t-56 -136v-320h-640v752q0 16 16 16h96
-q16 0 16 -16v-112h128v624q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0 6 2.5 9.5t8.5 5t9.5 2t11.5 0t9 -0.5v391q-32 15 -32 50q0 23 16.5 39t38.5 16t38.5 -16t16.5 -39q0 -35 -32 -50v-17q45 10 83 10q21 0 59.5 -7.5t54.5 -7.5
-q17 0 47 7.5t37 7.5q16 0 16 -16v-210q0 -15 -35 -21.5t-62 -6.5q-18 0 -54.5 7.5t-55.5 7.5q-40 0 -90 -12v-133q1 0 9 0.5t11.5 0t9.5 -2t8.5 -5t2.5 -9.5v-112h128v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-624h128v112q0 16 16 16h96
-q16 0 16 -16z" />
- <glyph glyph-name="_607" unicode="&#xf287;" horiz-adv-x="2304"
-d="M2288 731q16 -8 16 -27t-16 -27l-320 -192q-8 -5 -16 -5q-9 0 -16 4q-16 10 -16 28v128h-858q37 -58 83 -165q16 -37 24.5 -55t24 -49t27 -47t27 -34t31.5 -26t33 -8h96v96q0 14 9 23t23 9h320q14 0 23 -9t9 -23v-320q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v96h-96
-q-32 0 -61 10t-51 23.5t-45 40.5t-37 46t-33.5 57t-28.5 57.5t-28 60.5q-23 53 -37 81.5t-36 65t-44.5 53.5t-46.5 17h-360q-22 -84 -91 -138t-157 -54q-106 0 -181 75t-75 181t75 181t181 75q88 0 157 -54t91 -138h104q24 0 46.5 17t44.5 53.5t36 65t37 81.5q19 41 28 60.5
-t28.5 57.5t33.5 57t37 46t45 40.5t51 23.5t61 10h107q21 57 70 92.5t111 35.5q80 0 136 -56t56 -136t-56 -136t-136 -56q-62 0 -111 35.5t-70 92.5h-107q-17 0 -33 -8t-31.5 -26t-27 -34t-27 -47t-24 -49t-24.5 -55q-46 -107 -83 -165h1114v128q0 18 16 28t32 -1z" />
- <glyph glyph-name="_608" unicode="&#xf288;" horiz-adv-x="1792"
-d="M1150 774q0 -56 -39.5 -95t-95.5 -39h-253v269h253q56 0 95.5 -39.5t39.5 -95.5zM1329 774q0 130 -91.5 222t-222.5 92h-433v-896h180v269h253q130 0 222 91.5t92 221.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348
-t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="_609" unicode="&#xf289;" horiz-adv-x="2304"
-d="M1645 438q0 59 -34 106.5t-87 68.5q-7 -45 -23 -92q-7 -24 -27.5 -38t-44.5 -14q-12 0 -24 3q-31 10 -45 38.5t-4 58.5q23 71 23 143q0 123 -61 227.5t-166 165.5t-228 61q-134 0 -247 -73t-167 -194q108 -28 188 -106q22 -23 22 -55t-22 -54t-54 -22t-55 22
-q-75 75 -180 75q-106 0 -181 -74.5t-75 -180.5t75 -180.5t181 -74.5h1046q79 0 134.5 55.5t55.5 133.5zM1798 438q0 -142 -100.5 -242t-242.5 -100h-1046q-169 0 -289 119.5t-120 288.5q0 153 100 267t249 136q62 184 221 298t354 114q235 0 408.5 -158.5t196.5 -389.5
-q116 -25 192.5 -118.5t76.5 -214.5zM2048 438q0 -175 -97 -319q-23 -33 -64 -33q-24 0 -43 13q-26 17 -32 48.5t12 57.5q71 104 71 233t-71 233q-18 26 -12 57t32 49t57.5 11.5t49.5 -32.5q97 -142 97 -318zM2304 438q0 -244 -134 -443q-23 -34 -64 -34q-23 0 -42 13
-q-26 18 -32.5 49t11.5 57q108 164 108 358q0 195 -108 357q-18 26 -11.5 57.5t32.5 48.5q26 18 57 12t49 -33q134 -198 134 -442z" />
- <glyph glyph-name="_610" unicode="&#xf28a;"
-d="M1500 -13q0 -89 -63 -152.5t-153 -63.5t-153.5 63.5t-63.5 152.5q0 90 63.5 153.5t153.5 63.5t153 -63.5t63 -153.5zM1267 268q-115 -15 -192.5 -102.5t-77.5 -205.5q0 -74 33 -138q-146 -78 -379 -78q-109 0 -201 21t-153.5 54.5t-110.5 76.5t-76 85t-44.5 83
-t-23.5 66.5t-6 39.5q0 19 4.5 42.5t18.5 56t36.5 58t64 43.5t94.5 18t94 -17.5t63 -41t35.5 -53t17.5 -49t4 -33.5q0 -34 -23 -81q28 -27 82 -42t93 -17l40 -1q115 0 190 51t75 133q0 26 -9 48.5t-31.5 44.5t-49.5 41t-74 44t-93.5 47.5t-119.5 56.5q-28 13 -43 20
-q-116 55 -187 100t-122.5 102t-72 125.5t-20.5 162.5q0 78 20.5 150t66 137.5t112.5 114t166.5 77t221.5 28.5q120 0 220 -26t164.5 -67t109.5 -94t64 -105.5t19 -103.5q0 -46 -15 -82.5t-36.5 -58t-48.5 -36t-49 -19.5t-39 -5h-8h-32t-39 5t-44 14t-41 28t-37 46t-24 70.5
-t-10 97.5q-15 16 -59 25.5t-81 10.5l-37 1q-68 0 -117.5 -31t-70.5 -70t-21 -76q0 -24 5 -43t24 -46t53 -51t97 -53.5t150 -58.5q76 -25 138.5 -53.5t109 -55.5t83 -59t60.5 -59.5t41 -62.5t26.5 -62t14.5 -63.5t6 -62t1 -62.5z" />
- <glyph glyph-name="_611" unicode="&#xf28b;"
-d="M704 352v576q0 14 -9 23t-23 9h-256q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h256q14 0 23 9t9 23zM1152 352v576q0 14 -9 23t-23 9h-256q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h256q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103
-t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="_612" unicode="&#xf28c;"
-d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM768 96q148 0 273 73t198 198t73 273t-73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273
-t73 -273t198 -198t273 -73zM864 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-192zM480 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-192z" />
- <glyph glyph-name="_613" unicode="&#xf28d;"
-d="M1088 352v576q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5
-t103 -385.5z" />
- <glyph glyph-name="_614" unicode="&#xf28e;"
-d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM768 96q148 0 273 73t198 198t73 273t-73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273
-t73 -273t198 -198t273 -73zM480 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h576q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-576z" />
- <glyph glyph-name="_615" unicode="&#xf290;" horiz-adv-x="1792"
-d="M1757 128l35 -313q3 -28 -16 -50q-19 -21 -48 -21h-1664q-29 0 -48 21q-19 22 -16 50l35 313h1722zM1664 967l86 -775h-1708l86 775q3 24 21 40.5t43 16.5h256v-128q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5v128h384v-128q0 -53 37.5 -90.5t90.5 -37.5
-t90.5 37.5t37.5 90.5v128h256q25 0 43 -16.5t21 -40.5zM1280 1152v-256q0 -26 -19 -45t-45 -19t-45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-256q0 -26 -19 -45t-45 -19t-45 19t-19 45v256q0 159 112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
- <glyph glyph-name="_616" unicode="&#xf291;" horiz-adv-x="2048"
-d="M1920 768q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-15l-115 -662q-8 -46 -44 -76t-82 -30h-1280q-46 0 -82 30t-44 76l-115 662h-15q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h1792zM485 -32q26 2 43.5 22.5t15.5 46.5l-32 416q-2 26 -22.5 43.5
-t-46.5 15.5t-43.5 -22.5t-15.5 -46.5l32 -416q2 -25 20.5 -42t43.5 -17h5zM896 32v416q0 26 -19 45t-45 19t-45 -19t-19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45zM1280 32v416q0 26 -19 45t-45 19t-45 -19t-19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45zM1632 27l32 416
-q2 26 -15.5 46.5t-43.5 22.5t-46.5 -15.5t-22.5 -43.5l-32 -416q-2 -26 15.5 -46.5t43.5 -22.5h5q25 0 43.5 17t20.5 42zM476 1244l-93 -412h-132l101 441q19 88 89 143.5t160 55.5h167q0 26 19 45t45 19h384q26 0 45 -19t19 -45h167q90 0 160 -55.5t89 -143.5l101 -441
-h-132l-93 412q-11 44 -45.5 72t-79.5 28h-167q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45h-167q-45 0 -79.5 -28t-45.5 -72z" />
- <glyph glyph-name="_617" unicode="&#xf292;" horiz-adv-x="1792"
-d="M991 512l64 256h-254l-64 -256h254zM1759 1016l-56 -224q-7 -24 -31 -24h-327l-64 -256h311q15 0 25 -12q10 -14 6 -28l-56 -224q-5 -24 -31 -24h-327l-81 -328q-7 -24 -31 -24h-224q-16 0 -26 12q-9 12 -6 28l78 312h-254l-81 -328q-7 -24 -31 -24h-225q-15 0 -25 12
-q-9 12 -6 28l78 312h-311q-15 0 -25 12q-9 12 -6 28l56 224q7 24 31 24h327l64 256h-311q-15 0 -25 12q-10 14 -6 28l56 224q5 24 31 24h327l81 328q7 24 32 24h224q15 0 25 -12q9 -12 6 -28l-78 -312h254l81 328q7 24 32 24h224q15 0 25 -12q9 -12 6 -28l-78 -312h311
-q15 0 25 -12q9 -12 6 -28z" />
- <glyph glyph-name="_618" unicode="&#xf293;"
-d="M841 483l148 -148l-149 -149zM840 1094l149 -149l-148 -148zM710 -130l464 464l-306 306l306 306l-464 464v-611l-255 255l-93 -93l320 -321l-320 -321l93 -93l255 255v-611zM1429 640q0 -209 -32 -365.5t-87.5 -257t-140.5 -162.5t-181.5 -86.5t-219.5 -24.5
-t-219.5 24.5t-181.5 86.5t-140.5 162.5t-87.5 257t-32 365.5t32 365.5t87.5 257t140.5 162.5t181.5 86.5t219.5 24.5t219.5 -24.5t181.5 -86.5t140.5 -162.5t87.5 -257t32 -365.5z" />
- <glyph glyph-name="_619" unicode="&#xf294;" horiz-adv-x="1024"
-d="M596 113l173 172l-173 172v-344zM596 823l173 172l-173 172v-344zM628 640l356 -356l-539 -540v711l-297 -296l-108 108l372 373l-372 373l108 108l297 -296v711l539 -540z" />
- <glyph glyph-name="_620" unicode="&#xf295;"
-d="M1280 256q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM512 1024q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5
-t112.5 -271.5zM1440 1344q0 -20 -13 -38l-1056 -1408q-19 -26 -51 -26h-160q-26 0 -45 19t-19 45q0 20 13 38l1056 1408q19 26 51 26h160q26 0 45 -19t19 -45zM768 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5
-t271.5 -112.5t112.5 -271.5z" />
- <glyph glyph-name="_621" unicode="&#xf296;" horiz-adv-x="1792"
-d="M104 830l792 -1015l-868 630q-18 13 -25 34.5t0 42.5l101 308v0zM566 830h660l-330 -1015v0zM368 1442l198 -612h-462l198 612q8 23 33 23t33 -23zM1688 830l101 -308q7 -21 0 -42.5t-25 -34.5l-868 -630l792 1015v0zM1688 830h-462l198 612q8 23 33 23t33 -23z" />
- <glyph glyph-name="_622" unicode="&#xf297;" horiz-adv-x="1792"
-d="M384 704h160v224h-160v-224zM1221 372v92q-104 -36 -243 -38q-135 -1 -259.5 46.5t-220.5 122.5l1 -96q88 -80 212 -128.5t272 -47.5q129 0 238 49zM640 704h640v224h-640v-224zM1792 736q0 -187 -99 -352q89 -102 89 -229q0 -157 -129.5 -268t-313.5 -111
-q-122 0 -225 52.5t-161 140.5q-19 -1 -57 -1t-57 1q-58 -88 -161 -140.5t-225 -52.5q-184 0 -313.5 111t-129.5 268q0 127 89 229q-99 165 -99 352q0 209 120 385.5t326.5 279.5t449.5 103t449.5 -103t326.5 -279.5t120 -385.5z" />
- <glyph glyph-name="_623" unicode="&#xf298;"
-d="M515 625v-128h-252v128h252zM515 880v-127h-252v127h252zM1273 369v-128h-341v128h341zM1273 625v-128h-672v128h672zM1273 880v-127h-672v127h672zM1408 20v1240q0 8 -6 14t-14 6h-32l-378 -256l-210 171l-210 -171l-378 256h-32q-8 0 -14 -6t-6 -14v-1240q0 -8 6 -14
-t14 -6h1240q8 0 14 6t6 14zM553 1130l185 150h-406zM983 1130l221 150h-406zM1536 1260v-1240q0 -62 -43 -105t-105 -43h-1240q-62 0 -105 43t-43 105v1240q0 62 43 105t105 43h1240q62 0 105 -43t43 -105z" />
- <glyph glyph-name="_624" unicode="&#xf299;" horiz-adv-x="1792"
-d="M896 720q-104 196 -160 278q-139 202 -347 318q-34 19 -70 36q-89 40 -94 32t34 -38l39 -31q62 -43 112.5 -93.5t94.5 -116.5t70.5 -113t70.5 -131q9 -17 13 -25q44 -84 84 -153t98 -154t115.5 -150t131 -123.5t148.5 -90.5q153 -66 154 -60q1 3 -49 37q-53 36 -81 57
-q-77 58 -179 211t-185 310zM549 177q-76 60 -132.5 125t-98 143.5t-71 154.5t-58.5 186t-52 209t-60.5 252t-76.5 289q273 0 497.5 -36t379 -92t271 -144.5t185.5 -172.5t110 -198.5t56 -199.5t12.5 -198.5t-9.5 -173t-20 -143.5t-13 -107l323 -327h-104l-281 285
-q-22 -2 -91.5 -14t-121.5 -19t-138 -6t-160.5 17t-167.5 59t-179 111z" />
- <glyph glyph-name="_625" unicode="&#xf29a;" horiz-adv-x="1792"
-d="M1374 879q-6 26 -28.5 39.5t-48.5 7.5q-261 -62 -401 -62t-401 62q-26 6 -48.5 -7.5t-28.5 -39.5t7.5 -48.5t39.5 -28.5q194 -46 303 -58q-2 -158 -15.5 -269t-26.5 -155.5t-41 -115.5l-9 -21q-10 -25 1 -49t36 -34q9 -4 23 -4q44 0 60 41l8 20q54 139 71 259h42
-q17 -120 71 -259l8 -20q16 -41 60 -41q14 0 23 4q25 10 36 34t1 49l-9 21q-28 71 -41 115.5t-26.5 155.5t-15.5 269q109 12 303 58q26 6 39.5 28.5t7.5 48.5zM1024 1024q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z
-M1600 640q0 -143 -55.5 -273.5t-150 -225t-225 -150t-273.5 -55.5t-273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5zM896 1408q-156 0 -298 -61t-245 -164t-164 -245t-61 -298t61 -298
-t164 -245t245 -164t298 -61t298 61t245 164t164 245t61 298t-61 298t-164 245t-245 164t-298 61zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="_626" unicode="&#xf29b;"
-d="M1438 723q34 -35 29 -82l-44 -551q-4 -42 -34.5 -70t-71.5 -28q-6 0 -9 1q-44 3 -72.5 36.5t-25.5 77.5l35 429l-143 -8q55 -113 55 -240q0 -216 -148 -372l-137 137q91 101 91 235q0 145 -102.5 248t-247.5 103q-134 0 -236 -92l-137 138q120 114 284 141l264 300
-l-149 87l-181 -161q-33 -30 -77 -27.5t-73 35.5t-26.5 77t34.5 73l239 213q26 23 60 26.5t64 -14.5l488 -283q36 -21 48 -68q17 -67 -26 -117l-205 -232l371 20q49 3 83 -32zM1240 1180q-74 0 -126 52t-52 126t52 126t126 52t126.5 -52t52.5 -126t-52.5 -126t-126.5 -52z
-M613 -62q106 0 196 61l139 -139q-146 -116 -335 -116q-148 0 -273.5 73t-198.5 198t-73 273q0 188 116 336l139 -139q-60 -88 -60 -197q0 -145 102.5 -247.5t247.5 -102.5z" />
- <glyph glyph-name="_627" unicode="&#xf29c;"
-d="M880 336v-160q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v160q0 14 9 23t23 9h160q14 0 23 -9t9 -23zM1136 832q0 -50 -15 -90t-45.5 -69t-52 -44t-59.5 -36q-32 -18 -46.5 -28t-26 -24t-11.5 -29v-32q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v68q0 35 10.5 64.5
-t24 47.5t39 35.5t41 25.5t44.5 21q53 25 75 43t22 49q0 42 -43.5 71.5t-95.5 29.5q-56 0 -95 -27q-29 -20 -80 -83q-9 -12 -25 -12q-11 0 -19 6l-108 82q-10 7 -12 20t5 23q122 192 349 192q129 0 238.5 -89.5t109.5 -214.5zM768 1280q-130 0 -248.5 -51t-204 -136.5
-t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5
-t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="_628" unicode="&#xf29d;" horiz-adv-x="1408"
-d="M366 1225q-64 0 -110 45.5t-46 110.5q0 64 46 109.5t110 45.5t109.5 -45.5t45.5 -109.5q0 -65 -45.5 -110.5t-109.5 -45.5zM917 583q0 -50 -30 -67.5t-63.5 -6.5t-47.5 34l-367 438q-7 12 -14 15.5t-11 1.5l-3 -3q-7 -8 4 -21l122 -139l1 -354l-161 -457
-q-67 -192 -92 -234q-15 -26 -28 -32q-50 -26 -103 -1q-29 13 -41.5 43t-9.5 57q2 17 197 618l5 416l-85 -164l35 -222q4 -24 -1 -42t-14 -27.5t-19 -16t-17 -7.5l-7 -2q-19 -3 -34.5 3t-24 16t-14 22t-7.5 19.5t-2 9.5l-46 299l211 381q23 34 113 34q75 0 107 -40l424 -521
-q7 -5 14 -17l3 -3l-1 -1q7 -13 7 -29zM514 433q43 -113 88.5 -225t69.5 -168l24 -55q36 -93 42 -125q11 -70 -36 -97q-35 -22 -66 -16t-51 22t-29 35h-1q-6 16 -8 25l-124 351zM1338 -159q31 -49 31 -57q0 -5 -3 -7q-9 -5 -14.5 0.5t-15.5 26t-16 30.5q-114 172 -423 661
-q3 -1 7 1t7 4l3 2q11 9 11 17z" />
- <glyph glyph-name="_629" unicode="&#xf29e;" horiz-adv-x="2304"
-d="M504 542h171l-1 265zM1530 641q0 87 -50.5 140t-146.5 53h-54v-388h52q91 0 145 57t54 138zM956 1018l1 -756q0 -14 -9.5 -24t-23.5 -10h-216q-14 0 -23.5 10t-9.5 24v62h-291l-55 -81q-10 -15 -28 -15h-267q-21 0 -30.5 18t3.5 35l556 757q9 14 27 14h332q14 0 24 -10
-t10 -24zM1783 641q0 -193 -125.5 -303t-324.5 -110h-270q-14 0 -24 10t-10 24v756q0 14 10 24t24 10h268q200 0 326 -109t126 -302zM1939 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-44.5 -108t-73.5 -102.5h-51q38 45 66.5 104.5t41.5 112t21 98t9 72.5l1 27q0 8 -0.5 22.5
-t-7.5 60t-20 91.5t-41 111.5t-66 124.5h43q41 -47 72 -107t45.5 -111.5t23 -96t10.5 -70.5zM2123 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-45 -108t-74 -102.5h-51q38 45 66.5 104.5t41.5 112t21 98t9 72.5l1 27q0 8 -0.5 22.5t-7.5 60t-19.5 91.5t-40.5 111.5t-66 124.5
-h43q41 -47 72 -107t45.5 -111.5t23 -96t10.5 -70.5zM2304 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-44.5 -108t-73.5 -102.5h-51q38 45 66 104.5t41 112t21 98t9 72.5l1 27q0 8 -0.5 22.5t-7.5 60t-19.5 91.5t-40.5 111.5t-66 124.5h43q41 -47 72 -107t45.5 -111.5t23 -96
-t9.5 -70.5z" />
- <glyph glyph-name="uniF2A0" unicode="&#xf2a0;" horiz-adv-x="1408"
-d="M617 -153q0 11 -13 58t-31 107t-20 69q-1 4 -5 26.5t-8.5 36t-13.5 21.5q-15 14 -51 14q-23 0 -70 -5.5t-71 -5.5q-34 0 -47 11q-6 5 -11 15.5t-7.5 20t-6.5 24t-5 18.5q-37 128 -37 255t37 255q1 4 5 18.5t6.5 24t7.5 20t11 15.5q13 11 47 11q24 0 71 -5.5t70 -5.5
-q36 0 51 14q9 8 13.5 21.5t8.5 36t5 26.5q2 9 20 69t31 107t13 58q0 22 -43.5 52.5t-75.5 42.5q-20 8 -45 8q-34 0 -98 -18q-57 -17 -96.5 -40.5t-71 -66t-46 -70t-45.5 -94.5q-6 -12 -9 -19q-49 -107 -68 -216t-19 -244t19 -244t68 -216q56 -122 83 -161q63 -91 179 -127
-l6 -2q64 -18 98 -18q25 0 45 8q32 12 75.5 42.5t43.5 52.5zM776 760q-26 0 -45 19t-19 45.5t19 45.5q37 37 37 90q0 52 -37 91q-19 19 -19 45t19 45t45 19t45 -19q75 -75 75 -181t-75 -181q-21 -19 -45 -19zM957 579q-27 0 -45 19q-19 19 -19 45t19 45q112 114 112 272
-t-112 272q-19 19 -19 45t19 45t45 19t45 -19q150 -150 150 -362t-150 -362q-18 -19 -45 -19zM1138 398q-27 0 -45 19q-19 19 -19 45t19 45q90 91 138.5 208t48.5 245t-48.5 245t-138.5 208q-19 19 -19 45t19 45t45 19t45 -19q109 -109 167 -249t58 -294t-58 -294t-167 -249
-q-18 -19 -45 -19z" />
- <glyph glyph-name="uniF2A1" unicode="&#xf2a1;" horiz-adv-x="2176"
-d="M192 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM704 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM704 864q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1472 352
-q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1472 864q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 864
-q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 1376q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 192q0 -80 -56 -136
-t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 1216q0 -80 -56 -136t-136 -56
-t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM2176 192q0 -80 -56 -136t-136 -56t-136 56
-t-56 136t56 136t136 56t136 -56t56 -136zM1664 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM2176 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136
-t56 136t136 56t136 -56t56 -136zM2176 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136z" />
- <glyph glyph-name="uniF2A2" unicode="&#xf2a2;" horiz-adv-x="1792"
-d="M128 -192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM320 0q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM365 365l256 -256l-90 -90l-256 256zM704 384q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45z
-M1411 704q0 -59 -11.5 -108.5t-37.5 -93.5t-44 -67.5t-53 -64.5q-31 -35 -45.5 -54t-33.5 -50t-26.5 -64t-7.5 -74q0 -159 -112.5 -271.5t-271.5 -112.5q-26 0 -45 19t-19 45t19 45t45 19q106 0 181 75t75 181q0 57 11.5 105.5t37 91t43.5 66.5t52 63q40 46 59.5 72
-t37.5 74.5t18 103.5q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 117 45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5zM896 576q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45
-t45 19t45 -19t19 -45zM1184 704q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 93 -65.5 158.5t-158.5 65.5q-92 0 -158 -65.5t-66 -158.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 146 103 249t249 103t249 -103t103 -249zM1578 993q10 -25 -1 -49t-36 -34q-9 -4 -23 -4
-q-19 0 -35.5 11t-23.5 30q-68 178 -224 295q-21 16 -25 42t12 47q17 21 43 25t47 -12q183 -137 266 -351zM1788 1074q9 -25 -1.5 -49t-35.5 -34q-11 -4 -23 -4q-44 0 -60 41q-92 238 -297 393q-22 16 -25.5 42t12.5 47q16 22 42 25.5t47 -12.5q235 -175 341 -449z" />
- <glyph glyph-name="uniF2A3" unicode="&#xf2a3;" horiz-adv-x="2304"
-d="M1032 576q-59 2 -84 55q-17 34 -48 53.5t-68 19.5q-53 0 -90.5 -37.5t-37.5 -90.5q0 -56 36 -89l10 -8q34 -31 82 -31q37 0 68 19.5t48 53.5q25 53 84 55zM1600 704q0 56 -36 89l-10 8q-34 31 -82 31q-37 0 -68 -19.5t-48 -53.5q-25 -53 -84 -55q59 -2 84 -55
-q17 -34 48 -53.5t68 -19.5q53 0 90.5 37.5t37.5 90.5zM1174 925q-17 -35 -55 -48t-73 4q-62 31 -134 31q-51 0 -99 -17q3 0 9.5 0.5t9.5 0.5q92 0 170.5 -50t118.5 -133q17 -36 3.5 -73.5t-49.5 -54.5q-18 -9 -39 -9q21 0 39 -9q36 -17 49.5 -54.5t-3.5 -73.5
-q-40 -83 -118.5 -133t-170.5 -50h-6q-16 2 -44 4l-290 27l-239 -120q-14 -7 -29 -7q-40 0 -57 35l-160 320q-11 23 -4 47.5t29 37.5l209 119l148 267q17 155 91.5 291.5t195.5 236.5q31 25 70.5 21.5t64.5 -34.5t21.5 -70t-34.5 -65q-70 -59 -117 -128q123 84 267 101
-q40 5 71.5 -19t35.5 -64q5 -40 -19 -71.5t-64 -35.5q-84 -10 -159 -55q46 10 99 10q115 0 218 -50q36 -18 49 -55.5t-5 -73.5zM2137 1085l160 -320q11 -23 4 -47.5t-29 -37.5l-209 -119l-148 -267q-17 -155 -91.5 -291.5t-195.5 -236.5q-26 -22 -61 -22q-45 0 -74 35
-q-25 31 -21.5 70t34.5 65q70 59 117 128q-123 -84 -267 -101q-4 -1 -12 -1q-36 0 -63.5 24t-31.5 60q-5 40 19 71.5t64 35.5q84 10 159 55q-46 -10 -99 -10q-115 0 -218 50q-36 18 -49 55.5t5 73.5q17 35 55 48t73 -4q62 -31 134 -31q51 0 99 17q-3 0 -9.5 -0.5t-9.5 -0.5
-q-92 0 -170.5 50t-118.5 133q-17 36 -3.5 73.5t49.5 54.5q18 9 39 9q-21 0 -39 9q-36 17 -49.5 54.5t3.5 73.5q40 83 118.5 133t170.5 50h6h1q14 -2 42 -4l291 -27l239 120q14 7 29 7q40 0 57 -35z" />
- <glyph glyph-name="uniF2A4" unicode="&#xf2a4;" horiz-adv-x="1792"
-d="M1056 704q0 -26 19 -45t45 -19t45 19t19 45q0 146 -103 249t-249 103t-249 -103t-103 -249q0 -26 19 -45t45 -19t45 19t19 45q0 93 66 158.5t158 65.5t158 -65.5t66 -158.5zM835 1280q-117 0 -223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5q0 -26 19 -45t45 -19t45 19
-t19 45q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -55 -18 -103.5t-37.5 -74.5t-59.5 -72q-34 -39 -52 -63t-43.5 -66.5t-37 -91t-11.5 -105.5q0 -106 -75 -181t-181 -75q-26 0 -45 -19t-19 -45t19 -45t45 -19q159 0 271.5 112.5t112.5 271.5q0 41 7.5 74
-t26.5 64t33.5 50t45.5 54q35 41 53 64.5t44 67.5t37.5 93.5t11.5 108.5q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5zM591 561l226 -226l-579 -579q-12 -12 -29 -12t-29 12l-168 168q-12 12 -12 29t12 29zM1612 1524l168 -168q12 -12 12 -29t-12 -30l-233 -233
-l-26 -25l-71 -71q-66 153 -195 258l91 91l207 207q13 12 30 12t29 -12z" />
- <glyph glyph-name="uniF2A5" unicode="&#xf2a5;"
-d="M866 1021q0 -27 -13 -94q-11 -50 -31.5 -150t-30.5 -150q-2 -11 -4.5 -12.5t-13.5 -2.5q-20 -2 -31 -2q-58 0 -84 49.5t-26 113.5q0 88 35 174t103 124q28 14 51 14q28 0 36.5 -16.5t8.5 -47.5zM1352 597q0 14 -39 75.5t-52 66.5q-21 8 -34 8q-91 0 -226 -77l-2 2
-q3 22 27.5 135t24.5 178q0 233 -242 233q-24 0 -68 -6q-94 -17 -168.5 -89.5t-111.5 -166.5t-37 -189q0 -146 80.5 -225t227.5 -79q25 0 25 -3t-1 -5q-4 -34 -26 -117q-14 -52 -51.5 -101t-82.5 -49q-42 0 -42 47q0 24 10.5 47.5t25 39.5t29.5 28.5t26 20t11 8.5q0 3 -7 10
-q-24 22 -58.5 36.5t-65.5 14.5q-35 0 -63.5 -34t-41 -75t-12.5 -75q0 -88 51.5 -142t138.5 -54q82 0 155 53t117.5 126t65.5 153q6 22 15.5 66.5t14.5 66.5q3 12 14 18q118 60 227 60q48 0 127 -18q1 -1 4 -1q5 0 9.5 4.5t4.5 8.5zM1536 1120v-960q0 -119 -84.5 -203.5
-t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="uniF2A6" unicode="&#xf2a6;" horiz-adv-x="1535"
-d="M744 1231q0 24 -2 38.5t-8.5 30t-21 23t-37.5 7.5q-39 0 -78 -23q-105 -58 -159 -190.5t-54 -269.5q0 -44 8.5 -85.5t26.5 -80.5t52.5 -62.5t81.5 -23.5q4 0 18 -0.5t20 0t16 3t15 8.5t7 16q16 77 48 231.5t48 231.5q19 91 19 146zM1498 575q0 -7 -7.5 -13.5t-15.5 -6.5
-l-6 1q-22 3 -62 11t-72 12.5t-63 4.5q-167 0 -351 -93q-15 -8 -21 -27q-10 -36 -24.5 -105.5t-22.5 -100.5q-23 -91 -70 -179.5t-112.5 -164.5t-154.5 -123t-185 -47q-135 0 -214.5 83.5t-79.5 219.5q0 53 19.5 117t63 116.5t97.5 52.5q38 0 120 -33.5t83 -61.5
-q0 -1 -16.5 -12.5t-39.5 -31t-46 -44.5t-39 -61t-16 -74q0 -33 16.5 -53t48.5 -20q45 0 85 31.5t66.5 78t48 105.5t32.5 107t16 90v9q0 2 -3.5 3.5t-8.5 1.5h-10t-10 -0.5t-6 -0.5q-227 0 -352 122.5t-125 348.5q0 108 34.5 221t96 210t156 167.5t204.5 89.5q52 9 106 9
-q374 0 374 -360q0 -98 -38 -273t-43 -211l3 -3q101 57 182.5 88t167.5 31q22 0 53 -13q19 -7 80 -102.5t61 -116.5z" />
- <glyph glyph-name="uniF2A7" unicode="&#xf2a7;" horiz-adv-x="1664"
-d="M831 863q32 0 59 -18l222 -148q61 -40 110 -97l146 -170q40 -46 29 -106l-72 -413q-6 -32 -29.5 -53.5t-55.5 -25.5l-527 -56l-352 -32h-9q-39 0 -67.5 28t-28.5 68q0 37 27 64t65 32l260 32h-448q-41 0 -69.5 30t-26.5 71q2 39 32 65t69 26l442 1l-521 64q-41 5 -66 37
-t-19 73q6 35 34.5 57.5t65.5 22.5h10l481 -60l-351 94q-38 10 -62 41.5t-18 68.5q6 36 33 58.5t62 22.5q6 0 20 -2l448 -96l217 -37q1 0 3 -0.5t3 -0.5q23 0 30.5 23t-12.5 36l-186 125q-35 23 -42 63.5t18 73.5q27 38 76 38zM761 661l186 -125l-218 37l-5 2l-36 38
-l-238 262q-1 1 -2.5 3.5t-2.5 3.5q-24 31 -18.5 70t37.5 64q31 23 68 17.5t64 -33.5l142 -147q-2 -1 -5 -3.5t-4 -4.5q-32 -45 -23 -99t55 -85zM1648 1115l15 -266q4 -73 -11 -147l-48 -219q-12 -59 -67 -87l-106 -54q2 62 -39 109l-146 170q-53 61 -117 103l-222 148
-q-34 23 -76 23q-51 0 -88 -37l-235 312q-25 33 -18 73.5t41 63.5q33 22 71.5 14t62.5 -40l266 -352l-262 455q-21 35 -10.5 75t47.5 59q35 18 72.5 6t57.5 -46l241 -420l-136 337q-15 35 -4.5 74t44.5 56q37 19 76 6t56 -51l193 -415l101 -196q8 -15 23 -17.5t27 7.5t11 26
-l-12 224q-2 41 26 71t69 31q39 0 67 -28.5t30 -67.5z" />
- <glyph glyph-name="uniF2A8" unicode="&#xf2a8;" horiz-adv-x="1792"
-d="M335 180q-2 0 -6 2q-86 57 -168.5 145t-139.5 180q-21 30 -21 69q0 9 2 19t4 18t7 18t8.5 16t10.5 17t10 15t12 15.5t11 14.5q184 251 452 365q-110 198 -110 211q0 19 17 29q116 64 128 64q18 0 28 -16l124 -229q92 19 192 19q266 0 497.5 -137.5t378.5 -369.5
-q20 -31 20 -69t-20 -69q-91 -142 -218.5 -253.5t-278.5 -175.5q110 -198 110 -211q0 -20 -17 -29q-116 -64 -127 -64q-19 0 -29 16l-124 229l-64 119l-444 820l7 7q-58 -24 -99 -47q3 -5 127 -234t243 -449t119 -223q0 -7 -9 -9q-13 -3 -72 -3q-57 0 -60 7l-456 841
-q-39 -28 -82 -68q24 -43 214 -393.5t190 -354.5q0 -10 -11 -10q-14 0 -82.5 22t-72.5 28l-106 197l-224 413q-44 -53 -78 -106q2 -3 18 -25t23 -34l176 -327q0 -10 -10 -10zM1165 282l49 -91q273 111 450 385q-180 277 -459 389q67 -64 103 -148.5t36 -176.5
-q0 -106 -47 -200.5t-132 -157.5zM848 896q0 -20 14 -34t34 -14q86 0 147 -61t61 -147q0 -20 14 -34t34 -14t34 14t14 34q0 126 -89 215t-215 89q-20 0 -34 -14t-14 -34zM1214 961l-9 4l7 -7z" />
- <glyph glyph-name="uniF2A9" unicode="&#xf2a9;" horiz-adv-x="1280"
-d="M1050 430q0 -215 -147 -374q-148 -161 -378 -161q-232 0 -378 161q-147 159 -147 374q0 147 68 270.5t189 196.5t268 73q96 0 182 -31q-32 -62 -39 -126q-66 28 -143 28q-167 0 -280.5 -123t-113.5 -291q0 -170 112.5 -288.5t281.5 -118.5t281 118.5t112 288.5
-q0 89 -32 166q66 13 123 49q41 -98 41 -212zM846 619q0 -192 -79.5 -345t-238.5 -253l-14 -1q-29 0 -62 5q83 32 146.5 102.5t99.5 154.5t58.5 189t30 192.5t7.5 178.5q0 69 -3 103q55 -160 55 -326zM791 947v-2q-73 214 -206 440q88 -59 142.5 -186.5t63.5 -251.5z
-M1035 744q-83 0 -160 75q218 120 290 247q19 37 21 56q-42 -94 -139.5 -166.5t-204.5 -97.5q-35 54 -35 113q0 37 17 79t43 68q46 44 157 74q59 16 106 58.5t74 100.5q74 -105 74 -253q0 -109 -24 -170q-32 -77 -88.5 -130.5t-130.5 -53.5z" />
- <glyph glyph-name="uniF2AA" unicode="&#xf2aa;"
-d="M1050 495q0 78 -28 147q-41 -25 -85 -34q22 -50 22 -114q0 -117 -77 -198.5t-193 -81.5t-193.5 81.5t-77.5 198.5q0 115 78 199.5t193 84.5q53 0 98 -19q4 43 27 87q-60 21 -125 21q-154 0 -257.5 -108.5t-103.5 -263.5t103.5 -261t257.5 -106t257.5 106.5t103.5 260.5z
-M872 850q2 -24 2 -71q0 -63 -5 -123t-20.5 -132.5t-40.5 -130t-68.5 -106t-100.5 -70.5q21 -3 42 -3h10q219 139 219 411q0 116 -38 225zM872 850q-4 80 -44 171.5t-98 130.5q92 -156 142 -302zM1207 955q0 102 -51 174q-41 -86 -124 -109q-69 -19 -109 -53.5t-40 -99.5
-q0 -40 24 -77q74 17 140.5 67t95.5 115q-4 -52 -74.5 -111.5t-138.5 -97.5q52 -52 110 -52q51 0 90 37t60 90q17 42 17 117zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
-t84.5 -203.5z" />
- <glyph glyph-name="uniF2AB" unicode="&#xf2ab;"
-d="M1279 388q0 22 -22 27q-67 15 -118 59t-80 108q-7 19 -7 25q0 15 19.5 26t43 17t43 20.5t19.5 36.5q0 19 -18.5 31.5t-38.5 12.5q-12 0 -32 -8t-31 -8q-4 0 -12 2q5 95 5 114q0 79 -17 114q-36 78 -103 121.5t-152 43.5q-199 0 -275 -165q-17 -35 -17 -114q0 -19 5 -114
-q-4 -2 -14 -2q-12 0 -32 7.5t-30 7.5q-21 0 -38.5 -12t-17.5 -32q0 -21 19.5 -35.5t43 -20.5t43 -17t19.5 -26q0 -6 -7 -25q-64 -138 -198 -167q-22 -5 -22 -27q0 -46 137 -68q2 -5 6 -26t11.5 -30.5t23.5 -9.5q12 0 37.5 4.5t39.5 4.5q35 0 67 -15t54 -32.5t57.5 -32.5
-t76.5 -15q43 0 79 15t57.5 32.5t53.5 32.5t67 15q14 0 39.5 -4t38.5 -4q16 0 23 10t11 30t6 25q137 22 137 68zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5
-t103 -385.5z" />
- <glyph glyph-name="uniF2AC" unicode="&#xf2ac;" horiz-adv-x="1664"
-d="M848 1408q134 1 240.5 -68.5t163.5 -192.5q27 -58 27 -179q0 -47 -9 -191q14 -7 28 -7q18 0 51 13.5t51 13.5q29 0 56 -18t27 -46q0 -32 -31.5 -54t-69 -31.5t-69 -29t-31.5 -47.5q0 -15 12 -43q37 -82 102.5 -150t144.5 -101q28 -12 80 -23q28 -6 28 -35
-q0 -70 -219 -103q-7 -11 -11 -39t-14 -46.5t-33 -18.5q-20 0 -62 6.5t-64 6.5q-37 0 -62 -5q-32 -5 -63 -22.5t-58 -38t-58 -40.5t-76 -33.5t-99 -13.5q-52 0 -96.5 13.5t-75 33.5t-57.5 40.5t-58 38t-62 22.5q-26 5 -63 5q-24 0 -65.5 -7.5t-58.5 -7.5q-25 0 -35 18.5
-t-14 47.5t-11 40q-219 33 -219 103q0 29 28 35q52 11 80 23q78 32 144.5 101t102.5 150q12 28 12 43q0 28 -31.5 47.5t-69.5 29.5t-69.5 31.5t-31.5 52.5q0 27 26 45.5t55 18.5q15 0 48 -13t53 -13q18 0 32 7q-9 142 -9 190q0 122 27 180q64 137 172 198t264 63z" />
- <glyph glyph-name="uniF2AD" unicode="&#xf2ad;"
-d="M1280 388q0 22 -22 27q-67 14 -118 58t-80 109q-7 14 -7 25q0 15 19.5 26t42.5 17t42.5 20.5t19.5 36.5q0 19 -18.5 31.5t-38.5 12.5q-11 0 -31 -8t-32 -8q-4 0 -12 2q5 63 5 115q0 78 -17 114q-36 78 -102.5 121.5t-152.5 43.5q-198 0 -275 -165q-18 -38 -18 -115
-q0 -38 6 -114q-10 -2 -15 -2q-11 0 -31.5 8t-30.5 8q-20 0 -37.5 -12.5t-17.5 -32.5q0 -21 19.5 -35.5t42.5 -20.5t42.5 -17t19.5 -26q0 -11 -7 -25q-64 -138 -198 -167q-22 -5 -22 -27q0 -47 138 -69q2 -5 6 -26t11 -30.5t23 -9.5q13 0 38.5 5t38.5 5q35 0 67.5 -15
-t54.5 -32.5t57.5 -32.5t76.5 -15q43 0 79 15t57.5 32.5t54 32.5t67.5 15q13 0 39 -4.5t39 -4.5q15 0 22.5 9.5t11.5 31t5 24.5q138 22 138 69zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960
-q119 0 203.5 -84.5t84.5 -203.5z" />
- <glyph glyph-name="uniF2AE" unicode="&#xf2ae;" horiz-adv-x="2304"
-d="M2304 1536q-69 -46 -125 -92t-89 -81t-59.5 -71.5t-37.5 -57.5t-22 -44.5t-14 -29.5q-10 -18 -35.5 -136.5t-48.5 -164.5q-15 -29 -50 -60.5t-67.5 -50.5t-72.5 -41t-48 -28q-47 -31 -151 -231q-341 14 -630 -158q-92 -53 -303 -179q47 16 86 31t55 22l15 7
-q71 27 163 64.5t133.5 53.5t108 34.5t142.5 31.5q186 31 465 -7q1 0 10 -3q11 -6 14 -17t-3 -22l-194 -345q-15 -29 -47 -22q-128 24 -354 24q-146 0 -402 -44.5t-392 -46.5q-82 -1 -149 13t-107 37t-61 40t-33 34l-1 1v2q0 6 6 6q138 0 371 55q192 366 374.5 524t383.5 158
-q5 0 14.5 -0.5t38 -5t55 -12t61.5 -24.5t63 -39.5t54 -59t40 -82.5l102 177q2 4 21 42.5t44.5 86.5t61 109.5t84 133.5t100.5 137q66 82 128 141.5t121.5 96.5t92.5 53.5t88 39.5z" />
- <glyph glyph-name="uniF2B0" unicode="&#xf2b0;"
-d="M1322 640q0 -45 -5 -76l-236 14l224 -78q-19 -73 -58 -141l-214 103l177 -158q-44 -61 -107 -108l-157 178l103 -215q-61 -37 -140 -59l-79 228l14 -240q-38 -6 -76 -6t-76 6l14 238l-78 -226q-74 19 -140 59l103 215l-157 -178q-59 43 -108 108l178 158l-214 -104
-q-39 69 -58 141l224 79l-237 -14q-5 42 -5 76q0 35 5 77l238 -14l-225 79q19 73 58 140l214 -104l-177 159q46 61 107 108l158 -178l-103 215q67 39 140 58l77 -224l-13 236q36 6 75 6q38 0 76 -6l-14 -237l78 225q74 -19 140 -59l-103 -214l158 178q61 -47 107 -108
-l-177 -159l213 104q37 -62 58 -141l-224 -78l237 14q5 -31 5 -77zM1352 640q0 160 -78.5 295.5t-213 214t-292.5 78.5q-119 0 -227 -46.5t-186.5 -125t-124.5 -187.5t-46 -229q0 -119 46 -228t124.5 -187.5t186.5 -125t227 -46.5q158 0 292.5 78.5t213 214t78.5 294.5z
-M1425 1023v-766l-657 -383l-657 383v766l657 383zM768 -183l708 412v823l-708 411l-708 -411v-823zM1536 1088v-896l-768 -448l-768 448v896l768 448z" />
- <glyph glyph-name="uniF2B1" unicode="&#xf2b1;" horiz-adv-x="1664"
-d="M339 1318h691l-26 -72h-665q-110 0 -188.5 -79t-78.5 -189v-771q0 -95 60.5 -169.5t153.5 -93.5q23 -5 98 -5v-72h-45q-140 0 -239.5 100t-99.5 240v771q0 140 99.5 240t239.5 100zM1190 1536h247l-482 -1294q-23 -61 -40.5 -103.5t-45 -98t-54 -93.5t-64.5 -78.5
-t-79.5 -65t-95.5 -41t-116 -18.5v195q163 26 220 182q20 52 20 105q0 54 -20 106l-285 733h228l187 -585zM1664 978v-1111h-795q37 55 45 73h678v1038q0 85 -49.5 155t-129.5 99l25 67q101 -34 163.5 -123.5t62.5 -197.5z" />
- <glyph glyph-name="uniF2B2" unicode="&#xf2b2;" horiz-adv-x="1792"
-d="M852 1227q0 -29 -17 -52.5t-45 -23.5t-45 23.5t-17 52.5t17 52.5t45 23.5t45 -23.5t17 -52.5zM688 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50 -21.5t-20 -51.5v-114q0 -30 20.5 -52t49.5 -22q30 0 50.5 22t20.5 52zM860 -149v114q0 30 -20 51.5t-50 21.5t-50.5 -21.5
-t-20.5 -51.5v-114q0 -30 20.5 -52t50.5 -22q29 0 49.5 22t20.5 52zM1034 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50.5 -21.5t-20.5 -51.5v-114q0 -30 20.5 -52t50.5 -22t50.5 22t20.5 52zM1208 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50.5 -21.5t-20.5 -51.5v-114
-q0 -30 20.5 -52t50.5 -22t50.5 22t20.5 52zM1476 535q-84 -160 -232 -259.5t-323 -99.5q-123 0 -229.5 51.5t-178.5 137t-113 197.5t-41 232q0 88 21 174q-104 -175 -104 -390q0 -162 65 -312t185 -251q30 57 91 57q56 0 86 -50q32 50 87 50q56 0 86 -50q32 50 87 50t87 -50
-q30 50 86 50q28 0 52.5 -15.5t37.5 -40.5q112 94 177 231.5t73 287.5zM1326 564q0 75 -72 75q-17 0 -47 -6q-95 -19 -149 -19q-226 0 -226 243q0 86 30 204q-83 -127 -83 -275q0 -150 89 -260.5t235 -110.5q111 0 210 70q13 48 13 79zM884 1223q0 50 -32 89.5t-81 39.5
-t-81 -39.5t-32 -89.5q0 -51 31.5 -90.5t81.5 -39.5t81.5 39.5t31.5 90.5zM1513 884q0 96 -37.5 179t-113 137t-173.5 54q-77 0 -149 -35t-127 -94q-48 -159 -48 -268q0 -104 45.5 -157t147.5 -53q53 0 142 19q36 6 53 6q51 0 77.5 -28t26.5 -80q0 -26 -4 -46
-q75 68 117.5 165.5t42.5 200.5zM1792 667q0 -111 -33.5 -249.5t-93.5 -204.5q-58 -64 -195 -142.5t-228 -104.5l-4 -1v-114q0 -43 -29.5 -75t-72.5 -32q-56 0 -86 50q-32 -50 -87 -50t-87 50q-30 -50 -86 -50q-55 0 -87 50q-30 -50 -86 -50q-47 0 -75 33.5t-28 81.5
-q-90 -68 -198 -68q-118 0 -211 80q54 1 106 20q-113 31 -182 127q32 -7 71 -7q89 0 164 46q-192 192 -240 306q-24 56 -24 160q0 57 9 125.5t31.5 146.5t55 141t86.5 105t120 42q59 0 81 -52q19 29 42 54q2 3 12 13t13 16q10 15 23 38t25 42t28 39q87 111 211.5 177
-t260.5 66q35 0 62 -4q59 64 146 64q83 0 140 -57q5 -5 5 -12q0 -5 -6 -13.5t-12.5 -16t-16 -17l-10.5 -10.5q17 -6 36 -18t19 -24q0 -6 -16 -25q157 -138 197 -378q25 30 60 30q45 0 100 -49q90 -80 90 -279z" />
- <glyph glyph-name="uniF2B3" unicode="&#xf2b3;"
-d="M917 631q0 33 -6 64h-362v-132h217q-12 -76 -74.5 -120.5t-142.5 -44.5q-99 0 -169 71.5t-70 170.5t70 170.5t169 71.5q93 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585h109v110
-h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
- <glyph glyph-name="uniF2B4" unicode="&#xf2b4;"
-d="M1536 1024v-839q0 -48 -49 -62q-174 -52 -338 -52q-73 0 -215.5 29.5t-227.5 29.5q-164 0 -370 -48v-338h-160v1368q-63 25 -101 81t-38 124q0 91 64 155t155 64t155 -64t64 -155q0 -68 -38 -124t-101 -81v-68q190 44 343 44q99 0 198 -15q14 -2 111.5 -22.5t149.5 -20.5
-q77 0 165 18q11 2 80 21t89 19q26 0 45 -19t19 -45z" />
- <glyph glyph-name="uniF2B5" unicode="&#xf2b5;" horiz-adv-x="2304"
-d="M192 384q40 0 56 32t0 64t-56 32t-56 -32t0 -64t56 -32zM1665 442q-10 13 -38.5 50t-41.5 54t-38 49t-42.5 53t-40.5 47t-45 49l-125 -140q-83 -94 -208.5 -92t-205.5 98q-57 69 -56.5 158t58.5 157l177 206q-22 11 -51 16.5t-47.5 6t-56.5 -0.5t-49 -1q-92 0 -158 -66
-l-158 -158h-155v-544q5 0 21 0.5t22 0t19.5 -2t20.5 -4.5t17.5 -8.5t18.5 -13.5l297 -292q115 -111 227 -111q78 0 125 47q57 -20 112.5 8t72.5 85q74 -6 127 44q20 18 36 45.5t14 50.5q10 -10 43 -10q43 0 77 21t49.5 53t12 71.5t-30.5 73.5zM1824 384h96v512h-93l-157 180
-q-66 76 -169 76h-167q-89 0 -146 -67l-209 -243q-28 -33 -28 -75t27 -75q43 -51 110 -52t111 49l193 218q25 23 53.5 21.5t47 -27t8.5 -56.5q16 -19 56 -63t60 -68q29 -36 82.5 -105.5t64.5 -84.5q52 -66 60 -140zM2112 384q40 0 56 32t0 64t-56 32t-56 -32t0 -64t56 -32z
-M2304 960v-640q0 -26 -19 -45t-45 -19h-434q-27 -65 -82 -106.5t-125 -51.5q-33 -48 -80.5 -81.5t-102.5 -45.5q-42 -53 -104.5 -81.5t-128.5 -24.5q-60 -34 -126 -39.5t-127.5 14t-117 53.5t-103.5 81l-287 282h-358q-26 0 -45 19t-19 45v672q0 26 19 45t45 19h421
-q14 14 47 48t47.5 48t44 40t50.5 37.5t51 25.5t62 19.5t68 5.5h117q99 0 181 -56q82 56 181 56h167q35 0 67 -6t56.5 -14.5t51.5 -26.5t44.5 -31t43 -39.5t39 -42t41 -48t41.5 -48.5h355q26 0 45 -19t19 -45z" />
- <glyph glyph-name="uniF2B6" unicode="&#xf2b6;" horiz-adv-x="1792"
-d="M1792 882v-978q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v978q0 15 11 24q8 7 39 34.5t41.5 36t45.5 37.5t70 55.5t96 73t143.5 107t192.5 140.5q5 4 52.5 40t71.5 52.5t64 35t69 18.5t69 -18.5t65 -35.5t71 -52t52 -40q110 -80 192.5 -140.5t143.5 -107
-t96 -73t70 -55.5t45.5 -37.5t41.5 -36t39 -34.5q11 -9 11 -24zM1228 297q263 191 345 252q11 8 12.5 20.5t-6.5 23.5l-38 52q-8 11 -21 12.5t-24 -6.5q-231 -169 -343 -250q-5 -3 -52 -39t-71.5 -52.5t-64.5 -35t-69 -18.5t-69 18.5t-64.5 35t-71.5 52.5t-52 39
-q-186 134 -343 250q-11 8 -24 6.5t-21 -12.5l-38 -52q-8 -11 -6.5 -23.5t12.5 -20.5q82 -61 345 -252q10 -8 50 -38t65 -47t64 -39.5t77.5 -33.5t75.5 -11t75.5 11t79 34.5t64.5 39.5t65 47.5t48 36.5z" />
- <glyph glyph-name="uniF2B7" unicode="&#xf2b7;" horiz-adv-x="1792"
-d="M1474 623l39 -51q8 -11 6.5 -23.5t-11.5 -20.5q-43 -34 -126.5 -98.5t-146.5 -113t-67 -51.5q-39 -32 -60 -48t-60.5 -41t-76.5 -36.5t-74 -11.5h-1h-1q-37 0 -74 11.5t-76 36.5t-61 41.5t-60 47.5q-5 4 -65 50.5t-143.5 111t-122.5 94.5q-11 8 -12.5 20.5t6.5 23.5
-l37 52q8 11 21.5 13t24.5 -7q94 -73 306 -236q5 -4 43.5 -35t60.5 -46.5t56.5 -32.5t58.5 -17h1h1q24 0 58.5 17t56.5 32.5t60.5 46.5t43.5 35q258 198 313 242q11 8 24 6.5t21 -12.5zM1664 -96v928q-90 83 -159 139q-91 74 -389 304q-3 2 -43 35t-61 48t-56 32.5t-59 17.5
-h-1h-1q-24 0 -59 -17.5t-56 -32.5t-61 -48t-43 -35q-215 -166 -315.5 -245.5t-129.5 -104t-82 -74.5q-14 -12 -21 -19v-928q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 832v-928q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v928q0 56 41 94
-q123 114 350 290.5t233 181.5q36 30 59 47.5t61.5 42t76 36.5t74.5 12h1h1q37 0 74.5 -12t76 -36.5t61.5 -42t59 -47.5q43 -36 156 -122t226 -177t201 -173q41 -38 41 -94z" />
- <glyph glyph-name="uniF2B8" unicode="&#xf2b8;"
-d="M330 1l202 -214l-34 236l-216 213zM556 -225l274 218l-11 245l-300 -215zM245 413l227 -213l-48 327l-245 204zM495 189l317 214l-14 324l-352 -200zM843 178l95 -80l-2 239l-103 79q0 -1 1 -8.5t0 -12t-5 -7.5l-78 -52l85 -70q7 -6 7 -88zM138 930l256 -200l-68 465
-l-279 173zM1173 267l15 234l-230 -164l2 -240zM417 722l373 194l-19 441l-423 -163zM1270 357l20 233l-226 142l-2 -105l144 -95q6 -4 4 -9l-7 -119zM1461 496l30 222l-179 -128l-20 -228zM1273 329l-71 49l-8 -117q0 -5 -4 -8l-234 -187q-7 -5 -14 0l-98 83l7 -161
-q0 -5 -4 -8l-293 -234q-4 -2 -6 -2q-8 2 -8 3l-228 242q-4 4 -59 277q-2 7 5 11l61 37q-94 86 -95 92l-72 351q-2 7 6 12l94 45q-133 100 -135 108l-96 466q-2 10 7 13l433 135q5 0 8 -1l317 -153q6 -4 6 -9l20 -463q0 -7 -6 -10l-118 -61l126 -85q5 -2 5 -8l5 -123l121 74
-q5 4 11 0l84 -56l3 110q0 6 5 9l206 126q6 3 11 0l245 -135q4 -4 5 -7t-6.5 -60t-17.5 -124.5t-10 -70.5q0 -5 -4 -7l-191 -153q-6 -5 -13 0z" />
- <glyph glyph-name="uniF2B9" unicode="&#xf2b9;" horiz-adv-x="1664"
-d="M1201 298q0 57 -5.5 107t-21 100.5t-39.5 86t-64 58t-91 22.5q-6 -4 -33.5 -20.5t-42.5 -24.5t-40.5 -20t-49 -17t-46.5 -5t-46.5 5t-49 17t-40.5 20t-42.5 24.5t-33.5 20.5q-51 0 -91 -22.5t-64 -58t-39.5 -86t-21 -100.5t-5.5 -107q0 -73 42 -121.5t103 -48.5h576
-q61 0 103 48.5t42 121.5zM1028 892q0 108 -76.5 184t-183.5 76t-183.5 -76t-76.5 -184q0 -107 76.5 -183t183.5 -76t183.5 76t76.5 183zM1664 352v-192q0 -14 -9 -23t-23 -9h-96v-224q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v1472q0 66 47 113t113 47h1216
-q66 0 113 -47t47 -113v-224h96q14 0 23 -9t9 -23v-192q0 -14 -9 -23t-23 -9h-96v-128h96q14 0 23 -9t9 -23v-192q0 -14 -9 -23t-23 -9h-96v-128h96q14 0 23 -9t9 -23z" />
- <glyph glyph-name="uniF2BA" unicode="&#xf2ba;" horiz-adv-x="1664"
-d="M1028 892q0 -107 -76.5 -183t-183.5 -76t-183.5 76t-76.5 183q0 108 76.5 184t183.5 76t183.5 -76t76.5 -184zM980 672q46 0 82.5 -17t60 -47.5t39.5 -67t24 -81t11.5 -82.5t3.5 -79q0 -67 -39.5 -118.5t-105.5 -51.5h-576q-66 0 -105.5 51.5t-39.5 118.5q0 48 4.5 93.5
-t18.5 98.5t36.5 91.5t63 64.5t93.5 26h5q7 -4 32 -19.5t35.5 -21t33 -17t37 -16t35 -9t39.5 -4.5t39.5 4.5t35 9t37 16t33 17t35.5 21t32 19.5zM1664 928q0 -13 -9.5 -22.5t-22.5 -9.5h-96v-128h96q13 0 22.5 -9.5t9.5 -22.5v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-96v-128h96
-q13 0 22.5 -9.5t9.5 -22.5v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-96v-224q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v1472q0 66 47 113t113 47h1216q66 0 113 -47t47 -113v-224h96q13 0 22.5 -9.5t9.5 -22.5v-192zM1408 -96v1472q0 13 -9.5 22.5t-22.5 9.5h-1216
-q-13 0 -22.5 -9.5t-9.5 -22.5v-1472q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5z" />
- <glyph glyph-name="uniF2BB" unicode="&#xf2bb;" horiz-adv-x="2048"
-d="M1024 405q0 64 -9 117.5t-29.5 103t-60.5 78t-97 28.5q-6 -4 -30 -18t-37.5 -21.5t-35.5 -17.5t-43 -14.5t-42 -4.5t-42 4.5t-43 14.5t-35.5 17.5t-37.5 21.5t-30 18q-57 0 -97 -28.5t-60.5 -78t-29.5 -103t-9 -117.5t37 -106.5t91 -42.5h512q54 0 91 42.5t37 106.5z
-M867 925q0 94 -66.5 160.5t-160.5 66.5t-160.5 -66.5t-66.5 -160.5t66.5 -160.5t160.5 -66.5t160.5 66.5t66.5 160.5zM1792 416v64q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM1792 676v56q0 15 -10.5 25.5t-25.5 10.5h-568
-q-15 0 -25.5 -10.5t-10.5 -25.5v-56q0 -15 10.5 -25.5t25.5 -10.5h568q15 0 25.5 10.5t10.5 25.5zM1792 928v64q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM2048 1248v-1216q0 -66 -47 -113t-113 -47h-352v96q0 14 -9 23t-23 9
-h-64q-14 0 -23 -9t-9 -23v-96h-768v96q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-96h-352q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1728q66 0 113 -47t47 -113z" />
- <glyph glyph-name="uniF2BC" unicode="&#xf2bc;" horiz-adv-x="2048"
-d="M1024 405q0 -64 -37 -106.5t-91 -42.5h-512q-54 0 -91 42.5t-37 106.5t9 117.5t29.5 103t60.5 78t97 28.5q6 -4 30 -18t37.5 -21.5t35.5 -17.5t43 -14.5t42 -4.5t42 4.5t43 14.5t35.5 17.5t37.5 21.5t30 18q57 0 97 -28.5t60.5 -78t29.5 -103t9 -117.5zM867 925
-q0 -94 -66.5 -160.5t-160.5 -66.5t-160.5 66.5t-66.5 160.5t66.5 160.5t160.5 66.5t160.5 -66.5t66.5 -160.5zM1792 480v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM1792 732v-56q0 -15 -10.5 -25.5t-25.5 -10.5h-568
-q-15 0 -25.5 10.5t-10.5 25.5v56q0 15 10.5 25.5t25.5 10.5h568q15 0 25.5 -10.5t10.5 -25.5zM1792 992v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM1920 32v1216q0 13 -9.5 22.5t-22.5 9.5h-1728q-13 0 -22.5 -9.5
-t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h352v96q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-96h768v96q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-96h352q13 0 22.5 9.5t9.5 22.5zM2048 1248v-1216q0 -66 -47 -113t-113 -47h-1728q-66 0 -113 47t-47 113v1216q0 66 47 113
-t113 47h1728q66 0 113 -47t47 -113z" />
- <glyph glyph-name="uniF2BD" unicode="&#xf2bd;" horiz-adv-x="1792"
-d="M1523 197q-22 155 -87.5 257.5t-184.5 118.5q-67 -74 -159.5 -115.5t-195.5 -41.5t-195.5 41.5t-159.5 115.5q-119 -16 -184.5 -118.5t-87.5 -257.5q106 -150 271 -237.5t356 -87.5t356 87.5t271 237.5zM1280 896q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5
-t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1792 640q0 -182 -71 -347.5t-190.5 -286t-285.5 -191.5t-349 -71q-182 0 -348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="uniF2BE" unicode="&#xf2be;" horiz-adv-x="1792"
-d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348q0 -181 -70.5 -347t-190.5 -286t-286 -191.5t-349 -71.5t-349 71t-285.5 191.5t-190.5 286t-71 347.5t71 348t191 286t286 191t348 71zM1515 185q149 205 149 455q0 156 -61 298t-164 245t-245 164t-298 61t-298 -61
-t-245 -164t-164 -245t-61 -298q0 -250 149 -455q66 327 306 327q131 -128 313 -128t313 128q240 0 306 -327zM1280 832q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5z" />
- <glyph glyph-name="uniF2C0" unicode="&#xf2c0;"
-d="M1201 752q47 -14 89.5 -38t89 -73t79.5 -115.5t55 -172t22 -236.5q0 -154 -100 -263.5t-241 -109.5h-854q-141 0 -241 109.5t-100 263.5q0 131 22 236.5t55 172t79.5 115.5t89 73t89.5 38q-79 125 -79 272q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5
-t198.5 -40.5t163.5 -109.5t109.5 -163.5t40.5 -198.5q0 -147 -79 -272zM768 1408q-159 0 -271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5zM1195 -128q88 0 150.5 71.5t62.5 173.5q0 239 -78.5 377t-225.5 145
-q-145 -127 -336 -127t-336 127q-147 -7 -225.5 -145t-78.5 -377q0 -102 62.5 -173.5t150.5 -71.5h854z" />
- <glyph glyph-name="uniF2C1" unicode="&#xf2c1;" horiz-adv-x="1280"
-d="M1024 278q0 -64 -37 -107t-91 -43h-512q-54 0 -91 43t-37 107t9 118t29.5 104t61 78.5t96.5 28.5q80 -75 188 -75t188 75q56 0 96.5 -28.5t61 -78.5t29.5 -104t9 -118zM870 797q0 -94 -67.5 -160.5t-162.5 -66.5t-162.5 66.5t-67.5 160.5t67.5 160.5t162.5 66.5
-t162.5 -66.5t67.5 -160.5zM1152 -96v1376h-1024v-1376q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1280 1376v-1472q0 -66 -47 -113t-113 -47h-960q-66 0 -113 47t-47 113v1472q0 66 47 113t113 47h352v-96q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v96h352
-q66 0 113 -47t47 -113z" />
- <glyph glyph-name="uniF2C2" unicode="&#xf2c2;" horiz-adv-x="2048"
-d="M896 324q0 54 -7.5 100.5t-24.5 90t-51 68.5t-81 25q-64 -64 -156 -64t-156 64q-47 0 -81 -25t-51 -68.5t-24.5 -90t-7.5 -100.5q0 -55 31.5 -93.5t75.5 -38.5h426q44 0 75.5 38.5t31.5 93.5zM768 768q0 80 -56 136t-136 56t-136 -56t-56 -136t56 -136t136 -56t136 56
-t56 136zM1792 288v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1408 544v64q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1792 544v64q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23
-v-64q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1792 800v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM128 1152h1792v96q0 14 -9 23t-23 9h-1728q-14 0 -23 -9t-9 -23v-96zM2048 1248v-1216q0 -66 -47 -113t-113 -47h-1728
-q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1728q66 0 113 -47t47 -113z" />
- <glyph glyph-name="uniF2C3" unicode="&#xf2c3;" horiz-adv-x="2048"
-d="M896 324q0 -55 -31.5 -93.5t-75.5 -38.5h-426q-44 0 -75.5 38.5t-31.5 93.5q0 54 7.5 100.5t24.5 90t51 68.5t81 25q64 -64 156 -64t156 64q47 0 81 -25t51 -68.5t24.5 -90t7.5 -100.5zM768 768q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136z
-M1792 352v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23 -9t9 -23zM1408 608v-64q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h320q14 0 23 -9t9 -23zM1792 608v-64q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v64
-q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 864v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23 -9t9 -23zM1920 32v1120h-1792v-1120q0 -13 9.5 -22.5t22.5 -9.5h1728q13 0 22.5 9.5t9.5 22.5zM2048 1248v-1216q0 -66 -47 -113t-113 -47
-h-1728q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1728q66 0 113 -47t47 -113z" />
- <glyph glyph-name="uniF2C4" unicode="&#xf2c4;" horiz-adv-x="1792"
-d="M1255 749q0 318 -105 474.5t-330 156.5q-222 0 -326 -157t-104 -474q0 -316 104 -471.5t326 -155.5q74 0 131 17q-22 43 -39 73t-44 65t-53.5 56.5t-63 36t-77.5 14.5q-46 0 -79 -16l-49 97q105 91 276 91q132 0 215.5 -54t150.5 -155q67 149 67 402zM1645 117h117
-q3 -27 -2 -67t-26.5 -95t-58 -100.5t-107 -78t-162.5 -32.5q-71 0 -130.5 19t-105.5 56t-79 78t-66 96q-97 -27 -205 -27q-150 0 -292.5 58t-253 158.5t-178 249t-67.5 317.5q0 170 67.5 319.5t178.5 250.5t253.5 159t291.5 58q121 0 238.5 -36t217 -106t176 -164.5
-t119.5 -219t43 -261.5q0 -190 -80.5 -347.5t-218.5 -264.5q47 -70 93.5 -106.5t104.5 -36.5q61 0 94 37.5t38 85.5z" />
- <glyph glyph-name="uniF2C5" unicode="&#xf2c5;" horiz-adv-x="2304"
-d="M453 -101q0 -21 -16 -37.5t-37 -16.5q-1 0 -13 3q-63 15 -162 140q-225 284 -225 676q0 341 213 614q39 51 95 103.5t94 52.5q19 0 35 -13.5t16 -32.5q0 -27 -63 -90q-98 -102 -147 -184q-119 -199 -119 -449q0 -281 123 -491q50 -85 136 -173q2 -3 14.5 -16t19.5 -21
-t17 -20.5t14.5 -23.5t4.5 -21zM1796 33q0 -29 -17.5 -48.5t-46.5 -19.5h-1081q-26 0 -45 19t-19 45q0 29 17.5 48.5t46.5 19.5h1081q26 0 45 -19t19 -45zM1581 644q0 -134 -67 -233q-25 -38 -69.5 -78.5t-83.5 -60.5q-16 -10 -27 -10q-7 0 -15 6t-8 12q0 9 19 30t42 46
-t42 67.5t19 88.5q0 76 -35 130q-29 42 -46 42q-3 0 -3 -5q0 -12 7.5 -35.5t7.5 -36.5q0 -22 -21.5 -35t-44.5 -13q-66 0 -66 76q0 15 1.5 44t1.5 44q0 25 -10 46q-13 25 -42 53.5t-51 28.5q-5 0 -7 -0.5t-3.5 -2.5t-1.5 -6q0 -2 16 -26t16 -54q0 -37 -19 -68t-46 -54
-t-53.5 -46t-45.5 -54t-19 -68q0 -98 42 -160q29 -43 79 -63q16 -5 17 -10q1 -2 1 -5q0 -16 -18 -16q-6 0 -33 11q-119 43 -195 139.5t-76 218.5q0 55 24.5 115.5t60 115t70.5 108.5t59.5 113.5t24.5 111.5q0 53 -25 94q-29 48 -56 64q-19 9 -19 21q0 20 41 20q50 0 110 -29
-q41 -19 71 -44.5t49.5 -51t33.5 -62.5t22 -69t16 -80q0 -1 3 -17.5t4.5 -25t5.5 -25t9 -27t11 -21.5t14.5 -16.5t18.5 -5.5q23 0 37 14t14 37q0 25 -20 67t-20 52t10 10q27 0 93 -70q72 -76 102.5 -156t30.5 -186zM2304 615q0 -274 -138 -503q-19 -32 -48 -72t-68 -86.5
-t-81 -77t-74 -30.5q-16 0 -31 15.5t-15 31.5q0 15 29 50.5t68.5 77t48.5 52.5q183 230 183 531q0 131 -20.5 235t-72.5 211q-58 119 -163 228q-2 3 -13 13.5t-16.5 16.5t-15 17.5t-15 20t-9.5 18.5t-4 19q0 19 16 35.5t35 16.5q70 0 196 -169q98 -131 146 -273t60 -314
-q2 -42 2 -64z" />
- <glyph glyph-name="uniF2C6" unicode="&#xf2c6;" horiz-adv-x="1792"
-d="M1189 229l147 693q9 44 -10.5 63t-51.5 7l-864 -333q-29 -11 -39.5 -25t-2.5 -26.5t32 -19.5l221 -69l513 323q21 14 32 6q7 -5 -4 -15l-415 -375v0v0l-16 -228q23 0 45 22l108 104l224 -165q64 -36 81 38zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71
-t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="uniF2C7" unicode="&#xf2c7;" horiz-adv-x="1024"
-d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v907h128v-907q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5
-t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192
-v128h192z" />
- <glyph glyph-name="uniF2C8" unicode="&#xf2c8;" horiz-adv-x="1024"
-d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v651h128v-651q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5
-t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192
-v128h192z" />
- <glyph glyph-name="uniF2C9" unicode="&#xf2c9;" horiz-adv-x="1024"
-d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v395h128v-395q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5
-t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192
-v128h192z" />
- <glyph glyph-name="uniF2CA" unicode="&#xf2ca;" horiz-adv-x="1024"
-d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v139h128v-139q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5
-t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192
-v128h192z" />
- <glyph glyph-name="uniF2CB" unicode="&#xf2cb;" horiz-adv-x="1024"
-d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 79 56 135.5t136 56.5t136 -56.5t56 -135.5zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5t93.5 226.5z
-M896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192v128h192z" />
- <glyph glyph-name="uniF2CC" unicode="&#xf2cc;" horiz-adv-x="1920"
-d="M1433 1287q10 -10 10 -23t-10 -23l-626 -626q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l44 44q-72 91 -81.5 207t46.5 215q-74 71 -176 71q-106 0 -181 -75t-75 -181v-1280h-256v1280q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5q106 0 201 -41
-t166 -115q94 39 197 24.5t185 -79.5l44 44q10 10 23 10t23 -10zM1344 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1600 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1856 1024q26 0 45 -19t19 -45t-19 -45t-45 -19
-t-45 19t-19 45t19 45t45 19zM1216 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1408 832q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 768
-q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1344 640q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1600 768q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1216 512q-26 0 -45 19t-19 45t19 45t45 19t45 -19
-t19 -45t-19 -45t-45 -19zM1472 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1344 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1216 384
-q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 256q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" />
- <glyph glyph-name="uniF2CD" unicode="&#xf2cd;" horiz-adv-x="1792"
-d="M1664 448v-192q0 -169 -128 -286v-194q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v118q-63 -22 -128 -22h-768q-65 0 -128 22v-110q0 -17 -9.5 -28.5t-22.5 -11.5h-64q-13 0 -22.5 11.5t-9.5 28.5v186q-128 117 -128 286v192h1536zM704 864q0 -14 -9 -23t-23 -9t-23 9
-t-9 23t9 23t23 9t23 -9t9 -23zM768 928q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM704 992q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM832 992q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM768 1056q0 -14 -9 -23t-23 -9t-23 9
-t-9 23t9 23t23 9t23 -9t9 -23zM704 1120q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM1792 608v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v640q0 106 75 181t181 75q108 0 184 -78q46 19 98 12t93 -39l22 22q11 11 22 0l42 -42
-q11 -11 0 -22l-314 -314q-11 -11 -22 0l-42 42q-11 11 0 22l22 22q-36 46 -40.5 104t23.5 108q-37 35 -88 35q-53 0 -90.5 -37.5t-37.5 -90.5v-640h1504q14 0 23 -9t9 -23zM896 1056q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM832 1120q0 -14 -9 -23t-23 -9
-t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM768 1184q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM960 1120q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM896 1184q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM832 1248q0 -14 -9 -23
-t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM1024 1184q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM960 1248q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM1088 1248q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23z" />
- <glyph glyph-name="uniF2CE" unicode="&#xf2ce;"
-d="M994 344q0 -86 -17 -197q-31 -215 -55 -313q-22 -90 -152 -90t-152 90q-24 98 -55 313q-17 110 -17 197q0 168 224 168t224 -168zM1536 768q0 -240 -134 -434t-350 -280q-8 -3 -15 3t-6 15q7 48 10 66q4 32 6 47q1 9 9 12q159 81 255.5 234t96.5 337q0 180 -91 330.5
-t-247 234.5t-337 74q-124 -7 -237 -61t-193.5 -140.5t-128 -202t-46.5 -240.5q1 -184 99 -336.5t257 -231.5q7 -3 9 -12q3 -21 6 -45q1 -9 5 -32.5t6 -35.5q1 -9 -6.5 -15t-15.5 -2q-148 58 -261 169.5t-173.5 264t-52.5 319.5q7 143 66 273.5t154.5 227t225 157.5t272.5 70
-q164 10 315.5 -46.5t261 -160.5t175 -250.5t65.5 -308.5zM994 800q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5zM1282 768q0 -122 -53.5 -228.5t-146.5 -177.5q-8 -6 -16 -2t-10 14q-6 52 -29 92q-7 10 3 20
-q58 54 91 127t33 155q0 111 -58.5 204t-157.5 141.5t-212 36.5q-133 -15 -229 -113t-109 -231q-10 -92 23.5 -176t98.5 -144q10 -10 3 -20q-24 -41 -29 -93q-2 -9 -10 -13t-16 2q-95 74 -148.5 183t-51.5 234q3 131 69 244t177 181.5t241 74.5q144 7 268 -60t196.5 -187.5
-t72.5 -263.5z" />
- <glyph glyph-name="uniF2D0" unicode="&#xf2d0;" horiz-adv-x="1792"
-d="M256 128h1280v768h-1280v-768zM1792 1248v-1216q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
- <glyph glyph-name="uniF2D1" unicode="&#xf2d1;" horiz-adv-x="1792"
-d="M1792 224v-192q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
- <glyph glyph-name="uniF2D2" unicode="&#xf2d2;" horiz-adv-x="2048"
-d="M256 0h768v512h-768v-512zM1280 512h512v768h-768v-256h96q66 0 113 -47t47 -113v-352zM2048 1376v-960q0 -66 -47 -113t-113 -47h-608v-352q0 -66 -47 -113t-113 -47h-960q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h608v352q0 66 47 113t113 47h960q66 0 113 -47
-t47 -113z" />
- <glyph glyph-name="uniF2D3" unicode="&#xf2d3;" horiz-adv-x="1792"
-d="M1175 215l146 146q10 10 10 23t-10 23l-233 233l233 233q10 10 10 23t-10 23l-146 146q-10 10 -23 10t-23 -10l-233 -233l-233 233q-10 10 -23 10t-23 -10l-146 -146q-10 -10 -10 -23t10 -23l233 -233l-233 -233q-10 -10 -10 -23t10 -23l146 -146q10 -10 23 -10t23 10
-l233 233l233 -233q10 -10 23 -10t23 10zM1792 1248v-1216q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
- <glyph glyph-name="uniF2D4" unicode="&#xf2d4;" horiz-adv-x="1792"
-d="M1257 425l-146 -146q-10 -10 -23 -10t-23 10l-169 169l-169 -169q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l169 169l-169 169q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l169 -169l169 169q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23
-l-169 -169l169 -169q10 -10 10 -23t-10 -23zM256 128h1280v1024h-1280v-1024zM1792 1248v-1216q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
- <glyph glyph-name="uniF2D5" unicode="&#xf2d5;" horiz-adv-x="1792"
-d="M1070 358l306 564h-654l-306 -564h654zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="uniF2D6" unicode="&#xf2d6;" horiz-adv-x="1794"
-d="M1291 1060q-15 17 -35 8.5t-26 -28.5t5 -38q14 -17 40 -14.5t34 20.5t-18 52zM895 814q-8 -8 -19.5 -8t-18.5 8q-8 8 -8 19t8 18q7 8 18.5 8t19.5 -8q7 -7 7 -18t-7 -19zM1060 740l-35 -35q-12 -13 -29.5 -13t-30.5 13l-38 38q-12 13 -12 30t12 30l35 35q12 12 29.5 12
-t30.5 -12l38 -39q12 -12 12 -29.5t-12 -29.5zM951 870q-7 -8 -18.5 -8t-19.5 8q-7 8 -7 19t7 19q8 8 19 8t19 -8t8 -19t-8 -19zM1354 968q-34 -64 -107.5 -85.5t-127.5 16.5q-38 28 -61 66.5t-21 87.5t39 92t75.5 53t70.5 -5t70 -51q2 -2 13 -12.5t14.5 -13.5t13 -13.5
-t12.5 -15.5t10 -15.5t8.5 -18t4 -18.5t1 -21t-5 -22t-9.5 -24zM1555 486q3 20 -8.5 34.5t-27.5 21.5t-33 17t-23 20q-40 71 -84 98.5t-113 11.5q19 13 40 18.5t33 4.5l12 -1q2 45 -34 90q6 20 6.5 40.5t-2.5 30.5l-3 10q43 24 71 65t34 91q10 84 -43 150.5t-137 76.5
-q-60 7 -114 -18.5t-82 -74.5q-30 -51 -33.5 -101t14.5 -87t43.5 -64t56.5 -42q-45 4 -88 36t-57 88q-28 108 32 222q-16 21 -29 32q-50 0 -89 -19q19 24 42 37t36 14l13 1q0 50 -13 78q-10 21 -32.5 28.5t-47 -3.5t-37.5 -40q2 4 4 7q-7 -28 -6.5 -75.5t19 -117t48.5 -122.5
-q-25 -14 -47 -36q-35 -16 -85.5 -70.5t-84.5 -101.5l-33 -46q-90 -34 -181 -125.5t-75 -162.5q1 -16 11 -27q-15 -12 -30 -30q-21 -25 -21 -54t21.5 -40t63.5 6q41 19 77 49.5t55 60.5q-2 2 -6.5 5t-20.5 7.5t-33 3.5q23 5 51 12.5t40 10t27.5 6t26 4t23.5 0.5q14 -7 22 34
-q7 37 7 90q0 102 -40 150q106 -103 101 -219q-1 -29 -15 -50t-27 -27l-13 -6q-4 -7 -19 -32t-26 -45.5t-26.5 -52t-25 -61t-17 -63t-6.5 -66.5t10 -63q-35 54 -37 80q-22 -24 -34.5 -39t-33.5 -42t-30.5 -46t-16.5 -41t-0.5 -38t25.5 -27q45 -25 144 64t190.5 221.5
-t122.5 228.5q86 52 145 115.5t86 119.5q47 -93 154 -178q104 -83 167 -80q39 2 46 43zM1794 640q0 -182 -71 -348t-191 -286t-286.5 -191t-348.5 -71t-348.5 71t-286.5 191t-191 286t-71 348t71 348t191 286t286.5 191t348.5 71t348.5 -71t286.5 -191t191 -286t71 -348z" />
- <glyph glyph-name="uniF2D7" unicode="&#xf2d7;"
-d="M518 1353v-655q103 -1 191.5 1.5t125.5 5.5l37 3q68 2 90.5 24.5t39.5 94.5l33 142h103l-14 -322l7 -319h-103l-29 127q-15 68 -45 93t-84 26q-87 8 -352 8v-556q0 -78 43.5 -115.5t133.5 -37.5h357q35 0 59.5 2t55 7.5t54 18t48.5 32t46 50.5t39 73l93 216h89
-q-6 -37 -31.5 -252t-30.5 -276q-146 5 -263.5 8t-162.5 4h-44h-628l-376 -12v102l127 25q67 13 91.5 37t25.5 79l8 643q3 402 -8 645q-2 61 -25.5 84t-91.5 36l-127 24v102l376 -12h702q139 0 374 27q-6 -68 -14 -194.5t-12 -219.5l-5 -92h-93l-32 124q-31 121 -74 179.5
-t-113 58.5h-548q-28 0 -35.5 -8.5t-7.5 -30.5z" />
- <glyph glyph-name="uniF2D8" unicode="&#xf2d8;"
-d="M922 739v-182q0 -4 0.5 -15t0 -15l-1.5 -12t-3.5 -11.5t-6.5 -7.5t-11 -5.5t-16 -1.5v309q9 0 16 -1t11 -5t6.5 -5.5t3.5 -9.5t1 -10.5v-13.5v-14zM1238 643v-121q0 -1 0.5 -12.5t0 -15.5t-2.5 -11.5t-7.5 -10.5t-13.5 -3q-9 0 -14 9q-4 10 -4 165v7v8.5v9t1.5 8.5l3.5 7
-t5 5.5t8 1.5q6 0 10 -1.5t6.5 -4.5t4 -6t2 -8.5t0.5 -8v-9.5v-9zM180 407h122v472h-122v-472zM614 407h106v472h-159l-28 -221q-20 148 -32 221h-158v-472h107v312l45 -312h76l43 319v-319zM1039 712q0 67 -5 90q-3 16 -11 28.5t-17 20.5t-25 14t-26.5 8.5t-31 4t-29 1.5
-h-29.5h-12h-91v-472h56q169 -1 197 24.5t25 180.5q-1 62 -1 100zM1356 515v133q0 29 -2 45t-9.5 33.5t-24.5 25t-46 7.5q-46 0 -77 -34v154h-117v-472h110l7 30q30 -36 77 -36q50 0 66 30.5t16 83.5zM1536 1248v-1216q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113
-v1216q0 66 47 113t113 47h1216q66 0 113 -47t47 -113z" />
- <glyph glyph-name="uniF2D9" unicode="&#xf2d9;" horiz-adv-x="2176"
-d="M1143 -197q-6 1 -11 4q-13 8 -36 23t-86 65t-116.5 104.5t-112 140t-89.5 172.5q-17 3 -175 37q66 -213 235 -362t391 -184zM502 409l168 -28q-25 76 -41 167.5t-19 145.5l-4 53q-84 -82 -121 -224q5 -65 17 -114zM612 1018q-43 -64 -77 -148q44 46 74 68zM2049 584
-q0 161 -62 307t-167.5 252t-250.5 168.5t-304 62.5q-147 0 -281 -52.5t-240 -148.5q-30 -58 -45 -160q60 51 143 83.5t158.5 43t143 13.5t108.5 -1l40 -3q33 -1 53 -15.5t24.5 -33t6.5 -37t-1 -28.5q-126 11 -227.5 0.5t-183 -43.5t-142.5 -71.5t-131 -98.5
-q4 -36 11.5 -92.5t35.5 -178t62 -179.5q123 -6 247.5 14.5t214.5 53.5t162.5 67t109.5 59l37 24q22 16 39.5 20.5t30.5 -5t17 -34.5q14 -97 -39 -121q-208 -97 -467 -134q-135 -20 -317 -16q41 -96 110 -176.5t137 -127t130.5 -79t101.5 -43.5l39 -12q143 -23 263 15
-q195 99 314 289t119 418zM2123 621q-14 -135 -40 -212q-70 -208 -181.5 -346.5t-318.5 -253.5q-48 -33 -82 -44q-72 -26 -163 -16q-36 -3 -73 -3q-283 0 -504.5 173t-295.5 442q-1 0 -4 0.5t-5 0.5q-6 -50 2.5 -112.5t26 -115t36 -98t31.5 -71.5l14 -26q8 -12 54 -82
-q-71 38 -124.5 106.5t-78.5 140t-39.5 137t-17.5 107.5l-2 42q-5 2 -33.5 12.5t-48.5 18t-53 20.5t-57.5 25t-50 25.5t-42.5 27t-25 25.5q19 -10 50.5 -25.5t113 -45.5t145.5 -38l2 32q11 149 94 290q41 202 176 365q28 115 81 214q15 28 32 45t49 32q158 74 303.5 104
-t302 11t306.5 -97q220 -115 333 -336t87 -474z" />
- <glyph glyph-name="uniF2DA" unicode="&#xf2da;" horiz-adv-x="1792"
-d="M1341 752q29 44 -6.5 129.5t-121.5 142.5q-58 39 -125.5 53.5t-118 4.5t-68.5 -37q-12 -23 -4.5 -28t42.5 -10q23 -3 38.5 -5t44.5 -9.5t56 -17.5q36 -13 67.5 -31.5t53 -37t40 -38.5t30.5 -38t22 -34.5t16.5 -28.5t12 -18.5t10.5 -6t11 9.5zM1704 178
-q-52 -127 -148.5 -220t-214.5 -141.5t-253 -60.5t-266 13.5t-251 91t-210 161.5t-141.5 235.5t-46.5 303.5q1 41 8.5 84.5t12.5 64t24 80.5t23 73q-51 -208 1 -397t173 -318t291 -206t346 -83t349 74.5t289 244.5q20 27 18 14q0 -4 -4 -14zM1465 627q0 -104 -40.5 -199
-t-108.5 -164t-162 -109.5t-198 -40.5t-198 40.5t-162 109.5t-108.5 164t-40.5 199t40.5 199t108.5 164t162 109.5t198 40.5t198 -40.5t162 -109.5t108.5 -164t40.5 -199zM1752 915q-65 147 -180.5 251t-253 153.5t-292 53.5t-301 -36.5t-275.5 -129t-220 -211.5t-131 -297
-t-10 -373q-49 161 -51.5 311.5t35.5 272.5t109 227t165.5 180.5t207 126t232 71t242.5 9t236 -54t216 -124.5t178 -197q33 -50 62 -121t31 -112zM1690 573q12 244 -136.5 416t-396.5 240q-8 0 -10 5t24 8q125 -4 230 -50t173 -120t116 -168.5t58.5 -199t-1 -208
-t-61.5 -197.5t-122.5 -167t-185 -117.5t-248.5 -46.5q108 30 201.5 80t174 123t129.5 176.5t55 225.5z" />
- <glyph glyph-name="uniF2DB" unicode="&#xf2db;"
-d="M192 256v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM192 512v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM192 768v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16
-q0 16 16 16h112zM192 1024v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM192 1280v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM1280 1440v-1472q0 -40 -28 -68t-68 -28h-832q-40 0 -68 28
-t-28 68v1472q0 40 28 68t68 28h832q40 0 68 -28t28 -68zM1536 208v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 464v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 720v-32
-q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 976v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 1232v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16
-h48q16 0 16 -16z" />
- <glyph glyph-name="uniF2DC" unicode="&#xf2dc;" horiz-adv-x="1664"
-d="M1566 419l-167 -33l186 -107q23 -13 29.5 -38.5t-6.5 -48.5q-14 -23 -39 -29.5t-48 6.5l-186 106l55 -160q13 -38 -12 -63.5t-60.5 -20.5t-48.5 42l-102 300l-271 156v-313l208 -238q16 -18 17 -39t-11 -36.5t-28.5 -25t-37 -5.5t-36.5 22l-112 128v-214q0 -26 -19 -45
-t-45 -19t-45 19t-19 45v214l-112 -128q-16 -18 -36.5 -22t-37 5.5t-28.5 25t-11 36.5t17 39l208 238v313l-271 -156l-102 -300q-13 -37 -48.5 -42t-60.5 20.5t-12 63.5l55 160l-186 -106q-23 -13 -48 -6.5t-39 29.5q-13 23 -6.5 48.5t29.5 38.5l186 107l-167 33
-q-29 6 -42 29t-8.5 46.5t25.5 40t50 10.5l310 -62l271 157l-271 157l-310 -62q-4 -1 -13 -1q-27 0 -44 18t-19 40t11 43t40 26l167 33l-186 107q-23 13 -29.5 38.5t6.5 48.5t39 30t48 -7l186 -106l-55 160q-13 38 12 63.5t60.5 20.5t48.5 -42l102 -300l271 -156v313
-l-208 238q-16 18 -17 39t11 36.5t28.5 25t37 5.5t36.5 -22l112 -128v214q0 26 19 45t45 19t45 -19t19 -45v-214l112 128q16 18 36.5 22t37 -5.5t28.5 -25t11 -36.5t-17 -39l-208 -238v-313l271 156l102 300q13 37 48.5 42t60.5 -20.5t12 -63.5l-55 -160l186 106
-q23 13 48 6.5t39 -29.5q13 -23 6.5 -48.5t-29.5 -38.5l-186 -107l167 -33q27 -5 40 -26t11 -43t-19 -40t-44 -18q-9 0 -13 1l-310 62l-271 -157l271 -157l310 62q29 6 50 -10.5t25.5 -40t-8.5 -46.5t-42 -29z" />
- <glyph glyph-name="uniF2DD" unicode="&#xf2dd;" horiz-adv-x="1792"
-d="M1473 607q7 118 -33 226.5t-113 189t-177 131t-221 57.5q-116 7 -225.5 -32t-192 -110.5t-135 -175t-59.5 -220.5q-7 -118 33 -226.5t113 -189t177.5 -131t221.5 -57.5q155 -9 293 59t224 195.5t94 283.5zM1792 1536l-349 -348q120 -117 180.5 -272t50.5 -321
-q-11 -183 -102 -339t-241 -255.5t-332 -124.5l-999 -132l347 347q-120 116 -180.5 271.5t-50.5 321.5q11 184 102 340t241.5 255.5t332.5 124.5q167 22 500 66t500 66z" />
- <glyph glyph-name="uniF2DE" unicode="&#xf2de;" horiz-adv-x="1792"
-d="M948 508l163 -329h-51l-175 350l-171 -350h-49l179 374l-78 33l21 49l240 -102l-21 -50zM563 1100l304 -130l-130 -304l-304 130zM907 915l240 -103l-103 -239l-239 102zM1188 765l191 -81l-82 -190l-190 81zM1680 640q0 159 -62 304t-167.5 250.5t-250.5 167.5t-304 62
-t-304 -62t-250.5 -167.5t-167.5 -250.5t-62 -304t62 -304t167.5 -250.5t250.5 -167.5t304 -62t304 62t250.5 167.5t167.5 250.5t62 304zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71
-t286 -191t191 -286t71 -348z" />
- <glyph glyph-name="uniF2E0" unicode="&#xf2e0;" horiz-adv-x="1920"
-d="M1334 302q-4 24 -27.5 34t-49.5 10.5t-48.5 12.5t-25.5 38q-5 47 33 139.5t75 181t32 127.5q-14 101 -117 103q-45 1 -75 -16l-3 -2l-5 -2.5t-4.5 -2t-5 -2t-5 -0.5t-6 1.5t-6 3.5t-6.5 5q-3 2 -9 8.5t-9 9t-8.5 7.5t-9.5 7.5t-9.5 5.5t-11 4.5t-11.5 2.5q-30 5 -48 -3
-t-45 -31q-1 -1 -9 -8.5t-12.5 -11t-15 -10t-16.5 -5.5t-17 3q-54 27 -84 40q-41 18 -94 -5t-76 -65q-16 -28 -41 -98.5t-43.5 -132.5t-40 -134t-21.5 -73q-22 -69 18.5 -119t110.5 -46q30 2 50.5 15t38.5 46q7 13 79 199.5t77 194.5q6 11 21.5 18t29.5 0q27 -15 21 -53
-q-2 -18 -51 -139.5t-50 -132.5q-6 -38 19.5 -56.5t60.5 -7t55 49.5q4 8 45.5 92t81.5 163.5t46 88.5q20 29 41 28q29 0 25 -38q-2 -16 -65.5 -147.5t-70.5 -159.5q-12 -53 13 -103t74 -74q17 -9 51 -15.5t71.5 -8t62.5 14t20 48.5zM383 86q3 -15 -5 -27.5t-23 -15.5
-q-14 -3 -26.5 5t-15.5 23q-3 14 5 27t22 16t27 -5t16 -23zM953 -177q12 -17 8.5 -37.5t-20.5 -32.5t-37.5 -8t-32.5 21q-11 17 -7.5 37.5t20.5 32.5t37.5 8t31.5 -21zM177 635q-18 -27 -49.5 -33t-57.5 13q-26 18 -32 50t12 58q18 27 49.5 33t57.5 -12q26 -19 32 -50.5
-t-12 -58.5zM1467 -42q19 -28 13 -61.5t-34 -52.5t-60.5 -13t-51.5 34t-13 61t33 53q28 19 60.5 13t52.5 -34zM1579 562q69 -113 42.5 -244.5t-134.5 -207.5q-90 -63 -199 -60q-20 -80 -84.5 -127t-143.5 -44.5t-140 57.5q-12 -9 -13 -10q-103 -71 -225 -48.5t-193 126.5
-q-50 73 -53 164q-83 14 -142.5 70.5t-80.5 128t-2 152t81 138.5q-36 60 -38 128t24.5 125t79.5 98.5t121 50.5q32 85 99 148t146.5 91.5t168 17t159.5 -66.5q72 21 140 17.5t128.5 -36t104.5 -80t67.5 -115t17.5 -140.5q52 -16 87 -57t45.5 -89t-5.5 -99.5t-58 -87.5z
-M455 1222q14 -20 9.5 -44.5t-24.5 -38.5q-19 -14 -43.5 -9.5t-37.5 24.5q-14 20 -9.5 44.5t24.5 38.5q19 14 43.5 9.5t37.5 -24.5zM614 1503q4 -16 -5 -30.5t-26 -18.5t-31 5.5t-18 26.5q-3 17 6.5 31t25.5 18q17 4 31 -5.5t17 -26.5zM1800 555q4 -20 -6.5 -37t-30.5 -21
-q-19 -4 -36 6.5t-21 30.5t6.5 37t30.5 22q20 4 36.5 -7.5t20.5 -30.5zM1136 1448q16 -27 8.5 -58.5t-35.5 -47.5q-27 -16 -57.5 -8.5t-46.5 34.5q-16 28 -8.5 59t34.5 48t58 9t47 -36zM1882 792q4 -15 -4 -27.5t-23 -16.5q-15 -3 -27.5 5.5t-15.5 22.5q-3 15 5 28t23 16
-q14 3 26.5 -5t15.5 -23zM1691 1033q15 -22 10.5 -49t-26.5 -43q-22 -15 -49 -10t-42 27t-10 49t27 43t48.5 11t41.5 -28z" />
- <glyph glyph-name="uniF2E1" unicode="&#xf2e1;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2E2" unicode="&#xf2e2;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2E3" unicode="&#xf2e3;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2E4" unicode="&#xf2e4;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2E5" unicode="&#xf2e5;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2E6" unicode="&#xf2e6;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2E7" unicode="&#xf2e7;" horiz-adv-x="1792"
- />
- <glyph glyph-name="_698" unicode="&#xf2e8;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2E9" unicode="&#xf2e9;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2EA" unicode="&#xf2ea;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2EB" unicode="&#xf2eb;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2EC" unicode="&#xf2ec;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2ED" unicode="&#xf2ed;" horiz-adv-x="1792"
- />
- <glyph glyph-name="uniF2EE" unicode="&#xf2ee;" horiz-adv-x="1792"
- />
- <glyph glyph-name="lessequal" unicode="&#xf500;" horiz-adv-x="1792"
- />
- </font>
-</defs></svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/fontawesome-webfont.ttf b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/fontawesome-webfont.ttf
deleted file mode 100644
index 35acda2f..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/fontawesome-webfont.ttf
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/fontawesome-webfont.woff b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/fontawesome-webfont.woff
deleted file mode 100644
index 400014a4..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/fontawesome-webfont.woff
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/fontawesome-webfont.woff2 b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/fontawesome-webfont.woff2
deleted file mode 100644
index 4d13fc60..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/fontawesome-webfont.woff2
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/iconfont.eot b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/iconfont.eot
deleted file mode 100644
index e45edf09..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/iconfont.eot
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/iconfont.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/iconfont.svg
deleted file mode 100644
index f5e45b4d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/iconfont.svg
+++ /dev/null
@@ -1,150 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<!--
-2013-9-30: Created.
--->
-<svg>
-<metadata>
-Created by iconfont
-</metadata>
-<defs>
-
-<font id="iconfont" horiz-adv-x="1024" >
- <font-face
- font-family="iconfont"
- font-weight="500"
- font-stretch="normal"
- units-per-em="1024"
- ascent="896"
- descent="-128"
- />
- <missing-glyph />
-
- <glyph glyph-name="x" unicode="x" horiz-adv-x="1001"
-d="M281 543q-27 -1 -53 -1h-83q-18 0 -36.5 -6t-32.5 -18.5t-23 -32t-9 -45.5v-76h912v41q0 16 -0.5 30t-0.5 18q0 13 -5 29t-17 29.5t-31.5 22.5t-49.5 9h-133v-97h-438v97zM955 310v-52q0 -23 0.5 -52t0.5 -58t-10.5 -47.5t-26 -30t-33 -16t-31.5 -4.5q-14 -1 -29.5 -0.5
-t-29.5 0.5h-32l-45 128h-439l-44 -128h-29h-34q-20 0 -45 1q-25 0 -41 9.5t-25.5 23t-13.5 29.5t-4 30v167h911zM163 247q-12 0 -21 -8.5t-9 -21.5t9 -21.5t21 -8.5q13 0 22 8.5t9 21.5t-9 21.5t-22 8.5zM316 123q-8 -26 -14 -48q-5 -19 -10.5 -37t-7.5 -25t-3 -15t1 -14.5
-t9.5 -10.5t21.5 -4h37h67h81h80h64h36q23 0 34 12t2 38q-5 13 -9.5 30.5t-9.5 34.5q-5 19 -11 39h-368zM336 498v228q0 11 2.5 23t10 21.5t20.5 15.5t34 6h188q31 0 51.5 -14.5t20.5 -52.5v-227h-327z" />
-
-
-
- <glyph glyph-name="calendar" unicode="&#58936;" d="M819.2 691.2v-51.2h51.2v-102.4h-716.8v102.4h51.2v51.2h-102.4v-716.8h819.2v716.8h-102.4zM870.4 25.6h-716.8v460.8h716.8v-460.8zM358.4 691.2h307.2v-51.2h-307.2zM819.2 435.2h-614.4v-358.4h614.4v358.4zM358.4 128h-102.4v51.2h102.4v-51.2zM358.4 230.4h-102.4v51.2h102.4v-51.2zM358.4 332.8h-102.4v51.2h102.4v-51.2zM614.4 128h-204.8v51.2h204.8v-51.2zM614.4 230.4h-204.8v51.2h204.8v-51.2zM614.4 332.8h-204.8v51.2h204.8v-51.2zM768 128h-102.4v51.2h102.4v-51.2zM768 230.4h-102.4v51.2h102.4v-51.2zM768 332.8h-102.4v51.2h102.4v-51.2zM256 793.6h51.2v-153.6h-51.2zM716.8 793.6h51.2v-153.6h-51.2z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="plus" unicode="&#58938;" d="M870.4 424.96h-317.44v317.44h-81.92v-317.44h-317.44v-81.92h317.44v-317.44h81.92v317.44h317.44z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="caret-down" unicode="&#58940;" d="M512 307.2l-153.6 153.6h307.2z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="angle-left" unicode="&#58941;" d="M716.8 56.32000000000005L276.48 384 716.8 711.6800000000001l30.72-40.96L363.52 384l384-286.72z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="angle-right" unicode="&#58942;" d="M307.2 711.6800000000001l440.32-327.68L307.2 56.32000000000005l-30.72 40.96 384 286.72-384 286.72z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="angle-down" unicode="&#58943;" d="M839.68 588.8L512 148.48000000000002 184.32 588.8l40.96 30.72 286.72-384 286.72 384z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="angle-up" unicode="&#58944;" d="M184.32 179.20000000000005L512 619.52l327.68-440.32-40.96-30.72L512 532.48l-286.72-384z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="circle-o-notch" unicode="&#58949;" d="M153.6 384c0 199.68 158.72 358.4 358.4 358.4 15.36 0 25.6-10.24 25.6-25.6s-10.24-25.6-25.6-25.6c-168.96 0-307.2-138.24-307.2-307.2s138.24-307.2 307.2-307.2 307.2 138.24 307.2 307.2c0 15.36 10.24 25.6 25.6 25.6s25.6-10.24 25.6-25.6c0-199.68-158.72-358.4-358.4-358.4s-358.4 158.72-358.4 358.4z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="close" unicode="&#58950;" d="M865.28 696.32l-40.96 40.96L512 419.84 199.68 737.28l-40.96-40.96L476.16 384l-317.44-312.32 40.96-40.96 312.32 317.44 312.32-317.44 40.96 40.96-317.44 312.32z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="exclamation-circle" unicode="&#58951;" d="M512 865.882353C245.458824 865.882353 30.117647 650.541176 30.117647 384s215.341176-481.882353 481.882353-481.882353 481.882353 215.341176 481.882353 481.882353S778.541176 865.882353 512 865.882353z m0-903.529412C280.094118-37.647059 90.352941 152.094118 90.352941 384S280.094118 805.647059 512 805.647059s421.647059-189.741176 421.647059-421.647059-189.741176-421.647059-421.647059-421.647059zM512 274.070588c18.070588 0 31.623529 13.552941 31.623529 31.62353l6.02353 334.305882c0 21.082353-16.564706 37.647059-37.647059 37.647059s-37.647059-16.564706-37.647059-37.647059l4.517647-332.8c1.505882-18.070588 15.058824-33.129412 33.129412-33.129412zM512 123.482353m-45.176471 0a45.176471 45.176471 0 1 1 90.352942 0 45.176471 45.176471 0 1 1-90.352942 0Z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="alert-close" unicode="&#58952;" d="M737.28 568.32l-40.96 40.96-184.32-189.44-184.32 189.44-40.96-40.96 189.44-184.32-189.44-184.32 40.96-40.96 184.32 189.44 184.32-189.44 40.96 40.96-189.44 184.32z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="card_actions" unicode="&#58958;" d="M238.933 452.267c-37.705-0.010-68.267-30.578-68.267-68.284 0-37.712 30.572-68.284 68.284-68.284 0.006 0 0.012 0 0.018 0 37.704 0.010 68.266 30.578 68.266 68.284 0 37.712-30.572 68.284-68.284 68.284-0.006 0-0.012-0-0.018-0M785.067 452.267c-37.705-0.010-68.267-30.578-68.267-68.284 0-37.712 30.572-68.284 68.284-68.284 0.006 0 0.012 0 0.018 0 37.704 0.010 68.266 30.578 68.266 68.284 0 37.712-30.572 68.284-68.284 68.284-0.006 0-0.012-0-0.018-0M512 452.267c-37.705-0.010-68.267-30.578-68.267-68.284 0-37.712 30.572-68.284 68.284-68.284 0.006 0 0.012 0 0.018 0 37.704 0.010 68.266 30.578 68.266 68.284 0 37.712-30.572 68.284-68.284 68.284-0.006 0-0.012-0-0.018-0z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="data-empty" unicode="&#58959;" d="M358.4 523.9466669999999c-6.826667 0-13.653333-6.826667-13.653333-13.653334v-552.96c0-6.826667 6.826667-13.653333 13.653333-13.653333s13.653333 6.826667 13.653333 13.653333V506.88c0 10.24-6.826667 17.066667-13.653333 17.066667zM85.333333 281.6c-6.826667 0-17.066667-6.826667-17.066666-13.653333v-310.613334c0-6.826667 10.24-13.653333 17.066666-13.653333s13.653333 6.826667 13.653334 13.653333v310.613334c0 6.826667-3.413333 13.653333-13.653334 13.653333zM969.386667 472.746667c-6.826667 0-13.653333-6.826667-13.653334-13.653334v-505.173333c0-6.826667 6.826667-13.653333 13.653334-13.653333s13.653333 6.826667 13.653333 13.653333V459.093333c3.413333 6.826667-3.413333 13.653333-13.653333 13.653334zM1003.52 677.5466670000001c10.24 0 17.066667 6.826667 20.48 17.066666V810.666667c0 3.413333-3.413333 10.24-6.826667 13.653333-3.413333 3.413333-6.826667 3.413333-13.653333 3.413333l-116.053333-10.24c-10.24 0-17.066667-10.24-17.066667-17.066666 0-10.24 10.24-17.066667 20.48-17.066667l71.68 6.826667-279.893333-300.373334L361.813333 793.6c-6.826667 6.826667-17.066667 6.826667-23.893333 0L6.826667 500.053333c-6.826667-6.826667-6.826667-17.066667 0-23.893333 6.826667-6.826667 17.066667-6.826667 27.306666 0L348.16 759.466667l320.853333-307.2c3.413333-3.413333 6.826667-3.413333 13.653334-3.413334 3.413333 0 10.24 3.413333 13.653333 6.826667l290.133333 314.026667v-68.266667c0-13.653333 6.826667-23.893333 17.066667-23.893333zM665.6 281.6c-6.826667 0-13.653333-6.826667-13.653333-13.653333v-310.613334c0-6.826667 6.826667-13.653333 13.653333-13.653333s13.653333 6.826667 13.653333 13.653333v310.613334c3.413333 6.826667-3.413333 13.653333-13.653333 13.653333z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="help" unicode="&#58961;" d="M512 793.6c-225.28 0-409.6-184.32-409.6-409.6s184.32-409.6 409.6-409.6 409.6 184.32 409.6 409.6-184.32 409.6-409.6 409.6z m0-768c-199.68 0-358.4 158.72-358.4 358.4s158.72 358.4 358.4 358.4 358.4-158.72 358.4-358.4-158.72-358.4-358.4-358.4zM506.88 235.51999999999998c-10.24 0-20.48-5.12-25.6-10.24-5.12-5.12-10.24-15.36-10.24-25.6s5.12-20.48 10.24-25.6c5.12-5.12 15.36-10.24 25.6-10.24s20.48 5.12 25.6 10.24c5.12 5.12 10.24 15.36 10.24 25.6s-5.12 20.48-10.24 25.6c-5.12 5.12-15.36 10.24-25.6 10.24zM517.12 609.28c-46.08 0-76.8-15.36-102.4-40.96s-35.84-61.44-35.84-102.4h46.08c0 30.72 5.12 51.2 20.48 71.68 15.36 15.36 40.96 25.6 71.68 25.6 25.6 0 46.08-5.12 61.44-20.48 15.36-15.36 20.48-30.72 20.48-56.32 0-15.36-5.12-30.72-20.48-46.08l-20.48-20.48c-30.72-30.72-51.2-51.2-61.44-71.68-5.12-15.36-10.24-30.72-10.24-51.2v-15.36h51.2v15.36c0 15.36 5.12 30.72 10.24 46.08 5.12 10.24 15.36 20.48 30.72 35.84 25.6 25.6 46.08 40.96 51.2 46.08 10.24 10.24 15.36 35.84 15.36 61.44 0 35.84-10.24 66.56-35.84 87.04-20.48 25.6-51.2 35.84-92.16 35.84z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="export" unicode="&#58962;" d="M870.4 240.64v10.24 10.24c0 5.12-5.12 5.12-5.12 10.24l-128 128c-10.24 10.24-25.6 10.24-35.84 0s-10.24-25.6 0-35.84l87.04-87.04H399.36c-15.36 0-25.6-10.24-25.6-25.6s10.24-25.6 25.6-25.6h384l-87.04-87.04c-10.24-10.24-10.24-25.6 0-35.84 5.12-5.12 10.24-5.12 20.48-5.12s15.36 0 20.48 5.12l128 128c0 5.12 0 5.12 5.12 10.24zM634.88 76.79999999999995H220.16c-10.24 0-15.36 5.12-15.36 15.36V491.52h174.08c15.36 0 25.6 10.24 25.6 25.6V691.2h225.28c5.12 0 15.36-5.12 15.36-15.36V486.4c0-15.36 10.24-25.6 25.6-25.6s25.6 10.24 25.6 25.6V675.84C691.2 711.6800000000001 665.6 742.4 629.76 742.4H343.04c-10.24 0-15.36-5.12-20.48-5.12L158.72 573.44c0-5.12-5.12-10.24-5.12-15.36v-465.92c0-35.84 30.72-66.56 66.56-66.56h409.6c10.24 0 20.48 5.12 30.72 10.24 10.24 5.12 15.36 20.48 10.24 35.84-10.24 10.24-25.6 15.36-35.84 5.12zM353.28 691.2v-148.48H204.8L353.28 691.2z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="column" unicode="&#59025;" d="M512 793.6c15.36 0 25.6-10.24 25.6-25.6v-768c0-15.36-10.24-25.6-25.6-25.6s-25.6 10.24-25.6 25.6v768c0 15.36 10.24 25.6 25.6 25.6zM358.4 793.6c15.36 0 25.6-10.24 25.6-25.6v-768c0-15.36-10.24-25.6-25.6-25.6s-25.6 10.24-25.6 25.6v768c0 15.36 10.24 25.6 25.6 25.6zM665.6 793.6c15.36 0 25.6-10.24 25.6-25.6v-768c0-15.36-10.24-25.6-25.6-25.6s-25.6 10.24-25.6 25.6v768c0 15.36 10.24 25.6 25.6 25.6z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="refresh" unicode="&#59032;" d="M824.32 742.4c-5.12 0-5.12 0 0 0-20.48 0-30.72-10.24-30.72-25.6v-133.12c-87.04 122.88-245.76 168.96-389.12 117.76-148.48-51.2-235.52-199.68-225.28-358.4 10.24-158.72 133.12-286.72 281.6-312.32 153.6-25.6 302.08 56.32 363.52 204.8 5.12 10.24 0 25.6-10.24 30.72-10.24 5.12-25.6 0-30.72-10.24-56.32-128-184.32-199.68-317.44-179.2-133.12 20.48-235.52 133.12-245.76 271.36s71.68 266.24 199.68 307.2c128 40.96 261.12-5.12 337.92-117.76H614.4c-15.36 0-25.6-10.24-25.6-25.6s10.24-25.6 25.6-25.6h230.4V716.8c0 15.36-10.24 25.6-20.48 25.6z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="check" unicode="&#59037;" d="M832 672c-6.4 6.4-19.2 12.8-25.6 12.8-12.8 0-32-6.4-38.4-19.2l-345.6-460.8-198.4 172.8c-25.6 12.8-51.2 12.8-70.4-6.4-12.8-19.2-12.8-51.2 6.4-70.4l236.8-198.4c6.4-6.4 19.2-12.8 32-12.8h6.4c12.8 0 25.6 6.4 32 19.2l377.6 505.6c6.4 6.4 6.4 19.2 6.4 32 0 6.4-6.4 19.2-19.2 25.6z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="cloud_host_p_20" unicode="&#59080;" d="M906.24 496.64H476.16c-35.84 0-66.56-30.72-66.56-66.56v-327.68c0-35.84 30.72-66.56 66.56-66.56h430.08c35.84 0 66.56 30.72 66.56 66.56V430.08c0 35.84-30.72 66.56-66.56 66.56z m-10.24-256h-409.6c-15.36 0-25.6 10.24-25.6 25.6s10.24 25.6 25.6 25.6h409.6c15.36 0 25.6-10.24 25.6-25.6s-10.24-25.6-25.6-25.6zM614.4 163.84000000000003c0-15.36-10.24-25.6-25.6-25.6h-51.2c-15.36 0-25.6 10.24-25.6 25.6s10.24 25.6 25.6 25.6h51.2c15.36 0 25.6-15.36 25.6-25.6z m-102.4 204.8c0 15.36 10.24 25.6 25.6 25.6h51.2c15.36 0 25.6-10.24 25.6-25.6s-10.24-25.6-25.6-25.6h-51.2c-15.36 0-25.6 10.24-25.6 25.6zM430.08 547.8399999999999h358.4v30.72V588.8c-35.84 87.04-117.76 143.36-209.92 143.36-87.04 0-163.84-51.2-204.8-128-25.6 15.36-51.2 25.6-76.8 25.6C215.04 629.76 153.6 563.2 153.6 481.28v-15.36c-61.44-25.6-102.4-87.04-102.4-158.72 0-97.28 76.8-174.08 168.96-174.08h133.12V465.92c0 46.08 30.72 81.92 76.8 81.92z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="cloud_environment_p_20" unicode="&#59081;" d="M896 389.12c-25.6 5.12-46.08 0-46.08 0-10.24 0-117.76 5.12-158.72-102.4-5.12-10.24-15.36-15.36-25.6-15.36h-10.24c-15.36 5.12-20.48 20.48-15.36 30.72 40.96 112.64 153.6 138.24 204.8 138.24h5.12v20.48c0 143.36-112.64 256-250.88 256-97.28 0-184.32-56.32-225.28-143.36-15.36 15.36-46.08 25.6-76.8 25.6-87.04 0-158.72-71.68-158.72-163.84v-20.48C71.68 384 25.6 317.44000000000005 25.6 240.64c0-102.4 81.92-189.44 189.44-189.44h614.4c97.28 0 174.08 76.8 174.08 174.08-5.12 71.68-46.08 133.12-107.52 163.84z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="cloud_hard_disk_p_20" unicode="&#59082;" d="M972.8 286.72l-102.4 414.72c-5.12 10.24-15.36 20.48-25.6 20.48h-665.6c-10.24-5.12-20.48-15.36-25.6-25.6l-102.4-409.6v-163.84c0-40.96 35.84-76.8 76.8-76.8h768c40.96 0 76.8 35.84 76.8 76.8v163.84c0-5.12 0-5.12 0 0z m-819.2-30.72c-15.36 0-25.6 10.24-25.6 25.6s10.24 25.6 25.6 25.6h716.8c15.36 0 25.6-10.24 25.6-25.6s-10.24-25.6-25.6-25.6H153.6zM307.2 179.20000000000005c0-15.36-10.24-25.6-25.6-25.6h-102.4c-15.36 0-25.6 10.24-25.6 25.6s10.24 25.6 25.6 25.6h102.4c15.36 0 25.6-10.24 25.6-25.6z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="backup_data_20" unicode="&#59096;" d="M952.32 384c-5.12 0-5.12 0 0 0-5.12 0-5.12 0 0 0-5.12 0-5.12 0 0 0H512V819.2v5.12 5.12c-10.24 10.24-15.36 15.36-25.6 15.36h-5.12C240.64 824.3199999999999 51.2 624.64 51.2 384c0-256 204.8-460.8 460.8-460.8 240.64 0 440.32 189.44 460.8 430.08v5.12c0 15.36-10.24 25.6-20.48 25.6zM512-25.600000000000023c-225.28 0-409.6 184.32-409.6 409.6 0 209.92 153.6 378.88 358.4 404.48v-430.08c0-15.36 10.24-25.6 25.6-25.6h430.08c-25.6-204.8-194.56-358.4-404.48-358.4zM588.8 435.2h358.4c15.36 0 25.6 10.24 25.6 25.6C972.8 670.72 798.72 844.8 588.8 844.8c-15.36 0-25.6-10.24-25.6-25.6v-358.4c0-15.36 10.24-25.6 25.6-25.6zM921.6 486.4h-307.2V793.6c163.84-15.36 291.84-143.36 307.2-307.2z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="click_20" unicode="&#59106;" d="M829.44 419.84h-25.6c-51.2 0-168.96 5.12-256 10.24-5.12 0-10.24 5.12-10.24 10.24v256c0 51.2-51.2 92.16-102.4 92.16s-102.4-46.08-102.4-92.16v-445.44h-20.48l-46.08 117.76-5.12 5.12c-20.48 35.84-71.68 51.2-117.76 25.6-35.84-20.48-35.84-46.08-40.96-61.44v-10.24c0-10.24 0-35.84 117.76-353.28 10.24-30.72 40.96-51.2 71.68-51.2h486.4c35.84 0 66.56 25.6 76.8 61.44 10.24 51.2 66.56 312.32 71.68 343.04-5.12 46.08-56.32 81.92-97.28 92.16z m-25.6-424.96c0-10.24-15.36-20.48-25.6-20.48H291.84c-10.24 0-20.48 5.12-25.6 15.36C189.44 204.79999999999995 153.6 302.08000000000004 153.6 322.55999999999995V332.79999999999995c0 10.24 5.12 15.36 15.36 25.6 15.36 10.24 40.96 5.12 51.2-10.24l46.08-117.76c15.36-35.84 51.2-30.72 66.56-25.6 15.36 0 46.08 10.24 46.08 51.2V701.44c5.12 15.36 30.72 40.96 56.32 40.96 25.6 0 51.2-25.6 51.2-40.96v-256c0-30.72 25.6-56.32 56.32-61.44 87.04-5.12 209.92-10.24 261.12-10.24h20.48c20.48-5.12 46.08-25.6 51.2-40.96-5.12-20.48-51.2-220.16-71.68-337.92z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="global_service_directory_20" unicode="&#59153;" d="M742.4 588.8h-358.4c-15.36 0-25.6-10.24-25.6-25.6s10.24-25.6 25.6-25.6h358.4c15.36 0 25.6 10.24 25.6 25.6s-10.24 25.6-25.6 25.6zM742.4 409.6h-358.4c-15.36 0-25.6-10.24-25.6-25.6s10.24-25.6 25.6-25.6h358.4c15.36 0 25.6 10.24 25.6 25.6s-10.24 25.6-25.6 25.6zM742.4 230.39999999999998h-358.4c-15.36 0-25.6-10.24-25.6-25.6s10.24-25.6 25.6-25.6h358.4c15.36 0 25.6 10.24 25.6 25.6s-10.24 25.6-25.6 25.6zM296.96 583.6800000000001C291.84 588.8 281.6 588.8 271.36 588.8c-5.12 0-5.12-5.12-10.24-5.12 0-5.12 0-5.12-5.12-10.24v-10.24c0-5.12 0-15.36 5.12-15.36 0-5.12 5.12-5.12 10.24-5.12h10.24c5.12 0 15.36 5.12 15.36 10.24 5.12-5.12 10.24 5.12 10.24 10.24v10.24l-10.24 10.24zM296.96 404.48c-10.24 10.24-25.6 10.24-35.84 0 0-5.12 0-10.24-5.12-10.24v-20.48c0-5.12 5.12-5.12 5.12-10.24 5.12-5.12 10.24-10.24 20.48-10.24h10.24c5.12 0 5.12 5.12 10.24 5.12s5.12 5.12 5.12 10.24v10.24 10.24c-5.12 5.12-5.12 10.24-10.24 15.36zM291.84 230.39999999999998c-10.24 5.12-20.48 0-25.6-5.12-5.12 0-5.12-5.12-5.12-10.24v-10.24c0-5.12 0-15.36 5.12-15.36 0-10.24 10.24-10.24 15.36-10.24h10.24c5.12 0 5.12 5.12 10.24 5.12 0 5.12 5.12 15.36 5.12 20.48s-5.12 15.36-10.24 20.48l-5.12 5.12zM844.8 793.6h-665.6C138.24 793.6 102.4 757.76 102.4 716.8v-665.6c0-40.96 35.84-76.8 76.8-76.8h665.6c40.96 0 76.8 35.84 76.8 76.8v665.6c0 40.96-35.84 76.8-76.8 76.8z m25.6-742.4c0-15.36-10.24-25.6-25.6-25.6h-665.6c-15.36 0-25.6 10.24-25.6 25.6v665.6c0 15.36 10.24 25.6 25.6 25.6h665.6c15.36 0 25.6-10.24 25.6-25.6v-665.6z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="display_20" unicode="&#59155;" d="M512 691.2c-215.04 0-409.6-174.08-409.6-307.2s194.56-307.2 409.6-307.2 409.6 174.08 409.6 307.2-194.56 307.2-409.6 307.2z m0-563.2c-199.68 0-358.4 153.6-358.4 256s158.72 256 358.4 256 358.4-153.6 358.4-256-158.72-256-358.4-256zM512 512c-71.68 0-128-56.32-128-128s56.32-128 128-128 128 56.32 128 128-56.32 128-128 128z m0-204.8c-40.96 0-76.8 35.84-76.8 76.8s35.84 76.8 76.8 76.8 76.8-35.84 76.8-76.8-35.84-76.8-76.8-76.8z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="delete" unicode="&#59163;" d="M512 844.8c-256 0-460.8-204.8-460.8-460.8s204.8-460.8 460.8-460.8 460.8 204.8 460.8 460.8-204.8 460.8-460.8 460.8z m0-870.4c-225.28 0-409.6 184.32-409.6 409.6s184.32 409.6 409.6 409.6 409.6-184.32 409.6-409.6-184.32-409.6-409.6-409.6zM691.2 409.6h-358.4c-15.36 0-25.6-10.24-25.6-25.6s10.24-25.6 25.6-25.6h363.52c15.36 0 25.6 10.24 25.6 25.6s-15.36 25.6-30.72 25.6z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="search_20" unicode="&#59176;" d="M962.56-30.720000000000027l-153.6 148.48c71.68 76.8 117.76 179.2 117.76 296.96 0 240.64-194.56 435.2-435.2 435.2C245.76 844.8 51.2 650.24 51.2 409.6S245.76-25.600000000000023 486.4-25.600000000000023c107.52 0 209.92 40.96 286.72 107.52l158.72-148.48c5.12-5.12 10.24-5.12 15.36-5.12 5.12 0 15.36 5.12 20.48 10.24 10.24 5.12 5.12 20.48-5.12 30.72zM102.4 409.6C102.4 619.52 276.48 793.6 486.4 793.6S870.4 619.52 870.4 409.6c0-215.04-174.08-384-384-384S102.4 194.55999999999995 102.4 409.6z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="add" unicode="&#59177;" d="M512 844.8c-256 0-460.8-204.8-460.8-460.8s204.8-460.8 460.8-460.8 460.8 204.8 460.8 460.8-204.8 460.8-460.8 460.8z m0-870.4c-225.28 0-409.6 184.32-409.6 409.6s184.32 409.6 409.6 409.6 409.6-184.32 409.6-409.6-184.32-409.6-409.6-409.6zM691.2 409.6h-153.6v153.6c0 15.36-10.24 25.6-25.6 25.6s-25.6-10.24-25.6-25.6v-153.6h-153.6c-15.36 0-25.6-10.24-25.6-25.6s10.24-25.6 25.6-25.6h153.6v-153.6c0-15.36 10.24-25.6 25.6-25.6s25.6 10.24 25.6 25.6v153.6h153.6c15.36 0 25.6 10.24 25.6 25.6s-10.24 25.6-25.6 25.6z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="abnormal_20" unicode="&#59193;" d="M957.44 143.36l-384 563.2C563.2 732.16 537.6 742.4 512 742.4s-51.2-10.24-61.44-35.84l-384-563.2c-15.36-25.6-15.36-56.32-5.12-76.8 10.24-25.6 35.84-40.96 66.56-40.96h768c30.72 0 56.32 15.36 66.56 40.96 15.36 25.6 15.36 56.32-5.12 76.8z m-40.96-51.2c0-5.12-10.24-15.36-20.48-15.36h-768c-15.36 0-20.48 10.24-20.48 15.36 0 5.12-5.12 15.36 0 25.6l384 563.2c5.12 5.12 10.24 10.24 20.48 10.24s15.36-5.12 20.48-10.24l384-563.2c5.12-10.24 5.12-20.48 0-25.6zM512 512c-15.36 0-25.6-10.24-25.6-25.6v-204.8c0-15.36 10.24-25.6 25.6-25.6s25.6 10.24 25.6 25.6V486.4c0 15.36-10.24 25.6-25.6 25.6zM512 204.79999999999995c-15.36 0-25.6-10.24-25.6-25.6v-20.48c0-15.36 10.24-25.6 25.6-25.6s25.6 10.24 25.6 25.6V179.20000000000005c0 15.36-10.24 25.6-25.6 25.6z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="risk_48" unicode="&#59294;" d="M913.066667 61.86666700000001l-364.8 682.666666c-8.533333 14.933333-21.333333 21.333333-36.266667 21.333334s-27.733333-6.4-36.266667-21.333334l-364.8-682.666666c-14.933333-27.733333 6.4-61.866667 36.266667-61.866667h729.6c29.866667 0 51.2 34.133333 36.266667 61.866667zM635.733333 320l-211.2-213.333333 81.066667 157.866666h-119.466667l53.333334 164.266667H576L501.333333 320h134.4z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="working_load_48" unicode="&#59295;" d="M789.333333 448h-106.666666c0 10.666667-4.266667 21.333333-12.8 29.866667l-81.066667 81.066666C618.666667 582.4 640 618.666667 640 661.333333c0 70.4-57.6 128-128 128s-128-57.6-128-128c0-42.666667 21.333333-78.933333 51.2-102.4l-81.066667-81.066666c-8.533333-8.533333-12.8-19.2-12.8-29.866667h-106.666666c-23.466667 0-42.666667-19.2-42.666667-42.666667v-384c0-23.466667 19.2-42.666667 42.666667-42.666666h554.666666c23.466667 0 42.666667 19.2 42.666667 42.666666V405.333333c0 23.466667-19.2 42.666667-42.666667 42.666667z m-128-253.866667c0-10.666667-8.533333-21.333333-21.333333-21.333333-4.266667 0-23.466667 17.066667-44.8 38.4l-4.266667 4.266667-64-59.733334c-2.133333-2.133333-4.266667-4.266667-6.4-4.266666-8.533333-2.133333-17.066667-2.133333-23.466666 6.4l-46.933334 49.066666-49.066666-44.8c-8.533333-8.533333-21.333333-6.4-29.866667 2.133334l-2.133333 2.133333c-8.533333 8.533333-6.4 21.333333 2.133333 29.866667l64 59.733333 2.133333 2.133333c2.133333 2.133333 4.266667 4.266667 8.533334 4.266667 8.533333 2.133333 17.066667 0 23.466666-6.4l2.133334-2.133333v-2.133334l42.666666-46.933333 44.8 42.666667-8.533333 6.4c-21.333333 21.333333-38.4 40.533333-38.4 44.8-2.133333 10.666667 10.666667 21.333333 21.333333 21.333333h106.666667c10.666667 0 21.333333-10.666667 21.333333-21.333333v-104.533334z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="recyclable_resources_48" unicode="&#59296;" d="M874.666667 637.866667c0 149.333333-725.333333 149.333333-725.333334 0v-8.533334l96-582.4c2.133333-10.666667 12.8-27.733333 25.6-27.733333h484.266667c12.8 0 21.333333 17.066667 23.466667 29.866667l96 576v12.8z m-307.2-119.466667l10.666666 25.6c10.666667 17.066667 25.6 2.133333 25.6 2.133333l49.066667-87.466666c8.533333-17.066667-10.666667-23.466667-10.666667-23.466667l-89.6-21.333333c-32-4.266667-21.333333 19.2-21.333333 19.2l10.666667 25.6C407.466667 512 362.666667 409.6 362.666667 409.6c40.533333 177.066667 204.8 108.8 204.8 108.8z m-108.8-249.6l-10.666667-25.6c-10.666667-17.066667-25.6-4.266667-25.6-4.266667l-51.2 85.333334c-8.533333 19.2 12.8 25.6 12.8 25.6l89.6 23.466666c32 6.4 23.466667-19.2 23.466667-19.2l-10.666667-25.6c134.4-49.066667 174.933333 53.333333 174.933333 53.333334-34.133333-177.066667-202.666667-113.066667-202.666666-113.066667z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="pressure_48" unicode="&#59297;" d="M140.8 526.933333l362.666667-177.066666c2.133333-2.133333 6.4-2.133333 8.533333-2.133334s6.4 0 8.533333 2.133334l362.666667 177.066666c6.4 4.266667 12.8 10.666667 12.8 19.2s-4.266667 14.933333-12.8 19.2l-362.666667 177.066667c-2.133333 2.133333-4.266667 4.266667-8.533333 4.266667-2.133333 0-6.4 0-8.533333-2.133334l-362.666667-177.066666c-8.533333-4.266667-12.8-12.8-12.8-21.333334s4.266667-14.933333 12.8-19.2zM883.2 418.133333l-68.266667 34.133334-294.4-145.066667c-2.133333-2.133333-6.4-2.133333-8.533333-2.133333s-6.4 0-8.533333 2.133333L209.066667 450.133333l-68.266667-34.133333c-8.533333-2.133333-12.8-10.666667-12.8-17.066667s4.266667-14.933333 12.8-19.2l362.666667-177.066666c2.133333-2.133333 6.4-2.133333 8.533333-2.133334s6.4 0 8.533333 2.133334l362.666667 177.066666c6.4 4.266667 12.8 10.666667 12.8 19.2s-4.266667 14.933333-12.8 19.2zM883.2 238.93333299999995l-98.133333 46.933334-264.533334-130.133334c-2.133333-2.133333-6.4-2.133333-8.533333-2.133333s-6.4 0-8.533333 2.133333l-266.666667 132.266667-98.133333-46.933333c-6.4-4.266667-10.666667-12.8-10.666667-21.333334s4.266667-14.933333 12.8-19.2l362.666667-177.066666c2.133333-2.133333 6.4-2.133333 8.533333-2.133334s6.4 0 8.533333 2.133334l362.666667 177.066666c6.4 4.266667 12.8 10.666667 12.8 19.2s-4.266667 17.066667-12.8 19.2z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="remaining_capacity_48" unicode="&#59298;" d="M902.4 59.733333000000016L601.6 524.8V727.466667h21.333333c10.666667 0 21.333333 8.533333 21.333334 21.333333v6.4c0 10.666667-8.533333 21.333333-21.333334 21.333333H398.933333c-10.666667 0-21.333333-8.533333-21.333333-21.333333v-6.4c0-10.666667 8.533333-21.333333 21.333333-21.333333h25.6v-202.666667l-298.666666-462.933333c-6.4-6.4-12.8-23.466667-2.133334-44.8 10.666667-23.466667 46.933333-23.466667 57.6-23.466667H836.266667c4.266667 0 36.266667 0 53.333333 14.933333 19.2 19.2 17.066667 40.533333 12.8 51.2z m-526.933333 160h-91.733334l25.6 42.666667h66.133334c12.8 0 21.333333-8.533333 21.333333-21.333333s-8.533333-21.333333-21.333333-21.333334z m49.066666 85.333334h-91.733333l25.6 42.666666h66.133333c12.8 0 21.333333-8.533333 21.333334-21.333333 0-10.666667-10.666667-21.333333-21.333334-21.333333z m55.466667 87.466666h-91.733333l25.6 42.666667h66.133333c12.8 0 21.333333-8.533333 21.333333-21.333333s-8.533333-21.333333-21.333333-21.333334z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="efficiency_48" unicode="&#59299;" d="M356.266667 185.60000000000002c-6.4 8.533333-12.8 17.066667-19.2 23.466667-6.4 6.4-12.8 12.8-23.466667 19.2-4.266667 4.266667-10.666667 4.266667-17.066667 4.266666-6.4 0-10.666667-4.266667-14.933333-8.533333-21.333333-32-36.266667-57.6-51.2-89.6-4.266667-8.533333-6.4-23.466667 0-29.866667 6.4-6.4 21.333333-4.266667 29.866667 0 32 14.933333 59.733333 29.866667 89.6 51.2 4.266667 4.266667 8.533333 8.533333 8.533333 14.933334 4.266667 4.266667 2.133333 10.666667-2.133333 14.933333zM774.4 422.4c136.533333 187.733333 130.133333 341.333333 125.866667 347.733333-6.4 6.4-164.266667 12.8-349.866667-121.6-91.733333-2.133333-354.133333-34.133333-426.666667-315.733333-2.133333-8.533333 0-14.933333 4.266667-21.333333 4.266667-8.533333 12.8-12.8 19.2-12.8l179.2-14.933334c0-4.266667 0-8.533333-2.133333-14.933333 0-8.533333 2.133333-14.933333 8.533333-23.466667l40.533333-40.533333c6.4-6.4 12.8-8.533333 23.466667-8.533333 4.266667 0 10.666667 0 14.933333 2.133333l14.933334-181.333333c0-8.533333 4.266667-14.933333 10.666666-19.2 4.266667-2.133333 10.666667-4.266667 14.933334-4.266667h6.4c283.733333 76.8 315.733333 334.933333 315.733333 428.8z m-166.4 57.6c-25.6 25.6-25.6 66.133333 0 89.6 25.6 25.6 66.133333 25.6 89.6 0 25.6-25.6 25.6-66.133333 0-89.6s-64-23.466667-89.6 0z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="running_condition_48" unicode="&#59300;" d="M821.333333 311.46666700000003c4.266667 21.333333 8.533333 44.8 8.533334 66.133333s-2.133333 42.666667-6.4 64l64 61.866667c6.4 6.4 8.533333 17.066667 4.266666 23.466666l-53.333333 96c-4.266667 8.533333-12.8 12.8-23.466667 10.666667l-85.333333-19.2c-32 32-72.533333 55.466667-115.2 70.4l-21.333333 83.2c-2.133333 8.533333-10.666667 14.933333-19.2 14.933333l-108.8 2.133334c-8.533333 0-17.066667-6.4-19.2-14.933334l-25.6-83.2c-42.666667-12.8-83.2-34.133333-117.333334-64l-85.333333 23.466667c-8.533333 2.133333-17.066667-2.133333-23.466667-8.533333l-57.6-91.733334c-4.266667-8.533333-4.266667-17.066667 2.133334-23.466666l59.733333-64c-4.266667-21.333333-8.533333-42.666667-8.533333-64 0-23.466667 2.133333-44.8 6.4-66.133334l-64-61.866666c-6.4-6.4-8.533333-17.066667-4.266667-23.466667l53.333333-96c4.266667-8.533333 12.8-12.8 21.333334-10.666667l87.466666 19.2c32-29.866667 70.4-53.333333 110.933334-66.133333l23.466666-87.466667c2.133333-8.533333 10.666667-14.933333 19.2-14.933333l108.8-2.133333c8.533333 0 17.066667 6.4 19.2 14.933333l27.733334 85.333333c42.666667 12.8 81.066667 34.133333 115.2 61.866667l87.466666-23.466667c8.533333-2.133333 17.066667 2.133333 23.466667 8.533334l55.466667 91.733333c4.266667 8.533333 4.266667 17.066667-2.133334 23.466667l-57.6 64z m-140.8 70.4c-2.133333-93.866667-78.933333-166.4-172.8-164.266667-93.866667 2.133333-166.4 78.933333-164.266666 172.8 2.133333 93.866667 78.933333 166.4 172.8 164.266667 93.866667-4.266667 166.4-81.066667 164.266666-172.8zM516.266667 512c-70.4 2.133333-128-53.333333-130.133334-123.733333-2.133333-70.4 53.333333-128 123.733334-130.133334 70.4-2.133333 128 53.333333 130.133333 123.733334 0 70.4-55.466667 128-123.733333 130.133333z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="gold_silver_copper_p_20" unicode="&#58881;" d="M512 844.8c-256 0-460.8-204.8-460.8-460.8s204.8-460.8 460.8-460.8 460.8 204.8 460.8 460.8-204.8 460.8-460.8 460.8z m235.52-419.84l-107.52-107.52 25.6-148.48c0-5.12 0-10.24-5.12-10.24h-5.12-5.12L512 225.27999999999997l-133.12-71.68h-10.24c-5.12 5.12-10.24 10.24-10.24 15.36l25.6 148.48-107.52 107.52c0 5.12-5.12 10.24 0 15.36 0 5.12 5.12 10.24 10.24 10.24l148.48 20.48 66.56 138.24c0 5.12 5.12 5.12 10.24 5.12s10.24-5.12 10.24-5.12l66.56-138.24 148.48-20.48c5.12 0 10.24-5.12 10.24-10.24 5.12-5.12 0-10.24 0-15.36z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="copy" unicode="&#59250;" d="M640 640H192c-32 0-64-32-64-64v-576c0-32 32-64 64-64h448c32 0 64 32 64 64V576c0 32-32 64-64 64z m0-640H192V576h448v-576zM288 384h256c19.2 0 32 12.8 32 32S563.2 448 544 448h-256c-19.2 0-32-12.8-32-32s12.8-32 32-32zM288 256h256c19.2 0 32 12.8 32 32S563.2 320 544 320h-256c-19.2 0-32-12.8-32-32s12.8-32 32-32zM288 128h256c19.2 0 32 12.8 32 32s-12.8 32-32 32h-256c-19.2 0-32-12.8-32-32s12.8-32 32-32zM832 832H384c-32 0-64-32-64-64v-64c0-19.2 12.8-32 32-32S384 684.8 384 704V768h448v-576h-64c-19.2 0-32-12.8-32-32s12.8-32 32-32h64c32 0 64 32 64 64V768c0 32-32 64-64 64z" horiz-adv-x="1024" />
-
-
- <glyph glyph-name="alert_16" unicode="&#59314;" d="M512 832C262.4 832 64 633.6 64 384s198.4-448 448-448 448 198.4 448 448-198.4 448-448 448z m0-832c-211.2 0-384 172.8-384 384s172.8 384 384 384 384-172.8 384-384-172.8-384-384-384zM512 633.6c-19.2 0-32-12.8-32-32v-320c0-19.2 12.8-32 32-32s32 12.8 32 32v320c0 19.2-12.8 32-32 32zM512 160m-32 0a32 32 0 1 1 64 0 32 32 0 1 1-64 0Z" horiz-adv-x="1024" />
-
-
-
-
- </font>
-</defs></svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/iconfont.ttf b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/iconfont.ttf
deleted file mode 100644
index b8bc410e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/iconfont.ttf
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/iconfont.woff b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/iconfont.woff
deleted file mode 100644
index 7cbe02f9..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/iconfont.woff
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/plx-icons.eot b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/plx-icons.eot
deleted file mode 100644
index 5611721d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/plx-icons.eot
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/plx-icons.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/plx-icons.svg
deleted file mode 100644
index 98d20729..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/plx-icons.svg
+++ /dev/null
@@ -1,146 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>Generated by IcoMoon</metadata>
-<defs>
-<font id="plx-icons" horiz-adv-x="1024">
-<font-face units-per-em="1024" ascent="960" descent="-64" />
-<missing-glyph horiz-adv-x="1024" />
-<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
-<glyph unicode="&#xe900;" glyph-name="all-selected-16" d="M800 844.8h-512c-52.907 0-96-43.093-96-96v-512c0-52.907 43.093-96 96-96h512c52.907 0 96 43.093 96 96v512c0 52.907-43.093 96-96 96zM832 236.8c0-17.707-14.293-32-32-32h-512c-17.707 0-32 14.293-32 32v512c0 17.707 14.293 32 32 32h512c17.707 0 32-14.293 32-32v-512zM672 12.8c17.707 0 32 14.293 32 32s-14.293 32-32 32h-512c-17.707 0-32 14.293-32 32v512c0 17.707-14.293 32-32 32s-32-14.293-32-32v-512c0-52.907 43.093-96 96-96h512zM712.32 642.347l-179.84-197.973-92.907 101.227c-12.053 13.013-32.32 13.867-45.227 1.92-13.013-11.947-13.867-32.213-1.92-45.227l116.587-127.040c6.080-6.613 14.613-10.347 23.573-10.347 0 0 0.107 0 0.107 0 8.96 0 17.493 3.84 23.573 10.453l203.413 223.787c11.84 13.12 10.88 33.387-2.133 45.227-13.12 11.947-33.28 11.093-45.227-2.027z" />
-<glyph unicode="&#xe901;" glyph-name="arrow-down-16" d="M137.387 515.413c-12.48-12.48-12.48-32.747 0-45.227l320-320c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l320 320c12.48 12.48 12.48 32.747 0 45.227s-32.747 12.48-45.227 0l-265.387-265.387v562.773c0 17.707-14.293 32-32 32s-32-14.293-32-32v-562.773l-265.387 265.387c-12.48 12.48-32.747 12.48-45.227 0z" />
-<glyph unicode="&#xe902;" glyph-name="arrow-left-16" d="M137.387 470.187l320-320c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-265.387 265.387h562.773c17.707 0 32 14.293 32 32s-14.293 32-32 32h-562.773l265.387 265.387c12.48 12.48 12.48 32.747 0 45.227s-32.747 12.48-45.227 0l-320-320c-12.48-12.48-12.48-32.747 0-45.227z" />
-<glyph unicode="&#xe903;" glyph-name="arrow-right-16" d="M128 492.8c0-17.707 14.293-32 32-32h562.773l-265.387-265.387c-12.48-12.48-12.48-32.747 0-45.227 6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l320 320c12.48 12.48 12.48 32.747 0 45.227l-320 320c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l265.387-265.387h-562.773c-17.707 0-32-14.293-32-32z" />
-<glyph unicode="&#xe904;" glyph-name="arrow-up-16" d="M480 140.8c17.707 0 32 14.293 32 32v562.773l265.387-265.387c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-320 320c-12.48 12.48-32.747 12.48-45.227 0l-320-320c-12.48-12.48-12.48-32.747 0-45.227s32.747-12.48 45.227 0l265.387 265.387v-562.773c0-17.707 14.293-32 32-32z" />
-<glyph unicode="&#xe905;" glyph-name="bell-20" d="M915.093 288.427c-17.92 28.587-42.667 50.347-69.333 71.040v185.92c0 64.747-20.48 126.293-59.093 177.92-34.027 45.547-79.467 80-132.16 100.48-8.213 26.88-24 51.2-45.547 69.653-26.88 23.147-61.333 35.84-96.853 35.84s-69.973-12.693-96.853-35.84c-21.547-18.56-37.333-42.773-45.547-69.653-52.693-20.48-98.133-55.040-132.16-100.48-38.72-51.733-59.093-113.28-59.093-177.92v-185.92c-26.667-20.587-51.413-42.347-69.333-71.040-21.333-33.92-31.253-74.773-31.253-128.533 0-17.707 14.293-32 32-32h213.76c11.947-34.24 33.173-65.067 61.44-88.427 35.627-29.44 80.747-45.653 127.147-45.653s91.413 16.213 127.147 45.653c28.267 23.36 49.493 54.080 61.44 88.427h213.76c17.707 0 32 14.293 32 32-0.213 53.76-10.133 94.613-31.467 128.533zM512 57.707c-50.24 0-95.36 27.84-118.72 70.080h237.547c-23.467-42.133-68.587-70.080-118.827-70.080zM143.253 191.893c6.933 63.36 36.16 88.533 86.187 126.187 8 6.080 12.8 15.467 12.8 25.6v201.707c0 102.080 66.027 192 164.16 223.68 11.413 3.627 19.733 13.333 21.76 25.173 6.933 41.28 42.133 71.147 83.84 71.147s76.907-29.973 83.84-71.147c2.027-11.84 10.347-21.547 21.76-25.173 98.24-31.68 164.16-121.6 164.16-223.68v-201.813c0-10.027 4.693-19.52 12.8-25.6 50.027-37.653 79.36-62.827 86.187-126.187l-737.493 0.107z" />
-<glyph unicode="&#xe906;" glyph-name="calendar-16" d="M800 780.8h-96v32c0 17.707-14.293 32-32 32s-32-14.293-32-32v-32h-256v32c0 17.707-14.293 32-32 32s-32-14.293-32-32v-32h-96c-52.907 0-96-43.093-96-96v-512c0-52.907 43.093-96 96-96h576c52.907 0 96 43.093 96 96v512c0 52.907-43.093 96-96 96zM224 716.8h96v-32c0-17.707 14.293-32 32-32s32 14.293 32 32v32h256v-32c0-17.707 14.293-32 32-32s32 14.293 32 32v32h96c17.707 0 32-14.4 32-32v-96h-640v96c0 17.6 14.293 32 32 32zM800 140.8h-576c-17.707 0-32 14.4-32 32v352h640v-352c0-17.6-14.293-32-32-32zM352 460.8h-64c-17.707 0-32-14.293-32-32s14.293-32 32-32h64c17.707 0 32 14.293 32 32s-14.293 32-32 32zM352 268.8h-64c-17.707 0-32-14.293-32-32s14.293-32 32-32h64c17.707 0 32 14.293 32 32s-14.293 32-32 32zM544 460.8h-64c-17.707 0-32-14.293-32-32s14.293-32 32-32h64c17.707 0 32 14.293 32 32s-14.293 32-32 32zM544 268.8h-64c-17.707 0-32-14.293-32-32s14.293-32 32-32h64c17.707 0 32 14.293 32 32s-14.293 32-32 32zM736 460.8h-64c-17.707 0-32-14.293-32-32s14.293-32 32-32h64c17.707 0 32 14.293 32 32s-14.293 32-32 32zM736 268.8h-64c-17.707 0-32-14.293-32-32s14.293-32 32-32h64c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe907;" glyph-name="close-16" d="M760.853 709.653c-12.48 12.48-32.747 12.48-45.227 0l-203.627-203.627-203.627 203.627c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l203.627-203.627-203.627-203.627c-12.48-12.48-12.48-32.747 0-45.227 6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l203.627 203.627 203.627-203.627c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-203.627 203.627 203.627 203.627c12.587 12.48 12.587 32.747 0 45.227z" />
-<glyph unicode="&#xe908;" glyph-name="code-16" d="M339.307 640c-12.48 12.48-32.747 12.48-45.227 0l-156.693-156.587c-5.973-5.973-9.387-14.080-9.387-22.613s3.413-16.64 9.387-22.613l156.693-156.587c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-134.080 133.973 134.080 133.973c12.48 12.48 12.48 32.747 0 45.227zM729.92 640c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l134.080-133.973-134.080-133.973c-12.48-12.48-12.48-32.747 0-45.227 6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l156.693 156.587c5.973 5.973 9.387 14.080 9.387 22.613s-3.413 16.64-9.387 22.613l-156.693 156.587zM587.84 650.453c-16.213 6.613-34.987-1.387-41.6-17.813l-128-320c-6.613-16.427 1.387-34.987 17.813-41.6 3.84-1.6 7.893-2.347 11.84-2.347 12.693 0 24.747 7.573 29.76 20.16l128 320c6.613 16.427-1.387 35.093-17.813 41.6z" />
-<glyph unicode="&#xe909;" glyph-name="code-f-16" d="M864 780.8h-704c-52.907 0-96-43.093-96-96v-448c0-52.907 43.093-96 96-96h704c52.907 0 96 43.093 96 96v448c0 52.907-43.093 96-96 96zM358.933 326.827c12.48-12.48 12.48-32.747 0-45.227-6.293-6.293-14.4-9.387-22.613-9.387s-16.427 3.093-22.613 9.387l-156.693 156.587c-12.48 12.48-12.48 32.747 0 45.227l156.693 156.587c12.48 12.48 32.747 12.48 45.227 0s12.48-32.747 0-45.227l-133.973-133.973 133.973-133.973zM605.653 608.96l-128-320c-5.013-12.48-16.96-20.16-29.653-20.16-3.947 0-8 0.747-11.84 2.347-16.427 6.613-24.427 25.173-17.813 41.6l128 320c6.613 16.427 25.28 24.427 41.6 17.813s24.32-25.28 17.707-41.6zM866.987 438.187l-156.693-156.587c-6.293-6.293-14.4-9.387-22.613-9.387s-16.427 3.093-22.613 9.387c-12.48 12.48-12.48 32.747 0 45.227l133.973 133.973-133.973 133.973c-12.48 12.48-12.48 32.747 0 45.227s32.747 12.48 45.227 0l156.587-156.587c12.587-12.48 12.587-32.747 0.107-45.227z" />
-<glyph unicode="&#xe90a;" glyph-name="copy-16" d="M800 844.8h-512c-52.907 0-96-43.093-96-96v-512c0-52.907 43.093-96 96-96h512c52.907 0 96 43.093 96 96v512c0 52.907-43.093 96-96 96zM832 236.8c0-17.707-14.293-32-32-32h-512c-17.707 0-32 14.293-32 32v512c0 17.707 14.293 32 32 32h512c17.707 0 32-14.293 32-32v-512zM672 12.8c17.707 0 32 14.293 32 32s-14.293 32-32 32h-512c-17.707 0-32 14.293-32 32v512c0 17.707-14.293 32-32 32s-32-14.293-32-32v-512c0-52.907 43.093-96 96-96h512zM736 524.8h-160v160c0 17.707-14.293 32-32 32s-32-14.293-32-32v-160h-160c-17.707 0-32-14.293-32-32s14.293-32 32-32h160v-160c0-17.707 14.293-32 32-32s32 14.293 32 32v160h160c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe90b;" glyph-name="delete-16" d="M864 716.8h-157.12l-61.333 111.467c-5.547 10.24-16.32 16.533-27.947 16.533h-211.2c-11.627 0-22.4-6.293-28.053-16.533l-61.227-111.467h-157.12c-17.707 0-32-14.293-32-32s14.293-32 32-32h32v-480c0-52.907 43.093-96 96-96h448c52.907 0 96 43.093 96 96v480h32c17.707 0 32 14.293 32 32s-14.293 32-32 32zM425.28 780.8h173.333l35.2-64h-243.733l35.2 64zM768 172.8c0-17.707-14.293-32-32-32h-448c-17.707 0-32 14.293-32 32v480h512v-480zM416 588.8c-17.707 0-32-14.293-32-32v-320c0-17.707 14.293-32 32-32s32 14.293 32 32v320c0 17.707-14.293 32-32 32zM608 588.8c-17.707 0-32-14.293-32-32v-320c0-17.707 14.293-32 32-32s32 14.293 32 32v320c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe90c;" glyph-name="detail-16" d="M224 76.8h576c52.907 0 96 43.093 96 96v576c0 52.907-43.093 96-96 96h-576c-52.907 0-96-43.093-96-96v-576c0-52.907 43.093-96 96-96zM192 748.8c0 17.707 14.293 32 32 32h576c17.707 0 32-14.293 32-32v-576c0-17.707-14.293-32-32-32h-576c-17.707 0-32 14.293-32 32v576zM544 652.8h192c17.707 0 32 14.293 32 32s-14.293 32-32 32h-192c-17.707 0-32-14.293-32-32s14.293-32 32-32zM544 524.8h192c17.707 0 32 14.293 32 32s-14.293 32-32 32h-192c-17.707 0-32-14.293-32-32s14.293-32 32-32zM544 204.8h192c17.707 0 32 14.293 32 32s-14.293 32-32 32h-192c-17.707 0-32-14.293-32-32s14.293-32 32-32zM544 332.8h192c17.707 0 32 14.293 32 32s-14.293 32-32 32h-192c-17.707 0-32-14.293-32-32s14.293-32 32-32zM288 524.8h128c17.707 0 32 14.293 32 32v128c0 17.707-14.293 32-32 32h-128c-17.707 0-32-14.293-32-32v-128c0-17.707 14.293-32 32-32zM320 652.8h64v-64h-64v64zM288 204.8h128c17.707 0 32 14.293 32 32v128c0 17.707-14.293 32-32 32h-128c-17.707 0-32-14.293-32-32v-128c0-17.707 14.293-32 32-32zM320 332.8h64v-64h-64v64z" />
-<glyph unicode="&#xe90d;" glyph-name="double-left-16" d="M301.227 492.8l233.387 233.387c12.48 12.48 12.48 32.747 0 45.227s-32.747 12.48-45.227 0l-256-256c-12.48-12.48-12.48-32.747 0-45.227l256-256c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-233.387 233.387zM822.613 771.413c-12.48 12.48-32.747 12.48-45.227 0l-256-256c-12.48-12.48-12.48-32.747 0-45.227l256-256c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-233.387 233.387 233.387 233.387c12.48 12.48 12.48 32.747 0 45.227z" />
-<glyph unicode="&#xe90e;" glyph-name="double-right-16" d="M566.613 771.413c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l233.387-233.387-233.387-233.387c-12.48-12.48-12.48-32.747 0-45.227 6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l256 256c12.48 12.48 12.48 32.747 0 45.227l-256 256zM534.613 515.413l-256 256c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l233.387-233.387-233.387-233.387c-12.48-12.48-12.48-32.747 0-45.227 6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l256 256c12.48 12.48 12.48 32.747 0 45.227z" />
-<glyph unicode="&#xe90f;" glyph-name="down-16" d="M457.387 342.187c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l256 256c12.48 12.48 12.48 32.747 0 45.227s-32.747 12.48-45.227 0l-233.387-233.387-233.387 233.387c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l256-256z" />
-<glyph unicode="&#xe910;" glyph-name="download-16" d="M512 844.8c-17.707 0-32-14.293-32-32v-525.867l-169.707 164.8c-12.693 12.267-32.96 12.053-45.227-0.64s-12.053-32.853 0.64-45.227l178.453-173.333c17.813-17.813 41.173-26.56 64.533-27.413 1.173-0.107 2.133-0.64 3.307-0.64 0 0 0 0 0.107 0s0 0 0.107 0c24.533 0 48.96 9.28 67.413 27.733l178.773 173.653c12.693 12.373 12.907 32.64 0.64 45.227-12.267 12.693-32.533 12.907-45.227 0.64l-169.813-164.8v525.867c0 17.707-14.293 32-32 32zM864 396.8c-17.707 0-32-14.293-32-32v-224h-640v224c0 17.707-14.293 32-32 32s-32-14.293-32-32v-256c0-17.707 14.293-32 32-32h704c17.707 0 32 14.293 32 32v256c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe911;" glyph-name="empty-16" d="M894.72 373.653l-128 448c-3.947 13.653-16.427 23.147-30.72 23.147h-448c-14.293 0-26.773-9.493-30.72-23.147l-128-448c-0.427-1.493-0.107-2.88-0.32-4.373s-0.853-2.88-0.853-4.48v-256c0-17.707 14.293-32 32-32h704c17.707 0 32 14.293 32 32v256c0 1.6-0.64 2.987-0.853 4.48-0.32 1.493-0.107 2.88-0.533 4.373zM312.107 780.8h399.787l109.76-384h-181.653c-17.707 0-32-14.293-32-32 0-52.907-43.093-96-96-96s-96 43.093-96 96c0 17.707-14.293 32-32 32h-181.547l109.653 384zM832 140.8h-640v192h163.2c14.827-72.96 79.573-128 156.8-128s141.973 55.040 156.8 128h163.2v-192z" />
-<glyph unicode="&#xe912;" glyph-name="export-16" d="M467.52 437.547c-28.587-99.947-17.493-200.213-17.067-204.48 1.92-16.32 15.787-28.373 31.787-28.373 1.28 0 2.453 0.107 3.733 0.213 17.6 2.027 30.080 17.813 28.16 35.413-0.107 0.853-10.027 92.16 14.933 179.627 44.373 155.093 212.693 209.387 287.893 226.133l-79.68-228.907c-5.76-16.64 3.093-34.987 19.733-40.747 3.413-1.173 7.040-1.813 10.453-1.813 13.227 0 25.6 8.32 30.293 21.44l81.707 234.987c6.933 18.987 7.36 38.827 2.56 57.067 0 0.107 0 0.107 0 0.213-0.533 4.907-2.347 9.28-4.8 13.227-10.027 23.573-29.12 43.093-54.72 52.373l-232.853 88.747c-16.427 6.293-34.987-1.92-41.28-18.56-6.293-16.533 2.027-34.987 18.453-41.28l210.56-80.213c-95.36-24.96-260.587-92.373-309.867-265.067zM864 396.8c-17.707 0-32-14.293-32-32v-224h-640v224c0 17.707-14.293 32-32 32s-32-14.293-32-32v-256c0-17.707 14.293-32 32-32h704c17.707 0 32 14.293 32 32v256c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe913;" glyph-name="export-other-16" d="M412.907 268.8c1.28 0 2.453 0.107 3.733 0.213 17.6 1.92 30.080 17.813 28.16 35.413-0.107 0.853-10.027 92.16 14.933 179.52 44.373 155.093 212.693 209.387 287.893 226.133l-79.68-229.013c-5.76-16.64 3.093-34.987 19.733-40.747 3.413-1.173 7.040-1.707 10.453-1.707 13.227 0 25.6 8.213 30.293 21.547l81.707 234.987c6.933 18.987 7.36 38.827 2.56 57.067 0 0.107 0 0.107 0 0.213-0.533 4.907-2.347 9.28-4.8 13.227-10.027 23.467-29.12 43.093-54.72 52.373l-232.747 88.64c-16.32 6.187-34.987-1.92-41.28-18.453s2.027-34.987 18.453-41.28l210.667-80.213c-95.36-25.067-260.693-92.48-309.973-265.067-28.587-100.053-17.493-200.213-17.067-204.48 1.813-16.32 15.68-28.373 31.68-28.373zM544 204.8h-352v224c0 17.707-14.293 32-32 32s-32-14.293-32-32v-256c0-17.707 14.293-32 32-32h384c17.707 0 32 14.293 32 32s-14.293 32-32 32zM768 300.8c-70.613 0-128-57.387-128-128s57.387-128 128-128 128 57.387 128 128-57.387 128-128 128zM768 108.8c-35.307 0-64 28.693-64 64s28.693 64 64 64 64-28.693 64-64-28.693-64-64-64z" />
-<glyph unicode="&#xe914;" glyph-name="eye-16" d="M512 716.8c-216.96 0-330.667-143.68-369.493-205.44-19.733-31.253-19.627-70.080 0.107-101.227 38.933-61.653 152.96-205.333 369.387-205.333s330.347 143.573 369.28 205.227c19.84 31.253 19.84 70.187-0.107 101.547-39.147 61.653-153.6 205.227-369.173 205.227zM827.2 444.267c-41.387-65.6-137.28-175.467-315.2-175.467s-273.92 109.973-315.307 175.573c-6.613 10.24-6.613 22.613-0.107 32.853 41.28 65.6 137.067 175.573 315.413 175.573 177.28 0 273.6-109.973 315.2-175.467 6.507-10.453 6.507-22.72 0-33.067zM512 620.8c-88.213 0-160-71.787-160-160s71.787-160 160-160 160 71.787 160 160-71.787 160-160 160zM512 364.8c-52.907 0-96 43.093-96 96s43.093 96 96 96 96-43.093 96-96-43.093-96-96-96z" />
-<glyph unicode="&#xe915;" glyph-name="eye-closed-16" d="M182.613 835.413c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l704-704c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-704 704zM512 620.8c-7.573 0-14.72-1.173-21.973-2.24l179.84-179.84c1.067 7.253 2.24 14.507 2.24 21.973-0.107 88.32-71.893 160.107-160.107 160.107zM533.973 303.040l-179.733 179.733c-1.067-7.253-2.24-14.507-2.24-21.973 0-88.213 71.787-160 160-160 7.573 0 14.72 1.173 21.973 2.24zM512 716.8c-37.227 0-72.32-5.653-106.347-13.867l54.293-54.293c17.067 2.24 34.133 4.16 52.053 4.16 177.28 0 273.6-109.973 315.2-175.467 6.613-10.347 6.613-22.72 0-33.067-16.107-25.6-40.853-57.707-75.2-87.68l44.8-44.8c40.96 36.267 69.013 73.707 84.48 98.24 19.84 31.36 19.84 70.187-0.107 101.547-39.147 61.76-153.6 205.227-369.173 205.227zM272.107 564.907l-45.227 45.227c-40.427-35.733-68.267-73.067-84.373-98.773-19.733-31.253-19.627-70.080 0.107-101.227 38.933-61.653 152.96-205.333 369.387-205.333 39.147 0 73.707 5.867 106.347 13.973l-54.080 54.080c-16.747-2.24-33.813-4.053-52.267-4.053-177.92 0-273.92 109.973-315.307 175.573-6.507 10.24-6.613 22.613 0 32.96 14.293 22.827 39.040 56 75.413 87.573z" />
-<glyph unicode="&#xe916;" glyph-name="file-16" d="M832 620.8c0 4.267-0.853 8.427-2.453 12.267-1.6 3.947-3.947 7.36-6.933 10.347l-256 256c-2.987 2.987-6.4 5.333-10.347 6.933-3.84 1.6-8 2.453-12.267 2.453h-320c-17.707 0-32-14.293-32-32v-768c0-17.707 14.293-32 32-32h576c17.707 0 32 14.293 32 32v512zM576 799.573l146.773-146.773h-146.773v146.773zM256 140.8v704h256v-224c0-17.707 14.293-32 32-32h224v-448h-512zM672 524.8h-320c-17.707 0-32-14.293-32-32s14.293-32 32-32h320c17.707 0 32 14.293 32 32s-14.293 32-32 32zM672 332.8h-320c-17.707 0-32-14.293-32-32s14.293-32 32-32h320c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe917;" glyph-name="filter-16" d="M888.64 812.48c-10.667 19.947-31.36 32.32-54.080 32.32h-645.333c-22.613 0-43.307-12.373-54.080-32.32-10.773-20.053-9.6-44.16 2.987-63.040l224.533-336.533v-157.44c0-20.48 10.24-39.573 27.307-50.987l176.107-117.44c10.133-6.72 21.867-10.24 33.92-10.24 10.027 0 20.053 2.56 29.013 7.36 19.947 10.667 32.32 31.36 32.32 54.080v274.667l224.32 336.533c12.587 18.88 13.76 43.093 2.987 63.040zM597.333 432.32l1.387-290.133-172.053 113.28v176.853l-237.333 348.48 643.093 4.16-235.093-352.64z" />
-<glyph unicode="&#xe918;" glyph-name="filter-f-16" d="M133.333 795.093l250.667-375.893v-182.4c0-10.667 5.333-20.693 14.293-26.667l192-128c5.333-3.52 11.52-5.333 17.707-5.333 5.227 0 10.347 1.28 15.147 3.84 10.347 5.547 16.853 16.427 16.853 28.16v310.293l250.667 375.893c6.613 9.813 7.147 22.4 1.6 32.853-5.547 10.347-16.427 16.853-28.16 16.853h-704.107c-11.84 0-22.613-6.507-28.16-16.853-5.653-10.347-5.013-22.933 1.493-32.747z" />
-<glyph unicode="&#xe919;" glyph-name="folder-16" d="M800 780.8h-357.547c-8.427 0-16.64 3.413-22.613 9.387l-26.453 26.453c-18.133 18.133-42.24 28.16-67.84 28.16h-101.547c-52.907 0-96-43.093-96-96v-512c0-52.907 43.093-96 96-96h576c52.907 0 96 43.093 96 96v448c0 52.907-43.093 96-96 96zM224 780.8h101.547c8.427 0 16.64-3.413 22.613-9.387l26.453-26.453c18.133-18.133 42.24-28.16 67.84-28.16h357.547c17.707 0 32-14.293 32-32v-32h-640v96c0 17.707 14.293 32 32 32zM800 204.8h-576c-17.707 0-32 14.293-32 32v352h640v-352c0-17.707-14.293-32-32-32z" />
-<glyph unicode="&#xe91a;" glyph-name="folder-custom-16" d="M800 780.8h-357.547c-8.427 0-16.64 3.413-22.613 9.387l-26.453 26.453c-17.92 17.92-42.667 28.16-67.84 28.16h-101.547c-52.907 0-96-43.093-96-96v-512c0-52.907 43.093-96 96-96h256c17.707 0 32 14.293 32 32s-14.293 32-32 32h-256c-17.6 0-32 14.4-32 32v352h640v-128c0-17.707 14.293-32 32-32s32 14.293 32 32v224c0 52.907-43.093 96-96 96zM192 652.8v96c0 17.6 14.4 32 32 32h101.547c8.427 0 16.64-3.413 22.613-9.387l26.453-26.453c17.92-17.92 42.667-28.16 67.84-28.16h357.547c17.6 0 32-14.4 32-32v-32h-640zM868.587 344.533l-93.973 13.653-42.027 85.12c-10.773 21.76-46.613 21.76-57.387 0l-42.027-85.12-93.76-13.653c-12.053-1.707-22.080-10.24-25.813-21.76s-0.64-24.32 8.107-32.853l67.947-66.24-16.107-93.547c-2.027-12.053 2.88-24.107 12.8-31.253 9.813-7.147 23.040-8.213 33.707-2.453l84.053 44.16 84.053-44.16c4.693-2.453 9.707-3.733 14.827-3.733 6.613 0 13.227 2.027 18.773 6.080 9.92 7.147 14.827 19.2 12.8 31.253l-16.107 93.547 67.947 66.24c8.747 8.533 11.84 21.227 8.107 32.853-3.84 11.733-13.867 20.16-25.92 21.867zM761.707 257.813c-7.573-7.36-10.987-17.92-9.28-28.267l7.893-46.293-41.493 21.76c-4.587 2.453-9.707 3.733-14.827 3.733s-10.24-1.28-14.827-3.733l-41.493-21.76 7.893 46.293c1.707 10.347-1.707 20.907-9.28 28.267l-33.493 32.64 46.4 6.72c10.347 1.6 19.413 8.107 24.107 17.493l20.8 42.027 20.8-42.027c4.587-9.387 13.653-15.893 24.107-17.493l46.4-6.72-33.707-32.64z" />
-<glyph unicode="&#xe91b;" glyph-name="folder-open-16" d="M832 587.733v97.067c0 52.907-43.093 96-96 96h-357.547c-8.427 0-16.64 3.413-22.613 9.387l-26.453 26.453c-18.133 18.133-42.24 28.16-67.84 28.16h-101.547c-52.907 0-96-43.093-96-96v-512c0-1.92 0.32-4.267 0.747-6.4 1.173-17.067 6.4-33.813 16.427-48.213 17.92-25.92 47.467-41.28 78.933-41.28h567.253c39.787 0 75.947 25.067 89.92 62.293l96 256c10.987 29.44 6.933 62.507-10.987 88.427-16.32 23.36-42.133 37.547-70.293 40.107zM160 780.8h101.547c8.427 0 16.64-3.413 22.613-9.387l26.453-26.453c18.133-18.133 42.24-28.16 67.84-28.16h357.547c17.707 0 32-14.293 32-32v-96h-511.893c-39.787 0-75.947-25.067-89.92-62.293l-38.187-101.76v324.053c0 17.707 14.293 32 32 32zM853.333 481.6l-96-256c-4.693-12.48-16.747-20.8-29.973-20.8h-567.253c-10.667 0-20.267 5.013-26.347 13.76s-7.36 19.52-3.627 29.44l96 256c4.693 12.48 16.747 20.8 29.973 20.8h567.253c10.667 0 20.267-5.013 26.347-13.76s7.36-19.52 3.627-29.44z" />
-<glyph unicode="&#xe91c;" glyph-name="folder-open-custom-16" d="M902.293 547.52c-16.213 23.467-42.133 37.653-70.293 40.213v97.067c0 52.907-43.093 96-96 96h-357.547c-8.427 0-16.64 3.413-22.613 9.387l-26.453 26.453c-18.133 18.133-42.24 28.16-67.84 28.16h-101.547c-52.907 0-96-43.093-96-96v-512c0-1.92 0.32-4.16 0.747-6.293 1.173-17.067 6.293-33.92 16.427-48.427 17.92-25.92 47.467-41.28 78.933-41.28h319.893c17.707 0 32 14.293 32 32s-14.293 32-32 32h-319.893c-10.667 0-20.267 5.013-26.347 13.76s-7.36 19.52-3.627 29.547l96 256c4.693 12.48 16.64 20.8 29.973 20.8h567.253c10.667 0 20.267-5.013 26.347-13.76s7.36-19.52 3.627-29.547c-6.187-16.533 2.24-34.987 18.773-41.173 16.427-6.4 34.987 2.24 41.173 18.667 10.987 29.44 6.933 62.507-10.987 88.427zM166.187 526.507l-38.187-101.76v324.053c0 17.6 14.293 32 32 32h101.547c8.427 0 16.64-3.413 22.613-9.387l26.453-26.453c18.133-18.133 42.24-28.16 67.84-28.16h357.547c17.707 0 32-14.4 32-32v-96h-511.893c-39.787 0-75.947-24.96-89.92-62.293zM868.587 344.533l-93.867 13.653-42.027 85.12c-10.773 21.76-46.613 21.76-57.387 0l-42.027-85.12-93.867-13.653c-12.053-1.707-22.080-10.24-25.813-21.76s-0.64-24.32 8.107-32.853l67.947-66.24-16-93.547c-2.027-12.053 2.88-24.107 12.693-31.253 9.92-7.253 22.933-8.213 33.707-2.453l83.947 44.16 83.947-44.16c4.693-2.453 9.813-3.733 14.933-3.733 6.613 0 13.227 2.027 18.773 6.080 9.813 7.147 14.827 19.2 12.693 31.253l-16 93.547 67.947 66.24c8.747 8.533 11.84 21.227 8.107 32.853-3.733 11.733-13.76 20.16-25.813 21.867zM761.707 257.813c-7.573-7.36-10.987-17.92-9.173-28.267l7.893-46.293-41.493 21.867c-4.693 2.453-9.813 3.733-14.933 3.733s-10.24-1.28-14.933-3.733l-41.493-21.76 7.893 46.293c1.813 10.347-1.707 20.907-9.173 28.267l-33.6 32.64 46.4 6.72c10.453 1.6 19.413 8.107 24.107 17.493l20.8 42.027 20.8-42.027c4.693-9.387 13.653-15.893 24.107-17.493l46.4-6.72-33.6-32.747z" />
-<glyph unicode="&#xe91d;" glyph-name="full-grid-16" d="M224 524.8h128c56.533 0 96 39.467 96 96v128c0 56.533-39.467 96-96 96h-128c-56.533 0-96-39.467-96-96v-128c0-56.533 39.467-96 96-96zM192 748.8c0 20.587 11.413 32 32 32h128c20.587 0 32-11.413 32-32v-128c0-20.587-11.413-32-32-32h-128c-20.587 0-32 11.413-32 32v128zM800 844.8h-128c-56.533 0-96-39.467-96-96v-128c0-56.533 39.467-96 96-96h128c56.533 0 96 39.467 96 96v128c0 56.533-39.467 96-96 96zM832 620.8c0-20.587-11.413-32-32-32h-128c-20.587 0-32 11.413-32 32v128c0 20.587 11.413 32 32 32h128c20.587 0 32-11.413 32-32v-128zM224 76.8h128c56.533 0 96 39.467 96 96v128c0 56.533-39.467 96-96 96h-128c-56.533 0-96-39.467-96-96v-128c0-56.533 39.467-96 96-96zM192 300.8c0 20.587 11.413 32 32 32h128c20.587 0 32-11.413 32-32v-128c0-20.587-11.413-32-32-32h-128c-20.587 0-32 11.413-32 32v128zM800 396.8h-128c-56.533 0-96-39.467-96-96v-128c0-56.533 39.467-96 96-96h128c56.533 0 96 39.467 96 96v128c0 56.533-39.467 96-96 96zM832 172.8c0-20.587-11.413-32-32-32h-128c-20.587 0-32 11.413-32 32v128c0 20.587 11.413 32 32 32h128c20.587 0 32-11.413 32-32v-128z" />
-<glyph unicode="&#xe91e;" glyph-name="full-grid-f-16" d="M224 556.8h128c38.4 0 64 25.6 64 64v128c0 38.4-25.6 64-64 64h-128c-38.4 0-64-25.6-64-64v-128c0-38.4 25.6-64 64-64zM672 556.8h128c38.4 0 64 25.6 64 64v128c0 38.4-25.6 64-64 64h-128c-38.4 0-64-25.6-64-64v-128c0-38.4 25.6-64 64-64zM224 108.8h128c38.4 0 64 25.6 64 64v128c0 38.4-25.6 64-64 64h-128c-38.4 0-64-25.6-64-64v-128c0-38.4 25.6-64 64-64zM672 108.8h128c38.4 0 64 25.6 64 64v128c0 38.4-25.6 64-64 64h-128c-38.4 0-64-25.6-64-64v-128c0-38.4 25.6-64 64-64z" />
-<glyph unicode="&#xe91f;" glyph-name="full-screen-16" d="M160 588.8c17.707 0 32 14.293 32 32v125.547l200.747-211.627c6.293-6.613 14.72-9.92 23.253-9.92 7.893 0 15.893 2.88 22.080 8.747 12.8 12.16 13.333 32.427 1.173 45.227l-191.68 202.027h104.427c17.707 0 32 14.293 32 32s-14.293 32-32 32h-192c-17.707 0-32-14.293-32-32v-192c0-17.707 14.293-32 32-32zM672 780.8h160v-160c0-17.707 14.293-32 32-32s32 14.293 32 32v192c0 17.707-14.293 32-32 32h-192c-17.707 0-32-14.293-32-32s14.293-32 32-32zM160 76.8h192c17.707 0 32 14.293 32 32s-14.293 32-32 32h-160v160c0 17.707-14.293 32-32 32s-32-14.293-32-32v-192c0-17.707 14.293-32 32-32zM787.84 140.8h-115.84c-17.707 0-32-14.293-32-32s14.293-32 32-32h192c17.707 0 32 14.293 32 32v192c0 17.707-14.293 32-32 32s-32-14.293-32-32v-113.6l-194.667 199.893c-12.373 12.8-32.64 13.013-45.227 0.64-12.693-12.373-12.907-32.64-0.64-45.227l196.373-201.707z" />
-<glyph unicode="&#xe920;" glyph-name="gear-16" d="M512 620.8c-88.213 0-160-71.787-160-160s71.787-160 160-160 160 71.787 160 160-71.787 160-160 160zM512 364.8c-52.907 0-96 43.093-96 96s43.093 96 96 96 96-43.093 96-96-43.093-96-96-96zM938.987 597.333h-24.853c-0.107 0-0.107 0-0.213 0-34.987 0-66.133 17.707-83.307 47.467-17.28 29.867-16.96 65.813 0.747 96.213l12.48 21.44-17.707 17.493c-53.867 53.12-121.387 92.053-194.987 112.32l-23.893 6.613-12.373-21.547c-17.493-30.4-48.427-48.533-82.88-48.533s-65.387 18.133-82.88 48.64l-12.373 21.547-23.893-6.613c-73.6-20.373-141.12-59.307-195.093-112.427l-17.707-17.493 12.48-21.44c17.707-30.4 18.027-66.347 0.747-96.213-17.173-29.76-48.213-47.467-83.2-47.467-0.107 0-0.107 0-0.213 0h-24.853l-6.187-24c-9.813-37.867-14.827-75.733-14.827-112.533 0-35.093 5.12-71.893 15.787-112.64l6.187-23.787 24.533-0.107c34.773-0.213 65.707-17.92 82.773-47.467 17.067-29.653 16.96-65.387-0.427-95.68l-12.267-21.44 17.6-17.28c54.933-54.080 122.24-93.12 194.667-113.067l23.893-6.613 12.373 21.547c17.493 30.4 48.427 48.533 82.88 48.533s65.387-18.133 82.88-48.64l12.373-21.547 23.893 6.613c73.6 20.373 141.12 59.2 195.093 112.427l17.707 17.493-12.48 21.44c-17.707 30.4-18.027 66.347-0.747 96.213 17.173 29.76 48.32 47.467 83.307 47.467 0.107 0 0.107 0 0.213 0h24.853l6.187 24c9.813 37.867 14.827 75.733 14.827 112.533-0.107 36.8-5.12 74.667-14.933 112.533l-6.187 24zM888.32 386.24c-18.56-2.987-36.587-9.173-53.013-18.24-24.96-13.867-45.76-34.347-60.053-59.2-14.4-24.853-21.653-53.12-21.227-81.813 0.32-18.773 3.947-37.44 10.773-55.040-37.653-32.853-81.6-58.24-129.28-74.347-11.84 14.613-26.133 27.093-42.24 36.693-24.533 14.72-52.587 22.507-81.28 22.507s-56.747-7.787-81.28-22.507c-16.107-9.6-30.4-22.080-42.24-36.693-46.827 16.107-90.773 41.707-128.96 75.2 6.613 17.493 10.133 36.053 10.453 54.827 0.427 28.48-6.933 56.533-21.227 81.28-14.187 24.64-34.773 45.013-59.52 58.88-16.32 9.173-34.24 15.36-52.693 18.453-5.76 26.773-8.533 50.987-8.533 74.667 0 24.32 2.56 49.387 7.68 74.56 18.56 2.987 36.587 9.173 53.013 18.24 24.96 13.867 45.76 34.347 60.053 59.2 14.4 24.853 21.653 53.12 21.227 81.813-0.32 18.773-3.947 37.44-10.773 55.040 37.653 32.853 81.6 58.24 129.28 74.347 11.84-14.613 26.133-27.093 42.24-36.693 24.533-14.72 52.587-22.507 81.28-22.507s56.747 7.787 81.28 22.507c16.107 9.707 30.4 22.187 42.24 36.693 47.573-16.213 91.627-41.493 129.28-74.347-6.72-17.6-10.453-36.267-10.773-55.040-0.533-28.587 6.827-56.853 21.227-81.813 14.293-24.853 35.093-45.227 60.053-59.2 16.427-9.173 34.347-15.253 53.013-18.24 5.12-25.173 7.68-50.24 7.68-74.56 0-24.427-2.56-49.493-7.68-74.667z" />
-<glyph unicode="&#xe921;" glyph-name="half-grid-16" d="M224 76.8h128c56.533 0 96 39.467 96 96v576c0 56.533-39.467 96-96 96h-128c-56.533 0-96-39.467-96-96v-576c0-56.533 39.467-96 96-96zM192 748.8c0 20.587 11.413 32 32 32h128c20.587 0 32-11.413 32-32v-576c0-20.587-11.413-32-32-32h-128c-20.587 0-32 11.413-32 32v576zM672 76.8h128c52.907 0 96 43.093 96 96v576c0 56.533-39.467 96-96 96h-128c-56.533 0-96-39.467-96-96v-576c0-56.533 39.467-96 96-96zM640 748.8c0 20.587 11.413 32 32 32h128c20.587 0 32-11.413 32-32v-576c0-19.733-16.64-32-32-32h-128c-20.587 0-32 11.413-32 32v576z" />
-<glyph unicode="&#xe922;" glyph-name="half-grid-f-16" d="M224 108.8h128c38.4 0 64 25.6 64 64v576c0 38.4-25.6 64-64 64h-128c-38.4 0-64-25.6-64-64v-576c0-38.4 25.6-64 64-64zM672 108.8h128c32 0 64 25.6 64 64v576c0 38.4-25.6 64-64 64h-128c-38.4 0-64-25.6-64-64v-576c0-38.4 25.6-64 64-64z" />
-<glyph unicode="&#xe923;" glyph-name="help-tip-16" d="M863.36 654.613c-21.013 49.6-50.987 94.080-89.173 132.267-38.293 38.187-82.773 68.267-132.267 89.173-51.307 21.76-105.813 32.747-161.92 32.747s-110.613-10.987-161.813-32.64c-49.6-21.013-94.080-50.987-132.267-89.173-38.187-38.293-68.267-82.773-89.173-132.267-21.76-51.307-32.747-105.813-32.747-161.92s10.987-110.613 32.64-161.813c21.013-49.6 50.987-94.080 89.173-132.267 38.293-38.187 82.773-68.267 132.267-89.173 51.307-21.76 105.813-32.747 161.92-32.747s110.613 10.987 161.813 32.64c49.6 21.013 94.080 50.88 132.267 89.173s68.267 82.773 89.173 132.267c21.76 51.307 32.747 105.813 32.747 161.92s-10.987 110.613-32.64 161.813zM480 140.8c-194.133 0-352 157.867-352 352s157.867 352 352 352 352-157.867 352-352-157.867-352-352-352zM519.787 292.587c0-21.974-17.813-39.787-39.787-39.787s-39.787 17.813-39.787 39.787c0 21.974 17.813 39.787 39.787 39.787s39.787-17.813 39.787-39.787zM500.16 716.373c-39.893 2.133-72.853-8.853-97.813-32.427-33.813-31.893-41.387-76.587-43.093-96.107-0.32-1.707-0.427-3.52-0.427-5.44 0-0.533 0-1.067 0-1.6 0-0.96 0-1.813 0-2.24h0.213c1.92-15.893 15.36-28.16 31.787-28.16 16.213 0 29.653 12.16 31.68 27.84h0.32v-0.213c0 0.427 0.96 38.4 23.68 59.627 11.947 11.093 28.373 16 50.347 14.827s36.907-7.787 45.653-20.373c12.267-17.707 9.92-43.307 7.787-50.133-4.16-12.907-12.16-19.307-27.2-30.293-10.133-7.36-21.547-15.68-31.467-27.84-28.267-34.56-35.627-73.493-37.227-84.587-2.453-16.747-3.627-40-3.627-40.96-0.853-17.6 12.8-32.64 30.4-33.493 0.533 0 1.067 0 1.6 0 16.96 0 31.040 13.333 31.893 30.187 0.107 0.213 1.067 21.227 3.093 35.093 1.92 13.76 9.28 35.84 23.36 53.12 4.8 5.867 11.733 10.88 19.733 16.747 16.853 12.267 39.787 29.013 50.453 62.613 6.187 19.627 10.773 66.88-16.213 105.92-14.080 20.373-42.027 45.12-94.933 47.893z" />
-<glyph unicode="&#xe924;" glyph-name="help-tip-20" d="M485.547 920.96c-240 0-435.2-195.2-435.2-435.2s195.2-435.2 435.2-435.2 435.2 195.2 435.2 435.2-195.2 435.2-435.2 435.2zM485.547 101.653c-211.733 0-384 172.267-384 384s172.267 384 384 384c211.733 0 384-172.267 384-384s-172.267-384-384-384zM523.947 293.547c0-21.208-17.192-38.4-38.4-38.4s-38.4 17.192-38.4 38.4c0 21.208 17.192 38.4 38.4 38.4s38.4-17.192 38.4-38.4zM504 726.293c-40.533 2.027-73.387-8.853-98.347-32.427-42.987-40.64-43.84-104-43.947-106.667-0.107-14.080 11.2-25.6 25.387-25.707 12.373-1.92 25.6 11.2 25.813 25.28 0 0.427 0.96 44.693 28.053 70.080 14.613 13.653 34.24 19.627 60.373 18.347 26.027-1.387 44.693-9.92 55.573-25.6 14.827-21.44 12.8-51.093 9.6-61.227-5.547-17.28-16.747-25.493-32.32-36.907-10.453-7.573-22.187-16.213-32.107-28.373-28.8-35.2-36.373-74.987-37.973-86.293-2.453-17.6-3.84-43.2-3.84-43.2v0c0-0.213 0-0.533 0-0.747 0-14.187 11.413-25.6 25.6-25.6 13.547 0 24.64 10.56 25.493 23.893v0c0 0.213 1.067 22.827 3.307 38.4 0.853 5.76 5.973 35.52 26.88 61.12 5.867 7.147 13.653 12.8 22.72 19.52 17.92 13.12 40.32 29.547 50.88 62.72 7.253 22.72 8.853 69.76-16.32 105.92-13.76 20.053-41.6 44.693-94.827 47.467z" />
-<glyph unicode="&#xe925;" glyph-name="history-16" d="M512 12.8c247.040 0 448 200.96 448 448s-200.96 448-448 448-448-200.96-448-448 200.96-448 448-448zM512 844.8c211.733 0 384-172.267 384-384s-172.267-384-384-384-384 172.267-384 384 172.267 384 384 384zM480.427 455.893c0.213-1.493 0.96-2.773 1.387-4.267 0.747-2.453 1.387-4.8 2.56-6.933 0.747-1.173 1.813-2.133 2.667-3.2 1.6-2.133 3.307-4.053 5.333-5.76 0.32-0.32 0.533-0.747 0.96-0.96l224-160c5.653-4.053 12.16-5.973 18.667-5.973 9.92 0 19.84 4.693 26.027 13.44 10.24 14.4 6.933 34.347-7.467 44.587l-212.8 152.107-30.080 210.453c-2.56 17.493-18.987 29.547-36.16 27.2-17.493-2.453-29.653-18.667-27.2-36.267l32-224c0-0.213 0.107-0.32 0.107-0.427z" />
-<glyph unicode="&#xe926;" glyph-name="import-16" d="M265.067 451.093c-12.267-12.693-12.053-32.853 0.64-45.227l178.453-173.333c15.68-15.68 35.627-23.253 56.107-25.813 3.627-1.493 7.573-2.347 11.733-2.347 0 0 0.107 0 0.107 0s0 0 0 0 0 0 0.107 0c1.173 0 2.347 0.107 3.627 0.213 1.28 0.213 2.347 0.853 3.627 1.173 21.973 1.707 43.52 9.707 60.16 26.347l178.773 173.653c12.693 12.373 12.907 32.64 0.64 45.227-12.267 12.693-32.533 12.907-45.227 0.64l-174.293-169.067c-7.040 77.547-13.867 205.547 3.307 265.493 57.28 200.32 322.133 232.64 324.8 232.96 17.6 2.027 30.187 17.813 28.16 35.413-1.92 17.6-17.493 30.080-35.307 28.267-12.587-1.387-310.080-37.12-379.2-279.040-19.733-69.227-13.227-197.547-6.933-273.173l-164.053 159.253c-12.693 12.267-32.96 12.053-45.227-0.64zM864 396.8c-17.707 0-32-14.293-32-32v-224h-640v224c0 17.707-14.293 32-32 32s-32-14.293-32-32v-256c0-17.707 14.293-32 32-32h704c17.707 0 32 14.293 32 32v256c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe927;" glyph-name="info-16" d="M480 76.8c-56.107 0-110.613 10.987-161.92 32.747-49.493 20.907-93.973 50.987-132.267 89.173-38.187 38.187-68.16 82.667-89.173 132.267-21.653 51.2-32.64 105.707-32.64 161.813s10.987 110.613 32.747 161.92c20.907 49.493 50.987 93.973 89.173 132.267 38.187 38.187 82.667 68.16 132.267 89.173 51.2 21.653 105.707 32.64 161.813 32.64s110.613-10.987 161.92-32.747c49.493-20.907 93.973-50.987 132.267-89.173 38.187-38.187 68.16-82.667 89.173-132.267 21.653-51.2 32.64-105.707 32.64-161.813s-10.987-110.613-32.747-161.92c-20.907-49.493-50.987-93.973-89.173-132.267s-82.667-68.16-132.267-89.173c-51.2-21.653-105.707-32.64-161.813-32.64zM480 844.8c-194.133 0-352-157.867-352-352s157.867-352 352-352 352 157.867 352 352-157.867 352-352 352zM480 268.8c-17.707 0-32 14.293-32 32v256c0 17.707 14.293 32 32 32s32-14.293 32-32v-256c0-17.707-14.293-32-32-32zM512 684.8c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32z" />
-<glyph unicode="&#xe928;" glyph-name="info-f-20" d="M484.373 921.6c-239.787 0-434.133-194.347-434.133-434.133s194.347-434.133 434.133-434.133 434.133 194.347 434.133 434.133-194.347 434.133-434.133 434.133zM508.053 281.6c0-14.187-11.413-25.6-25.6-25.6s-25.6 11.413-25.6 25.6v286.72c0 14.187 11.413 25.6 25.6 25.6s25.6-11.413 25.6-25.6v-286.72zM482.347 642.027c-21.227 0-38.4 17.173-38.4 38.4s17.173 38.4 38.4 38.4c21.227 0 38.4-17.173 38.4-38.4 0-21.12-17.173-38.4-38.4-38.4z" />
-<glyph unicode="&#xe929;" glyph-name="left-16" d="M630.613 771.413c-12.48 12.48-32.747 12.48-45.227 0l-256-256c-12.48-12.48-12.48-32.747 0-45.227l256-256c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-233.387 233.387 233.387 233.387c12.48 12.48 12.48 32.747 0 45.227z" />
-<glyph unicode="&#xe92a;" glyph-name="lock-16" d="M512 844.8c-105.92 0-192-86.080-192-192v-64h-32c-52.907 0-96-43.093-96-96v-320c0-52.907 43.093-96 96-96h448c52.907 0 96 43.093 96 96v320c0 52.907-43.093 96-96 96h-32v64c0 105.92-86.080 192-192 192zM384 652.8c0 70.613 57.387 128 128 128s128-57.387 128-128v-64h-256v64zM768 492.8v-320c0-17.707-14.4-32-32-32h-448c-17.6 0-32 14.293-32 32v320c0 17.707 14.4 32 32 32h448c17.6 0 32-14.293 32-32zM512 428.8c-17.707 0-32-14.293-32-32v-128c0-17.707 14.293-32 32-32s32 14.293 32 32v128c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe92b;" glyph-name="magnifier-16" d="M750.293 267.733c50.88 61.013 81.707 139.52 81.707 225.067 0 194.133-157.867 352-352 352s-352-157.867-352-352 157.867-352 352-352c85.547 0 164.053 30.72 225.067 81.707l136.32-136.32c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-136.32 136.32zM480 204.8c-158.827 0-288 129.173-288 288s129.173 288 288 288 288-129.173 288-288-129.173-288-288-288z" />
-<glyph unicode="&#xe92c;" glyph-name="maximize-16" d="M804.053 835.413h-576c-52.907 0-96-43.093-96-96v-576c0-52.907 43.093-96 96-96h576c52.907 0 96 43.093 96 96v576c0 53.013-43.093 96-96 96zM228.053 771.413h576c17.707 0 32-14.293 32-32v-89.28h-640v89.28c0 17.707 14.293 32 32 32zM804.053 131.413h-576c-17.707 0-32 14.293-32 32v422.72h640v-422.72c0-17.6-14.4-32-32-32z" />
-<glyph unicode="&#xe92d;" glyph-name="menu-16" d="M800 844.8h-640c-17.707 0-32-14.293-32-32s14.293-32 32-32h640c17.707 0 32 14.293 32 32s-14.293 32-32 32zM800 524.8h-640c-17.707 0-32-14.293-32-32s14.293-32 32-32h640c17.707 0 32 14.293 32 32s-14.293 32-32 32zM832 172.8c0 17.707-14.293 32-32 32h-640c-17.707 0-32-14.293-32-32s14.293-32 32-32h640c17.707 0 32 14.293 32 32z" />
-<glyph unicode="&#xe92e;" glyph-name="message-16" d="M800 780.8h-576c-52.907 0-96-43.093-96-96v-384c0-52.907 43.093-96 96-96h576c52.907 0 96 43.093 96 96v384c0 52.907-43.093 96-96 96zM512 531.84l-264.213 184.96h528.32l-264.107-184.96zM800 268.8h-576c-17.6 0-32 14.293-32 32v376.96l301.653-211.093c0.533-0.427 1.28-0.213 1.92-0.64 5.013-3.093 10.667-5.227 16.533-5.227s11.413 2.027 16.533 5.227c0.64 0.32 1.28 0.213 1.92 0.64l301.44 211.093v-376.96c0-17.707-14.4-32-32-32z" />
-<glyph unicode="&#xe92f;" glyph-name="message-20" d="M937.493 776.213h-868.267c-18.24 0-33.067-14.827-33.067-33.067v-561.067c0-18.24 14.827-33.067 33.067-33.067h868.267c18.24 0 33.067 14.827 33.067 33.067v561.067c0 18.24-14.827 33.067-33.067 33.067zM515.733 432.64c-8-4.8-19.84-4.587-27.413 0.64l-338.667 278.933h695.787l-329.707-279.573zM326.4 483.627l-226.24-216.96v403.413l226.24-186.453zM376.213 442.667l72.213-59.52 1.387-1.067c14.4-10.667 32.64-16.64 51.413-16.96 0.427 0 0.853 0 1.28 0 18.24 0 36.16 5.44 50.56 15.467l1.28 0.853 70.827 60.053 238.613-228.48h-727.147l239.573 229.653zM674.24 483.2l232.32 197.013v-419.52l-232.32 222.507z" />
-<glyph unicode="&#xe930;" glyph-name="minus-16" d="M736 140.8h-512c-52.907 0-96 43.093-96 96v512c0 52.907 43.093 96 96 96h512c52.907 0 96-43.093 96-96v-512c0-52.907-43.093-96-96-96zM224 780.8c-17.707 0-32-14.4-32-32v-512c0-17.6 14.293-32 32-32h512c17.707 0 32 14.4 32 32v512c0 17.6-14.293 32-32 32h-512zM672 460.8h-384c-17.707 0-32 14.293-32 32s14.293 32 32 32h384c17.707 0 32-14.293 32-32s-14.293-32-32-32z" />
-<glyph unicode="&#xe931;" glyph-name="modify-16" d="M892.373 694.080l-146.88 146.88c-12.48 12.48-32.747 12.48-45.227 0l-538.347-538.347c-4.907-4.907-8.107-11.2-9.067-18.133l-24.427-171.307c-1.387-9.92 1.92-20.053 9.067-27.093 6.080-6.080 14.187-9.387 22.613-9.387 1.493 0 2.987 0.107 4.48 0.32l171.307 24.533c6.827 0.96 13.227 4.16 18.133 9.067l440.427 440.427c0 0 0 0 0 0s0 0 0 0l97.813 97.813c5.973 5.973 9.387 14.080 9.387 22.613s-3.307 16.64-9.28 22.613zM316.267 163.413l-118.507-16.96 16.853 118.507 410.453 410.24 101.547-101.547-410.347-410.24zM771.84 618.88l-101.547 101.547 52.587 52.587 101.547-101.547-52.587-52.587zM864 140.8h-384c-17.707 0-32-14.293-32-32s14.293-32 32-32h384c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe932;" glyph-name="move-16" d="M797.227 605.12c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l36.267-36.267h-274.56v274.24l36.267-36.267c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-92.373 92.373c-12.48 12.48-32.747 12.48-45.227 0l-89.387-89.387c-12.48-12.48-12.48-32.747 0-45.227s32.747-12.48 45.227 0l36.267 36.267v-277.12h-274.987l36.267 36.267c12.48 12.48 12.48 32.747 0 45.227s-32.747 12.48-45.227 0l-92.373-92.373c-12.48-12.48-12.48-32.747 0-45.227l89.387-89.387c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-36.267 36.267h277.973v-273.173l-36.267 36.267c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l92.373-92.373c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l89.387 89.387c12.48 12.48 12.48 32.747 0 45.227s-32.747 12.48-45.227 0l-36.267-36.267v276.267h271.573l-36.267-36.267c-12.48-12.48-12.48-32.747 0-45.227 6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l92.373 92.373c12.48 12.48 12.48 32.747 0 45.227l-89.387 89.173z" />
-<glyph unicode="&#xe933;" glyph-name="new-16" d="M480 844.8c-17.707 0-32-14.293-32-32v-288h-288c-17.707 0-32-14.293-32-32s14.293-32 32-32h288v-288c0-17.707 14.293-32 32-32s32 14.293 32 32v288h288c17.707 0 32 14.293 32 32s-14.293 32-32 32h-288v288c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe934;" glyph-name="pause-16" d="M384 108.8v704c0 17.707-14.293 32-32 32s-32-14.293-32-32v-704c0-17.707 14.293-32 32-32s32 14.293 32 32zM704 108.8v704c0 17.707-14.293 32-32 32s-32-14.293-32-32v-704c0-17.707 14.293-32 32-32s32 14.293 32 32z" />
-<glyph unicode="&#xe935;" glyph-name="plus-16" d="M736 844.8h-512c-52.907 0-96-43.093-96-96v-512c0-52.907 43.093-96 96-96h512c52.907 0 96 43.093 96 96v512c0 52.907-43.093 96-96 96zM768 236.8c0-17.6-14.293-32-32-32h-512c-17.707 0-32 14.4-32 32v512c0 17.6 14.293 32 32 32h512c17.707 0 32-14.4 32-32v-512zM672 524.8h-160v160c0 17.707-14.293 32-32 32s-32-14.293-32-32v-160h-160c-17.707 0-32-14.293-32-32s14.293-32 32-32h160v-160c0-17.707 14.293-32 32-32s32 14.293 32 32v160h160c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe936;" glyph-name="print-16" d="M864 780.8h-96v96c0 17.707-14.293 32-32 32h-448c-17.707 0-32-14.293-32-32v-96h-96c-17.707 0-32-14.293-32-32v-320c0-17.707 14.293-32 32-32h96v-288c0-17.707 14.293-32 32-32h448c17.707 0 32 14.293 32 32v288h96c17.707 0 32 14.293 32 32v320c0 17.707-14.293 32-32 32zM320 844.8h384v-64h-384v64zM704 140.8h-384v384h384v-384zM832 460.8h-64v96c0 17.707-14.293 32-32 32h-448c-17.707 0-32-14.293-32-32v-96h-64v256h640v-256zM608 396.8h-192c-17.707 0-32-14.293-32-32s14.293-32 32-32h192c17.707 0 32 14.293 32 32s-14.293 32-32 32zM608 268.8h-192c-17.707 0-32-14.293-32-32s14.293-32 32-32h192c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe937;" glyph-name="reduction-16" d="M334.827 588.8h-110.827c-17.707 0-32-14.293-32-32s14.293-32 32-32h192c17.707 0 32 14.293 32 32v192c0 17.707-14.293 32-32 32s-32-14.293-32-32v-118.827l-194.347 204.907c-12.16 12.8-32.427 13.333-45.227 1.173s-13.333-32.427-1.173-45.227l191.573-202.027zM672 780.8h160v-160c0-17.707 14.293-32 32-32s32 14.293 32 32v192c0 17.707-14.293 32-32 32h-192c-17.707 0-32-14.293-32-32s14.293-32 32-32zM160 76.8h192c17.707 0 32 14.293 32 32s-14.293 32-32 32h-160v160c0 17.707-14.293 32-32 32s-32-14.293-32-32v-192c0-17.707 14.293-32 32-32zM608 140.8c17.707 0 32 14.293 32 32v120.213l201.067-206.507c6.293-6.507 14.613-9.707 22.933-9.707 8.107 0 16.107 2.987 22.293 9.067 12.693 12.373 12.907 32.64 0.64 45.227l-196.373 201.707h109.44c17.707 0 32 14.293 32 32s-14.293 32-32 32h-192c-17.707 0-32-14.293-32-32v-192c0-17.707 14.293-32 32-32z" />
-<glyph unicode="&#xe938;" glyph-name="refresh-16" d="M643.2 633.6c-2.453-17.6 9.813-33.707 27.307-36.16l160.853-22.4c1.493-0.213 2.987-0.32 4.373-0.32 6.933 0 13.76 2.24 19.307 6.507 6.827 5.013 11.2 12.693 12.373 21.12l22.4 160.853c2.453 17.6-9.813 33.707-27.307 36.16-17.493 2.24-33.707-9.707-36.053-27.2l-9.92-71.573c-8.747 10.88-17.28 21.76-27.2 31.68-72.533 72.64-168.96 112.533-271.573 112.533s-199.040-39.893-271.573-112.533c-72.533-72.533-112.427-168.96-112.427-271.467s39.893-199.040 112.427-271.467c72.533-72.533 168.96-112.533 271.573-112.533s199.040 39.893 271.573 112.533c47.68 47.68 82.133 107.2 99.413 172.053 4.587 17.067-5.547 34.667-22.613 39.147-16.747 4.053-34.56-5.653-39.147-22.72-14.4-53.973-43.093-103.467-82.88-143.253-60.48-60.48-140.8-93.76-226.24-93.76s-165.867 33.28-226.347 93.76-93.76 140.8-93.76 226.24 33.28 165.76 93.76 226.24 140.8 93.76 226.24 93.76 165.867-33.28 226.24-93.76c12.373-12.373 23.467-25.813 33.6-39.893l-98.347 13.653c-17.707 2.347-33.6-9.707-36.053-27.2z" />
-<glyph unicode="&#xe939;" glyph-name="remove-16" d="M672 460.8h-384c-17.707 0-32 14.293-32 32s14.293 32 32 32h384c17.707 0 32-14.293 32-32s-14.293-32-32-32zM480 76.8c-229.333 0-416 186.667-416 416s186.667 416 416 416 416-186.667 416-416-186.667-416-416-416zM480 844.8c-194.133 0-352-157.973-352-352s157.867-352 352-352 352 157.973 352 352-157.867 352-352 352z" />
-<glyph unicode="&#xe93a;" glyph-name="right-16" d="M393.387 214.187c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l256 256c12.48 12.48 12.48 32.747 0 45.227l-256 256c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l233.387-233.387-233.387-233.387c-12.48-12.48-12.48-32.747 0-45.227z" />
-<glyph unicode="&#xe93b;" glyph-name="save-16" d="M800 844.8h-576c-52.907 0-96-43.093-96-96v-576c0-52.907 43.093-96 96-96h576c52.907 0 96 43.093 96 96v576c0 52.907-43.093 96-96 96zM320 780.8h384v-320h-384v320zM832 172.8c0-17.6-14.4-32-32-32h-576c-17.6 0-32 14.4-32 32v576c0 17.6 14.4 32 32 32h32v-352c0-17.707 14.293-32 32-32h448c17.707 0 32 14.293 32 32v352h32c17.6 0 32-14.4 32-32v-576zM608 716.8c-17.707 0-32-14.293-32-32v-128c0-17.707 14.293-32 32-32s32 14.293 32 32v128c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe93c;" glyph-name="select-16" d="M895.68 481.813c2.027 13.973-5.44 27.627-18.24 33.6l-704 326.4c-12.16 5.653-26.56 3.093-36.053-6.4s-12.053-23.893-6.4-36.053l326.4-704c5.333-11.413 16.747-18.56 29.013-18.56 1.707 0 3.307 0.107 5.013 0.427 14.080 2.24 25.067 13.653 26.667 27.84l35.52 302.187 314.987 47.573c14.187 2.027 25.067 13.013 27.093 26.987zM520 466.88c-14.293-2.133-25.28-13.547-26.987-27.947l-25.173-214.080-242.133 522.133 528.213-244.907-233.92-35.2z" />
-<glyph unicode="&#xe93d;" glyph-name="setting-20" d="M513.493 626.24c-89.067 0-161.493-72.427-161.493-161.493s72.427-161.493 161.493-161.493 161.493 72.427 161.493 161.493-72.533 161.493-161.493 161.493zM513.493 367.36c-53.76 0-97.493 43.733-97.493 97.493s43.733 97.493 97.493 97.493 97.493-43.733 97.493-97.493c-0.107-53.76-43.84-97.493-97.493-97.493zM964.267 578.133l-15.68 6.293c-38.72 15.467-69.867 42.027-89.92 76.8-20.053 34.667-27.52 74.773-21.653 115.947l2.347 16.747-12.373 11.413c-51.733 47.253-111.253 81.493-176.853 101.76l-15.787 4.907-13.12-10.027c-32.32-24.64-70.080-37.653-109.227-37.653s-76.907 13.013-109.227 37.653l-13.12 10.027-15.787-4.907c-65.493-20.267-127.253-56-178.56-103.253l-11.84-11.093 1.813-16.107c4.48-39.36-3.307-77.653-22.507-110.933-19.52-33.813-49.493-59.947-86.72-75.627l-14.933-6.293-3.733-15.787c-8.32-35.627-12.587-71.68-12.587-107.307 0-32.213 3.627-65.493 10.773-98.667l3.52-16.213 15.253-6.507c36.8-15.787 66.56-41.813 85.867-75.307 19.84-34.453 27.413-74.24 21.76-115.093l-2.24-16.32 12.053-11.307c50.027-47.147 110.507-83.2 174.827-104.32l16.213-5.333 13.44 10.453c32.64 25.387 70.933 38.827 110.72 38.827 40.853 0 79.893-14.080 112.96-40.747l13.227-10.667 16.32 5.013c64.427 19.947 125.013 54.4 175.040 99.52l12.8 11.52-2.56 16.96c-6.187 41.6 1.28 82.027 21.44 117.013 20.48 35.52 52.373 62.4 92.267 77.653l16.107 6.187 3.733 16.853c7.36 33.6 11.093 67.413 11.093 100.48s-3.84 66.987-11.307 100.907l-3.84 16.533zM908.8 389.867c-45.973-21.44-83.2-55.147-108.16-98.347-24.533-42.56-35.307-90.88-31.36-140.587-36.587-30.293-78.72-54.293-123.627-70.187-41.493 28.907-89.067 44.16-138.88 44.16-48.32 0-94.827-14.4-135.573-41.813-44.907 16.853-87.36 42.24-124.16 74.24 3.52 49.067-7.36 96.747-31.573 138.667-23.467 40.747-58.027 73.28-100.48 94.827-4.16 23.68-6.293 47.040-6.293 69.867 0 25.707 2.56 51.733 7.68 77.547 43.093 21.547 77.973 54.293 101.76 95.467 23.36 40.427 34.24 86.080 32 133.227 37.867 32.427 81.6 57.707 127.787 74.133 40.32-26.667 86.293-40.64 133.973-40.64s93.653 13.973 133.973 40.747c45.867-16.107 88-40.427 125.76-72.427-3.627-49.387 7.147-97.173 31.467-139.413 24.427-42.347 60.587-75.627 105.387-97.067 4.373-24.107 6.613-48.107 6.613-71.467 0.107-23.36-2.027-47.147-6.293-70.933z" />
-<glyph unicode="&#xe93e;" glyph-name="square-down-16" d="M128 172.8v576c0 52.907 43.093 96 96 96h576c52.907 0 96-43.093 96-96v-576c0-52.907-43.093-96-96-96h-576c-52.907 0-96 43.093-96 96zM832 748.8c0 17.707-14.4 32-32 32h-576c-17.6 0-32-14.293-32-32v-576c0-17.707 14.4-32 32-32h576c17.6 0 32 14.293 32 32v576zM320 556.8c0 9.173 3.947 18.24 11.52 24.64 13.547 11.307 33.707 9.493 45.013-4.053l135.467-162.453 135.467 162.453c11.307 13.547 31.467 15.36 45.013 4.053s15.36-31.467 4.053-45.12l-160-192c-6.080-7.253-15.040-11.52-24.533-11.52s-18.453 4.267-24.533 11.52l-160 192c-5.013 5.973-7.467 13.227-7.467 20.48z" />
-<glyph unicode="&#xe93f;" glyph-name="square-left-16" d="M224 844.8h576c52.907 0 96-43.093 96-96v-576c0-52.907-43.093-96-96-96h-576c-52.907 0-96 43.093-96 96v576c0 52.907 43.093 96 96 96zM800 140.8c17.707 0 32 14.4 32 32v576c0 17.6-14.293 32-32 32h-576c-17.707 0-32-14.4-32-32v-576c0-17.6 14.293-32 32-32h576zM608 652.8c9.173 0 18.24-3.947 24.64-11.52 11.307-13.547 9.493-33.707-4.053-45.013l-162.56-135.467 162.453-135.467c13.547-11.307 15.36-31.467 4.053-45.013s-31.467-15.36-45.12-4.053l-192 160c-7.253 6.080-11.52 15.040-11.52 24.533s4.267 18.453 11.52 24.533l192 160c6.080 5.013 13.333 7.467 20.587 7.467z" />
-<glyph unicode="&#xe940;" glyph-name="square-right-16" d="M800 76.8h-576c-52.907 0-96 43.093-96 96v576c0 52.907 43.093 96 96 96h576c52.907 0 96-43.093 96-96v-576c0-52.907-43.093-96-96-96zM224 780.8c-17.707 0-32-14.4-32-32v-576c0-17.6 14.293-32 32-32h576c17.707 0 32 14.4 32 32v576c0 17.6-14.293 32-32 32h-576zM416 268.8c-9.173 0-18.24 3.947-24.64 11.52-11.307 13.547-9.493 33.707 4.053 45.013l162.453 135.467-162.347 135.467c-13.547 11.307-15.36 31.467-4.053 45.013s31.467 15.36 45.12 4.053l192-160c7.253-6.080 11.52-15.040 11.52-24.533s-4.267-18.453-11.52-24.533l-192-160c-6.080-5.013-13.333-7.467-20.587-7.467z" />
-<glyph unicode="&#xe941;" glyph-name="square-up-16" d="M896 748.8v-576c0-52.907-43.093-96-96-96h-576c-52.907 0-96 43.093-96 96v576c0 52.907 43.093 96 96 96h576c52.907 0 96-43.093 96-96zM192 172.8c0-17.707 14.4-32 32-32h576c17.6 0 32 14.293 32 32v576c0 17.707-14.4 32-32 32h-576c-17.6 0-32-14.293-32-32v-576zM704 364.8c0-9.173-3.947-18.24-11.52-24.64-13.547-11.307-33.707-9.493-45.013 4.053l-135.467 162.56-135.467-162.453c-11.307-13.547-31.467-15.36-45.013-4.053s-15.36 31.467-4.053 45.12l160 192c6.080 7.253 15.040 11.52 24.533 11.52s18.453-4.267 24.533-11.52l160-192c5.013-6.080 7.467-13.333 7.467-20.587z" />
-<glyph unicode="&#xe942;" glyph-name="start-16" d="M768 460.8c0 9.813-4.48 19.093-12.267 25.173l-448 352c-9.6 7.467-22.72 8.96-33.707 3.52-10.987-5.333-18.027-16.533-18.027-28.8v-704c0-12.267 7.040-23.467 18.027-28.8 4.48-2.24 9.28-3.2 13.973-3.2 7.040 0 13.973 2.347 19.733 6.827l448 352c7.787 6.187 12.267 15.467 12.267 25.28zM320 174.613v572.373l364.16-286.187-364.16-286.187z" />
-<glyph unicode="&#xe943;" glyph-name="stop-16" d="M832 236.8v448c0 52.907-43.093 96-96 96h-448c-52.907 0-96-43.093-96-96v-448c0-52.907 43.093-96 96-96h448c52.907 0 96 43.093 96 96zM256 236.8v448c0 17.6 14.4 32 32 32h448c17.6 0 32-14.4 32-32v-448c0-17.6-14.4-32-32-32h-448c-17.6 0-32 14.4-32 32z" />
-<glyph unicode="&#xe944;" glyph-name="sucess-16" d="M446.187 308.8c-8.213 0-16.213 3.2-22.187 8.96l-158.187 152c-12.693 12.267-13.12 32.533-0.853 45.227s32.533 13.12 45.227 0.853l133.013-127.787 203.947 252.8c11.093 13.76 31.253 15.893 45.013 4.8s15.893-31.253 4.8-45.013l-225.92-279.893c-5.653-6.933-13.973-11.307-22.933-11.84-0.64-0.107-1.28-0.107-1.92-0.107zM480 76.8c-56.107 0-110.613 10.987-161.92 32.747-49.493 20.907-93.973 50.987-132.267 89.173-38.187 38.187-68.16 82.667-89.173 132.267-21.653 51.2-32.64 105.707-32.64 161.813s10.987 110.613 32.747 161.92c20.907 49.493 50.987 93.973 89.173 132.267 38.187 38.187 82.667 68.16 132.267 89.173 51.2 21.653 105.707 32.64 161.813 32.64s110.613-10.987 161.92-32.747c49.493-20.907 93.973-50.987 132.267-89.173 38.187-38.187 68.16-82.667 89.173-132.267 21.653-51.2 32.64-105.707 32.64-161.813s-10.987-110.613-32.747-161.92c-20.907-49.493-50.987-93.973-89.173-132.267s-82.667-68.16-132.267-89.173c-51.2-21.653-105.707-32.64-161.813-32.64zM480 844.8c-194.133 0-352-157.867-352-352s157.867-352 352-352 352 157.867 352 352-157.867 352-352 352z" />
-<glyph unicode="&#xe945;" glyph-name="sucess-f-20" d="M486.080 921.6c-239.787 0-434.133-194.347-434.133-434.133s194.347-434.133 434.133-434.133 434.133 194.347 434.133 434.133-194.453 434.133-434.133 434.133zM705.707 626.667l-278.933-340.693-168.747 183.893c-9.6 10.453-8.853 26.56 1.6 36.16 10.453 9.493 26.56 8.853 36.16-1.6l128.853-140.373 241.6 295.040c8.96 10.987 25.067 12.587 36.053 3.627 10.773-8.96 12.373-25.067 3.413-36.053z" />
-<glyph unicode="&#xe946;" glyph-name="three-grid-16" d="M160 76.8h64c56.533 0 96 39.467 96 96v576c0 56.533-39.467 96-96 96h-64c-56.533 0-96-39.467-96-96v-576c0-56.533 39.467-96 96-96zM128 748.8c0 20.587 11.413 32 32 32h64c20.587 0 32-11.413 32-32v-576c0-20.587-11.413-32-32-32h-64c-20.587 0-32 11.413-32 32v576zM480 76.8h64c56.533 0 96 39.467 96 96v576c0 56.533-39.467 96-96 96h-64c-56.533 0-96-39.467-96-96v-576c0-56.533 39.467-96 96-96zM448 748.8c0 20.587 11.413 32 32 32h64c20.587 0 32-11.413 32-32v-576c0-20.587-11.413-32-32-32h-64c-20.587 0-32 11.413-32 32v576zM864 844.8h-64c-56.533 0-96-39.467-96-96v-576c0-56.533 39.467-96 96-96h64c56.533 0 96 39.467 96 96v576c0 56.533-39.467 96-96 96zM896 172.8c0-20.587-11.413-32-32-32h-64c-20.587 0-32 11.413-32 32v576c0 20.587 11.413 32 32 32h64c20.587 0 32-11.413 32-32v-576z" />
-<glyph unicode="&#xe947;" glyph-name="three-grid-f-16" d="M160 108.8h64c38.4 0 64 25.6 64 64v576c0 38.4-25.6 64-64 64h-64c-38.4 0-64-25.6-64-64v-576c0-38.4 25.6-64 64-64zM480 108.8h64c38.4 0 64 25.6 64 64v576c0 38.4-25.6 64-64 64h-64c-38.4 0-64-25.6-64-64v-576c0-38.4 25.6-64 64-64zM800 108.8h64c38.4 0 64 25.6 64 64v576c0 38.4-25.6 64-64 64h-64c-38.4 0-64-25.6-64-64v-576c0-38.4 25.6-64 64-64z" />
-<glyph unicode="&#xe948;" glyph-name="unlock-16" d="M512 780.8c27.947 0 54.507-8.853 76.8-25.6 14.293-10.667 34.24-7.787 44.8 6.4 10.667 14.080 7.787 34.24-6.293 44.8-33.493 25.173-73.28 38.4-115.2 38.4-105.92 0-192-86.080-192-192v-64h-32c-52.907 0-96-43.093-96-96v-320c0-52.907 43.093-96 96-96h448c52.907 0 96 43.093 96 96v320c0 52.907-43.093 96-96 96h-352.107v64c0 70.613 57.387 128 128 128zM768 492.8v-320c0-17.707-14.4-32-32-32h-448c-17.6 0-32 14.293-32 32v320c0 17.707 14.4 32 32 32h448c17.6 0 32-14.293 32-32zM512 204.8c70.613 0 128 57.387 128 128s-57.387 128-128 128-128-57.387-128-128 57.387-128 128-128zM512 396.8c35.307 0 64-28.693 64-64s-28.693-64-64-64-64 28.693-64 64 28.693 64 64 64z" />
-<glyph unicode="&#xe949;" glyph-name="up-16" d="M310.613 342.187l233.387 233.387 233.387-233.387c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-256 256c-12.48 12.48-32.747 12.48-45.227 0l-256-256c-12.48-12.48-12.48-32.747 0-45.227s32.747-12.48 45.227 0z" />
-<glyph unicode="&#xe94a;" glyph-name="upload-16" d="M512 204.373c17.707 0 32 14.293 32 32v525.867l169.707-164.8c6.293-6.080 14.293-9.067 22.293-9.067 8.32 0 16.64 3.2 22.933 9.707 12.267 12.693 12.053 32.853-0.64 45.227l-178.453 173.333c-18.56 18.56-42.987 27.84-67.307 28.053-0.213 0-0.32 0.107-0.533 0.107-0.96 0-1.813-0.427-2.773-0.533-23.573-0.64-46.933-9.387-64.747-27.2l-178.773-173.653c-12.693-12.373-12.907-32.64-0.64-45.227 12.373-12.693 32.64-13.013 45.227-0.64l169.707 164.8v-525.867c0-17.707 14.293-32.107 32-32.107zM864 396.8c-17.707 0-32-14.293-32-32v-224h-640v224c0 17.707-14.293 32-32 32s-32-14.293-32-32v-256c0-17.707 14.293-32 32-32h704c17.707 0 32 14.293 32 32v256c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe94b;" glyph-name="user-20" d="M805.227 336.107c-43.307 37.973-94.4 66.56-150.080 84.587 18.133 11.093 34.987 24.427 50.453 39.893 51.733 51.733 80.107 120.427 80.107 193.493s-28.48 141.867-80.107 193.493c-51.733 51.733-120.533 80.107-193.6 80.107s-141.867-28.48-193.493-80.107c-51.733-51.733-80.107-120.427-80.107-193.493s28.48-141.867 80.107-193.493c15.36-15.36 32.32-28.693 50.453-39.893-55.68-18.027-106.773-46.507-150.080-84.587-38.613-33.813-68.907-73.387-90.133-117.44-22.293-45.973-33.493-94.933-33.493-145.387 0-17.707 14.293-32 32-32s32 14.293 32 32c0 168.533 158.293 305.6 352.853 305.6s352.853-137.067 352.853-305.6c0-17.707 14.293-32 32-32s32 14.293 32 32c0 50.453-11.2 99.307-33.387 145.28-21.44 44.16-51.84 83.733-90.347 117.547zM302.293 654.080c0 115.627 94.080 209.707 209.707 209.707s209.707-94.080 209.707-209.707-94.080-209.707-209.707-209.707-209.707 94.080-209.707 209.707z" />
-<glyph unicode="&#xe94c;" glyph-name="warning-16" d="M484.373 53.333c239.787 0 434.133 194.347 434.133 434.133s-194.347 434.133-434.133 434.133-434.133-194.347-434.133-434.133 194.347-434.133 434.133-434.133zM460.8 693.227c0 14.187 11.413 25.6 25.6 25.6s25.6-11.413 25.6-25.6v-286.72c0-14.187-11.413-25.6-25.6-25.6s-25.6 11.413-25.6 25.6v286.72zM486.4 332.8c21.227 0 38.4-17.173 38.4-38.4s-17.173-38.4-38.4-38.4c-21.227 0-38.4 17.173-38.4 38.4s17.173 38.4 38.4 38.4z" />
-<glyph unicode="&#xe94d;" glyph-name="warning-f-20" d="M512 894.933c-239.787 0-434.133-194.347-434.133-434.133s194.347-434.133 434.133-434.133 434.133 194.347 434.133 434.133-194.347 434.133-434.133 434.133zM485.013 666.667c0 14.187 11.413 25.6 25.6 25.6s25.6-11.413 25.6-25.6v-286.72c0-14.187-11.413-25.6-25.6-25.6s-25.6 11.413-25.6 25.6v286.72zM510.613 229.333c-21.227 0-38.4 17.173-38.4 38.4s17.173 38.4 38.4 38.4 38.4-17.173 38.4-38.4-17.173-38.4-38.4-38.4z" />
-<glyph unicode="&#xe94e;" glyph-name="zoom-in-16" d="M481.067 136.747c85.44 0 163.947 30.72 224.96 81.6l134.933-132.8c6.293-6.080 14.293-9.173 22.4-9.173 8.213 0 16.533 3.2 22.827 9.6 12.373 12.587 12.267 32.853-0.427 45.227l-134.507 132.373c50.987 61.12 81.813 139.627 81.813 225.173 0 194.133-157.973 352-352 352s-352-157.867-352-352 157.973-352 352-352zM481.067 776.747c158.827 0 288-129.173 288-288s-129.173-288-288-288-288 129.173-288 288 129.173 288 288 288zM350.293 458.027h256c17.707 0 32 14.293 32 32s-14.293 32-32 32h-256c-17.707 0-32-14.293-32-32s14.293-32 32-32z" />
-<glyph unicode="&#xe94f;" glyph-name="zoom-out-16" d="M481.067 844.693c-194.133 0-352-157.867-352-352s157.867-352 352-352c85.867 0 164.48 30.933 225.707 82.24l132.907-137.067c6.293-6.507 14.613-9.707 22.933-9.707 8 0 16.107 2.987 22.293 9.067 12.693 12.267 13.013 32.533 0.64 45.227l-133.653 137.813c50.56 61.013 81.067 139.2 81.067 224.427 0.107 194.133-157.867 352-351.893 352zM193.067 492.693c0 158.827 129.173 288 288 288s288-129.173 288-288-129.173-288-288-288-288 129.28-288 288zM606.187 525.973h-95.147v89.6c0 17.707-14.293 32-32 32s-32-14.293-32-32v-89.6h-96.853c-17.707 0-32-14.293-32-32s14.293-32 32-32h96.853v-102.4c0-17.707 14.293-32 32-32s32 14.293 32 32v102.4h95.147c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe950;" glyph-name="zoom-overview-16" d="M97.6 719.253c17.707 0 32 14.293 32 32v94.4h94.4c17.707 0 32 14.293 32 32s-14.293 32-32 32h-126.4c-17.707 0-32-14.293-32-32v-126.4c0-17.707 14.293-32 32-32zM933.973 199.573c-17.707 0-32-14.293-32-32v-94.4h-94.4c-17.707 0-32-14.293-32-32s14.293-32 32-32h126.4c17.707 0 32 14.293 32 32v126.4c0 17.707-14.293 32-32 32zM807.573 845.653h94.4v-94.4c0-17.707 14.293-32 32-32s32 14.293 32 32v126.4c0 17.707-14.293 32-32 32h-126.4c-17.707 0-32-14.293-32-32s14.293-32 32-32zM97.6 9.173h126.4c17.707 0 32 14.293 32 32s-14.293 32-32 32h-94.4v94.4c0 17.707-14.293 32-32 32s-32-14.293-32-32v-126.4c0-17.707 14.293-32 32-32zM227.413 779.84c-17.707 0-32-14.293-32-32v-576c0-17.707 14.293-32 32-32h576c17.707 0 32 14.293 32 32v576c0 17.707-14.293 32-32 32h-576zM771.413 715.84v-318.080l-149.867 134.187c-10.24 8.96-24.853 10.773-36.8 4.267l-325.333-178.56v358.187h512zM259.413 203.84v80.853l336.32 184.427 175.68-157.333v-107.947h-512zM451.52 590.72c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64s64-28.654 64-64z" />
-<glyph unicode="&#xe951;" glyph-name="zoom-reset-16" d="M355.84 649.493c-17.707 0-32-14.293-32-32v-320c0-17.707 14.293-32 32-32h320c17.707 0 32 14.293 32 32v320c0 17.707-14.293 32-32 32h-320zM643.84 329.493h-256v256h256v-256zM65.813 749.227c0-17.707 14.293-32 32-32h130.56c17.707 0 32 14.293 32 32v126.293c0 17.707-14.293 32-32 32s-32-14.293-32-32v-55.36l-74.773 79.68c-12.053 12.907-32.32 13.44-45.227 1.493-12.907-12.16-13.547-32.427-1.387-45.227l70.293-74.88h-47.467c-17.707 0-32-14.4-32-32zM829.333 878.827c0 17.707-14.293 32-32 32s-32-14.293-32-32v-130.56c0-17.707 14.293-32 32-32h126.4c17.707 0 32 14.293 32 32s-14.293 32-32 32h-55.36l79.68 74.773c12.907 12.053 13.547 32.32 1.387 45.227-12.053 12.8-32.32 13.44-45.227 1.387l-74.88-70.293v47.467zM958.187 172.373c0 17.707-14.293 32-32 32h-130.56c-17.707 0-32-14.293-32-32v-126.4c0-17.707 14.293-32 32-32s32 14.293 32 32v55.36l74.773-79.68c6.293-6.72 14.827-10.133 23.36-10.133 7.893 0 15.68 2.88 21.867 8.64 12.907 12.16 13.547 32.427 1.387 45.227l-70.293 74.88h47.467c17.707 0.107 32 14.507 32 32.107zM194.667 42.773c0-17.707 14.293-32 32-32s32 14.293 32 32v130.56c0 17.707-14.293 32-32 32h-126.4c-17.707 0-32-14.293-32-32s14.293-32 32-32h55.36l-79.68-74.773c-12.907-12.053-13.547-32.32-1.387-45.227 6.293-6.72 14.827-10.133 23.36-10.133 7.893 0 15.68 2.88 21.867 8.64l74.88 70.293v-47.36z" />
-<glyph unicode="&#xe952;" glyph-name="config-auto-discover-16" d="M713.387 299.947c33.707 43.307 54.613 97.067 54.613 156.16 0 141.227-114.773 256-256 256s-256-114.773-256-256 114.773-256 256-256c59.093 0 112.853 20.907 156.16 54.613l100.48-100.48c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-100.48 100.48zM512 264c-105.92 0-192 86.080-192 192s86.080 192 192 192 192-86.080 192-192-86.080-192-192-192zM512 104c-194.027 0-352 157.973-352 352 0 17.707-14.293 32-32 32s-32-14.293-32-32c0-229.333 186.667-416 416-416 17.707 0 32 14.293 32 32s-14.293 32-32 32zM512 872c-17.707 0-32-14.293-32-32s14.293-32 32-32c194.027 0 352-157.973 352-352 0-17.707 14.293-32 32-32s32 14.293 32 32c0 229.44-186.667 416-416 416z" />
-<glyph unicode="&#xe953;" glyph-name="config-backup-16" d="M777.707 732.267c-72.533 72.533-168.96 112.533-271.467 112.533s-199.040-39.893-271.573-112.533c-9.92-9.92-18.453-20.8-27.2-31.68l-9.92 71.573c-2.453 17.6-18.987 29.653-36.16 27.2-17.493-2.453-29.653-18.56-27.2-36.16l22.4-160.853c2.24-16.107 15.893-27.627 31.573-27.627 1.493 0 2.987 0.107 4.48 0.32l160.96 22.4c17.493 2.453 29.653 18.56 27.2 36.16s-18.88 29.653-36.16 27.2l-98.453-13.653c10.133 14.080 21.227 27.52 33.6 39.893 60.48 60.48 140.8 93.76 226.24 93.76s165.76-33.28 226.24-93.76 93.76-140.8 93.76-226.24-33.28-165.76-93.76-226.24-140.693-93.76-226.027-93.76-165.76 33.28-226.24 93.76c-39.787 39.787-68.48 89.28-82.88 143.253-4.587 16.96-21.973 26.987-39.147 22.72-17.067-4.587-27.2-22.080-22.72-39.147 17.387-64.853 51.733-124.267 99.52-172.053 72.533-72.533 168.96-112.533 271.467-112.533s199.040 39.893 271.467 112.533c72.533 72.533 112.533 168.96 112.533 271.467s-40 199.040-112.533 271.467zM480 652.8c-17.707 0-32-14.293-32-32v-192c0-5.76 1.6-11.52 4.587-16.427l96-160c5.973-10.027 16.64-15.573 27.413-15.573 5.653 0 11.307 1.387 16.427 4.587 15.147 9.067 20.16 28.8 10.987 43.84l-91.413 152.427v183.147c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe954;" glyph-name="config-script-16" d="M800 844.8h-512c-52.907 0-96-43.093-96-96v-416h-32c-52.907 0-96-43.093-96-96v-64c0-52.907 43.093-96 96-96h512c52.907 0 96 43.093 96 96v416h32c52.907 0 96 43.093 96 96v64c0 52.907-43.093 96-96 96zM288 140.8h-128c-17.707 0-32 14.4-32 32v64c0 17.6 14.293 32 32 32h384c17.707 0 32-14.4 32-32v-64c0-11.307 2.347-21.973 5.867-32h-293.867zM704 172.8c0-17.6-14.293-32-32-32s-32 14.4-32 32v64c0 52.907-43.093 96-96 96h-288v416c0 17.6 14.293 32 32 32h421.867c-3.627-10.027-5.867-20.693-5.867-32v-576zM832 684.8c0-17.6-14.293-32-32-32h-32v96c0 17.6 14.293 32 32 32s32-14.4 32-32v-64zM608 652.8h-256c-17.707 0-32-14.293-32-32s14.293-32 32-32h256c17.707 0 32 14.293 32 32s-14.293 32-32 32zM608 524.8h-256c-17.707 0-32-14.293-32-32s14.293-32 32-32h256c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe955;" glyph-name="console-16" d="M868.373 840.64h-712.96c-25.28 0-49.707-11.947-66.773-32.853-15.893-19.307-24.64-44.693-24.64-71.467v-433.387c0-26.773 8.747-52.16 24.64-71.467 17.173-20.907 41.493-32.853 66.773-32.853h712.96c25.28 0 49.6 11.947 66.88 32.747 16 19.307 24.747 44.8 24.747 71.467v433.6c0 26.773-8.747 52.16-24.747 71.467-17.173 20.8-41.6 32.747-66.88 32.747zM896 302.933c0-21.867-12.693-40.213-27.627-40.213h-712.96c-14.827 0-27.413 18.453-27.413 40.213v433.493c0 21.867 12.587 40.32 27.413 40.32h712.96c14.72 0 27.627-18.88 27.627-40.32v-433.493zM688.64 72.64c17.707 0 32 14.293 32 32s-14.293 32-32 32h-353.28c-17.707 0-32-14.293-32-32s14.293-32 32-32h353.28zM289.92 584.64c-17.707 0-32-14.293-32-32v-128c0-17.707 14.293-32 32-32s32 14.293 32 32v128c0 17.707-14.293 32-32 32zM544 712.64c-17.707 0-32-14.293-32-32v-256.107c0-17.707 14.293-32 32-32s32 14.293 32 32v256.107c0 17.707-14.293 32-32 32zM672.96 584.64c-17.707 0-32-14.293-32-32v-128c0-17.707 14.293-32 32-32s32 14.293 32 32v128c0 17.707-14.293 32-32 32zM417.92 648.64c-17.707 0-32-14.293-32-32v-192c0-17.707 14.293-32 32-32s32 14.293 32 32v192c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe956;" glyph-name="fm-acknownledge-16" d="M625.493 103.893c0.32-0.32 0.64-0.64 0.853-0.96 16.853-16.853 39.253-26.133 63.147-26.133s46.293 9.28 63.147 26.133c0.96 0.96 1.92 2.027 2.773 3.2l133.973 175.253c10.773 14.080 8.107 34.133-5.973 44.907s-34.133 8.107-44.907-5.973l-132.373-173.227c-4.587-4.053-10.453-6.293-16.64-6.293-6.613 0-12.8 2.453-17.493 7.040l-72.427 78.613c-11.947 13.013-32.213 13.867-45.227 1.813-13.013-11.947-13.867-32.213-1.813-45.227l72.96-79.147zM800 844.8h-576c-52.907 0-96-43.093-96-96v-576c0-52.907 43.093-96 96-96h256c17.707 0 32 14.293 32 32s-14.293 32-32 32h-256c-17.6 0-32 14.4-32 32v576c0 17.6 14.4 32 32 32h576c17.6 0 32-14.4 32-32v-320c0-17.707 14.293-32 32-32s32 14.293 32 32v320c0 52.907-43.093 96-96 96zM352 588.8h320c17.707 0 32 14.293 32 32s-14.293 32-32 32h-320c-17.707 0-32-14.293-32-32s14.293-32 32-32zM352 396.8h320c17.707 0 32 14.293 32 32s-14.293 32-32 32h-320c-17.707 0-32-14.293-32-32s14.293-32 32-32z" />
-<glyph unicode="&#xe957;" glyph-name="fm-alarm-16" d="M897.92 296.32c-17.173 27.307-40.64 48.107-65.92 67.733v176.747c0 62.080-19.627 121.173-56.747 170.773-32.533 43.413-75.84 76.48-126.187 96.107-8 25.707-23.147 48.853-43.733 66.56-25.92 22.293-59.093 34.56-93.333 34.56s-67.413-12.267-93.44-34.56c-20.587-17.707-35.733-40.853-43.733-66.56-50.24-19.733-93.653-52.693-126.187-96.107-37.013-49.6-56.64-108.693-56.64-170.773v-176.853c-25.28-19.627-48.853-40.427-65.92-67.733-20.587-32.64-30.080-71.787-30.080-123.413 0-17.707 14.293-32 32-32h202.987c11.52-32.533 31.893-61.76 58.773-84.053 34.24-28.373 77.653-43.947 122.24-43.947s88 15.573 122.24 43.947c26.88 22.293 47.253 51.52 58.773 84.053h202.987c17.707 0 32 14.293 32 32 0 51.627-9.493 90.773-30.080 123.52zM512 76.8c-46.507 0-88.427 25.387-110.827 64h221.653c-22.4-38.613-64.32-64-110.827-64zM161.707 204.8c6.827 58.773 34.56 82.453 81.493 117.76 8 6.080 12.8 15.467 12.8 25.6v192.64c0 96.853 62.613 182.080 155.733 212.053 11.413 3.627 19.733 13.333 21.76 25.173 6.507 38.613 39.573 66.773 78.613 66.773s72.107-28.053 78.613-66.773c2.027-11.84 10.347-21.547 21.76-25.173 93.12-29.973 155.733-115.307 155.733-212.053v-192.64c0-10.027 4.693-19.52 12.8-25.6 46.933-35.307 74.667-58.987 81.493-117.76h-700.8z" />
-<glyph unicode="&#xe958;" glyph-name="fm-alarm-box-16" d="M960 684.8v0c0 0 0 0 0 0 0 0.64 0 1.067 0 1.6 0 0.107 0 0.107 0 0.213 0 0.427-0.107 0.96-0.107 1.387 0 0.107 0 0.213 0 0.32 0 0.427-0.107 0.853-0.107 1.28 0 0.107 0 0.32-0.107 0.427-0.107 0.32-0.107 0.747-0.213 1.067 0 0.213-0.107 0.427-0.107 0.533-0.107 0.32-0.107 0.64-0.213 0.96-0.107 0.213-0.107 0.427-0.213 0.747-0.107 0.213-0.107 0.533-0.213 0.747-0.107 0.32-0.213 0.533-0.213 0.853-0.107 0.213-0.107 0.427-0.213 0.64-0.107 0.32-0.213 0.64-0.32 0.96-0.107 0.213-0.107 0.32-0.213 0.533-0.107 0.32-0.32 0.64-0.427 1.067-0.107 0.107-0.107 0.213-0.213 0.427-0.213 0.427-0.427 0.747-0.533 1.173 0 0.107-0.107 0.213-0.107 0.213-0.213 0.427-0.427 0.853-0.747 1.28 0 0 0 0.107-0.107 0.107-0.32 0.427-0.533 0.96-0.853 1.387 0 0 0 0 0 0v0c0 0.107-0.107 0.107-0.107 0.213l-128 191.573c-5.973 8.96-16 14.293-26.667 14.293h-576c-10.667 0-20.693-5.333-26.667-14.293l-127.787-191.787c0-0.107-0.107-0.107-0.107-0.213v0c0 0 0 0 0 0-0.32-0.427-0.533-0.853-0.853-1.387 0 0 0-0.107-0.107-0.107-0.213-0.427-0.533-0.853-0.747-1.28 0-0.107-0.107-0.213-0.107-0.213-0.213-0.427-0.427-0.747-0.533-1.173-0.107-0.107-0.107-0.213-0.213-0.427-0.107-0.32-0.32-0.64-0.427-1.067-0.107-0.213-0.107-0.32-0.213-0.533-0.107-0.32-0.213-0.64-0.32-0.96-0.107-0.213-0.107-0.427-0.213-0.64-0.107-0.32-0.213-0.533-0.213-0.853-0.107-0.213-0.107-0.533-0.213-0.747s-0.107-0.427-0.213-0.747c-0.107-0.32-0.107-0.64-0.213-0.96 0-0.213-0.107-0.427-0.107-0.533-0.107-0.32-0.107-0.747-0.213-1.067 0-0.107 0-0.32-0.107-0.427-0.107-0.427-0.107-0.853-0.107-1.28 0-0.107 0-0.213 0-0.32 0-0.427-0.107-0.96-0.107-1.387 0-0.107 0-0.107 0-0.213 0-0.533 0-1.067 0-1.6 0 0 0 0 0 0v0c0-0.107 0-0.107 0-0.213v-575.573c0-17.707 14.293-32 32-32h832c17.707 0 32 14.293 32 32v575.787c-0.213 0-0.213 0.107-0.213 0.213zM896 140.8h-768v512h128c17.707 0 32 14.293 32 32s-14.293 32-32 32h-100.16l85.333 128h541.76l85.333-128h-100.267c-17.707 0-32-14.293-32-32s14.293-32 32-32h128v-512zM705.387 469.867v115.093c0 63.253-42.133 119.253-106.56 143.68-14.613 31.147-48.32 52.16-86.827 52.16s-72.213-21.013-86.827-52.16c-64.427-24.427-106.56-80.427-106.56-143.68v-115.093c-3.733-1.6-7.787-3.093-11.84-4.693-16.96-6.507-36.16-13.973-52.16-28.053-20.373-17.92-30.613-42.24-30.613-72.32 0-17.707 14.293-32 32-32h112.853c8-71.893 69.12-128 143.147-128s135.147 56.107 143.147 128h112.853c17.707 0 32 14.293 32 32 0 30.080-10.24 54.4-30.613 72.32-16 14.080-35.2 21.547-52.16 28.053-4.053 1.6-8.107 3.093-11.84 4.693zM512 268.8c-38.613 0-70.933 27.52-78.4 64h156.8c-7.467-36.48-39.787-64-78.4-64zM309.227 396.8c5.44 2.667 12.267 5.44 20.587 8.64 12.8 4.907 26.027 10.027 38.293 18.027 9.067 5.867 14.507 16 14.507 26.773v134.72c0 39.573 30.72 74.667 76.373 87.467 11.627 3.307 20.48 12.907 22.827 24.747 1.813 9.6 13.653 19.627 30.293 19.627s28.48-10.027 30.293-19.627c2.24-11.947 11.093-21.44 22.827-24.747 45.653-12.8 76.373-48 76.373-87.467v-134.613c0-10.773 5.44-20.907 14.507-26.773 12.267-8 25.493-13.12 38.293-18.027 8.32-3.2 15.147-5.973 20.587-8.64h-405.76z" />
-<glyph unicode="&#xe959;" glyph-name="fm-alarm-code-16" d="M544 364.8c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM862.933 844.8h-701.867c-18.24 0-33.067-14.827-33.067-33.067v-701.867c0-18.24 14.827-33.067 33.067-33.067h701.867c18.24 0 33.067 14.827 33.067 33.067v701.867c0 18.24-14.827 33.067-33.067 33.067zM832 140.8h-640v640h640v-640zM352 204.8h320c17.707 0 32 14.293 32 32s-14.293 32-32 32h-320c-17.707 0-32-14.293-32-32s14.293-32 32-32zM512 460.8c17.707 0 32 14.293 32 32v192c0 17.707-14.293 32-32 32s-32-14.293-32-32v-192c0-17.707 14.293-32 32-32z" />
-<glyph unicode="&#xe95a;" glyph-name="fm-alarm-turn-16" d="M598.827 696.64c-14.613 31.147-48.32 52.16-86.827 52.16s-72.213-21.013-86.827-52.16c-64.427-24.427-106.56-80.427-106.56-143.68v-115.093c-3.733-1.6-7.787-3.093-11.84-4.693-16.96-6.507-36.16-13.973-52.16-28.053-20.373-17.92-30.613-42.24-30.613-72.32 0-17.707 14.293-32 32-32h112.853c8-71.893 69.12-128 143.147-128s135.147 56.107 143.147 128h112.853c17.707 0 32 14.293 32 32 0 30.080-10.24 54.4-30.613 72.32-16 14.080-35.2 21.547-52.16 28.053-4.053 1.6-8.107 3.093-11.84 4.693v115.093c0 63.253-42.133 119.253-106.56 143.68zM512 236.8c-38.613 0-70.933 27.52-78.4 64h156.8c-7.467-36.48-39.787-64-78.4-64zM714.773 364.8h-405.547c5.44 2.667 12.267 5.44 20.587 8.64 12.8 4.907 26.027 10.027 38.293 18.027 9.067 5.867 14.507 16 14.507 26.773v134.72c0 39.573 30.72 74.667 76.373 87.467 11.627 3.307 20.48 12.907 22.827 24.747 1.813 9.6 13.653 19.627 30.293 19.627s28.48-10.027 30.293-19.627c2.24-11.947 11.093-21.44 22.827-24.747 45.653-12.8 76.373-48 76.373-87.467v-134.613c0-10.773 5.44-20.907 14.507-26.773 12.267-8 25.493-13.12 38.293-18.027 8.107-3.307 14.827-6.080 20.373-8.747zM913.28 352.32c-16.64 5.973-34.987-2.773-40.853-19.413-54.507-153.173-199.36-256.107-360.427-256.107s-305.92 102.933-360.427 256c-5.867 16.64-24.213 25.387-40.853 19.413-16.64-5.867-25.387-24.213-19.413-40.853 15.253-42.987 36.907-83.307 64.32-119.787 27.2-36.267 59.52-68.053 96-94.507 76.053-55.147 166.187-84.267 260.373-84.267 94.293 0 184.32 29.12 260.373 84.267 36.48 26.453 68.8 58.24 96 94.507 0.747 0.96 1.387 1.92 2.133 2.987v-53.76c0-17.707 14.293-32 32-32s32 14.293 32 32v176c0 0.853 0 1.707-0.107 2.56 1.28 14.187-7.147 27.947-21.12 32.96zM868.373 730.027c-27.2 36.267-59.52 68.053-96 94.507-76.053 55.147-166.080 84.267-260.373 84.267s-184.32-29.12-260.373-84.267c-36.48-26.453-68.8-58.24-96-94.507-2.347-3.093-4.587-6.293-6.933-9.493v54.933c0 17.707-14.293 32-32 32s-32-14.293-32-32v-176c0-17.707 14.293-32 32-32 0.747 0 1.493 0 2.347 0.107 14.080-1.067 27.627 7.253 32.533 21.227 54.507 153.067 199.36 256 360.427 256s305.92-102.933 360.427-256c4.693-13.12 16.96-21.333 30.187-21.333 3.52 0 7.147 0.64 10.667 1.813 16.64 5.867 25.387 24.213 19.413 40.853-15.253 42.987-36.907 83.307-64.32 119.893z" />
-<glyph unicode="&#xe95b;" glyph-name="fm-current-alarm-16" d="M832 363.947v176.853c0 118.613-72.747 223.68-182.827 266.88-18.347 59.627-73.28 101.12-137.173 101.12s-118.827-41.493-137.173-101.12c-110.080-43.2-182.827-148.267-182.827-266.88v-176.853c-56.853-44.267-96-88.213-96-191.147 0-17.707 14.293-32 32-32h203.52c26.773-75.413 98.667-128 180.48-128s153.707 52.587 180.48 128h203.52c17.707 0 32 14.293 32 32 0 102.933-39.147 146.88-96 191.147zM512 76.8c-46.507 0-88.213 25.493-110.613 64h221.227c-22.4-38.507-64.107-64-110.613-64zM161.707 204.8c6.933 58.667 34.56 82.453 81.6 117.76 8 6.080 12.8 15.467 12.8 25.6v192.64c0 96.853 62.613 182.080 155.733 212.16 11.413 3.627 19.733 13.333 21.76 25.173 6.507 38.72 39.467 66.773 78.613 66.773s72.107-28.053 78.613-66.773c1.92-11.733 10.347-21.547 21.76-25.173 93.12-30.080 155.733-115.307 155.733-212.16v-192.64c0-10.027 4.693-19.52 12.8-25.6 46.933-35.413 74.667-59.093 81.6-117.76h-701.013zM512 652.8c-88.213 0-160-71.787-160-160s71.787-160 160-160 160 71.787 160 160-71.787 160-160 160zM512 396.8c-52.907 0-96 43.093-96 96s43.093 96 96 96 96-43.093 96-96-43.093-96-96-96z" />
-<glyph unicode="&#xe95c;" glyph-name="fm-group-16" d="M844.587 417.707c-15.36 8.747-34.88 3.307-43.627-12.053s-3.307-34.88 12.053-43.627c12.053-6.827 18.987-17.493 18.987-29.227s-6.933-22.4-18.88-29.12l-285.333-161.707c-9.707-5.547-21.867-5.547-31.573 0l-285.333 161.707c-11.947 6.72-18.88 17.387-18.88 29.12s6.933 22.4 18.88 29.12c15.36 8.747 20.8 28.267 12.053 43.627s-28.267 20.8-43.627 12.053c-32.107-18.133-51.307-49.92-51.307-84.8s19.2-66.667 51.413-84.907l285.333-161.6c14.613-8.32 30.933-12.373 47.36-12.373 16.32 0 32.747 4.16 47.36 12.373l285.333 161.6c32 18.24 51.2 50.027 51.2 84.907s-19.2 66.667-51.413 84.907zM177.067 505.28l287.68-162.987c14.613-8.32 30.933-12.373 47.36-12.373 16.32 0 32.747 4.16 47.36 12.373l287.467 162.987c30.507 17.28 48.64 48.533 48.64 83.52s-18.24 66.24-48.64 83.52l-287.573 162.987c-29.227 16.533-65.493 16.533-94.613 0l-287.68-162.987c-30.507-17.28-48.64-48.533-48.64-83.52s18.133-66.24 48.64-83.52zM208.533 616.64l287.68 162.987c4.907 2.773 10.347 4.16 15.787 4.16s10.88-1.387 15.787-4.16l287.68-162.987c14.613-8.32 16.213-22.187 16.213-27.84s-1.6-19.52-16.213-27.84l-287.68-162.987c-9.707-5.547-21.867-5.547-31.573 0 0 0 0 0 0 0l-287.68 162.987c-14.613 8.32-16.213 22.187-16.213 27.84s1.6 19.52 16.213 27.84z" />
-<glyph unicode="&#xe95d;" glyph-name="fm-history-alarm-16" d="M832 363.947v176.853c0 118.613-72.747 223.68-182.827 266.88-18.347 59.627-73.28 101.12-137.173 101.12s-118.827-41.493-137.173-101.12c-110.080-43.2-182.827-148.267-182.827-266.88v-176.853c-56.853-44.267-96-88.213-96-191.147 0-17.707 14.293-32 32-32h203.52c26.773-75.413 98.667-128 180.48-128s153.707 52.587 180.48 128h203.52c17.707 0 32 14.293 32 32 0 102.933-39.147 146.88-96 191.147zM512 76.8c-46.507 0-88.213 25.493-110.613 64h221.227c-22.4-38.507-64.107-64-110.613-64zM161.707 204.8c6.933 58.667 34.56 82.453 81.6 117.76 8 6.080 12.8 15.467 12.8 25.6v192.64c0 96.853 62.613 182.080 155.733 212.16 11.413 3.627 19.733 13.333 21.76 25.173 6.507 38.72 39.467 66.773 78.613 66.773s72.107-28.053 78.613-66.773c1.92-11.733 10.347-21.547 21.76-25.173 93.12-30.080 155.733-115.307 155.733-212.16v-192.64c0-10.027 4.693-19.52 12.8-25.6 46.933-35.413 74.667-59.093 81.6-117.76h-701.013zM672 460.8h-160v160c0 17.707-14.293 32-32 32s-32-14.293-32-32v-192c0-17.707 14.293-32 32-32h192c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe95e;" glyph-name="fm-moc-16" d="M879.467 692.053l-350.933 202.667c-10.133 5.867-22.827 5.867-33.067 0l-350.933-202.56c-10.24-5.867-16.533-16.853-16.533-28.587v-405.227c0-11.733 6.293-22.72 16.533-28.587l350.933-202.56c5.12-2.987 10.773-4.373 16.533-4.373s11.413 1.493 16.533 4.373l350.933 202.56c10.24 5.867 16.533 16.853 16.533 28.587v405.013c0 11.84-6.293 22.827-16.533 28.693zM832 276.053l-320-184.747-320 184.747v369.493l320 184.747 320-184.747v-369.493zM272.533 618.133c-10.24-5.867-16.533-16.853-16.533-28.587v-257.387c0-11.733 6.293-22.72 16.533-28.587l222.933-128.747c5.12-2.987 10.773-4.373 16.533-4.373s11.413 1.493 16.533 4.373l222.933 128.747c10.24 5.867 16.533 16.853 16.533 28.587v257.387c0 11.733-6.293 22.72-16.533 28.587l-222.933 128.747c-10.24 5.867-22.827 5.867-33.067 0l-222.933-128.747zM320 533.653l160-91.413v-184.64l-160 92.373v183.68zM544 257.6v184.747l160 92.373v-184.747l-160-92.373zM672 590.080l-160.107-92.373-160.853 91.947 160.96 92.8 160-92.373z" />
-<glyph unicode="&#xe95f;" glyph-name="fm-notice-alarm-16" d="M768 619.84v192.96c0 12.267-7.040 23.467-18.133 28.8s-24.213 3.84-33.813-3.84l-143.253-114.56c-53.44-29.333-111.68-49.173-160.32-54.613-0.107 0-0.32 0-0.427 0l-126.080-15.787h-188.907c-18.24 0-33.067-14.827-33.067-33.067v-317.867c0-18.24 14.827-33.067 33.067-33.067h94.933c-0.213-40.32 12.8-82.027 37.227-116.8 29.653-42.347 73.067-69.76 119.147-74.987 1.28-0.107 2.453-0.213 3.733-0.213 16 0 29.867 12.053 31.787 28.373 2.027 17.6-10.56 33.387-28.16 35.413-27.84 3.2-54.827 20.8-74.027 48.213-16.853 24.107-25.92 52.693-25.6 80h29.973l125.973-15.787c0.107 0 0.32 0 0.427 0 48.64-5.44 106.88-25.28 160.32-54.613l143.253-114.56c5.76-4.587 12.907-7.040 19.947-7.040 4.693 0 9.493 1.067 13.867 3.2 11.093 5.333 18.133 16.533 18.133 28.8v192.96c33.173 4.053 63.68 20.48 87.253 47.467 26.24 29.973 40.747 69.653 40.747 111.573s-14.507 81.6-40.747 111.573c-23.573 26.987-54.080 43.413-87.253 47.467zM128 588.8h128v-256h-128v256zM704 175.36l-93.333 74.667c-1.387 1.067-2.88 2.133-4.48 2.987-35.947 19.947-107.84 54.72-186.453 63.467l-99.733 12.587v263.467l99.733 12.48c78.507 8.747 150.507 43.52 186.453 63.467 1.6 0.853 3.093 1.92 4.48 2.987l93.333 74.667v-570.773zM768 366.72v188.16c36.48-8.96 64-47.68 64-94.080s-27.52-85.12-64-94.080z" />
-<glyph unicode="&#xe960;" glyph-name="fm-no-voice-16" d="M558.293 841.387c-10.88 5.44-23.787 4.267-33.493-2.987l-238.933-179.2c-5.547-4.16-12.373-6.4-19.2-6.4h-106.667c-52.907 0-96-43.093-96-96v-192c0-52.907 43.093-96 96-96h106.667c6.827 0 13.653-2.24 19.2-6.4l238.933-179.2c5.653-4.267 12.373-6.4 19.2-6.4 4.907 0 9.813 1.067 14.293 3.413 10.88 5.44 17.707 16.533 17.707 28.587v704c0 12.16-6.827 23.253-17.707 28.587zM512 172.8l-187.733 140.8c-16.533 12.373-37.013 19.2-57.6 19.2h-106.667c-17.6 0-32 14.4-32 32v192c0 17.6 14.4 32 32 32h106.667c20.587 0 41.067 6.827 57.6 19.2l187.733 140.8v-576zM886.613 579.413c-12.48 12.48-32.747 12.48-45.227 0l-73.387-73.387-73.387 73.387c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l73.387-73.387-73.387-73.387c-12.48-12.48-12.48-32.747 0-45.227 6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l73.387 73.387 73.387-73.387c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-73.387 73.387 73.387 73.387c12.48 12.48 12.48 32.747 0 45.227z" />
-<glyph unicode="&#xe961;" glyph-name="fm-restype-16" d="M161.067 844.8c-18.24 0-33.067-14.827-33.067-33.067v-285.867c0-18.24 14.827-33.067 33.067-33.067h285.867c18.24 0 33.067 14.827 33.067 33.067v285.867c0 18.24-14.827 33.067-33.067 33.067h-285.867zM416 556.8h-224v224h224v-224zM128 109.867c0-18.24 14.827-33.067 33.067-33.067h285.867c18.24 0 33.067 14.827 33.067 33.067v285.867c0 18.24-14.827 33.067-33.067 33.067h-285.867c-18.24 0-33.067-14.827-33.067-33.067v-285.867zM192 364.8h224v-224h-224v224zM577.067 844.8c-18.24 0-33.067-14.827-33.067-33.067v-285.867c0-18.24 14.827-33.067 33.067-33.067h285.867c18.24 0 33.067 14.827 33.067 33.067v285.867c0 18.24-14.827 33.067-33.067 33.067h-285.867zM832 556.8h-224v224h224v-224zM743.36 458.667c-6.293 6.293-14.507 9.707-23.36 9.707s-17.173-3.413-23.36-9.707l-182.507-182.507c-6.293-6.293-9.707-14.507-9.707-23.36s3.413-17.173 9.707-23.36l182.507-182.507c6.293-6.293 14.507-9.707 23.36-9.707s17.173 3.413 23.36 9.707l182.507 182.507c6.293 6.293 9.707 14.507 9.707 23.36s-3.413 17.173-9.707 23.36l-182.507 182.507zM720 114.027l-138.773 138.773 138.773 138.773 138.773-138.773-138.773-138.773z" />
-<glyph unicode="&#xe962;" glyph-name="fm-setting-16" d="M449.387 384.64c-85.867 0-155.733 69.867-155.733 155.733s69.867 155.733 155.733 155.733 155.733-69.867 155.733-155.733-69.867-155.733-155.733-155.733zM449.387 632.107c-50.56 0-91.733-41.173-91.733-91.733s41.173-91.733 91.733-91.733 91.733 41.173 91.733 91.733-41.173 91.733-91.733 91.733zM344.64 166.4l-16.213 5.227c-53.653 17.6-102.080 46.507-143.68 85.76l-12.053 11.413 2.24 16.32c4.373 31.68-1.387 62.613-16.853 89.173-15.040 25.92-38.080 46.187-66.56 58.347l-15.147 6.507-3.52 16.213c-5.867 27.2-8.853 54.613-8.853 81.173 0 29.227 3.52 58.773 10.347 88.107l3.733 15.787 15.040 6.4c28.907 12.16 52.053 32.427 67.2 58.56 14.827 25.707 20.907 55.467 17.387 85.973l-1.813 16.107 11.947 10.987c42.133 38.933 92.8 68.267 146.773 84.907l15.68 4.907 13.12-10.027c50.133-38.080 119.253-38.080 169.387 0l13.12 10.027 15.68-4.907c53.973-16.64 102.827-44.8 145.387-83.627l12.48-11.413-2.347-16.64c-4.587-32 1.173-63.040 16.747-89.92s39.573-47.467 69.76-59.52l15.787-6.293 3.627-16.64c2.773-12.907 5.12-26.027 6.613-39.36l1.92-21.44c0.96-17.6-12.48-32.747-30.080-33.707-18.773-2.133-32.747 12.587-33.707 30.080l-1.6 17.6c-0.64 5.867-1.6 11.733-2.56 17.6-36.053 17.92-65.173 45.227-85.013 79.573-19.84 34.24-28.8 73.067-26.453 113.173-28.587 23.787-60.267 42.027-94.613 54.507-66.027-42.347-152.32-42.24-218.347 0-35.093-12.8-67.413-31.467-96.32-55.893 1.28-38.187-7.893-75.2-26.88-108.053-19.307-33.387-47.467-60.16-82.133-78.293-3.733-19.52-5.547-39.253-5.547-58.667 0-17.173 1.493-34.773 4.48-52.48 34.133-18.027 61.867-44.587 81.067-77.653 19.733-34.133 28.8-72.747 26.56-112.533 28.053-24.107 59.307-42.773 93.333-55.893 33.28 21.653 71.147 33.067 110.4 33.067 17.707 0 32-14.293 32-32s-14.293-32-32-32c-30.827 0-60.48-10.347-85.76-30.080l-13.76-10.453zM928 140.8h-384c-17.707 0-32 14.293-32 32 0 56.747 43.733 73.707 67.2 82.773 1.28 0.533 2.453 0.96 3.733 1.387v80.853c0 49.92 32.427 94.080 82.133 114.133 13.013 24.533 40.107 40.853 70.933 40.853s57.92-16.32 70.933-40.853c49.707-20.053 82.133-64.213 82.133-114.133v-80.853c1.173-0.533 2.453-0.96 3.733-1.387 23.467-9.067 67.2-26.027 67.2-82.773 0-17.707-14.293-32-32-32zM623.147 204.8h225.6c-3.093 1.6-6.293 3.413-9.28 5.333-9.067 5.973-14.507 16-14.507 26.773v100.907c0 26.027-20.693 49.28-51.413 57.92-11.733 3.2-20.48 12.907-22.827 24.747-0.64 3.52-6.187 8.213-14.827 8.213s-14.187-4.8-14.827-8.213c-2.347-11.84-11.093-21.547-22.827-24.747-30.72-8.64-51.413-31.893-51.413-57.92v-100.907c0-10.773-5.44-20.907-14.507-26.773-2.88-1.92-5.973-3.733-9.173-5.333zM800 12.8h-128c-17.707 0-32 14.293-32 32s14.293 32 32 32h128c17.707 0 32-14.293 32-32s-14.293-32-32-32z" />
-<glyph unicode="&#xe963;" glyph-name="fm-unacknownledge-16" d="M874.88 121.173c-23.573 52.48-61.227 87.36-108.693 100.907-24.107 6.933-77.013 9.813-121.173 10.987l48.427 43.947c13.12 11.84 14.080 32.107 2.24 45.227s-32.107 14.080-45.227 2.24l-89.387-81.067c-10.88-10.88-16.64-25.067-17.067-39.467 0-0.747-0.107-1.493-0.107-2.24 0-0.64 0-1.28 0.107-1.92 0.533-14.293 6.187-28.48 17.067-39.36l0.96-0.96 89.28-75.2c5.973-5.013 13.333-7.573 20.587-7.573 9.067 0 18.133 3.84 24.533 11.413 11.413 13.547 9.707 33.707-3.84 45.12l-42.347 35.733c41.707-1.28 82.667-3.84 98.347-8.32 70.827-20.267 83.413-117.653 83.627-119.467 1.813-16.32 15.68-28.373 31.787-28.373 1.173 0 2.347 0.107 3.627 0.213 17.6 1.92 30.187 17.813 28.267 35.307-0.213 1.493-4.16 35.413-21.013 72.853zM480 76.8c17.707 0 32 14.293 32 32s-14.293 32-32 32h-256c-17.6 0-32 14.4-32 32v576c0 17.6 14.4 32 32 32h576c17.6 0 32-14.4 32-32v-448c0-17.707 14.293-32 32-32s32 14.293 32 32v448c0 52.907-43.093 96-96 96h-576c-52.907 0-96-43.093-96-96v-576c0-52.907 43.093-96 96-96h256zM672 652.8h-320c-17.707 0-32-14.293-32-32s14.293-32 32-32h320c17.707 0 32 14.293 32 32s-14.293 32-32 32zM672 460.8h-320c-17.707 0-32-14.293-32-32s14.293-32 32-32h320c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe964;" glyph-name="fm-voice-16" d="M558.293 841.387c-10.88 5.44-23.787 4.267-33.493-2.987l-238.933-179.2c-5.547-4.16-12.373-6.4-19.2-6.4h-106.667c-52.907 0-96-43.093-96-96v-192c0-52.907 43.093-96 96-96h106.667c6.827 0 13.653-2.24 19.2-6.4l238.933-179.2c5.653-4.267 12.373-6.4 19.2-6.4 4.907 0 9.813 1.067 14.293 3.413 10.88 5.44 17.707 16.533 17.707 28.587v704c0 12.16-6.827 23.253-17.707 28.587zM512 172.8l-187.733 140.8c-16.533 12.373-37.013 19.2-57.6 19.2h-106.667c-17.6 0-32 14.4-32 32v192c0 17.6 14.4 32 32 32h106.667c20.587 0 41.067 6.827 57.6 19.2l187.733 140.8v-576zM695.36 642.667c-12.053 12.907-32.32 13.653-45.227 1.493-12.907-12.053-13.653-32.32-1.493-45.227 35.733-38.187 55.36-87.253 55.36-138.133s-19.627-99.947-55.36-138.133c-12.053-12.907-11.413-33.173 1.6-45.227 6.187-5.76 13.973-8.64 21.867-8.64 8.533 0 17.067 3.413 23.36 10.133 46.827 50.133 72.64 114.667 72.64 181.867-0.107 67.093-25.92 131.733-72.747 181.867zM756.693 757.227c-13.44 11.413-33.707 9.813-45.12-3.627s-9.813-33.707 3.627-45.12c74.24-63.147 116.8-153.387 116.8-247.68s-42.56-184.533-116.693-247.573c-13.44-11.413-15.040-31.68-3.627-45.12 6.293-7.467 15.36-11.307 24.427-11.307 7.36 0 14.72 2.453 20.693 7.573 43.2 36.907 77.44 80.96 101.547 131.093 25.067 52.053 37.653 107.627 37.653 165.333s-12.693 113.28-37.653 165.333c-24.107 50.133-58.347 94.187-101.653 131.093z" />
-<glyph unicode="&#xe965;" glyph-name="hmf-16" d="M744.64 700.48c0 114.667-93.333 208-208 208s-208-93.333-208-208c0-70.827 35.52-133.44 89.707-170.987l-80.427-140.693c-15.787 5.227-32.533 8-50.027 8-88.213 0-160-71.787-160-160s71.787-160 160-160 160 71.787 160 160c0 47.787-21.12 90.773-54.507 120.213l82.56 144.533c19.2-5.867 39.467-8.96 60.587-8.96 23.893 0 46.933 4.053 68.267 11.52l76.267-141.44c-25.28-23.36-41.067-56.853-41.067-93.867 0-70.613 57.387-128 128-128s128 57.387 128 128-57.387 128-128 128c-10.56 0-20.8-1.28-30.613-3.733l-75.947 141.12c50.56 37.973 83.2 98.347 83.2 166.293zM288 140.8c-52.907 0-96 43.093-96 96s43.093 96 96 96 96-43.093 96-96-43.093-96-96-96zM832 268.8c0-35.307-28.693-64-64-64s-64 28.693-64 64 28.693 64 64 64 64-28.693 64-64zM536.64 556.48c-79.36 0-144 64.64-144 144s64.64 144 144 144 144-64.64 144-144-64.533-144-144-144z" />
-<glyph unicode="&#xe966;" glyph-name="license-16" d="M673.28 652.053h-321.493c-17.707 0-32-14.293-32-32s14.293-32 32-32h321.6c17.707 0 32 14.293 32 32s-14.4 32-32.107 32zM422.4 522.133h-66.667c-17.707 0-32-14.293-32-32s14.293-32 32-32h66.667c17.707 0 32 14.293 32 32s-14.293 32-32 32zM577.387 492.693c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM703.68 492.693c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM832.213 783.36l-136.747 125.44h-55.787v-0.107h-365.12c-46.613 0-84.587-43.2-84.587-96.32v-767.573c0-11.84 6.613-22.827 17.173-28.373s23.147-4.8 33.067 2.027l214.827 148.053c34.027 23.467 78.080 23.467 112.107 0l214.827-148.053c5.547-3.733 11.84-5.653 18.24-5.653 5.12 0 10.24 1.173 14.827 3.627 10.56 5.547 17.173 16.427 17.173 28.373v738.56zM768.213 105.707l-164.693 113.493c-55.36 38.080-129.493 38.080-184.853 0l-164.693-113.493v706.667c0 18.453 10.88 32.32 20.587 32.32h365.12v-55.467c0-35.307 28.693-64 64-64h64.64v-619.52z" />
-<glyph unicode="&#xe967;" glyph-name="log-16" d="M800 844.8h-96v32c0 17.707-14.293 32-32 32s-32-14.293-32-32v-32h-256v32c0 17.707-14.293 32-32 32s-32-14.293-32-32v-32h-96c-17.707 0-32-14.293-32-32v-768c0-17.707 14.293-32 32-32h576c17.707 0 32 14.293 32 32v768c0 17.707-14.293 32-32 32zM768 76.8h-512v704h64v-32.107c0-17.707 14.293-32 32-32s32 14.293 32 32v32.107h256v-32.107c0-17.707 14.293-32 32-32s32 14.293 32 32v32.107h64v-704zM666.347 591.467h-322.667c-17.707 0-32-14.293-32-32s14.293-32 32-32h322.667c17.707 0 32 14.293 32 32s-14.293 32-32 32zM666.347 460.8h-322.667c-17.707 0-32-14.293-32-32s14.293-32 32-32h322.667c17.707 0 32 14.293 32 32s-14.293 32-32 32zM666.347 332.8h-322.667c-17.707 0-32-14.293-32-32s14.293-32 32-32h322.667c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe968;" glyph-name="mml-16" d="M126.933 758.613v-595.733c0-47.467 38.613-86.187 86.187-86.187h595.733c47.467 0 86.187 38.613 86.187 86.187v595.733c0 47.467-38.613 86.187-86.187 86.187h-595.733c-47.467 0-86.187-38.613-86.187-86.187zM830.933 758.613v-595.733c0-12.267-9.92-22.187-22.187-22.187h-595.627c-12.267 0-22.187 9.92-22.187 22.187v595.733c0 12.267 9.92 22.187 22.187 22.187h595.733c12.16 0 22.080-9.92 22.080-22.187zM265.92 440.107l197.547-162.987c5.973-4.907 13.227-7.36 20.373-7.36 9.173 0 18.347 3.947 24.747 11.627 11.2 13.653 9.28 33.813-4.267 45.013l-167.040 137.813 166.293 130.987c13.867 10.987 16.32 31.040 5.333 44.907s-31.040 16.32-44.907 5.333l-197.547-155.52c-7.573-5.973-12.053-15.147-12.16-24.747s4.16-18.88 11.627-25.067zM606.933 269.76h125.227c17.707 0 32 14.293 32 32s-14.293 32-32 32h-125.227c-17.707 0-32-14.293-32-32s14.4-32 32-32z" />
-<glyph unicode="&#xe969;" glyph-name="mml-batch-command-16" d="M128 556.8v-448c0-17.707 14.293-32 32-32h704c17.707 0 32 14.293 32 32v448c0 17.707-14.293 32-32 32h-704c-17.707 0-32-14.293-32-32zM192 524.8h640v-384h-640v384zM192 684.8c0-17.707 14.293-32 32-32h576c17.707 0 32 14.293 32 32s-14.293 32-32 32h-576c-17.707 0-32-14.293-32-32zM736 780.8c17.707 0 32 14.293 32 32s-14.293 32-32 32h-448c-17.707 0-32-14.293-32-32s14.293-32 32-32h448zM399.253 444.053c-12.48 12.48-32.747 12.48-45.227 0l-88.64-88.64c-12.48-12.48-12.48-32.747 0-45.227l88.64-88.64c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-66.027 66.027 66.027 66.027c12.48 12.48 12.48 32.747 0 45.227zM669.973 444.053c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l66.027-66.027-66.027-66.027c-12.48-12.48-12.48-32.747 0-45.227 6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l88.64 88.64c12.48 12.48 12.48 32.747 0 45.227l-88.64 88.64zM554.133 459.2c-16.747 5.547-34.88-3.52-40.427-20.267l-64-192c-5.547-16.747 3.52-34.88 20.267-40.427 3.307-1.067 6.72-1.6 10.133-1.6 13.44 0 25.92 8.533 30.4 21.867l64 192c5.44 16.64-3.627 34.773-20.373 40.427z" />
-<glyph unicode="&#xe96a;" glyph-name="mml-debug-16" d="M224 844.8c-70.613 0-128-57.387-128-128 0-59.52 40.853-109.653 96-123.947v-484.053c0-17.707 14.293-32 32-32s32 14.293 32 32v484.053c55.147 14.293 96 64.427 96 123.947 0 70.613-57.387 128-128 128zM224 652.8c0 0 0 0 0 0s0 0 0 0c-35.307 0-64 28.693-64 64s28.693 64 64 64 64-28.693 64-64c0-35.307-28.693-64-64-64zM512 844.8c-17.707 0-32-14.293-32-32v-228.053c-55.147-14.293-96-64.427-96-123.947s40.853-109.653 96-123.947v-228.053c0-17.707 14.293-32 32-32s32 14.293 32 32v228.053c55.147 14.293 96 64.427 96 123.947s-40.853 109.653-96 123.947v228.053c0 17.707-14.293 32-32 32zM576 460.8c0-35.307-28.693-64-64-64 0 0 0 0 0 0s0 0 0 0c-35.307 0-64 28.693-64 64s28.693 64 64 64 64-28.693 64-64zM832 328.747v484.053c0 17.707-14.293 32-32 32s-32-14.293-32-32v-484.053c-55.147-14.293-96-64.427-96-123.947 0-70.613 57.387-128 128-128s128 57.387 128 128c0 59.52-40.853 109.653-96 123.947zM800 140.8c-35.307 0-64 28.693-64 64s28.693 64 64 64 64-28.693 64-64-28.693-64-64-64z" />
-<glyph unicode="&#xe96b;" glyph-name="mml-dele-single-16" d="M928 908.8h-832c-17.707 0-32-14.293-32-32v-704c0-17.707 14.293-32 32-32h256c17.707 0 32 14.293 32 32s-14.293 32-32 32h-224v640h768v-390.4c0-17.707 14.293-32 32-32s32 14.293 32 32v422.4c0 17.707-14.293 32-32 32zM448 236.8c0-123.52 100.48-224 224-224s224 100.48 224 224-100.48 224-224 224-224-100.48-224-224zM832 236.8c0-88.213-71.787-160-160-160s-160 71.787-160 160 71.787 160 160 160 160-71.787 160-160zM576 236.8c0-17.707 14.293-32 32-32h128c17.707 0 32 14.293 32 32s-14.293 32-32 32h-128c-17.707 0-32-14.293-32-32zM342.613 771.413c-12.48 12.48-32.747 12.48-45.227 0l-96-96c-12.48-12.48-12.48-32.747 0-45.227l96-96c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-73.387 73.387 73.387 73.387c12.48 12.48 12.48 32.747 0 45.227zM681.387 534.187c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l96 96c12.48 12.48 12.48 32.747 0 45.227l-96 96c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l73.387-73.387-73.387-73.387c-12.48-12.48-12.48-32.747 0-45.227zM554.133 779.2c-16.747 5.547-34.88-3.52-40.427-20.267l-64-192c-5.547-16.747 3.52-34.88 20.267-40.427 3.307-1.067 6.72-1.6 10.133-1.6 13.44 0 25.92 8.533 30.4 21.867l64 192c5.44 16.64-3.627 34.773-20.373 40.427z" />
-<glyph unicode="&#xe96c;" glyph-name="mml-execut-next-16" d="M691.733 485.973l-448 352c-9.6 7.573-22.72 8.96-33.707 3.627s-18.027-16.533-18.027-28.8v-704c0-12.267 7.040-23.467 18.027-28.8 4.48-2.133 9.173-3.2 13.973-3.2 7.040 0 13.973 2.347 19.733 6.827l448 352c7.68 6.080 12.267 15.36 12.267 25.173s-4.48 19.093-12.267 25.173zM256 174.613v572.373l364.16-286.187-364.16-286.187zM736 76.8c17.707 0 32 14.293 32 32v704c0 17.707-14.293 32-32 32s-32-14.293-32-32v-704c0-17.707 14.293-32 32-32z" />
-<glyph unicode="&#xe96d;" glyph-name="mml-grammar-check-16" d="M864 460.8c-17.707 0-32-14.293-32-32v-288h-640v640h163.52c17.707 0 32 14.293 32 32s-14.293 32-32 32h-195.52c-17.707 0-32-14.293-32-32v-704c0-17.707 14.293-32 32-32h704c17.707 0 32 14.293 32 32v320c0 17.707-14.293 32-32 32zM494.827 829.973c-30.187-30.187-46.827-70.4-46.827-113.173s16.64-82.88 46.827-113.173c30.187-30.187 70.4-46.827 113.173-46.827 36.267 0 70.613 11.947 98.667 34.027l73.28-58.987c5.867-4.8 13.013-7.040 20.053-7.040 9.387 0 18.667 4.053 24.96 11.947 11.093 13.76 8.853 33.92-4.907 45.013l-71.893 57.813c12.907 23.36 19.84 49.813 19.84 77.227 0 42.773-16.64 82.88-46.827 113.173-30.293 30.187-70.4 46.827-113.173 46.827s-82.88-16.64-113.173-46.827zM675.84 648.96c-18.133-18.133-42.24-28.16-67.84-28.16s-49.707 10.027-67.84 28.16c-37.44 37.44-37.44 98.347 0 135.787 18.133 18.133 42.24 28.16 67.84 28.16s49.707-10.027 67.84-28.16c37.44-37.547 37.44-98.347 0-135.787zM288 460.8h192c17.707 0 32 14.293 32 32s-14.293 32-32 32h-192c-17.707 0-32-14.293-32-32s14.293-32 32-32zM288 268.8h448c17.707 0 32 14.293 32 32s-14.293 32-32 32h-448c-17.707 0-32-14.293-32-32s14.293-32 32-32z" />
-<glyph unicode="&#xe96e;" glyph-name="mml-lose-error-16" d="M128 460.8c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM256 460.8c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM832 460.8c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM960 460.8c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32zM329.387 278.187c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l137.387 137.387 137.387-137.387c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-137.387 137.387 137.387 137.387c12.48 12.48 12.48 32.747 0 45.227s-32.747 12.48-45.227 0l-137.387-137.387-137.387 137.387c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l137.387-137.387-137.387-137.387c-12.48-12.48-12.48-32.747 0-45.227zM913.28 352.32c-16.64 5.973-34.987-2.773-40.853-19.413-54.507-153.173-199.36-256.107-360.427-256.107s-305.92 102.933-360.427 256c-5.867 16.64-24.213 25.387-40.853 19.413-16.64-5.867-25.387-24.213-19.413-40.853 15.253-42.987 36.907-83.307 64.32-119.787 27.2-36.267 59.52-68.053 96-94.507 76.053-55.147 166.187-84.267 260.373-84.267 94.293 0 184.32 29.12 260.373 84.267 36.48 26.453 68.8 58.24 96 94.507 27.413 36.48 49.067 76.8 64.32 119.787 5.867 16.747-2.773 34.987-19.413 40.96zM868.373 730.027c-27.2 36.267-59.52 68.053-96 94.507-76.053 55.147-166.080 84.267-260.373 84.267s-184.32-29.12-260.373-84.267c-36.48-26.453-68.8-58.24-96-94.507-27.413-36.48-49.067-76.8-64.32-119.787-5.867-16.64 2.773-34.987 19.413-40.853s34.987 2.773 40.853 19.413c54.507 153.067 199.36 256 360.427 256s305.92-102.933 360.427-256c4.693-13.12 16.96-21.333 30.187-21.333 3.52 0 7.147 0.64 10.667 1.813 16.64 5.867 25.387 24.213 19.413 40.853-15.253 42.987-36.907 83.307-64.32 119.893z" />
-<glyph unicode="&#xe96f;" glyph-name="mml-parallel-16" d="M288 524.8h448c0.533 0 1.067 0 1.6 0 0.213 0 0.533 0 0.747 0 0.32 0 0.533 0 0.853 0.107 0.32 0 0.64 0.107 0.96 0.107 0.213 0 0.427 0 0.64 0.107 0.32 0 0.64 0.107 0.96 0.213 0.213 0 0.32 0.107 0.533 0.107 0.32 0.107 0.64 0.107 0.96 0.213 0.213 0 0.32 0.107 0.533 0.107 0.32 0.107 0.64 0.213 0.96 0.213 0.213 0 0.32 0.107 0.533 0.107 0.32 0.107 0.64 0.213 0.853 0.32s0.427 0.107 0.64 0.213c0.213 0.107 0.533 0.213 0.747 0.32s0.427 0.213 0.747 0.32c0.213 0.107 0.427 0.213 0.64 0.32s0.533 0.213 0.747 0.32c0.213 0.107 0.427 0.213 0.533 0.32 0.32 0.107 0.533 0.32 0.853 0.427 0.107 0.107 0.32 0.213 0.427 0.213 0.32 0.213 0.64 0.32 0.853 0.533 0.107 0.107 0.32 0.213 0.427 0.213 0.32 0.213 0.64 0.427 0.853 0.533 0.107 0.107 0.32 0.213 0.427 0.32 0.32 0.213 0.533 0.427 0.853 0.64 0.107 0.107 0.32 0.213 0.427 0.32 0.213 0.213 0.533 0.427 0.747 0.64s0.427 0.32 0.64 0.533c0.213 0.213 0.427 0.32 0.533 0.533 0.427 0.32 0.747 0.747 1.173 1.067 0 0 0 0 0 0s0 0 0 0c0.427 0.427 0.747 0.747 1.067 1.173 0.213 0.213 0.32 0.32 0.533 0.533s0.32 0.427 0.533 0.64c0.213 0.213 0.427 0.533 0.533 0.747s0.213 0.32 0.427 0.533c0.213 0.32 0.427 0.533 0.533 0.853 0.107 0.107 0.213 0.32 0.32 0.427 0.213 0.32 0.427 0.533 0.533 0.853 0.107 0.107 0.213 0.32 0.32 0.427 0.213 0.32 0.32 0.533 0.533 0.853 0.107 0.213 0.213 0.32 0.32 0.533 0.107 0.32 0.32 0.533 0.427 0.853 0.107 0.213 0.213 0.427 0.32 0.64s0.213 0.533 0.32 0.747c0.107 0.213 0.213 0.427 0.32 0.747 0.107 0.213 0.213 0.427 0.32 0.64 0.107 0.32 0.213 0.533 0.32 0.853 0.107 0.213 0.107 0.427 0.213 0.64 0.107 0.32 0.213 0.64 0.32 0.96 0 0.213 0.107 0.32 0.107 0.533 0.107 0.32 0.213 0.64 0.32 0.96 0 0.213 0.107 0.32 0.107 0.533 0.107 0.32 0.107 0.64 0.213 1.067 0 0.213 0.107 0.32 0.107 0.533 0.107 0.32 0.107 0.64 0.213 1.067 0 0.213 0 0.427 0.107 0.533 0 0.32 0.107 0.64 0.107 0.96 0 0.213 0 0.533 0.107 0.747 0 0.213 0 0.533 0.107 0.747 0 0.427 0 0.96 0 1.387 0 0.107 0 0.107 0 0.213s0 0.107 0 0.213c0 0.427 0 0.96 0 1.387 0 0.32 0 0.533-0.107 0.747 0 0.213 0 0.533-0.107 0.747 0 0.32-0.107 0.64-0.107 0.96 0 0.213 0 0.427-0.107 0.533 0 0.32-0.107 0.747-0.213 1.067 0 0.213-0.107 0.32-0.107 0.533-0.107 0.32-0.107 0.747-0.213 1.067 0 0.213-0.107 0.32-0.107 0.533-0.107 0.32-0.213 0.64-0.32 0.96 0 0.213-0.107 0.32-0.107 0.533-0.107 0.32-0.213 0.64-0.32 0.96-0.107 0.213-0.107 0.427-0.213 0.64-0.107 0.32-0.213 0.533-0.32 0.853-0.107 0.213-0.213 0.427-0.213 0.64-0.107 0.213-0.213 0.427-0.32 0.747-0.107 0.213-0.213 0.533-0.32 0.747s-0.213 0.427-0.32 0.64c-0.107 0.32-0.32 0.533-0.427 0.853-0.107 0.213-0.213 0.32-0.32 0.533-0.213 0.32-0.32 0.533-0.533 0.853-0.107 0.107-0.213 0.32-0.32 0.427-0.213 0.32-0.32 0.533-0.533 0.853-0.107 0.107-0.213 0.32-0.32 0.427-0.213 0.32-0.427 0.533-0.533 0.853-0.107 0.213-0.213 0.32-0.427 0.533s-0.427 0.533-0.533 0.747c-0.213 0.213-0.32 0.427-0.533 0.64s-0.32 0.427-0.533 0.533c-0.32 0.427-0.747 0.747-1.067 1.173 0 0 0 0 0 0l-128 128c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l73.387-73.387h-370.667c-17.707 0-32-14.293-32-32s14.293-32.64 32-32.64zM288 332.8h370.773l-73.387-73.387c-12.48-12.48-12.48-32.747 0-45.227 6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l128 128c0 0 0 0 0 0 0.427 0.427 0.747 0.747 1.067 1.173 0.213 0.213 0.32 0.32 0.533 0.533s0.32 0.427 0.533 0.64c0.213 0.213 0.427 0.533 0.533 0.747s0.213 0.32 0.427 0.533c0.213 0.32 0.427 0.533 0.533 0.853 0.107 0.107 0.213 0.32 0.32 0.427 0.213 0.32 0.427 0.533 0.533 0.853 0.107 0.107 0.213 0.32 0.32 0.427 0.213 0.32 0.32 0.533 0.533 0.853 0.107 0.213 0.213 0.32 0.32 0.533 0.107 0.32 0.32 0.533 0.427 0.853 0.107 0.213 0.213 0.427 0.32 0.64s0.213 0.533 0.32 0.747c0.107 0.213 0.213 0.427 0.32 0.747 0.107 0.213 0.213 0.427 0.32 0.64 0.107 0.32 0.213 0.533 0.32 0.853 0.107 0.213 0.107 0.427 0.213 0.64 0.107 0.32 0.213 0.64 0.32 0.96 0 0.213 0.107 0.32 0.107 0.533 0.107 0.32 0.213 0.64 0.32 0.96 0 0.213 0.107 0.32 0.107 0.533 0.107 0.32 0.107 0.64 0.213 1.067 0 0.213 0.107 0.32 0.107 0.533 0.107 0.32 0.107 0.64 0.213 1.067 0 0.213 0 0.427 0.107 0.533 0 0.32 0.107 0.64 0.107 0.96 0 0.213 0 0.533 0.107 0.747 0 0.213 0 0.533 0.107 0.747 0 0.427 0 0.96 0 1.387 0 0.107 0 0.107 0 0.213s0 0.107 0 0.213c0 0.427 0 0.96 0 1.387 0 0.32 0 0.533-0.107 0.747 0 0.213 0 0.533-0.107 0.747 0 0.32-0.107 0.64-0.107 0.96 0 0.213 0 0.427-0.107 0.533 0 0.32-0.107 0.747-0.213 1.067 0 0.213-0.107 0.32-0.107 0.533-0.107 0.32-0.107 0.747-0.213 1.067 0 0.213-0.107 0.32-0.107 0.533-0.107 0.32-0.213 0.64-0.32 0.96 0 0.213-0.107 0.32-0.107 0.533-0.107 0.32-0.213 0.64-0.32 0.96-0.107 0.213-0.107 0.427-0.213 0.64-0.107 0.32-0.213 0.533-0.32 0.853-0.107 0.213-0.213 0.427-0.213 0.64-0.107 0.213-0.213 0.427-0.32 0.747-0.107 0.213-0.213 0.533-0.32 0.747s-0.213 0.427-0.32 0.64c-0.107 0.32-0.32 0.533-0.427 0.853-0.107 0.213-0.213 0.32-0.32 0.533-0.213 0.32-0.32 0.533-0.533 0.853-0.107 0.107-0.213 0.32-0.32 0.427-0.213 0.32-0.32 0.533-0.533 0.853-0.107 0.107-0.213 0.32-0.32 0.427-0.213 0.32-0.427 0.533-0.533 0.853-0.107 0.213-0.213 0.32-0.427 0.533s-0.427 0.533-0.533 0.747c-0.213 0.213-0.32 0.427-0.533 0.64s-0.32 0.427-0.533 0.533c-0.32 0.427-0.747 0.747-1.067 1.173 0 0 0 0 0 0s0 0 0 0c-0.32 0.32-0.747 0.747-1.173 1.067-0.213 0.213-0.427 0.32-0.533 0.533-0.213 0.213-0.427 0.32-0.64 0.533s-0.533 0.427-0.747 0.64c-0.107 0.107-0.32 0.213-0.427 0.32-0.32 0.213-0.533 0.427-0.853 0.64-0.107 0.107-0.32 0.213-0.427 0.32-0.32 0.213-0.64 0.427-0.853 0.533-0.107 0.107-0.32 0.213-0.427 0.213-0.32 0.213-0.64 0.32-0.853 0.533-0.107 0.107-0.32 0.213-0.427 0.213-0.32 0.107-0.533 0.32-0.853 0.427-0.213 0.107-0.32 0.213-0.533 0.32s-0.533 0.213-0.747 0.32c-0.213 0.107-0.427 0.213-0.64 0.32s-0.427 0.213-0.747 0.32c-0.213 0.107-0.533 0.213-0.747 0.32s-0.427 0.107-0.64 0.213c-0.32 0.107-0.533 0.213-0.853 0.32-0.213 0.107-0.427 0.107-0.533 0.213-0.32 0.107-0.64 0.213-0.96 0.213-0.213 0-0.32 0.107-0.533 0.107-0.32 0.107-0.64 0.107-0.96 0.213-0.213 0-0.32 0.107-0.533 0.107-0.32 0.107-0.64 0.107-0.96 0.213-0.213 0-0.427 0.107-0.64 0.107-0.32 0-0.64 0.107-0.853 0.107-0.32 0-0.64 0-0.853 0.107-0.213 0-0.427 0-0.64 0-0.533 0-1.067 0-1.6 0h-448.533c-17.707 0-32-14.293-32-32s14.293-32.747 32-32.747zM862.933 844.8h-701.867c-18.24 0-33.067-14.827-33.067-33.067v-701.867c0-18.24 14.827-33.067 33.067-33.067h701.867c18.24 0 33.067 14.827 33.067 33.067v701.867c0 18.24-14.827 33.067-33.067 33.067zM832 140.8h-640v640h640v-640z" />
-<glyph unicode="&#xe970;" glyph-name="mml-single-command-16" d="M339.307 640.107c-12.48 12.48-32.747 12.48-45.227 0l-156.693-156.693c-12.48-12.48-12.48-32.747 0-45.227l156.693-156.693c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-134.080 134.080 133.973 133.973c12.587 12.587 12.587 32.853 0.107 45.333zM684.693 281.493c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387l156.693 156.693c12.48 12.48 12.48 32.747 0 45.227l-156.587 156.693c-12.48 12.48-32.747 12.48-45.227 0s-12.48-32.747 0-45.227l133.973-134.080-134.080-133.973c-12.48-12.587-12.48-32.853 0-45.333zM546.24 632.64l-128-320c-6.613-16.427 1.387-34.987 17.813-41.6 3.947-1.6 7.893-2.347 11.84-2.347 12.693 0 24.747 7.573 29.76 20.16l128 320c6.613 16.427-1.387 34.987-17.813 41.6-16.32 6.613-34.987-1.387-41.6-17.813z" />
-<glyph unicode="&#xe971;" glyph-name="octopus-16" d="M908.587 211.307c-12.8 51.093-51.733 63.253-77.44 71.253-10.773 3.413-21.013 6.613-25.707 11.307-21.973 21.973-3.733 59.307 0.107 66.56 25.813 34.027 42.773 64.64 53.333 96.107 12.587 37.44 15.787 75.733 9.707 117.12-5.44 37.547-17.28 72.96-35.2 105.173-18.453 33.387-42.987 62.613-72.853 86.933-63.68 51.733-149.547 79.040-248.533 79.040s-184.853-27.307-248.533-79.040c-29.867-24.32-54.4-53.547-72.853-86.827-17.92-32.32-29.76-67.627-35.2-105.173-5.973-41.387-2.773-79.68 9.707-117.12 10.56-31.573 27.52-62.080 53.333-96.107 3.84-7.253 22.080-44.587 0.107-66.56-4.693-4.693-14.933-7.893-25.707-11.307-25.813-8.107-64.747-20.267-77.44-71.253-5.867-23.467-1.813-48.747 11.413-71.253 12.373-21.013 31.68-37.653 54.293-46.933 12.48-5.12 26.56-8.107 41.387-8.107 28.8 0 60.693 11.307 90.453 40.32 4.8-6.080 10.24-11.84 16.427-17.067 23.68-20.267 54.933-31.467 87.787-31.467s64.107 11.2 87.787 31.467c2.453 2.027 4.693 4.267 6.933 6.4 2.24-2.24 4.48-4.373 6.933-6.4 23.68-20.267 54.933-31.467 87.787-31.467s64.107 11.2 87.787 31.467c6.187 5.227 11.627 10.987 16.427 17.067 29.76-29.013 61.653-40.32 90.453-40.32 14.827 0 28.907 2.987 41.387 8.107 22.72 9.28 42.027 25.92 54.293 46.933 13.44 22.4 17.493 47.68 11.627 71.147zM818.667 152.427c-8.32-3.413-21.547-5.973-37.867 1.067-18.24 7.893-36.053 26.133-51.733 52.693 0 0 0 0 0 0.107-0.213 0.427-0.427 0.747-0.747 1.173-0.107 0.107-0.107 0.213-0.213 0.32-0.213 0.32-0.427 0.533-0.64 0.853-0.107 0.213-0.213 0.32-0.32 0.533s-0.213 0.32-0.427 0.533c-0.213 0.213-0.427 0.533-0.64 0.747 0 0 0 0 0 0-2.56 3.093-5.547 5.547-8.853 7.467-0.213 0.107-0.427 0.213-0.64 0.32 0 0-0.107 0-0.107 0.107-2.987 1.6-6.4 2.773-9.92 3.307 0 0-0.107 0-0.107 0-0.32 0-0.64 0.107-0.853 0.107s-0.533 0.107-0.747 0.107c-0.213 0-0.32 0-0.533 0-0.427 0-0.747 0.107-1.173 0.107-0.107 0-0.213 0-0.32 0-0.427 0-0.96 0-1.387 0 0 0 0 0 0 0s-0.107 0-0.107 0c-0.533 0-0.96 0-1.493 0-0.107 0-0.107 0-0.213 0-0.427 0-0.96-0.107-1.387-0.107-0.107 0-0.213 0-0.213 0-0.427 0-0.853-0.107-1.28-0.213-0.107 0-0.213 0-0.427-0.107-0.427-0.107-0.747-0.107-1.173-0.213-0.213 0-0.32-0.107-0.533-0.107-0.32-0.107-0.64-0.107-0.96-0.213-0.213-0.107-0.427-0.107-0.64-0.213s-0.533-0.107-0.747-0.213c-0.32-0.107-0.533-0.213-0.853-0.213-0.213-0.107-0.427-0.107-0.64-0.213-0.32-0.107-0.64-0.213-0.96-0.32-0.107-0.107-0.32-0.107-0.427-0.213-0.427-0.107-0.747-0.32-1.173-0.533-0.107 0-0.213-0.107-0.32-0.107-0.427-0.213-0.853-0.427-1.173-0.64-0.107 0-0.107-0.107-0.213-0.107-0.427-0.213-0.853-0.427-1.28-0.64 0 0-0.107 0-0.107-0.107 0 0 0 0-0.107 0-0.427-0.213-0.747-0.427-1.173-0.747-0.107-0.107-0.213-0.107-0.32-0.213-0.32-0.213-0.533-0.427-0.853-0.64-0.213-0.107-0.32-0.213-0.533-0.32s-0.32-0.213-0.533-0.427c-0.213-0.213-0.533-0.427-0.747-0.64 0 0 0 0 0 0-2.773-2.347-5.12-5.013-6.933-8.107 0 0 0 0 0 0-0.107-0.213-0.213-0.427-0.427-0.64-0.107-0.213-0.32-0.427-0.427-0.747 0 0 0 0 0 0-1.707-3.093-2.88-6.507-3.413-10.133 0 0 0 0 0 0 0-0.32-0.107-0.64-0.107-0.96 0-0.213-0.107-0.427-0.107-0.64s0-0.427-0.107-0.64c0-0.32-0.107-0.747-0.107-1.067 0-0.107 0-0.213 0-0.32 0-0.427 0-0.853 0-1.28 0 0 0 0 0-0.107 0-12.16-5.867-24-16.533-33.173-12.053-10.347-28.48-16.107-46.187-16.107s-34.133 5.76-46.187 16.107c-10.667 9.173-16.533 20.907-16.533 33.173 0 17.707-14.293 32-32 32s-32-14.293-32-32c0-12.16-5.867-24-16.533-33.173-12.053-10.347-28.48-16.107-46.187-16.107s-34.133 5.76-46.187 16.107c-10.667 9.173-16.533 20.907-16.533 33.173 0 0 0 0 0 0.107 0 0.427 0 0.853 0 1.28 0 0.107 0 0.213 0 0.32 0 0.32 0 0.747-0.107 1.067 0 0.213 0 0.427-0.107 0.64 0 0.213 0 0.427-0.107 0.64 0 0.32-0.107 0.64-0.107 0.96 0 0 0 0 0 0-0.533 3.627-1.707 7.040-3.413 10.133 0 0 0 0 0 0-0.107 0.213-0.32 0.427-0.427 0.747-0.107 0.213-0.213 0.427-0.427 0.64 0 0 0 0 0 0-1.813 2.987-4.16 5.76-6.933 8.107 0 0 0 0 0 0-0.213 0.213-0.533 0.427-0.747 0.64-0.213 0.107-0.32 0.32-0.533 0.427s-0.32 0.213-0.533 0.32-0.533 0.427-0.853 0.64c-0.107 0.107-0.213 0.107-0.32 0.213-0.32 0.213-0.747 0.427-1.173 0.747 0 0 0 0-0.107 0 0 0-0.107 0-0.107 0.107-0.427 0.213-0.853 0.427-1.28 0.64-0.107 0-0.107 0.107-0.213 0.107-0.427 0.213-0.853 0.427-1.173 0.64-0.107 0-0.213 0.107-0.32 0.107-0.427 0.213-0.747 0.32-1.173 0.533-0.107 0.107-0.32 0.107-0.427 0.213-0.32 0.107-0.64 0.213-1.067 0.427-0.213 0.107-0.32 0.107-0.533 0.213-0.32 0.107-0.533 0.213-0.853 0.32-0.213 0.107-0.533 0.107-0.747 0.213s-0.533 0.107-0.747 0.213c-0.32 0.107-0.64 0.107-0.853 0.213-0.213 0-0.427 0.107-0.64 0.107-0.32 0.107-0.747 0.107-1.067 0.213-0.107 0-0.32 0-0.427 0.107-0.427 0.107-0.853 0.107-1.173 0.107-0.107 0-0.213 0-0.32 0-0.427 0-0.853 0.107-1.28 0.107-0.107 0-0.213 0-0.213 0-0.427 0-0.96 0-1.387 0-0.107 0-0.107 0-0.213 0 0 0-0.107 0-0.107 0-0.427 0-0.853 0-1.28 0-0.107 0-0.213 0-0.427 0-0.32 0-0.64 0-0.96-0.107-0.213 0-0.427 0-0.64-0.107-0.213 0-0.427 0-0.533-0.107-4.373-0.533-8.427-1.92-12.053-4.053-0.213-0.107-0.32-0.213-0.533-0.32-0.107 0-0.107-0.107-0.213-0.107-2.987-1.813-5.653-4.053-7.893-6.827 0 0 0 0 0 0-0.213-0.213-0.427-0.533-0.64-0.747-0.107-0.213-0.32-0.32-0.427-0.533-0.107-0.107-0.213-0.32-0.32-0.533-0.213-0.32-0.427-0.533-0.64-0.853-0.107-0.107-0.107-0.213-0.213-0.32-0.213-0.32-0.427-0.747-0.747-1.173 0 0 0 0 0-0.107-15.573-26.56-33.493-44.8-51.733-52.693-16.213-7.040-29.547-4.48-37.867-1.067-18.987 7.787-31.787 27.627-27.84 43.413 3.627 14.72 9.813 18.027 34.453 25.707 16 5.013 36.053 11.307 51.84 27.093 25.067 25.067 34.667 60.053 26.773 98.453-5.333 26.027-16.747 45.44-18.027 47.573l-0.213-0.107c-0.853 1.493-1.707 2.987-2.773 4.373-44.693 58.88-59.413 106.773-50.88 165.547 15.573 104.64 100.587 216.32 293.653 216.32s278.080-111.68 293.227-216.32c8.533-58.773-6.187-106.773-50.88-165.547-1.067-1.387-2.027-2.88-2.773-4.373l-0.213 0.107c-1.28-2.133-12.693-21.547-18.027-47.573-7.787-38.4 1.707-73.387 26.773-98.453 15.787-15.787 35.84-22.080 51.84-27.093 24.64-7.68 30.827-10.987 34.453-25.707 4.053-15.787-8.747-35.627-27.733-43.413zM608 620.8c-17.707 0-32-14.293-32-32v-64c0-17.707 14.293-32 32-32s32 14.293 32 32v64c0 17.707-14.293 32-32 32zM416 620.8c-17.707 0-32-14.293-32-32v-64c0-17.707 14.293-32 32-32s32 14.293 32 32v64c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe972;" glyph-name="performance-16" d="M128 811.733v-701.867c0-18.24 14.827-33.067 33.067-33.067h701.867c18.24 0 33.067 14.827 33.067 33.067v701.867c0 18.24-14.827 33.067-33.067 33.067h-701.867c-18.24 0-33.067-14.827-33.067-33.067zM192 140.8v192h96c12.16 0 23.253 6.827 28.587 17.707l31.147 62.4 70.187-187.307c4.693-12.587 16.747-20.8 29.973-20.8 0.747 0 1.6 0 2.347 0.107 14.187 1.067 25.92 11.307 28.907 25.173l69.867 326.080 60.16-200.64c3.733-12.587 14.827-21.547 27.947-22.72s25.493 5.867 31.36 17.6l55.253 110.4h108.267v-320h-640zM832 780.8v-256h-128c-12.16 0-23.253-6.827-28.587-17.707l-27.947-55.787-72.853 242.667c-4.16 13.973-17.387 23.36-31.893 22.827-14.613-0.64-26.987-10.987-29.973-25.28l-73.067-341.227-57.6 153.707c-4.48 11.947-15.573 20.053-28.267 20.693s-24.64-6.293-30.293-17.6l-55.253-110.293h-76.267v384h640z" />
-<glyph unicode="&#xe973;" glyph-name="pm-customized-16" d="M480 44.8c-70.613 0-128 57.387-128 128 0 10.88 1.387 21.653 4.16 32h-68.16c-52.907 0-96 43.093-96 96v120.96c0 12.587 7.467 24.107 18.987 29.227s25.067 2.987 34.453-5.44c8.427-7.573 22.72-16.64 42.56-16.64 35.307 0 64 28.693 64 64s-28.693 64-64 64c-19.84 0-34.133-9.067-42.56-16.64-9.387-8.427-22.933-10.56-34.453-5.44s-18.987 16.64-18.987 29.227v120.747c0 52.907 43.093 96 96 96h68.16c-2.773 10.347-4.16 21.12-4.16 32 0 70.613 57.387 128 128 128s128-57.387 128-128c0-10.88-1.387-21.653-4.16-32h68.16c52.907 0 96-43.093 96-96v-68.16c10.347 2.773 21.12 4.16 32 4.16 70.613 0 128-57.387 128-128s-57.387-128-128-128c-10.88 0-21.653 1.387-32 4.16v-68.16c0-52.907-43.093-96-96-96h-68.16c2.773-10.347 4.16-21.12 4.16-32 0-70.613-57.387-128-128-128zM256 368.96v-68.16c0-17.6 14.4-32 32-32h120.96c12.693 0 24.107-7.467 29.227-18.987s2.987-25.067-5.44-34.453c-7.68-8.427-16.747-22.72-16.747-42.56 0-35.307 28.693-64 64-64s64 28.693 64 64c0 19.84-9.067 34.133-16.64 42.56-8.427 9.387-10.56 22.933-5.44 34.453s16.64 18.987 29.227 18.987h120.853c17.6 0 32 14.4 32 32v120.96c0 12.587 7.467 24.107 18.987 29.227s25.067 2.987 34.453-5.44c8.427-7.573 22.72-16.64 42.56-16.64 35.307 0 64 28.693 64 64s-28.693 64-64 64c-19.84 0-34.133-9.067-42.56-16.64-9.387-8.427-22.933-10.56-34.453-5.44s-18.987 16.64-18.987 29.227v120.747c0 17.6-14.4 32-32 32h-120.96c-12.587 0-24.107 7.467-29.227 18.987s-2.987 25.067 5.44 34.453c7.573 8.427 16.64 22.72 16.64 42.56 0 35.307-28.693 64-64 64s-64-28.693-64-64c0-19.84 9.067-34.133 16.64-42.56 8.427-9.387 10.56-22.933 5.44-34.453s-16.64-18.987-29.227-18.987h-120.747c-17.6 0-32-14.4-32-32v-68.16c10.347 2.773 21.12 4.16 32 4.16 70.613 0 128-57.387 128-128s-57.387-128-128-128c-10.88 0-21.653 1.387-32 4.16z" />
-<glyph unicode="&#xe974;" glyph-name="pm-monitor-16" d="M512 332.8c-178.667 0-273.493 104.427-305.92 149.333-18.773 25.92-18.773 59.413-0.107 85.333 32.32 44.907 126.827 149.333 306.027 149.333 178.133 0 273.173-104.32 305.707-149.227 18.88-25.92 18.987-59.627 0.107-85.653-32.427-44.8-127.253-149.12-305.813-149.12zM512 652.8c-144.213 0-221.12-76.907-254.080-122.667-2.667-3.733-2.667-6.827 0-10.453 33.28-45.973 110.293-122.88 254.080-122.88 143.68 0 220.8 76.907 253.973 122.667 2.667 3.627 2.667 6.827 0 10.453-33.28 45.973-110.613 122.88-253.973 122.88zM868.373 204.8h-712.96c-50.453 0-91.413 46.72-91.413 104.213v433.493c0 57.493 40.96 104.32 91.413 104.32h712.96c50.56 0 91.627-46.827 91.627-104.32v-433.387c0-57.6-41.067-104.32-91.627-104.32zM155.413 782.827c-14.827 0-27.413-18.453-27.413-40.32v-433.387c0-21.76 12.48-40.213 27.413-40.213h712.96c14.933 0 27.627 18.453 27.627 40.213v433.387c0 21.44-12.907 40.32-27.627 40.32h-712.96zM688.64 72.64h-353.28c-17.707 0-32 14.293-32 32s14.293 32 32 32h353.28c17.707 0 32-14.293 32-32s-14.293-32-32-32zM576 524.8c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64s64-28.654 64-64z" />
-<glyph unicode="&#xe975;" glyph-name="pm-query-16" d="M643.947 767.253c-50.027 50.027-116.48 77.547-187.2 77.547s-137.173-27.52-187.2-77.547c-50.027-50.027-77.547-116.48-77.547-187.2s27.52-137.173 77.547-187.2c50.027-50.027 116.48-77.547 187.2-77.547 60.907 0 118.72 20.48 165.44 58.133l154.88-158.933c6.293-6.4 14.613-9.707 22.933-9.707 8 0 16.107 2.987 22.293 9.067 12.693 12.373 12.907 32.64 0.64 45.227l-155.947 160.107c35.307 45.973 54.507 101.973 54.507 160.853 0 70.72-27.627 137.173-77.547 187.2zM256 580.053c0 110.72 90.027 200.747 200.747 200.747s200.747-90.027 200.747-200.747-90.027-200.747-200.747-200.747c-110.72 0-200.747 90.133-200.747 200.747zM160 396.8c-17.707 0-32-14.293-32-32v-256c0-17.707 14.293-32 32-32h704c17.707 0 32 14.293 32 32s-14.293 32-32 32h-672v224c0 17.707-14.293 32-32 32z" />
-<glyph unicode="&#xe976;" glyph-name="sm-16" d="M860.16 780.587c-134.080 17.28-214.827 47.893-258.987 70.613-42.667 21.867-60.053 40.64-63.040 44.16-2.027 2.773-4.48 5.333-7.467 7.467-14.4 10.347-34.347 7.040-44.693-7.36-0.107-0.213-14.827-18.347-56.853-40.96-44.373-23.787-126.507-56-265.28-73.92-13.973-1.813-25.173-12.587-27.413-26.453-0.64-3.84-15.573-94.72-11.2-212.48 2.56-69.547 11.413-134.187 26.347-191.893 18.987-73.493 47.787-136.427 85.76-186.773 64.747-85.973 155.413-136.32 269.76-149.76 1.6-0.213 3.2-0.32 4.8-0.32 0 0 0 0 0.107 0s0 0 0.107 0c1.6 0 3.2 0.107 4.8 0.32 114.24 13.44 205.013 63.787 269.653 149.653 37.973 50.453 66.88 113.28 85.76 186.773 14.933 57.813 23.787 122.347 26.347 191.893 4.373 117.76-10.56 208.64-11.2 212.48-2.24 13.973-13.333 24.747-27.307 26.56zM834.667 542.613c-3.947-100.8-24.32-241.813-99.413-341.44-53.227-70.613-128.32-112.427-223.253-124.16-94.933 11.733-170.133 53.44-223.36 124.16-75.093 99.627-95.467 240.64-99.307 341.44-2.987 77.76 3.093 144.32 7.147 177.813 108.053 15.893 196.48 42.027 263.040 77.653 23.36 12.48 40.427 24.32 52.587 34.24 12.16-9.813 29.227-21.653 52.587-34.24 66.56-35.733 154.88-61.76 263.040-77.653 3.84-33.493 10.027-100.053 6.933-177.813zM672 523.84h-128v128.96c0 17.707-14.293 32-32 32s-32-14.293-32-32v-128.96h-131.947c-17.707 0-32-14.293-32-32s14.293-32 32-32h131.947v-127.040c0-17.707 14.293-32 32-32s32 14.293 32 32v127.040h128c17.707 0 32 14.293 32 32s-14.293 32-32 32z" />
-<glyph unicode="&#xe977;" glyph-name="sm-admin-16" d="M539.2 337.28c5.013 2.667 9.6 6.187 13.653 10.24l13.653 13.653c23.147 23.040 14.933 41.6-18.24 41.387l-73.173-0.533c-33.28-0.107-41.173-19.413-17.92-42.773l11.2-11.307c5.013-5.013 10.773-9.067 17.067-12.16 0-0.107-0.107-0.213-0.213-0.427l-24.107-44.267c-4.8-7.893-6.933-17.28-5.76-26.56-4.267-12.267-4.267-25.6-0.32-38.080l35.52-120.533c11.413-38.827 29.973-38.933 41.707-1.173l38.187 123.84c4.48 12.8 3.947 26.773-1.173 39.36 0.427 8.427-1.6 16.853-5.973 24.213l-23.253 43.413c-0.32 0.747-0.533 1.173-0.853 1.707v0zM160 72.533c17.707 0 32 14.293 32 32 0 156.907 146.453 289.387 319.787 289.387s319.68-132.48 319.68-289.387c0-17.707 14.293-32 32-32s32 14.293 32 32c0 46.507-10.347 92.16-30.613 135.68-19.52 41.92-47.36 79.68-82.667 112.427-35.413 32.853-76.373 58.667-121.707 76.8-6.080 2.453-12.16 4.693-18.24 6.827 17.387 10.453 33.6 23.147 48.32 37.867 47.787 47.787 74.027 111.253 74.027 178.88s-26.24 130.987-74.027 178.773-111.253 74.133-178.773 74.133-131.093-26.347-178.88-74.027-74.027-111.253-74.027-178.88 26.347-131.093 74.027-178.88c14.72-14.72 30.933-27.413 48.32-37.867-6.187-2.133-12.267-4.373-18.24-6.827-45.333-18.133-86.293-43.947-121.707-76.8-35.307-32.747-63.040-70.507-82.667-112.427-20.267-43.52-30.613-89.173-30.613-135.68 0-17.6 14.293-32 32-32zM322.773 653.013c0 104.213 84.8 188.907 188.907 188.907s188.907-84.8 188.907-188.907-84.693-189.013-188.8-189.013-189.013 84.8-189.013 189.013z" />
-<glyph unicode="&#xe978;" glyph-name="sm-blacklist-16" d="M360 76.8c17.6 0 32 14.293 32 31.893 0 17.707-14.293 32-31.893 32.107l-231.787 0.427c18.133 142.507 156.267 257.493 317.653 257.493 3.413 0 6.72 0.533 9.707 1.493 63.893 2.453 123.627 28.373 169.067 73.92 47.787 47.787 74.027 111.253 74.027 178.88s-26.133 130.987-73.92 178.773-111.253 74.133-178.88 74.133-131.093-26.347-178.88-74.027c-47.68-47.893-74.027-111.36-74.027-178.88s26.347-131.093 74.027-178.88c13.333-13.333 27.947-24.96 43.413-34.88-4.48-1.6-8.96-3.307-13.44-5.013-45.333-18.133-86.293-43.947-121.707-76.8-35.307-32.747-63.040-70.507-82.667-112.427-20.16-43.52-30.4-89.173-30.4-135.68 0-17.6 14.293-32 31.893-32l265.813-0.533c0 0 0 0 0 0zM257.067 653.013c0 104.213 84.8 188.907 188.907 188.907s188.907-84.8 188.907-188.907-84.693-189.013-188.907-189.013-188.907 84.8-188.907 189.013zM758.080 454.507c-108.587 0-196.907-88.32-196.907-196.907s88.32-196.907 196.907-196.907c52.587 0 102.080 20.48 139.307 57.707s57.707 86.613 57.707 139.307c-0.107 108.48-88.427 196.8-197.013 196.8zM758.080 390.507c31.893 0 61.227-11.307 84.16-30.187l-193.28-178.453c-14.933 21.547-23.787 47.573-23.787 75.733 0 73.28 59.627 132.907 132.907 132.907zM758.080 124.693c-21.867 0-42.56 5.333-60.8 14.72l183.467 169.387c6.613-15.787 10.24-33.067 10.24-51.2 0-73.28-59.627-132.907-132.907-132.907z" />
-<glyph unicode="&#xe979;" glyph-name="sm-department-16" d="M926.187 689.707c-20.693 16.64-47.893 25.813-76.48 25.813h-209.92v97.28c0 26.667-12.907 52.16-35.307 70.187-20.693 16.64-47.893 25.813-76.48 25.813h-353.6c-28.587 0-55.68-9.173-76.48-25.707-22.507-18.027-35.413-43.627-35.413-70.293v-704c0-17.707 14.293-32 32-32h121.493c1.173 0 2.347 0.107 3.52 0.213 1.173-0.107 2.347-0.213 3.52-0.213 17.707 0 32 14.293 32 32v160.64h192.96v-160.64c0-17.707 14.293-32 32-32h449.493c17.707 0 32 14.293 32 32v510.72c0 26.56-12.907 52.16-35.307 70.187zM849.707 651.52c25.387 0 47.787-14.933 47.787-32v-478.72h-257.707v510.72h209.92zM223.040 333.44c-17.707 0-32-14.293-32-32v-160.64h-64.533v672c0 17.067 22.4 32 47.893 32h353.6c25.387 0 47.787-14.933 47.787-32v-672h-63.787v160.64c0 17.707-14.293 32-32 32h-256.96zM224 715.52h256c17.707 0 32 14.293 32 32s-14.293 32-32 32h-256c-17.707 0-32-14.293-32-32s14.293-32 32-32zM224 587.52h256c17.707 0 32 14.293 32 32s-14.293 32-32 32h-256c-17.707 0-32-14.293-32-32s14.293-32 32-32zM512 492.8c0 17.707-14.293 32-32 32h-256c-17.707 0-32-14.293-32-32s14.293-32 32-32h256c17.707 0 32 14.293 32 32zM736 524.8h64c17.707 0 32 14.293 32 32s-14.293 32-32 32h-64c-17.707 0-32-14.293-32-32s14.293-32 32-32zM736 396.8h64c17.707 0 32 14.293 32 32s-14.293 32-32 32h-64c-17.707 0-32-14.293-32-32s14.293-32 32-32zM736 268.8h64c17.707 0 32 14.293 32 32s-14.293 32-32 32h-64c-17.707 0-32-14.293-32-32s14.293-32 32-32z" />
-<glyph unicode="&#xe97a;" glyph-name="sm-follow-up-16" d="M116.8 567.467c0.96 0 1.707 0.427 2.667 0.533 13.867-1.067 27.413 6.933 32.213 20.8 54.4 153.173 199.253 256 360.427 256s305.92-102.827 360.427-256c4.587-13.12 16.96-21.333 30.080-21.333 3.52 0 7.147 0.533 10.667 1.92 16.64 5.867 25.387 24.213 19.413 40.853-63.467 178.56-232.533 298.56-420.693 298.56-146.56 0-280.747-73.387-363.2-189.973v56.64c0 17.707-14.293 32-32 32s-32-14.293-32-32v-176c0-17.707 14.293-32 32-32zM933.867 320c0.96 13.973-6.827 27.413-20.693 32.213-16.32 6.080-34.88-2.773-40.853-19.413-54.4-153.173-199.253-256-360.427-256s-305.92 102.827-360.427 256c-5.867 16.64-24.427 25.707-40.853 19.413-16.64-5.867-25.387-24.213-19.413-40.853 63.573-178.56 232.64-298.56 420.8-298.56 143.573 0 275.627 70.187 358.507 182.613v-54.613c0-17.707 14.293-32 32-32s32 14.293 32 32v176c0 1.173-0.533 2.027-0.64 3.2zM484.053 640l-192-256c-7.253-9.707-8.427-22.72-2.987-33.493s16.533-17.707 28.587-17.707h384c12.16 0 23.147 6.827 28.587 17.707s4.267 23.787-2.987 33.493l-192 256c-12.16 16.107-39.147 16.107-51.2 0zM381.653 396.8l128 170.667 128-170.667h-256z" />
-<glyph unicode="&#xe97b;" glyph-name="sm-maintain-16" d="M704 540.8c0 105.92-86.080 192-192 192s-192-86.080-192-192 86.080-192 192-192 192 86.080 192 192zM512 412.8c-70.613 0-128 57.387-128 128s57.387 128 128 128 128-57.387 128-128-57.387-128-128-128zM773.76 329.707l39.040 12.587c15.68 5.013 24.96 21.12 21.44 37.227l-17.067 79.467 54.613 60.267c10.987 12.16 10.987 30.72 0 42.987l-54.613 60.267 17.067 79.467c3.52 16.107-5.76 32.107-21.44 37.227l-77.333 24.96-24.96 77.44c-5.013 15.68-21.333 24.853-37.227 21.44l-79.467-17.067-60.267 54.613c-12.16 10.987-30.72 10.987-42.987 0l-60.267-54.613-79.467 17.067c-15.893 3.52-32.107-5.76-37.227-21.44l-24.96-77.333-77.44-24.96c-15.68-5.013-24.96-21.12-21.44-37.227l17.067-79.467-54.613-60.267c-10.987-12.16-10.987-30.72 0-42.987l54.613-60.267-17.067-79.467c-3.52-16.107 5.76-32.107 21.44-37.227l39.040-12.587-97.813-176.32c-5.76-10.347-5.333-22.933 1.173-32.853 6.4-9.92 17.707-15.36 29.547-14.613l93.76 7.68 43.2-83.627c5.44-10.453 16.107-17.173 27.947-17.28 0.107 0 0.32 0 0.427 0 11.627 0 22.293 6.293 28.053 16.427l94.187 169.92 19.947-18.133c6.080-5.547 13.76-8.213 21.44-8.213s15.36 2.773 21.44 8.213l19.947 18.133 94.187-169.92c5.653-10.133 16.427-16.427 28.053-16.427 0.107 0 0.32 0 0.427 0 11.84 0.213 22.613 6.827 27.947 17.28l43.2 83.627 93.76-7.68c11.52-0.64 23.147 4.587 29.547 14.613 6.4 9.92 6.827 22.507 1.173 32.853l-98.027 176.213zM349.333 112.64l-25.493 49.387c-5.973 11.52-18.667 18.453-31.040 17.173l-55.36-4.587 61.44 110.827 14.72-45.44c5.12-15.68 21.333-24.96 37.227-21.44l65.173 13.973-66.667-119.893zM512 248l-50.987 46.080c-5.973 5.333-13.653 8.213-21.44 8.213-2.24 0-4.48-0.213-6.72-0.747l-67.2-14.4-21.12 65.387c-3.2 9.813-10.88 17.493-20.693 20.693l-65.387 21.12 14.4 67.2c2.133 10.027-0.64 20.48-7.573 28.16l-46.080 51.093 46.080 50.987c6.827 7.68 9.707 18.133 7.573 28.16l-14.4 67.2 65.387 21.12c9.813 3.2 17.493 10.88 20.693 20.693l21.12 65.387 67.2-14.4c9.92-2.133 20.587 0.64 28.16 7.573l50.987 46.080 50.987-46.080c7.68-6.827 18.24-9.707 28.16-7.573l67.2 14.4 21.12-65.387c3.2-9.813 10.88-17.493 20.693-20.693l65.387-21.12-14.4-67.2c-2.133-10.027 0.64-20.48 7.573-28.16l46.080-50.987-46.080-50.987c-6.827-7.68-9.707-18.133-7.573-28.16l14.4-67.2-65.387-21.12c-9.813-3.2-17.493-10.88-20.693-20.693l-21.12-65.387-67.2 14.4c-9.92 2.133-20.48-0.64-28.16-7.573l-50.987-46.080zM731.2 179.2c-12.48 0.853-25.067-5.76-31.040-17.173l-25.493-49.387-66.453 119.893 65.173-13.973c15.787-3.52 32.107 5.76 37.227 21.44l14.72 45.44 61.44-110.827-55.573 4.587z" />
-<glyph unicode="&#xe97c;" glyph-name="sm-operation-16" d="M857.173 715.947c-12.48 12.48-32.747 12.48-45.227 0l-67.84-67.84-45.227 45.227 67.84 67.84c12.48 12.48 12.48 32.747 0 45.227-62.293 62.293-163.84 62.4-226.24 0-54.613-54.613-61.44-139.307-20.373-201.387l-364.373-364.267c-37.44-37.44-37.44-98.347 0-135.787 18.133-18.133 42.24-28.16 67.84-28.16 25.707 0 49.813 10.027 67.84 28.16l364.373 364.267c62.080-41.067 146.667-34.24 201.387 20.373 62.293 62.4 62.293 163.947 0 226.347zM811.84 534.827c-37.44-37.44-98.347-37.44-135.787 0-12.48 12.48-32.747 12.48-45.227 0l-384.64-384.64c-11.947-12.16-33.067-12.053-45.227 0-12.48 12.48-12.48 32.747 0 45.227l384.64 384.747c12.48 12.48 12.48 32.747 0 45.227-37.44 37.44-37.44 98.347 0 135.787 18.667 18.667 43.307 28.053 67.947 28.053 14.187 0 28.267-3.093 41.387-9.28l-64-64c-12.48-12.48-12.48-32.747 0-45.227l90.453-90.453c12.48-12.48 32.747-12.48 45.227 0l64 64c16.96-35.84 10.773-79.893-18.773-109.44zM675.947 354.027c-12.48 12.48-32.747 12.48-45.227 0l-90.56-90.56c-12.48-12.48-12.48-32.747 0-45.227l113.813-113.813c18.453-18.453 42.667-27.627 66.987-27.627 24.64 0 49.28 9.387 68.16 28.267 37.44 37.44 37.76 98.027 0.64 135.147l-113.813 113.813zM743.893 150.4c-12.48-12.48-32.427-12.8-44.587-0.64l-91.2 91.2 45.227 45.227 91.2-91.2c12.053-12.16 11.733-32.107-0.64-44.587zM155.52 648.213l22.613 22.613 135.787-135.787c6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387c12.48 12.48 12.48 32.747 0 45.227l-135.787 135.787 22.613 22.613c12.48 12.48 12.48 32.747 0 45.227s-32.747 12.48-45.227 0l-90.453-90.453c-12.48-12.48-12.48-32.747 0-45.227 6.293-6.293 14.4-9.387 22.613-9.387s16.427 3.093 22.613 9.387z" />
-<glyph unicode="&#xe97d;" glyph-name="sm-role-16" d="M160 72.533c17.707 0 32 14.293 32 32 0 156.907 146.453 289.387 319.787 289.387s319.68-132.48 319.68-289.387c0-17.707 14.293-32 32-32s32 14.293 32 32c0 46.507-10.347 92.16-30.613 135.68-19.52 41.92-47.36 79.68-82.667 112.427-35.413 32.853-76.373 58.667-121.707 76.8-6.187 2.453-12.373 4.8-18.667 6.933 38.827 25.28 70.187 61.973 89.173 106.667 6.933 16.32-0.747 35.093-16.96 41.92-16.32 6.933-35.093-0.747-41.92-16.96-27.307-64.533-90.133-106.133-160-106.133-69.973 0-132.907 41.6-160.107 106.133-6.933 16.32-25.707 23.893-41.92 16.96-16.32-6.933-23.893-25.707-16.96-41.92 18.88-44.587 50.24-81.173 88.96-106.56-6.4-2.133-12.693-4.48-18.987-7.040-45.333-18.133-86.293-43.947-121.707-76.8-35.307-32.747-63.040-70.507-82.667-112.427-20.373-43.52-30.72-89.173-30.72-135.68 0-17.6 14.293-32 32-32zM289.493 652.8h445.013c13.12 0 24.96 8 29.76 20.267 5.76 14.613 5.547 30.080-0.747 44.48-8.64 19.84-27.307 33.387-41.493 41.387-0.107 0.427-0.213 0.853-0.32 1.28-13.547 54.507-53.867 97.28-116.373 123.627-44.48 18.773-85.333 22.72-87.040 22.933-2.133 0.213-4.16 0.213-6.187 0-2.027 0.213-4.053 0.213-6.187 0-1.707-0.213-42.56-4.16-87.147-22.933-62.72-26.347-102.933-69.227-116.48-123.84-0.107-0.427-0.213-0.747-0.32-1.173-14.187-8-32.853-21.547-41.493-41.387-6.293-14.4-6.613-29.867-0.747-44.48 4.907-12.16 16.747-20.16 29.76-20.16zM362.347 733.653c0.32 3.093 0.96 6.613 2.027 10.88 20.907 84.693 145.493 98.133 147.413 98.347 0.107 0 0.107 0 0.213 0s0.107 0 0.213 0c0.32 0 33.173-3.413 68.16-18.133 43.947-18.453 70.507-45.44 79.147-80.213 0-0.107 0.107-0.213 0.107-0.32 0.853-3.413 1.6-7.040 2.027-10.88 0.747-6.187 3.2-11.947 7.040-16.533h-313.28c3.84 4.693 6.293 10.56 6.933 16.853z" />
-<glyph unicode="&#xe97e;" glyph-name="sm-roleset-16" d="M577.6 439.36c39.040 25.28 70.827 61.867 89.813 106.56 6.933 16.213-0.64 35.093-16.96 41.92-16.107 6.827-34.987-0.64-41.92-16.96-27.307-64.213-90.24-105.813-160.213-105.813-70.080 0-133.013 41.493-160.32 105.707-6.933 16.32-25.92 23.787-41.92 16.96-16.213-6.933-23.893-25.707-16.96-41.92 18.987-44.693 50.56-81.173 89.6-106.453-146.667-49.92-254.72-180.907-254.72-330.56 0-17.707 14.293-32 32-32s32 14.293 32 32c0 156.373 146.56 288.427 320 288.427s320-132.053 320-288.427c0-17.707 14.293-32 32-32s32 14.293 32 32c0 149.44-107.84 280.427-254.4 330.56zM225.6 655.36h445.227c13.12 0 24.853 8 29.76 20.16 5.76 14.613 5.547 29.973-0.747 44.373-8.64 19.84-27.307 33.387-41.6 41.387-0.107 0.32-0.213 0.747-0.213 1.067-32 128.853-196.587 145.707-203.52 146.347-2.24 0.213-4.16-0.427-6.187-0.64-2.027 0.213-4.053 0.853-6.080 0.64-7.040-0.64-171.84-17.387-203.733-146.347-0.107-0.32-0.213-0.747-0.213-1.067-14.187-7.893-32.853-21.547-41.6-41.387-6.293-14.4-6.613-29.76-0.747-44.373 4.8-12.16 16.533-20.16 29.653-20.16zM298.453 736.107c0.427 3.733 1.173 7.36 2.027 10.88 20.907 84.693 146.347 97.92 147.627 98.027h0.213c1.28-0.107 126.4-13.333 147.627-98.453 0.853-3.413 1.493-7.147 2.027-10.88 0.64-6.080 3.2-11.733 6.827-16.32h-313.28c3.84 4.693 6.293 10.453 6.933 16.747zM793.813 474.88c45.227 30.933 73.28 82.133 73.28 138.453 0 67.733-40.427 128.533-102.827 154.88-16.107 6.827-34.987-0.64-41.92-16.96-6.827-16.32 0.747-35.093 17.067-41.92 38.72-16.427 63.68-54.080 63.68-96 0-42.027-24.96-79.787-58.987-94.507l-53.12-13.44c-17.173-4.267-27.52-21.76-23.147-38.827 3.627-14.507 16.64-24.107 31.040-24.107 1.813 0 3.733 0.32 5.547 0.64 0.32-0.107 0.64-0.32 0.96-0.32 103.36-15.040 190.613-167.893 190.613-333.973 0-17.707 14.293-32 32-32s32 14.293 32 32c0 158.507-69.653 303.36-166.187 366.080z" />
-<glyph unicode="&#xe97f;" glyph-name="sm-syn-down-16" d="M842.133 287.467c-16.96 4.053-34.24-7.467-37.76-24.853l-17.173-81.92-119.68 203.627c-0.533 0.853-1.387 1.387-2.027 2.24 15.253 10.987 29.013 23.893 42.027 37.653v-0.32c0-17.707 14.293-32 32-32s32 14.293 32 32v108.267c0 0.853-0.427 1.493-0.427 2.347 0.427 13.547-7.36 26.347-20.8 31.147-16.427 6.080-34.987-2.773-40.853-19.413-31.787-89.28-116.267-149.333-210.24-149.333s-178.347 59.947-210.133 149.227c-5.867 16.64-24.427 25.707-40.853 19.413-16.64-5.867-25.387-24.213-19.413-40.853 19.947-56.32 56.427-103.36 102.507-136.853-1.067-1.28-2.453-2.133-3.307-3.627l-119.68-203.84-17.067 82.24c-3.627 17.28-20.8 28.8-37.76 24.853-17.28-3.52-28.48-20.48-24.853-37.76l25.067-121.067c3.2-16.64 12.8-31.147 26.987-40.747 10.773-7.36 23.147-11.093 35.733-11.093 3.84 0 7.787 0.427 11.733 1.173l122.133 21.653c17.387 3.093 29.013 19.733 25.92 37.12s-19.52 28.693-37.12 25.92l-74.56-13.013 118.827 202.453c1.067 1.813 1.28 3.733 1.92 5.653 35.307-15.787 73.813-24.96 113.92-24.96 39.253 0 76.8 8.853 111.467 23.68 0.64-1.493 0.747-3.093 1.6-4.587l118.933-202.667-74.667 13.227c-17.6 2.773-34.027-8.427-37.12-25.92s8.533-34.027 25.92-37.12l121.707-21.653c4.053-0.747 8.107-1.173 12.16-1.173 12.587 0 24.96 3.733 35.733 10.987 14.080 9.6 23.68 24.107 26.773 40.32l25.28 121.707c3.627 17.28-7.573 34.24-24.853 37.867zM256 674.133c0.64 0 1.28 0.32 1.92 0.427 13.547-0.533 26.453 7.467 31.147 20.907 31.787 89.28 116.267 149.333 210.24 149.333s178.453-60.053 210.24-149.333c4.587-13.12 16.96-21.333 30.080-21.333 3.52 0 7.147 0.533 10.667 1.92 16.64 5.867 25.387 24.213 19.413 40.853-40.747 114.773-149.44 191.893-270.507 191.893-82.027 0-157.867-36.053-211.2-94.72v0.32c0 17.707-14.293 32-32 32s-32-14.293-32-32v-108.267c0-17.707 14.293-32 32-32z" />
-<glyph unicode="&#xe980;" glyph-name="sm-user-16" d="M782.187 352.64c-35.413 32.853-76.373 58.667-121.707 76.8-6.080 2.453-12.16 4.693-18.24 6.827 17.387 10.453 33.6 23.147 48.32 37.867 47.787 47.787 74.027 111.253 74.027 178.88 0 67.52-26.347 131.093-74.027 178.88-47.787 47.787-111.253 74.027-178.88 74.027s-131.093-26.347-178.88-74.027c-47.787-47.787-74.027-111.253-74.027-178.88 0-67.52 26.347-131.093 74.027-178.88 14.72-14.72 30.933-27.413 48.32-37.867-6.187-2.133-12.267-4.373-18.24-6.827-45.333-18.133-86.293-43.947-121.707-76.8-35.307-32.747-63.040-70.507-82.667-112.427-20.16-43.52-30.507-89.173-30.507-135.68 0-17.707 14.293-32 32-32s32 14.293 32 32c0 156.907 146.453 289.387 319.787 289.387s319.68-132.48 319.68-289.387c0-17.707 14.293-32 32-32s32 14.293 32 32c0 46.507-10.347 92.16-30.613 135.68-19.627 41.92-47.36 79.68-82.667 112.427zM322.773 653.013c0 104.213 84.8 188.907 188.907 188.907s188.907-84.8 188.907-188.907-84.693-189.013-188.8-189.013-189.013 84.8-189.013 189.013z" />
-<glyph unicode="&#xe981;" glyph-name="sm-user-compare-16" d="M92.267 77.333h339.307c17.707 0 32 14.293 32 32s-14.293 32-32 32h-305.173c18.133 142.507 156.267 257.387 317.653 257.387 3.413 0 6.72 0.533 9.707 1.493 63.893 2.453 123.627 28.373 169.067 73.92 47.787 47.787 74.027 111.253 74.027 178.88s-26.133 130.987-73.92 178.773c-47.787 47.787-111.253 74.027-178.88 74.027-67.52 0-131.093-26.347-178.88-74.027s-74.027-111.253-74.027-178.88 26.347-131.093 74.027-178.88c13.333-13.333 27.947-24.96 43.413-34.88-4.48-1.6-8.96-3.307-13.44-5.013-45.333-18.133-86.293-43.947-121.707-76.8-35.307-32.747-63.040-70.507-82.667-112.427-20.373-43.52-30.613-89.173-30.613-135.68 0.107-17.6 14.507-31.893 32.107-31.893zM255.147 653.013c0 104.213 84.8 188.907 188.907 188.907s188.907-84.8 188.907-188.907-84.693-189.013-188.907-189.013-188.907 84.8-188.907 189.013zM904.32 280.32h-154.987c-31.573 0-57.28-25.707-57.28-57.28v-154.88c0-31.573 25.707-57.28 57.28-57.28h154.987c31.573 0 57.28 25.707 57.28 57.28v154.88c0 31.573-25.707 57.28-57.28 57.28zM897.6 74.88h-141.44v141.44h141.547v-141.44zM516.16 329.813v-193.067c0-35.093 28.48-63.573 63.467-63.573 17.707 0 32 14.293 32 32 0 17.493-14.080 31.68-31.467 32v192.213h192.213c0.32-17.493 14.507-31.467 32-31.467 17.707 0 32 14.293 32 32 0 34.987-28.587 63.467-63.573 63.467h-193.067c-35.093 0-63.573-28.48-63.573-63.573z" />
-<glyph unicode="&#xe982;" glyph-name="sm-user-dispatch-16" d="M91.413 77.333h339.307c17.707 0 32 14.293 32 32s-14.293 32-32 32h-305.28c18.24 142.507 156.267 257.387 317.76 257.387 3.413 0 6.72 0.533 9.707 1.493 63.893 2.453 123.627 28.373 169.067 73.92 47.787 47.787 74.027 111.253 74.027 178.88s-26.24 130.987-74.027 178.773-111.253 74.133-178.88 74.133c-67.52 0-131.093-26.347-178.88-74.027s-74.027-111.253-74.027-178.88 26.347-131.093 74.027-178.88c13.333-13.333 27.947-24.96 43.413-34.88-4.48-1.6-8.96-3.307-13.44-5.013-45.333-18.133-86.293-43.947-121.707-76.8-35.307-32.747-63.040-70.507-82.667-112.427-20.373-43.52-30.613-89.173-30.613-135.68 0.213-17.707 14.507-32 32.213-32zM254.187 653.013c0 104.213 84.8 188.907 188.907 188.907 104.213 0 188.907-84.8 188.907-188.907s-84.693-189.013-188.907-189.013c-104.107 0-188.907 84.8-188.907 189.013zM848.533 263.467l-79.467-75.307v194.773c0 17.707-14.293 32-32 32s-32-14.293-32-32v-192.32l-72.96 72.427c-12.587 12.48-32.853 12.373-45.227-0.213-12.48-12.587-12.373-32.853 0.213-45.227l127.573-126.507c0 0 0.107-0.107 0.107-0.107 0.107-0.107 0.213-0.213 0.32-0.32 0.427-0.427 0.853-0.747 1.28-1.067 0.107-0.107 0.32-0.213 0.427-0.32 1.173-0.96 2.347-1.813 3.52-2.56 0.107 0 0.107-0.107 0.213-0.107 1.28-0.853 2.667-1.493 4.053-2.133 0 0 0 0 0 0s0 0 0 0c0.427-0.213 0.96-0.427 1.493-0.533 0 0 0.107 0 0.107 0 0.427-0.213 0.96-0.32 1.387-0.427 0.107 0 0.107 0 0.213-0.107 0.427-0.107 0.853-0.213 1.28-0.32 0.107 0 0.213-0.107 0.32-0.107 0.427-0.107 0.747-0.213 1.173-0.32 0.107 0 0.32-0.107 0.427-0.107 0.32-0.107 0.747-0.107 1.067-0.213 0.213 0 0.32-0.107 0.533-0.107 0.32 0 0.64-0.107 0.96-0.107 0.213 0 0.427-0.107 0.64-0.107 0.32 0 0.533 0 0.853-0.107 0.213 0 0.533 0 0.747-0.107 0.213 0 0.427 0 0.64 0 0.32 0 0.64 0 0.96 0 0.533 0 1.067 0 1.493 0 0.107 0 0.213 0 0.427 0 0.32 0 0.747 0 1.067 0.107 0.32 0 0.64 0.107 0.96 0.107 0.213 0 0.32 0 0.533 0.107 0.427 0.107 0.853 0.107 1.28 0.213 0.107 0 0.107 0 0.213 0 0.427 0.107 0.96 0.213 1.387 0.32 0 0 0.107 0 0.107 0 1.92 0.427 3.84 1.067 5.653 1.92 0 0 0 0 0 0 0.427 0.213 0.853 0.427 1.28 0.64 0 0 0.107 0 0.107 0.107 0.427 0.213 0.747 0.427 1.173 0.64 0.107 0 0.107 0.107 0.213 0.107 0.32 0.213 0.747 0.427 1.067 0.64 0.107 0.107 0.213 0.107 0.32 0.213 0.32 0.213 0.64 0.427 0.96 0.64 0.107 0.107 0.213 0.213 0.427 0.32 0.32 0.213 0.533 0.427 0.853 0.64 0.107 0.107 0.32 0.213 0.427 0.32 0.213 0.213 0.427 0.427 0.747 0.533 0.213 0.107 0.32 0.32 0.533 0.427 0.213 0.213 0.427 0.32 0.64 0.533 0.107 0.107 0.213 0.107 0.213 0.213l133.44 126.507c12.8 12.16 13.333 32.427 1.173 45.227-12.48 12.8-32.747 13.333-45.547 1.173z" />
-<glyph unicode="&#xe983;" glyph-name="sm-user-managment-16" d="M864 396.8h-256c-17.707 0-32-14.293-32-32s14.293-32 32-32h256c17.707 0 32 14.293 32 32s-14.293 32-32 32zM864 270.827h-256c-17.707 0-32-14.293-32-32s14.293-32 32-32h256c17.707 0 32 14.293 32 32s-14.293 32-32 32zM864 142.827h-256c-17.707 0-32-14.293-32-32s14.293-32 32-32h256c17.707 0 32 14.293 32 32s-14.293 32-32 32zM445.973 398.72c3.413 0 6.72 0.533 9.707 1.493 63.893 2.453 123.627 28.373 169.067 73.92 47.787 47.787 74.027 111.253 74.027 178.88 0 67.52-26.347 131.093-74.027 178.88-47.68 47.68-111.147 74.027-178.773 74.027-67.52 0-131.093-26.347-178.88-74.027-47.68-47.893-74.027-111.36-74.027-178.88s26.347-131.093 74.027-178.88c13.333-13.333 27.947-24.96 43.413-34.88-4.48-1.6-8.96-3.307-13.44-5.013-45.333-18.133-86.293-43.947-121.707-76.8-35.307-32.747-63.040-70.507-82.667-112.427-20.16-43.52-30.4-89.173-30.4-135.68 0-17.707 14.293-32 32-32h257.707c17.707 0 32 14.293 32 32s-14.293 32-32 32h-223.68c18.24 142.507 156.267 257.387 317.653 257.387zM257.067 653.013c0 104.213 84.8 188.907 188.907 188.907s188.907-84.8 188.907-188.907-84.693-189.013-188.907-189.013-188.907 84.8-188.907 189.013z" />
-<glyph unicode="&#xe984;" glyph-name="topo-group-16" d="M896 332.8v160c0 17.707-14.293 32-32 32h-320v64c52.907 0 96 43.093 96 96v64c0 52.907-43.093 96-96 96h-64c-52.907 0-96-43.093-96-96v-64c0-52.907 43.093-96 96-96v-64h-320c-17.707 0-32-14.293-32-32v-160c-52.907 0-96-43.093-96-96v-64c0-52.907 43.093-96 96-96h64c52.907 0 96 43.093 96 96v64c0 52.907-43.093 96-96 96v128h288v-128c-52.907 0-96-43.093-96-96v-64c0-52.907 43.093-96 96-96h64c52.907 0 96 43.093 96 96v64c0 52.907-43.093 96-96 96v128h288v-128c-52.907 0-96-43.093-96-96v-64c0-52.907 43.093-96 96-96h64c52.907 0 96 43.093 96 96v64c0 52.907-43.093 96-96 96zM448 684.8v64c0 17.6 14.4 32 32 32h64c17.6 0 32-14.4 32-32v-64c0-17.6-14.4-32-32-32h-64c-17.6 0-32 14.4-32 32zM224 236.8v-64c0-17.6-14.4-32-32-32h-64c-17.6 0-32 14.4-32 32v64c0 17.6 14.4 32 32 32h64c17.6 0 32-14.4 32-32zM576 236.8v-64c0-17.6-14.4-32-32-32h-64c-17.6 0-32 14.4-32 32v64c0 17.6 14.4 32 32 32h64c17.6 0 32-14.4 32-32zM928 172.8c0-17.6-14.4-32-32-32h-64c-17.6 0-32 14.4-32 32v64c0 17.6 14.4 32 32 32h64c17.6 0 32-14.4 32-32v-64z" />
-<glyph unicode="&#xe985;" glyph-name="topo-layer-access-16" d="M864 460.8h-704c-11.093 0-21.333 5.76-27.2 15.147-5.76 9.387-6.293 21.227-1.387 31.147l128 256c5.44 10.773 16.533 17.707 28.587 17.707h448c12.16 0 23.147-6.827 28.587-17.707l128-256c4.907-9.92 4.48-21.653-1.387-31.147-5.867-9.387-16.107-15.147-27.2-15.147zM211.733 524.8h600.533l-96 192h-408.533l-96-192zM864 204.8h-704c-11.093 0-21.333 5.76-27.2 15.147-5.76 9.387-6.293 21.227-1.387 31.147l64 128c7.893 15.787 27.093 22.080 42.987 14.293 15.787-7.893 22.187-27.093 14.293-42.987l-40.96-81.6h600.533l-40.853 81.707c-7.893 15.787-1.493 34.987 14.293 42.987 15.893 7.893 34.987 1.493 42.987-14.293l64-128c4.907-9.92 4.48-21.653-1.387-31.147-5.973-9.493-16.213-15.253-27.307-15.253z" />
-<glyph unicode="&#xe986;" glyph-name="topo-logic-16" d="M832 780.8c-70.613 0-128-57.387-128-128 0-40.213 18.987-75.733 48.107-99.2l-54.080-140.587-289.173 355.947c-7.147 8.853-18.133 13.12-29.76 11.413-11.2-1.813-20.8-9.387-24.853-20.053l-141.44-365.653c-6.827 1.173-13.653 2.133-20.8 2.133-70.613 0-128-57.387-128-128s57.387-128 128-128 128 57.387 128 128c0 40.427-19.2 76.16-48.64 99.627l54.293 140.587 289.6-356.373c6.080-7.573 15.147-11.84 24.747-11.84 1.707 0 3.413 0.107 5.013 0.427 11.307 1.813 20.8 9.493 24.853 20.16l140.693 365.547c7.040-1.173 14.080-2.133 21.44-2.133 70.613 0 128 57.387 128 128s-57.387 128-128 128zM192 204.8c-35.307 0-64 28.693-64 64s28.693 64 64 64 64-28.693 64-64-28.693-64-64-64zM629.973 235.84l-277.12 341.12c-0.213 0.213-0.533 0.32-0.64 0.533l41.813 108.267 277.227-341.227c0.107-0.213 0.32-0.213 0.427-0.427l-41.707-108.267zM832 588.8c-35.307 0-64 28.693-64 64s28.693 64 64 64 64-28.693 64-64-28.693-64-64-64z" />
-<glyph unicode="&#xe987;" glyph-name="drag-drop-16" d="M352 716.8c-9.6 0-19.093 4.267-25.387 12.48-10.773 13.973-8.107 34.133 5.867 44.907l166.4 128c11.84 9.067 28.48 8.853 40-0.747l153.6-128c13.547-11.307 15.36-31.467 4.053-45.12-11.2-13.653-31.467-15.36-45.013-4.053l-133.973 111.573-146.133-112.427c-5.76-4.48-12.587-6.613-19.413-6.613zM505.6 76.8c-7.253 0-14.613 2.453-20.48 7.467l-153.6 128c-13.547 11.307-15.36 31.467-4.053 45.013s31.467 15.467 45.12 4.053l133.867-111.573 146.133 112.427c13.867 10.773 34.027 8.213 44.907-5.867 10.773-13.973 8.107-34.027-5.867-44.907l-166.4-128c-5.867-4.373-12.8-6.613-19.627-6.613zM928 460.8h-832c-17.707 0-32 14.293-32 32s14.293 32 32 32h832c17.707 0 32-14.293 32-32s-14.293-32-32-32z" />
-</font></defs></svg> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/plx-icons.ttf b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/plx-icons.ttf
deleted file mode 100644
index 2d56c73c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/plx-icons.ttf
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/plx-icons.woff b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/plx-icons.woff
deleted file mode 100644
index bf943465..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/fonts/plx-icons.woff
+++ /dev/null
Binary files differ
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/backtop/backtop.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/backtop/backtop.svg
deleted file mode 100644
index 58bca254..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/backtop/backtop.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="back_1_" opacity="0.902" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
- x="0px" y="0px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
-<g id="back">
- <g>
- <path style="fill-rule:evenodd;clip-rule:evenodd;fill:#C2C6C9;" d="M30,0H10C4.477,0,0,4.477,0,10v20c0,5.523,4.477,10,10,10h20
- c5.523,0,10-4.477,10-10V10C40,4.477,35.523,0,30,0z M28.713,21.713c-0.388,0.388-1.017,0.388-1.404,0L21,15.404V31
- c0,0.552-0.448,1-1,1s-1-0.448-1-1V15.414l-5.828,5.828c-0.391,0.391-1.024,0.391-1.414,0c-0.391-0.391-0.391-1.024,0-1.414
- l7.071-7.071C19.219,12.367,19.35,11.994,20,12c0.734,0.007,1.213,0.676,1.691,1.287l7.022,7.022
- C29.101,20.697,29.101,21.326,28.713,21.713z M30,10H11c-0.552,0-1-0.448-1-1c0-0.552,0.448-1,1-1h19c0.552,0,1,0.448,1,1
- C31,9.552,30.552,10,30,10z"/>
- </g>
-</g>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/backtop/backtop_hover.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/backtop/backtop_hover.svg
deleted file mode 100644
index f35c0fb0..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/backtop/backtop_hover.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="back_1_" opacity="0.9" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
- x="0px" y="0px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:#7C868D;}
-</style>
-<g id="back">
- <g>
- <path class="st0" d="M30,0H10C4.5,0,0,4.5,0,10v20c0,5.5,4.5,10,10,10h20c5.5,0,10-4.5,10-10V10C40,4.5,35.5,0,30,0z M28.7,21.7
- c-0.4,0.4-1,0.4-1.4,0L21,15.4V31c0,0.6-0.4,1-1,1s-1-0.4-1-1V15.4l-5.8,5.8c-0.4,0.4-1,0.4-1.4,0c-0.4-0.4-0.4-1,0-1.4l7.1-7.1
- c0.4-0.4,0.5-0.8,1.2-0.8c0.7,0,1.2,0.7,1.7,1.3l7,7C29.1,20.7,29.1,21.3,28.7,21.7z M30,10H11c-0.6,0-1-0.4-1-1s0.4-1,1-1h19
- c0.6,0,1,0.4,1,1S30.6,10,30,10z"/>
- </g>
-</g>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/checkbox-checked-disabled.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/checkbox-checked-disabled.svg
deleted file mode 100644
index 041c368b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/checkbox-checked-disabled.svg
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="1 1 14 14" style="enable-background:new 1 1 14 14;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:#D5D5D5;}
- .st1{fill:none;stroke:#FFFFFF;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
-</style>
-<path class="st0" d="M14.1,15H1.9C1.4,15,1,14.6,1,14.1V1.9C1,1.4,1.4,1,1.9,1h12.3C14.6,1,15,1.4,15,1.9v12.3
- C15,14.6,14.6,15,14.1,15z"/>
-<polyline class="st1" points="3.8,7.6 6.8,10.8 12.2,5.3 "/>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/checkbox-disabled.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/checkbox-disabled.svg
deleted file mode 100644
index 03bfad63..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/checkbox-disabled.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="1 1 14 14" style="enable-background:new 1 1 14 14;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:#F2F2F2;stroke:#DDDDDD;stroke-miterlimit:10;}
-</style>
-<path class="st0" d="M13.6,14.5H2.4c-0.5,0-0.9-0.4-0.9-0.9V2.4c0-0.5,0.4-0.9,0.9-0.9h11.3c0.5,0,0.9,0.4,0.9,0.9v11.3
- C14.5,14.1,14.1,14.5,13.6,14.5z"/>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/checkbox-hover.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/checkbox-hover.svg
deleted file mode 100644
index 4cac1803..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/checkbox-hover.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="-217 219 14 14" style="enable-background:new -217 219 14 14;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:none;stroke:#00ABFF;stroke-miterlimit:10;}
-</style>
-<path class="st0" d="M-204.4,232.5h-11.3c-0.5,0-0.9-0.3-0.9-0.9v-11.3c0-0.5,0.3-0.9,0.9-0.9h11.3c0.5,0,0.9,0.3,0.9,0.9v11.3
- C-203.5,232.3-203.8,232.5-204.4,232.5z"/>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/checkbox-init.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/checkbox-init.svg
deleted file mode 100644
index d518db1b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/checkbox-init.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:none;stroke:#DDDDDD;stroke-miterlimit:10;}
-</style>
-<path id="XMLID_1_" class="st0" d="M12.633,13.5H1.367c-0.479,0-0.867-0.388-0.867-0.867V1.367C0.5,0.888,0.888,0.5,1.367,0.5
- h11.267c0.479,0,0.867,0.388,0.867,0.867v11.267C13.5,13.112,13.112,13.5,12.633,13.5z"/>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/radio-checked-disabled.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/radio-checked-disabled.svg
deleted file mode 100644
index ff139644..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/radio-checked-disabled.svg
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="2 0 14 14" style="enable-background:new 2 0 14 14;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:#D5D5D5;}
- .st1{fill:#FFFFFF;}
-</style>
-<circle class="st0" cx="9" cy="7" r="7"/>
-<circle class="st1" cx="9" cy="7" r="2.9"/>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/radio-checked.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/radio-checked.svg
deleted file mode 100644
index 29dfaf84..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/radio-checked.svg
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="2 0 14 14" style="enable-background:new 2 0 14 14;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:#00ABFF;}
- .st1{fill:#FFFFFF;}
-</style>
-<circle class="st0" cx="9" cy="7" r="7"/>
-<circle class="st1" cx="9" cy="7" r="2.9"/>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/radio-disabled.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/radio-disabled.svg
deleted file mode 100644
index 6e1a1b12..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/radio-disabled.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="2 0 14 14" style="enable-background:new 2 0 14 14;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:#F2F2F2;stroke:#DDDDDD;stroke-miterlimit:10;}
-</style>
-<circle class="st0" cx="9" cy="7" r="6.5"/>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/radio-hover.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/radio-hover.svg
deleted file mode 100644
index c050f69d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/radio-hover.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="2 0 14 14" style="enable-background:new 2 0 14 14;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:none;stroke:#00ABFF;stroke-miterlimit:10;}
-</style>
-<circle class="st0" cx="9" cy="7" r="6.5"/>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/radio-init.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/radio-init.svg
deleted file mode 100644
index 7e2977c2..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/radio-init.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="2 0 14 14" style="enable-background:new 2 0 14 14;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:none;stroke:#DDDDDD;stroke-miterlimit:10;}
-</style>
-<circle class="st0" cx="9" cy="7" r="6.5"/>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/test/checkbox-checked.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/test/checkbox-checked.svg
deleted file mode 100644
index 22b9535c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/images/checkbox-radio/test/checkbox-checked.svg
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="1 1 14 14" style="enable-background:new 1 1 14 14;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:#00ABFF;}
- .st1{fill:none;stroke:#FFFFFF;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
-</style>
-<path class="st0" d="M14.1,15H1.9C1.4,15,1,14.6,1,14.1V1.9C1,1.4,1.4,1,1.9,1h12.3C14.6,1,15,1.4,15,1.9v12.3
- C15,14.6,14.6,15,14.1,15z"/>
-<polyline class="st1" points="3.8,7.6 6.8,10.8 12.2,5.3 "/>
-</svg>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/NIV/NIV-theme.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/NIV/NIV-theme.less
deleted file mode 100644
index 2490a0d9..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/NIV/NIV-theme.less
+++ /dev/null
@@ -1,271 +0,0 @@
-//color
-@blue-1: #e7f4fd;
-@blue-2: #cfe9fc;
-@blue-3: #a0d3f8;
-@blue-4: #70bef5;
-@blue-5: #40a8f2;
-@blue-6: #108ee9;
-@blue-7: #0d75bf;
-@blue-8: #0c66a7;
-@blue-9: #084977;
-@blue-10: #073a5f;
-
-@green-1: #e5f6ee;
-@green-2: #cceedd;
-@green-3: #99dcbb;
-@green-4: #66cb98;
-@green-5: #33b976;
-@green-6: #00a854;
-@green-7: #00994d;
-@green-8: #008040;
-@green-9: #006633;
-@green-10: #004d26;
-
-@red-1: #fdeae8;
-@red-2: #fad4d1;
-@red-3: #f8bfba;
-@red-4: #f5aaa3;
-@red-5: #ee6a5d;
-@red-6: #ea4335;
-@red-7: #e72918;
-@red-8: #b92113;
-@red-9: #a21d11;
-@red-10: #8a190f;
-
-@yellow-1: #fff8e6;
-@yellow-2: #fef2cd;
-@yellow-3: #fde59b;
-@yellow-4: #fdde81;
-@yellow-5: #fcca36;
-@yellow-6: #f3b709;
-@yellow-7: #c99703;
-@yellow-8: #977202;
-@yellow-9: #7e5f02;
-@yellow-10: #644c02;
-
-@orange-1: #fff1e6;
-@orange-2: #ffe2cc;
-@orange-3: #ffd4b3;
-@orange-4: #ffb780;
-@orange-5: #ff8b33;
-@orange-6: #f56a30;
-@orange-7: #cc5800;
-@orange-8: #994200;
-@orange-9: #803700;
-@orange-10: #662c00;
-
-@purple-1: #f5e9f7;
-@purple-2: #ebd4ef;
-@purple-3: #d7a9df;
-@purple-4: #c47cd0;
-@purple-5: #ad49be;
-@purple-6: #9c27b0;
-@purple-7: #862097;
-@purple-8: #6f1c7d;
-@purple-9: #60166d;
-@purple-10: #51145c;
-
-@pink-1: #fde8ef;
-@pink-2: #fad1df;
-@pink-3: #f8bace;
-@pink-4: #ff84af;
-@pink-5: #ee5d8e;
-@pink-6: #e81e63;
-@pink-7: #d01654;
-@pink-8: #b9134a;
-@pink-9: #a21141;
-@pink-10: #8a0f38;
-
-@cyan-1: #ebf8f9;
-@cyan-2: #cfedf0;
-@cyan-3: #a7dfe3;
-@cyan-4: #76cdd3;
-@cyan-5: #3db8c1;
-@cyan-6: #00a2ae;
-@cyan-7: #008997;
-@cyan-8: #00707f;
-@cyan-9: #005667;
-@cyan-10: #003c4e;
-
-@lemon-1: #fffdeb;
-@lemon-2: #ffface;
-@lemon-3: #fff7b1;
-@lemon-4: #fff59d;
-@lemon-5: #fff175;
-@lemon-6: #ffeb3b;
-@lemon-7: #f7e225;
-@lemon-8: #e8d211;
-@lemon-9: #d3bf0b;
-@lemon-10: #c3b003;
-
-@brown-1: #f5f1ef;
-@brown-2: #ece3df;
-@brown-3: #d9c6bf;
-@brown-4: #c6aa9f;
-@brown-5: #9f7160;
-@brown-6: #795548;
-@brown-7: #604439;
-@brown-8: #503830;
-@brown-9: #402d26;
-@brown-10: #30221d;
-
-@indigo-1: #eceef8;
-@indigo-2: #d9ddf2;
-@indigo-3: #c6cceb;
-@indigo-4: #a1aade;
-@indigo-5: #6877ca;
-@indigo-6: #3f51b5;
-@indigo-7: #354497;
-@indigo-8: #2e3b84;
-@indigo-9: #212a5e;
-@indigo-10: #1b224b;
-
-@lime-1: #f3f9ec;
-@lime-2: #e6f2d9;
-@lime-3: #daecc6;
-@lime-4: #b5d98c;
-@lime-5: #9ccc66;
-@lime-6: #8bc24a;
-@lime-7: #77ac39;
-@lime-8: #699933;
-@lime-9: #4f7326;
-@lime-10: #426020;
-
-@bluegray-1: #f0f3f5;
-@bluegray-2: #d2dbe0;
-@bluegray-3: #b4c3cb;
-@bluegray-4: #96abb6;
-@bluegray-5: #7893a1;
-@bluegray-6: #607d8b;
-@bluegray-7: #546c78;
-@bluegray-8: #495f69;
-@bluegray-9: #34444b;
-@bluegray-10: #2a363c;
-
-@default-white: #ffffff;
-@default-black: #000000;
-
-@default-blue: @blue-6;
-@hover-blue: @blue-7;
-@active-blue: @blue-8;
-
-@nav-default-blue: @default-blue;
-@nav-hover-blue: @hover-blue;
-@nav-active-blue: @active-blue;
-
-@default-green: @green-6;
-@hover-green: @green-7;
-@active-green: @green-8;
-
-@default-red: @red-6;
-@hover-red: @red-7;
-@active-red: @red-8;
-
-@default-yellow: @yellow-6;
-@hover-yellow: @yellow-7;
-@active-yellow: @yellow-8;
-
-@gray-grade-1: #212121;
-@gray-grade-2: #404040;
-@gray-grade-3: #595959;
-@gray-grade-4: #737373;
-@gray-grade-5: #999999;
-@gray-grade-6: #bfbfbf;
-@gray-grade-7: #d9d9d9;
-@gray-grade-8: #e9e9e9;
-@gray-grade-9: #f5f5f5;
-
-//font
-@font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
-
-@font-size-normal: 14px;
-@font-size-xl: 24px;
-@font-size-lg: 20px;
-@font-size-sm: 12px;
-
-@font-gray-normal: @gray-grade-3;
-@font-gray-light: @gray-grade-5;
-@font-gray-lightest: @gray-grade-6;
-@font-gray-dark: @gray-grade-2;
-
-@font-weight-normal: 400;
-@font-weight-bold: 500;
-@title-font-weight: 500;
-
-.font(@font-size: @font-size-normal, @color:@font-gray-normal, @font-weight: @font-weight-normal) {
- font-family: @font-family;
- font-weight: @font-weight;
- font-size: @font-size;
- line-height: @font-size;
- color: @color;
-}
-
-.input-font(@font-size: @font-size-normal, @color:@font-gray-normal) {
- .font(@font-size, @color, @font-weight-bold);
-}
-
-//disabled
-@disabled-font: @font-gray-lightest;
-@disabled-background: @gray-grade-9;
-@disabled-border-color: rgba(191, 191, 191, 0.5);
-
-//hover
-@hover-background: @blue-1;
-@hover-border-color: @default-blue;
-
-//active
-@active-background: @gray-grade-9;
-
-//highlight
-@highlight-background: @gray-grade-6;
-
-//border
-@border-color: @gray-grade-7;
-@border-base: 1px solid @border-color;
-@border-radius-base: 3px;
-@box-shadow-base: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
-
-//height
-@component-height-lg: 32px;
-@component-height-md: 28px;
-@component-height-sm: 24px;
-@line-height-base: 1.5;
-
-//spacing
-@spacing-within-item: 10px;
-@spacing-between-item: 20px;
-
-//z-index
-@z-index-affix : 10;
-@z-index-back-top : 10;
-@z-index-modal-mask : 1000;
-@z-index-modal : 1000;
-@z-index-notification : 1010;
-@z-index-message : 1010;
-@z-index-popover : 1030;
-@z-index-picker : 1050;
-@z-index-dropdown : 1050;
-@z-index-tooltip : 1060;
-
-//input
-@input-padding-both-side: 10px;
-@input-width: 400px;
-
-//overlay
-@overlay-margin-top: 5px;
-@overlay-item-padding-left: 10px;
-
-//clear icon
-@hover-clear-icon-bg: @gray-grade-9;
-@clear-icon-color: @gray-grade-5;
-
-//button
-@button-width: 88px;
-@button-border: 0;
-@button-border-color: @border-base;
-
-//tab
-@tab-height: 36px;
-@tab-active-line-height: 2px;
-@tab-line-height: @tab-height - @tab-active-line-height;
-@icon-menu-active-bg: @blue-2;
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/NIV/theme.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/NIV/theme.css
deleted file mode 100644
index 4bbbcd55..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/NIV/theme.css
+++ /dev/null
@@ -1,5548 +0,0 @@
-.plx-breadcrumb {
- margin: 0;
- padding: 5px 10px;
- font-size: 12px;
-}
-.plx-breadcrumb li {
- display: inline-block;
-}
-.plx-breadcrumb a {
- color: #737373;
- text-decoration: none;
-}
-.plx-breadcrumb a:hover {
- color: #108EE9;
-}
-.plx-breadcrumb .plx-breadcrumb-separator {
- color: #999;
- padding: 0 5px;
- vertical-align: 1px;
-}
-.plx-breadcrumb .plx-breadcrumb-collapse {
- padding-left: 6px;
- padding-right: 6px;
- cursor: pointer;
-}
-.plx-breadcrumb .plx-breadcrumb-collapse circle {
- fill: #8e8e8e;
-}
-.plx-breadcrumb .plx-breadcrumb-collapse:hover circle {
- fill: #108EE9;
-}
-.plx-breadcrumb .plx-breadcrumb-active {
- vertical-align: 1px;
-}
-.plx-breadcrumb .plx-breadcrumb-active a {
- font-size: 20px;
- color: #404040;
- cursor: text;
-}
-.owl-dateTime {
- display: inline-block;
- position: relative;
- width: 100%;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
- background: #fff;
- color: #595959;
-}
-.owl-dateTime input {
- font-size: 14px;
- height: 32px;
- padding-left: 10px;
- padding-right: 10px;
- outline: 0;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- vertical-align: middle;
-}
-.short-text-input .owl-dateTime input {
- width: 120px;
-}
-.text-input-with-unit .owl-dateTime input {
- width: 355px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-unitOption .owl-dateTime input {
- width: 316px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix .owl-dateTime input {
- width: 330px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-prefixOption .owl-dateTime input {
- width: 316px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-passwordSwith .owl-dateTime input {
- width: 360px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix.text-input-with-unit .owl-dateTime input {
- width: 285px;
-}
-.text-input-with-prefix.text-input-with-unitOption .owl-dateTime input {
- width: 246px;
-}
-.short-text-input.text-input-with-prefix .owl-dateTime input {
- width: 80px;
-}
-.short-text-input.text-input-with-unit .owl-dateTime input {
- width: 80px;
-}
-.short-text-input.text-input-with-prefix.text-input-with-unit .owl-dateTime input {
- width: 40px;
-}
-.owl-dateTime input:focus {
- border: 1px solid #108EE9;
-}
-.owl-dateTime input:disabled,
-.owl-dateTime input[disabled] {
- cursor: not-allowed;
- background-color: #f5f5f5;
-}
-.owl-dateTime input:-ms-input-placeholder {
- color: #999 !important;
-}
-.owl-dateTime input::-webkit-input-placeholder {
- color: #999 !important;
-}
-.owl-dateTime-input {
- width: 100%;
- padding-right: 1.5em;
-}
-.owl-dateTime-cancel {
- position: absolute;
- top: 50%;
- right: .1em;
- border-radius: 50%;
- transform: translateY(-50%);
- cursor: pointer;
- color: inherit;
-}
-.owl-dateTime-inputWrapper {
- position: relative;
-}
-.owl-dateTime-customTemp {
- display: inline-block;
- position: relative;
-}
-.owl-dateTime-dialog {
- padding: 0px;
- position: absolute;
-}
-.owl-dateTime-dialogHeader {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
-}
-.owl-calendar-wrapper,
-.owl-timer-wrapper {
- position: relative;
- width: 100%;
- padding: .2em .5em;
-}
-.owl-calendar-control {
- display: flex;
- justify-content: space-around;
- width: 100%;
- height: 2em;
-}
-.owl-calendar-control .owl-calendar-controlNav {
- position: relative;
- cursor: pointer;
- width: 12.5%;
-}
-.owl-calendar-control .owl-calendar-controlContent {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 75%;
- height: 100%;
-}
-.owl-calendar {
- position: relative;
- min-height: 13.7em;
-}
-.owl-calendar table {
- width: 100%;
- border-collapse: collapse;
-}
-.owl-calendar tbody td {
- position: relative;
- text-align: center;
-}
-.owl-calendar tbody td a {
- display: block;
- width: 100%;
- height: 100%;
- text-decoration: none;
- color: inherit;
- font-size: 12px;
-}
-.owl-calendar .owl-calendar-yearArrow {
- position: absolute;
- top: 50%;
- width: 1.5em;
- height: 1.5em;
- transform: translateY(-50%);
- cursor: pointer;
-}
-.owl-calendar .owl-calendar-yearArrow.left {
- left: -0.5em;
-}
-.owl-calendar .owl-calendar-yearArrow.right {
- right: -0.5em;
-}
-.owl-timer-wrapper {
- position: relative;
- display: flex;
- justify-content: center;
-}
-.owl-timer-wrapper .owl-timer {
- position: relative;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- width: 25%;
- height: 100%;
-}
-.owl-timer-wrapper .owl-timer-control {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 30%;
- width: 100%;
- cursor: pointer;
-}
-.owl-timer-wrapper .owl-timer-control .icon:before {
- margin: 0;
-}
-.owl-timer-wrapper .owl-timer-input {
- width: 60%;
- height: 100%;
-}
-/*# sourceMappingURL=picker.component.css.map */
-.font-face {
- font-weight: normal;
- font-style: normal;
-}
-[class^="paletx-datepicker-icon-"]:before,
-[class*="paletx-datepicker-icon-"]:before {
- font-family: "fontello";
- font-style: normal;
- font-weight: normal;
- speak: none;
- display: inline-block;
- text-decoration: inherit;
- width: 1em;
- margin-right: .2em;
- text-align: center;
- /* opacity: .8; */
- /* For safety - reset parent styles, that can break glyph codes*/
- font-variant: normal;
- text-transform: none;
- /* fix buttons height, for twitter bootstrap */
- line-height: 1em;
- /* Animation center compensation - margins should be symmetric */
- /* remove if not needed */
- margin-left: .2em;
- /* you can be more comfortable with increased icons size */
- /* font-size: 120%; */
- /* Font smoothing. That was taken from TWBS */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- /* Uncomment for 3D effect */
- /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
-}
-.paletx-datepicker-icon-cancel:before {
- content: '\e802';
-}
-/* '' */
-.paletx-datepicker-icon-up-open:before {
- content: '\e805';
-}
-/* '' */
-.paletx-datepicker-icon-down-open:before {
- content: '\e80b';
-}
-/* '' */
-.paletx-datepicker-icon-left-open:before {
- content: '\e817';
-}
-/* '' */
-.paletx-datepicker-icon-right-open:before {
- content: '\e818';
-}
-/* '' */
-.owl-widget,
-.owl-widget * {
- box-sizing: border-box;
-}
-.owl-widget {
- font-size: 1em;
-}
-.owl-padding {
- padding: 0px;
-}
-.owl-corner-all {
- border-radius: 3px;
-}
-.owl-corner-top {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
-}
-.owl-state-default {
- border: 1px solid #d9d9d9;
- background: #fff;
- color: #595959;
-}
-.owl-inputtext {
- margin: 0;
- outline: medium none;
- transition: .2s;
-}
-.owl-dateTime.owl-dateTime-inline {
- width: auto;
-}
-.owl-dateTime.owl-dateTime-inline .owl-dateTime-dialog {
- position: relative;
- z-index: auto;
-}
-.owl-dateTime-dialog {
- width: 300px;
- user-select: none;
- z-index: 99999;
-}
-.owl-dateTime-dialogHeader {
- height: 2.5em;
- padding: .25em;
- background-color: #fff;
- overflow-y: auto;
-}
-.owl-calendar-control .owl-calendar-controlNav .nav-prev,
-.owl-calendar-control .owl-calendar-controlNav .nav-next {
- position: absolute;
- top: 50%;
- right: auto;
- bottom: auto;
- left: 50%;
- transform: translate(-50%, -50%);
-}
-.owl-cal-header {
- background: #f5f5f5;
- height: 35px;
-}
-.owl-calendar-control .owl-calendar-controlNav .nav-prev:before,
-.owl-calendar-control .owl-calendar-controlNav .nav-next:before {
- border-top: .5em solid transparent;
- border-bottom: .5em solid transparent;
- border-right: 0.75em solid #000000;
- width: 0;
- height: 0;
- display: block;
- margin: 0 auto;
-}
-.owl-calendar-control .owl-calendar-controlNav .nav-next:before {
- border-right: 0;
- border-left: 0.75em solid #000000;
-}
-.owl-calendar-control .owl-calendar-controlContent .month-control,
-.owl-calendar-control .owl-calendar-controlContent .year-control {
- color: #999;
- display: inline-block;
- cursor: pointer;
- transition: transform 200ms ease;
-}
-.owl-calendar-control .owl-calendar-controlContent .month-control:hover,
-.owl-calendar-control .owl-calendar-controlContent .year-control:hover {
- color: #5cb85c;
-}
-.owl-calendar-control .owl-calendar-controlContent .month-control {
- font-size: 16px;
- margin-right: .8rem;
-}
-.owl-calendar-control .owl-calendar-controlContent .year-control {
- font-size: 16px;
-}
-.owl-calendar tbody td.owl-calendar-selected {
- background-color: #5cb85c;
- color: #fff;
-}
-.owl-calendar tbody td.owl-calendar-invalid {
- color: #bfbfbf;
-}
-.owl-calendar tbody td.owl-calendar-outFocus {
- color: #999;
-}
-.owl-calendar tbody td.owl-calendar-hidden {
- visibility: hidden;
-}
-/**
-.owl-calendar tbody td:not(.owl-calendar-selected):not(.owl-calendar-invalid):hover {
- background-color: @hover-bg-color;
- color: @shadow-color }
-**/
-.owl-years td.owl-year,
-.owl-years td.owl-month,
-.owl-months td.owl-year,
-.owl-months td.owl-month {
- font-size: 1.2em;
- height: 2.5em;
- width: 33.33%;
- line-height: 2.5em;
- border-radius: 60px;
-}
-.owl-weekdays th.owl-weekday {
- height: 1em;
- line-height: 2em;
- text-align: center;
- font-weight: normal;
- font-size: 14px;
- /**color: @unselected-text-color; **/
-}
-.owl-days td.owl-day {
- border-radius: 30px;
- height: 2em;
- width: calc(14.28571429%);
- line-height: 2em;
-}
-.owl-days td.owl-day.owl-day-today:before {
- content: '';
- display: block;
- position: absolute;
- right: 2px;
- top: 2px;
- color: #108EE9;
- border-top: 0.5em solid #0D75BF;
- border-left: .5em solid transparent;
-}
-.owl-timer-wrapper {
- height: 5.4em;
- background-color: rgba(0, 0, 0, 0.2);
-}
-.owl-timer-wrapper .owl-timer-text {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 40%;
- font-size: 1.5em;
-}
-.owl-timer-wrapper .owl-meridian-btn {
- font-size: .8em;
- color: #5cb85c;
- background-image: none;
- background-color: transparent;
- border-color: #5cb85c;
-}
-.owl-timer-wrapper .owl-meridian-btn:hover {
- color: #fff;
- background-color: #5cb85c;
- border-color: #5cb85c;
-}
-.owl-timer-divider {
- display: inline-block;
- align-self: flex-end;
- position: absolute;
- width: .6em;
- height: 100%;
- left: -0.3em;
-}
-.owl-timer-divider .owl-timer-dot {
- display: block;
- width: .3em;
- height: .3em;
- position: absolute;
- left: 50%;
- border-radius: 50%;
- transform: translateX(-50%);
-}
-.owl-timer-divider .owl-timer-dot.dot-top {
- top: 38%;
-}
-.owl-timer-divider .owl-timer-dot.dot-bottom {
- bottom: 38%;
-}
-.owl-icon {
- position: absolute;
- top: 50%;
- right: .1em;
- border-radius: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- cursor: pointer;
- color: #8e8e8e;
-}
-.oes-time-control {
- color: #595959 !important;
-}
-.owl-calendar-selected {
- background-color: #5cb85c;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar tbody td div.day:not(.owl-calendar-selected):not(.owl-calendar-invalid):hover {
- background-color: #E7F4FD;
- color: #000;
- border-radius: 50%;
-}
-.oes-time-control {
- font-size: 14px;
-}
-.owl-calendar-year-part {
- width: 42px;
- margin-left: 30px;
- text-align: center;
-}
-.owl-calendar-year-part:hover {
- background-color: #E7F4FD;
- color: #000;
- border-radius: 50%;
-}
-.owl-calendar-year-selected {
- background-color: #5cb85c;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar-year-selected:hover {
- background-color: #5cb85c;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar-month-part {
- width: 42px;
- margin-left: 30px;
- text-align: center;
-}
-.owl-calendar-month-part:hover {
- background-color: #E7F4FD;
- color: #000;
- border-radius: 50%;
-}
-.owl-calendar-month-selected {
- background-color: #5cb85c;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar-month-selected:hover {
- background-color: #5cb85c;
- color: #fff;
- border-radius: 50%;
-}
-/*# sourceMappingURL=picker.css.map */
-.oes-time-table .chevron::before {
- border-style: solid;
- border-width: 0.29em 0.29em 0 0;
- content: '';
- display: inline-block;
- height: 0.69em;
- left: 0.05em;
- position: relative;
- top: 0.15em;
- transform: rotate(-45deg);
- -webkit-transform: rotate(-45deg);
- -ms-transform: rotate(-45deg);
- vertical-align: middle;
- width: 0.71em;
-}
-.oes-time-table .chevron.bottom:before {
- top: -0.3em;
- -webkit-transform: rotate(135deg);
- -ms-transform: rotate(135deg);
- transform: rotate(135deg);
-}
-.oes-time-table .btn-link {
- border: none!important;
- cursor: pointer;
- outline: 0;
- display: block;
-}
-.oes-time-table .btn-link.disabled {
- cursor: not-allowed;
- opacity: .65;
-}
-.oes-time-control {
- text-align: center;
-}
-.datapicker-form-control {
- width: auto !important;
- display: inline-block;
-}
-.oes-time-table .ict-stretch {
- font-size: 8px;
-}
-.oes-time-table .ict-shrink {
- font-size: 8px;
-}
-.time-pick-bk {
- background-color: #fff;
-}
-.btn-link:focus,
-.btn-link:hover {
- text-decoration: none;
-}
-.oes-time-control {
- border: 0;
- width: 30px !important;
- padding: 3px 0;
- margin: 0;
- font-size: 14px;
-}
-.oes-time-control:hover {
- background-color: #e6e6e6;
- color: #000;
- cursor: pointer;
-}
-.oes-time-control-foucs-bk {
- background-color: #00abff !important;
- color: #fff!important;
-}
-.oes-time-separator {
- margin: 0 -5px;
-}
-.oes-time-group,
-.oes-time-group:hover {
- border-bottom: 1px solid #ccc;
- border-left: 1px solid #ccc;
- border-top: 1px solid #ccc;
- border-radius: 0.2em;
-}
-.oes-time-btns,
-.oes-time-btns:hover {
- border-bottom: 1px solid #ccc;
- border-right: 1px solid #ccc;
- border-top: 1px solid #ccc;
- border-radius: 0.2em;
- padding: 0 0 7px 0 !important;
-}
-.oes-time-btns-wrapper {
- margin-top: -3px;
- transform: scale(0.6, 0.6);
-}
-.i18nTimeDes,
-.i18nTimeDes:hover {
- padding: 0 5px 0px 0;
-}
-.oes-time-btn {
- height: 5px;
-}
-.oes-time-table {
- margin-bottom: 10px;
-}
-.hour-table {
- font-size: 12px;
-}
-.hour-table td {
- padding: 5px;
- padding-top: 3px;
- padding-bottom: 3px;
- cursor: pointer;
-}
-.oes-time-btn-shrink {
- position: relative;
- top: -5px;
- left: 0px;
- color: #CCC;
-}
-.oes-time-btn-stretch {
- position: relative;
- left: 0px;
- color: #CCC;
-}
-.owl-calendar-timer-invalid {
- color: #acacac;
-}
-.owl-calendar-timer-selected {
- background-color: #00abff;
- color: #FFFFFF;
- border-radius: 1.2em;
-}
-.hour-table td:not(.owl-calendar-timer-selected):not(.owl-calendar-timer-invalid):hover {
- background-color: #ebf6fd;
- color: #000000;
- border-radius: 1.2em;
-}
-.icon {
- color: #8e8e8e;
- vertical-align: text-bottom;
- margin-left: 5px;
- font-size: 20px;
-}
-.plx-input-password {
- display: inline-block;
- line-height: 30px;
- width: 40px;
- text-align: center;
- vertical-align: middle;
- margin-top: -2px;
- background-color: #fff;
- border-top: 1px solid #d9d9d9;
- border-right: 1px solid #d9d9d9;
- border-bottom: 1px solid #d9d9d9;
- border-bottom-right-radius: 3px;
- border-top-right-radius: 3px;
- cursor: pointer;
-}
-.plx-input-password:focus,
-.plx-input-password:hover {
- background-color: #fff;
-}
-.plx-input-password:active {
- background-color: #108ee9;
-}
-.plx-input-password.ict-eye-closed,
-.plx-input-password.ict-eye {
- color: #8e8e8e;
-}
-.plx-input-password-disabled {
- cursor: not-allowed;
-}
-.plx-input-password-disabled:focus,
-.plx-input-password-disabled:hover,
-.plx-input-password-disabled:active {
- background-color: #fff;
-}
-.plx-input-password-sm {
- line-height: 26px;
-}
-@-moz-keyframes three-quarters-loader {
- 0% {
- -moz-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@-webkit-keyframes three-quarters-loader {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@keyframes three-quarters-loader {
- 0% {
- -moz-transform: rotate(0deg);
- -ms-transform: rotate(0deg);
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-.plx-loading-max:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 72px;
- height: 72px;
- border: 5px solid #108EE9;
- border-right-color: #fff;
- border-radius: 36px;
-}
-.plx-loading-medium:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 36px;
- height: 36px;
- border: 4px solid #108EE9;
- border-right-color: #fff;
- border-radius: 18px;
-}
-.plx-loading-min:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 18px;
- height: 18px;
- border: 2px solid #108EE9;
- border-right-color: #fff;
- border-radius: 9px;
-}
-.plx-loading-default:not(:required) {
- margin-left: 100px;
- margin-top: 100px;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 36px;
- height: 36px;
- border: 4px solid #108EE9;
- border-right-color: #fff;
- border-radius: 18px;
-}
-.plx-loading-xs:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 12px;
- height: 12px;
- border: 2px solid #108EE9;
- border-right-color: #fff;
- border-radius: 6px;
-}
-.plx-loading {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
-}
-.plx-loading-white:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 12px;
- height: 12px;
- border: 2px solid #fff;
- border-right-color: #108EE9;
- border-radius: 6px;
-}
-.plx-loading-gray:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 12px;
- height: 12px;
- border: 2px solid #bfbfbf;
- border-right-color: #fff;
- border-radius: 6px;
-}
-.message {
- width: 400px;
- right: 10px;
- position: fixed;
- z-index: 99999;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-weight: 400;
- font-style: normal;
- font-size: 14px;
- color: #404040;
-}
-.message > p {
- width: 100%;
- margin: 10px 0 16px;
- padding: 0 25px ;
- border: 1px solid #e9e9e9;
- box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.2);
- line-height: 36px;
- background: #fff;
- font-size: 14px !important;
- color: #595959;
-}
-.message > p > span {
- float: right;
- cursor: pointer;
- font-weight: 400;
- font-style: normal;
- color: #108EE9;
- text-align: center;
-}
-.message > p > span:hover {
- text-decoration: underline;
-}
-.message > div {
- width: 100%;
- margin-bottom: 16px;
- border: 1px solid ;
- line-height: 62px;
- border: 1px solid #e9e9e9;
- box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.2);
- border-radius: 5px;
- background: #fff;
- position: relative;
-}
-.message > div > span {
- display: inline-block;
- font-size: 24px !important;
- margin-left: 12px;
- margin-right: 3px;
- vertical-align: middle;
-}
-.message > div.success {
- border-left: 4px solid #00A854;
-}
-.message > div.success > span {
- color: #00A854;
-}
-.message > div.error {
- border-left: 4px solid #EA4335;
-}
-.message > div.error > span {
- color: #EA4335;
-}
-.message > div.warning {
- border-left: 4px solid #F3B709;
-}
-.message > div.warning > span {
- color: #F3B709;
-}
-.message > div.info {
- border-left: 4px solid #108EE9;
-}
-.message > div.info > span {
- color: #108EE9;
-}
-.message > div > i {
- float: right;
- width: 20px;
- height: 20px;
- margin-top: 21px;
- line-height: 20px;
- border-radius: 50%;
- margin-right: 20px;
- cursor: pointer;
- text-align: center;
- font-size: 16px;
-}
-.message > div > i:hover {
- background: #E7F4FD;
-}
-.message > div > p {
- top: -3px;
- margin: 0;
- padding: 0 20px 16px 43px;
- font-size: 14px !important;
- color: #595959;
- line-height: 18px;
- position: relative;
-}
-.message > div > p > span {
- color: #108EE9;
- cursor: pointer;
-}
-.message > div > p > span:hover {
- text-decoration: underline;
-}
-.message > div > div {
- padding-left: 45px ;
- padding-bottom: 19px;
- font-size: 14px;
- color: #108EE9;
- line-height: 18px;
- cursor: pointer;
-}
-.message > div > div:hover {
- text-decoration: underline;
-}
-#plxMessageMeasure {
- position: fixed;
- top: -12px;
- opacity: 0;
- white-space: nowrap;
- margin: 0;
- padding: 0;
- font-size: 14px !important;
- line-height: 14px;
- z-index: -9999;
-}
-.stack > span {
- display: inline-block;
- position: absolute;
- bottom: 16px;
- right: 25px;
-}
-plx-modal-window .modal {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- display: none;
- outline: 0;
- z-index: 10000;
-}
-plx-modal-window .modal-dialog {
- position: relative;
- max-width: 600px;
- margin: 30px auto;
-}
-plx-modal-window .modal-dialog.modal-sm {
- max-width: 600px;
-}
-plx-modal-window .modal-dialog.modal-lg {
- max-width: 1000px;
-}
-plx-modal-window .modal-content {
- position: relative;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- background-color: #fff;
- background-clip: padding-box;
- border-radius: 3px;
- box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
- outline: 0;
-}
-plx-modal-window .modal-content .modal-header {
- border-bottom: 0;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- padding: 15px;
-}
-plx-modal-window .modal-content .modal-body .form-group:last-child,
-plx-modal-window .modal-content .modal-body form:last-child {
- margin-bottom: 0;
-}
-plx-modal-window .modal-content .modal-footer {
- display: block;
- border-top: 0;
- margin-top: 0;
- padding: 0 15px 15px 15px;
-}
-plx-modal-window .modal-content .modal-title {
- font-size: 20px;
- margin-bottom: 0;
- line-height: 1.5;
-}
-plx-modal-window .modal-content .modal-btn {
- text-align: center;
- font-size: 0;
-}
-plx-modal-window .close {
- color: #8e8e8e;
- font-size: 16px;
- text-shadow: none;
- width: 24px;
- height: 24px;
- background: #fff;
- border-radius: 20px;
- padding-bottom: 2px;
- outline: none;
-}
-plx-modal-window .close:hover {
- color: #8e8e8e;
- background: #E7F4FD;
-}
-plx-modal-window .alert-modal.row {
- margin-left: 100px;
- margin-bottom: 30px;
- text-align: left;
-}
-plx-modal-window .alert-modal.row .tip-img {
- display: inline-block;
- width: 52px;
- height: 52px;
- border-radius: 50px;
- font-size: 45px;
- text-align: center;
- line-height: 1;
- margin-top: -5px;
- margin-right: 15px;
-}
-plx-modal-window .alert-modal.row .tip-img::before {
- content: "!";
-}
-plx-modal-window .alert-modal.row .tip-info {
- width: 300px;
-}
-plx-modal-window .alert-modal.row .tip-info .alert-title {
- font-size: 16px;
- color: #404040;
-}
-plx-modal-window .alert-modal.row .tip-info .alert-result {
- margin-top: 5px;
- font-size: 14px;
- color: #999;
-}
-plx-modal-window .alert-modal.row .warning {
- border: 3px solid #F3B709;
- color: #F3B709;
-}
-plx-modal-window .alert-modal.row .error {
- border: 3px solid #EA4335;
- color: #EA4335;
-}
-ngb-popover-window.plx-popover.show {
- color: #333;
- border: 1px solid #d9d9d9;
-}
-.plx-popover {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 10001;
- display: block;
- padding: 1px;
- font-style: normal;
- font-weight: normal;
- letter-spacing: normal;
- line-break: auto;
- line-height: 1.5;
- text-align: left;
- text-decoration: none;
- text-shadow: none;
- text-transform: none;
- white-space: normal;
- word-break: normal;
- word-spacing: normal;
- word-wrap: break-word;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- max-width: 400px;
- min-width: 200px;
- background-color: #fff;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-popover::before,
-.plx-popover::after {
- content: "";
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border: solid transparent;
-}
-.plx-popover::before {
- border-width: 7px;
-}
-.plx-popover::after {
- border-width: 6px;
-}
-.plx-popover-top-common {
- margin-top: -9px;
-}
-.plx-popover-top-common::before {
- border-top-color: #ccc;
- border-bottom-width: 0;
- bottom: -7px;
-}
-.plx-popover-top-common::after {
- border-top-color: #fff;
- border-bottom-width: 0;
- bottom: -6px;
-}
-.plx-popover-top {
- margin-top: -9px;
-}
-.plx-popover-top::before {
- border-top-color: #ccc;
- border-bottom-width: 0;
- bottom: -7px;
-}
-.plx-popover-top::after {
- border-top-color: #fff;
- border-bottom-width: 0;
- bottom: -6px;
-}
-.plx-popover-top::before {
- left: 50%;
- margin-left: -7px;
-}
-.plx-popover-top::after {
- left: 50%;
- margin-left: -6px;
-}
-.plx-popover.plx-popover-top-left {
- margin-top: -9px;
-}
-.plx-popover.plx-popover-top-left::before {
- border-top-color: #ccc;
- border-bottom-width: 0;
- bottom: -7px;
-}
-.plx-popover.plx-popover-top-left::after {
- border-top-color: #fff;
- border-bottom-width: 0;
- bottom: -6px;
-}
-.plx-popover.plx-popover-top-left::before {
- left: 10px;
-}
-.plx-popover.plx-popover-top-left::after {
- left: 11px;
-}
-.plx-popover.plx-popover-top-right {
- margin-top: -9px;
-}
-.plx-popover.plx-popover-top-right::before {
- border-top-color: #ccc;
- border-bottom-width: 0;
- bottom: -7px;
-}
-.plx-popover.plx-popover-top-right::after {
- border-top-color: #fff;
- border-bottom-width: 0;
- bottom: -6px;
-}
-.plx-popover.plx-popover-top-right::before {
- right: 10px;
-}
-.plx-popover.plx-popover-top-right::after {
- right: 11px;
-}
-.plx-popover-right-common {
- margin-left: 9px;
-}
-.plx-popover-right-common::before {
- border-right-color: #ccc;
- border-left-width: 0;
- left: -7px;
-}
-.plx-popover-right-common::after {
- border-right-color: #fff;
- border-left-width: 0;
- left: -6px;
-}
-.plx-popover.plx-popover-right {
- margin-left: 9px;
-}
-.plx-popover.plx-popover-right::before {
- border-right-color: #ccc;
- border-left-width: 0;
- left: -7px;
-}
-.plx-popover.plx-popover-right::after {
- border-right-color: #fff;
- border-left-width: 0;
- left: -6px;
-}
-.plx-popover.plx-popover-right::before {
- top: 50%;
- margin-top: -7px;
-}
-.plx-popover.plx-popover-right::after {
- top: 50%;
- margin-top: -6px;
-}
-.plx-popover.plx-popover-right-top {
- margin-left: 9px;
-}
-.plx-popover.plx-popover-right-top::before {
- border-right-color: #ccc;
- border-left-width: 0;
- left: -7px;
-}
-.plx-popover.plx-popover-right-top::after {
- border-right-color: #fff;
- border-left-width: 0;
- left: -6px;
-}
-.plx-popover.plx-popover-right-top::before {
- top: 10px;
-}
-.plx-popover.plx-popover-right-top::after {
- top: 11px;
-}
-.plx-popover.plx-popover-right-bottom {
- margin-left: 9px;
-}
-.plx-popover.plx-popover-right-bottom::before {
- border-right-color: #ccc;
- border-left-width: 0;
- left: -7px;
-}
-.plx-popover.plx-popover-right-bottom::after {
- border-right-color: #fff;
- border-left-width: 0;
- left: -6px;
-}
-.plx-popover.plx-popover-right-bottom::before {
- bottom: 10px;
-}
-.plx-popover.plx-popover-right-bottom::after {
- bottom: 11px;
-}
-.plx-popover-bottom-common {
- margin-top: 9px;
-}
-.plx-popover-bottom-common::before {
- border-bottom-color: #ccc;
- border-top-width: 0;
- top: -7px;
-}
-.plx-popover-bottom-common::after {
- border-bottom-color: #fff;
- border-top-width: 0;
- top: -6px;
-}
-.plx-popover.plx-popover-bottom {
- margin-top: 9px;
-}
-.plx-popover.plx-popover-bottom::before {
- border-bottom-color: #ccc;
- border-top-width: 0;
- top: -7px;
-}
-.plx-popover.plx-popover-bottom::after {
- border-bottom-color: #fff;
- border-top-width: 0;
- top: -6px;
-}
-.plx-popover.plx-popover-bottom::before {
- left: 50%;
- margin-left: -7px;
-}
-.plx-popover.plx-popover-bottom::after {
- left: 50%;
- margin-left: -6px;
-}
-.plx-popover.plx-popover-bottom-left {
- margin-top: 9px;
-}
-.plx-popover.plx-popover-bottom-left::before {
- border-bottom-color: #ccc;
- border-top-width: 0;
- top: -7px;
-}
-.plx-popover.plx-popover-bottom-left::after {
- border-bottom-color: #fff;
- border-top-width: 0;
- top: -6px;
-}
-.plx-popover.plx-popover-bottom-left::before {
- left: 10px;
-}
-.plx-popover.plx-popover-bottom-left::after {
- left: 11px;
-}
-.plx-popover.plx-popover-bottom-right {
- margin-top: 9px;
-}
-.plx-popover.plx-popover-bottom-right::before {
- border-bottom-color: #ccc;
- border-top-width: 0;
- top: -7px;
-}
-.plx-popover.plx-popover-bottom-right::after {
- border-bottom-color: #fff;
- border-top-width: 0;
- top: -6px;
-}
-.plx-popover.plx-popover-bottom-right::before {
- right: 10px;
-}
-.plx-popover.plx-popover-bottom-right::after {
- right: 11px;
-}
-.plx-popover-left-common {
- margin-left: -9px;
-}
-.plx-popover-left-common::before {
- border-left-color: #ccc;
- border-right-width: 0;
- right: -7px;
-}
-.plx-popover-left-common::after {
- border-left-color: #fff;
- border-right-width: 0;
- right: -6px;
-}
-.plx-popover.plx-popover-left {
- margin-left: -9px;
-}
-.plx-popover.plx-popover-left::before {
- border-left-color: #ccc;
- border-right-width: 0;
- right: -7px;
-}
-.plx-popover.plx-popover-left::after {
- border-left-color: #fff;
- border-right-width: 0;
- right: -6px;
-}
-.plx-popover.plx-popover-left::before {
- top: 50%;
- margin-top: -7px;
-}
-.plx-popover.plx-popover-left::after {
- top: 50%;
- margin-top: -6px;
-}
-.plx-popover.plx-popover-left-top {
- margin-left: -9px;
-}
-.plx-popover.plx-popover-left-top::before {
- border-left-color: #ccc;
- border-right-width: 0;
- right: -7px;
-}
-.plx-popover.plx-popover-left-top::after {
- border-left-color: #fff;
- border-right-width: 0;
- right: -6px;
-}
-.plx-popover.plx-popover-left-top::before {
- top: 10px;
-}
-.plx-popover.plx-popover-left-top::after {
- top: 11px;
-}
-.plx-popover.plx-popover-left-bottom {
- margin-left: -9px;
-}
-.plx-popover.plx-popover-left-bottom::before {
- border-left-color: #ccc;
- border-right-width: 0;
- right: -7px;
-}
-.plx-popover.plx-popover-left-bottom::after {
- border-left-color: #fff;
- border-right-width: 0;
- right: -6px;
-}
-.plx-popover.plx-popover-left-bottom::before {
- bottom: 10px;
-}
-.plx-popover.plx-popover-left-bottom::after {
- bottom: 11px;
-}
-.plx-popover .plx-popover-title {
- padding: 8px 14px;
- margin-bottom: 0;
- font-size: 16px;
- background-color: #fff;
- border-bottom: 1px solid #d9d9d9;
-}
-.plx-popover .plx-popover-title:empty {
- display: none;
-}
-.plx-popover .plx-popover-content {
- padding: 9px 14px;
- background-color: #fff;
-}
-.plx-popover .ict-warning {
- color: #EA4335;
- font-size: 24px;
- margin-right: 5px;
-}
-.popover-template {
- padding: 10px 0px;
- min-width: 220px;
-}
-.popover-template .popover-template-content {
- padding: 10px 10px;
-}
-.popover-template .popover-template-footer {
- padding: 10px 10px 5px 10px;
- text-align: center;
-}
-.popover-template .popover-template-icon {
- display: inline-block;
- max-width: 30px;
- float: left;
-}
-.popover-template .popover-template-icon-area {
- display: inline-block;
- height: 100%;
- vertical-align: middle;
-}
-.popover-template .popover-template-msg {
- display: inline-block;
- max-width: 300px;
- margin-left: 10px;
- margin-top: 1px;
-}
-.plx-progress {
- display: inline-block;
- margin: 0 10px 1px 0;
- border-radius: 20px;
- overflow: hidden;
- background-color: #eee;
-}
-.plx-progress .plx-progress-bar {
- width: 0;
- height: 8px;
- transition: width 0.8s ease-in-out;
- opacity: 1;
-}
-.plx-progress .plx-progress-bar-info {
- position: relative;
- background-color: #3aa5f2;
-}
-.plx-progress .plx-progress-bar-info::before {
- background-color: #108EE9;
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- width: 0;
- height: 8px;
- animation: plx-progress-bar-stripes 0.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
-}
-.plx-progress .plx-progress-bar-info.plx-progress-bar-reset {
- transition: none;
-}
-.plx-progress .plx-progress-bar-warning {
- background-color: #EA4335;
-}
-.plx-progress .plx-progress-bar-success,
-.plx-progress .plx-progress-bar-info.plx-progress-bar-success {
- background-color: #108EE9;
-}
-.plx-progress-info {
- display: inline-block;
-}
-.plx-progress-info .fp-exclamation-circle {
- color: #EA4335;
-}
-@keyframes plx-progress-bar-stripes {
- from {
- width: 0;
- }
- to {
- width: 100%;
- }
-}
-:host(.plx-progressbar-sm) {
- font-size: 12px;
-}
-:host(.plx-progressbar-sm) .plx-progress-bar {
- height: 2px;
-}
-:host(.plx-progressbar-sm) .fp-exclamation-circle {
- vertical-align: middle;
- font-size: 12px;
-}
-:host(.plx-progressbar-sm) .plx-progress-info span {
- vertical-align: middle;
-}
-.plx-progressbar-sm {
- font-size: 12px;
-}
-.plx-progressbar-sm .plx-progress-bar {
- height: 2px;
-}
-.plx-progressbar-sm .fp-exclamation-circle {
- vertical-align: middle;
- font-size: 12px;
-}
-.plx-progressbar-sm .plx-progress-info span {
- vertical-align: middle;
-}
-.plx-progressbar-sm-common {
- font-size: 12px;
-}
-.plx-progressbar-sm-common .plx-progress-bar {
- height: 2px;
-}
-.plx-progressbar-sm-common .fp-exclamation-circle {
- vertical-align: middle;
- font-size: 12px;
-}
-.plx-progressbar-sm-common .plx-progress-info span {
- vertical-align: middle;
-}
-.search-input {
- position: relative;
- background: #fff;
- color: #595959;
-}
-.search-input input {
- height: 32px;
- padding-left: 10px;
- padding-right: 10px;
- outline: 0;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- vertical-align: middle;
- width: 100%;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
- color: #595959;
-}
-.short-text-input .search-input input {
- width: 120px;
-}
-.text-input-with-unit .search-input input {
- width: 355px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-unitOption .search-input input {
- width: 316px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix .search-input input {
- width: 330px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-prefixOption .search-input input {
- width: 316px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-passwordSwith .search-input input {
- width: 360px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix.text-input-with-unit .search-input input {
- width: 285px;
-}
-.text-input-with-prefix.text-input-with-unitOption .search-input input {
- width: 246px;
-}
-.short-text-input.text-input-with-prefix .search-input input {
- width: 80px;
-}
-.short-text-input.text-input-with-unit .search-input input {
- width: 80px;
-}
-.short-text-input.text-input-with-prefix.text-input-with-unit .search-input input {
- width: 40px;
-}
-.search-input input:focus {
- border: 1px solid #108EE9;
-}
-.search-input input:disabled,
-.search-input input[disabled] {
- cursor: not-allowed;
- background-color: #f5f5f5;
-}
-.search-input-sm {
- height: 28px !important;
-}
-.search-img {
- color: #bfbfbf;
- position: absolute;
- right: 8px;
- top: 8px;
- list-style: none;
- font-size: 16px;
-}
-.search-img-confirm {
- color: #0C66A7;
- cursor: pointer;
-}
-::-webkit-input-placeholder {
- color: #999 !important;
-}
-:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #999 !important;
-}
-::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #999 !important;
-}
-input:-ms-input-placeholder {
- color: #999 !important;
-}
-input::-webkit-input-placeholder {
- color: #999 !important;
-}
-select-dropdown {
- box-sizing: border-box;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
- outline: none;
-}
-select-dropdown > div {
- background-color: #fff;
- position: absolute;
- z-index: 9999;
-}
-select-dropdown > div.select-sm .filter input {
- height: 30px;
-}
-select-dropdown > div.select-sm .filter .toggle {
- top: 13px;
-}
-select-dropdown > div .filter {
- width: 100%;
-}
-select-dropdown > div .filter input {
- border: 1px solid #108EE9;
- border-radius: 3px;
- padding: 0 10px;
- width: 100%;
- height: 34px;
-}
-select-dropdown > div .filter .toggle {
- display: block;
- position: absolute;
- top: 15px;
- right: 10px;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #9b9b9b;
-}
-select-dropdown > div .options {
- border: 1px solid #d9d9d9;
- border-top: none;
- border-radius: 3px;
- max-height: 160px;
- overflow-y: auto;
-}
-select-dropdown > div .options ul {
- list-style: none;
- margin: 0;
- padding: 0;
-}
-select-dropdown > div .options ul li {
- color: #595959;
- height: 30px;
- line-height: 18px;
- padding: 6px 20px 6px 8px;
- position: relative;
- cursor: pointer;
- user-select: none;
-}
-select-dropdown > div .options ul li.single-selected {
- background-color: #f5f5f5;
-}
-select-dropdown > div .options ul li.highlighted {
- background-color: #E7F4FD;
- color: #595959;
-}
-select-dropdown > div .options ul li.disabled {
- background-color: #fff;
- color: #bfbfbf;
- cursor: default;
- pointer-events: none;
-}
-select-dropdown > div .options ul li.plx-select-message {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-select-dropdown > div .options ul li .option-label {
- display: inline-block;
- width: 100%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-select-dropdown > div .options ul li .option-tick {
- display: inline-block;
- position: absolute;
- right: 5px;
- top: 5px;
-}
-select-dropdown > div .options ul li .tick {
- fill: none;
- stroke: #00A854;
- stroke-width: 2;
- stroke-linecap: round;
- stroke-linejoin: round;
- stroke-miterlimit: 10;
-}
-plx-select {
- display: inline-block;
- margin: 0;
- position: relative;
- vertical-align: middle;
- width: 100%;
-}
-plx-select.ng-untouched:not(form).ng-untouched:not(fieldset) {
- border: 0;
-}
-plx-select * {
- box-sizing: border-box;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
- outline: none;
-}
-plx-select > div {
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- cursor: pointer;
- user-select: none;
- width: 100%;
-}
-plx-select > div.disabled {
- background-color: #f5f5f5;
- color: #bfbfbf;
- cursor: not-allowed;
-}
-plx-select > div.focus-border {
- border: 1px solid #108EE9 !important;
-}
-plx-select > div.select-sm .value,
-plx-select > div.select-sm .placeholder {
- height: 28px !important;
- line-height: 28px !important;
-}
-plx-select > div.select-sm .toggle {
- top: 13px;
-}
-plx-select > div.select-sm div.option {
- height: 20px !important;
- line-height: 14px !important;
-}
-plx-select > div.select-sm input {
- height: 28px;
- line-height: 28px;
-}
-plx-select > div input {
- background-color: transparent;
- border: none;
- border-radius: 3px;
- cursor: pointer;
- height: 32px;
- line-height: 32px;
-}
-plx-select > div .toggle {
- display: block;
- position: absolute;
- top: 15px;
- right: 10px;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #9b9b9b;
-}
-plx-select > div .single {
- display: flex;
- width: 100%;
-}
-plx-select > div .single .value,
-plx-select > div .single .placeholder {
- color: #595959;
- flex: 1;
- height: 32px;
- line-height: 32px;
- overflow: hidden;
- padding: 0 10px;
- white-space: nowrap;
-}
-plx-select > div .single .value span,
-plx-select > div .single .placeholder span {
- display: inline-block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 100%;
-}
-plx-select > div .single .placeholder {
- color: #999;
-}
-plx-select > div .single input {
- flex: 1;
- padding: 1px 10px 0 10px;
-}
-plx-select > div .multiple {
- display: flex;
- flex-flow: row wrap;
- padding: 0 10px;
- width: 100%;
-}
-plx-select > div .multiple .placeholder {
- flex: 1;
- color: #999;
- height: 32px;
- line-height: 32px;
- overflow: hidden;
- white-space: nowrap;
-}
-plx-select > div .multiple input {
- padding: 0;
- margin-right: 10px;
-}
-plx-select > div .multiple div.option {
- background-color: #f8f8f8;
- border: 1px solid #e6e6e6;
- border-radius: 2px;
- color: #595959;
- cursor: default;
- display: inline-block;
- flex-shrink: 0;
- height: 24px;
- line-height: 18px;
- margin: 4px 10px 4px 0;
- padding: 2px 30px 2px 10px;
- max-width: 100%;
- position: relative;
-}
-plx-select > div .multiple div.option span {
- display: inline-block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 100%;
-}
-plx-select > div .multiple div.option .deselect-option {
- color: #c0c0c0;
- cursor: pointer;
- font-size: 8px;
- position: absolute;
- top: 2px;
- right: 8px;
-}
-plx-select > div .multiple div.option .deselect-option:hover {
- color: #555;
-}
-.plx-ui-steps {
- height: 40px;
-}
-.plx-ui-horizon-ul-horizon {
- display: flex;
- box-orient: horizontal;
- padding: 0;
- font-size: 14px;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
-}
-.plx-ui-steps-li {
- list-style: none;
- position: relative;
- height: 24px;
- line-height: 24px;
- float: left;
- margin-right: 0;
-}
-.plx-ui-steps-number-active {
- color: #fff;
- background-color: #108EE9;
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 10px;
- float: left;
- text-align: center;
-}
-.plx-ui-steps-number-passive {
- background-color: #D7D7D7;
- color: #fff;
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 10px;
- float: left;
- text-align: center;
-}
-.plx-rapire-steps {
- position: relative;
-}
-.plx-ui-steps-number-visited {
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 10px;
- float: left;
- position: relative;
- color: #108EE9;
- background-color: #fff;
- border: 2px solid #108EE9;
-}
-.plx-ui-menuitem-div-passive {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-.plx-ui-menuitem-div-active {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-.plx-ui-menuitem-div-passive {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-.plx-ui-menuitem-div-visited {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-.plx-ui-underline {
- width: 386px;
- height: 2px;
- margin-top: 49px;
- position: absolute;
- background-color: #108EE9;
-}
-.passive .plx-ui-underline {
- background-color: #D7D7D7;
-}
-.plx-ui-steps-title-active {
- white-space: nowrap;
-}
-.plx-ui-steps-title-passive {
- white-space: nowrap;
-}
-.plx-ui-steps-title-visited {
- white-space: nowrap;
-}
-.plx-ui-steps-number-visited-tick {
- position: absolute;
- background-color: transparent;
- height: 12px;
- width: 7px;
- transform: rotate(45deg);
- transform-origin: 50% 120%;
- transition: all 0.2s;
- border-right: 2px solid #108EE9;
- border-bottom: 2px solid #108EE9;
-}
-/**********************************************************************************************************/
-.plx-ui-steps-display-vertical {
- display: inline-block;
-}
-.plx-ui-steps-vertical {
- height: auto;
- width: auto;
- min-width: 180px;
- display: inline-block;
- font-size: 14px;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
-}
-.plx-ui-horizon-ul-vertical {
- display: inline-block;
- box-orient: vertical;
- width: auto;
- padding: 0;
-}
-.plx-ui-underline-active-vertical {
- margin-left: 3px;
- width: 10px;
- display: table-caption;
- min-height: 30px;
- border-right: 2px solid #D7D7D7;
-}
-.plx-ui-underline-visited-vertical {
- margin-left: 3px;
- width: 10px;
- display: table-caption;
- height: 30px;
-}
-.plx-ui-underline-passive-vertical {
- height: 30px;
- margin-left: 3px;
- width: 10px;
- display: table-caption;
- border-right: 2px solid #D7D7D7;
-}
-.plx-ui-steps-li-vertical {
- list-style: none;
- width: auto;
-}
-.plx-ui-steps-title-active-vertical {
- margin-left: 10px;
- position: absolute;
- width: auto;
- height: 24px;
- min-width: 64px;
- margin-top: 1px;
- white-space: nowrap;
-}
-.plx-ui-steps-title-visited-vertical {
- margin-left: 10px;
- position: absolute;
- width: auto;
- height: 24px;
- min-width: 64px;
- margin-top: 3px;
- white-space: nowrap;
-}
-.plx-ui-steps-title-passive-vertical {
- margin-left: 10px;
- position: absolute;
- width: auto;
- height: 24px;
- min-width: 64px;
- margin-top: 1px;
- white-space: nowrap;
-}
-.plx-ui-steps-number-visited-tick-vertical {
- position: absolute;
- background-color: transparent;
- height: 12px;
- width: 7px;
- transform: rotate(45deg);
- transform-origin: 50% 120%;
- transition: all 0.2s;
-}
-.plx-ui-steps-number-active-vertical {
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 0;
- float: left;
- text-align: left;
- position: relative;
- line-height: 24px;
-}
-.plx-ui-steps-number-passive-vertical {
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 0;
- float: left;
- text-align: left;
- position: relative;
- padding-top: 2px;
- line-height: 24px;
-}
-.plx-ui-steps-number-visited-vertical {
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 0;
- float: left;
- position: relative;
- line-height: 24px;
-}
-.plx-tabset {
- display: flex;
- padding-left: 0;
- margin-bottom: 0;
- list-style: none;
-}
-.plx-tabset.plx-nav-tabs {
- border-bottom: 1px solid #d9d9d9;
- font-size: 16px;
-}
-.plx-tabset.plx-nav-tabs .plx-nav-item {
- margin-bottom: -1px;
-}
-.plx-tabset.plx-nav-tabs .plx-nav-link {
- display: block;
- border-radius: 0;
- border: 1px solid transparent;
- border-top: 2px solid transparent;
- color: #999;
- min-width: 100px;
- text-align: center;
- padding: 6px 16px;
-}
-.plx-tabset.plx-nav-tabs .plx-nav-link:hover,
-.plx-tabset.plx-nav-tabs .plx-nav-link:focus {
- text-decoration: none;
- background-color: #E7F4FD;
- border-bottom: 0;
- border-left: 0;
- border-right: 0;
-}
-.plx-tabset.plx-nav-tabs .plx-nav-link.active {
- color: #595959;
- border-top: 2px solid #108EE9;
- border-left: 1px solid #d9d9d9;
- border-right: 1px solid #d9d9d9;
- background-color: #fff;
-}
-.plx-tabset.plx-nav-tabs .plx-nav-link.active:hover,
-.plx-tabset.plx-nav-tabs .plx-nav-link.active:focus {
- border-left: 1px solid #d9d9d9;
- border-right: 1px solid #d9d9d9;
- border-bottom: 1px solid transparent;
-}
-.plx-tabset.plx-nav-tabs.bottom .plx-nav-link {
- border: 0;
- border-bottom: 2px solid transparent;
-}
-.plx-tabset.plx-nav-tabs.bottom .plx-nav-link:hover {
- border-bottom: 1px solid transparent;
-}
-.plx-tabset.plx-nav-tabs.bottom .plx-nav-link.active {
- border: 0;
- border-bottom: 2px solid #108EE9;
-}
-.plx-tabset.plx-nav-pills .plx-nav-link {
- border: 1px solid #d9d9d9;
- border-radius: 0.25em;
- color: #999;
- display: block;
- padding: 6px 10px;
- min-width: 100px;
- text-align: center;
-}
-.plx-tabset.plx-nav-pills .plx-nav-link:hover,
-.plx-tabset.plx-nav-pills .plx-nav-link:focus {
- text-decoration: none;
- color: #108ee9;
- border-color: #108ee9;
- background-color: #fff;
-}
-.plx-tabset.plx-nav-pills .plx-nav-link:active {
- color: #fff;
- border-color: #108ee9;
- background-color: #108ee9;
-}
-.plx-tabset.plx-nav-pills .plx-nav-link.active {
- color: #fff;
- cursor: default;
- background-color: #108EE9;
- border-color: #108EE9;
-}
-.plx-tabset.plx-nav-pills .plx-nav-item:hover,
-.plx-tabset.plx-nav-pills .plx-nav-item:focus,
-.plx-tabset.plx-nav-pills .plx-nav-item:active {
- z-index: 2;
-}
-.plx-tabset.plx-nav-pills .plx-nav-item:first-child:not(:last-child) .plx-nav-link {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.plx-tabset.plx-nav-pills .plx-nav-item:not(:first-child):not(:last-child) .plx-nav-link {
- border-radius: 0;
-}
-.plx-tabset.plx-nav-pills .plx-nav-item:last-child:not(:first-child) .plx-nav-link {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.plx-tabset.plx-nav-pills .plx-nav-item + .plx-nav-item .plx-nav-link {
- margin-left: -1px;
-}
-.plx-tab-content .plx-tab-pane {
- display: none;
-}
-.plx-tab-content .plx-tab-pane.active {
- display: block;
-}
-.plx-table-wrapper {
- position: relative;
- width: 100%;
-}
-.plx-table-blur {
- opacity: .7;
- filter: blur(0.5px);
-}
-.plx-table-loading {
- position: absolute;
- width: 100%;
- height: 100%;
- opacity: 1;
- z-index: 9999;
-}
-.plx-table-loading-content {
- position: absolute;
- width: 36px;
- height: 36px;
- border: 5px solid #108EE9;
- border-right-color: transparent;
- top: calc(50% - 36px);
- left: calc(50% - 18px);
- animation: plx-table-loading-animation 1s infinite ease-in-out;
- border-radius: 50%;
-}
-.plx-table-loading-placeholder {
- position: absolute;
- top: calc(50% + 10px);
- left: calc(50% - 18px);
-}
-/* 加载中动画 */
-@-moz-keyframes plx-table-loading-animation {
- 0% {
- -moz-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@-webkit-keyframes plx-table-loading-animation {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@keyframes plx-table-loading-animation {
- 0% {
- -moz-transform: rotate(0deg);
- -ms-transform: rotate(0deg);
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-/*表格样式*/
-.plx-table {
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
- line-height: 1.5;
- color: #595959;
- border-collapse: collapse;
- width: 100%;
- display: table;
- table-layout: fixed;
- max-width: 100%;
- min-width: 100%;
- word-break: break-all;
-}
-.plx-table .plx-table-subHead th {
- background-color: #fff;
- line-height: 1;
- border-bottom: 1px solid #d9d9d9;
-}
-.plx-table tr.plx-table-hlt {
- background-color: #e2f2fc;
-}
-.plx-table tr:hover {
- background-color: #E7F4FD;
-}
-.plx-table.plx-table-normal th {
- box-sizing: border-box;
- height: 40px;
- padding: 0px 10px ;
- color: #595959;
- text-decoration: none;
- font-weight: normal;
- font-size: 14px;
- border: 1px solid #d9d9d9;
- background-color: #f5f5f5;
-}
-.plx-table.plx-table-normal td {
- border: 1px solid #d9d9d9;
- vertical-align: middle;
- height: 40px;
- padding: 2px 10px 0px 10px;
-}
-.plx-table.plx-table-large th {
- box-sizing: border-box;
- height: 50px;
- padding: 0px 10px ;
- color: #595959;
- text-decoration: none;
- font-weight: normal;
- font-size: 14px;
- border: none;
- background-color: #f5f5f5;
-}
-.plx-table.plx-table-large td {
- border-bottom: 1px solid #d9d9d9;
- vertical-align: middle;
- height: 50px;
- padding: 2px 10px 0px 10px;
-}
-.plx-table.plx-table-card th {
- box-sizing: border-box;
- height: 64px;
- padding: 0px 10px ;
- color: #595959;
- text-decoration: none;
- font-weight: normal;
- font-size: 14px;
- border: none;
- background-color: #f5f5f5;
-}
-.plx-table.plx-table-card td {
- border-bottom: 1px solid #d9d9d9;
- vertical-align: middle;
- height: 64px;
- padding: 2px 10px 0px 10px;
-}
-.plx-table.plx-table-sm th {
- box-sizing: border-box;
- height: 30px;
- padding: 0px 10px ;
- color: #595959;
- text-decoration: none;
- font-weight: normal;
- font-size: 14px;
- border: 1px solid #d9d9d9;
- background-color: #f5f5f5;
-}
-.plx-table.plx-table-sm td {
- border: 1px solid #d9d9d9;
- vertical-align: middle;
- height: 30px;
- padding: 2px 10px 0px 10px;
-}
-.plx-table tbody tr:first-child td {
- border-top: none;
-}
-.plx-table-fix {
- table-layout: fixed;
-}
-/*防止分页区域高度塌陷*/
-.plx-table-pagnation-content {
- overflow: auto;
-}
-/*搜索区域*/
-.plx-table-opretions-wrapper:after {
- content: '';
- display: block;
- clear: both;
- height: 0;
- visibility: hidden;
-}
-.plx-table-align-center {
- text-align: center;
-}
-.plx-table-align-left {
- text-align: left;
-}
-.plx-table-align-right {
- text-align: right;
-}
-.plx-table-head-checkbox label {
- margin-bottom: 0px;
- vertical-align: top;
-}
-.plx-table td.plx-table-no-data {
- height: 60px;
- text-align: center;
- font-size: 14px;
- color: #595959;
-}
-.font {
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
-}
-.text-input {
- display: inline-block;
-}
-.text-input .caret-down {
- display: block;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #9b9b9b;
- margin-top: 4px;
- margin-bottom: 10px;
-}
-.text-input .caret-down.caret-down-hover:hover,
-.text-input .caret-down.caret-down-hover:active {
- border-top: 4px solid #108EE9;
-}
-.text-input .caret-up {
- display: block;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-bottom: 4px solid #9b9b9b;
- margin-top: 10px;
-}
-.text-input .caret-up.caret-up-hover:hover,
-.text-input .caret-up.caret-up-hover:active {
- border-bottom: 4px solid #108EE9;
-}
-.text-input .toggle {
- float: right;
- margin-right: 10px;
- margin-top: 14px;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #9b9b9b;
-}
-.text-input .text-input-dataList {
- margin-top: 2px;
- position: absolute;
- z-index: 1050;
- border: 1px solid #d9d9d9;
- background: #fff;
- cursor: pointer;
- border-radius: 3px;
-}
-.text-input .text-input-dataList li {
- list-style: none;
- height: 32px;
- width: 400px;
- padding-left: 10px;
-}
-.text-input .text-input-dataList li:hover {
- background-color: #E7F4FD;
-}
-.input-span {
- display: inline-block;
- overflow: visible;
- padding: 0;
- position: relative;
-}
-.text-input-with-hint {
- margin-bottom: -8px;
-}
-:host(.ng-touched.ng-invalid.input-blur) .text-input-with-hint {
- height: auto;
- margin-bottom: 0;
-}
-.plx-text-input-unit-group,
-.plx-text-input-prefix-group {
- position: absolute;
- margin-top: 5px;
- width: 84px;
- z-index: 1050;
- border-radius: 3px;
- background: #fff;
- border: 1px solid #d9d9d9;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- cursor: pointer;
-}
-.plx-text-input-unit-group li,
-.plx-text-input-prefix-group li {
- padding-left: 10px;
- height: 32px;
- list-style: none;
- line-height: 32px;
- font-size: 14px;
-}
-.plx-text-input-unit-group li:hover,
-.plx-text-input-prefix-group li:hover {
- background-color: #E7F4FD;
-}
-.plx-text-input-unit-group li.group-selected,
-.plx-text-input-prefix-group li.group-selected,
-.plx-text-input-unit-group li.group-selected:hover,
-.plx-text-input-prefix-group li.group-selected:hover {
- background-color: #f5f5f5;
- color: #595959;
-}
-.text-input-optional {
- display: inline-block;
- margin-right: 6px;
- padding-left: 5px;
-}
-.input-right-border .plx-input {
- border-right: 1px solid #108EE9;
-}
-.input-left-border .plx-input {
- border-left: 1px solid #108EE9;
-}
-.text-input-hint {
- top: 42px;
- left: 10px;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
- color: #bfbfbf;
-}
-:host(.ng-touched.ng-invalid.input-blur) .text-input-hint {
- display: none;
-}
-.text-input-prefix {
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-weight: 400;
- font-size: 14px;
- line-height: 14px;
- color: #595959;
- display: inline-block;
- width: 70px;
- height: 32px;
- text-align: center;
- line-height: 32px;
- border-top-left-radius: 3px;
- border-bottom-left-radius: 3px;
- color: #bfbfbf;
- border: 1px solid #d9d9d9;
- border-right: 0;
- vertical-align: middle;
-}
-.short-text-input .text-input-prefix {
- width: 40px;
-}
-.input-span-focus .text-input-prefix {
- border-color: #108EE9;
-}
-.input-invalid.ng-dirty.ng-invalid.ng-touched.input-blur .text-input-prefix,
-.input-invalid.ng-dirty.ng-invalid.ng-touched.input-blur .input-span-focus:focus .text-input-prefix {
- border-color: #EA4335;
-}
-.input-unit,
-.text-input-unit-option {
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-weight: 400;
- font-size: 14px;
- line-height: 14px;
- color: #595959;
- display: inline-block;
- height: 32px;
- text-align: center;
- line-height: 32px;
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
-}
-.text-input-unit {
- border: 1px solid #d9d9d9;
- border-left: 0;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-weight: 400;
- font-size: 14px;
- line-height: 14px;
- color: #595959;
- display: inline-block;
- height: 32px;
- line-height: 32px;
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
- color: #bfbfbf;
- width: 45px;
- text-align: center;
- vertical-align: middle;
-}
-.short-text-input .text-input-unit {
- width: 40px;
-}
-.input-span-focus .text-input-unit {
- border-color: #108EE9;
-}
-.text-input-prefix-option {
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-weight: 400;
- font-size: 14px;
- line-height: 14px;
- color: #595959;
- display: inline-block;
- height: 32px;
- text-align: center;
- line-height: 32px;
- border-top-left-radius: 3px;
- border-bottom-left-radius: 3px;
- width: 84px;
- text-align: left;
- padding-left: 10px;
- cursor: pointer;
- border: 1px solid #d9d9d9;
- border-right: 0;
- vertical-align: middle;
-}
-.text-input-prefix-option.prefix-focus {
- border-color: #108EE9;
-}
-.text-input-unit-option {
- width: 84px;
- text-align: left;
- padding-left: 10px;
- cursor: pointer;
- border: 1px solid #d9d9d9;
- border-left: 0;
- vertical-align: middle;
-}
-.input-span-focus .text-input-unit-option {
- border-color: #108EE9;
-}
-.text-input-with-unitOption div.unit-focus {
- border-color: #108EE9;
-}
-.short-text-input .plx-input {
- width: 120px;
-}
-.text-input-with-unit .plx-input {
- width: 355px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-unitOption .plx-input {
- width: 316px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix .plx-input {
- width: 330px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-prefixOption .plx-input {
- width: 316px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-passwordSwith .plx-input {
- width: 360px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix.text-input-with-unit .plx-input {
- width: 285px;
-}
-.text-input-with-prefix.text-input-with-unitOption .plx-input {
- width: 246px;
-}
-.short-text-input.text-input-with-prefix .plx-input {
- width: 80px;
-}
-.short-text-input.text-input-with-unit .plx-input {
- width: 80px;
-}
-.short-text-input.text-input-with-prefix.text-input-with-unit .plx-input {
- width: 40px;
-}
-.input-spinner-up {
- cursor: pointer;
- display: block;
- font-size: 12px;
- position: absolute;
- margin: 0;
- right: 0;
- overflow: hidden;
- border: none;
- padding: 0;
- text-align: center;
- vertical-align: middle;
- width: 18px;
- top: 0;
-}
-.input-spinner-down {
- cursor: pointer;
- display: block;
- font-size: 12px;
- position: absolute;
- margin: 0;
- right: 0;
- overflow: hidden;
- border: none;
- padding: 0;
- text-align: center;
- vertical-align: middle;
- width: 18px;
- bottom: 0;
-}
-:host(.plx-input-sm) .plx-input {
- height: 28px;
- line-height: 28px;
-}
-:host(.plx-input-sm) .text-input-prefix,
-:host(.plx-input-sm) .text-input-unit,
-:host(.plx-input-sm) .text-input-unit-option,
-:host(.plx-input-sm) .text-input-prefix-option {
- height: 28px;
- line-height: 28px;
-}
-:host(.plx-input-sm) div.text-input-dataList {
- height: 28px;
-}
-:host(.plx-input-sm) .toggle {
- margin-top: 11px;
-}
-:host(.plx-input-sm) .caret-down {
- margin-bottom: 8px;
-}
-:host(.plx-input-sm) .caret-up {
- margin-top: 8px;
-}
-:host(.plx-input-sm) .plx-input-passwordSwitch {
- line-height: 26px;
-}
-.plx-input-sm .plx-input {
- height: 28px;
- line-height: 28px;
-}
-.plx-input-sm .text-input-prefix,
-.plx-input-sm .text-input-unit,
-.plx-input-sm .text-input-unit-option,
-.plx-input-sm .text-input-prefix-option {
- height: 28px;
- line-height: 28px;
-}
-.plx-input-sm div.text-input-dataList {
- height: 28px;
-}
-.plx-input-sm .toggle {
- margin-top: 11px;
-}
-.plx-input-sm .caret-down {
- margin-bottom: 8px;
-}
-.plx-input-sm .caret-up {
- margin-top: 8px;
-}
-.plx-input-sm .plx-input-passwordSwitch {
- line-height: 26px;
-}
-.plx-input-sm-common .plx-input {
- height: 28px;
- line-height: 28px;
-}
-.plx-input-sm-common .text-input-prefix,
-.plx-input-sm-common .text-input-unit,
-.plx-input-sm-common .text-input-unit-option,
-.plx-input-sm-common .text-input-prefix-option {
- height: 28px;
- line-height: 28px;
-}
-.plx-input-sm-common div.text-input-dataList {
- height: 28px;
-}
-.plx-input-sm-common .toggle {
- margin-top: 11px;
-}
-.plx-input-sm-common .caret-down {
- margin-bottom: 8px;
-}
-.plx-input-sm-common .caret-up {
- margin-top: 8px;
-}
-.plx-input-sm-common .plx-input-passwordSwitch {
- line-height: 26px;
-}
-.plx-input-passwordSwitch {
- display: inline-block;
- line-height: 30px;
- width: 40px;
- text-align: center;
- vertical-align: middle;
- background-color: #fff;
- border: 1px solid #d9d9d9;
- border-left: 0;
- border-bottom-right-radius: 3px;
- border-top-right-radius: 3px;
- cursor: pointer;
-}
-.plx-input-passwordSwitch:focus,
-.plx-input-passwordSwitch:hover {
- border-color: #108ee9;
- background-color: #fff;
-}
-.plx-input-passwordSwitch:focus.ict-eye-closed,
-.plx-input-passwordSwitch:hover.ict-eye-closed,
-.plx-input-passwordSwitch:focus.ict-eye,
-.plx-input-passwordSwitch:hover.ict-eye {
- color: #108ee9;
-}
-.plx-input-passwordSwitch:active {
- background-color: #108ee9;
- border-color: #108ee9;
-}
-.plx-input-passwordSwitch:active.ict-eye-closed,
-.plx-input-passwordSwitch:active.ict-eye {
- color: #fff;
-}
-.plx-input-passwordSwitch.ict-eye-closed,
-.plx-input-passwordSwitch.ict-eye {
- color: #8e8e8e;
- font-size: 16px;
-}
-.input-right-border-pwdswith-hover .plx-input {
- border-right-color: #108ee9;
-}
-.input-right-border-pwdswith-click .plx-input {
- border-right-color: #108ee9;
-}
-.plx-text-input-ip-dot {
- display: inline-block;
- vertical-align: bottom;
- color: #999;
-}
-.plx-text-input-error {
- font-size: 12px;
- color: #EA4335;
- margin-top: 5px;
-}
-:host(.plx-text-input-ip-invalid) .plx-input {
- border-color: #EA4335;
-}
-:host(.plx-text-input-ip-invalid) .input-span-focus .plx-input {
- border-color: #108EE9;
-}
-.plx-text-input-ip-invalid .plx-input {
- border-color: #EA4335;
-}
-.plx-text-input-ip-invalid .input-span-focus .plx-input {
- border-color: #108EE9;
-}
-.plx-text-input-ip-invalid-common .plx-input {
- border-color: #EA4335;
-}
-.plx-text-input-ip-invalid-common .input-span-focus .plx-input {
- border-color: #108EE9;
-}
-.plx-textarea-container {
- display: inline-block;
-}
-.plx-textarea-class {
- width: 100%;
- font-size: 14px;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- line-height: 1.5;
- resize: none;
- padding: 7px;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- box-shadow: none;
- outline: none;
- overflow-y: auto;
-}
-.plx-textarea-class:focus {
- border-color: #108EE9;
-}
-.plx-textarea-class::-webkit-input-placeholder {
- text-shadow: none;
- -webkit-text-fill-color: initial;
-}
-.plx-align-tip {
- vertical-align: top;
- font-size: 14px;
- font-weight: normal;
- color: #bfbfbf;
-}
-.plx-align-number {
- font-size: 14px;
- font-weight: normal;
- line-height: 1;
- text-align: right;
- width: 100%;
- color: #bfbfbf;
- margin-top: -3px;
-}
-.plx-toggle-switch {
- display: inline-block;
- height: 22px;
- width: 44px;
- position: relative;
- vertical-align: middle;
- text-align: left;
- font-size: 0;
-}
-.plx-toggle-switch input[type='checkbox'] {
- display: none;
- -webkit-appearance: none;
- -moz-appearance: none;
- -ms-progress-appearance: none;
-}
-.plx-toggle-switch input[type='checkbox'] + label {
- display: inline-block;
- height: 22px;
- position: relative;
- cursor: pointer;
-}
-.plx-toggle-switch input[type='checkbox'] + label::before {
- position: absolute;
- display: inline-block;
- content: '';
- height: 22px;
- width: 44px;
- border-radius: 11px;
- transition: 0.15s ease-in;
- transition-property: background-color;
- background-color: #DDDDDD;
-}
-.plx-toggle-switch input[type='checkbox'] + label::after {
- position: absolute;
- display: inline-block;
- content: '';
- height: 18px;
- width: 18px;
- border-radius: 50%;
- top: 2px;
- left: 2px;
- transition: left 0.15s ease-in;
- background-color: #fff;
-}
-.plx-toggle-switch input[type='checkbox']:checked + label::before {
- background-color: #108EE9;
- transition: background-color 0.15s ease-in;
-}
-.plx-toggle-switch input[type='checkbox']:checked + label::after {
- left: 24px;
- transition: left 0.15s ease-in;
-}
-.plx-toggle-switch input[type='checkbox']:disabled + label,
-.plx-toggle-switch input[type='checkbox']:checked:disabled + label {
- cursor: not-allowed;
-}
-.plx-toggle-switch input[type='checkbox']:disabled + label::before,
-.plx-toggle-switch input[type='checkbox']:checked:disabled + label::before {
- opacity: 0.5;
-}
-:host(.plx-toggle-sm) .plx-toggle-switch {
- height: 18px;
- width: 34px;
-}
-:host(.plx-toggle-sm) .plx-toggle-switch input[type='checkbox'] + label {
- height: 18px;
-}
-:host(.plx-toggle-sm) .plx-toggle-switch input[type='checkbox'] + label::before {
- height: 18px;
- width: 34px;
- border-radius: 9px;
-}
-:host(.plx-toggle-sm) .plx-toggle-switch input[type='checkbox'] + label::after {
- height: 14px;
- width: 14px;
-}
-:host(.plx-toggle-sm) .plx-toggle-switch input[type='checkbox']:checked + label::after {
- left: 18px;
- transition: left 0.15s ease-in;
-}
-.plx-toggle-sm .plx-toggle-switch {
- height: 18px;
- width: 34px;
-}
-.plx-toggle-sm .plx-toggle-switch input[type='checkbox'] + label {
- height: 18px;
-}
-.plx-toggle-sm .plx-toggle-switch input[type='checkbox'] + label::before {
- height: 18px;
- width: 34px;
- border-radius: 9px;
-}
-.plx-toggle-sm .plx-toggle-switch input[type='checkbox'] + label::after {
- height: 14px;
- width: 14px;
-}
-.plx-toggle-sm .plx-toggle-switch input[type='checkbox']:checked + label::after {
- left: 18px;
- transition: left 0.15s ease-in;
-}
-.plx-toggle-sm-switch-common {
- height: 18px;
- width: 34px;
-}
-.plx-toggle-sm-switch-common input[type='checkbox'] + label {
- height: 18px;
-}
-.plx-toggle-sm-switch-common input[type='checkbox'] + label::before {
- height: 18px;
- width: 34px;
- border-radius: 9px;
-}
-.plx-toggle-sm-switch-common input[type='checkbox'] + label::after {
- height: 14px;
- width: 14px;
-}
-.plx-toggle-sm-switch-common input[type='checkbox']:checked + label::after {
- left: 18px;
- transition: left 0.15s ease-in;
-}
-.toolbar i.seperate-vertical {
- margin-right: 10px;
- margin-left: 0;
- border-right: 1px solid #e9e9e9;
-}
-.toolbar span {
- color: #595959;
- cursor: pointer;
- margin-right: 10px;
- font-size: 16px;
- display: inline-block;
- width: 28px;
- height: 28px;
- border: 1px solid transparent;
- padding: 5px;
-}
-.toolbar span:hover {
- background-color: #E7F4FD;
- border-radius: 2px;
-}
-.toolbar span:last-child {
- margin-right: 0px;
-}
-.plx-tooltip {
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
- opacity: 1;
- position: absolute;
- z-index: 10001;
- display: block;
- font-style: normal;
- font-weight: normal;
- letter-spacing: normal;
- line-break: auto;
- line-height: 1.5;
- text-align: left;
- text-decoration: none;
- text-shadow: none;
- text-transform: none;
- white-space: normal;
- word-break: normal;
- word-spacing: normal;
- word-wrap: break-word;
-}
-.plx-tooltip::before,
-.plx-tooltip::after {
- content: "";
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border: solid transparent;
-}
-.plx-tooltip::before {
- border-width: 5px;
-}
-.plx-tooltip::after {
- border-width: 4px;
-}
-.plx-tooltip-inner {
- min-width: 60px;
- max-width: 200px;
- padding: 3px 8px;
- color: #fff;
- text-align: center;
- background-color: #000;
-}
-.plx-tooltip.show {
- font-size: 14px;
- opacity: 1;
-}
-.plx-tooltip.show .plx-tooltip-inner {
- background-color: #595959;
- border-radius: 3px;
- padding: 0px 12px;
- height: 30px;
- line-height: 30px;
-}
-.plx-tooltip-top-common {
- margin-top: -7px;
-}
-.plx-tooltip-top-common::before {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -5px;
-}
-.plx-tooltip-top-common::after {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -4px;
-}
-.plx-tooltip-top {
- margin-top: -7px;
-}
-.plx-tooltip-top::before {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -5px;
-}
-.plx-tooltip-top::after {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -4px;
-}
-.plx-tooltip-top::before {
- left: 50%;
- margin-left: -5px;
-}
-.plx-tooltip-top::after {
- left: 50%;
- margin-left: -4px;
-}
-.plx-tooltip.plx-tooltip-top-left {
- margin-top: -7px;
-}
-.plx-tooltip.plx-tooltip-top-left::before {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -5px;
-}
-.plx-tooltip.plx-tooltip-top-left::after {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -4px;
-}
-.plx-tooltip.plx-tooltip-top-left::before {
- left: 5px;
-}
-.plx-tooltip.plx-tooltip-top-left::after {
- left: 6px;
-}
-.plx-tooltip.plx-tooltip-top-right {
- margin-top: -7px;
-}
-.plx-tooltip.plx-tooltip-top-right::before {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -5px;
-}
-.plx-tooltip.plx-tooltip-top-right::after {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -4px;
-}
-.plx-tooltip.plx-tooltip-top-right::before {
- right: 5px;
-}
-.plx-tooltip.plx-tooltip-top-right::after {
- right: 6px;
-}
-.plx-tooltip-right-common {
- margin-left: 7px;
-}
-.plx-tooltip-right-common::before {
- border-right-color: #595959;
- border-left-width: 0;
- left: -5px;
-}
-.plx-tooltip-right-common::after {
- border-right-color: #595959;
- border-left-width: 0;
- left: -4px;
-}
-.plx-tooltip.plx-tooltip-right {
- margin-left: 7px;
-}
-.plx-tooltip.plx-tooltip-right::before {
- border-right-color: #595959;
- border-left-width: 0;
- left: -5px;
-}
-.plx-tooltip.plx-tooltip-right::after {
- border-right-color: #595959;
- border-left-width: 0;
- left: -4px;
-}
-.plx-tooltip.plx-tooltip-right::before {
- top: 50%;
- margin-top: -5px;
-}
-.plx-tooltip.plx-tooltip-right::after {
- top: 50%;
- margin-top: -4px;
-}
-.plx-tooltip.plx-tooltip-right-top {
- margin-left: 7px;
-}
-.plx-tooltip.plx-tooltip-right-top::before {
- border-right-color: #595959;
- border-left-width: 0;
- left: -5px;
-}
-.plx-tooltip.plx-tooltip-right-top::after {
- border-right-color: #595959;
- border-left-width: 0;
- left: -4px;
-}
-.plx-tooltip.plx-tooltip-right-top::before {
- top: 5px;
-}
-.plx-tooltip.plx-tooltip-right-top::after {
- top: 6px;
-}
-.plx-tooltip.plx-tooltip-right-bottom {
- margin-left: 7px;
-}
-.plx-tooltip.plx-tooltip-right-bottom::before {
- border-right-color: #595959;
- border-left-width: 0;
- left: -5px;
-}
-.plx-tooltip.plx-tooltip-right-bottom::after {
- border-right-color: #595959;
- border-left-width: 0;
- left: -4px;
-}
-.plx-tooltip.plx-tooltip-right-bottom::before {
- bottom: 5px;
-}
-.plx-tooltip.plx-tooltip-right-bottom::after {
- bottom: 6px;
-}
-.plx-tooltip-bottom-common {
- margin-top: 7px;
-}
-.plx-tooltip-bottom-common::before {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -5px;
-}
-.plx-tooltip-bottom-common::after {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -4px;
-}
-.plx-tooltip.plx-tooltip-bottom {
- margin-top: 7px;
-}
-.plx-tooltip.plx-tooltip-bottom::before {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -5px;
-}
-.plx-tooltip.plx-tooltip-bottom::after {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -4px;
-}
-.plx-tooltip.plx-tooltip-bottom::before {
- left: 50%;
- margin-left: -5px;
-}
-.plx-tooltip.plx-tooltip-bottom::after {
- left: 50%;
- margin-left: -4px;
-}
-.plx-tooltip.plx-tooltip-bottom-left {
- margin-top: 7px;
-}
-.plx-tooltip.plx-tooltip-bottom-left::before {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -5px;
-}
-.plx-tooltip.plx-tooltip-bottom-left::after {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -4px;
-}
-.plx-tooltip.plx-tooltip-bottom-left::before {
- left: 5px;
-}
-.plx-tooltip.plx-tooltip-bottom-left::after {
- left: 6px;
-}
-.plx-tooltip.plx-tooltip-bottom-right {
- margin-top: 7px;
-}
-.plx-tooltip.plx-tooltip-bottom-right::before {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -5px;
-}
-.plx-tooltip.plx-tooltip-bottom-right::after {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -4px;
-}
-.plx-tooltip.plx-tooltip-bottom-right::before {
- right: 5px;
-}
-.plx-tooltip.plx-tooltip-bottom-right::after {
- right: 6px;
-}
-.plx-tooltip-left-common {
- margin-left: -7px;
-}
-.plx-tooltip-left-common::before {
- border-left-color: #595959;
- border-right-width: 0;
- right: -5px;
-}
-.plx-tooltip-left-common::after {
- border-left-color: #595959;
- border-right-width: 0;
- right: -4px;
-}
-.plx-tooltip.plx-tooltip-left {
- margin-left: -7px;
-}
-.plx-tooltip.plx-tooltip-left::before {
- border-left-color: #595959;
- border-right-width: 0;
- right: -5px;
-}
-.plx-tooltip.plx-tooltip-left::after {
- border-left-color: #595959;
- border-right-width: 0;
- right: -4px;
-}
-.plx-tooltip.plx-tooltip-left::before {
- top: 50%;
- margin-top: -5px;
-}
-.plx-tooltip.plx-tooltip-left::after {
- top: 50%;
- margin-top: -4px;
-}
-.plx-tooltip.plx-tooltip-left-top {
- margin-left: -7px;
-}
-.plx-tooltip.plx-tooltip-left-top::before {
- border-left-color: #595959;
- border-right-width: 0;
- right: -5px;
-}
-.plx-tooltip.plx-tooltip-left-top::after {
- border-left-color: #595959;
- border-right-width: 0;
- right: -4px;
-}
-.plx-tooltip.plx-tooltip-left-top::before {
- top: 5px;
-}
-.plx-tooltip.plx-tooltip-left-top::after {
- top: 6px;
-}
-.plx-tooltip.plx-tooltip-left-bottom {
- margin-left: -7px;
-}
-.plx-tooltip.plx-tooltip-left-bottom::before {
- border-left-color: #595959;
- border-right-width: 0;
- right: -5px;
-}
-.plx-tooltip.plx-tooltip-left-bottom::after {
- border-left-color: #595959;
- border-right-width: 0;
- right: -4px;
-}
-.plx-tooltip.plx-tooltip-left-bottom::before {
- bottom: 5px;
-}
-.plx-tooltip.plx-tooltip-left-bottom::after {
- bottom: 6px;
-}
-.plx-checkbox-container {
- font-size: 0;
- position: relative;
-}
-.plx-checkbox {
- position: absolute;
- z-index: -1;
- opacity: 0;
-}
-.plx-checkbox + .checkbox-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: 16px;
- width: 16px;
- border: 1px solid #d9d9d9;
- border-radius: 2px;
- vertical-align: middle;
-}
-.plx-checkbox + .checkbox-substitute + span {
- font-weight: normal;
- font-size: 14px;
- cursor: pointer;
- vertical-align: middle;
- padding-left: 10px;
-}
-.plx-checkbox:hover + .checkbox-substitute {
- border-color: #108EE9;
- outline: none;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-checkbox:checked + .checkbox-substitute {
- border-color: #108EE9;
- background-color: #108EE9;
-}
-.plx-checkbox:checked + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #fff;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 4px;
- top: 0;
-}
-.plx-checkbox:checked.portion + .checkbox-substitute {
- background-color: #108EE9;
- border-color: #108EE9;
- opacity: 0.5;
-}
-.plx-checkbox:disabled + .checkbox-substitute,
-.plx-checkbox[disabled] + .checkbox-substitute {
- border-color: #d9d9d9;
- background-color: #f5f5f5;
- cursor: not-allowed;
-}
-.plx-checkbox:disabled + .checkbox-substitute + span,
-.plx-checkbox[disabled] + .checkbox-substitute + span {
- cursor: not-allowed;
-}
-.plx-checkbox:checked.portion[disabled] + .checkbox-substitute {
- background-color: #d9d9d9;
- border-color: #d9d9d9;
-}
-.plx-checkbox:checked.portion[disabled] + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #8e8e8e;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 4px;
- top: 0;
-}
-.plx-checkbox:checked[disabled] + .checkbox-substitute {
- border-color: #d9d9d9;
- background-color: #d9d9d9;
-}
-.plx-treenode {
- cursor: pointer;
- background-attachment: scroll;
- background-color: transparent;
- background-image: none;
- background-position: 0 0;
- background-repeat: repeat-y;
- list-style: none outside none;
- margin: 0;
- padding: 0;
- white-space: nowrap;
- font-size: 14px;
-}
-.plx-treenode .plx-treenode-content {
- margin-top: 10px;
-}
-.plx-treenode .plx-treenode-content.light {
- margin-top: 15px;
-}
-.plx-treenode ul.plx-treenode-children {
- display: block;
- -webkit-padding-start: 21px;
-}
-.plx-treenode-toggler {
- font-size: 16px;
- color: #108EE9;
- display: inline-block;
- margin-right: 7px;
- margin-top: 2px;
- vertical-align: bottom;
- float: left;
-}
-.plx-treenode-ckbox {
- float: left;
- margin-right: 10px;
- margin-top: 2px;
-}
-.plx-treenode-icon {
- color: #8e8e8e;
- margin-right: 10px;
- float: left;
- font-size: 16px;
- vertical-align: bottom;
- margin-top: 2px;
-}
-.plx-treenode-label-container {
- overflow: visible;
-}
-.plx-treenode-label-container.plx-treenode-label-ellipsis {
- overflow: hidden;
-}
-.plx-treenode-label-container:hover {
- background-color: #E7F4FD;
-}
-.plx-treenode-active > div .plx-treenode-label-container {
- background-color: #def0fc;
-}
-.plx-treenode-active > div .plx-treenode-label-container:hover {
- background-color: #E7F4FD;
-}
-.plx-treenode-label-container span:last-child {
- margin-right: 5px;
-}
-.plx-treenode-lable {
- display: inline-block;
- vertical-align: 0;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- color: #595959;
-}
-.plx-treenode-lable span {
- display: inline-block;
- overflow: hidden;
- max-width: 100%;
- text-overflow: ellipsis;
- white-space: nowrap;
- vertical-align: bottom;
-}
-.plx-treenode-operations {
- margin-left: 20px;
- display: none;
- vertical-align: bottom;
- width: fit-content;
- line-height: 1;
- margin-bottom: 2px;
-}
-.plx-treenode-operation {
- display: inline-block;
- margin-right: 10px;
- color: #8e8e8e;
- font-size: 16px;
- vertical-align: text-bottom;
-}
-.plx-treenode-operation:hover {
- color: #108EE9;
-}
-.plx-treenode-label-container:hover .plx-treenode-operations {
- display: inline-block;
-}
-*:focus {
- outline: none;
- box-shadow: none !important;
-}
-input[type="checkbox"]:focus {
- border: 0 !important;
-}
-.plx-treenode-hide-tree-toggle {
- visibility: hidden;
-}
-.plx-treenode-droppoint {
- height: 4px;
- list-style-type: none;
-}
-.plx-treenode-droppoint-active {
- background-color: #186ba0;
- border: 0 none;
-}
-.upload-wrapper {
- font-size: 14px;
- position: relative;
- display: inline-block;
-}
-.upload-wrapper .item-text {
- max-width: 280px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: inline-block;
- margin-bottom: 2px;
- font-size: 14px;
-}
-.upload-wrapper .item-text.no-progressbar {
- vertical-align: middle;
-}
-.upload-wrapper .plx-upload-progressbar {
- margin-top: -13px;
-}
-.upload-wrapper .list-group-item {
- border: 0;
- padding: 0;
-}
-.upload-wrapper .list-group-item .item {
- width: 335px;
- padding: 0 0 5px 0px;
-}
-.upload-wrapper .list-group-item .item .item-text-wrapper {
- position: relative;
- display: inline-block;
- width: 100%;
- box-sizing: border-box;
- height: 40px;
- padding: 2px 3px 2px 10px;
- border: 1px solid transparent;
-}
-.upload-wrapper .list-group-item .item .item-text-wrapper .text-red {
- color: #EA4335 !important;
-}
-.upload-wrapper .list-group-item .item .item-text-wrapper:hover {
- background-color: #E7F4FD;
- cursor: default;
-}
-.upload-wrapper .list-group-item .item .item-text-wrapper:hover .plx-ico-close-16 {
- display: block;
- transform: scale(0.8);
-}
-.upload-wrapper .list-group-item .item .item-text-wrapper.no-progressbar {
- height: 28px;
-}
-.upload-wrapper .list-group-item .item .item-delete {
- height: 14px;
- width: 16px;
- text-align: center;
- line-height: 14px;
- position: absolute;
- right: 2%;
- color: #999999;
- display: none;
- top: 3px;
-}
-.upload-wrapper .list-group-item .item .item-delete:hover {
- cursor: pointer;
- color: #666666;
-}
-.upload-wrapper .list-group-item .item .item-delete.no-progressbar {
- top: 6px;
-}
-.upload-wrapper .plx-ico-close-16 {
- font-size: 16px;
- float: right;
- cursor: pointer;
-}
-.upload-wrapper ul.list-group {
- margin-top: 15px;
-}
-.upload-wrapper .url-form-control {
- display: inline-block;
-}
-.upload-wrapper .item-detail {
- color: #aaa;
- position: relative;
- padding: 0 10px;
- font-size: 12px;
-}
-.upload-wrapper .item-detail div {
- margin: 0px 0px 15px 0;
-}
-.upload-wrapper .item-detail .detail {
- margin: 5px 0 10px 0;
-}
-.upload-wrapper .item-detail-des {
- display: inline-block;
- width: 170px;
- word-wrap: break-word;
- margin-left: 15px;
- vertical-align: top;
-}
-.upload-wrapper .item-detail-time {
- display: inline-block;
- width: 119px;
- word-break: break-all;
- vertical-align: top;
-}
-.upload-wrapper .selectFile {
- display: inline-block;
- min-width: 50px;
- margin-right: 10px;
- text-align: right;
-}
-.upload-wrapper label.raw-container {
- margin: 0 10px;
-}
-.upload-wrapper .item-lists {
- font-size: 14px;
-}
-.upload-wrapper .list-container {
- padding-right: 15px;
-}
-.upload-wrapper .list-container.plx-upload-Manual-showdetail {
- margin-left: -22px;
-}
-.upload-wrapper .list-container.plx-upload-auto-showdetail {
- margin-left: -10px;
-}
-.upload-wrapper .list-footer .upload-btn {
- margin-top: 10px;
-}
-.upload-wrapper .upload-btn {
- display: inline-block;
-}
-.upload-wrapper .loader-container {
- position: absolute;
- display: inline-block;
- top: 8px;
- left: 12px;
-}
-.upload-wrapper .list-group-item-pdleft-s {
- padding: 0px 0px 0px 12px;
-}
-.upload-wrapper .list-group-item-pdleft {
- padding: 0px 0px 0px 12px !important;
-}
-.upload-wrapper .upload-btn-wrapper {
- display: inline-block;
-}
-.upload-wrapper .plx-red.left {
- margin-left: 75px;
-}
-.upload-wrapper .expand-wrapper {
- position: absolute;
- left: 20px;
- top: 4px;
- display: inline-block;
- font-size: 14px;
-}
-.upload-wrapper .expand-wrapper.open .ict-go {
- display: none;
-}
-.upload-wrapper .expand-wrapper.open .ict-fold {
- display: block;
-}
-.upload-wrapper .expand-wrapper i {
- height: 18px;
- width: 20px;
- text-align: left;
- line-height: 19px;
- cursor: pointer;
-}
-.upload-wrapper .ict-fold {
- display: none;
- color: #108EE9;
- font-weight: bold;
- transform: scale(0.7);
-}
-.upload-wrapper .ict-go {
- display: block;
- color: #108EE9;
- font-weight: bold;
- transform: scale(0.7);
-}
-.upload-wrapper .no-customparm-extend-wrapper {
- left: -2px !important;
-}
-/* loding动画效果*/
-.upload-wrapper .loader {
- font-size: 14px;
- width: 14px;
- height: 14px;
- display: inline-block;
- border-radius: 50%;
- background: #108EE9;
- background: -moz-linear-gradient(left, #108EE9 10%, rgba(255, 255, 255, 0) 85%);
- background: -webkit-linear-gradient(left, #108EE9 10%, rgba(255, 255, 255, 0) 85%);
- background: -o-linear-gradient(left, #108EE9 10%, rgba(255, 255, 255, 0) 85%);
- background: -ms-linear-gradient(left, #108EE9 10%, rgba(255, 255, 255, 0) 85%);
- background: linear-gradient(to right, #108EE9 10%, rgba(255, 255, 255, 0) 85%);
- position: relative;
- -webkit-animation: load3 1.4s infinite linear;
- animation: load3 1.4s infinite linear;
-}
-.upload-wrapper .loader:before {
- width: 50%;
- height: 50%;
- background: #108EE9;
- border-radius: 100% 0 0 0;
- position: absolute;
- top: 0;
- left: 0;
- content: '';
-}
-.upload-wrapper .loader:after {
- background: #fff;
- width: 75%;
- height: 75%;
- border-radius: 50%;
- content: '';
- margin: auto;
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
-}
-@-webkit-keyframes load3 {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@keyframes load3 {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-.plx-table-customCols {
- height: 40px;
- float: right;
-}
-.plx-table-customCols-toggle {
- display: inline-block;
- border-radius: 3px;
- width: 30px;
- height: 23px;
- border: 1px solid #d9d9d9;
- vertical-align: top;
- text-align: center;
- padding-top: 7px;
- margin-left: 6px;
- cursor: pointer;
- box-sizing: content-box;
-}
-.plx-table-customCols-toggle .ict-col:before {
- vertical-align: top;
-}
-.plx-table-customCols-toggle:hover {
- background-color: #fff;
-}
-.plx-table-customCols-toggle:active {
- background-color: #108ee9;
-}
-.toggle-icon {
- display: inline-block;
- height: 14px;
- border-right: 1px solid #595959;
- vertical-align: top;
- padding-left: 4px;
-}
-.toggle-icon:first-child {
- padding-left: 0;
-}
-.plx-table-customCols-pannel {
- margin-top: 5px;
- margin-right: 5px;
- border: 1px solid #d9d9d9;
- background-color: #fff;
- z-index: 1010;
- position: absolute;
- right: 0px;
- border-radius: 5px;
- font-size: 14px;
- color: #595959;
- overflow: auto;
- min-width: 300px;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-table-customCols-pannel .plx-table-customCols-toolbar {
- display: flex;
- justify-content: space-between;
- padding: 16px;
-}
-.plx-table-customCols-pannel .plx-table-customCols-toolbar .plx-table-filter-wrapper {
- display: flex;
- flex: auto;
-}
-.plx-table-customCols-pannel .plx-table-customCols-toolbar .plx-table-filter-wrapper input {
- border-radius: 3px;
- flex: auto;
- padding-left: 28px;
- border: 1px solid #d9d9d9;
-}
-.plx-table-customCols-pannel .plx-table-customCols-toolbar .plx-table-filter-wrapper input:focus {
- border: 1px solid #108EE9;
- outline: none;
-}
-.plx-table-customCols-pannel .plx-table-customCols-toolbar .plx-table-filter-wrapper span {
- color: #bfbfbf;
- line-height: 28px;
- position: relative;
- left: 20px;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items {
- cursor: pointer;
- border-bottom: 1px solid #e9e9e9;
- border-top: 1px solid #e9e9e9;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items > div:hover {
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-table-customCols-pannel .plx-table-customCols-items label {
- margin-bottom: 0px;
- vertical-align: -moz-middle-with-baseline;
- vertical-align: -webkit-baseline-middle;
- vertical-align: 25%;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-item > span {
- padding: 0px 6px;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-operations {
- visibility: hidden;
- float: right;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-operations div {
- box-sizing: content-box;
- padding: 0px 8px;
- display: inline-block;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .heighLight {
- background-color: #e2f2fc;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .heighLight .plx-table-customCols-operations .plx-table-goup-show {
- visibility: visible;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .heighLight .plx-table-customCols-operations .plx-table-godown-show {
- visibility: visible;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .heighLight .plx-table-customCols-operations span {
- color: #108EE9;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .dragging {
- box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .dragEnter {
- background-color: #00abff;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-dropArea {
- height: 10px;
- border-bottom: 1px solid #e9e9e9;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-dropArea-before {
- height: 10px;
- border-bottom: none;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items > div:last-child .plx-table-customCols-dropArea {
- border-bottom: none;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-item {
- line-height: 20px;
- height: 20px;
- padding: 0px 16px;
-}
-.plx-table-customCols-pannel .plx-table-customCols-confirm {
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 16px 16px;
-}
-.plx-table-col-filter {
- border: 1px solid #d9d9d9;
- margin: 5px;
- box-sizing: border-box;
- height: 30px;
-}
-.plx-table-col-filter input {
- width: calc(100% - 25px);
- line-height: normal;
- font-weight: normal;
- border: none;
- height: 26px;
- font-size: 14px;
- box-sizing: border-box;
-}
-.plx-table-col-filter input:focus {
- outline: none;
-}
-.plx-table-col-filter .filterIcon {
- /*position: absolute;*/
- top: 6px;
- left: 3px;
- fill: #dedede;
- width: 14px;
-}
-.plx-filter-focused {
- outline: none;
- border: 1px solid #108EE9;
-}
-.plx-table-col-icon-wrapper {
- padding-left: 5px;
- display: inline-block;
- line-height: 30px;
-}
-.plx-table-col-icon-wrapper span {
- vertical-align: sub;
-}
-::-webkit-input-placeholder {
- /* WebKit browsers */
- color: #c1c1c1;
-}
-:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #c1c1c1;
-}
-::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #c1c1c1;
-}
-:-ms-input-placeholder {
- /* Internet Explorer 10+ */
- color: #c1c1c1;
-}
-.plx-table-selectFilter-wrapper {
- display: inline-block;
- vertical-align: middle;
- height: 28px;
- cursor: pointer;
- /*此处 若不为absolute则被td遮挡*/
- position: absolute;
-}
-.plx-table-selectFilter-icon {
- vertical-align: middle;
- height: 28px;
- fill: #8e8e8e;
-}
-.icon-selectFilter-activtied {
- fill: #108EE9;
-}
-.plx-table-selectFilter-panel {
- margin-top: -5px;
- border: 1px solid #d9d9d9;
- background-color: #fff;
- padding: 10px;
- right: 0px;
- border-radius: 5px;
- /*此处若为absolute则文本要换行,恩,玄学*/
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-table-selectFilter-panel span {
- vertical-align: -25%;
- font-size: 14px;
-}
-.plx-table-selectFilter-panel label {
- line-height: normal;
-}
-.plx-table-selectFilter-panel div {
- line-height: normal;
-}
-.plx-table-filter {
- height: 40px;
- float: right;
-}
-.plx-table-filter input {
- border-radius: 3px;
- line-height: normal;
- padding: 0px 6px;
- font-weight: normal;
- border: 1px solid #d9d9d9;
- margin-bottom: 10px;
- height: 32px;
- width: 200px;
- box-sizing: border-box;
- font-size: 14px;
- color: #595959;
-}
-.plx-table-filter input:focus {
- outline: none;
- border: 1px solid #108EE9;
-}
-.plx-table-filterToggle {
- display: inline-block;
- width: 30px;
- height: 30px;
- border-radius: 3px;
- border: 1px solid #d9d9d9;
- vertical-align: top;
- text-align: center;
- margin-left: 6px;
- cursor: pointer;
- box-sizing: content-box;
-}
-.plx-table-filterToggle.ict-filter:before {
- line-height: 30px;
-}
-.plx-table-filterToggle.ict-filter-f:before {
- line-height: 30px;
- color: #108EE9;
-}
-.plx-table-filter-icon-wrapper {
- vertical-align: middle;
- display: inline-block;
- padding-top: 5px;
-}
-.plx-table-filterIcon {
- fill: #595959;
-}
-.plx-table-pagination {
- float: right;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
- color: #595959;
- margin-top: 10px;
- margin-bottom: 10px;
-}
-.plx-table-pagination-content {
- display: inline-block;
- text-decoration: none;
-}
-.plx-table-pagination-item {
- list-style-type: none;
- display: inline-block;
-}
-.plx-table-pagination-item span {
- vertical-align: middle;
-}
-.plx-table-pagination-item select {
- vertical-align: middle;
- height: 26px;
- width: 45px;
- border: 1px solid #d9d9d9;
-}
-.plx-table-pagination-input {
- padding: 1px;
- height: 26px;
- width: 45px;
- margin-left: 1px;
- margin-right: 1px;
- font-size: 12px;
- color: #595959;
- box-sizing: border-box;
- border: 1px solid #d9d9d9;
- text-align: center;
- vertical-align: middle;
-}
-.plx-table-pagination-nav {
- display: inline-block;
- height: 26px;
- border: 1px solid #d9d9d9;
- font-size: 14px;
- text-decoration: none;
- color: #595959;
- padding-left: 6px;
- padding-right: 6px;
- cursor: pointer;
- text-align: center;
- vertical-align: middle;
- box-sizing: border-box;
-}
-a:not([href]):not([tabindex]).plx-table-pagination-disabled {
- color: #bfbfbf;
- cursor: not-allowed;
-}
-.plx-table-dropdown-wrapper {
- cursor: pointer;
-}
-.plx-table-dropdown-icon-shared {
- font-size: 20px;
- line-height: 2.2 !important;
- cursor: pointer;
-}
-.plx-table-dropdown-icon-polyline-shared {
- height: 16px;
- width: 16px;
- stroke: #00abff ;
-}
-.ict-down,
-.ict-up {
- font-size: 20px;
- line-height: 2.2 !important;
- cursor: pointer;
-}
-.ict-down polyline,
-.ict-up polyline {
- height: 16px;
- width: 16px;
- stroke: #00abff ;
-}
-.ict-down polyline:hover,
-.ict-up polyline:hover {
- stroke: #2d91c4;
-}
-.plx-table-innerTr {
- border: 1px solid #d9d9d9;
-}
-.plx-table-innerTr #plx-table-innerTd {
- padding: 0px;
-}
-.plx-table-innerTable {
- width: 100%;
-}
-.plx-table-innerTable tr {
- color: #595959;
- font-size: 14px;
-}
-.plx-table-innerTable tr td#plx-inner-table-title,
-.plx-table-innerTable tr td#plx-inner-table-content {
- padding: 8px;
- height: 40px;
- border: none;
- border-bottom: 1px solid #d9d9d9;
-}
-.plx-table-innerTable tr td:first-child {
- text-align: right;
-}
-.plx-table-innerTable tr td:last-child {
- text-align: left;
-}
-.plx-table-innerTable tr:last-child td#plx-inner-table-title,
-.plx-table-innerTable tr:last-child td#plx-inner-table-content {
- border-bottom: none;
-}
-/* 排序图标 */
-.plx-table-sort-icon-shared {
- display: block;
- cursor: pointer;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- margin-bottom: 2px;
-}
-.plx-table-sortIconWrapper {
- display: inline-block;
- vertical-align: middle;
- margin-left: 3px;
-}
-/* 排序图标:箭头向上 */
-.plx-table-sortAsc {
- display: block;
- cursor: pointer;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- margin-bottom: 2px;
- border-bottom: 5px solid #8e8e8e;
-}
-.plx-table-ascActived {
- border-bottom: 5px solid #108EE9;
-}
-/* 排序图标:箭头向下 */
-.plx-table-sortDesc {
- display: block;
- cursor: pointer;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- margin-bottom: 2px;
- border-top: 5px solid #8e8e8e;
-}
-.plx-table-descActived {
- border-top: 5px solid #108EE9;
-}
-.plx-color-picker-border-radius {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
-}
-.plx-color-picker * {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- margin: 0;
- font-size: 12px;
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
-}
-.plx-color-picker {
- cursor: default;
- width: 246px;
- height: auto;
- left: 30px;
- top: 250px;
- position: absolute;
- z-index: 1000;
- background-color: #fff;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- border-radius: 3px;
- border: 1px solid #d9d9d9;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
-}
-.plx-color-picker i {
- cursor: default;
- position: relative;
-}
-.plx-color-picker input {
- font-size: 14px;
- height: 32px;
- padding-left: 10px;
- padding-right: 10px;
- outline: 0;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- vertical-align: middle;
- text-align: center;
- height: 24px;
- -moz-appearance: textfield;
-}
-.short-text-input .plx-color-picker input {
- width: 120px;
-}
-.text-input-with-unit .plx-color-picker input {
- width: 355px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-unitOption .plx-color-picker input {
- width: 316px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix .plx-color-picker input {
- width: 330px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-prefixOption .plx-color-picker input {
- width: 316px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-passwordSwith .plx-color-picker input {
- width: 360px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix.text-input-with-unit .plx-color-picker input {
- width: 285px;
-}
-.text-input-with-prefix.text-input-with-unitOption .plx-color-picker input {
- width: 246px;
-}
-.short-text-input.text-input-with-prefix .plx-color-picker input {
- width: 80px;
-}
-.short-text-input.text-input-with-unit .plx-color-picker input {
- width: 80px;
-}
-.short-text-input.text-input-with-prefix.text-input-with-unit .plx-color-picker input {
- width: 40px;
-}
-.plx-color-picker input:focus {
- border: 1px solid #108EE9;
-}
-.plx-color-picker input:disabled,
-.plx-color-picker input[disabled] {
- cursor: not-allowed;
- background-color: #f5f5f5;
-}
-.plx-color-picker input:invalid {
- box-shadow: none;
-}
-.plx-color-picker input:-moz-submit-invalid {
- box-shadow: none;
-}
-.plx-color-picker input:-moz-ui-invalid {
- box-shadow: none;
-}
-.plx-color-picker input::-webkit-outer-spin-button,
-.plx-color-picker input::-webkit-outer-spin-button {
- -webkit-appearance: textfield;
- margin: 0;
-}
-.plx-color-picker .color-picker-overlay1 {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- position: absolute;
- left: 0;
- top: 0;
- width: 244px;
- height: 118px;
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
- /* IE8 */
- background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
- /* FF3.6+ */
- background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
- /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
- /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
- /* Opera 11.10+ */
- background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
- /* IE10+ */
- background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');
- /* IE6 & IE7 */
-}
-.plx-color-picker .color-picker-overlay2 {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- position: absolute;
- left: 0;
- top: 0;
- width: 244px;
- height: 118px;
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
- /* IE8 */
- background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
- /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
- /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
- /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
- /* Opera 11.10+ */
- background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
- /* IE10+ */
- background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
- /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
- /* IE6-9 */
-}
-.plx-color-picker .color-picker-saturation-lightness {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- cursor: pointer;
- width: 244px;
- height: 118px;
- border: none;
- background-size: 100% 100%;
-}
-.plx-color-picker .color-picker-hue {
- cursor: pointer;
- border-radius: 3px;
- width: 168px;
- height: 10px;
- border: none;
- margin-bottom: 10px;
- background-size: 100% 100%;
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAAQCAYAAAD06IYnAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AIWDwkUFWbCCAAAAFxJREFUaN7t0kEKg0AQAME2x83/n2qu5qCgD1iDhCoYdpnbQC9bbY1qVO/jvc6k3ad91s7/7F1/csgPrujuQ17BDYSFsBAWwgJhISyEBcJCWAgLhIWwEBYIi2f7Ar/1TCgFH2X9AAAAAElFTkSuQmCC');
-}
-.plx-color-picker .color-picker-alpha {
- cursor: pointer;
- border-radius: 3px;
- width: 168px;
- height: 10px;
- border: none;
- background-size: 100% 100%;
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAAAKCAYAAAAgnxVRAAAC9klEQVRYhdVYPc7bMAylku7WViCrfJ2cocfoGXqLHslbDhAvHjNkCBBRHSoZzwQpKW7T7yuBwAn9+CtKIuOu1+vXy+UyPx6PL5QphEDee0KKMdI0TRveP8KlaZoSEZUPhxCS9z4RERd+jJEzbuWFEKL3nlEWcDHzYgiBQR//Nht5miZGXrbLWbaGY+99RBuAK3zOuGfBZP+iwJU4ItgtuAiyaJdBH2fc6iPoY9CH/jH4xyKOJHAJcEnRlwxcWY8k1o3KepxOp3Rg5h9YnJ+UkvjtxNPCO8Ak4MunxevxRXun6UVCn1ynXyhb5Mp7Tc4Z3y0e6pG2tXw7quuQWI0v/ZGx0cEAfzaygtUWBAPVClXqRblaErX3cgPU/C4Y/Gi+1+TRTllI/FjUKvjy1OxLf60NodmUG9GSQRuY5/+mQAtpye0pEKvwrELRsGhPW/CWrNwsTnnXc8rgUxaPptOi3huj6NVyJ3NR2yS9mI0/rxRoTyDvJmvhe65U7QrT9LRO0pYti2oLYxW9/F07/WqbbY9Pmm/ajSR9kLH0knoLuPv9/vN2u31D5rIsNM/zBjgMA43jSB+AS+M4rk11xvE8z8hLwzDwOI6bpnxZljTPc+FFIuKsrwwHiYhixm2GhoxDnoaLYHflZ/82w9QwDNHAbYaajJN2o6KPM24dksDuE+KIEC8DbiML8a65UnCc7SbwJYHdNf+AY4FLAifXt6xbOp/Pae8V/xGnKfYxrUZbXu2J7GtK6rbIuuIsn1q9Xk9faMnW9PTEIm1ofTgZPDwpe6/r3TfR3gLtScDfplrPRuKdFryVBOu6avmh9b6vDCqtReuRlba1KdvqS63caTwrLq2t0NqTVs9u0juGpHecrr2TYyFtuu0pnt7pVPtuye8d3jQ8vu8psNqJ+sohgydmq0+3NkmtMM1/Eg7Oue/H4/H5grMtqk3Vf6Lz1SRbxWPh5ADQc5q0pm38bk3emtyeHMoC0ApCa3/2tAOtjSWLWDv1rc204f8CQvGUIhalBqwAAAAASUVORK5CYII=');
-}
-.plx-color-picker .color-picker-alpha-ba {
- position: absolute;
- background: linear-gradient(90deg, rgba(255, 255, 255, 0), #000);
-}
-.plx-color-picker .selected-color {
- width: 30px;
- height: 30px;
- top: 0px;
- left: 0px;
- position: absolute;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -khtml-border-radius: 50%;
-}
-.plx-color-picker .selected-color-background {
- width: 30px;
- height: 30px;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -khtml-border-radius: 50%;
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAh0lEQVRYR+2W0QlAMQgD60zdfwOdqa8TmI/wQMr5K0I5bZLIzLOa2nt37VVVbd+dDx5obgCC3KBLwJ2ff4PnVidkf+ucIhw80HQaCLo3DMH3CRK3iFsmAWVl6hPNDwt8EvNE5q+YuEXcMgkonVM6SdyCoEvAnZ8v1Hjx817MilmxSUB5rdLJDycZgUAZUch/AAAAAElFTkSuQmCC');
-}
-.plx-color-picker .color-picker-cursor {
- cursor: default;
- position: relative;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -khtml-border-radius: 50%;
- width: 10px;
- height: 10px;
- border: #ffffff solid 1px;
-}
-.plx-color-picker .color-picker-cursor-selector {
- cursor: default;
- position: relative;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -khtml-border-radius: 50%;
- width: 10px;
- height: 10px;
- border: #ffffff solid 1px;
- width: 12px;
- height: 12px;
- top: -1px;
- background-color: #ffffff;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-color-picker .type-policy {
- float: right;
- position: absolute;
- top: 198px;
- right: 12px;
- width: 16px;
- height: 16px;
-}
-.plx-color-picker .type-policy:hover {
- background-color: #E7F4FD;
- cursor: pointer;
-}
-.plx-color-picker .arrow-down {
- display: block;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #9b9b9b;
- margin-top: 4px;
- margin-left: 4px;
-}
-.plx-color-picker .arrow-up {
- display: block;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-bottom: 4px solid #9b9b9b;
- margin-top: 2px;
- margin-left: 4px;
-}
-.plx-color-picker .box {
- width: 100%;
- height: 100%;
- display: flex;
-}
-.plx-color-picker .box .left {
- position: relative;
- margin-right: 16px;
-}
-.plx-color-picker .box .right {
- flex: 1 1 auto;
-}
-.plx-color-picker .button-area {
- padding: 0 16px 16px 16px;
- text-align: right;
-}
-.plx-color-picker .preset-area {
- padding: 4px 15px;
-}
-.plx-color-picker .preset-area .preset-label {
- width: 100%;
- padding: 4px;
- text-align: left;
- color: #555;
-}
-.plx-color-picker .preset-area .preset-color {
- cursor: pointer;
- display: inline-block;
- width: 18px;
- height: 18px;
- margin: 4px 6px 8px 6px;
- -moz-border-radius: 25%;
- -webkit-border-radius: 25%;
- border-radius: 25%;
- -khtml-border-radius: 25%;
- border: #a9a9a9 solid 1px;
-}
-.plx-color-picker .hsla-text,
-.plx-color-picker .rgba-text {
- width: 196px;
-}
-.plx-color-picker .hsla-text input,
-.plx-color-picker .rgba-text input {
- color: #595959;
- min-width: 0;
- flex: 1;
- margin: 0;
- float: left;
- padding: 1px;
-}
-.plx-color-picker .hsla-text input:last-child,
-.plx-color-picker .rgba-text input:last-child {
- margin-right: 0;
-}
-.plx-color-picker .hsla-text .hsla-text-div,
-.plx-color-picker .rgba-text .hsla-text-div,
-.plx-color-picker .hsla-text .rgba-text-div,
-.plx-color-picker .rgba-text .rgba-text-div {
- margin-top: 2px;
- flex: 1;
- text-align: center;
- color: #999999;
- height: 18px;
- padding-right: 8px;
-}
-.plx-color-picker .hsla-text .hsla-text-div:last-child,
-.plx-color-picker .rgba-text .hsla-text-div:last-child,
-.plx-color-picker .hsla-text .rgba-text-div:last-child,
-.plx-color-picker .rgba-text .rgba-text-div:last-child {
- margin-right: 0;
- padding-right: 0;
-}
-.plx-color-picker .hsla-text .hsla-text-degree,
-.plx-color-picker .rgba-text .hsla-text-degree {
- padding-right: 16px;
-}
-.plx-color-picker .hsla-text .hsla-text-percent,
-.plx-color-picker .rgba-text .hsla-text-percent {
- padding-right: 22px;
-}
-.plx-color-picker .hsla-text .hsla-degree,
-.plx-color-picker .rgba-text .hsla-degree {
- display: inline-block;
- width: 6px;
- margin-left: 2px;
- margin-right: 8px;
- margin-top: 2px;
-}
-.plx-color-picker .hsla-text .hsla-percent,
-.plx-color-picker .rgba-text .hsla-percent {
- display: inline-block;
- width: 12px;
- margin-left: 2px;
- margin-right: 8px;
- margin-top: 3px;
-}
-.plx-color-picker .hsla-text .rgba-text-input,
-.plx-color-picker .rgba-text .rgba-text-input {
- margin-right: 8px;
-}
-.plx-color-picker .hex-text {
- width: 196px;
-}
-.plx-color-picker .hex-text .box input {
- color: #595959;
- flex: 1 1 auto;
- padding: 1px;
-}
-.plx-color-picker .hex-text .box div {
- margin-top: 2px;
- flex: 1 1 auto;
- text-align: center;
- height: 18px;
- color: #999999;
- float: left;
- clear: left;
-}
-.plx-color-picker .bacis-color-alpha-select-area {
- padding: 20px 16px 16px 16px;
-}
-.plx-color-picker .color-format-content-area {
- padding: 0px 16px 16px 16px;
-}
-.plx-color-picker .arrow::after,
-.plx-color-picker .arrow::before {
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
- content: "";
- border-width: 7px 7px;
-}
-.plx-color-picker .arrow.arrow-bottom::after {
- left: 20px;
- border-top-width: 0;
- top: -7px;
- border-bottom-color: #ffffff;
-}
-.plx-color-picker .arrow.arrow-bottom::before {
- left: 20px;
- border-top-width: 0;
- top: -8px;
- border-bottom-color: #999999;
-}
-body {
- font-size: 14px;
-}
-.shadow {
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #bfbfbf;
-}
-::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #bfbfbf;
-}
-input:-ms-input-placeholder {
- color: #bfbfbf;
-}
-input::-webkit-input-placeholder {
- color: #bfbfbf;
-}
-.plx-btn {
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- color: #108EE9;
- min-width: 88px;
- letter-spacing: 1px;
- padding: 0px 16px;
- height: 32px;
- font-size: 14px;
- cursor: pointer;
- text-align: center;
- white-space: nowrap;
- margin-right: 10px;
- vertical-align: middle;
- border: 1px solid #d9d9d9;
- background-color: #fff;
- border-radius: 3px;
- line-height: 30px;
-}
-.plx-btn:hover,
-.plx-btn:disabled,
-.plx-btn[disabled],
-.plx-btn:focus,
-.plx-btn:active {
- outline: none;
- background-image: none;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-btn:hover,
-.plx-btn:focus {
- color: #108ee9;
- border-color: #108ee9;
- background-color: #fff;
-}
-.plx-btn:active {
- color: #fff;
- border-color: #108ee9;
- background-color: #108ee9;
-}
-.plx-btn:disabled,
-.plx-btn[disabled] {
- color: #bfbfbf;
- background-color: #fff;
- border-color: #e9e9e9;
-}
-.plx-btn:disabled:hover,
-.plx-btn[disabled]:hover,
-.plx-btn:disabled:focus,
-.plx-btn[disabled]:focus {
- color: #bfbfbf;
- background-color: #fff;
- border-color: #e9e9e9;
- cursor: not-allowed;
-}
-.plx-btn .plx-btn-icon {
- font-size: 16px;
- vertical-align: text-top;
- margin-right: 3px;
-}
-.plx-btn-primary {
- background-color: #108EE9;
- color: #fff;
- border-color: #108EE9;
-}
-.plx-btn-primary:hover,
-.plx-btn-primary:focus {
- color: #fff;
- background-color: #0D75BF;
- border-color: #0D75BF;
-}
-.plx-btn-primary:active {
- color: #fff;
- background-color: #0C66A7;
- border-color: #0C66A7;
-}
-.plx-btn-primary:disabled,
-.plx-btn-primary[disabled],
-.plx-btn-primary:disabled:hover,
-.plx-btn-primary[disabled]:hover,
-.plx-btn-primary:disabled:focus,
-.plx-btn-primary[disabled]:focus {
- color: #fff;
- border-color: #108EE9;
- background-color: #108EE9;
- opacity: 0.5;
-}
-.plx-btn-guide {
- background-color: #5cb85c;
- color: #fff;
- border-color: #5cb85c;
-}
-.plx-btn-guide:hover,
-.plx-btn-guide:focus {
- color: #fff;
- background-color: #00994d;
- border-color: #00994d;
-}
-.plx-btn-guide:active {
- color: #fff;
- background-color: #008040;
- border-color: #008040;
-}
-.plx-btn-guide:disabled,
-.plx-btn-guide[disabled],
-.plx-btn-guide:disabled:hover,
-.plx-btn-guide[disabled]:hover,
-.plx-btn-guide:disabled:focus,
-.plx-btn-guide[disabled]:focus {
- color: #fff;
- border-color: #5cb85c;
- background-color: #5cb85c;
- opacity: 0.5;
-}
-.plx-btn-table {
- color: #595959;
-}
-.plx-btn-error {
- background-color: #EA4335;
- color: #fff;
- border-color: #EA4335;
-}
-.plx-btn-error:hover,
-.plx-btn-error:focus {
- color: #fff;
- background-color: #DD1B0A;
- border-color: #DD1B0A;
-}
-.plx-btn-error:active {
- color: #fff;
- background-color: #B92113;
- border-color: #B92113;
-}
-.plx-btn-error:disabled,
-.plx-btn-error[disabled],
-.plx-btn-error:disabled:hover,
-.plx-btn-error[disabled]:hover,
-.plx-btn-error:disabled:focus,
-.plx-btn-error[disabled]:focus {
- color: #fff;
- border-color: #EA4335;
- background-color: #EA4335;
- opacity: 0.5;
-}
-.plx-btn-sm {
- height: 28px;
- padding: 0px 14px;
- min-width: 68px;
- margin-right: 5px;
- line-height: 26px;
-}
-.plx-btn-xs {
- height: 24px;
- padding: 0px 12px;
- min-width: 68px;
- margin-right: 5px;
- line-height: 22px;
-}
-.plx-btn.dropdown-toggle {
- margin-right: 0;
- outline: none !important;
- background-image: none !important;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-btn.dropdown-toggle::after {
- margin-left: 16px;
- border-top: 4px solid;
- border-right: 4px solid transparent;
- border-left: 4px solid transparent;
- color: #c0c0c0;
- margin-bottom: 1px;
-}
-.plx-btn-sm.dropdown-toggle::after {
- margin-left: 14px;
-}
-.plx-btn-xs.dropdown-toggle::after {
- margin-left: 12px;
-}
-.plx-btn + .dropdown-menu {
- margin: 0;
- padding: 0;
- border: 0;
- min-width: 100%;
- font-size: 14px;
- border-radius: 3px;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-btn + .dropdown-menu .dropdown-item {
- background-color: #fff;
- color: #595959;
- font-size: 14px;
- padding: 0px 16px;
- height: 30px;
- cursor: pointer;
-}
-.plx-btn + .dropdown-menu .dropdown-item:hover,
-.plx-btn + .dropdown-menu .dropdown-item:focus,
-.plx-btn + .dropdown-menu .dropdown-item:active {
- outline: none;
- background-color: #E7F4FD;
-}
-.plx-btn + .dropdown-menu .dropdown-item:disabled,
-.plx-btn + .dropdown-menu .dropdown-item[disabled] {
- color: #bfbfbf;
-}
-.plx-btn + .dropdown-menu .dropdown-item:disabled:hover,
-.plx-btn + .dropdown-menu .dropdown-item[disabled]:hover,
-.plx-btn + .dropdown-menu .dropdown-item:disabled:focus,
-.plx-btn + .dropdown-menu .dropdown-item[disabled]:focus {
- cursor: not-allowed;
- background-color: #fff;
-}
-.plx-btn-sm + .dropdown-menu .dropdown-item {
- padding: 0px 14px;
-}
-.plx-btn-xs + .dropdown-menu .dropdown-item {
- padding: 0px 12px;
-}
-.plx-btn-more {
- display: inline-block;
- margin-right: 10px;
-}
-.plx-btn-more-sm {
- margin-right: 5px;
-}
-.plx-btn-more-xs {
- margin-right: 5px;
-}
-.plx-checkbox-container {
- font-size: 0;
- position: relative;
-}
-.plx-checkbox {
- position: absolute;
- z-index: -1;
- opacity: 0;
-}
-.plx-checkbox + .checkbox-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: 16px;
- width: 16px;
- border: 1px solid #d9d9d9;
- border-radius: 2px;
- vertical-align: middle;
-}
-.plx-checkbox + .checkbox-substitute + span {
- font-weight: normal;
- font-size: 14px;
- cursor: pointer;
- vertical-align: middle;
- padding-left: 10px;
-}
-.plx-checkbox:hover + .checkbox-substitute {
- border-color: #108EE9;
- outline: none;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-checkbox:checked + .checkbox-substitute {
- border-color: #108EE9;
- background-color: #108EE9;
-}
-.plx-checkbox:checked + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #fff;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 4px;
- top: 0;
-}
-.plx-checkbox.portion + .checkbox-substitute {
- background-color: #108EE9;
- border-color: #108EE9;
- opacity: 0.5;
-}
-.plx-checkbox.portion + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #fff;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 4px;
- top: 0;
-}
-.plx-checkbox:disabled + .checkbox-substitute,
-.plx-checkbox[disabled] + .checkbox-substitute {
- border-color: #d9d9d9;
- background-color: #f5f5f5;
- cursor: not-allowed;
-}
-.plx-checkbox:disabled + .checkbox-substitute + span,
-.plx-checkbox[disabled] + .checkbox-substitute + span {
- cursor: not-allowed;
-}
-.plx-checkbox.portion[disabled] + .checkbox-substitute {
- background-color: #d9d9d9;
- border-color: #d9d9d9;
-}
-.plx-checkbox.portion[disabled] + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #8e8e8e;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 4px;
- top: 0;
-}
-.plx-checkbox:checked[disabled] + .checkbox-substitute {
- border-color: #d9d9d9;
- background-color: #d9d9d9;
-}
-.plx-form {
- font-family: 'Helvetica Neue', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei';
- font-size: 14px;
- background: #fff;
- color: #595959;
-}
-.plx-form .ng-invalid:not(form).ng-invalid:not(fieldset).ng-invalid:not(plx-select) {
- border: 1px solid #EA4335;
- /* red */
-}
-.plx-form .ng-untouched:not(form).ng-untouched:not(fieldset).ng-untouched:not(plx-select) {
- border: 1px solid #d9d9d9;
-}
-.plx-form label {
- font-size: 14px;
- text-align: right;
- color: #737373;
- background: #fff;
-}
-.plx-form label .label-span {
- color: #595959;
-}
-.plx-form .text-autocut {
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- display: block;
-}
-.plx-form .forms-group-pointer {
- margin-bottom: 10px;
- padding-left: 15px;
- color: #404040;
- font-size: 16px;
- height: 32px;
- line-height: 32px;
- cursor: pointer;
-}
-.plx-form .forms-group-pointer:hover {
- background: #E7F4FD;
-}
-.plx-form .forms-group-pointer span {
- margin-left: 24px;
- border-left: 3px solid #108EE9;
- padding-left: 5px;
-}
-.plx-form .forms-group-pointer .group-icon {
- float: left;
- font-size: 16px;
- color: #108EE9 !important;
- line-height: 32px;
- margin-right: 8px;
- transform: scale(0.7, 0.7);
- font-weight: bold;
-}
-.plx-form .forms-group-default {
- margin-bottom: 10px;
- padding-left: 15px;
- color: #404040;
- font-size: 16px;
- height: 32px;
- line-height: 32px;
- cursor: default;
- line-height: 16px;
-}
-.plx-form .forms-group-default:hover {
- background: #fff;
-}
-.plx-form .forms-group-default span {
- margin-left: 24px;
- border-left: 3px solid #108EE9;
- padding-left: 5px;
-}
-.plx-form .forms-group-default .group-icon {
- float: left;
- font-size: 16px;
- color: #108EE9 !important;
- line-height: 32px;
- margin-right: 8px;
- transform: scale(0.7, 0.7);
- font-weight: bold;
-}
-.plx-form .input-sm {
- height: 28px !important;
-}
-.plx-form .px-red {
- color: #EA4335;
-}
-.plx-form input:focus {
- border: 1px solid #108EE9 !important;
-}
-.plx-form .error-div {
- height: 14px;
- margin-top: -4px;
- margin-bottom: 5px;
-}
-.plx-form .error-div .error-msg {
- color: #EA4335;
-}
-.plx-form .help-div {
- color: #bfbfbf;
- height: 14px;
- margin-top: -5px;
- margin-bottom: 6px;
-}
-.plx-form .forms-header {
- margin-left: 15px;
- margin-bottom: 25px;
- padding-bottom: 5px;
- border-bottom: 1px solid #e9e9e9;
-}
-.plx-form .forms-header span {
- font-size: 16px;
- color: #404040;
-}
-.plx-form .plx-input {
- width: 100%;
- color: #595959;
- background: #fff;
- text-align: left;
-}
-.plx-form .field-radio {
- padding-right: 10px;
- line-height: 27px;
-}
-.plx-form .field-radio.field-radio-tight {
- line-height: 23px;
-}
-.plx-form .field-tail {
- padding-right: 10px;
- line-height: 32px;
-}
-.plx-form .field-tail.field-tail-tight {
- line-height: 28px;
-}
-.plx-form .field-tail .tip {
- color: #8e8e8e;
- font-size: 16px;
-}
-.plx-form .field-info {
- font-size: 14px;
- color: #108EE9;
- margin-left: -15px;
-}
-.plx-form .field-info.field-info-group {
- margin-left: 15px;
-}
-.plx-form .form-field:not(select-dropdown) {
- color: #595959;
- font-size: 14px;
- line-height: 32px;
-}
-.plx-form .form-field:not(select-dropdown).form-field-tight {
- line-height: 28px;
-}
-.plx-form .form-field:not(select-dropdown).form-filed-hint {
- margin-bottom: 15px;
-}
-.plx-form .field-div {
- margin-bottom: 15px;
- padding-left: 0;
-}
-.plx-form .field-div.field-div-tight {
- margin-bottom: 10px;
-}
-.plx-form .field-div.inputchanged > input {
- font-weight: bold;
-}
-.plx-form .field-div.inputchanged > select {
- font-weight: bold;
-}
-.plx-form .button-div {
- padding: 15px 0 0 0;
- color: #595959;
- font-size: 16px;
- text-align: left;
-}
-.plx-form .button-div button {
- margin-right: 10px;
-}
-.plx-form .button-r-submit {
- float: right;
- margin-right: -20px !important;
-}
-.plx-form .button-r-cancel {
- float: right;
-}
-.plx-form .content {
- overflow-y: auto;
- overflow-x: hidden;
-}
-.plx-form .plx-scrollbar::-webkit-scrollbar {
- width: 4px;
- height: 6px;
-}
-.plx-form .plx-scrollbar::-webkit-scrollbar-thumb {
- background-color: rgba(0, 0, 0, 0.2);
- border-radius: 2em;
- min-height: 50px;
- max-height: 100px;
-}
-.plx-form .plx-scrollbar::-webkit-scrollbar-corner {
- background-color: transparent;
-}
-.plx-form input:-ms-input-placeholder {
- color: #999 !important;
-}
-.plx-form input::-webkit-input-placeholder {
- color: #999 !important;
-}
-.plx-form plx-info .icon {
- margin-left: -10px;
- line-height: 28px !important;
-}
-.para-content .icon-active {
- fill: #108EE9;
-}
-.para-content .icon-disactive {
- fill: #bfbfbf;
- cursor: default;
-}
-.plx-input {
- font-size: 14px;
- height: 32px;
- padding-left: 10px;
- padding-right: 10px;
- outline: 0;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- vertical-align: middle;
-}
-.plx-input:focus {
- border: 1px solid #108EE9;
-}
-.plx-input:disabled,
-.plx-input[disabled] {
- cursor: not-allowed;
- background-color: #f5f5f5;
-}
-.plx-input-sm {
- height: 28px;
-}
-.plx-input-right-no-radius {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
-}
-.plx-radio-container {
- font-size: 0;
- position: relative;
-}
-.plx-radio {
- position: absolute;
- z-index: -1;
- opacity: 0;
-}
-.plx-radio + .radio-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: 16px;
- width: 16px;
- border: 1px solid #d9d9d9;
- border-radius: 16px;
- vertical-align: middle;
-}
-.plx-radio:hover + .radio-substitute,
-.plx-radio:focus + .radio-substitute {
- border-color: #108EE9;
- outline: none;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-radio:checked + .radio-substitute {
- border: 5px solid #108EE9;
-}
-.plx-radio:disabled + .radio-substitute,
-.plx-radio[disabled] + .radio-substitute {
- border-color: #d9d9d9;
- background-color: #f5f5f5;
- cursor: not-allowed;
-}
-.plx-radio:checked [disabled] + .radio-substitute {
- border-color: #e9e9e9;
- background-color: #e9e9e9;
- cursor: not-allowed;
-}
-.plx-radio + .radio-substitute + span {
- font-weight: normal;
- font-size: 14px;
- cursor: pointer;
- vertical-align: middle;
- padding-left: 10px;
-}
-.plx-radio:disabled + .radio-substitute + span,
-.plx-radio[disabled] + .radio-substitute + span {
- cursor: not-allowed;
-}
-/*radio-group*/
-.btn.dropdown-toggle,
-.btn-group .btn.dropdown-toggle,
-.btn:hover,
-.btn:disabled,
-.btn[disabled],
-.btn:focus,
-.btn:active,
-.btn.active {
- outline: none !important;
- background-image: none !important;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-radio-group {
- cursor: pointer;
- font-size: 14px;
- height: 32px;
- background-color: #fff;
- border: 1px solid #d9d9d9;
- color: #595959;
- border-radius: 3px;
- padding: 0px 16px;
- min-width: 88px;
- transition: none;
-}
-.plx-radio-group:hover,
-.plx-radio-group:focus,
-.plx-radio-group:active {
- outline: none;
- background-image: none;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-radio-group:hover,
-.plx-radio-group:focus {
- color: #108ee9;
- border-color: #108ee9;
- background-color: #fff;
-}
-.plx-radio-group:active {
- color: #fff;
- border-color: #108ee9;
- background-color: #108ee9;
-}
-.plx-radio-group.active {
- background-color: #108EE9;
- color: #fff;
- border-color: #108EE9;
-}
-.plx-radio-group > span {
- line-height: 30px;
-}
-.plx-radio-group-sm {
- height: 28px;
- padding: 0px 14px;
- min-width: 68px;
-}
-.plx-radio-group-sm > span {
- line-height: 26px;
-}
-.plx-ui-steps-number-active {
- background: #108ee9;
- color: #ffffff;
-}
-.plx-ui-steps-number-passive {
- background: #d9d9d9;
- color: #ffffff;
-}
-.plx-ui-steps-number-visited {
- color: #ffffff;
- border: 2px #108ee9 solid;
-}
-.plx-ui-underline-active {
- background: #108ee9;
-}
-.plx-ui-underline-passive {
- background: #e9e9e9;
-}
-.plx-ui-steps-title-active {
- color: #595959;
-}
-.plx-ui-steps-title-passive {
- color: #999999;
-}
-.plx-ui-steps-title-visited {
- color: #999999;
-}
-.plx-ui-steps-number-visited-tick {
- border-bottom: 2px solid #108ee9;
- border-right: 2px solid #108ee9;
-}
-.plx-ui-underline-active-vertical {
- border-right: 2px solid #d9d9d9;
-}
-.plx-ui-underline-visited-vertical {
- border-right: 2px solid #108ee9;
-}
-.plx-ui-underline-passive-vertical {
- border-right: 2px solid #d9d9d9;
-}
-.plx-ui-steps-title-active-vertical {
- color: #595959;
-}
-.plx-ui-steps-title-visited-vertical {
- color: #999999;
-}
-.plx-ui-steps-title-passive-vertical {
- color: #999999;
-}
-.plx-ui-steps-number-active-vertical {
- background: #108ee9;
- color: #ffffff;
-}
-.plx-ui-steps-number-passive-vertical {
- background: #d9d9d9;
- color: #ffffff;
-}
-.plx-ui-steps-number-visited-vertical {
- color: #ffffff;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/NIV/theme.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/NIV/theme.less
deleted file mode 100644
index a145f3fa..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/NIV/theme.less
+++ /dev/null
@@ -1,89 +0,0 @@
-//-------------------common start------------------------
-// -------- Colors start-----------
-//配置说明:通常primary-color和primary-color-guide相同,某些产品需要有特别引导用户操作的按钮时,可以单独定义primary-color-guide
-@primary-color: #108EE9; //主色,用于重点按钮底色,普通按钮文字色、tab页的选中横条色、进度条色、分组标题竖线等, 应用开发需要关注搭配class plx-btn-primary t
-@guide-color: #5cb85c; //引导色,搭配class plx-btn-guide
-@success-color: #00A854; //搭配class plx-btn-success
-@warning-color: #F3B709; //搭配class plx-btn-warning
-@error-color: #EA4335; //搭配class plx-btn-error
-@common-color: #fff; //搭配class plx-btn
-
-//Colors-hover
-@primary-color-hover: #0D75BF;
-@primary-color-guide-hover: #00994d;
-@success-color-hover: #00994D;
-@warning-color-hover: #C99703;
-@error-color-hover: #DD1B0A;
-@common-color-hover: #fff;
-@btn-common-color-text-hover: #108ee9;
-@btn-common-color-border-hover: #108ee9;
-
-
-//colors-click
-@primary-color-click: #0C66A7;
-@primary-color-guide-click: #008040;
-@success-color-click: #008040;
-@warning-color-click: #977202;
-@error-color-click: #B92113;
-@common-color-click: #108ee9;
-@btn-common-color-text-click: #fff;
-@btn-common-color-border-click: #108ee9;
-
-//opacity-disable
-@opacity-disable: 0.5;
-//text-color-scenes,在按钮或tab上的文字色
-@scene-textcolor: #fff; //用于有底色时的文字颜色,搭配class plx-btn-primary,plx-btn-*
-@common-textcolor: @primary-color; //用于普通按钮和链接上的文字颜色,应用关注搭配 class plx-btn
-//text color
-@text-color: #595959; //普通文字颜色,不需要专用class
-@title-text-color: #404040; //用于标题文字颜色
-@disabled-text-color: #bfbfbf; //用于禁用状态文字、placeholder文字颜色
-@light-text-color: #737373; //较浅色
-@unselected-text-color: #999; //用于未选中文字颜色
-@form-label:#737373;//用于表单标签颜色
-// Background color for `<body>`
-@body-bg: #fff;
-// Base background color for most components
-@component-bg: #fff;
-@hover-bg-color: #E7F4FD; //用于菜单 、列表项、树项、表格行的hover背景色
-@selected-bg-color: #f5f5f5; //用于菜单 、列表项、树项、表格行的选中背景色
-@input-bg-color-disabled: #f5f5f5; //用于输入框禁用状态背景色
-//边框
-@border-color-base: #d9d9d9; // base border outline a component 搭配class: plx-border
-@border-color-split: #e9e9e9; // split border inside a component 搭配class: plx-split
-//字体图标
-@fonticon-color: #8e8e8e; //字体图标颜色,搭配class: plx-icon-*
-@fonticon-bg-color-hover: @hover-bg-color; //一般字体图标hover时背景色变化
-@fonticon-color-hover: @primary-color; //当字体图标本身有背景色的时候,使用图标颜色本身加深的hover颜色。
-// Shadow
-@shadow-color: rgba(0, 0, 0, .2); //阴影颜色,个别组件需要,无需搭配固定class
-
-// -------- Colors end-------------
-// -------- font start-------------
-@font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, Segoe UI, Helvetica, Arial, "san-serif";
-@font-size-spacing:20px; //用于间距定义
-@font-size: 14px; //正文文字
-@font-size-title-level1: @font-size + 6px; //一级标题
-@font-size-title-level2: @font-size + 2px; //二级标题
-@font-size-title-group: @font-size + 2px;
-// -------- font end---------------
-// -------- radius start-------------
-@radius: 3px; //圆角
-@radius-sm: 2px; //小按钮圆角,用于下拉多选框的已选项的圆角
-@radius-lg: 20px; //用于标签,搭配class:plx-tag
-// -------- radius start-------------
-//size
-//checkbos
-@checkbox-size: @font-size+2px; //复选框高度
-//btn
-@btn-height: 32px; //按钮高度
-@btn-height-sm: 28px; //小尺寸按钮,搭配class:plx-btn-sm
-@btn-height-xs: 24px; //加小尺寸按钮,搭配class:plx-btn-xs
-// Input
-@input-height: 32px; //输入框高度
-@input-height-sm: 28px; //小尺寸输入框,搭配class:plx-input-sm
-
-
-
-@import "../common.less";
-@import "./NIV-theme.less"; \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/common.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/common.less
deleted file mode 100644
index 693a8424..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/common.less
+++ /dev/null
@@ -1,5577 +0,0 @@
-///////
-
-.plx-breadcrumb {
- margin: 0;
- padding: 5px 10px;
- font-size: 12px;
- li {
- display: inline-block;
- }
- a {
- color: @light-text-color;
- text-decoration: none;
- &:hover {
- color: @primary-color;
- }
- }
- .plx-breadcrumb-separator {
- color: @unselected-text-color;
- padding: 0 5px;
- vertical-align: 1px;
- }
- .plx-breadcrumb-collapse {
- padding-left: 6px;
- padding-right: 6px;
- cursor: pointer;
- circle {
- fill: @fonticon-color;
- }
- &:hover circle {
- fill: @primary-color;
- }
- }
- .plx-breadcrumb-active {
- vertical-align: 1px;
- a {
- font-size: 20px;
- color: @title-text-color;
- cursor: text;
- }
- }
-}
-///////
-///////
-///////
-
-.owl-dateTime {
- display: inline-block;
- position: relative;
- width: 100%;
- font-family: @font-family;
- font-size: @font-size;
- background: @component-bg;
- color: @text-color;
-}
-
-.owl-dateTime input {
- .plx-input;
-}
-
-.owl-dateTime input:-ms-input-placeholder {
- color: @unselected-text-color !important;
-}
-.owl-dateTime input::-webkit-input-placeholder {
- color: @unselected-text-color !important;
-}
-
-.owl-dateTime-input {
- width: 100%;
- padding-right: 1.5em; }
-
-.owl-dateTime-cancel {
- position: absolute;
- top: 50%;
- right: .1em;
- border-radius: 50%;
- transform: translateY(-50%);
- cursor: pointer;
- color: inherit; }
-
-.owl-dateTime-inputWrapper {
- position: relative; }
-
-.owl-dateTime-customTemp {
- display: inline-block;
- position: relative; }
-
-.owl-dateTime-dialog {
- padding: 0px;
- position: absolute; }
-
-.owl-dateTime-dialogHeader {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%; }
-
-.owl-calendar-wrapper,
-.owl-timer-wrapper {
- position: relative;
- width: 100%;
- padding: .2em .5em; }
-
-.owl-calendar-control {
- display: flex;
- justify-content: space-around;
- width: 100%;
- height: 2em; }
- .owl-calendar-control .owl-calendar-controlNav {
- position: relative;
- cursor: pointer;
- width: 12.5%; }
- .owl-calendar-control .owl-calendar-controlContent {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 75%;
- height: 100%; }
-
-.owl-calendar {
- position: relative;
- min-height: 13.7em; }
- .owl-calendar table {
- width: 100%;
- border-collapse: collapse; }
- .owl-calendar tbody td {
- position: relative;
- text-align: center; }
- .owl-calendar tbody td a {
- display: block;
- width: 100%;
- height: 100%;
- text-decoration: none;
- color: inherit;
- font-size:12px;
- }
- .owl-calendar .owl-calendar-yearArrow {
- position: absolute;
- top: 50%;
- width: 1.5em;
- height: 1.5em;
- transform: translateY(-50%);
- cursor: pointer; }
- .owl-calendar .owl-calendar-yearArrow.left {
- left: -.5em; }
- .owl-calendar .owl-calendar-yearArrow.right {
- right: -.5em; }
-
-.owl-timer-wrapper {
- position: relative;
- display: flex;
- justify-content: center; }
- .owl-timer-wrapper .owl-timer {
- position: relative;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- width: 25%;
- height: 100%; }
- .owl-timer-wrapper .owl-timer-control {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 30%;
- width: 100%;
- cursor: pointer; }
- .owl-timer-wrapper .owl-timer-control .icon:before {
- margin: 0; }
- .owl-timer-wrapper .owl-timer-input {
- width: 60%;
- height: 100%; }
-
-/*# sourceMappingURL=picker.component.css.map */
-.font-face {
- font-weight: normal;
- font-style: normal; }
-
-[class^="paletx-datepicker-icon-"]:before, [class*="paletx-datepicker-icon-"]:before {
- font-family: "fontello";
- font-style: normal;
- font-weight: normal;
- speak: none;
- display: inline-block;
- text-decoration: inherit;
- width: 1em;
- margin-right: .2em;
- text-align: center;
- /* opacity: .8; */
- /* For safety - reset parent styles, that can break glyph codes*/
- font-variant: normal;
- text-transform: none;
- /* fix buttons height, for twitter bootstrap */
- line-height: 1em;
- /* Animation center compensation - margins should be symmetric */
- /* remove if not needed */
- margin-left: .2em;
- /* you can be more comfortable with increased icons size */
- /* font-size: 120%; */
- /* Font smoothing. That was taken from TWBS */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- /* Uncomment for 3D effect */
- /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }
-
-.paletx-datepicker-icon-cancel:before {
- content: '\e802'; }
-
-/* '' */
-.paletx-datepicker-icon-up-open:before {
- content: '\e805'; }
-
-/* '' */
-.paletx-datepicker-icon-down-open:before {
- content: '\e80b'; }
-
-/* '' */
-.paletx-datepicker-icon-left-open:before {
- content: '\e817'; }
-
-/* '' */
-.paletx-datepicker-icon-right-open:before {
- content: '\e818'; }
-
-/* '' */
-.owl-widget,
-.owl-widget * {
- box-sizing: border-box; }
-
-.owl-widget {
- font-size: 1em; }
-.owl-padding{
- padding: 0px;
-}
-.owl-corner-all {
- border-radius: 3px; }
-
-.owl-corner-top {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px; }
-
-.owl-state-default {
- border: 1px solid @border-color-base;
- background: @component-bg;
- color: @text-color; }
-
-.owl-inputtext {
- margin: 0;
- outline: medium none;
- transition: .2s; }
-
-
- .owl-dateTime.owl-dateTime-inline {
- width: auto; }
- .owl-dateTime.owl-dateTime-inline .owl-dateTime-dialog {
- position: relative;
- z-index: auto; }
-
-.owl-dateTime-dialog {
- width: 300px;
- user-select: none;
- z-index: 99999; }
-
-.owl-dateTime-dialogHeader {
- height: 2.5em;
- padding: .25em;
- background-color: @component-bg;
- overflow-y: auto; }
-
-.owl-calendar-control .owl-calendar-controlNav .nav-prev,
-.owl-calendar-control .owl-calendar-controlNav .nav-next {
- position: absolute;
- top: 50%;
- right: auto;
- bottom: auto;
- left: 50%;
- transform: translate(-50%, -50%);
-}
-
-.owl-cal-header{
- background: @selected-bg-color;
- //color: @form-label;
- height: 35px;
- //width: 105%;
- //margin-left: -7px;
-}
- .owl-calendar-control .owl-calendar-controlNav .nav-prev:before,
- .owl-calendar-control .owl-calendar-controlNav .nav-next:before {
- //content: "";
- border-top: .5em solid transparent;
- border-bottom: .5em solid transparent;
- border-right: 0.75em solid #000000;
- width: 0;
- height: 0;
- display: block;
- margin: 0 auto; }
-.owl-calendar-control .owl-calendar-controlNav .nav-next:before {
- border-right: 0;
- border-left: 0.75em solid #000000; }
-.owl-calendar-control .owl-calendar-controlContent .month-control,
-.owl-calendar-control .owl-calendar-controlContent .year-control {
- color: @unselected-text-color;
- display: inline-block;
- cursor: pointer;
- transition: transform 200ms ease; }
- .owl-calendar-control .owl-calendar-controlContent .month-control:hover,
- .owl-calendar-control .owl-calendar-controlContent .year-control:hover {
- // transform: scale(1.2); }
- color: @guide-color; }
-.owl-calendar-control .owl-calendar-controlContent .month-control {
- font-size: @font-size-title-group;
- margin-right: .8rem;
-}
-.owl-calendar-control .owl-calendar-controlContent .year-control {
- font-size: @font-size-title-group;
-}
-
-.owl-calendar tbody td.owl-calendar-selected {
- background-color: @guide-color;
- color: @component-bg }
-.owl-calendar tbody td.owl-calendar-invalid {
- color: @disabled-text-color }
-.owl-calendar tbody td.owl-calendar-outFocus {
- color: @unselected-text-color; }
-.owl-calendar tbody td.owl-calendar-hidden {
- visibility: hidden; }
- /**
-.owl-calendar tbody td:not(.owl-calendar-selected):not(.owl-calendar-invalid):hover {
- background-color: @hover-bg-color;
- color: @shadow-color }
-**/
-.owl-years td.owl-year,
-.owl-years td.owl-month,
-.owl-months td.owl-year,
-.owl-months td.owl-month {
- font-size: 1.2em;
- height: 2.5em;
- width: 33.33%;
- line-height: 2.5em;
- border-radius: 60px;
- }
-
-.owl-weekdays th.owl-weekday {
- height: 1em;
- line-height: 2em;
- text-align: center;
- font-weight: normal;
- font-size: @font-size;
- /**color: @unselected-text-color; **/
- }
-
-.owl-days td.owl-day {
- border-radius: 30px;
- height: 2em;
- width: calc(100% / 7);
- line-height: 2em; }
- .owl-days td.owl-day.owl-day-today:before {
- content: '';
- display: block;
- position: absolute;
- right: 2px;
- top: 2px;
- color: @primary-color;
- border-top: 0.5em solid @primary-color-hover;
- border-left: .5em solid transparent;
- }
-
-.owl-timer-wrapper {
- height: 5.4em;
- background-color: @shadow-color; }
- .owl-timer-wrapper .owl-timer-text {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 40%;
- font-size: 1.5em; }
- .owl-timer-wrapper .owl-meridian-btn {
- font-size: .8em;
- color: @guide-color;
- background-image: none;
- background-color: transparent;
- border-color: @guide-color; }
- .owl-timer-wrapper .owl-meridian-btn:hover {
- color: @scene-textcolor;
- background-color: @guide-color;
- border-color: @guide-color; }
-
-.owl-timer-divider {
- display: inline-block;
- align-self: flex-end;
- position: absolute;
- width: .6em;
- height: 100%;
- left: -.3em; }
- .owl-timer-divider .owl-timer-dot {
- display: block;
- width: .3em;
- height: .3em;
- position: absolute;
- left: 50%;
- border-radius: 50%;
- transform: translateX(-50%); }
- .owl-timer-divider .owl-timer-dot.dot-top {
- top: 38%; }
- .owl-timer-divider .owl-timer-dot.dot-bottom {
- bottom: 38%; }
-.owl-icon{
- position: absolute;
- top: 50%;
- right: .1em;
- border-radius: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- cursor: pointer;
- color: @fonticon-color;
-}
-
-.oes-time-control{
- color: @text-color !important;
-}
-.owl-calendar-selected {
- background-color: @guide-color;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar tbody td div.day:not(.owl-calendar-selected):not(.owl-calendar-invalid):hover {
- background-color: @hover-bg-color;
- color:#000;
- border-radius: 50%; }
-.oes-time-control{
- font-size: @font-size;
-}
-.owl-calendar-year-part{
- width: 42px;
- margin-left: 30px;
- text-align: center;
-}
-.owl-calendar-year-part:hover{
- background-color: @hover-bg-color;
- color:#000;
- border-radius: 50%;
-}
-.owl-calendar-year-selected{
- background-color: @guide-color;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar-year-selected:hover{
- background-color: @guide-color;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar-month-part{
- width: 42px;
- margin-left: 30px;
- text-align: center;
-}
-.owl-calendar-month-part:hover{
- background-color: @hover-bg-color;
- color:#000;
- border-radius: 50%;
-}
-.owl-calendar-month-selected{
- background-color: @guide-color;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar-month-selected:hover{
- background-color: @guide-color;
- color: #fff;
- border-radius: 50%;
-}
-
-/*# sourceMappingURL=picker.css.map */
-
-
-///////
-///////
-///////
-.oes-time-table .chevron::before {
- border-style: solid;
- border-width: 0.29em 0.29em 0 0;
- content: '';
- display: inline-block;
- height: 0.69em;
- left: 0.05em;
- position: relative;
- top: 0.15em;
- transform: rotate(-45deg);
- -webkit-transform: rotate(-45deg);
- -ms-transform: rotate(-45deg);
- vertical-align: middle;
- width: 0.71em;
-}
-
-.oes-time-table .chevron.bottom:before {
- top: -.3em;
- -webkit-transform: rotate(135deg);
- -ms-transform: rotate(135deg);
- transform: rotate(135deg);
-}
-
-.oes-time-table .btn-link {
- border: none!important;
- cursor: pointer;
- outline: 0;
- display: block;
-}
-
-.oes-time-table .btn-link.disabled {
- cursor: not-allowed;
- opacity: .65;
-}
-
-.oes-time-control {
- text-align: center;
-}
-
-.datapicker-form-control {
- width: auto !important;
- display: inline-block;
-}
-
-.oes-time-table .ict-stretch{
-
- font-size: 8px;
-}
-
-.oes-time-table .ict-shrink{
- font-size: 8px;
-}
-.time-pick-bk{
- background-color: #fff;
-}
-
-.btn-link:focus, .btn-link:hover{
- text-decoration: none;
-}
-.oes-time-control{
- border: 0;
- width: 30px !important;
- padding: 3px 0;
- margin: 0;
- font-size: @font-size;
-}
-
-.oes-time-control:hover{
- background-color: #e6e6e6;
- color:#000;
- cursor: pointer;
-}
-
-
-.oes-time-control-foucs-bk{
- background-color: #00abff !important;
- color:#fff!important;
-
-}
-
-.oes-time-separator{
- margin: 0 -5px;
-}
-.oes-time-group,.oes-time-group:hover{
-
- border-bottom: 1px solid #ccc;
- border-left: 1px solid #ccc;
- border-top: 1px solid #ccc;
- border-radius: 0.2em;
- }
- .oes-time-btns,.oes-time-btns:hover{
-
- border-bottom: 1px solid #ccc;
- border-right: 1px solid #ccc;
- border-top: 1px solid #ccc;
- border-radius: 0.2em;
- padding: 0 0 7px 0 !important;
-
- }
-
- .oes-time-btns-wrapper {
- margin-top:-3px;
- transform:scale(0.6,0.6);
- }
-
- .i18nTimeDes,.i18nTimeDes:hover{
-
- padding: 0 5px 0px 0;
-
- }
-
- .oes-time-btn{
-
- height: 5px;
- }
-
-
- .oes-time-table{
- margin-bottom: 10px;
- }
-
-.hour-table{
-
- font-size:12px;
-}
-
-.hour-table td{
-
- padding: 5px;
- padding-top: 3px;
- padding-bottom: 3px;
- cursor: pointer;
-}
-.oes-time-btn-shrink{
- position: relative;
- top:-5px;
- left:0px;
- color:#CCC;
-}
-
-.oes-time-btn-stretch{
- position: relative;
- left:0px;
- color:#CCC;
-}
-.owl-calendar-timer-invalid{
- color: #acacac;
-}
-.owl-calendar-timer-selected{
- background-color: #00abff;
- color: #FFFFFF;
- border-radius: 1.2em;
-}
-.hour-table td:not(.owl-calendar-timer-selected):not(.owl-calendar-timer-invalid):hover {
- background-color: #ebf6fd;
- color: #000000;
- border-radius: 1.2em;
-}
-
-
-
-
-///////
-
-.icon {
- color: @fonticon-color;
- vertical-align: text-bottom;
- margin-left:5px;
- font-size: 20px;
-}
-
-///////
-
-
-.plx-input-password {
- display: inline-block;
- line-height: @input-height - 2px;
- width: 40px;
- text-align: center;
- vertical-align: middle;
- margin-top: -2px;
- background-color: @common-color;
- border-top: 1px solid @border-color-base;
- border-right: 1px solid @border-color-base;
- border-bottom: 1px solid @border-color-base;
- border-bottom-right-radius: @radius;
- border-top-right-radius: @radius;
- cursor: pointer;
- &:focus,
- &:hover {
- background-color: @common-color-hover;
- }
- &:active {
- background-color: @common-color-click;
- }
- &.ict-eye-closed, &.ict-eye {
- color: @fonticon-color;
- }
-}
-
-
-.plx-input-password-disabled {
- cursor: not-allowed;
- &:focus,
- &:hover,
- &:active{
- background-color: @common-color;
- }
-}
-
-.plx-input-password-sm {
- line-height: @input-height-sm - 2px;
-}
-///////
-
-@-moz-keyframes three-quarters-loader {
- 0% {
- -moz-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-
-@-webkit-keyframes three-quarters-loader {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-
-@keyframes three-quarters-loader {
- 0% {
- -moz-transform: rotate(0deg);
- -ms-transform: rotate(0deg);
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-
-.plx-loading-max:not(:required) {
- .plx-loading;
- width: 72px;
- height: 72px;
- border: 5px solid @primary-color;
- border-right-color: @component-bg;
- border-radius: 36px;
-}
-
-.plx-loading-medium:not(:required) {
- .plx-loading;
- width: 36px;
- height: 36px;
- border: 4px solid @primary-color;
- border-right-color: @component-bg;
- border-radius: 18px;
-}
-
-.plx-loading-min:not(:required) {
- .plx-loading;
- width: 18px;
- height: 18px;
- border: 2px solid @primary-color;
- border-right-color: @component-bg;
- border-radius: 9px;
-}
-
-.plx-loading-default:not(:required) {
- margin-left: 100px;
- margin-top: 100px;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 36px;
- height: 36px;
- border: 4px solid @primary-color;
- border-right-color: @component-bg;
- border-radius: 18px;
-}
-
-.plx-loading-xs:not(:required) {
- .plx-loading;
- width: 12px;
- height: 12px;
- border: 2px solid @primary-color;
- border-right-color: @component-bg;
- border-radius: 6px;
-}
-
-.plx-loading {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
-}
-
-.plx-loading-white:not(:required) {
- .plx-loading;
- width: 12px;
- height: 12px;
- border: 2px solid @component-bg;
- border-right-color: @primary-color;
- border-radius: 6px;
-}
-
-.plx-loading-gray:not(:required) {
- .plx-loading;
- width: 12px;
- height: 12px;
- border: 2px solid @disabled-text-color;
- border-right-color: @component-bg;
- border-radius: 6px;
-}
-
-///////
-.message{
- width: 400px;
- right:10px;
- position: fixed;
- z-index: 99999;
- font-family: @font-family;
- font-weight: 400;
- font-style: normal;
- font-size:14px;
- color: @title-text-color;
-}
-.message>p{
- width: 100%;
- margin: 10px 0 16px;
- padding: 0 25px ;
- border:1px solid @border-color-split;
- box-shadow: 1px 3px 9px @shadow-color;
- line-height: 36px;
- background: @component-bg;
- font-size: @font-size !important;
- color: @text-color;
-}
-.message>p>span{
- float: right;
- cursor: pointer;
- font-weight: 400;
- font-style: normal;
- color: #108EE9;
- text-align: center;
- &:hover{
- text-decoration: underline;
- }
-}
-.message>div{
- width: 100%;
- margin-bottom: 16px;
- border:1px solid ;
- line-height: 62px;
- border:1px solid @border-color-split;
- box-shadow: 1px 4px 9px @shadow-color;
- border-radius: 5px;
- background: @component-bg;
- position: relative;
-}
-.message>div>span{
- display: inline-block;
- font-size:24px !important;
- margin-left:12px;
- margin-right: 3px;
- vertical-align: middle;
-}
-.message>div.success{
- border-left:4px solid @success-color;
-}
-.message>div.success>span{
- color: @success-color;
-}
-.message>div.error{
- border-left:4px solid @error-color;
-}
-.message>div.error>span{
- color: @error-color;
-}
-
-.message>div.warning{
- border-left:4px solid @warning-color;
-}
-.message>div.warning>span{
- color: @warning-color;
-}
-.message>div.info{
- border-left:4px solid @primary-color;
-}
-.message>div.info>span{
- color:@primary-color;
-}
-// .message>div.info>span{
-// color: @info-color;
-// }
-.message>div>i{
- float:right;
- width: 20px;
- height: 20px;
- margin-top:21px;
- line-height: 20px;
- border-radius: 50%;
- margin-right: 20px;
- cursor: pointer;
- text-align: center;
- font-size: 16px;
- &:hover{
- background: @hover-bg-color;
- }
-}
-
-.message>div>p{
- position: relative;
- top:-3px;
- margin: 0;
- padding: 0 20px 16px 43px;
- font-size: @font-size !important;
- color: @text-color;
- line-height: 18px;
- position: relative;
-}
-.message>div>p>span{
- color: @primary-color;
- cursor:pointer;
- &:hover{
- text-decoration: underline;
- }
-}
-.message>div>div{
- padding-left:45px ;
- padding-bottom:19px;
- font-size: @font-size;
- color: @primary-color;
- line-height: 18px;
- cursor: pointer;
- &:hover{
- text-decoration: underline;
- }
-}
-#plxMessageMeasure{
- position: fixed;
- top:-12px;
- opacity: 0;
- white-space: nowrap;
- margin: 0;
- padding:0;
- // background: red;
- font-size: @font-size !important;
- line-height: @font-size;
- z-index:-9999;
-}
-.stack>span{
- display: inline-block;
- position: absolute;
- bottom:16px;
- right:25px;
-}
-///////
-
-plx-modal-window {
- .modal {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- display: none;
- outline: 0;
- z-index: 10000;
- }
- .modal-dialog {
- position: relative;
- max-width: 600px;
- margin: 30px auto;
- &.modal-sm {
- max-width: 600px;
- }
- &.modal-lg {
- max-width: 1000px;
- }
- }
- .modal-content {
- position: relative;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- background-color: @component-bg;
- background-clip: padding-box;
- border-radius: @radius;
- box-shadow: 0 5px 15px @shadow-color;
- outline: 0;
- .modal-header {
- border-bottom: 0;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- padding: 15px;
- }
- .modal-body {
- .form-group:last-child, form:last-child {
- margin-bottom: 0;
- }
- }
- .modal-footer {
- display: block;
- border-top: 0;
- margin-top: 0;
- padding: 0 15px 15px 15px;
- }
- .modal-title {
- font-size: @font-size-title-level1;
- margin-bottom: 0;
- line-height: 1.5;
- }
- .modal-btn {
- text-align: center;
- font-size: 0;
- }
- }
- .close {
- color: @fonticon-color;
- font-size: @font-size-title-level2;
- text-shadow: none;
- width: 24px;
- height: 24px;
- background: @scene-textcolor;
- border-radius: 20px;
- padding-bottom: 2px;
- outline: none;
- &:hover {
- color: @fonticon-color;
- background: @fonticon-bg-color-hover;
- }
- }
- .alert-modal {
- &.row {
- margin-left: 100px;
- margin-bottom: 30px;
- text-align: left;
- .tip-img {
- display: inline-block;
- width: 52px;
- height: 52px;
- border-radius: 50px;
- font-size: 45px;
- text-align: center;
- line-height: 1;
- margin-top: -5px;
- margin-right: 15px;
- &::before {
- content: "!";
- }
- }
- .tip-info {
- width: 300px;
- .alert-title {
- font-size: @font-size-title-level2;
- color: @title-text-color;
- }
- .alert-result {
- margin-top: 5px;
- font-size: @font-size;
- color: @unselected-text-color;
- }
- }
- .warning {
- border: 3px solid @warning-color;
- color: @warning-color;
- }
- .error {
- border: 3px solid @error-color;
- color: @error-color;
- }
- }
- }
-}
-///////
-
-
-@popover-arrow-border-width: 6px;
-@popover-arrow-border-width-before: 7px;
-@popover-arrow-border-height: @popover-arrow-border-width-before - @popover-arrow-border-width;
-@popover-arrow-away: 10px;
-@popover-arrow-background-color: #fff;
-@popover-arrow-border-color: #ccc;
-@popover-away-host: 3px;
-
-ngb-popover-window.plx-popover.show {
- color: #333;
- border: 1px solid @border-color-base;
-}
-
-.plx-popover {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 10001;
- display: block;
- padding: 1px;
- font-style: normal;
- font-weight: normal;
- letter-spacing: normal;
- line-break: auto;
- line-height: 1.5;
- text-align: left;
- text-decoration: none;
- text-shadow: none;
- text-transform: none;
- white-space: normal;
- word-break: normal;
- word-spacing: normal;
- word-wrap: break-word;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- max-width: 400px;
- min-width: 200px;
- background-color: @component-bg;
- font-family: @font-family;
- font-size: @font-size;
- border: 1px solid @border-color-base;
- border-radius: @radius;
- .shadow;
- &::before,
- &::after {
- content: "";
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border: solid transparent;
- }
- &::before {
- border-width: @popover-arrow-border-width-before;
- }
- &::after {
- border-width: @popover-arrow-border-width;
- }
-}
-
-.plx-popover-top-common {
- margin-top: -(@popover-arrow-border-width + @popover-away-host);
- &::before {
- border-top-color: @popover-arrow-border-color;
- border-bottom-width: 0;
- bottom: -@popover-arrow-border-width-before;
- }
- &::after {
- border-top-color: @popover-arrow-background-color;
- border-bottom-width: 0;
- bottom: -@popover-arrow-border-width;
- }
-}
-.plx-popover-top {
- .plx-popover-top-common;
- &::before {
- left: 50%;
- margin-left: -@popover-arrow-border-width-before;
- }
- &::after {
- left: 50%;
- margin-left: -@popover-arrow-border-width;
- }
-}
-.plx-popover.plx-popover-top-left {
- .plx-popover-top-common;
- &::before {
- left: @popover-arrow-away;
- }
- &::after {
- left: @popover-arrow-away + @popover-arrow-border-height;
- }
-}
-.plx-popover.plx-popover-top-right {
- .plx-popover-top-common;
- &::before {
- right: @popover-arrow-away;
- }
- &::after {
- right: @popover-arrow-away + @popover-arrow-border-height;
- }
-}
-
-.plx-popover-right-common {
- margin-left: @popover-arrow-border-width + @popover-away-host;
- &::before {
- border-right-color: @popover-arrow-border-color;
- border-left-width: 0;
- left: -@popover-arrow-border-width-before;
- }
- &::after {
- border-right-color: @popover-arrow-background-color;
- border-left-width: 0;
- left: -@popover-arrow-border-width;
- }
-}
-.plx-popover.plx-popover-right {
- .plx-popover-right-common;
- &::before {
- top: 50%;
- margin-top: -@popover-arrow-border-width-before;
- }
- &::after {
- top: 50%;
- margin-top: -@popover-arrow-border-width;
- }
-}
-.plx-popover.plx-popover-right-top {
- .plx-popover-right-common;
- &::before {
- top: @popover-arrow-away;
- }
- &::after {
- top: @popover-arrow-away + @popover-arrow-border-height;
- }
-}
-.plx-popover.plx-popover-right-bottom {
- .plx-popover-right-common;
- &::before {
- bottom: @popover-arrow-away;
- }
- &::after {
- bottom: @popover-arrow-away + @popover-arrow-border-height;
- }
-}
-
-.plx-popover-bottom-common {
- margin-top: @popover-arrow-border-width + @popover-away-host;
- &::before {
- border-bottom-color: @popover-arrow-border-color;
- border-top-width: 0;
- top: -@popover-arrow-border-width-before;
- }
- &::after {
- border-bottom-color: @popover-arrow-background-color;
- border-top-width: 0;
- top: -@popover-arrow-border-width;
- }
-}
-.plx-popover.plx-popover-bottom {
- .plx-popover-bottom-common;
- &::before {
- left: 50%;
- margin-left: -@popover-arrow-border-width-before;
- }
- &::after {
- left: 50%;
- margin-left: -@popover-arrow-border-width;
- }
-}
-.plx-popover.plx-popover-bottom-left {
- .plx-popover-bottom-common;
- &::before {
- left: @popover-arrow-away;
- }
- &::after {
- left: @popover-arrow-away + @popover-arrow-border-height;
- }
-}
-.plx-popover.plx-popover-bottom-right {
- .plx-popover-bottom-common;
- &::before {
- right: @popover-arrow-away;
- }
- &::after {
- right: @popover-arrow-away + @popover-arrow-border-height;
- }
-}
-
-.plx-popover-left-common {
- margin-left: -(@popover-arrow-border-width + @popover-away-host);
- &::before {
- border-left-color: @popover-arrow-border-color;
- border-right-width: 0;
- right: -@popover-arrow-border-width-before;
- }
- &::after {
- border-left-color: @popover-arrow-background-color;
- border-right-width: 0;
- right: -@popover-arrow-border-width;
- }
-}
-
-.plx-popover.plx-popover-left {
- .plx-popover-left-common;
- &::before {
- top: 50%;
- margin-top: -@popover-arrow-border-width-before;
- }
- &::after {
- top: 50%;
- margin-top: -@popover-arrow-border-width;
- }
-}
-
-.plx-popover.plx-popover-left-top {
- .plx-popover-left-common;
- &::before {
- top: @popover-arrow-away;
- }
- &::after {
- top: @popover-arrow-away + @popover-arrow-border-height;
- }
-}
-.plx-popover.plx-popover-left-bottom {
- .plx-popover-left-common;
- &::before {
- bottom: @popover-arrow-away;
- }
- &::after {
- bottom: @popover-arrow-away + @popover-arrow-border-height;
- }
-}
-
-.plx-popover .plx-popover-title {
- padding: 8px 14px;
- margin-bottom: 0;
- font-size: @font-size-title-level2;
- background-color: @component-bg;
- border-bottom: 1px solid @border-color-base;
- &:empty {
- display: none;
- }
-}
-
-.plx-popover .plx-popover-content {
- padding: 9px 14px;
- background-color: @component-bg;
-}
-
-.plx-popover .ict-warning {
- color: @error-color;
- font-size: 24px;
- margin-right: 5px;
-}
-
-//.popover .popo {
-// text-align: center;
-//}
-//
-//.popover .pop-btn {
-// float: right;
-// margin-top: 10px;
-// margin-bottom: 10px;
-// font-size: 0;
-//}
-//
-//.popover .pop-btn .btn-s {
-// margin-left: 10px;
-//}
-//
-//.popover .tip-info span {
-// vertical-align: middle;
-//}
-//
-//.popover .tip-info .content {
-// font-size: 14px;
-//}
-
-.popover-template {
- padding: 10px 0px;
- min-width: 220px;
- .popover-template-content {
- padding: 10px 10px;
- }
- .popover-template-footer {
- padding: 10px 10px 5px 10px;
- text-align: center;
- }
- .popover-template-icon {
- display: inline-block;
- max-width: 30px;
- float: left;
- }
- .popover-template-icon-area {
- display: inline-block;
- height: 100%;
- vertical-align: middle;
- }
- .popover-template-msg {
- display: inline-block;
- max-width: 300px;
- margin-left: 10px;
- margin-top: 1px;
- }
-}
-///////
-
-
-.plx-progress {
- display: inline-block;
- margin: 0 10px 1px 0;
- border-radius: @radius-lg;
- overflow: hidden;
- background-color: #eee;
-
- .plx-progress-bar {
- width: 0;
- height: 8px;
- transition: width 0.8s ease-in-out;
- opacity: 1;
- }
-
- .plx-progress-bar-info {
- position: relative;
- background-color: lighten(@primary-color, 10%);
- &::before {
- background-color: @primary-color;
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- width: 0;
- height: 8px;
- animation: plx-progress-bar-stripes 0.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
- }
- }
-
- .plx-progress-bar-info.plx-progress-bar-reset {
- transition: none;
- }
-
- .plx-progress-bar-warning {
- background-color: @error-color;
- }
-
- .plx-progress-bar-success,
- .plx-progress-bar-info.plx-progress-bar-success {
- background-color: @primary-color;
- }
-}
-
-.plx-progress-info {
- display: inline-block;
- .fp-exclamation-circle {
- color: @error-color;
- }
-}
-
-@keyframes plx-progress-bar-stripes {
- from {width: 0;}
- to {width: 100%;}
-}
-
-:host(.plx-progressbar-sm) {
- .plx-progressbar-sm-common;
-}
-
-.plx-progressbar-sm {
- .plx-progressbar-sm-common;
- }
-
-.plx-progressbar-sm-common {
- font-size: 12px;
- .plx-progress-bar {
- height: 2px;
- }
- .fp-exclamation-circle {
- vertical-align: middle;
- font-size: 12px;
- }
- .plx-progress-info span {
- vertical-align: middle;
- }
-}
-
-///////
-///////
-
-.search-input {
- position: relative;
- background: @component-bg;
- color: @text-color;
- }
-
- .search-input input {
- .plx-input;
- width: 100%;
- font-family: @font-family;
- font-size: @font-size;
- color: @text-color;
- }
-
- .search-input-sm {
- height: @input-height-sm !important;
- }
-
- .search-img {
- color: @disabled-text-color;
- position: absolute;
- right: 8px;
- top: 8px;
- list-style: none;
- font-size: 16px;
- }
-
- .search-img-confirm {
- color: @primary-color-click;
- cursor: pointer;
- }
-
-
- // placeholder
-::-webkit-input-placeholder {
- color: @unselected-text-color !important;
-}
-:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: @unselected-text-color !important;
-}
-::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color:@unselected-text-color !important;
-}
-input:-ms-input-placeholder {
- color: @unselected-text-color !important;
-}
-input::-webkit-input-placeholder {
- color:@unselected-text-color !important;
-}
-///////
-
-select-dropdown {
- box-sizing: border-box;
- font-family: @font-family;
- font-size: @font-size;
- outline: none;
- & > div {
- background-color: @component-bg;
- position: absolute;
- z-index: 9999;
- &.select-sm .filter {
- input {
- height: @input-height-sm + 2;
- }
- .toggle {
- top: 13px;
- }
- }
- .filter {
- width: 100%;
- input {
- border: 1px solid @primary-color;
- border-radius: @radius;
- padding: 0 10px;
- width: 100%;
- height: @input-height + 2;
- }
- .toggle {
- display: block;
- position: absolute;
- top: 15px;
- right: 10px;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid lighten(@fonticon-color, 5%);
- }
- }
- .options {
- border: 1px solid @border-color-base;
- border-top: none;
- border-radius: @radius;
- max-height: 160px;
- overflow-y: auto;
- ul {
- list-style: none;
- margin: 0;
- padding: 0;
- li {
- color: @text-color;
- height: 30px;
- line-height: 18px;
- padding: 6px 20px 6px 8px;
- position: relative;
- cursor: pointer;
- user-select: none;
- &.single-selected {
- background-color: @selected-bg-color;
- }
- &.highlighted {
- background-color: @hover-bg-color;
- color: @text-color;
- }
- &.disabled {
- background-color: @component-bg;
- color: @disabled-text-color;
- cursor: default;
- pointer-events: none;
- }
- &.plx-select-message {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .option-label {
- display: inline-block;
- width: 100%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .option-tick {
- display: inline-block;
- position: absolute;
- right: 5px;
- top: 5px;
- }
- .tick {
- fill: none;
- stroke: @success-color;
- stroke-width: 2;
- stroke-linecap: round;
- stroke-linejoin: round;
- stroke-miterlimit: 10;
- }
- }
- }
- }
- }
-}
-
-///////
-
-@option-bg-color: #f8f8f8;
-@option-border-color: #e6e6e6;
-@deselect-option-color-hover: #555;
-
-plx-select {
- display: inline-block;
- margin: 0;
- position: relative;
- vertical-align: middle;
- width: 100%;
- &.ng-untouched:not(form).ng-untouched:not(fieldset) {
- border: 0;
- }
- & * {
- box-sizing: border-box;
- font-family: @font-family;
- font-size: @font-size;
- outline: none;
- }
- & > div {
- border: 1px solid @border-color-base;
- border-radius: @radius;
- cursor: pointer;
- user-select: none;
- width: 100%;
- &.disabled {
- background-color: @input-bg-color-disabled;
- color: @disabled-text-color;
- cursor: not-allowed;
- //pointer-events: none;
- }
- &.focus-border {
- border: 1px solid @primary-color !important;
- }
- &.select-sm {
- .value, .placeholder {
- height: @input-height-sm !important;
- line-height: @input-height-sm !important;
- }
- .toggle {
- top: 13px;
- }
- div.option {
- height: 20px !important;
- line-height: 14px !important;
- }
- input {
- height: @input-height-sm;
- line-height: @input-height-sm;
- }
- }
- input {
- background-color: transparent;
- border: none;
- border-radius: @radius;
- cursor: pointer;
- height: @input-height;
- line-height: @input-height;
- }
- .toggle {
- display: block;
- position: absolute;
- top: 15px;
- right: 10px;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid lighten(@fonticon-color, 5%);
- }
- .single {
- display: flex;
- width: 100%;
- .value, .placeholder {
- color: @text-color;
- flex: 1;
- height: @input-height;
- line-height: @input-height;
- overflow: hidden;
- padding: 0 10px;
- white-space: nowrap;
- span {
- display: inline-block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 100%;
- }
- }
- .placeholder {
- color: @unselected-text-color;
- }
- input {
- flex: 1;
- padding: 1px 10px 0 10px;
- }
- }
- .multiple {
- display: flex;
- flex-flow: row wrap;
- //min-height: @input-height;
- padding: 0 10px;
- width: 100%;
- .placeholder {
- flex: 1;
- color: @unselected-text-color;
- height: @input-height;
- line-height: @input-height;
- overflow: hidden;
- white-space: nowrap;
- }
- input {
- padding: 0;
- margin-right: 10px;
- }
- div.option {
- background-color: @option-bg-color;
- border: 1px solid @option-border-color;
- border-radius: @radius-sm;
- color: @text-color;
- cursor: default;
- display: inline-block;
- flex-shrink: 0;
- height: 24px;
- line-height: 18px;
- margin: 4px 10px 4px 0;
- padding: 2px 30px 2px 10px;
- max-width: 100%;
- position: relative;
- span {
- display: inline-block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 100%;
- }
- .deselect-option {
- color: darken(@border-color-base, 10%);
- cursor: pointer;
- font-size: 8px;
- position: absolute;
- top: 2px;
- right: 8px;
- &:hover {
- color: @deselect-option-color-hover;
- }
- }
- }
- }
- }
-}
-///////
-
-@plx-steps-circle-width: 24px;
-@plx-steps-height: 40px;
-
-.plx-ui-steps {
- height: @plx-steps-height;
-}
-
-.plx-ui-horizon-ul-horizon {
- display:flex;
- box-orient: horizontal;
- padding: 0;
- font-size: @font-size;
- font-family: @font-family;
-}
-
-.plx-ui-steps-li {
- list-style: none;
- position: relative;
- height: 24px;
- line-height: 24px;
- float: left;
- margin-right: 0;
-}
-
-.plx-ui-steps-number-active {
- color: @component-bg;
- background-color: @primary-color;
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 10px;
- float: left;
- text-align: center;
-}
-.plx-ui-steps-number-passive {
- background-color: #D7D7D7;
- color: @component-bg;
- width: @plx-steps-circle-width;
- height: @plx-steps-circle-width;
- border-radius: 50%;
- display: inline-block;
- margin-right: 10px;
- float: left;
- text-align: center;
-}
-.plx-rapire-steps {
- position: relative;
-}
-.plx-ui-steps-number-visited {
- width: @plx-steps-circle-width;
- height: @plx-steps-circle-width;
- border-radius: 50%;
- display: inline-block;
- margin-right: 10px;
- float: left;
- position: relative;
- color: @primary-color;
- background-color: @body-bg;
- border: 2px solid @primary-color;
-}
-.plx-ui-menuitem-div-passive {
- position: absolute;
- top:50%;
- left:50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-
-.plx-ui-menuitem-div-active {
- position: absolute;
- top:50%;
- left:50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-
-.plx-ui-menuitem-div-passive {
- position: absolute;
- top:50%;
- left:50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-.plx-ui-menuitem-div-visited {
- position: absolute;
- top:50%;
- left:50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-
-.plx-ui-underline {
- width: 386px;
- height: 2px;
- margin-top: @plx-steps-height - 1px + 10px;
- position: absolute;
- background-color: @primary-color;
-}
-
-.passive .plx-ui-underline {
- background-color: #D7D7D7;
-}
-
-.plx-ui-steps-title-active {
- white-space:nowrap;
-}
-.plx-ui-steps-title-passive {
- white-space:nowrap;
-}
-.plx-ui-steps-title-visited {
- white-space:nowrap;
-}
-.plx-ui-steps-number-visited-tick {
- position: absolute;
- background-color: transparent;
- height: 12px;
- width: 7px;
- transform: rotate(45deg);
- transform-origin: 50% 120%;
- transition: all 0.2s;
- border-right: 2px solid @primary-color;
- border-bottom: 2px solid @primary-color;
-}
-/**********************************************************************************************************/
-.plx-ui-steps-display-vertical {
- display:inline-block;
-}
-.plx-ui-steps-vertical {
- height: auto;
- width: auto;
- min-width: 180px;
- display:inline-block;
- font-size: @font-size;
- font-family: @font-family;
-}
-.plx-ui-horizon-ul-vertical {
- display:inline-block;
- box-orient:vertical;
- width: auto;
- padding: 0;
-}
-.plx-ui-underline-active-vertical {
- margin-left:3px;
- width: 10px;
- display: table-caption;
- min-height: 30px;
- border-right: 2px solid #D7D7D7;
-}
-.plx-ui-underline-visited-vertical {
- margin-left:3px;
- width: 10px;
- display: table-caption;
- height: 30px;
-}
-.plx-ui-underline-passive-vertical {
- height: 30px;
- margin-left:3px;
- width: 10px;
- display: table-caption;
- border-right: 2px solid #D7D7D7;
-}
-.plx-ui-steps-li-vertical {
- list-style: none;
- width: auto;
-}
-
-.plx-ui-menuitem-div-active-vertical {
-
-}
-.plx-ui-steps-title-active-vertical {
- margin-left: 10px;
- position: absolute;
- width: auto;
- height: 24px;
- min-width: 64px;
- margin-top: 1px;
- white-space:nowrap;
-}
-.plx-ui-steps-title-visited-vertical {
- margin-left: 10px;
- position: absolute;
- width: auto;
- height: 24px;
- min-width: 64px;
- margin-top: 3px;
- white-space:nowrap;
-}
-.plx-ui-steps-title-passive-vertical {
- margin-left: 10px;
- position: absolute;
- width: auto;
- height: 24px;
- min-width: 64px;
- margin-top: 1px;
- white-space:nowrap;
-}
-.plx-ui-steps-number-visited-tick-vertical {
- position: absolute;
- background-color: transparent;
- height: 12px;
- width: 7px;
- transform: rotate(45deg);
- transform-origin: 50% 120%;
- transition: all 0.2s;
-}
-.plx-ui-steps-number-active-vertical {
- width: @plx-steps-circle-width;
- height: @plx-steps-circle-width;
- border-radius: 50%;
- display: inline-block;
- margin-right: 0;
- float: left;
- text-align: left;
- position: relative;
- line-height: @plx-steps-circle-width;
-}
-
-.plx-ui-steps-number-passive-vertical {
- width: @plx-steps-circle-width;
- height: @plx-steps-circle-width;
- border-radius: 50%;
- display: inline-block;
- margin-right: 0;
- float: left;
- text-align: left;
- position: relative;
- padding-top: 2px;
- line-height: @plx-steps-circle-width;
-}
-
-.plx-ui-steps-number-visited-vertical {
- width: @plx-steps-circle-width;
- height: @plx-steps-circle-width;
- border-radius: 50%;
- display: inline-block;
- margin-right: 0;
- float: left;
- position: relative;
- line-height: @plx-steps-circle-width;
-}
-
-///////
-
-.plx-tabset {
- display: flex;
- padding-left: 0;
- margin-bottom: 0;
- list-style: none;
-
- &.plx-nav-tabs {
- border-bottom: 1px solid @border-color-base;
- font-size: @font-size + 2px;
- .plx-nav-item {
- margin-bottom: -1px;
- }
- .plx-nav-link {
- display: block;
- border-radius: 0;
- border: 1px solid transparent;
- border-top: 2px solid transparent;
- color: @unselected-text-color;
- min-width: 100px;
- text-align: center;
- padding: 6px 16px;
- &:hover, &:focus {
- text-decoration: none;
- background-color: @hover-bg-color;
- border-bottom: 0;
- border-left: 0;
- border-right: 0;
- }
- &.active {
- color: @text-color;
- border-top: 2px solid @primary-color;
- border-left: 1px solid @border-color-base;
- border-right: 1px solid @border-color-base;
- background-color: @component-bg;
- &:hover, &:focus {
- border-left: 1px solid @border-color-base;
- border-right: 1px solid @border-color-base;
- border-bottom: 1px solid transparent;
- }
- }
- }
- &.bottom {
- .plx-nav-link {
- border: 0;
- border-bottom: 2px solid transparent;
- &:hover {
- border-bottom: 1px solid transparent;
- }
- &.active {
- border: 0;
- border-bottom: 2px solid @primary-color;
- }
- }
- }
- }
-
- &.plx-nav-pills {
- .plx-nav-link {
- border: 1px solid @border-color-base;
- border-radius: 0.25em;
- color: @unselected-text-color;
- display: block;
- padding: 6px 10px;
- min-width: 100px;
- text-align: center;
- &:hover, &:focus {
- text-decoration: none;
- color: @btn-common-color-text-hover;
- border-color: @btn-common-color-border-hover;
- background-color: @common-color-hover;
- }
- &:active {
- color: @btn-common-color-text-click;
- border-color: @btn-common-color-border-click;
- background-color: @common-color-click;
- }
- &.active {
- color: @scene-textcolor;
- cursor: default;
- background-color: @primary-color;
- border-color: @primary-color;
- }
- }
- .plx-nav-item {
- &:hover, &:focus, &:active {
- z-index: 2;
- }
- &:first-child:not(:last-child) {
- .plx-nav-link {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- }
- }
- &:not(:first-child):not(:last-child) {
- .plx-nav-link {
- border-radius: 0;
- }
- }
- &:last-child:not(:first-child) {
- .plx-nav-link {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- }
- }
- & + .plx-nav-item {
- .plx-nav-link {
- margin-left: -1px;
- }
- }
- }
- }
-}
-
-.plx-tab-content {
- .plx-tab-pane {
- display: none;
- &.active {
- display: block;
- }
- }
-}
-///////
-///////
-
-.plx-table-wrapper{
- position: relative;
- width: 100%;
-}
-.plx-table-blur{
- opacity: .7;
- filter: blur(.5px);
-}
-.plx-table-loading{
- position: absolute;
- width: 100%;
- height: 100%;
- opacity: 1;
-
- z-index: 9999;
-}
-.plx-table-loading-content{
- position: absolute;
- width: 36px;
- height: 36px;
- border: 5px solid @primary-color;
- border-right-color: transparent;
- top: calc(~"50% - 36px");
- left: calc(~"50% - 18px");
- animation: plx-table-loading-animation 1s infinite ease-in-out;
- border-radius: 50%;
-}
-.plx-table-loading-placeholder{
- position: absolute;
- top: calc(~"50% + 10px");
- left: calc(~"50% - 18px");
-}
-/* 加载中动画 */
-@-moz-keyframes plx-table-loading-animation {
- 0% {
- -moz-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- }
-
- @-webkit-keyframes plx-table-loading-animation {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- }
-
- @keyframes plx-table-loading-animation {
- 0% {
- -moz-transform: rotate(0deg);
- -ms-transform: rotate(0deg);
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- }
-
- /*表格样式*/
-
- .plx-table{
- font-family: @font-family;
- font-size: @font-size;
- line-height: 1.5;
- color: @text-color;
- border-collapse: collapse;
- width: 100%;
- display: table;
- table-layout: fixed;
- max-width: 100%;
- min-width: 100%;
- word-break: break-all;
-
- .plx-table-subHead th{
- background-color: @component-bg;
- line-height: 1;
- border-bottom: 1px solid @border-color-base;
- }
- tr.plx-table-hlt {
- background-color: #e2f2fc;
- }
- tr:hover{
- background-color: @hover-bg-color;
- }
- &.plx-table-normal th{
- box-sizing: border-box;
- height: 40px;
- padding: 0px 10px ;
- color: @text-color;
- text-decoration: none;
- font-weight: normal;
- font-size: @font-size;
- border: 1px solid @border-color-base;
- background-color: #f5f5f5;
- }
- &.plx-table-normal td{
- border: 1px solid @border-color-base;
- vertical-align: middle;
- height: 40px;
- padding: 2px 10px 0px 10px;
- }
- &.plx-table-large th{
- box-sizing: border-box;
- height: 50px;
- padding: 0px 10px ;
- color: @text-color;
- text-decoration: none;
- font-weight: normal;
- font-size: @font-size;
- border: none;
- background-color: #f5f5f5;
- }
- &.plx-table-large td{
- border-bottom: 1px solid @border-color-base;
- vertical-align: middle;
- height: 50px;
- padding: 2px 10px 0px 10px;
- }
- &.plx-table-card th{
- box-sizing: border-box;
- height: 64px;
- padding: 0px 10px ;
- color: @text-color;
- text-decoration: none;
- font-weight: normal;
- font-size: @font-size;
- border: none;
- background-color: #f5f5f5;
- }
- &.plx-table-card td{
- border-bottom: 1px solid @border-color-base;
- vertical-align: middle;
- height: 64px;
- padding: 2px 10px 0px 10px;
- }
- &.plx-table-sm th{
- box-sizing: border-box;
- height: 30px;
- padding: 0px 10px ;
- color: @text-color;
- text-decoration: none;
- font-weight: normal;
- font-size: @font-size;
- border: 1px solid @border-color-base;
- background-color: #f5f5f5;
- }
- &.plx-table-sm td{
- border: 1px solid @border-color-base;
- vertical-align: middle;
- height: 30px;
- padding: 2px 10px 0px 10px;
- }
-
- & tbody tr:first-child td{
- border-top: none;
- }
-
- }
-
- .plx-table-fix{
- table-layout: fixed;
- }
-
- /*防止分页区域高度塌陷*/
-.plx-table-pagnation-content{
- overflow: auto;
-}
-/*搜索区域*/
-.plx-table-opretions-wrapper:after{
- content: '';
- display: block;
- clear: both;
- height: 0;
- visibility: hidden;
-
-}
-
-.plx-table-align-center{
- text-align: center;
-}
-.plx-table-align-left{
- text-align: left;
-}
-.plx-table-align-right{
- text-align: right;
-}
-.plx-table-head-checkbox label{
- margin-bottom: 0px;
- vertical-align: top;
-}
-.plx-table td.plx-table-no-data{
- height: 60px;
- text-align:center;
- font-size: @font-size;
- color: @text-color;
-}
-
-///////
-///////
-
-@input-short-width: 120px;
-@padding-left: 10px;
-@padding: 10px;
-@border-width: 1px;
-@unit-span-width: 45px;
-@unit-option-width: 84px;
-@short-unit-span-width: 40px;
-@prefix-span-width: 70px;
-@prefix-option-width: 84px;
-@short-prefix-span-width: 40px;
-@password-switch: 40px;
-
-.font {
- font-family: @font-family;
- font-size: @font-size;
-}
-
-.text-input {
- //height: @input-height;
- //position: relative;
- //margin-bottom: 0;
- display: inline-block;
-
- .caret-down {
- display: block;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid lighten(@fonticon-color, 5%);
- margin-top: 4px;
- margin-bottom: 10px;
-
- &.caret-down-hover:hover, &.caret-down-hover:active {
- border-top: 4px solid @primary-color;
- }
- }
- .caret-up {
- display: block;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-bottom: 4px solid lighten(@fonticon-color, 5%);
- margin-top: 10px;
-
- &.caret-up-hover:hover, &.caret-up-hover:active {
- border-bottom: 4px solid @primary-color;
- }
- }
- .toggle {
- float: right;
- margin-right: 10px;
- margin-top: 14px;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid lighten(@fonticon-color, 5%);
- }
- .text-input-dataList {
- margin-top: 2px;
- position: absolute;
- z-index: @z-index-dropdown;
- border: 1px solid @gray-grade-7;
- background: #fff;
- cursor: pointer;
- border-radius: @radius;
- li {
- list-style: none;
- height: @input-height;
- width: @input-width;
- padding-left: @padding-left;
- &:hover {
- background-color: @hover-bg-color;
- }
- }
- }
-}
-
-.input-span {
- display: inline-block;
- overflow: visible;
- padding: 0;
- position: relative;
-}
-
-.text-input-with-hint {
- margin-bottom: -8px;
- :host(.ng-touched.ng-invalid.input-blur) & {
- height: auto;
- margin-bottom: 0;
- }
-}
-
-.plx-text-input-unit-group, .plx-text-input-prefix-group {
- position: absolute;
- margin-top: @overlay-margin-top;
- width: @unit-option-width;
- z-index: @z-index-dropdown;
- border-radius: @radius;
- background: @component-bg;
- border: 1px solid @border-color-base;
- .shadow;
- cursor: pointer;
- li {
- padding-left: 10px;
- height: @input-height;
- list-style: none;
- line-height: @input-height;
- font-size: @font-size;
- &:hover {
- background-color: @hover-bg-color;
- }
- &.group-selected, &.group-selected:hover {
- background-color: @selected-bg-color;
- color: @text-color;
- }
- }
-}
-
-.text-input-optional {
- display: inline-block;
- margin-right: 6px;
- padding-left:5px;
-}
-
-.input-right-border .plx-input {
- border-right: 1px solid @primary-color;
-}
-
-.input-left-border .plx-input {
- border-left: 1px solid @primary-color;
-}
-
-.text-input-hint {
- top: 42px;
- left: 10px;
- font-family: @font-family;
- font-size: @font-size;
- color: @disabled-text-color;
- :host(.ng-touched.ng-invalid.input-blur) & {
- display: none;
- }
-}
-
-.text-input-prefix {
- .font;
- display: inline-block;
- width: @prefix-span-width;
- height: @input-height;
- text-align: center;
- line-height: @input-height;
- border-top-left-radius: @radius;
- border-bottom-left-radius: @radius;
- color: @disabled-text-color;
- border: 1px solid @border-color-base;
- border-right: 0;
- vertical-align: middle;
- .short-text-input & {
- width: @short-prefix-span-width;
- }
- .input-span-focus & {
- border-color: @primary-color;
- }
- .input-invalid.ng-dirty.ng-invalid.ng-touched.input-blur &,
- .input-invalid.ng-dirty.ng-invalid.ng-touched.input-blur .input-span-focus:focus & {
- border-color: @error-color;
- }
-}
-
-.input-unit {
- .font;
- display: inline-block;
- height: @input-height;
- text-align: center;
- line-height: @input-height;
- border-top-right-radius: @radius;
- border-bottom-right-radius: @radius;
-}
-
-.text-input-unit {
- border: 1px solid @border-color-base;
- border-left: 0;
- .input-unit;
- color: @disabled-text-color;
- width: @unit-span-width;
- text-align: center;
- vertical-align: middle;
- .short-text-input & {
- width: @short-unit-span-width;
- }
- .input-span-focus & {
- border-color: @primary-color;
- }
-}
-
-.text-input-prefix-option {
- .font;
- display: inline-block;
- height: @input-height;
- text-align: center;
- line-height: @input-height;
- border-top-left-radius: @radius;
- border-bottom-left-radius: @radius;
- width: @prefix-option-width;
- text-align: left;
- padding-left: 10px;
- cursor: pointer;
- border: 1px solid @border-color-base;;
- border-right: 0;
- vertical-align: middle;
- &.prefix-focus {
- border-color: @primary-color;
- }
-}
-
-.text-input-unit-option {
- &:extend(.input-unit);
- width: @unit-option-width;
- text-align: left;
- padding-left: 10px;
- cursor: pointer;
- border: 1px solid @border-color-base;;
- border-left: 0;
- vertical-align: middle;
- .input-span-focus & {
- border-color: @primary-color;
- }
-}
-
-.text-input-with-unitOption {
- div.unit-focus {
- border-color: @primary-color;
- }
-}
-
-.plx-input {
- .short-text-input & {
- width: @input-short-width;
- }
-
- .text-input-with-unit & {
- width: @input-width - @unit-span-width;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- }
-
- .text-input-with-unitOption & {
- width: @input-width - @unit-option-width;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- }
-
- .text-input-with-prefix & {
- width: @input-width - @prefix-span-width;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- }
-
- .text-input-with-prefixOption & {
- width: @input-width - @prefix-option-width;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- }
-
- .text-input-with-passwordSwith & {
- width: @input-width - @password-switch;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- }
-
- .text-input-with-prefix.text-input-with-unit & {
- width: @input-width - @prefix-span-width - @unit-span-width;
- }
-
- .text-input-with-prefix.text-input-with-unitOption & {
- width: @input-width - @prefix-span-width - @unit-option-width;
- }
-
- .short-text-input.text-input-with-prefix & {
- width: @input-short-width - @short-prefix-span-width;
- }
-
- .short-text-input.text-input-with-unit & {
- width: @input-short-width - @short-unit-span-width;
- }
-
- .short-text-input.text-input-with-prefix.text-input-with-unit & {
- width: @input-short-width - @short-prefix-span-width - @short-unit-span-width;
- }
-}
-
-.input-spinner() {
- cursor: pointer;
- display: block;
- font-size: 12px;
- position: absolute;
- margin: 0;
- right: 0;
- overflow: hidden;
- border: none;
- padding: 0;
- text-align: center;
- vertical-align: middle;
- width: 18px;
-}
-
-.input-spinner-up {
- .input-spinner();
- top: 0;
-}
-
-.input-spinner-down {
- .input-spinner();
- bottom: 0;
-}
-
-:host(.plx-input-sm) {
- .plx-input-sm-common;
-}
-
-.plx-input-sm {
- .plx-input-sm-common;
-}
-
-.plx-input-sm-common {
- .plx-input {
- height: @input-height-sm;
- line-height: @input-height-sm;
- }
- .text-input-prefix,
- .text-input-unit,
- .text-input-unit-option,
- .text-input-prefix-option {
- height: @input-height-sm;
- line-height: @input-height-sm;
- }
- div.text-input-dataList {
- height: @input-height-sm;
- }
- .toggle {
- margin-top: 11px;
- }
- .caret-down {
- margin-bottom: 8px;
- }
- .caret-up {
- margin-top: 8px;
- }
- .plx-input-passwordSwitch {
- line-height: @input-height-sm - 2px;
- }
-}
-
-.plx-input-passwordSwitch {
- display: inline-block;
- line-height: @input-height - 2px;
- width: @password-switch;
- text-align: center;
- vertical-align: middle;
- background-color: @common-color;
- border: 1px solid @border-color-base;
- border-left: 0;
- border-bottom-right-radius: @radius;
- border-top-right-radius: @radius;
- cursor: pointer;
- &:focus,
- &:hover {
- border-color: @btn-common-color-border-hover;
- background-color: @common-color-hover;
- &.ict-eye-closed, &.ict-eye {
- color: @btn-common-color-text-hover;
- }
- }
- &:active {
- background-color: @common-color-click;
- border-color: @btn-common-color-border-click;
- &.ict-eye-closed, &.ict-eye {
- color: @btn-common-color-text-click;
- }
- }
- &.ict-eye-closed, &.ict-eye {
- color: @fonticon-color;
- font-size: 16px;
- }
- }
-.input-right-border-pwdswith-hover .plx-input {
- border-right-color: @btn-common-color-border-hover;
-}
-.input-right-border-pwdswith-click .plx-input {
- border-right-color: @btn-common-color-border-click;
-}
-
-.plx-text-input-ip-dot {
- display: inline-block;
- vertical-align: bottom;
- color: #999;
-}
-
-.plx-text-input-error {
- font-size: 12px;
- color: @error-color;
- margin-top: 5px;
-}
-
-:host(.plx-text-input-ip-invalid) {
- .plx-text-input-ip-invalid-common;
-}
-
-.plx-text-input-ip-invalid {
- .plx-text-input-ip-invalid-common;
-}
-
-.plx-text-input-ip-invalid-common {
- .plx-input {
- border-color: @error-color;
- }
- .input-span-focus .plx-input {
- border-color: @primary-color;
- }
-}
-
-///////
-
-.plx-textarea-container {
- display: inline-block;
- }
-
-.plx-textarea-class {
-// height: 90px;
- width: 100%;
- font-size: @font-size;
- font-family: @font-family;
- line-height: 1.5;
- resize: none;
- padding: 7px;
- border: 1px solid @border-color-base;
- border-radius: @border-radius-base;
- box-shadow: none;
- outline: none;
- overflow-y: auto;
- &:focus {
- border-color: @primary-color;
- }
- &::-webkit-input-placeholder {
- text-shadow: none;
- -webkit-text-fill-color: initial;
- }
-}
-
-.plx-align-tip {
- vertical-align: top;
- font-size: @font-size;
- font-weight: normal;
- color: @disabled-text-color;
-}
-
-.plx-align-number {
- font-size: @font-size;
- font-weight: normal;
- line-height: 1;
- text-align: right;
- width: 100%;
- color: @disabled-text-color;
- .plx-align-number-margin-top(@font-size);
-}
-
-.plx-align-number-margin-top(14px) {
- margin-top: -3px;
-}
-
-.plx-align-number-margin-top(12px) {
- margin-top: -2px;
-}
-
-///////
-
-@toggle-width: 44px;
-@toggle-height: 22px;
-@toggle-circle-size: 18px;
-
-@toggle-sm-width: 34px;
-@toggle-sm-height: 18px;
-@toggle-sm-circle-size: 14px;
-.plx-toggle-switch {
- display: inline-block;
- height: @toggle-height;
- width: @toggle-width;
- position: relative;
- vertical-align: middle;
- text-align: left;
- font-size: 0;
- input[type='checkbox'] {
- display: none;
- -webkit-appearance: none;
- -moz-appearance: none;
- -ms-progress-appearance: none;
- }
- input[type='checkbox'] + label {
- display: inline-block;
- height: @toggle-height;
- position: relative;
- cursor: pointer;
- &::before {
- position: absolute;
- display: inline-block;
- content: '';
- height: @toggle-height;
- width: @toggle-width;
- border-radius: @toggle-height/2;
- transition: 0.15s ease-in;
- transition-property: background-color;
- background-color: #DDDDDD;
- }
- &::after {
- position: absolute;
- display: inline-block;
- content: '';
- height: @toggle-circle-size;
- width: @toggle-circle-size;
- border-radius: 50%;
- top: 2px;
- left: 2px;
- transition: left 0.15s ease-in;
- background-color: @component-bg;
- }
- }
- input[type='checkbox']:checked + label {
- &::before {
- background-color: @primary-color;
- transition: background-color 0.15s ease-in;
- transition: background-color 0.15s ease-in;
- }
- &::after {
- left: @toggle-width - @toggle-circle-size - 2px;
- transition: left 0.15s ease-in;
- }
- }
- input[type='checkbox']:disabled + label,
- input[type='checkbox']:checked:disabled + label {
- cursor: not-allowed;
- &::before {
- opacity: 0.5;
- }
- }
-}
-
-:host(.plx-toggle-sm) .plx-toggle-switch {
- .plx-toggle-sm-switch-common;
-}
-
-.plx-toggle-sm .plx-toggle-switch {
- .plx-toggle-sm-switch-common;
-}
-
-.plx-toggle-sm-switch-common {
- height: @toggle-sm-height;
- width: @toggle-sm-width;
- input[type='checkbox'] + label {
- height: @toggle-sm-height;
- &::before {
- height: @toggle-sm-height;
- width: @toggle-sm-width;
- border-radius: @toggle-sm-height/2;
- }
- &::after {
- height: @toggle-sm-circle-size;
- width: @toggle-sm-circle-size;
- }
- }
- input[type='checkbox']:checked + label {
- &::after {
- left: @toggle-sm-width - @toggle-sm-circle-size - 2px;
- transition: left 0.15s ease-in;
- }
- }
-}
-
-///////
-.toolbar {
-
- i.seperate-vertical {
- margin-right: 10px;
- margin-left: 0;
- border-right: 1px solid @border-color-split;
- }
-
- span {
- color: @text-color;
- cursor: pointer;
- margin-right: 10px;
- font-size: 16px;
- display: inline-block;
- width: 28px;
- height: 28px;
- border: 1px solid transparent;
- padding: 5px;
-
- &:hover {
- background-color: @hover-bg-color;
- border-radius: @radius-sm;
- }
-
- &:last-child {
- margin-right: 0px;
- }
- }
-}
-
-///////
-
-@tooltip-arrow-border-width: 4px;
-@tooltip-arrow-border-width-before: 5px;
-@tooltip-arrow-border-height: @tooltip-arrow-border-width-before - @tooltip-arrow-border-width;
-@tooltip-arrow-away: 5px;
-@tooltip-arrow-background-color: #595959;
-@tooltip-arrow-border-color: #595959;
-@tooltip-away-host: 3px;
-
-.plx-tooltip {
- font-family: @font-family;
- font-size: @font-size;
- opacity: 1;
- position: absolute;
- z-index: 10001;
- display: block;
- font-style: normal;
- font-weight: normal;
- letter-spacing: normal;
- line-break: auto;
- line-height: 1.5;
- text-align: left;
- text-decoration: none;
- text-shadow: none;
- text-transform: none;
- white-space: normal;
- word-break: normal;
- word-spacing: normal;
- word-wrap: break-word;
- &::before,
- &::after {
- content: "";
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border: solid transparent;
- }
- &::before {
- border-width: @tooltip-arrow-border-width-before;
- }
- &::after {
- border-width: @tooltip-arrow-border-width;
- }
-}
-
-.plx-tooltip-inner {
- min-width: 60px;
- max-width: 200px;
- padding: 3px 8px;
- color: #fff;
- text-align: center;
- background-color: #000;
-}
-
-.plx-tooltip.show {
- font-size: @font-size;
- opacity: 1;
-}
-.plx-tooltip.show .plx-tooltip-inner {
- background-color: #595959;
- border-radius: @radius;
- padding: 0px 12px;
- height: 30px;
- line-height: 30px;
-}
-
-.plx-tooltip-top-common {
- margin-top: -(@tooltip-arrow-border-width + @tooltip-away-host);
- &::before {
- border-top-color: @tooltip-arrow-border-color;
- border-bottom-width: 0;
- bottom: -@tooltip-arrow-border-width-before;
- }
- &::after {
- border-top-color: @tooltip-arrow-background-color;
- border-bottom-width: 0;
- bottom: -@tooltip-arrow-border-width;
- }
-}
-.plx-tooltip-top {
- .plx-tooltip-top-common;
- &::before {
- left: 50%;
- margin-left: -@tooltip-arrow-border-width-before;
- }
- &::after {
- left: 50%;
- margin-left: -@tooltip-arrow-border-width;
- }
-}
-.plx-tooltip.plx-tooltip-top-left {
- .plx-tooltip-top-common;
- &::before {
- left: @tooltip-arrow-away;
- }
- &::after {
- left: @tooltip-arrow-away + @tooltip-arrow-border-height;
- }
-}
-.plx-tooltip.plx-tooltip-top-right {
- .plx-tooltip-top-common;
- &::before {
- right: @tooltip-arrow-away;
- }
- &::after {
- right: @tooltip-arrow-away + @tooltip-arrow-border-height;
- }
-}
-
-.plx-tooltip-right-common {
- margin-left: @tooltip-arrow-border-width + @tooltip-away-host;
- &::before {
- border-right-color: @tooltip-arrow-border-color;
- border-left-width: 0;
- left: -@tooltip-arrow-border-width-before;
- }
- &::after {
- border-right-color: @tooltip-arrow-background-color;
- border-left-width: 0;
- left: -@tooltip-arrow-border-width;
- }
-}
-.plx-tooltip.plx-tooltip-right {
- .plx-tooltip-right-common;
- &::before {
- top: 50%;
- margin-top: -@tooltip-arrow-border-width-before;
- }
- &::after {
- top: 50%;
- margin-top: -@tooltip-arrow-border-width;
- }
-}
-.plx-tooltip.plx-tooltip-right-top {
- .plx-tooltip-right-common;
- &::before {
- top: @tooltip-arrow-away;
- }
- &::after {
- top: @tooltip-arrow-away + @tooltip-arrow-border-height;
- }
-}
-.plx-tooltip.plx-tooltip-right-bottom {
- .plx-tooltip-right-common;
- &::before {
- bottom: @tooltip-arrow-away;
- }
- &::after {
- bottom: @tooltip-arrow-away + @tooltip-arrow-border-height;
- }
-}
-
-.plx-tooltip-bottom-common {
- margin-top: @tooltip-arrow-border-width + @tooltip-away-host;
- &::before {
- border-bottom-color: @tooltip-arrow-border-color;
- border-top-width: 0;
- top: -@tooltip-arrow-border-width-before;
- }
- &::after {
- border-bottom-color: @tooltip-arrow-background-color;
- border-top-width: 0;
- top: -@tooltip-arrow-border-width;
- }
-}
-.plx-tooltip.plx-tooltip-bottom {
- .plx-tooltip-bottom-common;
- &::before {
- left: 50%;
- margin-left: -@tooltip-arrow-border-width-before;
- }
- &::after {
- left: 50%;
- margin-left: -@tooltip-arrow-border-width;
- }
-}
-.plx-tooltip.plx-tooltip-bottom-left {
- .plx-tooltip-bottom-common;
- &::before {
- left: @tooltip-arrow-away;
- }
- &::after {
- left: @tooltip-arrow-away + @tooltip-arrow-border-height;
- }
-}
-.plx-tooltip.plx-tooltip-bottom-right {
- .plx-tooltip-bottom-common;
- &::before {
- right: @tooltip-arrow-away;
- }
- &::after {
- right: @tooltip-arrow-away + @tooltip-arrow-border-height;
- }
-}
-
-.plx-tooltip-left-common {
- margin-left: -(@tooltip-arrow-border-width + @tooltip-away-host);
- &::before {
- border-left-color: @tooltip-arrow-border-color;
- border-right-width: 0;
- right: -@tooltip-arrow-border-width-before;
- }
- &::after {
- border-left-color: @tooltip-arrow-background-color;
- border-right-width: 0;
- right: -@tooltip-arrow-border-width;
- }
-}
-
-.plx-tooltip.plx-tooltip-left {
- .plx-tooltip-left-common;
- &::before {
- top: 50%;
- margin-top: -@tooltip-arrow-border-width-before;
- }
- &::after {
- top: 50%;
- margin-top: -@tooltip-arrow-border-width;
- }
-}
-
-.plx-tooltip.plx-tooltip-left-top {
- .plx-tooltip-left-common;
- &::before {
- top: @tooltip-arrow-away;
- }
- &::after {
- top: @tooltip-arrow-away + @tooltip-arrow-border-height;
- }
-}
-.plx-tooltip.plx-tooltip-left-bottom {
- .plx-tooltip-left-common;
- &::before {
- bottom: @tooltip-arrow-away;
- }
- &::after {
- bottom: @tooltip-arrow-away + @tooltip-arrow-border-height;
- }
-}
-@checkbox-border-size: 1px;
-
-.plx-checkbox-container {
- font-size: 0;
- position: relative;
-}
-
-.plx-checkbox {
- position: absolute;
- z-index: -1;
- opacity: 0;
- & + .checkbox-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: @checkbox-size;
- width: @checkbox-size;
- border: @checkbox-border-size solid @border-color-base;
- border-radius: @radius-sm;
- vertical-align: middle;
- }
- & + .checkbox-substitute + span {
- font-weight: normal;
- font-size: @font-size;
- cursor: pointer;
- vertical-align: middle;
- .font-padding(@font-size);
- }
- &:hover + .checkbox-substitute {
- border-color: @primary-color;
- outline: none;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
- }
- &:checked + .checkbox-substitute {
- border-color: @primary-color;
- background-color: @primary-color;
- &::after {
- .checkbox-check(@component-bg);
- }
- }
- &:checked.portion + .checkbox-substitute {
- background-color: @primary-color;
- border-color: @primary-color;
- opacity: 0.5;
- }
- &:disabled + .checkbox-substitute,
- &[disabled] + .checkbox-substitute {
- border-color: @border-color-base;
- background-color: @input-bg-color-disabled;
- cursor: not-allowed;
- }
- &:disabled + .checkbox-substitute + span,
- &[disabled] + .checkbox-substitute + span {
- cursor: not-allowed;
- }
- &:checked.portion[disabled] + .checkbox-substitute {
- background-color: @border-color-base;
- border-color: @border-color-base;
- &::after {
- .checkbox-check(@fonticon-color);
- }
- }
- &:checked[disabled] + .checkbox-substitute {
- border-color: @border-color-base;
- background-color: @border-color-base;
- }
-}
-
-.checkbox-check(@color) {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid @color;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- .checkbox-check-left(@font-size);
- top: 0;
-}
-
-.checkbox-check-left(12px) {
- left: 3px;
-}
-
-.checkbox-check-left(14px) {
- left: 4px;
-}
-
-.font-padding(12px) {
- padding-left: 6px;
-}
-
-.font-padding(14px) {
- padding-left: 10px;
-}
-
-///////
-///////
-
-@tree-node-ul-padding: 21px;
-@margin-right: 10px;
-
-.plx-treenode{
- cursor: pointer;
- background-attachment: scroll;
- background-color: transparent;
- background-image: none;
- background-position: 0 0;
- background-repeat: repeat-y;
- list-style: none outside none;
- margin: 0;
- padding:0;
- white-space: nowrap;
- font-size: @font-size;
-
- .plx-treenode-content{
- margin-top:10px;
-
- &.light{
- margin-top:15px;
- }
- }
-}
-
-.plx-treenode ul.plx-treenode-children {
- display: block;
- -webkit-padding-start: @tree-node-ul-padding;
-}
-
-.plx-treenode-toggler{
- font-size: 16px;
- color: @primary-color;
- display: inline-block;
- margin-right: 7px;
- margin-top:2px;
- vertical-align: bottom;
- float: left;
-}
-
-// .plx-treenode-toggler{
-// display: inline-block;
-// margin-right: @margin-right;
-// vertical-align: bottom;
-// }
-
-// .plx-treenode-toggler svg {
-// .plx-treenode-vertical-bottom(@font-size);
-// }
-
-// .plx-treenode-toggler svg .st0 {
-// fill: @primary-color;
-// }
-
-// .plx-treenode-toggler svg .st1 {
-// stroke: @primary-color;
-// }
-
-.plx-treenode-ckbox{
- float: left;
- margin-right: @margin-right;
- margin-top:2px;
- // .plx-treenode-vertical-bottom(@font-size);
-
-}
-
-.plx-treenode-vertical-bottom(@font-size) when (@font-size = 12px) {
- vertical-align: bottom;
- margin-bottom: 3px;
-}
-
-.plx-treenode-vertical-bottom(@font-size) when (@font-size = 14px) {
- vertical-align: bottom;
- margin-bottom: 4px;
-}
-
-.plx-treenode-icon{
- color:@fonticon-color;
- margin-right: @margin-right;
- float: left;
- font-size: 16px;
- vertical-align: bottom;
- // .plx-treenode-icon-margin-bottom(@font-size);
- margin-top: 2px;
-}
-
-.plx-treenode-icon-margin-bottom(@font-size) when (@font-size = 12px) {
- margin-bottom: 1px;
-}
-
-.plx-treenode-icon-margin-bottom(@font-size) when (@font-size = 14px) {
- margin-bottom: 2px;
-}
-
-.plx-treenode-label-container{
- overflow: visible;
-}
-
-.plx-treenode-label-container.plx-treenode-label-ellipsis{
- overflow:hidden;
-}
-
-.plx-treenode-label-container:hover {
- background-color: @hover-bg-color;
-}
-
-.plx-treenode-active>div .plx-treenode-label-container {
- background-color: darken(@hover-bg-color, 2%);
-}
-
-.plx-treenode-active>div .plx-treenode-label-container:hover {
- background-color: @hover-bg-color;
-}
-
-.plx-treenode-label-container span:last-child{
- margin-right:5px;
-}
-
-
-.plx-treenode-lable{
- display: inline-block;
- vertical-align:0;
- font-family: @font-family;
- color:@text-color;
-
- span {
- display: inline-block;
- overflow: hidden;
- max-width: 100%;
- text-overflow: ellipsis;
- white-space: nowrap;
- vertical-align: bottom;
- }
-}
-
-.plx-treenode-operations{
- margin-left: 20px;
- display: none;
- vertical-align: bottom;
- width: fit-content;
- line-height: 1;
- .plx-treenode-operations-margin-bottom(@font-size);
-}
-
-
-.plx-treenode-operations-margin-bottom(@font-size) when (@font-size = 12px) {
- margin-bottom: 1px;
-}
-
-.plx-treenode-operations-margin-bottom(@font-size) when (@font-size = 14px) {
- margin-bottom: 2px;
-}
-
-.plx-treenode-operation{
- display: inline-block;
- margin-right: 10px;
- color:@fonticon-color;
- font-size: 16px;
- vertical-align: text-bottom;
-
- &:hover{
- color: @primary-color;
- }
-}
-
-.plx-treenode-label-container:hover .plx-treenode-operations{
- display:inline-block;
-}
-
-*:focus{
- outline:none;
- box-shadow:none !important;
-}
-input[type="checkbox"]:focus{
- border:0 !important;
-}
-.plx-treenode-hide-tree-toggle{
- visibility: hidden;
-}
-
-.plx-treenode-droppoint{
- height: 4px;
- list-style-type: none;
-}
-.plx-treenode-droppoint-active{
- background-color: #186ba0;
- border: 0 none;
-}
-
-
-///////
-
-@item-padding-left: 12px;
-
-.upload-wrapper {
- font-size: @font-size;
- position: relative;
- display: inline-block;
-}
-
-.upload-wrapper .item-text {
- max-width: 280px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: inline-block;
- margin-bottom: 2px;
- font-size: @font-size;
- &.no-progressbar {
- vertical-align: middle;
- }
-}
-
-.upload-wrapper .plx-upload-progressbar {
- margin-top: -13px;
-}
-
-.upload-wrapper .list-group-item {
- border: 0;
- padding: 0;
- & .item {
- width: 335px;
- padding: 0 0 5px 0px;
- & .item-text-wrapper {
- position: relative;
- display: inline-block;
- width: 100%;
- box-sizing: border-box;
- height: 40px;
- padding: 2px 3px 2px 10px;
- border: 1px solid transparent;
- & .text-red {
- color: @error-color !important;
- }
- &:hover {
- background-color: @hover-bg-color;
- cursor: default;
- }
- &:hover .plx-ico-close-16{
- display: block;
- transform: scale(0.8);
- }
- &.no-progressbar {
- height: 28px;
- }
- }
- & .item-delete {
- height: 14px;
- width: 16px;
- text-align: center;
- line-height: 14px;
- position: absolute;
- right: 2%;
- color: #999999;
- display: none;
- top: 3px;
- &:hover {
- cursor: pointer;
- color: darken(#999999, 20%);
- }
- &.no-progressbar {
- top: 6px;
- }
- }
- }
-}
-
-.upload-wrapper .plx-ico-close-16 {
- font-size: 16px;
- float: right;
- cursor: pointer;
-}
-
-.upload-wrapper ul.list-group {
- margin-top: 15px;
-}
-
-.upload-wrapper .url-form-control {
- display: inline-block;
-}
-
-.upload-wrapper .item-detail {
- color: #aaa;
- position: relative;
- padding: 0 10px;
- font-size: 12px;
- & div {
- margin: 0px 0px 15px 0;
- }
- & .detail {
- margin: 5px 0 10px 0;
- }
-}
-
-.upload-wrapper .item-detail-des {
- display: inline-block;
- width: 170px;
- word-wrap: break-word;
- margin-left: 15px;
- vertical-align: top;
-}
-
-.upload-wrapper .item-detail-time {
- display: inline-block;
- width: 119px;
- word-break: break-all;
- vertical-align: top;
-}
-
-.upload-wrapper .selectFile {
- display: inline-block;
- min-width: 50px;
- margin-right: 10px;
- text-align: right;
-}
-
-.upload-wrapper label.raw-container{
- margin: 0 10px;
-}
-
-.upload-wrapper .item-lists{
- font-size: @font-size;
-}
-
-.upload-wrapper .list-container {
- padding-right: 15px;
-
- &.plx-upload-Manual-showdetail {
- margin-left: -10px - @item-padding-left;
- }
-
- &.plx-upload-auto-showdetail {
- margin-left: -10px;
- }
-}
-
-.upload-wrapper .list-footer .upload-btn {
- margin-top: 10px;
-}
-
-.upload-wrapper .upload-btn {
- display: inline-block;
-}
-
-.upload-wrapper .loader-container {
- position: absolute;
- display: inline-block;
- top: 8px;
- left: 12px;
-}
-
-.upload-wrapper .list-group-item-pdleft-s{
- padding: 0px 0px 0px @item-padding-left;
-}
-
-.upload-wrapper .list-group-item-pdleft {
- padding: 0px 0px 0px @item-padding-left !important;
-}
-
-.upload-wrapper .upload-btn-wrapper {
- display: inline-block;
-}
-.upload-wrapper .plx-red.left {
- margin-left: 75px;
-}
-
-.upload-wrapper .expand-wrapper {
- position: absolute;
- left: 20px;
- top: 4px;
- display: inline-block;
- font-size: @font-size;
- &.open .ict-go {
- display: none
- }
- &.open .ict-fold {
- display: block;
- }
- & i {
- height: 18px;
- width: 20px;
- text-align: left;
- line-height: 19px;
- cursor: pointer;
- }
-}
-
-.upload-wrapper .ict-fold {
- display: none;
- color: @primary-color;
- font-weight: bold;
- transform: scale(0.7);
-}
-
-.upload-wrapper .ict-go {
- display: block;
- color: @primary-color;
- font-weight: bold;
- transform: scale(0.7);
-}
-
-.upload-wrapper .no-customparm-extend-wrapper {
- left: -2px !important;
-}
-
-/* loding动画效果*/
-.upload-wrapper .loader {
- font-size: @font-size;
- width: @font-size;
- height: @font-size;
- display: inline-block;
- border-radius: 50%;
- background: @primary-color;
- background: -moz-linear-gradient(left, @primary-color 10%, rgba(255, 255, 255, 0) 85%);
- background: -webkit-linear-gradient(left, @primary-color 10%, rgba(255, 255, 255, 0) 85%);
- background: -o-linear-gradient(left, @primary-color 10%, rgba(255, 255, 255, 0) 85%);
- background: -ms-linear-gradient(left, @primary-color 10%, rgba(255, 255, 255, 0) 85%);
- background: linear-gradient(to right, @primary-color 10%, rgba(255, 255, 255, 0) 85%);
- position: relative;
- -webkit-animation: load3 1.4s infinite linear;
- animation: load3 1.4s infinite linear;
- &:before {
- width: 50%;
- height: 50%;
- background: @primary-color;
- border-radius: 100% 0 0 0;
- position: absolute;
- top: 0;
- left: 0;
- content: '';
- }
- &:after {
- background: @component-bg;
- width: 75%;
- height: 75%;
- border-radius: 50%;
- content: '';
- margin: auto;
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- }
-}
-
-@-webkit-keyframes load3 {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@keyframes load3 {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-
-///////
-.plx-table-customCols{
- height: 40px;
- float: right;
-}
-
-.plx-table-customCols-toggle{
- display:inline-block;
- border-radius: @radius;
- width: 30px;
- height: 23px;
- border:1px solid @border-color-base;
- vertical-align:top;
- text-align: center;
- padding-top: 7px;
- margin-left:6px;
- cursor:pointer;
- box-sizing: content-box;
- .ict-col:before{
- vertical-align: top;
- }
-}
-.plx-table-customCols-toggle:hover{
- background-color:@common-color-hover;
-}
-.plx-table-customCols-toggle:active{
- background-color:@common-color-click;
-}
-.toggle-icon{
- display:inline-block;
- height: 14px;
- border-right:1px solid @text-color;
- vertical-align:top;
- padding-left: 4px;
-}
-.toggle-icon:first-child{
- padding-left: 0;
-}
-.plx-table-customCols-pannel{
- margin-top: 5px;
- margin-right: 5px;
- border:1px solid @border-color-base;
- background-color: @component-bg;
- z-index: 1010;
- position: absolute;
- right:0px;
- border-radius: 5px;
- font-size: @font-size;
- color: @text-color;
- overflow: auto;
- min-width: 300px;
- .shadow;
-
- .plx-table-customCols-toolbar{
- display: flex;
- justify-content:space-between;
- padding: 16px;
- .plx-table-customCols-toolbar-ckbox{
-
- }
- .plx-table-filter-wrapper{
- display: flex;
- flex:auto;
- input{
- border-radius: @radius;
- flex: auto;
- padding-left: 28px;
- border: 1px solid @border-color-base;
- &:focus{
- border: 1px solid @primary-color;
- outline:none;
- }
- }
- span{
- color: @disabled-text-color ;
- line-height: 28px;
- position: relative;
- left: 20px;
- }
- }
- }
- .plx-table-customCols-items {
- & > div:hover{
- .shadow;
- }
- cursor: pointer;
- border-bottom: 1px solid @border-color-split;
- border-top:1px solid @border-color-split ;
- label{
- margin-bottom: 0px;
- vertical-align: -moz-middle-with-baseline;
- vertical-align: -webkit-baseline-middle;
- vertical-align: 25%;
- }
- .plx-table-customCols-item {
- & > span{
- padding: 0px 6px;
- }
- }
- .plx-table-customCols-operations{
-
- div {
- box-sizing: content-box;
-
- padding: 0px 8px;
- display: inline-block;
- }
- visibility: hidden;
- float: right;
- }
- .heighLight{
- background-color: #e2f2fc;
- .plx-table-customCols-operations{
- .plx-table-goup-show{
- visibility: visible;
- }
- .plx-table-godown-show{
- visibility: visible;
- }
- span{
- color: @primary-color;
- }
- }
-
- }
- .dragging{
- box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
- }
- .dragEnter {
- background-color: #00abff;
- }
-
- .plx-table-customCols-dropArea {
- height: 10px;
- border-bottom: 1px solid @border-color-split;
-
- }
- .plx-table-customCols-dropArea-before {
- height: 10px;
- border-bottom: none;
-
- }
- &>div:last-child .plx-table-customCols-dropArea {
- border-bottom: none;
- }
- .plx-table-customCols-item{
- line-height: 20px;
- height: 20px;
- padding: 0px 16px;
-
- }
-
- }
- .plx-table-customCols-confirm{
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 16px 16px;
- }
-
-
-}
-
-///////
-.plx-table-col-filter{
- border: 1px solid @border-color-base;
- margin:5px;
- box-sizing: border-box;
- height: 30px;
- & input{
- width: calc(~"100% - 25px");
- line-height: normal;
- font-weight: normal;
- border: none;
- height:26px;
- font-size: @font-size;
- box-sizing: border-box;
- &:focus{
- outline:none;
- }
- }
- & .filterIcon{
- /*position: absolute;*/
- top: 6px;
- left: 3px;
- fill: #dedede;
- width: 14px;
- }
-}
-
-.plx-filter-focused{
- outline:none;
- border:1px solid @primary-color;
-
-}
-.plx-table-col-icon-wrapper{
- padding-left: 5px;
- display: inline-block;
- line-height: 30px;
- span{
- vertical-align: sub;
- }
-
-}
-
-::-webkit-input-placeholder { /* WebKit browsers */
- color: #c1c1c1;
-}
-:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
- color: #c1c1c1;
-}
-::-moz-placeholder { /* Mozilla Firefox 19+ */
- color: #c1c1c1;
-}
-:-ms-input-placeholder { /* Internet Explorer 10+ */
- color: #c1c1c1;
-}
-
-///////
-
-.plx-table-selectFilter-wrapper{
- display: inline-block;
- vertical-align: middle;
- height: 28px;
- cursor: pointer;
- /*此处 若不为absolute则被td遮挡*/
- position: absolute;
-}
-.plx-table-selectFilter-icon{
- vertical-align: middle;
- height: 28px;
- fill: @fonticon-color;
-}
-.icon-selectFilter-activtied{
- fill:@primary-color;
-}
-
-.plx-table-selectFilter-panel{
- margin-top: -5px;
- border: 1px solid @border-color-base;
- background-color: #fff;
- padding: 10px;
- right: 0px;
- border-radius: 5px;
- /*此处若为absolute则文本要换行,恩,玄学*/
- //position: absolute;
- .shadow;
- span{
- vertical-align: -25%;
- font-size: @font-size;
- }
- label{
-
- line-height: normal;
- }
- div{
- line-height: normal;
- }
-
-}
-
-
-
-
-///////
-
-.plx-table-filter{
- height: 40px;
- float: right;
- & input{
- border-radius:@radius ;
- line-height: normal;
- padding: 0px 6px;
- font-weight: normal;
- border: 1px solid @border-color-base;
- margin-bottom: 10px;
- height: 32px;
- width: 200px;
- box-sizing: border-box;
- font-size: @font-size;
- color: @text-color;
- &:focus{
- outline:none;
- border:1px solid @primary-color ;
-
- }
- }
-}
-
-
-.plx-table-filterToggle{
- display:inline-block;
- width:30px;
- height:30px;
- border-radius: @radius;
- border:1px solid @border-color-base;
- vertical-align:top;
- text-align: center;
- margin-left:6px;
- cursor:pointer;
- box-sizing: content-box;
- &.ict-filter:before{
- line-height: 30px;
-
- }
- &.ict-filter-f:before{
- line-height: 30px;
- color:@primary-color;
- }
-
-}
-.plx-table-filter-icon-wrapper{
- vertical-align: middle;
- display: inline-block;
- padding-top: 5px;
-}
-
-.plx-table-filterIcon{
- fill: @text-color;
-}
-
-///////
-.plx-table-pagination{
- float: right;
- font-family: @font-family ;
- font-size: @font-size;
- color:@text-color;
- margin-top:10px;
- margin-bottom:10px;
-}
-.plx-table-pagination-content{
- display: inline-block;
- text-decoration:none;
-}
-.plx-table-pagination-item{
- list-style-type: none;
- display: inline-block;
- & span{
- vertical-align: middle;
- }
- & select{
- vertical-align: middle;
- height: 26px;
- width: 45px;
- border: 1px solid @border-color-base;
- }
-}
-
-.plx-table-pagination-input{
- padding: 1px;
- height: 26px;
- width: 45px;
- margin-left:1px;
- margin-right:1px;
- font-size: 12px;
- color: @text-color;
- box-sizing:border-box;
- border: 1px solid @border-color-base;
- text-align: center;
- vertical-align: middle;
-}
-.plx-table-pagination-nav{
- display: inline-block;
- height: 26px;
- border: 1px solid @border-color-base;
- font-size:14px;
- text-decoration:none;
- color:@text-color;
- padding-left:6px;
- padding-right:6px;
- cursor: pointer;
- text-align: center;
- vertical-align: middle;
- box-sizing:border-box;
-}
-a:not([href]):not([tabindex]).plx-table-pagination-disabled{
-
- color: @disabled-text-color;
- cursor: not-allowed;
-
-}
-
-///////
-.plx-table-dropdown-wrapper {
- cursor: pointer;
-}
-.plx-table-dropdown-icon-shared{
- font-size:20px;
- line-height: 2.2 !important;
- cursor:pointer;
-}
-.plx-table-dropdown-icon-polyline-shared{
- height:16px;
- width:16px;
- stroke: #00abff ;
-}
-.ict-down,.ict-up{
- .plx-table-dropdown-icon-shared;
- & polyline{
- .plx-table-dropdown-icon-polyline-shared;
- &:hover{
- stroke: #2d91c4;
- }
- }
-}
-
-.plx-table-innerTr{
- border: 1px solid @border-color-base;
- & #plx-table-innerTd {
- padding: 0px;
- }
-}
-
-.plx-table-innerTable{
- width:100%;
- & tr{
- color:@text-color;
- font-size:@font-size;
- & td#plx-inner-table-title,td#plx-inner-table-content{
- padding: 8px;
- height: 40px;
- border: none;
- border-bottom: 1px solid @border-color-base;
- }
- & td:first-child{
- text-align: right;
- }
- & td:last-child{
- text-align: left;
- }
- }
- & tr:last-child {
- & td#plx-inner-table-title,td#plx-inner-table-content {
- border-bottom: none;
- }
- }
-}
-
-///////
- /* 排序图标 */
- .plx-table-sort-icon-shared{
- display: block;
- cursor: pointer;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- margin-bottom: 2px;
- }
- .plx-table-sortIconWrapper{
- display:inline-block;
- vertical-align:middle;
- margin-left:3px;
- }
- /* 排序图标:箭头向上 */
- .plx-table-sortAsc{
- .plx-table-sort-icon-shared;
- border-bottom: 5px solid @fonticon-color;
-
-
- }
- .plx-table-ascActived{
- border-bottom: 5px solid @primary-color;
- }
- /* 排序图标:箭头向下 */
- .plx-table-sortDesc{
- .plx-table-sort-icon-shared;
- border-top: 5px solid @fonticon-color;
- }
- .plx-table-descActived{
- border-top: 5px solid @primary-color;
- }
-///////
-
-@plx-color-picker-width: 246px;
-@plx-color-picker-height: 118px;
-@plx-color-picker-hue-height: 10px;
-@plx-color-picker-hue-width: 168px;
-@selected-color-diameter: 30px;
-@plx-color-picker-input-width: 196px;
-@plx-color-picker-type-policy-width: 16px;
-@plx-color-picker-type-policy-height: 16px;
-@plx-color-picker-box-padding-left-right: 16px;
-@plx-color-picker-arrow-width: 8px; //模式切换箭头
-@plx-color-picker-arrow-height: 4px; //模式切换箭头
-@plx-color-picker-arrow-space: 4px; //模式切换箭头
-@plx-color-picker-border-arrow-width: 7px; //选择器边框箭头
-@plx-color-picker-border-arrow-height: 7px; //选择器边框箭头
-@plx-color-picker-hsla-unit-margin-left: 2px;
-@plx-color-picker-hsla-unit-margin-right: 8px;
-@plx-color-picker-hsla-unit-degree-width: 6px;
-@plx-color-picker-hsla-unit-percent-width: 12px;
-
-.plx-color-picker-border-radius {
- border-top-left-radius: @radius;
- border-top-right-radius: @radius;
-}
-
-.plx-color-picker * {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- margin: 0;
- font-size: 12px;
- font-family: @font-family;
-}
-
-.plx-color-picker {
- cursor: default;
- width: @plx-color-picker-width;
- height: auto;
- left: 30px;
- top: 250px;
- position: absolute;
- z-index: 1000;
- background-color: #fff;
- .shadow;
- border-radius: @radius;
- border: 1px solid @border-color-base;
-
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
-
- i {
- cursor: default;
- position: relative;
- }
- input {
- .plx-input;
- text-align: center;
- height: 24px;
- -moz-appearance: textfield;
- &:invalid {
- box-shadow: none;
- }
- &:-moz-submit-invalid {
- box-shadow: none;
- }
- &:-moz-ui-invalid {
- box-shadow: none;
- }
- &::-webkit-outer-spin-button,
- &::-webkit-outer-spin-button {
- -webkit-appearance: textfield;
- margin: 0;
- }
- }
- .color-picker-overlay1 {
- .plx-color-picker-border-radius;
- position: absolute;
- left: 0;
- top: 0;
- width: @plx-color-picker-width - 2px;
- height: @plx-color-picker-height;
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')"; /* IE8 */
- background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
- /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* IE10+ */
- background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff'); /* IE6 & IE7 */
- }
- .color-picker-overlay2 {
- .plx-color-picker-border-radius;
- position: absolute;
- left: 0;
- top: 0;
- width: @plx-color-picker-width - 2px;
- height: @plx-color-picker-height;
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')"; /* IE8 */
- background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1))); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* IE10+ */
- background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */
- }
- .color-picker-saturation-lightness {
- .plx-color-picker-border-radius;
- cursor: pointer;
- width: @plx-color-picker-width - 2px;
- height: @plx-color-picker-height;
- border: none;
- background-size: 100% 100%;
- }
- .color-picker-hue {
- cursor: pointer;
- border-radius: 3px;
- width: @plx-color-picker-hue-width;
- height: @plx-color-picker-hue-height;
- border: none;
- margin-bottom: 10px;
- background-size: 100% 100%;
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAAQCAYAAAD06IYnAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AIWDwkUFWbCCAAAAFxJREFUaN7t0kEKg0AQAME2x83/n2qu5qCgD1iDhCoYdpnbQC9bbY1qVO/jvc6k3ad91s7/7F1/csgPrujuQ17BDYSFsBAWwgJhISyEBcJCWAgLhIWwEBYIi2f7Ar/1TCgFH2X9AAAAAElFTkSuQmCC');
- }
- .color-picker-alpha {
- cursor: pointer;
- border-radius: 3px;
- width: @plx-color-picker-hue-width;
- height: @plx-color-picker-hue-height;
- border: none;
- background-size: 100% 100%;
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAAAKCAYAAAAgnxVRAAAC9klEQVRYhdVYPc7bMAylku7WViCrfJ2cocfoGXqLHslbDhAvHjNkCBBRHSoZzwQpKW7T7yuBwAn9+CtKIuOu1+vXy+UyPx6PL5QphEDee0KKMdI0TRveP8KlaZoSEZUPhxCS9z4RERd+jJEzbuWFEKL3nlEWcDHzYgiBQR//Nht5miZGXrbLWbaGY+99RBuAK3zOuGfBZP+iwJU4ItgtuAiyaJdBH2fc6iPoY9CH/jH4xyKOJHAJcEnRlwxcWY8k1o3KepxOp3Rg5h9YnJ+UkvjtxNPCO8Ak4MunxevxRXun6UVCn1ynXyhb5Mp7Tc4Z3y0e6pG2tXw7quuQWI0v/ZGx0cEAfzaygtUWBAPVClXqRblaErX3cgPU/C4Y/Gi+1+TRTllI/FjUKvjy1OxLf60NodmUG9GSQRuY5/+mQAtpye0pEKvwrELRsGhPW/CWrNwsTnnXc8rgUxaPptOi3huj6NVyJ3NR2yS9mI0/rxRoTyDvJmvhe65U7QrT9LRO0pYti2oLYxW9/F07/WqbbY9Pmm/ajSR9kLH0knoLuPv9/vN2u31D5rIsNM/zBjgMA43jSB+AS+M4rk11xvE8z8hLwzDwOI6bpnxZljTPc+FFIuKsrwwHiYhixm2GhoxDnoaLYHflZ/82w9QwDNHAbYaajJN2o6KPM24dksDuE+KIEC8DbiML8a65UnCc7SbwJYHdNf+AY4FLAifXt6xbOp/Pae8V/xGnKfYxrUZbXu2J7GtK6rbIuuIsn1q9Xk9faMnW9PTEIm1ofTgZPDwpe6/r3TfR3gLtScDfplrPRuKdFryVBOu6avmh9b6vDCqtReuRlba1KdvqS63caTwrLq2t0NqTVs9u0juGpHecrr2TYyFtuu0pnt7pVPtuye8d3jQ8vu8psNqJ+sohgydmq0+3NkmtMM1/Eg7Oue/H4/H5grMtqk3Vf6Lz1SRbxWPh5ADQc5q0pm38bk3emtyeHMoC0ApCa3/2tAOtjSWLWDv1rc204f8CQvGUIhalBqwAAAAASUVORK5CYII=');
- }
- .color-picker-alpha-ba {
- position: absolute;
- background: linear-gradient(90deg, rgba(255, 255, 255, 0), #000); // 颜色渐变
- }
- .selected-color {
- width: @selected-color-diameter;
- height: @selected-color-diameter;
- top: 0px;
- left: 0px;
- position: absolute;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -khtml-border-radius: 50%;
- }
- .selected-color-background {
- width: @selected-color-diameter;
- height: @selected-color-diameter;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -khtml-border-radius: 50%;
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAh0lEQVRYR+2W0QlAMQgD60zdfwOdqa8TmI/wQMr5K0I5bZLIzLOa2nt37VVVbd+dDx5obgCC3KBLwJ2ff4PnVidkf+ucIhw80HQaCLo3DMH3CRK3iFsmAWVl6hPNDwt8EvNE5q+YuEXcMgkonVM6SdyCoEvAnZ8v1Hjx817MilmxSUB5rdLJDycZgUAZUch/AAAAAElFTkSuQmCC');
- }
- .color-picker-cursor {
- cursor: default;
- position: relative;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -khtml-border-radius: 50%;
- width: 10px;
- height: 10px;
- border: #ffffff solid 1px;
- }
- .color-picker-cursor-selector {
- .color-picker-cursor;
- width: 12px;
- height: 12px;
- top: -1px;
- background-color: #ffffff;
- .shadow;
- }
- .type-policy {
- float: right;
- position: absolute;
- top: 198px;
- right: @plx-color-picker-box-padding-left-right - (@plx-color-picker-type-policy-width - @plx-color-picker-arrow-width)/2;
- width: @plx-color-picker-type-policy-width;
- height: @plx-color-picker-type-policy-height;
- &:hover {
- background-color: @hover-bg-color;
- cursor: pointer;
- }
- }
- .arrow-down {
- display: block;
- width: 0;
- height: 0;
- border-left: @plx-color-picker-arrow-width/2 solid transparent;
- border-right: @plx-color-picker-arrow-width/2 solid transparent;
- border-top: @plx-color-picker-arrow-height solid lighten(@fonticon-color, 5%);
- margin-top: @plx-color-picker-arrow-space;
- margin-left: (@plx-color-picker-type-policy-width - @plx-color-picker-arrow-width)/2;
- }
- .arrow-up {
- display: block;
- width: 0;
- height: 0;
- border-left: @plx-color-picker-arrow-width/2 solid transparent;
- border-right: @plx-color-picker-arrow-width/2 solid transparent;
- border-bottom: @plx-color-picker-arrow-height solid lighten(@fonticon-color, 5%);
- margin-top: (@plx-color-picker-type-policy-height - @plx-color-picker-arrow-height*2 - @plx-color-picker-arrow-space)/2;
- margin-left: (@plx-color-picker-type-policy-width - @plx-color-picker-arrow-width)/2;
- }
- .box {
- width: 100%;
- height: 100%;
- display: flex;
- .left {
- position: relative;
- margin-right: 16px;
- }
- .right {
- flex: 1 1 auto;
- }
- }
-
- .button-area {
- padding: 0 16px 16px 16px;
- text-align: right;
- }
-
- .preset-area {
- padding: 4px 15px;
- .preset-label {
- width: 100%;
- padding: 4px;
- text-align: left;
- color: #555;
- }
- .preset-color {
- cursor: pointer;
- display: inline-block;
- width: 18px;
- height: 18px;
- margin: 4px 6px 8px 6px;
- -moz-border-radius: 25%;
- -webkit-border-radius: 25%;
- border-radius: 25%;
- -khtml-border-radius: 25%;
- border: #a9a9a9 solid 1px;
- }
- }
-
- .hsla-text, .rgba-text {
- width: @plx-color-picker-input-width;
- input {
- color: #595959;
- min-width: 0;
- flex: 1;
- margin: 0;
- float: left;
- padding: 1px;
- &:last-child {
- margin-right: 0;
- }
- }
- .hsla-text-div, .rgba-text-div {
- margin-top: 2px;
- flex: 1;
- text-align: center;
- color: #999999;
- height: 18px;
- padding-right: 8px;
- &:last-child {
- margin-right: 0;
- padding-right: 0;
- }
- }
- .hsla-text-degree {
- padding-right: @plx-color-picker-hsla-unit-margin-left + @plx-color-picker-hsla-unit-margin-right + @plx-color-picker-hsla-unit-degree-width;
- }
- .hsla-text-percent {
- padding-right: @plx-color-picker-hsla-unit-margin-left + @plx-color-picker-hsla-unit-margin-right + @plx-color-picker-hsla-unit-percent-width;
- }
- .hsla-degree {
- display: inline-block;
- width: @plx-color-picker-hsla-unit-degree-width;
- margin-left: @plx-color-picker-hsla-unit-margin-left;
- margin-right: @plx-color-picker-hsla-unit-margin-right;
- margin-top: 2px;
- }
- .hsla-percent {
- display: inline-block;
- width: @plx-color-picker-hsla-unit-percent-width;
- margin-left: @plx-color-picker-hsla-unit-margin-left;
- margin-right: @plx-color-picker-hsla-unit-margin-right;
- margin-top: 3px;
- }
- .rgba-text-input {
- margin-right: 8px;
- }
- }
-
- .hex-text {
- width: @plx-color-picker-input-width;
- .box {
- input {
- color: #595959;
- flex: 1 1 auto;
- padding: 1px;
- }
- div {
- margin-top: 2px;
- flex: 1 1 auto;
- text-align: center;
- height: 18px;
- color: #999999;
- float: left;
- clear: left;
- }
- }
- }
-
- .bacis-color-alpha-select-area {
- padding: 20px @plx-color-picker-box-padding-left-right 16px @plx-color-picker-box-padding-left-right;
- }
- .color-format-content-area {
- padding: 0px @plx-color-picker-box-padding-left-right 16px @plx-color-picker-box-padding-left-right;
- }
- .arrow::after,
- .arrow::before {
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
- content: "";
- border-width: @plx-color-picker-border-arrow-width @plx-color-picker-border-arrow-width;
- }
-
- .arrow.arrow-bottom::after {
- left: 20px;
- border-top-width: 0;
- top: -@plx-color-picker-border-arrow-width;
- border-bottom-color: #ffffff;
- }
- .arrow.arrow-bottom::before {
- left: 20px;
- border-top-width: 0;
- top: -(@plx-color-picker-border-arrow-width + 1);
- border-bottom-color: #999999;
- }
-}
-html{
- //font-size:@font-size-spacing;
-}// 定义间距使用
-body{
- font-size:@font-size;
-}
-.shadow {
--webkit-box-shadow: 0 1px 6px @shadow-color;
--moz-box-shadow: 0 1px 6px @shadow-color;
-box-shadow: 0 1px 6px @shadow-color;
-} //阴影样式(包含跨浏览器),可以直接引用.shadow
-
-:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
- color: @disabled-text-color;
-}
-
-::-moz-placeholder { /* Mozilla Firefox 19+ */
- color: @disabled-text-color;
-}
-
-input:-ms-input-placeholder{
- color: @disabled-text-color;
-}
-
-input::-webkit-input-placeholder{
- color: @disabled-text-color;
-}
-
-///////
-
-@padding-normal: 0px 16px;
-@padding-sm: 0px 14px;
-@padding-xs: 0px 12px;
-@min-width-normal: 80px;
-@min-width-sm: 60px;
-@min-width-xs: 60px;
-@btn-margin-right: 10px;
-@btn-margin-right-sm: 5px;
-@btn-margin-right-xs: 5px;
-@btn-border-height: 1px;
-
-.border-min-width(@min-width, 14px) {
- min-width: @min-width + 8px;
-}
-
-.border-min-width(@min-width, 12px) {
- min-width: @min-width;
-}
-
-.background-color-white-color-disabled (@color) when (@color = #fff) {
- color: @disabled-text-color;
- background-color: @common-color;
- border-color: #e9e9e9;
-}
-
-.background-color-white-color-disabled (@color) when not (@color = #fff) {
- border-color: @color;
- background-color: @color;
- opacity: @opacity-disable;
-}
-
-.plx-btn {
- font-family: @font-family;
- color: @common-textcolor;
- .border-min-width(@min-width-normal, @font-size);
- letter-spacing: 1px;
- padding: @padding-normal;
- height: @btn-height;
- font-size: @font-size;
- cursor: pointer;
- text-align: center;
- white-space: nowrap;
- margin-right: @btn-margin-right;
- vertical-align: middle;
- border: @btn-border-height solid @border-color-base;
- background-color: @common-color;
- border-radius: @radius;
- line-height: @btn-height - @btn-border-height * 2;
- &:hover,
- &:disabled,
- &[disabled],
- &:focus,
- &:active {
- outline: none;
- background-image: none;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
- }
- &:hover,
- &:focus {
- color: @btn-common-color-text-hover;
- border-color: @btn-common-color-border-hover;
- background-color: @common-color-hover;
- }
- &:active {
- color: @btn-common-color-text-click;
- border-color: @btn-common-color-border-click;
- background-color: @common-color-click;
- }
- &:disabled,
- &[disabled] {
- .background-color-white-color-disabled(@common-color);
- }
- &:disabled:hover,
- &[disabled]:hover,
- &:disabled:focus,
- &[disabled]:focus {
- .background-color-white-color-disabled(@common-color);
- cursor: not-allowed;
- }
- & .plx-btn-icon {
- font-size: 16px;
- vertical-align: text-top;
- margin-right: 3px;
- }
-}
-
-.plx-btn-primary {
- background-color: @primary-color;
- color: @scene-textcolor;
- border-color: @primary-color;
- &:hover,
- &:focus {
- color: @scene-textcolor;
- background-color: @primary-color-hover;
- border-color: @primary-color-hover;
- }
- &:active {
- color: @scene-textcolor;
- background-color: @primary-color-click;
- border-color: @primary-color-click;
- }
- &:disabled,
- &[disabled],
- &:disabled:hover,
- &[disabled]:hover,
- &:disabled:focus,
- &[disabled]:focus {
- color: @scene-textcolor;
- .background-color-white-color-disabled(@primary-color);
- }
-}
-
-.plx-btn-guide {
- background-color: @guide-color;
- color: @scene-textcolor;
- border-color: @guide-color;
- &:hover,
- &:focus {
- color: @scene-textcolor;
- background-color: @primary-color-guide-hover;
- border-color: @primary-color-guide-hover;
- }
- &:active {
- color: @scene-textcolor;
- background-color: @primary-color-guide-click;
- border-color: @primary-color-guide-click;
- }
- &:disabled,
- &[disabled],
- &:disabled:hover,
- &[disabled]:hover,
- &:disabled:focus,
- &[disabled]:focus {
- color: @scene-textcolor;
- .background-color-white-color-disabled(@guide-color);
- }
-}
-
-.plx-btn-table {
- color: @text-color;
-}
-
-.plx-btn-error {
- background-color: @error-color;
- color: @scene-textcolor;
- border-color: @error-color;
- &:hover,
- &:focus {
- color: @scene-textcolor;
- background-color: @error-color-hover;
- border-color: @error-color-hover;
- }
- &:active {
- color: @scene-textcolor;
- background-color: @error-color-click;
- border-color: @error-color-click;
- }
- &:disabled,
- &[disabled],
- &:disabled:hover,
- &[disabled]:hover,
- &:disabled:focus,
- &[disabled]:focus {
- color: @scene-textcolor;
- .background-color-white-color-disabled(@error-color);
- }
-}
-
-.plx-btn-sm {
- height: @btn-height-sm;
- padding: @padding-sm;
- .border-min-width(@min-width-sm, @font-size);
- margin-right: @btn-margin-right-sm;
- line-height: @btn-height-sm - @btn-border-height * 2;
-}
-
-.plx-btn-xs{
- height: @btn-height-xs;
- padding: @padding-xs;
- .border-min-width(@min-width-xs, @font-size);
- margin-right: @btn-margin-right-xs;
- line-height: @btn-height-xs - @btn-border-height * 2;
-}
-
-.plx-btn.dropdown-toggle {
- margin-right: 0;
- outline: none !important;
- background-image: none !important;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-
-.plx-btn.dropdown-toggle::after {
- margin-left: 16px;
- border-top: 4px solid;
- border-right: 4px solid transparent;
- border-left: 4px solid transparent;
- color: darken(@border-color-base, 10%);
- margin-bottom: 1px;
-}
-
-.plx-btn-sm.dropdown-toggle::after {
- margin-left: 14px;
-}
-
-.plx-btn-xs.dropdown-toggle::after {
- margin-left: 12px;
-}
-
-.plx-btn+.dropdown-menu {
- margin: 0;
- padding: 0;
- border: 0;
- min-width: 100%;
- font-size: @font-size;
- border-radius: @radius;
- .shadow;
- & .dropdown-item {
- background-color: @component-bg;
- color: @text-color;
- font-size: @font-size;
- padding: @padding-normal;
- height: 30px;
- cursor: pointer;
- &:hover,
- &:focus,
- &:active{
- outline: none;
- background-color: @hover-bg-color;
- }
- &:disabled,
- &[disabled] {
- color: @disabled-text-color;
- }
- &:disabled:hover,
- &[disabled]:hover,
- &:disabled:focus,
- &[disabled]:focus {
- cursor: not-allowed;
- background-color: @component-bg;
- }
- }
-}
-
-.plx-btn-sm+.dropdown-menu .dropdown-item {
- padding: @padding-sm;
-}
-.plx-btn-xs+.dropdown-menu .dropdown-item {
- padding: @padding-xs;
-}
-
-.plx-btn-more {
- display: inline-block;
- margin-right: @btn-margin-right;
-}
-
-.plx-btn-more-sm {
- margin-right: @btn-margin-right-sm;
-}
-
-.plx-btn-more-xs {
- margin-right: @btn-margin-right-xs;
-}
-///////
-
-@checkbox-border-size: 1px;
-
-.plx-checkbox-container {
- font-size: 0;
- position: relative;
-}
-
-.plx-checkbox {
- position: absolute;
- z-index: -1;
- opacity: 0;
- & + .checkbox-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: @checkbox-size;
- width: @checkbox-size;
- border: @checkbox-border-size solid @border-color-base;
- border-radius: @radius-sm;
- vertical-align: middle;
- }
- & + .checkbox-substitute + span {
- font-weight: normal;
- font-size: @font-size;
- cursor: pointer;
- vertical-align: middle;
- .font-padding(@font-size);
- }
- &:hover + .checkbox-substitute {
- border-color: @primary-color;
- outline: none;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
- }
- &:checked + .checkbox-substitute {
- border-color: @primary-color;
- background-color: @primary-color;
- &::after {
- .checkbox-check(@component-bg);
- }
- }
- &.portion + .checkbox-substitute {
- background-color: @primary-color;
- border-color: @primary-color;
- opacity: 0.5;
- &::after {
- .checkbox-check(@component-bg);
- }
- }
- &:disabled + .checkbox-substitute,
- &[disabled] + .checkbox-substitute {
- border-color: @border-color-base;
- background-color: @input-bg-color-disabled;
- cursor: not-allowed;
- }
- &:disabled + .checkbox-substitute + span,
- &[disabled] + .checkbox-substitute + span {
- cursor: not-allowed;
- }
- &.portion[disabled] + .checkbox-substitute {
- background-color: @border-color-base;
- border-color: @border-color-base;
- &::after {
- .checkbox-check(@fonticon-color);
- }
- }
- &:checked[disabled] + .checkbox-substitute {
- border-color: @border-color-base;
- background-color: @border-color-base;
- }
-}
-
-.checkbox-check(@color) {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid @color;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- .checkbox-check-left(@font-size);
- top: 0;
-}
-
-.checkbox-check-left(12px) {
- left: 3px;
-}
-
-.checkbox-check-left(14px) {
- left: 4px;
-}
-
-.font-padding(12px) {
- padding-left: 6px;
-}
-
-.font-padding(14px) {
- padding-left: 10px;
-}
-
-///////
-///////
-///////
-///////
-///////
-
-.plx-form {
- font-family: @font-family;
- font-size: @font-size;
- background: @component-bg;
- color: @text-color;
- .ng-invalid:not(form).ng-invalid:not(fieldset).ng-invalid:not(plx-select) {
- border: 1px solid @error-color; /* red */
- }
- .ng-untouched:not(form).ng-untouched:not(fieldset).ng-untouched:not(plx-select) {
- border: 1px solid @border-color-base ;
- }
- // 标签和通用组件样式
- label {
- font-size: @font-size;
- text-align: right;
- color: @form-label;
- background: @component-bg;
- .label-span {
- color: @text-color;
- }
- }
-
- //分组的样式
- .forms-group(@cursor, @bgcolor) {
- margin-bottom: 10px;
- padding-left: 15px;
- color: @title-text-color;
- font-size: @font-size-title-group;
- height: @input-height;
- line-height: @input-height;
- cursor: @cursor;
- &:hover {
- background: @bgcolor;
- }
- span {
- margin-left: 24px;
- border-left: 3px solid @primary-color;
- padding-left: 5px;
- }
- // 分组的展开和隐藏
- .group-icon {
- float:left;
- font-size: @font-size-title-group;
- color: @primary-color !important;
- line-height:@input-height;
- margin-right:8px;
- transform: scale(0.7,0.7);
- font-weight: bold;
- }
- }
-
- .text-autocut {
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- display: block;
- }
-
- .forms-group-pointer {
- .forms-group(pointer, @hover-bg-color);
- }
-
- .forms-group-default {
- .forms-group(default, @component-bg);
- line-height: @input-height / 2;
- }
- // 紧凑型表单input高度
- .input-sm {
- height: @input-height-sm !important;
- }
- // 必选的*号颜色
- .px-red {
- color: @error-color;
- }
-
- input:focus {
- border: 1px solid @primary-color !important;
- }
- // 错误信息
- .error-div {
- height: @font-size;
- margin-top: -4px;
- margin-bottom: 5px;
- .error-msg {
- color: @error-color;
- }
- }
- // 输入提示信息的样式
- .help-div {
- color: @disabled-text-color;
- height: @font-size;
- margin-top: -5px;
- margin-bottom: 6px;
- }
- // 标题样式
- .forms-header {
- margin-left: 15px;
- margin-bottom: 25px;
- padding-bottom: 5px;
- border-bottom:1px solid @border-color-split;
- span {
- font-size: @font-size-title-level2;
- color: @title-text-color;
- }
- }
-
- .plx-input{
- width: 100%;
- color: @text-color;
- background: @component-bg;
- text-align: left;
- }
- //radio、checkbox、tail的样式
- .field-radio {
- padding-right:10px;
- line-height:@input-height - 5px;
- &.field-radio-tight {
- line-height:@input-height-sm - 5px;
- }
- }
- .field-tail {
- padding-right:10px;
- line-height:@input-height;
- &.field-tail-tight {
- line-height:@input-height-sm;
- }
- .tip {
- color: @fonticon-color;
- font-size: 16px;
- }
- }
- .field-info {
- font-size: @font-size;
- color: @primary-color;
- margin-left: -15px;
- &.field-info-group {
- margin-left: 15px;
- }
- }
- //field的样式
- .form-field:not(select-dropdown) {
- color: @text-color;
- font-size: @font-size;
- line-height: @input-height;
- &.form-field-tight {
- line-height:@input-height-sm;
- }
- &.form-filed-hint {
- margin-bottom: 15px;
- }
- }
- .field-div {
- margin-bottom: 15px;
- padding-left: 0;
- &.field-div-tight {
- margin-bottom: 10px;
- }
- // 输入值改变后的样式变化
- &.inputchanged > input{
- font-weight:bold;
- }
- &.inputchanged > select{
- font-weight:bold;
- }
- }
-
- .button-div {
- padding: 15px 0 0 0;
- color: @text-color;
- font-size: @font-size-title-group;
- text-align: left;
- button {
- margin-right: 10px;
- }
- }
-
- .button-r-submit {
- float: right;
- margin-right: -20px !important;
- }
-
- .button-r-cancel {
- float: right;
- }
-
- .content {
- overflow-y: auto;
- overflow-x: hidden;
- }
-
- //滚动条
- .plx-scrollbar::-webkit-scrollbar {
- width: 4px;
- height: 6px;
- }
- .plx-scrollbar::-webkit-scrollbar-thumb {
- background-color: rgba(0,0,0,.2);
- border-radius: 2em;
- min-height: 50px;
- max-height: 100px;
- }
- .plx-scrollbar::-webkit-scrollbar-corner{
- background-color: transparent;
- }
- // placeholder
- input:-ms-input-placeholder {
- color: @unselected-text-color !important;
- }
- input::-webkit-input-placeholder {
- color: @unselected-text-color !important;
- }
- plx-info .icon {
- margin-left: -10px;
- line-height: 28px !important;
- }
-
-}
-.para-content {
- .icon-active {
- fill:@primary-color;
- }
- .icon-disactive {
- fill: @disabled-text-color;
- cursor: default;
- }
-}
-
-
-///////
-
-.plx-input {
- font-size: @font-size;
- height: @input-height;
- padding-left: 10px;
- padding-right: 10px;
- outline: 0;
- border: 1px solid @border-color-base;
- border-radius: @radius;
- vertical-align: middle;
- &:focus {
- border: 1px solid @primary-color;
- }
- &:disabled,
- &[disabled] {
- cursor: not-allowed;
- background-color: @input-bg-color-disabled;
- }
-}
-
-.plx-input-sm {
- height: @input-height-sm;
-}
-
-.plx-input-right-no-radius {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
-}
-///////
-
-.plx-radio-container {
- font-size: 0;
- position: relative;
-}
-
-.plx-radio {
- position: absolute;
- z-index: -1;
- opacity: 0;
- & + .radio-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: @checkbox-size;
- width: @checkbox-size;
- border: 1px solid @border-color-base;
- border-radius: @checkbox-size;
- vertical-align: middle;
- }
- &:hover + .radio-substitute,
- &:focus + .radio-substitute {
- border-color: @primary-color;
- outline: none;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
- }
- &:checked + .radio-substitute {
- .radio-boder-checked-width(@font-size);
- }
- &:disabled + .radio-substitute,
- &[disabled] + .radio-substitute {
- border-color: @border-color-base;
- background-color: @input-bg-color-disabled;
- cursor: not-allowed;
- }
- &:checked [disabled] + .radio-substitute {
- border-color: @border-color-split;
- background-color: @border-color-split;
- cursor: not-allowed;
- }
- & + .radio-substitute + span {
- font-weight: normal;
- font-size: @font-size;
- cursor: pointer;
- vertical-align: middle;
- .font-padding(@font-size);
- }
- &:disabled + .radio-substitute + span,
- &[disabled] + .radio-substitute + span {
- cursor: not-allowed;
- }
-}
-
-.radio-boder-checked-width(12px) {
- border: 4px solid @primary-color;
-}
-
-.radio-boder-checked-width(14px) {
- border: 5px solid @primary-color;
-}
-
-.font-padding(12px) {
- padding-left: 6px;
-}
-
-.font-padding(14px) {
- padding-left: 10px;
-}
-
-/*radio-group*/
-
-@radio-group-border-height: 1px;
-@padding-normal: 0px 16px;
-@padding-sm: 0px 14px;
-@min-width-normal: 80px;
-@min-width-sm: 60px;
-
-.border-min-width(@min-width, 14px) {
- min-width: @min-width + 8px;
-}
-
-.border-min-width(@min-width, 12px) {
- min-width: @min-width;
-}
-
-.btn.dropdown-toggle,
-.btn-group .btn.dropdown-toggle,
-.btn:hover,
-.btn:disabled,
-.btn[disabled],
-.btn:focus,
-.btn:active,
-.btn.active {
- outline: none !important;
- background-image: none !important;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-
-.plx-radio-group {
- cursor: pointer;
- font-size: @font-size;
- height: @btn-height;
- background-color: @common-color;
- border: @radio-group-border-height solid @border-color-base;
- color: @text-color;
- border-radius: @radius;
- padding: @padding-normal;
- .border-min-width(@min-width-normal, @font-size);
- transition: none;
- &:hover,
- &:focus,
- &:active {
- outline: none;
- background-image: none;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
- }
-
- &:hover,
- &:focus {
- color: @btn-common-color-text-hover;
- border-color: @btn-common-color-border-hover;
- background-color: @common-color-hover;
- }
- &:active {
- color: @btn-common-color-text-click;
- border-color: @btn-common-color-border-click;
- background-color: @common-color-click;
- }
- &.active {
- background-color: @primary-color;
- color: @scene-textcolor;
- border-color: @primary-color;
- }
- & > span {
- line-height: @btn-height - @radio-group-border-height * 2;
- }
-}
-
-.plx-radio-group-sm {
- height: @btn-height-sm;
- padding: @padding-sm;
- .border-min-width(@min-width-sm, @font-size);
- & > span {
- line-height: @btn-height-sm - @radio-group-border-height * 2;
- }
-}
-
-///////
-
-.plx-ui-steps-number-active {
- background: @default-blue;
- color: @default-white;
-}
-
-.plx-ui-steps-number-passive {
- background: @gray-grade-7;
- color: @default-white;
-}
-
-.plx-ui-steps-number-visited {
- color: @default-white;
- border: 2px @default-blue solid;
-}
-
-.plx-ui-underline-active {
- background: @default-blue;
-}
-
-.plx-ui-underline-passive {
- background: @gray-grade-8;
-}
-
-.plx-ui-steps-title-active {
- color: @font-gray-normal;
-}
-
-.plx-ui-steps-title-passive {
- color: @font-gray-light;
-}
-
-.plx-ui-steps-title-visited {
- color: @font-gray-light;
-}
-
-.plx-ui-steps-number-visited-tick {
- border-bottom: 2px solid @default-blue;
- border-right: 2px solid @default-blue;
-}
-
-.plx-ui-underline-active-vertical {
- border-right: 2px solid @gray-grade-7;
-}
-
-.plx-ui-underline-visited-vertical {
- border-right: 2px solid @default-blue;
-}
-
-.plx-ui-underline-passive-vertical {
- border-right: 2px solid @gray-grade-7;
-}
-
-.plx-ui-steps-title-active-vertical {
- color: @font-gray-normal;
-}
-
-.plx-ui-steps-title-visited-vertical {
- color: @font-gray-light;
-}
-
-.plx-ui-steps-title-passive-vertical {
- color: @font-gray-light;
-}
-
-.plx-ui-steps-number-active-vertical {
- background: @default-blue;
- color: @default-white;
-}
-
-.plx-ui-steps-number-passive-vertical {
- background: @gray-grade-7;
- color: @default-white;
-}
-
-.plx-ui-steps-number-visited-vertical {
- color: @default-white;
-}
-
-///////
-
-//input[type='text'],
-//input[type='password'],
-//input[type='email'],
-//input[type='tel'] {
-// color: @font-gray-normal !important;
-// font-weight: @font-weight-bold !important;
-// border: @border-base;
-// &:focus {
-// border-color: @default-blue !important;
-// }
-//}
-//
-//@media screen and (-webkit-min-device-pixel-ratio: 0) {
-// input[type='text'],
-// input[type='password'],
-// input[type='email'],
-// input[type='tel'] {
-// &:focus {
-// border-color: @default-blue;
-// color: @default-blue;
-// text-shadow: 0 0 0 @font-gray-normal;
-// -webkit-text-fill-color: transparent;
-// }
-// &::-webkit-input-placeholder {
-// font-weight: @font-weight-normal;
-// text-shadow: none;
-// -webkit-text-fill-color: @font-gray-lightest;
-// }
-// }
-//}
-//
-//input[disabled] {
-// background: @gray-grade-9;
-// color: @font-gray-lightest !important;
-// border-color: rgba(191, 191, 191, 0.5) !important;
-// cursor: not-allowed;
-//}
-//
-//
-//input[type='text'],
-//input[type='password'],
-//input[type='email'],
-//input[type='tel'] {
-// .input-invalid.ng-dirty.ng-invalid.ng-touched.input-blur &,
-// &.ng-dirty.ng-invalid.ng-touched.input-blur {
-// border-color: @default-red;
-// }
-//}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/default/NIV-theme.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/default/NIV-theme.less
deleted file mode 100644
index 607c7174..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/default/NIV-theme.less
+++ /dev/null
@@ -1,271 +0,0 @@
-//color
-@blue-1: #e7f4fd;
-@blue-2: #cfe9fc;
-@blue-3: #a0d3f8;
-@blue-4: #70bef5;
-@blue-5: #40a8f2;
-@blue-6: #108ee9;
-@blue-7: #0d75bf;
-@blue-8: #0c66a7;
-@blue-9: #084977;
-@blue-10: #073a5f;
-
-@green-1: #e5f6ee;
-@green-2: #cceedd;
-@green-3: #99dcbb;
-@green-4: #66cb98;
-@green-5: #33b976;
-@green-6: #00a854;
-@green-7: #00994d;
-@green-8: #008040;
-@green-9: #006633;
-@green-10: #004d26;
-
-@red-1: #fdeae8;
-@red-2: #fad4d1;
-@red-3: #f8bfba;
-@red-4: #f5aaa3;
-@red-5: #ee6a5d;
-@red-6: #ea4335;
-@red-7: #e72918;
-@red-8: #b92113;
-@red-9: #a21d11;
-@red-10: #8a190f;
-
-@yellow-1: #fff8e6;
-@yellow-2: #fef2cd;
-@yellow-3: #fde59b;
-@yellow-4: #fdde81;
-@yellow-5: #fcca36;
-@yellow-6: #f3b709;
-@yellow-7: #c99703;
-@yellow-8: #977202;
-@yellow-9: #7e5f02;
-@yellow-10: #644c02;
-
-@orange-1: #fff1e6;
-@orange-2: #ffe2cc;
-@orange-3: #ffd4b3;
-@orange-4: #ffb780;
-@orange-5: #ff8b33;
-@orange-6: #f56a30;
-@orange-7: #cc5800;
-@orange-8: #994200;
-@orange-9: #803700;
-@orange-10: #662c00;
-
-@purple-1: #f5e9f7;
-@purple-2: #ebd4ef;
-@purple-3: #d7a9df;
-@purple-4: #c47cd0;
-@purple-5: #ad49be;
-@purple-6: #9c27b0;
-@purple-7: #862097;
-@purple-8: #6f1c7d;
-@purple-9: #60166d;
-@purple-10: #51145c;
-
-@pink-1: #fde8ef;
-@pink-2: #fad1df;
-@pink-3: #f8bace;
-@pink-4: #ff84af;
-@pink-5: #ee5d8e;
-@pink-6: #e81e63;
-@pink-7: #d01654;
-@pink-8: #b9134a;
-@pink-9: #a21141;
-@pink-10: #8a0f38;
-
-@cyan-1: #ebf8f9;
-@cyan-2: #cfedf0;
-@cyan-3: #a7dfe3;
-@cyan-4: #76cdd3;
-@cyan-5: #3db8c1;
-@cyan-6: #00a2ae;
-@cyan-7: #008997;
-@cyan-8: #00707f;
-@cyan-9: #005667;
-@cyan-10: #003c4e;
-
-@lemon-1: #fffdeb;
-@lemon-2: #ffface;
-@lemon-3: #fff7b1;
-@lemon-4: #fff59d;
-@lemon-5: #fff175;
-@lemon-6: #ffeb3b;
-@lemon-7: #f7e225;
-@lemon-8: #e8d211;
-@lemon-9: #d3bf0b;
-@lemon-10: #c3b003;
-
-@brown-1: #f5f1ef;
-@brown-2: #ece3df;
-@brown-3: #d9c6bf;
-@brown-4: #c6aa9f;
-@brown-5: #9f7160;
-@brown-6: #795548;
-@brown-7: #604439;
-@brown-8: #503830;
-@brown-9: #402d26;
-@brown-10: #30221d;
-
-@indigo-1: #eceef8;
-@indigo-2: #d9ddf2;
-@indigo-3: #c6cceb;
-@indigo-4: #a1aade;
-@indigo-5: #6877ca;
-@indigo-6: #3f51b5;
-@indigo-7: #354497;
-@indigo-8: #2e3b84;
-@indigo-9: #212a5e;
-@indigo-10: #1b224b;
-
-@lime-1: #f3f9ec;
-@lime-2: #e6f2d9;
-@lime-3: #daecc6;
-@lime-4: #b5d98c;
-@lime-5: #9ccc66;
-@lime-6: #8bc24a;
-@lime-7: #77ac39;
-@lime-8: #699933;
-@lime-9: #4f7326;
-@lime-10: #426020;
-
-@bluegray-1: #f0f3f5;
-@bluegray-2: #d2dbe0;
-@bluegray-3: #b4c3cb;
-@bluegray-4: #96abb6;
-@bluegray-5: #7893a1;
-@bluegray-6: #607d8b;
-@bluegray-7: #546c78;
-@bluegray-8: #495f69;
-@bluegray-9: #34444b;
-@bluegray-10: #2a363c;
-
-@default-white: #ffffff;
-@default-black: #000000;
-
-@default-blue: @blue-6;
-@hover-blue: @blue-7;
-@active-blue: @blue-8;
-
-@nav-default-blue: @default-blue;
-@nav-hover-blue: @hover-blue;
-@nav-active-blue: @active-blue;
-
-@default-green: @green-6;
-@hover-green: @green-7;
-@active-green: @green-8;
-
-@default-red: @red-6;
-@hover-red: @red-7;
-@active-red: @red-8;
-
-@default-yellow: @yellow-6;
-@hover-yellow: @yellow-7;
-@active-yellow: @yellow-8;
-
-@gray-grade-1: #212121;
-@gray-grade-2: #404040;
-@gray-grade-3: #595959;
-@gray-grade-4: #737373;
-@gray-grade-5: #999999;
-@gray-grade-6: #bfbfbf;
-@gray-grade-7: #d9d9d9;
-@gray-grade-8: #e9e9e9;
-@gray-grade-9: #f5f5f5;
-
-//font
-@font-family: "Helvetica Neue","PingFang SC",Tahoma,"Microsoft Yahei";
-
-@font-size-normal: 14px;
-@font-size-xl: 24px;
-@font-size-lg: 20px;
-@font-size-sm: 12px;
-
-@font-gray-normal: @gray-grade-3;
-@font-gray-light: @gray-grade-5;
-@font-gray-lightest: @gray-grade-6;
-@font-gray-dark: @gray-grade-2;
-
-@font-weight-normal: 400;
-@font-weight-bold: 500;
-@title-font-weight: 500;
-
-.font(@font-size: @font-size-normal, @color:@font-gray-normal, @font-weight: @font-weight-normal) {
- font-family: @font-family;
- font-weight: @font-weight;
- font-size: @font-size;
- line-height: @font-size;
- color: @color;
-}
-
-.input-font(@font-size: @font-size-normal, @color:@font-gray-normal) {
- .font(@font-size, @color, @font-weight-bold);
-}
-
-//disabled
-@disabled-font: @font-gray-lightest;
-@disabled-background: @gray-grade-9;
-@disabled-border-color: rgba(191, 191, 191, 0.5);
-
-//hover
-@hover-background: @blue-1;
-@hover-border-color: @default-blue;
-
-//active
-@active-background: @gray-grade-9;
-
-//highlight
-@highlight-background: @gray-grade-6;
-
-//border
-@border-color: @gray-grade-7;
-@border-base: 1px solid @border-color;
-@border-radius-base: 3px;
-@box-shadow-base: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
-
-//height
-@component-height-lg: 32px;
-@component-height-md: 28px;
-@component-height-sm: 24px;
-@line-height-base: 1.5;
-
-//spacing
-@spacing-within-item: 10px;
-@spacing-between-item: 20px;
-
-//z-index
-@z-index-affix : 10;
-@z-index-back-top : 10;
-@z-index-modal-mask : 1000;
-@z-index-modal : 1000;
-@z-index-notification : 1010;
-@z-index-message : 1010;
-@z-index-popover : 1030;
-@z-index-picker : 1050;
-@z-index-dropdown : 1050;
-@z-index-tooltip : 1060;
-
-//input
-@input-padding-both-side: 10px;
-@input-width: 400px;
-
-//overlay
-@overlay-margin-top: 5px;
-@overlay-item-padding-left: 10px;
-
-//clear icon
-@hover-clear-icon-bg: @gray-grade-9;
-@clear-icon-color: @gray-grade-5;
-
-//button
-@button-width: 88px;
-@button-border: 0;
-@button-border-color: @border-base;
-
-//tab
-@tab-height: 36px;
-@tab-active-line-height: 2px;
-@tab-line-height: @tab-height - @tab-active-line-height;
-@icon-menu-active-bg: @blue-2;
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/default/theme.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/default/theme.css
deleted file mode 100644
index 6347a525..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/default/theme.css
+++ /dev/null
@@ -1,5552 +0,0 @@
-.plx-breadcrumb {
- margin: 0;
- padding: 5px 10px;
- font-size: 12px;
-}
-.plx-breadcrumb li {
- display: inline-block;
-}
-.plx-breadcrumb a {
- color: #737373;
- text-decoration: none;
-}
-.plx-breadcrumb a:hover {
- color: #00abff;
-}
-.plx-breadcrumb .plx-breadcrumb-separator {
- color: #999;
- padding: 0 5px;
- vertical-align: 1px;
-}
-.plx-breadcrumb .plx-breadcrumb-collapse {
- padding-left: 6px;
- padding-right: 6px;
- cursor: pointer;
-}
-.plx-breadcrumb .plx-breadcrumb-collapse circle {
- fill: #999;
-}
-.plx-breadcrumb .plx-breadcrumb-collapse:hover circle {
- fill: #00abff;
-}
-.plx-breadcrumb .plx-breadcrumb-active {
- vertical-align: 1px;
-}
-.plx-breadcrumb .plx-breadcrumb-active a {
- font-size: 20px;
- color: #404040;
- cursor: text;
-}
-.owl-dateTime {
- display: inline-block;
- position: relative;
- width: 100%;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
- background: #fff;
- color: #595959;
-}
-.owl-dateTime input {
- font-size: 12px;
- height: 32px;
- padding-left: 10px;
- padding-right: 10px;
- outline: 0;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- vertical-align: middle;
-}
-.short-text-input .owl-dateTime input {
- width: 120px;
-}
-.text-input-with-unit .owl-dateTime input {
- width: 355px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-unitOption .owl-dateTime input {
- width: 316px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix .owl-dateTime input {
- width: 330px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-prefixOption .owl-dateTime input {
- width: 316px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-passwordSwith .owl-dateTime input {
- width: 360px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix.text-input-with-unit .owl-dateTime input {
- width: 285px;
-}
-.text-input-with-prefix.text-input-with-unitOption .owl-dateTime input {
- width: 246px;
-}
-.short-text-input.text-input-with-prefix .owl-dateTime input {
- width: 80px;
-}
-.short-text-input.text-input-with-unit .owl-dateTime input {
- width: 80px;
-}
-.short-text-input.text-input-with-prefix.text-input-with-unit .owl-dateTime input {
- width: 40px;
-}
-.owl-dateTime input:focus {
- border: 1px solid #00abff;
-}
-.owl-dateTime input:disabled,
-.owl-dateTime input[disabled] {
- cursor: not-allowed;
- background-color: #f5f5f5;
-}
-.owl-dateTime input:-ms-input-placeholder {
- color: #999 !important;
-}
-.owl-dateTime input::-webkit-input-placeholder {
- color: #999 !important;
-}
-.owl-dateTime-input {
- width: 100%;
- padding-right: 1.5em;
-}
-.owl-dateTime-cancel {
- position: absolute;
- top: 50%;
- right: .1em;
- border-radius: 50%;
- transform: translateY(-50%);
- cursor: pointer;
- color: inherit;
-}
-.owl-dateTime-inputWrapper {
- position: relative;
-}
-.owl-dateTime-customTemp {
- display: inline-block;
- position: relative;
-}
-.owl-dateTime-dialog {
- padding: 0px;
- position: absolute;
-}
-.owl-dateTime-dialogHeader {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
-}
-.owl-calendar-wrapper,
-.owl-timer-wrapper {
- position: relative;
- width: 100%;
- padding: .2em .5em;
-}
-.owl-calendar-control {
- display: flex;
- justify-content: space-around;
- width: 100%;
- height: 2em;
-}
-.owl-calendar-control .owl-calendar-controlNav {
- position: relative;
- cursor: pointer;
- width: 12.5%;
-}
-.owl-calendar-control .owl-calendar-controlContent {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 75%;
- height: 100%;
-}
-.owl-calendar {
- position: relative;
- min-height: 13.7em;
-}
-.owl-calendar table {
- width: 100%;
- border-collapse: collapse;
-}
-.owl-calendar tbody td {
- position: relative;
- text-align: center;
-}
-.owl-calendar tbody td a {
- display: block;
- width: 100%;
- height: 100%;
- text-decoration: none;
- color: inherit;
- font-size: 12px;
-}
-.owl-calendar .owl-calendar-yearArrow {
- position: absolute;
- top: 50%;
- width: 1.5em;
- height: 1.5em;
- transform: translateY(-50%);
- cursor: pointer;
-}
-.owl-calendar .owl-calendar-yearArrow.left {
- left: -0.5em;
-}
-.owl-calendar .owl-calendar-yearArrow.right {
- right: -0.5em;
-}
-.owl-timer-wrapper {
- position: relative;
- display: flex;
- justify-content: center;
-}
-.owl-timer-wrapper .owl-timer {
- position: relative;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- width: 25%;
- height: 100%;
-}
-.owl-timer-wrapper .owl-timer-control {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 30%;
- width: 100%;
- cursor: pointer;
-}
-.owl-timer-wrapper .owl-timer-control .icon:before {
- margin: 0;
-}
-.owl-timer-wrapper .owl-timer-input {
- width: 60%;
- height: 100%;
-}
-/*# sourceMappingURL=picker.component.css.map */
-.font-face {
- font-weight: normal;
- font-style: normal;
-}
-[class^="paletx-datepicker-icon-"]:before,
-[class*="paletx-datepicker-icon-"]:before {
- font-family: "fontello";
- font-style: normal;
- font-weight: normal;
- speak: none;
- display: inline-block;
- text-decoration: inherit;
- width: 1em;
- margin-right: .2em;
- text-align: center;
- /* opacity: .8; */
- /* For safety - reset parent styles, that can break glyph codes*/
- font-variant: normal;
- text-transform: none;
- /* fix buttons height, for twitter bootstrap */
- line-height: 1em;
- /* Animation center compensation - margins should be symmetric */
- /* remove if not needed */
- margin-left: .2em;
- /* you can be more comfortable with increased icons size */
- /* font-size: 120%; */
- /* Font smoothing. That was taken from TWBS */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- /* Uncomment for 3D effect */
- /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
-}
-.paletx-datepicker-icon-cancel:before {
- content: '\e802';
-}
-/* '' */
-.paletx-datepicker-icon-up-open:before {
- content: '\e805';
-}
-/* '' */
-.paletx-datepicker-icon-down-open:before {
- content: '\e80b';
-}
-/* '' */
-.paletx-datepicker-icon-left-open:before {
- content: '\e817';
-}
-/* '' */
-.paletx-datepicker-icon-right-open:before {
- content: '\e818';
-}
-/* '' */
-.owl-widget,
-.owl-widget * {
- box-sizing: border-box;
-}
-.owl-widget {
- font-size: 1em;
-}
-.owl-padding {
- padding: 0px;
-}
-.owl-corner-all {
- border-radius: 3px;
-}
-.owl-corner-top {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
-}
-.owl-state-default {
- border: 1px solid #d9d9d9;
- background: #fff;
- color: #595959;
-}
-.owl-inputtext {
- margin: 0;
- outline: medium none;
- transition: .2s;
-}
-.owl-dateTime.owl-dateTime-inline {
- width: auto;
-}
-.owl-dateTime.owl-dateTime-inline .owl-dateTime-dialog {
- position: relative;
- z-index: auto;
-}
-.owl-dateTime-dialog {
- width: 300px;
- user-select: none;
- z-index: 99999;
-}
-.owl-dateTime-dialogHeader {
- height: 2.5em;
- padding: .25em;
- background-color: #fff;
- overflow-y: auto;
-}
-.owl-calendar-control .owl-calendar-controlNav .nav-prev,
-.owl-calendar-control .owl-calendar-controlNav .nav-next {
- position: absolute;
- top: 50%;
- right: auto;
- bottom: auto;
- left: 50%;
- transform: translate(-50%, -50%);
-}
-.owl-cal-header {
- background: #f5f5f5;
- height: 35px;
-}
-.owl-calendar-control .owl-calendar-controlNav .nav-prev:before,
-.owl-calendar-control .owl-calendar-controlNav .nav-next:before {
- border-top: .5em solid transparent;
- border-bottom: .5em solid transparent;
- border-right: 0.75em solid #000000;
- width: 0;
- height: 0;
- display: block;
- margin: 0 auto;
-}
-.owl-calendar-control .owl-calendar-controlNav .nav-next:before {
- border-right: 0;
- border-left: 0.75em solid #000000;
-}
-.owl-calendar-control .owl-calendar-controlContent .month-control,
-.owl-calendar-control .owl-calendar-controlContent .year-control {
- color: #999;
- display: inline-block;
- cursor: pointer;
- transition: transform 200ms ease;
-}
-.owl-calendar-control .owl-calendar-controlContent .month-control:hover,
-.owl-calendar-control .owl-calendar-controlContent .year-control:hover {
- color: #00abff;
-}
-.owl-calendar-control .owl-calendar-controlContent .month-control {
- font-size: 14px;
- margin-right: .8rem;
-}
-.owl-calendar-control .owl-calendar-controlContent .year-control {
- font-size: 14px;
-}
-.owl-calendar tbody td.owl-calendar-selected {
- background-color: #00abff;
- color: #fff;
-}
-.owl-calendar tbody td.owl-calendar-invalid {
- color: #bfbfbf;
-}
-.owl-calendar tbody td.owl-calendar-outFocus {
- color: #999;
-}
-.owl-calendar tbody td.owl-calendar-hidden {
- visibility: hidden;
-}
-/**
-.owl-calendar tbody td:not(.owl-calendar-selected):not(.owl-calendar-invalid):hover {
- background-color: @hover-bg-color;
- color: @shadow-color }
-**/
-.owl-years td.owl-year,
-.owl-years td.owl-month,
-.owl-months td.owl-year,
-.owl-months td.owl-month {
- font-size: 1.2em;
- height: 2.5em;
- width: 33.33%;
- line-height: 2.5em;
- border-radius: 60px;
-}
-.owl-weekdays th.owl-weekday {
- height: 1em;
- line-height: 2em;
- text-align: center;
- font-weight: normal;
- font-size: 12px;
- /**color: @unselected-text-color; **/
-}
-.owl-days td.owl-day {
- border-radius: 30px;
- height: 2em;
- width: calc(14.28571429%);
- line-height: 2em;
-}
-.owl-days td.owl-day.owl-day-today:before {
- content: '';
- display: block;
- position: absolute;
- right: 2px;
- top: 2px;
- color: #00abff;
- border-top: 0.5em solid #009dea;
- border-left: .5em solid transparent;
-}
-.owl-timer-wrapper {
- height: 5.4em;
- background-color: rgba(0, 0, 0, 0.2);
-}
-.owl-timer-wrapper .owl-timer-text {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 40%;
- font-size: 1.5em;
-}
-.owl-timer-wrapper .owl-meridian-btn {
- font-size: .8em;
- color: #00abff;
- background-image: none;
- background-color: transparent;
- border-color: #00abff;
-}
-.owl-timer-wrapper .owl-meridian-btn:hover {
- color: #fff;
- background-color: #00abff;
- border-color: #00abff;
-}
-.owl-timer-divider {
- display: inline-block;
- align-self: flex-end;
- position: absolute;
- width: .6em;
- height: 100%;
- left: -0.3em;
-}
-.owl-timer-divider .owl-timer-dot {
- display: block;
- width: .3em;
- height: .3em;
- position: absolute;
- left: 50%;
- border-radius: 50%;
- transform: translateX(-50%);
-}
-.owl-timer-divider .owl-timer-dot.dot-top {
- top: 38%;
-}
-.owl-timer-divider .owl-timer-dot.dot-bottom {
- bottom: 38%;
-}
-.owl-icon {
- position: absolute;
- top: 50%;
- right: .1em;
- border-radius: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- cursor: pointer;
- color: #999;
-}
-.oes-time-control {
- color: #595959 !important;
-}
-.owl-calendar-selected {
- background-color: #00abff;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar tbody td div.day:not(.owl-calendar-selected):not(.owl-calendar-invalid):hover {
- background-color: #ebf6fd;
- color: #000;
- border-radius: 50%;
-}
-.oes-time-control {
- font-size: 12px;
-}
-.owl-calendar-year-part {
- width: 42px;
- margin-left: 30px;
- text-align: center;
-}
-.owl-calendar-year-part:hover {
- background-color: #ebf6fd;
- color: #000;
- border-radius: 50%;
-}
-.owl-calendar-year-selected {
- background-color: #00abff;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar-year-selected:hover {
- background-color: #00abff;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar-month-part {
- width: 42px;
- margin-left: 30px;
- text-align: center;
-}
-.owl-calendar-month-part:hover {
- background-color: #ebf6fd;
- color: #000;
- border-radius: 50%;
-}
-.owl-calendar-month-selected {
- background-color: #00abff;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar-month-selected:hover {
- background-color: #00abff;
- color: #fff;
- border-radius: 50%;
-}
-/*# sourceMappingURL=picker.css.map */
-.oes-time-table .chevron::before {
- border-style: solid;
- border-width: 0.29em 0.29em 0 0;
- content: '';
- display: inline-block;
- height: 0.69em;
- left: 0.05em;
- position: relative;
- top: 0.15em;
- transform: rotate(-45deg);
- -webkit-transform: rotate(-45deg);
- -ms-transform: rotate(-45deg);
- vertical-align: middle;
- width: 0.71em;
-}
-.oes-time-table .chevron.bottom:before {
- top: -0.3em;
- -webkit-transform: rotate(135deg);
- -ms-transform: rotate(135deg);
- transform: rotate(135deg);
-}
-.oes-time-table .btn-link {
- border: none!important;
- cursor: pointer;
- outline: 0;
- display: block;
-}
-.oes-time-table .btn-link.disabled {
- cursor: not-allowed;
- opacity: .65;
-}
-.oes-time-control {
- text-align: center;
-}
-.datapicker-form-control {
- width: auto !important;
- display: inline-block;
-}
-.oes-time-table .ict-stretch {
- font-size: 8px;
-}
-.oes-time-table .ict-shrink {
- font-size: 8px;
-}
-.time-pick-bk {
- background-color: #fff;
-}
-.btn-link:focus,
-.btn-link:hover {
- text-decoration: none;
-}
-.oes-time-control {
- border: 0;
- width: 30px !important;
- padding: 3px 0;
- margin: 0;
- font-size: 12px;
-}
-.oes-time-control:hover {
- background-color: #e6e6e6;
- color: #000;
- cursor: pointer;
-}
-.oes-time-control-foucs-bk {
- background-color: #00abff !important;
- color: #fff!important;
-}
-.oes-time-separator {
- margin: 0 -5px;
-}
-.oes-time-group,
-.oes-time-group:hover {
- border-bottom: 1px solid #ccc;
- border-left: 1px solid #ccc;
- border-top: 1px solid #ccc;
- border-radius: 0.2em;
-}
-.oes-time-btns,
-.oes-time-btns:hover {
- border-bottom: 1px solid #ccc;
- border-right: 1px solid #ccc;
- border-top: 1px solid #ccc;
- border-radius: 0.2em;
- padding: 0 0 7px 0 !important;
-}
-.oes-time-btns-wrapper {
- margin-top: -3px;
- transform: scale(0.6, 0.6);
-}
-.i18nTimeDes,
-.i18nTimeDes:hover {
- padding: 0 5px 0px 0;
-}
-.oes-time-btn {
- height: 5px;
-}
-.oes-time-table {
- margin-bottom: 10px;
-}
-.hour-table {
- font-size: 12px;
-}
-.hour-table td {
- padding: 5px;
- padding-top: 3px;
- padding-bottom: 3px;
- cursor: pointer;
-}
-.oes-time-btn-shrink {
- position: relative;
- top: -5px;
- left: 0px;
- color: #CCC;
-}
-.oes-time-btn-stretch {
- position: relative;
- left: 0px;
- color: #CCC;
-}
-.owl-calendar-timer-invalid {
- color: #acacac;
-}
-.owl-calendar-timer-selected {
- background-color: #00abff;
- color: #FFFFFF;
- border-radius: 1.2em;
-}
-.hour-table td:not(.owl-calendar-timer-selected):not(.owl-calendar-timer-invalid):hover {
- background-color: #ebf6fd;
- color: #000000;
- border-radius: 1.2em;
-}
-.icon {
- color: #999;
- vertical-align: text-bottom;
- margin-left: 5px;
- font-size: 20px;
-}
-.plx-input-password {
- display: inline-block;
- line-height: 30px;
- width: 40px;
- text-align: center;
- vertical-align: middle;
- margin-top: -2px;
- background-color: #fff;
- border-top: 1px solid #d9d9d9;
- border-right: 1px solid #d9d9d9;
- border-bottom: 1px solid #d9d9d9;
- border-bottom-right-radius: 3px;
- border-top-right-radius: 3px;
- cursor: pointer;
-}
-.plx-input-password:focus,
-.plx-input-password:hover {
- background-color: #fff;
-}
-.plx-input-password:active {
- background-color: #fff;
-}
-.plx-input-password.ict-eye-closed,
-.plx-input-password.ict-eye {
- color: #999;
-}
-.plx-input-password-disabled {
- cursor: not-allowed;
-}
-.plx-input-password-disabled:focus,
-.plx-input-password-disabled:hover,
-.plx-input-password-disabled:active {
- background-color: #fff;
-}
-.plx-input-password-sm {
- line-height: 26px;
-}
-@-moz-keyframes three-quarters-loader {
- 0% {
- -moz-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@-webkit-keyframes three-quarters-loader {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@keyframes three-quarters-loader {
- 0% {
- -moz-transform: rotate(0deg);
- -ms-transform: rotate(0deg);
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-.plx-loading-max:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 72px;
- height: 72px;
- border: 5px solid #00abff;
- border-right-color: #fff;
- border-radius: 36px;
-}
-.plx-loading-medium:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 36px;
- height: 36px;
- border: 4px solid #00abff;
- border-right-color: #fff;
- border-radius: 18px;
-}
-.plx-loading-min:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 18px;
- height: 18px;
- border: 2px solid #00abff;
- border-right-color: #fff;
- border-radius: 9px;
-}
-.plx-loading-default:not(:required) {
- margin-left: 100px;
- margin-top: 100px;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 36px;
- height: 36px;
- border: 4px solid #00abff;
- border-right-color: #fff;
- border-radius: 18px;
-}
-.plx-loading-xs:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 12px;
- height: 12px;
- border: 2px solid #00abff;
- border-right-color: #fff;
- border-radius: 6px;
-}
-.plx-loading {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
-}
-.plx-loading-white:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 12px;
- height: 12px;
- border: 2px solid #fff;
- border-right-color: #00abff;
- border-radius: 6px;
-}
-.plx-loading-gray:not(:required) {
- -moz-animation: three-quarters-loader 1500ms infinite linear;
- -webkit-animation: three-quarters-loader 1500ms infinite linear;
- animation: three-quarters-loader 1500ms infinite linear;
- box-sizing: border-box;
- display: inline-block;
- position: relative;
- overflow: hidden;
- text-indent: -9999px;
- width: 12px;
- height: 12px;
- border: 2px solid #bfbfbf;
- border-right-color: #fff;
- border-radius: 6px;
-}
-.message {
- width: 400px;
- right: 10px;
- position: fixed;
- z-index: 99999;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-weight: 400;
- font-style: normal;
- font-size: 14px;
- color: #404040;
-}
-.message > p {
- width: 100%;
- margin: 10px 0 16px;
- padding: 0 25px ;
- border: 1px solid #e9e9e9;
- box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.2);
- line-height: 36px;
- background: #fff;
- font-size: 12px !important;
- color: #595959;
-}
-.message > p > span {
- float: right;
- cursor: pointer;
- font-weight: 400;
- font-style: normal;
- color: #108EE9;
- text-align: center;
-}
-.message > p > span:hover {
- text-decoration: underline;
-}
-.message > div {
- width: 100%;
- margin-bottom: 16px;
- border: 1px solid ;
- line-height: 62px;
- border: 1px solid #e9e9e9;
- box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.2);
- border-radius: 5px;
- background: #fff;
- position: relative;
-}
-.message > div > span {
- display: inline-block;
- font-size: 24px !important;
- margin-left: 12px;
- margin-right: 3px;
- vertical-align: middle;
-}
-.message > div.success {
- border-left: 4px solid #73cf22;
-}
-.message > div.success > span {
- color: #73cf22;
-}
-.message > div.error {
- border-left: 4px solid #ff5b55;
-}
-.message > div.error > span {
- color: #ff5b55;
-}
-.message > div.warning {
- border-left: 4px solid #f7c515;
-}
-.message > div.warning > span {
- color: #f7c515;
-}
-.message > div.info {
- border-left: 4px solid #00abff;
-}
-.message > div.info > span {
- color: #00abff;
-}
-.message > div > i {
- float: right;
- width: 20px;
- height: 20px;
- margin-top: 21px;
- line-height: 20px;
- border-radius: 50%;
- margin-right: 20px;
- cursor: pointer;
- text-align: center;
- font-size: 16px;
-}
-.message > div > i:hover {
- background: #ebf6fd;
-}
-.message > div > p {
- top: -3px;
- margin: 0;
- padding: 0 20px 16px 43px;
- font-size: 12px !important;
- color: #595959;
- line-height: 18px;
- position: relative;
-}
-.message > div > p > span {
- color: #00abff;
- cursor: pointer;
-}
-.message > div > p > span:hover {
- text-decoration: underline;
-}
-.message > div > div {
- padding-left: 45px ;
- padding-bottom: 19px;
- font-size: 12px;
- color: #00abff;
- line-height: 18px;
- cursor: pointer;
-}
-.message > div > div:hover {
- text-decoration: underline;
-}
-#plxMessageMeasure {
- position: fixed;
- top: -12px;
- opacity: 0;
- white-space: nowrap;
- margin: 0;
- padding: 0;
- font-size: 12px !important;
- line-height: 12px;
- z-index: -9999;
-}
-.stack > span {
- display: inline-block;
- position: absolute;
- bottom: 16px;
- right: 25px;
-}
-plx-modal-window .modal {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- display: none;
- outline: 0;
- z-index: 10000;
-}
-plx-modal-window .modal-dialog {
- position: relative;
- max-width: 600px;
- margin: 30px auto;
-}
-plx-modal-window .modal-dialog.modal-sm {
- max-width: 600px;
-}
-plx-modal-window .modal-dialog.modal-lg {
- max-width: 1000px;
-}
-plx-modal-window .modal-content {
- position: relative;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- background-color: #fff;
- background-clip: padding-box;
- border-radius: 3px;
- box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
- outline: 0;
-}
-plx-modal-window .modal-content .modal-header {
- border-bottom: 0;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- padding: 15px;
-}
-plx-modal-window .modal-content .modal-body .form-group:last-child,
-plx-modal-window .modal-content .modal-body form:last-child {
- margin-bottom: 0;
-}
-plx-modal-window .modal-content .modal-footer {
- display: block;
- border-top: 0;
- margin-top: 0;
- padding: 0 15px 15px 15px;
-}
-plx-modal-window .modal-content .modal-title {
- font-size: 20px;
- margin-bottom: 0;
- line-height: 1.5;
-}
-plx-modal-window .modal-content .modal-btn {
- text-align: center;
- font-size: 0;
-}
-plx-modal-window .close {
- color: #999;
- font-size: 16px;
- text-shadow: none;
- width: 24px;
- height: 24px;
- background: #fff;
- border-radius: 20px;
- padding-bottom: 2px;
- outline: none;
-}
-plx-modal-window .close:hover {
- color: #999;
- background: #ebf6fd;
-}
-plx-modal-window .alert-modal.row {
- margin-left: 100px;
- margin-bottom: 30px;
- text-align: left;
-}
-plx-modal-window .alert-modal.row .tip-img {
- display: inline-block;
- width: 52px;
- height: 52px;
- border-radius: 50px;
- font-size: 45px;
- text-align: center;
- line-height: 1;
- margin-top: -5px;
- margin-right: 15px;
-}
-plx-modal-window .alert-modal.row .tip-img::before {
- content: "!";
-}
-plx-modal-window .alert-modal.row .tip-info {
- width: 300px;
-}
-plx-modal-window .alert-modal.row .tip-info .alert-title {
- font-size: 16px;
- color: #404040;
-}
-plx-modal-window .alert-modal.row .tip-info .alert-result {
- margin-top: 5px;
- font-size: 12px;
- color: #999;
-}
-plx-modal-window .alert-modal.row .warning {
- border: 3px solid #f7c515;
- color: #f7c515;
-}
-plx-modal-window .alert-modal.row .error {
- border: 3px solid #ff5b55;
- color: #ff5b55;
-}
-ngb-popover-window.plx-popover.show {
- color: #333;
- border: 1px solid #d9d9d9;
-}
-.plx-popover {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 10001;
- display: block;
- padding: 1px;
- font-style: normal;
- font-weight: normal;
- letter-spacing: normal;
- line-break: auto;
- line-height: 1.5;
- text-align: left;
- text-decoration: none;
- text-shadow: none;
- text-transform: none;
- white-space: normal;
- word-break: normal;
- word-spacing: normal;
- word-wrap: break-word;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- max-width: 400px;
- min-width: 200px;
- background-color: #fff;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-popover::before,
-.plx-popover::after {
- content: "";
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border: solid transparent;
-}
-.plx-popover::before {
- border-width: 7px;
-}
-.plx-popover::after {
- border-width: 6px;
-}
-.plx-popover-top-common {
- margin-top: -9px;
-}
-.plx-popover-top-common::before {
- border-top-color: #ccc;
- border-bottom-width: 0;
- bottom: -7px;
-}
-.plx-popover-top-common::after {
- border-top-color: #fff;
- border-bottom-width: 0;
- bottom: -6px;
-}
-.plx-popover-top {
- margin-top: -9px;
-}
-.plx-popover-top::before {
- border-top-color: #ccc;
- border-bottom-width: 0;
- bottom: -7px;
-}
-.plx-popover-top::after {
- border-top-color: #fff;
- border-bottom-width: 0;
- bottom: -6px;
-}
-.plx-popover-top::before {
- left: 50%;
- margin-left: -7px;
-}
-.plx-popover-top::after {
- left: 50%;
- margin-left: -6px;
-}
-.plx-popover.plx-popover-top-left {
- margin-top: -9px;
-}
-.plx-popover.plx-popover-top-left::before {
- border-top-color: #ccc;
- border-bottom-width: 0;
- bottom: -7px;
-}
-.plx-popover.plx-popover-top-left::after {
- border-top-color: #fff;
- border-bottom-width: 0;
- bottom: -6px;
-}
-.plx-popover.plx-popover-top-left::before {
- left: 10px;
-}
-.plx-popover.plx-popover-top-left::after {
- left: 11px;
-}
-.plx-popover.plx-popover-top-right {
- margin-top: -9px;
-}
-.plx-popover.plx-popover-top-right::before {
- border-top-color: #ccc;
- border-bottom-width: 0;
- bottom: -7px;
-}
-.plx-popover.plx-popover-top-right::after {
- border-top-color: #fff;
- border-bottom-width: 0;
- bottom: -6px;
-}
-.plx-popover.plx-popover-top-right::before {
- right: 10px;
-}
-.plx-popover.plx-popover-top-right::after {
- right: 11px;
-}
-.plx-popover-right-common {
- margin-left: 9px;
-}
-.plx-popover-right-common::before {
- border-right-color: #ccc;
- border-left-width: 0;
- left: -7px;
-}
-.plx-popover-right-common::after {
- border-right-color: #fff;
- border-left-width: 0;
- left: -6px;
-}
-.plx-popover.plx-popover-right {
- margin-left: 9px;
-}
-.plx-popover.plx-popover-right::before {
- border-right-color: #ccc;
- border-left-width: 0;
- left: -7px;
-}
-.plx-popover.plx-popover-right::after {
- border-right-color: #fff;
- border-left-width: 0;
- left: -6px;
-}
-.plx-popover.plx-popover-right::before {
- top: 50%;
- margin-top: -7px;
-}
-.plx-popover.plx-popover-right::after {
- top: 50%;
- margin-top: -6px;
-}
-.plx-popover.plx-popover-right-top {
- margin-left: 9px;
-}
-.plx-popover.plx-popover-right-top::before {
- border-right-color: #ccc;
- border-left-width: 0;
- left: -7px;
-}
-.plx-popover.plx-popover-right-top::after {
- border-right-color: #fff;
- border-left-width: 0;
- left: -6px;
-}
-.plx-popover.plx-popover-right-top::before {
- top: 10px;
-}
-.plx-popover.plx-popover-right-top::after {
- top: 11px;
-}
-.plx-popover.plx-popover-right-bottom {
- margin-left: 9px;
-}
-.plx-popover.plx-popover-right-bottom::before {
- border-right-color: #ccc;
- border-left-width: 0;
- left: -7px;
-}
-.plx-popover.plx-popover-right-bottom::after {
- border-right-color: #fff;
- border-left-width: 0;
- left: -6px;
-}
-.plx-popover.plx-popover-right-bottom::before {
- bottom: 10px;
-}
-.plx-popover.plx-popover-right-bottom::after {
- bottom: 11px;
-}
-.plx-popover-bottom-common {
- margin-top: 9px;
-}
-.plx-popover-bottom-common::before {
- border-bottom-color: #ccc;
- border-top-width: 0;
- top: -7px;
-}
-.plx-popover-bottom-common::after {
- border-bottom-color: #fff;
- border-top-width: 0;
- top: -6px;
-}
-.plx-popover.plx-popover-bottom {
- margin-top: 9px;
-}
-.plx-popover.plx-popover-bottom::before {
- border-bottom-color: #ccc;
- border-top-width: 0;
- top: -7px;
-}
-.plx-popover.plx-popover-bottom::after {
- border-bottom-color: #fff;
- border-top-width: 0;
- top: -6px;
-}
-.plx-popover.plx-popover-bottom::before {
- left: 50%;
- margin-left: -7px;
-}
-.plx-popover.plx-popover-bottom::after {
- left: 50%;
- margin-left: -6px;
-}
-.plx-popover.plx-popover-bottom-left {
- margin-top: 9px;
-}
-.plx-popover.plx-popover-bottom-left::before {
- border-bottom-color: #ccc;
- border-top-width: 0;
- top: -7px;
-}
-.plx-popover.plx-popover-bottom-left::after {
- border-bottom-color: #fff;
- border-top-width: 0;
- top: -6px;
-}
-.plx-popover.plx-popover-bottom-left::before {
- left: 10px;
-}
-.plx-popover.plx-popover-bottom-left::after {
- left: 11px;
-}
-.plx-popover.plx-popover-bottom-right {
- margin-top: 9px;
-}
-.plx-popover.plx-popover-bottom-right::before {
- border-bottom-color: #ccc;
- border-top-width: 0;
- top: -7px;
-}
-.plx-popover.plx-popover-bottom-right::after {
- border-bottom-color: #fff;
- border-top-width: 0;
- top: -6px;
-}
-.plx-popover.plx-popover-bottom-right::before {
- right: 10px;
-}
-.plx-popover.plx-popover-bottom-right::after {
- right: 11px;
-}
-.plx-popover-left-common {
- margin-left: -9px;
-}
-.plx-popover-left-common::before {
- border-left-color: #ccc;
- border-right-width: 0;
- right: -7px;
-}
-.plx-popover-left-common::after {
- border-left-color: #fff;
- border-right-width: 0;
- right: -6px;
-}
-.plx-popover.plx-popover-left {
- margin-left: -9px;
-}
-.plx-popover.plx-popover-left::before {
- border-left-color: #ccc;
- border-right-width: 0;
- right: -7px;
-}
-.plx-popover.plx-popover-left::after {
- border-left-color: #fff;
- border-right-width: 0;
- right: -6px;
-}
-.plx-popover.plx-popover-left::before {
- top: 50%;
- margin-top: -7px;
-}
-.plx-popover.plx-popover-left::after {
- top: 50%;
- margin-top: -6px;
-}
-.plx-popover.plx-popover-left-top {
- margin-left: -9px;
-}
-.plx-popover.plx-popover-left-top::before {
- border-left-color: #ccc;
- border-right-width: 0;
- right: -7px;
-}
-.plx-popover.plx-popover-left-top::after {
- border-left-color: #fff;
- border-right-width: 0;
- right: -6px;
-}
-.plx-popover.plx-popover-left-top::before {
- top: 10px;
-}
-.plx-popover.plx-popover-left-top::after {
- top: 11px;
-}
-.plx-popover.plx-popover-left-bottom {
- margin-left: -9px;
-}
-.plx-popover.plx-popover-left-bottom::before {
- border-left-color: #ccc;
- border-right-width: 0;
- right: -7px;
-}
-.plx-popover.plx-popover-left-bottom::after {
- border-left-color: #fff;
- border-right-width: 0;
- right: -6px;
-}
-.plx-popover.plx-popover-left-bottom::before {
- bottom: 10px;
-}
-.plx-popover.plx-popover-left-bottom::after {
- bottom: 11px;
-}
-.plx-popover .plx-popover-title {
- padding: 8px 14px;
- margin-bottom: 0;
- font-size: 16px;
- background-color: #fff;
- border-bottom: 1px solid #d9d9d9;
-}
-.plx-popover .plx-popover-title:empty {
- display: none;
-}
-.plx-popover .plx-popover-content {
- padding: 9px 14px;
- background-color: #fff;
-}
-.plx-popover .ict-warning {
- color: #ff5b55;
- font-size: 24px;
- margin-right: 5px;
-}
-.popover-template {
- padding: 10px 0px;
- min-width: 220px;
-}
-.popover-template .popover-template-content {
- padding: 10px 10px;
-}
-.popover-template .popover-template-footer {
- padding: 10px 10px 5px 10px;
- text-align: center;
-}
-.popover-template .popover-template-icon {
- display: inline-block;
- max-width: 30px;
- float: left;
-}
-.popover-template .popover-template-icon-area {
- display: inline-block;
- height: 100%;
- vertical-align: middle;
-}
-.popover-template .popover-template-msg {
- display: inline-block;
- max-width: 300px;
- margin-left: 10px;
- margin-top: 1px;
-}
-.plx-progress {
- display: inline-block;
- margin: 0 10px 1px 0;
- border-radius: 20px;
- overflow: hidden;
- background-color: #eee;
-}
-.plx-progress .plx-progress-bar {
- width: 0;
- height: 8px;
- transition: width 0.8s ease-in-out;
- opacity: 1;
-}
-.plx-progress .plx-progress-bar-info {
- position: relative;
- background-color: #33bcff;
-}
-.plx-progress .plx-progress-bar-info::before {
- background-color: #00abff;
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- width: 0;
- height: 8px;
- animation: plx-progress-bar-stripes 0.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
-}
-.plx-progress .plx-progress-bar-info.plx-progress-bar-reset {
- transition: none;
-}
-.plx-progress .plx-progress-bar-warning {
- background-color: #ff5b55;
-}
-.plx-progress .plx-progress-bar-success,
-.plx-progress .plx-progress-bar-info.plx-progress-bar-success {
- background-color: #00abff;
-}
-.plx-progress-info {
- display: inline-block;
-}
-.plx-progress-info .fp-exclamation-circle {
- color: #ff5b55;
-}
-@keyframes plx-progress-bar-stripes {
- from {
- width: 0;
- }
- to {
- width: 100%;
- }
-}
-:host(.plx-progressbar-sm) {
- font-size: 12px;
-}
-:host(.plx-progressbar-sm) .plx-progress-bar {
- height: 2px;
-}
-:host(.plx-progressbar-sm) .fp-exclamation-circle {
- vertical-align: middle;
- font-size: 12px;
-}
-:host(.plx-progressbar-sm) .plx-progress-info span {
- vertical-align: middle;
-}
-.plx-progressbar-sm {
- font-size: 12px;
-}
-.plx-progressbar-sm .plx-progress-bar {
- height: 2px;
-}
-.plx-progressbar-sm .fp-exclamation-circle {
- vertical-align: middle;
- font-size: 12px;
-}
-.plx-progressbar-sm .plx-progress-info span {
- vertical-align: middle;
-}
-.plx-progressbar-sm-common {
- font-size: 12px;
-}
-.plx-progressbar-sm-common .plx-progress-bar {
- height: 2px;
-}
-.plx-progressbar-sm-common .fp-exclamation-circle {
- vertical-align: middle;
- font-size: 12px;
-}
-.plx-progressbar-sm-common .plx-progress-info span {
- vertical-align: middle;
-}
-.search-input {
- position: relative;
- background: #fff;
- color: #595959;
-}
-.search-input input {
- height: 32px;
- padding-left: 10px;
- padding-right: 10px;
- outline: 0;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- vertical-align: middle;
- width: 100%;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
- color: #595959;
-}
-.short-text-input .search-input input {
- width: 120px;
-}
-.text-input-with-unit .search-input input {
- width: 355px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-unitOption .search-input input {
- width: 316px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix .search-input input {
- width: 330px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-prefixOption .search-input input {
- width: 316px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-passwordSwith .search-input input {
- width: 360px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix.text-input-with-unit .search-input input {
- width: 285px;
-}
-.text-input-with-prefix.text-input-with-unitOption .search-input input {
- width: 246px;
-}
-.short-text-input.text-input-with-prefix .search-input input {
- width: 80px;
-}
-.short-text-input.text-input-with-unit .search-input input {
- width: 80px;
-}
-.short-text-input.text-input-with-prefix.text-input-with-unit .search-input input {
- width: 40px;
-}
-.search-input input:focus {
- border: 1px solid #00abff;
-}
-.search-input input:disabled,
-.search-input input[disabled] {
- cursor: not-allowed;
- background-color: #f5f5f5;
-}
-.search-input-sm {
- height: 28px !important;
-}
-.search-img {
- color: #bfbfbf;
- position: absolute;
- right: 8px;
- top: 8px;
- list-style: none;
- font-size: 16px;
-}
-.search-img-confirm {
- color: #008fd5;
- cursor: pointer;
-}
-::-webkit-input-placeholder {
- color: #999 !important;
-}
-:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #999 !important;
-}
-::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #999 !important;
-}
-input:-ms-input-placeholder {
- color: #999 !important;
-}
-input::-webkit-input-placeholder {
- color: #999 !important;
-}
-select-dropdown {
- box-sizing: border-box;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
- outline: none;
-}
-select-dropdown > div {
- background-color: #fff;
- position: absolute;
- z-index: 9999;
-}
-select-dropdown > div.select-sm .filter input {
- height: 30px;
-}
-select-dropdown > div.select-sm .filter .toggle {
- top: 13px;
-}
-select-dropdown > div .filter {
- width: 100%;
-}
-select-dropdown > div .filter input {
- border: 1px solid #00abff;
- border-radius: 3px;
- padding: 0 10px;
- width: 100%;
- height: 34px;
-}
-select-dropdown > div .filter .toggle {
- display: block;
- position: absolute;
- top: 15px;
- right: 10px;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #a6a6a6;
-}
-select-dropdown > div .options {
- border: 1px solid #d9d9d9;
- border-top: none;
- border-radius: 3px;
- max-height: 160px;
- overflow-y: auto;
-}
-select-dropdown > div .options ul {
- list-style: none;
- margin: 0;
- padding: 0;
-}
-select-dropdown > div .options ul li {
- color: #595959;
- height: 30px;
- line-height: 18px;
- padding: 6px 20px 6px 8px;
- position: relative;
- cursor: pointer;
- user-select: none;
-}
-select-dropdown > div .options ul li.single-selected {
- background-color: #f5f5f5;
-}
-select-dropdown > div .options ul li.highlighted {
- background-color: #ebf6fd;
- color: #595959;
-}
-select-dropdown > div .options ul li.disabled {
- background-color: #fff;
- color: #bfbfbf;
- cursor: default;
- pointer-events: none;
-}
-select-dropdown > div .options ul li.plx-select-message {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-select-dropdown > div .options ul li .option-label {
- display: inline-block;
- width: 100%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-select-dropdown > div .options ul li .option-tick {
- display: inline-block;
- position: absolute;
- right: 5px;
- top: 5px;
-}
-select-dropdown > div .options ul li .tick {
- fill: none;
- stroke: #73cf22;
- stroke-width: 2;
- stroke-linecap: round;
- stroke-linejoin: round;
- stroke-miterlimit: 10;
-}
-plx-select {
- display: inline-block;
- margin: 0;
- position: relative;
- vertical-align: middle;
- width: 100%;
-}
-plx-select.ng-untouched:not(form).ng-untouched:not(fieldset) {
- border: 0;
-}
-plx-select * {
- box-sizing: border-box;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
- outline: none;
-}
-plx-select > div {
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- cursor: pointer;
- user-select: none;
- width: 100%;
-}
-plx-select > div.disabled {
- background-color: #f5f5f5;
- color: #bfbfbf;
- cursor: not-allowed;
-}
-plx-select > div.focus-border {
- border: 1px solid #00abff !important;
-}
-plx-select > div.select-sm .value,
-plx-select > div.select-sm .placeholder {
- height: 28px !important;
- line-height: 28px !important;
-}
-plx-select > div.select-sm .toggle {
- top: 13px;
-}
-plx-select > div.select-sm div.option {
- height: 20px !important;
- line-height: 14px !important;
-}
-plx-select > div.select-sm input {
- height: 28px;
- line-height: 28px;
-}
-plx-select > div input {
- background-color: transparent;
- border: none;
- border-radius: 3px;
- cursor: pointer;
- height: 32px;
- line-height: 32px;
-}
-plx-select > div .toggle {
- display: block;
- position: absolute;
- top: 15px;
- right: 10px;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #a6a6a6;
-}
-plx-select > div .single {
- display: flex;
- width: 100%;
-}
-plx-select > div .single .value,
-plx-select > div .single .placeholder {
- color: #595959;
- flex: 1;
- height: 32px;
- line-height: 32px;
- overflow: hidden;
- padding: 0 10px;
- white-space: nowrap;
-}
-plx-select > div .single .value span,
-plx-select > div .single .placeholder span {
- display: inline-block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 100%;
-}
-plx-select > div .single .placeholder {
- color: #999;
-}
-plx-select > div .single input {
- flex: 1;
- padding: 1px 10px 0 10px;
-}
-plx-select > div .multiple {
- display: flex;
- flex-flow: row wrap;
- padding: 0 10px;
- width: 100%;
-}
-plx-select > div .multiple .placeholder {
- flex: 1;
- color: #999;
- height: 32px;
- line-height: 32px;
- overflow: hidden;
- white-space: nowrap;
-}
-plx-select > div .multiple input {
- padding: 0;
- margin-right: 10px;
-}
-plx-select > div .multiple div.option {
- background-color: #f8f8f8;
- border: 1px solid #e6e6e6;
- border-radius: 2px;
- color: #595959;
- cursor: default;
- display: inline-block;
- flex-shrink: 0;
- height: 24px;
- line-height: 18px;
- margin: 4px 10px 4px 0;
- padding: 2px 30px 2px 10px;
- max-width: 100%;
- position: relative;
-}
-plx-select > div .multiple div.option span {
- display: inline-block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 100%;
-}
-plx-select > div .multiple div.option .deselect-option {
- color: #c0c0c0;
- cursor: pointer;
- font-size: 8px;
- position: absolute;
- top: 2px;
- right: 8px;
-}
-plx-select > div .multiple div.option .deselect-option:hover {
- color: #555;
-}
-.plx-ui-steps {
- height: 40px;
-}
-.plx-ui-horizon-ul-horizon {
- display: flex;
- box-orient: horizontal;
- padding: 0;
- font-size: 12px;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
-}
-.plx-ui-steps-li {
- list-style: none;
- position: relative;
- height: 24px;
- line-height: 24px;
- float: left;
- margin-right: 0;
-}
-.plx-ui-steps-number-active {
- color: #fff;
- background-color: #00abff;
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 10px;
- float: left;
- text-align: center;
-}
-.plx-ui-steps-number-passive {
- background-color: #D7D7D7;
- color: #fff;
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 10px;
- float: left;
- text-align: center;
-}
-.plx-rapire-steps {
- position: relative;
-}
-.plx-ui-steps-number-visited {
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 10px;
- float: left;
- position: relative;
- color: #00abff;
- background-color: #fff;
- border: 2px solid #00abff;
-}
-.plx-ui-menuitem-div-passive {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-.plx-ui-menuitem-div-active {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-.plx-ui-menuitem-div-passive {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-.plx-ui-menuitem-div-visited {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- -moz-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- -o-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-.plx-ui-underline {
- width: 386px;
- height: 2px;
- margin-top: 49px;
- position: absolute;
- background-color: #00abff;
-}
-.passive .plx-ui-underline {
- background-color: #D7D7D7;
-}
-.plx-ui-steps-title-active {
- white-space: nowrap;
-}
-.plx-ui-steps-title-passive {
- white-space: nowrap;
-}
-.plx-ui-steps-title-visited {
- white-space: nowrap;
-}
-.plx-ui-steps-number-visited-tick {
- position: absolute;
- background-color: transparent;
- height: 12px;
- width: 7px;
- transform: rotate(45deg);
- transform-origin: 50% 120%;
- transition: all 0.2s;
- border-right: 2px solid #00abff;
- border-bottom: 2px solid #00abff;
-}
-/**********************************************************************************************************/
-.plx-ui-steps-display-vertical {
- display: inline-block;
-}
-.plx-ui-steps-vertical {
- height: auto;
- width: auto;
- min-width: 180px;
- display: inline-block;
- font-size: 12px;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
-}
-.plx-ui-horizon-ul-vertical {
- display: inline-block;
- box-orient: vertical;
- width: auto;
- padding: 0;
-}
-.plx-ui-underline-active-vertical {
- margin-left: 3px;
- width: 10px;
- display: table-caption;
- min-height: 30px;
- border-right: 2px solid #D7D7D7;
-}
-.plx-ui-underline-visited-vertical {
- margin-left: 3px;
- width: 10px;
- display: table-caption;
- height: 30px;
-}
-.plx-ui-underline-passive-vertical {
- height: 30px;
- margin-left: 3px;
- width: 10px;
- display: table-caption;
- border-right: 2px solid #D7D7D7;
-}
-.plx-ui-steps-li-vertical {
- list-style: none;
- width: auto;
-}
-.plx-ui-steps-title-active-vertical {
- margin-left: 10px;
- position: absolute;
- width: auto;
- height: 24px;
- min-width: 64px;
- margin-top: 1px;
- white-space: nowrap;
-}
-.plx-ui-steps-title-visited-vertical {
- margin-left: 10px;
- position: absolute;
- width: auto;
- height: 24px;
- min-width: 64px;
- margin-top: 3px;
- white-space: nowrap;
-}
-.plx-ui-steps-title-passive-vertical {
- margin-left: 10px;
- position: absolute;
- width: auto;
- height: 24px;
- min-width: 64px;
- margin-top: 1px;
- white-space: nowrap;
-}
-.plx-ui-steps-number-visited-tick-vertical {
- position: absolute;
- background-color: transparent;
- height: 12px;
- width: 7px;
- transform: rotate(45deg);
- transform-origin: 50% 120%;
- transition: all 0.2s;
-}
-.plx-ui-steps-number-active-vertical {
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 0;
- float: left;
- text-align: left;
- position: relative;
- line-height: 24px;
-}
-.plx-ui-steps-number-passive-vertical {
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 0;
- float: left;
- text-align: left;
- position: relative;
- padding-top: 2px;
- line-height: 24px;
-}
-.plx-ui-steps-number-visited-vertical {
- width: 24px;
- height: 24px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 0;
- float: left;
- position: relative;
- line-height: 24px;
-}
-.plx-tabset {
- display: flex;
- padding-left: 0;
- margin-bottom: 0;
- list-style: none;
-}
-.plx-tabset.plx-nav-tabs {
- border-bottom: 1px solid #d9d9d9;
- font-size: 14px;
-}
-.plx-tabset.plx-nav-tabs .plx-nav-item {
- margin-bottom: -1px;
-}
-.plx-tabset.plx-nav-tabs .plx-nav-link {
- display: block;
- border-radius: 0;
- border: 1px solid transparent;
- border-top: 2px solid transparent;
- color: #999;
- min-width: 100px;
- text-align: center;
- padding: 6px 16px;
-}
-.plx-tabset.plx-nav-tabs .plx-nav-link:hover,
-.plx-tabset.plx-nav-tabs .plx-nav-link:focus {
- text-decoration: none;
- background-color: #ebf6fd;
- border-bottom: 0;
- border-left: 0;
- border-right: 0;
-}
-.plx-tabset.plx-nav-tabs .plx-nav-link.active {
- color: #595959;
- border-top: 2px solid #00abff;
- border-left: 1px solid #d9d9d9;
- border-right: 1px solid #d9d9d9;
- background-color: #fff;
-}
-.plx-tabset.plx-nav-tabs .plx-nav-link.active:hover,
-.plx-tabset.plx-nav-tabs .plx-nav-link.active:focus {
- border-left: 1px solid #d9d9d9;
- border-right: 1px solid #d9d9d9;
- border-bottom: 1px solid transparent;
-}
-.plx-tabset.plx-nav-tabs.bottom .plx-nav-link {
- border: 0;
- border-bottom: 2px solid transparent;
-}
-.plx-tabset.plx-nav-tabs.bottom .plx-nav-link:hover {
- border-bottom: 1px solid transparent;
-}
-.plx-tabset.plx-nav-tabs.bottom .plx-nav-link.active {
- border: 0;
- border-bottom: 2px solid #00abff;
-}
-.plx-tabset.plx-nav-pills .plx-nav-link {
- border: 1px solid #d9d9d9;
- border-radius: 0.25em;
- color: #999;
- display: block;
- padding: 6px 10px;
- min-width: 100px;
- text-align: center;
-}
-.plx-tabset.plx-nav-pills .plx-nav-link:hover,
-.plx-tabset.plx-nav-pills .plx-nav-link:focus {
- text-decoration: none;
- color: #00abff;
- border-color: #00abff;
- background-color: #fff;
-}
-.plx-tabset.plx-nav-pills .plx-nav-link:active {
- color: #008fd5;
- border-color: #008fd5;
- background-color: #fff;
-}
-.plx-tabset.plx-nav-pills .plx-nav-link.active {
- color: #fff;
- cursor: default;
- background-color: #00abff;
- border-color: #00abff;
-}
-.plx-tabset.plx-nav-pills .plx-nav-item:hover,
-.plx-tabset.plx-nav-pills .plx-nav-item:focus,
-.plx-tabset.plx-nav-pills .plx-nav-item:active {
- z-index: 2;
-}
-.plx-tabset.plx-nav-pills .plx-nav-item:first-child:not(:last-child) .plx-nav-link {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.plx-tabset.plx-nav-pills .plx-nav-item:not(:first-child):not(:last-child) .plx-nav-link {
- border-radius: 0;
-}
-.plx-tabset.plx-nav-pills .plx-nav-item:last-child:not(:first-child) .plx-nav-link {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.plx-tabset.plx-nav-pills .plx-nav-item + .plx-nav-item .plx-nav-link {
- margin-left: -1px;
-}
-.plx-tab-content .plx-tab-pane {
- display: none;
-}
-.plx-tab-content .plx-tab-pane.active {
- display: block;
-}
-.plx-table-wrapper {
- position: relative;
- width: 100%;
-}
-.plx-table-blur {
- opacity: .7;
- filter: blur(0.5px);
-}
-.plx-table-loading {
- position: absolute;
- width: 100%;
- height: 100%;
- opacity: 1;
- z-index: 9999;
-}
-.plx-table-loading-content {
- position: absolute;
- width: 36px;
- height: 36px;
- border: 5px solid #00abff;
- border-right-color: transparent;
- top: calc(50% - 36px);
- left: calc(50% - 18px);
- animation: plx-table-loading-animation 1s infinite ease-in-out;
- border-radius: 50%;
-}
-.plx-table-loading-placeholder {
- position: absolute;
- top: calc(50% + 10px);
- left: calc(50% - 18px);
-}
-/* 加载中动画 */
-@-moz-keyframes plx-table-loading-animation {
- 0% {
- -moz-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@-webkit-keyframes plx-table-loading-animation {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@keyframes plx-table-loading-animation {
- 0% {
- -moz-transform: rotate(0deg);
- -ms-transform: rotate(0deg);
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-/*表格样式*/
-.plx-table {
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
- line-height: 1.5;
- color: #595959;
- border-collapse: collapse;
- width: 100%;
- display: table;
- table-layout: fixed;
- max-width: 100%;
- min-width: 100%;
- word-break: break-all;
-}
-.plx-table .plx-table-subHead th {
- background-color: #fff;
- line-height: 1;
- border-bottom: 1px solid #d9d9d9;
-}
-.plx-table tr.plx-table-hlt {
- background-color: #e2f2fc;
-}
-.plx-table tr:hover {
- background-color: #ebf6fd;
-}
-.plx-table.plx-table-normal th {
- box-sizing: border-box;
- height: 40px;
- padding: 0px 10px ;
- color: #595959;
- text-decoration: none;
- font-weight: normal;
- font-size: 12px;
- border: 1px solid #d9d9d9;
- background-color: #f5f5f5;
-}
-.plx-table.plx-table-normal td {
- border: 1px solid #d9d9d9;
- vertical-align: middle;
- height: 40px;
- padding: 2px 10px 0px 10px;
-}
-.plx-table.plx-table-large th {
- box-sizing: border-box;
- height: 50px;
- padding: 0px 10px ;
- color: #595959;
- text-decoration: none;
- font-weight: normal;
- font-size: 12px;
- border: none;
- background-color: #f5f5f5;
-}
-.plx-table.plx-table-large td {
- border-bottom: 1px solid #d9d9d9;
- vertical-align: middle;
- height: 50px;
- padding: 2px 10px 0px 10px;
-}
-.plx-table.plx-table-card th {
- box-sizing: border-box;
- height: 64px;
- padding: 0px 10px ;
- color: #595959;
- text-decoration: none;
- font-weight: normal;
- font-size: 12px;
- border: none;
- background-color: #f5f5f5;
-}
-.plx-table.plx-table-card td {
- border-bottom: 1px solid #d9d9d9;
- vertical-align: middle;
- height: 64px;
- padding: 2px 10px 0px 10px;
-}
-.plx-table.plx-table-sm th {
- box-sizing: border-box;
- height: 30px;
- padding: 0px 10px ;
- color: #595959;
- text-decoration: none;
- font-weight: normal;
- font-size: 12px;
- border: 1px solid #d9d9d9;
- background-color: #f5f5f5;
-}
-.plx-table.plx-table-sm td {
- border: 1px solid #d9d9d9;
- vertical-align: middle;
- height: 30px;
- padding: 2px 10px 0px 10px;
-}
-.plx-table tbody tr:first-child td {
- border-top: none;
-}
-.plx-table-fix {
- table-layout: fixed;
-}
-/*防止分页区域高度塌陷*/
-.plx-table-pagnation-content {
- overflow: auto;
-}
-/*搜索区域*/
-.plx-table-opretions-wrapper:after {
- content: '';
- display: block;
- clear: both;
- height: 0;
- visibility: hidden;
-}
-.plx-table-align-center {
- text-align: center;
-}
-.plx-table-align-left {
- text-align: left;
-}
-.plx-table-align-right {
- text-align: right;
-}
-.plx-table-head-checkbox label {
- margin-bottom: 0px;
- vertical-align: top;
-}
-.plx-table td.plx-table-no-data {
- height: 60px;
- text-align: center;
- font-size: 12px;
- color: #595959;
-}
-.font {
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
-}
-.text-input {
- display: inline-block;
-}
-.text-input .caret-down {
- display: block;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #a6a6a6;
- margin-top: 4px;
- margin-bottom: 10px;
-}
-.text-input .caret-down.caret-down-hover:hover,
-.text-input .caret-down.caret-down-hover:active {
- border-top: 4px solid #00abff;
-}
-.text-input .caret-up {
- display: block;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-bottom: 4px solid #a6a6a6;
- margin-top: 10px;
-}
-.text-input .caret-up.caret-up-hover:hover,
-.text-input .caret-up.caret-up-hover:active {
- border-bottom: 4px solid #00abff;
-}
-.text-input .toggle {
- float: right;
- margin-right: 10px;
- margin-top: 14px;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #a6a6a6;
-}
-.text-input .text-input-dataList {
- margin-top: 2px;
- position: absolute;
- z-index: 1050;
- border: 1px solid #d9d9d9;
- background: #fff;
- cursor: pointer;
- border-radius: 3px;
-}
-.text-input .text-input-dataList li {
- list-style: none;
- height: 32px;
- width: 400px;
- padding-left: 10px;
-}
-.text-input .text-input-dataList li:hover {
- background-color: #ebf6fd;
-}
-.input-span {
- display: inline-block;
- overflow: visible;
- padding: 0;
- position: relative;
-}
-.text-input-with-hint {
- margin-bottom: -8px;
-}
-:host(.ng-touched.ng-invalid.input-blur) .text-input-with-hint {
- height: auto;
- margin-bottom: 0;
-}
-.plx-text-input-unit-group,
-.plx-text-input-prefix-group {
- position: absolute;
- margin-top: 5px;
- width: 84px;
- z-index: 1050;
- border-radius: 3px;
- background: #fff;
- border: 1px solid #d9d9d9;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- cursor: pointer;
-}
-.plx-text-input-unit-group li,
-.plx-text-input-prefix-group li {
- padding-left: 10px;
- height: 32px;
- list-style: none;
- line-height: 32px;
- font-size: 12px;
-}
-.plx-text-input-unit-group li:hover,
-.plx-text-input-prefix-group li:hover {
- background-color: #ebf6fd;
-}
-.plx-text-input-unit-group li.group-selected,
-.plx-text-input-prefix-group li.group-selected,
-.plx-text-input-unit-group li.group-selected:hover,
-.plx-text-input-prefix-group li.group-selected:hover {
- background-color: #f5f5f5;
- color: #595959;
-}
-.text-input-optional {
- display: inline-block;
- margin-right: 6px;
- padding-left: 5px;
-}
-.input-right-border .plx-input {
- border-right: 1px solid #00abff;
-}
-.input-left-border .plx-input {
- border-left: 1px solid #00abff;
-}
-.text-input-hint {
- top: 42px;
- left: 10px;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
- color: #bfbfbf;
-}
-:host(.ng-touched.ng-invalid.input-blur) .text-input-hint {
- display: none;
-}
-.text-input-prefix {
- font-size: 12px;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-weight: 400;
- font-size: 14px;
- line-height: 14px;
- color: #595959;
- display: inline-block;
- width: 70px;
- height: 32px;
- text-align: center;
- line-height: 32px;
- border-top-left-radius: 3px;
- border-bottom-left-radius: 3px;
- color: #bfbfbf;
- border: 1px solid #d9d9d9;
- border-right: 0;
- vertical-align: middle;
-}
-.short-text-input .text-input-prefix {
- width: 40px;
-}
-.input-span-focus .text-input-prefix {
- border-color: #00abff;
-}
-.input-invalid.ng-dirty.ng-invalid.ng-touched.input-blur .text-input-prefix,
-.input-invalid.ng-dirty.ng-invalid.ng-touched.input-blur .input-span-focus:focus .text-input-prefix {
- border-color: #ff5b55;
-}
-.input-unit,
-.text-input-unit-option {
- font-size: 12px;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-weight: 400;
- font-size: 14px;
- line-height: 14px;
- color: #595959;
- display: inline-block;
- height: 32px;
- text-align: center;
- line-height: 32px;
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
-}
-.text-input-unit {
- border: 1px solid #d9d9d9;
- border-left: 0;
- font-size: 12px;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-weight: 400;
- font-size: 14px;
- line-height: 14px;
- color: #595959;
- display: inline-block;
- height: 32px;
- line-height: 32px;
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
- color: #bfbfbf;
- width: 45px;
- text-align: center;
- vertical-align: middle;
-}
-.short-text-input .text-input-unit {
- width: 40px;
-}
-.input-span-focus .text-input-unit {
- border-color: #00abff;
-}
-.text-input-prefix-option {
- font-size: 12px;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-weight: 400;
- font-size: 14px;
- line-height: 14px;
- color: #595959;
- display: inline-block;
- height: 32px;
- text-align: center;
- line-height: 32px;
- border-top-left-radius: 3px;
- border-bottom-left-radius: 3px;
- width: 84px;
- text-align: left;
- padding-left: 10px;
- cursor: pointer;
- border: 1px solid #d9d9d9;
- border-right: 0;
- vertical-align: middle;
-}
-.text-input-prefix-option.prefix-focus {
- border-color: #00abff;
-}
-.text-input-unit-option {
- width: 84px;
- text-align: left;
- padding-left: 10px;
- cursor: pointer;
- border: 1px solid #d9d9d9;
- border-left: 0;
- vertical-align: middle;
-}
-.input-span-focus .text-input-unit-option {
- border-color: #00abff;
-}
-.text-input-with-unitOption div.unit-focus {
- border-color: #00abff;
-}
-.short-text-input .plx-input {
- width: 120px;
-}
-.text-input-with-unit .plx-input {
- width: 355px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-unitOption .plx-input {
- width: 316px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix .plx-input {
- width: 330px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-prefixOption .plx-input {
- width: 316px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-passwordSwith .plx-input {
- width: 360px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix.text-input-with-unit .plx-input {
- width: 285px;
-}
-.text-input-with-prefix.text-input-with-unitOption .plx-input {
- width: 246px;
-}
-.short-text-input.text-input-with-prefix .plx-input {
- width: 80px;
-}
-.short-text-input.text-input-with-unit .plx-input {
- width: 80px;
-}
-.short-text-input.text-input-with-prefix.text-input-with-unit .plx-input {
- width: 40px;
-}
-.input-spinner-up {
- cursor: pointer;
- display: block;
- font-size: 12px;
- position: absolute;
- margin: 0;
- right: 0;
- overflow: hidden;
- border: none;
- padding: 0;
- text-align: center;
- vertical-align: middle;
- width: 18px;
- top: 0;
-}
-.input-spinner-down {
- cursor: pointer;
- display: block;
- font-size: 12px;
- position: absolute;
- margin: 0;
- right: 0;
- overflow: hidden;
- border: none;
- padding: 0;
- text-align: center;
- vertical-align: middle;
- width: 18px;
- bottom: 0;
-}
-:host(.plx-input-sm) .plx-input {
- height: 28px;
- line-height: 28px;
-}
-:host(.plx-input-sm) .text-input-prefix,
-:host(.plx-input-sm) .text-input-unit,
-:host(.plx-input-sm) .text-input-unit-option,
-:host(.plx-input-sm) .text-input-prefix-option {
- height: 28px;
- line-height: 28px;
-}
-:host(.plx-input-sm) div.text-input-dataList {
- height: 28px;
-}
-:host(.plx-input-sm) .toggle {
- margin-top: 11px;
-}
-:host(.plx-input-sm) .caret-down {
- margin-bottom: 8px;
-}
-:host(.plx-input-sm) .caret-up {
- margin-top: 8px;
-}
-:host(.plx-input-sm) .plx-input-passwordSwitch {
- line-height: 26px;
-}
-.plx-input-sm .plx-input {
- height: 28px;
- line-height: 28px;
-}
-.plx-input-sm .text-input-prefix,
-.plx-input-sm .text-input-unit,
-.plx-input-sm .text-input-unit-option,
-.plx-input-sm .text-input-prefix-option {
- height: 28px;
- line-height: 28px;
-}
-.plx-input-sm div.text-input-dataList {
- height: 28px;
-}
-.plx-input-sm .toggle {
- margin-top: 11px;
-}
-.plx-input-sm .caret-down {
- margin-bottom: 8px;
-}
-.plx-input-sm .caret-up {
- margin-top: 8px;
-}
-.plx-input-sm .plx-input-passwordSwitch {
- line-height: 26px;
-}
-.plx-input-sm-common .plx-input {
- height: 28px;
- line-height: 28px;
-}
-.plx-input-sm-common .text-input-prefix,
-.plx-input-sm-common .text-input-unit,
-.plx-input-sm-common .text-input-unit-option,
-.plx-input-sm-common .text-input-prefix-option {
- height: 28px;
- line-height: 28px;
-}
-.plx-input-sm-common div.text-input-dataList {
- height: 28px;
-}
-.plx-input-sm-common .toggle {
- margin-top: 11px;
-}
-.plx-input-sm-common .caret-down {
- margin-bottom: 8px;
-}
-.plx-input-sm-common .caret-up {
- margin-top: 8px;
-}
-.plx-input-sm-common .plx-input-passwordSwitch {
- line-height: 26px;
-}
-.plx-input-passwordSwitch {
- display: inline-block;
- line-height: 30px;
- width: 40px;
- text-align: center;
- vertical-align: middle;
- background-color: #fff;
- border: 1px solid #d9d9d9;
- border-left: 0;
- border-bottom-right-radius: 3px;
- border-top-right-radius: 3px;
- cursor: pointer;
-}
-.plx-input-passwordSwitch:focus,
-.plx-input-passwordSwitch:hover {
- border-color: #00abff;
- background-color: #fff;
-}
-.plx-input-passwordSwitch:focus.ict-eye-closed,
-.plx-input-passwordSwitch:hover.ict-eye-closed,
-.plx-input-passwordSwitch:focus.ict-eye,
-.plx-input-passwordSwitch:hover.ict-eye {
- color: #00abff;
-}
-.plx-input-passwordSwitch:active {
- background-color: #fff;
- border-color: #008fd5;
-}
-.plx-input-passwordSwitch:active.ict-eye-closed,
-.plx-input-passwordSwitch:active.ict-eye {
- color: #008fd5;
-}
-.plx-input-passwordSwitch.ict-eye-closed,
-.plx-input-passwordSwitch.ict-eye {
- color: #999;
- font-size: 16px;
-}
-.input-right-border-pwdswith-hover .plx-input {
- border-right-color: #00abff;
-}
-.input-right-border-pwdswith-click .plx-input {
- border-right-color: #008fd5;
-}
-.plx-text-input-ip-dot {
- display: inline-block;
- vertical-align: bottom;
- color: #999;
-}
-.plx-text-input-error {
- font-size: 12px;
- color: #ff5b55;
- margin-top: 5px;
-}
-:host(.plx-text-input-ip-invalid) .plx-input {
- border-color: #ff5b55;
-}
-:host(.plx-text-input-ip-invalid) .input-span-focus .plx-input {
- border-color: #00abff;
-}
-.plx-text-input-ip-invalid .plx-input {
- border-color: #ff5b55;
-}
-.plx-text-input-ip-invalid .input-span-focus .plx-input {
- border-color: #00abff;
-}
-.plx-text-input-ip-invalid-common .plx-input {
- border-color: #ff5b55;
-}
-.plx-text-input-ip-invalid-common .input-span-focus .plx-input {
- border-color: #00abff;
-}
-.plx-textarea-container {
- display: inline-block;
-}
-.plx-textarea-class {
- width: 100%;
- font-size: 12px;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- line-height: 1.5;
- resize: none;
- padding: 7px;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- box-shadow: none;
- outline: none;
- overflow-y: auto;
-}
-.plx-textarea-class:focus {
- border-color: #00abff;
-}
-.plx-textarea-class::-webkit-input-placeholder {
- text-shadow: none;
- -webkit-text-fill-color: initial;
-}
-.plx-align-tip {
- vertical-align: top;
- font-size: 12px;
- font-weight: normal;
- color: #bfbfbf;
-}
-.plx-align-number {
- font-size: 12px;
- font-weight: normal;
- line-height: 1;
- text-align: right;
- width: 100%;
- color: #bfbfbf;
- margin-top: -2px;
-}
-.plx-toggle-switch {
- display: inline-block;
- height: 22px;
- width: 44px;
- position: relative;
- vertical-align: middle;
- text-align: left;
- font-size: 0;
-}
-.plx-toggle-switch input[type='checkbox'] {
- display: none;
- -webkit-appearance: none;
- -moz-appearance: none;
- -ms-progress-appearance: none;
-}
-.plx-toggle-switch input[type='checkbox'] + label {
- display: inline-block;
- height: 22px;
- position: relative;
- cursor: pointer;
-}
-.plx-toggle-switch input[type='checkbox'] + label::before {
- position: absolute;
- display: inline-block;
- content: '';
- height: 22px;
- width: 44px;
- border-radius: 11px;
- transition: 0.15s ease-in;
- transition-property: background-color;
- background-color: #DDDDDD;
-}
-.plx-toggle-switch input[type='checkbox'] + label::after {
- position: absolute;
- display: inline-block;
- content: '';
- height: 18px;
- width: 18px;
- border-radius: 50%;
- top: 2px;
- left: 2px;
- transition: left 0.15s ease-in;
- background-color: #fff;
-}
-.plx-toggle-switch input[type='checkbox']:checked + label::before {
- background-color: #00abff;
- transition: background-color 0.15s ease-in;
-}
-.plx-toggle-switch input[type='checkbox']:checked + label::after {
- left: 24px;
- transition: left 0.15s ease-in;
-}
-.plx-toggle-switch input[type='checkbox']:disabled + label,
-.plx-toggle-switch input[type='checkbox']:checked:disabled + label {
- cursor: not-allowed;
-}
-.plx-toggle-switch input[type='checkbox']:disabled + label::before,
-.plx-toggle-switch input[type='checkbox']:checked:disabled + label::before {
- opacity: 0.5;
-}
-:host(.plx-toggle-sm) .plx-toggle-switch {
- height: 18px;
- width: 34px;
-}
-:host(.plx-toggle-sm) .plx-toggle-switch input[type='checkbox'] + label {
- height: 18px;
-}
-:host(.plx-toggle-sm) .plx-toggle-switch input[type='checkbox'] + label::before {
- height: 18px;
- width: 34px;
- border-radius: 9px;
-}
-:host(.plx-toggle-sm) .plx-toggle-switch input[type='checkbox'] + label::after {
- height: 14px;
- width: 14px;
-}
-:host(.plx-toggle-sm) .plx-toggle-switch input[type='checkbox']:checked + label::after {
- left: 18px;
- transition: left 0.15s ease-in;
-}
-.plx-toggle-sm .plx-toggle-switch {
- height: 18px;
- width: 34px;
-}
-.plx-toggle-sm .plx-toggle-switch input[type='checkbox'] + label {
- height: 18px;
-}
-.plx-toggle-sm .plx-toggle-switch input[type='checkbox'] + label::before {
- height: 18px;
- width: 34px;
- border-radius: 9px;
-}
-.plx-toggle-sm .plx-toggle-switch input[type='checkbox'] + label::after {
- height: 14px;
- width: 14px;
-}
-.plx-toggle-sm .plx-toggle-switch input[type='checkbox']:checked + label::after {
- left: 18px;
- transition: left 0.15s ease-in;
-}
-.plx-toggle-sm-switch-common {
- height: 18px;
- width: 34px;
-}
-.plx-toggle-sm-switch-common input[type='checkbox'] + label {
- height: 18px;
-}
-.plx-toggle-sm-switch-common input[type='checkbox'] + label::before {
- height: 18px;
- width: 34px;
- border-radius: 9px;
-}
-.plx-toggle-sm-switch-common input[type='checkbox'] + label::after {
- height: 14px;
- width: 14px;
-}
-.plx-toggle-sm-switch-common input[type='checkbox']:checked + label::after {
- left: 18px;
- transition: left 0.15s ease-in;
-}
-.toolbar i.seperate-vertical {
- margin-right: 10px;
- margin-left: 0;
- border-right: 1px solid #e9e9e9;
-}
-.toolbar span {
- color: #595959;
- cursor: pointer;
- margin-right: 10px;
- font-size: 16px;
- display: inline-block;
- width: 28px;
- height: 28px;
- border: 1px solid transparent;
- padding: 5px;
-}
-.toolbar span:hover {
- background-color: #ebf6fd;
- border-radius: 2px;
-}
-.toolbar span:last-child {
- margin-right: 0px;
-}
-.plx-tooltip {
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
- opacity: 1;
- position: absolute;
- z-index: 10001;
- display: block;
- font-style: normal;
- font-weight: normal;
- letter-spacing: normal;
- line-break: auto;
- line-height: 1.5;
- text-align: left;
- text-decoration: none;
- text-shadow: none;
- text-transform: none;
- white-space: normal;
- word-break: normal;
- word-spacing: normal;
- word-wrap: break-word;
-}
-.plx-tooltip::before,
-.plx-tooltip::after {
- content: "";
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border: solid transparent;
-}
-.plx-tooltip::before {
- border-width: 5px;
-}
-.plx-tooltip::after {
- border-width: 4px;
-}
-.plx-tooltip-inner {
- min-width: 60px;
- max-width: 200px;
- padding: 3px 8px;
- color: #fff;
- text-align: center;
- background-color: #000;
-}
-.plx-tooltip.show {
- font-size: 12px;
- opacity: 1;
-}
-.plx-tooltip.show .plx-tooltip-inner {
- background-color: #595959;
- border-radius: 3px;
- padding: 0px 12px;
- height: 30px;
- line-height: 30px;
-}
-.plx-tooltip-top-common {
- margin-top: -7px;
-}
-.plx-tooltip-top-common::before {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -5px;
-}
-.plx-tooltip-top-common::after {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -4px;
-}
-.plx-tooltip-top {
- margin-top: -7px;
-}
-.plx-tooltip-top::before {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -5px;
-}
-.plx-tooltip-top::after {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -4px;
-}
-.plx-tooltip-top::before {
- left: 50%;
- margin-left: -5px;
-}
-.plx-tooltip-top::after {
- left: 50%;
- margin-left: -4px;
-}
-.plx-tooltip.plx-tooltip-top-left {
- margin-top: -7px;
-}
-.plx-tooltip.plx-tooltip-top-left::before {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -5px;
-}
-.plx-tooltip.plx-tooltip-top-left::after {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -4px;
-}
-.plx-tooltip.plx-tooltip-top-left::before {
- left: 5px;
-}
-.plx-tooltip.plx-tooltip-top-left::after {
- left: 6px;
-}
-.plx-tooltip.plx-tooltip-top-right {
- margin-top: -7px;
-}
-.plx-tooltip.plx-tooltip-top-right::before {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -5px;
-}
-.plx-tooltip.plx-tooltip-top-right::after {
- border-top-color: #595959;
- border-bottom-width: 0;
- bottom: -4px;
-}
-.plx-tooltip.plx-tooltip-top-right::before {
- right: 5px;
-}
-.plx-tooltip.plx-tooltip-top-right::after {
- right: 6px;
-}
-.plx-tooltip-right-common {
- margin-left: 7px;
-}
-.plx-tooltip-right-common::before {
- border-right-color: #595959;
- border-left-width: 0;
- left: -5px;
-}
-.plx-tooltip-right-common::after {
- border-right-color: #595959;
- border-left-width: 0;
- left: -4px;
-}
-.plx-tooltip.plx-tooltip-right {
- margin-left: 7px;
-}
-.plx-tooltip.plx-tooltip-right::before {
- border-right-color: #595959;
- border-left-width: 0;
- left: -5px;
-}
-.plx-tooltip.plx-tooltip-right::after {
- border-right-color: #595959;
- border-left-width: 0;
- left: -4px;
-}
-.plx-tooltip.plx-tooltip-right::before {
- top: 50%;
- margin-top: -5px;
-}
-.plx-tooltip.plx-tooltip-right::after {
- top: 50%;
- margin-top: -4px;
-}
-.plx-tooltip.plx-tooltip-right-top {
- margin-left: 7px;
-}
-.plx-tooltip.plx-tooltip-right-top::before {
- border-right-color: #595959;
- border-left-width: 0;
- left: -5px;
-}
-.plx-tooltip.plx-tooltip-right-top::after {
- border-right-color: #595959;
- border-left-width: 0;
- left: -4px;
-}
-.plx-tooltip.plx-tooltip-right-top::before {
- top: 5px;
-}
-.plx-tooltip.plx-tooltip-right-top::after {
- top: 6px;
-}
-.plx-tooltip.plx-tooltip-right-bottom {
- margin-left: 7px;
-}
-.plx-tooltip.plx-tooltip-right-bottom::before {
- border-right-color: #595959;
- border-left-width: 0;
- left: -5px;
-}
-.plx-tooltip.plx-tooltip-right-bottom::after {
- border-right-color: #595959;
- border-left-width: 0;
- left: -4px;
-}
-.plx-tooltip.plx-tooltip-right-bottom::before {
- bottom: 5px;
-}
-.plx-tooltip.plx-tooltip-right-bottom::after {
- bottom: 6px;
-}
-.plx-tooltip-bottom-common {
- margin-top: 7px;
-}
-.plx-tooltip-bottom-common::before {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -5px;
-}
-.plx-tooltip-bottom-common::after {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -4px;
-}
-.plx-tooltip.plx-tooltip-bottom {
- margin-top: 7px;
-}
-.plx-tooltip.plx-tooltip-bottom::before {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -5px;
-}
-.plx-tooltip.plx-tooltip-bottom::after {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -4px;
-}
-.plx-tooltip.plx-tooltip-bottom::before {
- left: 50%;
- margin-left: -5px;
-}
-.plx-tooltip.plx-tooltip-bottom::after {
- left: 50%;
- margin-left: -4px;
-}
-.plx-tooltip.plx-tooltip-bottom-left {
- margin-top: 7px;
-}
-.plx-tooltip.plx-tooltip-bottom-left::before {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -5px;
-}
-.plx-tooltip.plx-tooltip-bottom-left::after {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -4px;
-}
-.plx-tooltip.plx-tooltip-bottom-left::before {
- left: 5px;
-}
-.plx-tooltip.plx-tooltip-bottom-left::after {
- left: 6px;
-}
-.plx-tooltip.plx-tooltip-bottom-right {
- margin-top: 7px;
-}
-.plx-tooltip.plx-tooltip-bottom-right::before {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -5px;
-}
-.plx-tooltip.plx-tooltip-bottom-right::after {
- border-bottom-color: #595959;
- border-top-width: 0;
- top: -4px;
-}
-.plx-tooltip.plx-tooltip-bottom-right::before {
- right: 5px;
-}
-.plx-tooltip.plx-tooltip-bottom-right::after {
- right: 6px;
-}
-.plx-tooltip-left-common {
- margin-left: -7px;
-}
-.plx-tooltip-left-common::before {
- border-left-color: #595959;
- border-right-width: 0;
- right: -5px;
-}
-.plx-tooltip-left-common::after {
- border-left-color: #595959;
- border-right-width: 0;
- right: -4px;
-}
-.plx-tooltip.plx-tooltip-left {
- margin-left: -7px;
-}
-.plx-tooltip.plx-tooltip-left::before {
- border-left-color: #595959;
- border-right-width: 0;
- right: -5px;
-}
-.plx-tooltip.plx-tooltip-left::after {
- border-left-color: #595959;
- border-right-width: 0;
- right: -4px;
-}
-.plx-tooltip.plx-tooltip-left::before {
- top: 50%;
- margin-top: -5px;
-}
-.plx-tooltip.plx-tooltip-left::after {
- top: 50%;
- margin-top: -4px;
-}
-.plx-tooltip.plx-tooltip-left-top {
- margin-left: -7px;
-}
-.plx-tooltip.plx-tooltip-left-top::before {
- border-left-color: #595959;
- border-right-width: 0;
- right: -5px;
-}
-.plx-tooltip.plx-tooltip-left-top::after {
- border-left-color: #595959;
- border-right-width: 0;
- right: -4px;
-}
-.plx-tooltip.plx-tooltip-left-top::before {
- top: 5px;
-}
-.plx-tooltip.plx-tooltip-left-top::after {
- top: 6px;
-}
-.plx-tooltip.plx-tooltip-left-bottom {
- margin-left: -7px;
-}
-.plx-tooltip.plx-tooltip-left-bottom::before {
- border-left-color: #595959;
- border-right-width: 0;
- right: -5px;
-}
-.plx-tooltip.plx-tooltip-left-bottom::after {
- border-left-color: #595959;
- border-right-width: 0;
- right: -4px;
-}
-.plx-tooltip.plx-tooltip-left-bottom::before {
- bottom: 5px;
-}
-.plx-tooltip.plx-tooltip-left-bottom::after {
- bottom: 6px;
-}
-.plx-checkbox-container {
- font-size: 0;
- position: relative;
-}
-.plx-checkbox {
- position: absolute;
- z-index: -1;
- opacity: 0;
-}
-.plx-checkbox + .checkbox-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: 14px;
- width: 14px;
- border: 1px solid #d9d9d9;
- border-radius: 2px;
- vertical-align: middle;
-}
-.plx-checkbox + .checkbox-substitute + span {
- font-weight: normal;
- font-size: 12px;
- cursor: pointer;
- vertical-align: middle;
- padding-left: 6px;
-}
-.plx-checkbox:hover + .checkbox-substitute {
- border-color: #00abff;
- outline: none;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-checkbox:checked + .checkbox-substitute {
- border-color: #00abff;
- background-color: #00abff;
-}
-.plx-checkbox:checked + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #fff;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 3px;
- top: 0;
-}
-.plx-checkbox:checked.portion + .checkbox-substitute {
- background-color: #00abff;
- border-color: #00abff;
- opacity: 0.5;
-}
-.plx-checkbox:disabled + .checkbox-substitute,
-.plx-checkbox[disabled] + .checkbox-substitute {
- border-color: #d9d9d9;
- background-color: #f5f5f5;
- cursor: not-allowed;
-}
-.plx-checkbox:disabled + .checkbox-substitute + span,
-.plx-checkbox[disabled] + .checkbox-substitute + span {
- cursor: not-allowed;
-}
-.plx-checkbox:checked.portion[disabled] + .checkbox-substitute {
- background-color: #d9d9d9;
- border-color: #d9d9d9;
-}
-.plx-checkbox:checked.portion[disabled] + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #999;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 3px;
- top: 0;
-}
-.plx-checkbox:checked[disabled] + .checkbox-substitute {
- border-color: #d9d9d9;
- background-color: #d9d9d9;
-}
-.plx-treenode {
- cursor: pointer;
- background-attachment: scroll;
- background-color: transparent;
- background-image: none;
- background-position: 0 0;
- background-repeat: repeat-y;
- list-style: none outside none;
- margin: 0;
- padding: 0;
- white-space: nowrap;
- font-size: 12px;
-}
-.plx-treenode .plx-treenode-content {
- margin-top: 10px;
-}
-.plx-treenode .plx-treenode-content.light {
- margin-top: 15px;
-}
-.plx-treenode ul.plx-treenode-children {
- display: block;
- -webkit-padding-start: 21px;
-}
-.plx-treenode-toggler {
- font-size: 16px;
- color: #00abff;
- display: inline-block;
- margin-right: 7px;
- margin-top: 2px;
- vertical-align: bottom;
- float: left;
-}
-.plx-treenode-ckbox {
- float: left;
- margin-right: 10px;
- margin-top: 2px;
-}
-.plx-treenode-icon {
- color: #999;
- margin-right: 10px;
- float: left;
- font-size: 16px;
- vertical-align: bottom;
- margin-top: 2px;
-}
-.plx-treenode-label-container {
- overflow: visible;
-}
-.plx-treenode-label-container.plx-treenode-label-ellipsis {
- overflow: hidden;
-}
-.plx-treenode-label-container:hover {
- background-color: #ebf6fd;
-}
-.plx-treenode-active > div .plx-treenode-label-container {
- background-color: #e2f2fc;
-}
-.plx-treenode-active > div .plx-treenode-label-container:hover {
- background-color: #ebf6fd;
-}
-.plx-treenode-label-container span:last-child {
- margin-right: 5px;
-}
-.plx-treenode-lable {
- display: inline-block;
- vertical-align: 0;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- color: #595959;
-}
-.plx-treenode-lable span {
- display: inline-block;
- overflow: hidden;
- max-width: 100%;
- text-overflow: ellipsis;
- white-space: nowrap;
- vertical-align: bottom;
-}
-.plx-treenode-operations {
- margin-left: 20px;
- display: none;
- vertical-align: bottom;
- width: fit-content;
- line-height: 1;
- margin-bottom: 1px;
-}
-.plx-treenode-operation {
- display: inline-block;
- margin-right: 10px;
- color: #999;
- font-size: 16px;
- vertical-align: text-bottom;
-}
-.plx-treenode-operation:hover {
- color: #00abff;
-}
-.plx-treenode-label-container:hover .plx-treenode-operations {
- display: inline-block;
-}
-*:focus {
- outline: none;
- box-shadow: none !important;
-}
-input[type="checkbox"]:focus {
- border: 0 !important;
-}
-.plx-treenode-hide-tree-toggle {
- visibility: hidden;
-}
-.plx-treenode-droppoint {
- height: 4px;
- list-style-type: none;
-}
-.plx-treenode-droppoint-active {
- background-color: #186ba0;
- border: 0 none;
-}
-.upload-wrapper {
- font-size: 12px;
- position: relative;
- display: inline-block;
-}
-.upload-wrapper .item-text {
- max-width: 280px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: inline-block;
- margin-bottom: 2px;
- font-size: 12px;
-}
-.upload-wrapper .item-text.no-progressbar {
- vertical-align: middle;
-}
-.upload-wrapper .plx-upload-progressbar {
- margin-top: -13px;
-}
-.upload-wrapper .list-group-item {
- border: 0;
- padding: 0;
-}
-.upload-wrapper .list-group-item .item {
- width: 335px;
- padding: 0 0 5px 0px;
-}
-.upload-wrapper .list-group-item .item .item-text-wrapper {
- position: relative;
- display: inline-block;
- width: 100%;
- box-sizing: border-box;
- height: 40px;
- padding: 2px 3px 2px 10px;
- border: 1px solid transparent;
-}
-.upload-wrapper .list-group-item .item .item-text-wrapper .text-red {
- color: #ff5b55 !important;
-}
-.upload-wrapper .list-group-item .item .item-text-wrapper:hover {
- background-color: #ebf6fd;
- cursor: default;
-}
-.upload-wrapper .list-group-item .item .item-text-wrapper:hover .plx-ico-close-16 {
- display: block;
- transform: scale(0.8);
-}
-.upload-wrapper .list-group-item .item .item-text-wrapper.no-progressbar {
- height: 28px;
-}
-.upload-wrapper .list-group-item .item .item-delete {
- height: 14px;
- width: 16px;
- text-align: center;
- line-height: 14px;
- position: absolute;
- right: 2%;
- color: #999999;
- display: none;
- top: 3px;
-}
-.upload-wrapper .list-group-item .item .item-delete:hover {
- cursor: pointer;
- color: #666666;
-}
-.upload-wrapper .list-group-item .item .item-delete.no-progressbar {
- top: 6px;
-}
-.upload-wrapper .plx-ico-close-16 {
- font-size: 16px;
- float: right;
- cursor: pointer;
-}
-.upload-wrapper ul.list-group {
- margin-top: 15px;
-}
-.upload-wrapper .url-form-control {
- display: inline-block;
-}
-.upload-wrapper .item-detail {
- color: #aaa;
- position: relative;
- padding: 0 10px;
- font-size: 12px;
-}
-.upload-wrapper .item-detail div {
- margin: 0px 0px 15px 0;
-}
-.upload-wrapper .item-detail .detail {
- margin: 5px 0 10px 0;
-}
-.upload-wrapper .item-detail-des {
- display: inline-block;
- width: 170px;
- word-wrap: break-word;
- margin-left: 15px;
- vertical-align: top;
-}
-.upload-wrapper .item-detail-time {
- display: inline-block;
- width: 119px;
- word-break: break-all;
- vertical-align: top;
-}
-.upload-wrapper .selectFile {
- display: inline-block;
- min-width: 50px;
- margin-right: 10px;
- text-align: right;
-}
-.upload-wrapper label.raw-container {
- margin: 0 10px;
-}
-.upload-wrapper .item-lists {
- font-size: 12px;
-}
-.upload-wrapper .list-container {
- padding-right: 15px;
-}
-.upload-wrapper .list-container.plx-upload-Manual-showdetail {
- margin-left: -22px;
-}
-.upload-wrapper .list-container.plx-upload-auto-showdetail {
- margin-left: -10px;
-}
-.upload-wrapper .list-footer .upload-btn {
- margin-top: 10px;
-}
-.upload-wrapper .upload-btn {
- display: inline-block;
-}
-.upload-wrapper .loader-container {
- position: absolute;
- display: inline-block;
- top: 8px;
- left: 12px;
-}
-.upload-wrapper .list-group-item-pdleft-s {
- padding: 0px 0px 0px 12px;
-}
-.upload-wrapper .list-group-item-pdleft {
- padding: 0px 0px 0px 12px !important;
-}
-.upload-wrapper .upload-btn-wrapper {
- display: inline-block;
-}
-.upload-wrapper .plx-red.left {
- margin-left: 75px;
-}
-.upload-wrapper .expand-wrapper {
- position: absolute;
- left: 20px;
- top: 4px;
- display: inline-block;
- font-size: 12px;
-}
-.upload-wrapper .expand-wrapper.open .ict-go {
- display: none;
-}
-.upload-wrapper .expand-wrapper.open .ict-fold {
- display: block;
-}
-.upload-wrapper .expand-wrapper i {
- height: 18px;
- width: 20px;
- text-align: left;
- line-height: 19px;
- cursor: pointer;
-}
-.upload-wrapper .ict-fold {
- display: none;
- color: #00abff;
- font-weight: bold;
- transform: scale(0.7);
-}
-.upload-wrapper .ict-go {
- display: block;
- color: #00abff;
- font-weight: bold;
- transform: scale(0.7);
-}
-.upload-wrapper .no-customparm-extend-wrapper {
- left: -2px !important;
-}
-/* loding动画效果*/
-.upload-wrapper .loader {
- font-size: 12px;
- width: 12px;
- height: 12px;
- display: inline-block;
- border-radius: 50%;
- background: #00abff;
- background: -moz-linear-gradient(left, #00abff 10%, rgba(255, 255, 255, 0) 85%);
- background: -webkit-linear-gradient(left, #00abff 10%, rgba(255, 255, 255, 0) 85%);
- background: -o-linear-gradient(left, #00abff 10%, rgba(255, 255, 255, 0) 85%);
- background: -ms-linear-gradient(left, #00abff 10%, rgba(255, 255, 255, 0) 85%);
- background: linear-gradient(to right, #00abff 10%, rgba(255, 255, 255, 0) 85%);
- position: relative;
- -webkit-animation: load3 1.4s infinite linear;
- animation: load3 1.4s infinite linear;
-}
-.upload-wrapper .loader:before {
- width: 50%;
- height: 50%;
- background: #00abff;
- border-radius: 100% 0 0 0;
- position: absolute;
- top: 0;
- left: 0;
- content: '';
-}
-.upload-wrapper .loader:after {
- background: #fff;
- width: 75%;
- height: 75%;
- border-radius: 50%;
- content: '';
- margin: auto;
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
-}
-@-webkit-keyframes load3 {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@keyframes load3 {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-.plx-table-customCols {
- height: 40px;
- float: right;
-}
-.plx-table-customCols-toggle {
- display: inline-block;
- border-radius: 3px;
- width: 30px;
- height: 23px;
- border: 1px solid #d9d9d9;
- vertical-align: top;
- text-align: center;
- padding-top: 7px;
- margin-left: 6px;
- cursor: pointer;
- box-sizing: content-box;
-}
-.plx-table-customCols-toggle .ict-col:before {
- vertical-align: top;
-}
-.plx-table-customCols-toggle:hover {
- background-color: #fff;
-}
-.plx-table-customCols-toggle:active {
- background-color: #fff;
-}
-.toggle-icon {
- display: inline-block;
- height: 14px;
- border-right: 1px solid #595959;
- vertical-align: top;
- padding-left: 4px;
-}
-.toggle-icon:first-child {
- padding-left: 0;
-}
-.plx-table-customCols-pannel {
- margin-top: 5px;
- margin-right: 5px;
- border: 1px solid #d9d9d9;
- background-color: #fff;
- z-index: 1010;
- position: absolute;
- right: 0px;
- border-radius: 5px;
- font-size: 12px;
- color: #595959;
- overflow: auto;
- min-width: 300px;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-table-customCols-pannel .plx-table-customCols-toolbar {
- display: flex;
- justify-content: space-between;
- padding: 16px;
-}
-.plx-table-customCols-pannel .plx-table-customCols-toolbar .plx-table-filter-wrapper {
- display: flex;
- flex: auto;
-}
-.plx-table-customCols-pannel .plx-table-customCols-toolbar .plx-table-filter-wrapper input {
- border-radius: 3px;
- flex: auto;
- padding-left: 28px;
- border: 1px solid #d9d9d9;
-}
-.plx-table-customCols-pannel .plx-table-customCols-toolbar .plx-table-filter-wrapper input:focus {
- border: 1px solid #00abff;
- outline: none;
-}
-.plx-table-customCols-pannel .plx-table-customCols-toolbar .plx-table-filter-wrapper span {
- color: #bfbfbf;
- line-height: 28px;
- position: relative;
- left: 20px;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items {
- cursor: pointer;
- border-bottom: 1px solid #e9e9e9;
- border-top: 1px solid #e9e9e9;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items > div:hover {
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-table-customCols-pannel .plx-table-customCols-items label {
- margin-bottom: 0px;
- vertical-align: -moz-middle-with-baseline;
- vertical-align: -webkit-baseline-middle;
- vertical-align: 25%;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-item > span {
- padding: 0px 6px;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-operations {
- visibility: hidden;
- float: right;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-operations div {
- box-sizing: content-box;
- padding: 0px 8px;
- display: inline-block;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .heighLight {
- background-color: #e2f2fc;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .heighLight .plx-table-customCols-operations .plx-table-goup-show {
- visibility: visible;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .heighLight .plx-table-customCols-operations .plx-table-godown-show {
- visibility: visible;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .heighLight .plx-table-customCols-operations span {
- color: #00abff;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .dragging {
- box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .dragEnter {
- background-color: #00abff;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-dropArea {
- height: 10px;
- border-bottom: 1px solid #e9e9e9;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-dropArea-before {
- height: 10px;
- border-bottom: none;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items > div:last-child .plx-table-customCols-dropArea {
- border-bottom: none;
-}
-.plx-table-customCols-pannel .plx-table-customCols-items .plx-table-customCols-item {
- line-height: 20px;
- height: 20px;
- padding: 0px 16px;
-}
-.plx-table-customCols-pannel .plx-table-customCols-confirm {
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 16px 16px;
-}
-.plx-table-col-filter {
- border: 1px solid #d9d9d9;
- margin: 5px;
- box-sizing: border-box;
- height: 30px;
-}
-.plx-table-col-filter input {
- width: calc(100% - 25px);
- line-height: normal;
- font-weight: normal;
- border: none;
- height: 26px;
- font-size: 12px;
- box-sizing: border-box;
-}
-.plx-table-col-filter input:focus {
- outline: none;
-}
-.plx-table-col-filter .filterIcon {
- /*position: absolute;*/
- top: 6px;
- left: 3px;
- fill: #dedede;
- width: 14px;
-}
-.plx-filter-focused {
- outline: none;
- border: 1px solid #00abff;
-}
-.plx-table-col-icon-wrapper {
- padding-left: 5px;
- display: inline-block;
- line-height: 30px;
-}
-.plx-table-col-icon-wrapper span {
- vertical-align: sub;
-}
-::-webkit-input-placeholder {
- /* WebKit browsers */
- color: #c1c1c1;
-}
-:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #c1c1c1;
-}
-::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #c1c1c1;
-}
-:-ms-input-placeholder {
- /* Internet Explorer 10+ */
- color: #c1c1c1;
-}
-.plx-table-selectFilter-wrapper {
- display: inline-block;
- vertical-align: middle;
- height: 28px;
- cursor: pointer;
- /*此处 若不为absolute则被td遮挡*/
- position: absolute;
-}
-.plx-table-selectFilter-icon {
- vertical-align: middle;
- height: 28px;
- fill: #999;
-}
-.icon-selectFilter-activtied {
- fill: #00abff;
-}
-.plx-table-selectFilter-panel {
- margin-top: -5px;
- border: 1px solid #d9d9d9;
- background-color: #fff;
- padding: 10px;
- right: 0px;
- border-radius: 5px;
- /*此处若为absolute则文本要换行,恩,玄学*/
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-table-selectFilter-panel span {
- vertical-align: -25%;
- font-size: 12px;
-}
-.plx-table-selectFilter-panel label {
- line-height: normal;
-}
-.plx-table-selectFilter-panel div {
- line-height: normal;
-}
-.plx-table-filter {
- height: 40px;
- float: right;
-}
-.plx-table-filter input {
- border-radius: 3px;
- line-height: normal;
- padding: 0px 6px;
- font-weight: normal;
- border: 1px solid #d9d9d9;
- margin-bottom: 10px;
- height: 32px;
- width: 200px;
- box-sizing: border-box;
- font-size: 12px;
- color: #595959;
-}
-.plx-table-filter input:focus {
- outline: none;
- border: 1px solid #00abff;
-}
-.plx-table-filterToggle {
- display: inline-block;
- width: 30px;
- height: 30px;
- border-radius: 3px;
- border: 1px solid #d9d9d9;
- vertical-align: top;
- text-align: center;
- margin-left: 6px;
- cursor: pointer;
- box-sizing: content-box;
-}
-.plx-table-filterToggle.ict-filter:before {
- line-height: 30px;
-}
-.plx-table-filterToggle.ict-filter-f:before {
- line-height: 30px;
- color: #00abff;
-}
-.plx-table-filter-icon-wrapper {
- vertical-align: middle;
- display: inline-block;
- padding-top: 5px;
-}
-.plx-table-filterIcon {
- fill: #595959;
-}
-.plx-table-pagination {
- float: right;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
- color: #595959;
- margin-top: 10px;
- margin-bottom: 10px;
-}
-.plx-table-pagination-content {
- display: inline-block;
- text-decoration: none;
-}
-.plx-table-pagination-item {
- list-style-type: none;
- display: inline-block;
-}
-.plx-table-pagination-item span {
- vertical-align: middle;
-}
-.plx-table-pagination-item select {
- vertical-align: middle;
- height: 26px;
- width: 45px;
- border: 1px solid #d9d9d9;
-}
-.plx-table-pagination-input {
- padding: 1px;
- height: 26px;
- width: 45px;
- margin-left: 1px;
- margin-right: 1px;
- font-size: 12px;
- color: #595959;
- box-sizing: border-box;
- border: 1px solid #d9d9d9;
- text-align: center;
- vertical-align: middle;
-}
-.plx-table-pagination-nav {
- display: inline-block;
- height: 26px;
- border: 1px solid #d9d9d9;
- font-size: 14px;
- text-decoration: none;
- color: #595959;
- padding-left: 6px;
- padding-right: 6px;
- cursor: pointer;
- text-align: center;
- vertical-align: middle;
- box-sizing: border-box;
-}
-a:not([href]):not([tabindex]).plx-table-pagination-disabled {
- color: #bfbfbf;
- cursor: not-allowed;
-}
-.plx-table-dropdown-wrapper {
- cursor: pointer;
-}
-.plx-table-dropdown-icon-shared {
- font-size: 20px;
- line-height: 2.2 !important;
- cursor: pointer;
-}
-.plx-table-dropdown-icon-polyline-shared {
- height: 16px;
- width: 16px;
- stroke: #00abff ;
-}
-.ict-down,
-.ict-up {
- font-size: 20px;
- line-height: 2.2 !important;
- cursor: pointer;
-}
-.ict-down polyline,
-.ict-up polyline {
- height: 16px;
- width: 16px;
- stroke: #00abff ;
-}
-.ict-down polyline:hover,
-.ict-up polyline:hover {
- stroke: #2d91c4;
-}
-.plx-table-innerTr {
- border: 1px solid #d9d9d9;
-}
-.plx-table-innerTr #plx-table-innerTd {
- padding: 0px;
-}
-.plx-table-innerTable {
- width: 100%;
-}
-.plx-table-innerTable tr {
- color: #595959;
- font-size: 12px;
-}
-.plx-table-innerTable tr td#plx-inner-table-title,
-.plx-table-innerTable tr td#plx-inner-table-content {
- padding: 8px;
- height: 40px;
- border: none;
- border-bottom: 1px solid #d9d9d9;
-}
-.plx-table-innerTable tr td:first-child {
- text-align: right;
-}
-.plx-table-innerTable tr td:last-child {
- text-align: left;
-}
-.plx-table-innerTable tr:last-child td#plx-inner-table-title,
-.plx-table-innerTable tr:last-child td#plx-inner-table-content {
- border-bottom: none;
-}
-/* 排序图标 */
-.plx-table-sort-icon-shared {
- display: block;
- cursor: pointer;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- margin-bottom: 2px;
-}
-.plx-table-sortIconWrapper {
- display: inline-block;
- vertical-align: middle;
- margin-left: 3px;
-}
-/* 排序图标:箭头向上 */
-.plx-table-sortAsc {
- display: block;
- cursor: pointer;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- margin-bottom: 2px;
- border-bottom: 5px solid #999;
-}
-.plx-table-ascActived {
- border-bottom: 5px solid #00abff;
-}
-/* 排序图标:箭头向下 */
-.plx-table-sortDesc {
- display: block;
- cursor: pointer;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- margin-bottom: 2px;
- border-top: 5px solid #999;
-}
-.plx-table-descActived {
- border-top: 5px solid #00abff;
-}
-.plx-color-picker-border-radius {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
-}
-.plx-color-picker * {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- margin: 0;
- font-size: 12px;
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
-}
-.plx-color-picker {
- cursor: default;
- width: 246px;
- height: auto;
- left: 30px;
- top: 250px;
- position: absolute;
- z-index: 1000;
- background-color: #fff;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- border-radius: 3px;
- border: 1px solid #d9d9d9;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
-}
-.plx-color-picker i {
- cursor: default;
- position: relative;
-}
-.plx-color-picker input {
- font-size: 12px;
- height: 32px;
- padding-left: 10px;
- padding-right: 10px;
- outline: 0;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- vertical-align: middle;
- text-align: center;
- height: 24px;
- -moz-appearance: textfield;
-}
-.short-text-input .plx-color-picker input {
- width: 120px;
-}
-.text-input-with-unit .plx-color-picker input {
- width: 355px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-unitOption .plx-color-picker input {
- width: 316px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix .plx-color-picker input {
- width: 330px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-prefixOption .plx-color-picker input {
- width: 316px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.text-input-with-passwordSwith .plx-color-picker input {
- width: 360px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.text-input-with-prefix.text-input-with-unit .plx-color-picker input {
- width: 285px;
-}
-.text-input-with-prefix.text-input-with-unitOption .plx-color-picker input {
- width: 246px;
-}
-.short-text-input.text-input-with-prefix .plx-color-picker input {
- width: 80px;
-}
-.short-text-input.text-input-with-unit .plx-color-picker input {
- width: 80px;
-}
-.short-text-input.text-input-with-prefix.text-input-with-unit .plx-color-picker input {
- width: 40px;
-}
-.plx-color-picker input:focus {
- border: 1px solid #00abff;
-}
-.plx-color-picker input:disabled,
-.plx-color-picker input[disabled] {
- cursor: not-allowed;
- background-color: #f5f5f5;
-}
-.plx-color-picker input:invalid {
- box-shadow: none;
-}
-.plx-color-picker input:-moz-submit-invalid {
- box-shadow: none;
-}
-.plx-color-picker input:-moz-ui-invalid {
- box-shadow: none;
-}
-.plx-color-picker input::-webkit-outer-spin-button,
-.plx-color-picker input::-webkit-outer-spin-button {
- -webkit-appearance: textfield;
- margin: 0;
-}
-.plx-color-picker .color-picker-overlay1 {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- position: absolute;
- left: 0;
- top: 0;
- width: 244px;
- height: 118px;
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
- /* IE8 */
- background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
- /* FF3.6+ */
- background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
- /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
- /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
- /* Opera 11.10+ */
- background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
- /* IE10+ */
- background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');
- /* IE6 & IE7 */
-}
-.plx-color-picker .color-picker-overlay2 {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- position: absolute;
- left: 0;
- top: 0;
- width: 244px;
- height: 118px;
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
- /* IE8 */
- background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
- /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
- /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
- /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
- /* Opera 11.10+ */
- background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
- /* IE10+ */
- background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
- /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
- /* IE6-9 */
-}
-.plx-color-picker .color-picker-saturation-lightness {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- cursor: pointer;
- width: 244px;
- height: 118px;
- border: none;
- background-size: 100% 100%;
-}
-.plx-color-picker .color-picker-hue {
- cursor: pointer;
- border-radius: 3px;
- width: 168px;
- height: 10px;
- border: none;
- margin-bottom: 10px;
- background-size: 100% 100%;
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAAQCAYAAAD06IYnAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AIWDwkUFWbCCAAAAFxJREFUaN7t0kEKg0AQAME2x83/n2qu5qCgD1iDhCoYdpnbQC9bbY1qVO/jvc6k3ad91s7/7F1/csgPrujuQ17BDYSFsBAWwgJhISyEBcJCWAgLhIWwEBYIi2f7Ar/1TCgFH2X9AAAAAElFTkSuQmCC');
-}
-.plx-color-picker .color-picker-alpha {
- cursor: pointer;
- border-radius: 3px;
- width: 168px;
- height: 10px;
- border: none;
- background-size: 100% 100%;
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAAAKCAYAAAAgnxVRAAAC9klEQVRYhdVYPc7bMAylku7WViCrfJ2cocfoGXqLHslbDhAvHjNkCBBRHSoZzwQpKW7T7yuBwAn9+CtKIuOu1+vXy+UyPx6PL5QphEDee0KKMdI0TRveP8KlaZoSEZUPhxCS9z4RERd+jJEzbuWFEKL3nlEWcDHzYgiBQR//Nht5miZGXrbLWbaGY+99RBuAK3zOuGfBZP+iwJU4ItgtuAiyaJdBH2fc6iPoY9CH/jH4xyKOJHAJcEnRlwxcWY8k1o3KepxOp3Rg5h9YnJ+UkvjtxNPCO8Ak4MunxevxRXun6UVCn1ynXyhb5Mp7Tc4Z3y0e6pG2tXw7quuQWI0v/ZGx0cEAfzaygtUWBAPVClXqRblaErX3cgPU/C4Y/Gi+1+TRTllI/FjUKvjy1OxLf60NodmUG9GSQRuY5/+mQAtpye0pEKvwrELRsGhPW/CWrNwsTnnXc8rgUxaPptOi3huj6NVyJ3NR2yS9mI0/rxRoTyDvJmvhe65U7QrT9LRO0pYti2oLYxW9/F07/WqbbY9Pmm/ajSR9kLH0knoLuPv9/vN2u31D5rIsNM/zBjgMA43jSB+AS+M4rk11xvE8z8hLwzDwOI6bpnxZljTPc+FFIuKsrwwHiYhixm2GhoxDnoaLYHflZ/82w9QwDNHAbYaajJN2o6KPM24dksDuE+KIEC8DbiML8a65UnCc7SbwJYHdNf+AY4FLAifXt6xbOp/Pae8V/xGnKfYxrUZbXu2J7GtK6rbIuuIsn1q9Xk9faMnW9PTEIm1ofTgZPDwpe6/r3TfR3gLtScDfplrPRuKdFryVBOu6avmh9b6vDCqtReuRlba1KdvqS63caTwrLq2t0NqTVs9u0juGpHecrr2TYyFtuu0pnt7pVPtuye8d3jQ8vu8psNqJ+sohgydmq0+3NkmtMM1/Eg7Oue/H4/H5grMtqk3Vf6Lz1SRbxWPh5ADQc5q0pm38bk3emtyeHMoC0ApCa3/2tAOtjSWLWDv1rc204f8CQvGUIhalBqwAAAAASUVORK5CYII=');
-}
-.plx-color-picker .color-picker-alpha-ba {
- position: absolute;
- background: linear-gradient(90deg, rgba(255, 255, 255, 0), #000);
-}
-.plx-color-picker .selected-color {
- width: 30px;
- height: 30px;
- top: 0px;
- left: 0px;
- position: absolute;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -khtml-border-radius: 50%;
-}
-.plx-color-picker .selected-color-background {
- width: 30px;
- height: 30px;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -khtml-border-radius: 50%;
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAh0lEQVRYR+2W0QlAMQgD60zdfwOdqa8TmI/wQMr5K0I5bZLIzLOa2nt37VVVbd+dDx5obgCC3KBLwJ2ff4PnVidkf+ucIhw80HQaCLo3DMH3CRK3iFsmAWVl6hPNDwt8EvNE5q+YuEXcMgkonVM6SdyCoEvAnZ8v1Hjx817MilmxSUB5rdLJDycZgUAZUch/AAAAAElFTkSuQmCC');
-}
-.plx-color-picker .color-picker-cursor {
- cursor: default;
- position: relative;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -khtml-border-radius: 50%;
- width: 10px;
- height: 10px;
- border: #ffffff solid 1px;
-}
-.plx-color-picker .color-picker-cursor-selector {
- cursor: default;
- position: relative;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -khtml-border-radius: 50%;
- width: 10px;
- height: 10px;
- border: #ffffff solid 1px;
- width: 12px;
- height: 12px;
- top: -1px;
- background-color: #ffffff;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-color-picker .type-policy {
- float: right;
- position: absolute;
- top: 198px;
- right: 12px;
- width: 16px;
- height: 16px;
-}
-.plx-color-picker .type-policy:hover {
- background-color: #ebf6fd;
- cursor: pointer;
-}
-.plx-color-picker .arrow-down {
- display: block;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #a6a6a6;
- margin-top: 4px;
- margin-left: 4px;
-}
-.plx-color-picker .arrow-up {
- display: block;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-bottom: 4px solid #a6a6a6;
- margin-top: 2px;
- margin-left: 4px;
-}
-.plx-color-picker .box {
- width: 100%;
- height: 100%;
- display: flex;
-}
-.plx-color-picker .box .left {
- position: relative;
- margin-right: 16px;
-}
-.plx-color-picker .box .right {
- flex: 1 1 auto;
-}
-.plx-color-picker .button-area {
- padding: 0 16px 16px 16px;
- text-align: right;
-}
-.plx-color-picker .preset-area {
- padding: 4px 15px;
-}
-.plx-color-picker .preset-area .preset-label {
- width: 100%;
- padding: 4px;
- text-align: left;
- color: #555;
-}
-.plx-color-picker .preset-area .preset-color {
- cursor: pointer;
- display: inline-block;
- width: 18px;
- height: 18px;
- margin: 4px 6px 8px 6px;
- -moz-border-radius: 25%;
- -webkit-border-radius: 25%;
- border-radius: 25%;
- -khtml-border-radius: 25%;
- border: #a9a9a9 solid 1px;
-}
-.plx-color-picker .hsla-text,
-.plx-color-picker .rgba-text {
- width: 196px;
-}
-.plx-color-picker .hsla-text input,
-.plx-color-picker .rgba-text input {
- color: #595959;
- min-width: 0;
- flex: 1;
- margin: 0;
- float: left;
- padding: 1px;
-}
-.plx-color-picker .hsla-text input:last-child,
-.plx-color-picker .rgba-text input:last-child {
- margin-right: 0;
-}
-.plx-color-picker .hsla-text .hsla-text-div,
-.plx-color-picker .rgba-text .hsla-text-div,
-.plx-color-picker .hsla-text .rgba-text-div,
-.plx-color-picker .rgba-text .rgba-text-div {
- margin-top: 2px;
- flex: 1;
- text-align: center;
- color: #999999;
- height: 18px;
- padding-right: 8px;
-}
-.plx-color-picker .hsla-text .hsla-text-div:last-child,
-.plx-color-picker .rgba-text .hsla-text-div:last-child,
-.plx-color-picker .hsla-text .rgba-text-div:last-child,
-.plx-color-picker .rgba-text .rgba-text-div:last-child {
- margin-right: 0;
- padding-right: 0;
-}
-.plx-color-picker .hsla-text .hsla-text-degree,
-.plx-color-picker .rgba-text .hsla-text-degree {
- padding-right: 16px;
-}
-.plx-color-picker .hsla-text .hsla-text-percent,
-.plx-color-picker .rgba-text .hsla-text-percent {
- padding-right: 22px;
-}
-.plx-color-picker .hsla-text .hsla-degree,
-.plx-color-picker .rgba-text .hsla-degree {
- display: inline-block;
- width: 6px;
- margin-left: 2px;
- margin-right: 8px;
- margin-top: 2px;
-}
-.plx-color-picker .hsla-text .hsla-percent,
-.plx-color-picker .rgba-text .hsla-percent {
- display: inline-block;
- width: 12px;
- margin-left: 2px;
- margin-right: 8px;
- margin-top: 3px;
-}
-.plx-color-picker .hsla-text .rgba-text-input,
-.plx-color-picker .rgba-text .rgba-text-input {
- margin-right: 8px;
-}
-.plx-color-picker .hex-text {
- width: 196px;
-}
-.plx-color-picker .hex-text .box input {
- color: #595959;
- flex: 1 1 auto;
- padding: 1px;
-}
-.plx-color-picker .hex-text .box div {
- margin-top: 2px;
- flex: 1 1 auto;
- text-align: center;
- height: 18px;
- color: #999999;
- float: left;
- clear: left;
-}
-.plx-color-picker .bacis-color-alpha-select-area {
- padding: 20px 16px 16px 16px;
-}
-.plx-color-picker .color-format-content-area {
- padding: 0px 16px 16px 16px;
-}
-.plx-color-picker .arrow::after,
-.plx-color-picker .arrow::before {
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
- content: "";
- border-width: 7px 7px;
-}
-.plx-color-picker .arrow.arrow-bottom::after {
- left: 20px;
- border-top-width: 0;
- top: -7px;
- border-bottom-color: #ffffff;
-}
-.plx-color-picker .arrow.arrow-bottom::before {
- left: 20px;
- border-top-width: 0;
- top: -8px;
- border-bottom-color: #999999;
-}
-body {
- font-size: 12px;
-}
-.shadow {
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #bfbfbf;
-}
-::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #bfbfbf;
-}
-input:-ms-input-placeholder {
- color: #bfbfbf;
-}
-input::-webkit-input-placeholder {
- color: #bfbfbf;
-}
-.plx-btn {
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- color: #00abff;
- min-width: 80px;
- letter-spacing: 1px;
- padding: 0px 16px;
- height: 32px;
- font-size: 12px;
- cursor: pointer;
- text-align: center;
- white-space: nowrap;
- margin-right: 10px;
- vertical-align: middle;
- border: 1px solid #d9d9d9;
- background-color: #fff;
- border-radius: 3px;
- line-height: 30px;
-}
-.plx-btn:hover,
-.plx-btn:disabled,
-.plx-btn[disabled],
-.plx-btn:focus,
-.plx-btn:active {
- outline: none;
- background-image: none;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-btn:hover,
-.plx-btn:focus {
- color: #00abff;
- border-color: #00abff;
- background-color: #fff;
-}
-.plx-btn:active {
- color: #008fd5;
- border-color: #008fd5;
- background-color: #fff;
-}
-.plx-btn:disabled,
-.plx-btn[disabled] {
- color: #bfbfbf;
- background-color: #fff;
- border-color: #e9e9e9;
-}
-.plx-btn:disabled:hover,
-.plx-btn[disabled]:hover,
-.plx-btn:disabled:focus,
-.plx-btn[disabled]:focus {
- color: #bfbfbf;
- background-color: #fff;
- border-color: #e9e9e9;
- cursor: not-allowed;
-}
-.plx-btn .plx-btn-icon {
- font-size: 16px;
- vertical-align: text-top;
- margin-right: 3px;
-}
-.plx-btn-primary {
- background-color: #00abff;
- color: #fff;
- border-color: #00abff;
-}
-.plx-btn-primary:hover,
-.plx-btn-primary:focus {
- color: #fff;
- background-color: #009dea;
- border-color: #009dea;
-}
-.plx-btn-primary:active {
- color: #fff;
- background-color: #008fd5;
- border-color: #008fd5;
-}
-.plx-btn-primary:disabled,
-.plx-btn-primary[disabled],
-.plx-btn-primary:disabled:hover,
-.plx-btn-primary[disabled]:hover,
-.plx-btn-primary:disabled:focus,
-.plx-btn-primary[disabled]:focus {
- color: #fff;
- border-color: #00abff;
- background-color: #00abff;
- opacity: 0.5;
-}
-.plx-btn-guide {
- background-color: #00abff;
- color: #fff;
- border-color: #00abff;
-}
-.plx-btn-guide:hover,
-.plx-btn-guide:focus {
- color: #fff;
- background-color: #009dea;
- border-color: #009dea;
-}
-.plx-btn-guide:active {
- color: #fff;
- background-color: #008fd5;
- border-color: #008fd5;
-}
-.plx-btn-guide:disabled,
-.plx-btn-guide[disabled],
-.plx-btn-guide:disabled:hover,
-.plx-btn-guide[disabled]:hover,
-.plx-btn-guide:disabled:focus,
-.plx-btn-guide[disabled]:focus {
- color: #fff;
- border-color: #00abff;
- background-color: #00abff;
- opacity: 0.5;
-}
-.plx-btn-table {
- color: #595959;
-}
-.plx-btn-error {
- background-color: #ff5b55;
- color: #fff;
- border-color: #ff5b55;
-}
-.plx-btn-error:hover,
-.plx-btn-error:focus {
- color: #fff;
- background-color: #ee403a;
- border-color: #ee403a;
-}
-.plx-btn-error:active {
- color: #fff;
- background-color: #e02a23;
- border-color: #e02a23;
-}
-.plx-btn-error:disabled,
-.plx-btn-error[disabled],
-.plx-btn-error:disabled:hover,
-.plx-btn-error[disabled]:hover,
-.plx-btn-error:disabled:focus,
-.plx-btn-error[disabled]:focus {
- color: #fff;
- border-color: #ff5b55;
- background-color: #ff5b55;
- opacity: 0.5;
-}
-.plx-btn-sm {
- height: 28px;
- padding: 0px 14px;
- min-width: 60px;
- margin-right: 5px;
- line-height: 26px;
-}
-.plx-btn-xs {
- height: 24px;
- padding: 0px 12px;
- min-width: 60px;
- margin-right: 5px;
- line-height: 22px;
-}
-.plx-btn.dropdown-toggle {
- margin-right: 0;
- outline: none !important;
- background-image: none !important;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-btn.dropdown-toggle::after {
- margin-left: 16px;
- border-top: 4px solid;
- border-right: 4px solid transparent;
- border-left: 4px solid transparent;
- color: #c0c0c0;
- margin-bottom: 1px;
-}
-.plx-btn-sm.dropdown-toggle::after {
- margin-left: 14px;
-}
-.plx-btn-xs.dropdown-toggle::after {
- margin-left: 12px;
-}
-.plx-btn + .dropdown-menu {
- margin: 0;
- padding: 0;
- border: 0;
- min-width: 100%;
- font-size: 12px;
- border-radius: 3px;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
-}
-.plx-btn + .dropdown-menu .dropdown-item {
- background-color: #fff;
- color: #595959;
- font-size: 12px;
- padding: 0px 16px;
- height: 30px;
- cursor: pointer;
-}
-.plx-btn + .dropdown-menu .dropdown-item:hover,
-.plx-btn + .dropdown-menu .dropdown-item:focus,
-.plx-btn + .dropdown-menu .dropdown-item:active {
- outline: none;
- background-color: #ebf6fd;
-}
-.plx-btn + .dropdown-menu .dropdown-item:disabled,
-.plx-btn + .dropdown-menu .dropdown-item[disabled] {
- color: #bfbfbf;
-}
-.plx-btn + .dropdown-menu .dropdown-item:disabled:hover,
-.plx-btn + .dropdown-menu .dropdown-item[disabled]:hover,
-.plx-btn + .dropdown-menu .dropdown-item:disabled:focus,
-.plx-btn + .dropdown-menu .dropdown-item[disabled]:focus {
- cursor: not-allowed;
- background-color: #fff;
-}
-.plx-btn-sm + .dropdown-menu .dropdown-item {
- padding: 0px 14px;
-}
-.plx-btn-xs + .dropdown-menu .dropdown-item {
- padding: 0px 12px;
-}
-.plx-btn-more {
- display: inline-block;
- margin-right: 10px;
-}
-.plx-btn-more-sm {
- margin-right: 5px;
-}
-.plx-btn-more-xs {
- margin-right: 5px;
-}
-.plx-checkbox-container {
- font-size: 0;
- position: relative;
-}
-.plx-checkbox {
- position: absolute;
- z-index: -1;
- opacity: 0;
-}
-.plx-checkbox + .checkbox-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: 14px;
- width: 14px;
- border: 1px solid #d9d9d9;
- border-radius: 2px;
- vertical-align: middle;
-}
-.plx-checkbox + .checkbox-substitute + span {
- font-weight: normal;
- font-size: 12px;
- cursor: pointer;
- vertical-align: middle;
- padding-left: 6px;
-}
-.plx-checkbox:hover + .checkbox-substitute {
- border-color: #00abff;
- outline: none;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-checkbox:checked + .checkbox-substitute {
- border-color: #00abff;
- background-color: #00abff;
-}
-.plx-checkbox:checked + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #fff;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 3px;
- top: 0;
-}
-.plx-checkbox.portion + .checkbox-substitute {
- background-color: #00abff;
- border-color: #00abff;
- opacity: 0.5;
-}
-.plx-checkbox.portion + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #fff;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 3px;
- top: 0;
-}
-.plx-checkbox:disabled + .checkbox-substitute,
-.plx-checkbox[disabled] + .checkbox-substitute {
- border-color: #d9d9d9;
- background-color: #f5f5f5;
- cursor: not-allowed;
-}
-.plx-checkbox:disabled + .checkbox-substitute + span,
-.plx-checkbox[disabled] + .checkbox-substitute + span {
- cursor: not-allowed;
-}
-.plx-checkbox.portion[disabled] + .checkbox-substitute {
- background-color: #d9d9d9;
- border-color: #d9d9d9;
-}
-.plx-checkbox.portion[disabled] + .checkbox-substitute::after {
- content: '';
- position: absolute;
- display: block;
- width: 6px;
- height: 10px;
- border: solid #999;
- border-width: 0 2px 2px 0;
- transform: rotate(45deg);
- left: 3px;
- top: 0;
-}
-.plx-checkbox:checked[disabled] + .checkbox-substitute {
- border-color: #d9d9d9;
- background-color: #d9d9d9;
-}
-.plx-form {
- font-family: "Helvetica Neue", "PingFang SC", Tahoma, "Microsoft Yahei";
- font-size: 12px;
- background: #fff;
- color: #595959;
-}
-.plx-form .ng-invalid:not(form).ng-invalid:not(fieldset).ng-invalid:not(plx-select) {
- border: 1px solid #ff5b55;
- /* red */
-}
-.plx-form .ng-untouched:not(form).ng-untouched:not(fieldset).ng-untouched:not(plx-select) {
- border: 1px solid #d9d9d9;
-}
-.plx-form label {
- font-size: 12px;
- text-align: right;
- color: #737373;
- background: #fff;
-}
-.plx-form label .label-span {
- color: #595959;
-}
-.plx-form .text-autocut {
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- display: block;
-}
-.plx-form .forms-group-pointer {
- margin-bottom: 10px;
- padding-left: 15px;
- color: #404040;
- font-size: 14px;
- height: 32px;
- line-height: 32px;
- cursor: pointer;
-}
-.plx-form .forms-group-pointer:hover {
- background: #ebf6fd;
-}
-.plx-form .forms-group-pointer span {
- margin-left: 24px;
- border-left: 3px solid #00abff;
- padding-left: 5px;
-}
-.plx-form .forms-group-pointer .group-icon {
- float: left;
- font-size: 14px;
- color: #00abff !important;
- line-height: 32px;
- margin-right: 8px;
- transform: scale(0.7, 0.7);
- font-weight: bold;
-}
-.plx-form .forms-group-default {
- margin-bottom: 10px;
- padding-left: 15px;
- color: #404040;
- font-size: 14px;
- height: 32px;
- line-height: 32px;
- cursor: default;
- line-height: 16px;
-}
-.plx-form .forms-group-default:hover {
- background: #fff;
-}
-.plx-form .forms-group-default span {
- margin-left: 24px;
- border-left: 3px solid #00abff;
- padding-left: 5px;
-}
-.plx-form .forms-group-default .group-icon {
- float: left;
- font-size: 14px;
- color: #00abff !important;
- line-height: 32px;
- margin-right: 8px;
- transform: scale(0.7, 0.7);
- font-weight: bold;
-}
-.plx-form .input-sm {
- height: 28px !important;
-}
-.plx-form .px-red {
- color: #ff5b55;
-}
-.plx-form input:focus {
- border: 1px solid #00abff !important;
-}
-.plx-form .error-div {
- height: 12px;
- margin-top: -4px;
- margin-bottom: 5px;
-}
-.plx-form .error-div .error-msg {
- color: #ff5b55;
-}
-.plx-form .help-div {
- color: #bfbfbf;
- height: 12px;
- margin-top: -5px;
- margin-bottom: 6px;
-}
-.plx-form .forms-header {
- margin-left: 15px;
- margin-bottom: 25px;
- padding-bottom: 5px;
- border-bottom: 1px solid #e9e9e9;
-}
-.plx-form .forms-header span {
- font-size: 16px;
- color: #404040;
-}
-.plx-form .plx-input {
- width: 100%;
- color: #595959;
- background: #fff;
- text-align: left;
-}
-.plx-form .field-radio {
- padding-right: 10px;
- line-height: 27px;
-}
-.plx-form .field-radio.field-radio-tight {
- line-height: 23px;
-}
-.plx-form .field-tail {
- padding-right: 10px;
- line-height: 32px;
-}
-.plx-form .field-tail.field-tail-tight {
- line-height: 28px;
-}
-.plx-form .field-tail .tip {
- color: #999;
- font-size: 16px;
-}
-.plx-form .field-info {
- font-size: 12px;
- color: #00abff;
- margin-left: -15px;
-}
-.plx-form .field-info.field-info-group {
- margin-left: 15px;
-}
-.plx-form .form-field:not(select-dropdown) {
- color: #595959;
- font-size: 12px;
- line-height: 32px;
-}
-.plx-form .form-field:not(select-dropdown).form-field-tight {
- line-height: 28px;
-}
-.plx-form .form-field:not(select-dropdown).form-filed-hint {
- margin-bottom: 15px;
-}
-.plx-form .field-div {
- margin-bottom: 15px;
- padding-left: 0;
-}
-.plx-form .field-div.field-div-tight {
- margin-bottom: 10px;
-}
-.plx-form .field-div.inputchanged > input {
- font-weight: bold;
-}
-.plx-form .field-div.inputchanged > select {
- font-weight: bold;
-}
-.plx-form .button-div {
- padding: 15px 0 0 0;
- color: #595959;
- font-size: 14px;
- text-align: left;
-}
-.plx-form .button-div button {
- margin-right: 10px;
-}
-.plx-form .button-r-submit {
- float: right;
- margin-right: -20px !important;
-}
-.plx-form .button-r-cancel {
- float: right;
-}
-.plx-form .content {
- overflow-y: auto;
- overflow-x: hidden;
-}
-.plx-form .plx-scrollbar::-webkit-scrollbar {
- width: 4px;
- height: 6px;
-}
-.plx-form .plx-scrollbar::-webkit-scrollbar-thumb {
- background-color: rgba(0, 0, 0, 0.2);
- border-radius: 2em;
- min-height: 50px;
- max-height: 100px;
-}
-.plx-form .plx-scrollbar::-webkit-scrollbar-corner {
- background-color: transparent;
-}
-.plx-form input:-ms-input-placeholder {
- color: #999 !important;
-}
-.plx-form input::-webkit-input-placeholder {
- color: #999 !important;
-}
-.plx-form plx-info .icon {
- margin-left: -10px;
- line-height: 28px !important;
-}
-.para-content .icon-active {
- fill: #00abff;
-}
-.para-content .icon-disactive {
- fill: #bfbfbf;
- cursor: default;
-}
-.plx-input {
- font-size: 12px;
- height: 32px;
- padding-left: 10px;
- padding-right: 10px;
- outline: 0;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
- vertical-align: middle;
-}
-.plx-input:focus {
- border: 1px solid #00abff;
-}
-.plx-input:disabled,
-.plx-input[disabled] {
- cursor: not-allowed;
- background-color: #f5f5f5;
-}
-.plx-input-sm {
- height: 28px;
-}
-.plx-input-right-no-radius {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
-}
-.plx-radio-container {
- font-size: 0;
- position: relative;
-}
-.plx-radio {
- position: absolute;
- z-index: -1;
- opacity: 0;
-}
-.plx-radio + .radio-substitute {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: 14px;
- width: 14px;
- border: 1px solid #d9d9d9;
- border-radius: 14px;
- vertical-align: middle;
-}
-.plx-radio:hover + .radio-substitute,
-.plx-radio:focus + .radio-substitute {
- border-color: #00abff;
- outline: none;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-radio:checked + .radio-substitute {
- border: 4px solid #00abff;
-}
-.plx-radio:disabled + .radio-substitute,
-.plx-radio[disabled] + .radio-substitute {
- border-color: #d9d9d9;
- background-color: #f5f5f5;
- cursor: not-allowed;
-}
-.plx-radio:checked [disabled] + .radio-substitute {
- border-color: #e9e9e9;
- background-color: #e9e9e9;
- cursor: not-allowed;
-}
-.plx-radio + .radio-substitute + span {
- font-weight: normal;
- font-size: 12px;
- cursor: pointer;
- vertical-align: middle;
- padding-left: 6px;
-}
-.plx-radio:disabled + .radio-substitute + span,
-.plx-radio[disabled] + .radio-substitute + span {
- cursor: not-allowed;
-}
-/*radio-group*/
-.btn.dropdown-toggle,
-.btn-group .btn.dropdown-toggle,
-.btn:hover,
-.btn:disabled,
-.btn[disabled],
-.btn:focus,
-.btn:active,
-.btn.active {
- outline: none !important;
- background-image: none !important;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-radio-group {
- cursor: pointer;
- font-size: 12px;
- height: 32px;
- background-color: #fff;
- border: 1px solid #d9d9d9;
- color: #595959;
- border-radius: 3px;
- padding: 0px 16px;
- min-width: 80px;
- transition: none;
-}
-.plx-radio-group:hover,
-.plx-radio-group:focus,
-.plx-radio-group:active {
- outline: none;
- background-image: none;
- filter: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- text-shadow: none;
-}
-.plx-radio-group:hover,
-.plx-radio-group:focus {
- color: #00abff;
- border-color: #00abff;
- background-color: #fff;
-}
-.plx-radio-group:active {
- color: #008fd5;
- border-color: #008fd5;
- background-color: #fff;
-}
-.plx-radio-group.active {
- background-color: #00abff;
- color: #fff;
- border-color: #00abff;
-}
-.plx-radio-group > span {
- line-height: 30px;
-}
-.plx-radio-group-sm {
- height: 28px;
- padding: 0px 14px;
- min-width: 60px;
-}
-.plx-radio-group-sm > span {
- line-height: 26px;
-}
-.plx-ui-steps-number-active {
- background: #108ee9;
- color: #ffffff;
-}
-.plx-ui-steps-number-passive {
- background: #d9d9d9;
- color: #ffffff;
-}
-.plx-ui-steps-number-visited {
- color: #ffffff;
- border: 2px #108ee9 solid;
-}
-.plx-ui-underline-active {
- background: #108ee9;
-}
-.plx-ui-underline-passive {
- background: #e9e9e9;
-}
-.plx-ui-steps-title-active {
- color: #595959;
-}
-.plx-ui-steps-title-passive {
- color: #999999;
-}
-.plx-ui-steps-title-visited {
- color: #999999;
-}
-.plx-ui-steps-number-visited-tick {
- border-bottom: 2px solid #108ee9;
- border-right: 2px solid #108ee9;
-}
-.plx-ui-underline-active-vertical {
- border-right: 2px solid #d9d9d9;
-}
-.plx-ui-underline-visited-vertical {
- border-right: 2px solid #108ee9;
-}
-.plx-ui-underline-passive-vertical {
- border-right: 2px solid #d9d9d9;
-}
-.plx-ui-steps-title-active-vertical {
- color: #595959;
-}
-.plx-ui-steps-title-visited-vertical {
- color: #999999;
-}
-.plx-ui-steps-title-passive-vertical {
- color: #999999;
-}
-.plx-ui-steps-number-active-vertical {
- background: #108ee9;
- color: #ffffff;
-}
-.plx-ui-steps-number-passive-vertical {
- background: #d9d9d9;
- color: #ffffff;
-}
-.plx-ui-steps-number-visited-vertical {
- color: #ffffff;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/default/theme.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/default/theme.less
deleted file mode 100644
index b19e0907..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/assets/themes/default/theme.less
+++ /dev/null
@@ -1,107 +0,0 @@
-//-------------------common start------------------------
-// -------- Colors start-----------
-//配置说明:通常primary-color和primary-color-guide相同,某些产品需要有特别引导用户操作的按钮时,可以单独定义primary-color-guide
-@primary-color: #00abff; //主色,用于重点按钮底色,普通按钮文字色、tab页的选中横条色、进度条色、分组标题竖线等, 应用开发需要关注搭配class plx-btn-primary t
-@guide-color: @primary-color; //引导色,搭配class plx-btn-guide
-@success-color: #73cf22; //搭配class plx-btn-success
-@warning-color: #f7c515; //搭配class plx-btn-warning
-@error-color: #ff5b55; //搭配class plx-btn-error
-@common-color: #fff; //搭配class plx-btn
-//Colors-hover
-@primary-color-hover: #009dea;
-@primary-color-guide-hover: @primary-color-hover;
-@success-color-hover: #65bf16;
-@warning-color-hover: #e5b717;
-@error-color-hover: #ee403a;
-@common-color-hover: #fff;
-@btn-common-color-text-hover: @primary-color;
-@btn-common-color-border-hover: @primary-color;
-
-//colors-click
-@primary-color-click: #008fd5;
-@primary-color-guide-click: @primary-color-click;
-@success-color-click: #59af0c;
-@warning-color-click: #d4a606;
-@error-color-click: #e02a23;
-@common-color-click: #fff;
-@btn-common-color-text-click: @primary-color-click;
-@btn-common-color-border-click: @primary-color-click;
-
-//opacity-disable
-@opacity-disable: 0.5;
-//text-color-scenes,在按钮或tab上的文字色
-@scene-textcolor: #fff; //用于有底色时的文字颜色,搭配class plx-btn-primary,plx-btn-*
-@common-textcolor: @primary-color; //用于普通按钮和链接上的文字颜色,应用关注搭配 class plx-btn
-//text color
-@text-color: #595959; //普通文字颜色,不需要专用class
-@title-text-color: #404040; //用于标题文字颜色
-@disabled-text-color: #bfbfbf; //用于禁用状态文字
-@light-text-color: #737373; //较浅色
-@unselected-text-color: #999; //用于未选中文字颜色、placeholder文字颜色
-@form-label:#737373;//用于表单标签颜色
-// Background color for `<body>`
-@body-bg: #fff;
-// Base background color for most components
-@component-bg: #fff;
-@hover-bg-color: #ebf6fd; //用于菜单 、列表项、树项、表格行的hover背景色
-@selected-bg-color: #f5f5f5; //用于菜单 、列表项、树项、表格行的选中背景色
-@input-bg-color-disabled: #f5f5f5; //用于输入框禁用状态背景色
-//边框
-@border-color-base: #d9d9d9; // base border outline a component 搭配class: plx-border
-@border-color-split: #e9e9e9; // split border inside a component 搭配class: plx-split
-//字体图标
-@fonticon-color: #999; //字体图标颜色,搭配class: plx-icon-*
-@fonticon-bg-color-hover: @hover-bg-color; //一般字体图标hover时背景色变化
-@fonticon-color-hover: @primary-color; //当字体图标本身有背景色的时候,使用图标颜色本身加深的hover颜色。
-// Shadow
-@shadow-color: rgba(0, 0, 0, .2); //阴影颜色,个别组件需要,无需搭配固定class
-
-// -------- Colors end-------------
-// -------- font start-------------
-@font-family: "Helvetica Neue","PingFang SC",Tahoma,"Microsoft Yahei";
-@font-size-spacing:20px; //用于间距定义
-@font-size: 12px; //正文文字
-@font-size-title-level1: @font-size + 8px; //一级标题
-@font-size-title-level2: @font-size + 4px; //二级标题
-@font-size-title-group: @font-size + 2px; //分组标题
-// -------- font end---------------
-// -------- radius start-------------
-@radius: 3px; //圆角
-@radius-sm: 2px; //小按钮圆角,用于下拉多选框的已选项的圆角
-@radius-lg: 20px; //用于标签,搭配class:plx-tag
-// -------- radius start-------------
-//size
-//checkbos
-@checkbox-size: @font-size+2px; //复选框高度
-//btn
-@btn-height: 32px; //按钮高度
-@btn-height-sm: 28px; //小尺寸按钮,搭配class:plx-btn-sm
-@btn-height-xs: 24px; //加小尺寸按钮,搭配class:plx-btn-xs
-// Input
-@input-height: 32px; //输入框高度
-@input-height-sm: 28px; //小尺寸输入框,搭配class:plx-input-sm
-//iuiframecolor
-@iuiframe-head-bg-color: #2c3e50; //head背景色
-@iuiframe-sidebar-bg-color: #fff; //sidebar背景色
-@iuiframe-hor-menu-bg-color: #fff; //横向菜单背景色
-@iuiframe-head-bg-color-hover: #3d546b; //head菜单项hover背景色
-@iuiframe-sidebar-bg-color-hover: @hover-bg-color; //sidebar菜单项hover背景色
-@iuiframe-head-bg-color-active: #33495f; //head菜单项选中背景色
-@iuiframe-sidebar-bg-color-active: #f0f9fc; //sidebar一级菜单项选中背景色
-@iuiframe-head-font-color: #fff; //head菜单文字颜色
-@iuiframe-sidebar-font-color: @text-color; //sidebar文字颜色
-@iuiframe-sidebar-font-color-active: @primary-color; //sidebar选中文字颜色
-@iuiframe-hor-menu-font-color: @text-color; //横菜单文字颜色
-@iuiframe-hor-menu-font-color-hover: @primary-color; //横向菜单项hover文字颜色
-@iuiframe-hor-menu-font-color-active: @primary-color; //横菜单选中文字颜色
-@iuiframe-hor-menu-split-color: #e9e9e9; //横菜单分割线颜色
-@iuiframe-sidebar-split-color: #fff; //sidebar菜单分割线颜色
-@iuiframe-bg-color:#e9ecf3; //框架右侧的背景色
-@iuiframe-bg-img:none; //框架右侧的背景图
-//iframeColor
-@iframe-bg-color: #e9ecf3; //iframe背景色
-@iframe-bg-img: none; //iframe背景图片
-
-
-@import "../common.less";
-@import "./NIV-theme.less"; \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/common/shared.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/common/shared.ts
deleted file mode 100644
index e0d9bdb5..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/common/shared.ts
+++ /dev/null
@@ -1,283 +0,0 @@
-import {CommonModule} from '@angular/common';
-import {AfterContentInit, ContentChild, ContentChildren, Directive, EmbeddedViewRef, EventEmitter, Input, NgModule} from '@angular/core';
-import {OnDestroy, OnInit, Output, QueryList, TemplateRef, ViewContainerRef} from '@angular/core';
-import {Component} from '@angular/core';
-
-@Component({selector: 'plx-header', template: '<ng-content></ng-content>'})
-export class PlxHeaderComponent {
-}
-
-@Component({selector: 'plx-footer', template: '<ng-content></ng-content>'})
-export class PlxFooterComponent {
-}
-
-@Directive({selector: '[pTemplate]'})
-export class PlxPrimeTemplateDirective {
- @Input() public type: string;
-
- @Input() public pxTemplate: string;
-
- constructor(public template: TemplateRef<any>) {}
-
- getType(): string {
- if (this.type) {
- console.log(
- 'Defining a pTemplate with type property is deprecated use pTemplate="type" instead.');
- return this.type;
- } else {
- return this.pxTemplate;
- }
- }
-}
-
-@Directive({selector: '[pxTemplateWrapper]'})
-export class PlxTemplateWrapperDirective implements OnInit, OnDestroy {
- @Input() public item: any;
-
- @Input() public index: number;
-
- @Input() public pxTemplateWrapper: TemplateRef<any>;
-
- view: EmbeddedViewRef<any>;
-
- constructor(public viewContainer: ViewContainerRef) {}
-
- ngOnInit() {
- this.view = this.viewContainer.createEmbeddedView(
- this.pxTemplateWrapper, {'\$implicit': this.item, 'index': this.index});
- }
-
- ngOnDestroy() {
- this.view.destroy();
- }
-}
-
-@Component({selector: 'plx-column', template: ``})
-export class PlxColumnComponent implements AfterContentInit {
- @Input() public field: string;
- @Input() public sortField: string;
- @Input() public header: string;
- @Input() public footer: string;
- @Input() public sortable: any;
- @Input() public editable: boolean;
- @Input() public filter: boolean;
- @Input() public filterMatchMode: string;
- @Input() public rowspan: number;
- @Input() public colspan: number;
- @Input() public style: any;
- @Input() public styleClass: string;
- @Input() public hidden: boolean;
- @Input() public expander: boolean;
- @Input() public selectionMode: string;
- @Input() public filterPlaceholder: string;
- @Input() public frozen: boolean;
- @Output() sortFunction: EventEmitter<any> = new EventEmitter();
- @ContentChildren(PlxPrimeTemplateDirective) templates: QueryList<any>;
- @ContentChild(TemplateRef) template: TemplateRef<any>;
-
- headerTemplate: TemplateRef<any>;
- bodyTemplate: TemplateRef<any>;
- footerTemplate: TemplateRef<any>;
- filterTemplate: TemplateRef<any>;
- editorTemplate: TemplateRef<any>;
-
- ngAfterContentInit(): void {
- this.templates.forEach((item) => {
- switch (item.getType()) {
- case 'header':
- this.headerTemplate = item.template;
- break;
-
- case 'body':
- this.bodyTemplate = item.template;
- break;
-
- case 'footer':
- this.footerTemplate = item.template;
- break;
-
- case 'filter':
- this.filterTemplate = item.template;
- break;
-
- case 'editor':
- this.editorTemplate = item.template;
- break;
-
- default:
- this.bodyTemplate = item.template;
- }
- });
- }
-}
-
-@Component({selector: 'plx-row', template: ``})
-export class PlxRowComponent {
- @ContentChildren(PlxColumnComponent) columns: QueryList<PlxColumnComponent>;
-}
-
-@Component({selector: 'plx-header-column-group', template: ``})
-export class PlxHeaderColumnGroupComponent {
- @ContentChildren(PlxRowComponent) rows: QueryList<any>;
-}
-
-@Component({selector: 'plx-footer-column-group', template: ``})
-export class PlxFooterColumnGroupComponent {
- @ContentChildren(PlxRowComponent) rows: QueryList<any>;
-}
-
-@Component({selector: 'plx-column-body-template-loader', template: ``})
-export class PlxColumnBodyTemplateLoaderComponent implements OnInit, OnDestroy {
- @Input() public column: any;
-
- @Input() public rowData: any;
-
- @Input() public rowIndex: number;
-
- view: EmbeddedViewRef<any>;
-
- constructor(public viewContainer: ViewContainerRef) {}
-
- ngOnInit() {
- this.view =
- this.viewContainer.createEmbeddedView(this.column.bodyTemplate, {
- '\$implicit': this.column,
- 'rowData': this.rowData,
- 'rowIndex': this.rowIndex
- });
- }
-
- ngOnDestroy() {
- this.view.destroy();
- }
-}
-
-@Component({selector: 'plx-column-header-template-loader', template: ``})
-export class PlxColumnHeaderTemplateLoaderComponent implements OnInit,
- OnDestroy {
- @Input() public column: any;
-
- view: EmbeddedViewRef<any>;
-
- constructor(public viewContainer: ViewContainerRef) {}
-
- ngOnInit() {
- this.view = this.viewContainer.createEmbeddedView(
- this.column.headerTemplate, {'\$implicit': this.column});
- }
-
- ngOnDestroy() {
- this.view.destroy();
- }
-}
-
-@Component({selector: 'plx-column--footer-template-loader', template: ``})
-export class PlxColumnFooterTemplateLoaderComponent implements OnInit,
- OnDestroy {
- @Input() public column: any;
-
- view: EmbeddedViewRef<any>;
-
- constructor(public viewContainer: ViewContainerRef) {}
-
- ngOnInit() {
- this.view = this.viewContainer.createEmbeddedView(
- this.column.footerTemplate, {'\$implicit': this.column});
- }
-
- ngOnDestroy() {
- this.view.destroy();
- }
-}
-
-@Component({selector: 'plx-column-filter-template-loader', template: ``})
-export class PlxColumnFilterTemplateLoaderComponent implements OnInit,
- OnDestroy {
- @Input() public column: any;
-
- view: EmbeddedViewRef<any>;
-
- constructor(public viewContainer: ViewContainerRef) {}
-
- ngOnInit() {
- this.view = this.viewContainer.createEmbeddedView(
- this.column.filterTemplate, {'\$implicit': this.column});
- }
-
- ngOnDestroy() {
- this.view.destroy();
- }
-}
-
-@Component({selector: 'plx-column-editor-template-loader', template: ``})
-export class PlxColumnEditorTemplateLoaderComponent implements OnInit,
- OnDestroy {
- @Input() public column: any;
-
- @Input() public rowData: any;
-
- @Input() public rowIndex: any;
-
- view: EmbeddedViewRef<any>;
-
- constructor(public viewContainer: ViewContainerRef) {}
-
- ngOnInit() {
- this.view =
- this.viewContainer.createEmbeddedView(this.column.editorTemplate, {
- '\$implicit': this.column,
- 'rowData': this.rowData,
- 'rowIndex': this.rowIndex
- });
- }
-
- ngOnDestroy() {
- this.view.destroy();
- }
-}
-
-@Component({selector: 'plx-template-loader', template: ``})
-export class PlxTemplateLoaderComponent implements OnInit, OnDestroy {
- @Input() public template: TemplateRef<any>;
-
- @Input() public data: any;
-
- view: EmbeddedViewRef<any>;
-
- constructor(public viewContainer: ViewContainerRef) {}
-
- ngOnInit() {
- if (this.template) {
- this.view = this.viewContainer.createEmbeddedView(
- this.template, {'\$implicit': this.data});
- }
- }
-
- ngOnDestroy() {
- if (this.view) {
- this.view.destroy();
- }
- }
-}
-
-@NgModule({
- imports: [CommonModule],
- exports: [
- PlxHeaderComponent, PlxFooterComponent, PlxColumnComponent,
- PlxTemplateWrapperDirective, PlxColumnHeaderTemplateLoaderComponent,
- PlxColumnBodyTemplateLoaderComponent, PlxColumnFooterTemplateLoaderComponent,
- PlxColumnFilterTemplateLoaderComponent, PlxPrimeTemplateDirective,
- PlxTemplateLoaderComponent, PlxRowComponent, PlxHeaderColumnGroupComponent,
- PlxFooterColumnGroupComponent, PlxColumnEditorTemplateLoaderComponent
- ],
- declarations: [
- PlxHeaderComponent, PlxFooterComponent, PlxColumnComponent,
- PlxTemplateWrapperDirective, PlxColumnHeaderTemplateLoaderComponent,
- PlxColumnBodyTemplateLoaderComponent, PlxColumnFooterTemplateLoaderComponent,
- PlxColumnFilterTemplateLoaderComponent, PlxPrimeTemplateDirective,
- PlxTemplateLoaderComponent, PlxRowComponent, PlxHeaderColumnGroupComponent,
- PlxFooterColumnGroupComponent, PlxColumnEditorTemplateLoaderComponent
- ]
-})
-export class PlxSharedModule {
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/boolean-field-value.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/boolean-field-value.ts
deleted file mode 100644
index dc1f86e2..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/boolean-field-value.ts
+++ /dev/null
@@ -1,19 +0,0 @@
-/* tslint:disable:array-type member-access variable-name */
-function booleanFieldValueFactory() {
- return function booleanFieldValueMetadata(target: any, key: string): void {
- const defaultValue = target[key];
- const localKey = `__ky_private_symbol_${key}`;
- target[localKey] = defaultValue;
-
- Object.defineProperty(target, key, {
- get() {
- return (this)[localKey];
- },
- set(value: boolean) {
- (this)[localKey] = value !== null && `${value}` !== 'false';
- }
- });
- };
-}
-
-export {booleanFieldValueFactory as BooleanFieldValue};
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/domhandler.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/domhandler.ts
deleted file mode 100644
index fd700a9b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/domhandler.ts
+++ /dev/null
@@ -1,432 +0,0 @@
-import {Injectable} from '@angular/core';
-
-@Injectable()
-export class DomHandler {
- static zindex: number = 1000;
-
- public addClass(element: any, className: string): void {
- if (element.classList) {
- element.classList.add(className);
- } else {
- element.className += ' ' + className;
- }
- }
-
- public addMultipleClasses(element: any, className: string): void {
- if (element.classList) {
- let styles: string[] = className.split(' ');
- // for (let i = 0; i < styles.length; i++) {
- // element.classList.add(styles[i]);
- // }
- for (let style of styles) {
- element.classList.add(style);
- }
-
- } else {
- let styles: string[] = className.split(' ');
- // for (let i = 0; i < styles.length; i++) {
- // element.className += ' ' + styles[i];
- // }
- for (let style of styles) {
- element.className += ' ' + style;
- }
- }
- }
-
- public removeClass(element: any, className: string): void {
- if (element.classList) {
- element.classList.remove(className);
- } else {
- element.className = element.className.replace(
- new RegExp(
- '(^|\\b)' + className.split(' ').join('|') + '(\\b|$)', 'gi'),
- ' ');
- }
- }
-
- public hasClass(element: any, className: string): boolean {
- if (element.classList) {
- return element.classList.contains(className);
- } else {
- return new RegExp('(^| )' + className + '( |$)', 'gi')
- .test(element.className);
- }
- }
-
- public siblings(element: any): any {
- return Array.prototype.filter.call(
- element.parentNode.children, (child: any) => {
- return child !== element;
- });
- }
-
- public find(element: any, selector: string): any[] {
- return element.querySelectorAll(selector);
- }
-
- public findSingle(element: any, selector: string): any {
- return element.querySelector(selector);
- }
-
- public index(element: any): number {
- let children = element.parentNode.childNodes;
- let num = 0;
- // for (let i = 0; i < children.length; i++) {
- // if (children[i] == element) {
- // return num;
- // }
- // if (children[i].nodeType == 1) {
- // num++;
- // }
- // }
- for (let child of children) {
- if (child === element) {
- return num;
- }
- if (child.nodeType === 1) {
- num++;
- }
- }
- return -1;
- }
-
- public relativePosition(element: any, target: any): void {
- let elementDimensions = element.offsetParent ?
- {width: element.outerWidth, height: element.outerHeight} :
- this.getHiddenElementDimensions(element);
- let targetHeight = target.offsetHeight;
- let targetWidth = target.offsetWidth;
- let targetOffset = target.getBoundingClientRect();
- let viewport = this.getViewport();
- let top;
- let left;
-
- if ((targetOffset.top + targetHeight + elementDimensions.height) >
- viewport.height) {
- top = -1 * (elementDimensions.height);
- } else {
- top = targetHeight;
- }
-
- if ((targetOffset.left + elementDimensions.width) > viewport.width) {
- left = targetWidth - elementDimensions.width;
- } else {
- left = 0;
- }
-
- element.style.top = top + 'px';
- element.style.left = left + 'px';
- }
-
- public absolutePosition(element: any, target: any): void {
- let elementDimensions = element.offsetParent ?
- {width: element.offsetWidth, height: element.offsetHeight} :
- this.getHiddenElementDimensions(element);
- let elementOuterHeight = elementDimensions.height;
- let elementOuterWidth = elementDimensions.width;
- let targetOuterHeight = target.offsetHeight;
- let targetOuterWidth = target.offsetWidth;
- let targetOffset = target.getBoundingClientRect();
- let windowScrollTop = this.getWindowScrollTop();
- let windowScrollLeft = this.getWindowScrollLeft();
- let viewport = this.getViewport();
- let top;
- let left;
-
- if (targetOffset.top + targetOuterHeight + elementOuterHeight >
- viewport.height) {
- top = targetOffset.top + windowScrollTop - elementOuterHeight;
- if (top < 0) {
- top = 0 + windowScrollTop;
- }
- } else {
- top = targetOuterHeight + targetOffset.top + windowScrollTop;
- }
-
- if (targetOffset.left + targetOuterWidth + elementOuterWidth >
- viewport.width) {
- left = targetOffset.left + windowScrollLeft + targetOuterWidth -
- elementOuterWidth;
- } else {
- left = targetOffset.left + windowScrollLeft;
- }
-
- element.style.top = top + 'px';
- element.style.left = left + 'px';
- }
-
- public getHiddenElementOuterHeight(element: any): number {
- element.style.visibility = 'hidden';
- element.style.display = 'block';
- let elementHeight = element.offsetHeight;
- element.style.display = 'none';
- element.style.visibility = 'visible';
-
- return elementHeight;
- }
-
- public getHiddenElementOuterWidth(element: any): number {
- element.style.visibility = 'hidden';
- element.style.display = 'block';
- let elementWidth = element.offsetWidth;
- element.style.display = 'none';
- element.style.visibility = 'visible';
-
- return elementWidth;
- }
-
- public getHiddenElementDimensions(element: any): any {
- let dimensions: any = {};
- element.style.visibility = 'hidden';
- element.style.display = 'block';
- dimensions.width = element.offsetWidth;
- dimensions.height = element.offsetHeight;
- element.style.display = 'none';
- element.style.visibility = 'visible';
-
- return dimensions;
- }
-
- public scrollInView(container: any, item: any) {
- let borderTopValue: string =
- getComputedStyle(container).getPropertyValue('borderTopWidth');
- let borderTop: number = borderTopValue ? parseFloat(borderTopValue) : 0;
- let paddingTopValue: string =
- getComputedStyle(container).getPropertyValue('paddingTop');
- let paddingTop: number = paddingTopValue ? parseFloat(paddingTopValue) : 0;
- let containerRect = container.getBoundingClientRect();
- let itemRect = item.getBoundingClientRect();
- let offset = (itemRect.top + document.body.scrollTop) -
- (containerRect.top + document.body.scrollTop) - borderTop - paddingTop;
- let scroll = container.scrollTop;
- let elementHeight = container.clientHeight;
- let itemHeight = this.getOuterHeight(item);
-
- if (offset < 0) {
- container.scrollTop = scroll + offset;
- } else if ((offset + itemHeight) > elementHeight) {
- container.scrollTop = scroll + offset - elementHeight + itemHeight;
- }
- }
-
- public fadeIn(element: any, duration: number): void {
- element.style.opacity = 0;
-
- let last = +new Date();
- let opacity = 0;
- let tick = () => {
- opacity =
- +element.style.opacity + (new Date().getTime() - last) / duration;
- element.style.opacity = opacity;
- last = +new Date();
-
- if (+opacity < 1) {
- if (!window.requestAnimationFrame || !requestAnimationFrame(tick)) {
- setTimeout(tick, 16);
- }
-
- /*(window.requestAnimationFrame && requestAnimationFrame(tick)) ||
- setTimeout(tick, 16);*/
- }
- };
-
- tick();
- }
-
- public fadeOut(element: any, ms: any) {
- let opacity = 1;
- let interval = 50;
- let duration = ms;
- let gap = interval / duration;
-
- let fading = setInterval(() => {
- opacity = opacity - gap;
-
- if (opacity <= 0) {
- opacity = 0;
- clearInterval(fading);
- }
-
- element.style.opacity = opacity;
- }, interval);
- }
-
- public getWindowScrollTop(): number {
- let doc = document.documentElement;
- return (window.pageYOffset || doc.scrollTop) - (doc.clientTop || 0);
- }
-
- public getWindowScrollLeft(): number {
- let doc = document.documentElement;
- return (window.pageXOffset || doc.scrollLeft) - (doc.clientLeft || 0);
- }
-
- public matches(element: any, selector: string): boolean {
- let p: any = Element.prototype;
- let f: any = p['matches'] || p.webkitMatchesSelector ||
- p['mozMatchesSelector'] || p.msMatchesSelector || function(s: any) {
- return [].indexOf.call(document.querySelectorAll(s), this) !== -1;
- };
- return f.call(element, selector);
- }
-
- public getOuterWidth(el: any, margin?: any) {
- let width = el.offsetWidth;
-
- if (margin) {
- let style = getComputedStyle(el);
- width += parseFloat(style.marginLeft) + parseFloat(style.marginRight);
- }
-
- return width;
- }
-
- public getHorizontalPadding(el: any) {
- let style = getComputedStyle(el);
- return parseFloat(style.paddingLeft) + parseFloat(style.paddingRight);
- }
-
- public getHorizontalMargin(el: any) {
- let style = getComputedStyle(el);
- return parseFloat(style.marginLeft) + parseFloat(style.marginRight);
- }
-
- public innerWidth(el: any) {
- let width = el.offsetWidth;
- let style = getComputedStyle(el);
-
- width += parseFloat(style.paddingLeft) + parseFloat(style.paddingRight);
- return width;
- }
-
- public width(el: any) {
- let width = el.offsetWidth;
- let style = getComputedStyle(el);
-
- width -= parseFloat(style.paddingLeft) + parseFloat(style.paddingRight);
- return width;
- }
-
- public getOuterHeight(el: any, margin?: any) {
- let height = el.offsetHeight;
-
- if (margin) {
- let style = getComputedStyle(el);
- height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
- }
-
- return height;
- }
-
- public getHeight(el: any): number {
- let height = el.offsetHeight;
- let style = getComputedStyle(el);
-
- height -= parseFloat(style.paddingTop) + parseFloat(style.paddingBottom) +
- parseFloat(style.borderTopWidth) + parseFloat(style.borderBottomWidth);
-
- return height;
- }
-
- public getWidth(el: any): number {
- let width = el.offsetWidth;
- let style = getComputedStyle(el);
-
- width -= parseFloat(style.paddingLeft) + parseFloat(style.paddingRight) +
- parseFloat(style.borderLeftWidth) + parseFloat(style.borderRightWidth);
-
- return width;
- }
-
- public getViewport(): any {
- let win = window;
- let d = document;
- let e = d.documentElement;
- let g = d.getElementsByTagName('body')[0];
- let w = win.innerWidth || e.clientWidth || g.clientWidth;
- let h = win.innerHeight || e.clientHeight || g.clientHeight;
-
- return {width: w, height: h};
- }
-
- public getOffset(el: any) {
- let x = el.offsetLeft;
- let y = el.offsetTop;
-
- while (el = el.offsetParent) {
- x += el.offsetLeft;
- y += el.offsetTop;
- }
-
- return {left: x, top: y};
- }
-
- public getUserAgent(): string {
- return navigator.userAgent;
- }
-
- public isIE() {
- let ua = window.navigator.userAgent;
-
- let msie = ua.indexOf('MSIE ');
- if (msie > 0) {
- // IE 10 or older => return version number
- return true;
- }
-
- let trident = ua.indexOf('Trident/');
- if (trident > 0) {
- // IE 11 => return version number
- /* let rv = ua.indexOf('rv:');*/
- return true;
- }
-
- let edge = ua.indexOf('Edge/');
- if (edge > 0) {
- // Edge (IE 12+) => return version number
- return true;
- }
-
- // other browser
- return false;
- }
-
- public appendChild(element: any, target: any) {
- if (this.isElement(target)) {
- target.appendChild(element);
- } else if (target.el && target.el.nativeElement) {
- target.el.nativeElement.appendChild(element);
- } else {
- throw 'Cannot append ' + target + ' to ' + element;
- }
- }
-
- public removeChild(element: any, target: any) {
- if (this.isElement(target)) {
- target.removeChild(element);
- } else if (target.el && target.el.nativeElement) {
- target.el.nativeElement.removeChild(element);
- } else {
- throw 'Cannot remove ' + element + ' from ' + target;
- }
- }
-
- public isElement(obj: any) {
- return (
- typeof HTMLElement === 'object' ?
- obj instanceof HTMLElement :
- obj && typeof obj === 'object' && obj !== null &&
- obj.nodeType === 1 && typeof obj.nodeName === 'string');
- }
-
- public calculateScrollbarWidth(): number {
- let scrollDiv = document.createElement('div');
- scrollDiv.className = 'ui-scrollbar-measure';
- document.body.appendChild(scrollDiv);
-
- let scrollbarWidth = scrollDiv.offsetWidth - scrollDiv.clientWidth;
- document.body.removeChild(scrollDiv);
-
- return scrollbarWidth;
- }
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/number-wrapper-parse.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/number-wrapper-parse.ts
deleted file mode 100644
index ceccd92e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/number-wrapper-parse.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-/* tslint:disable:array-type member-access variable-name */
-export function NumberWrapperParseFloat(text: any) {
- if (/^(\-|\+)?[0-9]+$/.test(text)) {
- return parseInt(text);
- } else if (/^(\-|\+)?[0-9]+\.[0-9]+$/.test(text)) {
- return parseFloat(text);
- } else {
- return 0;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/fullscreen-overlay-container.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/fullscreen-overlay-container.ts
deleted file mode 100644
index 0eca202d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/fullscreen-overlay-container.ts
+++ /dev/null
@@ -1,62 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector*/
-import {Injectable} from '@angular/core';
-import {OverlayContainer} from './overlay-container';
-
-/**
- * The FullscreenOverlayContainer is the alternative to OverlayContainer
- * that supports correct displaying of overlay elements in Fullscreen mode
- * https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullScreen
- * It should be provided in the root component that way:
- * providers: [
- * {provide: OverlayContainer, useClass: FullscreenOverlayContainer}
- * ],
- */
-@Injectable()
-export class FullscreenOverlayContainer extends OverlayContainer {
- protected _createContainer(): void {
- super._createContainer();
- this._adjustParentForFullscreenChange();
- this._addFullscreenChangeListener(
- () => this._adjustParentForFullscreenChange());
- }
-
- private _adjustParentForFullscreenChange(): void {
- if (!this._containerElement) {
- return;
- }
- const fullscreenElement = this.getFullscreenElement();
- const parent = fullscreenElement || document.body;
- parent.appendChild(this._containerElement);
- }
-
- private _addFullscreenChangeListener(fn: () => void) {
- if (document.fullscreenEnabled) {
- document.addEventListener('fullscreenchange', fn);
- } else if (document.webkitFullscreenEnabled) {
- document.addEventListener('webkitfullscreenchange', fn);
- } else if ((document as any).mozFullScreenEnabled) {
- document.addEventListener('mozfullscreenchange', fn);
- } else if ((document as any).msFullscreenEnabled) {
- document.addEventListener('MSFullscreenChange', fn);
- }
- }
-
- /**
- * When the page is put into fullscreen mode, a specific element is specified.
- * Only that element and its children are visible when in fullscreen mode.
- */
- getFullscreenElement(): Element {
- return document.fullscreenElement || document.webkitFullscreenElement ||
- (document as any).mozFullScreenElement ||
- (document as any).msFullscreenElement || null;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/generic-component-type.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/generic-component-type.ts
deleted file mode 100644
index 523bd428..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/generic-component-type.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-
-export interface ComponentType<T> { new(...args: any[]): T; }
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/index.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/index.ts
deleted file mode 100644
index e02bc3cc..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/index.ts
+++ /dev/null
@@ -1,49 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-import {NgModule, Provider} from '@angular/core';
-
-import {Overlay} from './overlay';
-import {OVERLAY_CONTAINER_PROVIDER} from './overlay-container';
-import {ConnectedOverlayDirective, OverlayOrigin} from './overlay-directives';
-import {OverlayPositionBuilder} from './position/overlay-position-builder';
-import {VIEWPORT_RULER_PROVIDER} from './position/viewport-ruler';
-import {ScrollDispatchModule} from './scroll/index';
-
-
-export const OVERLAY_PROVIDERS: Provider[] = [
- Overlay,
- OverlayPositionBuilder,
- VIEWPORT_RULER_PROVIDER,
- OVERLAY_CONTAINER_PROVIDER,
-];
-
-@NgModule({
- imports: [ScrollDispatchModule],
- exports: [ConnectedOverlayDirective, OverlayOrigin, ScrollDispatchModule],
- declarations: [ConnectedOverlayDirective, OverlayOrigin],
- providers: [OVERLAY_PROVIDERS],
-})
-export class OverlayModule {
-}
-
-
-export {Overlay} from './overlay';
-export {OverlayContainer} from './overlay-container';
-export {FullscreenOverlayContainer} from './fullscreen-overlay-container';
-export {OverlayRef} from './overlay-ref';
-export {OverlayState} from './overlay-state';
-export {ConnectedOverlayDirective, OverlayOrigin} from './overlay-directives';
-export {ViewportRuler} from './position/viewport-ruler';
-
-export * from './position/connected-position';
-export * from './scroll/index';
-
-// Export pre-defined position strategies and interface to build custom ones.
-export {PositionStrategy} from './position/position-strategy';
-export {GlobalPositionStrategy} from './position/global-position-strategy';
-export {ConnectedPositionStrategy} from './position/connected-position-strategy';
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay-container.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay-container.ts
deleted file mode 100644
index fbb37c7e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay-container.ts
+++ /dev/null
@@ -1,83 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector*/
-import {Injectable, Optional, SkipSelf} from '@angular/core';
-
-
-/**
- * The OverlayContainer is the container in which all overlays will load.
- * It should be provided in the root component to ensure it is properly shared.
- */
-@Injectable()
-export class OverlayContainer {
- protected _containerElement: HTMLElement;
-
- private _themeClass: string;
-
- /**
- * Base theme to be applied to all overlay-based components.
- */
- get themeClass(): string {
- return this._themeClass;
- }
- set themeClass(value: string) {
- if (this._containerElement) {
- this._containerElement.classList.remove(this._themeClass);
-
- if (value) {
- this._containerElement.classList.add(value);
- }
- }
-
- this._themeClass = value;
- }
-
- /**
- * This method returns the overlay container element. It will lazily
- * create the element the first time it is called to facilitate using
- * the container in non-browser environments.
- * @returns the container element
- */
- getContainerElement(): HTMLElement {
- if (!this._containerElement) {
- this._createContainer();
- }
- return this._containerElement;
- }
-
- /**
- * Create the overlay container element, which is simply a div
- * with the 'cdk-overlay-container' class on the document body.
- */
- protected _createContainer(): void {
- const container = document.createElement('div');
- container.classList.add('nz-overlay-container');
-
- if (this._themeClass) {
- container.classList.add(this._themeClass);
- }
-
- document.body.appendChild(container);
- this._containerElement = container;
- }
-}
-
-export function OVERLAY_CONTAINER_PROVIDER_FACTORY(
- parentContainer: OverlayContainer) {
- return parentContainer || new OverlayContainer();
-}
-
-export const OVERLAY_CONTAINER_PROVIDER = {
- // If there is already an OverlayContainer available, use that. Otherwise,
- // provide a new one.
- provide: OverlayContainer,
- deps: [[new Optional(), new SkipSelf(), OverlayContainer]],
- useFactory: OVERLAY_CONTAINER_PROVIDER_FACTORY
-};
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay-directives.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay-directives.ts
deleted file mode 100644
index 5b8c1623..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay-directives.ts
+++ /dev/null
@@ -1,329 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector no-unnecessary-type-assertion arrow-parens*/
-import {TemplatePortal} from '@angular/cdk';
-import {Direction, Directionality} from '@angular/cdk';
-import {ESCAPE} from '@angular/cdk';
-import {Directive, ElementRef, EventEmitter, Input, OnChanges, OnDestroy, Optional, Output, Renderer2, SimpleChanges, TemplateRef, ViewContainerRef} from '@angular/core';
-import {Subscription} from 'rxjs/Subscription';
-
-import {Overlay} from './overlay';
-import {OverlayRef} from './overlay-ref';
-import {OverlayState} from './overlay-state';
-import {ConnectedOverlayPositionChange, ConnectionPositionPair} from './position/connected-position';
-import {ConnectedPositionStrategy} from './position/connected-position-strategy';
-import {ScrollStrategy} from './scroll/scroll-strategy';
-
-/** Coerces a data-bound value (typically a string) to a boolean. */
-export function coerceBooleanProperty(value: any): boolean {
- return value !== null && `${value}` !== 'false';
-}
-
-
-/** Default set of positions for the overlay. Follows the behavior of a
- * dropdown. */
-const defaultPositionList = [
- new ConnectionPositionPair(
- {originX: 'start', originY: 'bottom'},
- {overlayX: 'start', overlayY: 'top'}),
- new ConnectionPositionPair(
- {originX: 'start', originY: 'top'},
- {overlayX: 'start', overlayY: 'bottom'}),
-];
-
-
-/**
- * Directive applied to an element to make it usable as an origin for an Overlay
- * using a ConnectedPositionStrategy.
- */
-@Directive({
- selector: '[nz-overlay-origin]',
- exportAs: 'nzOverlayOrigin',
-})
-export class OverlayOrigin {
- constructor(public elementRef: ElementRef) {}
-}
-
-
-/**
- * Directive to facilitate declarative creation of an Overlay using a
- * ConnectedPositionStrategy.
- */
-@Directive({selector: '[nz-connected-overlay]', exportAs: 'nzConnectedOverlay'})
-export class ConnectedOverlayDirective implements OnDestroy, OnChanges {
- private _overlayRef: OverlayRef;
- private _templatePortal: TemplatePortal;
- private _hasBackdrop = false;
- private _backdropSubscription: Subscription|null;
- private _positionSubscription: Subscription;
- private _offsetX = 0;
- private _offsetY = 0;
- private _position: ConnectedPositionStrategy;
- private _escapeListener: Function;
-
- /** Origin for the connected overlay. */
- @Input() origin: OverlayOrigin;
-
- /** Registered connected position pairs. */
- @Input() positions: ConnectionPositionPair[];
-
- /** The offset in pixels for the overlay connection point on the x-axis */
- @Input()
- get offsetX(): number {
- return this._offsetX;
- }
-
- set offsetX(offsetX: number) {
- this._offsetX = offsetX;
- if (this._position) {
- this._position.withOffsetX(offsetX);
- }
- }
-
- /** The offset in pixels for the overlay connection point on the y-axis */
- @Input()
- get offsetY() {
- return this._offsetY;
- }
-
- set offsetY(offsetY: number) {
- this._offsetY = offsetY;
- if (this._position) {
- this._position.withOffsetY(offsetY);
- }
- }
-
- /** The width of the overlay panel. */
- @Input() width: number|string;
-
- /** The height of the overlay panel. */
- @Input() height: number|string;
-
- /** The min width of the overlay panel. */
- @Input() minWidth: number|string;
-
- /** The min height of the overlay panel. */
- @Input() minHeight: number|string;
-
- /** The custom class to be set on the backdrop element. */
- @Input() backdropClass: string;
-
- /** The custom class to be set on the pane element. */
- @Input() paneClass: string;
-
- /** Strategy to be used when handling scroll events while the overlay is open.
- */
- @Input()
- scrollStrategy: ScrollStrategy = this._overlay.scrollStrategies.reposition();
-
- /** Whether the overlay is open. */
- @Input() open = false;
-
- /** Whether or not the overlay should attach a backdrop. */
- @Input()
- get hasBackdrop() {
- return this._hasBackdrop;
- }
-
- set hasBackdrop(value: any) {
- this._hasBackdrop = coerceBooleanProperty(value);
- }
-
- /** Event emitted when the backdrop is clicked. */
- @Output() backdropClick = new EventEmitter<void>();
-
- /** Event emitted when the position has changed. */
- @Output() positionChange = new EventEmitter<ConnectedOverlayPositionChange>();
-
- /** Event emitted when the overlay has been attached. */
- @Output() attach = new EventEmitter<void>();
-
- /** Event emitted when the overlay has been detached. */
- @Output() detach = new EventEmitter<void>();
-
- // TODO(jelbourn): inputs for size, scroll behavior, animation, etc.
-
- constructor(
- private _overlay: Overlay, private _renderer: Renderer2,
- templateRef: TemplateRef<any>, viewContainerRef: ViewContainerRef,
- @Optional() private _dir: Directionality) {
- this._templatePortal = new TemplatePortal(templateRef, viewContainerRef);
- }
-
- /** The associated overlay reference. */
- get overlayRef(): OverlayRef {
- return this._overlayRef;
- }
-
- /** The element's layout direction. */
- get dir(): Direction {
- return this._dir ? this._dir.value : 'ltr';
- }
-
- ngOnDestroy() {
- this._destroyOverlay();
- }
-
- ngOnChanges(changes: SimpleChanges) {
- if (changes['open']) {
- this.open ? this._attachOverlay() : this._detachOverlay();
- }
- }
-
- /** Creates an overlay */
- private _createOverlay() {
- if (!this.positions || !this.positions.length) {
- this.positions = defaultPositionList;
- }
-
- this._overlayRef =
- this._overlay.create(this._buildConfig(), this.paneClass);
- }
-
- /** Builds the overlay config based on the directive's inputs */
- private _buildConfig(): OverlayState {
- const overlayConfig = new OverlayState();
-
- if (this.width || this.width === 0) {
- overlayConfig.width = this.width;
- }
-
- if (this.height || this.height === 0) {
- overlayConfig.height = this.height;
- }
-
- if (this.minWidth || this.minWidth === 0) {
- overlayConfig.minWidth = this.minWidth;
- }
-
- if (this.minHeight || this.minHeight === 0) {
- overlayConfig.minHeight = this.minHeight;
- }
-
- overlayConfig.hasBackdrop = this.hasBackdrop;
-
- if (this.backdropClass) {
- overlayConfig.backdropClass = this.backdropClass;
- }
-
- this._position =
- this._createPositionStrategy() as ConnectedPositionStrategy;
- overlayConfig.positionStrategy = this._position;
- overlayConfig.scrollStrategy = this.scrollStrategy;
-
- return overlayConfig;
- }
-
- /** Returns the position strategy of the overlay to be set on the overlay
- * config */
- private _createPositionStrategy(): ConnectedPositionStrategy {
- const pos = this.positions[0];
- const originPoint = {originX: pos.originX, originY: pos.originY};
- const overlayPoint = {overlayX: pos.overlayX, overlayY: pos.overlayY};
-
- const strategy =
- this._overlay.position()
- .connectedTo(this.origin.elementRef, originPoint, overlayPoint)
- .withOffsetX(this.offsetX)
- .withOffsetY(this.offsetY);
-
- this._handlePositionChanges(strategy);
-
- return strategy;
- }
-
- private _handlePositionChanges(strategy: ConnectedPositionStrategy): void {
- for (let i = 1; i < this.positions.length; i++) {
- strategy.withFallbackPosition(
- {
- originX: this.positions[i].originX,
- originY: this.positions[i].originY
- },
- {
- overlayX: this.positions[i].overlayX,
- overlayY: this.positions[i].overlayY
- });
- }
-
- this._positionSubscription = strategy.onPositionChange.subscribe(
- pos => this.positionChange.emit(pos));
- }
-
- /** Attaches the overlay and subscribes to backdrop clicks if backdrop exists
- */
- private _attachOverlay() {
- if (!this._overlayRef) {
- this._createOverlay();
- }
-
- this._position.withDirection(this.dir);
- this._overlayRef.getState().direction = this.dir;
- this._initEscapeListener();
-
- if (!this._overlayRef.hasAttached()) {
- this._overlayRef.attach(this._templatePortal);
- this.attach.emit();
- }
-
- if (this.hasBackdrop) {
- this._backdropSubscription =
- this._overlayRef.backdropClick().subscribe(() => {
- this.backdropClick.emit();
- });
- }
- }
-
- /** Detaches the overlay and unsubscribes to backdrop clicks if backdrop
- * exists */
- private _detachOverlay() {
- if (this._overlayRef) {
- this._overlayRef.detach();
- this.detach.emit();
- }
-
- if (this._backdropSubscription) {
- this._backdropSubscription.unsubscribe();
- this._backdropSubscription = null;
- }
-
- if (this._escapeListener) {
- this._escapeListener();
- }
- }
-
- /** Destroys the overlay created by this directive. */
- private _destroyOverlay() {
- if (this._overlayRef) {
- this._overlayRef.dispose();
- }
-
- if (this._backdropSubscription) {
- this._backdropSubscription.unsubscribe();
- }
-
- if (this._positionSubscription) {
- this._positionSubscription.unsubscribe();
- }
-
- if (this._escapeListener) {
- this._escapeListener();
- }
- }
-
- /** Sets the event listener that closes the overlay when pressing Escape. */
- private _initEscapeListener() {
- this._escapeListener =
- this._renderer.listen('document', 'keydown', (event: KeyboardEvent) => {
- if (event.keyCode === ESCAPE) {
- this._detachOverlay();
- }
- });
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay-position-map.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay-position-map.ts
deleted file mode 100644
index 8ce53850..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay-position-map.ts
+++ /dev/null
@@ -1,124 +0,0 @@
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector one-variable-per-declaration
- no-attribute-parameter-decorator*/
-import {ConnectionPositionPair} from './index';
-
-export const POSITION_MAP: any = {
- 'top': {
- originX: 'center',
- originY: 'top',
- overlayX: 'center',
- overlayY: 'bottom'
- },
- 'topCenter': {
- originX: 'center',
- originY: 'top',
- overlayX: 'center',
- overlayY: 'bottom'
- },
- 'topLeft':
- {originX: 'start', originY: 'top', overlayX: 'start', overlayY: 'bottom'},
- 'topRight':
- {originX: 'end', originY: 'top', overlayX: 'end', overlayY: 'bottom'},
- 'right': {
- originX: 'end',
- originY: 'center',
- overlayX: 'start',
- overlayY: 'center',
- },
- 'rightTop': {
- originX: 'end',
- originY: 'top',
- overlayX: 'start',
- overlayY: 'top',
- },
- 'rightBottom': {
- originX: 'end',
- originY: 'bottom',
- overlayX: 'start',
- overlayY: 'bottom',
- },
- 'bottom': {
- originX: 'center',
- originY: 'bottom',
- overlayX: 'center',
- overlayY: 'top',
- },
- 'bottomCenter': {
- originX: 'center',
- originY: 'bottom',
- overlayX: 'center',
- overlayY: 'top',
- },
- 'bottomLeft': {
- originX: 'start',
- originY: 'bottom',
- overlayX: 'start',
- overlayY: 'top',
- },
- 'bottomRight': {
- originX: 'end',
- originY: 'bottom',
- overlayX: 'end',
- overlayY: 'top',
- },
- 'left': {
- originX: 'start',
- originY: 'center',
- overlayX: 'end',
- overlayY: 'center',
- },
- 'leftTop': {
- originX: 'start',
- originY: 'top',
- overlayX: 'end',
- overlayY: 'top',
- },
- 'leftBottom': {
- originX: 'start',
- originY: 'bottom',
- overlayX: 'end',
- overlayY: 'bottom',
- },
-};
-export const DEFAULT_4_POSITIONS = _objectValues([
- POSITION_MAP['top'], POSITION_MAP['right'], POSITION_MAP['bottom'],
- POSITION_MAP['left']
-]);
-export const DEFAULT_DROPDOWN_POSITIONS =
- _objectValues([POSITION_MAP['bottomLeft'], POSITION_MAP['topLeft']]);
-export const DEFAULT_DATEPICKER_POSITIONS = [
- {
- originX: 'start',
- originY: 'top',
- overlayX: 'start',
- overlayY: 'top',
- },
- {
- originX: 'start',
- originY: 'bottom',
- overlayX: 'start',
- overlayY: 'bottom',
- }
-] as ConnectionPositionPair[];
-
-function arrayMap(array: any, iteratee: any) {
- let index = -1;
- const length = array === null ? 0 : array.length, result = Array(length);
-
- while (++index < length) {
- result[index] = iteratee(array[index], index, array);
- }
- return result;
-}
-
-function baseValues(object: any, props: any) {
- return arrayMap(props, function(key: any) {
- return object[key];
- });
-}
-
-function _objectValues(object: any) {
- return object === null ? [] : baseValues(object, Object.keys(object));
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay-ref.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay-ref.ts
deleted file mode 100644
index 03c8c2b5..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay-ref.ts
+++ /dev/null
@@ -1,271 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector no-unnecessary-type-assertion arrow-parens
- promise-function-async*/
-import {Portal, PortalHost} from '@angular/cdk';
-import {NgZone} from '@angular/core';
-import {Observable} from 'rxjs/Observable';
-import {Subject} from 'rxjs/Subject';
-
-import {OverlayState} from './overlay-state';
-import {ScrollStrategy} from './scroll/scroll-strategy';
-
-
-/**
- * Reference to an overlay that has been created with the Overlay service.
- * Used to manipulate or dispose of said overlay.
- */
-export class OverlayRef implements PortalHost {
- private _backdropElement: HTMLElement|null = null;
- private _backdropClick: Subject<any> = new Subject();
- private _attachments = new Subject<void>();
- private _detachments = new Subject<void>();
-
- constructor(
- private _portalHost: PortalHost, private _pane: HTMLElement,
- private _state: OverlayState, private _scrollStrategy: ScrollStrategy,
- private _ngZone: NgZone) {
- _scrollStrategy.attach(this);
- }
-
- /** The overlay's HTML element */
- get overlayElement(): HTMLElement {
- return this._pane;
- }
-
- /**
- * Attaches the overlay to a portal instance and adds the backdrop.
- * @param portal Portal instance to which to attach the overlay.
- * @returns The portal attachment result.
- */
- attach(portal: Portal<any>): any {
- const attachResult = this._portalHost.attach(portal);
-
- // Update the pane element with the given state configuration.
- this._updateStackingOrder();
- this.updateSize();
- this.updateDirection();
- this.updatePosition();
- this._scrollStrategy.enable();
-
- // Enable pointer events for the overlay pane element.
- this._togglePointerEvents(true);
-
- if (this._state.hasBackdrop) {
- this._attachBackdrop();
- }
-
- if (this._state.panelClass) {
- this._pane.classList.add(this._state.panelClass);
- }
-
- // Only emit the `attachments` event once all other setup is done.
- this._attachments.next();
-
- return attachResult;
- }
-
- /**
- * Detaches an overlay from a portal.
- * @returns Resolves when the overlay has been detached.
- */
- detach(): Promise<any> {
- this.detachBackdrop();
-
- // When the overlay is detached, the pane element should disable pointer
- // events. This is necessary because otherwise the pane element will cover
- // the page and disable pointer events therefore. Depends on the position
- // strategy and the applied pane boundaries.
- this._togglePointerEvents(false);
- this._scrollStrategy.disable();
-
- const detachmentResult = this._portalHost.detach();
-
- // Only emit after everything is detached.
- this._detachments.next();
-
- return detachmentResult;
- }
-
- /**
- * Cleans up the overlay from the DOM.
- */
- dispose(): void {
- if (this._state.positionStrategy) {
- this._state.positionStrategy.dispose();
- }
-
- if (this._scrollStrategy) {
- this._scrollStrategy.disable();
- }
-
- this.detachBackdrop();
- this._portalHost.dispose();
- this._attachments.complete();
- this._backdropClick.complete();
- this._detachments.next();
- this._detachments.complete();
- }
-
- /**
- * Checks whether the overlay has been attached.
- */
- hasAttached(): boolean {
- return this._portalHost.hasAttached();
- }
-
- /**
- * Returns an observable that emits when the backdrop has been clicked.
- */
- backdropClick(): Observable<void> {
- return this._backdropClick.asObservable();
- }
-
- /** Returns an observable that emits when the overlay has been attached. */
- attachments(): Observable<void> {
- return this._attachments.asObservable();
- }
-
- /** Returns an observable that emits when the overlay has been detached. */
- detachments(): Observable<void> {
- return this._detachments.asObservable();
- }
-
- /**
- * Gets the current state config of the overlay.
- */
- getState(): OverlayState {
- return this._state;
- }
-
- /** Updates the position of the overlay based on the position strategy. */
- updatePosition() {
- if (this._state.positionStrategy) {
- this._state.positionStrategy.apply(this._pane);
- }
- }
-
- /** Updates the text direction of the overlay panel. */
- private updateDirection() {
- this._pane.setAttribute('dir', this._state.direction);
- }
-
-
- /** Updates the size of the overlay based on the overlay config. */
- updateSize() {
- if (this._state.width || this._state.width === 0) {
- this._pane.style.width = formatCssUnit(this._state.width);
- }
-
- if (this._state.height || this._state.height === 0) {
- this._pane.style.height = formatCssUnit(this._state.height);
- }
-
- if (this._state.minWidth || this._state.minWidth === 0) {
- this._pane.style.minWidth = formatCssUnit(this._state.minWidth);
- }
-
- if (this._state.minHeight || this._state.minHeight === 0) {
- this._pane.style.minHeight = formatCssUnit(this._state.minHeight);
- }
- }
-
- /** Toggles the pointer events for the overlay pane element. */
- private _togglePointerEvents(enablePointer: boolean) {
- this._pane.style.pointerEvents = enablePointer ? 'auto' : 'none';
- }
-
- /** Attaches a backdrop for this overlay. */
- private _attachBackdrop() {
- this._backdropElement = document.createElement('div');
- this._backdropElement.classList.add('nz-overlay-backdrop');
-
- if (this._state.backdropClass) {
- this._backdropElement.classList.add(this._state.backdropClass);
- }
-
- // Insert the backdrop before the pane in the DOM order,
- // in order to handle stacked overlays properly.
- this._pane.parentElement.insertBefore(this._backdropElement, this._pane);
-
- // Forward backdrop clicks such that the consumer of the overlay can perform
- // whatever action desired when such a click occurs (usually closing the
- // overlay).
- this._backdropElement.addEventListener(
- 'click', () => this._backdropClick.next(null));
-
- // Add class to fade-in the backdrop after one frame.
- requestAnimationFrame(() => {
- if (this._backdropElement) {
- this._backdropElement.classList.add('nz-overlay-backdrop-showing');
- }
- });
- }
-
- /**
- * Updates the stacking order of the element, moving it to the top if
- * necessary. This is required in cases where one overlay was detached, while
- * another one, that should be behind it, was destroyed. The next time both of
- * them are opened, the stacking will be wrong, because the detached element's
- * pane will still be in its original DOM position.
- */
- private _updateStackingOrder() {
- if (this._pane.nextSibling) {
- this._pane.parentNode.appendChild(this._pane);
- }
- }
-
- /** Detaches the backdrop (if any) associated with the overlay. */
- detachBackdrop(): void {
- const backdropToDetach = this._backdropElement;
-
- if (backdropToDetach) {
- const finishDetach = () => {
- // It may not be attached to anything in certain cases (e.g. unit
- // tests).
- if (backdropToDetach && backdropToDetach.parentNode) {
- backdropToDetach.parentNode.removeChild(backdropToDetach);
- }
-
- // It is possible that a new portal has been attached to this overlay
- // since we started removing the backdrop. If that is the case, only
- // clear the backdrop reference if it is still the same instance that we
- // started to remove.
- if (this._backdropElement === backdropToDetach) {
- this._backdropElement = null;
- }
- };
-
- backdropToDetach.classList.remove('nz-overlay-backdrop-showing');
-
- if (this._state.backdropClass) {
- backdropToDetach.classList.remove(this._state.backdropClass);
- }
-
- backdropToDetach.addEventListener('transitionend', finishDetach);
-
- // If the backdrop doesn't have a transition, the `transitionend` event
- // won't fire. In this case we make it unclickable and we try to remove it
- // after a delay.
- backdropToDetach.style.pointerEvents = 'none';
-
- // Run this outside the Angular zone because there's nothing that Angular
- // cares about. If it were to run inside the Angular zone, every test that
- // used Overlay would have to be either async or fakeAsync.
- this._ngZone.runOutsideAngular(() => {
- setTimeout(finishDetach, 500);
- });
- }
- }
-}
-
-function formatCssUnit(value: number|string) {
- return typeof value === 'string' ? value as string : `${value}px`;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay-state.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay-state.ts
deleted file mode 100644
index 73d6b54d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay-state.ts
+++ /dev/null
@@ -1,61 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector*/
-import {Direction} from '@angular/cdk';
-
-import {PositionStrategy} from './position/position-strategy';
-import {ScrollStrategy} from './scroll/scroll-strategy';
-
-
-/**
- * OverlayState is a bag of values for either the initial configuration or
- * current state of an overlay.
- */
-export class OverlayState {
- /** Strategy with which to position the overlay. */
- positionStrategy: PositionStrategy;
-
- /** Strategy to be used when handling scroll events while the overlay is open.
- */
- scrollStrategy: ScrollStrategy;
-
- /** Custom class to add to the overlay pane. */
- panelClass = '';
-
- /** Whether the overlay has a backdrop. */
- hasBackdrop = false;
-
- /** Custom class to add to the backdrop */
- backdropClass = 'cdk-overlay-dark-backdrop';
-
- /** The width of the overlay panel. If a number is provided, pixel units are
- * assumed. */
- width?: number|string;
-
- /** The height of the overlay panel. If a number is provided, pixel units are
- * assumed. */
- height?: number|string;
-
- /** The min-width of the overlay panel. If a number is provided, pixel units
- * are assumed. */
- minWidth?: number|string;
-
- /** The min-height of the overlay panel. If a number is provided, pixel units
- * are assumed. */
- minHeight?: number|string;
-
- /** The direction of the text in the overlay panel. */
- direction?: Direction = 'ltr';
-
- // TODO(jelbourn): configuration still to add
- // - focus trap
- // - disable pointer events
- // - z-index
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay.ts
deleted file mode 100644
index 5995201b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/overlay.ts
+++ /dev/null
@@ -1,109 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector no-unnecessary-type-assertion arrow-parens*/
-import {DomPortalHost} from '@angular/cdk';
-import {ApplicationRef, ComponentFactoryResolver, Injectable, Injector, NgZone} from '@angular/core';
-
-import {OverlayContainer} from './overlay-container';
-import {OverlayRef} from './overlay-ref';
-import {OverlayState} from './overlay-state';
-import {OverlayPositionBuilder} from './position/overlay-position-builder';
-import {ScrollStrategyOptions} from './scroll/index';
-
-
-/** Next overlay unique ID. */
-let nextUniqueId = 0;
-
-/** The default state for newly created overlays. */
-const defaultState = new OverlayState();
-
-
-/**
- * Service to create Overlays. Overlays are dynamically added pieces of floating
- * UI, meant to be used as a low-level building building block for other
- * components. Dialogs, tooltips, menus, selects, etc. can all be built using
- * overlays. The service should primarily be used by authors of re-usable
- * components rather than developers building end-user applications.
- *
- * An overlay *is* a PortalHost, so any kind of Portal can be loaded into one.
- */
-@Injectable()
-export class Overlay {
- constructor(
- public scrollStrategies: ScrollStrategyOptions,
- private _overlayContainer: OverlayContainer,
- private _componentFactoryResolver: ComponentFactoryResolver,
- private _positionBuilder: OverlayPositionBuilder,
- private _appRef: ApplicationRef, private _injector: Injector,
- private _ngZone: NgZone) {}
-
- /**
- * Creates an overlay.
- * @param state State to apply to the overlay.
- * @returns Reference to the created overlay.
- */
- create(state: OverlayState = defaultState, paneClassName?: string):
- OverlayRef {
- return this._createOverlayRef(
- this._createPaneElement(paneClassName), state);
- }
-
- /**
- * Returns a position builder that can be used, via fluent API,
- * to construct and configure a position strategy.
- */
- position(): OverlayPositionBuilder {
- return this._positionBuilder;
- }
-
- /**
- * Creates the DOM element for an overlay and appends it to the overlay
- * container.
- * @returns Newly-created pane element
- */
- private _createPaneElement(className?: string): HTMLElement {
- const pane = document.createElement('div');
-
- pane.id = `nz-overlay-${nextUniqueId++}`;
- pane.classList.add('nz-overlay-pane');
- if (className) {
- const classList = className.split(' ');
- classList.forEach(c => {
- pane.classList.add(c);
- });
- }
- this._overlayContainer.getContainerElement().appendChild(pane);
-
- return pane;
- }
-
- /**
- * Create a DomPortalHost into which the overlay content can be loaded.
- * @param pane The DOM element to turn into a portal host.
- * @returns A portal host for the given DOM element.
- */
- private _createPortalHost(pane: HTMLElement): DomPortalHost {
- return new DomPortalHost(
- pane, this._componentFactoryResolver, this._appRef, this._injector);
- }
-
- /**
- * Creates an OverlayRef for an overlay in the given DOM element.
- * @param pane DOM element for the overlay
- * @param state
- */
- private _createOverlayRef(pane: HTMLElement, state: OverlayState):
- OverlayRef {
- const scrollStrategy = state.scrollStrategy || this.scrollStrategies.noop();
- const portalHost = this._createPortalHost(pane);
- return new OverlayRef(
- portalHost, pane, state, scrollStrategy, this._ngZone);
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/connected-position-strategy.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/connected-position-strategy.ts
deleted file mode 100644
index d144c81f..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/connected-position-strategy.ts
+++ /dev/null
@@ -1,478 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector no-unnecessary-type-assertion arrow-parens
- no-unused-variable*/
-import {ElementRef} from '@angular/core';
-import {Observable} from 'rxjs/Observable';
-import {Subject} from 'rxjs/Subject';
-
-import {Scrollable} from '../scroll/scrollable';
-
-import {ConnectedOverlayPositionChange, ConnectionPositionPair, OriginConnectionPosition, OverlayConnectionPosition, ScrollableViewProperties} from './connected-position';
-import {PositionStrategy} from './position-strategy';
-import {ViewportRuler} from './viewport-ruler';
-
-/**
- * Container to hold the bounding positions of a particular element with respect
- * to the viewport, where top and bottom are the y-axis coordinates of the
- * bounding rectangle and left and right are the x-axis coordinates.
- */
-interface ElementBoundingPositions {
- top: number;
- right: number;
- bottom: number;
- left: number;
-}
-
-/**
- * A strategy for positioning overlays. Using this strategy, an overlay is given
- * an implicit position relative some origin element. The relative position is
- * defined in terms of a point on the origin element that is connected to a
- * point on the overlay element. For example, a basic dropdown is connecting the
- * bottom-left corner of the origin to the top-left corner of the overlay.
- */
-export class ConnectedPositionStrategy implements PositionStrategy {
- private _dir = 'ltr';
-
- /** The offset in pixels for the overlay connection point on the x-axis */
- private _offsetX = 0;
-
- /** The offset in pixels for the overlay connection point on the y-axis */
- private _offsetY = 0;
-
- /** The Scrollable containers used to check scrollable view properties on
- * position change. */
- private scrollables: Scrollable[] = [];
-
- /** Whether the we're dealing with an RTL context */
- get _isRtl() {
- return this._dir === 'rtl';
- }
-
- /** Ordered list of preferred positions, from most to least desirable. */
- _preferredPositions: ConnectionPositionPair[] = [];
-
- /** The origin element against which the overlay will be positioned. */
- private _origin: HTMLElement;
-
- /** The overlay pane element. */
- private _pane: HTMLElement;
-
- /** The last position to have been calculated as the best fit position. */
- private _lastConnectedPosition: ConnectionPositionPair;
-
- _onPositionChange: Subject<ConnectedOverlayPositionChange> =
- new Subject<ConnectedOverlayPositionChange>();
-
- /** Emits an event when the connection point changes. */
- get onPositionChange(): Observable<ConnectedOverlayPositionChange> {
- return this._onPositionChange.asObservable();
- }
-
- constructor(
- private _connectedTo: ElementRef,
- private _originPos: OriginConnectionPosition,
- private _overlayPos: OverlayConnectionPosition,
- private _viewportRuler: ViewportRuler) {
- this._origin = this._connectedTo.nativeElement;
- this.withFallbackPosition(this._originPos, this._overlayPos);
- }
-
- /** Ordered list of preferred positions, from most to least desirable. */
- get positions() {
- return this._preferredPositions;
- }
-
- /**
- * To be used to for any cleanup after the element gets destroyed.
- */
- dispose() {
- //
- }
-
- /**
- * Updates the position of the overlay element, using whichever preferred
- * position relative to the origin fits on-screen.
- * @docs-private
- *
- * @param element Element to which to apply the CSS styles.
- * @returns Resolves when the styles have been applied.
- */
- apply(element: HTMLElement): void {
- // Cache the overlay pane element in case re-calculating position is
- // necessary
- this._pane = element;
-
- // We need the bounding rects for the origin and the overlay to determine
- // how to position the overlay relative to the origin.
- const originRect = this._origin.getBoundingClientRect();
- const overlayRect = element.getBoundingClientRect();
-
- // We use the viewport rect to determine whether a position would go
- // off-screen.
- const viewportRect = this._viewportRuler.getViewportRect();
-
- // Fallback point if none of the fallbacks fit into the viewport.
- let fallbackPoint: OverlayPoint|undefined;
- let fallbackPosition: ConnectionPositionPair|undefined;
-
- // We want to place the overlay in the first of the preferred positions such
- // that the overlay fits on-screen.
- for (const pos of this._preferredPositions) {
- // Get the (x, y) point of connection on the origin, and then use that to
- // get the (top, left) coordinate for the overlay at `pos`.
- const originPoint = this._getOriginConnectionPoint(originRect, pos);
- const overlayPoint =
- this._getOverlayPoint(originPoint, overlayRect, viewportRect, pos);
-
- // If the overlay in the calculated position fits on-screen, put it there
- // and we're done.
- if (overlayPoint.fitsInViewport) {
- this._setElementPosition(element, overlayRect, overlayPoint, pos);
-
- // Save the last connected position in case the position needs to be
- // re-calculated.
- this._lastConnectedPosition = pos;
-
- // Notify that the position has been changed along with its change
- // properties.
- const scrollableViewProperties =
- this.getScrollableViewProperties(element);
- const positionChange =
- new ConnectedOverlayPositionChange(pos, scrollableViewProperties);
- this._onPositionChange.next(positionChange);
-
- return;
- } else if (
- !fallbackPoint ||
- fallbackPoint.visibleArea < overlayPoint.visibleArea) {
- fallbackPoint = overlayPoint;
- fallbackPosition = pos;
- }
- }
-
- // If none of the preferred positions were in the viewport, take the one
- // with the largest visible area.
- this._setElementPosition(
- element, overlayRect, fallbackPoint, fallbackPosition);
- }
-
- /**
- * This re-aligns the overlay element with the trigger in its last calculated
- * position, even if a position higher in the "preferred positions" list would
- * now fit. This allows one to re-align the panel without changing the
- * orientation of the panel.
- */
- recalculateLastPosition(): void {
- const originRect = this._origin.getBoundingClientRect();
- const overlayRect = this._pane.getBoundingClientRect();
- const viewportRect = this._viewportRuler.getViewportRect();
- const lastPosition =
- this._lastConnectedPosition || this._preferredPositions[0];
-
- const originPoint =
- this._getOriginConnectionPoint(originRect, lastPosition);
- const overlayPoint = this._getOverlayPoint(
- originPoint, overlayRect, viewportRect, lastPosition);
- this._setElementPosition(
- this._pane, overlayRect, overlayPoint, lastPosition);
- }
-
- /**
- * Sets the list of Scrollable containers that host the origin element so that
- * on reposition we can evaluate if it or the overlay has been clipped or
- * outside view. Every Scrollable must be an ancestor element of the
- * strategy's origin element.
- */
- withScrollableContainers(scrollables: Scrollable[]) {
- this.scrollables = scrollables;
- }
-
- /**
- * Adds a new preferred fallback position.
- * @param originPos
- * @param overlayPos
- */
- withFallbackPosition(
- originPos: OriginConnectionPosition,
- overlayPos: OverlayConnectionPosition): this {
- this._preferredPositions.push(
- new ConnectionPositionPair(originPos, overlayPos));
- return this;
- }
-
- /**
- * Sets the layout direction so the overlay's position can be adjusted to
- * match.
- * @param dir New layout direction.
- */
- withDirection(dir: 'ltr'|'rtl'): this {
- this._dir = dir;
- return this;
- }
-
- /**
- * Sets an offset for the overlay's connection point on the x-axis
- * @param offset New offset in the X axis.
- */
- withOffsetX(offset: number): this {
- this._offsetX = offset;
- return this;
- }
-
- /**
- * Sets an offset for the overlay's connection point on the y-axis
- * @param offset New offset in the Y axis.
- */
- withOffsetY(offset: number): this {
- this._offsetY = offset;
- return this;
- }
-
- /**
- * Gets the horizontal (x) "start" dimension based on whether the overlay is
- * in an RTL context.
- * @param rect
- */
- private _getStartX(rect: ClientRect): number {
- return this._isRtl ? rect.right : rect.left;
- }
-
- /**
- * Gets the horizontal (x) "end" dimension based on whether the overlay is in
- * an RTL context.
- * @param rect
- */
- private _getEndX(rect: ClientRect): number {
- return this._isRtl ? rect.left : rect.right;
- }
-
-
- /**
- * Gets the (x, y) coordinate of a connection point on the origin based on a
- * relative position.
- * @param originRect
- * @param pos
- */
- private _getOriginConnectionPoint(
- originRect: ClientRect, pos: ConnectionPositionPair): Point {
- const originStartX = this._getStartX(originRect);
- const originEndX = this._getEndX(originRect);
-
- let x: number;
- if (pos.originX === 'center') {
- x = originStartX + (originRect.width / 2);
- } else {
- x = pos.originX === 'start' ? originStartX : originEndX;
- }
-
- let y: number;
- if (pos.originY === 'center') {
- y = originRect.top + (originRect.height / 2);
- } else {
- y = pos.originY === 'top' ? originRect.top : originRect.bottom;
- }
-
- return {x, y};
- }
-
-
- /**
- * Gets the (x, y) coordinate of the top-left corner of the overlay given a
- * given position and origin point to which the overlay should be connected,
- * as well as how much of the element would be inside the viewport at that
- * position.
- */
- private _getOverlayPoint(
- originPoint: Point, overlayRect: ClientRect, viewportRect: ClientRect,
- pos: ConnectionPositionPair): OverlayPoint {
- // Calculate the (overlayStartX, overlayStartY), the start of the potential
- // overlay position relative to the origin point.
- let overlayStartX: number;
- if (pos.overlayX === 'center') {
- overlayStartX = -overlayRect.width / 2;
- } else if (pos.overlayX === 'start') {
- overlayStartX = this._isRtl ? -overlayRect.width : 0;
- } else {
- overlayStartX = this._isRtl ? 0 : -overlayRect.width;
- }
-
- let overlayStartY: number;
- if (pos.overlayY === 'center') {
- overlayStartY = -overlayRect.height / 2;
- } else {
- overlayStartY = pos.overlayY === 'top' ? 0 : -overlayRect.height;
- }
-
- // The (x, y) coordinates of the overlay.
- const x = originPoint.x + overlayStartX + this._offsetX;
- const y = originPoint.y + overlayStartY + this._offsetY;
-
- // How much the overlay would overflow at this position, on each side.
- const leftOverflow = 0 - x;
- const rightOverflow = (x + overlayRect.width) - viewportRect.width;
- const topOverflow = 0 - y;
- const bottomOverflow = (y + overlayRect.height) - viewportRect.height;
-
- // Visible parts of the element on each axis.
- const visibleWidth =
- this._subtractOverflows(overlayRect.width, leftOverflow, rightOverflow);
- const visibleHeight = this._subtractOverflows(
- overlayRect.height, topOverflow, bottomOverflow);
-
- // The area of the element that's within the viewport.
- const visibleArea = visibleWidth * visibleHeight;
- const fitsInViewport =
- (overlayRect.width * overlayRect.height) === visibleArea;
-
- return {x, y, fitsInViewport, visibleArea};
- }
-
- /**
- * Gets the view properties of the trigger and overlay, including whether they
- * are clipped or completely outside the view of any of the strategy's
- * scrollables.
- */
- private getScrollableViewProperties(overlay: HTMLElement):
- ScrollableViewProperties {
- const originBounds = this._getElementBounds(this._origin);
- const overlayBounds = this._getElementBounds(overlay);
- const scrollContainerBounds =
- this.scrollables.map((scrollable: Scrollable) => {
- return this._getElementBounds(
- scrollable.getElementRef().nativeElement);
- });
-
- return {
- isOriginClipped:
- this.isElementClipped(originBounds, scrollContainerBounds),
- isOriginOutsideView:
- this.isElementOutsideView(originBounds, scrollContainerBounds),
- isOverlayClipped:
- this.isElementClipped(overlayBounds, scrollContainerBounds),
- isOverlayOutsideView:
- this.isElementOutsideView(overlayBounds, scrollContainerBounds),
- };
- }
-
- /** Whether the element is completely out of the view of any of the
- * containers. */
- private isElementOutsideView(
- elementBounds: ElementBoundingPositions,
- containersBounds: ElementBoundingPositions[]): boolean {
- return containersBounds.some(
- (containerBounds: ElementBoundingPositions) => {
- const outsideAbove = elementBounds.bottom < containerBounds.top;
- const outsideBelow = elementBounds.top > containerBounds.bottom;
- const outsideLeft = elementBounds.right < containerBounds.left;
- const outsideRight = elementBounds.left > containerBounds.right;
-
- return outsideAbove || outsideBelow || outsideLeft || outsideRight;
- });
- }
-
- /** Whether the element is clipped by any of the containers. */
- private isElementClipped(
- elementBounds: ElementBoundingPositions,
- containersBounds: ElementBoundingPositions[]): boolean {
- return containersBounds.some(
- (containerBounds: ElementBoundingPositions) => {
- const clippedAbove = elementBounds.top < containerBounds.top;
- const clippedBelow = elementBounds.bottom > containerBounds.bottom;
- const clippedLeft = elementBounds.left < containerBounds.left;
- const clippedRight = elementBounds.right > containerBounds.right;
-
- return clippedAbove || clippedBelow || clippedLeft || clippedRight;
- });
- }
-
- /** Physically positions the overlay element to the given coordinate. */
- private _setElementPosition(
- element: HTMLElement, overlayRect: ClientRect, overlayPoint: Point,
- pos: ConnectionPositionPair) {
- // We want to set either `top` or `bottom` based on whether the overlay
- // wants to appear above or below the origin and the direction in which the
- // element will expand.
- const verticalStyleProperty = pos.overlayY === 'bottom' ? 'bottom' : 'top';
-
- // When using `bottom`, we adjust the y position such that it is the
- // distance from the bottom of the viewport rather than the top.
- const y = verticalStyleProperty === 'top' ?
- overlayPoint.y :
- document.documentElement.clientHeight -
- (overlayPoint.y + overlayRect.height);
-
- // We want to set either `left` or `right` based on whether the overlay
- // wants to appear "before" or "after" the origin, which determines the
- // direction in which the element will expand. For the horizontal axis, the
- // meaning of "before" and "after" change based on whether the page is in
- // RTL or LTR.
- let horizontalStyleProperty: any;
- if (this._dir === 'rtl') {
- horizontalStyleProperty = pos.overlayX === 'end' ? 'left' : 'right';
- } else {
- horizontalStyleProperty = pos.overlayX === 'end' ? 'right' : 'left';
- }
-
- // When we're setting `right`, we adjust the x position such that it is the
- // distance from the right edge of the viewport rather than the left edge.
- const x = horizontalStyleProperty === 'left' ?
- overlayPoint.x :
- document.documentElement.clientWidth -
- (overlayPoint.x + overlayRect.width);
-
-
- // Reset any existing styles. This is necessary in case the preferred
- // position has changed since the last `apply`.
- ['top', 'bottom', 'left', 'right'].forEach(
- (p: any) => element.style[p] = null);
-
- element.style[verticalStyleProperty] = `${y}px`;
- element.style[horizontalStyleProperty] = `${x}px`;
- }
-
- /** Returns the bounding positions of the provided element with respect to the
- * viewport. */
- private _getElementBounds(element: HTMLElement): ElementBoundingPositions {
- const boundingClientRect = element.getBoundingClientRect();
- return {
- top: boundingClientRect.top,
- right: boundingClientRect.left + boundingClientRect.width,
- bottom: boundingClientRect.top + boundingClientRect.height,
- left: boundingClientRect.left
- };
- }
-
- /**
- * Subtracts the amount that an element is overflowing on an axis from it's
- * length.
- */
- private _subtractOverflows(length: number, ...overflows: number[]): number {
- return overflows.reduce((currentValue: number, currentOverflow: number) => {
- return currentValue - Math.max(currentOverflow, 0);
- }, length);
- }
-}
-
-/** A simple (x, y) coordinate. */
-interface Point {
- x: number;
- y: number;
-}
-
-/**
- * Expands the simple (x, y) coordinate by adding info about whether the
- * element would fit inside the viewport at that position, as well as
- * how much of the element would be visible.
- */
-interface OverlayPoint extends Point {
- visibleArea: number;
- fitsInViewport: boolean;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/connected-position.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/connected-position.ts
deleted file mode 100644
index dad3f04e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/connected-position.ts
+++ /dev/null
@@ -1,87 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector no-unnecessary-type-assertion arrow-parens*/
-/** Horizontal dimension of a connection point on the perimeter of the origin or
- * overlay element. */
-import {Optional} from '@angular/core';
-export type HorizontalConnectionPos = 'start' | 'center' | 'end';
-
-/** Vertical dimension of a connection point on the perimeter of the origin or
- * overlay element. */
-export type VerticalConnectionPos = 'top' | 'center' | 'bottom';
-
-
-/** A connection point on the origin element. */
-export interface OriginConnectionPosition {
- originX: HorizontalConnectionPos;
- originY: VerticalConnectionPos;
-}
-
-/** A connection point on the overlay element. */
-export interface OverlayConnectionPosition {
- overlayX: HorizontalConnectionPos;
- overlayY: VerticalConnectionPos;
-}
-
-/** The points of the origin element and the overlay element to connect. */
-export class ConnectionPositionPair {
- originX: HorizontalConnectionPos;
- originY: VerticalConnectionPos;
- overlayX: HorizontalConnectionPos;
- overlayY: VerticalConnectionPos;
-
- constructor(
- origin: OriginConnectionPosition, overlay: OverlayConnectionPosition) {
- this.originX = origin.originX;
- this.originY = origin.originY;
- this.overlayX = overlay.overlayX;
- this.overlayY = overlay.overlayY;
- }
-}
-
-/**
- * Set of properties regarding the position of the origin and overlay relative
- * to the viewport with respect to the containing Scrollable elements.
- *
- * The overlay and origin are clipped if any part of their bounding client
- * rectangle exceeds the bounds of any one of the strategy's Scrollable's
- * bounding client rectangle.
- *
- * The overlay and origin are outside view if there is no overlap between their
- * bounding client rectangle and any one of the strategy's Scrollable's bounding
- * client rectangle.
- *
- * ----------- -----------
- * | outside | | clipped |
- * | view | --------------------------
- * | | | | | |
- * ---------- | ----------- |
- * -------------------------- | |
- * | | | Scrollable |
- * | | | |
- * | | --------------------------
- * | Scrollable |
- * | |
- * --------------------------
- */
-export class ScrollableViewProperties {
- isOriginClipped: boolean;
- isOriginOutsideView: boolean;
- isOverlayClipped: boolean;
- isOverlayOutsideView: boolean;
-}
-
-/** The change event emitted by the strategy when a fallback position is used.
- */
-export class ConnectedOverlayPositionChange {
- constructor(
- public connectionPair: ConnectionPositionPair,
- @Optional() public scrollableViewProperties: ScrollableViewProperties) {}
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/fake-viewport-ruler.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/fake-viewport-ruler.ts
deleted file mode 100644
index 698aed1d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/fake-viewport-ruler.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-
-/** @docs-private */
-export class FakeViewportRuler {
- getViewportRect() {
- return {
- left: 0,
- top: 0,
- width: 1014,
- height: 686,
- bottom: 686,
- right: 1014
- };
- }
-
- getViewportScrollPosition() {
- return {top: 0, left: 0};
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/free-position-strategy.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/free-position-strategy.ts
deleted file mode 100644
index bd33e404..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/free-position-strategy.ts
+++ /dev/null
@@ -1,83 +0,0 @@
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector no-unnecessary-type-assertion arrow-parens*/
-import {PositionStrategy} from './position-strategy';
-
-/**
- * Free position strategy for overlay without origin
- * @author lingyi.zcs
- */
-export class FreePositionStrategy implements PositionStrategy {
- private _wrapper: HTMLElement;
- // private _cssPosition: string = '';
- // private _top: string = '';
- // private _left: string = '';
- // private _width: string = '';
- // private _height: string = '';
-
- // cssPosition(value: string) {
- // this._cssPosition = value;
- // return this;
- // }
-
- // top(value: number | string): this {
- // this._top = this._toCssValue(value);
- // return this;
- // }
-
- // left(value: number | string): this {
- // this._left = this._toCssValue(value);
- // return this;
- // }
-
- // width(value: number | string): this {
- // this._width = this._toCssValue(value);
- // return this;
- // }
-
- // height(value: number | string): this {
- // this._height = this._toCssValue(value);
- // return this;
- // }
-
- /**
- * Apply the position to the element. (NOTE: normally will triggered by
- * scrolling)
- * @docs-private
- *
- * @param element Element to which to apply the CSS.
- * @returns Resolved when the styles have been applied.
- */
- apply(element: HTMLElement): void {
- if (!this._wrapper) {
- this._wrapper = document.createElement('div');
- this._wrapper.classList.add('cdk-free-overlay-wrapper');
- element.parentNode.insertBefore(this._wrapper, element);
- this._wrapper.appendChild(element);
-
- // // Initialized style once
- // const style = element.style;
- // style.position = this._cssPosition;
- // style.top = this._top;
- // style.left = this._left;
- // style.width = this._width;
- // style.height = this._height;
- }
-
- // TODO: do somethings while triggered (eg. by scrolling)
- }
-
- /**
- * Removes the wrapper element from the DOM.
- */
- dispose(): void {
- if (this._wrapper && this._wrapper.parentNode) {
- this._wrapper.parentNode.removeChild(this._wrapper);
- this._wrapper = null;
- }
- }
-
- // private _toCssValue(value: number | string) {
- // return typeof value === 'number' ? value + 'px' : value;
- // }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/global-position-strategy.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/global-position-strategy.ts
deleted file mode 100644
index 8e3204a9..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/global-position-strategy.ts
+++ /dev/null
@@ -1,178 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector no-unnecessary-type-assertion arrow-parens*/
-import {PositionStrategy} from './position-strategy';
-
-
-/**
- * A strategy for positioning overlays. Using this strategy, an overlay is given
- * an explicit position relative to the browser's viewport. We use flexbox,
- * instead of transforms, in order to avoid issues with subpixel rendering which
- * can cause the element to become blurry.
- */
-export class GlobalPositionStrategy implements PositionStrategy {
- private _cssPosition = 'static';
- private _topOffset = '';
- private _bottomOffset = '';
- private _leftOffset = '';
- private _rightOffset = '';
- private _alignItems = '';
- private _justifyContent = '';
- private _width = '';
- private _height = '';
-
- /* A lazily-created wrapper for the overlay element that is used as a flex
- * container. */
- private _wrapper: HTMLElement|null = null;
-
- /**
- * Sets the top position of the overlay. Clears any previously set vertical
- * position.
- * @param value New top offset.
- */
- top(value = ''): this {
- this._bottomOffset = '';
- this._topOffset = value;
- this._alignItems = 'flex-start';
- return this;
- }
-
- /**
- * Sets the left position of the overlay. Clears any previously set horizontal
- * position.
- * @param value New left offset.
- */
- left(value = ''): this {
- this._rightOffset = '';
- this._leftOffset = value;
- this._justifyContent = 'flex-start';
- return this;
- }
-
- /**
- * Sets the bottom position of the overlay. Clears any previously set vertical
- * position.
- * @param value New bottom offset.
- */
- bottom(value = ''): this {
- this._topOffset = '';
- this._bottomOffset = value;
- this._alignItems = 'flex-end';
- return this;
- }
-
- /**
- * Sets the right position of the overlay. Clears any previously set
- * horizontal position.
- * @param value New right offset.
- */
- right(value = ''): this {
- this._leftOffset = '';
- this._rightOffset = value;
- this._justifyContent = 'flex-end';
- return this;
- }
-
- /**
- * Sets the overlay width and clears any previously set width.
- * @param value New width for the overlay
- */
- width(value = ''): this {
- this._width = value;
-
- // When the width is 100%, we should reset the `left` and the offset,
- // in order to ensure that the element is flush against the viewport edge.
- if (value === '100%') {
- this.left('0px');
- }
-
- return this;
- }
-
- /**
- * Sets the overlay height and clears any previously set height.
- * @param value New height for the overlay
- */
- height(value = ''): this {
- this._height = value;
-
- // When the height is 100%, we should reset the `top` and the offset,
- // in order to ensure that the element is flush against the viewport edge.
- if (value === '100%') {
- this.top('0px');
- }
-
- return this;
- }
-
- /**
- * Centers the overlay horizontally with an optional offset.
- * Clears any previously set horizontal position.
- *
- * @param offset Overlay offset from the horizontal center.
- */
- centerHorizontally(offset = ''): this {
- this.left(offset);
- this._justifyContent = 'center';
- return this;
- }
-
- /**
- * Centers the overlay vertically with an optional offset.
- * Clears any previously set vertical position.
- *
- * @param offset Overlay offset from the vertical center.
- */
- centerVertically(offset = ''): this {
- this.top(offset);
- this._alignItems = 'center';
- return this;
- }
-
- /**
- * Apply the position to the element.
- * @docs-private
- *
- * @param element Element to which to apply the CSS.
- * @returns Resolved when the styles have been applied.
- */
- apply(element: HTMLElement): void {
- if (!this._wrapper && element.parentNode) {
- this._wrapper = document.createElement('div');
- this._wrapper.classList.add('cdk-global-overlay-wrapper');
- element.parentNode.insertBefore(this._wrapper, element);
- this._wrapper.appendChild(element);
- }
-
- const styles = element.style;
- const parentStyles = (element.parentNode as HTMLElement).style;
-
- styles.position = this._cssPosition;
- styles.marginTop = this._topOffset;
- styles.marginLeft = this._leftOffset;
- styles.marginBottom = this._bottomOffset;
- styles.marginRight = this._rightOffset;
- styles.width = this._width;
- styles.height = this._height;
-
- parentStyles.justifyContent = this._justifyContent;
- parentStyles.alignItems = this._alignItems;
- }
-
- /**
- * Removes the wrapper element from the DOM.
- */
- dispose(): void {
- if (this._wrapper && this._wrapper.parentNode) {
- this._wrapper.parentNode.removeChild(this._wrapper);
- this._wrapper = null;
- }
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/overlay-position-builder.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/overlay-position-builder.ts
deleted file mode 100644
index 0f6735eb..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/overlay-position-builder.ts
+++ /dev/null
@@ -1,51 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector no-unnecessary-type-assertion arrow-parens*/
-import {ElementRef, Injectable} from '@angular/core';
-
-import {OriginConnectionPosition, OverlayConnectionPosition} from './connected-position';
-import {ConnectedPositionStrategy} from './connected-position-strategy';
-import {FreePositionStrategy} from './free-position-strategy';
-import {GlobalPositionStrategy} from './global-position-strategy';
-import {ViewportRuler} from './viewport-ruler';
-
-
-/** Builder for overlay position strategy. */
-@Injectable()
-export class OverlayPositionBuilder {
- constructor(private _viewportRuler: ViewportRuler) {}
-
- /**
- * Creates a free position strategy
- */
- free(): FreePositionStrategy {
- return new FreePositionStrategy();
- }
-
- /**
- * Creates a global position strategy.
- */
- global(): GlobalPositionStrategy {
- return new GlobalPositionStrategy();
- }
-
- /**
- * Creates a relative position strategy.
- * @param elementRef
- * @param originPos
- * @param overlayPos
- */
- connectedTo(
- elementRef: ElementRef, originPos: OriginConnectionPosition,
- overlayPos: OverlayConnectionPosition): ConnectedPositionStrategy {
- return new ConnectedPositionStrategy(
- elementRef, originPos, overlayPos, this._viewportRuler);
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/position-strategy.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/position-strategy.ts
deleted file mode 100644
index 21bd0fa0..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/position-strategy.ts
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-
-/** Strategy for setting the position on an overlay. */
-export interface PositionStrategy {
- /** Updates the position of the overlay element. */
- apply(element: Element): void;
-
- /** Cleans up any DOM modifications made by the position strategy, if
- * necessary. */
- dispose(): void;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/viewport-ruler.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/viewport-ruler.ts
deleted file mode 100644
index 298cd642..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/position/viewport-ruler.ts
+++ /dev/null
@@ -1,110 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector no-unnecessary-type-assertion arrow-parens*/
-import {Injectable, Optional, SkipSelf} from '@angular/core';
-import {ScrollDispatcher} from '../scroll/scroll-dispatcher';
-
-
-/**
- * Simple utility for getting the bounds of the browser viewport.
- * @docs-private
- */
-@Injectable()
-export class ViewportRuler {
- /** Cached document client rectangle. */
- private _documentRect?: ClientRect;
-
- constructor(scrollDispatcher: ScrollDispatcher) {
- // Subscribe to scroll and resize events and update the document rectangle
- // on changes.
- scrollDispatcher.scrolled(0, () => this._cacheViewportGeometry());
- }
-
- /** Gets a ClientRect for the viewport's bounds. */
- getViewportRect(documentRect = this._documentRect): ClientRect {
- // Cache the document bounding rect so that we don't recompute it for
- // multiple calls.
- if (!documentRect) {
- this._cacheViewportGeometry();
- documentRect = this._documentRect;
- }
-
- // Use the document element's bounding rect rather than the window scroll
- // properties (e.g. pageYOffset, scrollY) due to in issue in Chrome and IE
- // where window scroll properties and client coordinates
- // (boundingClientRect, clientX/Y, etc.) are in different conceptual
- // viewports. Under most circumstances these viewports are equivalent, but
- // they can disagree when the page is pinch-zoomed (on devices that support
- // touch). See
- // https://bugs.chromium.org/p/chromium/issues/detail?id=489206#c4 We use
- // the documentElement instead of the body because, by default (without a
- // css reset) browsers typically give the document body an 8px margin, which
- // is not included in getBoundingClientRect().
- const scrollPosition = this.getViewportScrollPosition(documentRect);
- const height = window.innerHeight;
- const width = window.innerWidth;
-
- return {
- top: scrollPosition.top,
- left: scrollPosition.left,
- bottom: scrollPosition.top + height,
- right: scrollPosition.left + width,
- height,
- width,
- };
- }
-
-
- /**
- * Gets the (top, left) scroll position of the viewport.
- * @param documentRect
- */
- getViewportScrollPosition(documentRect = this._documentRect) {
- // Cache the document bounding rect so that we don't recompute it for
- // multiple calls.
- if (!documentRect) {
- this._cacheViewportGeometry();
- documentRect = this._documentRect;
- }
-
- // The top-left-corner of the viewport is determined by the scroll position
- // of the document body, normally just (scrollLeft, scrollTop). However,
- // Chrome and Firefox disagree about whether `document.body` or
- // `document.documentElement` is the scrolled element, so reading
- // `scrollTop` and `scrollLeft` is inconsistent. However, using the bounding
- // rect of `document.documentElement` works consistently, where the `top`
- // and `left` values will equal negative the scroll position.
- const top = -documentRect.top || document.body.scrollTop ||
- window.scrollY || document.documentElement.scrollTop || 0;
-
- const left = -documentRect.left || document.body.scrollLeft ||
- window.scrollX || document.documentElement.scrollLeft || 0;
-
- return {top, left};
- }
-
- /** Caches the latest client rectangle of the document element. */
- _cacheViewportGeometry() {
- this._documentRect = document.documentElement.getBoundingClientRect();
- }
-}
-
-export function VIEWPORT_RULER_PROVIDER_FACTORY(
- parentRuler: ViewportRuler, scrollDispatcher: ScrollDispatcher) {
- return parentRuler || new ViewportRuler(scrollDispatcher);
-}
-
-export const VIEWPORT_RULER_PROVIDER = {
- // If there is already a ViewportRuler available, use that. Otherwise, provide
- // a new one.
- provide: ViewportRuler,
- deps: [[new Optional(), new SkipSelf(), ViewportRuler], ScrollDispatcher],
- useFactory: VIEWPORT_RULER_PROVIDER_FACTORY
-};
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/block-scroll-strategy.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/block-scroll-strategy.ts
deleted file mode 100644
index d1c1d401..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/block-scroll-strategy.ts
+++ /dev/null
@@ -1,77 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector*/
-import {ViewportRuler} from '../position/viewport-ruler';
-
-import {ScrollStrategy} from './scroll-strategy';
-
-/**
- * Strategy that will prevent the user from scrolling while the overlay is
- * visible.
- */
-export class BlockScrollStrategy implements ScrollStrategy {
- private _previousHTMLStyles = {top: '', left: ''};
- private _previousScrollPosition: {top: number, left: number};
- private _isEnabled = false;
-
- constructor(private _viewportRuler: ViewportRuler) {}
-
- attach() {
- //
- }
-
- enable() {
- if (this._canBeEnabled()) {
- const root = document.documentElement;
-
- this._previousScrollPosition =
- this._viewportRuler.getViewportScrollPosition();
-
- // Cache the previous inline styles in case the user had set them.
- this._previousHTMLStyles.left = root.style.left || '';
- this._previousHTMLStyles.top = root.style.top || '';
-
- // Note: we're using the `html` node, instead of the `body`, because the
- // `body` may have the user agent margin, whereas the `html` is guaranteed
- // not to have one.
- root.style.left = `${- this._previousScrollPosition.left}px`;
- root.style.top = `${- this._previousScrollPosition.top}px`;
- root.classList.add('cdk-global-scrollblock');
- this._isEnabled = true;
- }
- }
-
- disable() {
- if (this._isEnabled) {
- this._isEnabled = false;
- document.documentElement.style.left = this._previousHTMLStyles.left;
- document.documentElement.style.top = this._previousHTMLStyles.top;
- document.documentElement.classList.remove('cdk-global-scrollblock');
- window.scroll(
- this._previousScrollPosition.left, this._previousScrollPosition.top);
- }
- }
-
- private _canBeEnabled(): boolean {
- // Since the scroll strategies can't be singletons, we have to use a global
- // CSS class
- // (`cdk-global-scrollblock`) to make sure that we don't try to disable
- // global scrolling multiple times.
- if (document.documentElement.classList.contains('cdk-global-scrollblock') ||
- this._isEnabled) {
- return false;
- }
-
- const body = document.body;
- const viewport = this._viewportRuler.getViewportRect();
- return body.scrollHeight > viewport.height ||
- body.scrollWidth > viewport.width;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/close-scroll-strategy.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/close-scroll-strategy.ts
deleted file mode 100644
index 51189dc1..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/close-scroll-strategy.ts
+++ /dev/null
@@ -1,54 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector*/
-import {Subscription} from 'rxjs/Subscription';
-
-import {OverlayRef} from '../overlay-ref';
-
-import {ScrollDispatcher} from './scroll-dispatcher';
-import {getMdScrollStrategyAlreadyAttachedError, ScrollStrategy} from './scroll-strategy';
-
-
-/**
- * Strategy that will close the overlay as soon as the user starts scrolling.
- */
-export class CloseScrollStrategy implements ScrollStrategy {
- private _scrollSubscription: Subscription|null = null;
- private _overlayRef: OverlayRef;
-
- constructor(private _scrollDispatcher: ScrollDispatcher) {}
-
- attach(overlayRef: OverlayRef) {
- if (this._overlayRef) {
- throw getMdScrollStrategyAlreadyAttachedError();
- }
-
- this._overlayRef = overlayRef;
- }
-
- enable() {
- if (!this._scrollSubscription) {
- this._scrollSubscription = this._scrollDispatcher.scrolled(0, () => {
- if (this._overlayRef.hasAttached()) {
- this._overlayRef.detach();
- }
-
- this.disable();
- });
- }
- }
-
- disable() {
- if (this._scrollSubscription) {
- this._scrollSubscription.unsubscribe();
- this._scrollSubscription = null;
- }
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/index.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/index.ts
deleted file mode 100644
index e386770b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/index.ts
+++ /dev/null
@@ -1,35 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector*/
-import {PlatformModule} from '@angular/cdk';
-import {NgModule} from '@angular/core';
-
-import {SCROLL_DISPATCHER_PROVIDER} from './scroll-dispatcher';
-import {ScrollStrategyOptions} from './scroll-strategy-options';
-import {Scrollable} from './scrollable';
-
-export {BlockScrollStrategy} from './block-scroll-strategy';
-export {CloseScrollStrategy} from './close-scroll-strategy';
-export {NoopScrollStrategy} from './noop-scroll-strategy';
-export {RepositionScrollStrategy} from './reposition-scroll-strategy';
-export {ScrollDispatcher} from './scroll-dispatcher';
-// Export pre-defined scroll strategies and interface to build custom ones.
-export {ScrollStrategy} from './scroll-strategy';
-export {ScrollStrategyOptions} from './scroll-strategy-options';
-export {Scrollable} from './scrollable';
-
-@NgModule({
- imports: [PlatformModule],
- exports: [Scrollable],
- declarations: [Scrollable],
- providers: [SCROLL_DISPATCHER_PROVIDER, ScrollStrategyOptions],
-})
-export class ScrollDispatchModule {
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/noop-scroll-strategy.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/noop-scroll-strategy.ts
deleted file mode 100644
index 9b92ab49..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/noop-scroll-strategy.ts
+++ /dev/null
@@ -1,24 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-
-import {ScrollStrategy} from './scroll-strategy';
-
-/**
- * Scroll strategy that doesn't do anything.
- */
-export class NoopScrollStrategy implements ScrollStrategy {
- enable() {
- //
- }
- disable() {
- //
- }
- attach() {
- //
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/reposition-scroll-strategy.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/reposition-scroll-strategy.ts
deleted file mode 100644
index b15d5dea..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/reposition-scroll-strategy.ts
+++ /dev/null
@@ -1,59 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector*/
-import {Subscription} from 'rxjs/Subscription';
-
-import {OverlayRef} from '../overlay-ref';
-
-import {ScrollDispatcher} from './scroll-dispatcher';
-import {getMdScrollStrategyAlreadyAttachedError, ScrollStrategy} from './scroll-strategy';
-
-/**
- * Config options for the RepositionScrollStrategy.
- */
-export interface RepositionScrollStrategyConfig { scrollThrottle?: number; }
-
-/**
- * Strategy that will update the element position as the user is scrolling.
- */
-export class RepositionScrollStrategy implements ScrollStrategy {
- private _scrollSubscription: Subscription|null = null;
- private _overlayRef: OverlayRef;
-
- constructor(
- private _scrollDispatcher: ScrollDispatcher,
- private _config?: RepositionScrollStrategyConfig) {}
-
- attach(overlayRef: OverlayRef) {
- if (this._overlayRef) {
- throw getMdScrollStrategyAlreadyAttachedError();
- }
-
- this._overlayRef = overlayRef;
- }
-
- enable() {
- if (!this._scrollSubscription) {
- const throttle = this._config ? this._config.scrollThrottle : 0;
-
- this._scrollSubscription =
- this._scrollDispatcher.scrolled(throttle, () => {
- this._overlayRef.updatePosition();
- });
- }
- }
-
- disable() {
- if (this._scrollSubscription) {
- this._scrollSubscription.unsubscribe();
- this._scrollSubscription = null;
- }
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/scroll-dispatcher.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/scroll-dispatcher.ts
deleted file mode 100644
index 2c145af5..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/scroll-dispatcher.ts
+++ /dev/null
@@ -1,174 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector*/
-import {Platform} from '@angular/cdk';
-import {auditTime} from 'rxjs/operator/auditTime';
-import {ElementRef, Injectable, NgZone, Optional, SkipSelf} from '@angular/core';
-import {fromEvent} from 'rxjs/observable/fromEvent';
-import {merge} from 'rxjs/observable/merge';
-import {Subject} from 'rxjs/Subject';
-import {Subscription} from 'rxjs/Subscription';
-
-import {Scrollable} from './scrollable';
-
-
-/** Time in ms to throttle the scrolling events by default. */
-export const DEFAULT_SCROLL_TIME = 20;
-
-/**
- * Service contained all registered Scrollable references and emits an event
- * when any one of the Scrollable references emit a scrolled event.
- */
-@Injectable()
-export class ScrollDispatcher {
- /** Subject for notifying that a registered scrollable reference element has
- * been scrolled. */
- _scrolled: Subject<void> = new Subject<void>();
-
- /** Keeps track of the global `scroll` and `resize` subscriptions. */
- _globalSubscription: Subscription|null = null;
-
- /** Keeps track of the amount of subscriptions to `scrolled`. Used for
- * cleaning up afterwards. */
- private _scrolledCount = 0;
-
- /**
- * Map of all the scrollable references that are registered with the service
- * and their scroll event subscriptions.
- */
- scrollableReferences: Map<Scrollable, Subscription> = new Map();
-
- constructor(private _ngZone: NgZone, private _platform: Platform) {}
-
- /**
- * Registers a Scrollable with the service and listens for its scrolled
- * events. When the scrollable is scrolled, the service emits the event in its
- * scrolled observable.
- * @param scrollable Scrollable instance to be registered.
- */
- register(scrollable: Scrollable): void {
- const scrollSubscription =
- scrollable.elementScrolled().subscribe(() => this._notify());
-
- this.scrollableReferences.set(scrollable, scrollSubscription);
- }
-
- /**
- * Deregisters a Scrollable reference and unsubscribes from its scroll event
- * observable.
- * @param scrollable Scrollable instance to be deregistered.
- */
- deregister(scrollable: Scrollable): void {
- const scrollableReference = this.scrollableReferences.get(scrollable);
-
- if (scrollableReference) {
- scrollableReference.unsubscribe();
- this.scrollableReferences.delete(scrollable);
- }
- }
-
- /**
- * Subscribes to an observable that emits an event whenever any of the
- * registered Scrollable references (or window, document, or body) fire a
- * scrolled event. Can provide a time in ms to override the default "throttle"
- * time.
- */
- scrolled(auditTimeInMs: number = DEFAULT_SCROLL_TIME, callback: () => any):
- Subscription {
- // Scroll events can only happen on the browser, so do nothing if we're not
- // on the browser.
- if (!this._platform.isBrowser) {
- return Subscription.EMPTY;
- }
-
- // In the case of a 0ms delay, use an observable without auditTime
- // since it does add a perceptible delay in processing overhead.
- const observable = auditTimeInMs > 0 ?
- auditTime.call(this._scrolled.asObservable(), auditTimeInMs) :
- this._scrolled.asObservable();
-
- this._scrolledCount++;
-
- if (!this._globalSubscription) {
- this._globalSubscription = this._ngZone.runOutsideAngular(() => {
- return merge(
- fromEvent(window.document, 'scroll'),
- fromEvent(window, 'resize'))
- .subscribe(() => this._notify());
- });
- }
-
- // Note that we need to do the subscribing from here, in order to be able to
- // remove the global event listeners once there are no more subscriptions.
- const subscription = observable.subscribe(callback);
-
- subscription.add(() => {
- this._scrolledCount--;
-
- if (this._globalSubscription && !this.scrollableReferences.size &&
- !this._scrolledCount) {
- this._globalSubscription.unsubscribe();
- this._globalSubscription = null;
- }
- });
-
- return subscription;
- }
-
- /** Returns all registered Scrollables that contain the provided element. */
- getScrollContainers(elementRef: ElementRef): Scrollable[] {
- const scrollingContainers: Scrollable[] = [];
-
- this.scrollableReferences.forEach(
- (_subscription: Subscription, scrollable: Scrollable) => {
- if (this.scrollableContainsElement(scrollable, elementRef)) {
- scrollingContainers.push(scrollable);
- }
- });
-
- return scrollingContainers;
- }
-
- /** Returns true if the element is contained within the provided Scrollable.
- */
- scrollableContainsElement(scrollable: Scrollable, elementRef: ElementRef):
- boolean {
- let element = elementRef.nativeElement;
- const scrollableElement = scrollable.getElementRef().nativeElement;
-
- // Traverse through the element parents until we reach null, checking if any
- // of the elements are the scrollable's element.
- do {
- if (element === scrollableElement) {
- return true;
- }
- } while (element = element.parentElement);
-
- return false;
- }
-
- /** Sends a notification that a scroll event has been fired. */
- _notify() {
- this._scrolled.next();
- }
-}
-
-export function SCROLL_DISPATCHER_PROVIDER_FACTORY(
- parentDispatcher: ScrollDispatcher, ngZone: NgZone, platform: Platform) {
- return parentDispatcher || new ScrollDispatcher(ngZone, platform);
-}
-
-export const SCROLL_DISPATCHER_PROVIDER = {
- // If there is already a ScrollDispatcher available, use that. Otherwise,
- // provide a new one.
- provide: ScrollDispatcher,
- deps: [[new Optional(), new SkipSelf(), ScrollDispatcher], NgZone, Platform],
- useFactory: SCROLL_DISPATCHER_PROVIDER_FACTORY
-};
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/scroll-strategy-options.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/scroll-strategy-options.ts
deleted file mode 100644
index f6270388..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/scroll-strategy-options.ts
+++ /dev/null
@@ -1,52 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector no-unused-expression*/
-import {Injectable} from '@angular/core';
-
-import {ViewportRuler} from '../position/viewport-ruler';
-
-import {BlockScrollStrategy} from './block-scroll-strategy';
-import {CloseScrollStrategy} from './close-scroll-strategy';
-import {NoopScrollStrategy} from './noop-scroll-strategy';
-import {RepositionScrollStrategy, RepositionScrollStrategyConfig} from './reposition-scroll-strategy';
-import {ScrollDispatcher} from './scroll-dispatcher';
-// import {ScrollStrategy} from './scroll-strategy';
-
-
-/**
- * Options for how an overlay will handle scrolling.
- *
- * Users can provide a custom value for `ScrollStrategyOptions` to replace the
- * default behaviors. This class primarily acts as a factory for ScrollStrategy
- * instances.
- */
-@Injectable()
-export class ScrollStrategyOptions {
- constructor(
- private _scrollDispatcher: ScrollDispatcher,
- private _viewportRuler: ViewportRuler) {}
-
- /** Do nothing on scroll. */
- noop = () => new NoopScrollStrategy();
-
- /** Close the overlay as soon as the user scrolls. */
- close = () => new CloseScrollStrategy(this._scrollDispatcher);
-
- /** Block scrolling. */
- block = () => new BlockScrollStrategy(this._viewportRuler);
-
- /**
- * Update the overlay's position on scroll.
- * @param config Configuration to be used inside the scroll strategy.
- * Allows debouncing the reposition calls.
- */
- reposition = (config?: RepositionScrollStrategyConfig) =>
- new RepositionScrollStrategy(this._scrollDispatcher, config)
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/scroll-strategy.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/scroll-strategy.ts
deleted file mode 100644
index d59651a7..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/scroll-strategy.ts
+++ /dev/null
@@ -1,29 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector*/
-import {OverlayRef} from '../overlay-ref';
-
-/**
- * Describes a strategy that will be used by an overlay
- * to handle scroll events while it is open.
- */
-export abstract class ScrollStrategy {
- enable: () => void;
- disable: () => void;
- attach: (overlayRef: OverlayRef) => void;
-}
-
-/**
- * Returns an error to be thrown when attempting to attach an already-attached
- * scroll strategy.
- */
-export function getMdScrollStrategyAlreadyAttachedError(): Error {
- return Error(`Scroll strategy has already been attached.`);
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/scrollable.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/scrollable.ts
deleted file mode 100644
index fe7b041c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlay/scroll/scrollable.ts
+++ /dev/null
@@ -1,63 +0,0 @@
-/**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
-/* tslint:disable:array-type member-access variable-name typedef
- only-arrow-functions directive-class-suffix component-class-suffix
- component-selector*/
-import {Directive, ElementRef, NgZone, OnDestroy, OnInit, Renderer2} from '@angular/core';
-import {Observable} from 'rxjs/Observable';
-import {Subject} from 'rxjs/Subject';
-
-import {ScrollDispatcher} from './scroll-dispatcher';
-
-
-/**
- * Sends an event when the directive's element is scrolled. Registers itself
- * with the ScrollDispatcher service to include itself as part of its collection
- * of scrolling events that it can be listened to through the service.
- */
-@Directive({selector: '[cdk-scrollable], [cdkScrollable]'})
-export class Scrollable implements OnInit, OnDestroy {
- private _elementScrolled: Subject<Event> = new Subject();
- private _scrollListener: Function|null;
-
- constructor(
- private _elementRef: ElementRef, private _scroll: ScrollDispatcher,
- private _ngZone: NgZone, private _renderer: Renderer2) {}
-
- ngOnInit() {
- this._scrollListener = this._ngZone.runOutsideAngular(() => {
- return this._renderer.listen(
- this.getElementRef().nativeElement, 'scroll', (event: Event) => {
- this._elementScrolled.next(event);
- });
- });
-
- this._scroll.register(this);
- }
-
- ngOnDestroy() {
- this._scroll.deregister(this);
-
- if (this._scrollListener) {
- this._scrollListener();
- this._scrollListener = null;
- }
- }
-
- /**
- * Returns observable that emits when a scroll event is fired on the host
- * element.
- */
- elementScrolled(): Observable<any> {
- return this._elementScrolled.asObservable();
- }
-
- getElementRef(): ElementRef {
- return this._elementRef;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlaypanel/index.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlaypanel/index.ts
deleted file mode 100644
index 4ad2b4a3..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlaypanel/index.ts
+++ /dev/null
@@ -1 +0,0 @@
-export * from './overlaypanel'; \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlaypanel/overlaypanel.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlaypanel/overlaypanel.ts
deleted file mode 100644
index ee529c5f..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/overlaypanel/overlaypanel.ts
+++ /dev/null
@@ -1,163 +0,0 @@
-import {CommonModule} from '@angular/common';
-import {AfterViewInit, Component, ElementRef, EventEmitter, Input, NgModule, OnDestroy, OnInit, Output, Renderer} from '@angular/core';
-
-import {DomHandler} from '../domhandler';
-
-@Component({
- selector: 'plx-overlay-panel',
- template: `
- <div [ngClass]="'ui-overlaypanel ui-widget ui-widget-content ui-corner-all ui-shadow'" [ngStyle]="style" [class]="styleClass"
- [style.display]="visible ? 'block' : 'none'" (click)="onPanelClick()">
- <div class="ui-overlaypanel-content">
- <ng-content></ng-content>
- </div>
- <a href="#" *ngIf="showCloseIcon" class="ui-overlaypanel-close ui-state-default" (click)="onCloseClick($event)">
- <span class="fa fa-fw fa-close"></span>
- </a>
- </div>
- `,
- providers: [DomHandler]
-})
-export class PlxOverlayPanelComponent implements OnInit, AfterViewInit,
- OnDestroy {
- @Input() dismissable: boolean = true;
-
- @Input() showCloseIcon: boolean;
-
- @Input() style: any;
-
- @Input() styleClass: string;
-
- @Input() appendTo: any;
-
- @Output() onBeforeShow: EventEmitter<any> = new EventEmitter();
-
- @Output() onAfterShow: EventEmitter<any> = new EventEmitter();
-
- @Output() onBeforeHide: EventEmitter<any> = new EventEmitter();
-
- @Output() onAfterHide: EventEmitter<any> = new EventEmitter();
-
- container: any;
-
- visible: boolean = false;
-
- documentClickListener: any;
-
- selfClick: boolean;
-
- targetEvent: boolean;
-
- target: any;
-
- constructor(
- public el: ElementRef, public domHandler: DomHandler,
- public renderer: Renderer) {}
-
- ngOnInit() {
- if (this.dismissable) {
- this.documentClickListener =
- this.renderer.listenGlobal('body', 'click', () => {
- if (!this.selfClick && !this.targetEvent) {
- this.hide();
- }
- this.selfClick = false;
- this.targetEvent = false;
- });
- }
- }
-
- ngAfterViewInit() {
- this.container = this.el.nativeElement.children[0];
- if (this.appendTo) {
- if (this.appendTo === 'body') {
- document.body.appendChild(this.container);
- } else {
- this.domHandler.appendChild(this.container, this.appendTo);
- }
- }
- }
-
- toggle(event: any, target?: any) {
- let currentTarget = (target || event.currentTarget || event.target);
-
- if (!this.target || this.target === currentTarget) {
- if (this.visible) {
- this.hide();
- } else {
- this.show(event, target);
- }
- } else {
- this.show(event, target);
- }
-
- if (this.dismissable) {
- this.targetEvent = true;
- }
-
- this.target = currentTarget;
- }
-
- show(event: any, target?: any) {
- if (this.dismissable) {
- this.targetEvent = true;
- }
-
- this.onBeforeShow.emit(null);
- let elementTarget = target || event.currentTarget || event.target;
- this.container.style.zIndex = ++DomHandler.zindex;
-
- if (this.visible) {
- this.domHandler.absolutePosition(this.container, elementTarget);
- } else {
- this.visible = true;
- this.domHandler.absolutePosition(this.container, elementTarget);
- this.domHandler.fadeIn(this.container, 250);
- }
- this.onAfterShow.emit(null);
- }
-
- hide() {
- if (this.visible) {
- this.onBeforeHide.emit(null);
- this.visible = false;
- this.onAfterHide.emit(null);
- }
- }
-
- onPanelClick() {
- if (this.dismissable) {
- this.selfClick = true;
- }
- }
-
- onCloseClick(event: any) {
- this.hide();
-
- if (this.dismissable) {
- this.selfClick = true;
- }
-
- event.preventDefault();
- }
-
- ngOnDestroy() {
- if (this.documentClickListener) {
- this.documentClickListener();
- }
-
- if (this.appendTo) {
- this.el.nativeElement.appendChild(this.container);
- }
-
- this.target = null;
- }
-}
-
-@NgModule({
- imports: [CommonModule],
- exports: [PlxOverlayPanelComponent],
- declarations: [PlxOverlayPanelComponent]
-})
-export class PlxOverlayPanelModule {
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button-state.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button-state.ts
deleted file mode 100644
index 2f1f73b2..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button-state.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-export enum PlxButtonState {
- IDLE,
- DOING,
- SUCCESS,
- FAILURE
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button.directive.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button.directive.ts
deleted file mode 100644
index 842b9fb4..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button.directive.ts
+++ /dev/null
@@ -1,178 +0,0 @@
-import {AfterViewInit, Directive, ElementRef, Input, OnDestroy} from '@angular/core';
-
-import {DomHandler} from '../domhandler';
-
-import {PlxButtonState} from './button-state';
-
-@Directive({selector: '[pxButton]', providers: [DomHandler]})
-export class PlxButtonDirective implements AfterViewInit, OnDestroy {
- @Input() iconPos: string = 'left';
-
- @Input() cornerStyleClass: string = 'ui-corner-all';
-
- _label: string;
-
- _loadinglabel: string;
-
- _icon: string;
-
- _state: number;
-
- initialized: boolean;
-
- constructor(
- public el: ElementRef, public domHandler: DomHandler) {}
-
- ngAfterViewInit() {
- this.domHandler.addMultipleClasses(
- this.el.nativeElement, this.getStyleClass());
- if (this.icon) {
- let iconElement = document.createElement('span');
- let iconPosClass = (this.iconPos === 'right') ? 'ui-button-icon-right' :
- 'ui-button-icon-left';
- iconElement.className =
- iconPosClass + ' ui-c iconfont plx-icon-' + this.icon;
- this.el.nativeElement.appendChild(iconElement);
- }
-
- let iconAnimationElement = document.createElement('span');
- iconAnimationElement.className =
- 'ui-button-icon-left ui-c iconfont plx-icon-circle-o-notch plx-spin';
- iconAnimationElement.style.display = 'none';
- this.el.nativeElement.appendChild(iconAnimationElement);
-
- let labelElement = document.createElement('span');
- labelElement.className = 'ui-button-text ui-c';
- labelElement.appendChild(document.createTextNode(this.label || ''));
- this.el.nativeElement.appendChild(labelElement);
-
- if (this.state) {
- let spanElement =
- this.domHandler.findSingle(this.el.nativeElement, '.ui-button-text');
- if (this.state === PlxButtonState.DOING) {
- if (spanElement) {
- spanElement.innerText = this.loadinglabel || 'loading';
- }
- this.el.nativeElement.disabled = true;
- this.setIconELement(true);
- } else {
- spanElement.innerText = this.label || '';
- this.el.nativeElement.disabled = false;
- this.setIconELement(false);
- }
- }
-
- this.initialized = true;
- }
-
- getStyleClass(): string {
- let styleClass =
- 'ui-button ui-widget ui-state-default ' + this.cornerStyleClass;
- if (this.icon) {
- if (this.label !== null && this.label !== undefined) {
- if (this.iconPos === 'left') {
- styleClass = styleClass + ' ui-button-text-icon-left';
- } else {
- styleClass = styleClass + ' ui-button-text-icon-right';
- }
- } else {
- styleClass = styleClass + ' ui-button-icon-only';
- }
- } else {
- styleClass = styleClass + ' ui-button-text-only';
- }
-
- return styleClass;
- }
-
- setIconELement(isShowAnimation: boolean) {
- let iconLeftElement = this.domHandler.findSingle(
- this.el.nativeElement, '.ui-button-icon-left.iconfont');
- if (iconLeftElement) {
- iconLeftElement.style.display = isShowAnimation ? 'none' : 'inline-block';
- }
- let iconRightElement = this.domHandler.findSingle(
- this.el.nativeElement, '.ui-button-icon-left.iconfont');
- if (iconRightElement) {
- iconRightElement.style.display =
- isShowAnimation ? 'none' : 'inline-block';
- }
- let iconAnimationElement = this.domHandler.findSingle(
- this.el.nativeElement, '.iconfont.plx-icon-circle-o-notch.plx-spin');
- if (iconAnimationElement) {
- iconAnimationElement.style.display =
- isShowAnimation ? 'inline-block' : 'none';
- }
- }
-
- @Input()
- get label(): string {
- return this._label;
- }
-
- set label(val: string) {
- this._label = val;
-
- if (this.initialized) {
- this.domHandler.findSingle(this.el.nativeElement, '.ui-button-text')
- .textContent = this._label;
- }
- }
-
- @Input()
- get loadinglabel(): string {
- return this._loadinglabel;
- }
-
- set loadinglabel(val: string) {
- this._loadinglabel = val;
- }
-
- @Input()
- get icon(): string {
- return this._icon;
- }
-
- set icon(val: string) {
- this._icon = val;
-
- if (this.initialized) {
- let iconPosClass = (this.iconPos === 'right') ? 'ui-button-icon-right' :
- 'ui-button-icon-left';
- this.domHandler.findSingle(this.el.nativeElement, '.iconfont').className =
- iconPosClass + ' ui-c iconfont plx-icon-' + this.icon;
- }
- }
-
- @Input()
- get state(): number {
- return this._state;
- }
-
- set state(val: number) {
- this._state = val;
- if (this.initialized) {
- let spanElement =
- this.domHandler.findSingle(this.el.nativeElement, '.ui-button-text');
- if (this.state === PlxButtonState.DOING) {
- if (spanElement) {
- spanElement.innerText = this.loadinglabel || 'loading';
- }
- this.el.nativeElement.disabled = true;
- this.setIconELement(true);
- } else {
- spanElement.innerText = this.label || '';
- this.el.nativeElement.disabled = false;
- this.setIconELement(false);
- }
- }
- }
-
- ngOnDestroy() {
- while (this.el.nativeElement.hasChildNodes()) {
- this.el.nativeElement.removeChild(this.el.nativeElement.lastChild);
- }
-
- this.initialized = false;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button.module.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button.module.ts
deleted file mode 100644
index 01973295..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/button.module.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-/**
- * Created by 10190264 on 2016/12/15.
- */
-import {CommonModule} from '@angular/common';
-import {NgModule} from '@angular/core';
-import {PlxButtonDirective} from './button.directive';
-
-@NgModule({
- imports: [CommonModule],
- exports: [PlxButtonDirective],
- declarations: [PlxButtonDirective]
-})
-export class PlxButtonModule {
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/index.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/index.ts
deleted file mode 100644
index f435b247..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/pxbutton/index.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export * from './button.module';
-export * from './button-state'; \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/select.service.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/select.service.ts
deleted file mode 100644
index ba6f579e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/select.service.ts
+++ /dev/null
@@ -1,57 +0,0 @@
-/* tslint:disable:array-type member-access variable-name */
-import {Injectable} from '@angular/core';
-
-@Injectable()
-export class SelectService {
- selection: string[] = [];
-
- selected(indexName: string): boolean {
- if (this.selection === undefined || this.selection === []) {
- return null;
- }
-
- for (let item of this.selection) {
- if (item === indexName) {
- return true;
- }
- }
- return false;
- }
-
- handleSingleSelect(optionIndex: string) {
- this.selection = [];
- this.selection.push(optionIndex);
- return this.selection;
- }
-
- handleMutipleSelect(optionIndex: string) {
- if (this.selected(optionIndex)) {
- this.selection = this.handleSecondSelect(optionIndex);
- } else {
- this.selection.push(optionIndex);
- }
- return this.selection;
- }
-
- handleSecondSelect(optionIndex: string) {
- let selectedOption = [];
- for (let option of this.selection) {
- if (option !== optionIndex) {
- selectedOption.push(option);
- }
- }
- return selectedOption;
- }
-
- select(optionIndex: string, isMutiple: boolean): string[] {
- if (!isMutiple) {
- return this.handleSingleSelect(optionIndex);
- } else {
- return this.handleMutipleSelect(optionIndex);
- }
- }
-
- deselect() {
- this.selection = [];
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/uuid.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/uuid.ts
deleted file mode 100644
index 58756b63..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/core/uuid.ts
+++ /dev/null
@@ -1,36 +0,0 @@
-/* tslint:disable:array-type member-access variable-name */
-export class UUID {
- constructor() {
- //
- }
-
- static UUID(): string {
- if (typeof(window.crypto) !== 'undefined' &&
- typeof(window.crypto.getRandomValues) !== 'undefined') {
- // If we have a cryptographically secure PRNG, use that
- let buf: Uint16Array = new Uint16Array(8);
- window.crypto.getRandomValues(buf);
- return (
- this.pad4(buf[0]) + this.pad4(buf[1]) + '-' + this.pad4(buf[2]) +
- '-' + this.pad4(buf[3]) + '-' + this.pad4(buf[4]) + '-' +
- this.pad4(buf[5]) + this.pad4(buf[6]) + this.pad4(buf[7]));
- } else {
- // Otherwise, just use Math.random
- return this.random4() + this.random4() + '-' + this.random4() + '-' +
- this.random4() + '-' + this.random4() + '-' + this.random4() +
- this.random4() + this.random4();
- }
- }
-
- private static pad4(num: number): string {
- let ret: string = num.toString(16);
- while (ret.length < 4) {
- ret = '0' + ret;
- }
- return ret;
- }
-
- private static random4(): string {
- return Math.floor((1 + Math.random()) * 0x10000).toString(16).substring(1);
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/numberedFixLen.pipe.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/numberedFixLen.pipe.ts
deleted file mode 100644
index 9d26b16f..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/numberedFixLen.pipe.ts
+++ /dev/null
@@ -1,27 +0,0 @@
-/**
- * numberFixedLen.pipe
- */
-
-import { Pipe, PipeTransform } from '@angular/core';
-
-@Pipe({
- name: 'numberFixedLen'
-})
-export class NumberFixedLenPipe implements PipeTransform {
- transform(num: number, len: number): any {
- let numberInt = Math.floor(num);
- let length = Math.floor(len);
-
- if (num === null || isNaN(numberInt) || isNaN(length)) {
- return num;
- }
-
- let numString = numberInt.toString();
-
- while (numString.length < length) {
- numString = '0' + numString;
- }
-
- return numString;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.component.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.component.css
deleted file mode 100644
index 02983835..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.component.css
+++ /dev/null
@@ -1,366 +0,0 @@
-.owl-dateTime-input {
- width: 100%;
- padding-right: 1.5em; }
-
-.owl-dateTime-cancel {
- position: absolute;
- top: 50%;
- right: .1em;
- border-radius: 50%;
- transform: translateY(-50%);
- cursor: pointer;
- color: inherit; }
-
-.owl-dateTime-inputWrapper {
- position: relative; }
-
-.owl-dateTime-customTemp {
- display: inline-block;
- position: relative; }
-
-.owl-dateTime-dialog {
- position: absolute; }
-
-.owl-dateTime-dialogHeader {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%; }
-
-.owl-calendar-wrapper,
-.owl-timer-wrapper {
- position: relative;
- width: 100%;
- padding: .2em .5em; }
-
-.owl-calendar-control {
- display: flex;
- justify-content: space-around;
- width: 100%;
- height: 2em; }
- .owl-calendar-control .owl-calendar-controlNav {
- position: relative;
- cursor: pointer;
- width: 12.5%; }
- .owl-calendar-control .owl-calendar-controlContent {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 75%;
- height: 100%; }
-
-.owl-calendar {
- position: relative;
- min-height: 13.7em; }
- .owl-calendar table {
- width: 100%;
- border-collapse: collapse; }
- .owl-calendar tbody td {
- position: relative;
- text-align: center; }
- .owl-calendar tbody td a {
- display: block;
- width: 100%;
- height: 100%;
- text-decoration: none;
- color: inherit;
- font-size:12px;
- }
- .owl-calendar .owl-calendar-yearArrow {
- position: absolute;
- top: 50%;
- width: 1.5em;
- height: 1.5em;
- transform: translateY(-50%);
- cursor: pointer; }
- .owl-calendar .owl-calendar-yearArrow.left {
- left: -.5em; }
- .owl-calendar .owl-calendar-yearArrow.right {
- right: -.5em; }
-
-.owl-timer-wrapper {
- position: relative;
- display: flex;
- justify-content: center; }
- .owl-timer-wrapper .owl-timer {
- position: relative;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- width: 25%;
- height: 100%; }
- .owl-timer-wrapper .owl-timer-control {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 30%;
- width: 100%;
- cursor: pointer; }
- .owl-timer-wrapper .owl-timer-control .icon:before {
- margin: 0; }
- .owl-timer-wrapper .owl-timer-input {
- width: 60%;
- height: 100%; }
-
-/*# sourceMappingURL=picker.component.css.map */
-.font-face {
- font-weight: normal;
- font-style: normal; }
-[class^="icon-"]:before, [class*=" icon-"]:before {
- font-family: "fontello";
- font-style: normal;
- font-weight: normal;
- speak: none;
- display: inline-block;
- text-decoration: inherit;
- width: 1em;
- margin-right: .2em;
- text-align: center;
- /* opacity: .8; */
- /* For safety - reset parent styles, that can break glyph codes*/
- font-variant: normal;
- text-transform: none;
- /* fix buttons height, for twitter bootstrap */
- line-height: 1em;
- /* Animation center compensation - margins should be symmetric */
- /* remove if not needed */
- margin-left: .2em;
- /* you can be more comfortable with increased icons size */
- /* font-size: 120%; */
- /* Font smoothing. That was taken from TWBS */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- /* Uncomment for 3D effect */
- /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }
-
-.icon-cancel:before {
- content: '\e802'; }
-
-/* '' */
-.icon-up-open:before {
- content: '\e805'; }
-
-/* '' */
-.icon-down-open:before {
- content: '\e80b'; }
-
-/* '' */
-.icon-left-open:before {
- content: '\e817'; }
-
-/* '' */
-.icon-right-open:before {
- content: '\e818'; }
-
-/* '' */
-.owl-widget,
-.owl-widget * {
- box-sizing: border-box; }
-
-.owl-widget {
- font-size: 1em; }
-
-.owl-state-focus {
- box-shadow: 0px 0px 5px #1f89ce; }
-
-.owl-corner-all {
- border-radius: 3px; }
-
-.owl-corner-top {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px; }
-
-.owl-state-default {
- border: 1px solid #d6d6d6;
- background: #ffffff;
- color: #555555; }
-
-.owl-inputtext {
- margin: 0;
- outline: medium none;
- padding: .25em;
- background: #ffffff;
- color: #222222;
- transition: .2s; }
- .owl-inputtext:focus, .owl-inputtext.owl-state-focus {
- box-shadow: 0 0 5px #1f89ce; }
-
-.owl-dateTime {
- display: inline-block;
- position: relative;
- width: 100%; }
- .owl-dateTime.owl-dateTime-inline {
- width: auto; }
- .owl-dateTime.owl-dateTime-inline .owl-dateTime-dialog {
- position: relative;
- z-index: auto; }
-
-.owl-dateTime-dialog {
- width: 300px;
- user-select: none;
- z-index: 99999; }
-
-.owl-dateTime-dialogHeader {
- height: 2.5em;
- padding: .25em;
- background-color: rgba(0, 0, 0, 0.1);
- overflow-y: auto; }
-
-.owl-calendar-control .owl-calendar-controlNav .nav-prev,
-.owl-calendar-control .owl-calendar-controlNav .nav-next {
- position: absolute;
- top: 50%;
- right: auto;
- bottom: auto;
- left: 50%;
- transform: translate(-50%, -50%); }
- .owl-calendar-control .owl-calendar-controlNav .nav-prev:before,
- .owl-calendar-control .owl-calendar-controlNav .nav-next:before {
- content: " ";
- border-top: .5em solid transparent;
- border-bottom: .5em solid transparent;
- border-right: 0.75em solid #000000;
- width: 0;
- height: 0;
- display: block;
- margin: 0 auto; }
-.owl-calendar-control .owl-calendar-controlNav .nav-next:before {
- border-right: 0;
- border-left: 0.75em solid #000000; }
-.owl-calendar-control .owl-calendar-controlContent .month-control,
-.owl-calendar-control .owl-calendar-controlContent .year-control {
- display: inline-block;
- cursor: pointer;
- transition: transform 200ms ease; }
- .owl-calendar-control .owl-calendar-controlContent .month-control:hover,
- .owl-calendar-control .owl-calendar-controlContent .year-control:hover {
- transform: scale(1.2); }
-.owl-calendar-control .owl-calendar-controlContent .month-control {
- font-size: 1em;
- margin-right: .8rem;
- font-weight: 700; }
-.owl-calendar-control .owl-calendar-controlContent .year-control {
- font-size: .8em;
- font-style: italic;
- color: #999; }
-
-
-.owl-calendar tbody td .owl-calendar-selected {
- background-color: #00abff;
- color: #FFFFFF; }
-.owl-calendar tbody td.owl-calendar-invalid {
- color: #acacac; }
-.owl-calendar tbody td.owl-calendar-outFocus {
- color: #dddddd; }
-.owl-calendar tbody td.owl-calendar-hidden {
- visibility: hidden; }
-.owl-calendar tbody td:not(.owl-calendar-selected):not(.owl-calendar-invalid):hover {
- background-color: #bae4ff;
- color: #000000; }
-
-.owl-years td.owl-year,
-.owl-years td.owl-month,
-.owl-months td.owl-year,
-.owl-months td.owl-month {
- font-size: 1.2em;
- height: 2.5em;
- width: 33.33%;
- line-height: 2.5em; }
-
-.owl-weekdays th.owl-weekday {
- height: 1em;
- line-height: 2em;
- text-align: center;
- font-size: .7em;
- color: #999; }
-
-.owl-days td.owl-day {
- height: 2em;
- width: calc(100% / 7);
- line-height: 2em; }
- .owl-days td.owl-day.owl-day-today:before {
- content: '';
- display: block;
- position: absolute;
- right: 2px;
- top: 2px;
- border-top: 0.5em solid #21a7ff;
- border-left: .5em solid transparent;
- }
-
-.owl-timer-wrapper {
- height: 5.4em;
- background-color: rgba(0, 0, 0, 0.1); }
- .owl-timer-wrapper .owl-timer-text {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 40%;
- font-size: 1.5em; }
- .owl-timer-wrapper .owl-meridian-btn {
- font-size: .8em;
- color: #00abff;
- background-image: none;
- background-color: transparent;
- border-color: #00abff; }
- .owl-timer-wrapper .owl-meridian-btn:hover {
- color: #FFFFFF;
- background-color: #00abff;
- border-color: #00abff; }
-
-.owl-timer-divider {
- display: inline-block;
- align-self: flex-end;
- position: absolute;
- width: .6em;
- height: 100%;
- left: -.3em; }
- .owl-timer-divider .owl-timer-dot {
- display: block;
- width: .3em;
- height: .3em;
- position: absolute;
- left: 50%;
- border-radius: 50%;
- transform: translateX(-50%); }
- .owl-timer-divider .owl-timer-dot.dot-top {
- top: 38%; }
- .owl-timer-divider .owl-timer-dot.dot-bottom {
- bottom: 38%; }
-.owl-icon{
- position: absolute;
- top: 50%;
- right: .1em;
- border-radius: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- cursor: pointer;
- color: #9a9a9a;
-}
-.plx-btn{color: #00abff;
-min-width: 80px;
-letter-spacing: 1px;
-padding: 0px 16px;
-height: 32px;
-font-size: 12px;
-cursor: pointer;
-text-align: center;
-white-space: nowrap;
-margin-right: 10px;
-vertical-align: middle;
-border: 1px solid #d9d9d9;
-background-color: #fff;
-border-radius: 3px;
-line-height: 30px;
-}
-.plx-btn-xs{
- height: 24px;
- padding: 0px 12px;
- min-width: 60px;
- margin-right: 5px;
- line-height: 22px;
-}
-/*# sourceMappingURL=picker.css.map */
-
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.component.html
deleted file mode 100644
index 8e4102c2..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.component.html
+++ /dev/null
@@ -1,134 +0,0 @@
-<div
- class="owl-dateTime owl-widget"
- [ngClass]="{'owl-dateTime-inline': inline}"
- [ngStyle]="style"
- #container>
- <div *ngIf="!inline && customTemp.children.length == 0" class="owl-dateTime-inputWrapper" (mouseout)="Mouseout($event)" (mouseover)="Mouseover($event)">
- <input *ngIf="!supportKeyboardInput" type="text" [class]="inputStyleClass"
- [ngClass]="{
- 'owl-dateTime-input owl-inputtext owl-state-default': true
- }"
- [ngStyle]="inputStyle"
- [attr.placeholder]="placeHolder"
- [attr.tabindex]="tabIndex" [attr.id]="inputId"
- [attr.required]="required"
- [disabled]="disabled"
- [value]="formattedValue"
- (focus)="onInputFocus($event)" (blur)="onInputBlur($event)" (click)="onInputClick($event)" readonly>
- <input *ngIf="supportKeyboardInput" type="text" [class]="inputStyleClass"
- [ngClass]="{
- 'owl-dateTime-input owl-inputtext owl-state-default': true
- }"
- [ngStyle]="inputStyle"
- [attr.placeholder]="placeHolder"
- [attr.tabindex]="tabIndex" [attr.id]="inputId"
- (change)="onInputChange($event)"
- [attr.required]="required"
- [value]="formattedValue"
- (focus)="onInputFocus($event)" (blur)="onInputBlur($event)" (click)="onInputClick($event)">
- <i class="ict ict-close owl-icon" style="margin-right: 5px;" [hidden]="(!value)||(disabled)||(!mouseIn)||(!canClear)" (click)="clearValue($event)"></i>
- <i class="fa fa-calendar owl-icon" style="margin-right: 5px;" [hidden]="value&&(!disabled)" (click)="onInputClick($event)" ></i>
- </div>
- <!-- Workaround of ng-content default content (angular issue #12530) -->
- <div [ngClass]="{'owl-dateTime-customTemp': customTemp.children.length !== 0}" #customTemp (click)="onInputClick($event)">
- <ng-content></ng-content>
- </div>
- <div class="owl-dateTime-dialog owl-state-default owl-corner-all"
- [ngStyle]="{'display': inline ? 'inline-block' : null}"
- [@fadeInOut]="dialogVisible? 'visible' : (!inline? 'hidden': null)"
- (click)="onDialogClick($event)" #dialog>
- <div *ngIf="showHeader" class="owl-dateTime-dialogHeader owl-corner-top">
- <span *ngIf="value; else elseBlock">{{formattedValue}}</span>
- <ng-template #elseBlock><span>{{placeHolder}}</span></ng-template>
- </div>
- <div *ngIf="type ==='both' || type === 'calendar'" class="owl-calendar-wrapper owl-corner-all owl-padding">
- <div class="owl-calendar-control owl-cal-header">
- <div class="owl-calendar-controlNav">
- <span class="fa fa-angle-left" style="padding: 8px;margin-left:12px; font-size: 20px;"
- (click)="prevNav($event)"></span>
- </div>
- <div class="owl-calendar-controlContent">
- <span class="month-control" (click)="changeDialogType(2)">{{pickerMonth}}</span>
- <span class="year-control" (click)="changeDialogType(3)">{{pickerYear}}</span>
- </div>
- <div class="owl-calendar-controlNav">
- <span class="fa fa-angle-right" style="padding: 8px; font-size: 20px;" (click)="nextNav($event)"></span>
- </div>
- </div>
- <div class="owl-calendar" [hidden]="dialogType !== 1">
- <table class="owl-calendar-day">
- <thead class="owl-cal-header">
- <tr class="owl-weekdays" style="height:40px">
- <th *ngFor="let weekDay of calendarWeekdays" class="owl-weekday" scope="col">
- <span>{{weekDay}}</span>
- </th>
- </tr>
- </thead>
- <tbody>
- <tr class="owl-days" *ngFor="let week of calendarDays">
- <td *ngFor="let d of week" class="owl-day" style="padding: 5px;"
- [ngClass]="{
- 'owl-calendar-invalid': !isValidDay(d.date),
- 'owl-calendar-outFocus': d.otherMonth,
- 'owl-calendar-hidden': d.hide,
- 'owl-day-today': d.today
- }" (click)="selectDate($event, d.date)">
- <div style="height:32px;" class="owl-day day" [ngClass]=" {'owl-calendar-selected': isSelectedDay(d.date), 'owl-calendar-invalid': !isValidDay(d.date)}">
- <a style="line-height:32px;">{{d.num}}</a>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <div class="owl-calendar" [hidden]="dialogType !== 2">
- <table class="owl-calendar-month">
- <tbody>
- <tr class="owl-months" *ngFor="let months of calendarMonths; let i = index">
- <td *ngFor="let month of months; let j = index" class="owl-month"
- (click)="selectMonth(i*3 + j)">
- <div class="owl-month" [ngClass]="{'owl-calendar-div-selected': isCurrentMonth(i*3 + j),'owl-calendar-month-part':true,'owl-calendar-month-selected': isCurrentMonth(i*3 + j)}">
- <a>{{month}}</a>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <div class="owl-calendar" [hidden]="dialogType !== 3">
- <table class="owl-calendar-year">
- <tbody>
- <tr class="owl-years" *ngFor="let years of calendarYears">
- <td class="owl-year" *ngFor="let year of years"
- (click)="selectYear(+year)">
- <div [ngClass]="{'owl-calendar-year-part':true,'owl-calendar-year-selected': isCurrentYear(year)}">
- <a>{{year}}</a>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- <!--
- <div class="owl-calendar-yearArrow left" style="left: 12px;
- font-size: 20px;
- margin-top: -116px;" (click)="generateYearList('prev')">
- <i style="padding:8px" class="fa fa-angle-left"></i>
- </div>
- <div class="owl-calendar-yearArrow right" style="left: 261px;
- font-size: 20px;
- margin-top: -116px;" (click)="generateYearList('next')">
- <i style="padding:8px" class="fa fa-angle-right"></i>
- </div>
- -->
- </div>
- </div>
- <div *ngIf="type ==='both' || type === 'timer'" [hidden]="dialogType !== 1" >
- <div style="height: 35px; padding: 8px;margin-bottom: 20px;">
- <oes-timepickerr #timepicker [max]="_max" [min]="_min" class="time-picker" (TimerChange)="TimerChange($event)" [showSecondsTimer]="showSeconds" [(ngModel)]="mtime" [size]="'small'" [seconds]="seconds"></oes-timepickerr>
- <div class="confirm-btn-div" style=" float: right; margin-top: -35px;">
- <button class="plx-btn plx-btn-primary plx-btn-xs" (click)="confirm()" type="button"> {{locale.confirm}} </button>
- </div>
- </div>
- </div>
- </div>
-</div> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.component.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.component.less
deleted file mode 100644
index 8e50660b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.component.less
+++ /dev/null
@@ -1,434 +0,0 @@
-@import "../../assets/components/themes/default/theme.less";
-@import "../../assets/components/themes/common/plx-input.less";
-@import "../../assets/components/themes/common/plx-button.less";
-
-.owl-dateTime {
- display: inline-block;
- position: relative;
- width: 100%;
- font-family: @font-family;
- font-size: @font-size;
- background: @component-bg;
- color: @text-color;
-}
-
-.owl-dateTime input {
- .plx-input;
-}
-
-.owl-dateTime input:-ms-input-placeholder {
- color: @unselected-text-color !important;
-}
-.owl-dateTime input::-webkit-input-placeholder {
- color: @unselected-text-color !important;
-}
-
-.owl-dateTime-input {
- width: 100%;
- padding-right: 1.5em; }
-
-.owl-dateTime-cancel {
- position: absolute;
- top: 50%;
- right: .1em;
- border-radius: 50%;
- transform: translateY(-50%);
- cursor: pointer;
- color: inherit; }
-
-.owl-dateTime-inputWrapper {
- position: relative; }
-
-.owl-dateTime-customTemp {
- display: inline-block;
- position: relative; }
-
-.owl-dateTime-dialog {
- padding: 0px;
- position: absolute; }
-
-.owl-dateTime-dialogHeader {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%; }
-
-.owl-calendar-wrapper,
-.owl-timer-wrapper {
- position: relative;
- width: 100%;
- padding: .2em .5em; }
-
-.owl-calendar-control {
- display: flex;
- justify-content: space-around;
- width: 100%;
- height: 2em; }
- .owl-calendar-control .owl-calendar-controlNav {
- position: relative;
- cursor: pointer;
- width: 12.5%; }
- .owl-calendar-control .owl-calendar-controlContent {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 75%;
- height: 100%; }
-
-.owl-calendar {
- position: relative;
- min-height: 13.7em; }
- .owl-calendar table {
- width: 100%;
- border-collapse: collapse; }
- .owl-calendar tbody td {
- position: relative;
- text-align: center; }
- .owl-calendar tbody td a {
- display: block;
- width: 100%;
- height: 100%;
- text-decoration: none;
- color: inherit;
- font-size:12px;
- }
- .owl-calendar .owl-calendar-yearArrow {
- position: absolute;
- top: 50%;
- width: 1.5em;
- height: 1.5em;
- transform: translateY(-50%);
- cursor: pointer; }
- .owl-calendar .owl-calendar-yearArrow.left {
- left: -.5em; }
- .owl-calendar .owl-calendar-yearArrow.right {
- right: -.5em; }
-
-.owl-timer-wrapper {
- position: relative;
- display: flex;
- justify-content: center; }
- .owl-timer-wrapper .owl-timer {
- position: relative;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- width: 25%;
- height: 100%; }
- .owl-timer-wrapper .owl-timer-control {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 30%;
- width: 100%;
- cursor: pointer; }
- .owl-timer-wrapper .owl-timer-control .icon:before {
- margin: 0; }
- .owl-timer-wrapper .owl-timer-input {
- width: 60%;
- height: 100%; }
-
-/*# sourceMappingURL=picker.component.css.map */
-.font-face {
- font-weight: normal;
- font-style: normal; }
-
-[class^="paletx-datepicker-icon-"]:before, [class*="paletx-datepicker-icon-"]:before {
- font-family: "fontello";
- font-style: normal;
- font-weight: normal;
- speak: none;
- display: inline-block;
- text-decoration: inherit;
- width: 1em;
- margin-right: .2em;
- text-align: center;
- /* opacity: .8; */
- /* For safety - reset parent styles, that can break glyph codes*/
- font-variant: normal;
- text-transform: none;
- /* fix buttons height, for twitter bootstrap */
- line-height: 1em;
- /* Animation center compensation - margins should be symmetric */
- /* remove if not needed */
- margin-left: .2em;
- /* you can be more comfortable with increased icons size */
- /* font-size: 120%; */
- /* Font smoothing. That was taken from TWBS */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- /* Uncomment for 3D effect */
- /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }
-
-.paletx-datepicker-icon-cancel:before {
- content: '\e802'; }
-
-/* '' */
-.paletx-datepicker-icon-up-open:before {
- content: '\e805'; }
-
-/* '' */
-.paletx-datepicker-icon-down-open:before {
- content: '\e80b'; }
-
-/* '' */
-.paletx-datepicker-icon-left-open:before {
- content: '\e817'; }
-
-/* '' */
-.paletx-datepicker-icon-right-open:before {
- content: '\e818'; }
-
-/* '' */
-.owl-widget,
-.owl-widget * {
- box-sizing: border-box; }
-
-.owl-widget {
- font-size: 1em; }
-.owl-padding{
- padding: 0px;
-}
-.owl-corner-all {
- border-radius: 3px; }
-
-.owl-corner-top {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px; }
-
-.owl-state-default {
- border: 1px solid @border-color-base;
- background: @component-bg;
- color: @text-color; }
-
-.owl-inputtext {
- margin: 0;
- outline: medium none;
- transition: .2s; }
-
-
- .owl-dateTime.owl-dateTime-inline {
- width: auto; }
- .owl-dateTime.owl-dateTime-inline .owl-dateTime-dialog {
- position: relative;
- z-index: auto; }
-
-.owl-dateTime-dialog {
- width: 300px;
- user-select: none;
- z-index: 99999; }
-
-.owl-dateTime-dialogHeader {
- height: 2.5em;
- padding: .25em;
- background-color: @component-bg;
- overflow-y: auto; }
-
-.owl-calendar-control .owl-calendar-controlNav .nav-prev,
-.owl-calendar-control .owl-calendar-controlNav .nav-next {
- position: absolute;
- top: 50%;
- right: auto;
- bottom: auto;
- left: 50%;
- transform: translate(-50%, -50%);
-}
-
-.owl-cal-header{
- background: @selected-bg-color;
- //color: @form-label;
- height: 35px;
- //width: 105%;
- //margin-left: -7px;
-}
- .owl-calendar-control .owl-calendar-controlNav .nav-prev:before,
- .owl-calendar-control .owl-calendar-controlNav .nav-next:before {
- //content: "";
- border-top: .5em solid transparent;
- border-bottom: .5em solid transparent;
- border-right: 0.75em solid #000000;
- width: 0;
- height: 0;
- display: block;
- margin: 0 auto; }
-.owl-calendar-control .owl-calendar-controlNav .nav-next:before {
- border-right: 0;
- border-left: 0.75em solid #000000; }
-.owl-calendar-control .owl-calendar-controlContent .month-control,
-.owl-calendar-control .owl-calendar-controlContent .year-control {
- color: @unselected-text-color;
- display: inline-block;
- cursor: pointer;
- transition: transform 200ms ease; }
- .owl-calendar-control .owl-calendar-controlContent .month-control:hover,
- .owl-calendar-control .owl-calendar-controlContent .year-control:hover {
- // transform: scale(1.2); }
- color: @guide-color; }
-.owl-calendar-control .owl-calendar-controlContent .month-control {
- font-size: @font-size-title-group;
- margin-right: .8rem;
-}
-.owl-calendar-control .owl-calendar-controlContent .year-control {
- font-size: @font-size-title-group;
-}
-
-.owl-calendar tbody td.owl-calendar-selected {
- background-color: @guide-color;
- color: @component-bg }
-.owl-calendar tbody td.owl-calendar-invalid {
- color: @disabled-text-color }
-.owl-calendar tbody td.owl-calendar-outFocus {
- color: @unselected-text-color; }
-.owl-calendar tbody td.owl-calendar-hidden {
- visibility: hidden; }
- /**
-.owl-calendar tbody td:not(.owl-calendar-selected):not(.owl-calendar-invalid):hover {
- background-color: @hover-bg-color;
- color: @shadow-color }
-**/
-.owl-years td.owl-year,
-.owl-years td.owl-month,
-.owl-months td.owl-year,
-.owl-months td.owl-month {
- font-size: 1.2em;
- height: 2.5em;
- width: 33.33%;
- line-height: 2.5em;
- border-radius: 60px;
- }
-
-.owl-weekdays th.owl-weekday {
- height: 1em;
- line-height: 2em;
- text-align: center;
- font-weight: normal;
- font-size: @font-size;
- /**color: @unselected-text-color; **/
- }
-
-.owl-days td.owl-day {
- border-radius: 30px;
- height: 2em;
- width: calc(100% / 7);
- line-height: 2em; }
- .owl-days td.owl-day.owl-day-today:before {
- content: '';
- display: block;
- position: absolute;
- right: 2px;
- top: 2px;
- color: @primary-color;
- border-top: 0.5em solid @primary-color-hover;
- border-left: .5em solid transparent;
- }
-
-.owl-timer-wrapper {
- height: 5.4em;
- background-color: @shadow-color; }
- .owl-timer-wrapper .owl-timer-text {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 40%;
- font-size: 1.5em; }
- .owl-timer-wrapper .owl-meridian-btn {
- font-size: .8em;
- color: @guide-color;
- background-image: none;
- background-color: transparent;
- border-color: @guide-color; }
- .owl-timer-wrapper .owl-meridian-btn:hover {
- color: @scene-textcolor;
- background-color: @guide-color;
- border-color: @guide-color; }
-
-.owl-timer-divider {
- display: inline-block;
- align-self: flex-end;
- position: absolute;
- width: .6em;
- height: 100%;
- left: -.3em; }
- .owl-timer-divider .owl-timer-dot {
- display: block;
- width: .3em;
- height: .3em;
- position: absolute;
- left: 50%;
- border-radius: 50%;
- transform: translateX(-50%); }
- .owl-timer-divider .owl-timer-dot.dot-top {
- top: 38%; }
- .owl-timer-divider .owl-timer-dot.dot-bottom {
- bottom: 38%; }
-.owl-icon{
- position: absolute;
- top: 50%;
- right: .1em;
- border-radius: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- cursor: pointer;
- color: @fonticon-color;
-}
-
-.oes-time-control{
- color: @text-color !important;
-}
-.owl-calendar-selected {
- background-color: @guide-color;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar tbody td div.day:not(.owl-calendar-selected):not(.owl-calendar-invalid):hover {
- background-color: @hover-bg-color;
- color:#000;
- border-radius: 50%; }
-.oes-time-control{
- font-size: @font-size;
-}
-.owl-calendar-year-part{
- width: 42px;
- margin-left: 30px;
- text-align: center;
-}
-.owl-calendar-year-part:hover{
- background-color: @hover-bg-color;
- color:#000;
- border-radius: 50%;
-}
-.owl-calendar-year-selected{
- background-color: @guide-color;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar-year-selected:hover{
- background-color: @guide-color;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar-month-part{
- width: 42px;
- margin-left: 30px;
- text-align: center;
-}
-.owl-calendar-month-part:hover{
- background-color: @hover-bg-color;
- color:#000;
- border-radius: 50%;
-}
-.owl-calendar-month-selected{
- background-color: @guide-color;
- color: #fff;
- border-radius: 50%;
-}
-.owl-calendar-month-selected:hover{
- background-color: @guide-color;
- color: #fff;
- border-radius: 50%;
-}
-
-/*# sourceMappingURL=picker.css.map */
-
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.component.ts
deleted file mode 100644
index 493e0cb2..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.component.ts
+++ /dev/null
@@ -1,1712 +0,0 @@
-/**
- * picker.component
- */
-
-import {
- AfterViewInit,
- Component, ElementRef, EventEmitter, forwardRef, Input, OnDestroy, OnInit, Output, Renderer2,
- ViewChild
-} from '@angular/core';
-import { animate, state, style, transition, trigger } from '@angular/animations';
-import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';
-import {
- parse,
- isValid,
- startOfMonth,
- getDate,
- getDay,
- addDays,
- addMonths,
- isSameDay,
- isSameMonth,
- isToday,
- getMonth,
- setMonth,
- getYear,
- addYears,
- differenceInCalendarDays,
- setYear,
- getHours,
- setHours,
- getMinutes,
- setMinutes,
- getSeconds,
- setSeconds,
- isBefore,
- isAfter,
- compareAsc,
- startOfDay,
- format,
- endOfDay,
-} from 'date-fns';
-import { NumberFixedLenPipe } from './numberedFixLen.pipe';
-
-export interface LocaleSettings {
- firstDayOfWeek?: number;
- dayNames: string[];
- dayNamesShort: string[];
- monthNames: string[];
- monthNamesShort: string[];
- dateFns: any;
- confirm: string;
-}
-
-export enum DialogType {
- Time,
- Date,
- Month,
- Year,
-}
-
-export const DATETIMEPICKER_VALUE_ACCESSOR: any = {
- provide: NG_VALUE_ACCESSOR,
- useExisting: forwardRef(() => DateTimePickerComponent),
- multi: true
-};
-
-@Component({
- selector: 'plx-datepicker',
- templateUrl: './picker.component.html',
- styleUrls: ['./picker.component.less'],
- providers: [NumberFixedLenPipe, DATETIMEPICKER_VALUE_ACCESSOR],
- animations: [
- trigger('fadeInOut', [
- state('hidden', style({
- opacity: 0,
- display: 'none'
- })),
- state('visible', style({
- opacity: 1,
- display: 'block'
- })),
- transition('visible => hidden', animate('200ms ease-in')),
- transition('hidden => visible', animate('400ms ease-out'))
- ])
- ],
-})
-
-export class DateTimePickerComponent implements OnInit, AfterViewInit, OnDestroy, ControlValueAccessor {
-
- @ViewChild('timepicker') public timepicker;
-
- /**
- * Type of the value to write back to ngModel
- * @default 'date' -- Javascript Date type
- * @type {'string' | 'date'}
- * */
- @Input() dataType: 'string' | 'date' = 'date';
-
- /**
- * Format of the date
- * @default 'y/MM/dd'
- * @type {String}
- * */
- @Input() dateFormat: string = 'YYYY-MM-DD HH:mm';
- /**
- * When present, it specifies that the component should be disabled
- * @default false
- * @type {Boolean}
- * */
- @Input() disabled: boolean;
- /**
- * @default false
- * @type {Boolean}
- * */
- @Input() supportKeyboardInput: boolean = false;
- /**
- * Array with dates that should be disabled (not selectable)
- * @default null
- * @type {Date[]}
- * */
- @Input() disabledDates: Date[] = [];
-
- /**
- * Array with weekday numbers that should be disabled (not selectable)
- * @default null
- * @type {number[]}
- * */
- @Input() disabledDays: number[];
-
- /**
- * When enabled, displays the calendar as inline
- * @default false -- popup mode
- * @type {boolean}
- * */
- @Input() inline: boolean;
-
- /**
- * Identifier of the focus input to match a label defined for the component
- * @default null
- * @type {String}
- * */
- @Input() inputId: string;
-
- /**
- * Inline style of the picker text input
- * @default null
- * @type {any}
- * */
- @Input() inputStyle: any;
-
- /**
- * Style class of the picker text input
- * @default null
- * @type {String}
- * */
- @Input() inputStyleClass: string;
-
- /**
- * Maximum number of selectable dates in multiple mode
- * @default null
- * @type {number}
- * */
- @Input() maxDateCount: number;
-
- /**
- * The minimum selectable date time
- * @default null
- * @type {Date | string}
- * */
- private _max: Date;
- @Input()
- get max() {
- return this._max;
- }
-
- set max(val: Date | string) {
- this._max = this.parseToDate(val);
- }
-
- @Input()
- get maxDate() {
- return this._max;
- }
-
- set maxDate(val: Date | string) {
- this._max = this.parseToDate(val);
- }
-
- /**
- * The maximum selectable date time
- * @default null
- * @type {Date | string }
- * */
- private _min: Date;
- @Input()
- get min() {
- return this._min;
- }
-
- set min(val: Date | string) {
- this._min = this.parseToDate(val);
- }
- @Input()
- get minDate() {
- return this._min;
- }
-
- set minDate(val: Date | string) {
- this._min = this.parseToDate(val);
- }
-
- @Input()
- get dateValue() {
- return this.value;
- }
-
- set dateValue(val: Date | string) {
- let newvalue = this.parseToDate(val);
- if(newvalue!==undefined)
- {
- this.updateModel(newvalue);
- this.updateCalendar(newvalue);
- this.updateTimer(newvalue);
- this.updateFormattedValue();
- }
- }
-
-
- /**
- * Picker input placeholder value
- * @default
- * @type {String}
- * */
- @Input() placeHolder: string = 'yyyy-mm-dd hh:mm';
-
- /**
- * When present, it specifies that an input field must be filled out before submitting the form
- * @default false
- * @type {Boolean}
- * */
- @Input() required: boolean;
-
- /**
- * Defines the quantity of the selection
- * 'single' -- allow only a date value to be selected
- * 'multiple' -- allow multiple date value to be selected
- * 'range' -- allow to select an range ot date values
- * @default 'single'
- * @type {string}
- * */
- @Input() selectionMode: 'single' | 'multiple' | 'range' = 'single';
-
- /**
- * Whether to show the picker dialog header
- * @default false
- * @type {Boolean}
- * */
- @Input() showHeader: boolean;
-
- @Input() canClear: boolean = true;
-
- /**
- * Whether to show the second's timer
- * @default false
- * @type {Boolean}
- * */
- @Input() showSeconds: boolean;
-
- /**
- * Inline style of the element
- * @default null
- * @type {any}
- * */
- @Input() style: any;
-
- /**
- * Style class of the element
- * @default null
- * @type {String}
- * */
- @Input() styleClass: string;
-
- /**
- * Index of the element in tabbing order
- * @default null
- * @type {Number}
- * */
- @Input() tabIndex: number;
-
- /**
- * Set the type of the dateTime picker
- * 'both' -- show both calendar and timer
- * 'calendar' -- show only calendar
- * 'timer' -- show only timer
- * @default 'both'
- * @type {'both' | 'calendar' | 'timer'}
- * */
- @Input() type: 'both' | 'calendar' | 'timer' = 'calendar';
-
- //附加方法
- @Input()
- set timeOnly(value: boolean) {
- if (value) {
- this.type = 'timer';
- }
- else {
- this.type = "both";
- }
- }
-
- @Input()
- set showTime(value: boolean) {
- if (value) {
- this.type = 'both';
- }
- else {
- this.type = "calendar";
- }
- }
-
- /**
- * An object having regional configuration properties for the dateTimePicker
- * */
- @Input()
- get locale(): any {
- return this._locale;
- }
- set locale(val: any) {
- if (val !== undefined) {
- this._locale = val;
- this._userlocale = true;
- }
- }
-
- @Input() localePrefab: 'Zh' | 'En' = 'En';
- /**
- * Determine the hour format (12 or 24)
- * @default '24'
- * @type {'24'| '12'}
- * */
- @Input() hourFormat: '12' | '24' = '24';
-
-
- /**
- * When it is set to false, only show current month's days in calendar
- * @default true
- * @type {boolean}
- * */
- @Input() showOtherMonths: boolean = true;
-
- /**
- * Callback to invoke when dropdown gets focus.
- * */
- @Output() onFocus: any = new EventEmitter<any>();
-
- /**
- * Callback to invoke when dropdown gets focus.
- * */
- @Output() onConfirm: any = new EventEmitter<any>();
-
- /**
- * Callback to invoke when dropdown loses focus.
- * */
- @Output() onBlur: any = new EventEmitter<any>();
-
- /**
- * Callback to invoke when a invalid date is selected.
- * */
- @Output() onInvalid: any = new EventEmitter<any>();
-
-
-
- @ViewChild('container') containerElm: ElementRef;
- @ViewChild('textInput') textInputElm: ElementRef;
- @ViewChild('dialog') dialogElm: ElementRef;
-
- public calendarDays: Array<any[]>;
- public calendarWeekdays: string[];
- public calendarMonths: Array<string[]>;
- public calendarYears: Array<string[]> = [];
- public dialogType: DialogType = DialogType.Date;
- public dialogVisible: boolean;
- public focus: boolean;
- public formattedValue: string = '';
- public value: any;
- public pickerMoment: Date;
- public pickerMonth: string;
- public pickerYear: string;
-
- public hourValue: number;
- public minValue: number;
- public secValue: number;
- public meridianValue: string = 'AM';
- private _userlocale: boolean = false;
- private _locale: LocaleSettings = {
- firstDayOfWeek: 0,
- dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
- dayNamesShort: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
- //dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
- monthNames: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
- monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
- dateFns: null,
- confirm: 'OK'
- };
- private _localeEn: LocaleSettings = {
- firstDayOfWeek: 0,
- dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
- dayNamesShort: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
- monthNames: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
- monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
- dateFns: null,
- confirm: 'OK'
- };
- private _localeZh: LocaleSettings = {
- firstDayOfWeek: 0,
- dayNames: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'],
- dayNamesShort: ['日', '一', '二', '三', '四', '五', '六'],
- monthNames: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
- monthNamesShort: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
- dateFns: null,
- confirm: '确定'
- };
- private dialogClick: boolean;
- private documentClickListener: Function;
- private valueIndex: number = 0;
- private onModelChange: Function = () => {
- //
- }
- private onModelTouched: Function = () => {
- //
- }
-
- constructor(private renderer: Renderer2,
- private numFixedLenPipe: NumberFixedLenPipe) {
- }
- private updateDate(newvalue : Date)
- {
- if(newvalue!==undefined&&newvalue!==null)
- {
- if(this.min)
- {
- newvalue = this._min.getTime()<=newvalue.getTime()?newvalue:new Date(this._min);
- }
- if(this.max)
- {
- newvalue = this._max.getTime()>=newvalue.getTime()?newvalue:new Date(this._max);
- }
- this.updateModel(newvalue);
- this.updateCalendar(newvalue);
- this.updateTimer(newvalue);
- this.updateFormattedValue();
- return;
- }
- }
- public onInputChange(event:any): void {
- let newvalue = this.parseToDate(event.target.value);
- if(newvalue!==undefined&&newvalue!==null)
- {
- if(this.min)
- {
- newvalue = this._min.getTime()<=newvalue.getTime()?newvalue:new Date(this._min);
- }
- if(this.max)
- {
- newvalue = this._max.getTime()>=newvalue.getTime()?newvalue:new Date(this._max);
- }
- this.updateModel(newvalue);
- this.updateCalendar(newvalue);
- this.updateTimer(newvalue);
- this.updateFormattedValue();
- return;
- }
- this.updateModel(null);
- this.updateCalendar(null);
- this.updateTimer(null);
- this.updateFormattedValue();
- }
- public ngOnInit(): void {
-
- if ((!this._userlocale) || this.locale === null && this.locale === undefined) {
- switch (this.localePrefab) {
-
- case 'Zh': {
- this._locale = this._localeZh;
- break;
- }
- case 'En': {
- this._locale = this._localeEn;
- break;
- }
- default:
- {
- this._locale = this._localeEn;
- break;
- }
- }
- }
- this.pickerMoment = new Date();
-
- if (this.type === 'both' || this.type === 'calendar') {
- this.generateWeekDays();
- this.generateMonthList();
- }
- this.updateTimer(this.value);
- }
-
- public ngAfterViewInit(): void {
- this.updateCalendar(this.value);
- this.updateTimer(this.value);
- }
-
- public ngOnDestroy(): void {
- this.unbindDocumentClickListener();
- }
-
- public writeValue(obj: any): void {
-
- if (obj instanceof Array) {
- this.value = [];
- for (let o of obj) {
- let v = this.parseToDate(o);
- this.value.push(v);
- }
- this.updateCalendar(this.value[0]);
- this.updateTimer(this.value[0]);
- } else {
- this.value = this.parseToDate(obj);
- this.updateCalendar(this.value);
- this.updateTimer(this.value);
- }
- this.updateFormattedValue();
- }
-
- public registerOnChange(fn: any): void {
- this.onModelChange = fn;
- }
-
- public registerOnTouched(fn: any): void {
- this.onModelTouched = fn;
- }
-
- public setDisabledState(isDisabled: boolean): void {
- this.disabled = isDisabled;
- }
-
-
- private initflag = true;
- /**
- * Handle click event on the text input
- * @param {any} event
- * @return {void}
- * */
- public onInputClick(event: any): void {
-
- if (this.timepicker !== undefined && this.initflag) {
- this.initflag = false;
- if (this.value !== undefined && this.value !== null) {
- this.timepicker.updateHour(this.value.getHours());
- this.timepicker.updateMinute(this.value.getMinutes());
- this.timepicker.updateSecond(this.value.getSeconds());
- }
- else {
- this.timepicker.updateHour(0);
- this.timepicker.updateMinute(0);
- this.timepicker.updateSecond(0);
- this.updateModel(null);
- this.updateFormattedValue();
- }
- }
- if (this.disabled) {
- event.preventDefault();
- return;
- }
-
- this.dialogClick = true;
- if (!this.dialogVisible) {
- this.show();
- }
- event.preventDefault();
- return;
- }
-
- /**
- * Set the element on focus
- * @param {any} event
- * @return {void}
- * */
- public onInputFocus(event: any): void {
- this.focus = true;
- this.onFocus.emit(event);
- event.preventDefault();
- return;
- }
-
- /**
- * Set the element on blur
- * @param {any} event
- * @return {void}
- * */
- public onInputBlur(event: any): void {
- this.focus = false;
- this.onModelTouched();
- this.onBlur.emit(event);
- event.preventDefault();
- return;
- }
-
- /**
- * Handle click event on the dialog
- * @param {any} event
- * @return {void}
- * */
- public onDialogClick(event: any): void {
- this.dialogClick = true;
- }
-
- /**
- * Go to previous month
- * @param {any} event
- * @return {void}
- * */
- public prevMonth(event: any): void {
-
- if (this.disabled) {
- event.preventDefault();
- return;
- }
-
- this.pickerMoment = addMonths(this.pickerMoment, -1);
- this.generateCalendar();
- if(this.value!==undefined&&this.value!==null)
- {
- let nowvalue = new Date(this.value);
- nowvalue.setMonth(this.pickerMoment.getMonth());
- this.updateDate(nowvalue);
- }
- event.preventDefault();
- return;
- }
-
- /**
- * Go to next month
- * @param {any} event
- * @return {void}
- * */
- public nextMonth(event: any): void {
-
- if (this.disabled) {
- event.preventDefault();
- return;
- }
-
- this.pickerMoment = addMonths(this.pickerMoment, 1);
- this.generateCalendar();
- if(this.value!==undefined&&this.value!==null)
- {
- let nowvalue = new Date(this.value);
- nowvalue.setMonth(this.pickerMoment.getMonth());
- this.updateDate(nowvalue);
- }
- event.preventDefault();
- return;
- }
-
- /**
- * Select a date
- * @param {any} event
- * @param {Date} date
- * @return {void}
- * */
- public selectDate(event: any, date: Date): void {
-
- if (this.disabled || !date) {
- event.preventDefault();
- return;
- }
-
- let temp: Date;
- // check if the selected date is valid
- if (this.isValidValue(date)) {
- temp = date;
- } else {
- if (isSameDay(date, this._min)) {
- temp = new Date(this._min);
- } else if (isSameDay(date, this._max)) {
- temp = new Date(this._max);
- } else {
- this.onInvalid.emit({ originalEvent: event, value: date });
- return;
- }
- }
- if (this.minValue !== undefined) {
- temp.setMinutes(this.minValue);
- }
- if (this.secValue !== undefined) {
- temp.setSeconds(this.secValue);
- }
- if (this.hourValue !== undefined) {
- temp.setHours(this.hourValue);
- }
- let selected;
- if (this.isSingleSelection()) {
- if (!isSameDay(this.value, temp)) {
- selected = temp;
- }
- } else if (this.isRangeSelection()) {
- if (this.value && this.value.length) {
- let startDate = this.value[0];
- let endDate = this.value[1];
-
- if (!endDate && temp.getTime() > startDate.getTime()) {
- endDate = temp;
- this.valueIndex = 1;
- } else {
- startDate = temp;
- endDate = null;
- this.valueIndex = 0;
- }
- selected = [startDate, endDate];
- } else {
- selected = [temp, null];
- this.valueIndex = 0;
- }
- } else if (this.isMultiSelection()) {
-
- // check if it exceeds the maxDateCount limit
- if (this.maxDateCount && this.value &&
- this.value.length && this.value.length >= this.maxDateCount) {
- this.onInvalid.emit({ originalEvent: event, value: 'Exceed max date count.' });
- return;
- }
-
- if (this.isSelectedDay(temp)) {
- selected = this.value.filter((d: Date) => {
- return !isSameDay(d, temp);
- });
- } else {
- selected = this.value ? [...this.value, temp] : [temp];
- this.valueIndex = selected.length - 1;
- }
- }
- if (selected) {
- this.updateModel(selected);
- if (this.value instanceof Array) {
- this.updateCalendar(this.value[this.valueIndex]);
- this.updateTimer(this.value[this.valueIndex]);
- } else {
- this.updateCalendar(this.value);
- this.updateTimer(this.value);
- }
- this.updateFormattedValue();
- }
- }
-
- /**
- * Set a pickerMoment's month
- * @param {Number} monthNum
- * @return {void}
- * */
- public selectMonth(monthNum: number): void {
- this.pickerMoment = setMonth(this.pickerMoment, monthNum);
- this.generateCalendar();
- if(this.value!==undefined&&this.value!==null)
- {
- let nowvalue = new Date(this.value);
- nowvalue.setMonth(monthNum);
- this.updateDate(nowvalue);
- }
- this.changeDialogType(DialogType.Month);
- }
-
- /**
- * Set a pickerMoment's year
- * @param {Number} yearNum
- * @return {void}
- * */
- public selectYear(yearNum: number): void {
- this.pickerMoment = setYear(this.pickerMoment, yearNum);
- this.generateCalendar();
- if(this.value!==undefined&&this.value!==null)
- {
- let nowvalue = new Date(this.value);
- nowvalue.setFullYear(yearNum);
- this.updateDate(nowvalue);
- }
- this.changeDialogType(DialogType.Year);
- }
-
- /**
- * Set the selected moment's meridian
- * @param {any} event
- * @return {void}
- * */
- public toggleMeridian(event: any): void {
-
- let value = this.value ? (this.value.length ? this.value[this.valueIndex] : this.value) : null;
-
- if (this.disabled) {
- event.preventDefault();
- return;
- }
-
- if (!value) {
- this.meridianValue = this.meridianValue === 'AM' ? 'PM' : 'AM';
- return;
- }
-
- let hours = getHours(value);
- if (this.meridianValue === 'AM') {
- hours += 12;
- } else if (this.meridianValue === 'PM') {
- hours -= 12;
- }
-
- let selectedTime = setHours(value, hours);
- this.setSelectedTime(selectedTime);
- event.preventDefault();
- return;
- }
-
- /**
- * Set the selected moment's hour
- * @param {any} event
- * @param {'increase' | 'decrease' | number} val
- * 'increase' -- increase hour value by 1
- * 'decrease' -- decrease hour value by 1
- * number -- set hour value to val
- * @param {HTMLInputElement} input -- optional
- * @return {boolean}
- * */
- public setHours(event: any, val: 'increase' | 'decrease' | number, input?: HTMLInputElement): boolean {
-
- let value;
- if (this.value) {
- if (this.value.length) {
- value = this.value[this.valueIndex];
- } else {
- value = this.value;
- }
- } else {
- if (this.type === 'timer') {
- value = new Date();
- } else {
- value = null;
- }
- }
-
- if (this.disabled || !value) {
- event.preventDefault();
- return false;
- }
-
- let hours = getHours(value);
- if (val === 'increase') {
- hours += 1;
- } else if (val === 'decrease') {
- hours -= 1;
- } else {
- hours = val;
- }
-
- if (hours > 23) {
- hours = 0;
- } else if (hours < 0) {
- hours = 23;
- }
-
- let selectedTime = setHours(value, hours);
- let done = this.setSelectedTime(selectedTime);
-
- // Focus the input and select its value when model updated
- if (input) {
- setTimeout(() => {
- input.focus();
- }, 0);
- }
-
- event.preventDefault();
- return done;
- }
-
- /**
- * Set the selected moment's minute
- * @param {any} event
- * @param {'increase' | 'decrease' | number} val
- * 'increase' -- increase minute value by 1
- * 'decrease' -- decrease minute value by 1
- * number -- set minute value to val
- * @param {HTMLInputElement} input -- optional
- * @return {boolean}
- * */
- public setMinutes(event: any, val: 'increase' | 'decrease' | number, input?: HTMLInputElement): boolean {
-
- let value;
- if (this.value) {
- if (this.value.length) {
- value = this.value[this.valueIndex];
- } else {
- value = this.value;
- }
- } else {
- if (this.type === 'timer') {
- value = new Date();
- } else {
- value = null;
- }
- }
-
- if (this.disabled || !value) {
- event.preventDefault();
- return false;
- }
-
- let minutes = getMinutes(value);
- if (val === 'increase') {
- minutes += 1;
- } else if (val === 'decrease') {
- minutes -= 1;
- } else {
- minutes = val;
- }
-
- if (minutes > 59) {
- minutes = 0;
- } else if (minutes < 0) {
- minutes = 59;
- }
-
- let selectedTime = setMinutes(value, minutes);
- let done = this.setSelectedTime(selectedTime);
-
- // Focus the input and select its value when model updated
- if (input) {
- setTimeout(() => {
- input.focus();
- }, 0);
- }
-
- event.preventDefault();
- return done;
- }
-
- /**
- * Set the selected moment's second
- * @param {any} event
- * @param {'increase' | 'decrease' | number} val
- * 'increase' -- increase second value by 1
- * 'decrease' -- decrease second value by 1
- * number -- set second value to val
- * @param {HTMLInputElement} input -- optional
- * @return {boolean}
- * */
- public setSeconds(event: any, val: 'increase' | 'decrease' | number, input?: HTMLInputElement): boolean {
-
- let value;
- if (this.value) {
- if (this.value.length) {
- value = this.value[this.valueIndex];
- } else {
- value = this.value;
- }
- } else {
- if (this.type === 'timer') {
- value = new Date();
- } else {
- value = null;
- }
- }
-
- if (this.disabled || !value) {
- event.preventDefault();
- return false;
- }
-
- let seconds = getSeconds(value);
- if (val === 'increase') {
- seconds = this.secValue + 1;
- } else if (val === 'decrease') {
- seconds = this.secValue - 1;
- } else {
- seconds = val;
- }
-
- if (seconds > 59) {
- seconds = 0;
- } else if (seconds < 0) {
- seconds = 59;
- }
-
- let selectedTime = setSeconds(value, seconds);
- let done = this.setSelectedTime(selectedTime);
-
- // Focus the input and select its value when model updated
- if (input) {
- setTimeout(() => {
- input.focus();
- }, 0);
- }
-
- event.preventDefault();
- return done;
- }
-
- /**
- * Check if the date is selected
- * @param {Date} date
- * @return {Boolean}
- * */
- public isSelectedDay(date: Date): boolean {
- if (this.isSingleSelection()) {
- return this.value && isSameDay(this.value, date);
- } else if (this.isRangeSelection() && this.value && this.value.length) {
- if (this.value[1]) {
- return (isSameDay(this.value[0], date) || isSameDay(this.value[1], date) ||
- this.isDayBetween(this.value[0], this.value[1], date)) && this.isValidDay(date);
- } else {
- return isSameDay(this.value[0], date);
- }
- } else if (this.isMultiSelection() && this.value && this.value.length) {
- let selected;
- for (let d of this.value) {
- selected = isSameDay(d, date);
- if (selected) {
- break;
- }
- }
- return selected;
- }
- return false;
- }
-
- /**
- * Check if a day is between two specific days
- * @param {Date} start
- * @param {Date} end
- * @param {Date} day
- * @return {boolean}
- * */
- public isDayBetween(start: Date, end: Date, day: Date): boolean {
- if (start && end) {
- return isAfter(day, start) && isBefore(day, end);
- } else {
- return false;
- }
- }
-
- /**
- * Check if the calendar day is a valid day
- * @param {Date} date
- * @return {Boolean}
- * */
- public isValidDay(date: Date): boolean {
- let isValid = true;
- if (this.disabledDates && this.disabledDates.length) {
- for (let disabledDate of this.disabledDates) {
- if (isSameDay(disabledDate, date)) {
- return false;
- }
- }
- }
-
- if (isValid && this.disabledDays && this.disabledDays.length) {
- let weekdayNum = getDay(date);
- isValid = this.disabledDays.indexOf(weekdayNum) === -1;
- }
-
- if (isValid && this.min) {
- isValid = isValid && !isBefore(date, startOfDay(this.min));
- }
-
- if (isValid && this.max) {
- isValid = isValid && !isAfter(date, endOfDay(this.max));
- }
- return isValid;
- }
-
- /**
- * Check if the month is current pickerMoment's month
- * @param {Number} monthNum
- * @return {Boolean}
- * */
- public isCurrentMonth(monthNum: number): boolean {
- return getMonth(this.pickerMoment) === monthNum;
- }
-
- /**
- * Check if the year is current pickerMoment's year
- * @param {Number} yearNum
- * @return {Boolean}
- * */
- public isCurrentYear(yearNum: any): boolean {
- return getYear(this.pickerMoment) === yearNum||(getYear(this.pickerMoment)+"") === yearNum;
- }
-
- /**
- * Change the dialog type
- * @param {DialogType} type
- * @return {void}
- * */
- public changeDialogType(type: DialogType): void {
- if (this.dialogType === type) {
- this.dialogType = DialogType.Date;
- return;
- } else {
- this.dialogType = type;
- }
-
- if (this.dialogType === DialogType.Year) {
- this.generateYearList();
- }
- }
-
- /**
- * Handle blur event on timer input
- * @param {any} event
- * @param {HTMLInputElement} input
- * @param {string} type
- * @param {number} modelValue
- * @return {void}
- * */
- public onTimerInputBlur(event: any, input: HTMLInputElement, type: string, modelValue: number): void {
- let val = +input.value;
-
- if (this.disabled || val === modelValue) {
- event.preventDefault();
- return;
- }
-
- let done;
- if (!isNaN(val)) {
- switch (type) {
- case 'hours':
- if (this.hourFormat === '24' &&
- val >= 0 && val <= 23) {
- done = this.setHours(event, val);
- } else if (this.hourFormat === '12'
- && val >= 1 && val <= 12) {
- if (this.meridianValue === 'AM' && val === 12) {
- val = 0;
- } else if (this.meridianValue === 'PM' && val < 12) {
- val = val + 12;
- }
- done = this.setHours(event, val);
- }
- break;
- case 'minutes':
- if (val >= 0 && val <= 59) {
- done = this.setMinutes(event, val);
- }
- break;
- case 'seconds':
- if (val >= 0 && val <= 59) {
- done = this.setSeconds(event, val);
- }
- break;
- }
- }
-
- if (!done) {
- input.value = this.numFixedLenPipe.transform(modelValue, 2);
- input.focus();
- return;
- }
- event.preventDefault();
- return;
- }
-
- /**
- * Set value to null
- * @param {any} event
- * @return {void}
- * */
- public clearValue(event: any): void {
- this.dialogClick = true;
- this.updateModel(null);
- this.updateTimer(this.value);
- if (this.timepicker!==undefined) {
- this.timepicker.settime(undefined);
- }
- this.updateFormattedValue();
- if(this.value!==null)
- {
- event.date=new Date(this.value);
- }
- this.onConfirm.emit(event);
- event.preventDefault();
- }
-
- /**
- * Show the dialog
- * @return {void}
- * */
- private show(): void {
- this.alignDialog();
- this.dialogVisible = true;
- this.dialogType = DialogType.Date;
- this.bindDocumentClickListener();
- return;
- }
- private nextNav(event : any):void {
- if( this.dialogType===DialogType.Date|| this.dialogType===DialogType.Month)
- {
- this.nextMonth(event);
- }
- else if(this.dialogType===DialogType.Year){
- this.generateYearList('next');
- }
- }
- private prevNav(event : any):void {
- if( this.dialogType===DialogType.Date|| this.dialogType===DialogType.Month)
- {
- this.prevMonth(event);
- }
- else if(this.dialogType===DialogType.Year){
- this.generateYearList('prev');
- }
- }
- /**
- * Hide the dialog
- * @return {void}
- * */
- private hide(): void {
- this.dialogVisible = false;
- this.timepicker ? this.timepicker.closeProp() : 0;
- this.unbindDocumentClickListener();
- if(this.value!==null)
- {
- event["date"]=new Date(this.value);
- }
- this.onConfirm.emit(event);
- return;
- }
-
- /**
- * Set the dialog position
- * @return {void}
- * */
- private alignDialog(): void {
- let element = this.dialogElm.nativeElement;
- let target = this.containerElm.nativeElement;
- let elementDimensions = element.offsetParent ? {
- width: element.offsetWidth,
- height: element.offsetHeight
- } : this.getHiddenElementDimensions(element);
- let targetHeight = target.offsetHeight;
- let targetWidth = target.offsetWidth;
- let targetOffset = target.getBoundingClientRect();
- let viewport = this.getViewport();
- let top, left;
-
- if ((targetOffset.top + targetHeight + elementDimensions.height) > viewport.height) {
- top = -1 * (elementDimensions.height);
- if (targetOffset.top + top < 0) {
- top = 0;
- }
- } else {
- top = targetHeight;
- }
-
-
- if ((targetOffset.left + elementDimensions.width) > viewport.width) {
- left = targetWidth - elementDimensions.width;
- } else {
- left = 0;
- }
-
- element.style.top = top + 'px';
- element.style.left = left + 'px';
- }
-
- /**
- * Bind click event on document
- * @return {void}
- * */
- private bindDocumentClickListener(): void {
- let firstClick = true;
- if (!this.documentClickListener) {
- this.documentClickListener = this.renderer.listen('document', 'click', () => {
- if (!firstClick && !this.dialogClick) {
- this.hide();
- }
-
- firstClick = false;
- this.dialogClick = false;
- });
- }
- return;
- }
-
- /**
- * Unbind click event on document
- * @return {void}
- * */
- private unbindDocumentClickListener(): void {
- if (this.documentClickListener) {
- this.documentClickListener();
- this.documentClickListener = null;
- }
- return;
- }
-
- /**
- * Parse a object to Date object
- * @param {any} val
- * @return {Date}
- * */
- private parseToDate(val: any): Date {
- if (!val) {
- return;
- }
-
- let parsedVal;
- if (typeof val === 'string') {
- parsedVal = parse(val);
- } else {
- parsedVal = val;
- }
-
- return isValid(parsedVal) ? parsedVal : null;
- }
-
- /**
- * Generate the calendar days array
- * @return {void}
- * */
- private generateCalendar(): void {
-
- if (!this.pickerMoment) {
- return;
- }
-
- this.calendarDays = [];
- let startDateOfMonth = startOfMonth(this.pickerMoment);
- let startWeekdayOfMonth = getDay(startDateOfMonth);
-
- let dayDiff = 0 - (startWeekdayOfMonth + (7 - this.locale.firstDayOfWeek)) % 7;
-
- for (let i = 1; i < 7; i++) {
- let week = [];
- for (let j = 0; j < 7; j++) {
- let date = addDays(startDateOfMonth, dayDiff);
- let inOtherMonth = !isSameMonth(date, this.pickerMoment);
- week.push({
- date,
- num: getDate(date),
- today: isToday(date),
- otherMonth: inOtherMonth,
- hide: !this.showOtherMonths && inOtherMonth,
- });
- dayDiff += 1;
- }
- this.calendarDays.push(week);
- }
-
- this.pickerMonth = this.locale.monthNames[getMonth(this.pickerMoment)];
- this.pickerYear = getYear(this.pickerMoment).toString();
- }
-
- /**
- * Generate the calendar weekdays array
- * */
- private generateWeekDays(): void {
- this.calendarWeekdays = [];
- let dayIndex = this.locale.firstDayOfWeek;
- for (let i = 0; i < 7; i++) {
- this.calendarWeekdays.push(this.locale.dayNamesShort[dayIndex]);
- dayIndex = (dayIndex === 6) ? 0 : ++dayIndex;
- }
- }
-
- /**
- * Generate the calendar month array
- * @return {void}
- * */
- private generateMonthList(): void {
- this.calendarMonths = [];
- let monthIndex = 0;
- for (let i = 0; i < 4; i++) {
- let months = [];
- for (let j = 0; j < 3; j++) {
- months.push(this.locale.monthNamesShort[monthIndex]);
- monthIndex += 1;
- }
- this.calendarMonths.push(months);
- }
- }
-
- /**
- * Generate the calendar year array
- * @return {void}
- * */
- public generateYearList(dir?: string): void {
-
- if (!this.pickerMoment) {
- return;
- }
- let start;
-
- if (dir === 'prev') {
- start = +this.calendarYears[0][0] - 12;
- if(start<0)
- {
- start=0;
- }
- } else if (dir === 'next') {
- start = +this.calendarYears[3][2] + 1;
- } else {
- start = getYear(addYears(this.pickerMoment, -4));
- }
-
- for (let i = 0; i < 4; i++) {
- let years = [];
- for (let j = 0; j < 3; j++) {
- let year = (start + i * 3 + j).toString();
- years.push(year);
- }
- this.calendarYears[i] = years;
- }
- return;
- }
-
- /**
- * Update the calendar
- * @param {Date} value
- * @return {void}
- * */
- private updateCalendar(value: Date): void {
-
- // if the dateTime picker is only the timer,
- // no need to update the update Calendar.
- if (this.type === 'timer') {
- return;
- }
-
- if (value && (!this.calendarDays || !isSameMonth(value, this.pickerMoment))) {
- this.pickerMoment = setMonth(this.pickerMoment, getMonth(value));
- this.pickerMoment = setYear(this.pickerMoment, getYear(value));
- this.generateCalendar();
- } else if (!value && !this.calendarDays) {
- this.generateCalendar();
- }
- return;
- }
-
- /**
- * Update the timer
- * @param {Date} value
- * @return {boolean}
- * */
- private updateTimer(value: Date): boolean {
-
- // if the dateTime picker is only the calendar,
- // no need to update the timer
- if (this.type === 'calendar') {
- return false;
- }
-
- if (!value) {
- this.hourValue = null;
- this.minValue = null;
- this.secValue = null;
- this.mtime.hour = 0;
- this.mtime.minute = 0;
- this.mtime.second = 0;
- return true;
- }
- this.mtime.hour = value.getHours();
- this.mtime.minute = value.getMinutes();
- this.mtime.second = value.getSeconds();;
-
- let time = value;
- let hours = getHours(time);
- if (this.hourFormat === '12') {
- if (hours < 12 && hours > 0) {
- this.hourValue = hours;
- this.meridianValue = 'AM';
- } else if (hours > 12) {
- this.hourValue = hours - 12;
- this.meridianValue = 'PM';
- } else if (hours === 12) {
- this.hourValue = 12;
- this.meridianValue = 'PM';
- } else if (hours === 0) {
- this.hourValue = 12;
- this.meridianValue = 'AM';
- }
- } else if (this.hourFormat === '24') {
- this.hourValue = hours;
- }
-
- this.minValue = getMinutes(time);
- this.secValue = getSeconds(time);
- if(this.value!==undefined&&this.timepicker!==undefined)
- {
- this.timepicker.settime(new Date(this.value));
- }
- return true;
- }
-
- /**
- * Update ngModel
- * @param {Date} value
- * @return {Boolean}
- * */
- private updateModel(value: Date | Date[]): boolean {
- this.value = value;
- if (this.dataType === 'date') {
- this.onModelChange(this.value);
- } else if (this.dataType === 'string') {
- if (this.value && this.value.length) {
- let formatted = [];
- for (let v of this.value) {
- if (v) {
- formatted.push(format(v, this.dateFormat, { locale: this.locale.dateFns }));
- } else {
- formatted.push(null);
- }
- }
- this.onModelChange(formatted);
- } else {
- this.onModelChange(format(this.value, this.dateFormat, { locale: this.locale.dateFns }));
- }
- }
- return true;
- }
-
- /**
- * Update variable formattedValue
- * @return {void}
- * */
- private updateFormattedValue(): void {
- let formattedValue = '';
-
- if (this.value) {
- if (this.isSingleSelection()) {
- formattedValue = format(this.value, this.dateFormat, { locale: this.locale.dateFns });
- } else if (this.isRangeSelection()) {
- let startDate = this.value[0];
- let endDate = this.value[1];
-
- formattedValue = format(startDate, this.dateFormat, { locale: this.locale.dateFns });
-
- if (endDate) {
- formattedValue += ' - ' + format(endDate, this.dateFormat, { locale: this.locale.dateFns });
- } else {
- formattedValue += ' - ' + this.dateFormat;
- }
- } else if (this.isMultiSelection()) {
- for (let i = 0; i < this.value.length; i++) {
- let dateAsString = format(this.value[i], this.dateFormat, { locale: this.locale.dateFns });
- formattedValue += dateAsString;
- if (i !== (this.value.length - 1)) {
- formattedValue += ', ';
- }
- }
- }
- }
-
- this.formattedValue = formattedValue;
-
- return;
- }
-
- /**
- * Set the time
- * @param {Date} val
- * @return {boolean}
- * */
- public setSelectedTime(val: Date): boolean {
- let done;
- if (this.isValidValue(val)) {
- if (this.value instanceof Array) {
- this.value[this.valueIndex] = val;
- done = this.updateModel(this.value);
- done = done && this.updateTimer(this.value[this.valueIndex]);
- } else {
- done = this.updateModel(val);
- done = done && this.updateTimer(this.value);
- }
- this.updateFormattedValue();
- } else {
- this.onInvalid.emit({ originalEvent: event, value: val });
- done = false;
- }
- return done;
- }
-
- private isValidValue(value: Date): boolean {
- let isValid = true;
-
- if (this.disabledDates && this.disabledDates.length) {
- for (let disabledDate of this.disabledDates) {
- if (isSameDay(disabledDate, value)) {
- return false;
- }
- }
- }
-
- if (isValid && this.disabledDays && this.disabledDays.length) {
- let weekdayNum = getDay(value);
- isValid = this.disabledDays.indexOf(weekdayNum) === -1;
- }
-
- if (isValid && this.min) {
- isValid = isValid && !isBefore(value, this.min);
- }
-
- if (isValid && this.max) {
- isValid = isValid && !isAfter(value, this.max);
- }
-
- return isValid;
- }
-
- /**
- * Check if the selection mode is 'single'
- * @return {boolean}
- * */
- private isSingleSelection(): boolean {
- return this.selectionMode === 'single';
- }
-
- /**
- * Check if the selection mode is 'range'
- * @return {boolean}
- * */
- private isRangeSelection(): boolean {
- return this.selectionMode === 'range';
- }
-
- /**
- * Check if the selection mode is 'multiple'
- * @return {boolean}
- * */
- private isMultiSelection(): boolean {
- return this.selectionMode === 'multiple';
- }
-
- private getHiddenElementDimensions(element: any): any {
- let dimensions: any = {};
- element.style.visibility = 'hidden';
- element.style.display = 'block';
- dimensions.width = element.offsetWidth;
- dimensions.height = element.offsetHeight;
- element.style.display = 'none';
- element.style.visibility = 'visible';
-
- return dimensions;
- }
-
- private getViewport(): any {
- let win = window,
- d = document,
- e = d.documentElement,
- g = d.getElementsByTagName('body')[0],
- w = win.innerWidth || e.clientWidth || g.clientWidth,
- h = win.innerHeight || e.clientHeight || g.clientHeight;
-
- return { width: w, height: h };
- }
- public confirm() {
- this.hide();
- }
- public seconds = false;
- public mtime: any = { hour: 0, minute: 0, second: 0 };
- public TimerChange(time: any) {
- let value;
- if (this.value) {
- if (this.value.length) {
- value = this.value[this.valueIndex];
- } else {
- value = this.value;
- }
- } else {
- if (this.type === 'timer') {
- value = new Date();
- } else {
- value = new Date();
- }
- }
-
- if (this.disabled || !value) {
- event.preventDefault();
- return false;
- }
-
- let minute = time.minute;
- let hour = time.hour;
- let second = time.second;
- this.minValue = minute;
- this.hourValue = hour;
- this.secValue = second;
- let selectedTime = setMinutes(value, minute);
- selectedTime = setHours(selectedTime, hour);
- selectedTime = setSeconds(selectedTime, second);
- let done = this.setSelectedTime(selectedTime);
-
- // Focus the input and select its value when model updated
-
- event.preventDefault();
- return done;
- }
- private mouseIn :boolean = false;
- private Mouseout(event:any)
- {
- this.mouseIn = false;
- }
- private Mouseover(event:any)
- {
- this.mouseIn = true;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.module.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.module.ts
deleted file mode 100644
index 0511ad71..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/picker.module.ts
+++ /dev/null
@@ -1,27 +0,0 @@
-/**
- * picker.module
- */
-
-import { NgModule } from '@angular/core';
-
-import { DateTimePickerComponent } from './picker.component';
-import { CommonModule } from '@angular/common';
-import { FormsModule } from '@angular/forms';
-import { NumberFixedLenPipe } from './numberedFixLen.pipe';
-import { NgbTimepickerr } from './timepicker';
-import { OesDaterangePopover, OesDaterangePopoverWindow } from './popover';
-import { OesDaterangePopoverConfig } from './popover-config';
-import { NgbTimepickerConfig } from './timepicker-config';
-import { PlxDateRangePickerComponent } from './pickerrange.component'
-export {DateTimePickerComponent} from './picker.component';
-
-@NgModule({
- imports: [CommonModule, FormsModule],
- exports: [DateTimePickerComponent, NgbTimepickerr, OesDaterangePopover,PlxDateRangePickerComponent],
- declarations: [DateTimePickerComponent, NumberFixedLenPipe, NgbTimepickerr, OesDaterangePopoverWindow, OesDaterangePopover,PlxDateRangePickerComponent],
- providers: [OesDaterangePopoverConfig, NgbTimepickerConfig, OesDaterangePopoverConfig],
- entryComponents: [DateTimePickerComponent, OesDaterangePopoverWindow]
-})
-export class PlxDatePickerModule {
-}
-
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/pickerrange.component.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/pickerrange.component.css
deleted file mode 100644
index 2fb5b2b4..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/pickerrange.component.css
+++ /dev/null
@@ -1,18 +0,0 @@
-.datepickboxleft
-{
- width:45%;
- margin-right: 3%;
- float: left;
-}
-.datepickboxright
-{
- width:45%;
- margin-left: 3%;
- float: left;
-}
-.datepickboxto{
- width:4%;
- float: left;
- margin-top: 6px;
- text-align: center;
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/pickerrange.component.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/pickerrange.component.html
deleted file mode 100644
index 2b1986fe..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/pickerrange.component.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<div style="width:100%;">
-<div class="datepickboxleft" >
- <plx-datepicker [canClear]="canClear" [supportKeyboardInput]="supportKeyboardInput" [disabled]="disabled" [(ngModel)]="startDate" [showTime]="showTime" [showSeconds]="showSeconds" [timeOnly]="timeOnly" [dateFormat]="dateFormat" [locale]="locale" [minDate]="startMinDate" [maxDate]="_startMaxDate" (onConfirm)="EvonStartDateClosed($event)"
- placeHolder="{{placeHolderStartDate}}"></plx-datepicker>
-</div>
-<div class="datepickboxto" >
-{{locale.to}}
-</div>
-<div class="datepickboxright" >
- <plx-datepicker [canClear]="canClear" [supportKeyboardInput]="supportKeyboardInput" [disabled]="disabled" [(ngModel)]="endDate" [showTime]="showTime" [showSeconds]="showSeconds" [timeOnly]="timeOnly" [dateFormat]="dateFormat" [locale]="locale" [minDate]="_endMinDate" [maxDate]="endMaxDate" (onConfirm)="EvonEndDateClosed($event)"
- placeHolder="{{placeHolderEndDate}}"></plx-datepicker>
-</div>
-<br/>
-</div> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/pickerrange.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/pickerrange.component.ts
deleted file mode 100644
index a84e0987..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/pickerrange.component.ts
+++ /dev/null
@@ -1,162 +0,0 @@
-/**
- * picker.component
- */
-
-import {
- AfterViewInit,
- Component, ElementRef, EventEmitter, forwardRef, Input, OnDestroy, OnInit, Output, Renderer2,
- ViewChild
-} from '@angular/core';
-import {animate, state, style, transition, trigger} from '@angular/animations';
-import {ControlValueAccessor, NG_VALUE_ACCESSOR} from '@angular/forms';
-
-export interface LocaleSettings {
- firstDayOfWeek?: number;
- dayNames: string[];
- dayNamesShort: string[];
- monthNames: string[];
- monthNamesShort: string[];
- dateFns: any;
-}
-
-export enum DialogType {
- Time,
- Date,
- Month,
- Year,
-}
-
-@Component({
- selector: 'plx-daterange-picker',
- templateUrl: './pickerrange.component.html',
- styleUrls: ['./pickerrange.component.css'],
- providers: [],
-})
-
-export class PlxDateRangePickerComponent {
- /*
-disabled boolean false 设置为true时input框不能输入
-minDate Date null 最小可选日期
-maxDate Date null 最大可选日期
-showTime boolean false 设置为true时显示时间选择器
-showSeconds boolean false 时间选择器显示秒
-timeOnly boolean false 设置为true时只显示时间选择器
-dateFormat string YYYY-MM-DD HH:mm 设置时间选择模式
-locale Object null 设置国际化对象,请参考国际化例子。
-改变组件时间*/
-
- @Input() disabled : boolean = false;
- @Input() showTime : boolean = false;
- @Input() showSeconds : boolean = false;
- @Input() timeOnly : boolean = false;
- @Input() dateFormat : string = "YYYY-MM-DD HH:mm";
- @Input() placeHolderStartDate : string = "";
- @Input() placeHolderEndDate : string = "";
- @Input() locale : any ={
- firstDayOfWeek: 0,
- dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
- dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
- monthNames: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
- monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
- dateFns: null,
- confirm:'OK',
- to:"to"
- };
- @Input() startDate : Date;
- @Input() endDate : Date;
- @Input() canClear: boolean = true;
- @Input() startMinDate:Date;
- @Input() endMaxDate:Date;
- /**
- * @default false
- * @type {Boolean}
- * */
- @Input() supportKeyboardInput: boolean = false;
- _startSetMaxDate:Date;
- _startMaxDate:Date;
- @Input()
- set startMaxDate( date:Date)
- {
- this._startSetMaxDate=date;
- this.BuildstartMaxDate();
- }
- _endSetMinDate:Date;
- _endMinDate:Date;
- @Input()
- set endMinDate( date:Date)
- {
- this._endSetMinDate=date;
- this.BuildendMinDate();
- }
- BuildstartMaxDate()
- {
- if(this._startSetMaxDate===undefined)
- {
- this._startMaxDate=this.endDate
- return;
- }
- if(this.endDate!==undefined)
- {
- this._startMaxDate= this.endDate<this._startSetMaxDate?this.endDate:this._startSetMaxDate;
- return;
- }
- this._startMaxDate=this._startSetMaxDate;
- }
- BuildendMinDate()
- {
- if(this._endSetMinDate===undefined)
- {
- this._endMinDate=this.startDate
- return;
- }
- if(this.startDate!==undefined)
- {
- this._endMinDate= this.startDate>this._endSetMinDate?this.startDate:this._endSetMinDate;
- return;
- }
- this._endMinDate=this._endSetMinDate;
- }
-
- @Output()
- onStartDateClosed: EventEmitter<any> = new EventEmitter<any>();
- @Output()
- onEndDateClosed: EventEmitter<any> = new EventEmitter<any>();
-
- EvonStartDateClosed(event : any)
- {
- this.BuildendMinDate();
- if(this.startDate!==null)
- {
- event.date=new Date(this.startDate);
- }
- this.onStartDateClosed.emit(event);
- event.preventDefault();
- let dd= this;
- return;
- }
-
-
- EvonEndDateClosed (event : any)
- {
-
- this.BuildstartMaxDate()
- if(this.endDate!==null)
- {
- event.date=new Date(this.endDate);
- }
- this.onEndDateClosed.emit(event);
- event.preventDefault();
- let dd= this;
- return;
- }
-
-
- public navigateTo (startDate: Date, endDate: Date)
- {
- this.startDate=startDate;
- this.endDate = endDate;
- }
-
-
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/popover-config.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/popover-config.ts
deleted file mode 100644
index 5ac773c5..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/popover-config.ts
+++ /dev/null
@@ -1,13 +0,0 @@
-import { Injectable } from '@angular/core';
-
-/**
- * Configuration service for the OesDaterangePopover directive.
- * You can inject this service, typically in your root component, and customize the values of its properties in
- * order to provide default values for all the popovers used in the application.
- */
-@Injectable()
-export class OesDaterangePopoverConfig {
- public placement: 'top' | 'bottom' | 'left' | 'right' = 'top';
- public triggers = 'click';
- public container: string;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/popover.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/popover.ts
deleted file mode 100644
index 3d054120..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/popover.ts
+++ /dev/null
@@ -1,175 +0,0 @@
-import {
- Component,
- Directive,
- Input,
- Output,
- EventEmitter,
- ChangeDetectionStrategy,
- OnInit,
- OnDestroy,
- Injector,
- Renderer,
- ComponentRef,
- ElementRef,
- TemplateRef,
- ViewContainerRef,
- ComponentFactoryResolver,
- NgZone
-} from '@angular/core';
-
-import { listenToTriggers } from './util/triggers';
-import { positionElements } from './util/positioning';
-import { PopupService } from './util/popup';
-import { OesDaterangePopoverConfig } from './popover-config';
-
-let nextId = 0;
-
-@Component({
- selector: 'ngb-popover-window',
- changeDetection: ChangeDetectionStrategy.OnPush,
- host: { '[class]': '"popover show popover-" + placement', 'role': 'tooltip', '[id]': 'id' },
- styles: [`
-
- .popover-title,.popover-content{
- background-color: #fff;
- }
- .popover-custom{
- padding:9px 5px !important;
- }
-
-
- `],
- template: `
- <h3 class="popover-title">{{title}}</h3><div class="popover-content popover-custom"><ng-content></ng-content></div>
- `
-})
-export class OesDaterangePopoverWindow {
- @Input() public placement: 'top' | 'bottom' | 'left' | 'right' = 'top';
- @Input() public title: string;
- @Input() public id: string;
-}
-
-/**
- * A lightweight, extensible directive for fancy oes-popover creation.
- */
-@Directive({ selector: '[oesDaterangePopover]', exportAs: 'oesDaterangePopover' })
-export class OesDaterangePopover implements OnInit, OnDestroy {
- /**
- * Content to be displayed as oes-popover.
- */
- @Input() public oesDaterangePopover: string | TemplateRef<any>;
- /**
- * Title of a oes-popover.
- */
- @Input() public popoverTitle: string;
- /**
- * Placement of a oes-popover. Accepts: "top", "bottom", "left", "right"
- */
- @Input() public placement: 'top' | 'bottom' | 'left' | 'right';
- /**
- * Specifies events that should trigger. Supports a space separated list of event names.
- */
- @Input() public triggers: string;
- /**
- * A selector specifying the element the oes-popover should be appended to.
- * Currently only supports "body".
- */
- @Input() public container: string;
- /**
- * Emits an event when the oes-popover is shown
- */
- @Output() public shown = new EventEmitter();
- /**
- * Emits an event when the oes-popover is hidden
- */
- @Output() public hidden = new EventEmitter();
-
- private _OesDaterangePopoverWindowId = `ngb-popover-${nextId++}`;
- private _popupService: PopupService<OesDaterangePopoverWindow>;
- private _windowRef: ComponentRef<OesDaterangePopoverWindow>;
- private _unregisterListenersFn;
- private _zoneSubscription: any;
-
- constructor(
- private _elementRef: ElementRef, private _renderer: Renderer, injector: Injector,
- componentFactoryResolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef, config: OesDaterangePopoverConfig,
- ngZone: NgZone) {
- this.placement = config.placement;
- this.triggers = config.triggers;
- this.container = config.container;
- this._popupService = new PopupService<OesDaterangePopoverWindow>(
- OesDaterangePopoverWindow, injector, viewContainerRef, _renderer, componentFactoryResolver);
-
- this._zoneSubscription = ngZone.onStable.subscribe(() => {
- if (this._windowRef) {
- positionElements(
- this._elementRef.nativeElement, this._windowRef.location.nativeElement, this.placement,
- this.container === 'body');
- }
- });
- }
-
- /**
- * Opens an element’s oes-popover. This is considered a “manual” triggering of the oes-popover.
- * The context is an optional value to be injected into the oes-popover template when it is created.
- */
- public open(context?: any) {
- if (!this._windowRef) {
- this._windowRef = this._popupService.open(this.oesDaterangePopover, context);
- this._windowRef.instance.placement = this.placement;
- this._windowRef.instance.title = this.popoverTitle;
- this._windowRef.instance.id = this._OesDaterangePopoverWindowId;
-
- this._renderer.setElementAttribute(this._elementRef.nativeElement, 'aria-describedby', this._OesDaterangePopoverWindowId);
-
- if (this.container === 'body') {
- window.document.querySelector(this.container).appendChild(this._windowRef.location.nativeElement);
- }
-
- // we need to manually invoke change detection since events registered via
- // Renderer::listen() are not picked up by change detection with the OnPush strategy
- this._windowRef.changeDetectorRef.markForCheck();
- this.shown.emit();
- }
- }
-
- /**
- * Closes an element’s oes-popover. This is considered a “manual” triggering of the oes-popover.
- */
- public close(): void {
- if (this._windowRef) {
- this._renderer.setElementAttribute(this._elementRef.nativeElement, 'aria-describedby', null);
- this._popupService.close();
- this._windowRef = null;
- this.hidden.emit();
- }
- }
-
- /**
- * Toggles an element’s oes-popover. This is considered a “manual” triggering of the oes-popover.
- */
- public toggle(): void {
- if (this._windowRef) {
- this.close();
- } else {
- this.open();
- }
- }
-
- /**
- * Returns whether or not the oes-popover is currently being shown
- */
- public isOpen(): boolean { return this._windowRef !== null; }
-
- public ngOnInit() {
- this._unregisterListenersFn = listenToTriggers(
- this._renderer, this._elementRef.nativeElement, this.triggers, this.open.bind(this), this.close.bind(this),
- this.toggle.bind(this));
- }
-
- public ngOnDestroy() {
- this.close();
- this._unregisterListenersFn();
- this._zoneSubscription.unsubscribe();
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/time.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/time.ts
deleted file mode 100644
index ab31a498..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/time.ts
+++ /dev/null
@@ -1,51 +0,0 @@
-import { isNumber, toInteger } from './util/util';
-
-export class NgbTime {
- public hour: number;
- public minute: number;
- public second: number;
-
- constructor(hour?: number, minute?: number, second?: number) {
- this.hour = toInteger(hour);
- this.minute = toInteger(minute);
- this.second = toInteger(second);
- }
-
- public changeHour(step = 1) { this.updateHour((isNaN(this.hour) ? 0 : this.hour) + step); }
-
- public updateHour(hour: number) {
- if (isNumber(hour)) {
- this.hour = (hour < 0 ? 24 + hour : hour) % 24;
- } else {
- this.hour = NaN;
- }
- }
-
- public changeMinute(step = 1) { this.updateMinute((isNaN(this.minute) ? 0 : this.minute) + step); }
-
- public updateMinute(minute: number) {
- if (isNumber(minute)) {
- this.minute = minute % 60 < 0 ? 60 + minute % 60 : minute % 60;
- this.changeHour(Math.floor(minute / 60));
- } else {
- this.minute = NaN;
- }
- }
-
- public changeSecond(step = 1) { this.updateSecond((isNaN(this.second) ? 0 : this.second) + step); }
-
- public updateSecond(second: number) {
- if (isNumber(second)) {
- this.second = second < 0 ? 60 + second % 60 : second % 60;
- this.changeMinute(Math.floor(second / 60));
- } else {
- this.second = NaN;
- }
- }
-
- public isValid(checkSecs = true) {
- return isNumber(this.hour) && isNumber(this.minute) && (checkSecs ? isNumber(this.second) : true);
- }
-
- public toString() { return `${this.hour || 0}:${this.minute || 0}:${this.second || 0}`; }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/timepicker-config.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/timepicker-config.ts
deleted file mode 100644
index 8b752866..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/timepicker-config.ts
+++ /dev/null
@@ -1,19 +0,0 @@
-import { Injectable } from '@angular/core';
-
-/**
- * Configuration service for the NgbTimepicker component.
- * You can inject this service, typically in your root component, and customize the values of its properties in
- * order to provide default values for all the timepickers used in the application.
- */
-@Injectable()
-export class NgbTimepickerConfig {
- public meridian = false;
- public spinners = true;
- public seconds = false;
- public hourStep = 1;
- public minuteStep = 1;
- public secondStep = 1;
- public disabled = false;
- public readonlyInputs = false;
- public size: 'small' | 'medium' | 'large' = 'medium';
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/timepicker.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/timepicker.less
deleted file mode 100644
index 60acfa6b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/timepicker.less
+++ /dev/null
@@ -1,163 +0,0 @@
-@import "../../assets/components/themes/default/theme.less";
-@import "../../assets/components/themes/common/plx-input.less";
-@import "../../assets/components/themes/common/plx-button.less";
-.oes-time-table .chevron::before {
- border-style: solid;
- border-width: 0.29em 0.29em 0 0;
- content: '';
- display: inline-block;
- height: 0.69em;
- left: 0.05em;
- position: relative;
- top: 0.15em;
- transform: rotate(-45deg);
- -webkit-transform: rotate(-45deg);
- -ms-transform: rotate(-45deg);
- vertical-align: middle;
- width: 0.71em;
-}
-
-.oes-time-table .chevron.bottom:before {
- top: -.3em;
- -webkit-transform: rotate(135deg);
- -ms-transform: rotate(135deg);
- transform: rotate(135deg);
-}
-
-.oes-time-table .btn-link {
- border: none!important;
- cursor: pointer;
- outline: 0;
- display: block;
-}
-
-.oes-time-table .btn-link.disabled {
- cursor: not-allowed;
- opacity: .65;
-}
-
-.oes-time-control {
- text-align: center;
-}
-
-.datapicker-form-control {
- width: auto !important;
- display: inline-block;
-}
-
-.oes-time-table .ict-stretch{
-
- font-size: 8px;
-}
-
-.oes-time-table .ict-shrink{
- font-size: 8px;
-}
-.time-pick-bk{
- background-color: #fff;
-}
-
-.btn-link:focus, .btn-link:hover{
- text-decoration: none;
-}
-.oes-time-control{
- border: 0;
- width: 30px !important;
- padding: 3px 0;
- margin: 0;
- font-size: @font-size;
-}
-
-.oes-time-control:hover{
- background-color: #e6e6e6;
- color:#000;
- cursor: pointer;
-}
-
-
-.oes-time-control-foucs-bk{
- background-color: #00abff !important;
- color:#fff!important;
-
-}
-
-.oes-time-separator{
- margin: 0 -5px;
-}
-.oes-time-group,.oes-time-group:hover{
-
- border-bottom: 1px solid #ccc;
- border-left: 1px solid #ccc;
- border-top: 1px solid #ccc;
- border-radius: 0.2em;
- }
- .oes-time-btns,.oes-time-btns:hover{
-
- border-bottom: 1px solid #ccc;
- border-right: 1px solid #ccc;
- border-top: 1px solid #ccc;
- border-radius: 0.2em;
- padding: 0 0 7px 0 !important;
-
- }
-
- .oes-time-btns-wrapper {
- margin-top:-3px;
- transform:scale(0.6,0.6);
- }
-
- .i18nTimeDes,.i18nTimeDes:hover{
-
- padding: 0 5px 0px 0;
-
- }
-
- .oes-time-btn{
-
- height: 5px;
- }
-
-
- .oes-time-table{
- margin-bottom: 10px;
- }
-
-.hour-table{
-
- font-size:12px;
-}
-
-.hour-table td{
-
- padding: 5px;
- padding-top: 3px;
- padding-bottom: 3px;
- cursor: pointer;
-}
-.oes-time-btn-shrink{
- position: relative;
- top:-5px;
- left:0px;
- color:#CCC;
-}
-
-.oes-time-btn-stretch{
- position: relative;
- left:0px;
- color:#CCC;
-}
-.owl-calendar-timer-invalid{
- color: #acacac;
-}
-.owl-calendar-timer-selected{
- background-color: #00abff;
- color: #FFFFFF;
- border-radius: 1.2em;
-}
-.hour-table td:not(.owl-calendar-timer-selected):not(.owl-calendar-timer-invalid):hover {
- background-color: #ebf6fd;
- color: #000000;
- border-radius: 1.2em;
-}
-
-
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/timepicker.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/timepicker.ts
deleted file mode 100644
index 45dd7a4a..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/timepicker.ts
+++ /dev/null
@@ -1,558 +0,0 @@
-import { Component, Input, Output, forwardRef, OnChanges, EventEmitter, SimpleChanges, ViewChild } from '@angular/core';
-import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';
-
-import { isNumber, padNumber, toInteger, isDefined } from './util/util';
-import { NgbTime } from './time';
-import { NgbTimepickerConfig } from './timepicker-config';
-
-const NGB_TIMEPICKER_VALUE_ACCESSOR = {
- provide: NG_VALUE_ACCESSOR,
- useExisting: forwardRef(() => NgbTimepickerr),
- multi: true
-};
-
-/**
- * A lightweight & configurable timepicker directive.
- */
-@Component({
- selector: 'oes-timepickerr',
- styleUrls: ['./timepicker.less'],
- template: `
- <template #popContentHour>
-
- <table class="hour-table">
- <tbody>
- <tr><td (click)="selectHour(hour,$event)" *ngFor="let hour of hours1 " [ngClass]=" {'owl-calendar-timer-selected': isSelectedHour(hour), 'owl-calendar-timer-invalid': !isValidHour(hour)}">{{hour}}</td></tr>
- <tr><td (click)="selectHour(hour,$event)" *ngFor="let hour of hours2 " [ngClass]=" {'owl-calendar-timer-selected': isSelectedHour(hour), 'owl-calendar-timer-invalid': !isValidHour(hour)}">{{hour}}</td></tr>
- <tr><td (click)="selectHour(hour,$event)" *ngFor="let hour of hours3 " [ngClass]=" {'owl-calendar-timer-selected': isSelectedHour(hour), 'owl-calendar-timer-invalid': !isValidHour(hour)}">{{hour}}</td></tr>
-
- </tbody>
- </table>
-
- </template>
-
- <template #popContentMin>
-
- <table class="hour-table">
- <tbody>
- <tr><td (click)="selectMin(minuter,$event)" *ngFor="let minuter of minute1 " [ngClass]=" {'owl-calendar-timer-selected': isSelectedMin(minuter), 'owl-calendar-timer-invalid': !isValidMin(minuter)}">{{minuter}}</td></tr>
- <tr><td (click)="selectMin(minuter,$event)" *ngFor="let minuter of minute2 " [ngClass]=" {'owl-calendar-timer-selected': isSelectedMin(minuter), 'owl-calendar-timer-invalid': !isValidMin(minuter)}">{{minuter}}</td></tr>
- <tr><td (click)="selectMin(minuter,$event)" *ngFor="let minuter of minute3 " [ngClass]=" {'owl-calendar-timer-selected': isSelectedMin(minuter), 'owl-calendar-timer-invalid': !isValidMin(minuter)}">{{minuter}}</td></tr>
- <tr><td (click)="selectMin(minuter,$event)" *ngFor="let minuter of minute4 " [ngClass]=" {'owl-calendar-timer-selected': isSelectedMin(minuter), 'owl-calendar-timer-invalid': !isValidMin(minuter)}">{{minuter}}</td></tr>
- <tr><td (click)="selectMin(minuter,$event)" *ngFor="let minuter of minute5 " [ngClass]=" {'owl-calendar-timer-selected': isSelectedMin(minuter), 'owl-calendar-timer-invalid': !isValidMin(minuter)}">{{minuter}}</td></tr>
- <tr><td (click)="selectMin(minuter,$event)" *ngFor="let minuter of minute6 " [ngClass]=" {'owl-calendar-timer-selected': isSelectedMin(minuter), 'owl-calendar-timer-invalid': !isValidMin(minuter)}">{{minuter}}</td></tr>
-
- </tbody>
- </table>
-
- </template>
-
- <template #popContentSecond>
- <table class="hour-table">
- <tbody>
- <tr><td (click)="selectSecond(minuter,$event)" *ngFor="let minuter of minute1 " [ngClass]=" {'owl-calendar-timer-selected': isSelectedSec(minuter), 'owl-calendar-timer-invalid': !isValidSec(minuter)}">{{minuter}}</td></tr>
- <tr><td (click)="selectSecond(minuter,$event)" *ngFor="let minuter of minute2 " [ngClass]=" {'owl-calendar-timer-selected': isSelectedSec(minuter), 'owl-calendar-timer-invalid': !isValidSec(minuter)}">{{minuter}}</td></tr>
- <tr><td (click)="selectSecond(minuter,$event)" *ngFor="let minuter of minute3 " [ngClass]=" {'owl-calendar-timer-selected': isSelectedSec(minuter), 'owl-calendar-timer-invalid': !isValidSec(minuter)}">{{minuter}}</td></tr>
- <tr><td (click)="selectSecond(minuter,$event)" *ngFor="let minuter of minute4 " [ngClass]=" {'owl-calendar-timer-selected': isSelectedSec(minuter), 'owl-calendar-timer-invalid': !isValidSec(minuter)}">{{minuter}}</td></tr>
- <tr><td (click)="selectSecond(minuter,$event)" *ngFor="let minuter of minute5 " [ngClass]=" {'owl-calendar-timer-selected': isSelectedSec(minuter), 'owl-calendar-timer-invalid': !isValidSec(minuter)}">{{minuter}}</td></tr>
- <tr><td (click)="selectSecond(minuter,$event)" *ngFor="let minuter of minute6 " [ngClass]=" {'owl-calendar-timer-selected': isSelectedSec(minuter), 'owl-calendar-timer-invalid': !isValidSec(minuter)}">{{minuter}}</td></tr>
- </tbody>
- </table>
- </template>
- <table class="oes-time-table">
- <tr>
- <td class="i18nTimeDes">
- {{i18nTimeDes}}
- </td>
- <td class="oes-time-group">
- <input placement="top" style="padding-left:1px;padding-right:1px;border: 0; width: 30px !important;padding: 3px 0; margin: 0; font-size: 12px;"
- [oesDaterangePopover]="popContentHour" #propHour="oesDaterangePopover"
- #hourItem type="text" (focus)="selectItem('hour')"
- [ngClass]="{'oes-time-control-foucs-bk': currSelectedItem === 'hour'}"
- class="form-control datapicker-form-control form-control-sm oes-time-control " maxlength="2" size="2" placeholder="HH"
- [value]="formatHour(model?.hour)" (change)="updateHour($event.target.value)"
- [readonly]="readonlyInputs" [disabled]="disabled">
- <span class="oes-time-separator">&nbsp;:&nbsp;</span>
- <input
- [oesDaterangePopover]="popContentMin" #propMin="oesDaterangePopover"
- #minuteItem type="text"
- (focus)="selectItem('minute')" style="padding-left:1px;padding-right:1px;border: 0; width: 30px !important;padding: 3px 0; margin: 0; font-size: 12px;"
- [ngClass]="{'oes-time-control-foucs-bk': currSelectedItem === 'minute'}"
- class="form-control datapicker-form-control form-control-sm oes-time-control" maxlength="2" size="2" placeholder="MM"
- [value]="formatMinSec(model?.minute)" (change)="updateMinute($event.target.value)"
- [readonly]="readonlyInputs" [disabled]="disabled">
- <span *ngIf="showSecondsTimer" class="oes-time-separator">&nbsp;:&nbsp;</span>
- <input *ngIf="showSecondsTimer" style="padding-left:1px;padding-right:1px;border: 0; width: 30px !important;padding: 3px 0; margin: 0; font-size: 12px;"
- [oesDaterangePopover]="popContentSecond" #propSecond="oesDaterangePopover"
- #secondItem type="text"
- (focus)="selectItem('second')"
- [ngClass]="{'oes-time-control-foucs-bk': currSelectedItem === 'second'}"
- class="form-control datapicker-form-control form-control-sm oes-time-control" maxlength="2" size="2" placeholder="SS"
- [value]="formatMinSec(model?.second)" (change)="updateSecond($event.target.value)"
- [readonly]="readonlyInputs" [disabled]="disabled">
- </td>
-
- <td class="text-center oes-time-btns">
- <div class="oes-time-btns-wrapper">
- <button type="button" class="btn-link btn-sm oes-time-btn oes-time-btn-shrink " (click)="changeTime(hourStep)"
- [disabled]="disabled" [class.disabled]="disabled">
- <span class="ict-shrink"></span>
- </button>
- <button type="button" class="btn-link btn-sm oes-time-btn oes-time-btn-stretch" (click)="changeTime(-hourStep)"
- [disabled]="disabled" [class.disabled]="disabled">
- <span class="ict-stretch"></span>
- </button>
- </div>
- </td>
- </tr>
- </table>
- `,
- providers: [NGB_TIMEPICKER_VALUE_ACCESSOR]
-})
-export class NgbTimepickerr implements ControlValueAccessor,
- OnChanges {
- public disabled: boolean;
- public model: NgbTime;
- public datemodel: Date;
- @Output() TimerChange = new EventEmitter<NgbTime>();
- /**
- * Whether to display 12H or 24H mode.
- */
- @Input() public meridian: boolean;
-
- /**
- * Whether to display the spinners above and below the inputs.
- */
- @Input() public spinners: boolean;
-
- /**
- * Whether to display seconds input.
- */
- @Input() public seconds: boolean;
-
- /**
- * Number of hours to increase or decrease when using a button.
- */
- @Input() public hourStep: number;
-
- /**
- * Number of minutes to increase or decrease when using a button.
- */
- @Input() public minuteStep: number;
-
- /**
- * Number of seconds to increase or decrease when using a button.
- */
- @Input() public secondStep: number;
-
- /**
- * To make timepicker readonly
- */
- @Input() public readonlyInputs: boolean;
-
- /**
- * To set the size of the inputs and button
- */
- @Input() public size: 'small' | 'medium' | 'large';
-
-
-
- private _max: Date;
- @Input()
- get max() {
- return this._max;
- }
-
- set max(val: Date) {
- this._max = val;
- }
- private _min: Date;
- @Input()
- get min() {
- return this._min;
- }
-
- set min(val: Date) {
- this._min = val;
- }
-
- /**
- * Whether to show the second's timer
- * @default false
- * @type {Boolean}
- * */
- @Input() showSecondsTimer: boolean;
- /**
- * datePicker的国际化描述
- */
- @Input() public i18nTimeDes: string;
-
- @ViewChild('hourItem') public hourItem;
-
- @ViewChild('minuteItem') public minuteItem;
- @ViewChild('secondItem') public secondItem;
-
- @ViewChild('propHour') public propHour;
-
- @ViewChild('propMin') public propMin;
- @ViewChild('propSecond') public propSecond;
-
- public currSelectedItem: 'hour' | 'minute' | 'second';
-
- public hours1 = ['00', '01', '02', '03', '04', '05', '06', '07'];
-
- public hours2 = ['08', '09', '10', '11', '12', '13', '14', '15'];
-
- public hours3 = ['16', '17', '18', '19', '20', '21', '22', '23'];
-
- public minute1 = ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09'];
-
- public minute2 = ['10', '11', '12', '13', '14', '15', '16', '17', '18', '19'];
-
- public minute3 = ['20', '21', '22', '23', '24', '25', '26', '27', '28', '29'];
-
- public minute4 = ['30', '31', '32', '33', '34', '35', '36', '37', '38', '39'];
-
- public minute5 = ['40', '41', '42', '43', '44', '45', '46', '47', '48', '49'];
-
- public minute6 = ['50', '51', '52', '53', '54', '55', '56', '57', '58', '59'];
-
- constructor(config: NgbTimepickerConfig) {
- this.meridian = config.meridian;
- this.spinners = config.spinners;
- this.seconds = config.seconds;
- this.hourStep = config.hourStep;
- this.minuteStep = config.minuteStep;
- this.secondStep = config.secondStep;
- this.disabled = config.disabled;
- this.readonlyInputs = config.readonlyInputs;
- this.size = config.size;
- }
-
- public onChange = (_: any) => {
- // TO DO
- }
- public onTouched = () => {
- // TO DO
- }
- public settime(date : Date)
- {
- if(date!=null&&date!==undefined)
- {
- if(this._max!==undefined&&this._max.getTime()<date.getTime())
- {
- date.setHours(this._max.getHours());
- date.setMinutes(this._max.getMinutes());
- date.setSeconds(this._max.getSeconds());
- this.TimerChange.emit(new NgbTime(date.getHours(),date.getMinutes(),date.getSeconds()));
- }
- if(this._min!==undefined&&this._min.getTime()>date.getTime())
- {
- date.setHours(this._min.getHours());
- date.setMinutes(this._min.getMinutes());
- date.setSeconds(this._min.getSeconds());
- this.TimerChange.emit(new NgbTime(date.getHours(),date.getMinutes(),date.getSeconds()));
- }
- }
- if(date!==null&&date!==undefined)
- {
- let temptime = new NgbTime(date.getHours(),date.getMinutes(),date.getSeconds())
- this.model = temptime;
- this.datemodel = date;
- }
- else
- {
- let temptime = new NgbTime(0,0,0)
- this.model = temptime;
- this.datemodel = date;
- }
-
- }
- public selectHour(hour: string, event) {
- if(!this.isValidHour(parseInt(hour)))
- {
- return;
- }
- this.model.hour = parseInt(hour);
- this.propHour.close();
- this.propagateModelChange();
- event.stopPropagation();
- }
-
- public selectMin(minute: string, event) {
- if(!this.isValidMin(parseInt(minute)))
- {
- return;
- }
- this.model.minute = parseInt(minute);
- this.propMin.close();
- this.propagateModelChange();
-
- event.stopPropagation();
- }
- public selectSecond(second: string, event) {
- if(!this.isValidSec(parseInt(second)))
- {
- return;
- }
- this.model.second = parseInt(second);
- this.propSecond.close();
- this.propagateModelChange();
-
- event.stopPropagation();
- }
-
- /**
- * ###描述
- * 单击小时或者分钟选项时触发的事件
- *
- *
- * */
-
- public selectItem(item: 'hour' | 'minute' | 'second') {
-
- // 切换选中项
- this.currSelectedItem = item;
-
- if (item === 'hour') {
-
- this.propMin?this.propMin.close():0;
- this.propSecond?this.propSecond.close():0;
- } else if (item === 'minute') {
- this.propHour?this.propHour.close():0;
- this.propSecond?this.propSecond.close():0;
- } else if (item === 'second') {
- this.propHour?this.propHour.close():0;
- this.propMin?this.propMin.close():0;
- }
-
- this.minuteItem.nativeElement.blur();
- this.hourItem.nativeElement.blur();
-
- this.secondItem?this.secondItem.nativeElement.blur():0;
-
- // 弹出时间选择列表
- }
-
- public changeTime(stepTime) {
-
- if (this.currSelectedItem === 'hour') { // 如果当前选中的是小时
-
- this.changeHour(stepTime);
-
- } else if (this.currSelectedItem === 'minute') {
-
- this.changeMinute(stepTime);
- } else if (this.currSelectedItem === 'second') {
-
- this.changeSecond(stepTime);
- }
-
- }
-
-
- public writeValue(value) {
- this.model = value ? new NgbTime(value.hour, value.minute, value.second) : new NgbTime();
- if (!this.seconds && (!value || !isNumber(value.second))) {
- this.model.second = 0;
- }
- }
-
- public registerOnChange(fn: (value: any) => any): void { this.onChange = fn; }
-
- public registerOnTouched(fn: () => any): void { this.onTouched = fn; }
-
- public setDisabledState(isDisabled: boolean) { this.disabled = isDisabled; }
-
- public changeHour(step: number) {
- let newDate = new Date(this.datemodel.getTime());
- newDate.setHours(newDate.getHours()+step);
- if(!this.isValidDate(newDate))
- {
- return;
- }
- this.model.changeHour(step);
- this.propagateModelChange();
- }
-
- public changeMinute(step: number) {
- let newDate = new Date(this.datemodel.getTime());
- newDate.setMinutes(newDate.getMinutes()+step);
- if(!this.isValidDate(newDate))
- {
- return;
- }
- this.model.changeMinute(step);
- this.propagateModelChange();
- }
-
- public changeSecond(step: number) {
- let newDate = new Date(this.datemodel.getTime());
- newDate.setSeconds(newDate.getSeconds()+step);
- if(!this.isValidDate(newDate))
- {
- return;
- }
- this.model.changeSecond(step);
- this.propagateModelChange();
- }
-
- public updateHour(newVal: string) {
- this.model.updateHour(toInteger(newVal));
- this.propagateModelChange();
- }
-
- public updateMinute(newVal: string) {
- this.model.updateMinute(toInteger(newVal));
- this.propagateModelChange();
- }
-
- public updateSecond(newVal: string) {
- this.model.updateSecond(toInteger(newVal));
- this.propagateModelChange();
- }
-
- public toggleMeridian() {
- if (this.meridian) {
- this.changeHour(12);
- }
- }
-
- public formatHour(value: number) {
- if (isNumber(value)) {
- if (this.meridian) {
- return padNumber(value % 12 === 0 ? 12 : value % 12);
- } else {
- return padNumber(value % 24);
- }
- } else {
- return padNumber(NaN);
- }
- }
-
- public formatMinSec(value: number) { return padNumber(value); }
-
- public setFormControlSize() { return { 'form-control-sm': this.size === 'small', 'form-control-lg': this.size === 'large' }; }
-
- public setButtonSize() { return { 'btn-sm': this.size === 'small', 'btn-lg': this.size === 'large' }; }
-
-
- public ngOnChanges(changes: SimpleChanges): void {
- if (changes['seconds'] && !this.seconds && this.model && !isNumber(this.model.second)) {
- this.model.second = 0;
- this.propagateModelChange(false);
- }
- }
-
- private propagateModelChange(touched = true) {
- this.TimerChange.emit(this.model);
- if (touched) {
- this.onTouched();
- }
- if (this.model.isValid(this.seconds)) {
- this.onChange({ hour: this.model.hour, minute: this.model.minute, second: this.model.second });
- } else {
- this.onChange(null);
- }
- }
- public closeProp()
- {
-
- if(this.propSecond!==undefined)
- {
- this.propSecond.close();
- }
- if(this.propMin!==undefined)
- {
- this.propMin.close();
- }
- if(this.propHour!==undefined)
- {
- this.propHour.close();
- }
- }
- private isValidDate(date: Date)
- {
- let isValid = true;
- if (isValid && this._min!==undefined&&this._min!==null) {
- isValid = date.getTime()>=this._min.getTime();
- }
- if (isValid && this._max!==undefined&&this._max!==null) {
- isValid = date.getTime()<=this._max.getTime();
- }
- return isValid;
- }
- private isSelectedMin(strvalue:any): boolean {
- let value = parseInt(strvalue);
- if(this.model!==null&&this.model!==undefined)
- {
- return this.model.minute === value;
- }
- else
- {
- return false;
- }
-}
- private isValidMin(strvalue:any): boolean {
- let value = parseInt(strvalue);
- let nowdate = new Date();
- if(this.datemodel===undefined||this.datemodel===null)
- {
- }
- else
- {
- nowdate = new Date(this.datemodel);
- }
- nowdate.setMinutes(value);
- return this.isValidDate(nowdate);
-}
-private isSelectedSec(strvalue:any): boolean {
- let value = parseInt(strvalue);
- if(this.model!==null&&this.model!==undefined)
- {
- return this.model.second === value;
- }
- else
- {
- return false;
- }
-}
-private isValidSec(strvalue:any): boolean {
- let value = parseInt(strvalue);
- let nowdate = new Date();
- if(this.datemodel===undefined||this.datemodel===null)
- {
- }
- else
- {
- nowdate = new Date(this.datemodel);
- }
- nowdate.setSeconds(value);
- return this.isValidDate(nowdate);
-}
-private isSelectedHour(strvalue:any): boolean {
- let value = parseInt(strvalue);
- if(this.model!==null&&this.model!==undefined)
- {
- return this.model.hour === value;
- }
- else
- {
- return false;
- }
-}
-private isValidHour(strvalue:any): boolean {
- debugger;
- let value = parseInt(strvalue);
- let nowdate = new Date();
- if(this.datemodel===undefined||this.datemodel===null)
- {
- }
- else
- {
- nowdate = new Date(this.datemodel);
- }
- nowdate.setHours(value);
- return this.isValidDate(nowdate);
-}
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/util/popup.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/util/popup.ts
deleted file mode 100644
index 56c26d62..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/util/popup.ts
+++ /dev/null
@@ -1,58 +0,0 @@
-import {
- Injector,
- TemplateRef,
- ViewRef,
- ViewContainerRef,
- Renderer,
- ComponentRef,
- ComponentFactory,
- ComponentFactoryResolver
-} from '@angular/core';
-
-export class ContentRef {
- constructor(public nodes: any[], public viewRef?: ViewRef, public componentRef?: ComponentRef<any>) {}
-}
-
-export class PopupService<T> {
- private _windowFactory: ComponentFactory<T>;
- private _windowRef: ComponentRef<T>;
- private _contentRef: ContentRef;
-
- constructor(
- type: any, private _injector: Injector, private _viewContainerRef: ViewContainerRef, private _renderer: Renderer,
- componentFactoryResolver: ComponentFactoryResolver) {
- this._windowFactory = componentFactoryResolver.resolveComponentFactory<T>(type);
- }
-
- public open(content?: string | TemplateRef<any>, context?: any): ComponentRef<T> {
- if (!this._windowRef) {
- this._contentRef = this._getContentRef(content, context);
- this._windowRef =
- this._viewContainerRef.createComponent(this._windowFactory, 0, this._injector, this._contentRef.nodes);
- }
- return this._windowRef;
- }
-
- public close() {
- if (this._windowRef) {
- this._viewContainerRef.remove(this._viewContainerRef.indexOf(this._windowRef.hostView));
- this._windowRef = null;
-
- if (this._contentRef.viewRef) {
- this._viewContainerRef.remove(this._viewContainerRef.indexOf(this._contentRef.viewRef));
- this._contentRef = null;
- }
- }
- }
-
- private _getContentRef(content: string | TemplateRef<any>, context?: any): ContentRef {
- if (!content) {
- return new ContentRef([]);
- } else if (content instanceof TemplateRef) {
- const viewRef = this._viewContainerRef.createEmbeddedView(<TemplateRef<T>>content, context);
- return new ContentRef([viewRef.rootNodes], viewRef);
- } else {
- return new ContentRef([[this._renderer.createText(null, `${content}`)]]);
- }
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/util/positioning.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/util/positioning.ts
deleted file mode 100644
index ed9005c1..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/util/positioning.ts
+++ /dev/null
@@ -1,153 +0,0 @@
-// previous version:
-// https://github.com/angular-ui/bootstrap/blob/07c31d0731f7cb068a1932b8e01d2312b796b4ec/src/position/position.js
-export class Positioning {
- private getStyle(element: HTMLElement, prop: string): string { return window.getComputedStyle(element)[prop]; }
-
- private isStaticPositioned(element: HTMLElement): boolean {
- return (this.getStyle(element, 'position') || 'static') === 'static';
- }
-
- private offsetParent(element: HTMLElement): HTMLElement {
- let offsetParentEl = <HTMLElement>element.offsetParent || document.documentElement;
-
- while (offsetParentEl && offsetParentEl !== document.documentElement && this.isStaticPositioned(offsetParentEl)) {
- offsetParentEl = <HTMLElement>offsetParentEl.offsetParent;
- }
-
- return offsetParentEl || document.documentElement;
- }
-
- public position(element: HTMLElement, round = true): ClientRect {
- let elPosition: ClientRect;
- let parentOffset: ClientRect = {width: 0, height: 0, top: 0, bottom: 0, left: 0, right: 0};
-
- if (this.getStyle(element, 'position') === 'fixed') {
- elPosition = element.getBoundingClientRect();
- } else {
- const offsetParentEl = this.offsetParent(element);
-
- elPosition = this.offset(element, false);
-
- if (offsetParentEl !== document.documentElement) {
- parentOffset = this.offset(offsetParentEl, false);
- }
-
- parentOffset.top += offsetParentEl.clientTop;
- parentOffset.left += offsetParentEl.clientLeft;
- }
-
- elPosition.top -= parentOffset.top;
- elPosition.bottom -= parentOffset.top;
- elPosition.left -= parentOffset.left;
- elPosition.right -= parentOffset.left;
-
- if (round) {
- elPosition.top = Math.round(elPosition.top);
- elPosition.bottom = Math.round(elPosition.bottom);
- elPosition.left = Math.round(elPosition.left);
- elPosition.right = Math.round(elPosition.right);
- }
-
- return elPosition;
- }
-
- public offset(element: HTMLElement, round = true): ClientRect {
- const elBcr = element.getBoundingClientRect();
- const viewportOffset = {
- top: window.pageYOffset - document.documentElement.clientTop,
- left: window.pageXOffset - document.documentElement.clientLeft
- };
-
- let elOffset = {
- height: elBcr.height || element.offsetHeight,
- width: elBcr.width || element.offsetWidth,
- top: elBcr.top + viewportOffset.top,
- bottom: elBcr.bottom + viewportOffset.top,
- left: elBcr.left + viewportOffset.left,
- right: elBcr.right + viewportOffset.left
- };
-
- if (round) {
- elOffset.height = Math.round(elOffset.height);
- elOffset.width = Math.round(elOffset.width);
- elOffset.top = Math.round(elOffset.top);
- elOffset.bottom = Math.round(elOffset.bottom);
- elOffset.left = Math.round(elOffset.left);
- elOffset.right = Math.round(elOffset.right);
- }
-
- return elOffset;
- }
-
- public positionElements(hostElement: HTMLElement, targetElement: HTMLElement, placement: string, appendToBody?: boolean):
- ClientRect {
- const hostElPosition = appendToBody ? this.offset(hostElement, false) : this.position(hostElement, false);
- const shiftWidth: any = {
- left: hostElPosition.left,
- left2: (hostElPosition.left - 85),
- center: hostElPosition.left + hostElPosition.width / 2 - targetElement.offsetWidth / 2,
- right: hostElPosition.left + hostElPosition.width
- };
- const shiftHeight: any = {
- top: hostElPosition.top,
- center: hostElPosition.top + hostElPosition.height / 2 - targetElement.offsetHeight / 2,
- bottom: hostElPosition.top + hostElPosition.height
- };
- const targetElBCR = targetElement.getBoundingClientRect();
- const placementPrimary = placement.split('-')[0] || 'top';
- const placementSecondary = placement.split('-')[1] || 'center';
-
- let targetElPosition: ClientRect = {
- height: targetElBCR.height || targetElement.offsetHeight,
- width: targetElBCR.width || targetElement.offsetWidth,
- top: 0,
- bottom: targetElBCR.height || targetElement.offsetHeight,
- left: 0,
- right: targetElBCR.width || targetElement.offsetWidth
- };
-
- switch (placementPrimary) {
- case 'top':
- targetElPosition.top = hostElPosition.top - targetElement.offsetHeight;
- targetElPosition.bottom += hostElPosition.top - targetElement.offsetHeight;
- targetElPosition.left = shiftWidth[placementSecondary];
- targetElPosition.right += shiftWidth[placementSecondary];
- break;
- case 'bottom':
- targetElPosition.top = shiftHeight[placementPrimary];
- targetElPosition.bottom += shiftHeight[placementPrimary];
- targetElPosition.left = shiftWidth[placementSecondary];
- targetElPosition.right += shiftWidth[placementSecondary];
- break;
- case 'left':
- targetElPosition.top = shiftHeight[placementSecondary];
- targetElPosition.bottom += shiftHeight[placementSecondary];
- targetElPosition.left = hostElPosition.left - targetElement.offsetWidth;
- targetElPosition.right += hostElPosition.left - targetElement.offsetWidth;
- break;
- case 'right':
- targetElPosition.top = shiftHeight[placementSecondary];
- targetElPosition.bottom += shiftHeight[placementSecondary];
- targetElPosition.left = shiftWidth[placementPrimary];
- targetElPosition.right += shiftWidth[placementPrimary];
- break;
-
- }
-
- targetElPosition.top = Math.round(targetElPosition.top);
- targetElPosition.bottom = Math.round(targetElPosition.bottom);
- targetElPosition.left = Math.round(targetElPosition.left);
- targetElPosition.right = Math.round(targetElPosition.right);
-
- return targetElPosition;
- }
-}
-
-const positionService = new Positioning();
-export function positionElements(
- hostElement: HTMLElement, targetElement: HTMLElement, placement: string, appendToBody?: boolean): void {
- const pos = positionService.positionElements(hostElement, targetElement, placement, appendToBody);
-
- targetElement.style.top = `${pos.top}px`;
- targetElement.style.left = `${pos.left}px`;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/util/triggers.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/util/triggers.ts
deleted file mode 100644
index 8197de5b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/util/triggers.ts
+++ /dev/null
@@ -1,62 +0,0 @@
-export class Trigger {
- constructor(public open: string, public close?: string) {
- if (!close) {
- this.close = open;
- }
- }
-
- public isManual() { return this.open === 'manual' || this.close === 'manual'; }
-}
-
-const DEFAULT_ALIASES = {
- hover: ['mouseenter', 'mouseleave']
-};
-
-export function parseTriggers(triggers: string, aliases = DEFAULT_ALIASES): Trigger[] {
- const trimmedTriggers = (triggers || '').trim();
-
- if (trimmedTriggers.length === 0) {
- return [];
- }
-
- const parsedTriggers = trimmedTriggers.split(/\s+/).map(trigger => trigger.split(':')).map((triggerPair) => {
- let alias = aliases[triggerPair[0]] || triggerPair;
- return new Trigger(alias[0], alias[1]);
- });
-
- const manualTriggers = parsedTriggers.filter(triggerPair => triggerPair.isManual());
-
- if (manualTriggers.length > 1) {
- throw 'Triggers parse error: only one manual trigger is allowed';
- }
-
- if (manualTriggers.length === 1 && parsedTriggers.length > 1) {
- throw 'Triggers parse error: manual trigger can\'t be mixed with other triggers';
- }
-
- return parsedTriggers;
-}
-
-const noopFn = () => {
- // TO DO
-};
-
-export function listenToTriggers(renderer: any, nativeElement: any, triggers: string, openFn, closeFn, toggleFn) {
- const parsedTriggers = parseTriggers(triggers);
- const listeners = [];
-
- if (parsedTriggers.length === 1 && parsedTriggers[0].isManual()) {
- return noopFn;
- }
-
- parsedTriggers.forEach((trigger: Trigger) => {
- if (trigger.open === trigger.close) {
- listeners.push(renderer.listen(nativeElement, trigger.open, toggleFn));
- } else {
- listeners.push(
- renderer.listen(nativeElement, trigger.open, openFn), renderer.listen(nativeElement, trigger.close, closeFn));
- }
- });
-
- return () => { listeners.forEach(unsubscribeFn => unsubscribeFn()); };
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/util/util.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/util/util.ts
deleted file mode 100644
index fcabe960..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-datepicker/util/util.ts
+++ /dev/null
@@ -1,39 +0,0 @@
-export function toInteger(value: any): number {
- return parseInt(`${value}`, 10);
-}
-
-export function toString(value: any): string {
- return (value !== undefined && value !== null) ? `${value}` : '';
-}
-
-export function getValueInRange(value: number, max: number, min = 0): number {
- return Math.max(Math.min(value, max), min);
-}
-
-export function isString(value: any): boolean {
- return typeof value === 'string';
-}
-
-export function isNumber(value: any): boolean {
- return !isNaN(toInteger(value));
-}
-
-export function isInteger(value: any): boolean {
- return typeof value === 'number' && isFinite(value) && Math.floor(value) === value;
-}
-
-export function isDefined(value: any): boolean {
- return value !== undefined && value !== null;
-}
-
-export function padNumber(value: number) {
- if (isNumber(value)) {
- return value > 9? `${value}`.slice(-2):'0' + `${value}`.slice(-2);
- } else {
- return '';
- }
-}
-
-export function regExpEscape(text) {
- return text.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&');
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-backdrop.spec.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-backdrop.spec.ts
deleted file mode 100644
index 887b66e4..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-backdrop.spec.ts
+++ /dev/null
@@ -1,16 +0,0 @@
-import {TestBed} from '@angular/core/testing';
-import {PlxModalBackdrop} from './modal-backdrop';
-
-describe('plx-modal-backdrop', () => {
-
- beforeEach(() => {
- TestBed.configureTestingModule({declarations: [PlxModalBackdrop]});
- });
-
- it('should render backdrop with required CSS classes', () => {
- const fixture = TestBed.createComponent(PlxModalBackdrop);
-
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveCssClass('modal-backdrop');
- });
-});
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-backdrop.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-backdrop.ts
deleted file mode 100644
index 07e2ff84..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-backdrop.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import {Component} from '@angular/core';
-
-@Component({
- selector: 'plx-modal-backdrop',
- template: '',
- host: {'class': 'modal-backdrop fade show'}
-})
-export class PlxModalBackdrop {
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-dismiss-reasons.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-dismiss-reasons.ts
deleted file mode 100644
index 08395852..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-dismiss-reasons.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-export enum ModalDismissReasons {
- BACKDROP_CLICK,
- ESC
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-ref.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-ref.ts
deleted file mode 100644
index 061dc70e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-ref.ts
+++ /dev/null
@@ -1,109 +0,0 @@
-import {Injectable, ComponentRef} from '@angular/core';
-import {PlxModalBackdrop} from './modal-backdrop';
-import {PlxModalWindow} from './modal-window';
-import {ContentRef} from '../util/popup';
-
-/**
- * A reference to an active (currently opened) modal. Instances of this class
- * can be injected into components passed as modal content.
- */
-@Injectable()
-export class PlxActiveModal {
- /**
- * Can be used to close a modal, passing an optional result.
- */
- public close(result?: any): void {
- // TO DO
- }
-
- /**
- * Can be used to dismiss a modal, passing an optional reason.
- */
- public dismiss(reason?: any): void {
- // TO DO
- }
-}
-
-/**
- * A reference to a newly opened modal.
- */
-@Injectable()
-export class PlxModalRef {
- private _resolve: (result?: any) => void;
- private _reject: (reason?: any) => void;
-
- /**
- * The instance of component used as modal's content.
- * Undefined when a TemplateRef is used as modal's content.
- */
- get componentInstance(): any {
- if (this._contentRef.componentRef) {
- return this._contentRef.componentRef.instance;
- }
- }
-
- // only needed to keep TS1.8 compatibility
- set componentInstance(instance: any) {
- // TO DO
- }
-
- /**
- * A promise that is resolved when a modal is closed and rejected when a modal is dismissed.
- */
- public result: Promise<any>;
-
- constructor(private _windowCmptRef: ComponentRef<PlxModalWindow>, private _contentRef: ContentRef,
- private _backdropCmptRef?: ComponentRef<PlxModalBackdrop>) {
- _windowCmptRef.instance.dismissEvent.subscribe((reason: any) => {
- this.dismiss(reason);
- });
-
- this.result = new Promise((resolve, reject) => {
- this._resolve = resolve;
- this._reject = reject;
- });
- this.result.then(null, () => {
- // TO DO
- });
- }
-
- /**
- * Can be used to close a modal, passing an optional result.
- */
- public close(result?: any): void {
- if (this._windowCmptRef) {
- this._resolve(result);
- this._removeModalElements();
- }
- }
-
- /**
- * Can be used to dismiss a modal, passing an optional reason.
- */
- public dismiss(reason?: any): void {
- if (this._windowCmptRef) {
- this._reject(reason);
- this._removeModalElements();
- }
- }
-
- private _removeModalElements() {
- const windowNativeEl = this._windowCmptRef.location.nativeElement;
- windowNativeEl.parentNode.removeChild(windowNativeEl);
- this._windowCmptRef.destroy();
-
- if (this._backdropCmptRef) {
- const backdropNativeEl = this._backdropCmptRef.location.nativeElement;
- backdropNativeEl.parentNode.removeChild(backdropNativeEl);
- this._backdropCmptRef.destroy();
- }
-
- if (this._contentRef && this._contentRef.viewRef) {
- this._contentRef.viewRef.destroy();
- }
-
- this._windowCmptRef = null;
- this._backdropCmptRef = null;
- this._contentRef = null;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-stack.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-stack.ts
deleted file mode 100644
index 37f5b171..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-stack.ts
+++ /dev/null
@@ -1,103 +0,0 @@
-import {
- ApplicationRef,
- Injectable,
- Injector,
- ReflectiveInjector,
- ComponentFactory,
- ComponentFactoryResolver,
- ComponentRef,
- TemplateRef
-} from '@angular/core';
-
-import {ContentRef} from '../util/popup';
-import {isDefined, isString} from '../util/util';
-
-import {PlxModalBackdrop} from './modal-backdrop';
-import {PlxModalWindow} from './modal-window';
-import {PlxActiveModal, PlxModalRef} from './modal-ref';
-
-@Injectable()
-export class PlxModalStack {
- private _backdropFactory: ComponentFactory<PlxModalBackdrop>;
- private _windowFactory: ComponentFactory<PlxModalWindow>;
-
- constructor(private _applicationRef: ApplicationRef, private _injector: Injector,
- private _componentFactoryResolver: ComponentFactoryResolver) {
- this._backdropFactory = _componentFactoryResolver.resolveComponentFactory(PlxModalBackdrop);
- this._windowFactory = _componentFactoryResolver.resolveComponentFactory(PlxModalWindow);
- }
-
- public open(moduleCFR: ComponentFactoryResolver, contentInjector: Injector, content: any, options): PlxModalRef {
- const containerSelector = options.container || 'body';
- const containerEl = document.querySelector(containerSelector);// 默认获取到body的DOM
-
- if (!containerEl) {
- throw new Error(`The specified modal container "${containerSelector}" was not found in the DOM.`);
- }
-
- const activeModal = new PlxActiveModal();
- const contentRef = this._getContentRef(moduleCFR, contentInjector, content, activeModal);
-
- let windowCmptRef: ComponentRef<PlxModalWindow>;
- let backdropCmptRef: ComponentRef<PlxModalBackdrop>;
- let ngbModalRef: PlxModalRef;
-
-
- if (options.backdrop !== false) {
- backdropCmptRef = this._backdropFactory.create(this._injector);
- this._applicationRef.attachView(backdropCmptRef.hostView);
- containerEl.appendChild(backdropCmptRef.location.nativeElement);
- }
- windowCmptRef = this._windowFactory.create(this._injector, contentRef.nodes);
-
- /**
- * Attaches a view so that it will be dirty checked.
- * The view will be automatically detached when it is destroyed.
- * This will throw if the view is already attached to a ViewContainer.
- */
- this._applicationRef.attachView(windowCmptRef.hostView);
-
- containerEl.appendChild(windowCmptRef.location.nativeElement);
-
- ngbModalRef = new PlxModalRef(windowCmptRef, contentRef, backdropCmptRef);
-
- activeModal.close = (result: any) => {
- ngbModalRef.close(result);
- };
- activeModal.dismiss = (reason: any) => {
- ngbModalRef.dismiss(reason);
- };
-
- this._applyWindowOptions(windowCmptRef.instance, options);
-
- return ngbModalRef;
- }
-
- private _applyWindowOptions(windowInstance: PlxModalWindow, options: Object): void {
- ['backdrop', 'keyboard', 'size', 'windowClass'].forEach((optionName: string) => {
- if (isDefined(options[optionName])) {
- windowInstance[optionName] = options[optionName];
- }
- });
- }
-
- private _getContentRef(moduleCFR: ComponentFactoryResolver, contentInjector: Injector, content: any,
- context: PlxActiveModal): ContentRef {
- if (!content) {
- return new ContentRef([]);
- } else if (content instanceof TemplateRef) {
- const viewRef = content.createEmbeddedView(context);
- this._applicationRef.attachView(viewRef);
- return new ContentRef([viewRef.rootNodes], viewRef);
- } else if (isString(content)) {
- return new ContentRef([[document.createTextNode(`${content}`)]]);
- } else {
- const contentCmptFactory = moduleCFR.resolveComponentFactory(content);
- const modalContentInjector =
- ReflectiveInjector.resolveAndCreate([{provide: PlxActiveModal, useValue: context}], contentInjector);
- const componentRef = contentCmptFactory.create(modalContentInjector);
- this._applicationRef.attachView(componentRef.hostView);
- return new ContentRef([[componentRef.location.nativeElement]], componentRef.hostView, componentRef);
- }
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-window.spec.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-window.spec.ts
deleted file mode 100644
index 5767bfee..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-window.spec.ts
+++ /dev/null
@@ -1,114 +0,0 @@
-import {TestBed, ComponentFixture} from '@angular/core/testing';
-
-import {PlxModalWindow} from './modal-window';
-import {ModalDismissReasons} from './modal-dismiss-reasons';
-
-describe('plx-modal-dialog', () => {
-
- let fixture: ComponentFixture<PlxModalWindow>;
-
- beforeEach(() => {
- TestBed.configureTestingModule({declarations: [PlxModalWindow]});
- fixture = TestBed.createComponent(PlxModalWindow);
- });
-
- describe('basic rendering functionality', () => {
-
- it('should render default modal window', () => {
- fixture.detectChanges();
-
- const modalEl: Element = fixture.nativeElement;
- const dialogEl: Element = fixture.nativeElement.querySelector('.modal-dialog');
-
- expect(modalEl).toHaveCssClass('modal');
- expect(dialogEl).toHaveCssClass('modal-dialog');
- });
-
- it('should render default modal window with a specified size', () => {
- fixture.componentInstance.size = 'sm';
- fixture.detectChanges();
-
- const dialogEl: Element = fixture.nativeElement.querySelector('.modal-dialog');
- expect(dialogEl).toHaveCssClass('modal-dialog');
- expect(dialogEl).toHaveCssClass('modal-sm');
- });
-
- it('should render default modal window with a specified class', () => {
- fixture.componentInstance.windowClass = 'custom-class';
- fixture.detectChanges();
-
- expect(fixture.nativeElement).toHaveCssClass('custom-class');
- });
-
- it('aria attributes', () => {
- fixture.detectChanges();
- const dialogEl: Element = fixture.nativeElement.querySelector('.modal-dialog');
-
- expect(fixture.nativeElement.getAttribute('role')).toBe('dialog');
- expect(dialogEl.getAttribute('role')).toBe('document');
- });
- });
-
- describe('dismiss', () => {
-
- it('should dismiss on backdrop click by default', (done) => {
- fixture.detectChanges();
-
- fixture.componentInstance.dismissEvent.subscribe(($event) => {
- expect($event).toBe(ModalDismissReasons.BACKDROP_CLICK);
- done();
- });
-
- fixture.nativeElement.click();
- });
-
- it('should not dismiss on modal content click when there is active backdrop', (done) => {
- fixture.detectChanges();
- fixture.componentInstance.dismissEvent.subscribe(
- () => {
- done.fail(new Error('Should not trigger dismiss event'));
- });
-
- fixture.nativeElement.querySelector('.modal-content').click();
- setTimeout(done, 200);
- });
-
- it('should ignore backdrop clicks when there is no backdrop', (done) => {
- fixture.componentInstance.backdrop = false;
- fixture.detectChanges();
-
- fixture.componentInstance.dismissEvent.subscribe(($event) => {
- expect($event).toBe(ModalDismissReasons.BACKDROP_CLICK);
- done.fail(new Error('Should not trigger dismiss event'));
- });
-
- fixture.nativeElement.querySelector('.modal-dialog').click();
- setTimeout(done, 200);
- });
-
- it('should ignore backdrop clicks when backdrop is "static"', (done) => {
- fixture.componentInstance.backdrop = 'static';
- fixture.detectChanges();
-
- fixture.componentInstance.dismissEvent.subscribe(($event) => {
- expect($event).toBe(ModalDismissReasons.BACKDROP_CLICK);
- done.fail(new Error('Should not trigger dismiss event'));
- });
-
- fixture.nativeElement.querySelector('.modal-dialog').click();
- setTimeout(done, 200);
- });
-
- it('should dismiss on esc press by default', (done) => {
- fixture.detectChanges();
-
- fixture.componentInstance.dismissEvent.subscribe(($event) => {
- expect($event).toBe(ModalDismissReasons.ESC);
- done();
- });
-
- fixture.debugElement.triggerEventHandler('keyup.esc', {});
- });
- });
-
-});
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-window.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-window.ts
deleted file mode 100644
index eda5b39f..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-window.ts
+++ /dev/null
@@ -1,82 +0,0 @@
-import {
- Component,
- Output,
- EventEmitter,
- Input,
- ElementRef,
- Renderer,
- OnInit,
- AfterViewInit,
- OnDestroy, ViewEncapsulation
-} from '@angular/core';
-
-import {ModalDismissReasons} from './modal-dismiss-reasons';
-
-@Component({
- selector: 'plx-modal-window',
- host: {
- '[class]': '"modal plx-modal fade show" + (windowClass ? " " + windowClass : "")',
- 'role': 'dialog',
- 'tabindex': '-1',
- 'style': 'display: block;',
- '(keyup.esc)': 'escKey($event)',
- '(click)': 'backdropClick($event)'
- },
- template: `
- <div [class]="'modal-dialog' + (size ? ' modal-' + size : '')" role="document">
- <div class="modal-content"><ng-content></ng-content></div>
- </div>
- `,
- styleUrls: ['modal.less'],
- encapsulation: ViewEncapsulation.None
-})
-export class PlxModalWindow implements OnInit, AfterViewInit, OnDestroy {
- private _elWithFocus: Element; // element that is focused prior to modal opening
-
- @Input() public backdrop: boolean | string = true;
- @Input() public keyboard = true;
- @Input() public size: string;
- @Input() public windowClass: string;
-
- @Output('dismiss') public dismissEvent = new EventEmitter();
-
- constructor(private _elRef: ElementRef, private _renderer: Renderer) {
- }
-
- public backdropClick($event): void {
- if (this.backdrop === true && this._elRef.nativeElement === $event.target) {
- this.dismiss(ModalDismissReasons.BACKDROP_CLICK);
- }
- }
-
- public escKey($event): void {
- if (this.keyboard && !$event.defaultPrevented) {
- this.dismiss(ModalDismissReasons.ESC);
- }
- }
-
- public dismiss(reason): void {
- this.dismissEvent.emit(reason);
- }
-
- public ngOnInit() {
- this._elWithFocus = document.activeElement;
- this._renderer.setElementClass(document.body, 'modal-open', true);
- }
-
- public ngAfterViewInit() {
- if (!this._elRef.nativeElement.contains(document.activeElement)) {
- this._renderer.invokeElementMethod(this._elRef.nativeElement, 'focus', []);
- }
- }
-
- public ngOnDestroy() {
- if (this._elWithFocus && document.body.contains(this._elWithFocus)) {
- this._renderer.invokeElementMethod(this._elWithFocus, 'focus', []);
- } else {
- this._renderer.invokeElementMethod(document.body, 'focus', []);
- }
- this._elWithFocus = null;
- this._renderer.setElementClass(document.body, 'modal-open', false);
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal.less
deleted file mode 100644
index 5868749c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal.less
+++ /dev/null
@@ -1,125 +0,0 @@
-@import "../../assets/components/themes/default/theme.less";
-
-plx-modal-window {
- .modal {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- display: none;
- outline: 0;
- z-index: 10000;
- }
- .modal-dialog {
- position: relative;
- max-width: 600px;
- margin: 30px auto;
- &.modal-sm {
- max-width: 600px;
- }
- &.modal-lg {
- max-width: 1000px;
- }
- }
- .modal-content {
- position: relative;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- background-color: @component-bg;
- background-clip: padding-box;
- border-radius: @radius;
- box-shadow: 0 5px 15px @shadow-color;
- outline: 0;
- .modal-header {
- border-bottom: 0;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- padding: 15px;
- }
- .modal-body {
- .form-group:last-child, form:last-child {
- margin-bottom: 0;
- }
- }
- .modal-footer {
- display: block;
- border-top: 0;
- margin-top: 0;
- padding: 0 15px 15px 15px;
- }
- .modal-title {
- font-size: @font-size-title-level1;
- margin-bottom: 0;
- line-height: 1.5;
- }
- .modal-btn {
- text-align: center;
- font-size: 0;
- }
- }
- .close {
- color: @fonticon-color;
- font-size: @font-size-title-level2;
- text-shadow: none;
- width: 24px;
- height: 24px;
- background: @scene-textcolor;
- border-radius: 20px;
- padding-bottom: 2px;
- outline: none;
- &:hover {
- color: @fonticon-color;
- background: @fonticon-bg-color-hover;
- }
- }
- .alert-modal {
- &.row {
- margin-left: 100px;
- margin-bottom: 30px;
- text-align: left;
- .tip-img {
- display: inline-block;
- width: 52px;
- height: 52px;
- border-radius: 50px;
- font-size: 45px;
- text-align: center;
- line-height: 1;
- margin-top: -5px;
- margin-right: 15px;
- &::before {
- content: "!";
- }
- }
- .tip-info {
- width: 300px;
- .alert-title {
- font-size: @font-size-title-level2;
- color: @title-text-color;
- }
- .alert-result {
- margin-top: 5px;
- font-size: @font-size;
- color: @unselected-text-color;
- }
- }
- .warning {
- border: 3px solid @warning-color;
- color: @warning-color;
- }
- .error {
- border: 3px solid @error-color;
- color: @error-color;
- }
- }
- }
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal.module.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal.module.ts
deleted file mode 100644
index 67fdb478..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal.module.ts
+++ /dev/null
@@ -1,21 +0,0 @@
-import {NgModule, ModuleWithProviders} from '@angular/core';
-
-import {PlxModalBackdrop} from './modal-backdrop';
-import {PlxModalWindow} from './modal-window';
-import {PlxModalStack} from './modal-stack';
-import {PlxModal} from './modal';
-
-export {PlxModal, PlxModalOptions} from './modal';
-export {PlxModalRef, PlxActiveModal} from './modal-ref';
-export {ModalDismissReasons} from './modal-dismiss-reasons';
-
-@NgModule({
- declarations: [PlxModalBackdrop, PlxModalWindow],
- entryComponents: [PlxModalBackdrop, PlxModalWindow],
- providers: [PlxModal]
-})
-export class PlxModalModule {
- public static forRoot(): ModuleWithProviders {
- return {ngModule: PlxModalModule, providers: [PlxModal, PlxModalStack]};
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal.spec.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal.spec.ts
deleted file mode 100644
index a99c86b1..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal.spec.ts
+++ /dev/null
@@ -1,597 +0,0 @@
-import {Component, Injectable, ViewChild, OnDestroy, NgModule, getDebugNode, DebugElement} from '@angular/core';
-import {CommonModule} from '@angular/common';
-import {TestBed, ComponentFixture} from '@angular/core/testing';
-
-import {PlxModalModule, PlxModal, PlxActiveModal, PlxModalRef} from './modal.module';
-
-const NOOP = () => {
-};
-
-@Injectable()
-class SpyService {
- called = false;
-}
-
-describe('plx-modal', () => {
-
- let fixture: ComponentFixture<TestComponent>;
-
- beforeEach(() => {
- jasmine.addMatchers({
- toHaveModal: function (util, customEqualityTests) {
- return {
- compare: function (actual, content?, selector?) {
- const allModalsContent = document.querySelector(selector || 'body').querySelectorAll('.modal-content');
- let pass = true;
- let errMsg;
-
- if (!content) {
- pass = allModalsContent.length > 0;
- errMsg = 'at least one modal open but found none';
- } else if (Array.isArray(content)) {
- pass = allModalsContent.length === content.length;
- errMsg = `${content.length} modals open but found ${allModalsContent.length}`;
- } else {
- pass = allModalsContent.length === 1 && allModalsContent[0].textContent.trim() === content;
- errMsg = `exactly one modal open but found ${allModalsContent.length}`;
- }
-
- return {pass: pass, message: `Expected ${actual.outerHTML} to have ${errMsg}`};
- },
- negativeCompare: function (actual) {
- const allOpenModals = actual.querySelectorAll('plx-modal-window');
-
- return {
- pass: allOpenModals.length === 0,
- message: `Expected ${actual.outerHTML} not to have any modals open but found ${allOpenModals.length}`
- };
- }
- };
- }
- });
-
- jasmine.addMatchers({
- toHaveBackdrop: function (util, customEqualityTests) {
- return {
- compare: function (actual) {
- return {
- pass: document.querySelectorAll('plx-modal-backdrop').length === 1,
- message: `Expected ${actual.outerHTML} to have exactly one backdrop element`
- };
- },
- negativeCompare: function (actual) {
- const allOpenModals = document.querySelectorAll('plx-modal-backdrop');
-
- return {
- pass: allOpenModals.length === 0,
- message: `Expected ${actual.outerHTML} not to have any backdrop elements`
- };
- }
- };
- }
- });
- });
-
- beforeEach(() => {
- TestBed.configureTestingModule({imports: [OesModalTestModule]});
- fixture = TestBed.createComponent(TestComponent);
- });
-
- afterEach(() => {
- // detect left-over modals and close them or report errors when can't
-
- const remainingModalWindows = document.querySelectorAll('plx-modal-window');
- if (remainingModalWindows.length) {
- fail(`${remainingModalWindows.length} modal windows were left in the DOM.`);
- }
-
- const remainingModalBackdrops = document.querySelectorAll('plx-modal-backdrop');
- if (remainingModalBackdrops.length) {
- fail(`${remainingModalBackdrops.length} modal backdrops were left in the DOM.`);
- }
- });
-
- describe('basic functionality', () => {
-
- it('should open and close modal with default options', () => {
- const modalInstance = fixture.componentInstance.open('foo');
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal('foo');
-
- modalInstance.close('some result');
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
- });
-
- it('should open and close modal from a TemplateRef content', () => {
- const modalInstance = fixture.componentInstance.openTpl();
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal('Hello, World!');
-
- modalInstance.close('some result');
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
- });
-
- it('should properly destroy TemplateRef content', () => {
- const spyService = fixture.debugElement.injector.get(SpyService);
- const modalInstance = fixture.componentInstance.openDestroyableTpl();
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal('Some content');
- expect(spyService.called).toBeFalsy();
-
- modalInstance.close('some result');
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
- expect(spyService.called).toBeTruthy();
- });
-
- it('should open and close modal from a component type', () => {
- const spyService = fixture.debugElement.injector.get(SpyService);
- const modalInstance = fixture.componentInstance.openCmpt(DestroyableCmpt);
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal('Some content');
- expect(spyService.called).toBeFalsy();
-
- modalInstance.close('some result');
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
- expect(spyService.called).toBeTruthy();
- });
-
- it('should inject active modal ref when component is used as content', () => {
- fixture.componentInstance.openCmpt(WithActiveModalCmpt);
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal('Close');
-
- (<HTMLElement>document.querySelector('button.closeFromInside')).click();
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
- });
-
- it('should expose component used as modal content', () => {
- const modalInstance = fixture.componentInstance.openCmpt(WithActiveModalCmpt);
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal('Close');
- expect(modalInstance.componentInstance instanceof WithActiveModalCmpt).toBeTruthy();
-
- modalInstance.close();
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
- });
-
- it('should open and close modal from inside', () => {
- fixture.componentInstance.openTplClose();
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal();
-
- (<HTMLElement>document.querySelector('button#close')).click();
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
- });
-
- it('should open and dismiss modal from inside', () => {
- fixture.componentInstance.openTplDismiss().result.catch(NOOP);
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal();
-
- (<HTMLElement>document.querySelector('button#dismiss')).click();
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
- });
-
- it('should resolve result promise on close', () => {
- let resolvedResult;
- fixture.componentInstance.openTplClose().result.then((result) => resolvedResult = result);
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal();
-
- (<HTMLElement>document.querySelector('button#close')).click();
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
-
- fixture.whenStable().then(() => {
- expect(resolvedResult).toBe('myResult');
- });
- });
-
- it('should reject result promise on dismiss', () => {
- let rejectReason;
- fixture.componentInstance.openTplDismiss().result.catch((reason) => rejectReason = reason);
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal();
-
- (<HTMLElement>document.querySelector('button#dismiss')).click();
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
-
- fixture.whenStable().then(() => {
- expect(rejectReason).toBe('myReason');
- });
- });
-
- it('should add / remove "modal-open" class to body when modal is open', () => {
- const modalRef = fixture.componentInstance.open('bar');
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal();
- expect(document.body).toHaveCssClass('modal-open');
-
- modalRef.close('bar result');
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
- expect(document.body).not.toHaveCssClass('modal-open');
- });
-
- it('should not throw when close called multiple times', () => {
- const modalInstance = fixture.componentInstance.open('foo');
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal('foo');
-
- modalInstance.close('some result');
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
-
- modalInstance.close('some result');
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
- });
-
- it('should not throw when dismiss called multiple times', () => {
- const modalRef = fixture.componentInstance.open('foo');
- modalRef.result.catch(NOOP);
-
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal('foo');
-
- modalRef.dismiss('some reason');
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
-
- modalRef.dismiss('some reason');
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
- });
- });
-
- describe('backdrop options', () => {
-
- it('should have backdrop by default', () => {
- const modalInstance = fixture.componentInstance.open('foo');
- fixture.detectChanges();
-
- expect(fixture.nativeElement).toHaveModal('foo');
- expect(fixture.nativeElement).toHaveBackdrop();
-
- modalInstance.close('some reason');
- fixture.detectChanges();
-
- expect(fixture.nativeElement).not.toHaveModal();
- expect(fixture.nativeElement).not.toHaveBackdrop();
- });
-
- it('should open and close modal without backdrop', () => {
- const modalInstance = fixture.componentInstance.open('foo', {backdrop: false});
- fixture.detectChanges();
-
- expect(fixture.nativeElement).toHaveModal('foo');
- expect(fixture.nativeElement).not.toHaveBackdrop();
-
- modalInstance.close('some reason');
- fixture.detectChanges();
-
- expect(fixture.nativeElement).not.toHaveModal();
- expect(fixture.nativeElement).not.toHaveBackdrop();
- });
-
- it('should open and close modal without backdrop from template content', () => {
- const modalInstance = fixture.componentInstance.openTpl({backdrop: false});
- fixture.detectChanges();
-
- expect(fixture.nativeElement).toHaveModal('Hello, World!');
- expect(fixture.nativeElement).not.toHaveBackdrop();
-
- modalInstance.close('some reason');
- fixture.detectChanges();
-
- expect(fixture.nativeElement).not.toHaveModal();
- expect(fixture.nativeElement).not.toHaveBackdrop();
- });
-
- it('should dismiss on backdrop click', () => {
- fixture.componentInstance.open('foo').result.catch(NOOP);
- fixture.detectChanges();
-
- expect(fixture.nativeElement).toHaveModal('foo');
- expect(fixture.nativeElement).toHaveBackdrop();
-
- (<HTMLElement>document.querySelector('plx-modal-window')).click();
- fixture.detectChanges();
-
- expect(fixture.nativeElement).not.toHaveModal();
- expect(fixture.nativeElement).not.toHaveBackdrop();
- });
-
- it('should not dismiss on "static" backdrop click', () => {
- const modalInstance = fixture.componentInstance.open('foo', {backdrop: 'static'});
- fixture.detectChanges();
-
- expect(fixture.nativeElement).toHaveModal('foo');
- expect(fixture.nativeElement).toHaveBackdrop();
-
- (<HTMLElement>document.querySelector('plx-modal-window')).click();
- fixture.detectChanges();
-
- expect(fixture.nativeElement).toHaveModal();
- expect(fixture.nativeElement).toHaveBackdrop();
-
- modalInstance.close();
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
- });
-
- it('should not dismiss on clicks outside content where there is no backdrop', () => {
- const modalInstance = fixture.componentInstance.open('foo', {backdrop: false});
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal('foo');
-
- (<HTMLElement>document.querySelector('plx-modal-window')).click();
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal();
-
- modalInstance.close();
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
- });
-
- it('should not dismiss on clicks that result in detached elements', () => {
- const modalInstance = fixture.componentInstance.openTplIf({});
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal();
-
- (<HTMLElement>document.querySelector('button#if')).click();
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal();
-
- modalInstance.close();
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
- });
- });
-
- describe('container options', () => {
-
- it('should attach window and backdrop elements to the specified container', () => {
- const modalInstance = fixture.componentInstance.open('foo', {container: '#testContainer'});
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal('foo', '#testContainer');
-
- modalInstance.close();
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
- });
-
- it('should throw when the specified container element doesnt exist', () => {
- const brokenSelector = '#notInTheDOM';
- expect(() => {
- fixture.componentInstance.open('foo', {container: brokenSelector});
- }).toThrowError(`The specified modal container "${brokenSelector}" was not found in the DOM.`);
- });
- });
-
- describe('keyboard options', () => {
-
- it('should dismiss modals on ESC by default', () => {
- fixture.componentInstance.open('foo').result.catch(NOOP);
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal('foo');
-
- (<DebugElement>getDebugNode(document.querySelector('plx-modal-window'))).triggerEventHandler('keyup.esc', {});
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
- });
-
- it('should not dismiss modals on ESC when keyboard option is false', () => {
- const modalInstance = fixture.componentInstance.open('foo', {keyboard: false});
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal('foo');
-
- (<DebugElement>getDebugNode(document.querySelector('plx-modal-window'))).triggerEventHandler('keyup.esc', {});
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal();
-
- modalInstance.close();
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
- });
-
- it('should not dismiss modals on ESC when default is prevented', () => {
- const modalInstance = fixture.componentInstance.open('foo', {keyboard: true});
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal('foo');
-
- (<DebugElement>getDebugNode(document.querySelector('plx-modal-window'))).triggerEventHandler('keyup.esc', {
- defaultPrevented: true
- });
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal();
-
- modalInstance.close();
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
- });
- });
-
- describe('size options', () => {
-
- it('should render modals with specified size', () => {
- const modalInstance = fixture.componentInstance.open('foo', {size: 'sm'});
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal('foo');
- expect(document.querySelector('.modal-dialog')).toHaveCssClass('modal-sm');
-
- modalInstance.close();
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
- });
-
- });
-
- describe('custom class options', () => {
-
- it('should render modals with the correct custom classes', () => {
- const modalInstance = fixture.componentInstance.open('foo', {windowClass: 'bar'});
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal('foo');
- expect(document.querySelector('plx-modal-window')).toHaveCssClass('bar');
-
- modalInstance.close();
- fixture.detectChanges();
- expect(fixture.nativeElement).not.toHaveModal();
- });
-
- });
-
- describe('focus management', () => {
-
- it('should focus modal window and return focus to previously focused element', () => {
- fixture.detectChanges();
- const openButtonEl = fixture.nativeElement.querySelector('button#open');
-
- openButtonEl.focus();
- openButtonEl.click();
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal('from button');
- expect(document.activeElement).toBe(document.querySelector('plx-modal-window'));
-
- fixture.componentInstance.close();
- expect(fixture.nativeElement).not.toHaveModal();
- expect(document.activeElement).toBe(openButtonEl);
- });
-
-
- it('should return focus to body if no element focused prior to modal opening', () => {
- const modalInstance = fixture.componentInstance.open('foo');
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveModal('foo');
- expect(document.activeElement).toBe(document.querySelector('plx-modal-window'));
-
- modalInstance.close('ok!');
- expect(document.activeElement).toBe(document.body);
- });
- });
-
- describe('window element ordering', () => {
- it('should place newer windows on top of older ones', () => {
- const modalInstance1 = fixture.componentInstance.open('foo', {windowClass: 'window-1'});
- fixture.detectChanges();
-
- const modalInstance2 = fixture.componentInstance.open('bar', {windowClass: 'window-2'});
- fixture.detectChanges();
-
- let windows = document.querySelectorAll('plx-modal-window');
- expect(windows.length).toBe(2);
- expect(windows[0]).toHaveCssClass('window-1');
- expect(windows[1]).toHaveCssClass('window-2');
-
- modalInstance2.close();
- modalInstance1.close();
- fixture.detectChanges();
- });
- });
-});
-
-@Component({selector: 'destroyable-cmpt', template: 'Some content'})
-export class DestroyableCmpt implements OnDestroy {
- constructor(private _spyService: SpyService) {
- }
-
- ngOnDestroy(): void {
- this._spyService.called = true;
- }
-}
-
-@Component(
- {selector: 'modal-content-cmpt', template: '<button class="closeFromInside" (click)="close()">Close</button>'})
-export class WithActiveModalCmpt {
- constructor(public activeModal: PlxActiveModal) {
- }
-
- close() {
- this.activeModal.close('from inside');
- }
-}
-
-@Component({
- selector: 'test-cmpt',
- template: `
- <div id="testContainer"></div>
- <template #content>Hello, {{name}}!</template>
- <template #destroyableContent><destroyable-cmpt></destroyable-cmpt></template>
- <template #contentWithClose let-close="close"><button id="close" (click)="close('myResult')">Close me</button></template>
- <template #contentWithDismiss let-dismiss="dismiss"><button id="dismiss" (click)="dismiss('myReason')">Dismiss me</button></template>
- <template #contentWithIf>
- <template [ngIf]="show">
- <button id="if" (click)="show = false">Click me</button>
- </template>
- </template>
- <button id="open" (click)="open('from button')">Open</button>
- `
-})
-class TestComponent {
- name = 'World';
- openedModal: PlxModalRef;
- show = true;
- @ViewChild('content') tplContent;
- @ViewChild('destroyableContent') tplDestroyableContent;
- @ViewChild('contentWithClose') tplContentWithClose;
- @ViewChild('contentWithDismiss') tplContentWithDismiss;
- @ViewChild('contentWithIf') tplContentWithIf;
-
- constructor(private modalService: PlxModal) {
- }
-
- open(content: string, options?: Object) {
- this.openedModal = this.modalService.open(content, options);
- return this.openedModal;
- }
-
- close() {
- if (this.openedModal) {
- this.openedModal.close('ok');
- }
- }
-
- openTpl(options?: Object) {
- return this.modalService.open(this.tplContent, options);
- }
-
- openCmpt(cmptType: any, options?: Object) {
- return this.modalService.open(cmptType, options);
- }
-
- openDestroyableTpl(options?: Object) {
- return this.modalService.open(this.tplDestroyableContent, options);
- }
-
- openTplClose(options?: Object) {
- return this.modalService.open(this.tplContentWithClose, options);
- }
-
- openTplDismiss(options?: Object) {
- return this.modalService.open(this.tplContentWithDismiss, options);
- }
-
- openTplIf(options?: Object) {
- return this.modalService.open(this.tplContentWithIf, options);
- }
-}
-
-@NgModule({
- declarations: [TestComponent, DestroyableCmpt, WithActiveModalCmpt],
- exports: [TestComponent, DestroyableCmpt],
- imports: [CommonModule, PlxModalModule.forRoot()],
- entryComponents: [DestroyableCmpt, WithActiveModalCmpt],
- providers: [SpyService]
-})
-class OesModalTestModule {
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal.ts
deleted file mode 100644
index 5935eee6..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal.ts
+++ /dev/null
@@ -1,54 +0,0 @@
-import {Injectable, Injector, ComponentFactoryResolver} from '@angular/core';
-import {PlxModalStack} from './modal-stack';
-import {PlxModalRef} from './modal-ref';
-
-/**
- * Represent options available when opening new modal windows.
- */
-export interface PlxModalOptions {
- /**
- * Whether a backdrop element should be created for a given modal (true by default).
- * Alternatively, specify 'static' for a backdrop which doesn't close the modal on click.
- */
- backdrop?: boolean | 'static';
-
- /**
- * An element to which to attach newly opened modal windows.
- */
- container?: string;
-
- /**
- * Whether to close the modal when escape key is pressed (true by default).
- */
- keyboard?: boolean;
-
- /**
- * Size of a new modal window.
- */
- size?: 'sm' | 'lg';
-
- /**
- * Custom class to append to the modal window
- */
- windowClass?: string;
-}
-
-/**
- * A service to open modal windows. Creating a modal is straightforward: create a template and pass it as an argument to
- * the "open" method!
- */
-@Injectable()
-export class PlxModal {
- constructor(private _moduleCFR: ComponentFactoryResolver, private _injector: Injector, private _modalStack: PlxModalStack) {
- }
-
- /**
- * Opens a new modal window with the specified content and using supplied options. Content can be provided
- * as a TemplateRef or a component type. If you pass a component type as content than instances of those
- * components can be injected with an instance of the PlxActiveModal class. You can use methods on the
- * PlxActiveModal class to close / dismiss modals from "inside" of a component.
- */
- public open(content: any, options: PlxModalOptions = {}): PlxModalRef {
- return this._modalStack.open(this._moduleCFR, this._injector, content, options);
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/index.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/index.ts
deleted file mode 100644
index c677a944..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/index.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-export * from './text-input.component';
-export * from './text-input.module';
-export * from './ipv4-validator.directive';
-export * from './ipv6-validator.directive';
-export * from './max-validator.directive';
-export * from './min-validator.directive';
-export * from './text-input-ip.component';
-export * from './text-input-ip-address.component';
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/ipv4-validator.directive.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/ipv4-validator.directive.ts
deleted file mode 100644
index 312ea5f3..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/ipv4-validator.directive.ts
+++ /dev/null
@@ -1,24 +0,0 @@
-import {Directive, forwardRef} from '@angular/core';
-import {AbstractControl, NG_VALIDATORS, Validators} from '@angular/forms';
-
-@Directive({
- selector: '[ipv4][ngModel],[ipv4][formControl],[ipv4][formControlName]',
- providers: [{
- provide: NG_VALIDATORS,
- useExisting: forwardRef(() => Ipv4ValidatorDirective),
- multi: true
- }],
-})
-
-export class Ipv4ValidatorDirective {
- validate(c: AbstractControl) {
- if (Validators.required(c) !== undefined &&
- Validators.required(c) !== null) {
- return null;
- }
- const ipv4Reg =
- /^((25[0-5]|2[0-4]\d|[0-1]?\d\d?)\.){3}(25[0-5]|2[0-4]\d|[0-1]?\d\d?)$/;
- let regex = new RegExp(ipv4Reg);
- return regex.test(c.value) ? null : {'ipv4': true};
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/ipv6-validator.directive.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/ipv6-validator.directive.ts
deleted file mode 100644
index 3195eb82..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/ipv6-validator.directive.ts
+++ /dev/null
@@ -1,24 +0,0 @@
-import {Directive, forwardRef} from '@angular/core';
-import {AbstractControl, NG_VALIDATORS, Validators} from '@angular/forms';
-
-@Directive({
- selector: '[ipv6][ngModel],[ipv6][formControl],[ipv6][formControlName]',
- providers: [{
- provide: NG_VALIDATORS,
- useExisting: forwardRef(() => Ipv6ValidatorDirective),
- multi: true
- }],
-})
-
-export class Ipv6ValidatorDirective {
- validate(c: AbstractControl) {
- if (Validators.required(c) !== undefined &&
- Validators.required(c) !== null) {
- return null;
- }
- const ipv6Reg =
- /^\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(%.+)?\s*$/;
- let regex = new RegExp(ipv6Reg);
- return regex.test(c.value) ? null : {'ipv6': true};
- }4
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/max-validator.directive.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/max-validator.directive.ts
deleted file mode 100644
index 143dccc6..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/max-validator.directive.ts
+++ /dev/null
@@ -1,49 +0,0 @@
-import {AfterViewInit, Directive, ElementRef, forwardRef, Input} from '@angular/core';
-import {AbstractControl, NG_VALIDATORS, ValidatorFn, Validators} from '@angular/forms';
-
-import {NumberWrapperParseFloat} from '../core/number-wrapper-parse';
-
-@Directive({
- selector: '[max][ngModel],[max][formControl],[max][formControlName]',
- providers: [{
- provide: NG_VALIDATORS,
- useExisting: forwardRef(() => MaxValidatorDirective),
- multi: true
- }],
-})
-
-export class MaxValidatorDirective implements AfterViewInit {
- private _validator: ValidatorFn;
- private inputElement: any;
- constructor(elementRef: ElementRef) {
- this.inputElement = elementRef;
- }
- ngAfterViewInit() {
- this.inputElement = this.inputElement.nativeElement.querySelector('input');
- if (this.inputElement && this.inputElement.querySelector('input')) {
- this._validator = max(NumberWrapperParseFloat(
- this.inputElement.querySelector('input').getAttribute('max')));
- }
- }
- @Input()
- set max(maxValue: string) {
- this._validator = max(NumberWrapperParseFloat(maxValue));
- }
-
- validate(c: AbstractControl): {[key: string]: any} {
- return this._validator(c);
- }
-}
-
-function max(maxvalue: number): ValidatorFn {
- return (control: AbstractControl): {[key: string]: any} => {
- if (Validators.required(control) !== undefined &&
- Validators.required(control) !== null) {
- return null;
- }
- let v: Number = Number(control.value);
- return v > maxvalue ?
- {'max': {'requiredValue': maxvalue, 'actualValue': v}} :
- null;
- };
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/min-validator.directive.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/min-validator.directive.ts
deleted file mode 100644
index 260a93ed..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/min-validator.directive.ts
+++ /dev/null
@@ -1,49 +0,0 @@
-import {AfterViewInit, Directive, ElementRef, forwardRef, Input} from '@angular/core';
-import {AbstractControl, NG_VALIDATORS, ValidatorFn, Validators} from '@angular/forms';
-
-import {NumberWrapperParseFloat} from '../core/number-wrapper-parse';
-
-@Directive({
- selector: '[min][ngModel],[min][formControl],[min][formControlName]',
- providers: [{
- provide: NG_VALIDATORS,
- useExisting: forwardRef(() => MinValidatorDirective),
- multi: true
- }],
-})
-
-export class MinValidatorDirective implements AfterViewInit {
- private _validator: ValidatorFn;
- private inputElement: any;
- constructor(elementRef: ElementRef) {
- this.inputElement = elementRef;
- }
- ngAfterViewInit() {
- this.inputElement = this.inputElement.nativeElement.querySelector('input');
- if (this.inputElement && this.inputElement.querySelector('input')) {
- this._validator = min(NumberWrapperParseFloat(
- this.inputElement.querySelector('input').getAttribute('min')));
- }
- }
- @Input()
- set min(minValue: string) {
- this._validator = min(NumberWrapperParseFloat(minValue));
- }
-
- validate(c: AbstractControl): {[key: string]: any} {
- return this._validator(c);
- }
-}
-
-function min(minvalue: number): ValidatorFn {
- return (control: AbstractControl): {[key: string]: any} => {
- if (Validators.required(control) !== undefined &&
- Validators.required(control) !== null) {
- return null;
- }
- let v: Number = Number(control.value);
- return v < minvalue ?
- {'min': {'requiredValue': minvalue, 'actualValue': v}} :
- null;
- };
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input-ip-address.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input-ip-address.component.ts
deleted file mode 100644
index 4936a28e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input-ip-address.component.ts
+++ /dev/null
@@ -1,170 +0,0 @@
-import {Component, EventEmitter, forwardRef, Input, OnInit, Output} from '@angular/core';
-import {ControlValueAccessor, NG_VALUE_ACCESSOR} from '@angular/forms';
-import {BooleanFieldValue} from '../core/boolean-field-value';
-
-const noop = () => {};
-
-export const PX_TEXT_INPUT_IP_ADDRESS_CONTROL_VALUE_ACCESSOR: any = {
- provide: NG_VALUE_ACCESSOR,
- useExisting: forwardRef(() => PlxTextInputIpAddressComponent),
- multi: true
-};
-@Component({
- selector: 'plx-text-input-ip-address',
- template: `
- <div>
- <plx-text-input #textInputIpAddress type="text" [(ngModel)]="ipValue"
- [width]="'280px'" [numberShowSpinner]="false" minlength="1"
- (keyup)="keyUp($event)" (paste)="paste($event)" class="{{sizeClass}}"></plx-text-input>
- <div class="plx-text-input-error">{{errMsg}}</div>
- </div>
- `,
- styleUrls: ['text-input.less'],
- host: {'style': 'display: inline-block;'},
- providers: [PX_TEXT_INPUT_IP_ADDRESS_CONTROL_VALUE_ACCESSOR]
-})
-
-export class PlxTextInputIpAddressComponent implements OnInit, ControlValueAccessor {
- @Input() lang: string = 'zh'; //zh|en
- @Input() size: string; //空代表普通尺寸,sm代表小尺寸
- @Input() ipAddressCheckTip: string = ''; //
-
- @Input() @BooleanFieldValue() required: boolean = false;
-
- @Input() public ipValue: string;
- @Output() public ipValueChange: EventEmitter<any> = new EventEmitter<any>();
-
- @Input() public ipValueFlg : boolean;
- @Output() public ipValueFlgChange: EventEmitter<any> = new EventEmitter<any>();
-
- private isNull : boolean = true;
-
- /** Callback registered via registerOnTouched (ControlValueAccessor) */
- private _onTouchedCallback: () => void = noop;
- /** Callback registered via registerOnChange (ControlValueAccessor) */
- private _onChangeCallback: (_: any) => void = noop;
-
- public errMsgs = {
- 'zh': {
- 'empty': '此项不能为空',
- 'invalidate': 'IP格式不对',
- 'range': '请输入正确的IPV4地址或IPV6地址',
- 'range-IPV4': '请输入正确的IPV4',
- 'range-IPV6': '请输入正确的IPV6'
- },
- 'en': {
- 'empty': 'IP can not be empty',
- 'invalidate': 'IP format is incorrect',
- 'range': 'IP range is IPV4 or IPV6',
- 'range-IPV4': 'IP range is IPV4',
- 'range-IPV6': 'IP range is IPV6'
- }
- };
- public errMsg: string;
- public sizeClass: string;
-
- constructor() {
- }
-
- ngOnInit(): void {
- if (this.size === 'sm') {
- this.sizeClass = 'plx-input-sm';
- }
- this.isNull = this.ipValueFlg;
- if(this.repIPStr(this.ipValue) === ''&& !this.ipValueFlg){
- this.ipValueFlg = false;
- this.emitValue();
- }
- }
-
- public keyUp(event: any): void {
- this.setValueToOutside(this.validate());
- this.emitValue();
- }
-
- public paste(event: any): void{
- setTimeout(() => {
- this.ipValue = event.target.value;
- this.setValueToOutside(this.validate());
- this.emitValue();
- }, 0);
- }
-
- private emitValue(){
- this.ipValueChange.emit(this.ipValue);
- this.ipValueFlgChange.emit(this.ipValueFlg);
- }
-
- private setValueToOutside(validateFlg: boolean): void {
- this.ipValueFlg = validateFlg;
- let value;
- if (validateFlg) {
- if (this.ipValue) {
- value = this.ipValue;
- }
- if(this.ipValue === "" && !this.isNull){
- this.ipValueFlg = false;
- }
- } else {
- value = false;
- }
- this._onChangeCallback(value);
- }
-
- writeValue(value: any): void {
- //
- this.errMsg = '';
- this.ipValue = value;
- if (value) {
- this.validate();
- }
- }
-
- registerOnChange(fn: any) {
- this._onChangeCallback = fn;
- }
-
- registerOnTouched(fn: any) {
- this._onTouchedCallback = fn;
- }
-
- public validate(): boolean {
- this.errMsg = '';
- if (this.required) {
- if (!this.ipValue) {
- this.errMsg = this.errMsgs[this.lang]['empty'];
- return false;
- }
- }
- if ((this.ipValue) && (!this.ipValue)) {
- this.errMsg = this.errMsgs[this.lang]['invalidate'];
- return false;
- }
- let blackStr = this.repIPStr(this.ipValue);
- if(this.ipAddressCheckTip === ''){
- if(this.ipValue !== '' && blackStr === ''){
- this.errMsg = this.errMsgs[this.lang]['range'];
- return false;
- }
- }else{
- if(this.ipValue !== '' && this.ipAddressCheckTip !== blackStr) {
- this.errMsg = this.errMsgs[this.lang]['range-'+ this.ipAddressCheckTip];
- return false;
- }
- }
- return true;
- }
-
- private repIPStr(value: any): string {
- let blackStr = '';
- var regip4 = /^((25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(25[0-5]|2[0-4]\d|[01]?\d\d?)$/;
- if (regip4.test(value)) {
- return "IPV4";
- }
- var regip6 = /^\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(%.+)?\s*$/;
- if (regip6.test(value)) {
- return "IPV6";
- }
- return blackStr;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input-ip.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input-ip.component.ts
deleted file mode 100644
index 7c9d616d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input-ip.component.ts
+++ /dev/null
@@ -1,189 +0,0 @@
-import {Component, forwardRef, Input, OnInit} from '@angular/core';
-import {ControlValueAccessor, NG_VALUE_ACCESSOR} from '@angular/forms';
-
-import {BooleanFieldValue} from '../core/boolean-field-value';
-
-const noop = () => {};
-
-export const PX_TEXT_INPUT_IP_CONTROL_VALUE_ACCESSOR: any = {
- provide: NG_VALUE_ACCESSOR,
- useExisting: forwardRef(() => PlxTextInputIpComponent),
- multi: true
-};
-
-@Component({
- selector: 'plx-text-input-ip',
- template: `
- <div>
- <plx-text-input #textInputIp1 type="number" [(ngModel)]="ipValue1"
- [width]="'45px'" [numberShowSpinner]="false" maxLength="3" minlength="1"
- (keyup)="keyup($event, null, textInputIp2)" (change)="change($event)"
- [ngClass]="{'plx-input-sm': size==='sm', 'plx-text-input-ip-invalid': errMsg}"></plx-text-input>
- <span class="plx-text-input-ip-dot">.</span>
- <plx-text-input #textInputIp2 type="number" [(ngModel)]="ipValue2"
- [width]="'45px'" [numberShowSpinner]="false" maxLength="3" minlength="1"
- (keyup)="keyup($event, textInputIp1, textInputIp3)" (change)="change($event)"
- [ngClass]="{'plx-input-sm': size==='sm', 'plx-text-input-ip-invalid': errMsg}"></plx-text-input>
- <span class="plx-text-input-ip-dot">.</span>
- <plx-text-input #textInputIp3 type="number" [(ngModel)]="ipValue3"
- [width]="'45px'" [numberShowSpinner]="false" maxLength="3" minlength="1"
- (keyup)="keyup($event, textInputIp2, textInputIp4)" (change)="change($event)"
- [ngClass]="{'plx-input-sm': size==='sm', 'plx-text-input-ip-invalid': errMsg}"></plx-text-input>
- <span class="plx-text-input-ip-dot">.</span>
- <plx-text-input #textInputIp4 type="number" [(ngModel)]="ipValue4"
- [width]="'45px'" [numberShowSpinner]="false" maxLength="3" minlength="1"
- (keyup)="keyup($event, textInputIp3, null)" (change)="change($event)"
- [ngClass]="{'plx-input-sm': size==='sm', 'plx-text-input-ip-invalid': errMsg}"></plx-text-input>
- <div class="plx-text-input-error">{{errMsg}}</div>
- </div>
- `,
- styleUrls: ['text-input.less'],
- host: {'style': 'display: inline-block;'},
- providers: [PX_TEXT_INPUT_IP_CONTROL_VALUE_ACCESSOR]
-})
-
-export class PlxTextInputIpComponent implements OnInit, ControlValueAccessor {
- @Input() lang: string = 'zh'; //zh|en
- @Input() size: string; //空代表普通尺寸,sm代表小尺寸
- @Input() @BooleanFieldValue() required: boolean = false;
- /** Callback registered via registerOnTouched (ControlValueAccessor) */
- private _onTouchedCallback: () => void = noop;
- /** Callback registered via registerOnChange (ControlValueAccessor) */
- private _onChangeCallback: (_: any) => void = noop;
- public ipValue1: number;
- public ipValue2: number;
- public ipValue3: number;
- public ipValue4: number;
- public errMsgs = {
- 'zh': {
- 'empty': 'IP不能为空',
- 'invalidate': '非法IP',
- 'range': 'IP范围[0.0.0.0]~[255.255.255.255]'
- },
- 'en': {
- 'empty': 'IP can not be empty',
- 'invalidate': 'Invalid IP',
- 'range': 'IP range is [0.0.0.0]~[255.255.255.255]'
- }
- };
- public errMsg: string;
-
- constructor() {
- }
-
- ngOnInit(): void {
- }
-
- public change(event: any) :void {
- event.target.value = this.repNumber(event.target.value);
- this.setValueToOutside(this.validate());
- }
-
- public keyup(event: any, frontElement: any, backElement: any): void {
- event.target.value = this.repNumber(event.target.value);
- if (((event.keyCode === 13 || event.keyCode === 110 || event.keyCode === 190)
- && event.target.value.length !== 0)
- || event.target.value.length === 3) { //enter:13,dot:110、190
- if (event.keyCode !== 9) { //tab:9
- if (backElement) {
- backElement.autoFocus = true;
- backElement.inputViewChild.nativeElement.select();
- } else {
- if (event.keyCode !== 110 && event.keyCode !== 190) {
- event.target.blur();
- }
- }
- }
- }
-
- if (event.target.value.length === 0 // backspace:8 delete:46
- && (event.keyCode === 8 || event.keyCode === 46)) {
- if (frontElement) {
- frontElement.autoFocus = true;
- frontElement.inputViewChild.nativeElement.select();
- }
- }
-
- this.setValueToOutside(this.validate());
- }
-
- private setValueToOutside(validateFlg: boolean): void {
- let value;
- if (validateFlg) {
- if (this.ipValue1 && this.ipValue2 && this.ipValue3 && this.ipValue4) {
- value = this.ipValue1 + '.'
- + this.ipValue2 + '.'+ this.ipValue3 + '.'+ this.ipValue4;
- }
- } else {
- value = false;
- }
- this._onChangeCallback(value);
- }
-
- writeValue(value: any): void {
- //
- this.errMsg = '';
- if (value) {
- if (this.isIPStr(value)) {
- let ipArr = value.split('.');
- this.ipValue1 = ipArr[0];
- this.ipValue2 = ipArr[1];
- this.ipValue3 = ipArr[2];
- this.ipValue4 = ipArr[3];
- } else {
- this.errMsg = this.errMsgs[this.lang]['invalidate'] + ' : ' + value;
- }
- }
- }
-
- registerOnChange(fn: any) {
- this._onChangeCallback = fn;
- }
-
- registerOnTouched(fn: any) {
- this._onTouchedCallback = fn;
- }
-
- public validate(): boolean {
- this.errMsg = '';
- if (this.required) {
- if (!this.ipValue1 && !this.ipValue2 && !this.ipValue3 && !this.ipValue4) {
- this.errMsg = this.errMsgs[this.lang]['empty'];
- return false;
- }
- }
- if ((this.ipValue1 || this.ipValue2 || this.ipValue3 || this.ipValue4)
- && (!this.ipValue1 || !this.ipValue2 || !this.ipValue3 || !this.ipValue4)) {
- this.errMsg = this.errMsgs[this.lang]['invalidate'];
- return false;
- }
- if ((this.ipValue1 && (this.ipValue1 < 0 || this.ipValue1 > 255))
- || (this.ipValue2 && (this.ipValue2 < 0 || this.ipValue2 > 255))
- || (this.ipValue3 && (this.ipValue3 < 0 || this.ipValue3 > 255))
- || (this.ipValue4 && (this.ipValue4 < 0 || this.ipValue4 > 255))) {
- this.errMsg = this.errMsgs[this.lang]['range'];
- return false;
- }
-
- return true;
- }
-
- private repNumber(value: any): number {
- var reg = /^[\d]+$/g;
- if (!reg.test(value)) {
- let txt = value;
- txt.replace(/[^0-9]+/, function (char, index, val) { //匹配第一次非数字字符
- value = val.replace(/\D/g, ""); //将非数字字符替换成""
- })
- }
- return value;
- }
-
- private isIPStr(value: any): boolean {
- var regip4 = /^((25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(25[0-5]|2[0-4]\d|[01]?\d\d?)$/;
- if (regip4.test(value)) {
- return true;
- }
- return false;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input.component.ts
deleted file mode 100644
index 9b5a01e9..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input.component.ts
+++ /dev/null
@@ -1,765 +0,0 @@
-import {AfterContentInit, Component, ElementRef, EventEmitter, forwardRef, HostBinding, HostListener, Input, OnInit, Output, Renderer2, ViewChild} from '@angular/core';
-import {ControlValueAccessor, NG_VALUE_ACCESSOR} from '@angular/forms';
-import {Observable} from 'rxjs/Observable';
-
-import {BooleanFieldValue} from '../core/boolean-field-value';
-import {NumberWrapperParseFloat} from '../core/number-wrapper-parse';
-import {UUID} from '../core/uuid';
-
-const noop = () => {};
-
-export const PX_TEXT_INPUT_CONTROL_VALUE_ACCESSOR: any = {
- provide: NG_VALUE_ACCESSOR,
- useExisting: forwardRef(() => PlxTextInputComponent),
- multi: true
-};
-
-@Component({
- selector: 'plx-text-input',
- templateUrl: 'text-input.html',
- styleUrls: ['text-input.less'],
- host: {'style': 'display: inline-block;'},
- providers: [PX_TEXT_INPUT_CONTROL_VALUE_ACCESSOR]
-})
-
-export class PlxTextInputComponent implements ControlValueAccessor, OnInit,
- AfterContentInit {
- private _focused: boolean = false;
- private _value: any = '';
- /** Callback registered via registerOnTouched (ControlValueAccessor) */
- private _onTouchedCallback: () => void = noop;
- /** Callback registered via registerOnChange (ControlValueAccessor) */
- private _onChangeCallback: (_: any) => void = noop;
-
- /** Readonly properties. */
- get empty() {
- return this._value === null || this._value === '';
- }
- get inputId(): string {
- return `${this.id}`;
- }
- get isShowHintLabel() {
- return this._focused && this.hintLabel !== null;
- }
- get inputType() {
- return this.type === 'number' ? 'text' : this.type;
- }
-
- @Input() id: string = `plx-input-${UUID.UUID()}`;
- @Input() name: string = null;
- @Input() hintLabel: string = null;
- @Input() lang: string = 'zh';
- @Input() @BooleanFieldValue() disabled: boolean = false;
-
- @Input() numberShowSpinner = true;
- @Input() max: string|number = null;
- @Input() maxLength: number = 64;
- @Input() min: string|number = null;
- @Input() minLength: number = null;
- @Input() placeholder: string = '';
- @Input() @BooleanFieldValue() readOnly: boolean = false;
- @Input() @BooleanFieldValue() required: boolean = false;
- @Input() @BooleanFieldValue() notShowOption: boolean = true;
- @Input() type: string = 'text';
- @Input() tabIndex: number = null;
- @Input() pattern: string = null;
-
- @Input() @BooleanFieldValue() shortInput: boolean = false;
- @Input() unit: string = null;
- @Input() unitOptions: string[] = null;
- @Input() prefix: string = null;
- @Input() suffixList: string[] = null;
-
- // @Input() precision: number = 0;
- @Input() step: number = 1;
- @Input() width: string = '400px';
- @Input() unitWidth: string = '45px';
- @Input() unitOptionWidth: string = '84px';
- @Input() prefixWidth: string = '70px';
- @Input() historyList: string[];
-
- @Input() prefixOptions: string[] = [];
- @Input() prefixOptionWidth: string = '84px';
-
- @Input() @BooleanFieldValue() passwordSwitch: boolean = false;
-
- @ViewChild('input') inputViewChild: ElementRef;
- @ViewChild('inputOutter') pxTextInputElement: ElementRef;
-
- @HostBinding('class.input-invalid') selectClass: boolean = true;
-
- isDisabledUp: boolean = false;
- isDisabledDown: boolean = false;
- displayDataList: string[];
- currentPrecision: number = 0;
- keyPattern: RegExp = /[0-9\-]/;
- langPattern: RegExp =
- /[a-zA-Z]|[\u4e00-\u9fa5]|[\uff08\uff09\u300a\u300b\u2014\u2014\uff1a\uff1b\uff0c\u201c\u201d\u2018\u2019\+\=\{\}\u3001\u3002\u3010\u3011\<\>\uff01\uff1f\/\|]/g;
- timer: any;
- optionalLabel: string = null;
- hasSelection = false;
- _precision: number = 0;
- displayValue: any;
-
- isOpenDataList: boolean = false;
- dataListClicked: boolean = false;
- isOpenSuffixList: boolean = false;
- suffixListClicked: boolean = false;
-
- showUnit: string;
- isShowUnitOption: boolean = false;
- unitOptionClicked: boolean = false;
-
- prefixOptionClicked: boolean = false;
- isShowPrefixOption = false;
- showPrefix: string;
- showPassword: boolean = false;
- tooltipText: string;
- tooltipTexts = {
- 'zh': {
- 'true': '隐藏',
- 'false': '显示',
- },
- 'en': {
- 'true': 'hidden',
- 'false': 'show',
- }
- };
- isPwdSwithHover: boolean = false;
- isPwdSwithClick: boolean = false;
-
- _autoFocus: boolean = false;
- @Input()
- set autoFocus(value: boolean) {
- this._autoFocus = value;
-
- const that = this;
- if (this._autoFocus) {
- setTimeout(() => {
- that.inputViewChild.nativeElement.focus();
- }, 0);
- }
- }
- get autoFocus() {
- return this._autoFocus;
- }
-
- @Input()
- set precision(value: string) {
- this._precision = parseInt(value);
- }
- get precision() {
- return this._value;
- }
-
- get inputWidth() {
- if (this.prefixOptions && this.prefixOptions.length > 0) {
- if (this.unitOptions && this.unitOptions.length > 0) {
- return `calc(${this.width} - ${this.prefixOptionWidth} - ${this.unitOptionWidth})`;
- } else if (this.unit !== null) {
- return `calc(${this.width} - ${this.prefixOptionWidth} - ${this.unitWidth})`;
- } else {
- return `calc(${this.width} - ${this.prefixOptionWidth})`;
- }
- }
-
- if (this.unit !== null && this.prefix !== null) {
- return `calc(${this.width} - ${this.unitWidth} - ${this.prefixWidth})`;
- }
-
- if (this.unit !== null) {
- return `calc(${this.width} - ${this.unitWidth})`;
- }
-
- if (!!this.unitOptions && this.unitOptions.length !== 0 &&
- this.prefix !== null) {
- return `calc(${this.width} - ${this.unitOptionWidth} - ${
- this.prefixWidth
- })`;
- }
-
- if (!!this.unitOptions && this.unitOptions.length !== 0) {
- return `calc(${this.width} - ${this.unitOptionWidth})`;
- }
- if (this.prefix !== null) {
- return `calc(${this.width} - ${this.prefixWidth})`;
- }
- return this.width;
- }
-
-
- get hasUnit() {
- return this.unit !== null;
- }
- get hasUnitOption() {
- return this.showUnit !== undefined;
- }
- get hasPrefix() {
- return this.prefix !== null;
- }
- get hasPrefixOption() {
- return this.prefixOptions && this.prefixOptions.length > 0;
- }
- get isFocus() {
- return this._focused;
- }
-
- private _blurEmitter: EventEmitter<FocusEvent> =
- new EventEmitter<FocusEvent>();
- private _focusEmitter: EventEmitter<FocusEvent> =
- new EventEmitter<FocusEvent>();
- private click = new EventEmitter<any>();
- private unitChange = new EventEmitter<any>();
- @Output() public prefixChange = new EventEmitter<any>();
-
- @Output('blur')
- get onBlur(): Observable<FocusEvent> {
- return this._blurEmitter.asObservable();
- }
-
- @Output('focus')
- get onFocus(): Observable<FocusEvent> {
- return this._focusEmitter.asObservable();
- }
-
- @HostListener('focus')
- onHostFocus() {
- this.renderer.addClass(this.el.nativeElement, 'input-focus');
- this.renderer.removeClass(this.el.nativeElement, 'input-blur');
- }
-
- @HostListener('blur')
- onHostBlur() {
- this.renderer.addClass(this.el.nativeElement, 'input-blur');
- this.renderer.removeClass(this.el.nativeElement, 'input-focus');
- }
-
- @Input()
- set value(v: any) {
- v = this.filterZhChar(v);
- v = this._convertValueForInputType(v);
- if (v !== this._value) {
- this._value = v;
- if (this.type === 'number') {
- if (this._value === '') {
- this._onChangeCallback(null);
- } else if (isNaN(this._value)) {
- this._onChangeCallback(this._value);
- } else {
- this._onChangeCallback(NumberWrapperParseFloat(this._value));
- }
- } else {
- this._onChangeCallback(this._value);
- }
- }
- }
- get value(): any {
- return this._value;
- }
-
- constructor(
- private el: ElementRef, private renderer: Renderer2) {}
-
- ngOnInit() {
- if (this.shortInput) {
- this.width = '120px';
- this.unitWidth = '40px';
- this.prefixWidth = '40px';
- }
- this.translateLabel();
-
- if (!!this.unitOptions && this.unitOptions.length !== 0) {
- this.showUnit = this.unitOptions[0];
- }
-
- if (!!this.prefixOptions && this.prefixOptions.length !== 0) {
- this.showPrefix = this.prefixOptions[0];
- }
- }
-
- ngAfterContentInit() {
- if (this.pxTextInputElement) {
- Array.from(this.pxTextInputElement.nativeElement.childNodes)
- .forEach((node: HTMLElement) => {
- if (node.nodeType === 3) {
- this.pxTextInputElement.nativeElement.removeChild(node);
- }
- });
- }
- }
- private translateLabel() {
- if (this.lang === 'zh') {
- this.optionalLabel = '(可选)';
- } else {
- this.optionalLabel = '(Optional)';
- }
- }
-
- _handleFocus(event: FocusEvent) {
- this._focused = true;
- this._focusEmitter.emit(event);
- }
-
- _handleBlur(event: FocusEvent) {
- this._focused = false;
- this._onTouchedCallback();
- this._blurEmitter.emit(event);
- }
-
- _checkValueLimit(value: any) {
- if (this.type === 'number') {
- if ((value === '' || value === undefined || value === null) &&
- !this.required) {
- return '';
- } else if (
- this.min !== null &&
- NumberWrapperParseFloat(value) < NumberWrapperParseFloat(this.min)) {
- return this.min;
- } else if (
- this.max !== null &&
- NumberWrapperParseFloat(value) > NumberWrapperParseFloat(this.max)) {
- return this.max;
- } else {
- return value;
- }
- }
- return value;
- }
-
- _checkValue() {
- this.value = this._checkValueLimit(this.value);
- this.displayValue = this.value;
- }
-
- _handleChange(event: Event) {
- this.value = (<HTMLInputElement>event.target).value;
- this._onTouchedCallback();
- }
-
- openDataList() {
- this.dataListClicked = true;
- if (this.historyList) {
- if (this.value) {
- this.filterOption(this.value);
- } else {
- this.displayDataList = this.historyList;
- if (!this.isOpenDataList) {
- this.isOpenDataList = true;
- }
- }
- }
- }
-
- _handleClick(event: Event) {
- if (this.isShowUnitOption) {
- this.isShowUnitOption = false;
- }
- this.click.emit(event);
-
- if (this.historyList) {
- this.openDataList();
- }
- }
-
- _handleSelect(event: Event) { // 输入框文本被选中时处理
- if (!this.hasSelection) {
- this.hasSelection = true;
- }
- }
- deleteSelection() { // 删除选中文本,
- document.getSelection().deleteFromDocument();
- this.hasSelection = false;
- }
-
- _onWindowClick(event: Event) {
- if (this.historyList) {
- if (!this.dataListClicked) {
- this.isOpenDataList = false;
- }
- this.dataListClicked = false;
- }
-
- if (this.suffixList) {
- if (!this.suffixListClicked) {
- this.isOpenSuffixList = false;
- }
- this.suffixListClicked = false;
- }
-
- if (this.unitOptions) {
- if (!this.unitOptionClicked) {
- this.isShowUnitOption = false;
- }
- this.unitOptionClicked = false;
- }
-
- if (this.prefixOptions) {
- if (!this.prefixOptionClicked) {
- this.isShowPrefixOption = false;
- }
- this.prefixOptionClicked = false;
- }
- }
-
- _showPrefixOption(event: Event) {
- this.isShowPrefixOption = !this.isShowPrefixOption;
- this.prefixOptionClicked = true;
- }
-
- _showUnitOption(event: Event) {
- this.isShowUnitOption = !this.isShowUnitOption;
- this.unitOptionClicked = true;
- }
-
- _setUnit(unitValue: string) {
- this.unitOptionClicked = true;
- this.showUnit = unitValue;
- this.unitChange.emit(unitValue);
- this.isShowUnitOption = false;
- }
-
- _setPrefix(value: string) {
- if (value !== this.showPrefix) {
- this.showPrefix = value;
- this.prefixChange.emit(value);
- }
- this.prefixOptionClicked = true;
- this.isShowPrefixOption = false;
- }
-
- filterOption(value: any) {
- this.displayDataList = [];
- this.displayDataList = this.historyList.filter((data: string) => {
- return data.toLowerCase().indexOf(value.toLowerCase()) > -1;
- });
-
- this.isOpenDataList = this.displayDataList.length !== 0;
- }
-
- concatValueAndSuffix(value: string) {
- const that = this;
- that.displayDataList = [];
- let mark = '@';
- if (value === '') {
- that.displayDataList = [];
- } else if (value.trim().toLowerCase().indexOf(mark) === -1) {
- that.displayDataList.push(value);
- that.suffixList.map((item: string) => {
- let tempValue = value + mark + item;
- that.displayDataList.push(tempValue);
- });
- } else {
- that.suffixList.map((item: string) => {
- let tempValue = value.split(mark)[0] + mark + item;
- that.displayDataList.push(tempValue);
- });
- that.displayDataList = that.displayDataList.filter((item: string) => {
- return item.trim().toLowerCase().indexOf(value) > -1;
- });
- }
-
- that.isOpenSuffixList = that.displayDataList.length !== 0;
- }
-
- _handleInput(event: any) {
- let inputValue = event.target.value.trim().toLowerCase();
-
- if (this.historyList) {
- this.filterOption(inputValue);
- }
-
- if (this.suffixList) {
- this.concatValueAndSuffix(inputValue);
- }
- }
-
- chooseInputData(data: any) {
- this.displayValue = data;
- this.value = data;
-
- this.isOpenDataList = false;
- this.dataListClicked = true;
- this.isOpenSuffixList = false;
- this.suffixListClicked = true;
- }
-
- writeValue(value: any) {
- this.displayValue = this._checkValueLimit(value);
- this._value = this.displayValue;
- }
-
- registerOnChange(fn: any) {
- this._onChangeCallback = fn;
- }
-
- registerOnTouched(fn: any) {
- this._onTouchedCallback = fn;
- }
-
- private getConvertValue(v: any) {
- this.currentPrecision = v.toString().split('.')[1].length;
- if (this.currentPrecision === 0) { // 输入小数点,但小数位数为0时
- return v;
- }
- if (this.currentPrecision <
- this._precision) { // 输入小数点,且小数位数不为0
- return this.toFixed(v, this.currentPrecision);
- } else {
- return this.toFixed(v, this._precision);
- }
- }
-
- private filterZhChar(v: any) {
- if (this.type === 'number') {
- let reg = /[^0-9.-]/;
- while (reg.test(v)) {
- v = v.replace(reg, '');
- }
- }
- return v;
- }
-
- private _convertValueForInputType(v: any): any {
- switch (this.type) {
- case 'number': {
- if (v === '' || v === '-') {
- return v;
- }
-
- if (v.toString().indexOf('.') === -1) { // 整数
- return this.toFixed(v, 0);
- } else {
- return this.getConvertValue(v);
- }
- }
- default:
- return v;
- }
- }
-
- private toFixed(value: number, precision: number) {
- return Number(value).toFixed(precision);
- }
-
- repeat(interval: number, dir: number) {
- let i = interval || 500;
-
- this.clearTimer();
- this.timer = setTimeout(() => {
- this.repeat(40, dir);
- }, i);
-
- this.spin(dir);
- }
-
- clearTimer() {
- if (this.timer) {
- clearInterval(this.timer);
- }
- }
-
- spin(dir: number) {
- let step = this.step * dir;
- let currentValue = this._convertValueForInputType(this.value) || 0;
-
- this.value = Number(currentValue) + step;
-
- if (this.maxLength !== null &&
- this.value.toString().length > this.maxLength) {
- this.value = currentValue;
- }
-
- if (this.min !== null && this.value <= NumberWrapperParseFloat(this.min)) {
- this.value = this.min;
- this.isDisabledDown = true;
- }
-
- if (this.max !== null && this.value >= NumberWrapperParseFloat(this.max)) {
- this.value = this.max;
- this.isDisabledUp = true;
- }
- this.displayValue = this.value;
- this._onChangeCallback(NumberWrapperParseFloat(this.value));
- }
-
- onUpButtonMousedown(event: Event, input: HTMLInputElement) {
- if (!this.disabled && this.type === 'number') {
- input.focus();
- this.repeat(null, 1);
- event.preventDefault();
- }
- }
-
- onUpButtonMouseup(event: Event) {
- if (!this.disabled) {
- this.clearTimer();
- }
- }
-
- onUpButtonMouseleave(event: Event) {
- if (!this.disabled) {
- this.clearTimer();
- }
- }
-
- onDownButtonMousedown(event: Event, input: HTMLInputElement) {
- if (!this.disabled && this.type === 'number') {
- input.focus();
- this.repeat(null, -1);
- event.preventDefault();
- }
- }
-
- onDownButtonMouseup(event: Event) {
- if (!this.disabled) {
- this.clearTimer();
- }
- }
-
- onDownButtonMouseleave(event: Event) {
- if (!this.disabled) {
- this.clearTimer();
- }
- }
-
- onInputKeydown(event: KeyboardEvent) {
- if (this.type === 'number') {
- if (event.which === 229) {
- event.preventDefault();
- return;
- } else if (event.which === 38) {
- this.spin(1);
- event.preventDefault();
- } else if (event.which === 40) {
- this.spin(-1);
- event.preventDefault();
- }
- }
- }
- onInputKeyPress(event: KeyboardEvent) {
- let inputChar = String.fromCharCode(event.charCode);
- if (this.type === 'number') {
- if (event.which === 8) {
- return;
- }
-
- // if (!this.isValueLimit()) {
- // this.handleSelection(event);
- // }
-
- if (inputChar === '-' && this.min !== null &&
- NumberWrapperParseFloat(this.min) >= 0) {
- event.preventDefault();
- return;
- }
- if (this.isIllegalNumberInputChar(event) ||
- this.isIllegalIntergerInput(inputChar)) {
- event.preventDefault();
- return;
- }
- if (this.isIllegalFloatInput(
- inputChar)) { // 当该函数返回true时,执行两种情景
- this.handleSelection(event);
- }
- if (this.hasSelection) { // 文本被选中,执行文本替换
- this.deleteSelection();
- }
- }
- }
-
- private handleSelection(event: any) {
- if (this.hasSelection) { // 文本被选中,执行文本替换
- this.deleteSelection();
- } else { // 无选中文本,阻止非法输入
- event.preventDefault();
- }
- }
- // private isValueLimit() {
- // if (this.min !== null && NumberWrapperParseFloat(this.value) !== 0 &&
- // this.value <= NumberWrapperParseFloat(this.min)) {
- // return false;
- // }
- // if (this.max !== null && NumberWrapperParseFloat(this.value) !== 0 &&
- // this.value >= NumberWrapperParseFloat(this.max)) {
- // return false;
- // }
- // return true;
- // }
-
- private isIllegalNumberInputChar(event: KeyboardEvent) {
- /* 8:backspace, 46:. */
- return !this.keyPattern.test(String.fromCharCode(event.charCode)) &&
- event.which !== 46 && event.which !== 0;
- }
-
- private isIllegalIntergerInput(inputChar: string) {
- return this._precision === 0 &&
- (inputChar === '.' ||
- (this._value && this._value && this._value.toString().length > 0 &&
- inputChar === '-'));
- }
-
- private isIllegalFloatInput(inputChar: string) {
- return this._precision > 0 && this._value &&
- ((this._value.toString().length > 0 && inputChar === '-') ||
- ((this._value.toString() === '' ||
- this._value.toString().indexOf('.') > 0) &&
- inputChar === '.') ||
- (this._value.toString().indexOf('.') > 0 &&
- this._value.toString().split('.')[1].length === this._precision));
- }
-
- onInput(event: Event, inputValue: string) {
- this.value = inputValue;
- }
-
- //处理鼠标经过上下箭头时,样式设置
- isEmptyValue() {
- if (this.value === undefined || this.value === null || this.value === '') {
- return true;
- }
- return false;
- }
-
- isDisabledUpCaret() {
- if (this.isEmptyValue()) {
- return true;
- } else if (
- this.max !== null &&
- (NumberWrapperParseFloat(this.value) >=
- NumberWrapperParseFloat(this.max))) {
- return true;
- }
- return false;
- }
-
- isDisabledDownCaret() {
- if (this.isEmptyValue()) {
- return true;
- } else if (
- this.min !== null &&
- (NumberWrapperParseFloat(this.value) <=
- NumberWrapperParseFloat(this.min))) {
- return true;
- }
- return false;
- }
-
- _handleMouseEnterUp() {
- this.isDisabledUp = this.isDisabledUpCaret();
- }
-
- _handleMouseEnterDown() {
- this.isDisabledDown = this.isDisabledDownCaret();
- }
-
- public switch(): void {
- this.showPassword = !this.showPassword;
- this.showPassword?this.inputViewChild.nativeElement.type =
- 'text':this.inputViewChild.nativeElement.type = 'password';
- }
-
- private setPasswordTooltip(): void {
- this.tooltipTexts[this.lang][this.showPassword.toString()]
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input.html
deleted file mode 100644
index 9065badd..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input.html
+++ /dev/null
@@ -1,69 +0,0 @@
-<div #inputOutter class="text-input"
- [class.text-input-with-hint]="isShowHintLabel"
- [class.short-text-input]="shortInput"
- [class.text-input-with-unit]="hasUnit"
- [class.text-input-with-unitOption]="hasUnitOption"
- [class.text-input-with-prefix]="hasPrefix"
- [class.text-input-with-prefixOption]="hasPrefixOption"
- [class.text-input-with-passwordSwith]="passwordSwitch"
- [class.input-right-border]="isShowUnitOption"
- [class.input-left-border]="isShowPrefixOption"
- [class.input-right-border-pwdswith-hover]="isPwdSwithHover"
- [class.input-right-border-pwdswith-click]="isPwdSwithClick"
- (window:click)="_onWindowClick($event)">
- <div #prefixOpt *ngIf="hasPrefixOption" [class.prefix-focus]="isShowPrefixOption" class="text-input-prefix-option" (click)="_showPrefixOption($event)">{{showPrefix}}<span class="toggle"></span></div>
- <div *ngIf="isShowPrefixOption" class="plx-text-input-prefix-group">
- <li *ngFor="let option of prefixOptions" (click)="_setPrefix(option)" [ngClass]="{'group-selected':showPrefix===option}">{{option}}</li>
- </div>
- <div *ngIf="hasPrefix" class="text-input-prefix" [style.width]="prefixWidth">{{prefix}}</div>
- <span [class.input-span-focus]="isFocus ||isOpenDataList" class="input-span">
- <input #input
- class="plx-input"
- [disabled]="disabled"
- [id]="inputId"
- [name]="name"
- [attr.max]="max"
- [attr.maxlength]="maxLength"
- [attr.min]="min"
- [attr.minlength]="minLength"
- [attr.tabindex]="tabIndex"
- [attr.pattern]="pattern"
- [placeholder]="placeholder"
- [readonly]="readOnly"
- [required]="required"
- [type]="inputType"
- [(ngModel)]="displayValue"
- (click)="_handleClick($event)"
- (focus)="_handleFocus($event)"
- (blur)="_handleBlur($event);_checkValue()"
- (input)="_handleInput($event)"
- (change)="_handleChange($event)"
- (select)="_handleSelect($event)"
- (keydown)="onInputKeydown($event)" (keyup)="onInput($event,input.value)"
- (keypress)="onInputKeyPress($event)" [style.width]="inputWidth" validateOnBlur/>
- <a class="input-spinner-up" [style.cursor]="isDisabledUp ? 'not-allowed' : 'pointer'" *ngIf="type === 'number' && numberShowSpinner" (mouseenter)="_handleMouseEnterUp()"
- (mouseleave)="onUpButtonMouseleave($event)" (mousedown)="onUpButtonMousedown($event,input)"
- (mouseup)="onUpButtonMouseup($event)">
- <span class="caret-up" [class.caret-up-hover]="!isDisabledUp"></span>
- </a>
- <a class="input-spinner-down" [style.cursor]="isDisabledDown ? 'not-allowed':'pointer'" *ngIf="type === 'number' && numberShowSpinner" (mouseenter)="_handleMouseEnterDown()"
- (mouseleave)="onDownButtonMouseleave($event)" (mousedown)="onDownButtonMousedown($event,input)"
- (mouseup)="onDownButtonMouseup($event)">
- <span class="caret-down" [class.caret-down-hover]="!isDisabledDown"></span>
- </a>
- </span><div *ngIf="hasUnit" class="text-input-unit" [style.width]="unitWidth">{{unit}}</div>
-
- <div *ngIf="hasUnitOption" [class.unit-focus]="isShowUnitOption" class="text-input-unit-option" (click)="_showUnitOption($event)" [style.width]="unitOptionWidth" >{{showUnit}}<span class="toggle"></span></div>
- <div *ngIf="isShowUnitOption" class="plx-text-input-unit-group" [style.margin-left]="inputWidth">
- <li *ngFor="let option of unitOptions" (click)="_setUnit(option)" [ngClass]="{'group-selected':showUnit===option}">{{option}}</li>
- </div>
- <div *ngIf="!required && !notShowOption" class="text-input-optional">{{optionalLabel}}</div>
- <div *ngIf="isShowHintLabel" class="text-input-hint">{{hintLabel}}</div>
- <div *ngIf = "isOpenDataList || isOpenSuffixList" class = "text-input-dataList">
- <li *ngFor="let data of displayDataList" (click)="chooseInputData(data)">{{data}}</li>
- </div>
- <span *ngIf="passwordSwitch" placement="bottom" plxTooltip="{{tooltipText}}" [ngClass]="showPassword?'ict-eye-closed':'ict-eye'"
- class="plx-input-passwordSwitch" (click)='switch()'
- (mouseover)="isPwdSwithHover=true" (mouseleave)="isPwdSwithHover=false"
- (mousedown)="isPwdSwithClick=true" (mouseup)="isPwdSwithClick=false"></span>
-</div>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input.less
deleted file mode 100644
index 6a93c1c1..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input.less
+++ /dev/null
@@ -1,423 +0,0 @@
-@import "../../assets/components/themes/default/theme.less";
-@import "../../assets/components/themes/common/plx-input.less";
-
-@input-short-width: 120px;
-@padding-left: 10px;
-@padding: 10px;
-@border-width: 1px;
-@unit-span-width: 45px;
-@unit-option-width: 84px;
-@short-unit-span-width: 40px;
-@prefix-span-width: 70px;
-@prefix-option-width: 84px;
-@short-prefix-span-width: 40px;
-@password-switch: 40px;
-
-.font {
- font-family: @font-family;
- font-size: @font-size;
-}
-
-.text-input {
- //height: @input-height;
- //position: relative;
- //margin-bottom: 0;
- display: inline-block;
-
- .caret-down {
- display: block;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid lighten(@fonticon-color, 5%);
- margin-top: 4px;
- margin-bottom: 10px;
-
- &.caret-down-hover:hover, &.caret-down-hover:active {
- border-top: 4px solid @primary-color;
- }
- }
- .caret-up {
- display: block;
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-bottom: 4px solid lighten(@fonticon-color, 5%);
- margin-top: 10px;
-
- &.caret-up-hover:hover, &.caret-up-hover:active {
- border-bottom: 4px solid @primary-color;
- }
- }
- .toggle {
- float: right;
- margin-right: 10px;
- margin-top: 14px;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid lighten(@fonticon-color, 5%);
- }
- .text-input-dataList {
- margin-top: 2px;
- position: absolute;
- z-index: @z-index-dropdown;
- border: 1px solid @gray-grade-7;
- background: #fff;
- cursor: pointer;
- border-radius: @radius;
- li {
- list-style: none;
- height: @input-height;
- width: @input-width;
- padding-left: @padding-left;
- &:hover {
- background-color: @hover-bg-color;
- }
- }
- }
-}
-
-.input-span {
- display: inline-block;
- overflow: visible;
- padding: 0;
- position: relative;
-}
-
-.text-input-with-hint {
- margin-bottom: -8px;
- :host(.ng-touched.ng-invalid.input-blur) & {
- height: auto;
- margin-bottom: 0;
- }
-}
-
-.plx-text-input-unit-group, .plx-text-input-prefix-group {
- position: absolute;
- margin-top: @overlay-margin-top;
- width: @unit-option-width;
- z-index: @z-index-dropdown;
- border-radius: @radius;
- background: @component-bg;
- border: 1px solid @border-color-base;
- .shadow;
- cursor: pointer;
- li {
- padding-left: 10px;
- height: @input-height;
- list-style: none;
- line-height: @input-height;
- font-size: @font-size;
- &:hover {
- background-color: @hover-bg-color;
- }
- &.group-selected, &.group-selected:hover {
- background-color: @selected-bg-color;
- color: @text-color;
- }
- }
-}
-
-.text-input-optional {
- display: inline-block;
- margin-right: 6px;
- padding-left:5px;
-}
-
-.input-right-border .plx-input {
- border-right: 1px solid @primary-color;
-}
-
-.input-left-border .plx-input {
- border-left: 1px solid @primary-color;
-}
-
-.text-input-hint {
- top: 42px;
- left: 10px;
- font-family: @font-family;
- font-size: @font-size;
- color: @disabled-text-color;
- :host(.ng-touched.ng-invalid.input-blur) & {
- display: none;
- }
-}
-
-.text-input-prefix {
- .font;
- display: inline-block;
- width: @prefix-span-width;
- height: @input-height;
- text-align: center;
- line-height: @input-height;
- border-top-left-radius: @radius;
- border-bottom-left-radius: @radius;
- color: @disabled-text-color;
- border: 1px solid @border-color-base;
- border-right: 0;
- vertical-align: middle;
- .short-text-input & {
- width: @short-prefix-span-width;
- }
- .input-span-focus & {
- border-color: @primary-color;
- }
- .input-invalid.ng-dirty.ng-invalid.ng-touched.input-blur &,
- .input-invalid.ng-dirty.ng-invalid.ng-touched.input-blur .input-span-focus:focus & {
- border-color: @error-color;
- }
-}
-
-.input-unit {
- .font;
- display: inline-block;
- height: @input-height;
- text-align: center;
- line-height: @input-height;
- border-top-right-radius: @radius;
- border-bottom-right-radius: @radius;
-}
-
-.text-input-unit {
- border: 1px solid @border-color-base;
- border-left: 0;
- .input-unit;
- color: @disabled-text-color;
- width: @unit-span-width;
- text-align: center;
- vertical-align: middle;
- .short-text-input & {
- width: @short-unit-span-width;
- }
- .input-span-focus & {
- border-color: @primary-color;
- }
-}
-
-.text-input-prefix-option {
- .font;
- display: inline-block;
- height: @input-height;
- text-align: center;
- line-height: @input-height;
- border-top-left-radius: @radius;
- border-bottom-left-radius: @radius;
- width: @prefix-option-width;
- text-align: left;
- padding-left: 10px;
- cursor: pointer;
- border: 1px solid @border-color-base;;
- border-right: 0;
- vertical-align: middle;
- &.prefix-focus {
- border-color: @primary-color;
- }
-}
-
-.text-input-unit-option {
- &:extend(.input-unit);
- width: @unit-option-width;
- text-align: left;
- padding-left: 10px;
- cursor: pointer;
- border: 1px solid @border-color-base;;
- border-left: 0;
- vertical-align: middle;
- .input-span-focus & {
- border-color: @primary-color;
- }
-}
-
-.text-input-with-unitOption {
- div.unit-focus {
- border-color: @primary-color;
- }
-}
-
-.plx-input {
- .short-text-input & {
- width: @input-short-width;
- }
-
- .text-input-with-unit & {
- width: @input-width - @unit-span-width;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- }
-
- .text-input-with-unitOption & {
- width: @input-width - @unit-option-width;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- }
-
- .text-input-with-prefix & {
- width: @input-width - @prefix-span-width;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- }
-
- .text-input-with-prefixOption & {
- width: @input-width - @prefix-option-width;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- }
-
- .text-input-with-passwordSwith & {
- width: @input-width - @password-switch;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- }
-
- .text-input-with-prefix.text-input-with-unit & {
- width: @input-width - @prefix-span-width - @unit-span-width;
- }
-
- .text-input-with-prefix.text-input-with-unitOption & {
- width: @input-width - @prefix-span-width - @unit-option-width;
- }
-
- .short-text-input.text-input-with-prefix & {
- width: @input-short-width - @short-prefix-span-width;
- }
-
- .short-text-input.text-input-with-unit & {
- width: @input-short-width - @short-unit-span-width;
- }
-
- .short-text-input.text-input-with-prefix.text-input-with-unit & {
- width: @input-short-width - @short-prefix-span-width - @short-unit-span-width;
- }
-}
-
-.input-spinner() {
- cursor: pointer;
- display: block;
- font-size: 12px;
- position: absolute;
- margin: 0;
- right: 0;
- overflow: hidden;
- border: none;
- padding: 0;
- text-align: center;
- vertical-align: middle;
- width: 18px;
-}
-
-.input-spinner-up {
- .input-spinner();
- top: 0;
-}
-
-.input-spinner-down {
- .input-spinner();
- bottom: 0;
-}
-
-:host(.plx-input-sm) {
- .plx-input-sm-common;
-}
-
-.plx-input-sm {
- .plx-input-sm-common;
-}
-
-.plx-input-sm-common {
- .plx-input {
- height: @input-height-sm;
- line-height: @input-height-sm;
- }
- .text-input-prefix,
- .text-input-unit,
- .text-input-unit-option,
- .text-input-prefix-option {
- height: @input-height-sm;
- line-height: @input-height-sm;
- }
- div.text-input-dataList {
- height: @input-height-sm;
- }
- .toggle {
- margin-top: 11px;
- }
- .caret-down {
- margin-bottom: 8px;
- }
- .caret-up {
- margin-top: 8px;
- }
- .plx-input-passwordSwitch {
- line-height: @input-height-sm - 2px;
- }
-}
-
-.plx-input-passwordSwitch {
- display: inline-block;
- line-height: @input-height - 2px;
- width: @password-switch;
- text-align: center;
- vertical-align: middle;
- background-color: @common-color;
- border: 1px solid @border-color-base;
- border-left: 0;
- border-bottom-right-radius: @radius;
- border-top-right-radius: @radius;
- cursor: pointer;
- &:focus,
- &:hover {
- border-color: @btn-common-color-border-hover;
- background-color: @common-color-hover;
- &.ict-eye-closed, &.ict-eye {
- color: @btn-common-color-text-hover;
- }
- }
- &:active {
- background-color: @common-color-click;
- border-color: @btn-common-color-border-click;
- &.ict-eye-closed, &.ict-eye {
- color: @btn-common-color-text-click;
- }
- }
- &.ict-eye-closed, &.ict-eye {
- color: @fonticon-color;
- font-size: 16px;
- }
- }
-.input-right-border-pwdswith-hover .plx-input {
- border-right-color: @btn-common-color-border-hover;
-}
-.input-right-border-pwdswith-click .plx-input {
- border-right-color: @btn-common-color-border-click;
-}
-
-.plx-text-input-ip-dot {
- display: inline-block;
- vertical-align: bottom;
- color: #999;
-}
-
-.plx-text-input-error {
- font-size: 12px;
- color: @error-color;
- margin-top: 5px;
-}
-
-:host(.plx-text-input-ip-invalid) {
- .plx-text-input-ip-invalid-common;
-}
-
-.plx-text-input-ip-invalid {
- .plx-text-input-ip-invalid-common;
-}
-
-.plx-text-input-ip-invalid-common {
- .plx-input {
- border-color: @error-color;
- }
- .input-span-focus .plx-input {
- border-color: @primary-color;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input.module.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input.module.ts
deleted file mode 100644
index 4374770a..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/text-input.module.ts
+++ /dev/null
@@ -1,31 +0,0 @@
-import {CommonModule} from '@angular/common';
-import {NgModule} from '@angular/core';
-import {FormsModule} from '@angular/forms';
-
-import {PlxTooltipModule} from '../plx-tooltip/plx-tooltip.module';
-import {Ipv4ValidatorDirective} from './ipv4-validator.directive';
-import {Ipv6ValidatorDirective} from './ipv6-validator.directive';
-import {MaxValidatorDirective} from './max-validator.directive';
-import {MinValidatorDirective} from './min-validator.directive';
-import {PlxTextInputComponent} from './text-input.component';
-import {PlxValidateOnBlurDirective} from './validate-on-blur.directive';
-import {PlxTextInputIpComponent} from './text-input-ip.component';
-import {PlxTextInputIpAddressComponent} from './text-input-ip-address.component';
-
-
-@NgModule({
- imports: [CommonModule, FormsModule, PlxTooltipModule],
- declarations: [
- PlxTextInputComponent, Ipv4ValidatorDirective, Ipv6ValidatorDirective,
- MaxValidatorDirective, MinValidatorDirective, PlxValidateOnBlurDirective,
- PlxTextInputIpComponent, PlxTextInputIpAddressComponent
- ],
- exports: [
- PlxTextInputComponent, Ipv4ValidatorDirective, Ipv6ValidatorDirective,
- MaxValidatorDirective, MinValidatorDirective, PlxValidateOnBlurDirective,
- PlxTextInputIpComponent, PlxTextInputIpAddressComponent
- ]
-})
-
-export class PlxTextInputModule {
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/validate-on-blur.directive.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/validate-on-blur.directive.ts
deleted file mode 100644
index b4a940c8..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-text-input/validate-on-blur.directive.ts
+++ /dev/null
@@ -1,18 +0,0 @@
-import {Directive, HostListener} from '@angular/core';
-import {NgControl} from '@angular/forms';
-
-@Directive({selector: '[validateOnBlur]'})
-
-export class PlxValidateOnBlurDirective {
- constructor(private formControl: NgControl) {}
-
- @HostListener('focus')
- onFocus() {
- // this.formControl.control.markAsUntouched(false);
- }
-
- @HostListener('blur')
- onBlur() {
- // this.formControl.control.markAsTouched(true);
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip-config.spec.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip-config.spec.ts
deleted file mode 100644
index 4a19dd17..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip-config.spec.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-import {PlxTooltipConfig} from './plx-tooltip-config';
-
-describe('plx-tooltip-config', () => {
- it('should have sensible default values', () => {
- const config = new PlxTooltipConfig();
-
- expect(config.placement).toBe('top');
- expect(config.triggers).toBe('hover');
- expect(config.container).toBeUndefined();
- });
-});
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip-config.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip-config.ts
deleted file mode 100644
index dd1cc254..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip-config.ts
+++ /dev/null
@@ -1,13 +0,0 @@
-import {Injectable} from '@angular/core';
-
-/**
- * Configuration service for the PlxTooltip directive.
- * You can inject this service, typically in your root component, and customize the values of its properties in
- * order to provide default values for all the tooltips used in the application.
- */
-@Injectable()
-export class PlxTooltipConfig {
- public placement: 'top' | 'bottom' | 'left' | 'right' = 'top';
- public triggers = 'hover';
- public container: string;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip.less b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip.less
deleted file mode 100644
index 4be58f9a..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip.less
+++ /dev/null
@@ -1,241 +0,0 @@
-@import "../../assets/components/themes/common/plx-input.less";
-
-@tooltip-arrow-border-width: 4px;
-@tooltip-arrow-border-width-before: 5px;
-@tooltip-arrow-border-height: @tooltip-arrow-border-width-before - @tooltip-arrow-border-width;
-@tooltip-arrow-away: 5px;
-@tooltip-arrow-background-color: #595959;
-@tooltip-arrow-border-color: #595959;
-@tooltip-away-host: 3px;
-
-.plx-tooltip {
- font-family: @font-family;
- font-size: @font-size;
- opacity: 1;
- position: absolute;
- z-index: 10001;
- display: block;
- font-style: normal;
- font-weight: normal;
- letter-spacing: normal;
- line-break: auto;
- line-height: 1.5;
- text-align: left;
- text-decoration: none;
- text-shadow: none;
- text-transform: none;
- white-space: normal;
- word-break: normal;
- word-spacing: normal;
- word-wrap: break-word;
- &::before,
- &::after {
- content: "";
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border: solid transparent;
- }
- &::before {
- border-width: @tooltip-arrow-border-width-before;
- }
- &::after {
- border-width: @tooltip-arrow-border-width;
- }
-}
-
-.plx-tooltip-inner {
- min-width: 60px;
- max-width: 200px;
- padding: 3px 8px;
- color: #fff;
- text-align: center;
- background-color: #000;
-}
-
-.plx-tooltip.show {
- font-size: @font-size;
- opacity: 1;
-}
-.plx-tooltip.show .plx-tooltip-inner {
- background-color: #595959;
- border-radius: @radius;
- padding: 0px 12px;
- height: 30px;
- line-height: 30px;
-}
-
-.plx-tooltip-top-common {
- margin-top: -(@tooltip-arrow-border-width + @tooltip-away-host);
- &::before {
- border-top-color: @tooltip-arrow-border-color;
- border-bottom-width: 0;
- bottom: -@tooltip-arrow-border-width-before;
- }
- &::after {
- border-top-color: @tooltip-arrow-background-color;
- border-bottom-width: 0;
- bottom: -@tooltip-arrow-border-width;
- }
-}
-.plx-tooltip-top {
- .plx-tooltip-top-common;
- &::before {
- left: 50%;
- margin-left: -@tooltip-arrow-border-width-before;
- }
- &::after {
- left: 50%;
- margin-left: -@tooltip-arrow-border-width;
- }
-}
-.plx-tooltip.plx-tooltip-top-left {
- .plx-tooltip-top-common;
- &::before {
- left: @tooltip-arrow-away;
- }
- &::after {
- left: @tooltip-arrow-away + @tooltip-arrow-border-height;
- }
-}
-.plx-tooltip.plx-tooltip-top-right {
- .plx-tooltip-top-common;
- &::before {
- right: @tooltip-arrow-away;
- }
- &::after {
- right: @tooltip-arrow-away + @tooltip-arrow-border-height;
- }
-}
-
-.plx-tooltip-right-common {
- margin-left: @tooltip-arrow-border-width + @tooltip-away-host;
- &::before {
- border-right-color: @tooltip-arrow-border-color;
- border-left-width: 0;
- left: -@tooltip-arrow-border-width-before;
- }
- &::after {
- border-right-color: @tooltip-arrow-background-color;
- border-left-width: 0;
- left: -@tooltip-arrow-border-width;
- }
-}
-.plx-tooltip.plx-tooltip-right {
- .plx-tooltip-right-common;
- &::before {
- top: 50%;
- margin-top: -@tooltip-arrow-border-width-before;
- }
- &::after {
- top: 50%;
- margin-top: -@tooltip-arrow-border-width;
- }
-}
-.plx-tooltip.plx-tooltip-right-top {
- .plx-tooltip-right-common;
- &::before {
- top: @tooltip-arrow-away;
- }
- &::after {
- top: @tooltip-arrow-away + @tooltip-arrow-border-height;
- }
-}
-.plx-tooltip.plx-tooltip-right-bottom {
- .plx-tooltip-right-common;
- &::before {
- bottom: @tooltip-arrow-away;
- }
- &::after {
- bottom: @tooltip-arrow-away + @tooltip-arrow-border-height;
- }
-}
-
-.plx-tooltip-bottom-common {
- margin-top: @tooltip-arrow-border-width + @tooltip-away-host;
- &::before {
- border-bottom-color: @tooltip-arrow-border-color;
- border-top-width: 0;
- top: -@tooltip-arrow-border-width-before;
- }
- &::after {
- border-bottom-color: @tooltip-arrow-background-color;
- border-top-width: 0;
- top: -@tooltip-arrow-border-width;
- }
-}
-.plx-tooltip.plx-tooltip-bottom {
- .plx-tooltip-bottom-common;
- &::before {
- left: 50%;
- margin-left: -@tooltip-arrow-border-width-before;
- }
- &::after {
- left: 50%;
- margin-left: -@tooltip-arrow-border-width;
- }
-}
-.plx-tooltip.plx-tooltip-bottom-left {
- .plx-tooltip-bottom-common;
- &::before {
- left: @tooltip-arrow-away;
- }
- &::after {
- left: @tooltip-arrow-away + @tooltip-arrow-border-height;
- }
-}
-.plx-tooltip.plx-tooltip-bottom-right {
- .plx-tooltip-bottom-common;
- &::before {
- right: @tooltip-arrow-away;
- }
- &::after {
- right: @tooltip-arrow-away + @tooltip-arrow-border-height;
- }
-}
-
-.plx-tooltip-left-common {
- margin-left: -(@tooltip-arrow-border-width + @tooltip-away-host);
- &::before {
- border-left-color: @tooltip-arrow-border-color;
- border-right-width: 0;
- right: -@tooltip-arrow-border-width-before;
- }
- &::after {
- border-left-color: @tooltip-arrow-background-color;
- border-right-width: 0;
- right: -@tooltip-arrow-border-width;
- }
-}
-
-.plx-tooltip.plx-tooltip-left {
- .plx-tooltip-left-common;
- &::before {
- top: 50%;
- margin-top: -@tooltip-arrow-border-width-before;
- }
- &::after {
- top: 50%;
- margin-top: -@tooltip-arrow-border-width;
- }
-}
-
-.plx-tooltip.plx-tooltip-left-top {
- .plx-tooltip-left-common;
- &::before {
- top: @tooltip-arrow-away;
- }
- &::after {
- top: @tooltip-arrow-away + @tooltip-arrow-border-height;
- }
-}
-.plx-tooltip.plx-tooltip-left-bottom {
- .plx-tooltip-left-common;
- &::before {
- bottom: @tooltip-arrow-away;
- }
- &::after {
- bottom: @tooltip-arrow-away + @tooltip-arrow-border-height;
- }
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip.module.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip.module.ts
deleted file mode 100644
index 062ded1c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip.module.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-import {NgModule, ModuleWithProviders} from '@angular/core';
-
-import {PlxTooltip, PlxTooltipWindow} from './plx-tooltip';
-import {PlxTooltipConfig} from './plx-tooltip-config';
-
-export {PlxTooltipConfig} from './plx-tooltip-config';
-export {PlxTooltip} from './plx-tooltip';
-
-@NgModule({declarations: [PlxTooltip, PlxTooltipWindow], exports: [PlxTooltip], entryComponents: [PlxTooltipWindow]})
-export class PlxTooltipModule {
- public static forRoot(): ModuleWithProviders { return {ngModule: PlxTooltipModule, providers: [PlxTooltipConfig]}; }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip.spec.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip.spec.ts
deleted file mode 100644
index cd2d8a6a..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip.spec.ts
+++ /dev/null
@@ -1,485 +0,0 @@
-import {TestBed, ComponentFixture, inject} from '@angular/core/testing';
-import {createGenericTestComponent} from '../test/common';
-
-import {By} from '@angular/platform-browser';
-import {Component, ViewChild, ChangeDetectionStrategy} from '@angular/core';
-
-import {PlxTooltipModule} from './plx-tooltip.module';
-import {PlxTooltipWindow, PlxTooltip} from './plx-tooltip';
-import {PlxTooltipConfig} from './plx-tooltip-config';
-
-const createTestComponent =
- (html: string) => <ComponentFixture<TestComponent>>createGenericTestComponent(html, TestComponent);
-
-const createOnPushTestComponent =
- (html: string) => <ComponentFixture<TestOnPushComponent>>createGenericTestComponent(html, TestOnPushComponent);
-
-describe('plx-tooltip-window', () => {
- beforeEach(() => { TestBed.configureTestingModule({imports: [PlxTooltipModule.forRoot()]}); });
-
- it('should render tooltip on top by default', () => {
- const fixture = TestBed.createComponent(PlxTooltipWindow);
- fixture.detectChanges();
-
- expect(fixture.nativeElement).toHaveCssClass('tooltip');
- expect(fixture.nativeElement).toHaveCssClass('tooltip-top');
- expect(fixture.nativeElement.getAttribute('role')).toBe('tooltip');
- });
-
- it('should position tooltips as requested', () => {
- const fixture = TestBed.createComponent(PlxTooltipWindow);
- fixture.componentInstance.placement = 'left';
- fixture.detectChanges();
- expect(fixture.nativeElement).toHaveCssClass('tooltip-left');
- });
-});
-
-describe('plx-tooltip', () => {
-
- beforeEach(() => {
- TestBed.configureTestingModule(
- {declarations: [TestComponent, TestOnPushComponent], imports: [PlxTooltipModule.forRoot()]});
- });
-
- function getWindow(element) { return element.querySelector('plx-tooltip-window'); }
-
- describe('basic functionality', () => {
-
- it('should open and close a tooltip - default settings and content as string', () => {
- const fixture = createTestComponent(`<div plxTooltip="Great tip!"></div>`);
- const directive = fixture.debugElement.query(By.directive(PlxTooltip));
- const defaultConfig = new PlxTooltipConfig();
-
- directive.triggerEventHandler('mouseenter', {});
- fixture.detectChanges();
- const windowEl = getWindow(fixture.nativeElement);
-
- expect(windowEl).toHaveCssClass('tooltip');
- expect(windowEl).toHaveCssClass(`tooltip-${defaultConfig.placement}`);
- expect(windowEl.textContent.trim()).toBe('Great tip!');
- expect(windowEl.getAttribute('role')).toBe('tooltip');
- expect(windowEl.getAttribute('id')).toBe('plx-tooltip-0');
- expect(windowEl.parentNode).toBe(fixture.nativeElement);
- expect(directive.nativeElement.getAttribute('aria-describedby')).toBe('plx-tooltip-0');
-
- directive.triggerEventHandler('mouseleave', {});
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).toBeNull();
- expect(directive.nativeElement.getAttribute('aria-describedby')).toBeNull();
- });
-
- it('should open and close a tooltip - default settings and content from a template', () => {
- const fixture = createTestComponent(`<template #t>Hello, {{name}}!</template><div [plxTooltip]="t"></div>`);
- const directive = fixture.debugElement.query(By.directive(PlxTooltip));
-
- directive.triggerEventHandler('mouseenter', {});
- fixture.detectChanges();
- const windowEl = getWindow(fixture.nativeElement);
-
- expect(windowEl).toHaveCssClass('tooltip');
- expect(windowEl).toHaveCssClass('tooltip-top');
- expect(windowEl.textContent.trim()).toBe('Hello, World!');
- expect(windowEl.getAttribute('role')).toBe('tooltip');
- expect(windowEl.getAttribute('id')).toBe('plx-tooltip-1');
- expect(windowEl.parentNode).toBe(fixture.nativeElement);
- expect(directive.nativeElement.getAttribute('aria-describedby')).toBe('plx-tooltip-1');
-
- directive.triggerEventHandler('mouseleave', {});
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).toBeNull();
- expect(directive.nativeElement.getAttribute('aria-describedby')).toBeNull();
- });
-
- it('should open and close a tooltip - default settings, content from a template and context supplied', () => {
- const fixture = createTestComponent(`<template #t let-name="name">Hello, {{name}}!</template><div [plxTooltip]="t"></div>`);
- const directive = fixture.debugElement.query(By.directive(PlxTooltip));
-
- directive.context.tooltip.open({name: 'John'});
- fixture.detectChanges();
- const windowEl = getWindow(fixture.nativeElement);
-
- expect(windowEl).toHaveCssClass('tooltip');
- expect(windowEl).toHaveCssClass('tooltip-top');
- expect(windowEl.textContent.trim()).toBe('Hello, John!');
- expect(windowEl.getAttribute('role')).toBe('tooltip');
- expect(windowEl.getAttribute('id')).toBe('plx-tooltip-2');
- expect(windowEl.parentNode).toBe(fixture.nativeElement);
- expect(directive.nativeElement.getAttribute('aria-describedby')).toBe('plx-tooltip-2');
-
- directive.triggerEventHandler('mouseleave', {});
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).toBeNull();
- expect(directive.nativeElement.getAttribute('aria-describedby')).toBeNull();
- });
-
- it('should not open a tooltip if content is falsy', () => {
- const fixture = createTestComponent(`<div [plxTooltip]="notExisting"></div>`);
- const directive = fixture.debugElement.query(By.directive(PlxTooltip));
-
- directive.triggerEventHandler('mouseenter', {});
- fixture.detectChanges();
- const windowEl = getWindow(fixture.nativeElement);
-
- expect(windowEl).toBeNull();
- });
-
- it('should close the tooltip tooltip if content becomes falsy', () => {
- const fixture = createTestComponent(`<div [plxTooltip]="name"></div>`);
- const directive = fixture.debugElement.query(By.directive(PlxTooltip));
-
- directive.triggerEventHandler('mouseenter', {});
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).not.toBeNull();
-
- fixture.componentInstance.name = null;
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).toBeNull();
- });
-
- it('should allow re-opening previously closed tooltips', () => {
- const fixture = createTestComponent(`<div plxTooltip="Great tip!"></div>`);
- const directive = fixture.debugElement.query(By.directive(PlxTooltip));
-
- directive.triggerEventHandler('mouseenter', {});
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).not.toBeNull();
-
- directive.triggerEventHandler('mouseleave', {});
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).toBeNull();
-
- directive.triggerEventHandler('mouseenter', {});
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).not.toBeNull();
- });
-
- it('should not leave dangling tooltips in the DOM', () => {
- const fixture = createTestComponent(`<template [ngIf]="show"><div plxTooltip="Great tip!"></div></template>`);
- const directive = fixture.debugElement.query(By.directive(PlxTooltip));
-
- directive.triggerEventHandler('mouseenter', {});
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).not.toBeNull();
-
- fixture.componentInstance.show = false;
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).toBeNull();
- });
-
- it('should properly cleanup tooltips with manual triggers', () => {
- const fixture = createTestComponent(`
- <template [ngIf]="show">
- <div plxTooltip="Great tip!" triggers="manual" #t="plxTooltip" (mouseenter)="t.open()"></div>
- </template>`);
- const directive = fixture.debugElement.query(By.directive(PlxTooltip));
-
- directive.triggerEventHandler('mouseenter', {});
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).not.toBeNull();
-
- fixture.componentInstance.show = false;
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).toBeNull();
- });
-
- describe('positioning', () => {
-
- it('should use requested position', () => {
- const fixture = createTestComponent(`<div plxTooltip="Great tip!" placement="left"></div>`);
- const directive = fixture.debugElement.query(By.directive(PlxTooltip));
-
- directive.triggerEventHandler('mouseenter', {});
- fixture.detectChanges();
- const windowEl = getWindow(fixture.nativeElement);
-
- expect(windowEl).toHaveCssClass('tooltip');
- expect(windowEl).toHaveCssClass('tooltip-left');
- expect(windowEl.textContent.trim()).toBe('Great tip!');
- });
-
- it('should properly position tooltips when a component is using the OnPush strategy', () => {
- const fixture = createOnPushTestComponent(`<div plxTooltip="Great tip!" placement="left"></div>`);
- const directive = fixture.debugElement.query(By.directive(PlxTooltip));
-
- directive.triggerEventHandler('mouseenter', {});
- fixture.detectChanges();
- const windowEl = getWindow(fixture.nativeElement);
-
- expect(windowEl).toHaveCssClass('tooltip');
- expect(windowEl).toHaveCssClass('tooltip-left');
- expect(windowEl.textContent.trim()).toBe('Great tip!');
- });
- });
-
- describe('triggers', () => {
-
- it('should support toggle triggers', () => {
- const fixture = createTestComponent(`<div plxTooltip="Great tip!" triggers="click"></div>`);
- const directive = fixture.debugElement.query(By.directive(PlxTooltip));
-
- directive.triggerEventHandler('click', {});
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).not.toBeNull();
-
- directive.triggerEventHandler('click', {});
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).toBeNull();
- });
-
- it('should non-default toggle triggers', () => {
- const fixture = createTestComponent(`<div plxTooltip="Great tip!" triggers="mouseenter:click"></div>`);
- const directive = fixture.debugElement.query(By.directive(PlxTooltip));
-
- directive.triggerEventHandler('mouseenter', {});
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).not.toBeNull();
-
- directive.triggerEventHandler('click', {});
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).toBeNull();
- });
-
- it('should support multiple triggers', () => {
- const fixture =
- createTestComponent(`<div plxTooltip="Great tip!" triggers="mouseenter:mouseleave click"></div>`);
- const directive = fixture.debugElement.query(By.directive(PlxTooltip));
-
- directive.triggerEventHandler('mouseenter', {});
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).not.toBeNull();
-
- directive.triggerEventHandler('click', {});
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).toBeNull();
- });
-
- it('should not use default for manual triggers', () => {
- const fixture = createTestComponent(`<div plxTooltip="Great tip!" triggers="manual"></div>`);
- const directive = fixture.debugElement.query(By.directive(PlxTooltip));
-
- directive.triggerEventHandler('mouseenter', {});
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).toBeNull();
- });
-
- it('should allow toggling for manual triggers', () => {
- const fixture = createTestComponent(`
- <div plxTooltip="Great tip!" triggers="manual" #t="plxTooltip"></div>
- <button (click)="t.toggle()">T</button>`);
- const button = fixture.nativeElement.querySelector('button');
-
- button.click();
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).not.toBeNull();
-
- button.click();
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).toBeNull();
- });
-
- it('should allow open / close for manual triggers', () => {
- const fixture = createTestComponent(`
- <div plxTooltip="Great tip!" triggers="manual" #t="plxTooltip"></div>
- <button (click)="t.open()">O</button>
- <button (click)="t.close()">C</button>`);
-
- const buttons = fixture.nativeElement.querySelectorAll('button');
-
- buttons[0].click(); // open
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).not.toBeNull();
-
- buttons[1].click(); // close
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).toBeNull();
- });
-
- it('should not throw when open called for manual triggers and open tooltip', () => {
- const fixture = createTestComponent(`
- <div plxTooltip="Great tip!" triggers="manual" #t="plxTooltip"></div>
- <button (click)="t.open()">O</button>`);
- const button = fixture.nativeElement.querySelector('button');
-
- button.click(); // open
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).not.toBeNull();
-
- button.click(); // open
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).not.toBeNull();
- });
-
- it('should not throw when closed called for manual triggers and closed tooltip', () => {
- const fixture = createTestComponent(`
- <div plxTooltip="Great tip!" triggers="manual" #t="plxTooltip"></div>
- <button (click)="t.close()">C</button>`);
-
- const button = fixture.nativeElement.querySelector('button');
-
- button.click(); // close
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).toBeNull();
- });
- });
- });
-
- describe('container', () => {
-
- it('should be appended to the element matching the selector passed to "container"', () => {
- const selector = 'body';
- const fixture = createTestComponent(`<div plxTooltip="Great tip!" container="` + selector + `"></div>`);
- const directive = fixture.debugElement.query(By.directive(PlxTooltip));
-
- directive.triggerEventHandler('mouseenter', {});
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).toBeNull();
- expect(getWindow(document.querySelector(selector))).not.toBeNull();
- });
-
- it('should properly destroy tooltips when the "container" option is used', () => {
- const selector = 'body';
- const fixture =
- createTestComponent(`<div *ngIf="show" plxTooltip="Great tip!" container="` + selector + `"></div>`);
- const directive = fixture.debugElement.query(By.directive(PlxTooltip));
-
- directive.triggerEventHandler('mouseenter', {});
- fixture.detectChanges();
-
- expect(getWindow(document.querySelector(selector))).not.toBeNull();
- fixture.componentRef.instance.show = false;
- fixture.detectChanges();
- expect(getWindow(document.querySelector(selector))).toBeNull();
- });
- });
-
- describe('visibility', () => {
- it('should emit events when showing and hiding popover', () => {
- const fixture = createTestComponent(
- `<div plxTooltip="Great tip!" triggers="click" (shown)="shown()" (hidden)="hidden()"></div>`);
- const directive = fixture.debugElement.query(By.directive(PlxTooltip));
-
- let shownSpy = spyOn(fixture.componentInstance, 'shown');
- let hiddenSpy = spyOn(fixture.componentInstance, 'hidden');
-
- directive.triggerEventHandler('click', {});
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).not.toBeNull();
- expect(shownSpy).toHaveBeenCalled();
-
- directive.triggerEventHandler('click', {});
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).toBeNull();
- expect(hiddenSpy).toHaveBeenCalled();
- });
-
- it('should not emit close event when already closed', () => {
- const fixture = createTestComponent(
- `<div plxTooltip="Great tip!" triggers="manual" (shown)="shown()" (hidden)="hidden()"></div>`);
-
- let shownSpy = spyOn(fixture.componentInstance, 'shown');
- let hiddenSpy = spyOn(fixture.componentInstance, 'hidden');
-
- fixture.componentInstance.tooltip.open();
- fixture.detectChanges();
-
- fixture.componentInstance.tooltip.open();
- fixture.detectChanges();
-
- expect(getWindow(fixture.nativeElement)).not.toBeNull();
- expect(shownSpy).toHaveBeenCalled();
- expect(shownSpy.calls.count()).toEqual(1);
- expect(hiddenSpy).not.toHaveBeenCalled();
- });
-
- it('should not emit open event when already opened', () => {
- const fixture = createTestComponent(
- `<div plxTooltip="Great tip!" triggers="manual" (shown)="shown()" (hidden)="hidden()"></div>`);
-
- let shownSpy = spyOn(fixture.componentInstance, 'shown');
- let hiddenSpy = spyOn(fixture.componentInstance, 'hidden');
-
- fixture.componentInstance.tooltip.close();
- fixture.detectChanges();
- expect(getWindow(fixture.nativeElement)).toBeNull();
- expect(shownSpy).not.toHaveBeenCalled();
- expect(hiddenSpy).toHaveBeenCalled();
- });
-
- it('should report correct visibility', () => {
- const fixture = createTestComponent(`<div plxTooltip="Great tip!" triggers="manual"></div>`);
- fixture.detectChanges();
-
- expect(fixture.componentInstance.tooltip.isOpen()).toBeFalsy();
-
- fixture.componentInstance.tooltip.open();
- fixture.detectChanges();
- expect(fixture.componentInstance.tooltip.isOpen()).toBeTruthy();
-
- fixture.componentInstance.tooltip.close();
- fixture.detectChanges();
- expect(fixture.componentInstance.tooltip.isOpen()).toBeFalsy();
- });
- });
-
- describe('Custom config', () => {
- let config: PlxTooltipConfig;
-
- beforeEach(() => {
- TestBed.configureTestingModule({imports: [PlxTooltipModule.forRoot()]});
- TestBed.overrideComponent(TestComponent, {set: {template: `<div plxTooltip="Great tip!"></div>`}});
- });
-
- beforeEach(inject([PlxTooltipConfig], (c: PlxTooltipConfig) => {
- config = c;
- config.placement = 'bottom';
- config.triggers = 'click';
- config.container = 'body';
- }));
-
- it('should initialize inputs with provided config', () => {
- const fixture = TestBed.createComponent(TestComponent);
- fixture.detectChanges();
- const tooltip = fixture.componentInstance.tooltip;
-
- expect(tooltip.placement).toBe(config.placement);
- expect(tooltip.triggers).toBe(config.triggers);
- expect(tooltip.container).toBe(config.container);
- });
- });
-
- describe('Custom config as provider', () => {
- let config = new PlxTooltipConfig();
- config.placement = 'bottom';
- config.triggers = 'click';
- config.container = 'body';
-
- beforeEach(() => {
- TestBed.configureTestingModule(
- {imports: [PlxTooltipModule.forRoot()], providers: [{provide: PlxTooltipConfig, useValue: config}]});
- });
-
- it('should initialize inputs with provided config as provider', () => {
- const fixture = createTestComponent(`<div plxTooltip="Great tip!"></div>`);
- const tooltip = fixture.componentInstance.tooltip;
-
- expect(tooltip.placement).toBe(config.placement);
- expect(tooltip.triggers).toBe(config.triggers);
- expect(tooltip.container).toBe(config.container);
- });
- });
-});
-
-@Component({selector: 'test-cmpt', template: ``})
-export class TestComponent {
- name = 'World';
- show = true;
-
- @ViewChild(PlxTooltip) tooltip: PlxTooltip;
-
- shown() {}
- hidden() {}
-}
-
-@Component({selector: 'test-onpush-cmpt', changeDetection: ChangeDetectionStrategy.OnPush, template: ``})
-export class TestOnPushComponent {
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip.ts
deleted file mode 100644
index f52cc11d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-tooltip/plx-tooltip.ts
+++ /dev/null
@@ -1,176 +0,0 @@
-import {
- Component,
- Directive,
- Input,
- Output,
- EventEmitter,
- ChangeDetectionStrategy,
- OnInit,
- OnDestroy,
- Injector,
- Renderer,
- ComponentRef,
- ElementRef,
- TemplateRef,
- ViewContainerRef,
- ComponentFactoryResolver,
- NgZone, ViewEncapsulation
-} from '@angular/core';
-import {listenToTriggers} from '../util/triggers';
-import {positionElements, getPlacement} from '../util/positioning';
-import {PopupService} from '../util/popup';
-import {PlxTooltipConfig} from './plx-tooltip-config';
-
-let nextId = 0;
-
-@Component({
- selector: 'plx-tooltip-window',
- encapsulation: ViewEncapsulation.None,
- changeDetection: ChangeDetectionStrategy.OnPush,
- host: {'[class]': '"plx-tooltip show plx-tooltip-" + placement', 'role': 'tooltip', '[id]': 'id'},
- template: `
- <div class="plx-tooltip-inner"><ng-content></ng-content></div>
- `,
- styleUrls: ['./plx-tooltip.less']
-})
-export class PlxTooltipWindow {
- @Input() public placement: 'top' | 'bottom' | 'left' | 'right' = 'top';
- @Input() public id: string;
-}
-
-/**
- * A lightweight, extensible directive for fancy tooltip creation.
- */
-@Directive({selector: '[plxTooltip]', exportAs: 'plxTooltip'})
-export class PlxTooltip implements OnInit, OnDestroy {
- /**
- * Placement of a tooltip. Accepts: "top", "bottom", "left", "right"
- */
- @Input() public placement: 'top' | 'bottom' | 'left' | 'right';
- /**
- * Specifies events that should trigger. Supports a space separated list of event names.
- */
- @Input() public triggers: string;
- /**
- * A selector specifying the element the tooltip should be appended to.
- * Currently only supports "body".
- */
- @Input() public container: string;
- /**
- * Emits an event when the tooltip is shown
- */
- @Output() public shown = new EventEmitter();
- /**
- * Emits an event when the tooltip is hidden
- */
- @Output() public hidden = new EventEmitter();
-
- private _plxTooltip: string | TemplateRef<any>;
- private _plxTooltipWindowId = `plx-tooltip-${nextId++}`;
- private _popupService: PopupService<PlxTooltipWindow>;
- private _windowRef: ComponentRef<PlxTooltipWindow>;
- private _unregisterListenersFn;
- private _zoneSubscription: any;
-
- constructor(private _elementRef: ElementRef, private _renderer: Renderer, injector: Injector,
- componentFactoryResolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef, config: PlxTooltipConfig,
- ngZone: NgZone) {
- this.placement = config.placement;
- this.triggers = config.triggers;
- this.container = config.container;
- this._popupService = new PopupService<PlxTooltipWindow>(
- PlxTooltipWindow, injector, viewContainerRef, _renderer, componentFactoryResolver);
-
- this._zoneSubscription = ngZone.onStable.subscribe(() => {
- if (this._windowRef) {
- positionElements(
- this._elementRef.nativeElement, this._windowRef.location.nativeElement, this.placement,
- this.container === 'body');
- let tmpPlace = getPlacement(this._elementRef.nativeElement, this._windowRef.location.nativeElement, this.placement);
- this._windowRef.instance.placement = tmpPlace;
- this._windowRef.changeDetectorRef.detectChanges();
- }
- });
- }
-
- /**
- * Content to be displayed as tooltip. If falsy, the tooltip won't open.
- */
- @Input()
- set plxTooltip(value: string | TemplateRef<any>) {
- this._plxTooltip = value;
- if (!value && this._windowRef) {
- this.close();
- }
- }
-
- get plxTooltip() {
- return this._plxTooltip;
- }
-
- /**
- * Opens an element’s tooltip. This is considered a “manual” triggering of the tooltip.
- * The context is an optional value to be injected into the tooltip template when it is created.
- */
- public open(context?: any) {
- if (!this._windowRef && this._plxTooltip) {
- this._windowRef = this._popupService.open(this._plxTooltip, context);
- // let tmpPlace = getPlacement(this._elementRef.nativeElement, this._windowRef.location.nativeElement, this.placement);
- this._windowRef.instance.placement = this.placement;
- this._windowRef.instance.id = this._plxTooltipWindowId;
-
- this._renderer.setElementAttribute(this._elementRef.nativeElement, 'aria-describedby', this._plxTooltipWindowId);
-
- if (this.container === 'body') {
- window.document.querySelector(this.container).appendChild(this._windowRef.location.nativeElement);
- }
-
- // we need to manually invoke change detection since events registered via
- // Renderer::listen() - to be determined if this is a bug in the Angular itself
- this._windowRef.changeDetectorRef.markForCheck();
- this.shown.emit();
- }
- }
-
- /**
- * Closes an element’s tooltip. This is considered a “manual” triggering of the tooltip.
- */
- public close(): void {
- if (this._windowRef !== null) {
- this._renderer.setElementAttribute(this._elementRef.nativeElement, 'aria-describedby', null);
- this._popupService.close();
- this._windowRef = null;
- this.hidden.emit();
- }
- }
-
- /**
- * Toggles an element’s tooltip. This is considered a “manual” triggering of the tooltip.
- */
- public toggle(): void {
- if (this._windowRef) {
- this.close();
- } else {
- this.open();
- }
- }
-
- /**
- * Returns whether or not the tooltip is currently being shown
- */
- public isOpen(): boolean {
- return !!this._windowRef;
- }
-
- public ngOnInit() {
- this._unregisterListenersFn = listenToTriggers(
- this._renderer, this._elementRef.nativeElement, this.triggers, this.open.bind(this), this.close.bind(this),
- this.toggle.bind(this));
- }
-
- public ngOnDestroy() {
- this.close();
- this._unregisterListenersFn();
- this._zoneSubscription.unsubscribe();
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/util/popup.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/util/popup.ts
deleted file mode 100644
index dacbc0b9..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/util/popup.ts
+++ /dev/null
@@ -1,59 +0,0 @@
-import {
- Injector,
- TemplateRef,
- ViewRef,
- ViewContainerRef,
- Renderer,
- ComponentRef,
- ComponentFactory,
- ComponentFactoryResolver
-} from '@angular/core';
-
-export class ContentRef {
- constructor(public nodes: any[], public viewRef?: ViewRef, public componentRef?: ComponentRef<any>) {
- }
-}
-
-export class PopupService<T> {
- private _windowFactory: ComponentFactory<T>;
- private _windowRef: ComponentRef<T>;
- private _contentRef: ContentRef;
-
- constructor(type: any, private _injector: Injector, private _viewContainerRef: ViewContainerRef, private _renderer: Renderer,
- componentFactoryResolver: ComponentFactoryResolver) {
- this._windowFactory = componentFactoryResolver.resolveComponentFactory<T>(type);
- }
-
- public open(content?: string | TemplateRef<any>, context?: any): ComponentRef<T> {
- if (!this._windowRef) {
- this._contentRef = this._getContentRef(content, context);
- this._windowRef =
- this._viewContainerRef.createComponent(this._windowFactory, 0, this._injector, this._contentRef.nodes);
- }
-
- return this._windowRef;
- }
-
- public close() {
- if (this._windowRef) {
- this._viewContainerRef.remove(this._viewContainerRef.indexOf(this._windowRef.hostView));
- this._windowRef = null;
-
- if (this._contentRef.viewRef) {
- this._viewContainerRef.remove(this._viewContainerRef.indexOf(this._contentRef.viewRef));
- this._contentRef = null;
- }
- }
- }
-
- private _getContentRef(content: string | TemplateRef<any>, context?: any): ContentRef {
- if (!content) {
- return new ContentRef([]);
- } else if (content instanceof TemplateRef) {
- const viewRef = this._viewContainerRef.createEmbeddedView(<TemplateRef<T>>content, context);
- return new ContentRef([viewRef.rootNodes], viewRef);
- } else {
- return new ContentRef([[this._renderer.createText(null, `${content}`)]]);
- }
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/util/positioning.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/util/positioning.ts
deleted file mode 100644
index 79399d6d..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/util/positioning.ts
+++ /dev/null
@@ -1,425 +0,0 @@
-// previous version:
-// https://github.com/angular-ui/bootstrap/blob/07c31d0731f7cb068a1932b8e01d2312b796b4ec/src/position/position.js
-export class Positioning {
- private getStyle(element: HTMLElement, prop: string): string {
- return window.getComputedStyle(element)[prop];
- }
-
- private isStaticPositioned(element: HTMLElement): boolean {
- return (this.getStyle(element, 'position') || 'static') === 'static';
- }
-
- private offsetParent(element: HTMLElement): HTMLElement {
- let offsetParentEl = <HTMLElement>element.offsetParent || document.documentElement;
-
- while (offsetParentEl && offsetParentEl !== document.documentElement && this.isStaticPositioned(offsetParentEl)) {
- offsetParentEl = <HTMLElement>offsetParentEl.offsetParent;
- }
-
- return offsetParentEl || document.documentElement;
- }
-
- public position(element: HTMLElement, round = true): ClientRect {
- let elPosition: ClientRect;
- let parentOffset: ClientRect = {width: 0, height: 0, top: 0, bottom: 0, left: 0, right: 0};
-
- if (this.getStyle(element, 'position') === 'fixed') {
- elPosition = element.getBoundingClientRect();
- } else {
- const offsetParentEl = this.offsetParent(element);
-
- elPosition = this.offset(element, false);
-
- if (offsetParentEl !== document.documentElement) {
- parentOffset = this.offset(offsetParentEl, false);
- }
-
- parentOffset.top += offsetParentEl.clientTop;
- parentOffset.left += offsetParentEl.clientLeft;
- }
-
- elPosition.top -= parentOffset.top;
- elPosition.bottom -= parentOffset.top;
- elPosition.left -= parentOffset.left;
- elPosition.right -= parentOffset.left;
-
- if (round) {
- elPosition.top = Math.round(elPosition.top);
- elPosition.bottom = Math.round(elPosition.bottom);
- elPosition.left = Math.round(elPosition.left);
- elPosition.right = Math.round(elPosition.right);
- }
-
- return elPosition;
- }
-
- public offset(element: HTMLElement, round = true): ClientRect {
- const elBcr = element.getBoundingClientRect();
- const viewportOffset = {
- top: window.pageYOffset - document.documentElement.clientTop,
- left: window.pageXOffset - document.documentElement.clientLeft
- };
-
- let elOffset = {
- height: elBcr.height || element.offsetHeight,
- width: elBcr.width || element.offsetWidth,
- top: elBcr.top + viewportOffset.top,
- bottom: elBcr.bottom + viewportOffset.top,
- left: elBcr.left + viewportOffset.left,
- right: elBcr.right + viewportOffset.left
- };
-
- if (round) {
- elOffset.height = Math.round(elOffset.height);
- elOffset.width = Math.round(elOffset.width);
- elOffset.top = Math.round(elOffset.top);
- elOffset.bottom = Math.round(elOffset.bottom);
- elOffset.left = Math.round(elOffset.left);
- elOffset.right = Math.round(elOffset.right);
- }
-
- return elOffset;
- }
-
-
- public getPlacementPrimary(hostElement: HTMLElement, targetElement: HTMLElement, placement: string): string {
-
- // let placementPrimaryArray = ['right', 'bottom', 'left', 'top'];
- // placementPrimaryArray.splice(placementPrimaryArray.indexOf(placementPrimary), 1);
- // placementPrimaryArray.splice(0, 0, placementPrimary);
-
- let placementPrimaryArray = this.getTotalPlacementArr(placement);
- let placementPrimary;
- let placementSecondary;
- let rect;
-
- let result = placementPrimaryArray.find(place => {
- placementPrimary = place.split('-')[0] || 'top';
- placementSecondary = place.split('-')[1] || 'center';
- rect = this.getBoundingClientRect(placementPrimary, placementSecondary, hostElement, targetElement);
- return this.canDisplay(rect);
- });
-
- if (!result) {
- return placement;
- } else {
- return result;
- }
- }
-
- private getTotalPlacementArr(placement: string): any {
- let placementPrimary = placement.split('-')[0] || 'top';
-
- let placementBasic = ['right', 'bottom', 'left', 'top'];
- placementBasic.splice(placementBasic.indexOf(placementPrimary), 1);
- placementBasic.splice(0, 0, placementPrimary);
- let placeTotal = {
- right: [
- 'right',
- 'right-top',
- 'right-bottom'
- ],
- bottom: [
- 'bottom',
- 'bottom-left',
- 'bottom-right'
- ],
- left: [
- 'left',
- 'left-top',
- 'left-bottom'
- ],
- top: [
- 'top',
- 'top-left',
- 'top-right'
- ]
- }
- let placeArr = [];
- placeArr.push(placement);
- placementBasic.forEach(placePri => {
- placeTotal[placePri].forEach(palce => {
- if (placement !== palce) {
- placeArr.push(palce);
- }
- });
- });
- return placeArr;
- }
-
- private canDisplay(rect): boolean {
- if(this.isSheltered(rect, window)) {
- return false;
- } else {
- var pElement = this.getParentElement(window);
- if(pElement) {
- const shelter = this.getShelter(pElement, window.parent, rect);
- if(shelter) {
- return false;
- } else {
- return true;
- }
- } else {
- return true;
- }
-
- }
- }
-
- /**
- * 判断当前位置在对应的窗口中是否会被遮挡
- * 用于iframe嵌套的场景
- * @param position
- * @param currentWindow
- */
- private isSheltered(position, currentWindow) {
- if(position.left < 0 || position.top < 0
- || position.right > currentWindow.document.documentElement.clientWidth
- || position.bottom > currentWindow.document.documentElement.clientHeight) {
- return true;
- } else {
- return false;
- }
- }
-
- /**
- * 递归判断当前元素是否会被视口遮挡
- * @param element
- * @param currentWindow
- * @param position
- */
- public getShelter(element, currentWindow, position) {
- var rect = element.getBoundingClientRect();
- position.left += rect.left;
- position.right += rect.left;
- position.top += rect.top;
- position.bottom += rect.top;
-
- if(this.isSheltered(position, currentWindow)) {
- return element;
- } else {
- if(currentWindow.parent != currentWindow) { // 判断是否到达最顶级容器
- var pElement = this.getParentElement(currentWindow);
- return this.getShelter(pElement, currentWindow.parent, position);
- } else {
- return null;
- }
- }
- }
-
- /**
- * 查找当前容器在父窗口中的dom元素
- * 如:iframe场景中,则为在子页面中查找父页面中的iframe节点
- * @param currentWindow
- */
- public getParentElement(currentWindow) {
- if(currentWindow.parent !== currentWindow) {
- var parentWindow = currentWindow.parent;
- var frames = parentWindow.document.getElementsByTagName("iframe");
- for(var i=0; i<frames.length; i++) {
- if(frames[i].contentWindow === currentWindow) {
- return frames[i];
- }
- }
- }
- }
-
- private getBoundingClientRect(placementPrimary, placementSecondary, hostElement, targetElement) {
- const hostBcr = hostElement.getBoundingClientRect();
-
- // const shiftWidth = {
- // left: hostBcr.left,
- // center: hostBcr.left + hostElement.offsetWidth/2 - targetElement.offsetWidth/2,
- // right: hostBcr.left + hostElement.offsetWidth,
- // };
- // const shiftHeight = {
- // top: hostBcr.top,
- // center: hostBcr.top + hostElement.offsetHeight/2 - targetElement.offsetHeight/2,
- // bottom: hostBcr.top + hostElement.offsetHeight,
- // };
-
- const shiftWidth: any = {
- left: hostBcr.left,
- center: hostBcr.left + hostBcr.width / 2 - targetElement.offsetWidth / 2,
- right: hostBcr.right - targetElement.offsetWidth
- };
- const shiftHeight: any = {
- top: hostBcr.top,
- center: hostBcr.top + hostBcr.height / 2 - targetElement.offsetHeight / 2,
- bottom: hostBcr.bottom - targetElement.offsetHeight
- };
- switch (placementPrimary) {
- case 'top':
- return {
- top: hostBcr.top - targetElement.offsetHeight,
- bottom: hostBcr.top,
- left: shiftWidth[placementSecondary],
- right: shiftWidth[placementSecondary] + targetElement.offsetWidth
- };
- case 'bottom':
- return {
- top: hostBcr.bottom,
- bottom: hostBcr.bottom + targetElement.offsetHeight,
- left: shiftWidth[placementSecondary],
- right: shiftWidth[placementSecondary] + targetElement.offsetWidth
- };
- case 'left':
- return {
- top: shiftHeight[placementSecondary],
- bottom: shiftHeight[placementSecondary] + targetElement.offsetHeight,
- left: hostBcr.left - targetElement.offsetWidth,
- right: hostBcr.left
- };
- case 'right':
- return {
- top: shiftHeight[placementSecondary],
- bottom: shiftHeight[placementSecondary] + targetElement.offsetHeight,
- left: hostBcr.right,
- right: hostBcr.right + targetElement.offsetWidth,
- };
- }
- }
-
- public positionElements(hostElement: HTMLElement, targetElement: HTMLElement, placement: string, appendToBody?: boolean): ClientRect {
- const hostElPosition = appendToBody ? this.offset(hostElement, false) : this.position(hostElement, false);
- const shiftWidthPri: any = {
- left: hostElPosition.left,
- right: hostElPosition.left + hostElPosition.width
- };
- const shiftHeightPri: any = {
- top: hostElPosition.top,
- bottom: hostElPosition.top + hostElPosition.height
- };
- const targetElBCR = targetElement.getBoundingClientRect();
- placement = this.getPlacementPrimary(hostElement, targetElement, placement);
- let placementPrimary = placement.split('-')[0] || 'top';
- const placementSecondary = placement.split('-')[1] || 'center';
-
- let targetElPosition: ClientRect = {
- height: targetElBCR.height || targetElement.offsetHeight,
- width: targetElBCR.width || targetElement.offsetWidth,
- top: 0,
- bottom: targetElBCR.height || targetElement.offsetHeight,
- left: 0,
- right: targetElBCR.width || targetElement.offsetWidth
- };
- const shiftWidthSec: any = {
- left: hostElPosition.left,
- center: hostElPosition.left + hostElPosition.width / 2 - targetElement.offsetWidth / 2,
- right: hostElPosition.right - targetElement.offsetWidth
- };
- const shiftHeightSec: any = {
- top: hostElPosition.top,
- center: hostElPosition.top + hostElPosition.height / 2 - targetElement.offsetHeight / 2,
- bottom: hostElPosition.bottom - targetElement.offsetHeight
- };
-
- switch (placementPrimary) {
- case 'top':
- targetElPosition.top = hostElPosition.top - targetElement.offsetHeight;
- targetElPosition.bottom += hostElPosition.top - targetElement.offsetHeight;
- targetElPosition.left = shiftWidthSec[placementSecondary];
- targetElPosition.right += shiftWidthSec[placementSecondary];
- break;
- case 'bottom':
- targetElPosition.top = shiftHeightPri[placementPrimary];
- targetElPosition.bottom += shiftHeightPri[placementPrimary];
- targetElPosition.left = shiftWidthSec[placementSecondary];
- targetElPosition.right += shiftWidthSec[placementSecondary];
- break;
- case 'left':
- targetElPosition.top = shiftHeightSec[placementSecondary];
- targetElPosition.bottom += shiftHeightSec[placementSecondary];
- targetElPosition.left = hostElPosition.left - targetElement.offsetWidth;
- targetElPosition.right += hostElPosition.left - targetElement.offsetWidth;
- break;
- case 'right':
- targetElPosition.top = shiftHeightSec[placementSecondary];
- targetElPosition.bottom += shiftHeightSec[placementSecondary];
- targetElPosition.left = shiftWidthPri[placementPrimary];
- targetElPosition.right += shiftWidthPri[placementPrimary];
- break;
- }
-
- targetElPosition.top = Math.round(targetElPosition.top);
- targetElPosition.bottom = Math.round(targetElPosition.bottom);
- targetElPosition.left = Math.round(targetElPosition.left);
- targetElPosition.right = Math.round(targetElPosition.right);
-
- return targetElPosition;
- }
-
- public positionElements_bak(hostElement: HTMLElement, targetElement: HTMLElement, placement: string, appendToBody?: boolean): ClientRect {
- const hostElPosition = appendToBody ? this.offset(hostElement, false) : this.position(hostElement, false);
- const shiftWidth: any = {
- left: hostElPosition.left,
- center: hostElPosition.left + hostElPosition.width / 2 - targetElement.offsetWidth / 2,
- right: hostElPosition.left + hostElPosition.width
- };
- const shiftHeight: any = {
- top: hostElPosition.top,
- center: hostElPosition.top + hostElPosition.height / 2 - targetElement.offsetHeight / 2,
- bottom: hostElPosition.top + hostElPosition.height
- };
- const targetElBCR = targetElement.getBoundingClientRect();
- const placementPrimary = placement.split('-')[0] || 'top';
- const placementSecondary = placement.split('-')[1] || 'center';
-
- let targetElPosition: ClientRect = {
- height: targetElBCR.height || targetElement.offsetHeight,
- width: targetElBCR.width || targetElement.offsetWidth,
- top: 0,
- bottom: targetElBCR.height || targetElement.offsetHeight,
- left: 0,
- right: targetElBCR.width || targetElement.offsetWidth
- };
-
- switch (placementPrimary) {
- case 'top':
- targetElPosition.top = hostElPosition.top - targetElement.offsetHeight;
- targetElPosition.bottom += hostElPosition.top - targetElement.offsetHeight;
- targetElPosition.left = shiftWidth[placementSecondary];
- targetElPosition.right += shiftWidth[placementSecondary];
- break;
- case 'bottom':
- targetElPosition.top = shiftHeight[placementPrimary];
- targetElPosition.bottom += shiftHeight[placementPrimary];
- targetElPosition.left = shiftWidth[placementSecondary];
- targetElPosition.right += shiftWidth[placementSecondary];
- break;
- case 'left':
- targetElPosition.top = shiftHeight[placementSecondary];
- targetElPosition.bottom += shiftHeight[placementSecondary];
- targetElPosition.left = hostElPosition.left - targetElement.offsetWidth;
- targetElPosition.right += hostElPosition.left - targetElement.offsetWidth;
- break;
- case 'right':
- targetElPosition.top = shiftHeight[placementSecondary];
- targetElPosition.bottom += shiftHeight[placementSecondary];
- targetElPosition.left = shiftWidth[placementPrimary];
- targetElPosition.right += shiftWidth[placementPrimary];
- break;
- }
-
- targetElPosition.top = Math.round(targetElPosition.top);
- targetElPosition.bottom = Math.round(targetElPosition.bottom);
- targetElPosition.left = Math.round(targetElPosition.left);
- targetElPosition.right = Math.round(targetElPosition.right);
-
- return targetElPosition;
- }
-}
-
-const positionService = new Positioning();
-export function positionElements(hostElement: HTMLElement, targetElement: HTMLElement, placement: string, appendToBody?: boolean): void {
- const pos = positionService.positionElements(hostElement, targetElement, placement, appendToBody);
-
- targetElement.style.top = `${pos.top}px`;
- targetElement.style.left = `${pos.left}px`;
-}
-
-export function getPlacement(hostElement: HTMLElement, targetElement: HTMLElement, placement: string): any {
- const placementPrimary = positionService.getPlacementPrimary(hostElement, targetElement, placement);
- console.log(placementPrimary);
- return placementPrimary;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/util/triggers.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/util/triggers.ts
deleted file mode 100644
index 708790a4..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/util/triggers.ts
+++ /dev/null
@@ -1,66 +0,0 @@
-export class Trigger {
- constructor(public open: string, public close?: string) {
- if (!close) {
- this.close = open;
- }
- }
-
- public isManual() {
- return this.open === 'manual' || this.close === 'manual';
- }
-}
-
-const DEFAULT_ALIASES = {
- hover: ['mouseenter', 'mouseleave']
-};
-
-export function parseTriggers(triggers: string, aliases = DEFAULT_ALIASES): Trigger[] {
- const trimmedTriggers = (triggers || '').trim();
-
- if (trimmedTriggers.length === 0) {
- return [];
- }
-
- const parsedTriggers = trimmedTriggers.split(/\s+/).map(trigger => trigger.split(':')).map((triggerPair) => {
- let alias = aliases[triggerPair[0]] || triggerPair;
- return new Trigger(alias[0], alias[1]);
- });
-
- const manualTriggers = parsedTriggers.filter(triggerPair => triggerPair.isManual());
-
- if (manualTriggers.length > 1) {
- throw 'Triggers parse error: only one manual trigger is allowed';
- }
-
- if (manualTriggers.length === 1 && parsedTriggers.length > 1) {
- throw 'Triggers parse error: manual trigger can\'t be mixed with other triggers';
- }
-
- return parsedTriggers;
-}
-
-const noopFn = () => {
- // TO DO
-};
-
-export function listenToTriggers(renderer: any, nativeElement: any, triggers: string, openFn, closeFn, toggleFn) {
- const parsedTriggers = parseTriggers(triggers);
- const listeners = [];
-
- if (parsedTriggers.length === 1 && parsedTriggers[0].isManual()) {
- return noopFn;
- }
-
- parsedTriggers.forEach((trigger: Trigger) => {
- if (trigger.open === trigger.close) {
- listeners.push(renderer.listen(nativeElement, trigger.open, toggleFn));
- } else {
- listeners.push(
- renderer.listen(nativeElement, trigger.open, openFn), renderer.listen(nativeElement, trigger.close, closeFn));
- }
- });
-
- return () => {
- listeners.forEach(unsubscribeFn => unsubscribeFn());
- };
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/util/util.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/util/util.ts
deleted file mode 100644
index 5df0381e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/util/util.ts
+++ /dev/null
@@ -1,65 +0,0 @@
-export function toInteger(value: any): number {
- return parseInt(`${value}`, 10);
-}
-
-export function toString(value: any): string {
- return (value !== undefined && value !== null) ? `${value}` : '';
-}
-
-export function getValueInRange(value: number, max: number, min = 0): number {
- return Math.max(Math.min(value, max), min);
-}
-
-export function isString(value: any): boolean {
- return typeof value === 'string';
-}
-
-export function isNumber(value: any): boolean {
- return !isNaN(toInteger(value));
-}
-
-export function isInteger(value: any): boolean {
- return typeof value === 'number' && isFinite(value) && Math.floor(value) === value;
-}
-
-export function isDefined(value: any): boolean {
- return value !== undefined && value !== null;
-}
-
-export function padNumber(value: number) {
- if (isNumber(value)) {
- return `0${value}`.slice(-2);
- } else {
- return '';
- }
-}
-
-export function regExpEscape(text) {
- return text.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&');
-}
-
-
-export function parseDate(date: Date, format) {
- let o = {
- 'M+': date.getMonth() + 1, // month
- 'd+': date.getDate(), // day
- 'h+': date.getHours(), // hour
- 'm+': date.getMinutes(), // minute
- 's+': date.getSeconds(), // second
- 'q+': Math.floor((date.getMonth() + 3) / 3), // quarter
- 'S': date.getMilliseconds() // millisecond
- };
- if (/(y+)/.test(format)) {
- format = format.replace(RegExp.$1,
- (date.getFullYear() + '').substr(4 - RegExp.$1.length));
- }
- for (let k in o) {
- if (new RegExp('(' + k + ')').test(format)) {
- format = format.replace(RegExp.$1,
- RegExp.$1.length === 1 ? o[k] :
- ('00' + o[k]).substr(('' + o[k]).length));
- }
- }
- return format;
-}
-
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/auth.service.spec.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/auth.service.spec.ts
deleted file mode 100644
index 9bd500ef..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/auth.service.spec.ts
+++ /dev/null
@@ -1,26 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { TestBed, inject } from '@angular/core/testing';
-
-import { AuthService } from './auth.service';
-
-describe('AuthService', () => {
- beforeEach(() => {
- TestBed.configureTestingModule({
- providers: [AuthService]
- });
- });
-
- it('should be created', inject([AuthService], (service: AuthService) => {
- expect(service).toBeTruthy();
- }));
-});
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/auth.service.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/auth.service.ts
deleted file mode 100644
index a8e60753..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/auth.service.ts
+++ /dev/null
@@ -1,65 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { Injectable } from '@angular/core';
-import { Http } from '@angular/http';
-import { BroadcastService } from './broadcast.service';
-
-@Injectable()
-export class AuthService {
- private static AuthUrl = "/api/oauth2/v1/perms/user/operations";
- private static AllOperations = ["operation.apds.create", "operation.apds.delete", "operation.apds.modify",
- "operation.apds.view", "operation.apds.import", "operation.apds.export", "operation.apds.deploy",
- "operation.apds.test"];
- private static ModifyOperation = 'operation.apds.modify';
-
- constructor(private http: Http, private broadcastService: BroadcastService) {
- this.checkRights();
- // keep alive
- // setInterval(() => {
- // console.log(`Keep session alive. Request per 3 minutes. ${new Date()}`);
- // this.checkRights();
- // }, 180000);
- }
- public checkRights() {
- // let data = { operations: AuthService.AllOperations };
- // this.http.post(AuthService.AuthUrl, data).subscribe(res => {
- // let hasRightOP = res.json().operations;
- // if (hasRightOP.length > 0) {
- // this.broadcastService.broadcast(this.broadcastService.openRight, true);
- // if (hasRightOP.indexOf(AuthService.ModifyOperation) > -1) {
- // this.broadcastService.broadcast(this.broadcastService.saveRight, true);
- // } else {
- // this.broadcastService.broadcast(this.broadcastService.saveRight, false);
- // }
- // } else {
- // this.broadcastService.broadcast(this.broadcastService.openRight, false);
- // this.broadcastService.broadcast(this.broadcastService.saveRight, false);
- // }
- // }, error => {
- // switch (error.status) {
- // // Incase oauth service not exists or operation set not exists
- // case 404:
- // case 501:
- // case 502:
- // this.broadcastService.broadcast(this.broadcastService.openRight, true);
- // this.broadcastService.broadcast(this.broadcastService.saveRight, true);
- // break;
- // default:
- // this.broadcastService.broadcast(this.broadcastService.openRight, false);
- // this.broadcastService.broadcast(this.broadcastService.saveRight, false);
- // break;
- // }
- // });
- this.broadcastService.broadcast(this.broadcastService.openRight, true);
- this.broadcastService.broadcast(this.broadcastService.saveRight, true);
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/broadcast.service.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/broadcast.service.ts
deleted file mode 100644
index 410ae9b0..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/broadcast.service.ts
+++ /dev/null
@@ -1,75 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { Injectable } from '@angular/core';
-import { Subject } from 'rxjs/Subject';
-
-import { PlanModel } from '../model/plan-model';
-import { RestConfig } from '../model/rest-config';
-import { Swagger } from '../model/swagger';
-import { SequenceFlow } from '../model/workflow/sequence-flow';
-import { WorkflowNode } from '../model/workflow/workflow-node';
-import { WorkflowElement } from '../model/workflow/workflow-element';
-
-/**
- * BroadcastService
- * All of the observable subject should be registered to this service.
- * It provider a broadcast method to broadcast data. the broadcast method would catch error while broadcasting.
- */
-@Injectable()
-export class BroadcastService {
- public openRight = new Subject<boolean>();
- public openRight$ = this.openRight.asObservable();
-
- public saveRight = new Subject<boolean>();
- public saveRight$ = this.saveRight.asObservable();
-
- public initModel = new Subject<PlanModel>();
- public initModel$ = this.initModel.asObservable();
-
- public showProperty = new Subject<WorkflowElement>();
- public showProperty$ = this.showProperty.asObservable();
-
- public planModel = new Subject<PlanModel>();
- public planModel$ = this.planModel.asObservable();
-
- public updateModelToscaConfig = new Subject<any[]>();
- public updateModelToscaConfig$ = this.updateModelToscaConfig.asObservable();
-
- public updateModelRestConfig = new Subject<RestConfig[]>();
- public updateModelRestConfig$ = this.updateModelRestConfig.asObservable();
-
- public updateNodeTypeConfig = new Subject<any[]>();
- public updateNodeTypeConfig$ = this.updateNodeTypeConfig.asObservable();
-
- public saveEvent = new Subject<PlanModel>();
- public saveEvent$ = this.saveEvent.asObservable();
-
- public selectedElement = new Subject<WorkflowElement[]>();
- public selectedElement$ = this.selectedElement.asObservable();
-
- public swagger = new Subject<any>();
- public swagger$ = this.swagger.asObservable();
-
- /**
- * broadcast datas
- * this method will catch the exceptions for the broadcast
- * @param subject will broadcast data
- * @param data will be broadcasted
- */
- public broadcast(subject: Subject<any>, data: any) {
- try {
- subject.next(data);
- } catch (err) {
- console.error(err);
- }
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/display-info.service.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/display-info.service.ts
deleted file mode 100644
index f7c55e0e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/display-info.service.ts
+++ /dev/null
@@ -1,27 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { Injectable } from "@angular/core";
-import { HttpService } from "../util/http.service";
-import { Observable } from "rxjs";
-import { ModelService } from "./model.service";
-
-@Injectable()
-export class DisplayInfoService {
- private displayInfoUrl = '/api/workflow-modeler/v1/ext-activities/displayInfo?scene=';
-
- constructor(private modelService: ModelService, private httpService: HttpService) {
- }
-
- public getDisplayInfo(): Observable<any> {
- return this.httpService.get(this.displayInfoUrl + this.modelService.getPlanModel().scene);
- }
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/interface.service.spec.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/interface.service.spec.ts
deleted file mode 100644
index 0aeb3f52..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/interface.service.spec.ts
+++ /dev/null
@@ -1,26 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { TestBed, inject } from '@angular/core/testing';
-
-import { InterfaceService } from './interface.service';
-
-describe('PersistenceService', () => {
- beforeEach(() => {
- TestBed.configureTestingModule({
- providers: [InterfaceService]
- });
- });
-
- it('should be created', inject([InterfaceService], (service: InterfaceService) => {
- expect(service).toBeTruthy();
- }));
-});
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/interface.service.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/interface.service.ts
deleted file mode 100644
index 9dcafe96..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/interface.service.ts
+++ /dev/null
@@ -1,53 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { Injectable } from '@angular/core';
-import { ActivatedRoute } from '@angular/router/';
-
-import { Observable } from 'rxjs/Observable';
-import { TranslateService } from '@ngx-translate/core';
-
-import { HttpService } from '../util/http.service';
-import { BroadcastService } from './broadcast.service';
-import { NoticeService } from './notice.service';
-import { PlanModel } from '../model/plan-model';
-
-@Injectable()
-export class InterfaceService {
- private static ModelUrl = '/api/workflow-modeler/v1/models/';
- constructor(private activatedRoute: ActivatedRoute, private http: HttpService,
- private broadcast: BroadcastService, private notice: NoticeService, private translate: TranslateService) {
- this.getModelData();
- }
-
- public getModelData() {
- this.activatedRoute.queryParams.subscribe(queryParams => {
- let modelId = queryParams.hasOwnProperty("id") ? queryParams.id : "";
- let name = queryParams.hasOwnProperty("name") ? queryParams.name : "";
- let uuid = queryParams.hasOwnProperty("uuid") ? queryParams.uuid :"";
- let operationId = queryParams.hasOwnProperty("operationId") ? queryParams.operationId : "";
-
- this.http.get(InterfaceService.ModelUrl + modelId
- + "?name=" + name + "&uuid=" + uuid
- + "&operationId=" + operationId).subscribe(data => {
- this.broadcast.broadcast(this.broadcast.initModel, data);
- }, error => {
- this.translate.get('WORKFLOW.MSG.LOAD_FAIL').subscribe((res: string) => {
- this.notice.error(res);
- });
- });
- });
- }
-
- public saveModelData(planModel: PlanModel): Observable<PlanModel> {
- return this.http.put(InterfaceService.ModelUrl + planModel.id, planModel);
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/jsplumb.service.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/jsplumb.service.ts
deleted file mode 100644
index 0cf93efe..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/jsplumb.service.ts
+++ /dev/null
@@ -1,581 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import {Injectable} from '@angular/core';
-import * as jsp from 'jsplumb';
-
-import {Subscription} from 'rxjs/Subscription';
-import {WorkflowNode} from '../model/workflow/workflow-node';
-import {BroadcastService} from './broadcast.service';
-import {ModelService} from './model.service';
-import {SequenceFlow} from '../model/workflow/sequence-flow';
-import {Position} from '../model/workflow/position';
-
-/**
- * JsPlumbService
- * provides all of the operations about jsplumb plugin.
- */
-@Injectable()
-export class JsPlumbService {
- public jsplumbInstanceMap = new Map<string, any>();
- public subscriptionMap = new Map<string, Subscription>();
-
- private padding = 20;
- private rootClass = 'canvas';
- private selectNodes: WorkflowNode[] = [];
-
- constructor(private modelService: ModelService, private broadcastService: BroadcastService) {
- this.broadcastService.selectedElement$.subscribe(elements => {
- this.selectNodes = [];
- if (elements && 0 < elements.length) {
- for (let index = 0; index < elements.length; index++) {
- let element = elements[index];
- if (this.modelService.isNode(element)) {
- let node = element as WorkflowNode;
- this.selectNodes.push(node);
- }
- }
- }
- });
- }
-
- public connectChildrenNodes(parentNodeId: string) {
- const jsplumbInstance = this.jsplumbInstanceMap.get(parentNodeId);
-
- const nodes: WorkflowNode[] = this.modelService.getChildrenNodes(parentNodeId);
- nodes.forEach(node => this.connect4OneNode(node, jsplumbInstance));
- }
-
- public connect4OneNode(node: WorkflowNode, jsplumbInstance: any) {
- node.connection.forEach(sequenceFlow => {
- const connection = jsplumbInstance.connect({
- source: sequenceFlow.sourceRef,
- target: sequenceFlow.targetRef,
- });
- if (sequenceFlow.name) {
- connection.setLabel(sequenceFlow.name);
- }
- });
- }
-
- public initJsPlumbInstance(id: string) {
- if (this.jsplumbInstanceMap.get(id)) {
- return;
- }
- const jsplumbInstance = jsp.jsPlumb.getInstance();
-
- jsplumbInstance.importDefaults({
- Anchor: "Continuous",
- Endpoint: "Blank",
- Container: "pallete",
- ReattachConnections: true,
- Connector: ['Flowchart', {
- stub: [0, 0],
- cornerRadius: 5,
- alwaysRespectStubs: true
- }],
- PaintStyle: {
- stroke: "#7D8695",
- strokeWidth: 1,
- radius: 1,
- outlineStroke: "transform",
- outlineWidth: 4
- },
- ConnectorStyle: {
- stroke: "#7D8695",
- strokeWidth: 1,
- outlineStroke: "transform",
- outlineWidth: 4
- },
- ConnectorHoverStyle: {
- stroke: "#00ABFF",
- strokeWidth: 2,
- outlineStroke: "transform",
- outlineWidth: 4
- },
- ConnectionOverlays: [
- ['Arrow', {
- location: 1,
- id: 'arrow',
- cssClass: 'icon-port',
- width: 11,
- length: 12
- }],
- ['Label', {label: '', id: 'label'}]
- ]
- });
-
- // add connection to model data while a new connection is build
- jsplumbInstance.bind('connection', info => {
- this.modelService.addConnection(info.connection.sourceId, info.connection.targetId);
-
- this.subscribe4Connection(info.connection);
-
- info.connection.bind('click', (connection, event) => {
- if ('Label' === connection.type) {
- return;
- }
- event.stopPropagation();
- const sequenceFlow = this.modelService.getSequenceFlow(connection.sourceId, connection.targetId);
- this.broadcastService.broadcast(this.broadcastService.showProperty, null);
- this.broadcastService.broadcast(this.broadcastService.selectedElement, [sequenceFlow]);
- });
-
- info.connection.bind('dblclick', connection => {
- if ('Label' === connection.type) {
- return;
- }
- const sequenceFlow = this.modelService.getSequenceFlow(connection.sourceId, connection.targetId);
- this.broadcastService.broadcast(this.broadcastService.showProperty, sequenceFlow);
- });
- });
-
- this.jsplumbInstanceMap.set(id, jsplumbInstance);
- }
-
- private subscribe4Connection(connection: any) {
- const pre = connection.sourceId + connection.targetId;
- let sequenceFlowSubscription = this.subscriptionMap.get(pre + 'sequenceFlowSubscription');
- if (sequenceFlowSubscription && !sequenceFlowSubscription.closed) {
- sequenceFlowSubscription.unsubscribe();
- }
-
- let currentThis = this;
- sequenceFlowSubscription = this.broadcastService.selectedElement$.subscribe(elements => {
- let selected = false;
- if (elements && 0 < elements.length) {
- for (let index = 0; index < elements.length; index++) {
- let element = elements[index];
- if (!this.modelService.isNode(element)) {
- let sequence = element as SequenceFlow;
- if (sequence.sourceRef === connection.sourceId
- && sequence.targetRef === connection.targetId) {
- selected = true;
- }
- }
- }
- }
- if (selected) {
- connection.setPaintStyle({
- stroke: '#00ABFF',
- strokeWidth: 1,
- radius: 1,
- outlineStroke: "transform",
- outlineWidth: 4
- });
- } else {
- connection.setPaintStyle({
- stroke: '#7D8695',
- strokeWidth: 1,
- radius: 1,
- outlineStroke: "transform",
- outlineWidth: 4
- });
- }
- });
- this.subscriptionMap.set(pre + 'sequenceFlowSubscription', sequenceFlowSubscription);
- }
-
- private unsubscription4Connection(connectionSelection: any) {
- connectionSelection.each(connection => {
- const pre = connection.sourceId + connection.targetId;
- this.subscriptionMap.get(pre + 'sequenceFlowSubscription').unsubscribe();
- });
- }
-
- public deleteConnect(sourceId: string, targetId: string) {
- const sourceNode = this.modelService.getNodeMap().get(sourceId);
- const jsplumbInstance = this.jsplumbInstanceMap.get(sourceNode.parentId);
- const connectionSelection = jsplumbInstance.select({source: sourceId, target: targetId});
- this.unsubscription4Connection(connectionSelection);
- connectionSelection.delete();
- }
-
- public setLabel(sourceId: string, targetId: string, label: string) {
- const sourceNode = this.modelService.getNodeMap().get(sourceId);
- const jsplumbInstance = this.jsplumbInstanceMap.get(sourceNode.parentId);
- const connections = jsplumbInstance.select({source: sourceId, target: targetId});
- connections.setLabel(label);
- }
-
- public getParentNodeId(id: string): string {
- const nodeElement = jsp.jsPlumb.getSelector('#' + id);
- const parentNode = this.getParentNodeEl(nodeElement[0]);
-
- return parentNode ? parentNode.id : null;
- }
-
- public initNode(node: WorkflowNode) {
- const jsplumbInstance = this.jsplumbInstanceMap.get(node.parentId);
-
- this.jsplumbInstanceMap.get(this.modelService.rootNodeId).draggable(node.id, {
- scope: 'node',
- filter: '.ui-resizable-handle',
- classes: {
- 'ui-draggable': 'dragging'
- },
- // grid: [5, 5],
- drag: event => {
- // out of container edge, reset to minimal value.
- if (0 > event.pos[0]) {
- event.el.style.left = '0px';
- }
- if (0 > event.pos[1]) {
- event.el.style.top = '0px';
- }
-
- if (0 < this.selectNodes.length) {
- let moveAll = false;
- this.selectNodes.forEach(element => {
- if (element.id === event.el.id) {
- moveAll = true;
- }
- });
- if (moveAll) {
- this.selectNodes.forEach(selectNode => {
- if (selectNode.id !== event.el.id) {
- selectNode.position.left += event.e.movementX;
- selectNode.position.left = 0 > selectNode.position.left ? 0 : selectNode.position.left;
- selectNode.position.top += event.e.movementY;
- selectNode.position.top = 0 > selectNode.position.top ? 0 : selectNode.position.top;
- }
- jsplumbInstance.revalidate(jsplumbInstance.getSelector('#' + selectNode.id));
- });
- }
- }
- },
- stop: event => {
- this.selectNodes.forEach(selectNode => {
- jsplumbInstance.revalidate(jsplumbInstance.getSelector('#' + selectNode.id));
- });
- }
- });
-
- jsplumbInstance.makeTarget(node.id, {
- maxConnections: -1,
- beforeDrop: function (info) {
- const sourceId = info.sourceId;
- const targetId = info.targetId;
- if (sourceId === targetId) {
- return false;
- }
- const sameConnections = this.instance.getConnections({source: sourceId, target: targetId});
- if (sameConnections && 0 < sameConnections.length) {
- return false;
- }
- return true;
- }
-
- });
-
- jsplumbInstance.makeSource(node.id, {
- filter: '.anchor, .anchor *',
- maxConnections: -1,
- });
- }
-
- public nodeDroppable(node: WorkflowNode, rank: number) {
- const jsplumbInstance = this.jsplumbInstanceMap.get(node.parentId);
-
- const selector = jsplumbInstance.getSelector('#' + node.id);
- this.jsplumbInstanceMap.get(this.modelService.rootNodeId).droppable(selector, {
- scope: 'node',
- rank,
- tolerance: 'pointer',
- drop: event => {
- if (!this.isChildNode(event.drop.el, event.drag.el)) {
- this.drop(event);
- }
- return true;
- },
- canDrop: drag => {
- const nodeMap = this.modelService.getNodeMap();
- const ancestorNode = nodeMap.get(drag.el.id);
-
- const isAncestor = this.modelService.isDescendantNode(ancestorNode, node.id);
- return !isAncestor;
- },
- });
- }
-
- private isChildNode(childElement, parentElement) {
- while (childElement !== parentElement) {
- childElement = childElement.parentNode;
- if (childElement.classList.contains('canvas')) {
- return false;
- }
- }
-
- return true;
- }
-
- private drop(event) {
- const dragEl = event.drag.el;
- const dropEl = event.drop.el;
- console.log(this.modelService.getNodes());
-
-
- this.resizeParent(dragEl, dropEl);
-
- const nodeLeft = dragEl.getBoundingClientRect().left;
- const nodeTop = dragEl.getBoundingClientRect().top;
- const parentLeft = dropEl.getBoundingClientRect().left;
- const parentTop = dropEl.getBoundingClientRect().top;
- const left = nodeLeft - parentLeft + dropEl.scrollLeft;
- const top = nodeTop - parentTop + dropEl.scrollTop;
- dragEl.style.top = top + 'px';
- dragEl.style.left = left + 'px';
-
- // 12 is title height
- const nameHeight = this.getNodeNameHeight(dragEl);
- this.modelService.updatePosition(dragEl.id, left, top, dragEl.getBoundingClientRect().width, dragEl.getBoundingClientRect().height - nameHeight);
-
- const originalParentNode = this.getParentNodeEl(dragEl);
- const originalParentNodeId = originalParentNode ? originalParentNode.id : this.modelService.rootNodeId;
-
- const targetParentNodeId = dropEl.classList.contains('node') ? dropEl.id : this.modelService.rootNodeId;
- this.changeParent(dragEl.id, originalParentNodeId, targetParentNodeId);
- }
-
- private getNodeNameHeight(element: any): number {
- const children = element.children;
- if (children && children.length) {
- const nameElement = children[0];
- if (nameElement && nameElement.className === 'name') {
- return nameElement.getBoundingClientRect().height;
- }
- }
- return 0;
- }
-
- private changeParent(id: string, originalParentNodeId: string, targetParentNodeId: string) {
- if (originalParentNodeId !== targetParentNodeId) {
- this.jsplumbInstanceMap.get(originalParentNodeId).removeAllEndpoints(id);
- this.modelService.changeParent(id, originalParentNodeId, targetParentNodeId);
- }
- }
-
- private getParentNodeEl(element) {
- while (!(element.parentNode.classList.contains('node') || element.parentNode.classList.contains('canvas'))) {
- element = element.parentNode;
- }
-
- if (element.parentNode.classList.contains('canvas')) { // top level node
- return null;
- } else {
- return element.parentNode;
- }
- }
-
- public canvasDroppable() {
- const jsplumbInstance = this.jsplumbInstanceMap.get(this.modelService.rootNodeId);
- const canvasSelector = jsplumbInstance.getSelector('.canvas');
- jsplumbInstance.droppable(canvasSelector, {
- scope: 'node',
- rank: 0,
- grid: [5, 5],
- drop: event => this.drop(event),
- });
- }
-
- public buttonDraggable() {
- const jsplumbInstance = this.jsplumbInstanceMap.get(this.modelService.rootNodeId);
- const selector = jsplumbInstance.getSelector('.item');
- jsplumbInstance.draggable(selector, {
- scope: 'btn',
- clone: true
- });
- }
-
- public buttonDroppable() {
- const jsplumbInstance = this.jsplumbInstanceMap.get(this.modelService.rootNodeId);
- const selector = jsplumbInstance.getSelector('.canvas');
- jsplumbInstance.droppable(selector, {
- scope: 'btn',
- // grid: [5, 5],
- drop: event => {
- const el = jsplumbInstance.getSelector(event.drag.el);
- const type = el.attributes.nodeType.value;
- let typeId = null;
- if (el.attributes.nodeTypeId && el.attributes.nodeTypeId.value) {
- typeId = el.attributes.nodeTypeId.value;
- }
- // Mouse position minus drop canvas start position plus scroll position.
- let left = event.e.x - event.drop.pagePosition[0] + event.drop.el.scrollLeft;
- let top = event.e.y - event.drop.pagePosition[1] + event.drop.el.scrollTop;
- if (0 > left) {
- left = 0;
- }
- if (0 > top) {
- top = 0;
- }
- const name = el.attributes.name.value;
- this.modelService.addNode(type, typeId, name, left, top);
- },
- });
- }
-
- public remove(node: WorkflowNode) {
- const jsplumbInstance = this.jsplumbInstanceMap.get(node.parentId);
-
- // unsubscription4Connection
- const connectionsAsSource = jsplumbInstance.select({source: node.id});
- this.unsubscription4Connection(connectionsAsSource);
- const connectionsAsTarget = jsplumbInstance.select({target: node.id});
- this.unsubscription4Connection(connectionsAsTarget);
-
- jsplumbInstance.remove(node.id);
- }
-
- public resizeParent(element: any, parentElement: any) {
- if (parentElement.classList.contains(this.rootClass)) {
- return;
- }
-
- if (!parentElement.classList.contains('node')) {
- this.resizeParent(element, parentElement.parentNode);
- return;
- }
-
- const leftResized = this.resizeParentLeft(element, parentElement);
- const rightResized = this.resizeParentRight(element, parentElement);
- const topResized = this.resizeParentTop(element, parentElement);
- const bottomResized = this.resizeParentBottom(element, parentElement);
-
- if (leftResized || rightResized || topResized || bottomResized) {
- if (parentElement.classList.contains('node')) {
- const rect = parentElement.getBoundingClientRect();
- const nameHeight = this.getNodeNameHeight(parentElement);
- this.modelService.updatePosition(parentElement.id,
- parentElement.offsetLeft,
- parentElement.offsetTop,
- // title height
- rect.width, rect.height - nameHeight);
- }
- this.resizeParent(parentElement, parentElement.parentNode);
- }
- }
-
- private resizeParentLeft(element: any, parentElement: any): boolean {
- let resized = false;
-
- const actualLeft = element.getBoundingClientRect().left;
- const actualParentLeft = parentElement.getBoundingClientRect().left;
-
- if (actualLeft - this.padding < actualParentLeft) {
- const width = actualParentLeft - actualLeft + this.padding;
-
- this.translateElement(parentElement, -width, 0, width, 0);
- this.translateChildren(parentElement, element, width, 0);
- resized = true;
- }
-
- return resized;
- }
-
- private resizeParentRight(element: any, parentElement: any): boolean {
- let resized = false;
-
- const actualLeft = element.getBoundingClientRect().left;
- const actualRight = actualLeft + element.offsetWidth;
-
- const actualParentLeft = parentElement.getBoundingClientRect().left;
-
- if ((actualParentLeft + parentElement.offsetWidth) < actualRight + this.padding) {
- this.setElementWidth(parentElement, actualRight + this.padding - actualParentLeft);
- resized = true;
- }
-
- return resized;
- }
-
- private resizeParentBottom(element: any, parentElement: any): boolean {
- let resized = false;
-
- const actualTop = element.getBoundingClientRect().top;
- const actualBottom = actualTop + element.offsetHeight;
-
- const actualParentTop = parentElement.getBoundingClientRect().top;
- const actualParentBottom = actualParentTop + parentElement.offsetHeight;
-
- if (actualParentBottom < actualBottom + this.padding) {
- this.setElementHeight(parentElement, actualBottom + this.padding - actualParentTop);
- resized = true;
- }
-
- return resized;
- }
-
- private resizeParentTop(element: any, parentElement: any): boolean {
- let resized = false;
-
- const actualTop = element.getBoundingClientRect().top;
- const actualParentTop = parentElement.getBoundingClientRect().top;
-
- if (actualTop - this.padding < actualParentTop) {
- const height = actualParentTop - actualTop + this.padding;
-
- this.translateElement(parentElement, 0, -height, 0, height);
- this.translateChildren(parentElement, element, 0, height);
- resized = true;
- }
-
- return resized;
- }
-
- private translateElement(element, left: number, top: number, width: number, height: number) {
- const offsetLeft = element.offsetLeft + left;
- element.style.left = offsetLeft + 'px';
-
- const offsetTop = element.offsetTop + top;
- element.style.top = offsetTop + 'px';
-
- const offsetWidth = element.offsetWidth + width;
- element.style.width = offsetWidth + 'px';
-
- const offsetHeight = element.offsetHeight + height;
- element.style.height = offsetHeight + 'px';
-
- if (element.classList.contains('node')) {
- const node = this.modelService.getNodeMap().get(element.id);
- this.jsplumbInstanceMap.get(node.parentId).revalidate(element.id);
- }
- }
-
- private translateChildren(parentElment, excludeElement, left: number, top: number) {
- const len = parentElment.children.length;
- for (let i = 0; i < len; i++) {
- const childElment = parentElment.children[i];
- if (childElment.localName === 'wfm-node') {
- this.translateElement(childElment.children[0], left, top, 0, 0);
- }
- }
- }
-
- private setElementHeight(element, height: number) {
- element.style.height = height + 'px';
- }
-
- private setElementWidth(element, width: number) {
- element.style.width = width + 'px';
- }
-
- private getActualPosition(element, offset: string) {
- let actualPosition = element[offset];
- let current = element.offsetParent;
- while (current !== null) {
- actualPosition += element[offset];
- current = current.offsetParent;
- }
- return actualPosition;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/model.service.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/model.service.ts
deleted file mode 100644
index 8cb7b86a..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/model.service.ts
+++ /dev/null
@@ -1,625 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { Injectable } from '@angular/core';
-import { isNullOrUndefined } from 'util';
-
-import { PlanModel } from '../model/plan-model';
-import { PlanTreeviewItem } from '../model/plan-treeview-item';
-import { RestConfig } from '../model/rest-config';
-import {
- Swagger,
- SwaggerModel,
- SwaggerModelSimple,
- SwaggerPrimitiveObject,
- SwaggerReferenceObject
-} from '../model/swagger';
-import { ErrorEvent } from '../model/workflow/error-event';
-import { IntermediateCatchEvent } from '../model/workflow/intermediate-catch-event';
-import { NodeType } from '../model/workflow/node-type.enum';
-import { Parameter } from '../model/workflow/parameter';
-import { Position } from '../model/workflow/position';
-import { RestTask } from '../model/workflow/rest-task';
-import { SequenceFlow } from '../model/workflow/sequence-flow';
-import { StartEvent } from '../model/workflow/start-event';
-import { SubProcess } from '../model/workflow/sub-process';
-import { ToscaNodeTask } from '../model/workflow/tosca-node-task';
-import { WorkflowNode } from '../model/workflow/workflow-node';
-import { NodeTemplate } from '../model/topology/node-template';
-import { ValueSource } from '../model/value-source.enum';
-import { BroadcastService } from './broadcast.service';
-import { RestService } from './rest.service';
-import { SwaggerTreeConverterService } from './swagger-tree-converter.service';
-import { TimerEventDefinition, TimerEventDefinitionType } from "../model/workflow/timer-event-definition";
-import { InterfaceService } from './interface.service';
-import { ServiceTask } from '../model/workflow/service-task';
-import { NodeTypeService } from './node-type.service';
-import { WorkflowUtil } from '../util/workflow-util';
-import { TranslateService } from '@ngx-translate/core';
-import { NoticeService } from './notice.service';
-
-/**
- * ModelService
- * provides all operations about plan model.
- */
-@Injectable()
-export class ModelService {
- public rootNodeId = 'root';
-
- private planModel: PlanModel = new PlanModel();
- private tempPlanModel: PlanModel = new PlanModel();
-
- constructor(private interfaceService: InterfaceService, private broadcastService: BroadcastService,
- private restService: RestService, private nodeTypeService: NodeTypeService,
- private translate: TranslateService, private notice: NoticeService) {
- this.broadcastService.initModel$.subscribe(planModel => {
- planModel.data.nodes.forEach(node => {
- switch (node.type) {
- case NodeType[NodeType.startEvent]:
- node.position.width = 56;
- node.position.height = 56;
- break;
- case NodeType[NodeType.endEvent]:
- node.position.width = 56;
- node.position.height = 56;
- break;
- case NodeType[NodeType.restTask]:
- node.position.width = 56;
- node.position.height = 56;
- break;
- case NodeType[NodeType.errorStartEvent]:
- case NodeType[NodeType.errorEndEvent]:
- node.position.width = 26;
- node.position.height = 26;
- break;
- case NodeType[NodeType.toscaNodeManagementTask]:
- node.position.width = 56;
- node.position.height = 56;
- break;
- case NodeType[NodeType.subProcess]:
- node.position.width = 56;
- node.position.height = 56;
- break;
- case NodeType[NodeType.intermediateCatchEvent]:
- node.position.width = 56;
- node.position.height = 56;
- break;
- case NodeType[NodeType.scriptTask]:
- node.position.width = 56;
- node.position.height = 56;
- break;
- case NodeType[NodeType.exclusiveGateway]:
- case NodeType[NodeType.parallelGateway]:
- node.position.width = 26;
- node.position.height = 26;
- break;
- default:
- node.position.width = 56;
- node.position.height = 56;
- break;
- }
- });
- this.planModel = planModel;
- this.tempPlanModel = WorkflowUtil.deepClone(this.planModel);
- });
- // Do not use restConfig property.
- // this.broadcastService.updateModelRestConfig$.subscribe(restConfigs => {
- // this.updateRestConfig(restConfigs);
- // });
- }
-
- public getPlanModel(): PlanModel {
- return this.planModel;
- }
-
- public getChildrenNodes(parentId: string): WorkflowNode[] {
- if (!parentId || parentId === this.rootNodeId) {
- return this.planModel.data.nodes;
- } else {
- const node = this.getNodeMap().get(parentId);
- if (node.type === 'subProcess') {
- return (<SubProcess>node).children;
- } else {
- return [];
- }
- }
- }
-
- public getNodes(): WorkflowNode[] {
- return this.planModel.data.nodes;
- }
-
- public getSequenceFlow(sourceRef: string, targetRef: string): SequenceFlow {
- const node = this.getNodeMap().get(sourceRef);
- if (node) {
- const sequenceFlow = node.connection.find(tmp => tmp.targetRef === targetRef);
- return sequenceFlow;
- } else {
- return null;
- }
- }
-
- public addNode(type: string, typeId: string, name: string, left: number, top: number) {
- const id = this.generateNodeProperty('id', type);
- const nodeName = this.generateNodeProperty('name', name);
- const workflowPos = new Position(left, top);
- let node;
- if ('serviceTask' === type || 'scriptTask' === type || 'restTask' === type) {
- node = this.createNodeByTypeId(id, nodeName, type, typeId, workflowPos);
- } else {
- node = this.createNodeByType(id, nodeName, type, workflowPos);
- }
- this.planModel.data.nodes.push(node);
- }
-
- private generateNodeProperty(key: string, type: string): string {
- let nodeProperty = type;
- const nodes = this.getNodes();
- console.log(nodes);
- const existNode = nodes.find(node => node[key] === nodeProperty);
- if (existNode) {
- let count = 2;
- do {
- nodeProperty = type + '_' + count;
- count++;
- } while (nodes.find(node => node[key] === nodeProperty))
- }
- return nodeProperty;
- }
-
- private generateNodeName(typeId: string): string {
- const language = this.translate.currentLang.indexOf('en') > -1 ? 'en_US' : 'zh_CN';
- const nodeType = this.nodeTypeService.getNodeDataTypeById(typeId);
- let displayName;
- if (nodeType.displayName && nodeType.displayName[language]) {
- displayName = nodeType.displayName[language];
- } else {
- displayName = nodeType.type;
- }
- return this.generateNodeProperty('name', displayName);
- }
-
- public createNodeByTypeId(id: string, name: string, type: string, typeId: string, position: Position): WorkflowNode {
- const nodeDataType = this.nodeTypeService.getNodeDataTypeById(typeId);
- const initPosition = new Position(position.left, position.top, nodeDataType.icon.width, nodeDataType.icon.height);
- // switch (type) {
- // case NodeType[NodeType.serviceTask]:
- // let serviceTask: ServiceTask = {
- // id: id, type: type, name: name, parentId: this.rootNodeId,
- // position: initPosition, connection: [], class: nodeDataType.activity.class,
- // input: nodeDataType.activity.input, output: nodeDataType.activity.output
- // };
- // return serviceTask;
- // case NodeType[NodeType.scriptTask]:
- // let scriptTask: ScriptTask = {
- // id: id, type: type, name: name, parentId: this.rootNodeId,
- // position: initPosition, connection: [], scriptFormat: nodeDataType.activity.scriptFormat,
- // script: nodeDataType.activity.script
- // };
- // return scriptTask;
- // case NodeType[NodeType.restTask]:
- // let restTaskNode: RestTask = {
- // id: id, type: type, name: name, parentId: this.rootNodeId,
- // position: initPosition, connection: [], produces: [], consumes: [], parameters: [], responses: []
- // };
- // return restTaskNode;
- // default:
- let node: WorkflowNode = {
- id: id, type: type, typeId: nodeDataType.id, icon: nodeDataType.icon.name, name: name,
- parentId: this.rootNodeId, position: initPosition, connection: []
- };
- return node;
- }
-
- private createNodeByType(id: string, name: string, type: string, position: Position): WorkflowNode {
- const bigPosition = new Position(position.left, position.top, 56, 56);
- const smallPosition = new Position(position.left, position.top, 26, 26);
- switch (type) {
- case NodeType[NodeType.startEvent]:
- let startEventNode: StartEvent = {
- id: id, type: type, name: name, parentId: this.rootNodeId,
- position: bigPosition, connection: [], parameters: []
- };
- return startEventNode;
- case NodeType[NodeType.endEvent]:
- let endEventNode: WorkflowNode = {
- id: id, type: type, name: name, parentId: this.rootNodeId,
- position: bigPosition, connection: []
- };
- return endEventNode;
- case NodeType[NodeType.errorStartEvent]:
- case NodeType[NodeType.errorEndEvent]:
- let errorEventNode: ErrorEvent = {
- id: id,
- type: type,
- name: '',
- parentId: this.rootNodeId,
- position: smallPosition,
- connection: [],
- parameter: new Parameter('errorRef', '', ValueSource[ValueSource.string])
- };
- return errorEventNode;
- case NodeType[NodeType.toscaNodeManagementTask]:
- let toscaNodeTask: ToscaNodeTask = {
- id: id, type: type, name: name, parentId: this.rootNodeId,
- position: bigPosition, connection: [], input: [], output: [], template: new NodeTemplate()
- };
- return toscaNodeTask;
- case NodeType[NodeType.subProcess]:
- let subProcess: SubProcess = {
- id: id, type: type, name: name, parentId: this.rootNodeId,
- position: bigPosition, connection: [], children: []
- };
- return subProcess;
- case NodeType[NodeType.intermediateCatchEvent]:
- let intermediateCatchEvent: IntermediateCatchEvent = {
- id: id,
- type: type,
- name: name,
- parentId: this.rootNodeId,
- position: bigPosition,
- connection: [],
- timerEventDefinition: <TimerEventDefinition>{ type: TimerEventDefinitionType[TimerEventDefinitionType.timeDuration] }
- };
- return intermediateCatchEvent;
- case NodeType[NodeType.exclusiveGateway]:
- case NodeType[NodeType.parallelGateway]:
- let getway: WorkflowNode = {
- id: id, type: type, name: '', parentId: this.rootNodeId,
- position: smallPosition, connection: []
- };
- return getway;
- default:
- let node: WorkflowNode = {
- id: id, type: type, name: name, parentId: this.rootNodeId,
- position: bigPosition, connection: []
- };
- return node;
- }
- }
-
- public isNode(object: any): boolean {
- return undefined !== object.type;
- }
-
- public changeParent(id: string, originalParentId: string, targetParentId: string) {
- if (originalParentId === targetParentId) {
- return;
- }
-
- const node: WorkflowNode = this.deleteNode(originalParentId, id);
- node.parentId = targetParentId;
-
- if (targetParentId) {
- this.addChild(targetParentId, node);
- } else {
- this.planModel.data.nodes.push(node);
- }
- }
-
- public updatePosition(id: string, left: number, top: number, width: number, height: number) {
- const node = this.getNodeMap().get(id);
- node.position.left = left;
- node.position.top = top;
- node.position.width = width;
- node.position.height = height;
- }
-
- public updateRestConfig(restConfigs: RestConfig[]): void {
- this.planModel.data.configs = { restConfigs: restConfigs };
- // console.log(this.planModel.configs);
- }
-
- public getNodeMap(): Map<string, WorkflowNode> {
- const map = new Map<string, WorkflowNode>();
- this.toNodeMap(this.planModel.data.nodes, map);
- return map;
- }
-
- public getAncestors(id: string): WorkflowNode[] {
- const nodeMap = this.getNodeMap();
- const ancestors = [];
-
- let ancestor = nodeMap.get(id);
- do {
- ancestor = this.getParentNode(ancestor.id, nodeMap);
- if (ancestor && ancestor.id !== id) {
- ancestors.push(ancestor);
- }
- } while (ancestor);
-
- return ancestors;
- }
-
- private getParentNode(id: string, nodeMap: Map<string, WorkflowNode>): WorkflowNode {
- let parentNode;
- nodeMap.forEach((node, key) => {
- if (NodeType[NodeType.subProcess] === node.type) {
- const childNode = (<SubProcess>node).children.find(child => child.id === id);
- if (childNode) {
- parentNode = node;
- }
- }
-
- });
-
- return parentNode;
- }
-
- public isDescendantNode(node: WorkflowNode, descendantId: string): boolean {
- if (NodeType[NodeType.subProcess] !== node.type) {
- return false;
- }
- const tmp = (<SubProcess>node).children.find(child => {
- return child.id === descendantId || (NodeType[NodeType.subProcess] === child.type && this.isDescendantNode(<SubProcess>child, descendantId));
- });
-
- return tmp !== undefined;
- }
-
- private toNodeMap(nodes: WorkflowNode[], map: Map<string, WorkflowNode>) {
- nodes.forEach(node => {
- if (node.type === 'subProcess') {
- this.toNodeMap((<SubProcess>node).children, map);
- }
- map.set(node.id, node);
- });
- }
-
- public addConnection(sourceId: string, targetId: string) {
- const node = this.getNodeMap().get(sourceId);
- if (node) {
- const index = node.connection.findIndex(sequenceFlow => sequenceFlow.targetRef === targetId);
- if (index === -1) {
- const sequenceFlow: SequenceFlow = { sourceRef: sourceId, targetRef: targetId };
- node.connection.push(sequenceFlow);
- }
- }
- }
-
- public deleteConnection(sourceId: string, targetId: string) {
- const node = this.getNodeMap().get(sourceId);
- if (node) {
- const index = node.connection.findIndex(sequenceFlow => sequenceFlow.targetRef === targetId);
- if (index !== -1) {
- node.connection.splice(index, 1);
- }
- }
- }
-
- public deleteNode(parentId: string, nodeId: string): WorkflowNode {
- const nodeMap = this.getNodeMap();
-
- const nodes = this.getChildrenNodes(parentId);
-
- // delete related connections
- nodes.forEach(node => this.deleteConnection(node.id, nodeId));
-
- // delete current node
- const index = nodes.findIndex(node => node.id === nodeId);
- if (index !== -1) {
- const node = nodes.splice(index, 1)[0];
- node.connection = [];
- return node;
- }
-
- return null;
- }
-
- public addChild(parentId: string, child: WorkflowNode) {
- this.getChildrenNodes(parentId).push(child);
- }
-
- public deleteChild(node: SubProcess, id: string): WorkflowNode {
- const index = node.children.findIndex(child => child.id === id);
- if (index !== -1) {
- const deletedNode = node.children.splice(index, 1);
- return deletedNode[0];
- }
-
- return null;
- }
-
- public getPlanParameters(nodeId: string): PlanTreeviewItem[] {
- const preNodeList = new Array<WorkflowNode>();
- this.getPreNodes(nodeId, this.getNodeMap(), preNodeList);
-
- return this.loadNodeOutputs(preNodeList);
- }
-
- private loadNodeOutputs(nodes: WorkflowNode[]): PlanTreeviewItem[] {
- const params = new Array<PlanTreeviewItem>();
- nodes.forEach(node => {
- switch (node.type) {
- case NodeType[NodeType.startEvent]:
- params.push(this.loadOutput4StartEvent(<StartEvent>node));
- break;
- case NodeType[NodeType.toscaNodeManagementTask]:
- params.push(this.loadOutput4ToscaNodeTask(<ToscaNodeTask>node));
- break;
- case NodeType[NodeType.restTask]:
- params.push(this.loadOutput4RestTask(<RestTask>node));
- break;
- default:
- break;
- }
- });
-
- return params;
- }
-
- private loadOutput4StartEvent(node: StartEvent): PlanTreeviewItem {
- const startItem = new PlanTreeviewItem(node.name, `[${node.id}]`, [], false);
- node.parameters.map(param =>
- startItem.children.push(new PlanTreeviewItem(param.name, `[${param.name}]`, [])));
- return startItem;
- }
-
- private loadOutput4ToscaNodeTask(node: ToscaNodeTask): PlanTreeviewItem {
- const item = new PlanTreeviewItem(node.name, `[${node.id}]`, [], false);
- item.children.push(this.createStatusCodeTreeViewItem(node.id));
- const responseItem = this.createResponseTreeViewItem(node.id);
- item.children.push(responseItem);
-
- node.output.map(param =>
- responseItem.children.push(new PlanTreeviewItem(param.name, `${responseItem.value}.[${param.name}]`, [])));
- return item;
- }
-
- private loadOutput4RestTask(node: RestTask): PlanTreeviewItem {
- const item = new PlanTreeviewItem(node.name, `[${node.id}]`, [], false);
- item.children.push(this.createStatusCodeTreeViewItem(node.id));
-
- if (node.responses && node.responses.length !== 0) { // load rest responses
- const responseItem = this.createResponseTreeViewItem(node.id);
- item.children.push(responseItem);
- // todo: should list all available response or only the first one?
- if (node.responses[0]) {
- const swagger = this.restService.getSwaggerInfo(node.restConfigId);
- const SwaggerReferenceObject = node.responses[0].schema as SwaggerReferenceObject;
- const swaggerDefinition = this.restService.getDefinition(swagger, SwaggerReferenceObject.$ref);
- this.loadParamsBySwaggerDefinition(responseItem, swagger, swaggerDefinition);
- }
- }
-
- return item;
- }
-
- private loadParamsBySwaggerDefinition(parentItem: PlanTreeviewItem, swagger: Swagger, definition: any) {
- Object.getOwnPropertyNames(definition.properties).map(key => {
- const property = definition.properties[key];
- const value = `${parentItem.value}.[${key}]`;
- const propertyItem = new PlanTreeviewItem(key, value, []);
- parentItem.children.push(propertyItem);
-
- // reference to swagger.ts function getSchemaObject()
- if (property instanceof SwaggerReferenceObject) {
- // handle reference parameter.
- const propertyDefinition = this.restService.getDefinition(swagger, property.$ref);
- this.loadParamsBySwaggerDefinition(propertyItem, swagger, propertyDefinition);
- } else if (property instanceof SwaggerModelSimple) {
- // handle object parameter.
- this.loadParamsBySwaggerDefinition(propertyItem, swagger, property);
- } else {
- // skip
- }
-
- return propertyItem;
- });
- }
-
- private createStatusCodeTreeViewItem(nodeId: string): PlanTreeviewItem {
- return new PlanTreeviewItem('statusCode', `[${nodeId}].[statusCode]`, []);
- }
-
- private createResponseTreeViewItem(nodeId: string): PlanTreeviewItem {
- return new PlanTreeviewItem('response', `[${nodeId}].[responseBody]`, []);
- }
-
- public getPreNodes(nodeId: string, nodeMap: Map<string, WorkflowNode>, preNodes: WorkflowNode[]) {
- const preNode4CurrentNode = [];
- nodeMap.forEach(node => {
- if (this.isPreNode(node, nodeId)) {
- const existNode = preNodes.find(tmpNode => tmpNode.id === node.id);
- if (existNode) {
- // current node already exists. this could avoid loop circle.
- } else {
- preNode4CurrentNode.push(node);
- preNodes.push(node);
- }
- }
- });
-
- preNode4CurrentNode.forEach(node => this.getPreNodes(node.id, nodeMap, preNodes));
- }
-
- public isPreNode(preNode: WorkflowNode, id: string): boolean {
- const targetNode = preNode.connection.find(connection => connection.targetRef === id);
- return targetNode !== undefined;
- }
-
- public save(callback?: Function) {
- console.log('****************** save data *********************');
- console.log(JSON.stringify(this.planModel));
- // Check data
- if(!this.checkData()){
- return;
- }
- this.interfaceService.saveModelData(this.planModel).subscribe(response => {
- this.translate.get('WORKFLOW.MSG.SAVE_SUCCESS').subscribe((res: string) => {
- this.notice.success(res);
- // Update the cache.
- this.tempPlanModel = WorkflowUtil.deepClone(this.planModel);
- if (callback) {
- callback();
- }
- });
- }, error => {
- this.translate.get('WORKFLOW.MSG.SAVE_FAIL').subscribe((res: string) => {
- this.notice.error(res);
- });
- });
- ;
- }
-
- private createId() {
- const nodeMap = this.getNodeMap();
-
- for (let i = 0; i < nodeMap.size; i++) {
- const key = 'node' + i;
- if (!nodeMap.get(key)) {
- return key;
- }
- }
-
- return 'node' + nodeMap.size;
- }
-
- public isModify(): boolean {
- // Compare the cache.
- return JSON.stringify(this.planModel) != JSON.stringify(this.tempPlanModel);
- }
-
- private checkData(): boolean {
- if (this.planModel && this.planModel.data && this.planModel.data.nodes) {
- let nodes = this.planModel.data.nodes;
- for (let index = 0; index < nodes.length; index++) {
- const node = nodes[index];
- if (NodeType[NodeType.startEvent] === node.type) {
- let startEvent = node as StartEvent;
- if (startEvent.parameters) {
- for (let i = 0; i < startEvent.parameters.length; i++) {
- const parameter = startEvent.parameters[i];
- if (!parameter.name) {
- this.translate.get('WORKFLOW.MSG.PROCESS_VARIABLE_EMPTY').subscribe((res: string) => {
- this.notice.error(res);
- });
- return false;
- }
- if(i + 1 < startEvent.parameters.length){
- for (let j = i + 1; j < startEvent.parameters.length; j++) {
- const param = startEvent.parameters[j];
- if(parameter.name === param.name){
- this.translate.get('WORKFLOW.MSG.PROCESS_VARIABLE_SAME').subscribe((res: string) => {
- this.notice.error(res);
- });
- return false;
- }
- }
- }
- }
- }
- }
- }
- }
- return true;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/node-type.service.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/node-type.service.ts
deleted file mode 100644
index 4c66db18..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/node-type.service.ts
+++ /dev/null
@@ -1,68 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { Injectable } from "@angular/core";
-import { HttpService } from "../util/http.service";
-import { BroadcastService } from "./broadcast.service";
-import { NodeDataType } from "../model/node-data-type/node-data-type";
-import { Parameter } from "../model/workflow/parameter";
-import { TranslateService } from "@ngx-translate/core";
-
-@Injectable()
-export class NodeTypeService {
- private nodeDataTypes: NodeDataType[] = [];
- private nodeDataTypeUrl = '/api/workflow-modeler/v1/ext-activities?sence=test';
-
- constructor(private httpService: HttpService, private translateService: TranslateService,
- private broadcastService: BroadcastService) {
- this.initNodeDataTypes();
- }
-
- private initNodeDataTypes(): void {
- this.httpService.get(this.nodeDataTypeUrl)
- .toPromise()
- .then(resp => {
- if (resp && 0 < resp.length) {
- this.nodeDataTypes = resp;
- }
- this.broadcastService.broadcast(this.broadcastService.updateNodeTypeConfig, null);
- });
- }
-
- public getAllNodeDataTypes(): NodeDataType[] {
- return this.nodeDataTypes;
- }
-
- public getNodeDataTypeById(id: string): NodeDataType | null {
- return this.nodeDataTypes.find(nodeDataType => nodeDataType.id === id);
- }
-
- public GetI18nName(key: string, displayName: any): string {
- //todo: add logic
- let name = key;
- if (displayName) {
- let language = 'zh_CN';
- if (this.translateService.currentLang.indexOf('en') > -1) {
- language = 'en_US';
- }
- if (displayName.language && '' != displayName.language) {
- name = displayName.language;
- }
- }
- return name;
- }
-
- public static GetParameterByDataType(nodeDataType: any): Parameter {
- //todo: add logic
- let param = new Parameter('', '', '');
- return param;
- }
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/notice.service.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/notice.service.ts
deleted file mode 100644
index ea081e96..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/notice.service.ts
+++ /dev/null
@@ -1,54 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import { Injectable } from '@angular/core';
-import { Subject } from 'rxjs/Subject';
-
-import { Notice } from '../model/notice';
-import { NoticeType } from '../model/notice-type.enum';
-
-/**
- * NotifyService
- * display notify infos.
- */
-@Injectable()
-export class NoticeService {
- public showNotice = new Subject<Notice>();
- public showNotice$ = this.showNotice.asObservable();
- constructor() { }
-
- public success(content: string, timeout: number = 5000) {
- this.addNotice(NoticeType.success, content, timeout);
- }
-
- public info(content: string, timeout: number = 10000) {
- this.addNotice(NoticeType.info, content, timeout);
- }
-
- public warn(content: string, timeout: number = 30000) {
- this.addNotice(NoticeType.warning, content, timeout);
- }
-
- public error(content: string, timeout: number = 0) {
- this.addNotice(NoticeType.danger, content, timeout);
- }
-
- /**
- * showNotify
- * @param type
- * @param content
- */
- private addNotice(type: NoticeType, content: string, timeout: number = 0): void {
- const notice = new Notice(type, content, timeout);
- this.showNotice.next(notice);
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/rest.service.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/rest.service.ts
deleted file mode 100644
index e3bde51b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/rest.service.ts
+++ /dev/null
@@ -1,151 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-
-import { Injectable } from '@angular/core';
-import { Http, RequestOptionsArgs } from '@angular/http';
-import { Observable } from 'rxjs/Rx';
-import { isNullOrUndefined } from 'util';
-
-import { SwaggerMethod } from '../model/swagger';
-import { SwaggerResponseClass } from '../model/swagger';
-import { Swagger, SwaggerSchemaObject } from '../model/swagger';
-import { RestConfig } from '../model/rest-config';
-import { BroadcastService } from './broadcast.service';
-import { NoticeService } from './notice.service';
-import { SettingService } from './setting.service';
-
-@Injectable()
-export class RestService {
- private restConfigs: RestConfig[] = [];
- private runtimeURL = '/openoapi/catalog/v1/sys/config';
- private msbPublishServiceURL = '/api/msdiscover/v1/publishservicelist';
-
- constructor(private broadcastService: BroadcastService, private http: Http,
- private noticeService: NoticeService, private settgingService: SettingService) {
- this.settgingService.getSetting().subscribe(setting => {
- if (true === setting.supportRestNode) {
- this.initSwaggerInfo();
- } else {
- this.broadcastService.broadcast(this.broadcastService.updateModelRestConfig, null);
- }
- });
- }
-
- public getRestConfigs(): RestConfig[] {
- return this.restConfigs;
- }
-
- public getRestConfig(id: string): RestConfig {
- return this.restConfigs.find(tmp => tmp.id === id);
- }
-
- public getSwaggerInfo(id: string): Swagger {
- const restConfig = this.restConfigs.find(tmp => tmp.id === id);
- return restConfig === undefined ? undefined : restConfig.swagger;
- }
-
- public getResponseParameters(swagger: Swagger, interfaceUrl: string, operation: string): SwaggerResponseClass[] {
- const path = swagger.paths[interfaceUrl];
- const method: SwaggerMethod = path[operation];
- let responses: SwaggerResponseClass[] = [];
-
- for (const key of Object.keys(method.responses)) {
- if (key.startsWith('20') && method.responses[key].schema && method.responses[key].schema.$ref) {
- let response: SwaggerResponseClass = method.responses[key];
- responses.push(response);
- }
- }
-
- return responses;
- }
-
- public getDefinition(swagger: Swagger, position: string): SwaggerSchemaObject {
- const definitionName = position.substring('#/definitions/'.length);
- return swagger.definitions[definitionName];
- }
-
- private initSwaggerInfo(): void {
- this.http.get(this.runtimeURL).subscribe(runtimeResponse => {
- const tenant = runtimeResponse.json().tenant;
- console.log('Current namespace is:' + tenant);
- this.initSwaggerInfoByTenant(tenant);
- }, error => {
- console.warn('No tenant interface!');
- this.initSwaggerInfoByTenant('');
- });
- }
-
- private initSwaggerInfoByTenant(tenant: string): void {
- this.http.get(this.msbPublishServiceURL, { params: { namespace: tenant } }).subscribe(serviceResponse => {
- if (!Array.isArray(serviceResponse.json())) {
- return;
- }
- const services = serviceResponse.json();
- const protocel = location.protocol.slice(0, location.protocol.length - 1);
- const swaggerObservableArray: Observable<any>[] = [];
- services.forEach(serviceInfo => {
- if ('REST' === serviceInfo.protocol && protocel === serviceInfo.publish_protocol) {
- // this service don't have sawgger file.
- if ('/activiti-rest' !== serviceInfo.publish_url) {
- const id = serviceInfo.serviceName + '.' + serviceInfo.version;
- this.restConfigs.push(new RestConfig(id, serviceInfo.serviceName, serviceInfo.version, serviceInfo.publish_url));
- let swaggerUrl = '';
- if (undefined !== serviceInfo.swagger_url && '' !== serviceInfo.swagger_url) {
- swaggerUrl = serviceInfo.publish_url + '/' + serviceInfo.swagger_url;
- } else {
- // default swagger url is: '/swagger.json'
- swaggerUrl = serviceInfo.publish_url + '/swagger.json';
- }
- const options: any = {
- headers: {
- Accept: 'application/json',
- }
- };
- swaggerObservableArray.push(this.http.get(swaggerUrl, options).timeout(5000).catch((error): Observable<any> => {
- console.log('Request swagger from:"' + swaggerUrl + '" faild!');
- return Observable.of(null);
- }));
- }
- }
- });
- Observable.forkJoin(swaggerObservableArray).subscribe(
- responses => {
- let deleteArray: number[] = [];
- responses.forEach((response, index) => {
- // mark http get failed request index or set the swagger into restConfigs
- if (null === response) {
- deleteArray.push(index);
- } else {
- try {
- const swagger = response.json();
- this.restConfigs[index].swagger = new Swagger(swagger);
- } catch (e) {
- deleteArray.push(index);
- console.warn('Do not support this sawgger file format:' + response.text());
- }
- }
- });
- console.log('Get all swagger file finish.');
- // delete failed request from all restConfigs array
- deleteArray.reverse();
- deleteArray.forEach(deleteIndex => {
- this.restConfigs.splice(deleteIndex, 1);
- });
- this.broadcastService.broadcast(this.broadcastService.updateModelRestConfig, this.restConfigs);
- console.log('Load all swagger finished.');
- }
- );
- });
-
- }
-}
-
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/setting.service.spec.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/setting.service.spec.ts
deleted file mode 100644
index a85d2c27..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/setting.service.spec.ts
+++ /dev/null
@@ -1,26 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-import { TestBed, inject } from '@angular/core/testing';
-
-import { SettingService } from './setting.service';
-
-describe('SettingService', () => {
- beforeEach(() => {
- TestBed.configureTestingModule({
- providers: [SettingService]
- });
- });
-
- it('should be created', inject([SettingService], (service: SettingService) => {
- expect(service).toBeTruthy();
- }));
-});
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/setting.service.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/setting.service.ts
deleted file mode 100644
index 266c5533..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/setting.service.ts
+++ /dev/null
@@ -1,31 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-import { Injectable } from '@angular/core';
-import { Observable } from "rxjs/Rx";
-
-import { HttpService } from '../util/http.service';
-
-@Injectable()
-export class SettingService {
-
- constructor(private http: HttpService) { }
-
- public getSetting(): Observable<any> {
- const options: any = {
- headers: {
- Accept: 'application/json',
- }
- };
- return this.http.get('assets/global-setting.json', options);
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/swagger-tree-converter.service.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/swagger-tree-converter.service.ts
deleted file mode 100644
index 8128b44c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/swagger-tree-converter.service.ts
+++ /dev/null
@@ -1,244 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- *******************************************************************************/
-
-import { Injectable } from '@angular/core';
-import { TreeNode } from 'primeng/primeng';
-
-import { ValueSource } from '../model/value-source.enum';
-import { WorkflowUtil } from '../util/workflow-util';
-import { RestService } from './rest.service';
-import { Swagger } from "../model/swagger";
-import { ValueObject } from '../model/value-object';
-import { ValueType } from '../model/value-type.enum';
-
-@Injectable()
-export class SwaggerTreeConverterService {
-
- private swagger: Swagger;
-
- constructor(private restService: RestService) { }
-
- public schema2TreeNode(swagger: Swagger, key: string | number, schema: any, value?: any): any {
- this.swagger = swagger;
- if (schema.$ref) {
- const treeNode = this.getTreeNodeBySwaggerDefinition(key, schema, value);
- return treeNode;
- } else {
- value = this.getInitValue4Param(schema, value);
- return this.parameter2TreeNode(key, schema, value);
- }
- }
-
- private getTreeNodeBySwaggerDefinition(key: string | number, schema: any, value: any): TreeNode {
- const swaggerDefinition = this.restService.getDefinition(this.swagger, schema.$ref);
-
- const definitionCopy = WorkflowUtil.deepClone(swaggerDefinition);
-
- value = this.getInitValue4Param(definitionCopy, value);
-
- return this.schema2TreeNode(this.swagger, key, definitionCopy, value);
- }
-
- private getInitValue4Param(definition: any, value: any) {
- if (definition.$ref) {
- definition = this.restService.getDefinition(this.swagger, definition.$ref);
- }
- let valueObject: ValueObject = { valueSource: ValueSource[ValueSource.string] };
- if (undefined == value) {
- valueObject.value = definition.default;
- if (ValueType[ValueType.array] === definition.type || ValueType[ValueType.object] === definition.type) {
- valueObject.valueSource = ValueSource[ValueSource.Definition];
- } else {
- valueObject.valueSource = definition.type;
- }
- } else {
- valueObject.valueSource = value.valueSource;
- valueObject.value = undefined === value.value ? definition.default : value.value;
- }
- if (definition.type === 'object') {
- // if (undefined == value) {
- // valueObject.value = definition.default;
- // if (ValueType[ValueType.array] === definition.type || ValueType[ValueType.object] === definition.type) {
- // valueObject.valueSource = ValueSource[ValueSource.Definition];
- // } else {
- // valueObject.valueSource = definition.type;
- // }
- // } else {
- // valueObject.valueSource = value.valueSource;
- // valueObject.value = undefined === value.value ? definition.default : value.value;
- // }
- return this.getInitValue4Object(valueObject);
- } else if (definition.type === 'array') {
- return this.getInitValue4Array(valueObject);
- } else { // primary type
- // valueObject.value = undefined === value ? definition.default : value;
- // valueObject.valueSource = definition.type;
- return this.getInitValue4Primary(valueObject);
- }
- }
-
- private getInitValue4Object(value: any) {
- const newValue = {
- value: {},
- valueSource: ValueSource[ValueSource.Definition]
- };
-
- if (!value || '' === value) {
- return newValue;
- } else {
- if (value.valueSource !== ValueSource[ValueSource.Definition]) {
- return value;
- } else {
- if (typeof value.value !== 'object') {
- value.value = {};
- }
- return value;
- }
- }
- }
-
- private getInitValue4Array(value: any) {
- const newValue = {
- value: [],
- valueSource: ValueSource[ValueSource.Definition]
- };
-
- if (!value || '' === value) {
- return newValue;
- } else {
- if (value.valueSource !== ValueSource[ValueSource.Definition]) {
- return value;
- } else {
- if (!(value.value instanceof Array)) {
- value.value = [];
- }
- return value;
- }
- }
- }
-
- private getInitValue4Primary(value: any) {
- const newValue = {
- value: '',
- valueSource: ValueSource[ValueSource.string]
- };
-
- if (!value) {
- return newValue;
- } else {
- if (typeof value.value === 'object') {
- value.value = '';
- }
- return value;
- }
- }
-
- private parameter2TreeNode(name: string | number, definition: any, value: any): any {
- const nodeType = this.getTreeNodeType(definition);
-
- const node = {
- label: name,
- type: nodeType,
- required: definition.required,
- children: [],
- definition: definition,
- value: value,
- };
-
- if (value.valueSource === ValueSource[ValueSource.Definition]) {
- if (definition.type === 'object') {
- node.children = this.getPropertyFromObject(definition, value.value);
- } else if (definition.type === 'array') {
- node.children = this.setChildrenForArray(definition, value.value);
- }
- }
-
- return node;
- }
-
- private getTreeNodeType(param: any): string {
- const type = param.type;
- if (type === 'array') {
- return 'array';
- } else if (type === 'object') {
- if (param.additionalProperties) {
- return 'map';
- } else {
- return 'object';
- }
- } else {
- return 'default';
- }
- }
-
- private setChildrenForArray(definition: any, value: any[]): any[] {
- const children = [];
- value.forEach((itemValue, index) => {
- const itemCopy = WorkflowUtil.deepClone(definition.items);
- children.push(this.schema2TreeNode(this.swagger, index, itemCopy, itemValue));
- });
-
- return children;
- }
-
- private getPropertyFromObject(definition: any, value: any): TreeNode[] {
- if (definition.properties) {
- return this.getPropertyFromSimpleObject(definition.properties, value, definition.required);
- } else if (definition.additionalProperties) {
- return this.getPropertyFromMapOrDictionary(definition.additionalProperties, value);
- } else {
- console.log('getPropertyFromObject() return [], param is:' + JSON.stringify(definition));
- return [];
- }
-
- }
-
- private getPropertyFromSimpleObject(properties: any, objectValue: any, required: string[]): TreeNode[] {
- const treeNodes: TreeNode[] = [];
- for (const key in properties) {
- let property = properties[key];
- // init required property
- property.required = false;
- if (Array.isArray(required)) {
- for (let index = 0; index < required.length; index++) {
- if (required[index] === key) {
- property.required = true;
- break;
- }
- }
- }
-
- objectValue[key] = this.getInitValue4Param(property, objectValue[key]);
-
- const treeNode = this.schema2TreeNode(this.swagger, key, property, objectValue[key]);
- treeNodes.push(treeNode);
- }
- return treeNodes;
- }
-
- private getPropertyFromMapOrDictionary(additionalProperties: any, mapOrDictionary: any): TreeNode[] {
- const treeNodes: TreeNode[] = [];
- for (const key in mapOrDictionary) {
- const propertyCopy = WorkflowUtil.deepClone(additionalProperties);
- propertyCopy.value = mapOrDictionary[key];
-
- const treeNode = this.schema2TreeNode(this.swagger, key, propertyCopy, propertyCopy.value);
- treeNode.keyEditable = true;
- treeNodes.push(treeNode);
-
- if (mapOrDictionary[key] !== propertyCopy.value) {
- mapOrDictionary[key] = propertyCopy.value;
- }
- }
- return treeNodes;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/tosca.service.spec.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/tosca.service.spec.ts
deleted file mode 100644
index a54fba63..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/tosca.service.spec.ts
+++ /dev/null
@@ -1,26 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { TestBed, inject } from '@angular/core/testing';
-
-import { ToscaService } from './tosca.service';
-
-describe('ToscaService', () => {
- beforeEach(() => {
- TestBed.configureTestingModule({
- providers: [ToscaService]
- });
- });
-
- it('should be created', inject([ToscaService], (service: ToscaService) => {
- expect(service).toBeTruthy();
- }));
-});
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/tosca.service.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/tosca.service.ts
deleted file mode 100644
index dd62a717..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/services/tosca.service.ts
+++ /dev/null
@@ -1,153 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { Injectable } from '@angular/core';
-import { Observable } from "rxjs/Rx";
-
-import { NodeTemplate } from '../model/topology/node-template';
-import { SettingService } from './setting.service';
-import { HttpService } from '../util/http.service';
-import { BroadcastService } from './broadcast.service';
-
-@Injectable()
-export class ToscaService {
- private nodeTemplate: NodeTemplate[] = [];
- private topologyProperties: {
- name: string;
- value: string;
- }[] = [];
- private namespace;
- private serviceTemplateId;
- private repositoryURL;
- constructor(private settingService: SettingService, private httpService: HttpService,
- private broadcastService: BroadcastService) {
- this.settingService.getSetting().subscribe(setting => {
- if (true === setting.supportToscaNode) {
- // todo: need to load tosca interface and tosca properties
- this.initTOSCAInfo();
- } else {
- this.broadcastService.broadcast(this.broadcastService.updateModelToscaConfig, null);
- }
- });
- }
-
- public getNodeTemplate(): NodeTemplate[] {
- return this.nodeTemplate;
- }
-
- public getTopologyProperties() {
- return this.topologyProperties;
- }
-
- public initTOSCAInfo() {
- this.getNodeTemplates().subscribe(nodes => {
- if (0 === nodes.length) {
- return;
- }
-
- const subscribes = nodes.map(node => this.loadTopologyProperties(node));
- Observable.forkJoin(subscribes).map(nodesProperties => {
- const allProperties: { name: string, value: string }[] = [];
- nodesProperties.forEach((properties, index) => {
- properties.forEach(property => {
- // allProperties.push(nodes[index].name + '.' + property);
- const propertyOption = {
- name: `${nodes[index].name}.${property}`,
- value: `[${nodes[index].name}].[${property}]`
- };
- allProperties.push(propertyOption);
- });
- });
- return allProperties;
- }).subscribe(allProperties => {
- this.topologyProperties = allProperties;
- this.broadcastService.broadcast(this.broadcastService.updateModelToscaConfig, this.topologyProperties);
- });
- });
- }
-
- public getNodeTemplates(): Observable<NodeTemplate[]> {
- const url = 'servicetemplates/' + this.encode(this.namespace)
- + '/' + this.encode(this.serviceTemplateId) + '/topologytemplate/';
-
- return this.httpService.get(this.getFullUrl(url)).map(response => {
- const nodeTemplates = [];
- for (const key in response.nodeTemplates) {
- if (response.nodeTemplates.hasOwnProperty(key)) {
- const nodeTemplate = response.nodeTemplates[key];
- nodeTemplates.push({
- id: nodeTemplate.id,
- type: nodeTemplate.type.replace(/^\{(.+)\}(.+)/, '$2'),
- name: nodeTemplate.name,
- namespace: nodeTemplate.type.replace(/^\{(.+)\}(.+)/, '$1'),
- });
- }
- }
- return nodeTemplates;
- });
- }
-
- public loadTopologyProperties(nodeTemplate: NodeTemplate): Observable<string[]> {
- const url = 'nodetypes/' + this.encode(nodeTemplate.namespace)
- + '/' + this.encode(nodeTemplate.type) + '/propertiesdefinition/winery/list/';
-
- return this.httpService.get(this.getFullUrl(url)).map(properties =>
- properties.map(property => property.key));
- }
-
- public loadNodeTemplateInterfaces(nodeTemplate: NodeTemplate): Observable<string[]> {
- const url = 'nodetypes/' + this.encode(nodeTemplate.namespace)
- + '/' + this.encode(nodeTemplate.type) + '/interfaces/';
-
- return this.httpService.get(this.getFullUrl(url));
- }
- public loadNodeTemplateOperations(nodeTemplate: NodeTemplate,
- interfaceName: string): Observable<string[]> {
- const url = 'nodetypes/' + this.encode(nodeTemplate.namespace)
- + '/' + this.encode(nodeTemplate.type) + '/interfaces/' + this.encode(interfaceName) + '/operations/';
-
- return this.httpService.get(this.getFullUrl(url));
- }
-
- public loadNodeTemplateOperationParameter(nodeTemplate: NodeTemplate,
- interfaceName: string,
- operation: string): Observable<any> {
- const relativePath = 'nodetypes/' + this.encode(nodeTemplate.namespace) + '/' + this.encode(nodeTemplate.type)
- + '/interfaces/' + this.encode(interfaceName) + '/operations/' + this.encode(operation) + '/';
-
- // input parameters
- const inputObservable = this.httpService
- .get(this.getFullUrl(relativePath + 'inputparameters'));
-
- // output parameters
- const outputObservable = this.httpService
- .get(this.getFullUrl(relativePath + 'outputparameters'));
-
- return Observable.forkJoin([inputObservable, outputObservable]).map(params => {
- return {
- input: params[0],
- output: params[1],
- };
- });
- }
-
- private decode(param: string): string {
- return decodeURIComponent(decodeURIComponent(param));
- }
-
- private encode(param: string): string {
- return encodeURIComponent(encodeURIComponent(param));
- }
-
- private getFullUrl(relativePath: string) {
- return this.repositoryURL + relativePath;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/shared/input/validators.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/shared/input/validators.ts
deleted file mode 100644
index 137d5444..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/shared/input/validators.ts
+++ /dev/null
@@ -1,147 +0,0 @@
-import {AbstractControl, ValidationErrors} from '@angular/forms';
-
-export function inRangeValidator(in_range: number[]): ValidationErrors|null {
- return (control: AbstractControl): ValidationErrors => {
- const value = parseFloat(control.value);
- if (isNaN(value) || value > in_range[1] || value < in_range[0]) {
- control.setErrors({
- in_range: true
- });
- return {
- in_range: true
- }
- } else {
- return null;
- }
- }
-}
-
-export function greaterOrEqualValidator(max: string): ValidationErrors|null {
- return (control: AbstractControl): ValidationErrors => {
- const value = parseFloat(control.value);
- const maxValue: any = parseFloat(max);
- if (!isNaN(maxValue) && (isNaN(value) || value < maxValue)) {
- control.setErrors({
- greater_or_equal: true
- });
- return {
- greater_or_equal: true
- }
- } else {
- return null;
- }
- }
-}
-
-export function lessOrEqualValidator(min: string): ValidationErrors|null {
- return (control: AbstractControl): ValidationErrors => {
- const value = parseFloat(control.value);
- const minValue: any = parseFloat(min);
- if (!isNaN(minValue) && (isNaN(value) || value > minValue)) {
- control.setErrors({
- less_or_equal: true
- });
- return {
- less_or_equal: true
- }
- } else {
- return null;
- }
- }
-}
-
-export function greaterThanValidator(max: string): ValidationErrors|null {
- return (control: AbstractControl): ValidationErrors => {
- const value = parseFloat(control.value);
- const maxValue: any = parseFloat(max);
- if (!isNaN(maxValue) && (isNaN(value) || value <= maxValue)) {
- control.setErrors({
- greater_than: true
- });
- return {
- greater_than: true
- }
- } else {
- return null;
- }
- }
-}
-
-export function lessThanValidator(min: string): ValidationErrors|null {
- return (control: AbstractControl): ValidationErrors => {
- const value = parseFloat(control.value);
- const minValue: any = parseFloat(min);
- if (!isNaN(minValue) && (isNaN(value) || value >= minValue)) {
- control.setErrors({
- less_than: true
- });
- return {
- less_than: true
- }
- } else {
- return null;
- }
- }
-}
-
-export function equalValidator(value: any): ValidationErrors|null {
- return (control: AbstractControl): ValidationErrors => {
- if (control.value != value) {
- control.setErrors({
- equal: true
- });
- return {
- equal: true
- }
- } else {
- return null;
- }
- }
-}
-
-export function lengthValidator(length: number): ValidationErrors|null {
- return (control: AbstractControl): ValidationErrors => {
- if (control.value && control.value.length !== length) {
- control.setErrors({
- length: true
- });
- return {
- length: true
- }
- } else {
- return null;
- }
- }
-}
-
-export function floatValidator(): ValidationErrors|null {
- return (control: AbstractControl): ValidationErrors => {
- let floatPattern = /^(-?\d+)(\.\d+)?$/;
- if (control.value && !floatPattern.test(control.value)) {
- control.setErrors({
- float: true
- });
- return {
- float: true
- }
- } else {
- return null;
- }
- }
-}
-
-export function integerValidator(): ValidationErrors|null {
- return (control: AbstractControl): ValidationErrors => {
- let integerPattern = /^-?\d+$/;
- if (control.value && !integerPattern.test(control.value)) {
- control.setErrors({
- integer: true
- });
- return {
- integer: true
- }
- } else {
- return null;
- }
- }
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/shared/input/wfm-text-input.component.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/shared/input/wfm-text-input.component.ts
deleted file mode 100644
index f70a2b9b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/shared/input/wfm-text-input.component.ts
+++ /dev/null
@@ -1,258 +0,0 @@
-import {
- Component, Input, forwardRef, SimpleChanges, ViewChild, OnChanges, Output, EventEmitter,
- ElementRef
-} from '@angular/core';
-import {TranslateService} from '@ngx-translate/core';
-import {
- ControlValueAccessor, NG_VALUE_ACCESSOR, NG_VALIDATORS, Validator,
- AbstractControl, ValidationErrors
-} from '@angular/forms';
-import {
- inRangeValidator, greaterOrEqualValidator, lessOrEqualValidator,
- greaterThanValidator, lessThanValidator, equalValidator, lengthValidator, floatValidator, integerValidator
-} from './validators';
-import {isNullOrUndefined} from "util";
-
-const noop = () => {
-};
-
-export const CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR: any = {
- provide: NG_VALUE_ACCESSOR,
- useExisting: forwardRef(() => WfmTextInputComponent),
- multi: true
-};
-
-export const CUSTOM_INPUT_VALIDATOR: any = {
- provide: NG_VALIDATORS,
- useExisting: forwardRef(() => WfmTextInputComponent),
- multi: true
-};
-
-@Component({
- selector: 'wfm-text-input',
- template: `
- <input type="text"
- [disabled]="disabled"
- [class]="inputClass"
- [placeholder]="placeholder"
- [required]="required"
- [maxlength]="maxlength"
- [minlength]="minlength"
- [pattern]="pattern"
- (focus)="onFocus()"
- (blur)="onBlur()"
- [(ngModel)]="value"
- [ngModelOptions]="{standalone: true}"
- #wfInput="ngModel"
- />
-
- <small [hidden]="!wfInput.valid || !hintLabel || !isHintLabelShow" class="hint-label">{{hintLabel}}</small>
- <small [hidden]="!wfInput.errors?.required" class="text-danger">
- {{ 'VALIDATE.REQUIRED' | translate }}
- </small>
- <small [hidden]="!wfInput.errors?.maxlength" class="text-danger">
- {{ 'VALIDATE.MAX_LENGTH' | translate: {value: maxlength} }}
- </small>
- <small [hidden]="!wfInput.errors?.minlength" class="text-danger">
- {{ 'VALIDATE.MIN_LENGTH' | translate: {value: minlength} }}
- </small>
- <small [hidden]="!wfInput.errors?.length" class="text-danger">
- {{ 'VALIDATE.LENGTH' | translate: {value: length} }}
- </small>
- <small *ngIf="patternError" [hidden]="!wfInput.errors?.pattern" class="text-danger">
- {{ patternError }}
- </small>
- <small *ngIf="!patternError && pattern === generalRules" [hidden]="!wfInput.errors?.pattern" class="text-danger">
- {{ getCommonRuleMessage(minlength + '-' + maxlength) }}
- </small>
- <small [hidden]="!wfInput.errors?.greater_or_equal" class="text-danger">
- {{ 'VALIDATE.GREATER_OR_EQUAL' | translate: {value: greater_or_equal} }}
- </small>
- <small [hidden]="!wfInput.errors?.less_or_equal" class="text-danger">
- {{ 'VALIDATE.LESS_OR_EQUAL' | translate: {value: less_or_equal} }}
- </small>
- <small [hidden]="!wfInput.errors?.greater_than" class="text-danger">
- {{ 'VALIDATE.GREATER_THAN' | translate: {value: greater_than} }}
- </small>
- <small [hidden]="!wfInput.errors?.less_than" class="text-danger">
- {{ 'VALIDATE.LESS_THAN' | translate: {value: less_than} }}
- </small>
- <small [hidden]="!wfInput.errors?.in_range" class="text-danger">
- {{ 'VALIDATE.IN_RANGE' | translate: {value: in_range} }}
- </small>
- <small [hidden]="!wfInput.errors?.equal" class="text-danger">
- {{ 'VALIDATE.EQUAL' | translate: {value: equal} }}
- </small>
- <small [hidden]="!wfInput.errors?.float" class="text-danger">
- {{ 'VALIDATE.FLOAT' | translate }}
- </small>
- <small [hidden]="!wfInput.errors?.integer" class="text-danger">
- {{ 'VALIDATE.INTEGER' | translate }}
- </small>
- `,
- styles: [`
- .hint-label {
- color:#7c868d;
- }
- input.ng-invalid {
- border-color: #d9534f;
- }
- `],
- providers: [CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR, CUSTOM_INPUT_VALIDATOR]
-})
-export class WfmTextInputComponent implements ControlValueAccessor, Validator, OnChanges {
- @Input() public disabled: boolean;
- @Input() public inputType = 'string';
- @Input() public inputClass = 'form-control';
- @Input() public placeholder = '';
- @Input() public hintLabel: string;
- @Input() public patternError: string;
- @Input() public required = false;
- @Input() public maxlength: number;
- @Input() public minlength: number;
- @Input() public pattern = '';
- @Input() public greater_or_equal: string; // >=
- @Input() public less_or_equal: string; // <=
- @Input() public greater_than: string; // >
- @Input() public less_than: string; // <
- @Input() public length: number;
- @Input() public equal: any;
- @Input() public in_range: string;
- @Input() public isFocus: boolean;
- @Output() public blur: any = new EventEmitter();
- @Output() public click: any = new EventEmitter();
- @ViewChild('wfInput') public wfInput: any;
-
- public isHintLabelShow = false;
- private innerValue: any = '';
- private onTouchedCallback: () => void = noop;
- private onChangeCallback: (_: any) => void = noop;
- private _validators: any = {};
- public generalRules = '^(?![-_.])(?!\\d*$)[\\da-zA-Z-_.]*$';
-
- constructor(public translate: TranslateService,
- private elementRef: ElementRef) {
-
- }
-
- public ngOnChanges(changes: SimpleChanges): void {
- this._createValidator(changes);
- if (this.isFocus) {
- this.elementRef.nativeElement.querySelector('input').focus();
- }
- }
-
- // 动态创建Validator
- private _createValidator(changes: SimpleChanges): void {
- for (let change in changes) {
- switch (change) {
- case 'in_range':
- if (!isNullOrUndefined(this.in_range)) {
- this._validators.in_range = inRangeValidator(JSON.parse(this.in_range));
- }
- break;
- case 'greater_or_equal':
- if (!isNullOrUndefined(this.greater_or_equal)) {
- this._validators.greater_or_equal = greaterOrEqualValidator(this.greater_or_equal);
- }
- break;
- case 'less_or_equal':
- if (!isNullOrUndefined(this.less_or_equal)) {
- this._validators.less_or_equal = lessOrEqualValidator(this.less_or_equal);
- }
- break;
- case 'greater_than':
- if (!isNullOrUndefined(this.greater_than)) {
- this._validators.greater_than = greaterThanValidator(this.greater_than);
- }
- break;
- case 'less_than':
- if (!isNullOrUndefined(this.less_than)) {
- this._validators.less_than = lessThanValidator(this.less_than);
- }
- break;
- case 'equal':
- if (!isNullOrUndefined(this.equal)) {
- this._validators.equal = equalValidator(this.equal);
- }
- break;
- case 'length':
- if (!isNullOrUndefined(this.length)) {
- this._validators.length = lengthValidator(this.length);
- }
- break;
- case 'inputType':
- delete this._validators.float;
- delete this._validators.integer;
- if (this.inputType === 'float') {
- this._validators.float = floatValidator();
- } else if (this.inputType === 'integer') {
- this._validators.integer = integerValidator();
- }
- break;
- }
- }
- }
-
- // 执行控件验证
- public validate(c: AbstractControl): ValidationErrors | null {
- let errors: any;
- for (let validatorName in this._validators) {
- let validator = this._validators[validatorName];
- if (validator) {
- let errors = validator(c);
- if (errors) {
- return errors;
- }
- }
- }
- return null;
- }
-
- public onFocus(): void {
- if (this.isFocus) {
- this.click.emit();
- }
- this.isHintLabelShow = true;
- }
-
- public onBlur(): void {
- this.blur.emit();
- this.isHintLabelShow = false;
- this.onTouchedCallback();
- }
-
- get value(): any {
- this.validate(this.wfInput.control);
- return this.innerValue;
- };
-
- set value(value: any) {
- if (value !== this.innerValue) {
- this.innerValue = value;
- this.onChangeCallback(value);
- }
- }
-
- writeValue(value: any) {
- if (value !== this.innerValue) {
- this.innerValue = value;
- }
- }
-
- registerOnChange(fn: any) {
- this.onChangeCallback = fn;
- }
-
- registerOnTouched(fn: any) {
- this.onTouchedCallback = fn;
- }
-
- public getCommonRuleMessage(length: any): string {
- let message = this.translate.get('VALIDATE.FIRST_CHARACTER')['value'] + ', ' +
- this.translate.get('VALIDATE.NOT_ALL_NUMBER')['value'] + ', ' +
- this.translate.get('VALIDATE.CHARACTER_LIMIT', {value: '[0-9],[a-z],[A-Z],[_],[-],[.]'})['value'] + ', ' +
- this.translate.get('VALIDATE.CHARACTER_LENGTH', {value: length})['value'];
- return message;
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/shared/input/wfm-text-input.module.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/shared/input/wfm-text-input.module.ts
deleted file mode 100644
index d0e83ddb..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/shared/input/wfm-text-input.module.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-import { NgModule } from '@angular/core';
-import { CommonModule } from '@angular/common';
-import { TranslateModule } from '@ngx-translate/core';
-import { FormsModule } from '@angular/forms';
-import { WfmTextInputComponent } from './wfm-text-input.component';
-
-@NgModule({
- imports: [TranslateModule, CommonModule, FormsModule],
- declarations: [WfmTextInputComponent],
- exports: [WfmTextInputComponent]
-})
-
-export class WfmInputModule {
-
-} \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/shared/shared.module.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/shared/shared.module.ts
deleted file mode 100644
index dbebe463..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/shared/shared.module.ts
+++ /dev/null
@@ -1,36 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { CommonModule } from '@angular/common';
-import { NgModule } from '@angular/core';
-import { FormsModule, ReactiveFormsModule } from '@angular/forms';
-import { HttpModule } from '@angular/http';
-import { RouterModule } from '@angular/router';
-import { RadioButtonModule } from 'primeng/primeng';
-import { TreeModule } from 'primeng/primeng';
-
-const module = [
- CommonModule,
- FormsModule,
- ReactiveFormsModule,
- HttpModule,
- RouterModule,
- RadioButtonModule,
- TreeModule
-];
-
-@NgModule({
- imports: module,
- exports: module,
-})
-
-export class SharedModule {
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/util/http.service.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/util/http.service.ts
deleted file mode 100644
index f754d38e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/util/http.service.ts
+++ /dev/null
@@ -1,67 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import { Injectable } from '@angular/core';
-import { Http, RequestOptionsArgs } from '@angular/http';
-import { Observable } from 'rxjs/Rx';
-import './rxjs-operators';
-
-@Injectable()
-export class HttpService {
- constructor(private http: Http) { }
-
- public get(uri: string, options?: RequestOptionsArgs): Observable<any> {
- return this.getHttp('get', uri, options);
- }
-
- public post(uri: string, data: any, options?: RequestOptionsArgs): Observable<any> {
- return this.getHttp('post', uri, data);
- }
-
- public put(uri: string, data: any, options?: RequestOptionsArgs): Observable<any> {
- return this.getHttp('put', uri, data, options);
- }
-
- public delete(uri: string): Observable<any> {
- return this.getHttp('delete', uri);
- }
-
- public getHttp(type: string, uri: string, data?: any, options?: RequestOptionsArgs): Observable<any> {
- if (data) {
- return this.http[type](uri, data, options)
- .map(response => {
- if (response.text() === '') {
- return {};
- }
-
- return response.json();
- })
- .catch(this.handleError);
- } else {
- return this.http[type](uri, options)
- .map(response => response.json())
- .catch(this.handleError);
- }
- }
-
- private handleError(error: any) {
- let errMsg = '';
- try {
- errMsg = error.json().message;
- if (!errMsg) {
- errMsg = error.json().msg;
- }
- } catch (e) {
- errMsg = error.status ? `${error.status}-${error.statusText}` : 'Server error';
- }
- return Observable.throw(errMsg);
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/util/rxjs-operators.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/util/rxjs-operators.ts
deleted file mode 100644
index 1a8f11c0..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/util/rxjs-operators.ts
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-import 'rxjs/add/observable/forkJoin';
-import 'rxjs/add/observable/throw';
-import 'rxjs/add/operator/catch';
-import 'rxjs/add/operator/debounceTime';
-import 'rxjs/add/operator/distinctUntilChanged';
-import 'rxjs/add/operator/map';
-import 'rxjs/add/operator/switchMap';
-import 'rxjs/add/operator/toPromise';
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/util/workflow-util.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/util/workflow-util.ts
deleted file mode 100644
index 802cba9f..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/util/workflow-util.ts
+++ /dev/null
@@ -1,43 +0,0 @@
-/**
- * Copyright (c) 2017-2018 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-export class WorkflowUtil {
- public static deepClone(source: any) {
- if (source === null || typeof source !== 'object') {
- return source;
- } else {
- if (source instanceof Array) {
- const target = [];
- source.forEach(item => target.push(WorkflowUtil.deepClone(item)));
- return target;
- } else {
- const target = {};
- for (const key in source) {
- target[key] = WorkflowUtil.deepClone(source[key]);
- }
- return target;
- }
- }
- }
-
- public static GetIconFullPath(iconName: string): string {
- if (iconName && '' != iconName) {
- if (-1 == iconName.indexOf('.')) {
- return 'assets/images/' + iconName + '.svg';
- } else {
- return 'assets/images/' + iconName;
- }
- } else {
- return 'assets/images/default.svg';
- }
- }
-
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/.gitkeep b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/.gitkeep
deleted file mode 100644
index e69de29b..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/.gitkeep
+++ /dev/null
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/global-setting.json b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/global-setting.json
deleted file mode 100644
index 6ff2b7ba..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/global-setting.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "supportRestNode": false,
- "supportToscaNode": false,
- "supoortToscaProperties": true
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/i18n/en.json b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/i18n/en.json
deleted file mode 100644
index 45034e5e..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/i18n/en.json
+++ /dev/null
@@ -1,100 +0,0 @@
-{
- "WORKFLOW": {
- "UNAUTHORIZED": "Unauthorized!",
- "BPMN_EVENT": "Event",
- "BPMN_TASK": "Task",
- "BPMN_GETWAY": "Getway",
- "BPMN_STRUCTURAL": "Structural",
- "SETTING": "Setting",
- "SAVE": "Save",
- "TEST": "Test",
- "BACK": "Back",
- "CONFIRM": "Confirm",
- "CONFIRM_SAVE1": "Save data and back?",
- "CONFIRM_SAVE2": "Unsaved data will lose when click 'back'.",
- "CONFIRM_SAVE_BACK": "Save and back",
- "CONFIRM_BACK": "Back",
- "CREATE": "Create",
- "DELETE": "Delete",
- "START_EVENT": "Start",
- "PROCESS_VARIABLE": "Process Variable",
- "PROCESS_VARIABLE_DEFAULT": "Default Value",
- "PROCESS_VARIABLE_OPERATION": "Operation",
- "PROCESS_VARIABLE_CREATE": "Create",
- "PROCESS_VARIABLE_DELETE": "Delete",
- "END_EVENT": "End",
- "ERROR_START_EVENT": "Error Start",
- "ERROR_END_EVENT": "Error End",
- "TOSCA_TASK": "TOSCA",
- "REST_TASK": "REST",
- "SCRIPT_TASK": "SCRIPT",
- "TIMER_EVENT": "Timer",
- "EXCLUSIVE_GATEWAY": "Exclusive",
- "PARALLEL_GATEWAY": "Parallel",
- "SUB_PROCESS": "SubProcess",
- "NODE_NAME": "Name",
- "NODE_TYPE": "Type",
- "TOSCA_NODE": "Node",
- "TOSCA_INTERFACE": "Interface",
- "TOSCA_OPERATION": "Operation",
- "REST_SERVICE": "Service",
- "REST_PATH": "Path",
- "REST_METHOD": "Method",
- "TIMER_TYPE": "Type",
- "TIMER_DURATION": "Duration",
- "TIMER_DATE": "Date",
- "TIMER_CYCLE": "Cycle",
- "TIMER_YEAR": "Year",
- "TIMER_MONTH": "Month",
- "TIMER_DAY": "Day",
- "TIMER_HOUR": "Hour",
- "TIMER_MINUTE": "Minute",
- "TIMER_SECOND": "Second",
- "TIMER_CYCLE_INDEX": "Cycle Index",
- "CONNECTION_NAME": "Name",
- "CONNECTION_SOURCE": "Source",
- "CONNECTION_TARGET": "Target",
- "CONNECTION_CONDITION": "Condition",
- "SCRIPT_FORMAT": "Script Format",
- "SCRIPT": "Script",
- "SERVICE_CLASS": "Class",
- "SERVICE_INPUT": "Input Parameters",
- "SERVICE_OUTPUT": "Output Parameters",
- "REST_INPUT_QUERY": "Query Parameters",
- "REST_INPUT_HEADER": "Header Parameters",
- "REST_INPUT_PATH": "Path Parameters",
- "REST_INPUT_FORMDATA": "Formdata Parameters",
- "REST_INPUT_BODY": "Body Parameters",
- "REST_OUTPUT": "Output Parameters",
- "MSG": {
- "LOAD_FAIL": "Load data fail.",
- "SWAGGER_NOT_EXISTS": "Swagger did not exist, please check the 'swagger.json' or service status.",
- "SAVE_FAIL": "Save data fail.",
- "SAVE_SUCCESS": "Save successful.",
- "VARIABLE_EMPTY": "Variable Name should not be empty.",
- "VARIABLE_SAME": "Variable Name should not be same.",
- "PROCESS_VARIABLE_EMPTY": "Process Variable Name should not be empty.",
- "PROCESS_VARIABLE_SAME": "Process Variable Name should not be same.",
- "NODE_ID_SAME": "The node {{value}} is already exist."
- }
- },
- "VALIDATE": {
- "REQUIRED": "Value can't be empty",
- "MAX_LENGTH": "The length of the value can't be greater than {{value}}",
- "MIN_LENGTH": "The length of the value can't be less than {{value}}",
- "LENGTH": "The length of the value must equal to {{value}}",
- "IN_RANGE": "Value must be in range {{value}}",
- "INTEGER": "Value must be an integer",
- "FLOAT": "Value must be a float",
- "PATTERN": "Value must match the regular expression {{value}}",
- "GREATER_OR_EQUAL": "Value must be greater than or equal to {{value}}",
- "LESS_OR_EQUAL": "Value must be less than or equal to {{value}}",
- "GREATER_THAN": "Value must be greater than {{value}}",
- "LESS_THAN": "Value must be less than {{value}}",
- "EQUAL": "Value must equal to {{value}}",
- "CHARACTER_LIMIT": "Only the following characters: {{value}}",
- "CHARACTER_LENGTH": "Length {{value}}",
- "NOT_ALL_NUMBER": "Not all number",
- "FIRST_CHARACTER": "Begin with the letters or numbers"
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/i18n/zh-CN.json b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/i18n/zh-CN.json
deleted file mode 100644
index b93d05d3..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/i18n/zh-CN.json
+++ /dev/null
@@ -1,100 +0,0 @@
-{
- "WORKFLOW": {
- "UNAUTHORIZED": "未授权!",
- "BPMN_EVENT": "事件",
- "BPMN_TASK": "任务",
- "BPMN_GETWAY": "网关",
- "BPMN_STRUCTURAL": "结构",
- "SETTING": "设置",
- "SAVE": "保存",
- "TEST": "测试",
- "BACK": "返回",
- "CONFIRM": "确认",
- "CONFIRM_SAVE1": "保存并返回?",
- "CONFIRM_SAVE2": "返回后,未保存的数据将无法恢复。",
- "CONFIRM_SAVE_BACK": "保存并返回",
- "CONFIRM_BACK": "返回",
- "CREATE": "添加",
- "DELETE": "删除",
- "START_EVENT": "开始",
- "PROCESS_VARIABLE": "流程变量",
- "PROCESS_VARIABLE_DEFAULT": "默认值",
- "PROCESS_VARIABLE_OPERATION": "操作",
- "PROCESS_VARIABLE_CREATE": "添加",
- "PROCESS_VARIABLE_DELETE": "删除",
- "END_EVENT": "结束",
- "ERROR_START_EVENT": "异常开始",
- "ERROR_END_EVENT": "异常结束",
- "TOSCA_TASK": "TOSCA",
- "REST_TASK": "REST",
- "SCRIPT_TASK": "脚本",
- "TIMER_EVENT": "定时器",
- "EXCLUSIVE_GATEWAY": "唯一条件",
- "PARALLEL_GATEWAY": "并行条件",
- "SUB_PROCESS": "子流程",
- "NODE_NAME": "名称",
- "NODE_TYPE": "类型",
- "TOSCA_NODE": "节点",
- "TOSCA_INTERFACE": "接口",
- "TOSCA_OPERATION": "方法",
- "REST_SERVICE": "服务",
- "REST_PATH": "路径",
- "REST_METHOD": "方法",
- "TIMER_TYPE": "类型",
- "TIMER_DURATION": "间隔",
- "TIMER_DATE": "日期",
- "TIMER_CYCLE": "周期",
- "TIMER_YEAR": "年",
- "TIMER_MONTH": "月",
- "TIMER_DAY": "日",
- "TIMER_HOUR": "时",
- "TIMER_MINUTE": "分",
- "TIMER_SECOND": "秒",
- "TIMER_CYCLE_INDEX": "循环次数",
- "CONNECTION_NAME": "名称",
- "CONNECTION_SOURCE": "源",
- "CONNECTION_TARGET": "目标",
- "CONNECTION_CONDITION": "条件",
- "SCRIPT_FORMAT": "脚本类型",
- "SCRIPT": "脚本",
- "SERVICE_CLASS": "类",
- "SERVICE_INPUT": "输入参数",
- "SERVICE_OUTPUT": "输出参数",
- "REST_INPUT_QUERY": "Query参数",
- "REST_INPUT_HEADER": "Header参数",
- "REST_INPUT_PATH": "Path参数",
- "REST_INPUT_FORMDATA": "Formdata参数",
- "REST_INPUT_BODY": "Body参数",
- "REST_OUTPUT": "输出参数",
- "MSG": {
- "LOAD_FAIL": "加载失败。",
- "SWAGGER_NOT_EXISTS": "Swagger信息不存在请检查'swagger.json'或服务状态。",
- "SAVE_FAIL": "保存失败。",
- "SAVE_SUCCESS": "保存成功。",
- "VARIABLE_EMPTY": "变量名不能为空。",
- "VARIABLE_SAME": "变量名不能相同。",
- "PROCESS_VARIABLE_EMPTY": "流程变量名不能为空。",
- "PROCESS_VARIABLE_SAME": "流程变量名不能相同。",
- "NODE_ID_SAME": "节点{{value}}已存在"
- }
- },
- "VALIDATE": {
- "REQUIRED": "值不能为空",
- "MAX_LENGTH": "值长度不能超过{{value}}",
- "MIN_LENGTH": "值长度不能少于{{value}}",
- "LENGTH": "值长度必须等于{{value}}",
- "IN_RANGE": "值必须在范围{{value}}内",
- "INTEGER": "值必须是整数",
- "FLOAT": "值必须是浮点数",
- "PATTERN": "值必须符合正则表达式{{value}}",
- "GREATER_OR_EQUAL": "值必须大于等于{{value}}",
- "LESS_OR_EQUAL": "值必须小于等于{{value}}",
- "GREATER_THAN": "值必须大于{{value}}",
- "LESS_THAN": "值必须小于{{value}}",
- "EQUAL": "值必须等于{{value}}",
- "CHARACTER_LIMIT": "仅限下列字符:{{value}}",
- "CHARACTER_LENGTH": "长度{{value}}",
- "NOT_ALL_NUMBER": "不能全部为数字",
- "FIRST_CHARACTER": "以字母或数字开始"
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/images/apds_rest.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/images/apds_rest.svg
deleted file mode 100644
index adcb21dc..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/images/apds_rest.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
- <style type="text/css">
- .st0{fill:#00ABFF;}
- </style>
- <g>
- <path class="st0" d="M24,29H6c-2.8,0-5-2.2-5-5V6c0-2.8,2.2-5,5-5h18c2.8,0,5,2.2,5,5v18C29,26.8,26.8,29,24,29z M6,3
- C4.3,3,3,4.3,3,6v18c0,1.7,1.3,3,3,3h18c1.7,0,3-1.3,3-3V6c0-1.7-1.3-3-3-3H6z" />
- <path class="st0" d="M7.6,14.5h7.5c0.5,0,0.8-0.4,0.8-1s-0.3-1-0.8-1H7.6c-0.5,0-0.8,0.4-0.8,1S7.1,14.5,7.6,14.5z" />
- <path class="st0" d="M7.6,18.7h3.7c0.5,0,0.8-0.4,0.8-1s-0.3-1-0.8-1H7.6c-0.5,0-0.8,0.4-0.8,1S7.1,18.7,7.6,18.7z" />
- <path class="st0" d="M7.6,10.4H19c0.5,0,0.8-0.4,0.8-1s-0.3-1-0.8-1H7.6c-0.5,0-0.8,0.4-0.8,1S7.1,10.4,7.6,10.4z" />
- <path class="st0" d="M24.1,22.6l-1.6-2.7c0.9-0.4,1.5-1.2,1.5-2.2c0-1.4-1.2-2.5-2.8-2.5h-1.9c-0.2,0-0.4,0.1-0.6,0.2
- c-0.2,0.1-0.3,0.3-0.3,0.6v7c0,0.4,0.3,0.8,0.8,0.8c0.4,0,0.8-0.3,0.8-0.8v-2.8h0.8l1.9,3.2c0.1,0.2,0.4,0.4,0.7,0.4
- c0.1,0,0.3,0,0.4-0.1C24.2,23.5,24.4,23,24.1,22.6z M20.1,16.8h1.2c0.6,0,1.2,0.4,1.2,0.9s-0.5,0.9-1.2,0.9h-1.2V16.8z"
- />
- </g>
-</svg> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/images/apds_script.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/images/apds_script.svg
deleted file mode 100644
index 06682e52..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/images/apds_script.svg
+++ /dev/null
@@ -1,24 +0,0 @@
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
- <style type="text/css">
- .st0{fill:#00ABFF;}
- </style>
-
- <g>
- <path class="st0" d="M24,1H6C3.2,1,1,3.2,1,6v18c0,2.8,2.2,5,5,5h18c2.8,0,5-2.2,5-5V6C29,3.2,26.8,1,24,1z M16.9,3.4
- c0.5,0,0.9,0.2,1.3,0.5c0.4,0.4,0.5,0.8,0.5,1.3c0,0.5-0.2,0.9-0.5,1.3L17.7,7l-5.3,5.3c-0.2-0.6-0.5-1.2-0.9-1.6
- c-0.4-0.4-1-0.8-1.6-0.9l5.8-5.8C16,3.6,16.4,3.4,16.9,3.4z M10.3,27H6c-1.7,0-3-1.3-3-3V6c0-1.7,1.3-3,3-3h8.2l-7.4,7.4
- c-0.1,0.1-0.2,0.2-0.3,0.3c-0.7,0.7-1,1.6-1,2.5c0,0.9,0.4,1.8,1,2.5l5.2,5.2l-1.3,1.3c-0.7,0.7-1,1.6-1,2.5
- C9.3,25.5,9.7,26.4,10.3,27z M14.1,25.9c-0.4,0.4-0.8,0.5-1.3,0.5c-0.5,0-0.9-0.2-1.3-0.5c-0.4-0.4-0.5-0.8-0.5-1.3
- c0-0.5,0.2-0.9,0.5-1.3l1.3-1.3l0.5,0.5l0.8,0.8c0.4,0.4,0.5,0.8,0.5,1.3C14.6,25.1,14.5,25.5,14.1,25.9z M14.5,21.3l-6.8-6.8
- c-0.4-0.4-0.5-0.8-0.5-1.3c0-0.5,0.2-0.9,0.5-1.3c0.4-0.4,0.8-0.5,1.3-0.5c0.5,0,0.9,0.2,1.3,0.5c0.4,0.4,0.5,0.8,0.5,1.3
- c0,0.5-0.2,0.9-0.5,1.3l0.9,0.9c0.2,0.2,0.4,0.2,0.6,0l5.2-5.2l4.4,4.4l0.8,0.8c0.4,0.4,0.5,0.8,0.5,1.3c0,0.5-0.2,0.9-0.5,1.3v0
- l-5.8,5.8c-0.1-0.6-0.5-1.2-0.9-1.6L14.5,21.3z M27,24c0,1.7-1.3,3-3,3h-8.6l7.9-7.9c0.7-0.7,1-1.6,1-2.5c0-0.9-0.4-1.8-1-2.5
- l-0.8-0.8L18.1,9l1.3-1.3c0.7-0.7,1-1.6,1-2.5c0-0.8-0.3-1.6-0.8-2.2H24c1.7,0,3,1.3,3,3V24z" />
- <path class="st0" d="M17.2,12.4c-0.3-0.3-0.8-0.3-1.1,0L12.6,16c-0.3,0.3-0.3,0.8,0,1.1c0.1,0.1,0.3,0.2,0.5,0.2s0.4-0.1,0.5-0.2
- l3.6-3.6C17.5,13.1,17.5,12.7,17.2,12.4z" />
- <path class="st0" d="M18.9,14.2c-0.3-0.3-0.8-0.3-1.1,0l-3.6,3.6c-0.3,0.3-0.3,0.8,0,1.1c0.1,0.1,0.3,0.2,0.5,0.2
- c0.2,0,0.4-0.1,0.5-0.2l3.6-3.6C19.2,14.9,19.2,14.4,18.9,14.2z" />
- <path class="st0" d="M17.1,20.6l3.6-3.6c0.3-0.3,0.3-0.8,0-1.1s-0.8-0.3-1.1,0L16,19.5c-0.3,0.3-0.3,0.8,0,1.1
- c0.1,0.1,0.3,0.2,0.5,0.2S17,20.7,17.1,20.6z" />
- </g>
-</svg> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/images/apds_service.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/images/apds_service.svg
deleted file mode 100644
index b27cfad0..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/images/apds_service.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
- <style type="text/css">
- .st0{fill:#00ABFF;}
- </style>
- <g>
- <path class="st0" d="M24,29H6c-2.8,0-5-2.2-5-5V6c0-2.8,2.2-5,5-5h18c2.8,0,5,2.2,5,5v18C29,26.8,26.8,29,24,29z M6,3
- C4.3,3,3,4.3,3,6v18c0,1.7,1.3,3,3,3h18c1.7,0,3-1.3,3-3V6c0-1.7-1.3-3-3-3H6z"/>
- <path class="st0" d="M7.6,14.5h7.5c0.5,0,0.8-0.4,0.8-1s-0.3-1-0.8-1H7.6c-0.5,0-0.8,0.4-0.8,1S7.1,14.5,7.6,14.5z"/>
- <path class="st0" d="M7.6,18.7h3.7c0.5,0,0.8-0.4,0.8-1s-0.3-1-0.8-1H7.6c-0.5,0-0.8,0.4-0.8,1S7.1,18.7,7.6,18.7z"/>
- <path class="st0" d="M7.6,10.4H19c0.5,0,0.8-0.4,0.8-1s-0.3-1-0.8-1H7.6c-0.5,0-0.8,0.4-0.8,1S7.1,10.4,7.6,10.4z"/>
- <path class="st0" d="M18.7,21.6C18.7,21.6,18.7,21.6,18.7,21.6c0.4-0.1,1.4,0.6,1.5,0.7c0.3,0.2,0.7,0.3,1.2,0.3
- c0.6,0,1-0.1,1.3-0.3c0.2-0.2,0.3-0.4,0.3-0.6c0-0.2-0.1-0.3-0.2-0.4c-0.1-0.1-0.4-0.2-0.8-0.3c-1.8-0.4-3-0.8-3.5-1.1
- c-0.7-0.5-1-1.1-1-1.9c0-0.7,0.3-1.4,0.9-1.9c0.6-0.5,1.5-0.8,2.7-0.8c1.2,0,2,0.3,2.6,0.6c0.4,0.3,0.7,0.5,0.9,0.9
- c0.2,0.3,0.1,0.7-0.3,0.9c-0.2,0.1-0.7,0.4-1,0.2c-0.3-0.2-0.8-0.5-1.1-0.7c-0.3-0.2-0.6-0.3-1.1-0.3c-0.6,0-1,0.1-1.3,0.3
- c-0.2,0.1-0.3,0.3-0.3,0.5c0,0.2,0.1,0.3,0.2,0.4c0.2,0.2,0.9,0.4,2.1,0.6c1.2,0.3,2,0.6,2.5,1c0.5,0.4,0.7,1,0.7,1.7
- c0,0.8-0.3,1.5-1,2c-0.7,0.6-1.6,0.8-2.9,0.8c-1.2,0-2.1-0.2-2.8-0.7c-0.2-0.1-0.4-0.3-0.5-0.4C17.6,22.5,17.9,21.7,18.7,21.6z"/>
- </g>
-</svg> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/images/default.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/images/default.svg
deleted file mode 100644
index 0bdc3e80..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/images/default.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
- <style type="text/css">
- .st0{fill:#00ABFF;}
- </style>
- <g>
- <path class="st0" d="M24,1H6C3.2,1,1,3.2,1,6v18c0,2.8,2.2,5,5,5h18c2.8,0,5-2.2,5-5V6C29,3.2,26.8,1,24,1z M16.9,3.4
- c0.5,0,0.9,0.2,1.3,0.5c0.4,0.4,0.5,0.8,0.5,1.3c0,0.5-0.2,0.9-0.5,1.3L17.7,7l-5.3,5.3c-0.2-0.6-0.5-1.2-0.9-1.6
- c-0.4-0.4-1-0.8-1.6-0.9l5.8-5.8C16,3.6,16.4,3.4,16.9,3.4z M10.3,27H6c-1.7,0-3-1.3-3-3V6c0-1.7,1.3-3,3-3h8.2l-7.4,7.4
- c-0.1,0.1-0.2,0.2-0.3,0.3c-0.7,0.7-1,1.6-1,2.5c0,0.9,0.4,1.8,1,2.5l5.2,5.2l-1.3,1.3c-0.7,0.7-1,1.6-1,2.5
- C9.3,25.5,9.7,26.4,10.3,27z M14.1,25.9c-0.4,0.4-0.8,0.5-1.3,0.5c-0.5,0-0.9-0.2-1.3-0.5c-0.4-0.4-0.5-0.8-0.5-1.3
- c0-0.5,0.2-0.9,0.5-1.3l1.3-1.3l0.5,0.5l0.8,0.8c0.4,0.4,0.5,0.8,0.5,1.3C14.6,25.1,14.5,25.5,14.1,25.9z M14.5,21.3l-6.8-6.8
- c-0.4-0.4-0.5-0.8-0.5-1.3c0-0.5,0.2-0.9,0.5-1.3c0.4-0.4,0.8-0.5,1.3-0.5c0.5,0,0.9,0.2,1.3,0.5c0.4,0.4,0.5,0.8,0.5,1.3
- c0,0.5-0.2,0.9-0.5,1.3l0.9,0.9c0.2,0.2,0.4,0.2,0.6,0l5.2-5.2l4.4,4.4l0.8,0.8c0.4,0.4,0.5,0.8,0.5,1.3c0,0.5-0.2,0.9-0.5,1.3v0
- l-5.8,5.8c-0.1-0.6-0.5-1.2-0.9-1.6L14.5,21.3z M27,24c0,1.7-1.3,3-3,3h-8.6l7.9-7.9c0.7-0.7,1-1.6,1-2.5c0-0.9-0.4-1.8-1-2.5
- l-0.8-0.8L18.1,9l1.3-1.3c0.7-0.7,1-1.6,1-2.5c0-0.8-0.3-1.6-0.8-2.2H24c1.7,0,3,1.3,3,3V24z" />
- <path class="st0" d="M17.2,12.4c-0.3-0.3-0.8-0.3-1.1,0L12.6,16c-0.3,0.3-0.3,0.8,0,1.1c0.1,0.1,0.3,0.2,0.5,0.2s0.4-0.1,0.5-0.2
- l3.6-3.6C17.5,13.1,17.5,12.7,17.2,12.4z" />
- <path class="st0" d="M18.9,14.2c-0.3-0.3-0.8-0.3-1.1,0l-3.6,3.6c-0.3,0.3-0.3,0.8,0,1.1c0.1,0.1,0.3,0.2,0.5,0.2
- c0.2,0,0.4-0.1,0.5-0.2l3.6-3.6C19.2,14.9,19.2,14.4,18.9,14.2z" />
- <path class="st0" d="M17.1,20.6l3.6-3.6c0.3-0.3,0.3-0.8,0-1.1s-0.8-0.3-1.1,0L16,19.5c-0.3,0.3-0.3,0.8,0,1.1
- c0.1,0.1,0.3,0.2,0.5,0.2S17,20.7,17.1,20.6z" />
- </g>
-</svg> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/images/toscaNodeManagementTask.svg b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/images/toscaNodeManagementTask.svg
deleted file mode 100644
index e47eade6..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/assets/images/toscaNodeManagementTask.svg
+++ /dev/null
@@ -1,11 +0,0 @@
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
- <g>
- <path class="st0" d="M24,29H6c-2.8,0-5-2.2-5-5V6c0-2.8,2.2-5,5-5h18c2.8,0,5,2.2,5,5v18C29,26.8,26.8,29,24,29z M6,3
- C4.3,3,3,4.3,3,6v18c0,1.7,1.3,3,3,3h18c1.7,0,3-1.3,3-3V6c0-1.7-1.3-3-3-3H6z" />
- <path class="st0" d="M7.6,14.5h7.5c0.5,0,0.8-0.4,0.8-1s-0.3-1-0.8-1H7.6c-0.5,0-0.8,0.4-0.8,1S7.1,14.5,7.6,14.5z" />
- <path class="st0" d="M7.6,18.7h3.7c0.5,0,0.8-0.4,0.8-1s-0.3-1-0.8-1H7.6c-0.5,0-0.8,0.4-0.8,1S7.1,18.7,7.6,18.7z" />
- <path class="st0" d="M7.6,10.4H19c0.5,0,0.8-0.4,0.8-1s-0.3-1-0.8-1H7.6c-0.5,0-0.8,0.4-0.8,1S7.1,10.4,7.6,10.4z" />
- <path class="st0" d="M24.7,15.1h-5c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h1.5v5.7c0,0.6,0.4,1,1,1s1-0.4,1-1v-5.7h1.5c0.6,0,1-0.4,1-1
- C25.7,15.5,25.2,15.1,24.7,15.1z" />
- </g>
-</svg> \ No newline at end of file
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/environments/environment.prod.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/environments/environment.prod.ts
deleted file mode 100644
index 09c90008..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/environments/environment.prod.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-export const environment = {
- production: true
-};
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/environments/environment.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/environments/environment.ts
deleted file mode 100644
index 981f0422..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/environments/environment.ts
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-// The file contents for the current environment will overwrite these during build.
-// The build system defaults to the dev environment which uses `environment.ts`, but if you do
-// `ng build --env=prod` then `environment.prod.ts` will be used instead.
-// The list of which env maps to which file can be found in `.angular-cli.json`.
-
-export const environment = {
- production: false
-};
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/index.html b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/index.html
deleted file mode 100644
index 650ed999..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/index.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!--
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
--->
-<!doctype html>
-
-<head>
- <meta charset="utf-8">
- <title>Workflow Modeler</title>
- <base href="/workflow-modeler">
-
- <meta name="viewport" content="width=device-width, initial-scale=1">
-</head>
-
-<body>
- <!-- Enable bootstrap 4 theme -->
- <script>window.__theme = 'bs4';</script>
- <workflow></workflow>
-</body>
-</html>
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/main.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/main.ts
deleted file mode 100644
index 8613ade7..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/main.ts
+++ /dev/null
@@ -1,23 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-import { enableProdMode } from '@angular/core';
-import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
-
-import { AppModule } from './app/app.module';
-import { environment } from './environments/environment';
-
-if (environment.production) {
- enableProdMode();
-}
-
-platformBrowserDynamic().bootstrapModule(AppModule);
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/polyfills.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/polyfills.ts
deleted file mode 100644
index 510d3058..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/polyfills.ts
+++ /dev/null
@@ -1,84 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-/**
- * This file includes polyfills needed by Angular and is loaded before the app.
- * You can add your own extra polyfills to this file.
- *
- * This file is divided into 2 sections:
- * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers.
- * 2. Application imports. Files imported after ZoneJS that should be loaded before your main
- * file.
- *
- * The current setup is for so-called "evergreen" browsers; the last versions of browsers that
- * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
- * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
- *
- * Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
- */
-
-/***************************************************************************************************
- * BROWSER POLYFILLS
- */
-
-/** IE9, IE10 and IE11 requires all of the following polyfills. **/
-// import 'core-js/es6/symbol';
-// import 'core-js/es6/object';
-// import 'core-js/es6/function';
-// import 'core-js/es6/parse-int';
-// import 'core-js/es6/parse-float';
-// import 'core-js/es6/number';
-// import 'core-js/es6/math';
-// import 'core-js/es6/string';
-// import 'core-js/es6/date';
-// import 'core-js/es6/array';
-// import 'core-js/es6/regexp';
-// import 'core-js/es6/map';
-// import 'core-js/es6/weak-map';
-// import 'core-js/es6/set';
-
-/** IE10 and IE11 requires the following for NgClass support on SVG elements */
-// import 'classlist.js'; // Run `npm install --save classlist.js`.
-
-/** Evergreen browsers require these. **/
-import 'core-js/es6/reflect';
-import 'core-js/es7/reflect';
-
-
-/**
- * Required to support Web Animations `@angular/animation`.
- * Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
- **/
-// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
-
-
-
-/***************************************************************************************************
- * Zone JS is required by Angular itself.
- */
-import 'zone.js/dist/zone'; // Included with Angular CLI.
-
-
-
-/***************************************************************************************************
- * APPLICATION IMPORTS
- */
-
-/**
- * Date, currency, decimal and percent pipes.
- * Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10
- */
-// import 'intl'; // Run `npm install --save intl`.
-/**
- * Need to import at least one locale-data with intl.
- */
-// import 'intl/locale-data/jsonp/en';
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/styles.css b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/styles.css
deleted file mode 100644
index 5d52b5c5..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/styles.css
+++ /dev/null
@@ -1,164 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-body, html {
- height: 100%;
- font-size: 14px;
- font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,Segoe UI,Helvetica,Arial,san-serif !important;
-}
-
-.plx-btn{
- min-width: 20px;
-}
-
-label{
- height: 32px;
- line-height: 32px;
- margin: 0;
-}
-
-select{
- height: 32px;
- line-height: 32px;
- border: 1px solid #d9d9d9;
- border-radius: 3px;
-}
-
-select:focus{
- border-color: #00abff;
-}
-
-.card{
- border: none;
-}
-
-.card-header{
- background-color: transparent;
- padding: 10px;
- border-bottom: none;
-}
-
-.card-body{
- padding: 10px 10px 0 10px;
-}
-
-.dropdown-menu{
- display: block !important;
- /* font-size: 12px; */
-}
-
-.caret {
- border-top: 6px dashed;
- border-right: 3px solid transparent;
- border-left: 3px solid transparent;
-}
-
-.selected-container-text{
- background-color: #fff;
- padding-left: 14px !important;
- line-height: 20px;
-}
-
-.selected-container-text:hover{
- background-color: #fff;
- cursor: default;
- border-color: #ddd;
-}
-
-.selected-item-text{
- color: #333;
- margin: 0 !important;
- font-size: 12px !important;
-}
-
-textarea.form-control {
- height: auto;
-}
-
-body .ui-radiobutton .ui-radiobutton-box .ui-radiobutton-icon{
- top: 1px;
-}
-
-.ui-fluid .ui-tree{
- width: fit-content;
- min-width: 100%;
-}
-
-.ui-tree-toggler{
- height: 32px;
- line-height: 32px;
- margin-bottom: 1rem;
-}
-
-.ui-tree-container{
- overflow: auto;
-}
-
-.ui-widget-content{
- background: none;
-}
-
-
-.dropdown{
- display: inline-block;
- vertical-align: bottom;
-}
-
-.selected-container-text{
- width: 160px;
- height: 32px;
- padding-top: 5px;
- padding-bottom: 5px;
-}
-
-/*IE滚动条设置*/
-body{
- /*三角箭头的颜色*/
- scrollbar-arrow-color: #00abff;
- /*滚动条滑块按钮的颜色*/
- scrollbar-face-color: #00abff;
- /*滚动条整体颜色*/
- scrollbar-highlight-color: transparent;
- /*滚动条阴影*/
- scrollbar-shadow-color: #000;
- /*滚动条轨道颜色*/
- scrollbar-track-color: transparent;
-}
-
-/*Chrome滚动条设置*/
-/*滚动条整体部分,必须要设置*/
-::-webkit-scrollbar
-{
- width: 6px;
- height: 6px;
- background-color: transparent;
- margin-right: 3px;
-}
-
-/*滚动条的轨道*/
-::-webkit-scrollbar-track
-{
- border-radius: 3px;
- background-color: transparent;
-}
-
-/*滚动条的滑块按钮*/
-::-webkit-scrollbar-thumb{
- border-radius: 3px;
- background-color: #00abff;
-}
-
-/*滚动条的上下两端的按钮*/
-::-webkit-scrollbar-button{
- width: 0;
- height: 0;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/test.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/test.ts
deleted file mode 100644
index 1b777507..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/test.ts
+++ /dev/null
@@ -1,44 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-// This file is required by karma.conf.js and loads recursively all the .spec and framework files
-
-import 'zone.js/dist/long-stack-trace-zone';
-import 'zone.js/dist/proxy.js';
-import 'zone.js/dist/sync-test';
-import 'zone.js/dist/jasmine-patch';
-import 'zone.js/dist/async-test';
-import 'zone.js/dist/fake-async-test';
-import { getTestBed } from '@angular/core/testing';
-import {
- BrowserDynamicTestingModule,
- platformBrowserDynamicTesting
-} from '@angular/platform-browser-dynamic/testing';
-
-// Unfortunately there's no typing for the `__karma__` variable. Just declare it as any.
-declare const __karma__: any;
-declare const require: any;
-
-// Prevent Karma from running prematurely.
-__karma__.loaded = function () {};
-
-// First, initialize the Angular testing environment.
-getTestBed().initTestEnvironment(
- BrowserDynamicTestingModule,
- platformBrowserDynamicTesting()
-);
-// Then we find all the tests.
-const context = require.context('./', true, /\.spec\.ts$/);
-// And load the modules.
-context.keys().map(context);
-// Finally, start Karma to run the tests.
-__karma__.start();
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/tsconfig.app.json b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/tsconfig.app.json
deleted file mode 100644
index 39ba8dba..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/tsconfig.app.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "extends": "../tsconfig.json",
- "compilerOptions": {
- "outDir": "../out-tsc/app",
- "baseUrl": "./",
- "module": "es2015",
- "types": []
- },
- "exclude": [
- "test.ts",
- "**/*.spec.ts"
- ]
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/tsconfig.spec.json b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/tsconfig.spec.json
deleted file mode 100644
index 63d89ff2..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/tsconfig.spec.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "extends": "../tsconfig.json",
- "compilerOptions": {
- "outDir": "../out-tsc/spec",
- "baseUrl": "./",
- "module": "commonjs",
- "target": "es5",
- "types": [
- "jasmine",
- "node"
- ]
- },
- "files": [
- "test.ts"
- ],
- "include": [
- "**/*.spec.ts",
- "**/*.d.ts"
- ]
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/typings.d.ts b/deprecated-workflow-designer/sdc-workflow-designer-ui/src/typings.d.ts
deleted file mode 100644
index d67305af..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/src/typings.d.ts
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
- * Copyright (c) 2017 ZTE Corporation.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and the Apache License 2.0 which both accompany this distribution,
- * and are available at http://www.eclipse.org/legal/epl-v10.html
- * and http://www.apache.org/licenses/LICENSE-2.0
- *
- * Contributors:
- * ZTE - initial API and implementation and/or initial documentation
- */
-
-/* SystemJS module definition */
-declare var module: NodeModule;
-interface NodeModule {
- id: string;
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/tsconfig.json b/deprecated-workflow-designer/sdc-workflow-designer-ui/tsconfig.json
deleted file mode 100644
index a6c016bf..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/tsconfig.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "compileOnSave": false,
- "compilerOptions": {
- "outDir": "./dist/out-tsc",
- "sourceMap": true,
- "declaration": false,
- "moduleResolution": "node",
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "target": "es5",
- "typeRoots": [
- "node_modules/@types"
- ],
- "lib": [
- "es2017",
- "dom"
- ]
- }
-}
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/tslint.json b/deprecated-workflow-designer/sdc-workflow-designer-ui/tslint.json
deleted file mode 100644
index 0db5751c..00000000
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/tslint.json
+++ /dev/null
@@ -1,142 +0,0 @@
-{
- "rulesDirectory": [
- "node_modules/codelyzer"
- ],
- "rules": {
- "arrow-return-shorthand": true,
- "callable-types": true,
- "class-name": true,
- "comment-format": [
- true,
- "check-space"
- ],
- "curly": true,
- "eofline": true,
- "forin": true,
- "import-blacklist": [
- true,
- "rxjs"
- ],
- "import-spacing": true,
- "indent": [
- true,
- "spaces"
- ],
- "interface-over-type-literal": true,
- "label-position": true,
- "max-line-length": [
- true,
- 140
- ],
- "member-access": false,
- "member-ordering": [
- true,
- {
- "order": [
- "static-field",
- "instance-field",
- "static-method",
- "instance-method"
- ]
- }
- ],
- "no-arg": true,
- "no-bitwise": true,
- "no-console": [
- true,
- "debug",
- "info",
- "time",
- "timeEnd",
- "trace"
- ],
- "no-construct": true,
- "no-debugger": true,
- "no-duplicate-super": true,
- "no-empty": false,
- "no-empty-interface": true,
- "no-eval": true,
- "no-inferrable-types": [
- true,
- "ignore-params"
- ],
- "no-misused-new": true,
- "no-non-null-assertion": true,
- "no-shadowed-variable": true,
- "no-string-literal": false,
- "no-string-throw": true,
- "no-switch-case-fall-through": true,
- "no-trailing-whitespace": true,
- "no-unnecessary-initializer": true,
- "no-unused-expression": true,
- "no-use-before-declare": true,
- "no-var-keyword": true,
- "object-literal-sort-keys": false,
- "one-line": [
- true,
- "check-open-brace",
- "check-catch",
- "check-else",
- "check-whitespace"
- ],
- "prefer-const": true,
- "quotemark": [
- true,
- "single"
- ],
- "radix": true,
- "semicolon": [
- true,
- "always"
- ],
- "triple-equals": [
- true,
- "allow-null-check"
- ],
- "typedef-whitespace": [
- true,
- {
- "call-signature": "nospace",
- "index-signature": "nospace",
- "parameter": "nospace",
- "property-declaration": "nospace",
- "variable-declaration": "nospace"
- }
- ],
- "typeof-compare": true,
- "unified-signatures": true,
- "variable-name": false,
- "whitespace": [
- true,
- "check-branch",
- "check-decl",
- "check-operator",
- "check-separator",
- "check-type"
- ],
- "directive-selector": [
- true,
- "attribute",
- "app",
- "camelCase"
- ],
- "component-selector": [
- true,
- "element",
- "app",
- "kebab-case"
- ],
- "use-input-property-decorator": true,
- "use-output-property-decorator": true,
- "use-host-property-decorator": true,
- "no-input-rename": true,
- "no-output-rename": true,
- "use-life-cycle-interface": true,
- "use-pipe-transform-interface": true,
- "component-class-suffix": true,
- "directive-class-suffix": true,
- "no-access-missing-member": true,
- "templates-use-public": true,
- "invoke-injectable": true
- }
-}