@genesislcap/foundation-forms 14.152.3-alpha-2e97897.0 → 14.154.0

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.
@@ -1080,10 +1080,6 @@
1080
1080
  "kind": "field",
1081
1081
  "name": "control"
1082
1082
  },
1083
- {
1084
- "kind": "field",
1085
- "name": "pathName"
1086
- },
1087
1083
  {
1088
1084
  "kind": "field",
1089
1085
  "name": "schema"
@@ -1669,7 +1665,7 @@
1669
1665
  {
1670
1666
  "kind": "variable",
1671
1667
  "name": "LayoutArrayRendererTemplate",
1672
- "default": "html`\n <template>\n <array-list-wrapper :form=${(x) => x} :control=${(x) => x.control}></array-list-wrapper>\n </template>\n`"
1668
+ "default": "html`\n <template>\n <control-wrapper\n :control=${(x) => x.control}\n :touched=${(x) => x.touched}\n ?submitted=${(x) => x.submitted}\n >\n <array-list-wrapper :form=${(x) => x} :control=${(x) => x.control}></array-list-wrapper>\n </control-wrapper>\n </template>\n`"
1673
1669
  },
1674
1670
  {
1675
1671
  "kind": "variable",
@@ -1677,7 +1673,7 @@
1677
1673
  "type": {
1678
1674
  "text": "any"
1679
1675
  },
1680
- "default": "{\n renderer: LayoutArrayRendererTemplate,\n tester: rankWith(LAYOUT_ARRAY_RANK, isLayoutArray),\n mapper: mapStateToLayoutProps,\n}"
1676
+ "default": "{\n renderer: LayoutArrayRendererTemplate,\n tester: rankWith(LAYOUT_ARRAY_RANK, isLayoutArray),\n mapper: mapStateToArrayLayoutProps,\n dispatchMapper: mapDispatchToArrayControlProps,\n}"
1681
1677
  }
1682
1678
  ],
