cronapp-lib-js 2.9.6-SP.22 → 2.9.6-SP.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/js/chart.js/Chart.min.js +7 -0
- package/dist/js/kendo-ui/js/kendo.all.fixed.js +1 -1
- package/dist/js/kendo-ui/js/kendo.all.fixed.src.js +5 -1
- package/dist/js/moment/moment-with-locales.min.js +2 -0
- package/dist/js/moment/moment.min.js +2 -0
- package/dist/js/stimulsoft/stimulsoft-helper.js +35 -9
- package/package.json +1 -1
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
//FIX_032 - CRONAPP-10755 Caixa de seleção permanece aberta sobrepondo outros componentes ao mover o scroll para baixo
|
|
34
34
|
//FIX_033 - CRONAPP-10922 Caixa de seleção permanece aberta sobrepondo outros componentes ao voltar a pagina anterior
|
|
35
35
|
//FIX_034 - CRONAPP-10947 Ao clicar no botão nativo - Exportar para PDF o componente Grade quebra na tela.
|
|
36
|
+
//FIX_035 - CRONAPP-10992 Bug Visual no Componente Breadcrumbs
|
|
36
37
|
|
|
37
38
|
/**
|
|
38
39
|
* Kendo UI v2019.1.220 (http://www.telerik.com/kendo-ui)
|
|
@@ -29209,7 +29210,10 @@
|
|
|
29209
29210
|
}
|
|
29210
29211
|
},
|
|
29211
29212
|
_resize: function () {
|
|
29212
|
-
|
|
29213
|
+
//BEGIN FIX_035
|
|
29214
|
+
//NEW FIX_035
|
|
29215
|
+
//this._shrinkItems();
|
|
29216
|
+
//END FIX
|
|
29213
29217
|
this._stretchItems();
|
|
29214
29218
|
},
|
|
29215
29219
|
getSize: function () {
|