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.
- package/components/crn-accordion.components.json +1 -1
- package/components/crn-button-filter.components.json +23 -12
- package/components/crn-button.components.json +22 -11
- package/components/crn-enterprise-autocomplete.components.json +1 -1
- package/components/crn-enterprise-checkbox.components.json +20 -10
- package/components/crn-enterprise-combobox-multiple.components.json +20 -10
- package/components/crn-panel.components.json +20 -10
- package/components/crn-radiogroup.components.json +20 -10
- package/components/crn-signature-pad.components.json +1 -1
- package/components/crn-upload-file.components.json +25 -14
- package/components/crn-upload.components.json +27 -15
- package/components/templates/accordion.template.html +2 -2
- package/components/templates/cron-autocomplete.designtime.html +4 -38
- package/components/templates/cron-calendar.designtime.html +74 -169
- package/components/templates/cron-dashboard-viewer.designtime.html +4 -2
- package/components/templates/cron-grid.designtime.html +4 -2
- package/css/animate.css +2 -2
- package/css/app.css +9 -0
- package/css/themes/custom/aquamarine/button-aquamarine.css +35 -10
- package/css/themes/custom/aquamarine/custom-aquamarine.css +112 -51
- package/css/themes/custom/cerulean/button-cerulean.css +20 -1
- package/css/themes/custom/cerulean/custom-cerulean.css +87 -12
- package/css/themes/custom/cosmo/custom-cosmo.css +124 -5
- package/css/themes/custom/cosmo/panel-cosmo.css +7 -8
- package/css/themes/custom/cyborg/custom-cyborg.css +79 -1
- package/css/themes/custom/cyborg/panel-cyborg.css +11 -8
- package/css/themes/custom/darkly/custom-darkly.css +113 -10
- package/css/themes/custom/darkly/panel-darkly.css +3 -7
- package/css/themes/custom/dsgov/button-dsgov.css +11 -1
- package/css/themes/custom/dsgov/custom-dsgov.css +75 -14
- package/css/themes/custom/dsgov/form-dsgov.css +2 -2
- package/css/themes/custom/flatly/custom-flatly.css +70 -0
- package/css/themes/custom/flatly/panel-flatly.css +11 -16
- package/css/themes/custom/fuse/custom-fuse.css +169 -9
- package/css/themes/custom/fuse/panel-fuse.css +5 -5
- package/css/themes/custom/journal/custom-journal.css +70 -0
- package/css/themes/custom/journal/panel-journal.css +3 -6
- package/css/themes/custom/material/custom-material.css +132 -28
- package/css/themes/custom/theme-general/button.css +20 -0
- package/css/themes/custom/theme-general/forms.css +6 -1
- package/css/themes/custom/theme-general/notification.css +16 -0
- package/css/themes/custom/theme-general/scheduler.css +17 -25
- package/css/themes/custom/theme-general/table-grid.css +6 -8
- package/css/themes/custom/theme-general/theme-general.css +7 -6
- package/css/themes/deprecated/custom/aquamarine/font/fonts.css +162 -0
- package/deprecated/css/app.css +6 -0
- package/dist/components/js/jquery.inputmask.bundle.js +1 -1
- package/dist/components/js/jquery.mask.min.js +1 -1
- package/dist/components/js/qrcode.js +1 -1
- package/dist/components/templates/accordion.template.html +1 -1
- package/dist/components/templates/cron-autocomplete.designtime.html +1 -26
- package/dist/components/templates/cron-calendar.designtime.html +1 -1
- package/dist/components/templates/cron-dashboard-viewer.designtime.html +1 -1
- package/dist/components/templates/cron-grid.designtime.html +1 -1
- package/dist/css/animate.css +1 -1
- package/dist/css/app.css +1 -1
- package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cosmo/panel-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/cyborg/panel-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/darkly/panel-darkly.css +1 -1
- package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/flatly/panel-flatly.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
- package/dist/css/themes/custom/fuse/panel-fuse.css +1 -1
- package/dist/css/themes/custom/journal/custom-journal.css +1 -1
- package/dist/css/themes/custom/journal/panel-journal.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/forms.css +1 -1
- package/dist/css/themes/custom/theme-general/notification.css +1 -1
- package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
- package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
- package/dist/css/themes/deprecated/custom/aquamarine/font/fonts.css +1 -0
- package/dist/js/app.js +1 -1
- package/dist/js/dashboard/dashboard.service.js +1 -1
- package/dist/js/directives.js +2 -2
- package/dist/js/reports/reports.service.js +1 -1
- package/js/app.js +7 -4
- package/js/dashboard/dashboard.service.js +2 -0
- package/js/directives.js +123 -87
- package/js/reports/reports.service.js +14 -3
- 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
|
-
|
|
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
|
-
|
|
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"
|
|
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"
|
|
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"
|
|
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"
|
|
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
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
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"
|
|
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"
|
|
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"
|
|
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
|
-
<
|
|
2
|
-
<
|
|
3
|
-
<span
|
|
4
|
-
|
|
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="
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
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>
|