1683
1679
  "exports": [
@@ -1 +1 @@
1
- {"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../src/form.ts"],"names":[],"mappings":"AACA,OAAO,EAKL,eAAe,EAChB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAmB1C,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAexC,cAAc;AACd,eAAO,MAAM,SAAS,OAiBrB,CAAC;AACF;;;;;GAKG;AAEH,qBAKa,IAAK,SAAQ,iBAAiB;IACzC;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAU;IACrE;;;;OAIG;IACG,YAAY,EAAE,MAAM,CAAC;YACb,mBAAmB;IAQjC,OAAO,CAAC,oBAAoB;IA0B5B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACS,QAAQ,EAAE,eAAe,CAAC;IACtC;;;OAGG;IACS,SAAS,EAAE,aAAa,EAAE,CAAa;IACnD;;;;;;OAMG;IACS,UAAU,EAAE,WAAW,CAAC;IAEpC,OAAO,CAAC,MAAM,CAAqB;IAC1B,OAAO,CAAC,OAAO,CAAW;IACnC;;;OAGG;IACS,IAAI,EAAE,GAAG,CAAM;IAE3B;;OAEG;IACS,UAAU,EAAE,OAAO,CAAC;IAChC;;OAEG;IACS,SAAS,EAAE,OAAO,CAAC;IAEJ,QAAQ,EAAE,OAAO,CAAC;IACe,UAAU,EAAE,OAAO,CAAC;IAEhF;;OAEG;IACG,OAAO;IA2Bb,IAAc,cAAc,YAM3B;IAED;;OAEG;IACH,UAAU,CAAC,KAAK,EAAE,WAAW;IAI7B;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW;IAQ3B,oBAAoB;IAKpB;;;OAGG;IACH,KAAK,CAAC,SAAS,UAAO;CAMvB"}
1
+ {"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../src/form.ts"],"names":[],"mappings":"AAEA,OAAO,EAKL,eAAe,EAChB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAmB1C,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAexC,cAAc;AACd,eAAO,MAAM,SAAS,OAiBrB,CAAC;AACF;;;;;GAKG;AAEH,qBAKa,IAAK,SAAQ,iBAAiB;IACzC;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAU;IACrE;;;;OAIG;IACG,YAAY,EAAE,MAAM,CAAC;YACb,mBAAmB;IAcjC,OAAO,CAAC,oBAAoB;IA0B5B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACS,QAAQ,EAAE,eAAe,CAAC;IACtC;;;OAGG;IACS,SAAS,EAAE,aAAa,EAAE,CAAa;IACnD;;;;;;OAMG;IACS,UAAU,EAAE,WAAW,CAAC;IAEpC,OAAO,CAAC,MAAM,CAAqB;IAC1B,OAAO,CAAC,OAAO,CAAW;IACnC;;;OAGG;IACS,IAAI,EAAE,GAAG,CAAM;IAE3B;;OAEG;IACS,UAAU,EAAE,OAAO,CAAC;IAChC;;OAEG;IACS,SAAS,EAAE,OAAO,CAAC;IAEJ,QAAQ,EAAE,OAAO,CAAC;IACe,UAAU,EAAE,OAAO,CAAC;IAEhF;;OAEG;IACG,OAAO;IA2Bb,IAAc,cAAc,YAM3B;IAED;;OAEG;IACH,UAAU,CAAC,KAAK,EAAE,WAAW;IAI7B;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW;IAQ3B,oBAAoB;IAKpB;;;OAGG;IACH,KAAK,CAAC,SAAS,UAAO;CAMvB"}
@@ -3,7 +3,6 @@ export declare const ArrayListWrapperRendererTemplate: (prefix?: string) => impo
3
3
  export declare class ArrayListWrapper extends FASTElement {
4
4
  form: any;
5
5
  control: any;
6
- pathName: any;
7
6
  schema: any;
8
7
  uiSchema: any;
9
8
  controlChanged(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"ArrayListWrapperRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/ArrayListWrapperRenderer.ts"],"names":[],"mappings":"AACA,OAAO,EAAwC,WAAW,EAAU,MAAM,yBAAyB,CAAC;AAGpG,eAAO,MAAM,gCAAgC,YAAY,MAAM,6DAyC9D,CAAC;AAiBF,qBAOa,gBAAiB,SAAQ,WAAW;IACnC,IAAI,MAAC;IACL,OAAO,MAAC;IACR,QAAQ,MAAC;IACT,MAAM,MAAC;IACP,QAAQ,MAAC;IAErB,cAAc;IAed,OAAO;IAaP,UAAU,CAAC,KAAK,EAAE,MAAM;CAWzB"}
