cronapp-framework-mobile-js 2.9.6-SP.2 → 2.9.6-SP.21
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/css/themes/custom/krypton/custom-krypton.css +1469 -0
- package/css/themes/custom/material-round/custom-material-round.css +1004 -0
- package/css/themes/krypton.min.css +5 -0
- package/css/themes/material-round.min.css +5 -0
- package/dist/css/themes/custom/krypton/custom-krypton.css +1 -0
- package/dist/css/themes/custom/material-round/custom-material-round.css +1 -0
- package/dist/css/themes/krypton.min.css +1 -0
- package/dist/css/themes/material-round.min.css +1 -0
- package/package.json +1 -1
|
@@ -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]",
|