dts-backoffice-kendo-grid 2.8.0 → 2.8.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ **2.8.1 / 2.8.2 (17-03-2021):**
4
+
5
+ Documentação:
6
+ - Atualização pré-requisitos.
7
+
3
8
  **2.8.0 (28-01-2021):**
4
9
 
5
10
  Melhorias:
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Documentação do Dts Kendo GRID
2
2
 
3
- ÚLTIMA VERSÃO: **2.8.0 (28-01-2021)** **([**VER CHANGE LOG**](https://github.com/ModernizaDatasul/dts-backoffice-util/blob/master/projects/dts-backoffice-kendo-grid/CHANGELOG.md))**
3
+ ÚLTIMA VERSÃO: **2.8.2 (17-03-2021)** **([**VER CHANGE LOG**](https://github.com/ModernizaDatasul/dts-backoffice-util/blob/master/projects/dts-backoffice-kendo-grid/CHANGELOG.md))**
4
4
 
5
5
  <br>
6
6
 
@@ -34,6 +34,12 @@ Segue abaixo as dependência utilizadas e as respectivas **versões homologadas*
34
34
  "@progress/kendo-theme-default": "^2.63.0",
35
35
  ```
36
36
 
37
+ **Instalação do Pacote:**
38
+
39
+ ```
40
+ npm install dts-backoffice-kendo-grid
41
+ ```
42
+
37
43
  **Importar o módulo:**
38
44
 
39
45
  ```
@@ -63,7 +69,6 @@ Para que o Kendo Grid utilize o tema da TOTVS, deve deve ser importado o CSS no
63
69
  "styles": [
64
70
  "node_modules/@totvs/po-theme/css/po-theme-default.min.css",
65
71
  "node_modules/@progress/kendo-theme-default/dist/all.css",
66
- "node_modules/dts-backoffice-util/lib/css/kendo.min.css",
67
72
  "src/styles.css"
68
73
  ],
69
74
  ```