New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sankhyalabs/ezui-docs

Package Overview
Dependencies
Maintainers
0
Versions
1178
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-81596.0

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

15

components/ez-badge/readme.md

@@ -10,9 +10,10 @@ # ez-badge

| Property | Attribute | Description | Type | Default |
| ----------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | ------------------------------------------ |
| `iconLeft` | `icon-left` | Define o ícone a ser usado no lado esquerdo do badge: [ez-icons](https://sankhyalabs-storybook.herokuapp.com/themes/default/icons/fonts/index.html) | `string` | `undefined` |
| `iconRight` | `icon-right` | Define o ícone a ser usado no lado direito do badge: [ez-icons](https://sankhyalabs-storybook.herokuapp.com/themes/default/icons/fonts/index.html) | `string` | `undefined` |
| `label` | `label` | Define o conteúdo textual ou numérico do componente. | `string` | `undefined` |
| `position` | -- | Define a posição do ícone em relação ao elemento filho. | `IPosition` | `{ horizontal: "right", vertical: "top" }` |
| `size` | `size` | Define o tamanho de acordo com o tipo utilizado pelo componente. | `"extra-large" \| "extra-small" \| "large" \| "medium" \| "small" \| "small-medium"` | `"small"` |
| Property | Attribute | Description | Type | Default |
| ------------ | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | ------------------------------------------ |
| `alignItems` | `align-items` | Define a posição do ícone em relação ao elemento. | `"center" \| "flex-end" \| "flex-start"` | `"center"` |
| `iconLeft` | `icon-left` | Define o ícone a ser usado no lado esquerdo do badge: [ez-icons](https://sankhyalabs-storybook.herokuapp.com/themes/default/icons/fonts/index.html) | `string` | `undefined` |
| `iconRight` | `icon-right` | Define o ícone a ser usado no lado direito do badge: [ez-icons](https://sankhyalabs-storybook.herokuapp.com/themes/default/icons/fonts/index.html) | `string` | `undefined` |
| `label` | `label` | Define o conteúdo textual ou numérico do componente. | `string` | `undefined` |
| `position` | -- | Define a posição do ícone em relação ao elemento filho. | `IPosition` | `{ horizontal: "right", vertical: "top" }` |
| `size` | `size` | Define o tamanho de acordo com o tipo utilizado pelo componente. | `"extra-large" \| "extra-small" \| "large" \| "medium" \| "small" \| "small-medium"` | `"small"` |

@@ -19,0 +20,0 @@

@@ -28,3 +28,3 @@ # ez-card-item

- [ez-search](../ez-search)
- [search-list](../ez-search/subcomponent/search-list)

@@ -34,3 +34,3 @@ ### Graph

graph TD;
ez-search --> ez-card-item
search-list --> ez-card-item
style ez-card-item fill:#f9f,stroke:#333,stroke-width:4px

@@ -37,0 +37,0 @@ ```

@@ -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

@@ -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` |

@@ -84,2 +83,3 @@

- [ez-text-input](../ez-text-input)
- [ez-popover-plus](../ez-popover-plus)
- [ez-calendar](../ez-calendar)

@@ -91,5 +91,7 @@

ez-date-input --> ez-text-input
ez-date-input --> ez-popover-plus
ez-date-input --> ez-calendar
ez-text-input --> ez-tooltip
ez-text-input --> ez-icon
ez-popover-plus --> ez-popover-core
ez-form-view --> ez-date-input

@@ -96,0 +98,0 @@ style ez-date-input fill:#f9f,stroke:#333,stroke-width:4px

@@ -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` |

@@ -85,2 +84,3 @@ | `value` | -- | Define o valor do campo. | `Date` | `undefined` |

- [ez-text-input](../ez-text-input)
- [ez-popover-plus](../ez-popover-plus)
- [ez-calendar](../ez-calendar)

@@ -92,5 +92,7 @@

ez-date-time-input --> ez-text-input
ez-date-time-input --> ez-popover-plus
ez-date-time-input --> ez-calendar
ez-text-input --> ez-tooltip
ez-text-input --> ez-icon
ez-popover-plus --> ez-popover-core
ez-form-view --> ez-date-time-input

@@ -97,0 +99,0 @@ style ez-date-time-input fill:#f9f,stroke:#333,stroke-width:4px

@@ -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,3 +102,7 @@ # 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
ez-date-input --> ez-popover-plus
ez-date-input --> ez-calendar

@@ -108,7 +112,10 @@ ez-time-input --> ez-text-input

ez-date-time-input --> ez-text-input
ez-date-time-input --> ez-popover-plus
ez-date-time-input --> ez-calendar
ez-number-input --> ez-text-input
ez-search --> ez-card-item
ez-search --> ez-text-input
ez-search --> ez-icon
ez-search --> ez-popover-plus
ez-search --> search-list
search-list --> ez-card-item
ez-form --> ez-form-view

@@ -115,0 +122,0 @@ style ez-form-view fill:#f9f,stroke:#333,stroke-width:4px

@@ -96,3 +96,7 @@ # 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
ez-date-input --> ez-popover-plus
ez-date-input --> ez-calendar

@@ -102,7 +106,10 @@ ez-time-input --> ez-text-input

ez-date-time-input --> ez-text-input
ez-date-time-input --> ez-popover-plus
ez-date-time-input --> ez-calendar
ez-number-input --> ez-text-input
ez-search --> ez-card-item
ez-search --> ez-text-input
ez-search --> ez-icon
ez-search --> ez-popover-plus
ez-search --> search-list
search-list --> ez-card-item
style ez-form fill:#f9f,stroke:#333,stroke-width:4px

@@ -109,0 +116,0 @@ ```

@@ -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

@@ -269,5 +272,7 @@ ez-multi-selection-list --> ez-list

ez-text-input --> ez-icon
ez-search --> ez-card-item
ez-search --> ez-text-input
ez-search --> ez-icon
ez-search --> ez-popover-plus
ez-search --> search-list
search-list --> ez-card-item
style ez-grid fill:#f9f,stroke:#333,stroke-width:4px

@@ -274,0 +279,0 @@ ```

@@ -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

@@ -84,5 +85,7 @@ ez-multi-selection-list --> ez-check

ez-text-input --> ez-icon
ez-search --> ez-card-item
ez-search --> ez-text-input
ez-search --> ez-icon
ez-search --> ez-popover-plus
ez-search --> search-list
search-list --> ez-card-item
ez-grid --> filter-column

@@ -89,0 +92,0 @@ style filter-column fill:#f9f,stroke:#333,stroke-width:4px

@@ -68,5 +68,8 @@ # ez-multi-selection-list

ez-text-input --> ez-icon
ez-search --> ez-card-item
ez-search --> ez-text-input
ez-search --> ez-icon
ez-search --> ez-popover-plus
ez-search --> search-list
ez-popover-plus --> ez-popover-core
search-list --> ez-card-item
filter-column --> ez-multi-selection-list

@@ -73,0 +76,0 @@ style ez-multi-selection-list fill:#f9f,stroke:#333,stroke-width:4px

@@ -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` |

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

- [ez-card-item](../ez-card-item)
- [ez-text-input](../ez-text-input)
- [ez-icon](../ez-icon)
- [ez-popover-plus](../ez-popover-plus)
- [search-list](./subcomponent/search-list)

@@ -114,7 +114,10 @@ ### Graph

graph TD;
ez-search --> ez-card-item
ez-search --> ez-text-input
ez-search --> ez-icon
ez-search --> ez-popover-plus
ez-search --> search-list
ez-text-input --> ez-tooltip
ez-text-input --> ez-icon
ez-popover-plus --> ez-popover-core
search-list --> ez-card-item
ez-form-view --> ez-search

@@ -121,0 +124,0 @@ ez-multi-selection-list --> ez-search

@@ -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-81596.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