@globules-io/ogx.js 1.51.0 → 1.52.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globules-io/ogx.js",
3
- "version": "1.51.0",
3
+ "version": "1.52.1",
4
4
  "description": "Javascript framework for webviews",
5
5
  "dependencies": {
6
6
  "fs-extra": "^10.0.0",
package/www/app.json CHANGED
@@ -1,46 +1,52 @@
1
1
  {
2
- "routing":{
3
- "routes":{},
2
+ "routing": {
3
+ "routes": {},
4
4
  "index": "",
5
- "options":{
6
- "history": true,
7
- "bookmark": true,
8
- "cache": false,
9
- "jail": false,
10
- "eval": false
11
- },
12
- "cache":[],
13
- "errors":{}
14
- },
15
- "vapps":{
16
-
17
- },
18
- "preload":{
19
- "/html":[],
20
- "/img":[],
21
- "/oml":[],
22
- "/ose":[],
23
- "/snd":[]
24
- },
25
- "popups":{
26
- "width": 300,
27
- "height": 400,
28
- "anim": "fade"
29
- },
30
- "windows":{
31
- "head": "back",
32
- "width": "100%"
33
- },
34
- "views": {},
35
- "overlays": {},
36
- "splash": {
37
- "enabled": false,
38
- "color": null,
39
- "image" : null,
40
- "auto_hide": false,
41
- "hide_timeout": 0
42
- },
43
- "rendertime": false,
44
- "scope": "public",
45
- "jwt": true
5
+ "options": {
6
+ "history": true,
7
+ "bookmark": true,
8
+ "cache": false,
9
+ "jail": false,
10
+ "eval": false,
11
+ "idle": false,
12
+ "hide_window": false,
13
+ "hide_popup": false
14
+ },
15
+ "errors": {
16
+ "403": null,
17
+ "404": null
18
+ }
19
+ },
20
+ "preload": {},
21
+ "splash": {
22
+ "enabled": false,
23
+ "color": null,
24
+ "image": null,
25
+ "auto_hide": false,
26
+ "hide_timeout": 0
27
+ },
28
+ "theater": {
29
+ "enabled": false
30
+ },
31
+ "defaults": {
32
+ "stage": {
33
+ "anim": null
34
+ },
35
+ "overlay": {
36
+ "anim": "fade"
37
+ },
38
+ "popup": {
39
+ "width": 300,
40
+ "height": 400,
41
+ "anim": "fade"
42
+ },
43
+ "window": {
44
+ "head": "back",
45
+ "width": "100%"
46
+ }
47
+ },
48
+ "vapps": {},
49
+ "rendertime": false,
50
+ "scope": "public",
51
+ "jwt": false
46
52
  }