cronapp-framework-js 2.8.20 → 2.8.24

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.
Files changed (134) hide show
  1. package/components/crn-accordion.components.json +29 -1
  2. package/components/crn-anchor.components.json +2 -2
  3. package/components/crn-button.components.json +12 -2
  4. package/components/crn-cron-crud.components.json +21 -0
  5. package/components/crn-datasource.components.json +5 -0
  6. package/components/crn-datepicker.components.json +15 -0
  7. package/components/crn-datetimepicker.components.json +25 -0
  8. package/components/crn-dynamic-menu.components.json +21 -0
  9. package/components/crn-eight-four-container.components.json +43 -0
  10. package/components/crn-enterprise-autocomplete.components.json +38 -1
  11. package/components/crn-enterprise-checkbox.components.json +5 -0
  12. package/components/crn-enterprise-combobox-multiple.components.json +5 -0
  13. package/components/crn-enterprise-combobox.components.json +11 -1
  14. package/components/crn-enterprise-dynamic-autocomplete.components.json +39 -2
  15. package/components/crn-enterprise-dynamic-combobox.components.json +18 -1
  16. package/components/crn-four-eight-container.components.json +43 -0
  17. package/components/crn-horizontal-container.components.json +50 -42
  18. package/components/crn-icon.components.json +20 -12
  19. package/components/crn-image.components.json +4 -4
  20. package/components/crn-label.components.json +1 -0
  21. package/components/crn-one-container.components.json +43 -0
  22. package/components/crn-rating.components.json +31 -31
  23. package/components/crn-table.components.json +1 -2
  24. package/components/crn-textarea.components.json +9 -0
  25. package/components/crn-textinput.components.json +16 -5
  26. package/components/crn-three-container.components.json +43 -0
  27. package/components/crn-trhee-six-three-container.components.json +43 -0
  28. package/components/crn-two-container.components.json +43 -0
  29. package/components/crn-upload-file.components.json +2 -3
  30. package/components/crn-upload.components.json +2 -2
  31. package/components/crn-vertical-container.components.json +17 -9
  32. package/components/css/checkbox-color.css +16 -0
  33. package/components/css/color-default.css +2 -0
  34. package/components/css/font-size.css +15 -0
  35. package/components/css/image.css +15 -0
  36. package/components/templates/Component_Container/crn-eight-four-container.template.html +4 -0
  37. package/components/templates/Component_Container/crn-four-eight-container.template.html +4 -0
  38. package/components/templates/Component_Container/crn-one-container.template.html +1 -0
  39. package/components/templates/Component_Container/crn-three-container.template.html +5 -0
  40. package/components/templates/Component_Container/crn-three-six-three-container.template.html +5 -0
  41. package/components/templates/Component_Container/crn-two-container.template.html +4 -0
  42. package/components/templates/button.template.html +2 -2
  43. package/components/templates/cron-autocomplete.designtime.html +3 -3
  44. package/components/templates/cron-checkbox.template.html +1 -2
  45. package/components/templates/cron-combobox-multiple.template.html +1 -1
  46. package/components/templates/cron-crud.template.html +71 -0
  47. package/components/templates/cron-dynamic-combobox.template.html +2 -3
  48. package/components/templates/fileupload-button.template.html +1 -1
  49. package/components/templates/fileupload.template.html +1 -1
  50. package/components/templates/form.template.html +44 -21
  51. package/components/templates/grid-horizontal.template.html +4 -2
  52. package/components/templates/grid-vertical.template.html +4 -2
  53. package/components/templates/icon.template.html +1 -1
  54. package/components/templates/image.default.template.html +1 -2
  55. package/components/templates/rating.template.html +7 -7
  56. package/components/templates/social-button-bar.template.html +11 -12
  57. package/components/templates/sub-form.template.html +44 -11
  58. package/components/templates/textinputbutton.template.html +3 -1
  59. package/css/animate.css +433 -0
  60. package/css/app.css +131 -32
  61. package/css/modalTemplate.css +25 -0
  62. package/css/themes/custom/fuse/custom-fuse.min.css +1 -5
  63. package/css/themes/custom/material/components_css/crn-navbar.css +30 -32
  64. package/css/themes/custom/material/custom-material.css +16 -11
  65. package/css/themes/custom/navigator/custom-navigator.css +71 -76
  66. package/dist/components/css/checkbox-color.css +1 -1
  67. package/dist/components/css/color-default.css +1 -1
  68. package/dist/components/css/font-size.css +1 -0
  69. package/dist/components/css/image.css +1 -0
  70. package/dist/components/js/jquery.inputmask.bundle.js +1 -1
  71. package/dist/components/js/jquery.mask.min.js +1 -1
  72. package/dist/components/js/qrcode.js +1 -1
  73. package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
  74. package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
  75. package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
  76. package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
  77. package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
  78. package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
  79. package/dist/components/templates/button.template.html +1 -1
  80. package/dist/components/templates/cron-autocomplete.designtime.html +1 -1
  81. package/dist/components/templates/cron-checkbox.template.html +1 -1
  82. package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
  83. package/dist/components/templates/cron-crud.template.html +1 -0
  84. package/dist/components/templates/cron-dynamic-combobox.template.html +1 -1
  85. package/dist/components/templates/fileupload-button.template.html +1 -1
  86. package/dist/components/templates/fileupload.template.html +1 -1
  87. package/dist/components/templates/form.template.html +1 -1
  88. package/dist/components/templates/grid-horizontal.template.html +1 -1
  89. package/dist/components/templates/grid-vertical.template.html +1 -1
  90. package/dist/components/templates/icon.template.html +1 -1
  91. package/dist/components/templates/image.default.template.html +1 -1
  92. package/dist/components/templates/rating.template.html +1 -1
  93. package/dist/components/templates/social-button-bar.template.html +1 -1
  94. package/dist/components/templates/sub-form.template.html +1 -1
  95. package/dist/components/templates/textinputbutton.template.html +1 -1
  96. package/dist/css/app.css +1 -1
  97. package/dist/i18n/locale_en_us.json +2 -1
  98. package/dist/i18n/locale_pt_br.json +2 -1
  99. package/dist/img/barcode.png +0 -0
  100. package/dist/img/cron-icon/crn-cron-crud.svg +1 -0
  101. package/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
  102. package/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
  103. package/dist/img/cron-icon/crn-one-container.svg +1 -0
  104. package/dist/img/cron-icon/crn-three-container.svg +1 -0
  105. package/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
  106. package/dist/img/cron-icon/crn-two-container.svg +1 -0
  107. package/dist/img/cronGrid.png +0 -0
  108. package/dist/img/cronRichEditor.png +0 -0
  109. package/dist/img/cronapp-logo-login.png +0 -0
  110. package/dist/img/logo.png +0 -0
  111. package/dist/img/placehold-100x100.png +0 -0
  112. package/dist/img/placehold-900x500.png +0 -0
  113. package/dist/img/qrcode.png +0 -0
  114. package/dist/img/selectFile.png +0 -0
  115. package/dist/img/switch.png +0 -0
  116. package/dist/js/app.js +1 -1
  117. package/dist/js/controllers.js +1 -1
  118. package/dist/js/directives.js +1 -1
  119. package/dist/js/upload.service.js +1 -1
  120. package/i18n/locale_en_us.json +2 -1
  121. package/i18n/locale_pt_br.json +2 -1
  122. package/img/cron-icon/crn-cron-crud.svg +28 -0
  123. package/img/cron-icon/crn-eight-four-container.svg +18 -0
  124. package/img/cron-icon/crn-four-eight-container.svg +20 -0
  125. package/img/cron-icon/crn-one-container.svg +17 -0
  126. package/img/cron-icon/crn-three-container.svg +21 -0
  127. package/img/cron-icon/crn-three-six-three-container.svg +19 -0
  128. package/img/cron-icon/crn-two-container.svg +18 -0
  129. package/img/placehold-900x500.png +0 -0
  130. package/js/app.js +48 -22
  131. package/js/controllers.js +18 -11
  132. package/js/directives.js +2081 -1900
  133. package/js/upload.service.js +7 -3
  134. package/package.json +11 -11
