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
@@ -8,7 +8,8 @@
8
8
  "description": "Botão com estrutura para armazenar arquivo na fonte de dados",
9
9
  "description_en_US": "Button with structure to store file in data source",
10
10
  "category": [
11
- "INPUTS", "FORMS"
11
+ "INPUTS",
12
+ "FORMS"
12
13
  ],
13
14
  "templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/fileupload.template.html",
14
15
  "styles": [
@@ -33,67 +34,78 @@
33
34
  "key": "btn-default",
34
35
  "value_pt_BR": "Padrão do tema",
35
36
  "value_en_US": "Default theme",
36
- "color": "--btnDefault"
37
+ "color": "--btnDefault",
38
+ "borderColor": "--borderBtnDefault"
37
39
  },
38
40
  {
39
41
  "key": "btn-primary",
40
42
  "value_pt_BR": "Secundário",
41
43
  "value_en_US": "Secondary",
42
- "color": "--btnPrimary"
44
+ "color": "--btnPrimary",
45
+ "borderColor": "--borderBtnPrimary"
43
46
  },
44
47
  {
45
48
  "key": "btn-success",
46
49
  "value_pt_BR": "Sucesso",
47
50
  "value_en_US": "Success",
48
- "color" : "--btnSuccess"
51
+ "color": "--btnSuccess",
52
+ "borderColor": "--borderBtnSuccess"
49
53
  },
50
54
  {
51
55
  "key": "btn-info",
52
56
  "value_pt_BR": "Informação",
53
57
  "value_en_US": "Info",
54
- "color" : "--btnCalm"
58
+ "color": "--btnCalm",
59
+ "borderColor": "--borderBtnCalm"
55
60
  },
56
61
  {
57
62
  "key": "btn-warning",
58
63
  "value_pt_BR": "Aviso",
59
64
  "value_en_US": "Warning",
60
- "color" : "--btnWarning"
65
+ "color": "--btnWarning",
66
+ "borderColor": "--borderBtnWarning"
61
67
  },
62
68
  {
63
69
  "key": "btn-danger",
64
70
  "value_pt_BR": "Perigo",
65
71
  "value_en_US": "Danger",
66
- "color" : "--btnDanger"
72
+ "color": "--btnDanger",
73
+ "borderColor": "--borderBtnDanger"
67
74
  },
68
75
  {
69
76
  "key": "btn-light",
70
77
  "value_pt_BR": "Claro",
71
78
  "value_en_US": "Light",
72
- "color": "--btnLight"
79
+ "color": "--btnLight",
80
+ "borderColor": "--borderBtnLight"
73
81
  },
74
82
  {
75
- "key": "btn-link",
76
- "value_pt_BR": "Link",
77
- "value_en_US": "Link",
78
- "color": "--btnLink"
83
+ "key": "btn-link",
84
+ "value_pt_BR": "Link",
85
+ "value_en_US": "Link",
86
+ "color": "--btnLink",
87
+ "borderColor": "--borderBtnLink"
79
88
  },
80
89
  {
81
90
  "key": "btn-stable",
82
91
  "value_pt_BR": "Estável",
83
92
  "value_en_US": "Stable",
84
- "color" : "--btnStable"
93
+ "color": "--btnStable",
94
+ "borderColor": "--borderBtnStable"
85
95
  },
86
96
  {
87
97
  "key": "btn-royal",
88
98
  "value_pt_BR": "Real",
89
99
  "value_en_US": "Royal",
90
- "color" : "--btnRoyal"
100
+ "color": "--btnRoyal",
101
+ "borderColor": "--borderBtnRoyal"
91
102
  },
92
103
  {
93
104
  "key": "btn-dark",
94
105
  "value_pt_BR": "Escuro",
95
106
  "value_en_US": "Dark",
96
- "color" : "--btnDark"
107
+ "color": "--btnDark",
108
+ "borderColor": "--borderBtnDark"
97
109
  }
