Skip to content

Commit cbbffb6

Browse files
committed
feat/gauge-graph-process-charts
1 parent aca95bb commit cbbffb6

File tree

1 file changed

+270
-0
lines changed

1 file changed

+270
-0
lines changed

designer-demo/public/mock/bundle.json

Lines changed: 270 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4765,6 +4765,276 @@
47654765
}
47664766
}
47674767
},
4768+
{
4769+
"version": "3.22.0",
4770+
"name": {
4771+
"zh_CN": "仪表盘"
4772+
},
4773+
"component": "TinyHuichartsGauge",
4774+
"icon": "gauge",
4775+
"description": "仪表盘",
4776+
"docUrl": "",
4777+
"screenshot": "",
4778+
"tags": "",
4779+
"keywords": "",
4780+
"devMode": "proCode",
4781+
"npm": {
4782+
"destructuring": true,
4783+
"exportName": "TinyHuichartsGauge",
4784+
"name": "TinyVueHuicharts组件库",
4785+
"package": "@opentiny/vue-huicharts",
4786+
"version": "3.22.0",
4787+
"script": "https://registry.npmmirror.com/@opentiny/vue-runtime/3.22/files/dist3/tiny-vue-huicharts.mjs"
4788+
},
4789+
"group": "chart",
4790+
"category": "图表组件",
4791+
"priority": 2,
4792+
"schema": {
4793+
"properties": [
4794+
{
4795+
"label": {
4796+
"zh_CN": "基础信息"
4797+
},
4798+
"description": {
4799+
"zh_CN": "基础信息"
4800+
},
4801+
"content": [
4802+
{
4803+
"property": "options",
4804+
"label": {
4805+
"text": {
4806+
"zh_CN": "图表配置"
4807+
}
4808+
},
4809+
"required": true,
4810+
"readOnly": false,
4811+
"disabled": false,
4812+
"cols": 12,
4813+
"widget": {
4814+
"component": "CodeConfigurator",
4815+
"props": {
4816+
"language": "json"
4817+
}
4818+
},
4819+
"description": {
4820+
"zh_CN": "仪表盘配置"
4821+
},
4822+
"labelPosition": "left"
4823+
}
4824+
]
4825+
}
4826+
],
4827+
"events": {}
4828+
},
4829+
"configure": {
4830+
"loop": true,
4831+
"condition": true,
4832+
"styles": true,
4833+
"isContainer": false,
4834+
"isModal": false,
4835+
"nestingRule": {
4836+
"childWhitelist": "",
4837+
"parentWhitelist": "",
4838+
"descendantBlacklist": "",
4839+
"ancestorWhitelist": ""
4840+
},
4841+
"isNullNode": false,
4842+
"isLayout": false,
4843+
"rootSelector": "",
4844+
"shortcuts": {
4845+
"properties": []
4846+
},
4847+
"contextMenu": {
4848+
"actions": [
4849+
"create symbol"
4850+
],
4851+
"disable": [
4852+
"copy",
4853+
"remove"
4854+
]
4855+
}
4856+
}
4857+
},
4858+
{
4859+
"version": "3.22.0",
4860+
"name": {
4861+
"zh_CN": "拓扑图"
4862+
},
4863+
"component": "TinyHuichartsGraph",
4864+
"icon": "graph",
4865+
"description": "拓扑图",
4866+
"docUrl": "",
4867+
"screenshot": "",
4868+
"tags": "",
4869+
"keywords": "",
4870+
"devMode": "proCode",
4871+
"npm": {
4872+
"destructuring": true,
4873+
"exportName": "TinyHuichartsGraph",
4874+
"name": "TinyVueHuicharts组件库",
4875+
"package": "@opentiny/vue-huicharts",
4876+
"version": "3.22.0",
4877+
"script": "https://registry.npmmirror.com/@opentiny/vue-runtime/3.22/files/dist3/tiny-vue-huicharts.mjs"
4878+
},
4879+
"group": "chart",
4880+
"category": "图表组件",
4881+
"priority": 2,
4882+
"schema": {
4883+
"properties": [
4884+
{
4885+
"label": {
4886+
"zh_CN": "基础信息"
4887+
},
4888+
"description": {
4889+
"zh_CN": "基础信息"
4890+
},
4891+
"content": [
4892+
{
4893+
"property": "options",
4894+
"label": {
4895+
"text": {
4896+
"zh_CN": "图表配置"
4897+
}
4898+
},
4899+
"required": true,
4900+
"readOnly": false,
4901+
"disabled": false,
4902+
"cols": 12,
4903+
"widget": {
4904+
"component": "CodeConfigurator",
4905+
"props": {
4906+
"language": "json"
4907+
}
4908+
},
4909+
"description": {
4910+
"zh_CN": "拓扑图配置"
4911+
},
4912+
"labelPosition": "left"
4913+
}
4914+
]
4915+
}
4916+
],
4917+
"events": {}
4918+
},
4919+
"configure": {
4920+
"loop": true,
4921+
"condition": true,
4922+
"styles": true,
4923+
"isContainer": false,
4924+
"isModal": false,
4925+
"nestingRule": {
4926+
"childWhitelist": "",
4927+
"parentWhitelist": "",
4928+
"descendantBlacklist": "",
4929+
"ancestorWhitelist": ""
4930+
},
4931+
"isNullNode": false,
4932+
"isLayout": false,
4933+
"rootSelector": "",
4934+
"shortcuts": {
4935+
"properties": []
4936+
},
4937+
"contextMenu": {
4938+
"actions": [
4939+
"create symbol"
4940+
],
4941+
"disable": [
4942+
"copy",
4943+
"remove"
4944+
]
4945+
}
4946+
}
4947+
},
4948+
{
4949+
"version": "3.22.0",
4950+
"name": {
4951+
"zh_CN": "进度图"
4952+
},
4953+
"component": "TinyHuichartsProcess",
4954+
"icon": "process",
4955+
"description": "进度图",
4956+
"docUrl": "",
4957+
"screenshot": "",
4958+
"tags": "",
4959+
"keywords": "",
4960+
"devMode": "proCode",
4961+
"npm": {
4962+
"destructuring": true,
4963+
"exportName": "TinyHuichartsProcess",
4964+
"name": "TinyVueHuicharts组件库",
4965+
"package": "@opentiny/vue-huicharts",
4966+
"version": "3.22.0",
4967+
"script": "https://registry.npmmirror.com/@opentiny/vue-runtime/3.22/files/dist3/tiny-vue-huicharts.mjs"
4968+
},
4969+
"group": "chart",
4970+
"category": "图表组件",
4971+
"priority": 2,
4972+
"schema": {
4973+
"properties": [
4974+
{
4975+
"label": {
4976+
"zh_CN": "基础信息"
4977+
},
4978+
"description": {
4979+
"zh_CN": "基础信息"
4980+
},
4981+
"content": [
4982+
{
4983+
"property": "options",
4984+
"label": {
4985+
"text": {
4986+
"zh_CN": "图表配置"
4987+
}
4988+
},
4989+
"required": true,
4990+
"readOnly": false,
4991+
"disabled": false,
4992+
"cols": 12,
4993+
"widget": {
4994+
"component": "CodeConfigurator",
4995+
"props": {
4996+
"language": "json"
4997+
}
4998+
},
4999+
"description": {
5000+
"zh_CN": "进度图配置"
5001+
},
5002+
"labelPosition": "left"
5003+
}
5004+
]
5005+
}
5006+
],
5007+
"events": {}
5008+
},
5009+
"configure": {
5010+
"loop": true,
5011+
"condition": true,
5012+
"styles": true,
5013+
"isContainer": false,
5014+
"isModal": false,
5015+
"nestingRule": {
5016+
"childWhitelist": "",
5017+
"parentWhitelist": "",
5018+
"descendantBlacklist": "",
5019+
"ancestorWhitelist": ""
5020+
},
5021+
"isNullNode": false,
5022+
"isLayout": false,
5023+
"rootSelector": "",
5024+
"shortcuts": {
5025+
"properties": []
5026+
},
5027+
"contextMenu": {
5028+
"actions": [
5029+
"create symbol"
5030+
],
5031+
"disable": [
5032+
"copy",
5033+
"remove"
5034+
]
5035+
}
5036+
}
5037+
},
47685038
{
47695039
"id": 1,
47705040
"version": "2.4.2",

0 commit comments

Comments
 (0)