1 line
16 KiB
JSON
1 line
16 KiB
JSON
{"ast":null,"code":"/*\r\n* Licensed to the Apache Software Foundation (ASF) under one\r\n* or more contributor license agreements. See the NOTICE file\r\n* distributed with this work for additional information\r\n* regarding copyright ownership. The ASF licenses this file\r\n* to you under the Apache License, Version 2.0 (the\r\n* \"License\"); you may not use this file except in compliance\r\n* with the License. You may obtain a copy of the License at\r\n*\r\n* http://www.apache.org/licenses/LICENSE-2.0\r\n*\r\n* Unless required by applicable law or agreed to in writing,\r\n* software distributed under the License is distributed on an\r\n* \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\n* KIND, either express or implied. See the License for the\r\n* specific language governing permissions and limitations\r\n* under the License.\r\n*/\n\n/**\r\n * AUTO-GENERATED FILE. DO NOT MODIFY.\r\n */\n\n/*\r\n* Licensed to the Apache Software Foundation (ASF) under one\r\n* or more contributor license agreements. See the NOTICE file\r\n* distributed with this work for additional information\r\n* regarding copyright ownership. The ASF licenses this file\r\n* to you under the Apache License, Version 2.0 (the\r\n* \"License\"); you may not use this file except in compliance\r\n* with the License. You may obtain a copy of the License at\r\n*\r\n* http://www.apache.org/licenses/LICENSE-2.0\r\n*\r\n* Unless required by applicable law or agreed to in writing,\r\n* software distributed under the License is distributed on an\r\n* \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\n* KIND, either express or implied. See the License for the\r\n* specific language governing permissions and limitations\r\n* under the License.\r\n*/\nimport { __extends } from \"tslib\";\nimport TimelineModel from './TimelineModel.js';\nimport { DataFormatMixin } from '../../model/mixin/dataFormat.js';\nimport { mixin } from 'zrender/lib/core/util.js';\nimport { inheritDefaultOption } from '../../util/component.js';\n\nvar SliderTimelineModel =\n/** @class */\nfunction (_super) {\n __extends(SliderTimelineModel, _super);\n\n function SliderTimelineModel() {\n var _this = _super !== null && _super.apply(this, arguments) || this;\n\n _this.type = SliderTimelineModel.type;\n return _this;\n }\n\n SliderTimelineModel.type = 'timeline.slider';\n /**\r\n * @protected\r\n */\n\n SliderTimelineModel.defaultOption = inheritDefaultOption(TimelineModel.defaultOption, {\n backgroundColor: 'rgba(0,0,0,0)',\n borderColor: '#ccc',\n borderWidth: 0,\n orient: 'horizontal',\n inverse: false,\n tooltip: {\n trigger: 'item' // data item may also have tootip attr.\n\n },\n symbol: 'circle',\n symbolSize: 12,\n lineStyle: {\n show: true,\n width: 2,\n color: '#DAE1F5'\n },\n label: {\n position: 'auto',\n // When using number, label position is not\n // restricted by viewRect.\n // positive: right/bottom, negative: left/top\n show: true,\n interval: 'auto',\n rotate: 0,\n // formatter: null,\n // 其余属性默认使用全局文本样式,详见TEXTSTYLE\n color: '#A4B1D7'\n },\n itemStyle: {\n color: '#A4B1D7',\n borderWidth: 1\n },\n checkpointStyle: {\n symbol: 'circle',\n symbolSize: 15,\n color: '#316bf3',\n borderColor: '#fff',\n borderWidth: 2,\n shadowBlur: 2,\n shadowOffsetX: 1,\n shadowOffsetY: 1,\n shadowColor: 'rgba(0, 0, 0, 0.3)',\n // borderColor: 'rgba(194,53,49, 0.5)',\n animation: true,\n animationDuration: 300,\n animationEasing: 'quinticInOut'\n },\n controlStyle: {\n show: true,\n showPlayBtn: true,\n showPrevBtn: true,\n showNextBtn: true,\n itemSize: 24,\n itemGap: 12,\n position: 'left',\n playIcon: 'path://M31.6,53C17.5,53,6,41.5,6,27.4S17.5,1.8,31.6,1.8C45.7,1.8,57.2,13.3,57.2,27.4S45.7,53,31.6,53z M31.6,3.3 C18.4,3.3,7.5,14.1,7.5,27.4c0,13.3,10.8,24.1,24.1,24.1C44.9,51.5,55.7,40.7,55.7,27.4C55.7,14.1,44.9,3.3,31.6,3.3z M24.9,21.3 c0-2.2,1.6-3.1,3.5-2l10.5,6.1c1.899,1.1,1.899,2.9,0,4l-10.5,6.1c-1.9,1.1-3.5,0.2-3.5-2V21.3z',\n stopIcon: 'path://M30.9,53.2C16.8,53.2,5.3,41.7,5.3,27.6S16.8,2,30.9,2C45,2,56.4,13.5,56.4,27.6S45,53.2,30.9,53.2z M30.9,3.5C17.6,3.5,6.8,14.4,6.8,27.6c0,13.3,10.8,24.1,24.101,24.1C44.2,51.7,55,40.9,55,27.6C54.9,14.4,44.1,3.5,30.9,3.5z M36.9,35.8c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H36c0.5,0,0.9,0.4,0.9,1V35.8z M27.8,35.8 c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H27c0.5,0,0.9,0.4,0.9,1L27.8,35.8L27.8,35.8z',\n // eslint-disable-next-line max-len\n nextIcon: 'M2,18.5A1.52,1.52,0,0,1,.92,18a1.49,1.49,0,0,1,0-2.12L7.81,9.36,1,3.11A1.5,1.5,0,1,1,3,.89l8,7.34a1.48,1.48,0,0,1,.49,1.09,1.51,1.51,0,0,1-.46,1.1L3,18.08A1.5,1.5,0,0,1,2,18.5Z',\n // eslint-disable-next-line max-len\n prevIcon: 'M10,.5A1.52,1.52,0,0,1,11.08,1a1.49,1.49,0,0,1,0,2.12L4.19,9.64,11,15.89a1.5,1.5,0,1,1-2,2.22L1,10.77A1.48,1.48,0,0,1,.5,9.68,1.51,1.51,0,0,1,1,8.58L9,.92A1.5,1.5,0,0,1,10,.5Z',\n prevBtnSize: 18,\n nextBtnSize: 18,\n color: '#A4B1D7',\n borderColor: '#A4B1D7',\n borderWidth: 1\n },\n emphasis: {\n label: {\n show: true,\n // 其余属性默认使用全局文本样式,详见TEXTSTYLE\n color: '#6f778d'\n },\n itemStyle: {\n color: '#316BF3'\n },\n controlStyle: {\n color: '#316BF3',\n borderColor: '#316BF3',\n borderWidth: 2\n }\n },\n progress: {\n lineStyle: {\n color: '#316BF3'\n },\n itemStyle: {\n color: '#316BF3'\n },\n label: {\n color: '#6f778d'\n }\n },\n data: []\n });\n return SliderTimelineModel;\n}(TimelineModel);\n\nmixin(SliderTimelineModel, DataFormatMixin.prototype);\nexport default SliderTimelineModel;","map":{"version":3,"sources":["D:/Work/WorkSpace/GitWorkSpace/TenShop/resource/ElectronicMall/src/qingge-Market/qingge-vue/node_modules/echarts/lib/component/timeline/SliderTimelineModel.js"],"names":["__extends","TimelineModel","DataFormatMixin","mixin","inheritDefaultOption","SliderTimelineModel","_super","_this","apply","arguments","type","defaultOption","backgroundColor","borderColor","borderWidth","orient","inverse","tooltip","trigger","symbol","symbolSize","lineStyle","show","width","color","label","position","interval","rotate","itemStyle","checkpointStyle","shadowBlur","shadowOffsetX","shadowOffsetY","shadowColor","animation","animationDuration","animationEasing","controlStyle","showPlayBtn","showPrevBtn","showNextBtn","itemSize","itemGap","playIcon","stopIcon","nextIcon","prevIcon","prevBtnSize","nextBtnSize","emphasis","progress","data","prototype"],"mappings":"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","sourcesContent":["\r\n/*\r\n* Licensed to the Apache Software Foundation (ASF) under one\r\n* or more contributor license agreements. See the NOTICE file\r\n* distributed with this work for additional information\r\n* regarding copyright ownership. The ASF licenses this file\r\n* to you under the Apache License, Version 2.0 (the\r\n* \"License\"); you may not use this file except in compliance\r\n* with the License. You may obtain a copy of the License at\r\n*\r\n* http://www.apache.org/licenses/LICENSE-2.0\r\n*\r\n* Unless required by applicable law or agreed to in writing,\r\n* software distributed under the License is distributed on an\r\n* \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\n* KIND, either express or implied. See the License for the\r\n* specific language governing permissions and limitations\r\n* under the License.\r\n*/\r\n\r\n\r\n/**\r\n * AUTO-GENERATED FILE. DO NOT MODIFY.\r\n */\r\n\r\n/*\r\n* Licensed to the Apache Software Foundation (ASF) under one\r\n* or more contributor license agreements. See the NOTICE file\r\n* distributed with this work for additional information\r\n* regarding copyright ownership. The ASF licenses this file\r\n* to you under the Apache License, Version 2.0 (the\r\n* \"License\"); you may not use this file except in compliance\r\n* with the License. You may obtain a copy of the License at\r\n*\r\n* http://www.apache.org/licenses/LICENSE-2.0\r\n*\r\n* Unless required by applicable law or agreed to in writing,\r\n* software distributed under the License is distributed on an\r\n* \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\n* KIND, either express or implied. See the License for the\r\n* specific language governing permissions and limitations\r\n* under the License.\r\n*/\r\nimport { __extends } from \"tslib\";\r\nimport TimelineModel from './TimelineModel.js';\r\nimport { DataFormatMixin } from '../../model/mixin/dataFormat.js';\r\nimport { mixin } from 'zrender/lib/core/util.js';\r\nimport { inheritDefaultOption } from '../../util/component.js';\r\n\r\nvar SliderTimelineModel =\r\n/** @class */\r\nfunction (_super) {\r\n __extends(SliderTimelineModel, _super);\r\n\r\n function SliderTimelineModel() {\r\n var _this = _super !== null && _super.apply(this, arguments) || this;\r\n\r\n _this.type = SliderTimelineModel.type;\r\n return _this;\r\n }\r\n\r\n SliderTimelineModel.type = 'timeline.slider';\r\n /**\r\n * @protected\r\n */\r\n\r\n SliderTimelineModel.defaultOption = inheritDefaultOption(TimelineModel.defaultOption, {\r\n backgroundColor: 'rgba(0,0,0,0)',\r\n borderColor: '#ccc',\r\n borderWidth: 0,\r\n orient: 'horizontal',\r\n inverse: false,\r\n tooltip: {\r\n trigger: 'item' // data item may also have tootip attr.\r\n\r\n },\r\n symbol: 'circle',\r\n symbolSize: 12,\r\n lineStyle: {\r\n show: true,\r\n width: 2,\r\n color: '#DAE1F5'\r\n },\r\n label: {\r\n position: 'auto',\r\n // When using number, label position is not\r\n // restricted by viewRect.\r\n // positive: right/bottom, negative: left/top\r\n show: true,\r\n interval: 'auto',\r\n rotate: 0,\r\n // formatter: null,\r\n // 其余属性默认使用全局文本样式,详见TEXTSTYLE\r\n color: '#A4B1D7'\r\n },\r\n itemStyle: {\r\n color: '#A4B1D7',\r\n borderWidth: 1\r\n },\r\n checkpointStyle: {\r\n symbol: 'circle',\r\n symbolSize: 15,\r\n color: '#316bf3',\r\n borderColor: '#fff',\r\n borderWidth: 2,\r\n shadowBlur: 2,\r\n shadowOffsetX: 1,\r\n shadowOffsetY: 1,\r\n shadowColor: 'rgba(0, 0, 0, 0.3)',\r\n // borderColor: 'rgba(194,53,49, 0.5)',\r\n animation: true,\r\n animationDuration: 300,\r\n animationEasing: 'quinticInOut'\r\n },\r\n controlStyle: {\r\n show: true,\r\n showPlayBtn: true,\r\n showPrevBtn: true,\r\n showNextBtn: true,\r\n itemSize: 24,\r\n itemGap: 12,\r\n position: 'left',\r\n playIcon: 'path://M31.6,53C17.5,53,6,41.5,6,27.4S17.5,1.8,31.6,1.8C45.7,1.8,57.2,13.3,57.2,27.4S45.7,53,31.6,53z M31.6,3.3 C18.4,3.3,7.5,14.1,7.5,27.4c0,13.3,10.8,24.1,24.1,24.1C44.9,51.5,55.7,40.7,55.7,27.4C55.7,14.1,44.9,3.3,31.6,3.3z M24.9,21.3 c0-2.2,1.6-3.1,3.5-2l10.5,6.1c1.899,1.1,1.899,2.9,0,4l-10.5,6.1c-1.9,1.1-3.5,0.2-3.5-2V21.3z',\r\n stopIcon: 'path://M30.9,53.2C16.8,53.2,5.3,41.7,5.3,27.6S16.8,2,30.9,2C45,2,56.4,13.5,56.4,27.6S45,53.2,30.9,53.2z M30.9,3.5C17.6,3.5,6.8,14.4,6.8,27.6c0,13.3,10.8,24.1,24.101,24.1C44.2,51.7,55,40.9,55,27.6C54.9,14.4,44.1,3.5,30.9,3.5z M36.9,35.8c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H36c0.5,0,0.9,0.4,0.9,1V35.8z M27.8,35.8 c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H27c0.5,0,0.9,0.4,0.9,1L27.8,35.8L27.8,35.8z',\r\n // eslint-disable-next-line max-len\r\n nextIcon: 'M2,18.5A1.52,1.52,0,0,1,.92,18a1.49,1.49,0,0,1,0-2.12L7.81,9.36,1,3.11A1.5,1.5,0,1,1,3,.89l8,7.34a1.48,1.48,0,0,1,.49,1.09,1.51,1.51,0,0,1-.46,1.1L3,18.08A1.5,1.5,0,0,1,2,18.5Z',\r\n // eslint-disable-next-line max-len\r\n prevIcon: 'M10,.5A1.52,1.52,0,0,1,11.08,1a1.49,1.49,0,0,1,0,2.12L4.19,9.64,11,15.89a1.5,1.5,0,1,1-2,2.22L1,10.77A1.48,1.48,0,0,1,.5,9.68,1.51,1.51,0,0,1,1,8.58L9,.92A1.5,1.5,0,0,1,10,.5Z',\r\n prevBtnSize: 18,\r\n nextBtnSize: 18,\r\n color: '#A4B1D7',\r\n borderColor: '#A4B1D7',\r\n borderWidth: 1\r\n },\r\n emphasis: {\r\n label: {\r\n show: true,\r\n // 其余属性默认使用全局文本样式,详见TEXTSTYLE\r\n color: '#6f778d'\r\n },\r\n itemStyle: {\r\n color: '#316BF3'\r\n },\r\n controlStyle: {\r\n color: '#316BF3',\r\n borderColor: '#316BF3',\r\n borderWidth: 2\r\n }\r\n },\r\n progress: {\r\n lineStyle: {\r\n color: '#316BF3'\r\n },\r\n itemStyle: {\r\n color: '#316BF3'\r\n },\r\n label: {\r\n color: '#6f778d'\r\n }\r\n },\r\n data: []\r\n });\r\n return SliderTimelineModel;\r\n}(TimelineModel);\r\n\r\nmixin(SliderTimelineModel, DataFormatMixin.prototype);\r\nexport default SliderTimelineModel;"]},"metadata":{},"sourceType":"module"} |