@genesislcap/foundation-forms 14.195.3-FUI-2102.3 → 14.195.3-FUI-2102.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.
|
@@ -1914,7 +1914,7 @@
|
|
|
1914
1914
|
{
|
|
1915
1915
|
"kind": "variable",
|
|
1916
1916
|
"name": "LayoutGroupRendererTemplate",
|
|
1917
|
-
"default": "html`\n <template>\n <layout-wrapper :control=${(x) => x.control} hide-label>\n <div>\n ${when(\n (x) => x.control.label,\n html`\n <div\n for=\"${(x) => x.control.path + '-wrapper'}\"\n style=\"color: rgb(135, 155, 166);\n margin-bottom: 4px;\n display: flex;\n justify-content: space-between;\"\n >\n ${(x) => x.control.label}\n </div>\n `,\n )}\n ${repeat(\n (x) => x.control.uischema.options.childElements,\n html`\n <dispatch-renderer\n ?submitted=${(x, ctx) => ctx.parent.submitted}\n :dispatch=${(x, ctx) => ctx.parent.dispatch}\n :jsonforms=${(x, ctx) => ctx.parent.jsonforms}\n :prefix=${(x, ctx) => ctx.parent.prefix}\n :props=${(x, ctx) => ({\n uischema: x,\n schema: ctx.parent.control.schema,\n renderers: ctx.parent.control.renderers,\n path: ctx.parent.control.path,\n enabled: ctx.parent.control.enabled,\n })}\n ></dispatch-renderer>\n `,\n )}\n </div>\n </layout-wrapper>\n </template>\n`"
|
|
1917
|
+
"default": "html`\n <template>\n <layout-wrapper :control=${(x) => x.control} hide-label>\n <div>\n ${when(\n (x) => x.control.label,\n html`\n <div\n for=\"${(x) => x.control.path + '-wrapper'}\"\n style=\"color: rgb(135, 155, 166);\n margin-bottom: 4px;\n margin-bottom: calc(var(--design-unit) * 2px);\n display: flex;\n justify-content: space-between;\"\n >\n ${(x) => x.control.label}\n </div>\n `,\n )}\n ${repeat(\n (x) => x.control.uischema.options.childElements,\n html`\n <dispatch-renderer\n ?submitted=${(x, ctx) => ctx.parent.submitted}\n :dispatch=${(x, ctx) => ctx.parent.dispatch}\n :jsonforms=${(x, ctx) => ctx.parent.jsonforms}\n :prefix=${(x, ctx) => ctx.parent.prefix}\n :props=${(x, ctx) => ({\n uischema: x,\n schema: ctx.parent.control.schema,\n renderers: ctx.parent.control.renderers,\n path: ctx.parent.control.path,\n enabled: ctx.parent.control.enabled,\n })}\n ></dispatch-renderer>\n `,\n )}\n </div>\n </layout-wrapper>\n </template>\n`"
|
|
1918
1918
|
},
|
|
1919
1919
|
{
|
|
1920
1920
|
"kind": "variable",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LayoutGroupRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/LayoutGroupRenderer.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B,
|
|
1
|
+
{"version":3,"file":"LayoutGroupRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/LayoutGroupRenderer.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B,0DAwCvC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,GAItC,CAAC"}
|
|
@@ -10,6 +10,7 @@ export const LayoutGroupRendererTemplate = html `
|
|
|
10
10
|
for="${(x) => x.control.path + '-wrapper'}"
|
|
11
11
|
style="color: rgb(135, 155, 166);
|
|
12
12
|
margin-bottom: 4px;
|
|
13
|
+
margin-bottom: calc(var(--design-unit) * 2px);
|
|
13
14
|
display: flex;
|
|
14
15
|
justify-content: space-between;"
|
|
15
16
|
>
|
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.195.3-FUI-2102.
|
|
4
|
+
"version": "14.195.3-FUI-2102.5",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -48,22 +48,22 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@genesislcap/foundation-testing": "14.195.3-FUI-2102.
|
|
52
|
-
"@genesislcap/genx": "14.195.3-FUI-2102.
|
|
53
|
-
"@genesislcap/rollup-builder": "14.195.3-FUI-2102.
|
|
54
|
-
"@genesislcap/ts-builder": "14.195.3-FUI-2102.
|
|
55
|
-
"@genesislcap/uvu-playwright-builder": "14.195.3-FUI-2102.
|
|
56
|
-
"@genesislcap/vite-builder": "14.195.3-FUI-2102.
|
|
57
|
-
"@genesislcap/webpack-builder": "14.195.3-FUI-2102.
|
|
51
|
+
"@genesislcap/foundation-testing": "14.195.3-FUI-2102.5",
|
|
52
|
+
"@genesislcap/genx": "14.195.3-FUI-2102.5",
|
|
53
|
+
"@genesislcap/rollup-builder": "14.195.3-FUI-2102.5",
|
|
54
|
+
"@genesislcap/ts-builder": "14.195.3-FUI-2102.5",
|
|
55
|
+
"@genesislcap/uvu-playwright-builder": "14.195.3-FUI-2102.5",
|
|
56
|
+
"@genesislcap/vite-builder": "14.195.3-FUI-2102.5",
|
|
57
|
+
"@genesislcap/webpack-builder": "14.195.3-FUI-2102.5",
|
|
58
58
|
"@types/json-schema": "^7.0.11",
|
|
59
59
|
"rimraf": "^5.0.0"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@genesislcap/foundation-comms": "14.195.3-FUI-2102.
|
|
63
|
-
"@genesislcap/foundation-criteria": "14.195.3-FUI-2102.
|
|
64
|
-
"@genesislcap/foundation-logger": "14.195.3-FUI-2102.
|
|
65
|
-
"@genesislcap/foundation-ui": "14.195.3-FUI-2102.
|
|
66
|
-
"@genesislcap/foundation-utils": "14.195.3-FUI-2102.
|
|
62
|
+
"@genesislcap/foundation-comms": "14.195.3-FUI-2102.5",
|
|
63
|
+
"@genesislcap/foundation-criteria": "14.195.3-FUI-2102.5",
|
|
64
|
+
"@genesislcap/foundation-logger": "14.195.3-FUI-2102.5",
|
|
65
|
+
"@genesislcap/foundation-ui": "14.195.3-FUI-2102.5",
|
|
66
|
+
"@genesislcap/foundation-utils": "14.195.3-FUI-2102.5",
|
|
67
67
|
"@json-schema-tools/dereferencer": "^1.6.1",
|
|
68
68
|
"@jsonforms/core": "^3.2.1",
|
|
69
69
|
"@microsoft/fast-components": "^2.30.6",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"access": "public"
|
|
85
85
|
},
|
|
86
86
|
"customElements": "dist/custom-elements.json",
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "1475853df831bfedadb98070ab7cf1035d19c829"
|
|
88
88
|
}
|