cronapp-framework-mobile-js 2.9.6 → 3.0.0-SP.10

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.
@@ -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": 3,
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]",
@@ -14,6 +14,9 @@
14
14
  "src": {
15
15
  "type": "projectResource",
16
16
  "resourceType": "image/jpeg,image/gif,image/png,image/svg+xml",
17
+ "extraOptions": {
18
+ "imageSelector": true
19
+ },
17
20
  "displayName_pt_BR": "Imagem",
18
21
  "displayName_en_US": "Image",
19
22
  "order": 1
@@ -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