@sankhyalabs/ezui-docs 4.8.1 → 4.10.0

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.
@@ -51,11 +51,13 @@ Type: `Promise<void>`
51
51
  ### Used by
52
52
 
53
53
  - [ez-form-view](../ez-form-view)
54
+ - [ez-list](../ez-list)
54
55
 
55
56
  ### Graph
56
57
  ```mermaid
57
58
  graph TD;
58
59
  ez-form-view --> ez-check
60
+ ez-list --> ez-check
59
61
  style ez-check fill:#f9f,stroke:#333,stroke-width:4px
60
62
  ```
61
63
 
@@ -14,15 +14,17 @@
14
14
  | `ezSelectable` | `ez-selectable` | Se true os itens serão selecionáveis. | `boolean` | `false` |
15
15
  | `hoverFeedback` | `hover-feedback` | Quando verdadeiro, ativa o feedback visual ao efetuar houver nos itens da lista. | `boolean` | `false` |
16
16
  | `itemSlotBuilder` | -- | Função builder que possibilita alterar como o item da lista vai ser apresentado. Observação: No react ele se transforma em VNode e não como HTMLElement. | `(item: ListItem, group?: ListGroup) => string \| HTMLElement` | `undefined` |
17
+ | `listMode` | `list-mode` | Define o modo de apresentação da lista. | `"check" \| "regular"` | `"regular"` |
17
18
  | `useGroups` | `use-groups` | Se true os grupos serão exibidos. | `boolean` | `false` |
18
19
 
19
20
 
20
21
  ## Events
21
22
 
22
- | Event | Description | Type |
23
- | -------------- | ------------------------------------------------------- | ---------------------------------------- |
24
- | `ezChange` | Emitido quando acontece a alteração de estado da lista. | `CustomEvent<(ListItem \| ListGroup)[]>` |
25
- | `ezSelectItem` | Emitido sempre que um item da lista for selecionado. | `CustomEvent<ListItem>` |
23
+ | Event | Description | Type |
24
+ | --------------- | ----------------------------------------------------------- | ---------------------------------------- |
25
+ | `ezChange` | Emitido quando acontece a alteração de estado da lista. | `CustomEvent<(ListItem \| ListGroup)[]>` |
26
+ | `ezCheckChange` | Emitido quando acontece a alteração de um item do checkbox. | `CustomEvent<ListItem>` |
27
+ | `ezSelectItem` | Emitido sempre que um item da lista for selecionado. | `CustomEvent<ListItem>` |
26
28
 
27
29
 
28
30
  ## Methods
@@ -78,6 +80,19 @@ Type: `Promise<void>`
78
80
 
79
81
 
80
82
 
83
+ ## Dependencies
84
+
85
+ ### Depends on
86
+
87
+ - [ez-check](../ez-check)
88
+
89
+ ### Graph
90
+ ```mermaid
91
+ graph TD;
92
+ ez-list --> ez-check
93
+ style ez-list fill:#f9f,stroke:#333,stroke-width:4px
94
+ ```
95
+
81
96
  ----------------------------------------------
82
97
 
83
98
 
@@ -0,0 +1,22 @@
1
+ # ez-skeleton
2
+
3
+
4
+
5
+ <!-- Auto Generated Below -->
6
+
7
+
8
+ ## Properties
9
+
10
+ | Property | Attribute | Description | Type | Default |
11
+ | -------------- | --------------- | ------------------------------------------------- | ----------------------------------------------------- | ------------ |
12
+ | `animation` | `animation` | Animation type | `"false" \| "progress" \| "progress-dark" \| "pulse"` | `'progress'` |
13
+ | `count` | `count` | Number of rows of current skeleton type | `number` | `1` |
14
+ | `height` | `height` | Height of the skeleton ex. 100px, 100%, auto etc. | `string` | `null` |
15
+ | `marginBottom` | `margin-bottom` | MarginBottom of the skeleton ex. 10px, 0 etc. | `string` | `null` |
16
+ | `variant` | `variant` | Variant of the skeleton - circle or row | `"circle" \| "rect" \| "text"` | `'text'` |
17
+ | `width` | `width` | Width of the skeleton ex. 100px, 100%, auto etc. | `string` | `null` |
18
+
19
+
20
+ ----------------------------------------------
21
+
22
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui-docs",
3
- "version": "4.8.1",
3
+ "version": "4.10.0",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [