@dataverse-kit/export-engine 1.5.0 → 1.6.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/dist/index.cjs +115 -182
- package/dist/index.d.cts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.mjs +115 -182
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -148,7 +148,6 @@ interface GenerateFormCodeOptions {
|
|
|
148
148
|
*/
|
|
149
149
|
componentLibrary?: 'fluent-v8' | 'fluent-v9';
|
|
150
150
|
}
|
|
151
|
-
/** Generate React component source files from a FormDefinition. */
|
|
152
151
|
declare function generateFormCode(form: FormDefinition, options?: GenerateFormCodeOptions): GeneratedFile[];
|
|
153
152
|
/** Options for `generateAllFormCode`. */
|
|
154
153
|
interface GenerateAllFormCodeOptions {
|
package/dist/index.d.ts
CHANGED
|
@@ -148,7 +148,6 @@ interface GenerateFormCodeOptions {
|
|
|
148
148
|
*/
|
|
149
149
|
componentLibrary?: 'fluent-v8' | 'fluent-v9';
|
|
150
150
|
}
|
|
151
|
-
/** Generate React component source files from a FormDefinition. */
|
|
152
151
|
declare function generateFormCode(form: FormDefinition, options?: GenerateFormCodeOptions): GeneratedFile[];
|
|
153
152
|
/** Options for `generateAllFormCode`. */
|
|
154
153
|
interface GenerateAllFormCodeOptions {
|