cronapp-framework-mobile-js 2.8.9 → 2.8.13
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-button.components.json +1 -1
- package/components/crn-chart.components.json +1 -0
- package/components/crn-header-button.components.json +1 -1
- package/components/crn-input-button.components.json +16 -0
- package/components/crn-input-floating.components.json +19 -3
- package/components/crn-input-icon.components.json +16 -0
- package/components/crn-input-inline.components.json +16 -0
- package/components/crn-input.components.json +16 -0
- package/components/crn-ion-footer-bar.components.json +1 -1
- package/components/crn-ion-header-bar.components.json +1 -1
- package/components/crn-ion-list.components.json +0 -31
- package/components/crn-item-swipe.components.json +2 -2
- package/components/crn-list-item-icon.components.json +7 -20
- package/components/crn-list-swipe.components.json +2 -2
- package/components/crn-list.components.json +1 -1
- package/components/crn-navbar.components.json +1 -0
- package/components/crn-slider-item.components.json +104 -5
- package/components/crn-slider.components.json +6 -6
- package/components/crn-textarea.components.json +19 -6
- package/components/css/app.css +12 -0
- package/components/templates/advanced.list.designtime.html +0 -24
- package/components/templates/crn-ion-segment-item.template.html +1 -1
- package/components/templates/crn-ion-segment.template.html +4 -4
- package/components/templates/ion-footer-bar.template.html +11 -5
- package/components/templates/ion-header-bar.template.html +2 -2
- package/components/templates/item.slider.template.html +3 -3
- package/components/templates/item.swipe.template.html +2 -2
- package/components/templates/slider.template.html +14 -18
- package/css/app.css +91 -4
- package/dist/components/css/app.css +1 -1
- package/dist/components/templates/advanced.list.designtime.html +1 -1
- package/dist/components/templates/crn-ion-segment-item.template.html +1 -1
- package/dist/components/templates/crn-ion-segment.template.html +1 -1
- package/dist/components/templates/ion-footer-bar.template.html +1 -1
- package/dist/components/templates/ion-header-bar.template.html +1 -1
- package/dist/components/templates/item.slider.template.html +1 -1
- package/dist/components/templates/item.swipe.template.html +1 -1
- package/dist/components/templates/slider.template.html +1 -1
- package/dist/css/app.css +1 -1
- package/dist/img/placehold-300x200.png +0 -0
- package/dist/js/controllers.authentication.js +1 -1
- package/dist/js/directives.js +17 -1
- package/img/placehold-300x200.png +0 -0
- package/js/controllers.authentication.js +37 -4
- package/js/directives.js +54 -51
- package/lib/ionic/js/ionic.bundle.js +4 -2
- package/package.json +1 -1
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"LAYOUTS"
|
|
10
10
|
],
|
|
11
11
|
"wrapper": false,
|
|
12
|
+
"forcedGroup": true,
|
|
12
13
|
"template": "<div class=\"col-xs-12\"> <canvas id=\"chart${RANDOM}\" data-component=\"crn-chart\" class=\"col-xs-12\"></canvas></div>",
|
|
13
14
|
"designTimeHTML": "<img alt=\"qr-code\" style=\"height: 100%;width:100%;min-height:100%; min-width:100%;\" src=\"node_modules/cronapp-framework-mobile-js/img/svg-charts.svg\"/>",
|
|
14
15
|
"designTimeSelector": "canvas",
|
|
@@ -71,6 +71,22 @@
|
|
|
71
71
|
"type": "text",
|
|
72
72
|
"order": 5
|
|
73
73
|
},
|
|
74
|
+
{
|
|
75
|
+
"name": "ng-minlength",
|
|
76
|
+
"selector": "input",
|
|
77
|
+
"type": "text",
|
|
78
|
+
"displayName_pt_BR": "Tamanho mínimo",
|
|
79
|
+
"displayName_en_US": "Minimum size",
|
|
80
|
+
"order": 7
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "ng-maxlength",
|
|
84
|
+
"selector": "input",
|
|
85
|
+
"type": "text",
|
|
86
|
+
"displayName_pt_BR": "Máximo de caracteres",
|
|
87
|
+
"displayName_en_US": "Maximum characters",
|
|
88
|
+
"order": 8
|
|
89
|
+
},
|
|
74
90
|
{
|
|
75
91
|
"name": "ng-click",
|
|
76
92
|
"selector": "button",
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
"category": [
|
|
9
9
|
"INPUTS", "FORMS"
|
|
10
10
|
],
|
|
11
|
-
"wrapper":
|
|
11
|
+
"wrapper": true,
|
|
12
12
|
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/floattextinput.template.html",
|
|
13
13
|
"designTimeHTMLURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/floattextinput.designtime.html",
|
|
14
|
-
"designTimeSelector": "
|
|
14
|
+
"designTimeSelector": "label",
|
|
15
15
|
"designTimeDynamic": true,
|
|
16
16
|
"properties": {
|
|
17
17
|
"id": {
|
|
@@ -69,6 +69,22 @@
|
|
|
69
69
|
"type": "text",
|
|
70
70
|
"order": 5
|
|
71
71
|
},
|
|
72
|
+
{
|
|
73
|
+
"name": "ng-minlength",
|
|
74
|
+
"selector": "input",
|
|
75
|
+
"type": "text",
|
|
76
|
+
"displayName_pt_BR": "Tamanho mínimo",
|
|
77
|
+
"displayName_en_US": "Minimum size",
|
|
78
|
+
"order": 7
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "ng-maxlength",
|
|
82
|
+
"selector": "input",
|
|
83
|
+
"type": "text",
|
|
84
|
+
"displayName_pt_BR": "Máximo de caracteres",
|
|
85
|
+
"displayName_en_US": "Maximum characters",
|
|
86
|
+
"order": 8
|
|
87
|
+
},
|
|
72
88
|
{
|
|
73
89
|
"name": "ng-keydown",
|
|
74
90
|
"selector": "input",
|
|
@@ -161,7 +177,7 @@
|
|
|
161
177
|
],
|
|
162
178
|
"styles": [
|
|
163
179
|
{
|
|
164
|
-
"selector": "#{id}
|
|
180
|
+
"selector": "#{id} span",
|
|
165
181
|
"text_pt_BR": "Título",
|
|
166
182
|
"text_en_US": "Title"
|
|
167
183
|
},
|
|
@@ -54,6 +54,22 @@
|
|
|
54
54
|
"displayName_en_US": "Keyboard Type",
|
|
55
55
|
"order": 6
|
|
56
56
|
},
|
|
57
|
+
{
|
|
58
|
+
"name": "ng-minlength",
|
|
59
|
+
"selector": "input",
|
|
60
|
+
"type": "text",
|
|
61
|
+
"displayName_pt_BR": "Tamanho mínimo",
|
|
62
|
+
"displayName_en_US": "Minimum size",
|
|
63
|
+
"order": 7
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "ng-maxlength",
|
|
67
|
+
"selector": "input",
|
|
68
|
+
"type": "text",
|
|
69
|
+
"displayName_pt_BR": "Máximo de caracteres",
|
|
70
|
+
"displayName_en_US": "Maximum characters",
|
|
71
|
+
"order": 8
|
|
72
|
+
},
|
|
57
73
|
{
|
|
58
74
|
"name": "mask",
|
|
59
75
|
"selector": "input",
|
|
@@ -54,6 +54,22 @@
|
|
|
54
54
|
"displayName_en_US": "Keyboard Type",
|
|
55
55
|
"order": 6
|
|
56
56
|
},
|
|
57
|
+
{
|
|
58
|
+
"name": "ng-minlength",
|
|
59
|
+
"selector": "input",
|
|
60
|
+
"type": "text",
|
|
61
|
+
"displayName_pt_BR": "Tamanho mínimo",
|
|
62
|
+
"displayName_en_US": "Minimum size",
|
|
63
|
+
"order": 7
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "ng-maxlength",
|
|
67
|
+
"selector": "input",
|
|
68
|
+
"type": "text",
|
|
69
|
+
"displayName_pt_BR": "Máximo de caracteres",
|
|
70
|
+
"displayName_en_US": "Maximum characters",
|
|
71
|
+
"order": 8
|
|
72
|
+
},
|
|
57
73
|
{
|
|
58
74
|
"name": "mask",
|
|
59
75
|
"selector": "input",
|
|
@@ -69,6 +69,22 @@
|
|
|
69
69
|
"type": "text",
|
|
70
70
|
"order": 5
|
|
71
71
|
},
|
|
72
|
+
{
|
|
73
|
+
"name": "ng-minlength",
|
|
74
|
+
"selector": "input",
|
|
75
|
+
"type": "text",
|
|
76
|
+
"displayName_pt_BR": "Tamanho mínimo",
|
|
77
|
+
"displayName_en_US": "Minimum size",
|
|
78
|
+
"order": 7
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "ng-maxlength",
|
|
82
|
+
"selector": "input",
|
|
83
|
+
"type": "text",
|
|
84
|
+
"displayName_pt_BR": "Máximo de caracteres",
|
|
85
|
+
"displayName_en_US": "Maximum characters",
|
|
86
|
+
"order": 8
|
|
87
|
+
},
|
|
72
88
|
{
|
|
73
89
|
"name": "ng-keyup",
|
|
74
90
|
"selector": "input",
|
|
@@ -2,14 +2,6 @@
|
|
|
2
2
|
"name": "crn-ion-list",
|
|
3
3
|
"text_pt_BR": "Lista Avançada",
|
|
4
4
|
"text_en_US": "Advanced List",
|
|
5
|
-
"image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-ion-list.svg",
|
|
6
|
-
"description": "Lista de dados com barra de pesquisa",
|
|
7
|
-
"description_en_US": "Data list with search bar",
|
|
8
|
-
"category": [
|
|
9
|
-
"LISTS"
|
|
10
|
-
],
|
|
11
|
-
"onDrop": "openEditor",
|
|
12
|
-
"wrapper": true,
|
|
13
5
|
"onDoubleClick": "openEditor",
|
|
14
6
|
"onDrop": "openEditor",
|
|
15
7
|
"image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-ion-list.svg",
|
|
@@ -41,29 +33,6 @@
|
|
|
41
33
|
"class": {
|
|
42
34
|
"order": 9999
|
|
43
35
|
},
|
|
44
|
-
"onclick": {
|
|
45
|
-
"type": "event"
|
|
46
|
-
},
|
|
47
|
-
"on-tap": {
|
|
48
|
-
"removable": true,
|
|
49
|
-
"type": "event"
|
|
50
|
-
},
|
|
51
|
-
"on-double-tap": {
|
|
52
|
-
"removable": true,
|
|
53
|
-
"type": "event"
|
|
54
|
-
},
|
|
55
|
-
"on-hold": {
|
|
56
|
-
"removable": false,
|
|
57
|
-
"type": "event"
|
|
58
|
-
},
|
|
59
|
-
"on-drag": {
|
|
60
|
-
"removable": false,
|
|
61
|
-
"type": "event"
|
|
62
|
-
},
|
|
63
|
-
"on-swipe": {
|
|
64
|
-
"removable": false,
|
|
65
|
-
"type": "event"
|
|
66
|
-
},
|
|
67
36
|
"options": {
|
|
68
37
|
"displayName_pt_BR": "Configuração",
|
|
69
38
|
"displayName_en_US": "Configuration",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"forcedGroup": true,
|
|
13
13
|
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/item.swipe.template.html",
|
|
14
14
|
"properties": {
|
|
15
|
-
"
|
|
15
|
+
"ng-click": {
|
|
16
16
|
"type": "event"
|
|
17
17
|
},
|
|
18
18
|
"id":{
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
],
|
|
40
40
|
"styles": [
|
|
41
41
|
{
|
|
42
|
-
"selector": "div#{id} .item-content",
|
|
42
|
+
"selector": "div#{id} .item-content, div#{id} .item",
|
|
43
43
|
"text_pt_BR": "Plano de fundo",
|
|
44
44
|
"text_en_US": "Background"
|
|
45
45
|
},
|
|
@@ -85,31 +85,18 @@
|
|
|
85
85
|
"values": [
|
|
86
86
|
{
|
|
87
87
|
"key": "font-size:100%;",
|
|
88
|
-
"
|
|
88
|
+
"value_pt_BR": "Pequeno",
|
|
89
|
+
"value_en_US": "Small"
|
|
89
90
|
},
|
|
90
91
|
{
|
|
91
92
|
"key": "font-size:200%;",
|
|
92
|
-
"
|
|
93
|
+
"value_pt_BR": "Médio",
|
|
94
|
+
"value_en_US": "Medium"
|
|
93
95
|
},
|
|
94
96
|
{
|
|
95
97
|
"key": "font-size:300%;",
|
|
96
|
-
"
|
|
97
|
-
|
|
98
|
-
{
|
|
99
|
-
"key": "font-size:400%;",
|
|
100
|
-
"value": "400%"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"key": "font-size:500%;",
|
|
104
|
-
"value": "500%"
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"key": "font-size:600%;",
|
|
108
|
-
"value": "600%"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"key": "font-size:700%;",
|
|
112
|
-
"value": "700%"
|
|
98
|
+
"value_pt_BR": "Grande",
|
|
99
|
+
"value_en_US": "Big"
|
|
113
100
|
}
|
|
114
101
|
]
|
|
115
102
|
},
|
|
@@ -257,4 +244,4 @@
|
|
|
257
244
|
"text_en_US": "Title"
|
|
258
245
|
}
|
|
259
246
|
]
|
|
260
|
-
}
|
|
247
|
+
}
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"class": {
|
|
68
68
|
"order": 9999
|
|
69
69
|
},
|
|
70
|
-
"
|
|
70
|
+
"ng-click": {
|
|
71
71
|
"type": "event"
|
|
72
72
|
}
|
|
73
73
|
},
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
},
|
|
83
83
|
"styles": [
|
|
84
84
|
{
|
|
85
|
-
"selector": "div#{id} .item-content",
|
|
85
|
+
"selector": "div#{id} .item-content, div#{id} .item",
|
|
86
86
|
"text_pt_BR": "Plano de fundo",
|
|
87
87
|
"text_en_US": "Background"
|
|
88
88
|
},
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/item.slider.template.html",
|
|
7
7
|
"wrapper": false,
|
|
8
8
|
"pallete": false,
|
|
9
|
+
"forcedGroup": true,
|
|
9
10
|
"properties": {
|
|
10
11
|
"id": {
|
|
11
12
|
"order": 2
|
|
@@ -30,11 +31,6 @@
|
|
|
30
31
|
"type": "options",
|
|
31
32
|
"target": "class",
|
|
32
33
|
"values": [
|
|
33
|
-
{
|
|
34
|
-
"key": "",
|
|
35
|
-
"value_pt_BR": "Padrão",
|
|
36
|
-
"value_en_US": "Default"
|
|
37
|
-
},
|
|
38
34
|
{
|
|
39
35
|
"key": "assertive-bg",
|
|
40
36
|
"value_pt_BR": "Assertivo",
|
|
@@ -90,9 +86,112 @@
|
|
|
90
86
|
"color": "#444"
|
|
91
87
|
}
|
|
92
88
|
]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "object-fit",
|
|
92
|
+
"target": "style",
|
|
93
|
+
"type": "options",
|
|
94
|
+
"values": [
|
|
95
|
+
{
|
|
96
|
+
"key": "object-fit: cover;",
|
|
97
|
+
"value_pt_BR": "Proporcional",
|
|
98
|
+
"value_en_US": "Proportional"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"key": "object-fit: contain;",
|
|
102
|
+
"value_pt_BR": "Ajustado",
|
|
103
|
+
"value_en_US": "Adjusted"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"key": "object-fit: fill;",
|
|
107
|
+
"value_pt_BR": "Preencher (padrão)",
|
|
108
|
+
"value_en_US": "Fill (default)"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"key": "object-fit: none;",
|
|
112
|
+
"value_pt_BR": "Nenhum",
|
|
113
|
+
"value_en_US": "None"
|
|
114
|
+
}
|
|
115
|
+
]
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "vertical-text-position",
|
|
119
|
+
"type": "btngroup",
|
|
120
|
+
"target": "class",
|
|
121
|
+
"values": [
|
|
122
|
+
{
|
|
123
|
+
"key": "top-13",
|
|
124
|
+
"value_pt_BR": "Topo",
|
|
125
|
+
"value_en_US": "Top",
|
|
126
|
+
"icon": "mdi mdi-arrow-up-bold"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"key": "top-50",
|
|
130
|
+
"value_pt_BR": "Centro",
|
|
131
|
+
"value_en_US": "Center",
|
|
132
|
+
"icon": "mdi mdi-ray-vertex"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"key": "top-78",
|
|
136
|
+
"value_pt_BR": "Abaixo",
|
|
137
|
+
"value_en_US": "Bottom",
|
|
138
|
+
"icon": "mdi mdi-arrow-down-bold"
|
|
139
|
+
}
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "horizontal-text-position",
|
|
144
|
+
"type": "btngroup",
|
|
145
|
+
"target": "class",
|
|
146
|
+
"values": [
|
|
147
|
+
{
|
|
148
|
+
"key": "text-left",
|
|
149
|
+
"value_pt_BR": "Esquerda",
|
|
150
|
+
"value_en_US": "Left",
|
|
151
|
+
"icon": "mdi mdi-ray-start"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"key": "text-center",
|
|
155
|
+
"value_pt_BR": "Centro",
|
|
156
|
+
"value_en_US": "Center",
|
|
157
|
+
"icon": "mdi mdi-ray-vertex"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"key": "text-right",
|
|
161
|
+
"value_pt_BR": "Direita",
|
|
162
|
+
"value_en_US": "Right",
|
|
163
|
+
"icon": "mdi mdi-ray-end"
|
|
164
|
+
}
|
|
165
|
+
]
|
|
93
166
|
}
|
|
94
167
|
],
|
|
95
168
|
"childrenProperties": [
|
|
169
|
+
{
|
|
170
|
+
"name": "src",
|
|
171
|
+
"type": "projectResource",
|
|
172
|
+
"resourceType": "image/jpeg,image/gif,image/png,image/svg+xml",
|
|
173
|
+
"displayName_pt_BR": "Imagem",
|
|
174
|
+
"displayName_en_US": "Image",
|
|
175
|
+
"selector": "img"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "object-fit",
|
|
179
|
+
"displayName_pt_BR": "Preenchimento da imagem",
|
|
180
|
+
"displayName_en_US": "Image filling",
|
|
181
|
+
"selector": "img"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"name": "horizontal-text-position",
|
|
185
|
+
"selector": "h2",
|
|
186
|
+
"displayName_pt_BR": "Posição horizontal do texto",
|
|
187
|
+
"displayName_en_US": "Horizontal text position"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"name": "vertical-text-position",
|
|
191
|
+
"selector": "h2",
|
|
192
|
+
"displayName_pt_BR": "Posição vertical do texto",
|
|
193
|
+
"displayName_en_US": "Vertical text position"
|
|
194
|
+
},
|
|
96
195
|
{
|
|
97
196
|
"name": "ng-click",
|
|
98
197
|
"selector": "div",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"category": [
|
|
9
9
|
"LAYOUTS"
|
|
10
10
|
],
|
|
11
|
-
"
|
|
11
|
+
"wrapper": false,
|
|
12
12
|
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/slider.template.html",
|
|
13
13
|
"properties": {
|
|
14
14
|
"id": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"rules": [
|
|
24
24
|
{
|
|
25
25
|
"activeClass": "active",
|
|
26
|
-
"sourceHTML": "<ion-slide xattr-theme=\"
|
|
26
|
+
"sourceHTML": "<ion-slide xattr-theme=\"positive-bg\" id=\"crn-slider-item-${RANDOM}\" data-component=\"crn-slider-item\" class=\"positive-bg crn-slider-item\" data-container=\"true\" data-replace=\"true\"> <img alt=\"Placehold\" src=\"node_modules/cronapp-framework-mobile-js/img/placehold-300x200.png\" class=\"component-holder\" style=\"object-fit: cover;\" xattr-position=\"\" width=\"100%\" height=\"100%\" object-fit=\"object-fit: cover;\" data-component=\"crn-image\" id=\"crn-image-${RANDOM}\"> <h2 class=\"text-center top-50\" data-component=\"crn-label\" data-container=\"true\" data-replace=\"true\" horizontal-text-position=\"text-center\" vertical-text-position=\"top-50\">NEW SLIDE</h2> </ion-slide>",
|
|
27
27
|
"targetSelector": "ion-slide-box"
|
|
28
28
|
}
|
|
29
29
|
]
|
|
@@ -31,20 +31,20 @@
|
|
|
31
31
|
"childrenProperties": [
|
|
32
32
|
{
|
|
33
33
|
"name": "auto-play",
|
|
34
|
-
"selector": "ion-slide-box
|
|
34
|
+
"selector": "ion-slide-box",
|
|
35
35
|
"displayName_pt_BR": "Início automático",
|
|
36
36
|
"displayName_en_US": "Auto play",
|
|
37
37
|
"type": "logic"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
40
|
"name": "slide-interval",
|
|
41
|
-
"selector": "ion-slide-box
|
|
41
|
+
"selector": "ion-slide-box",
|
|
42
42
|
"displayName_pt_BR": "Intervalo de transição (segundos)",
|
|
43
43
|
"displayName_en_US": "Slide interval (seconds)"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "does-continue",
|
|
47
|
-
"selector": "ion-slide-box
|
|
47
|
+
"selector": "ion-slide-box",
|
|
48
48
|
"displayName_pt_BR": "Reprodução contínua?",
|
|
49
49
|
"displayName_en_US": "Does continue?",
|
|
50
50
|
"type": "logic"
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"selector": "div",
|
|
90
90
|
"type": "event"
|
|
91
91
|
}
|
|
92
|
-
],
|
|
92
|
+
],
|
|
93
93
|
"styles": [
|
|
94
94
|
{
|
|
95
95
|
"selector": "div#{id} .slider-pager .slider-pager-page.active ",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"INPUTS", "FORMS"
|
|
10
10
|
],
|
|
11
11
|
"wrapper": false,
|
|
12
|
-
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/
|
|
12
|
+
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/textarea.template.html",
|
|
13
13
|
"properties": {
|
|
14
14
|
"class": {
|
|
15
15
|
"order": 9999
|
|
@@ -40,11 +40,6 @@
|
|
|
40
40
|
"displayName_en_US": "Number of lines",
|
|
41
41
|
"order": 4
|
|
42
42
|
},
|
|
43
|
-
"maxlength": {
|
|
44
|
-
"displayName_pt_BR": "Máximo de caracteres",
|
|
45
|
-
"displayName_en_US": "Maximum characters",
|
|
46
|
-
"order": 5
|
|
47
|
-
},
|
|
48
43
|
"resize": {
|
|
49
44
|
"displayName_pt_BR": "Redimensionável",
|
|
50
45
|
"displayName_en_US": "Resize",
|
|
@@ -92,5 +87,23 @@
|
|
|
92
87
|
}
|
|
93
88
|
]
|
|
94
89
|
}
|
|
90
|
+
],
|
|
91
|
+
"childrenProperties": [
|
|
92
|
+
{
|
|
93
|
+
"name": "minlength",
|
|
94
|
+
"selector": "input",
|
|
95
|
+
"type": "text",
|
|
96
|
+
"displayName_pt_BR": "Tamanho mínimo",
|
|
97
|
+
"displayName_en_US": "Minimum size",
|
|
98
|
+
"order": 1
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "maxlength",
|
|
102
|
+
"selector": "input",
|
|
103
|
+
"type": "text",
|
|
104
|
+
"displayName_pt_BR": "Máximo de caracteres",
|
|
105
|
+
"displayName_en_US": "Maximum characters",
|
|
106
|
+
"order": 2
|
|
107
|
+
}
|
|
95
108
|
]
|
|
96
109
|
}
|
package/components/css/app.css
CHANGED
|
@@ -28,30 +28,6 @@
|
|
|
28
28
|
<i class="icon ion-alert icon-designtime-ion-list" xattr-theme="dark"></i>
|
|
29
29
|
</div>
|
|
30
30
|
</ion-item>
|
|
31
|
-
|
|
32
|
-
<ion-item class="item item-complex item-right-editable item-icon-right item-thumbnail-left">
|
|
33
|
-
<ul ng-if="options.allowMultiselect"
|
|
34
|
-
class="checkbox-group component-holder cron-list-multiselect-thumbnail">
|
|
35
|
-
<label class="checkbox">
|
|
36
|
-
<input type="checkbox">
|
|
37
|
-
</label>
|
|
38
|
-
</ul>
|
|
39
|
-
<div class="item-content">
|
|
40
|
-
<img alt="Thumbnail" src="node_modules/cronapp-framework-mobile-js/img/user.svg">
|
|
41
|
-
<div class="text-left ">
|
|
42
|
-
<h2 class="ng-binding">admin@cronapp.io</h2>
|
|
43
|
-
<p class="dark ng-binding">Administrator</p>
|
|
44
|
-
<p class="dark ng-binding">admin</p>
|
|
45
|
-
</div>
|
|
46
|
-
<i ng-if="options.icon" class="icon ion-alert icon-designtime-ion-list" xattr-theme="dark"></i>
|
|
47
|
-
</div>
|
|
48
|
-
<div class="item-options invisible">
|
|
49
|
-
<ion-option-button class="button-positive ion-edit button" ng-click="User.startEditing(rowData)"
|
|
50
|
-
role="button" tabindex="0"><span class="ng-binding">Editar</span></ion-option-button>
|
|
51
|
-
<ion-option-button class="button-assertive ion-trash-a button" ng-click="User.remove(rowData)"
|
|
52
|
-
role="button" tabindex="0"><span class="ng-binding">Remover</span></ion-option-button>
|
|
53
|
-
</div>
|
|
54
|
-
</ion-item>
|
|
55
31
|
</div>
|
|
56
32
|
</ion-list>
|
|
57
33
|
</div>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<li role="presentation" class="active" data-component="crn-ion-segment-item">
|
|
2
|
-
<a data-target="#tab1" lass="" role="tab" data-toggle="tab" data-container="true">
|
|
2
|
+
<a data-target="#tab1-${RANDOM}" lass="" role="tab" data-toggle="tab" data-container="true">
|
|
3
3
|
<i class="ion ion-android-star"></i>
|
|
4
4
|
<span>New</span>
|
|
5
5
|
</a>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<div class="crn-ion-segment icon-theme-light-positive crn-ion-segment-classic" theme-ion-segment="crn-ion-segment-classic" icon-theme-light="icon-theme-light-positive">
|
|
2
2
|
<ul class="nav nav-tabs font-size-200 tabs-template-full active- icon-orientation-left active--blue active- background-positive active-background-positive ion-segment-light" role="tablist" icon-size="font-size-200" tabs-template="tabs-template-full" background-color="background-positive" background-color-active="active-background-positive" icon-theme="ion-segment-light" icon-orientation="icon-orientation-left">
|
|
3
3
|
<li role="presentation" class="active">
|
|
4
|
-
<a data-target="#tab1" data-component="crn-ion-segment-item" role="tab" data-toggle="tab" data-container="true">
|
|
4
|
+
<a data-target="#tab1-${RANDOM}" data-component="crn-ion-segment-item" role="tab" data-toggle="tab" data-container="true">
|
|
5
5
|
<i class="ion ion-android-star"></i>
|
|
6
6
|
<span>IOS</span>
|
|
7
7
|
</a>
|
|
8
8
|
</li>
|
|
9
9
|
<li role="presentation" class="">
|
|
10
|
-
<a data-target="#tab2" data-component="crn-ion-segment-item" role="tab" data-toggle="tab" data-container="true">
|
|
10
|
+
<a data-target="#tab2-${RANDOM}" data-component="crn-ion-segment-item" role="tab" data-toggle="tab" data-container="true">
|
|
11
11
|
<i class="ion ion-android-star"></i>
|
|
12
12
|
<span>Android</span>
|
|
13
13
|
</a>
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
</ul>
|
|
16
16
|
|
|
17
17
|
<div class="tab-content">
|
|
18
|
-
<div role="tabpanel" class="tab-pane active" id="tab1">
|
|
18
|
+
<div role="tabpanel" class="tab-pane active" id="tab1-${RANDOM}">
|
|
19
19
|
<div data-container="true" data-replace="true">
|
|
20
20
|
</div>
|
|
21
21
|
</div>
|
|
22
|
-
<div role="tabpanel" class="tab-pane" id="tab2">
|
|
22
|
+
<div role="tabpanel" class="tab-pane" id="tab2-${RANDOM}">
|
|
23
23
|
<div data-container="true" data-replace="true">
|
|
24
24
|
</div>
|
|
25
25
|
</div>
|