cronapp-framework-js 2.9.1 → 2.9.2-SP.10

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 (92) hide show
  1. package/components/crn-accordion.components.json +1 -1
  2. package/components/crn-button-filter.components.json +23 -12
  3. package/components/crn-button.components.json +22 -11
  4. package/components/crn-enterprise-autocomplete.components.json +1 -1
  5. package/components/crn-enterprise-checkbox.components.json +20 -10
  6. package/components/crn-enterprise-combobox-multiple.components.json +20 -10
  7. package/components/crn-panel.components.json +20 -10
  8. package/components/crn-radiogroup.components.json +20 -10
  9. package/components/crn-signature-pad.components.json +1 -1
  10. package/components/crn-upload-file.components.json +25 -14
  11. package/components/crn-upload.components.json +27 -15
  12. package/components/templates/accordion.template.html +2 -2
  13. package/components/templates/cron-autocomplete.designtime.html +4 -38
  14. package/components/templates/cron-calendar.designtime.html +74 -169
  15. package/components/templates/cron-dashboard-viewer.designtime.html +4 -2
  16. package/components/templates/cron-grid.designtime.html +4 -2
  17. package/css/animate.css +2 -2
  18. package/css/app.css +9 -0
  19. package/css/themes/custom/aquamarine/button-aquamarine.css +35 -10
  20. package/css/themes/custom/aquamarine/custom-aquamarine.css +112 -51
  21. package/css/themes/custom/cerulean/button-cerulean.css +20 -1
  22. package/css/themes/custom/cerulean/custom-cerulean.css +87 -12
  23. package/css/themes/custom/cosmo/custom-cosmo.css +124 -5
  24. package/css/themes/custom/cosmo/panel-cosmo.css +7 -8
  25. package/css/themes/custom/cyborg/custom-cyborg.css +79 -1
  26. package/css/themes/custom/cyborg/panel-cyborg.css +11 -8
  27. package/css/themes/custom/darkly/custom-darkly.css +113 -10
  28. package/css/themes/custom/darkly/panel-darkly.css +3 -7
  29. package/css/themes/custom/dsgov/button-dsgov.css +11 -1
  30. package/css/themes/custom/dsgov/custom-dsgov.css +75 -14
  31. package/css/themes/custom/dsgov/form-dsgov.css +2 -2
  32. package/css/themes/custom/flatly/custom-flatly.css +70 -0
  33. package/css/themes/custom/flatly/panel-flatly.css +11 -16
  34. package/css/themes/custom/fuse/custom-fuse.css +169 -9
  35. package/css/themes/custom/fuse/panel-fuse.css +5 -5
  36. package/css/themes/custom/journal/custom-journal.css +70 -0
  37. package/css/themes/custom/journal/panel-journal.css +3 -6
  38. package/css/themes/custom/material/custom-material.css +132 -28
  39. package/css/themes/custom/theme-general/button.css +20 -0
  40. package/css/themes/custom/theme-general/forms.css +6 -1
  41. package/css/themes/custom/theme-general/notification.css +16 -0
  42. package/css/themes/custom/theme-general/scheduler.css +17 -25
  43. package/css/themes/custom/theme-general/table-grid.css +6 -8
  44. package/css/themes/custom/theme-general/theme-general.css +7 -6
  45. package/css/themes/deprecated/custom/aquamarine/font/fonts.css +162 -0
  46. package/deprecated/css/app.css +6 -0
  47. package/dist/components/js/jquery.inputmask.bundle.js +1 -1
  48. package/dist/components/js/jquery.mask.min.js +1 -1
  49. package/dist/components/js/qrcode.js +1 -1
  50. package/dist/components/templates/accordion.template.html +1 -1
  51. package/dist/components/templates/cron-autocomplete.designtime.html +1 -26
  52. package/dist/components/templates/cron-calendar.designtime.html +1 -1
  53. package/dist/components/templates/cron-dashboard-viewer.designtime.html +1 -1
  54. package/dist/components/templates/cron-grid.designtime.html +1 -1
  55. package/dist/css/animate.css +1 -1
  56. package/dist/css/app.css +1 -1
  57. package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -1
  58. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
  59. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
  60. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  61. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
  62. package/dist/css/themes/custom/cosmo/panel-cosmo.css +1 -1
  63. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
  64. package/dist/css/themes/custom/cyborg/panel-cyborg.css +1 -1
  65. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
  66. package/dist/css/themes/custom/darkly/panel-darkly.css +1 -1
  67. package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
  68. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
  69. package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -1
  70. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
  71. package/dist/css/themes/custom/flatly/panel-flatly.css +1 -1
  72. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
  73. package/dist/css/themes/custom/fuse/panel-fuse.css +1 -1
  74. package/dist/css/themes/custom/journal/custom-journal.css +1 -1
  75. package/dist/css/themes/custom/journal/panel-journal.css +1 -1
  76. package/dist/css/themes/custom/material/custom-material.css +1 -1
  77. package/dist/css/themes/custom/theme-general/button.css +1 -1
  78. package/dist/css/themes/custom/theme-general/forms.css +1 -1
  79. package/dist/css/themes/custom/theme-general/notification.css +1 -1
  80. package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
  81. package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
  82. package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
  83. package/dist/css/themes/deprecated/custom/aquamarine/font/fonts.css +1 -0
  84. package/dist/js/app.js +1 -1
  85. package/dist/js/dashboard/dashboard.service.js +1 -1
  86. package/dist/js/directives.js +2 -2
  87. package/dist/js/reports/reports.service.js +1 -1
  88. package/js/app.js +7 -4
  89. package/js/dashboard/dashboard.service.js +2 -0
  90. package/js/directives.js +123 -87
  91. package/js/reports/reports.service.js +14 -3
  92. package/package.json +1 -1
