@genesislcap/foundation-forms 14.178.0 → 14.180.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.
- package/dist/esm/jsonforms/json-forms.js +2 -2
- package/package.json +14 -14
|
@@ -7,9 +7,9 @@ const TIMESTAMP_FIELD = '#/properties/TIMESTAMP';
|
|
|
7
7
|
const template = html `
|
|
8
8
|
<template>
|
|
9
9
|
${when((x) => isDev() && !x.uischema, html `
|
|
10
|
-
|
|
10
|
+
<${(x) => x.prefix}-button class="clipboard-button" @click=${(x) => x.copyUISchemaToClipboard()}>
|
|
11
11
|
Copy autogenerated UI Schema
|
|
12
|
-
</
|
|
12
|
+
</{(x) => x.prefix}-button>
|
|
13
13
|
`)}
|
|
14
14
|
${when((x) => x.jsonforms && x.dispatch && x.props, html `
|
|
15
15
|
<dispatch-renderer
|
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.
|
|
4
|
+
"version": "14.180.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -40,22 +40,22 @@
|
|
|
40
40
|
"test:debug": "genx test --debug"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@genesislcap/foundation-testing": "14.
|
|
44
|
-
"@genesislcap/genx": "14.
|
|
45
|
-
"@genesislcap/rollup-builder": "14.
|
|
46
|
-
"@genesislcap/ts-builder": "14.
|
|
47
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
48
|
-
"@genesislcap/vite-builder": "14.
|
|
49
|
-
"@genesislcap/webpack-builder": "14.
|
|
43
|
+
"@genesislcap/foundation-testing": "14.180.0",
|
|
44
|
+
"@genesislcap/genx": "14.180.0",
|
|
45
|
+
"@genesislcap/rollup-builder": "14.180.0",
|
|
46
|
+
"@genesislcap/ts-builder": "14.180.0",
|
|
47
|
+
"@genesislcap/uvu-playwright-builder": "14.180.0",
|
|
48
|
+
"@genesislcap/vite-builder": "14.180.0",
|
|
49
|
+
"@genesislcap/webpack-builder": "14.180.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.
|
|
55
|
-
"@genesislcap/foundation-criteria": "14.
|
|
56
|
-
"@genesislcap/foundation-logger": "14.
|
|
57
|
-
"@genesislcap/foundation-ui": "14.
|
|
58
|
-
"@genesislcap/foundation-utils": "14.
|
|
54
|
+
"@genesislcap/foundation-comms": "14.180.0",
|
|
55
|
+
"@genesislcap/foundation-criteria": "14.180.0",
|
|
56
|
+
"@genesislcap/foundation-logger": "14.180.0",
|
|
57
|
+
"@genesislcap/foundation-ui": "14.180.0",
|
|
58
|
+
"@genesislcap/foundation-utils": "14.180.0",
|
|
59
59
|
"@json-schema-tools/dereferencer": "^1.6.1",
|
|
60
60
|
"@jsonforms/core": "^3.2.1",
|
|
61
61
|
"@microsoft/fast-components": "^2.30.6",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
78
|
"customElements": "dist/custom-elements.json",
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "24ddbaf4c43ccfe2c323ec1178b1829451b1721a"
|
|
80
80
|
}
|