1
+ {"version":3,"file":"ArrayListWrapperRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/ArrayListWrapperRenderer.ts"],"names":[],"mappings":"AAEA,OAAO,EAAwC,WAAW,EAAU,MAAM,yBAAyB,CAAC;AAGpG,eAAO,MAAM,gCAAgC,YAAY,MAAM,6DAyC9D,CAAC;AAqBF,qBAOa,gBAAiB,SAAQ,WAAW;IACnC,IAAI,MAAC;IACL,OAAO,MAAC;IACR,MAAM,MAAC;IACP,QAAQ,MAAC;IAErB,cAAc;IAad,OAAO;IAOP,UAAU,CAAC,KAAK,EAAE,MAAM;CAGzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"LayoutArrayRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/LayoutArrayRenderer.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,2BAA2B,0DAIvC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,GAItC,CAAC"}
1
+ {"version":3,"file":"LayoutArrayRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/LayoutArrayRenderer.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,2BAA2B,0DAUvC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,GAKtC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"dispatch-renderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/dispatch-renderer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAA8C,MAAM,yBAAyB,CAAC;AAsBlG,qBAKa,gBAAiB,SAAQ,WAAW;IACnC,SAAS,MAAC;IACtB,gBAAgB;IAIJ,KAAK,MAAC;IAClB,YAAY;IAGA,OAAO,MAAC;IACO,SAAS,EAAE,OAAO,CAAC;IAC9C,gBAAgB;IAGJ,QAAQ,MAAC;IACT,OAAO,MAAC;IACR,QAAQ,MAAC;IACT,MAAM,MAAC;IACnB,aAAa;IAIb,cAAc,aAiBZ;IAEF,MAAM;IAIN,IAAI,kBAAkB,YAgBrB;IAED,oBAAoB;CAMrB"}
1
+ {"version":3,"file":"dispatch-renderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/dispatch-renderer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAA8C,MAAM,yBAAyB,CAAC;AAsBlG,qBAKa,gBAAiB,SAAQ,WAAW;IACnC,SAAS,MAAC;IACtB,gBAAgB;IAIJ,KAAK,MAAC;IAClB,YAAY;IAGA,OAAO,MAAC;IACO,SAAS,EAAE,OAAO,CAAC;IAC9C,gBAAgB;IAGJ,QAAQ,MAAC;IACT,OAAO,MAAC;IACR,QAAQ,MAAC;IACT,MAAM,MAAC;IACnB,aAAa;IAIb,cAAc,aAmBZ;IAEF,MAAM;IAIN,IAAI,kBAAkB,YAgBrB;IAED,oBAAoB;CAMrB"}
@@ -1 +1 @@
1
- {"version":3,"file":"isLayoutArray.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/testers/isLayoutArray.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,kCAGzB,CAAC"}
1
+ {"version":3,"file":"isLayoutArray.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/testers/isLayoutArray.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa,kCAIzB,CAAC"}
package/dist/esm/form.js CHANGED
@@ -1,5 +1,6 @@
1
1
  import { __awaiter, __decorate } from "tslib";
2
2
  import { Connect } from '@genesislcap/foundation-comms';
3
+ import JsonSchemaDereferencer from '@json-schema-tools/dereferencer';
3
4
  import { isControl, isStringControl, mapStateToControlProps, rankWith, } from '@jsonforms/core';
4
5
  import { attr, customElement, DOM, observable, volatile } from '@microsoft/fast-element';
5
6
  import { FoundationElement } from '@microsoft/fast-foundation';
@@ -77,12 +78,16 @@ let Form = class Form extends FoundationElement {
77
78
  this.data = {};
78
79
  }
79
80
  resourceNameChanged() {
80
- var _a, _b;
81
+ var _a;
81
82
  return __awaiter(this, void 0, void 0, function* () {
82
83
  this.jsonSchema = undefined;
83
84
  if (this.resourceName) {
84
85
  const jsonSchemaResponse = yield this.connect.getJSONSchema(this.resourceName);
85
- this.jsonSchema = (_b = (_a = jsonSchemaResponse === null || jsonSchemaResponse === void 0 ? void 0 : jsonSchemaResponse.INBOUND) === null || _a === void 0 ? void 0 : _a.properties) === null || _b === void 0 ? void 0 : _b.DETAILS;
86
+ if (!jsonSchemaResponse) {
87
+ return;
88
+ }
89
+ const refResolver = new JsonSchemaDereferencer(jsonSchemaResponse.INBOUND);
90
+ this.jsonSchema = (_a = (yield refResolver.resolve()).properties) === null || _a === void 0 ? void 0 : _a.DETAILS;
86
91
  }
87
92
  });
88
93
  }
@@ -1,10 +1,11 @@
1
1
  import { __decorate } from "tslib";
2
- import { Generate, composePaths } from '@jsonforms/core';
2
+ import { Generate, composePaths, createDefaultValue } from '@jsonforms/core';
3
+ import { designUnit } from '@microsoft/fast-components';
3
4
  import { html, css, observable, customElement, FASTElement, repeat } from '@microsoft/fast-element';
4
5
  import { logger } from '../../utils';
5
6
  export const ArrayListWrapperRendererTemplate = (prefix = 'zero') => html `
6
7
  <template>
7
- ${repeat((x) => x.control.data[x.pathName], html `
8
+ ${repeat((x) => Array(x.control.data), html `
8
9
  <div class="array-list">
9
10
  <dispatch-renderer
10
11
  ?submitted=${(x, ctx) => ctx.parent.form.submitted}
@@ -15,14 +16,14 @@ export const ArrayListWrapperRendererTemplate = (prefix = 'zero') => html `
15
16
  uischema: ctx.parent.uiSchema,
16
17
  schema: ctx.parent.schema,
17
18
  renderers: ctx.parent.control.renderers,
18
- path: composePaths(ctx.parent.pathName, `${ctx.index}`),
19
+ path: composePaths(ctx.parent.control.path, `${ctx.index}`),
19
20
  enabled: ctx.parent.control.enabled,
20
21
  })}
