@schukai/monster 3.74.0 → 3.75.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © schukai GmbH and all contributing authors, {{copyRightYear}}. All rights reserved.
2
+ * Copyright © schukai GmbH and all contributing authors, 2024. All rights reserved.
3
3
  * Node module: @schukai/monster
4
4
  *
5
5
  * This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
@@ -8,10 +8,16 @@
8
8
  * For those who do not wish to adhere to the AGPLv3, a commercial license is available.
9
9
  * Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
10
10
  * For more information about purchasing a commercial license, please contact schukai GmbH.
11
- *
12
- * SPDX-License-Identifier: AGPL-3.0
13
11
  */
14
12
 
13
+ // THIS FILE IS AUTOGENERATED. DO NOT EDIT THIS FILE DIRECTLY.
14
+
15
+ /**
16
+ * Main namespace for Monster.
17
+ *
18
+ * @namespace Monster
19
+ * @author schukai GmbH
20
+ */
15
21
  export * from "./components/layout/collapse.mjs";
16
22
  export * from "./components/layout/tabs.mjs";
17
23
  export * from "./components/layout/split-panel.mjs";
@@ -19,6 +25,7 @@ export * from "./components/layout/popper.mjs";
19
25
  export * from "./components/layout/width-toggle.mjs";
20
26
  export * from "./components/layout/panel.mjs";
21
27
  export * from "./components/layout/details.mjs";
28
+ export * from "./components/layout/slider.mjs";
22
29
  export * from "./components/form/message-state-button.mjs";
23
30
  export * from "./components/form/button-bar.mjs";
24
31
  export * from "./components/form/reload.mjs";
@@ -47,6 +54,7 @@ export * from "./components/form/constants.mjs";
47
54
  export * from "./components/notify/message.mjs";
48
55
  export * from "./components/notify/notify.mjs";
49
56
  export * from "./components/notify/constants.mjs";
57
+ export * from "./components/tree-menu/dragable-tree-menu.mjs";
50
58
  export * from "./components/tree-menu/tree-menu.mjs";
51
59
  export * from "./components/host/collapse.mjs";
52
60
  export * from "./components/host/config-manager.mjs";
@@ -159,7 +159,7 @@ function getMonsterVersion() {
159
159
  }
160
160
 
161
161
  /** don't touch, replaced by make with package.json version */
162
- monsterVersion = new Version("3.73.9");
162
+ monsterVersion = new Version("3.74.0");
163
163
 
164
164
  return monsterVersion;
165
165
  }
@@ -7,7 +7,7 @@ describe('Monster', function () {
7
7
  let monsterVersion
8
8
 
9
9
  /** don´t touch, replaced by make with package.json version */
10
- monsterVersion = new Version("3.73.9")
10
+ monsterVersion = new Version("3.74.0")
11
11
 
12
12
  let m = getMonsterVersion();
13
13
 
@@ -9,8 +9,8 @@
9
9
  </head>
10
10
  <body>
11
11
  <div id="headline" style="display: flex;align-items: center;justify-content: center;flex-direction: column;">
12
- <h1 style='margin-bottom: 0.1em;'>Monster 3.73.9</h1>
13
- <div id="lastupdate" style='font-size:0.7em'>last update So 15. Sep 19:44:25 CEST 2024</div>
12
+ <h1 style='margin-bottom: 0.1em;'>Monster 3.74.0</h1>
13
+ <div id="lastupdate" style='font-size:0.7em'>last update Fr 20. Sep 17:42:55 CEST 2024</div>
14
14
  </div>
15
15
  <div id="mocha-errors"
16
16
  style="color: red;font-weight: bold;display: flex;align-items: center;justify-content: center;flex-direction: column;margin:20px;"></div>