@@ -28,7 +28,7 @@
28
28
  "accordionTabClicked": "panel-collapse.collapse",
29
29
  "activeSelector": "div.panel-collapse.collapse.in",
30
30
  "activeClass": "in",
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>",
31
+ "sourceHTML": "<div class=\"panel panel-default\"> <div class=\"panel-heading collapsed\" 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>",
32
32
  "targetSelector": "div.panel-group"
33
33
  },
34
34
  {
@@ -118,69 +118,80 @@
118
118
  "values": [
119
119
  {
120
120
  "key": "btn-default",
121
- "value_pt_BR": "Padrão",
121
+ "value_pt_BR": "Padrão do tema",
122
122
  "value_en_US": "Default theme",
123
- "color": "--btnDefault"
123
+ "color": "--btnDefault",
124
+ "borderColor": "--borderBtnDefault"
124
125
  },
125
126
  {
126
127
  "key": "k-primary",
127
128
  "value_pt_BR": "Secundário",
128
129
  "value_en_US": "Secondary",
129
- "color": "--btnPrimary"
130
+ "color": "--btnPrimary",
131
+ "borderColor": "--borderBtnPrimary"
130
132
  },
131
133
  {
132
134
  "key": "k-success",
133
135
  "value_pt_BR": "Sucesso",
134
136
  "value_en_US": "Success",
135
- "color": "--btnSuccess"
137
+ "color": "--btnSuccess",
138
+ "borderColor": "--borderBtnSuccess"
136
139
  },
137
140
  {
138
141
  "key": "k-info",
139
142
  "value_pt_BR": "Informação",
140
143
  "value_en_US": "Info",
141
- "color": "--btnCalm"
144
+ "color": "--btnCalm",
145
+ "borderColor": "--borderBtnCalm"
142
146
  },
143
147
  {
144
148
  "key": "k-warning",
145
149
  "value_pt_BR": "Aviso",
146
150
  "value_en_US": "Warning",
147
- "color": "--btnWarning"
151
+ "color": "--btnWarning",
152
+ "borderColor": "--borderBtnWarning"
148
153
  },
149
154
  {
150
155
  "key": "k-danger",
151
156
  "value_pt_BR": "Perigo",
152
157
  "value_en_US": "Danger",
153
- "color": "--btnDanger"
158
+ "color": "--btnDanger",
159
+ "borderColor": "--borderBtnDanger"
154
160
  },
155
161
  {
156
162
  "key": "btn-light",
157
163
  "value_pt_BR": "Claro",
158
164
  "value_en_US": "Light",
159
- "color": "--btnLight"
165
+ "color": "--btnLight",
166
+ "borderColor": "--borderBtnLight"
160
167
  },
161
168
  {
162
169
  "key": "btn-link",
163
170
  "value_pt_BR": "Link",
164
171
  "value_en_US": "Link",
165
- "color": "--btnLink"
172
+ "color": "--btnLink",
173
+ "borderColor": "--borderBtnLink"
166
174
  },
167
175
  {
168
176
  "key": "btn-stable",
169
177
  "value_pt_BR": "Estável",
170
178
  "value_en_US": "Stable",
171
- "color": "--btnStable"
179
+ "color": "--btnStable",
180
+ "borderColor": "--borderBtnStable"
172
181
  },
173
182
  {
174
183
  "key": "btn-royal",
175
184
  "value_pt_BR": "Real",
176
185
  "value_en_US": "Royal",
177
- "color": "--btnRoyal"
186
+ "color": "--btnRoyal",
187
+ "borderColor": "--borderBtnRoyal"
178
188
  },
179
189
  {
180
190
  "key": "btn-dark",
181
191
  "value_pt_BR": "Escuro",
182
192
  "value_en_US": "Dark",
183
- "color": "--btnDark"
193
+ "color": "--btnDark",
194
+ "borderColor": "--borderBtnDark"
184
195
  }
185
196
  ]
186
197
  },
