@abgov/jsonforms-components 2.64.5 → 2.64.6
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/index.esm.js +2 -9
- package/package.json +1 -1
- package/renderer-catalog.json +2 -2
package/index.esm.js
CHANGED
|
@@ -7918,7 +7918,7 @@ const toDateTimeLocalInputValue = value => {
|
|
|
7918
7918
|
return '';
|
|
7919
7919
|
}
|
|
7920
7920
|
const pad = part => String(part).padStart(2, '0');
|
|
7921
|
-
return `${date.getFullYear()}-${pad(date.getMonth() + 1)}-${pad(date.getDate())}T${pad(date.getHours())}:${pad(date.getMinutes())}`;
|
|
7921
|
+
return `${date.getFullYear()}-${pad(date.getMonth() + 1)}-${pad(date.getDate())}T${pad(date.getHours())}:${pad(date.getMinutes())}:${pad(date.getSeconds())}`;
|
|
7922
7922
|
};
|
|
7923
7923
|
const GoADateTimeInput = props => {
|
|
7924
7924
|
var _uischema$options$com, _uischema$options, _uischema$options$com2, _uischema$options2, _uischema$options3;
|
|
@@ -7942,6 +7942,7 @@ const GoADateTimeInput = props => {
|
|
|
7942
7942
|
width: width,
|
|
7943
7943
|
name: (appliedUiSchemaOptions == null ? void 0 : appliedUiSchemaOptions.name) || `${id || label}-input`,
|
|
7944
7944
|
value: toDateTimeLocalInputValue(data),
|
|
7945
|
+
step: 1,
|
|
7945
7946
|
testId: (appliedUiSchemaOptions == null ? void 0 : appliedUiSchemaOptions.testId) || `${id}-input`,
|
|
7946
7947
|
disabled: !enabled,
|
|
7947
7948
|
readonly: readOnly,
|
|
@@ -7955,14 +7956,6 @@ const GoADateTimeInput = props => {
|
|
|
7955
7956
|
controlProps: props
|
|
7956
7957
|
});
|
|
7957
7958
|
},
|
|
7958
|
-
onKeyPress: detail => {
|
|
7959
|
-
onKeyPressForDateControl({
|
|
7960
|
-
name: detail.name,
|
|
7961
|
-
value: detail.value,
|
|
7962
|
-
key: detail.key,
|
|
7963
|
-
controlProps: props
|
|
7964
|
-
});
|
|
7965
|
-
},
|
|
7966
7959
|
onBlur: detail => {
|
|
7967
7960
|
if (isVisited === false && setIsVisited) {
|
|
7968
7961
|
setIsVisited();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abgov/jsonforms-components",
|
|
3
|
-
"version": "2.64.
|
|
3
|
+
"version": "2.64.6",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Government of Alberta - React renderers for JSON Forms based on the design system.",
|
|
6
6
|
"repository": "https://github.com/GovAlta/adsp-monorepo",
|
package/renderer-catalog.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-05-
|
|
4
|
-
"sourceCommit": "
|
|
3
|
+
"generatedAt": "2026-05-28T17:13:53.916Z",
|
|
4
|
+
"sourceCommit": "dd8456318ab7fb16f52da91cfba0efc9ab8aedaf",
|
|
5
5
|
"sourcePath": "libs/jsonforms-components/src/index.ts",
|
|
6
6
|
"rendererCount": 33,
|
|
7
7
|
"renderers": [
|