@sankhyalabs/ezui-docs
Advanced tools
Comparing version 4.17.0 to 4.18.0
@@ -10,9 +10,9 @@ # ez-grid | ||
| Property | Attribute | Description | Type | Default | | ||
| ------------------- | -------------------- | --------------------------------------------------------------------------------------------------------- | ----------------------------------------------- | ----------- | | ||
| `config` | -- | Configuração de exibição da grade. | `IGridConfig` | `undefined` | | ||
| `dataUnit` | -- | Unidade de dados. Responsável pelo controle de edição de registros e informações pertinentes aos campos. | `DataUnit` | `undefined` | | ||
| `multipleSelection` | `multiple-selection` | Habilita a seleção de várias linhas. | `boolean` | `undefined` | | ||
| `serverUrl` | `server-url` | Endereço do servidor para obtenção dos dados. | `string` | `undefined` | | ||
| `statusResolver` | -- | Define um `IStatusResolver` responsável pelo estado da coluna de status. | `((data: object) => string) \| IStatusResolver` | `undefined` | | ||
| Property | Attribute | Description | Type | Default | | ||
| ------------------- | -------------------- | -------------------------------------------------------------------------------------------------------- | ----------------------------------------------- | ----------- | | ||
| `config` | -- | Configuração de exibição da grade. | `IGridConfig` | `undefined` | | ||
| `dataUnit` | -- | Unidade de dados. Responsável pelo controle de edição de registros e informações pertinentes aos campos. | `DataUnit` | `undefined` | | ||
| `multipleSelection` | `multiple-selection` | Habilita a seleção de várias linhas. | `boolean` | `undefined` | | ||
| `serverUrl` | `server-url` | Endereço do servidor para obtenção dos dados. | `string` | `undefined` | | ||
| `statusResolver` | -- | Define um `IStatusResolver` responsável pelo estado da coluna de status. | `((data: object) => string) \| IStatusResolver` | `undefined` | | ||
@@ -33,3 +33,3 @@ | ||
### `addColumnMenuItem(label: string, name: string, action: Function) => Promise<void>` | ||
### `addColumnMenuItem(label: string, name: string, action: Function, icon: HTMLElement | string) => Promise<void>` | ||
@@ -36,0 +36,0 @@ Adiciona item de menu nas colunas. |
{ | ||
"name": "@sankhyalabs/ezui-docs", | ||
"version": "4.17.0", | ||
"version": "4.18.0", | ||
"description": "Documentação da biblioteca de componentes Sankhya.", | ||
@@ -5,0 +5,0 @@ "main": "", |
105665