biz9-logic 4.8.289 → 4.8.290

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 CHANGED
@@ -1,4 +1,4 @@
1
- VERSION='7.6.9'
1
+ VERSION='7.7.0'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
4
  BRANCH='main';
package/index.js CHANGED
@@ -1310,6 +1310,10 @@ class Item_Url {
1310
1310
  let action_url="item/template/"+key;
1311
1311
  return get_cloud_url_main(app_id,url,action_url,params);
1312
1312
  };
1313
+ static cloud_flare_photo_list = (app_id,url,params) => {
1314
+ let action_url="item/cloud_flare_photo_list";
1315
+ return get_cloud_url_main(app_id,url,action_url,params);
1316
+ };
1313
1317
  }
1314
1318
  class Category_Url {
1315
1319
  static detail = (app_id,url,key,params) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "4.8.289",
3
+ "version": "4.8.290",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
package/test.js CHANGED
@@ -35,8 +35,9 @@ describe("connect", () => {
35
35
  //let gallery = Gallery_Logic.get_test('Gallery 1',{get_blank:true});
36
36
  //console.log(gallery);
37
37
  //console.log('ITEM-END');
38
- console.log('aaaaaaaaaa');
39
- console.log(FieldType.get_title(FieldType.USER_ROLE_ADMIN));
38
+ console.log('cool');
39
+ console.log(DataType.get_title(DataType.TEMPLATE,true));
40
+ //console.log(FieldType.get_title(FieldType.USER_ROLE_ADMIN));
40
41
  console.log('bbbbbb');
41
42
  let page = Page_Logic.get_test();
42
43
  //page[Item_Logic.get_field_value_title(FieldType.ITEM_FIELD_VALUE_TYPE_TEXT,1)] = 'apple';