@sankhyalabs/ezui-docs 6.5.0-ms.1 → 6.5.0-ms.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.
@@ -51,6 +51,7 @@ Type: `Promise<void>`
51
51
  - [ez-grid](../ez-grid)
52
52
  - [ez-guide-navigator](../ez-guide-navigator)
53
53
  - [ez-modal-container](../ez-modal-container)
54
+ - [ez-pagination](../ez-pagination)
54
55
  - [ez-sidebar-navigator](../ez-sidebar-navigator)
55
56
  - [ez-split-item](../ez-split-panel/structure/item)
56
57
  - [ez-text-edit](../ez-text-edit)
@@ -72,6 +73,7 @@ graph TD;
72
73
  ez-grid --> ez-button
73
74
  ez-guide-navigator --> ez-button
74
75
  ez-modal-container --> ez-button
76
+ ez-pagination --> ez-button
75
77
  ez-sidebar-navigator --> ez-button
76
78
  ez-split-item --> ez-button
77
79
  ez-text-edit --> ez-button
@@ -0,0 +1,57 @@
1
+ # ez-pagination
2
+
3
+
4
+
5
+ <!-- Auto Generated Below -->
6
+
7
+
8
+ ## Properties
9
+
10
+ | Property | Attribute | Description | Type | Default |
11
+ | --------------- | ----------------- | ---------------------------------------------------------------------- | ----------------------- | ----------- |
12
+ | `currentPage` | `current-page` | O número da página atual. | `number` | `1` |
13
+ | `hideInfoLabel` | `hide-info-label` | Esconde as o texto de informação da paginação no tipo default. | `boolean` | `false` |
14
+ | `pageLimit` | `page-limit` | O número de páginas a serem exibidas na paginação. | `number` | `10` |
15
+ | `pageSize` | `page-size` | O número de itens por página. | `number` | `10` |
16
+ | `totalItems` | `total-items` | O número total de itens. | `number` | `0` |
17
+ | `type` | `type` | O tipo de paginação a ser renderizada. Pode ser 'default' ou 'number'. | `"default" \| "number"` | `'default'` |
18
+
19
+
20
+ ## Events
21
+
22
+ | Event | Description | Type |
23
+ | -------------- | ------------------------------------------ | --------------------- |
24
+ | `ezPageChange` | Evento emitido quando a página é alterada. | `CustomEvent<number>` |
25
+
26
+
27
+ ## Dependencies
28
+
29
+ ### Depends on
30
+
31
+ - [ez-button](../ez-button)
32
+
33
+ ### Graph
34
+ ```mermaid
35
+ graph TD;
36
+ ez-pagination --> ez-button
37
+ ez-button --> ez-icon
38
+ style ez-pagination fill:#f9f,stroke:#333,stroke-width:4px
39
+ ```
40
+
41
+ ----------------------------------------------
42
+
43
+
44
+
45
+
46
+ ## CSS Variables
47
+ | Variable | Description |
48
+ |-|-|
49
+ | --ez-pagination\_\_info--color | Define a cor do label de informação dfa paginação. |
50
+ | --ez-pagination\_\_info--margin-right | Define o espaçamento entre o texto de informação e os botões de controle. |
51
+ | --ez-pagination\_\_info--text-weight | Define o peso da fonte do texto de informação . |
52
+ | --ez-pagination\_\_info--font-size | Define o tamanho da fonte do texto de informação . |
53
+ | --ez-pagination\_\_info-range--font-weight | Define o peso da fonte do texto de intervalo da informação . |
54
+ | --ez-pagination\_\_pages-option-padding | Define o espaçamento lateral entre as opções de páginas do modo numérico . |
55
+ | --ez-pagination\_\_pages-option-color | Define a cor de texto das opções de páginas do modo numérico . |
56
+ | --ez-pagination\_\_pages-option-weight | Define a o peso da fonte do texto das opções de páginas do modo numérico . |
57
+ | --ez-pagination\_\_pages-option-size | Define a o tamanho da fonte do texto das opções de páginas do modo numérico . |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui-docs",
3
- "version": "6.5.0-ms.1",
3
+ "version": "6.5.0-ms.2",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [