Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f3cc5597
authored
Dec 01, 2023
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20231201wangwansu
1 parent
42d23ab0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
13 deletions
public/drawio/js/diagramly/sidebar/Sidebar-ArchiMate.js
public/drawio/js/diagramly/sidebar/Sidebar-ArchiMate3.js
public/drawio/js/diagramly/sidebar/Sidebar.js
public/drawio/js/diagramly/sidebar/Sidebar-ArchiMate.js
View file @
f3cc559
This diff is collapsed.
Click to expand it.
public/drawio/js/diagramly/sidebar/Sidebar-ArchiMate3.js
View file @
f3cc559
...
...
@@ -4,23 +4,23 @@
Sidebar
.
prototype
.
addArchimate3Palette
=
function
()
{
this
.
setCurrentSearchEntryLibrary
(
'archimate3'
,
'archimate3Application'
);
//
this.addArchimate3ApplicationPalette();
this
.
addArchimate3ApplicationPalette
();
this
.
setCurrentSearchEntryLibrary
(
'archimate3'
,
'archimate3Business'
);
//
this.addArchimate3BusinessPalette();
this
.
addArchimate3BusinessPalette
();
this
.
setCurrentSearchEntryLibrary
(
'archimate3'
,
'archimate3Composite'
);
//
this.addArchimate3CompositePalette();
this
.
addArchimate3CompositePalette
();
this
.
setCurrentSearchEntryLibrary
(
'archimate3'
,
'archimate3Implementation and Migration'
);
//
this.addArchimate3ImplementationAndMigrationPalette();
this
.
addArchimate3ImplementationAndMigrationPalette
();
this
.
setCurrentSearchEntryLibrary
(
'archimate3'
,
'archimate3Motivation'
);
//
this.addArchimate3MotivationPalette();
this
.
addArchimate3MotivationPalette
();
this
.
setCurrentSearchEntryLibrary
(
'archimate3'
,
'archimate3Physical'
);
//
this.addArchimate3PhysicalPalette();
this
.
addArchimate3PhysicalPalette
();
this
.
setCurrentSearchEntryLibrary
(
'archimate3'
,
'archimate3Relationships'
);
//
this.addArchimate3RelationshipsPalette();
this
.
addArchimate3RelationshipsPalette
();
this
.
setCurrentSearchEntryLibrary
(
'archimate3'
,
'archimate3Strategy'
);
//
this.addArchimate3StrategyPalette();
this
.
addArchimate3StrategyPalette
();
this
.
setCurrentSearchEntryLibrary
(
'archimate3'
,
'archimate3Technology'
);
//
this.addArchimate3TechnologyPalette();
this
.
addArchimate3TechnologyPalette
();
this
.
setCurrentSearchEntryLibrary
();
};
...
...
public/drawio/js/diagramly/sidebar/Sidebar.js
View file @
f3cc559
...
...
@@ -154,7 +154,7 @@
{
id
:
'atlassian'
,
libs
:
[
'atlassian'
]},
{
id
:
'fluid_power'
,
libs
:
[
'fluid_power'
]},
{
id
:
'gmdl'
,
prefix
:
'gmdl'
,
libs
:
Sidebar
.
prototype
.
gmdl
},
{
id
:
'archimate3'
,
prefix
:
'archimate3'
,
libs
:
Sidebar
.
prototype
.
archimate3
},
{
id
:
'archimate'
,
libs
:
[
'archimate'
]},
{
id
:
'webicons'
,
libs
:
[
'webicons'
,
'weblogos'
]},
{
id
:
'sysml'
,
prefix
:
'sysml'
,
libs
:
Sidebar
.
prototype
.
sysml
}];
...
...
@@ -379,7 +379,7 @@
// Merges array of semicolon separated strings into a single array
var
temp
=
all
.
join
(
';'
).
split
(
';'
);
temp
.
push
(
'archimate'
);
//二次开发,调整初始化左侧菜单展示项
//
temp.push('archimate');//二次开发,调整初始化左侧菜单展示项
console
.
log
(
temp
)
console
.
log
(
this
.
configuration
)
...
...
@@ -513,8 +513,8 @@
{
title
:
mxResources
.
get
(
'business'
),
// 二次开发 20231117 wangwansu ArchiMate 3.0英文改中文
entries
:
[
//
{title: 'ArchiMate 3.0', id: 'archimate3', image: IMAGE_PATH + '/sidebar-archimate3.png'},
//
{title: mxResources.get('archiMate21'), id: 'archimate', image: IMAGE_PATH + '/sidebar-archimate.png'},
{
title
:
'ArchiMate 3.0'
,
id
:
'archimate3'
,
image
:
IMAGE_PATH
+
'/sidebar-archimate3.png'
},
{
title
:
mxResources
.
get
(
'archiMate21'
),
id
:
'archimate'
,
image
:
IMAGE_PATH
+
'/sidebar-archimate.png'
},
{
title
:
mxResources
.
get
(
'bpmn'
)
+
' 2.0'
,
id
:
'bpmn2'
,
image
:
IMAGE_PATH
+
'/sidebar-bpmn.png'
},
{
title
:
mxResources
.
get
(
'sysml'
),
id
:
'sysml'
,
image
:
IMAGE_PATH
+
'/sidebar-sysml.png'
},
{
title
:
'Value Stream Mapping'
,
id
:
'lean_mapping'
,
image
:
IMAGE_PATH
+
'/sidebar-leanmapping.png'
}]},
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment