@kms-ngx-ui/presentational 0.0.19 → 0.0.20
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/bundles/kms-ngx-ui-presentational.umd.js +1 -1
- package/bundles/kms-ngx-ui-presentational.umd.js.map +1 -1
- package/esm2015/lib/ui/time-input/time-input.component.js +2 -2
- package/fesm2015/kms-ngx-ui-presentational.js +1 -1
- package/fesm2015/kms-ngx-ui-presentational.js.map +1 -1
- package/kms-ngx-ui-presentational.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -854,7 +854,7 @@
|
|
|
854
854
|
TimeInputComponent.decorators = [
|
|
855
855
|
{ type: i0.Component, args: [{
|
|
856
856
|
selector: 'kms-time-input',
|
|
857
|
-
template: "<form [formGroup]=\"form\" class=\"timeInput\">\r\n <input type=\"
|
|
857
|
+
template: "<form [formGroup]=\"form\" class=\"timeInput\">\r\n <input type=\"text\" formControlName=\"h\" [value]=\"h\" maxlength=\"2\" pattern=\"(0?[0-9]|1[0-9]|2[0-3])\"/>\r\n <span>:</span>\r\n <input type=\"text\" formControlName=\"m\" [value]=\"m\" maxlength=\"2\" pattern=\"(0?[0-9]|[1-5][0-9])\"/>\r\n</form>",
|
|
858
858
|
providers: [
|
|
859
859
|
{
|
|
860
860
|
provide: forms.NG_VALUE_ACCESSOR,
|