98
110
  ]
99
111
  }
@@ -14,7 +14,7 @@
14
14
  </div>
15
15
  </div>
16
16
  <div class="panel panel-default">
17
- <div class="panel-heading" role="tab" id="headingTwo" data-toggle="collapse" data-parent="#accordion-${RANDOM}" href="#collapseTwo-${RANDOM}" aria-expanded="false" aria-controls="collapseTwo-${RANDOM}">
17
+ <div class="panel-heading collapsed" role="tab" id="headingTwo" data-toggle="collapse" data-parent="#accordion-${RANDOM}" href="#collapseTwo-${RANDOM}" aria-expanded="false" aria-controls="collapseTwo-${RANDOM}">
18
18
  <div class="lead text-center" data-component="crn-title" xattr-position="text-center">
19
19
  <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>
20
20
  </div>
@@ -28,7 +28,7 @@
28
28
  </div>
29
29
  </div>
30
30
  <div class="panel panel-default">
31
- <div class="panel-heading" role="tab" id="headingThree" data-toggle="collapse" data-parent="#accordion-${RANDOM}" href="#collapseThree-${RANDOM}" aria-expanded="false" aria-controls="collapseThree-${RANDOM}">
31
+ <div class="panel-heading collapsed" role="tab" id="headingThree" data-toggle="collapse" data-parent="#accordion-${RANDOM}" href="#collapseThree-${RANDOM}" aria-expanded="false" aria-controls="collapseThree-${RANDOM}">
32
32
  <div class="lead text-center" data-component="crn-title" xattr-position="text-center">
33
33
  <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>
34
34
  </div>
@@ -1,38 +1,4 @@
1
- <div class="form-group" id="{{attrs.id}}-designtime">
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>
35
- <span class="k-widget k-autocomplete cronAutoComplete" style="width: 100%;">
36
- <input class="cronAutoComplete k-input" type="text">
37
- </span>
38
- </div>
1
+ <span tabindex="-1" role="presentation" class="k-widget k-autocomplete cronAutoComplete k-autocomplete-clearable k-state-default" style="width: 100%;">
2
+ <input style="" id="cron-crn-enterprise-autocomplete-169514" required="" class="cronAutoComplete k-input" placeholder="Select an item" type="text" autocomplete="off">
3
+ <span unselectable="on" class="k-icon k-clear-value k-i-close" title="clear" role="button" tabindex="-1"></span>
4
+ </span>
@@ -1,172 +1,77 @@
1
- <div class="ng-pristine ng-untouched ng-valid k-widget k-calendar ng-empty" data-role="calendar">
2
- <div class="k-header">
3
- <a href="#" role="button" class="k-link k-nav-prev" aria-label="Previous" aria-disabled="false">
4
- <span class="k-icon k-i-arrow-60-left"></span></a>
5
- <a href="#" role="button" aria-live="assertive" aria-atomic="true" class="k-link k-nav-fast"
6
- aria-disabled="false">maio 2021</a>
7
- <a href="#" role="button" class="k-link k-nav-next" aria-label="Next" aria-disabled="false">
8
- <span class="k-icon k-i-arrow-60-right"></span>
9
- </a>
10
- </div>
1
+ <div class="component-holder ng-scope" data-component="crn-cron-calendar">
2
+ <cron-calendar class="ng-pristine ng-untouched ng-valid k-widget k-calendar ng-empty" data-role="calendar">
3
+ <div class="k-header"><a href="#" role="button" class="k-link k-nav-prev" aria-label="Previous" aria-disabled="false"><span class="k-icon k-i-arrow-60-left"></span></a><a href="#" role="button" aria-live="assertive" aria-atomic="true" class="k-link k-nav-fast" aria-disabled="false">August 2022</a><a href="#" role="button" class="k-link k-nav-next" aria-label="Next" aria-disabled="false"><span class="k-icon k-i-arrow-60-right"></span></a></div>
11
4
  <div class="k-calendar-view">
