@htmlbricks/hb-input-date 0.65.22 → 0.65.23
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/manifest.json +4 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
},
|
|
136
|
-
"description": "",
|
|
136
|
+
"description": "Native date input bound to `schemaentry` (string JSON or object), with optional `params.min` / `max` compared as `Date` values when the field is required. Shows Bootstrap validation and `validationTip` when `show_validation` is on. Dispatches `setVal` with the string date `value`, `valid`, and `id`, and `clickEnter` if the user presses Enter.",
|
|
137
137
|
"storybookArgs": {
|
|
138
138
|
"schemaentry": {
|
|
139
139
|
"control": {
|
|
@@ -285,12 +285,12 @@
|
|
|
285
285
|
],
|
|
286
286
|
"readmePath": "README.md",
|
|
287
287
|
"name": "hb-input-date",
|
|
288
|
-
"category": "
|
|
288
|
+
"category": "inputs",
|
|
289
289
|
"tags": [
|
|
290
|
-
"
|
|
290
|
+
"inputs"
|
|
291
291
|
],
|
|
292
292
|
"size": {},
|
|
293
293
|
"iifePath": "main.iife.js",
|
|
294
294
|
"repoName": "@htmlbricks/hb-input-date",
|
|
295
|
-
"version": "0.65.
|
|
295
|
+
"version": "0.65.23"
|
|
296
296
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-date",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.23",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Native date input bound to `schemaentry` (string JSON or object), with optional `params.min` / `max` compared as `Date` values when the field is required. Shows Bootstrap validation and `validationTip` when `show_validation` is on. Dispatches `setVal` with the string date `value`, `valid`, and `id`, and `clickEnter` if the user presses Enter.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|