cronapp-framework-js 2.8.21 → 2.8.25

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 (85) hide show
  1. package/components/crn-accordion.components.json +29 -1
  2. package/components/crn-anchor.components.json +2 -2
  3. package/components/crn-datepicker.components.json +15 -0
  4. package/components/crn-datetimepicker.components.json +25 -0
  5. package/components/crn-dynamic-menu.components.json +21 -0
  6. package/components/crn-eight-four-container.components.json +43 -0
  7. package/components/crn-enterprise-autocomplete.components.json +38 -1
  8. package/components/crn-enterprise-combobox.components.json +11 -1
  9. package/components/crn-enterprise-dynamic-autocomplete.components.json +39 -2
  10. package/components/crn-enterprise-dynamic-combobox.components.json +18 -1
  11. package/components/crn-four-eight-container.components.json +43 -0
  12. package/components/crn-horizontal-container.components.json +40 -43
  13. package/components/crn-label.components.json +1 -0
  14. package/components/crn-one-container.components.json +43 -0
  15. package/components/crn-rating.components.json +3 -5
  16. package/components/crn-table.components.json +1 -2
  17. package/components/crn-textarea.components.json +9 -0
  18. package/components/crn-textinput.components.json +16 -5
  19. package/components/crn-three-container.components.json +43 -0
  20. package/components/crn-trhee-six-three-container.components.json +43 -0
  21. package/components/crn-two-container.components.json +43 -0
  22. package/components/crn-vertical-container.components.json +17 -9
  23. package/components/templates/Component_Container/crn-eight-four-container.template.html +4 -0
  24. package/components/templates/Component_Container/crn-four-eight-container.template.html +4 -0
  25. package/components/templates/Component_Container/crn-one-container.template.html +1 -0
  26. package/components/templates/Component_Container/crn-three-container.template.html +5 -0
  27. package/components/templates/Component_Container/crn-three-six-three-container.template.html +5 -0
  28. package/components/templates/Component_Container/crn-two-container.template.html +4 -0
  29. package/components/templates/cron-autocomplete.designtime.html +3 -3
  30. package/components/templates/grid-horizontal.template.html +4 -2
  31. package/components/templates/grid-vertical.template.html +4 -2
  32. package/components/templates/rating.template.html +6 -6
  33. package/css/animate.css +433 -0
  34. package/css/app.css +104 -32
  35. package/css/modalTemplate.css +25 -0
  36. package/css/themes/custom/fuse/custom-fuse.min.css +1 -5
  37. package/css/themes/custom/material/components_css/crn-navbar.css +30 -32
  38. package/css/themes/custom/material/custom-material.css +16 -11
  39. package/css/themes/custom/navigator/custom-navigator.css +71 -76
  40. package/dist/components/js/jquery.inputmask.bundle.js +1 -1
  41. package/dist/components/js/jquery.mask.min.js +1 -1
  42. package/dist/components/js/qrcode.js +1 -1
  43. package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
  44. package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
  45. package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
  46. package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
  47. package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
  48. package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
  49. package/dist/components/templates/cron-autocomplete.designtime.html +1 -1
  50. package/dist/components/templates/grid-horizontal.template.html +1 -1
  51. package/dist/components/templates/grid-vertical.template.html +1 -1
  52. package/dist/components/templates/rating.template.html +1 -1
  53. package/dist/css/app.css +1 -1
  54. package/dist/i18n/locale_en_us.json +2 -1
  55. package/dist/i18n/locale_pt_br.json +2 -1
  56. package/dist/img/barcode.png +0 -0
  57. package/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
  58. package/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
  59. package/dist/img/cron-icon/crn-one-container.svg +1 -0
  60. package/dist/img/cron-icon/crn-three-container.svg +1 -0
  61. package/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
  62. package/dist/img/cron-icon/crn-two-container.svg +1 -0
  63. package/dist/img/cronGrid.png +0 -0
  64. package/dist/img/cronRichEditor.png +0 -0
  65. package/dist/img/cronapp-logo-login.png +0 -0
  66. package/dist/img/logo.png +0 -0
  67. package/dist/img/placehold-100x100.png +0 -0
  68. package/dist/img/placehold-900x500.png +0 -0
  69. package/dist/img/qrcode.png +0 -0
  70. package/dist/img/selectFile.png +0 -0
  71. package/dist/img/switch.png +0 -0
  72. package/dist/js/app.js +1 -1
  73. package/dist/js/directives.js +1 -1
  74. package/i18n/locale_en_us.json +2 -1
  75. package/i18n/locale_pt_br.json +2 -1
  76. package/img/cron-icon/crn-eight-four-container.svg +18 -0
  77. package/img/cron-icon/crn-four-eight-container.svg +20 -0
  78. package/img/cron-icon/crn-one-container.svg +17 -0
  79. package/img/cron-icon/crn-three-container.svg +21 -0
  80. package/img/cron-icon/crn-three-six-three-container.svg +19 -0
  81. package/img/cron-icon/crn-two-container.svg +18 -0
  82. package/img/placehold-900x500.png +0 -0
  83. package/js/app.js +9 -1
  84. package/js/directives.js +2067 -1894
  85. package/package.json +1 -1
