cronapp-framework-js 2.8.27 → 2.8.31
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-carousel.components.json +1 -1
- package/components/crn-chart.components.json +1 -0
- package/components/crn-cron-grid.components.json +24 -34
- package/components/crn-dynamic-menu.components.json +1 -0
- package/components/crn-eight-four-container.components.json +2 -2
- package/components/crn-enterprise-autocomplete.components.json +8 -0
- package/components/crn-enterprise-combobox-multiple.components.json +7 -0
- package/components/crn-enterprise-combobox.components.json +7 -0
- package/components/crn-enterprise-dynamic-autocomplete.components.json +35 -27
- package/components/crn-enterprise-dynamic-combobox.components.json +7 -0
- package/components/crn-four-eight-container.components.json +2 -2
- package/components/crn-one-container.components.json +2 -2
- package/components/crn-ordered-sub-list.components.json +1 -2
- package/components/crn-radioOption.components.json +8 -0
- package/components/crn-textarea.components.json +8 -0
- package/components/crn-textinput.components.json +8 -0
- package/components/crn-textinputbutton.components.json +8 -0
- package/components/crn-textinputicon.components.json +8 -0
- package/components/crn-three-container.components.json +2 -2
- package/components/crn-trhee-six-three-container.components.json +2 -2
- package/components/crn-two-container.components.json +2 -2
- package/components/crn-vertical-container.components.json +3 -3
- package/components/cron-breadcrumbs.components.json +64 -0
- package/components/templates/carousel.template.html +3 -3
- package/components/templates/cron-autocomplete.designtime.html +33 -1
- package/components/templates/cron-breadcrumbs.designtime.html +11 -0
- package/components/templates/cron-breadcrumbs.template.html +3 -0
- package/components/templates/grid-vertical.template.html +2 -2
- package/components/templates/navbar.template.html +5 -5
- package/components/templates/tabs.template.html +4 -4
- package/components/templates/textinputbutton.template.html +11 -9
- package/css/app.css +7 -0
- package/css/modalTemplate.css +21 -9
- package/css/themes/custom/material/custom-material.css +0 -4
- package/dist/components/templates/carousel.template.html +1 -1
- package/dist/components/templates/cron-autocomplete.designtime.html +26 -1
- package/dist/components/templates/cron-breadcrumbs.designtime.html +1 -0
- package/dist/components/templates/cron-breadcrumbs.template.html +1 -0
- package/dist/components/templates/grid-vertical.template.html +1 -1
- package/dist/components/templates/navbar.template.html +1 -1
- package/dist/components/templates/tabs.template.html +1 -1
- package/dist/components/templates/textinputbutton.template.html +1 -1
- package/dist/css/app.css +1 -1
- package/dist/css/modalTemplate.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/img/barcode.png +0 -0
- package/dist/img/cron-icon/cron-breadrumb.svg +1 -0
- package/dist/img/cronGrid.png +0 -0
- package/dist/img/cronRichEditor.png +0 -0
- package/dist/img/cronapp-logo-login.png +0 -0
- package/dist/img/logo.png +0 -0
- package/dist/img/placehold-100x100.png +0 -0
- package/dist/img/placehold-900x500.png +0 -0
- package/dist/img/qrcode.png +0 -0
- package/dist/img/selectFile.png +0 -0
- package/dist/img/switch.png +0 -0
- package/dist/js/app.js +1 -1
- package/dist/js/controllers.js +1 -1
- package/dist/js/directives.js +1 -1
- package/dist/js/reports/reports.service.js +1 -1
- package/img/cron-icon/cron-breadrumb.svg +638 -0
- package/js/app.js +30 -15
- package/js/controllers.js +2 -15
- package/js/directives.js +157 -11
- package/js/reports/reports.service.js +3 -0
- package/package.json +1 -1
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"LAYOUTS", "FORMS"
|
|
10
10
|
],
|
|
11
11
|
"wrapper": false,
|
|
12
|
+
"forcedGroup": true,
|
|
12
13
|
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/chart.template.html",
|
|
13
14
|
"designTimeHTML": "<img style=\"height: 100%;width:100%;min-height:100%; min-width:100%;\" src=\"node_modules/cronapp-framework-js/img/svg-charts.svg\"/>",
|
|
14
15
|
"designTimeSelector": "canvas",
|
|
@@ -120,92 +120,87 @@
|
|
|
120
120
|
],
|
|
121
121
|
"styles": [
|
|
122
122
|
{
|
|
123
|
-
"selector": "
|
|
123
|
+
"selector": "#{id} .k-grid .k-grid-toolbar",
|
|
124
124
|
"text_pt_BR": "Barra de Ferramentas",
|
|
125
125
|
"text_en_US": "Toolbar"
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
|
-
"selector": "
|
|
128
|
+
"selector": "#{id} .k-grid .k-header .k-grid-add",
|
|
129
129
|
"text_pt_BR": "Botão de Adicionar",
|
|
130
130
|
"text_en_US": "Add Button"
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
|
-
"selector": "
|
|
133
|
+
"selector": "#{id} .k-grid .k-header .k-grid-save-changes",
|
|
134
134
|
"text_pt_BR": "Botão de Salvar Alterações",
|
|
135
135
|
"text_en_US": "Save Changes Button"
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
|
-
"selector": "
|
|
138
|
+
"selector": "#{id} .k-grid .k-header .k-grid-cancel-changes",
|
|
139
139
|
"text_pt_BR": "Botão de Cancelar Alteração",
|
|
140
140
|
"text_en_US": "Cancel Changes Button"
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
|
-
"selector": "
|
|
143
|
+
"selector": "#{id} .k-grid .k-grouping-header",
|
|
144
144
|
"text_pt_BR": "Agrupar Colunas",
|
|
145
145
|
"text_en_US": "Column Group"
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
|
-
"selector": "
|
|
148
|
+
"selector": "#{id} .k-grouping-row",
|
|
149
149
|
"text_pt_BR": "Item Agrupado",
|
|
150
150
|
"text_en_US": "Grouped Item"
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
|
-
"selector": "
|
|
153
|
+
"selector": " #{id} .k-grid th.k-header, #{id} .k-grid th.k-header thead tr[role=\"row\"] a, #{id} .k-grid-header .k-header a.k-link, #{id} .k-grid-header",
|
|
154
154
|
"text_pt_BR": "Cabeçalho",
|
|
155
155
|
"text_en_US": "Header"
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
|
-
"selector": "
|
|
158
|
+
"selector": "#{id} .k-grid-header .k-grid-filter",
|
|
159
159
|
"text_pt_BR": "Ícone do Filtro",
|
|
160
160
|
"text_en_US": "Filter Icon"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
|
-
"selector": ".k-grid
|
|
164
|
-
"text_pt_BR": "Botão Salvar Alterações",
|
|
165
|
-
"text_en_US": "Save Changes Button"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"selector": ".k-grid-toolbar .k-button.k-grid-cancel-changes",
|
|
169
|
-
"text_pt_BR": "Botão Cancelar Alterações",
|
|
170
|
-
"text_en_US": "Cancel Changes Button"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"selector": "div#{id} .k-grid tbody",
|
|
163
|
+
"selector": "#{id} .k-grid tbody",
|
|
174
164
|
"text_pt_BR": "Linha Padrão",
|
|
175
165
|
"text_en_US": "Default Row"
|
|
176
166
|
},
|
|
177
167
|
{
|
|
178
|
-
"selector": "
|
|
168
|
+
"selector": "#{id} .k-grid tr.k-alt",
|
|
179
169
|
"text_pt_BR": "Linha Alternada",
|
|
180
170
|
"text_en_US": "Alternate Row"
|
|
181
171
|
},
|
|
182
172
|
{
|
|
183
|
-
"selector": "
|
|
173
|
+
"selector": "#{id} .k-grid tr.k-state-selected",
|
|
184
174
|
"text_pt_BR": "Linha Selecionada",
|
|
185
175
|
"text_en_US": "Selected Row"
|
|
186
176
|
},
|
|
187
177
|
{
|
|
188
|
-
"selector": "
|
|
178
|
+
"selector": ".k-list-container .k-button.k-state-hover",
|
|
179
|
+
"text_pt_BR": "Ao passar o mouse no botão de ação",
|
|
180
|
+
"text_en_US": "On mouse hover the action button"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"selector": "#{id} .k-grid tbody .k-grid-edit",
|
|
189
184
|
"text_pt_BR": "Botão de ação Editar",
|
|
190
185
|
"text_en_US": "Edit action button"
|
|
191
186
|
},
|
|
192
187
|
{
|
|
193
|
-
"selector": "
|
|
188
|
+
"selector": "#{id} .k-grid tbody .k-grid-delete",
|
|
194
189
|
"text_pt_BR": "Botão de ação Deletar",
|
|
195
190
|
"text_en_US": "Delete action button"
|
|
196
191
|
},
|
|
197
192
|
{
|
|
198
|
-
"selector": "
|
|
193
|
+
"selector": "#{id} .k-grid tbody .k-grid-update",
|
|
199
194
|
"text_pt_BR": "Botão de ação Atualizar",
|
|
200
195
|
"text_en_US": "Update action button"
|
|
201
196
|
},
|
|
202
197
|
{
|
|
203
|
-
"selector": "
|
|
198
|
+
"selector": "#{id} .k-grid tbody .k-grid-cancel",
|
|
204
199
|
"text_pt_BR": "Botão de ação Cancelar",
|
|
205
200
|
"text_en_US": "Cancel action button"
|
|
206
201
|
},
|
|
207
202
|
{
|
|
208
|
-
"selector": "
|
|
203
|
+
"selector": "#{id} .k-grid .k-pager-wrap, #{id} .k-pager-info.k-label, #{id} .k-grid .k-pager-wrap .k-dropdown .k-dropdown-wrap, #{id} .k-grid .k-pager-wrap .k-dropdown .k-dropdown-wrap .k-input",
|
|
209
204
|
"text_pt_BR": "Área de paginação",
|
|
210
205
|
"text_en_US": "Pagination Container"
|
|
211
206
|
},
|
|
@@ -215,22 +210,17 @@
|
|
|
215
210
|
"text_en_US": "Pagination Combobox"
|
|
216
211
|
},
|
|
217
212
|
{
|
|
218
|
-
"selector": ".k-list
|
|
219
|
-
"text_pt_BR": "Ao passar o mouse na Paginação",
|
|
220
|
-
"text_en_US": "Mouse Hover the Pagination"
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"selector": " .k-list .k-item.k-state-focused, .k-list .k-item::focus",
|
|
213
|
+
"selector": " .k-list .k-item.k-state-focused",
|
|
224
214
|
"text_pt_BR": "Paginação selecionada",
|
|
225
215
|
"text_en_US": "Selected paging"
|
|
226
216
|
},
|
|
227
217
|
{
|
|
228
|
-
"selector": "
|
|
218
|
+
"selector": "#{id} .k-grid .k-pager-numbers .k-state-selected",
|
|
229
219
|
"text_pt_BR": "Marcador da Página Atual",
|
|
230
220
|
"text_en_US": "Current Page Marker"
|
|
231
221
|
},
|
|
232
222
|
{
|
|
233
|
-
"selector": "
|
|
223
|
+
"selector": "#{id} .k-grid-toolbar .k-grid-custom",
|
|
234
224
|
"text_pt_BR": "Botão Customizável",
|
|
235
225
|
"text_en_US": "Custom Button"
|
|
236
226
|
}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
],
|
|
13
13
|
"order": 11,
|
|
14
14
|
"wrapper": false,
|
|
15
|
+
"forcedGroup": true,
|
|
15
16
|
"designTimeDynamic": true,
|
|
16
17
|
"designTimeHTMLURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/cron-dynamic-menu.designtime.html",
|
|
17
18
|
"designTimeSelector": ":self",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crn-eight-four-container",
|
|
3
|
-
"text_pt_BR": "8/4
|
|
4
|
-
"text_en_US": "8/4
|
|
3
|
+
"text_pt_BR": "2 Colunas (8/4)",
|
|
4
|
+
"text_en_US": "2 Columns (8/4)",
|
|
5
5
|
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-eight-four-container.svg",
|
|
6
6
|
"description": "Três recipiente ao lado para inserir componentes",
|
|
7
7
|
"description_en_US": "Three container on the side for inserting components",
|
|
@@ -67,6 +67,14 @@
|
|
|
67
67
|
"order": 5,
|
|
68
68
|
"mandatory": false
|
|
69
69
|
},
|
|
70
|
+
{
|
|
71
|
+
"name": "cron-disabled",
|
|
72
|
+
"selector": "cron-auto-complete",
|
|
73
|
+
"displayName_en_US": "Disabled",
|
|
74
|
+
"displayName_pt_BR": "Desabilitado",
|
|
75
|
+
"type": "logic",
|
|
76
|
+
"order": 6
|
|
77
|
+
},
|
|
70
78
|
{
|
|
71
79
|
"name": "no-results-message",
|
|
72
80
|
"selector": "cron-auto-complete",
|
|
@@ -161,6 +161,13 @@
|
|
|
161
161
|
"name": "combobox-theme",
|
|
162
162
|
"selector": "div.form-group"
|
|
163
163
|
},
|
|
164
|
+
{
|
|
165
|
+
"name": "cron-disabled",
|
|
166
|
+
"selector": "cron-select",
|
|
167
|
+
"displayName_en_US": "Disabled",
|
|
168
|
+
"displayName_pt_BR": "Desabilitado",
|
|
169
|
+
"type": "logic"
|
|
170
|
+
},
|
|
164
171
|
{
|
|
165
172
|
"name": "ng-change",
|
|
166
173
|
"selector": "cron-multi-select",
|
|
@@ -32,6 +32,13 @@
|
|
|
32
32
|
"displayName_en_US": "On Change",
|
|
33
33
|
"type": "event"
|
|
34
34
|
},
|
|
35
|
+
{
|
|
36
|
+
"name": "cron-disabled",
|
|
37
|
+
"selector": "cron-select",
|
|
38
|
+
"displayName_en_US": "Disabled",
|
|
39
|
+
"displayName_pt_BR": "Desabilitado",
|
|
40
|
+
"type": "logic"
|
|
41
|
+
},
|
|
35
42
|
{
|
|
36
43
|
"name": "ng-select",
|
|
37
44
|
"selector": "cron-select",
|
|
@@ -48,33 +48,41 @@
|
|
|
48
48
|
"displayName_pt_BR": "Título",
|
|
49
49
|
"displayName_en_US": "Title",
|
|
50
50
|
"order": 2
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "auto-expand",
|
|
54
|
+
"selector": "cron-auto-complete",
|
|
55
|
+
"displayName_pt_BR": "Expandir automaticamente",
|
|
56
|
+
"displayName_en_US": "Auto expand",
|
|
57
|
+
"type": "logic",
|
|
58
|
+
"order": 4,
|
|
59
|
+
"mandatory": false
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "first-option-on-blur",
|
|
63
|
+
"selector": "cron-auto-complete",
|
|
64
|
+
"displayName_pt_BR": "Selecionar primeira opção ao sair",
|
|
65
|
+
"displayName_en_US": "Select first option on blur",
|
|
66
|
+
"type": "logic",
|
|
67
|
+
"order": 5,
|
|
68
|
+
"mandatory": false
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "no-results-message",
|
|
72
|
+
"selector": "cron-auto-complete",
|
|
73
|
+
"displayName_pt_BR": "Texto quando não tem resultados",
|
|
74
|
+
"displayName_en_US": "Text when there are no results",
|
|
75
|
+
"type": "text",
|
|
76
|
+
"order": 6,
|
|
77
|
+
"mandatory": false
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "cron-disabled",
|
|
81
|
+
"selector": "cron-auto-complete",
|
|
82
|
+
"displayName_en_US": "Disabled",
|
|
83
|
+
"displayName_pt_BR": "Desabilitado",
|
|
84
|
+
"type": "logic",
|
|
85
|
+
"order": 7
|
|
78
86
|
},
|
|
79
87
|
{
|
|
80
88
|
"name": "ng-select",
|
|
@@ -32,6 +32,13 @@
|
|
|
32
32
|
"displayName_en_US": "Text when there are no results",
|
|
33
33
|
"type": "text"
|
|
34
34
|
},
|
|
35
|
+
{
|
|
36
|
+
"name": "cron-disabled",
|
|
37
|
+
"selector": "cron-auto-complete",
|
|
38
|
+
"displayName_en_US": "Disabled",
|
|
39
|
+
"displayName_pt_BR": "Desabilitado",
|
|
40
|
+
"type": "logic"
|
|
41
|
+
},
|
|
35
42
|
{
|
|
36
43
|
"name": "ng-change",
|
|
37
44
|
"selector": "cron-dynamic-select",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crn-four-eight-container",
|
|
3
|
-
"text_pt_BR": "4/8
|
|
4
|
-
"text_en_US": "4/8
|
|
3
|
+
"text_pt_BR": "2 Colunas (4/8)",
|
|
4
|
+
"text_en_US": "2 Columns (4/8)",
|
|
5
5
|
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-four-eight-container.svg",
|
|
6
6
|
"description": "Três recipiente ao lado para inserir componentes",
|
|
7
7
|
"description_en_US": "Three container on the side for inserting components",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crn-one-container",
|
|
3
|
-
"text_pt_BR": "1 Coluna",
|
|
4
|
-
"text_en_US": "1 Column",
|
|
3
|
+
"text_pt_BR": "1 Coluna (12)",
|
|
4
|
+
"text_en_US": "1 Column (12)",
|
|
5
5
|
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-one-container.svg",
|
|
6
6
|
"description": "Um recipiente para inserir componentes",
|
|
7
7
|
"description_en_US": "A container for inserting components",
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
"name": "crn-ordered-sub-list",
|
|
3
3
|
"text_pt_BR": "Sub lista ordenada",
|
|
4
4
|
"text_en_US": "Ordered sub list",
|
|
5
|
-
"wrapper":
|
|
6
|
-
"autoWrapper": true,
|
|
5
|
+
"wrapper": true,
|
|
7
6
|
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-ordered-sub-list.svg",
|
|
8
7
|
"description": "Sublista de segundo grau com indicadores numerados",
|
|
9
8
|
"description_en_US": "Second degree sublist with numbered indicators",
|
|
@@ -38,6 +38,14 @@
|
|
|
38
38
|
"type": "content",
|
|
39
39
|
"order": 2
|
|
40
40
|
},
|
|
41
|
+
{
|
|
42
|
+
"name": "ng-disabled",
|
|
43
|
+
"selector": "input",
|
|
44
|
+
"displayName_en_US": "Disabled",
|
|
45
|
+
"displayName_pt_BR": "Desabilitado",
|
|
46
|
+
"type": "logic",
|
|
47
|
+
"order": 3
|
|
48
|
+
},
|
|
41
49
|
{
|
|
42
50
|
"name": "ng-click",
|
|
43
51
|
"selector": "label[value]",
|
|
@@ -76,6 +76,14 @@
|
|
|
76
76
|
"type": "text",
|
|
77
77
|
"order": 2
|
|
78
78
|
},
|
|
79
|
+
{
|
|
80
|
+
"name": "ng-disabled",
|
|
81
|
+
"selector": "textarea",
|
|
82
|
+
"displayName_en_US": "Disabled",
|
|
83
|
+
"displayName_pt_BR": "Desabilitado",
|
|
84
|
+
"type": "logic",
|
|
85
|
+
"order": 8
|
|
86
|
+
},
|
|
79
87
|
{
|
|
80
88
|
"name": "ng-init",
|
|
81
89
|
"selector": "textarea",
|
|
@@ -52,6 +52,14 @@
|
|
|
52
52
|
"onDisplay": "javascript:function() { return arguments[0].replace('vars.',''); }",
|
|
53
53
|
"mandatory": true
|
|
54
54
|
},
|
|
55
|
+
{
|
|
56
|
+
"name": "ng-disabled",
|
|
57
|
+
"selector": "input",
|
|
58
|
+
"displayName_en_US": "Disabled",
|
|
59
|
+
"displayName_pt_BR": "Desabilitado",
|
|
60
|
+
"type": "logic",
|
|
61
|
+
"order": 4
|
|
62
|
+
},
|
|
55
63
|
{
|
|
56
64
|
"name": "type",
|
|
57
65
|
"selector": "input",
|
|
@@ -77,6 +77,14 @@
|
|
|
77
77
|
"type": "mask",
|
|
78
78
|
"order": 3
|
|
79
79
|
},
|
|
80
|
+
{
|
|
81
|
+
"name": "ng-disabled",
|
|
82
|
+
"selector": "input",
|
|
83
|
+
"displayName_en_US": "Disabled",
|
|
84
|
+
"displayName_pt_BR": "Desabilitado",
|
|
85
|
+
"type": "logic",
|
|
86
|
+
"order": 4
|
|
87
|
+
},
|
|
80
88
|
{
|
|
81
89
|
"name": "ng-required",
|
|
82
90
|
"selector": "input",
|
|
@@ -76,6 +76,14 @@
|
|
|
76
76
|
"type": "mask",
|
|
77
77
|
"order": 3
|
|
78
78
|
},
|
|
79
|
+
{
|
|
80
|
+
"name": "ng-disabled",
|
|
81
|
+
"selector": "input",
|
|
82
|
+
"displayName_en_US": "Disabled",
|
|
83
|
+
"displayName_pt_BR": "Desabilitado",
|
|
84
|
+
"type": "logic",
|
|
85
|
+
"order": 4
|
|
86
|
+
},
|
|
79
87
|
{
|
|
80
88
|
"name": "ng-required",
|
|
81
89
|
"selector": "input",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crn-three-container",
|
|
3
|
-
"text_pt_BR": "3 Colunas",
|
|
4
|
-
"text_en_US": "3 Columns",
|
|
3
|
+
"text_pt_BR": "3 Colunas (4/4/4)",
|
|
4
|
+
"text_en_US": "3 Columns (4/4/4)",
|
|
5
5
|
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-three-container.svg",
|
|
6
6
|
"description": "Três recipiente ao lado para inserir componentes",
|
|
7
7
|
"description_en_US": "Three container on the side for inserting components",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crn-three-six-three-container",
|
|
3
|
-
"text_pt_BR": "3/6/3
|
|
4
|
-
"text_en_US": "3/6/3
|
|
3
|
+
"text_pt_BR": "3 Colunas (3/6/3)",
|
|
4
|
+
"text_en_US": "3 Columns (3/6/3)",
|
|
5
5
|
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-three-six-three-container.svg",
|
|
6
6
|
"description": "Três recipiente ao lado para inserir componentes",
|
|
7
7
|
"description_en_US": "Three container on the side for inserting components",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crn-two-container",
|
|
3
|
-
"text_pt_BR": "2 Colunas",
|
|
4
|
-
"text_en_US": "2 Columns",
|
|
3
|
+
"text_pt_BR": "2 Colunas (6/6)",
|
|
4
|
+
"text_en_US": "2 Columns (6/6)",
|
|
5
5
|
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-two-container.svg",
|
|
6
6
|
"description": "Dois recipiente ao lado para inserir componentes",
|
|
7
7
|
"description_en_US": "Two container on the side for inserting components",
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"type": "event"
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
-
"forcedGroup": true,
|
|
45
44
|
"wrapper": false,
|
|
46
|
-
"autoWrapper": true,
|
|
47
45
|
"handleRules": {
|
|
46
|
+
"canOrder": true,
|
|
47
|
+
"canActivate": true,
|
|
48
48
|
"canIncrement": true,
|
|
49
49
|
"rules": [
|
|
50
50
|
{
|
|
51
|
-
"sourceHTML": "<div
|
|
51
|
+
"sourceHTML": "<div data-container=\"true\" data-replace=\"true\">Content New</div> ",
|
|
52
52
|
"targetSelector": ":self"
|
|
53
53
|
}
|
|
54
54
|
]
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "cron-breadcrumbs",
|
|
3
|
+
"text_pt_BR": "Breadcrumbs",
|
|
4
|
+
"text_en_US": "Breadcrumbs",
|
|
5
|
+
"image": "/node_modules/cronapp-framework-js/img/cron-icon/cron-breadrumb.svg",
|
|
6
|
+
"description": "Breadcrumb",
|
|
7
|
+
"description_en_US": "Breadcrumb",
|
|
8
|
+
"category": [
|
|
9
|
+
"LAYOUTS", "COMBOS"
|
|
10
|
+
],
|
|
11
|
+
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/cron-breadcrumbs.template.html",
|
|
12
|
+
"designTimeHTMLURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/cron-breadcrumbs.designtime.html",
|
|
13
|
+
"designTimeSelector": "cron-breadcrumbs",
|
|
14
|
+
"designTimeDynamic": true,
|
|
15
|
+
"wrapper": true,
|
|
16
|
+
"forcedGroup": true,
|
|
17
|
+
"properties": {
|
|
18
|
+
"class": {
|
|
19
|
+
"order": 9999
|
|
20
|
+
},
|
|
21
|
+
"id": {
|
|
22
|
+
"order": 1
|
|
23
|
+
},
|
|
24
|
+
"crn-delimiter-icon": {
|
|
25
|
+
"displayName_pt_BR": "Ícone delimitador",
|
|
26
|
+
"displayName_en_US": "Delimiter icon"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"attributesForPreview": [
|
|
30
|
+
{
|
|
31
|
+
"name": "crn-delimiter-icon",
|
|
32
|
+
"type": "options",
|
|
33
|
+
"target": "class",
|
|
34
|
+
"values": [
|
|
35
|
+
{
|
|
36
|
+
"key": "arrow-chevron-right",
|
|
37
|
+
"value_pt_BR": "Seta",
|
|
38
|
+
"value_en_US": "Arrow"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"key": "line",
|
|
42
|
+
"value_pt_BR": "Linha",
|
|
43
|
+
"value_en_US": "Line"
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"childrenProperties": [
|
|
49
|
+
{
|
|
50
|
+
"name": "id-menu",
|
|
51
|
+
"selector": "cron-breadcrumbs",
|
|
52
|
+
"displayName_pt_BR": "Identificador do menu",
|
|
53
|
+
"displayName_en_US": "Menu id",
|
|
54
|
+
"type": "componentsList",
|
|
55
|
+
"component": "crn-dynamic-menu",
|
|
56
|
+
"mandatory": true
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "crn-delimiter-icon",
|
|
60
|
+
"selector": "cron-breadcrumbs",
|
|
61
|
+
"mandatory": true
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div class="carousel slide" data-ride="carousel">
|
|
1
|
+
<div class="carousel slide" data-ride="carousel" id="carousel-${RANDOM}">
|
|
2
2
|
<div class="carousel-inner" role="listbox">
|
|
3
3
|
<div class="item active" data-component="crn-carousel-item" id="crn-carousel-item-1">
|
|
4
4
|
<img data-component="crn-image" alt="First Slide" style="margin: 0 auto; object-fit: cover;" xattr-position=""
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
</ol>
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
<a style="width: 100px;" href="#carousel
|
|
37
|
+
<a style="width: 100px;" href="#carousel-${RANDOM}" class="left carousel-control" role="button" data-slide="prev">
|
|
38
38
|
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
|
|
39
39
|
<span class="sr-only">Previous</span>
|
|
40
40
|
</a>
|
|
41
41
|
|
|
42
42
|
|
|
43
|
-
<a href="#carousel
|
|
43
|
+
<a href="#carousel-${RANDOM}" class="right carousel-control" role="button" data-slide="next">
|
|
44
44
|
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
|
|
45
45
|
<span class="sr-only">Next</span>
|
|
46
46
|
</a>
|
|
@@ -1,5 +1,37 @@
|
|
|
1
|
-
<div class="form-group" id="
|
|
1
|
+
<div class="form-group" id="{{attrs.id}}-designtime">
|
|
2
2
|
<label for="cron-${COMPONENTID}">Label</label>
|
|
3
|
+
<span style="display: none;" id="cron-autocomplete-designtime" data-attrs="{{attrs}}">
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
let $documentDesignTime = $(document.getElementsByTagName('iframe')[0].contentWindow.document);
|
|
7
|
+
let wait = setInterval(()=> {
|
|
8
|
+
|
|
9
|
+
let $element = $documentDesignTime.find('[id=cron-autocomplete-designtime]')
|
|
10
|
+
if ($element.length) {
|
|
11
|
+
clearInterval(wait);
|
|
12
|
+
|
|
13
|
+
$element.each((idx, c) => {
|
|
14
|
+
|
|
15
|
+
let $current = $(c);
|
|
16
|
+
let attrs = $current.data('attrs');
|
|
17
|
+
let $label = $documentDesignTime.find(`#${attrs.id}`).find('label');
|
|
18
|
+
let $labelDesignTime = $documentDesignTime.find(`#${attrs.id}-designtime`).find('label');
|
|
19
|
+
if (!$label.data('synchronize-started')) {
|
|
20
|
+
$label.data('synchronize-started', true);
|
|
21
|
+
let synchronize = setInterval(() => {
|
|
22
|
+
if ($label.html() !== $labelDesignTime.html()) {
|
|
23
|
+
$labelDesignTime.html($label.html());
|
|
24
|
+
}
|
|
25
|
+
}, 500);
|
|
26
|
+
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
</script>
|
|
34
|
+
</span>
|
|
3
35
|
<span class="k-widget k-autocomplete cronAutoComplete" style="width: 100%;">
|
|
4
36
|
<input class="cronAutoComplete k-input" type="text">
|
|
5
37
|
</span>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<div id="cron-breadcrumbs" >
|
|
2
|
+
<ol class="k-breadcrumb-container">
|
|
3
|
+
<li class="k-breadcrumb-item k-breadcrumb-root-item ">
|
|
4
|
+
<a class=" k-breadcrumb-root-link k-breadcrumb-icontext-link" title="Home">Home</a>
|
|
5
|
+
<span class="k-breadcrumb-delimiter-icon k-icon k-i-arrow-chevron-right" aria-hidden="true"></span>
|
|
6
|
+
</li>
|
|
7
|
+
<li class="k-breadcrumb-item k-breadcrumb-last-item">
|
|
8
|
+
<a class="k-breadcrumb-link k-state-disabled" title="user">User</a>
|
|
9
|
+
</li>
|
|
10
|
+
</ol>
|
|
11
|
+
</div>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<div class="layout-vertical">
|
|
2
|
-
<div
|
|
3
|
-
<div
|
|
2
|
+
<div data-container="true" data-replace="true">Content 1</div>
|
|
3
|
+
<div data-container="true" data-replace="true">Content 2</div>
|
|
4
4
|
</div>
|