@@ -71,67 +71,78 @@
71
71
  "key": "btn-default",
72
72
  "value_pt_BR": "Padrão do tema",
73
73
  "value_en_US": "Default theme",
74
- "color": "--btnDefault"
74
+ "color": "--btnDefault",
75
+ "borderColor": "--borderBtnDefault"
75
76
  },
76
77
  {
77
78
  "key": "btn-primary",
78
79
  "value_pt_BR": "Secundário",
79
80
  "value_en_US": "Secondary",
80
- "color": "--btnPrimary"
81
+ "color": "--btnPrimary",
82
+ "borderColor": "--borderBtnPrimary"
81
83
  },
82
84
  {
83
85
  "key": "btn-success",
84
86
  "value_pt_BR": "Sucesso",
85
87
  "value_en_US": "Success",
86
- "color" : "--btnSuccess"
88
+ "color" : "--btnSuccess",
89
+ "borderColor": "--borderBtnSuccess"
87
90
  },
88
91
  {
89
92
  "key": "btn-info",
90
93
  "value_pt_BR": "Informação",
91
94
  "value_en_US": "Info",
92
- "color" : "--btnCalm"
95
+ "color" : "--btnCalm",
96
+ "borderColor": "--borderBtnCalm"
93
97
  },
94
98
  {
95
99
  "key": "btn-warning",
96
100
  "value_pt_BR": "Aviso",
97
101
  "value_en_US": "Warning",
98
- "color" : "--btnWarning"
102
+ "color" : "--btnWarning",
103
+ "borderColor": "--borderBtnWarning"
99
104
  },
100
105
  {
101
106
  "key": "btn-danger",
102
107
  "value_pt_BR": "Perigo",
103
108
  "value_en_US": "Danger",
104
- "color" : "--btnDanger"
109
+ "color" : "--btnDanger",
110
+ "borderColor": "--borderBtnDanger"
105
111
  },
106
112
  {
107
113
  "key": "btn-light",
108
114
  "value_pt_BR": "Claro",
109
115
  "value_en_US": "Light",
110
- "color": "--btnLight"
116
+ "color": "--btnLight",
117
+ "borderColor": "--borderBtnLight"
111
118
  },
112
119
  {
113
120
  "key": "btn-link",
114
121
  "value_pt_BR": "Link",
115
122
  "value_en_US": "Link",
116
- "color": "--btnLink"
123
+ "color": "--btnLink",
124
+ "borderColor": "--borderBtnLink"
117
125
  },
118
126
  {
119
127
  "key": "btn-stable",
120
128
  "value_pt_BR": "Estável",
121
129
  "value_en_US": "Stable",
122
- "color" : "--btnStable"
130
+ "color" : "--btnStable",
131
+ "borderColor": "--borderBtnStable"
123
132
  },
124
133
  {
125
134
  "key": "btn-royal",
126
135
  "value_pt_BR": "Real",
127
136
  "value_en_US": "Royal",
128
- "color" : "--btnRoyal"
137
+ "color" : "--btnRoyal",
138
+ "borderColor": "--borderBtnRoyal"
129
139
  },
130
140
  {
131
141
  "key": "btn-dark",
132
142
  "value_pt_BR": "Escuro",
133
143
  "value_en_US": "Dark",
134
- "color" : "--btnDark"
144
+ "color" : "--btnDark",
145
+ "borderColor": "--borderBtnDark"
135
146
  },