@@ -12,6 +12,10 @@
12
12
  "properties": {
13
13
  "class": {
14
14
  "order": 9999
15
+ },
16
+ "heading-arrow": {
17
+ "displayName_pt_BR": "Seta",
18
+ "displayName_en_US": "Arrow"
15
19
  }
16
20
  },
17
21
  "forcedGroup": true,
@@ -25,7 +29,7 @@
25
29
  "activeSelector": "div.panel-collapse.collapse.in",
26
30
  "activeClass": "in",
27
31
  "sourceHTML": "<div class=\"panel panel-default\"> <div class=\"panel-heading\" role=\"tab\" id=\"heading${RANDOM}\" data-toggle=\"collapse\" data-parent=\"#accordion\" href=\"#collapse${RANDOM}\" aria-expanded=\"true\" aria-controls=\"collapse${RANDOM}\"> <div class=\"lead text-center\" data-component=\"crn-title\" xattr-position=\"text-center\"> <h1 class=\"text-center title component-holder h3\" xattr-position=\"h1 text-center\" xattr-type=\"h3\" data-component=\"crn-text-component\">Ungroup and change the component</h1> </div> </div> <div id=\"collapse${RANDOM}\" class=\"panel-collapse collapse\" role=\"tabpanel\" aria-labelledby=\"heading${RANDOM}\"> <div class=\"panel-body\" data-container=\"true\"> <div class=\"lead text-center\" data-component=\"crn-subtitle\" xattr-position=\"text-center\"> <h1 class=\"text-center title component-holder h3\" xattr-position=\"h3 text-center\" xattr-type=\"h3\" data-component=\"crn-text-component\">Ungroup and insert component</h1> </div> </div> </div> </div>",
