@bexis2/bexis2-core-ui 0.4.12 → 0.4.13

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/README.md CHANGED
@@ -1,4 +1,8 @@
1
1
  # bexis-core-ui
2
+ ## 0.4.13
3
+ - menu
4
+ - fix code isses
5
+
2
6
  ## 0.4.11
3
7
  - Table
4
8
  - fix lib issue
@@ -16,7 +16,7 @@ function isNewModule(module) {
16
16
  }
17
17
  }
18
18
  function clickFn(item) {
19
- if (item.Title == "Logoff") {
19
+ if (item.Title == "Log Off") {
20
20
  logOffFn();
21
21
  return;
22
22
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bexis2/bexis2-core-ui",
3
- "version": "0.4.12",
3
+ "version": "0.4.13",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite dev",
@@ -25,7 +25,7 @@
25
25
 
26
26
  function clickFn(item)
27
27
  {
28
- if(item.Title =="Logoff")
28
+ if(item.Title =="Log Off")
29
29
  {
30
30
  logOffFn();
31
31
  return;