@masterkeymaterial/ui 0.2.2 → 0.2.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@masterkeymaterial/ui",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Biblioteca Angular de componentes UI e campos de formulario reutilizaveis para construir formularios dinamicos.",
5
5
  "keywords": [
6
6
  "angular",
@@ -1146,6 +1146,7 @@ declare class MkGrid {
1146
1146
  protected gridId: string;
1147
1147
  protected ordenacoesSignal: _angular_core.WritableSignal<IOrdenacao[]>;
1148
1148
  protected paginacaoSignal: _angular_core.WritableSignal<IPaginacao>;
1149
+ performance: _angular_core.Signal<string>;
1149
1150
  itensPorPagina: _angular_core.Signal<number>;
1150
1151
  constructor();
1151
1152
  ngOnInit(): void;