@balena/ui-shared-components 15.2.3-build-material-7-9f7114655f479161b14164960ede36fbdc909805-1 → 15.2.3-build-material-7-5b444ad090f70e211345857a9993c33674539765-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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import Grid from '@mui/material/Grid';
|
|
3
3
|
import { canExpand, descriptionId, getTemplate, getUiOptions, titleId, } from '@rjsf/utils';
|
|
4
4
|
export const ObjectFieldTemplate = (props) => {
|
|
5
5
|
var _a, _b;
|
|
@@ -14,7 +14,7 @@ const transformToReadableValue = (parsedFilterDescription) => {
|
|
|
14
14
|
return dateFormat(value, 'PPPppp');
|
|
15
15
|
}
|
|
16
16
|
const schemaEnum = findInObject(schema, 'enum');
|
|
17
|
-
const schemaEnumNames = findInObject(schema, '
|
|
17
|
+
const schemaEnumNames = findInObject(schema, 'enumNames');
|
|
18
18
|
if (schemaEnum && schemaEnumNames) {
|
|
19
19
|
const index = schemaEnum.findIndex((a) => isEqual(a, value));
|
|
20
20
|
return schemaEnumNames[index];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/ui-shared-components",
|
|
3
|
-
"version": "15.2.3-build-material-7-
|
|
3
|
+
"version": "15.2.3-build-material-7-5b444ad090f70e211345857a9993c33674539765-1",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"files": [
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
},
|
|
136
136
|
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
|
|
137
137
|
"versionist": {
|
|
138
|
-
"publishedAt": "2025-11-
|
|
138
|
+
"publishedAt": "2025-11-11T12:33:16.066Z"
|
|
139
139
|
},
|
|
140
140
|
"overrides": {
|
|
141
141
|
"storybook": "$storybook",
|