df-ae-forms-package 1.0.47 → 1.0.49
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.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +0 -16
- package/dist/index.esm.js +30 -30
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +28 -28
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1008,22 +1008,6 @@ declare class ToastService {
|
|
|
1008
1008
|
}
|
|
1009
1009
|
declare const toastService: ToastService;
|
|
1010
1010
|
|
|
1011
|
-
/**
|
|
1012
|
-
* Configuration for PDF generation
|
|
1013
|
-
* IMPORTANT: The components array should contain the form components with their VALUES populated.
|
|
1014
|
-
* Each component should have:
|
|
1015
|
-
* - basic.value: The user-entered value (NOT just defaultValue)
|
|
1016
|
-
* - basic.label: The field label
|
|
1017
|
-
*
|
|
1018
|
-
* Example:
|
|
1019
|
-
* {
|
|
1020
|
-
* name: 'text-input',
|
|
1021
|
-
* basic: {
|
|
1022
|
-
* label: 'Name',
|
|
1023
|
-
* value: 'John Doe' // <-- This should be the ENTERED value, not defaultValue
|
|
1024
|
-
* }
|
|
1025
|
-
* }
|
|
1026
|
-
*/
|
|
1027
1011
|
interface GeneratePdfOptions {
|
|
1028
1012
|
formTitle: string;
|
|
1029
1013
|
formDescription?: string;
|