biz9-logic 4.8.294 → 4.8.295
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/biz9_config +1 -1
- package/index.js +8 -0
- package/package.json +1 -1
package/biz9_config
CHANGED
package/index.js
CHANGED
|
@@ -851,6 +851,13 @@ class FieldType {
|
|
|
851
851
|
static ITEM_FIELD_VALUE_TYPE_IMAGE="image";
|
|
852
852
|
static ITEM_FIELD_VALUE_TYPE_LIST="list";
|
|
853
853
|
|
|
854
|
+
static IMAGE_SIZE_THUMB="thumb";
|
|
855
|
+
static IMAGE_SIZE_MID="mid";
|
|
856
|
+
static IMAGE_SIZE_LARGE="large";
|
|
857
|
+
static IMAGE_SIZE_SQUARE_THUMB="squre_thumb";
|
|
858
|
+
static IMAGE_SIZE_SQUARE_MID="squre_mid";
|
|
859
|
+
static IMAGE_SIZE_SQUARE_LARGE="squre_large";
|
|
860
|
+
|
|
854
861
|
static get_title(field_type){
|
|
855
862
|
switch(field_type){
|
|
856
863
|
case FieldType.USER_ROLE_SUPER_ADMIN:
|
|
@@ -1909,6 +1916,7 @@ module.exports = {
|
|
|
1909
1916
|
Gallery_Logic,
|
|
1910
1917
|
Gallery_Url,
|
|
1911
1918
|
Item_Logic,
|
|
1919
|
+
Image_Url,
|
|
1912
1920
|
Item_Url,
|
|
1913
1921
|
Event_Logic,
|
|
1914
1922
|
Message,
|