136
147
  {
137
148
  "key": "color-white",
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/cron-autocomplete.template.html",
14
14
  "designTimeHTMLURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/cron-autocomplete.designtime.html",
15
- "designTimeSelector": ":self",
15
+ "designTimeSelector": "cron-auto-complete",
16
16
  "designTimeDynamic": true,
17
17
  "properties": {
18
18
  "class": {
@@ -32,61 +32,71 @@
32
32
  "key": "checkbox-default",
33
33
  "value_pt_BR": "Padrão do tema",
34
34
  "value_en_US": "Default theme",
35
- "color": "--checkboxDefault"
35
+ "color": "--checkboxDefault",
36
+ "borderColor": "--borderCheckboxDefault"
36
37
  },
37
38
  {
38
39
  "key": "checkbox-primary",
39
40
  "value_pt_BR": "Secundário",
40
41
  "value_en_US": "Secondary",
41
- "color": "--checkboxPrimary"
42
+ "color": "--checkboxPrimary",
43
+ "borderColor": "--borderCheckboxPrimary"
42
44
  },
43
45
  {
44
46
  "key": "checkbox-success",
45
47
  "value_pt_BR": "Sucesso",
46
48
  "value_en_US": "Success",
47
- "color": "--checkboxSuccess"
49
+ "color": "--checkboxSuccess",
50
+ "borderColor": "--borderCheckboxSuccess"
48
51
  },
49
52
  {
50
53
  "key": "checkbox-info",
51
54
  "value_pt_BR": "Informação",
52
55
  "value_en_US": "Info",
53
- "color": "--checkboxCalm"
56
+ "color": "--checkboxCalm",
57
+ "borderColor": "--borderCheckboxCalm"
54
58
  },
55
59
  {
56
60
  "key": "checkbox-warning",
57
61
  "value_pt_BR": "Aviso",
58
62
  "value_en_US": "Warning",
59
- "color": "--checkboxWarning"
63
+ "color": "--checkboxWarning",
64
+ "borderColor": "--borderCheckboxWarning"
60
65
  },
61
66
  {
62
67
  "key": "checkbox-danger",
63
68
  "value_pt_BR": "Perigo",
64
69
  "value_en_US": "Danger",
65
- "color": "--checkboxDanger"
70
+ "color": "--checkboxDanger",
71
+ "borderColor": "--borderCheckboxDanger"
66
72
  },
67
73
  {
68
74
  "key": "checkbox-light",
69
75
  "value_pt_BR": "Claro",
70
76
  "value_en_US": "Light",
71
- "color": "--checkboxLight"
77
+ "color": "--checkboxLight",
78
+ "borderColor": "--borderCheckboxLight"
72
79
  },
73
80
  {
74
81
  "key": "checkbox-stable",
75
82
  "value_pt_BR": "Estável",
76
83
  "value_en_US": "Stable",
77
- "color": "--checkboxStable"
84
+ "color": "--checkboxStable",
85
+ "borderColor": "--borderCheckboxStable"
78
86
  },
79
87
  {
80
88
  "key": "checkbox-royal",
81
89
  "value_pt_BR": "Real",
82
90
  "value_en_US": "Royal",
83
- "color": "--checkboxRoyal"
91
+ "color": "--checkboxRoyal",
92
+ "borderColor": "--borderCheckboxRoyal"
84
93
  },
85
94
  {
86
95
  "key": "checkbox-dark",
87
96
  "value_pt_BR": "Escuro",
88
97
  "value_en_US": "Dark",
89
- "color": "--checkboxDark"
98
+ "color": "--checkboxDark",
99
+ "borderColor": "--borderCheckboxDark"
90
100
  },
91
101
  {
92
102
  "key": "checkbox-white",
@@ -39,61 +39,71 @@
39
39
  "key": "combobox-default",
40
40
  "value_pt_BR": "Padrão do tema",
41
41
  "value_en_US": "Default theme",
42
- "color": "--comboboxDefault"
42
+ "color": "--comboboxDefault",
43
+ "borderColor": "--borderComboboxDefault"
43
44
  },
44
45
  {
45
46
  "key": "combobox-primary",
46
47
  "value_pt_BR": "Secundário",
47
48
  "value_en_US": "Secondary",
48
- "color": "--comboboxPrimary"
49
+ "color": "--comboboxPrimary",
50
+ "borderColor": "--borderComboboxPrimary"
49
51
  },
50
52
  {
51
53
  "key": "combobox-success",
52
54
  "value_pt_BR": "Sucesso",
53
55
  "value_en_US": "Success",
54
- "color": "--comboboxSuccess"
56
+ "color": "--comboboxSuccess",
57
+ "borderColor": "--borderComboboxSuccess"
55
58
  },
56
59
  {
57
60
  "key": "combobox-info",
58
61
  "value_pt_BR": "Informação",
59
62
  "value_en_US": "Info",
60
- "color": "--comboboxCalm"
63
+ "color": "--comboboxCalm",
64
+ "borderColor": "--borderComboboxCalm"
61
65
  },
62
66
  {
63
67
  "key": "combobox-warning",
64
68
  "value_pt_BR": "Aviso",
65
69
  "value_en_US": "Warning",
66
- "color": "--comboboxWarning"
70
+ "color": "--comboboxWarning",
71
+ "borderColor": "--borderComboboxWarning"
67
72
  },
68
73
  {
69
74
  "key": "combobox-danger",
70
75
  "value_pt_BR": "Perigo",
71
76
  "value_en_US": "Danger",
72
- "color": "--comboboxDanger"
77
+ "color": "--comboboxDanger",
78
+ "borderColor": "--borderComboboxDanger"
73
79
  },
74
80
  {
75
81
  "key": "combobox-light",
76
82
  "value_pt_BR": "Claro",
77
83
  "value_en_US": "Light",
78
- "color": "--comboboxLight"
84
+ "color": "--comboboxLight",
85
+ "borderColor": "--borderComboboxLight"
79
86
  },
80
87
  {
81
88
  "key": "combobox-stable",
82
89
  "value_pt_BR": "Estável",
83
90
  "value_en_US": "Stable",
84
- "color": "--comboboxStable"
91
+ "color": "--comboboxStable",
92
+ "borderColor": "--borderComboboxStable"
85
93
  },
86
94
  {
87
95
  "key": "combobox-royal",
88
96
  "value_pt_BR": "Real",
89
97
  "value_en_US": "Royal",
90
- "color": "--comboboxRoyal"
98
+ "color": "--comboboxRoyal",
99
+ "borderColor": "--borderComboboxRoyal"
91
100
  },
92
101
  {
93
102
  "key": "combobox-dark",
94
103
  "value_pt_BR": "Escuro",
95
104
  "value_en_US": "Dark",
96
- "color": "--comboboxDark"
105
+ "color": "--comboboxDark",
106
+ "borderColor": "--borderComboboxDark"
97
107
  },
98
108
  {
99
109
  "key": "combobox-gray",
@@ -50,61 +50,71 @@
50
50
  "key": "panel-default",
51
51
  "value_pt_BR": "Padrão do tema",
52
52
  "value_en_US": "Default theme",
53
- "color": "--panelDefault"
53
+ "color": "--panelDefault",
54
+ "borderColor": "--borderPanelDefault"
54
55
  },
55
56
  {
56
57
  "key": "panel-primary",
57
58
  "value_pt_BR": "Secundário",
58
59
  "value_en_US": "Secondary",
59
- "color": "--panelPrimary"
60
+ "color": "--panelPrimary",
61
+ "borderColor": "--borderPanelPrimary"
60
62
  },
61
63
  {
62
64
  "key": "panel-success",
63
65
  "value_pt_BR": "Sucesso",
64
66
  "value_en_US": "Success",
65
- "color": "--panelSuccess"
67
+ "color": "--panelSuccess",
68
+ "borderColor": "--borderPanelSuccess"
66
69
  },
67
70
  {
68
71
  "key": "panel-info",
69
72
  "value_pt_BR": "Informação",
70
73
  "value_en_US": "Info",
71
- "color": "--panelCalm"
74
+ "color": "--panelCalm",
75
+ "borderColor": "--borderPanelCalm"
72
76
  },
73
77
  {
74
78
  "key": "panel-warning",
75
79
  "value_pt_BR": "Aviso",
76
80
  "value_en_US": "Warning",
77
- "color": "--panelWarning"
81
+ "color": "--panelWarning",
82
+ "borderColor": "--borderPanelWarning"
78
83
  },
79
84
  {
80
85
  "key": "panel-danger",
81
86
  "value_pt_BR": "Perigo",
82
87
  "value_en_US": "Danger",
83
- "color": "--panelDanger"
88
+ "color": "--panelDanger",
89
+ "borderColor": "--borderPanelDanger"
84
90
  },
85
91
  {
86
92
  "key": "panel-light",
87
93
  "value_pt_BR": "Claro",
88
94
  "value_en_US": "Light",
89
- "color": "--panelLight"
95
+ "color": "--panelLight",
96
+ "borderColor": "--borderPanelLight"
90
97
  },
91
98
  {
92
99
  "key": "panel-stable",
93
100
  "value_pt_BR": "Estável",
94
101
  "value_en_US": "Stable",
95
- "color": "--panelStable"
102
+ "color": "--panelStable",
103
+ "borderColor": "--borderPanelStable"
96
104
  },
97
105
  {
98
106
  "key": "panel-royal",
99
107
  "value_pt_BR": "Real",
100
108
  "value_en_US": "Royal",
101
- "color": "--panelRoyal"
109
+ "color": "--panelRoyal",
110
+ "borderColor": "--borderPanelRoyal"
102
111
  },
103
112
  {
104
113
  "key": "panel-dark",
105
114
  "value_pt_BR": "Escuro",
106
115
  "value_en_US": "Dark",
107
- "color": "--panelDark"
116
+ "color": "--panelDark",
117
+ "borderColor": "--borderPanelDark"
108
118
  }
109
119
  ]
110
120
  }
