@htmlbricks/hb-input-datetime 0.66.27 → 0.67.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 +5 -1
- package/main.iife.js +37 -70
- package/main.iife.js.map +1 -1
- package/manifest.json +19 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
},
|
|
136
|
-
"description": "Composes child web components `hb-input-date` and `hb-input-number` to edit date, hours, minutes, and (unless `params.removeSeconds`) seconds, then combines them into a single ISO string `value`. Honors `schemaentry.params.min` / `max` as date bounds when required. Registers `@htmlbricks/hb-input-date` and `@htmlbricks/hb-input-number` and dispatches `setVal` with `{ value, valid, id }`.",
|
|
136
|
+
"description": "Composes child web components `hb-input-date` and `hb-input-number` to edit date, hours, minutes, and (unless `params.removeSeconds`) seconds, then combines them into a single ISO string `value`. Honors `schemaentry.params.min` / `max` as date bounds when required. Registers `@htmlbricks/hb-input-date` and `@htmlbricks/hb-input-number` and dispatches `setVal` with `{ value, valid, id }`. Bulma field grouping and help on `:host`.",
|
|
137
137
|
"storybookArgs": {
|
|
138
138
|
"schemaentry": {
|
|
139
139
|
"control": {
|
|
@@ -154,7 +154,12 @@
|
|
|
154
154
|
},
|
|
155
155
|
"styleSetup": {
|
|
156
156
|
"vars": [],
|
|
157
|
-
"parts": [
|
|
157
|
+
"parts": [
|
|
158
|
+
{
|
|
159
|
+
"name": "invalid-feedback",
|
|
160
|
+
"description": ""
|
|
161
|
+
}
|
|
162
|
+
]
|
|
158
163
|
},
|
|
159
164
|
"contributors": [],
|
|
160
165
|
"htmlSlots": [],
|
|
@@ -259,7 +264,17 @@
|
|
|
259
264
|
}
|
|
260
265
|
}
|
|
261
266
|
],
|
|
262
|
-
"iifeIntegrity": "sha384-
|
|
267
|
+
"iifeIntegrity": "sha384-QR3WAH54MZw53aWvHuaSERJbRgrHsHmz1m+1LvlKgS95jyjzEqhe0uMnvKeg8FPt",
|
|
268
|
+
"dependencies": [
|
|
269
|
+
{
|
|
270
|
+
"name": "hb-input-date",
|
|
271
|
+
"dependencies": []
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"name": "hb-input-number",
|
|
275
|
+
"dependencies": []
|
|
276
|
+
}
|
|
277
|
+
],
|
|
263
278
|
"screenshots": [],
|
|
264
279
|
"licenses": [
|
|
265
280
|
{
|
|
@@ -278,5 +293,5 @@
|
|
|
278
293
|
"size": {},
|
|
279
294
|
"iifePath": "main.iife.js",
|
|
280
295
|
"repoName": "@htmlbricks/hb-input-datetime",
|
|
281
|
-
"version": "0.
|
|
296
|
+
"version": "0.67.1"
|
|
282
297
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-datetime",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.1",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "Composes child web components `hb-input-date` and `hb-input-number` to edit date, hours, minutes, and (unless `params.removeSeconds`) seconds, then combines them into a single ISO string `value`. Honors `schemaentry.params.min` / `max` as date bounds when required. Registers `@htmlbricks/hb-input-date` and `@htmlbricks/hb-input-number` and dispatches `setVal` with `{ value, valid, id }`.",
|
|
5
|
+
"description": "Composes child web components `hb-input-date` and `hb-input-number` to edit date, hours, minutes, and (unless `params.removeSeconds`) seconds, then combines them into a single ISO string `value`. Honors `schemaentry.params.min` / `max` as date bounds when required. Registers `@htmlbricks/hb-input-date` and `@htmlbricks/hb-input-number` and dispatches `setVal` with `{ value, valid, id }`. Bulma field grouping and help on `:host`.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|