@abgov/jsonforms-components 2.58.0 → 2.58.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "2.58.0",
3
+ "version": "2.58.2",
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",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "generatedAt": "2026-03-27T16:26:32.367Z",
4
- "sourceCommit": "afda240e669adb847782b947559cb390dfbab70c",
3
+ "generatedAt": "2026-04-01T17:26:01.951Z",
4
+ "sourceCommit": "29aae2716f1a5c05b00e4213c92ece4b2e44a7da",
5
5
  "sourcePath": "libs/jsonforms-components/src/index.ts",
6
6
  "rendererCount": 33,
7
7
  "renderers": [
@@ -19,6 +19,8 @@ export declare const controlScopeMatchesLabel: (scope: string, label: string) =>
19
19
  * @returns
20
20
  */
21
21
  export declare const getLabelText: (scope: string, label: string) => string;
22
+ export declare const getGeneratedLabelFromScope: (scope: string) => string;
23
+ export declare const getControlLabelText: (props: ControlProps) => string;
22
24
  export declare const isEmptyBoolean: (schema: JsonSchema, data: unknown) => boolean;
23
25
  export declare const isEmptyNumber: (schema: JsonSchema, data: unknown) => boolean;
24
26
  /**