@dynamicforms/vuetify-inputs 0.6.0 → 0.6.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +10 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dynamicforms/vuetify-inputs",
3
3
  "private": false,
4
- "version": "0.6.0",
4
+ "version": "0.6.1",
5
5
  "type": "module",
6
6
  "description": "Visual components for data entry using @dynamicforms/vue-forms",
7
7
  "author": "Jure Erznožnik",
package/readme.md CHANGED
@@ -5,8 +5,8 @@ Visual components based on Vuetify library to support @dynamicforms/vue-forms.
5
5
  ## Introduction
6
6
 
7
7
  `@dynamicforms/vuetify-inputs` provides input components for data entry that will be stored in form data. It is the
8
- visual implementation of logical concepts from
9
- [@dynamicforms/vue-forms](https://github.com/velis74/dynamicforms-vue-forms).
8
+ visual implementation of logical concepts from
9
+ [@dynamicforms/vue-forms](https://github.com/dynamicforms/vue-forms).
10
10
 
11
11
  ## Features
12
12
 
@@ -107,10 +107,16 @@ npm run docs:dev
107
107
 
108
108
  ## Available Components
109
109
 
110
+ - **InputBase**: The base component for all input elements
111
+ - **df-actions**: An actions group.
112
+ - **df-checkbox**: A checkbox component.
113
+ - **df-color**: A color input.
114
+ - **df-date-time**: A date and time selection component with configurable format and type.
115
+ - **df-file**: A file upload component with progress indication
116
+ - **df-input**: A general value input.
117
+ - **df-rtf-editor**: A RTF editor input.
110
118
  - **df-select**: A selection component supporting static or dynamic options, multiple selection, and tagging
111
119
  - **df-textarea**: A textarea component with configurable rows and validation
112
- - **df-file**: A file upload component with progress indication
113
- - **InputBase**: The base component for all input elements
114
120
 
115
121
  ## TypeScript Support
116
122