@@ -72,61 +72,71 @@
72
72
  "key": "option-default",
73
73
  "value_pt_BR": "Padrão do tema",
74
74
  "value_en_US": "Default theme",
75
- "color": "--optionDefault"
75
+ "color": "--optionDefault",
76
+ "borderColor": "--borderOptionDefault"
76
77
  },
77
78
  {
78
79
  "key": "option-primary",
79
80
  "value_pt_BR": "Secundário",
80
81
  "value_en_US": "Secondary",
81
- "color": "--optionPrimary"
82
+ "color": "--optionPrimary",
83
+ "borderColor": "--borderOptionPrimary"
82
84
  },
83
85
  {
84
86
  "key": "option-success",
85
87
  "value_pt_BR": "Sucesso",
86
88
  "value_en_US": "Success",
87
- "color": "--optionSuccess"
89
+ "color": "--optionSuccess",
90
+ "borderColor": "--borderOptionSuccess"
88
91
  },
89
92
  {
90
93
  "key": "option-info",
91
94
  "value_pt_BR": "Informação",
92
95
  "value_en_US": "Info",
93
- "color": "--optionCalm"
96
+ "color": "--optionCalm",
97
+ "borderColor": "--borderOptionCalm"
94
98
  },
95
99
  {
96
100
  "key": "option-warning",
97
101
  "value_pt_BR": "Aviso",
98
102
  "value_en_US": "Warning",
99
- "color": "--optionWarning"
103
+ "color": "--optionWarning",
104
+ "borderColor": "--borderOptionWarning"
100
105
  },
