# @tul/selectors

> > Management of tul selectors.

Latest version **1.0.0** (published 2022-10-25) · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @tul/selectors
pnpm add @tul/selectors
yarn add @tul/selectors
bun add @tul/selectors
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2022-10-25 |
| First published | 2021-04-12 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 111.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | soytul |

## Links

- npm: https://www.npmjs.com/package/@tul/selectors
- npm.io page: https://npm.io/package/@tul/selectors

## Dependencies (2)

- [tslib](https://npm.io/package/tslib.md) ^2.0.0
- [ng-zorro-antd](https://npm.io/package/ng-zorro-antd.md) ^13.3.0

## Recent versions

- 1.0.0 (latest) — 2022-10-25
- 0.0.4-beta.1 (beta) — 2022-06-16
- 0.0.4 — 2021-07-06
- 0.0.3 — 2021-05-24
- 0.0.2 — 2021-05-24
- 0.0.1 — 2021-04-12

## README

# Date Picker

> Management of tul selectors.

<p align="center">
<img alt="tul logo" width="100px" src="https://tul.com.co/assets/Img/logo-tul.png">
</p>

<p align="center">

<img alt="npm" src="https://badge.fury.io/js/%40tul%2Fselectors.svg">

<a href="https://soytul.slack.com/archives/D01T398E9QE">
  <img alt="slack logo"  src="https://badgen.net/badge/icon/slack/pink?icon=slack&label">
</a>

<img alt="npm" src="https://img.shields.io/npm/dw/@tul/selectors">

</p>

## Table of Contents

- [Install](#installation)
- [Usage](#usage)
  - [Emitters](#emitters)
  - [Inputs](#inputs)
  - [Outputs](#outputs)
  - [Models](#models)
    - [Enums](#enums)
    - [Interfaces](#interfaces)
- [Release History](#release-history)
- [Pizza Owner](#pizza-owner)

## Installation

```sh
npm i @tul/selectors --save
```

## Usage

### Html

```html
<tul-selectors [(data)]="data" (modelChange)="modelChange($event)"></tul-selectors>
<tul-box [(data)]="data" (modelChange)="modelChange($event)"></tul-box>
```

### Emitters

### Inputs

```ts


  @Input() data: Date | null;
  @Input() label: string;
  @Input() required: boolean = false;
  @Input() error: string;

// selectors
  @Input() uncheckedPlaceholder: string;
  @Input() checkedPlaceholder: string;



```

### Outputs

```ts
  @Output() modelChange = new EventEmitter<string>();
```

### Models

#### Enums

```ts

```

#### Interfaces

```ts

```

## Release History

- 0.0.1

  - Structure was created

## Pizza Owner

Jose Restrepo

---
_Source: https://npm.io/package/@tul/selectors · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
