biz9-logic 3.2.9 → 3.2.10

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.
Files changed (3) hide show
  1. package/biz9_config +1 -1
  2. package/index.js +3 -0
  3. package/package.json +1 -1
package/biz9_config CHANGED
@@ -1,4 +1,4 @@
1
- VERSION='3.3.6'
1
+ VERSION='3.3.7'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
4
  BRANCH='main';
package/index.js CHANGED
@@ -126,6 +126,7 @@ class CMS {
126
126
  static Tab_Edit_Title_List = 'list';
127
127
  static Tab_Edit_Title_Value = 'value';
128
128
  static Tab_Edit_Title_Setting = 'setting';
129
+ static Tab_Edit_Title_Note = 'note';
129
130
 
130
131
  static get_new_query_item = (item,parent_item,top_item) => {
131
132
  return {
@@ -173,6 +174,8 @@ class CMS {
173
174
  break;
174
175
  case CMS.Tab_Edit_Title_Setting:
175
176
  return 'Settings';
177
+ case CMS.Tab_Edit_Title_Note:
178
+ return 'Note';
176
179
  default:
177
180
  return 'N/A';
178
181
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "3.2.9",
3
+ "version": "3.2.10",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"