21
22
  ></dispatch-renderer>
22
23
  <${prefix}-button
23
24
  appearance="lightweight"
24
25
  class="item-control-btn"
25
- data-test-id=${(x, ctx) => `${ctx.parent.pathName}-${ctx.index}-delete-item`}
26
+ data-test-id=${(x, ctx) => `${ctx.parent.control.path}-${ctx.index}-delete-item`}
26
27
  @click=${(x, ctx) => ctx.parent.deleteItem(ctx.index)}
27
28
  >
28
29
  <${prefix}-icon name="trash"></${prefix}-icon>
@@ -32,7 +33,7 @@ export const ArrayListWrapperRendererTemplate = (prefix = 'zero') => html `
32
33
  <${prefix}-button
33
34
  appearance="lightweight"
34
35
  class="item-control-btn"
35
- data-test-id=${(x) => `${x.pathName}-add-item`}
36
+ data-test-id=${(x) => `${x.control.path}-add-item`}
36
37
  @click=${(x) => x.addItem()}
37
38
  >
38
39
  <${prefix}-icon name="plus"></${prefix}-icon>
@@ -41,6 +42,10 @@ export const ArrayListWrapperRendererTemplate = (prefix = 'zero') => html `
41
42
  </template>
42
43
  `;
43
44
  const styles = css `
