legalesign-document-viewer 0.3.8 → 0.4.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/cjs/loader.cjs.js +1 -1
- package/dist/cjs/ls-compose-manager.cjs.entry.js +2 -2
- package/dist/cjs/{ls-document-options_42.cjs.entry.js → ls-document-options_45.cjs.entry.js} +304 -165
- package/dist/cjs/ls-document-options_45.cjs.entry.js.map +1 -0
- package/dist/cjs/ls-document-viewer.cjs.js +1 -1
- package/dist/cjs/ls-field-properties-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/ls-formfield.cjs.entry.js +2 -2
- package/dist/cjs/ls-number-input_5.cjs.entry.js +6 -6
- package/dist/collection/collection-manifest.json +3 -0
- package/dist/collection/components/ls-compose-manager/ls-compose-manager.js +2 -2
- package/dist/collection/components/ls-document-options/ls-document-options.js +2 -0
- package/dist/collection/components/ls-document-options/ls-document-options.js.map +1 -1
- package/dist/collection/components/ls-document-viewer/keyHandlers.js +5 -0
- package/dist/collection/components/ls-document-viewer/keyHandlers.js.map +1 -1
- package/dist/collection/components/ls-document-viewer/ls-document-viewer.css +55 -10
- package/dist/collection/components/ls-document-viewer/ls-document-viewer.js +93 -115
- package/dist/collection/components/ls-document-viewer/ls-document-viewer.js.map +1 -1
- package/dist/collection/components/ls-document-viewer/mouseHandlers.js +24 -5
- package/dist/collection/components/ls-document-viewer/mouseHandlers.js.map +1 -1
- package/dist/collection/components/ls-editor-field/ls-editor-field.js +23 -2
- package/dist/collection/components/ls-editor-field/ls-editor-field.js.map +1 -1
- package/dist/collection/components/ls-editor-table/ls-editor-table.js +1 -1
- package/dist/collection/components/ls-feature-column/ls-feature-column.js +14 -8
- package/dist/collection/components/ls-feature-column/ls-feature-column.js.map +1 -1
- package/dist/collection/components/ls-field-alignment/ls-field-alignment.js +2 -2
- package/dist/collection/components/ls-field-content/ls-field-content.js +2 -2
- package/dist/collection/components/ls-field-dimensions/ls-field-dimensions.js +1 -1
- package/dist/collection/components/ls-field-distribute/ls-field-distribute.js +5 -5
- package/dist/collection/components/ls-field-footer/ls-field-footer.js +1 -1
- package/dist/collection/components/ls-field-format/ls-field-format.js +11 -11
- package/dist/collection/components/ls-field-placement/ls-field-placement.js +1 -1
- package/dist/collection/components/ls-field-properties/ls-field-properties.js +1 -1
- package/dist/collection/components/ls-field-properties-advanced/ls-field-properties-advanced.js +2 -2
- package/dist/collection/components/ls-field-properties-autosign/ls-field-properties-autosign.js +1 -1
- package/dist/collection/components/ls-field-properties-container/ls-field-properties-container.js +1 -1
- package/dist/collection/components/ls-field-properties-date/ls-field-properties-date.js +1 -1
- package/dist/collection/components/ls-field-properties-dropdown/ls-field-properties-dropdown.js +1 -1
- package/dist/collection/components/ls-field-properties-email/ls-field-properties-email.js +1 -1
- package/dist/collection/components/ls-field-properties-file/ls-field-properties-file.js +1 -1
- package/dist/collection/components/ls-field-properties-general/ls-field-properties-general.js +1 -1
- package/dist/collection/components/ls-field-properties-image/ls-field-properties-image.js +1 -1
- package/dist/collection/components/ls-field-properties-multiple/ls-field-properties-multiple.js +3 -3
- package/dist/collection/components/ls-field-properties-number/ls-field-properties-number.js +1 -1
- package/dist/collection/components/ls-field-properties-signature/ls-field-properties-signature.js +1 -1
- package/dist/collection/components/ls-field-properties-text/ls-field-properties-text.js +1 -1
- package/dist/collection/components/ls-field-size/ls-field-size.js +1 -1
- package/dist/collection/components/ls-field-type-display/ls-field-type-display.js +3 -3
- package/dist/collection/components/ls-formfield/inputs/ls-number-input/ls-number-input.js +1 -1
- package/dist/collection/components/ls-formfield/inputs/ls-radio-input/ls-radio-input.js +1 -1
- package/dist/collection/components/ls-formfield/inputs/ls-select-input/ls-select-input.js +1 -1
- package/dist/collection/components/ls-formfield/inputs/ls-text-input/ls-text-input.js +2 -2
- package/dist/collection/components/ls-formfield/inputs/ls-textarea-input/ls-textarea-input.js +1 -1
- package/dist/collection/components/ls-formfield/ls-formfield.js +2 -2
- package/dist/collection/components/ls-helper-bar/ls-helper-bar.js +2 -2
- package/dist/collection/components/ls-icon/ls-icon.js +22 -1
- package/dist/collection/components/ls-icon/ls-icon.js.map +1 -1
- package/dist/collection/components/ls-input-wrapper/ls-input-wrapper.js +1 -1
- package/dist/collection/components/ls-keyboard-shortcuts/ls-keyboard-shortcuts.js +1 -1
- package/dist/collection/components/ls-page-loader/ls-page-loader.js +2 -2
- package/dist/collection/components/ls-participant-card/ls-participant-card.js +8 -8
- package/dist/collection/components/ls-participant-manager/ls-participant-manager.js +2 -2
- package/dist/collection/components/ls-participant-select/ls-participant-select.js +9 -9
- package/dist/collection/components/ls-participant-select/ls-participant-select.js.map +1 -1
- package/dist/collection/components/ls-props-section/ls-props-section.js +1 -1
- package/dist/collection/components/ls-recipient-card/ls-recipient-card.css +449 -0
- package/dist/collection/components/ls-recipient-card/ls-recipient-card.js +203 -0
- package/dist/collection/components/ls-recipient-card/ls-recipient-card.js.map +1 -0
- package/dist/collection/components/ls-recipient-manager/ls-recipient-manager.css +29 -0
- package/dist/collection/components/ls-recipient-manager/ls-recipient-manager.js +19 -0
- package/dist/collection/components/ls-recipient-manager/ls-recipient-manager.js.map +1 -0
- package/dist/collection/components/ls-statusbar/ls-statusbar.js +3 -3
- package/dist/collection/components/ls-toggle/ls-toggle.js +2 -2
- package/dist/collection/components/ls-toolbar/ls-toolbar.js +1 -1
- package/dist/collection/components/ls-toolbar/ls-toolbar.js.map +1 -1
- package/dist/collection/components/ls-toolbox-field/ls-toolbox-field.css +11 -0
- package/dist/collection/components/ls-toolbox-field/ls-toolbox-field.js +49 -5
- package/dist/collection/components/ls-toolbox-field/ls-toolbox-field.js.map +1 -1
- package/dist/collection/components/ls-tooltip/ls-tooltip.js +1 -1
- package/dist/collection/components/ls-validation-manager/ls-validation-manager.css +159 -0
- package/dist/collection/components/ls-validation-manager/ls-validation-manager.js +64 -0
- package/dist/collection/components/ls-validation-manager/ls-validation-manager.js.map +1 -0
- package/dist/collection/components/ls-validation-tag/ls-validation-tag.css +90 -1
- package/dist/collection/components/ls-validation-tag/ls-validation-tag.js +26 -1
- package/dist/collection/components/ls-validation-tag/ls-validation-tag.js.map +1 -1
- package/dist/collection/index.js.map +1 -1
- package/dist/collection/types/LSApiRecipient.js +2 -0
- package/dist/collection/types/LSApiRecipient.js.map +1 -0
- package/dist/components/ls-compose-manager.js +2 -2
- package/dist/components/ls-document-options.js +1 -1
- package/dist/components/ls-document-viewer.js +197 -161
- package/dist/components/ls-document-viewer.js.map +1 -1
- package/dist/components/ls-editor-field.js +1 -1
- package/dist/components/ls-editor-table.js +1 -1
- package/dist/components/ls-feature-column.js +1 -1
- package/dist/components/ls-field-alignment.js +1 -1
- package/dist/components/ls-field-content.js +1 -1
- package/dist/components/ls-field-dimensions.js +1 -1
- package/dist/components/ls-field-distribute.js +1 -1
- package/dist/components/ls-field-footer.js +1 -1
- package/dist/components/ls-field-format.js +1 -1
- package/dist/components/ls-field-placement.js +1 -1
- package/dist/components/ls-field-properties-advanced.js +1 -1
- package/dist/components/ls-field-properties-autosign.js +1 -1
- package/dist/components/ls-field-properties-container.js +1 -1
- package/dist/components/ls-field-properties-date.js +1 -1
- package/dist/components/ls-field-properties-dropdown.js +14 -14
- package/dist/components/ls-field-properties-email.js +1 -1
- package/dist/components/ls-field-properties-file.js +1 -1
- package/dist/components/ls-field-properties-general.js +1 -1
- package/dist/components/ls-field-properties-image.js +1 -1
- package/dist/components/ls-field-properties-multiple.js +1 -1
- package/dist/components/ls-field-properties-number.js +1 -1
- package/dist/components/ls-field-properties-signature.js +1 -1
- package/dist/components/ls-field-properties-text.js +1 -1
- package/dist/components/ls-field-properties.js +1 -1
- package/dist/components/ls-field-size.js +1 -1
- package/dist/components/ls-field-type-display.js +1 -1
- package/dist/components/ls-formfield.js +8 -8
- package/dist/components/ls-helper-bar.js +1 -1
- package/dist/components/ls-icon.js +1 -1
- package/dist/components/ls-input-wrapper.js +1 -1
- package/dist/components/ls-keyboard-shortcuts.js +1 -1
- package/dist/components/ls-number-input.js +1 -1
- package/dist/components/ls-page-loader.js +1 -1
- package/dist/components/ls-participant-card.js +1 -1
- package/dist/components/ls-participant-manager.js +1 -1
- package/dist/components/ls-participant-select.js +1 -1
- package/dist/components/ls-props-section.js +1 -1
- package/dist/components/ls-radio-input.js +1 -1
- package/dist/components/ls-recipient-card.d.ts +11 -0
- package/dist/components/ls-recipient-card.js +9 -0
- package/dist/components/ls-recipient-card.js.map +1 -0
- package/dist/components/ls-recipient-manager.d.ts +11 -0
- package/dist/components/ls-recipient-manager.js +9 -0
- package/dist/components/ls-recipient-manager.js.map +1 -0
- package/dist/components/ls-select-input.js +1 -1
- package/dist/components/ls-statusbar.js +1 -1
- package/dist/components/ls-text-input.js +1 -1
- package/dist/components/ls-textarea-input.js +1 -1
- package/dist/components/ls-toggle.js +1 -1
- package/dist/components/ls-toolbar.js +1 -1
- package/dist/components/ls-toolbox-field.js +1 -1
- package/dist/components/ls-tooltip.js +1 -1
- package/dist/components/ls-validation-manager.d.ts +11 -0
- package/dist/components/ls-validation-manager.js +9 -0
- package/dist/components/ls-validation-manager.js.map +1 -0
- package/dist/components/ls-validation-tag.js +1 -1
- package/dist/components/{p-qx-naHxz.js → p-9pxwrFws.js} +4 -4
- package/dist/components/{p-qx-naHxz.js.map → p-9pxwrFws.js.map} +1 -1
- package/dist/components/{p-CSmx-jJT.js → p-AZOh1kUH.js} +16 -16
- package/dist/components/{p-CSmx-jJT.js.map → p-AZOh1kUH.js.map} +1 -1
- package/dist/components/{p-CEc76IM2.js → p-B-j9D08q.js} +4 -4
- package/dist/components/{p-CEc76IM2.js.map → p-B-j9D08q.js.map} +1 -1
- package/dist/components/{p-DLxAjAd4.js → p-B2TUFMT0.js} +5 -5
- package/dist/components/{p-DLxAjAd4.js.map → p-B2TUFMT0.js.map} +1 -1
- package/dist/components/{p-CNX4llIr.js → p-B3axAGVs.js} +4 -4
- package/dist/components/{p-CNX4llIr.js.map → p-B3axAGVs.js.map} +1 -1
- package/dist/components/{p-XF3M9gAr.js → p-BHQ0WY5x.js} +10 -10
- package/dist/components/{p-XF3M9gAr.js.map → p-BHQ0WY5x.js.map} +1 -1
- package/dist/components/{p-Djqb_4PL.js → p-BUfnTaTZ.js} +6 -6
- package/dist/components/{p-Djqb_4PL.js.map → p-BUfnTaTZ.js.map} +1 -1
- package/dist/components/{p-CAWxK_LI.js → p-BiG71xua.js} +29 -29
- package/dist/components/{p-CAWxK_LI.js.map → p-BiG71xua.js.map} +1 -1
- package/dist/components/{p-wgy1HDlb.js → p-BmIVpWDh.js} +16 -16
- package/dist/components/{p-wgy1HDlb.js.map → p-BmIVpWDh.js.map} +1 -1
- package/dist/components/{p-5pLj6W__.js → p-BooZeojy.js} +10 -10
- package/dist/components/{p-5pLj6W__.js.map → p-BooZeojy.js.map} +1 -1
- package/dist/components/{p-1dvcNcdF.js → p-BvGLH5NQ.js} +16 -16
- package/dist/components/{p-1dvcNcdF.js.map → p-BvGLH5NQ.js.map} +1 -1
- package/dist/components/{p-yu8Gmj9y.js → p-BzY8ubZE.js} +5 -5
- package/dist/components/{p-yu8Gmj9y.js.map → p-BzY8ubZE.js.map} +1 -1
- package/dist/components/p-C8TAonIH.js +71 -0
- package/dist/components/p-C8TAonIH.js.map +1 -0
- package/dist/components/{p-CAbrMIbN.js → p-CIoxINZp.js} +7 -5
- package/dist/components/p-CIoxINZp.js.map +1 -0
- package/dist/components/{p-DkCVXmg3.js → p-CNc1l7mG.js} +9 -9
- package/dist/components/{p-DkCVXmg3.js.map → p-CNc1l7mG.js.map} +1 -1
- package/dist/components/{p-h0r-SdI7.js → p-CTGwIImt.js} +4 -4
- package/dist/components/{p-h0r-SdI7.js.map → p-CTGwIImt.js.map} +1 -1
- package/dist/components/p-CTP4wFFE.js +105 -0
- package/dist/components/p-CTP4wFFE.js.map +1 -0
- package/dist/components/{p-DrD5JKw9.js → p-CUXWZqch.js} +10 -10
- package/dist/components/{p-DrD5JKw9.js.map → p-CUXWZqch.js.map} +1 -1
- package/dist/components/{p-B7dTg-FF.js → p-CXoPln5K.js} +16 -16
- package/dist/components/{p-B7dTg-FF.js.map → p-CXoPln5K.js.map} +1 -1
- package/dist/components/{p-DfYmuFSx.js → p-CaBVuofO.js} +3 -3
- package/dist/components/{p-DfYmuFSx.js.map → p-CaBVuofO.js.map} +1 -1
- package/dist/components/{p-BNC69LYf.js → p-CdFJ_FQz.js} +13 -13
- package/dist/components/{p-BNC69LYf.js.map → p-CdFJ_FQz.js.map} +1 -1
- package/dist/components/{p-BCoqHTq9.js → p-Cqxe6wZe.js} +6 -6
- package/dist/components/{p-BCoqHTq9.js.map → p-Cqxe6wZe.js.map} +1 -1
- package/dist/components/{p-DZPnGx2N.js → p-CrVSg3t4.js} +4 -4
- package/dist/components/{p-DZPnGx2N.js.map → p-CrVSg3t4.js.map} +1 -1
- package/dist/components/p-CrXwf_vC.js +134 -0
- package/dist/components/p-CrXwf_vC.js.map +1 -0
- package/dist/components/{p-CWfyjOto.js → p-CtV1B-_5.js} +5 -3
- package/dist/components/p-CtV1B-_5.js.map +1 -0
- package/dist/components/{p-IlkS4czy.js → p-CuyjSEEv.js} +14 -8
- package/dist/components/p-CuyjSEEv.js.map +1 -0
- package/dist/components/{p-C4YY0EyH.js → p-D-U9fbV-.js} +8 -8
- package/dist/components/{p-C4YY0EyH.js.map → p-D-U9fbV-.js.map} +1 -1
- package/dist/components/{p-BKPLevlT.js → p-D-yItxA4.js} +3 -3
- package/dist/components/{p-BKPLevlT.js.map → p-D-yItxA4.js.map} +1 -1
- package/dist/components/{p-XkANRt3Q.js → p-DC0HL60H.js} +3 -3
- package/dist/components/{p-XkANRt3Q.js.map → p-DC0HL60H.js.map} +1 -1
- package/dist/components/{p-CWMW0nzH.js → p-DCZnqvsu.js} +5 -5
- package/dist/components/{p-CWMW0nzH.js.map → p-DCZnqvsu.js.map} +1 -1
- package/dist/components/{p-BvIKgXkH.js → p-DGuG1Bmj.js} +6 -6
- package/dist/components/{p-BvIKgXkH.js.map → p-DGuG1Bmj.js.map} +1 -1
- package/dist/components/{p-Dk00ccBn.js → p-DKcMRnoh.js} +3 -3
- package/dist/components/{p-Dk00ccBn.js.map → p-DKcMRnoh.js.map} +1 -1
- package/dist/components/{p-Wuj0cujc.js → p-DMgdq7Zj.js} +12 -12
- package/dist/components/{p-Wuj0cujc.js.map → p-DMgdq7Zj.js.map} +1 -1
- package/dist/components/{p-sqcHMrnp.js → p-DPVPaPb1.js} +3 -3
- package/dist/components/{p-sqcHMrnp.js.map → p-DPVPaPb1.js.map} +1 -1
- package/dist/components/{p-IpGJwBtp.js → p-DUBoFEsx.js} +7 -7
- package/dist/components/p-DUBoFEsx.js.map +1 -0
- package/dist/components/p-DVtr8lsT.js +34 -0
- package/dist/components/p-DVtr8lsT.js.map +1 -0
- package/dist/components/{p-CeKcOUyM.js → p-DYB1QfP2.js} +16 -16
- package/dist/components/{p-CeKcOUyM.js.map → p-DYB1QfP2.js.map} +1 -1
- package/dist/components/{p-CdEPt9fv.js → p-DZ_KhOns.js} +7 -7
- package/dist/components/{p-CdEPt9fv.js.map → p-DZ_KhOns.js.map} +1 -1
- package/dist/components/{p-BphT81GV.js → p-DrfpABSq.js} +16 -16
- package/dist/components/{p-BphT81GV.js.map → p-DrfpABSq.js.map} +1 -1
- package/dist/components/p-G8kF15oY.js +67 -0
- package/dist/components/p-G8kF15oY.js.map +1 -0
- package/dist/components/{p-C7ohAVHE.js → p-HB8K0xP0.js} +5 -5
- package/dist/components/{p-C7ohAVHE.js.map → p-HB8K0xP0.js.map} +1 -1
- package/dist/components/{p-DWIo_K0q.js → p-Ji_SfsNu.js} +4 -4
- package/dist/components/{p-DWIo_K0q.js.map → p-Ji_SfsNu.js.map} +1 -1
- package/dist/components/{p-gE1FA92I.js → p-NoKw4xu7.js} +4 -4
- package/dist/components/{p-gE1FA92I.js.map → p-NoKw4xu7.js.map} +1 -1
- package/dist/components/{p-BnRYK-C4.js → p-R3_FOlEq.js} +7 -5
- package/dist/components/p-R3_FOlEq.js.map +1 -0
- package/dist/components/{p-D-OtQhJz.js → p-U9xqUgfL.js} +16 -16
- package/dist/components/{p-D-OtQhJz.js.map → p-U9xqUgfL.js.map} +1 -1
- package/dist/components/{p-CciiwtyT.js → p-cwpKMDgH.js} +15 -15
- package/dist/components/{p-CciiwtyT.js.map → p-cwpKMDgH.js.map} +1 -1
- package/dist/components/{p-B1U2Ui7F.js → p-jBcf1cHz.js} +16 -16
- package/dist/components/{p-B1U2Ui7F.js.map → p-jBcf1cHz.js.map} +1 -1
- package/dist/components/{p-hHXffFw5.js → p-qC7H9a3g.js} +16 -16
- package/dist/components/{p-hHXffFw5.js.map → p-qC7H9a3g.js.map} +1 -1
- package/dist/components/{p-DKbeIqEX.js → p-raaSYxtA.js} +4 -4
- package/dist/components/{p-DKbeIqEX.js.map → p-raaSYxtA.js.map} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/ls-compose-manager.entry.js +2 -2
- package/dist/esm/{ls-document-options_42.entry.js → ls-document-options_45.entry.js} +302 -166
- package/dist/esm/ls-document-options_45.entry.js.map +1 -0
- package/dist/esm/ls-document-viewer.js +1 -1
- package/dist/esm/ls-field-properties-dropdown.entry.js +1 -1
- package/dist/esm/ls-formfield.entry.js +2 -2
- package/dist/esm/ls-number-input_5.entry.js +6 -6
- package/dist/ls-document-viewer/ls-document-viewer.esm.js +1 -1
- package/dist/ls-document-viewer/{p-76fe67f1.entry.js → p-350754cb.entry.js} +2 -2
- package/dist/ls-document-viewer/p-3a4da534.entry.js +2 -0
- package/dist/ls-document-viewer/p-3c5fa1d7.entry.js +2 -0
- package/dist/ls-document-viewer/p-f99e5789.entry.js +4922 -0
- package/dist/ls-document-viewer/p-f99e5789.entry.js.map +1 -0
- package/dist/ls-document-viewer/{p-14049937.entry.js → p-fbb241f1.entry.js} +2 -2
- package/dist/types/components/ls-document-viewer/ls-document-viewer.d.ts +6 -15
- package/dist/types/components/ls-editor-field/ls-editor-field.d.ts +1 -0
- package/dist/types/components/ls-feature-column/ls-feature-column.d.ts +2 -2
- package/dist/types/components/ls-icon/ls-icon.d.ts +1 -0
- package/dist/types/components/ls-recipient-card/ls-recipient-card.d.ts +25 -0
- package/dist/types/components/ls-recipient-manager/ls-recipient-manager.d.ts +3 -0
- package/dist/types/components/ls-toolbox-field/ls-toolbox-field.d.ts +3 -0
- package/dist/types/components/ls-validation-manager/ls-validation-manager.d.ts +9 -0
- package/dist/types/components/ls-validation-tag/ls-validation-tag.d.ts +1 -0
- package/dist/types/components.d.ts +167 -48
- package/dist/types/index.d.ts +1 -1
- package/dist/types/types/LSApiRecipient.d.ts +8 -0
- package/package.json +1 -1
- package/dist/cjs/ls-document-options_42.cjs.entry.js.map +0 -1
- package/dist/components/p-BmEXSmLf.js +0 -61
- package/dist/components/p-BmEXSmLf.js.map +0 -1
- package/dist/components/p-BnRYK-C4.js.map +0 -1
- package/dist/components/p-C28pfXKN.js +0 -128
- package/dist/components/p-C28pfXKN.js.map +0 -1
- package/dist/components/p-CAbrMIbN.js.map +0 -1
- package/dist/components/p-CWfyjOto.js.map +0 -1
- package/dist/components/p-IlkS4czy.js.map +0 -1
- package/dist/components/p-IpGJwBtp.js.map +0 -1
- package/dist/esm/ls-document-options_42.entry.js.map +0 -1
- package/dist/ls-document-viewer/p-20ab7965.entry.js +0 -2
- package/dist/ls-document-viewer/p-7f4adac4.entry.js +0 -2
- package/dist/ls-document-viewer/p-fbf49a8c.entry.js +0 -4922
- package/dist/ls-document-viewer/p-fbf49a8c.entry.js.map +0 -1
- /package/dist/ls-document-viewer/{p-76fe67f1.entry.js.map → p-350754cb.entry.js.map} +0 -0
- /package/dist/ls-document-viewer/{p-20ab7965.entry.js.map → p-3a4da534.entry.js.map} +0 -0
- /package/dist/ls-document-viewer/{p-7f4adac4.entry.js.map → p-3c5fa1d7.entry.js.map} +0 -0
- /package/dist/ls-document-viewer/{p-14049937.entry.js.map → p-fbb241f1.entry.js.map} +0 -0
|
@@ -12,6 +12,7 @@ import { Icon as Icon1, LSApiElement as LSApiElement1, LSApiTemplate as LSApiTem
|
|
|
12
12
|
import { LsDocumentViewer } from "./components/ls-document-viewer/ls-document-viewer";
|
|
13
13
|
import { Icon } from "./types/Icon";
|
|
14
14
|
import { LSApiRole, LSApiRoleType } from "./types/LSApiRole";
|
|
15
|
+
import { LSApiRecipient } from "./types/LSApiRecipient";
|
|
15
16
|
import { ValidationError } from "./types/ValidationError";
|
|
16
17
|
export { LSApiTemplate } from "./types/LSApiTemplate";
|
|
17
18
|
export { LSMutateEvent } from "./types/LSMutateEvent";
|
|
@@ -20,6 +21,7 @@ export { Icon as Icon1, LSApiElement as LSApiElement1, LSApiTemplate as LSApiTem
|
|
|
20
21
|
export { LsDocumentViewer } from "./components/ls-document-viewer/ls-document-viewer";
|
|
21
22
|
export { Icon } from "./types/Icon";
|
|
22
23
|
export { LSApiRole, LSApiRoleType } from "./types/LSApiRole";
|
|
24
|
+
export { LSApiRecipient } from "./types/LSApiRecipient";
|
|
23
25
|
export { ValidationError } from "./types/ValidationError";
|
|
24
26
|
export namespace Components {
|
|
25
27
|
interface LsComposeManager {
|
|
@@ -40,6 +42,7 @@ export namespace Components {
|
|
|
40
42
|
* Alex Weinle
|
|
41
43
|
*/
|
|
42
44
|
interface LsDocumentViewer {
|
|
45
|
+
"_recipients": any[];
|
|
43
46
|
/**
|
|
44
47
|
* Shows the table view of fields rather than the preview. {boolean}
|
|
45
48
|
* @default false
|
|
@@ -49,22 +52,17 @@ export namespace Components {
|
|
|
49
52
|
* This will override the default production graphql endpoint. Almost exclusively used for internal development. {string}
|
|
50
53
|
*/
|
|
51
54
|
"endpoint": string;
|
|
52
|
-
/**
|
|
53
|
-
* Whether or not the fields list is expanded. {boolean}
|
|
54
|
-
* @default false
|
|
55
|
-
*/
|
|
56
|
-
"expandfields"?: boolean;
|
|
57
55
|
/**
|
|
58
56
|
* Allows the selection of fields in the toolbox to be limited to a | (pipe) delimited list. {string}
|
|
59
57
|
* @default null
|
|
60
58
|
*/
|
|
61
|
-
"
|
|
59
|
+
"filtertoolbox"?: string;
|
|
62
60
|
"groupInfo": any;
|
|
63
61
|
/**
|
|
64
62
|
* Determines / sets which of the far left 'managers' is active. {'document' | 'toolbox' | 'participant' }
|
|
65
63
|
* @default 'toolbox'
|
|
66
64
|
*/
|
|
67
|
-
"manager": 'document' | 'toolbox' | 'participant';
|
|
65
|
+
"manager": 'document' | 'toolbox' | 'participant' | 'recipient' | 'validation';
|
|
68
66
|
/**
|
|
69
67
|
* An ease of use property that will arrange document-viewer appropraitely. {'preview' | 'editor' | 'custom'}
|
|
70
68
|
* @default 'editor'
|
|
@@ -91,6 +89,10 @@ export namespace Components {
|
|
|
91
89
|
* @default false
|
|
92
90
|
*/
|
|
93
91
|
"readonly"?: boolean;
|
|
92
|
+
/**
|
|
93
|
+
* A JSON string containing the recipient details. Only used in COMPOSE mode. {string}
|
|
94
|
+
*/
|
|
95
|
+
"recipients": string;
|
|
94
96
|
/**
|
|
95
97
|
* Page and field resize on zoom change
|
|
96
98
|
*/
|
|
@@ -110,19 +112,10 @@ export namespace Components {
|
|
|
110
112
|
* @default false
|
|
111
113
|
*/
|
|
112
114
|
"showtableview"?: boolean;
|
|
113
|
-
/**
|
|
114
|
-
* Whether the top toolbar is displayed. {boolean}
|
|
115
|
-
* @default false
|
|
116
|
-
*/
|
|
117
|
-
"showtoolbar"?: boolean;
|
|
118
115
|
/**
|
|
119
116
|
* @default 0
|
|
120
117
|
*/
|
|
121
118
|
"signer": number;
|
|
122
|
-
/**
|
|
123
|
-
* A JSON string containing the signer details. Only used in COMPOSE mode. {string}
|
|
124
|
-
*/
|
|
125
|
-
"signers": string;
|
|
126
119
|
/**
|
|
127
120
|
* The initial template data, including the link for background PDF. See README and example for correct GraphQL query and data structure. {LSApiTemplate}
|
|
128
121
|
*/
|
|
@@ -155,6 +148,10 @@ export namespace Components {
|
|
|
155
148
|
}
|
|
156
149
|
interface LsEditorField {
|
|
157
150
|
"dataItem": LSApiElement1;
|
|
151
|
+
/**
|
|
152
|
+
* @default null
|
|
153
|
+
*/
|
|
154
|
+
"fixedAspect": number | null;
|
|
158
155
|
"page": { height: number; width: number };
|
|
159
156
|
"readonly": boolean;
|
|
160
157
|
/**
|
|
@@ -174,7 +171,7 @@ export namespace Components {
|
|
|
174
171
|
* Determines / sets which of the far left 'managers' is active. {'document' | 'toolbox' | 'participant' }
|
|
175
172
|
* @default 'toolbox'
|
|
176
173
|
*/
|
|
177
|
-
"manager": 'document' | 'toolbox' | 'participant';
|
|
174
|
+
"manager": 'document' | 'toolbox' | 'participant'| 'recipient' | 'validation';
|
|
178
175
|
/**
|
|
179
176
|
* The mode that document viewer is being used in. {'preview' | 'editor' | 'custom'}
|
|
180
177
|
* @default 'editor'
|
|
@@ -308,6 +305,10 @@ export namespace Components {
|
|
|
308
305
|
"expanded": boolean;
|
|
309
306
|
}
|
|
310
307
|
interface LsIcon {
|
|
308
|
+
/**
|
|
309
|
+
* @default "#000000"
|
|
310
|
+
*/
|
|
311
|
+
"color"?: string;
|
|
311
312
|
"customStyle"?: { [key: string]: string };
|
|
312
313
|
"name"?: Icon;
|
|
313
314
|
/**
|
|
@@ -409,6 +410,25 @@ export namespace Components {
|
|
|
409
410
|
"name"?: string;
|
|
410
411
|
"radioId": string;
|
|
411
412
|
}
|
|
413
|
+
interface LsRecipientCard {
|
|
414
|
+
"activeRecipient": number;
|
|
415
|
+
/**
|
|
416
|
+
* Allows the selection of fields in the toolbox to be limited to a | (pipe) delimited list. {string}
|
|
417
|
+
* @default null
|
|
418
|
+
*/
|
|
419
|
+
"filtertoolbox"?: string;
|
|
420
|
+
/**
|
|
421
|
+
* The initial template data, including the link for background PDF. See README and example for correct GraphQL query and data structure. {LSApiTemplate}
|
|
422
|
+
*/
|
|
423
|
+
"recipient": LSApiRecipient;
|
|
424
|
+
"template": LSApiTemplate1;
|
|
425
|
+
/**
|
|
426
|
+
* @default []
|
|
427
|
+
*/
|
|
428
|
+
"validationErrors": ValidationError[];
|
|
429
|
+
}
|
|
430
|
+
interface LsRecipientManager {
|
|
431
|
+
}
|
|
412
432
|
interface LsSelectInput {
|
|
413
433
|
"aria"?: string;
|
|
414
434
|
"buttonClick"?: any;
|
|
@@ -502,6 +522,10 @@ export namespace Components {
|
|
|
502
522
|
*/
|
|
503
523
|
"defaultWidth": number;
|
|
504
524
|
"elementType": string;
|
|
525
|
+
/**
|
|
526
|
+
* @default null
|
|
527
|
+
*/
|
|
528
|
+
"fixedAspect": number | null;
|
|
505
529
|
/**
|
|
506
530
|
* The field type of this toolbox item, e.g. 'signature'. Note these should always be lowercase.
|
|
507
531
|
*/
|
|
@@ -518,6 +542,10 @@ export namespace Components {
|
|
|
518
542
|
* The text to display for this field type.
|
|
519
543
|
*/
|
|
520
544
|
"label": string;
|
|
545
|
+
/**
|
|
546
|
+
* @default false
|
|
547
|
+
*/
|
|
548
|
+
"redDot": boolean;
|
|
521
549
|
/**
|
|
522
550
|
* The signer color of the element
|
|
523
551
|
* @default 0
|
|
@@ -546,6 +574,12 @@ export namespace Components {
|
|
|
546
574
|
"tooltipText": string;
|
|
547
575
|
"tooltipTitle": string;
|
|
548
576
|
}
|
|
577
|
+
interface LsValidationManager {
|
|
578
|
+
/**
|
|
579
|
+
* The template information (as JSON). {LSApiTemplate}
|
|
580
|
+
*/
|
|
581
|
+
"validationErrors": ValidationError[];
|
|
582
|
+
}
|
|
549
583
|
interface LsValidationTag {
|
|
550
584
|
/**
|
|
551
585
|
* @default false
|
|
@@ -559,6 +593,10 @@ export namespace Components {
|
|
|
559
593
|
* @default 'Invalid'
|
|
560
594
|
*/
|
|
561
595
|
"status": string;
|
|
596
|
+
/**
|
|
597
|
+
* @default 'default'
|
|
598
|
+
*/
|
|
599
|
+
"type": 'compose' | 'default';
|
|
562
600
|
/**
|
|
563
601
|
* @default []
|
|
564
602
|
*/
|
|
@@ -637,6 +675,10 @@ export interface LsParticipantSelectCustomEvent<T> extends CustomEvent<T> {
|
|
|
637
675
|
detail: T;
|
|
638
676
|
target: HTMLLsParticipantSelectElement;
|
|
639
677
|
}
|
|
678
|
+
export interface LsRecipientCardCustomEvent<T> extends CustomEvent<T> {
|
|
679
|
+
detail: T;
|
|
680
|
+
target: HTMLLsRecipientCardElement;
|
|
681
|
+
}
|
|
640
682
|
export interface LsTextInputCustomEvent<T> extends CustomEvent<T> {
|
|
641
683
|
detail: T;
|
|
642
684
|
target: HTMLLsTextInputElement;
|
|
@@ -729,7 +771,7 @@ declare global {
|
|
|
729
771
|
new (): HTMLLsEditorTableElement;
|
|
730
772
|
};
|
|
731
773
|
interface HTMLLsFeatureColumnElementEventMap {
|
|
732
|
-
"manage": 'document' | 'toolbox' | 'participant';
|
|
774
|
+
"manage": 'document' | 'toolbox' | 'participant' | 'recipient' | 'validation';
|
|
733
775
|
}
|
|
734
776
|
interface HTMLLsFeatureColumnElement extends Components.LsFeatureColumn, HTMLStencilElement {
|
|
735
777
|
addEventListener<K extends keyof HTMLLsFeatureColumnElementEventMap>(type: K, listener: (this: HTMLLsFeatureColumnElement, ev: LsFeatureColumnCustomEvent<HTMLLsFeatureColumnElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -1126,6 +1168,29 @@ declare global {
|
|
|
1126
1168
|
prototype: HTMLLsRadioInputElement;
|
|
1127
1169
|
new (): HTMLLsRadioInputElement;
|
|
1128
1170
|
};
|
|
1171
|
+
interface HTMLLsRecipientCardElementEventMap {
|
|
1172
|
+
"changeSigner": number;
|
|
1173
|
+
}
|
|
1174
|
+
interface HTMLLsRecipientCardElement extends Components.LsRecipientCard, HTMLStencilElement {
|
|
1175
|
+
addEventListener<K extends keyof HTMLLsRecipientCardElementEventMap>(type: K, listener: (this: HTMLLsRecipientCardElement, ev: LsRecipientCardCustomEvent<HTMLLsRecipientCardElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1176
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1177
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1178
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1179
|
+
removeEventListener<K extends keyof HTMLLsRecipientCardElementEventMap>(type: K, listener: (this: HTMLLsRecipientCardElement, ev: LsRecipientCardCustomEvent<HTMLLsRecipientCardElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1180
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1181
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1182
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1183
|
+
}
|
|
1184
|
+
var HTMLLsRecipientCardElement: {
|
|
1185
|
+
prototype: HTMLLsRecipientCardElement;
|
|
1186
|
+
new (): HTMLLsRecipientCardElement;
|
|
1187
|
+
};
|
|
1188
|
+
interface HTMLLsRecipientManagerElement extends Components.LsRecipientManager, HTMLStencilElement {
|
|
1189
|
+
}
|
|
1190
|
+
var HTMLLsRecipientManagerElement: {
|
|
1191
|
+
prototype: HTMLLsRecipientManagerElement;
|
|
1192
|
+
new (): HTMLLsRecipientManagerElement;
|
|
1193
|
+
};
|
|
1129
1194
|
interface HTMLLsSelectInputElement extends Components.LsSelectInput, HTMLStencilElement {
|
|
1130
1195
|
}
|
|
1131
1196
|
var HTMLLsSelectInputElement: {
|
|
@@ -1198,12 +1263,13 @@ declare global {
|
|
|
1198
1263
|
};
|
|
1199
1264
|
interface HTMLLsToolboxFieldElementEventMap {
|
|
1200
1265
|
"fieldTypeSelected": {
|
|
1201
|
-
label: string
|
|
1202
|
-
elementType: string
|
|
1203
|
-
defaultHeight: number
|
|
1204
|
-
defaultWidth: number
|
|
1205
|
-
formElementType: string
|
|
1206
|
-
validation: number
|
|
1266
|
+
label: string;
|
|
1267
|
+
elementType: string;
|
|
1268
|
+
defaultHeight: number;
|
|
1269
|
+
defaultWidth: number;
|
|
1270
|
+
formElementType: string;
|
|
1271
|
+
validation: number;
|
|
1272
|
+
fixedAspect: number | null;
|
|
1207
1273
|
};
|
|
1208
1274
|
}
|
|
1209
1275
|
interface HTMLLsToolboxFieldElement extends Components.LsToolboxField, HTMLStencilElement {
|
|
@@ -1226,6 +1292,12 @@ declare global {
|
|
|
1226
1292
|
prototype: HTMLLsTooltipElement;
|
|
1227
1293
|
new (): HTMLLsTooltipElement;
|
|
1228
1294
|
};
|
|
1295
|
+
interface HTMLLsValidationManagerElement extends Components.LsValidationManager, HTMLStencilElement {
|
|
1296
|
+
}
|
|
1297
|
+
var HTMLLsValidationManagerElement: {
|
|
1298
|
+
prototype: HTMLLsValidationManagerElement;
|
|
1299
|
+
new (): HTMLLsValidationManagerElement;
|
|
1300
|
+
};
|
|
1229
1301
|
interface HTMLLsValidationTagElement extends Components.LsValidationTag, HTMLStencilElement {
|
|
1230
1302
|
}
|
|
1231
1303
|
var HTMLLsValidationTagElement: {
|
|
@@ -1274,6 +1346,8 @@ declare global {
|
|
|
1274
1346
|
"ls-participant-select": HTMLLsParticipantSelectElement;
|
|
1275
1347
|
"ls-props-section": HTMLLsPropsSectionElement;
|
|
1276
1348
|
"ls-radio-input": HTMLLsRadioInputElement;
|
|
1349
|
+
"ls-recipient-card": HTMLLsRecipientCardElement;
|
|
1350
|
+
"ls-recipient-manager": HTMLLsRecipientManagerElement;
|
|
1277
1351
|
"ls-select-input": HTMLLsSelectInputElement;
|
|
1278
1352
|
"ls-statusbar": HTMLLsStatusbarElement;
|
|
1279
1353
|
"ls-text-input": HTMLLsTextInputElement;
|
|
@@ -1282,6 +1356,7 @@ declare global {
|
|
|
1282
1356
|
"ls-toolbar": HTMLLsToolbarElement;
|
|
1283
1357
|
"ls-toolbox-field": HTMLLsToolboxFieldElement;
|
|
1284
1358
|
"ls-tooltip": HTMLLsTooltipElement;
|
|
1359
|
+
"ls-validation-manager": HTMLLsValidationManagerElement;
|
|
1285
1360
|
"ls-validation-tag": HTMLLsValidationTagElement;
|
|
1286
1361
|
}
|
|
1287
1362
|
}
|
|
@@ -1306,6 +1381,7 @@ declare namespace LocalJSX {
|
|
|
1306
1381
|
* Alex Weinle
|
|
1307
1382
|
*/
|
|
1308
1383
|
interface LsDocumentViewer {
|
|
1384
|
+
"_recipients"?: any[];
|
|
1309
1385
|
/**
|
|
1310
1386
|
* Shows the table view of fields rather than the preview. {boolean}
|
|
1311
1387
|
* @default false
|
|
@@ -1315,22 +1391,17 @@ declare namespace LocalJSX {
|
|
|
1315
1391
|
* This will override the default production graphql endpoint. Almost exclusively used for internal development. {string}
|
|
1316
1392
|
*/
|
|
1317
1393
|
"endpoint"?: string;
|
|
1318
|
-
/**
|
|
1319
|
-
* Whether or not the fields list is expanded. {boolean}
|
|
1320
|
-
* @default false
|
|
1321
|
-
*/
|
|
1322
|
-
"expandfields"?: boolean;
|
|
1323
1394
|
/**
|
|
1324
1395
|
* Allows the selection of fields in the toolbox to be limited to a | (pipe) delimited list. {string}
|
|
1325
1396
|
* @default null
|
|
1326
1397
|
*/
|
|
1327
|
-
"
|
|
1398
|
+
"filtertoolbox"?: string;
|
|
1328
1399
|
"groupInfo"?: any;
|
|
1329
1400
|
/**
|
|
1330
1401
|
* Determines / sets which of the far left 'managers' is active. {'document' | 'toolbox' | 'participant' }
|
|
1331
1402
|
* @default 'toolbox'
|
|
1332
1403
|
*/
|
|
1333
|
-
"manager"?: 'document' | 'toolbox' | 'participant';
|
|
1404
|
+
"manager"?: 'document' | 'toolbox' | 'participant' | 'recipient' | 'validation';
|
|
1334
1405
|
/**
|
|
1335
1406
|
* An ease of use property that will arrange document-viewer appropraitely. {'preview' | 'editor' | 'custom'}
|
|
1336
1407
|
* @default 'editor'
|
|
@@ -1354,6 +1425,10 @@ declare namespace LocalJSX {
|
|
|
1354
1425
|
* @default false
|
|
1355
1426
|
*/
|
|
1356
1427
|
"readonly"?: boolean;
|
|
1428
|
+
/**
|
|
1429
|
+
* A JSON string containing the recipient details. Only used in COMPOSE mode. {string}
|
|
1430
|
+
*/
|
|
1431
|
+
"recipients"?: string;
|
|
1357
1432
|
/**
|
|
1358
1433
|
* Whether the page previewvertical ribbon will be shown {boolean}
|
|
1359
1434
|
* @default false
|
|
@@ -1369,19 +1444,10 @@ declare namespace LocalJSX {
|
|
|
1369
1444
|
* @default false
|
|
1370
1445
|
*/
|
|
1371
1446
|
"showtableview"?: boolean;
|
|
1372
|
-
/**
|
|
1373
|
-
* Whether the top toolbar is displayed. {boolean}
|
|
1374
|
-
* @default false
|
|
1375
|
-
*/
|
|
1376
|
-
"showtoolbar"?: boolean;
|
|
1377
1447
|
/**
|
|
1378
1448
|
* @default 0
|
|
1379
1449
|
*/
|
|
1380
1450
|
"signer"?: number;
|
|
1381
|
-
/**
|
|
1382
|
-
* A JSON string containing the signer details. Only used in COMPOSE mode. {string}
|
|
1383
|
-
*/
|
|
1384
|
-
"signers"?: string;
|
|
1385
1451
|
/**
|
|
1386
1452
|
* The initial template data, including the link for background PDF. See README and example for correct GraphQL query and data structure. {LSApiTemplate}
|
|
1387
1453
|
*/
|
|
@@ -1410,6 +1476,10 @@ declare namespace LocalJSX {
|
|
|
1410
1476
|
}
|
|
1411
1477
|
interface LsEditorField {
|
|
1412
1478
|
"dataItem"?: LSApiElement1;
|
|
1479
|
+
/**
|
|
1480
|
+
* @default null
|
|
1481
|
+
*/
|
|
1482
|
+
"fixedAspect"?: number | null;
|
|
1413
1483
|
"onMutate"?: (event: LsEditorFieldCustomEvent<LSMutateEvent[]>) => void;
|
|
1414
1484
|
"onUpdate"?: (event: LsEditorFieldCustomEvent<LSMutateEvent[]>) => void;
|
|
1415
1485
|
"page"?: { height: number; width: number };
|
|
@@ -1431,13 +1501,13 @@ declare namespace LocalJSX {
|
|
|
1431
1501
|
* Determines / sets which of the far left 'managers' is active. {'document' | 'toolbox' | 'participant' }
|
|
1432
1502
|
* @default 'toolbox'
|
|
1433
1503
|
*/
|
|
1434
|
-
"manager"?: 'document' | 'toolbox' | 'participant';
|
|
1504
|
+
"manager"?: 'document' | 'toolbox' | 'participant'| 'recipient' | 'validation';
|
|
1435
1505
|
/**
|
|
1436
1506
|
* The mode that document viewer is being used in. {'preview' | 'editor' | 'custom'}
|
|
1437
1507
|
* @default 'editor'
|
|
1438
1508
|
*/
|
|
1439
1509
|
"mode"?: 'preview' | 'editor' | 'compose';
|
|
1440
|
-
"onManage"?: (event: LsFeatureColumnCustomEvent<'document' | 'toolbox' | 'participant'>) => void;
|
|
1510
|
+
"onManage"?: (event: LsFeatureColumnCustomEvent<'document' | 'toolbox' | 'participant' | 'recipient' | 'validation'>) => void;
|
|
1441
1511
|
}
|
|
1442
1512
|
interface LsFieldAlignment {
|
|
1443
1513
|
"dataItem"?: LSApiElement1[];
|
|
@@ -1588,6 +1658,10 @@ declare namespace LocalJSX {
|
|
|
1588
1658
|
"expanded"?: boolean;
|
|
1589
1659
|
}
|
|
1590
1660
|
interface LsIcon {
|
|
1661
|
+
/**
|
|
1662
|
+
* @default "#000000"
|
|
1663
|
+
*/
|
|
1664
|
+
"color"?: string;
|
|
1591
1665
|
"customStyle"?: { [key: string]: string };
|
|
1592
1666
|
"name"?: Icon;
|
|
1593
1667
|
/**
|
|
@@ -1698,6 +1772,26 @@ declare namespace LocalJSX {
|
|
|
1698
1772
|
"name"?: string;
|
|
1699
1773
|
"radioId"?: string;
|
|
1700
1774
|
}
|
|
1775
|
+
interface LsRecipientCard {
|
|
1776
|
+
"activeRecipient"?: number;
|
|
1777
|
+
/**
|
|
1778
|
+
* Allows the selection of fields in the toolbox to be limited to a | (pipe) delimited list. {string}
|
|
1779
|
+
* @default null
|
|
1780
|
+
*/
|
|
1781
|
+
"filtertoolbox"?: string;
|
|
1782
|
+
"onChangeSigner"?: (event: LsRecipientCardCustomEvent<number>) => void;
|
|
1783
|
+
/**
|
|
1784
|
+
* The initial template data, including the link for background PDF. See README and example for correct GraphQL query and data structure. {LSApiTemplate}
|
|
1785
|
+
*/
|
|
1786
|
+
"recipient"?: LSApiRecipient;
|
|
1787
|
+
"template"?: LSApiTemplate1;
|
|
1788
|
+
/**
|
|
1789
|
+
* @default []
|
|
1790
|
+
*/
|
|
1791
|
+
"validationErrors"?: ValidationError[];
|
|
1792
|
+
}
|
|
1793
|
+
interface LsRecipientManager {
|
|
1794
|
+
}
|
|
1701
1795
|
interface LsSelectInput {
|
|
1702
1796
|
"aria"?: string;
|
|
1703
1797
|
"buttonClick"?: any;
|
|
@@ -1795,6 +1889,10 @@ declare namespace LocalJSX {
|
|
|
1795
1889
|
*/
|
|
1796
1890
|
"defaultWidth"?: number;
|
|
1797
1891
|
"elementType"?: string;
|
|
1892
|
+
/**
|
|
1893
|
+
* @default null
|
|
1894
|
+
*/
|
|
1895
|
+
"fixedAspect"?: number | null;
|
|
1798
1896
|
/**
|
|
1799
1897
|
* The field type of this toolbox item, e.g. 'signature'. Note these should always be lowercase.
|
|
1800
1898
|
*/
|
|
@@ -1812,13 +1910,18 @@ declare namespace LocalJSX {
|
|
|
1812
1910
|
*/
|
|
1813
1911
|
"label"?: string;
|
|
1814
1912
|
"onFieldTypeSelected"?: (event: LsToolboxFieldCustomEvent<{
|
|
1815
|
-
label: string
|
|
1816
|
-
elementType: string
|
|
1817
|
-
defaultHeight: number
|
|
1818
|
-
defaultWidth: number
|
|
1819
|
-
formElementType: string
|
|
1820
|
-
validation: number
|
|
1913
|
+
label: string;
|
|
1914
|
+
elementType: string;
|
|
1915
|
+
defaultHeight: number;
|
|
1916
|
+
defaultWidth: number;
|
|
1917
|
+
formElementType: string;
|
|
1918
|
+
validation: number;
|
|
1919
|
+
fixedAspect: number | null;
|
|
1821
1920
|
}>) => void;
|
|
1921
|
+
/**
|
|
1922
|
+
* @default false
|
|
1923
|
+
*/
|
|
1924
|
+
"redDot"?: boolean;
|
|
1822
1925
|
/**
|
|
1823
1926
|
* The signer color of the element
|
|
1824
1927
|
* @default 0
|
|
@@ -1846,6 +1949,12 @@ declare namespace LocalJSX {
|
|
|
1846
1949
|
"tooltipText"?: string;
|
|
1847
1950
|
"tooltipTitle"?: string;
|
|
1848
1951
|
}
|
|
1952
|
+
interface LsValidationManager {
|
|
1953
|
+
/**
|
|
1954
|
+
* The template information (as JSON). {LSApiTemplate}
|
|
1955
|
+
*/
|
|
1956
|
+
"validationErrors"?: ValidationError[];
|
|
1957
|
+
}
|
|
1849
1958
|
interface LsValidationTag {
|
|
1850
1959
|
/**
|
|
1851
1960
|
* @default false
|
|
@@ -1859,6 +1968,10 @@ declare namespace LocalJSX {
|
|
|
1859
1968
|
* @default 'Invalid'
|
|
1860
1969
|
*/
|
|
1861
1970
|
"status"?: string;
|
|
1971
|
+
/**
|
|
1972
|
+
* @default 'default'
|
|
1973
|
+
*/
|
|
1974
|
+
"type"?: 'compose' | 'default';
|
|
1862
1975
|
/**
|
|
1863
1976
|
* @default []
|
|
1864
1977
|
*/
|
|
@@ -1906,6 +2019,8 @@ declare namespace LocalJSX {
|
|
|
1906
2019
|
"ls-participant-select": LsParticipantSelect;
|
|
1907
2020
|
"ls-props-section": LsPropsSection;
|
|
1908
2021
|
"ls-radio-input": LsRadioInput;
|
|
2022
|
+
"ls-recipient-card": LsRecipientCard;
|
|
2023
|
+
"ls-recipient-manager": LsRecipientManager;
|
|
1909
2024
|
"ls-select-input": LsSelectInput;
|
|
1910
2025
|
"ls-statusbar": LsStatusbar;
|
|
1911
2026
|
"ls-text-input": LsTextInput;
|
|
@@ -1914,6 +2029,7 @@ declare namespace LocalJSX {
|
|
|
1914
2029
|
"ls-toolbar": LsToolbar;
|
|
1915
2030
|
"ls-toolbox-field": LsToolboxField;
|
|
1916
2031
|
"ls-tooltip": LsTooltip;
|
|
2032
|
+
"ls-validation-manager": LsValidationManager;
|
|
1917
2033
|
"ls-validation-tag": LsValidationTag;
|
|
1918
2034
|
}
|
|
1919
2035
|
}
|
|
@@ -1967,6 +2083,8 @@ declare module "@stencil/core" {
|
|
|
1967
2083
|
"ls-participant-select": LocalJSX.LsParticipantSelect & JSXBase.HTMLAttributes<HTMLLsParticipantSelectElement>;
|
|
1968
2084
|
"ls-props-section": LocalJSX.LsPropsSection & JSXBase.HTMLAttributes<HTMLLsPropsSectionElement>;
|
|
1969
2085
|
"ls-radio-input": LocalJSX.LsRadioInput & JSXBase.HTMLAttributes<HTMLLsRadioInputElement>;
|
|
2086
|
+
"ls-recipient-card": LocalJSX.LsRecipientCard & JSXBase.HTMLAttributes<HTMLLsRecipientCardElement>;
|
|
2087
|
+
"ls-recipient-manager": LocalJSX.LsRecipientManager & JSXBase.HTMLAttributes<HTMLLsRecipientManagerElement>;
|
|
1970
2088
|
"ls-select-input": LocalJSX.LsSelectInput & JSXBase.HTMLAttributes<HTMLLsSelectInputElement>;
|
|
1971
2089
|
"ls-statusbar": LocalJSX.LsStatusbar & JSXBase.HTMLAttributes<HTMLLsStatusbarElement>;
|
|
1972
2090
|
"ls-text-input": LocalJSX.LsTextInput & JSXBase.HTMLAttributes<HTMLLsTextInputElement>;
|
|
@@ -1975,6 +2093,7 @@ declare module "@stencil/core" {
|
|
|
1975
2093
|
"ls-toolbar": LocalJSX.LsToolbar & JSXBase.HTMLAttributes<HTMLLsToolbarElement>;
|
|
1976
2094
|
"ls-toolbox-field": LocalJSX.LsToolboxField & JSXBase.HTMLAttributes<HTMLLsToolboxFieldElement>;
|
|
1977
2095
|
"ls-tooltip": LocalJSX.LsTooltip & JSXBase.HTMLAttributes<HTMLLsTooltipElement>;
|
|
2096
|
+
"ls-validation-manager": LocalJSX.LsValidationManager & JSXBase.HTMLAttributes<HTMLLsValidationManagerElement>;
|
|
1978
2097
|
"ls-validation-tag": LocalJSX.LsValidationTag & JSXBase.HTMLAttributes<HTMLLsValidationTagElement>;
|
|
1979
2098
|
}
|
|
1980
2099
|
}
|
package/dist/types/index.d.ts
CHANGED