biz9-logic 10.0.24 → 10.0.25

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 +1 -4
  3. package/package.json +1 -1
package/biz9_config CHANGED
@@ -1,4 +1,4 @@
1
- VERSION='10.2.4'
1
+ VERSION='10.2.5'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
4
  BRANCH='main'
package/index.js CHANGED
@@ -237,6 +237,7 @@ class Type {
237
237
  static FIELD_ROLE = 'role';
238
238
  static FIELD_SOURCE='source';
239
239
  static FIELD_SOURCE_DATA_TYPE='source_data_type';
240
+ static FIELD_SOURCE_KEY='source_key';
240
241
  static FIELD_SOURCE_ID='source_id';
241
242
  static FIELD_SOURCE_PARENT_ID='source_parent_id';
242
243
  static FIELD_SETTING_VISIBLE = 'setting_visible';
@@ -2065,7 +2066,6 @@ class Image_Logic {
2065
2066
  size:0,
2066
2067
  type_resize:Type.IMAGE_RESIZE_NONE,
2067
2068
  },
2068
- /*
2069
2069
  {
2070
2070
  image_filename:Type.IMAGE_SIZE_THUMB+"_"+image_filename,
2071
2071
  path_filename:upload_dir+"/"+Type.IMAGE_SIZE_THUMB+"_"+image_filename,
@@ -2078,7 +2078,6 @@ class Image_Logic {
2078
2078
  size:720,
2079
2079
  type_resize:Type.IMAGE_RESIZE_NORMAL,
2080
2080
  },
2081
- */
2082
2081
  {
2083
2082
  image_filename:Type.IMAGE_SIZE_LARGE+"_"+image_filename,
2084
2083
  path_filename:upload_dir+"/"+Type.IMAGE_SIZE_LARGE+"_"+image_filename,
@@ -2097,14 +2096,12 @@ class Image_Logic {
2097
2096
  size:720,
2098
2097
  type_resize:Type.IMAGE_RESIZE_SQUARE,
2099
2098
  },
2100
- /*
2101
2099
  {
2102
2100
  image_filename:Type.IMAGE_SIZE_SQUARE_LARGE+"_"+image_filename,
2103
2101
  path_filename:upload_dir+"/"+Type.IMAGE_SIZE_SQUARE_LARGE+"_"+image_filename,
2104
2102
  size:1000,
2105
2103
  type_resize:Type.IMAGE_RESIZE_SQUARE,
2106
2104
  },
2107
- */
2108
2105
  ];
2109
2106
  }
2110
2107
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "10.0.24",
3
+ "version": "10.0.25",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"