45
+ :host {
46
+ padding-left: calc(${designUnit} * 1px);
47
+ }
48
+
44
49
  .array-list {
45
50
  display: flex;
46
51
  align-items: center;
@@ -56,33 +61,20 @@ const styles = css `
56
61
  `;
57
62
  let ArrayListWrapper = class ArrayListWrapper extends FASTElement {
58
63
  controlChanged() {
59
- this.pathName = Object.keys(this.control.schema.properties)[0];
60
64
  if (this.control.uischema.options) {
61
65
  this.uiSchema = this.control.uischema.options.childUiSchema;
62
66
  return;
63
67
  }
64
- this.schema = this.control.schema.properties[this.pathName].items;
68
+ this.schema = this.control.schema;
65
69
  const arrayUiSchema = Generate.uiSchema(this.schema);
66
70
  this.uiSchema = Object.assign(Object.assign({}, arrayUiSchema), { type: 'HorizontalLayout' });
67
71
  logger.debug('Auto generated uiSchema for layout array:', this.uiSchema);
68
72
  }
69
73
  addItem() {
70
- const items = this.control.data[this.pathName] && Object.keys(this.control.data[this.pathName]).length !== 0
71
- ? [...this.control.data[this.pathName], {}]
72
- : [{}];
73
- const data = Object.assign(Object.assign({}, this.control.data), { [this.pathName]: items });
74
- this.$emit('data-change', {
75
- data,
76
- });
74
+ this.control.addItem(this.control.path, createDefaultValue(this.control.schema, this.control.rootSchema))();
77
75
  }
78
76
  deleteItem(index) {
79
- const allItems = this.control.data[this.pathName];
80
- const valueToRemove = [allItems[index]];
81
- const items = allItems.filter((element) => !valueToRemove.includes(element));
82
- const data = Object.assign(Object.assign({}, this.control.data), { [this.pathName]: items });
83
- this.$emit('data-change', {
84
- data,
85
- });
77
+ this.control.removeItems(this.control.path, [index])();
86
78
  }
87
79
  };
88
80
  __decorate([
@@ -91,9 +83,6 @@ __decorate([
91
83
  __decorate([
92
84
  observable
93
85
  ], ArrayListWrapper.prototype, "control", void 0);
94
- __decorate([
95
- observable
96
- ], ArrayListWrapper.prototype, "pathName", void 0);
97
86
  __decorate([
98
87
  observable
99
88
  ], ArrayListWrapper.prototype, "schema", void 0);
@@ -28,12 +28,12 @@ export const ControlWrapperRendererTemplate = html `
28
28
  `;
29
29
  const styles = css `
30
30
  .wrapperRoot {
31
- margin-bottom: 20px;
31
+ margin-bottom: calc(var(--design-unit) * 4px);
32
32
  }
33
33
 
34
34
  .label {
35
35
  color: rgb(135, 155, 166);
36
- margin-bottom: 4px;
36
+ margin-bottom: calc(var(--design-unit) * 1px);
37
37
  display: flex;
38
38
  justify-content: space-between;
39
39
  }
@@ -1,14 +1,21 @@
1
- import { mapStateToLayoutProps, rankWith } from '@jsonforms/core';
1
+ import { mapDispatchToArrayControlProps, mapStateToArrayLayoutProps, rankWith, } from '@jsonforms/core';
2
2
  import { html } from '@microsoft/fast-element';
3
3
  import { isLayoutArray } from '../testers/isLayoutArray';
4
4
  import { LAYOUT_ARRAY_RANK } from './RenderersRanks';
5
5
  export const LayoutArrayRendererTemplate = html `
6
6
  <template>
7
- <array-list-wrapper :form=${(x) => x} :control=${(x) => x.control}></array-list-wrapper>
7
+ <control-wrapper
8
+ :control=${(x) => x.control}
9
+ :touched=${(x) => x.touched}
10
+ ?submitted=${(x) => x.submitted}
11
+ >
12
+ <array-list-wrapper :form=${(x) => x} :control=${(x) => x.control}></array-list-wrapper>
13
+ </control-wrapper>
8
14
  </template>
9
15
  `;
10
16
  export const LayoutArrayRendererEntry = {
11
17
  renderer: LayoutArrayRendererTemplate,
12
18
  tester: rankWith(LAYOUT_ARRAY_RANK, isLayoutArray),
13
- mapper: mapStateToLayoutProps,
19
+ mapper: mapStateToArrayLayoutProps,
20
+ dispatchMapper: mapDispatchToArrayControlProps,
14
21
  };
@@ -7,9 +7,10 @@ const template = html `
7
7
  <template>${(x) => x.determinedRenderer.renderer}</template>
8
8
  `;
9
9
  const styles = css ``;
10
- const useControl = (props, jsonforms, dispatch, stateMapper) => {
10
+ const useControl = (props, jsonforms, dispatch, stateMapper, dispatchMapper) => {
11
+ var _a;
11
12
  const control = Object.assign({}, stateMapper({ jsonforms }, props));
12
- const dispatchMethods = mapDispatchToControlProps === null || mapDispatchToControlProps === void 0 ? void 0 : mapDispatchToControlProps(dispatch);
13
+ const dispatchMethods = (_a = (dispatchMapper || mapDispatchToControlProps)) === null || _a === void 0 ? void 0 : _a(dispatch);
13
14
  return Object.assign(Object.assign({}, control), dispatchMethods);
14
15
  };
15
16
  let DispatchRenderer = class DispatchRenderer extends FASTElement {
@@ -24,7 +25,9 @@ let DispatchRenderer = class DispatchRenderer extends FASTElement {
24
25
  this.renderer = renderer;
25
26
  this.control = useControl(this.props, this.jsonforms, this.dispatch,
26
27
  // @ts-ignore
27
- this.determinedRenderer.mapper);
28
+ this.determinedRenderer.mapper,
29
+ // @ts-ignore
30
+ this.determinedRenderer.dispatchMapper);
28
31
  };
29
32
  }
30
33
  jsonformsChanged() {
@@ -1,2 +1,4 @@
1
1
  import { hasType, schemaMatches } from '@jsonforms/core';
2
- export const isLayoutArray = schemaMatches((schema) => hasType(schema, 'array') && schema.hasOwnProperty('items') && schema.items['type'] == 'object');
2
+ const isArrayWithItems = (s) => hasType(s, 'array') && s.hasOwnProperty('items') && s.items['type'] == 'object';
3
+ export const isLayoutArray = schemaMatches((schema) => (schema.hasOwnProperty('oneOf') && schema.oneOf.some(isArrayWithItems)) ||
4
+ isArrayWithItems(schema));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-forms",
3
3
  "description": "Genesis Foundation Forms",
4
- "version": "14.152.3-alpha-2e97897.0",
4
+ "version": "14.154.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -40,23 +40,24 @@
40
40
  "test:debug": "genx test --debug"
41
41
  },
42
42
  "devDependencies": {
43
- "@genesislcap/foundation-testing": "14.152.3-alpha-2e97897.0",
44
- "@genesislcap/genx": "14.152.3-alpha-2e97897.0",
45
- "@genesislcap/rollup-builder": "14.152.3-alpha-2e97897.0",
46
- "@genesislcap/ts-builder": "14.152.3-alpha-2e97897.0",
47
- "@genesislcap/uvu-playwright-builder": "14.152.3-alpha-2e97897.0",
48
- "@genesislcap/vite-builder": "14.152.3-alpha-2e97897.0",
49
- "@genesislcap/webpack-builder": "14.152.3-alpha-2e97897.0",
43
+ "@genesislcap/foundation-testing": "14.154.0",
44
+ "@genesislcap/genx": "14.154.0",
45
+ "@genesislcap/rollup-builder": "14.154.0",
46
+ "@genesislcap/ts-builder": "14.154.0",
47
+ "@genesislcap/uvu-playwright-builder": "14.154.0",
48
+ "@genesislcap/vite-builder": "14.154.0",
49
+ "@genesislcap/webpack-builder": "14.154.0",
50
50
  "@types/json-schema": "^7.0.11",
51
51
  "rimraf": "^3.0.2"
52
52
  },
53
53
  "dependencies": {
54
- "@genesislcap/foundation-comms": "14.152.3-alpha-2e97897.0",
55
- "@genesislcap/foundation-criteria": "14.152.3-alpha-2e97897.0",
56
- "@genesislcap/foundation-logger": "14.152.3-alpha-2e97897.0",
57
- "@genesislcap/foundation-ui": "14.152.3-alpha-2e97897.0",
58
- "@genesislcap/foundation-utils": "14.152.3-alpha-2e97897.0",
59
- "@jsonforms/core": "^3.0.0",
54
+ "@genesislcap/foundation-comms": "14.154.0",
55
+ "@genesislcap/foundation-criteria": "14.154.0",
56
+ "@genesislcap/foundation-logger": "14.154.0",
57
+ "@genesislcap/foundation-ui": "14.154.0",
58
+ "@genesislcap/foundation-utils": "14.154.0",
59
+ "@json-schema-tools/dereferencer": "^1.6.1",
60
+ "@jsonforms/core": "^3.2.1",
60
61
  "@microsoft/fast-components": "^2.30.6",
61
62
  "@microsoft/fast-element": "^1.12.0",
62
63
  "@microsoft/fast-foundation": "^2.49.4",
@@ -75,5 +76,5 @@
75
76
  "access": "public"
76
77
  },
77
78
  "customElements": "dist/custom-elements.json",
78
- "gitHead": "b71cf7c5bd97df7c4ca62f7782447063a7364834"
79
+ "gitHead": "e0626ec8ee97fd0d9a93f6d32bac4806de036f46"
79
80
  }