101
106
  {
102
107
  "key": "option-danger",
103
108
  "value_pt_BR": "Perigo",
104
109
  "value_en_US": "Danger",
105
- "color": "--optionDanger"
110
+ "color": "--optionDanger",
111
+ "borderColor": "--borderOptionDanger"
106
112
  },
107
113
  {
108
114
  "key": "option-light",
109
115
  "value_pt_BR": "Claro",
110
116
  "value_en_US": "Light",
111
- "color": "--optionLight"
117
+ "color": "--optionLight",
118
+ "borderColor": "--borderOptionLight"
112
119
  },
113
120
  {
114
121
  "key": "option-stable",
115
122
  "value_pt_BR": "Estável",
116
123
  "value_en_US": "Stable",
117
- "color": "--optionStable"
124
+ "color": "--optionStable",
125
+ "borderColor": "--borderOptionStable"
118
126
  },
119
127
  {
120
128
  "key": "option-royal",
121
129
  "value_pt_BR": "Real",
122
130
  "value_en_US": "Royal",
123
- "color": "--optionRoyal"
131
+ "color": "--optionRoyal",
132
+ "borderColor": "--borderOptionRoyal"
124
133
  },
125
134
  {
126
135
  "key": "option-dark",
127
136
  "value_pt_BR": "Escuro",
128
137
  "value_en_US": "Dark",
129
- "color": "--optionDark"
138
+ "color": "--optionDark",
139
+ "borderColor": "--borderOptionDark"
130
140
  },
