ode-explorer 1.3.3 → 1.4.0-develop.202403061042

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.html CHANGED
@@ -7,9 +7,6 @@
7
7
  <link rel="icon" id="favicon" href="" />
8
8
  <link rel="stylesheet" href="/assets/themes/edifice-bootstrap/index.css" />
9
9
  <script type="module" crossorigin src="/index.js"></script>
10
- <link rel="modulepreload" crossorigin href="/react.js">
11
- <link rel="modulepreload" crossorigin href="/edifice-icons.js">
12
- <link rel="modulepreload" crossorigin href="/edifice-react.js">
13
10
  </head>
14
11
 
15
12
  <body class="app-react" data-explorer-config>
@@ -19,19 +16,21 @@
19
16
  <!-- SET INITIALISATION CONFIG -->
20
17
  <script>
21
18
  var WORFLOW_ACCESS =
22
- "fr.wseduc.scrapbook.controllers.ScrapbookController|view";
19
+ "net.atos.entng.mindmap.controllers.MindmapController|view";
23
20
  var WORKFLOW_CREATE =
24
- "fr.wseduc.scrapbook.controllers.ScrapbookController|createScrapbook";
25
- var WORKFLOW_PUBLISH =
26
- "fr.wseduc.scrapbook.controllers.ScrapbookController|publish";
21
+ "net.atos.entng.mindmap.controllers.MindmapController|create";
27
22
  var WORKFLOW_PRINT =
28
- "fr.wseduc.scrapbook.controllers.ScrapbookController|print";
29
- var WORKFLOW_EXPORT_HTML =
30
- "fr.wseduc.scrapbook.controllers.ScrapbookController|exportHtml";
31
- ///////////
23
+ "net.atos.entng.mindmap.controllers.MindmapController|printView";
24
+ var WORKFLOW_EXPORT_PNG =
25
+ "net.atos.entng.mindmap.controllers.MindmapController|exportPngMindmap";
26
+ var WORKFLOW_EXPORT_SVG =
27
+ "net.atos.entng.mindmap.controllers.MindmapController|exportSvgMindmap";
28
+ var WORKFLOW_PUBLISH =
29
+ "net.atos.entng.mindmap.controllers.MindmapController|publish";
32
30
  var explorerConfig = {
33
- app: "scrapbook",
34
- types: ["scrapbook"],
31
+ app: "mindmap",
32
+ types: ["mindmap"],
33
+ libraryAppFilter: "MindMap",
35
34
  filters: [
36
35
  { id: "owner", defaultValue: true },
37
36
  { id: "public", defaultValue: false },
@@ -65,12 +64,12 @@
65
64
  workflow: WORKFLOW_CREATE,
66
65
  target: "tree",
67
66
  },
68
- /*{
69
- id: "duplicate",
67
+ {
68
+ id: "copy",
70
69
  workflow: WORFLOW_ACCESS,
71
70
  target: "actionbar",
72
- right: "tree",
73
- },*/
71
+ right: "read",
72
+ },
74
73
  {
75
74
  id: "move",
76
75
  workflow: WORFLOW_ACCESS,
@@ -89,12 +88,6 @@
89
88
  target: "actionbar",
90
89
  right: "read",
91
90
  },
92
- {
93
- id: "export",
94
- workflow: WORKFLOW_EXPORT_HTML,
95
- target: "actionbar",
96
- right: "read",
97
- },
98
91
  {
99
92
  id: "delete",
100
93
  workflow: WORFLOW_ACCESS,