Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sankhyalabs/ezui-docs

Package Overview
Dependencies
Maintainers
0
Versions
1111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sankhyalabs/ezui-docs - npm Package Compare versions

Comparing version 0.0.0-bugfix-dev-KB-80932.0 to 0.0.0-bugfix-dev-KB-83282.0

components/ez-combo-box/ez-combo-box-list/readme.md

6

components/ez-combo-box/readme.md

@@ -22,3 +22,2 @@ # ez-combo-box

| `mode` | `mode` | Define o tamanho do campo. | `"regular" \| "slim"` | `"regular"` |
| `noMargin` | `no-margin` | Quando verdadeiro, o campo não terá espaçamento externo. | `boolean` | `false` |
| `optionLoader` | -- | Carrega as opções dinamicamente. | `(argument: ISearchArgument) => IOption \| IOption[] \| Promise<IOption[]>` | `undefined` |

@@ -104,2 +103,4 @@ | `options` | -- | Array com as opções do ez-combo-box. Os elementos devem obedecer o formato: `{value: string, label: string}`. | `IOption[]` | `undefined` |

- [ez-icon](../ez-icon)
- [ez-popover-plus](../ez-popover-plus)
- [ez-combo-box-list](ez-combo-box-list)

@@ -111,4 +112,7 @@ ### Graph

ez-combo-box --> ez-icon
ez-combo-box --> ez-popover-plus
ez-combo-box --> ez-combo-box-list
ez-text-input --> ez-tooltip
ez-text-input --> ez-icon
ez-popover-plus --> ez-popover-core
ez-form-view --> ez-combo-box

@@ -115,0 +119,0 @@ style ez-combo-box fill:#f9f,stroke:#333,stroke-width:4px

1

components/ez-date-input/readme.md

@@ -18,3 +18,2 @@ # ez-date-input

| `mode` | `mode` | Define o tamanho do campo. | `"regular" \| "slim"` | `"regular"` |
| `noMargin` | `no-margin` | Quando verdadeiro, o campo não terá espaçamento. | `boolean` | `false` |
| `value` | -- | Define o valor do campo. | `Date` | `undefined` |

@@ -21,0 +20,0 @@

@@ -18,3 +18,2 @@ # ez-date-time-input

| `mode` | `mode` | Define o tamanho do campo. | `"regular" \| "slim"` | `"regular"` |
| `noMargin` | `no-margin` | Quando verdadeiro, o campo não terá espaçamento. | `boolean` | `false` |
| `showSeconds` | `show-seconds` | Se true considera segundos. | `boolean` | `false` |

@@ -21,0 +20,0 @@ | `value` | -- | Define o valor do campo. | `Date` | `undefined` |

@@ -19,3 +19,2 @@ # ez-filter-input

| `mode` | `mode` | Define o tamanho do campo. | `"regular" \| "slim"` | `"regular"` |
| `noMargin` | `no-margin` | Quando verdadeiro, o campo não terá espaçamento. | `boolean` | `false` |
| `restrict` | `restrict` | Restringe o que o usuário pode digitar. | `string` | `undefined` |

@@ -22,0 +21,0 @@ | `value` | `value` | Define o valor do campo. | `string` | `undefined` |

@@ -102,2 +102,5 @@ # ez-form-view

ez-combo-box --> ez-icon
ez-combo-box --> ez-popover-plus
ez-combo-box --> ez-combo-box-list
ez-popover-plus --> ez-popover-core
ez-date-input --> ez-text-input

@@ -104,0 +107,0 @@ ez-date-input --> ez-calendar

@@ -96,2 +96,5 @@ # ez-form

ez-combo-box --> ez-icon
ez-combo-box --> ez-popover-plus
ez-combo-box --> ez-combo-box-list
ez-popover-plus --> ez-popover-core
ez-date-input --> ez-text-input

@@ -98,0 +101,0 @@ ez-date-input --> ez-calendar

@@ -242,5 +242,6 @@ # ez-grid

- [ez-popover](../ez-popover)
- [ez-icon](../ez-icon)
- [ez-button](../ez-button)
- [filter-column](subcomponents)
- [ez-icon](../ez-icon)

@@ -250,9 +251,11 @@ ### Graph

