|
@@ -26,7 +26,7 @@ |
|
@@ -26,7 +26,7 @@ |
|
26
|
*
|
26
|
*
|
|
27
|
*/
|
27
|
*/
|
|
28
|
// Sidebar.prototype.defaultEntries = 'component;fan;engine;valve;controller;light;button;conduit;instrument;sewage;air;filters;pumps;factoryFacilities;flowMeter;foodProcessing;heater;industrial;plant;power;processCooling;processHeating;sink;';
|
28
|
// Sidebar.prototype.defaultEntries = 'component;fan;engine;valve;controller;light;button;conduit;instrument;sewage;air;filters;pumps;factoryFacilities;flowMeter;foodProcessing;heater;industrial;plant;power;processCooling;processHeating;sink;';
|
|
29
|
- Sidebar.prototype.defaultEntries = 'component;fan;engine;valve;controller;light;button;conduit;instrument;sewage;factoryFacilities;flowMeter;industrial;sink;';
|
29
|
+ Sidebar.prototype.defaultEntries = 'component;fan;engine;valve;control;light;button;conduit;instrument;sewage;factoryFacilities;flowMeter;industrial;sink;';
|
|
30
|
|
30
|
|
|
31
|
/**
|
31
|
/**
|
|
32
|
* Library definitions
|
32
|
* Library definitions
|
|
@@ -284,9 +284,10 @@ |
|
@@ -284,9 +284,10 @@ |
|
284
|
Sidebar.prototype.configuration = [
|
284
|
Sidebar.prototype.configuration = [
|
|
285
|
{ id: 'general', libs: ['general', 'misc', 'advanced'] },
|
285
|
{ id: 'general', libs: ['general', 'misc', 'advanced'] },
|
|
286
|
//加入自定义图形ID
|
286
|
//加入自定义图形ID
|
|
287
|
- { id: 'fan' }, { id: 'engine' }, { id: 'valve' }, { id: 'component' }, { id: 'controller' }, { id: 'sewage' }, { id: 'conduit' }, { id: 'light' }, { id: 'instrument' }, { id: 'button' },
|
287
|
+ { id: 'fan' }, { id: 'engine' }, { id: 'valve' }, { id: 'component' }, { id: 'control' }, { id: 'sewage' }, { id: 'conduit' }, { id: 'light' }, { id: 'instrument' }, { id: 'button' },
|
|
288
|
{ id: 'air' }, { id: 'filters' }, { id: 'pumps' }, { id: 'factoryFacilities' }, { id: 'flowMeter' }, { id: 'foodProcessing' }, { id: 'heater' }, { id: 'industrial' }, { id: 'plant' }, { id: 'power' }, { id: 'processCooling' }, { id: 'processHeating' }, { id: 'sink' },
|
288
|
{ id: 'air' }, { id: 'filters' }, { id: 'pumps' }, { id: 'factoryFacilities' }, { id: 'flowMeter' }, { id: 'foodProcessing' }, { id: 'heater' }, { id: 'industrial' }, { id: 'plant' }, { id: 'power' }, { id: 'processCooling' }, { id: 'processHeating' }, { id: 'sink' },
|
|
289
|
|
289
|
|
|
|
|
290
|
+
|
|
290
|
{ id: 'uml' }, { id: 'uml25' }, { id: 'search' }, { id: 'er' },
|
291
|
{ id: 'uml' }, { id: 'uml25' }, { id: 'search' }, { id: 'er' },
|
|
291
|
{ id: 'azure2', prefix: 'azure2', libs: ['AI Machine Learning', 'Analytics', 'App Services', 'Azure Stack', 'Azure VMware Solution', 'Blockchain', 'Compute', 'Containers', 'CXP', 'Databases', 'DevOps', 'General', 'Identity', 'Integration', 'Internet of Things', 'Intune', 'IoT', 'Management Governance', 'Migrate', 'Mixed Reality', 'Monitor', 'Networking', 'Other', 'Preview', 'Security', 'Storage', 'Web'] },
|
292
|
{ id: 'azure2', prefix: 'azure2', libs: ['AI Machine Learning', 'Analytics', 'App Services', 'Azure Stack', 'Azure VMware Solution', 'Blockchain', 'Compute', 'Containers', 'CXP', 'Databases', 'DevOps', 'General', 'Identity', 'Integration', 'Internet of Things', 'Intune', 'IoT', 'Management Governance', 'Migrate', 'Mixed Reality', 'Monitor', 'Networking', 'Other', 'Preview', 'Security', 'Storage', 'Web'] },
|
|
292
|
{ id: 'ios', prefix: 'ios', libs: [''/*prefix is library*/, '7icons', '7ui'] },
|
293
|
{ id: 'ios', prefix: 'ios', libs: [''/*prefix is library*/, '7icons', '7ui'] },
|
|
@@ -1171,8 +1172,8 @@ |
|
@@ -1171,8 +1172,8 @@ |
|
1171
|
// thingskit components
|
1172
|
// thingskit components
|
|
1172
|
// 基础原件
|
1173
|
// 基础原件
|
|
1173
|
this.addBasicComponentsPalette();
|
1174
|
this.addBasicComponentsPalette();
|
|
1174
|
- // 控制原价
|
|
|
|
1175
|
- // this.addControllerComponentsPalette();
|
1175
|
+ // 控制元件
|
|
|
|
1176
|
+ this.addControlComponentsPalette();
|
|
1176
|
// 发动机
|
1177
|
// 发动机
|
|
1177
|
this.addEnginePalette();
|
1178
|
this.addEnginePalette();
|
|
1178
|
// 阀门
|
1179
|
// 阀门
|