diff --git a/README.md b/README.md index 7a8c504..52a29a0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## @softechub-ib/vue-datepicker -[![License](https://img.shields.io/npm/l/@softechub-ib/vue-datepicker)](https://github.com/softechub-ib/vue-datepicker/blob/main/LICENSE) [![npm](https://img.shields.io/npm/v/@softechub-ib/vue-datepicker)](https://www.npmjs.com/package/@softechub-ib/vue-datepicker) ![Downloads](https://img.shields.io/npm/dm/@softechub-ib/vue-datepicker) [![Coverage Status](https://coveralls.io/repos/github/softechub-ib/vue-datepicker/badge.svg?branch=main)](https://coveralls.io/github/softechub-ib/vue-datepicker?branch=main) +[![License](https://img.shields.io/npm/l/@softechub-ib/vue-datepicker)](https://github.com/softechub-ib/vue-datepicker/blob/main/LICENSE) [![npm](https://img.shields.io/npm/v/@softechub-ib/vue-datepicker)](https://www.npmjs.com/package/@softechub-ib/vue-datepicker) ![Downloads](https://img.shields.io/npm/dm/@softechub-ib/vue-datepicker) [![Open issues](https://img.shields.io/github/issues-raw/softechub-ib/vue-datepicker)](https://github.com/softechub-ib/vue-datepicker/issues) ![CI](https://img.shields.io/github/actions/workflow/status/softechub-ib/vue-datepicker/ci-coverage-upload.yml?branch=main&label=CI) [![Coverage Status](https://coveralls.io/repos/github/softechub-ib/vue-datepicker/badge.svg?branch=main)](https://coveralls.io/github/softechub-ib/vue-datepicker?branch=main) ### Datepicker solution for Vue 3 that offers: @@ -67,6 +67,18 @@ const date = ref(); ``` +**Types** + +```ts +import type { + CalendarStylesProp, // calendar-styles + DateValue, // min, max, model-value (DateValue | DateValue[]) + DayjsLocale, // locale + InputStylesProp, // input-styles + Size, // size +} from "@softechub-ib/vue-datepicker"; +``` + ## Props | Prop | Required | Type | Default value | diff --git a/package.json b/package.json index faed647..4be7b71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@softechub-ib/vue-datepicker", - "version": "1.0.13", + "version": "1.0.14", "description": "Datepicker component for Vue 3", "author": "softechub-ib", "private": false,