@genesislcap/foundation-forms 14.30.2-bny.3 → 14.30.2-bny.5

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.
@@ -21,7 +21,7 @@ export const NumberControlRendererTemplate = (prefix = 'zero') => html `
21
21
  data-test-id=${(x) => x.control.path}
22
22
  ?required=${(x) => x.control.required}
23
23
  ?disabled=${(x) => !x.control.enabled}
24
- withFormatting
24
+ withFormatting=${(x) => { var _a; return (((_a = x.control.uischema.options) === null || _a === void 0 ? void 0 : _a.withoutFormatting) ? false : true); }}
25
25
  hideStep
26
26
  @blur=${(x) => x.onBlur()}
27
27
  style="width: 100%"
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.30.2-bny.3",
4
+ "version": "14.30.2-bny.5",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -43,8 +43,8 @@
43
43
  "test:unit:watch": "watchlist src test -- npm run test:unit"
44
44
  },
45
45
  "devDependencies": {
46
- "@genesislcap/foundation-testing": "14.30.2-bny.3",
47
- "@genesislcap/genx": "14.30.2-bny.3",
46
+ "@genesislcap/foundation-testing": "14.30.2-bny.5",
47
+ "@genesislcap/genx": "14.30.2-bny.5",
48
48
  "@playwright/test": "^1.18.1",
49
49
  "@types/json-schema": "^7.0.11",
50
50
  "@types/ua-parser-js": "^0.7.36",
@@ -59,10 +59,10 @@
59
59
  "watchlist": "^0.3.1"
60
60
  },
61
61
  "dependencies": {
62
- "@genesislcap/foundation-comms": "14.30.2-bny.3",
63
- "@genesislcap/foundation-criteria": "14.30.2-bny.3",
64
- "@genesislcap/foundation-ui": "14.30.2-bny.3",
65
- "@genesislcap/foundation-utils": "14.30.2-bny.3",
62
+ "@genesislcap/foundation-comms": "14.30.2-bny.5",
63
+ "@genesislcap/foundation-criteria": "14.30.2-bny.5",
64
+ "@genesislcap/foundation-ui": "14.30.2-bny.5",
65
+ "@genesislcap/foundation-utils": "14.30.2-bny.5",
66
66
  "@jsonforms/core": "^3.0.0",
67
67
  "@microsoft/fast-components": "^2.21.3",
68
68
  "@microsoft/fast-element": "^1.7.0",
@@ -83,5 +83,5 @@
83
83
  "access": "public"
84
84
  },
85
85
  "customElements": "dist/custom-elements.json",
86
- "gitHead": "87cff80474f77c93a7384adf3e60df3aea8da087"
86
+ "gitHead": "8fac9632446723cffe03027b8cc3398f1d4214b1"
87
87
  }