@ng-modular-forms/material 0.11.2 → 0.12.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.
package/README.md CHANGED
@@ -104,15 +104,17 @@ All components share a consistent API and are interchangeable between Native and
104
104
 
105
105
  Prefixes / Suffixes are enabled for text and number fields, allowing number to double as a currency field.
106
106
 
107
- | Input Type | Selector |
108
- |-----------------|-----------------------|
109
- | Text / Password | `nmf-mat-text` |
110
- | Lookup | `nmf-mat-lookup` |
111
- | Number | `nmf-mat-number` |
112
- | Date | `nmf-mat-datepicker` |
113
- | Select | `nmf-mat-select` |
114
- | Textarea | `nmf-mat-textarea` |
115
- | Time | `nmf-mat-timepicker` |
107
+ | Input Type | Selector |
108
+ |-----------------|-------------------------|
109
+ | Date | `nmf-mat-datepicker` |
110
+ | File Selector | `nmf-mat-file-selector` |
111
+ | Lookup | `nmf-mat-lookup` |
112
+ | Number | `nmf-mat-number` |
113
+ | Range / Slider | `nmf-mat-range` |
114
+ | Select | `nmf-mat-select` |
115
+ | Text / Password | `nmf-mat-text` |
116
+ | Textarea | `nmf-mat-textarea` |
117
+ | Time | `nmf-mat-timepicker` |
116
118
 
117
119
  ## Built On
118
120