@limetech/lime-elements 39.44.1 → 39.44.2-beta.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.
- package/CHANGELOG.md +7 -0
- package/dist/cjs/limel-form.cjs.entry.js +2568 -929
- package/dist/collection/components/form/form.test-schemas.js +15 -0
- package/dist/esm/limel-form.entry.js +2570 -931
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/p-d247df34.entry.js +13 -0
- package/dist/types/components/form/form.test-schemas.d.ts +1 -0
- package/package.json +4 -4
- package/dist/lime-elements/p-09fb0765.entry.js +0 -13
|
@@ -32,6 +32,7 @@ export declare const rowLayoutSchema: FormSchema;
|
|
|
32
32
|
export declare const rowLayoutWithCustomComponentSchema: FormSchema;
|
|
33
33
|
export declare const nestedArrayObjectSchema: FormSchema;
|
|
34
34
|
export declare const topLevelStringCustomComponentSchema: FormSchema;
|
|
35
|
+
export declare const stringWithDefaultCustomComponentSchema: FormSchema;
|
|
35
36
|
export declare const arrayItemWithDependenciesSchema: FormSchema;
|
|
36
37
|
export declare const arrayItemWithDependenciesAndCustomConfigSchema: FormSchema;
|
|
37
38
|
export declare const nestedStringCustomComponentSchema: FormSchema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@limetech/lime-elements",
|
|
3
|
-
"version": "39.44.1",
|
|
3
|
+
"version": "39.44.2-beta.1",
|
|
4
4
|
"description": "Lime Elements",
|
|
5
5
|
"author": "Lime Technologies",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"@microsoft/api-extractor": "^7.58.7",
|
|
57
57
|
"@playwright/test": "1.60.0",
|
|
58
58
|
"@popperjs/core": "^2.11.8",
|
|
59
|
-
"@rjsf/core": "^6.
|
|
60
|
-
"@rjsf/utils": "^6.
|
|
61
|
-
"@rjsf/validator-ajv8": "^6.
|
|
59
|
+
"@rjsf/core": "^6.7.1",
|
|
60
|
+
"@rjsf/utils": "^6.7.1",
|
|
61
|
+
"@rjsf/validator-ajv8": "^6.7.1",
|
|
62
62
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
63
63
|
"@stencil/core": "^4.43.5",
|
|
64
64
|
"@stencil/sass": "^3.2.3",
|