structra-ui 0.1.36 → 0.1.37

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 (2) hide show
  1. package/README.md +1 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,16 +25,12 @@ Regista módulos e o tema global **uma vez** antes de abrir qualquer grid (ex.:
25
25
  ```ts
26
26
  import {
27
27
  AllCommunityModule,
28
- ModuleRegistry,
29
- provideGlobalGridOptions,
28
+ ModuleRegistry,
30
29
  } from 'ag-grid-community';
31
30
 
32
31
  ModuleRegistry.registerModules([AllCommunityModule]);
33
- provideGlobalGridOptions({ theme: 'legacy' });
34
32
  ```
35
33
 
36
- O componente `app-data-grid` da lib também define `[theme]="'legacy'"` no grid.
37
-
38
34
  ## Estilos
39
35
 
40
36
  Importe a lib em código (ex.: `import { TextFieldComponent } from 'structra-ui'`). O tema global acompanha; não precisa repetir CSS no `angular.json` por causa disso.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "structra-ui",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
4
4
  "description": "Biblioteca de componentes Angular da StructraLab (UI reutilizável).",
5
5
  "homepage": "https://structralab.com/",
6
6
  "license": "MIT",