28
- "targetSelector": "div.panel-group"
32
+ "targetSelector": "div.panel-group"
29
33
  },
30
34
  {
31
35
  "accordionTabClicked": "div.panel-collapse.collapse",
@@ -35,7 +39,31 @@
35
39
  }
36
40
  ]
37
41
  },
42
+ "attributesForPreview": [
43
+ {
44
+ "name": "heading-arrow",
45
+ "type": "options",
46
+ "target": "class",
47
+ "values": [
48
+ {
49
+ "key": "heading-arrow",
50
+ "value_pt_BR": "Sim",
51
+ "value_en_US": "Yes"
52
+ },
53
+ {
54
+ "key": "heading-not-arrow",
55
+ "value_pt_BR": "Não",
56
+ "value_en_US": "No"
57
+ }
58
+ ]
59
+ }
60
+ ],
38
61
  "childrenProperties": [
62
+ {
63
+ "name": "heading-arrow",
64
+ "selector": ".panel .panel-heading",
65
+ "order": 3
66
+ },
39
67
  {
40
68
  "name": "ng-init",
41
69
  "selector": "div.panel-heading",
@@ -12,8 +12,8 @@
12
12
  "templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/anchor.template.html",
13
13
  "properties": {
14
14
  "target": {
15
- "displayName_pt_BR": "Ação pós clique",
16
- "displayName_en_US": "Post click action",
15
+ "displayName_pt_BR": "Onde abrir",
16
+ "displayName_en_US": "Where to open",
17
17
  "removable": false,
18
18
  "type": "list",
19
19
  "options": [
@@ -85,8 +85,8 @@
85
85
  "values": [
86
86
  {
87
87
  "key": "btn-default",
88
- "value_pt_BR": "Padrão",
89
- "value_en_US": "Default"
88
+ "value_pt_BR": "Padrão do tema",
89
+ "value_en_US": "Theme pattern"
90
90
  },
91
91
  {
92
92
  "key": "btn-primary",
@@ -129,6 +129,11 @@
129
129
  "type": "options",
130
130
  "target": "class",
131
131
  "values": [
132
+ {
133
+ "key": "color-theme",
134
+ "value_pt_BR": "Padrão do tema",
135
+ "value_en_US": "Theme pattern"
136
+ },
132
137
  {
133
138
  "key": "color-white",
134
139
  "value_pt_BR": "Branco",
@@ -262,6 +267,11 @@
262
267
  "type": "options",
263
268
  "target": "class",
264
269
  "values": [
270
+ {
271
+ "key": "color-theme",
272
+ "value_pt_BR": "Padrão do tema",
273
+ "value_en_US": "Theme pattern"
274
+ },
265
275
  {
266
276
  "key": "color-white",
267
277
  "value_pt_BR": "Branco",
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "crn-cron-crud",
3
+ "text_pt_BR": "CRUD",
4
+ "text_en_US": "CRUD",
5
+ "order": 2,
6
+ "image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-cron-crud.svg",
7
+ "description": "Pacote de componentes para criar CRUD",
8
+ "description_en_US": "Component package to create CRUD",
9
+ "category": [
10
+ "GRIDS", "FORMS"
11
+ ],
12
+ "templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/cron-crud.template.html",
13
+ "properties": {
14
+ "class": {
15
+ "order": 9999
16
+ },
17
+ "id": {
18
+ "order": 1
19
+ }
20
+ }
21
+ }
@@ -174,6 +174,11 @@
174
174
  "removable": false,
175
175
  "global": true,
176
176
  "order": 8
177
+ },
178
+ "on-change-status": {
179
+ "removable": true,
180
+ "type": "event",
181
+ "global": true
177
182
  }
178
183
  }
179
184
  }
@@ -40,6 +40,21 @@
40
40
  "selector": "input",
41
41
  "type": "type",
42
42
  "order": 2
43
+ },
44
+ {
45
+ "name": "placeholder",
46
+ "selector": "input",
47
+ "type": "text"
48
+ },
49
+ {
50
+ "name": "mask",
51
+ "selector": "input",
52
+ "type": "mask"
53
+ },
54
+ {
55
+ "name": "mask-placeholder",
56
+ "selector": "input",
57
+ "type": "text"
43
58
  },
44
59
  {
45
60
  "name": "ng-required",
@@ -38,6 +38,31 @@
38
38
  "displayName_en_US": "Value",
39
39
  "mandatory": true
40
40
  },
41
+ {
42
+ "name": "type",
43
+ "selector": "input",
44
+ "type": "type"
45
+ },
46
+ {
47
+ "name": "placeholder",
48
+ "selector": "input",
49
+ "type": "text"
50
+ },
51
+ {
52
+ "name": "mask",
53
+ "selector": "input",
54
+ "type": "mask"
55
+ },
56
+ {
57
+ "name": "mask-placeholder",
58
+ "selector": "input",
59
+ "type": "text"
60
+ },
61
+ {
62
+ "name": "ng-required",
63
+ "selector": "input",
64
+ "type": "logic"
65
+ },
41
66
  {
42
67
  "name": "ng-init",
43
68
  "selector": "input",
@@ -26,6 +26,27 @@
26
26
  "content": {
27
27
  "displayName_pt_BR": "Valor alternativo",
28
28
  "displayName_en_US": "Alternative value"
29
+ },
30
+ "multilevel-action": {
31
+ "removable": false,
32
+ "selector": "cron-dynamic-menu",
33
+ "displayName_pt_BR": "Ação do multinível",
34
+ "displayName_en_US": "Multilevel action",
35
+ "childrenProperty": true,
36
+ "type": "list",
37
+ "options": [
38
+ {
39
+ "key": "hover",
40
+ "value_pt_BR": "Ao passar o mouse",
41
+ "value_en_US": "Hover"
42
+ },
43
+ {
44
+ "key": "click",
45
+ "value_pt_BR": "Clique",
46
+ "value_en_US": "Click"
47
+ }
48
+ ],
49
+ "order": 2
29
50
  }
30
51
  },
31
52
  "childrenProperties": [
@@ -0,0 +1,43 @@
1
+ {
2
+ "name": "crn-eight-four-container",
3
+ "text_pt_BR": "8/4 Colunas",
4
+ "text_en_US": "8/4 Columns",
5
+ "image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-eight-four-container.svg",
6
+ "description": "Três recipiente ao lado para inserir componentes",
7
+ "description_en_US": "Three container on the side for inserting components",
8
+ "category": [
9
+ "LAYOUTS"
10
+ ],
11
+ "templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/Component_Container/crn-eight-four-container.template.html",
12
+ "wrapper": false,
13
+ "autoWrapper": true,
14
+ "properties": {
15
+ "class": {
16
+ "order": 9999
17
+ },
18
+ "ng-init": {
19
+ "removable": true,
20
+ "type": "event"
21
+ },
22
+ "ng-click": {
23
+ "removable": true,
24
+ "type": "event"
25
+ },
26
+ "ng-dblclick": {
27
+ "removable": true,
28
+ "type": "event"
29
+ },
30
+ "ng-mouseenter": {
31
+ "removable": true,
32
+ "type": "event"
33
+ },
34
+ "ng-mouseleave": {
35
+ "removable": true,
36
+ "type": "event"
37
+ },
38
+ "ng-mousemove": {
39
+ "removable": true,
40
+ "type": "event"
41
+ }
42
+ }
43
+ }
@@ -49,6 +49,33 @@
49
49
  "type": "text",
50
50
  "order": 2
51
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
+ },
52
79
  {
53
80
  "name": "ng-select",
54
81
  "selector": "cron-auto-complete",
@@ -87,7 +114,17 @@
87
114
  {
88
115
  "name": "ng-required",
89
116
  "selector": "cron-auto-complete",
90
- "type": "logic"
117
+ "type": "logic",
118
+ "order": 7
119
+ },
120
+ {
121
+ "name": "validationMessage",
122
+ "selector": "cron-auto-complete",
123
+ "displayName_pt_BR": "Texto quando requerido",
124
+ "displayName_en_US": "Text when required",
125
+ "type": "text",
126
+ "mandatory": false,
127
+ "order": 8
91
128
  }
92
129
  ],
93
130
  "styles": [
@@ -28,6 +28,11 @@
28
28
  "type": "options",
29
29
  "target": "class",
30
30
  "values": [
31
+ {
32
+ "key": "checkbox-theme",
33
+ "value_pt_BR": "Padrão do tema",
34
+ "value_en_US": "Theme pattern"
35
+ },
31
36
  {
32
37
  "key": "checkbox-white",
33
38
  "value_pt_BR": "Branco",
@@ -33,6 +33,11 @@
33
33
  "type": "options",
34
34
  "target": "class",
35
35
  "values": [
36
+ {
37
+ "key": "combobox-theme",
38
+ "value_pt_BR": "Padrão do tema",
39
+ "value_en_US": "Theme pattern"
40
+ },
36
41
  {
37
42
  "key": "combobox-gray",
38
43
  "value_pt_BR": "Cinza",
@@ -89,7 +89,17 @@
89
89
  {
90
90
  "name": "ng-required",
91
91
  "selector": "cron-select",
92
- "type": "logic"
92
+ "type": "logic",
93
+ "order": 4
94
+ },
95
+ {
96
+ "name": "validationMessage",
97
+ "selector": "cron-select",
98
+ "displayName_pt_BR": "Texto quando requerido",
99
+ "displayName_en_US": "Text when required",
100
+ "type": "text",
101
+ "mandatory": false,
102
+ "order": 5
93
103
  },
94
104
  {
95
105
  "name": "id",
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "designTimeDynamic": true,
14
14
  "designTimeHTMLURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/cron-autocomplete.designtime.html",
15
- "designTimeSelector": "cron-auto-complete",
15
+ "designTimeSelector": ":self",
16
16
  "templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/cron-dynamic-autocomplete.template.html",
17
17
  "properties": {
18
18
  "class": {
@@ -48,6 +48,33 @@
48
48
  "displayName_pt_BR": "Título",
49
49
  "displayName_en_US": "Title",
50
50
  "order": 2
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
51
78
  },
52
79
  {
53
80
  "name": "ng-select",
@@ -87,7 +114,17 @@
87
114
  {
88
115
  "name": "ng-required",
89
116
  "selector": "cron-auto-complete",
90
- "type": "logic"
117
+ "type": "logic",
118
+ "order": 7
119
+ },
120
+ {
121
+ "name": "validationMessage",
122
+ "selector": "cron-auto-complete",
123
+ "displayName_pt_BR": "Texto quando requerido",
124
+ "displayName_en_US": "Text when required",
125
+ "type": "text",
126
+ "mandatory": false,
127
+ "order": 8
91
128
  }
92
129
  ],
93
130
  "styles": [
@@ -12,6 +12,7 @@
12
12
  ],
13
13
  "order": 3,
14
14
  "setRandomId": false,
15
+ "wrapper": false,
15
16
  "designTimeDynamic": true,
16
17
  "designTimeHTMLURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/cron-dynamic-combobox.designtime.html",
17
18
  "designTimeSelector": "cron-dynamic-select",
@@ -25,6 +26,13 @@
25
26
  }
26
27
  },
27
28
  "childrenProperties": [
29
+ {
30
+ "name": "no-results-message",
31
+ "selector": "cron-dynamic-select",
32
+ "displayName_pt_BR": "Texto quando não tem resultados",
33
+ "displayName_en_US": "Text when there are no results",
34
+ "type": "text"
35
+ },
28
36
  {
29
37
  "name": "ng-change",
30
38
  "selector": "cron-dynamic-select",
@@ -87,7 +95,16 @@
87
95
  {
88
96
  "name": "ng-required",
89
97
  "selector": "cron-dynamic-select",
90
- "type": "logic"
98
+ "type": "logic",
99
+ "order": 4
100
+ },
101
+ {
102
+ "name": "validationMessage",
103
+ "selector": "cron-dynamic-select",
104
+ "displayName_pt_BR": "Texto quando requerido",
105
+ "displayName_en_US": "Text when required",
106
+ "type": "text",
107
+ "order": 5
91
108
  },
92
109
  {
93
110
  "name": "id",
@@ -0,0 +1,43 @@
1
+ {
2
+ "name": "crn-four-eight-container",
3
+ "text_pt_BR": "4/8 Colunas",
4
+ "text_en_US": "4/8 Columns",
5
+ "image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-four-eight-container.svg",
6
+ "description": "Três recipiente ao lado para inserir componentes",
7
+ "description_en_US": "Three container on the side for inserting components",
8
+ "category": [
9
+ "LAYOUTS"
10
+ ],
11
+ "templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/Component_Container/crn-four-eight-container.template.html",
12
+ "wrapper": false,
13
+ "autoWrapper": true,
14
+ "properties": {
15
+ "class": {
16
+ "order": 9999
17
+ },
18
+ "ng-init": {
19
+ "removable": true,
20
+ "type": "event"
21
+ },
22
+ "ng-click": {
23
+ "removable": true,
24
+ "type": "event"
25
+ },
26
+ "ng-dblclick": {
27
+ "removable": true,
28
+ "type": "event"
29
+ },
30
+ "ng-mouseenter": {
31
+ "removable": true,
32
+ "type": "event"
33
+ },
34
+ "ng-mouseleave": {
35
+ "removable": true,
36
+ "type": "event"
37
+ },
38
+ "ng-mousemove": {
39
+ "removable": true,
40
+ "type": "event"
41
+ }
42
+ }
43
+ }
@@ -1,45 +1,53 @@
1
1
  {
2
- "name": "crn-horizontal-container",
3
- "text_pt_BR": "Layout horizontal",
4
- "text_en_US": "Horizontal Layout",
5
- "image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-vertical-container.svg",
6
- "description": "Dois recipiente ao lado para inserir componentes",
7
- "description_en_US": "Two container on the side for inserting components",
8
- "properties": {
9
- "class": {
10
- "order": 9999
2
+ "name": "crn-horizontal-container",
3
+ "text_pt_BR": "Layout horizontal",
4
+ "text_en_US": "Horizontal Layout",
5
+ "image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-vertical-container.svg",
6
+ "description": "Dois recipiente ao lado para inserir componentes",
7
+ "description_en_US": "Two container on the side for inserting components",
8
+ "category": [
9
+ "LAYOUTS"
10
+ ],
11
+ "templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/grid-horizontal.template.html",
12
+ "properties": {
13
+ "class": {
14
+ "order": 9999
15
+ },
16
+ "ng-init": {
17
+ "removable": true,
18
+ "type": "event"
19
+ },
20
+ "ng-click": {
21
+ "removable": true,
22
+ "type": "event"
23
+ },
24
+ "ng-dblclick": {
25
+ "removable": true,
26
+ "type": "event"
27
+ },
28
+ "ng-mouseenter": {
29
+ "removable": true,
30
+ "type": "event"
31
+ },
32
+ "ng-mouseleave": {
33
+ "removable": true,
34
+ "type": "event"
35
+ },
36
+ "ng-mousemove": {
37
+ "removable": true,
38
+ "type": "event"
39
+ }
11
40
  },
12
- "ng-init": {
13
- "removable": true,
14
- "type": "event"
15
- },
16
- "ng-click": {
17
- "removable": true,
18
- "type": "event"
19
- },
20
- "ng-dblclick": {
21
- "removable": true,
22
- "type": "event"
23
- },
24
- "ng-mouseenter": {
25
- "removable": true,
26
- "type": "event"
27
- },
28
- "ng-mouseleave": {
29
- "removable": true,
30
- "type": "event"
31
- },
32
- "ng-mousemove": {
33
- "removable": true,
34
- "type": "event"
35
- }
36
- },
37
- "styles": [
38
- {
39
- "selector": "div#{id} div",
40
- "text_pt_BR": "Geral",
41
- "text_en_US": "General"
41
+ "forcedGroup": false,
42
+ "wrapper": false,
43
+ "autoWrapper": true,
44
+ "handleRules": {
45
+ "canIncrement": true,
46
+ "rules": [
47
+ {
48
+ "sourceHTML": "<div class=\"col-md-6\" data-container=\"true\" data-replace=\"true\">Content goes here</div> ",
49
+ "targetSelector": ":self"
50
+ }
51
+ ]
42
52
  }
43
- ],
44
- "templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/grid-horizontal.template.html"
45
- }
53
+ }