@abgov/jsonforms-components 1.24.0 → 1.24.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.
Files changed (2) hide show
  1. package/index.esm.js +4 -3
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -3402,7 +3402,7 @@ if (DESCRIPTORS$1 && isCallable$2(NativeSymbol) && (!('description' in SymbolPro
3402
3402
  }
3403
3403
 
3404
3404
  const GoAInputText = props => {
3405
- var _a, _b, _c, _d, _e, _f, _g;
3405
+ var _a, _b, _c, _d, _e, _f, _g, _h;
3406
3406
  const {
3407
3407
  data,
3408
3408
  config,
@@ -3424,7 +3424,8 @@ const GoAInputText = props => {
3424
3424
  value: data,
3425
3425
  width: '100%',
3426
3426
  readonly: readOnly,
3427
- placeholder: placeholder,
3427
+ placeholder: placeholder
3428
+ }, (_g = uischema.options) === null || _g === void 0 ? void 0 : _g.componentProps, {
3428
3429
  // maxLength={appliedUiSchemaOptions?.maxLength}
3429
3430
  name: (appliedUiSchemaOptions === null || appliedUiSchemaOptions === void 0 ? void 0 : appliedUiSchemaOptions.name) || `${id || label}-input`,
3430
3431
  testId: (appliedUiSchemaOptions === null || appliedUiSchemaOptions === void 0 ? void 0 : appliedUiSchemaOptions.testId) || `${id}-input`,
@@ -3447,7 +3448,7 @@ const GoAInputText = props => {
3447
3448
  value: autoCapitalize ? value.toUpperCase() : value
3448
3449
  });
3449
3450
  }
3450
- }, (_g = uischema === null || uischema === void 0 ? void 0 : uischema.options) === null || _g === void 0 ? void 0 : _g.componentProps));
3451
+ }, (_h = uischema === null || uischema === void 0 ? void 0 : uischema.options) === null || _h === void 0 ? void 0 : _h.componentProps));
3451
3452
  };
3452
3453
  const GoATextControl = props => jsx(GoAInputBaseControl, Object.assign({}, props, {
3453
3454
  input: GoAInputText
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "1.24.0",
3
+ "version": "1.24.1",
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",