12
- <table tabindex="0" role="grid" class="k-content k-month" cellspacing="0" data-start="2021/3/25">
13
- <thead>
14
- <tr role="row">
15
- <th scope="col" title="domingo">D</th>
16
- <th scope="col" title="segunda-feira">S</th>
17
- <th scope="col" title="terça-feira">T</th>
18
- <th scope="col" title="quarta-feira">Q</th>
19
- <th scope="col" title="quinta-feira">Q</th>
20
- <th scope="col" title="sexta-feira">S</th>
21
- <th scope="col" title="sábado">S</th>
22
- </tr>
23
- </thead>
24
- <tbody>
25
- <tr role="row" style="
26
- /* height: 32px; */
27
- ">
28
- <td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1"
29
- class="k-link" href="#" data-value="2021/3/25"
30
- title="domingo, 25 de abril de 2021">25</a></td>
31
- <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link"
32
- href="#" data-value="2021/3/26"
33
- title="segunda-feira, 26 de abril de 2021">26</a></td>
34
- <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link"
35
- href="#" data-value="2021/3/27"
36
- title="terça-feira, 27 de abril de 2021">27</a></td>
37
- <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link"
38
- href="#" data-value="2021/3/28"
39
- title="quarta-feira, 28 de abril de 2021">28</a></td>
40
- <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link"
41
- href="#" data-value="2021/3/29"
42
- title="quinta-feira, 29 de abril de 2021">29</a></td>
43
- <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link"
44
- href="#" data-value="2021/3/30"
45
- title="sexta-feira, 30 de abril de 2021">30</a></td>
46
- <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#"
47
- data-value="2021/4/1" title="sábado, 1 de maio de 2021">1</a>
48
- </td>
49
- </tr>
50
- <tr role="row">
51
- <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#"
52
- data-value="2021/4/2" title="domingo, 2 de maio de 2021">2</a>
53
- </td>
54
- <td role="gridcell"><a tabindex="-1" class="k-link" href="#"
55
- data-value="2021/4/3"
56
- title="segunda-feira, 3 de maio de 2021">3</a></td>
57
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
58
- data-value="2021/4/4"
59
- title="terça-feira, 4 de maio de 2021">4</a></td>
60
- <td role="gridcell"><a tabindex="-1" class="k-link" href="#"
61
- data-value="2021/4/5"
62
- title="quarta-feira, 5 de maio de 2021">5</a></td>
63
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
64
- data-value="2021/4/6"
65
- title="quinta-feira, 6 de maio de 2021">6</a></td>
66
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
67
- data-value="2021/4/7"
68
- title="sexta-feira, 7 de maio de 2021">7</a></td>
69
- <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#"
70
- data-value="2021/4/8" title="sábado, 8 de maio de 2021">8</a>
71
- </td>
72
- </tr>
73
- <tr role="row">
74
- <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#"
75
- data-value="2021/4/9" title="domingo, 9 de maio de 2021">9</a>
76
- </td>
77
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
78
- data-value="2021/4/10"
79
- title="segunda-feira, 10 de maio de 2021">10</a></td>
80
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
81
- data-value="2021/4/11"
82
- title="terça-feira, 11 de maio de 2021">11</a></td>
83
- <td role="gridcell"><a tabindex="-1" class="k-link" href="#"
84
- data-value="2021/4/12"
85
- title="quarta-feira, 12 de maio de 2021">12</a></td>
86
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
87
- data-value="2021/4/13"
88
- title="quinta-feira, 13 de maio de 2021">13</a></td>
89
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
90
- data-value="2021/4/14"
91
- title="sexta-feira, 14 de maio de 2021">14</a></td>
92
- <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#"
93
- data-value="2021/4/15" title="sábado, 15 de maio de 2021">15</a>
94
- </td>
95
- </tr>
96
- <tr role="row">
97
- <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#"
98
- data-value="2021/4/16"
99
- title="domingo, 16 de maio de 2021">16</a></td>
100
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
101
- data-value="2021/4/17"
102
- title="segunda-feira, 17 de maio de 2021">17</a></td>
103
- <td role="gridcell"><a tabindex="-1" class="k-link" href="#"
104
- data-value="2021/4/18"
105
- title="terça-feira, 18 de maio de 2021">18</a></td>
106
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
107
- data-value="2021/4/19"
108
- title="quarta-feira, 19 de maio de 2021">19</a></td>
109
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
110
- data-value="2021/4/20"
111
- title="quinta-feira, 20 de maio de 2021">20</a></td>
112
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
113
- data-value="2021/4/21"
114
- title="sexta-feira, 21 de maio de 2021">21</a></td>
115
- <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#"
116
- data-value="2021/4/22" title="sábado, 22 de maio de 2021">22</a>
117
- </td>
118
- </tr>
119
- <tr role="row">
120
- <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#"
121
- data-value="2021/4/23"
122
- title="domingo, 23 de maio de 2021">23</a></td>
123
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
124
- data-value="2021/4/24"
125
- title="segunda-feira, 24 de maio de 2021">24</a></td>
126
- <td class="k-today k-state-selected" role="gridcell" aria-selected="true"><a
127
- tabindex="-1" class="k-link" href="#" data-value="2021/4/25"
128
- title="terça-feira, 25 de maio de 2021">25</a></td>
129
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
130
- data-value="2021/4/26"
131
- title="quarta-feira, 26 de maio de 2021">26</a></td>
132
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
133
- data-value="2021/4/27"
134
- title="quinta-feira, 27 de maio de 2021">27</a></td>
135
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
136
- data-value="2021/4/28"
137
- title="sexta-feira, 28 de maio de 2021">28</a></td>
138
- <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#"
139
- data-value="2021/4/29" title="sábado, 29 de maio de 2021">29</a>
140
- </td>
141
- </tr>
142
- <tr role="row">
143
- <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#"
144
- data-value="2021/4/30"
145
- title="domingo, 30 de maio de 2021">30</a></td>
146
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
147
- data-value="2021/4/31"
148
- title="segunda-feira, 31 de maio de 2021">31</a></td>
149
- <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link"
150
- href="#" data-value="2021/5/1"
151
- title="terça-feira, 1 de junho de 2021">1</a></td>
152
- <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link"
153
- href="#" data-value="2021/5/2"
154
- title="quarta-feira, 2 de junho de 2021">2</a></td>
155
- <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link"
156
- href="#" data-value="2021/5/3"
157
- title="quinta-feira, 3 de junho de 2021">3</a></td>
158
- <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link"
159
- href="#" data-value="2021/5/4"
160
- title="sexta-feira, 4 de junho de 2021">4</a></td>
161
- <td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1"
162
- class="k-link" href="#" data-value="2021/5/5"
163
- title="sábado, 5 de junho de 2021">5</a></td>
164
- </tr>
165
- </tbody>
166
- </table>
167
- </div>
168
- <div class="k-footer">
169
- <a href="#" class="k-link k-nav-today" title="terça-feira, 25 de maio de 2021">terça-feira, 25 de maio
170
- de 2021</a>
5
+ <table tabindex="0" role="grid" class="k-content k-month" cellspacing="0" data-start="2022/6/31">
6
+ <thead>
7
+ <tr role="row">
8
+ <th scope="col" title="Sunday">Su</th>
9
+ <th scope="col" title="Monday">Mo</th>
10
+ <th scope="col" title="Tuesday">Tu</th>
11
+ <th scope="col" title="Wednesday">We</th>
12
+ <th scope="col" title="Thursday">Th</th>
13
+ <th scope="col" title="Friday">Fr</th>
14
+ <th scope="col" title="Saturday">Sa</th>
15
+ </tr>
16
+ </thead>
17
+ <tbody>
18
+ <tr role="row">
19
+ <td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/6/31" title="Sunday, July 31, 2022">31</a></td>
20
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/1" title="Monday, August 01, 2022">1</a></td>
21
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/2" title="Tuesday, August 02, 2022">2</a></td>
22
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/3" title="Wednesday, August 03, 2022">3</a></td>
23
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/4" title="Thursday, August 04, 2022">4</a></td>
24
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/5" title="Friday, August 05, 2022">5</a></td>
25
+ <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/6" title="Saturday, August 06, 2022">6</a></td>
26
+ </tr>
27
+ <tr role="row">
28
+ <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/7" title="Sunday, August 07, 2022">7</a></td>
29
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/8" title="Monday, August 08, 2022">8</a></td>
30
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/9" title="Tuesday, August 09, 2022">9</a></td>
31
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/10" title="Wednesday, August 10, 2022">10</a></td>
32
+ <td class="k-today k-state-selected" role="gridcell" aria-selected="true"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/11" title="Thursday, August 11, 2022">11</a></td>
33
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/12" title="Friday, August 12, 2022">12</a></td>
34
+ <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/13" title="Saturday, August 13, 2022">13</a></td>
35
+ </tr>
36
+ <tr role="row">
37
+ <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/14" title="Sunday, August 14, 2022">14</a></td>
38
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/15" title="Monday, August 15, 2022">15</a></td>
39
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/16" title="Tuesday, August 16, 2022">16</a></td>
40
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/17" title="Wednesday, August 17, 2022">17</a></td>
41
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/18" title="Thursday, August 18, 2022">18</a></td>
42
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/19" title="Friday, August 19, 2022">19</a></td>
43
+ <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/20" title="Saturday, August 20, 2022">20</a></td>
44
+ </tr>
45
+ <tr role="row">
46
+ <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/21" title="Sunday, August 21, 2022">21</a></td>
47
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/22" title="Monday, August 22, 2022">22</a></td>
48
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/23" title="Tuesday, August 23, 2022">23</a></td>
49
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/24" title="Wednesday, August 24, 2022">24</a></td>
50
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/25" title="Thursday, August 25, 2022">25</a></td>
51
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/26" title="Friday, August 26, 2022">26</a></td>
52
+ <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/27" title="Saturday, August 27, 2022">27</a></td>
53
+ </tr>
54
+ <tr role="row">
55
+ <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/28" title="Sunday, August 28, 2022">28</a></td>
56
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/29" title="Monday, August 29, 2022">29</a></td>
57
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/30" title="Tuesday, August 30, 2022">30</a></td>
58
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/31" title="Wednesday, August 31, 2022">31</a></td>
59
+ <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/1" title="Thursday, September 01, 2022">1</a></td>
60
+ <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/2" title="Friday, September 02, 2022">2</a></td>
61
+ <td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/3" title="Saturday, September 03, 2022">3</a></td>
62
+ </tr>
63
+ <tr role="row">
64
+ <td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/4" title="Sunday, September 04, 2022">4</a></td>
65
+ <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/5" title="Monday, September 05, 2022">5</a></td>
66
+ <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/6" title="Tuesday, September 06, 2022">6</a></td>
67
+ <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/7" title="Wednesday, September 07, 2022">7</a></td>
68
+ <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/8" title="Thursday, September 08, 2022">8</a></td>
69
+ <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/9" title="Friday, September 09, 2022">9</a></td>
70
+ <td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/10" title="Saturday, September 10, 2022">10</a></td>
71
+ </tr>
72
+ </tbody>
73
+ </table>
171
74
  </div>
75
+ <div class="k-footer"><a href="#" class="k-link k-nav-today" title="Thursday, August 11, 2022">Thursday, August 11, 2022</a></div>
76
+ </cron-calendar>
172
77
  </div>