cronapp-framework-mobile-js 2.9.6 → 3.0.0
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/components/crn-dynamic-file.components.json +5 -7
- package/components/crn-dynamic-image.components.json +2 -8
- package/components/crn-image.components.json +3 -0
- package/css/themes/custom/cyborg/custom-cyborg.css +2 -1
- package/css/themes/custom/darkly/custom-darkly.css +2 -1
- package/css/themes/custom/krypton/custom-krypton.css +1469 -0
- package/css/themes/custom/material/custom-material.css +2 -1
- package/css/themes/custom/material-round/custom-material-round.css +1545 -0
- package/css/themes/custom/slate/custom-slate.css +2 -1
- package/css/themes/custom/superhero/custom-superhero.css +2 -1
- package/css/themes/krypton.min.css +5 -0
- package/css/themes/material-round.min.css +5 -0
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/krypton/custom-krypton.css +1 -0
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/material-round/custom-material-round.css +1 -0
- package/dist/css/themes/custom/slate/custom-slate.css +1 -1
- package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
- package/dist/css/themes/krypton.min.css +1 -0
- package/dist/css/themes/material-round.min.css +1 -0
- package/dist/i18n/locale_en_us.json +3 -1
- package/dist/i18n/locale_pt_br.json +3 -1
- package/i18n/locale_en_us.json +3 -1
- package/i18n/locale_pt_br.json +3 -1
- package/package.json +9 -4
- package/postupdate.json +8 -0
|
@@ -19,12 +19,6 @@
|
|
|
19
19
|
},
|
|
20
20
|
"class": {
|
|
21
21
|
"order": 9999
|
|
22
|
-
},
|
|
23
|
-
"ng-model": {
|
|
24
|
-
"onSave": "javascript:function() { var result = arguments[0]; if (result.indexOf('.') == -1 && result.trim().length > 0 ) { result = 'vars.'+result; } return result; }",
|
|
25
|
-
"onDisplay": "javascript:function() { return arguments[0].replace('vars.',''); }",
|
|
26
|
-
"mandatory": true,
|
|
27
|
-
"order": 1
|
|
28
22
|
}
|
|
29
23
|
},
|
|
30
24
|
"childrenProperties": [
|
|
@@ -39,8 +33,12 @@
|
|
|
39
33
|
{
|
|
40
34
|
"name": "ng-model",
|
|
41
35
|
"selector": "div[dynamic-file]",
|
|
36
|
+
"onSave": "javascript:function() { var result = arguments[0]; if (result.indexOf('.') == -1 && result.trim().length > 0 ) { result = 'vars.'+result; } return result; }",
|
|
37
|
+
"onDisplay": "javascript:function() { return arguments[0].replace('vars.',''); }",
|
|
42
38
|
"type": "text",
|
|
43
|
-
"order":
|
|
39
|
+
"order": 2,
|
|
40
|
+
"displayName_pt_BR": "Valor",
|
|
41
|
+
"displayName_en_US": "Value",
|
|
44
42
|
"mandatory": true
|
|
45
43
|
},
|
|
46
44
|
{
|
|
@@ -67,6 +67,8 @@
|
|
|
67
67
|
"onDisplay": "javascript:function() { return arguments[0].replace('vars.',''); }",
|
|
68
68
|
"type": "text",
|
|
69
69
|
"order": 2,
|
|
70
|
+
"displayName_pt_BR": "Valor",
|
|
71
|
+
"displayName_en_US": "Value",
|
|
70
72
|
"mandatory": true
|
|
71
73
|
},
|
|
72
74
|
{
|
|
@@ -84,14 +86,6 @@
|
|
|
84
86
|
"selector": "div[dynamic-image]",
|
|
85
87
|
"type": "text"
|
|
86
88
|
},
|
|
87
|
-
{
|
|
88
|
-
"name":"ng-model",
|
|
89
|
-
"displayName_pt_BR": "Valor",
|
|
90
|
-
"displayName_en_US": "Value",
|
|
91
|
-
"selector": "div[dynamic-image]",
|
|
92
|
-
"type": "text",
|
|
93
|
-
"mandatory": true
|
|
94
|
-
},
|
|
95
89
|
{
|
|
96
90
|
"name": "allow-edit",
|
|
97
91
|
"selector": "div[dynamic-image]",
|
|
@@ -633,7 +633,8 @@ a#reset-password-login,
|
|
|
633
633
|
color: var(--textColor30, #ababab);
|
|
634
634
|
}
|
|
635
635
|
|
|
636
|
-
.login-bg img[src="node_modules/cronapp-framework-mobile-js/img/logo.svg"]
|
|
636
|
+
.login-bg img[src="node_modules/cronapp-framework-mobile-js/img/logo.svg"],
|
|
637
|
+
.login-bg img[src="assets/app-logo-login.svg"]{
|
|
637
638
|
filter: brightness(0) invert(1);
|
|
638
639
|
}
|
|
639
640
|
|
|
@@ -614,7 +614,8 @@ a#reset-password-login,
|
|
|
614
614
|
color: var(--backgroundColor30, #7f7f7f);
|
|
615
615
|
}
|
|
616
616
|
|
|
617
|
-
.login-bg img[src="node_modules/cronapp-framework-mobile-js/img/logo.svg"]
|
|
617
|
+
.login-bg img[src="node_modules/cronapp-framework-mobile-js/img/logo.svg"],
|
|
618
|
+
.login-bg img[src="assets/app-logo-login.svg"]{
|
|
618
619
|
filter: brightness(0) invert(1);
|
|
619
620
|
}
|
|
620
621
|
|