131
141
  {
132
142
  "key": "option-white",
@@ -13,7 +13,7 @@
13
13
  ],
14
14
  "designTimeSelector": "signature-pad",
15
15
  "templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/crn-signature-pad.template.html",
16
- "designTimeDynamic": false,
16
+ "designTimeDynamic": true,
17
17
  "designTimeHTMLURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/crn-signature-pad.designtime.html",
18
18
  "properties": {
19
19
  "class": {
@@ -55,67 +55,78 @@
55
55
  "key": "btn-default",
56
56
  "value_pt_BR": "Padrão do tema",
57
57
  "value_en_US": "Default theme",
58
- "color": "--btnDefault"
58
+ "color": "--btnDefault",
59
+ "borderColor": "--borderBtnDefault"
59
60
  },
60
61
  {
61
62
  "key": "btn-primary",
62
63
  "value_pt_BR": "Secundário",
63
64
  "value_en_US": "Secondary",
64
- "color": "--btnPrimary"
65
+ "color": "--btnPrimary",
66
+ "borderColor": "--borderBtnPrimary"
65
67
  },
66
68
  {
67
69
  "key": "btn-success",
68
70
  "value_pt_BR": "Sucesso",
69
71
  "value_en_US": "Success",
70
- "color" : "--btnSuccess"
72
+ "color": "--btnSuccess",
73
+ "borderColor": "--borderBtnSuccess"
71
74
  },
72
75
  {
73
76
  "key": "btn-info",
74
77
  "value_pt_BR": "Informação",
75
78
  "value_en_US": "Info",
76
- "color" : "--btnCalm"
79
+ "color": "--btnCalm",
80
+ "borderColor": "--borderBtnCalm"
77
81
  },
78
82
  {
79
83
  "key": "btn-warning",
80
84
  "value_pt_BR": "Aviso",
81
85
  "value_en_US": "Warning",
82
- "color" : "--btnWarning"
86
+ "color": "--btnWarning",
87
+ "borderColor": "--borderBtnWarning"
83
88
  },
84
89
  {
85
90
  "key": "btn-danger",
86
91
  "value_pt_BR": "Perigo",
87
92
  "value_en_US": "Danger",
88
- "color" : "--btnDanger"
93
+ "color": "--btnDanger",
94
+ "borderColor": "--borderBtnDanger"
89
95
  },
90
96
  {
91
97
  "key": "btn-light",
92
98
  "value_pt_BR": "Claro",
93
99
  "value_en_US": "Light",
94
- "color": "--btnLight"
100
+ "color": "--btnLight",
101
+ "borderColor": "--borderBtnLight"
95
102
  },
96
103
  {
97
- "key": "btn-link",
98
- "value_pt_BR": "Link",
99
- "value_en_US": "Link",
100
- "color": "--btnLink"
104
+ "key": "btn-link",
105
+ "value_pt_BR": "Link",
106
+ "value_en_US": "Link",
107
+ "color": "--btnLink",
108
+ "borderColor": "--borderBtnLink"
101
109
  },
102
110
  {
103
111
  "key": "btn-stable",
104
112
  "value_pt_BR": "Estável",
105
113
  "value_en_US": "Stable",
106
- "color" : "--btnStable"
114
+ "color": "--btnStable",
115
+ "borderColor": "--borderBtnStable"
107
116
  },
108
117
  {
109
118
  "key": "btn-royal",
110
119
  "value_pt_BR": "Real",
111
120
  "value_en_US": "Royal",
112
- "color" : "--btnRoyal"
121
+ "color": "--btnRoyal",
122
+ "borderColor": "--borderBtnRoyal"
113
123
  },
114
124
  {
115
125
  "key": "btn-dark",
116
126
  "value_pt_BR": "Escuro",
117
127
  "value_en_US": "Dark",
118
- "color" : "--btnDark"
128
+ "color": "--btnDark",
129
+ "borderColor": "--borderBtnDark"
119
130
  }
120
131
  ]
121
132
  }