@@ -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": [
@@ -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": [
@@ -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": [
@@ -25,6 +25,13 @@
25
25
  }
26
26
  },
27
27
  "childrenProperties": [
28
+ {
29
+ "name": "no-results-message",
30
+ "selector": "cron-dynamic-select",
31
+ "displayName_pt_BR": "Texto quando não tem resultados",
32
+ "displayName_en_US": "Text when there are no results",
33
+ "type": "text"
34
+ },
28
35
  {
29
36
  "name": "ng-change",
30
37
  "selector": "cron-dynamic-select",
@@ -87,7 +94,17 @@
87
94
  {
88
95
  "name": "ng-required",
89
96
  "selector": "cron-dynamic-select",
90
- "type": "logic"
97
+ "type": "logic",
98
+ "order": 4
99
+ },
100
+ {
101
+ "name": "validationMessage",
102
+ "selector": "cron-dynamic-select",
103
+ "displayName_pt_BR": "Texto quando requerido",
104
+ "displayName_en_US": "Text when required",
105
+ "type": "text",
106
+ "mandatory": false,
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,42 @@
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
11
- },
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"
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
+ }
35
40
  }
36
- },
37
- "styles": [
38
- {
39
- "selector": "div#{id} div",
40
- "text_pt_BR": "Geral",
41
- "text_en_US": "General"
42
- }
43
- ],
44
- "templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/grid-horizontal.template.html"
45
- }
41
+
42
+ }
@@ -2,6 +2,7 @@
2
2
  "name": "crn-span",
3
3
  "text_pt_BR": "Texto Simples",
4
4
  "text_en_US": "Simple Text",
5
+ "pallete": false,
5
6
  "wrapper": false,
6
7
  "image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-simple-text.svg",
7
8
  "order": 10,
@@ -0,0 +1,43 @@
1
+ {
2
+ "name": "crn-one-container",
3
+ "text_pt_BR": "1 Coluna",
4
+ "text_en_US": "1 Column",
5
+ "image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-one-container.svg",
6
+ "description": "Um recipiente para inserir componentes",
7
+ "description_en_US": "A container for inserting components",
8
+ "category": [
9
+ "LAYOUTS"
10
+ ],
11
+ "templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/Component_Container/crn-one-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
+ }
@@ -21,10 +21,6 @@
21
21
  },
22
22
  "class": {
23
23
  "order": 9999
24
- },
25
- "icon-theme": {
26
- "displayName_pt_BR": "Cor do ícone",
27
- "displayName_en_US": "Icon color"
28
24
  }
29
25
  },
30
26
  "styles": [
@@ -232,7 +228,9 @@
232
228
  },
233
229
  {
234
230
  "name": "icon-theme",
235
- "selector": "i"
231
+ "selector": "i",
232
+ "displayName_pt_BR": "Cor do ícone",
233
+ "displayName_en_US": "Icon color"
236
234
  },
237
235
  {
238
236
  "name": "icon-size",
@@ -50,8 +50,7 @@
50
50
  {
51
51
  "name": "crn-datasource",
52
52
  "selector": "div[crn-datasource]",
53
- "displayName_pt_BR": "Configurações",
54
- "displayName_en_US": "Configuration",
53
+ "global": true,
55
54
  "type": "pageDatasource"
56
55
  },
57
56
  {
@@ -59,6 +59,15 @@
59
59
  "type": "text",
60
60
  "order": 5
61
61
  },
62
+ {
63
+ "name": "validationMessage",
64
+ "selector": "textarea",
65
+ "displayName_pt_BR": "Texto quando requerido",
66
+ "displayName_en_US": "Text when required",
67
+ "type": "text",
68
+ "mandatory": false,
69
+ "order": 6
70
+ },
62
71
  {
63
72
  "name": "placeholder",
64
73
  "displayName_pt_BR": "Sugestão",
@@ -64,11 +64,7 @@
64
64
  "type": "mask",
65
65
  "order": 3
66
66
  },
67
- {
68
- "name": "ng-required",
69
- "selector": "input",
70
- "type": "logic"
71
- },
67
+
72
68
  {
73
69
  "name": "placeholder",
74
70
  "displayName_pt_BR": "Sugestão",
@@ -77,6 +73,21 @@
77
73
  "type": "text",
78
74
  "order": 4
79
75
  },
76
+ {
77
+ "name": "ng-required",
78
+ "selector": "input",
79
+ "type": "logic",
80
+ "order": 5
81
+ },
82
+ {
83
+ "name": "validationMessage",
84
+ "selector": "input",
85
+ "displayName_pt_BR": "Texto quando requerido",
86
+ "displayName_en_US": "Text when required",
87
+ "type": "text",
88
+ "mandatory": false,
89
+ "order": 6
90
+ },
80
91
  {
81
92
  "name": "mask-placeholder",
82
93
  "displayName_pt_BR": "Máscara da sugestão",