graph TD;
ez-grid --> ez-popover
ez-grid --> ez-icon
ez-grid --> ez-button
ez-grid --> filter-column
ez-grid --> ez-icon
ez-button --> ez-icon
filter-column --> ez-popover
filter-column --> ez-popover-plus
filter-column --> ez-button
filter-column --> ez-multi-selection-list
ez-popover-plus --> ez-popover-core
ez-multi-selection-list --> ez-check

@@ -259,0 +262,0 @@ ez-multi-selection-list --> ez-list

@@ -60,3 +60,3 @@ # filter-column

- [ez-popover](../../ez-popover)
- [ez-popover-plus](../../ez-popover-plus)
- [ez-button](../../ez-button)

@@ -68,5 +68,6 @@ - [ez-multi-selection-list](../../ez-multi-selection-list)

graph TD;
filter-column --> ez-popover
filter-column --> ez-popover-plus
filter-column --> ez-button
filter-column --> ez-multi-selection-list
ez-popover-plus --> ez-popover-core
ez-button --> ez-icon

@@ -73,0 +74,0 @@ ez-multi-selection-list --> ez-check

@@ -19,3 +19,2 @@ # ez-number-input

| `mode` | `mode` | Define o tamanho do campo. | `"regular" \| "slim"` | `"regular"` |
| `noMargin` | `no-margin` | Quando verdadeiro, o campo não terá espaçamento externo. | `boolean` | `false` |
| `precision` | `precision` | Define quantas casas decimais serão exibidas. Caso haja mais casas haverá arredondamento. | `number` | `undefined` |

@@ -22,0 +21,0 @@ | `prettyPrecision` | `pretty-precision` | Define qual é o mínimo de casas depois da vírgula. Exemplo: 1,1 será exibido como 1,1000 quando `prettyPrecision = 4`. | `number` | `undefined` |

@@ -73,3 +73,3 @@ # ez-popover

- [filter-column](../ez-grid/subcomponents)
- [ez-grid](../ez-grid)

@@ -79,3 +79,3 @@ ### Graph

graph TD;
filter-column --> ez-popover
ez-grid --> ez-popover
style ez-popover fill:#f9f,stroke:#333,stroke-width:4px

@@ -82,0 +82,0 @@ ```

@@ -24,3 +24,2 @@ # ez-search

| `mode` | `mode` | Define o tamanho do campo. | `"regular" \| "slim"` | `"regular"` |
| `noMargin` | `no-margin` | Quando verdadeiro, o campo não terá espaçamento externo. | `boolean` | `false` |
| `optionLoader` | -- | Carrega as opções dinamicamente. | `(argument: ISearchArgument, ctxProperties?: any) => IOption \| IOption[] \| Promise<IOption[]>` | `undefined` |

@@ -27,0 +26,0 @@ | `options` | -- | Array com as opções do ez-combo-box. Os elementos devem obedecer o formato: `{value: string, label: string}`. | `IOption[]` | `undefined` |

@@ -21,3 +21,2 @@ # ez-text-input

| `noBorder` | `no-border` | Se true o campo não terá bordas. | `boolean` | `false` |
| `noMargin` | `no-margin` | Quando verdadeiro, o campo não terá espaçamento externo. | `boolean` | `false` |
| `password` | `password` | Se true o campo não terá bordas. | `boolean` | `false` |

@@ -24,0 +23,0 @@ | `restrict` | `restrict` | Restringe o que o usuário pode digitar. | `string` | `undefined` |

@@ -18,3 +18,2 @@ # ez-time-input

| `mode` | `mode` | Define o tamanho do campo. | `"regular" \| "slim"` | `"regular"` |
| `noMargin` | `no-margin` | Quando verdadeiro, o campo não terá espaçamento. | `boolean` | `false` |
| `showSeconds` | `show-seconds` | Se true considera segundos. | `boolean` | `false` |

@@ -21,0 +20,0 @@ | `value` | `value` | Define o valor do campo. | `number` | `undefined` |

{
"name": "@sankhyalabs/ezui-docs",
"version": "0.0.0-bugfix-dev-KB-80932.0",
"version": "0.0.0-bugfix-dev-KB-83282.0",
"description": "Documentação da biblioteca de componentes Sankhya.",

@@ -5,0 +5,0 @@ "main": "",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc