legalesign-document-viewer 0.3.9 → 0.4.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/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} +273 -159
- 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-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 +1 -1
- package/dist/collection/components/ls-document-viewer/mouseHandlers.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 +25 -4
- 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 +174 -157
- 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-BsPqJYcs.js → p-AZOh1kUH.js} +16 -16
- package/dist/components/{p-BsPqJYcs.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-sPfD2vzy.js → p-BHQ0WY5x.js} +10 -10
- package/dist/components/{p-sPfD2vzy.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-DzKH0pD-.js → p-BiG71xua.js} +29 -29
- package/dist/components/{p-DzKH0pD-.js.map → p-BiG71xua.js.map} +1 -1
- package/dist/components/{p-4H4163T0.js → p-BmIVpWDh.js} +16 -16
- package/dist/components/{p-4H4163T0.js.map → p-BmIVpWDh.js.map} +1 -1
- package/dist/components/{p-Bv1FixGj.js → p-BooZeojy.js} +10 -10
- package/dist/components/{p-Bv1FixGj.js.map → p-BooZeojy.js.map} +1 -1
- package/dist/components/{p-BeVxOHJR.js → p-BvGLH5NQ.js} +16 -16
- package/dist/components/{p-BeVxOHJR.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-BXwz1IB9.js → p-CIoxINZp.js} +3 -3
- package/dist/components/{p-BXwz1IB9.js.map → p-CIoxINZp.js.map} +1 -1
- 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-C_ajTjBp.js → p-CUXWZqch.js} +10 -10
- package/dist/components/{p-C_ajTjBp.js.map → p-CUXWZqch.js.map} +1 -1
- package/dist/components/{p-CfRbrh3V.js → p-CXoPln5K.js} +16 -16
- package/dist/components/{p-CfRbrh3V.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-Ci_0K9c7.js → p-DYB1QfP2.js} +16 -16
- package/dist/components/{p-Ci_0K9c7.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-CVPhyCct.js → p-DrfpABSq.js} +16 -16
- package/dist/components/{p-CVPhyCct.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-Dq55j0vn.js → p-R3_FOlEq.js} +5 -5
- package/dist/components/{p-Dq55j0vn.js.map → p-R3_FOlEq.js.map} +1 -1
- package/dist/components/{p-B52ZaCFy.js → p-U9xqUgfL.js} +16 -16
- package/dist/components/{p-B52ZaCFy.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-BwSi2pdQ.js → p-jBcf1cHz.js} +16 -16
- package/dist/components/{p-BwSi2pdQ.js.map → p-jBcf1cHz.js.map} +1 -1
- package/dist/components/{p-DTIdDV9R.js → p-qC7H9a3g.js} +16 -16
- package/dist/components/{p-DTIdDV9R.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} +271 -160
- 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-e3e44b3b.entry.js → p-ad86fa96.entry.js} +5 -5
- package/dist/ls-document-viewer/p-ad86fa96.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-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 +1 -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 +151 -50
- 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-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/components/p-ss92nJ6D.js +0 -132
- package/dist/components/p-ss92nJ6D.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-e3e44b3b.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
|
@@ -72,10 +72,11 @@ export class LsDocumentViewer {
|
|
|
72
72
|
*/
|
|
73
73
|
templateid;
|
|
74
74
|
/**
|
|
75
|
-
* A JSON string containing the
|
|
75
|
+
* A JSON string containing the recipient details. Only used in COMPOSE mode.
|
|
76
76
|
* {string}
|
|
77
77
|
*/
|
|
78
|
-
|
|
78
|
+
recipients;
|
|
79
|
+
_recipients;
|
|
79
80
|
zoom = 1.0; // hardcoded to scale the document to full canvas size
|
|
80
81
|
pageNum = 1;
|
|
81
82
|
pageCount = 1;
|
|
@@ -101,30 +102,18 @@ export class LsDocumentViewer {
|
|
|
101
102
|
mode = 'editor';
|
|
102
103
|
modeHandler(_newMode, _oldMode) {
|
|
103
104
|
if (_newMode === 'preview') {
|
|
104
|
-
this.showtoolbar = false;
|
|
105
105
|
this.showstatusbar = false;
|
|
106
106
|
this.readonly = true;
|
|
107
107
|
}
|
|
108
108
|
else if (_newMode === 'editor') {
|
|
109
|
-
this.showtoolbar = true;
|
|
110
109
|
this.showstatusbar = true;
|
|
111
110
|
this.readonly = false;
|
|
112
111
|
}
|
|
113
112
|
else if (_newMode === 'compose') {
|
|
114
|
-
this.showtoolbar = true;
|
|
115
113
|
this.showstatusbar = true;
|
|
116
114
|
this.readonly = false;
|
|
117
115
|
}
|
|
118
116
|
}
|
|
119
|
-
tableViewHandler(_newMode, _oldMode) {
|
|
120
|
-
if (_newMode === true) {
|
|
121
|
-
this.showPageFields(-1);
|
|
122
|
-
}
|
|
123
|
-
else if (_newMode === 'editor') {
|
|
124
|
-
this.showPageFields(this.pageNum);
|
|
125
|
-
}
|
|
126
|
-
this.queueRenderPage(this.pageNum);
|
|
127
|
-
}
|
|
128
117
|
/**
|
|
129
118
|
* Determines / sets which of the far left 'managers' is active.
|
|
130
119
|
* {'document' | 'toolbox' | 'participant' }
|
|
@@ -139,12 +128,7 @@ export class LsDocumentViewer {
|
|
|
139
128
|
* Allows the selection of fields in the toolbox to be limited to a | (pipe) delimited list.
|
|
140
129
|
* {string}
|
|
141
130
|
*/
|
|
142
|
-
|
|
143
|
-
/**
|
|
144
|
-
* Whether the top toolbar is displayed.
|
|
145
|
-
* {boolean}
|
|
146
|
-
*/
|
|
147
|
-
showtoolbar = false;
|
|
131
|
+
filtertoolbox = null;
|
|
148
132
|
/**
|
|
149
133
|
* Whether the bottom statusbar is displayed.
|
|
150
134
|
* {boolean}
|
|
@@ -155,11 +139,6 @@ export class LsDocumentViewer {
|
|
|
155
139
|
* {boolean}
|
|
156
140
|
*/
|
|
157
141
|
showpagepreview = false;
|
|
158
|
-
/**
|
|
159
|
-
* Whether or not the fields list is expanded.
|
|
160
|
-
* {boolean}
|
|
161
|
-
*/
|
|
162
|
-
expandfields = false;
|
|
163
142
|
/**
|
|
164
143
|
* Whether the right panel (which can be default field properties or custom panel) is
|
|
165
144
|
* displayed.
|
|
@@ -219,7 +198,7 @@ export class LsDocumentViewer {
|
|
|
219
198
|
id: btoa('rol' + crypto.randomUUID()),
|
|
220
199
|
name: 'Signer ' + (this._template.roles.length + 1),
|
|
221
200
|
roleType: event.detail.type,
|
|
222
|
-
signerIndex: event.detail.type === 'WITNESS' ? 100 + parent.signerIndex :
|
|
201
|
+
signerIndex: event.detail.type === 'WITNESS' ? 100 + parent.signerIndex : this._template.roles.length === 0 ? 1 : newSignerIndex,
|
|
223
202
|
ordinal: event.detail.type === 'WITNESS' ? parent.ordinal + 1 : this._template.roles.length + 1,
|
|
224
203
|
signerParent: event.detail.parent,
|
|
225
204
|
experience: defaultExperience.id,
|
|
@@ -230,6 +209,11 @@ export class LsDocumentViewer {
|
|
|
230
209
|
this.update.emit(data);
|
|
231
210
|
this.mutate.emit(data);
|
|
232
211
|
}
|
|
212
|
+
// Updates are internal event between LS controls not to be confused with mutate
|
|
213
|
+
updateSigner(event) {
|
|
214
|
+
if (event.detail)
|
|
215
|
+
this.signer = event.detail;
|
|
216
|
+
}
|
|
233
217
|
// Send selection changes to bars and panels if in use.
|
|
234
218
|
selectFieldsHandler(event) {
|
|
235
219
|
const fields = Array.from(this.component.shadowRoot.querySelectorAll('ls-editor-field'));
|
|
@@ -365,28 +349,30 @@ export class LsDocumentViewer {
|
|
|
365
349
|
*/
|
|
366
350
|
renderPage(pageNumber) {
|
|
367
351
|
this.isPageRendering = true;
|
|
368
|
-
this.pdfDocument.
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
352
|
+
if (this.pdfDocument !== undefined && this.pdfDocument !== null) {
|
|
353
|
+
this.pdfDocument.getPage(pageNumber).then((page) => {
|
|
354
|
+
const viewport = page.getViewport({ scale: this.zoom });
|
|
355
|
+
this.canvas.height = Math.floor(viewport.height);
|
|
356
|
+
this.canvas.width = Math.floor(viewport.width);
|
|
357
|
+
// Render PDF page into canvas context
|
|
358
|
+
const renderContext = {
|
|
359
|
+
viewport,
|
|
360
|
+
canvasContext: this.ctx,
|
|
361
|
+
};
|
|
362
|
+
// Render page method
|
|
363
|
+
const renderTask = page.render(renderContext);
|
|
364
|
+
// Wait for rendering to finish
|
|
365
|
+
renderTask.promise.then(() => {
|
|
366
|
+
this.isPageRendering = false;
|
|
367
|
+
this.pageRendered.emit(this.pageNum);
|
|
368
|
+
if (this.pageNumPending !== null) {
|
|
369
|
+
this.renderPage(this.pageNumPending); // New page rendering is pending
|
|
370
|
+
this.pageChange.emit(this.pageNumPending); // emit
|
|
371
|
+
this.pageNumPending = null;
|
|
372
|
+
}
|
|
373
|
+
});
|
|
388
374
|
});
|
|
389
|
-
}
|
|
375
|
+
}
|
|
390
376
|
}
|
|
391
377
|
queueRenderPage(pageNumber) {
|
|
392
378
|
if (this.isPageRendering) {
|
|
@@ -464,19 +450,21 @@ export class LsDocumentViewer {
|
|
|
464
450
|
this.loadAndRender(this._template?.link);
|
|
465
451
|
var dropTarget = this.component.shadowRoot.getElementById('ls-document-frame');
|
|
466
452
|
// Used for single field selection
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
453
|
+
if (this.mode !== 'preview' || this._template?.locked === true) {
|
|
454
|
+
dropTarget.addEventListener('click', mouseClick.bind(this));
|
|
455
|
+
dropTarget.addEventListener('mousedown', mouseDown.bind(this));
|
|
456
|
+
dropTarget.addEventListener('mousemove', mouseMove.bind(this));
|
|
457
|
+
dropTarget.addEventListener('mouseup', mouseUp.bind(this));
|
|
458
|
+
dropTarget.addEventListener('dblclick', mouseDoubleClick.bind(this));
|
|
459
|
+
document.addEventListener('keydown', keyDown.bind(this));
|
|
460
|
+
dropTarget.addEventListener('dragenter', event => {
|
|
461
|
+
event.preventDefault();
|
|
462
|
+
});
|
|
463
|
+
dropTarget.addEventListener('dragover', event => {
|
|
464
|
+
event.preventDefault();
|
|
465
|
+
});
|
|
466
|
+
dropTarget.addEventListener('drop', mouseDrop.bind(this));
|
|
467
|
+
}
|
|
480
468
|
this.generateFields();
|
|
481
469
|
}
|
|
482
470
|
// Generate all the field HTML elements that are required (for every page)
|
|
@@ -505,7 +493,10 @@ export class LsDocumentViewer {
|
|
|
505
493
|
const resultGroup = (await this.adapter.execute(this.token, getGroupData(this._template.groupId)));
|
|
506
494
|
this.groupInfo = resultGroup.group;
|
|
507
495
|
this.initViewer();
|
|
508
|
-
|
|
496
|
+
if (this.mode === 'compose') {
|
|
497
|
+
this.manager = 'recipient';
|
|
498
|
+
this._recipients = JSON.parse(this.recipients.replace('\u0022', '"'));
|
|
499
|
+
}
|
|
509
500
|
//Revalidate
|
|
510
501
|
this.validationErrors = validate.bind(this)(this._template);
|
|
511
502
|
this.pageCount = this._template.pageCount;
|
|
@@ -525,10 +516,10 @@ export class LsDocumentViewer {
|
|
|
525
516
|
attachAllTooltips(this.component.shadowRoot);
|
|
526
517
|
}
|
|
527
518
|
showTool(fieldFormType) {
|
|
528
|
-
return this.
|
|
519
|
+
return this.filtertoolbox === null || this.filtertoolbox.split('|').includes(fieldFormType);
|
|
529
520
|
}
|
|
530
521
|
render() {
|
|
531
|
-
return (h(Host, { key: '
|
|
522
|
+
return (h(Host, { key: '18a633cb175d9c7e76e56bf01e3c8424d32ab585' }, h(h.Fragment, null, this.isLoading && h("ls-page-loader", { key: '25a75f7af8e901df2fb9437d2919aa57457129cb' }), h("div", { key: '2fdeda62dd2c01754129b6d862aa3c3d5a2a1bdc', class: "page-header" }, h("div", { key: 'e44f3c112b65616bef7ac1cc4d6c5bf52c9b412a', class: 'left-slot-wrapper' }, h("slot", { key: 'eabed050a68f35292d52342623c6a4f2c2b92a9e', name: "left-button" })), h("div", { key: '1d4a9b8686e483864dbd47cc070425cf549bddca', class: 'right-slot-wrapper' }, h("slot", { key: '920bf1ffa9cdd895c1d4e66dd051ce41ad100a45', name: "right-button" })), this.mode === 'editor' && (h("div", { key: 'bda295d8ee65a355b25d8eb6679525a2d62e011c' }, h("span", { key: '997ef8d75cb7edafb33a6dcfbd1bbf2f9a0465f4', class: "header-text-1" }, "Template Creation"), h("span", { key: '855cd0855037a719dc9f0611cdb917bfa12db68b' }, "/"), h("span", { key: 'd540dcabca2c39bdb479ae9d5fbaf3a370c88be9', class: "header-text-2" }, this._template?.title))), this.mode === 'compose' && (h("div", { key: '3c564705e5bdc91b1a3c1f490dac2ec2dd9ba20a' }, h("span", { key: 'a65c1bf128737b35c331b949eb184e20488c3e0f', class: "header-text-1" }, "Compose"), " ", h("span", { key: 'bba6eb666e75486141c87addab7060a7f863007a' }, "/"), " ", h("span", { key: '5a754925c20d7114601f363560284acaa30387f4', class: "header-text-2" }, this._template?.title)))), this.mode === 'editor' && (h("div", { key: 'f181cf2c95e1ccd0955aad5945b949706319d398', class: 'validation-tag-wrapper' }, h("ls-validation-tag", { key: 'f0ee01d4e1aefc4caa16cfc40037c950b18c7ea7', validationErrors: this.validationErrors }))), h("form", { key: '168931f3d1225b9f2ffeecd507cd1b24c2e3978a', id: "ls-editor-form" }, this.mode !== 'preview' ? (h("div", { id: "ls-left-box", class: "leftBox", style: this.mode === 'compose' ? { borderRadius: '1.75rem' } : {} }, h("div", { class: !this.selected || this.selected.length === 0 ? 'left-box-inner' : 'hidden' }, this.mode === 'editor' && (h("ls-feature-column", { mode: this.mode, onManage: manager => {
|
|
532
523
|
if (manager.detail === 'document') {
|
|
533
524
|
var documentManager = this.component.shadowRoot.getElementById('ls-document-options');
|
|
534
525
|
documentManager.template = this._template;
|
|
@@ -537,11 +528,17 @@ export class LsDocumentViewer {
|
|
|
537
528
|
var participantManager = this.component.shadowRoot.getElementById('ls-participant-manager');
|
|
538
529
|
participantManager.template = this._template;
|
|
539
530
|
}
|
|
531
|
+
else if (manager.detail === 'validation') {
|
|
532
|
+
var validationManager = this.component.shadowRoot.getElementById('ls-validation-manager');
|
|
533
|
+
console.log(validationManager);
|
|
534
|
+
validationManager.validationErrors = this.validationErrors;
|
|
535
|
+
}
|
|
540
536
|
this.manager = manager.detail;
|
|
541
|
-
} }), h("div", { id: "ls-toolbox", class: this.manager === 'toolbox' ? 'toolbox' : 'hidden' }, h("div", { class: "ls-editor-infobox" }, h("h2", { class: "toolbox-section-title" }, "
|
|
537
|
+
} })), h("div", { id: "ls-toolbox", class: this.manager === 'toolbox' ? 'toolbox' : 'hidden' }, h("div", { class: "ls-editor-infobox" }, h("h2", { class: "toolbox-section-title" }, "Fields"), h("p", { class: "toolbox-section-description" }, "Drag and drop, or select and double click, to place fields on the Document.")), h("div", { class: "fields-box" }, this.signer > 0 && this.showTool('signature') && (h("ls-toolbox-field", { elementType: "signature", formElementType: "signature", label: "Signature", defaultHeight: 27, defaultWidth: 120, validation: 0, icon: "signature", tooltip: "Use this field to collect Signatures from Participants", signer: this.signer })), this.signer === 0 && this.showTool('auto sign') && (h("ls-toolbox-field", { elementType: "auto sign", formElementType: "auto sign", label: "Auto Sign", defaultHeight: 27, defaultWidth: 120, validation: 3000, icon: "auto-sign", tooltip: "Auto-Sign lets Senders add a Signature to the Document that will be automatically applied upon Sending", signer: this.signer })), this.showTool('text') && (h("ls-toolbox-field", { elementType: "text", formElementType: "text", label: "Text", defaultHeight: 27, defaultWidth: 100, validation: 0, icon: "text", tooltip: "A field for collecting any plain text values such as: names, addresses or descriptions", signer: this.signer })), this.signer > 0 && this.showTool('signing date') && (h("ls-toolbox-field", { elementType: "signing date", formElementType: "signing date", label: "Signing Date", defaultHeight: 27, defaultWidth: 120, validation: 30, icon: "auto-date", tooltip: "Automatically inserts the date upon completion by the assigned Participant", signer: this.signer })), this.showTool('date') && (h("ls-toolbox-field", { elementType: "date", formElementType: "date", label: "Date", defaultHeight: 27, defaultWidth: 80, validation: 2, icon: "calender", tooltip: "A field for collecting dates with built-in date formatting options", signer: this.signer })), this.showTool('email') && (h("ls-toolbox-field", { elementType: "email", formElementType: "email", label: "Email", defaultHeight: 27, defaultWidth: 120, validation: 1, icon: "at-symbol", tooltip: "A Field to only accept entries formatted as an email address (e.g., example@example.com)", signer: this.signer })), this.showTool('initials') && (h("ls-toolbox-field", { elementType: "initials", formElementType: "initials", label: "Initials", defaultHeight: 27, defaultWidth: 120, validation: 2000, icon: "initials", tooltip: "Use this field anywhere Participants are required to Initial your document", signer: this.signer })), this.showTool('number') && (h("ls-toolbox-field", { elementType: "number", formElementType: "number", label: "Number", defaultHeight: 27, defaultWidth: 80, validation: 50, icon: "hashtag", tooltip: "A Field to only accept entries in numerical format. Additional validations include character limit (1 to 12 digits), and currency format (2 decimal places)", signer: this.signer })), this.showTool('dropdown') && (h("ls-toolbox-field", { elementType: "dropdown", formElementType: "dropdown", label: "Dropdown", defaultHeight: 27, defaultWidth: 80, validation: 20, icon: "dropdown", tooltip: "Use this field to create custom dropdown menus in your document, or place one of our handy presets for countries or prefixes", signer: this.signer })), this.showTool('checkbox') && (h("ls-toolbox-field", { elementType: "checkbox", formElementType: "checkbox", label: "Checkbox", defaultHeight: 27, defaultWidth: 27, validation: 25, icon: "check", tooltip: "Places a checkbox on your document. Handy for T&Cs or \u2714/\u2717 sections", signer: this.signer })), this.signer > 0 && this.showTool('regex') && (h("ls-toolbox-field", { elementType: "regex", formElementType: "regex", label: "Regex", defaultHeight: 27, defaultWidth: 120, validation: 93, icon: "code", tooltip: "Need a specific validation? Use this field to enter a custom RegEx and have Participants enter exactly what you need", signer: this.signer })), this.signer > 0 && this.showTool('image') && (h("ls-toolbox-field", { elementType: "image", formElementType: "image", label: "Image", defaultHeight: 27, defaultWidth: 120, validation: 90, icon: "photograph", tooltip: "Use when you need Participants to upload their own images during the signing process", signer: this.signer })), this.signer > 0 && this.showTool('file') && (h("ls-toolbox-field", { elementType: "file", formElementType: "file", label: "File", defaultHeight: 27, defaultWidth: 120, validation: 74, icon: "upload", tooltip: "Use when you need Participants to upload their own documents during the signing process", signer: this.signer })), this.signer > 0 && this.showTool('drawn') && (h("ls-toolbox-field", { elementType: "drawn", formElementType: "drawn", label: "Drawn", defaultHeight: 120, defaultWidth: 120, validation: 90, icon: "pencil", tooltip: "Allow users to draw on the document using their mouse or touchscreen", signer: this.signer })))), h("ls-participant-manager", { id: "ls-participant-manager", class: this.manager === 'participant' ? 'toolbox' : 'hidden', editor: this }), h("ls-document-options", { id: "ls-document-options", class: this.manager === 'document' ? 'toolbox' : 'hidden' }), h("ls-validation-manager", { id: "ls-validation-manager", class: this.manager === 'validation' ? 'toolbox' : 'hidden' }), h("ls-recipient-manager", { id: "ls-recipient-manager", class: this.manager === 'recipient' ? 'toolbox compose-toolbox' : 'hidden' }, h("ls-validation-tag", { validationErrors: this.validationErrors, style: { position: 'absolute', top: '18px', right: '16px' }, type: "compose" }), this._recipients &&
|
|
538
|
+
this._recipients.map(recipient => (h("ls-recipient-card", { recipient: recipient, activeRecipient: this.signer, filtertoolbox: this.filtertoolbox, template: this._template, validationErrors: this.validationErrors }))))), !this.displayTable && (h("div", { class: this.selected.length > 0 ? 'field-properties-outer' : 'hidden' }, h("div", { class: 'properties-header' }, h("div", { class: 'properties-header-icon' }, h("ls-icon", { name: "pre-filled-content" })), h("h1", { class: 'properties-header-title' }, "Field Properties"), h("button", { class: 'tertiaryGrey', onClick: e => {
|
|
542
539
|
this.selected = [];
|
|
543
540
|
e.preventDefault();
|
|
544
|
-
}, "data-tooltip": "Close Properties Panel" }, h("ls-icon", { name: "x", size: "20" }))), h("ls-field-properties", { id: "my-field-panel" }), h("slot", null))))) : (h(h.Fragment, null)), h("ls-toolbar", { key: '
|
|
541
|
+
}, "data-tooltip": "Close Properties Panel" }, h("ls-icon", { name: "x", size: "20" }))), h("ls-field-properties", { id: "my-field-panel" }), h("slot", null))))) : (h(h.Fragment, null)), this.selected.length > 0 && h("ls-toolbar", { key: '3e5ba341473bf08a29091ab12c3fee99bbdc2671', id: "ls-toolbar", template: this._template, editor: this, groupInfo: this.groupInfo }), h("div", { key: 'a929a78238ace37b999bc30a4410c9ec23a8cfbe', id: "ls-mid-area" }, h("div", { key: 'c6da6a55d0d837b301222cbcbbef093475345b51', class: 'document-frame-wrapper', id: "document-frame-wrapper" }, h("div", { key: 'f442db65d13cc0accc891528e0cbd63b78d0dfb1', id: "ls-document-frame" }, h("canvas", { key: '678382556830d4e99a651378e1898cbf2b537bd6', id: "pdf-canvas", class: this.displayTable || this.isLoading ? 'hidden' : '' }), h("ls-editor-table", { key: '6309f63776709b22b169ba539c780795bee2132a', editor: this, class: this.displayTable ? '' : 'hidden' }), h("div", { key: '0e6b11139b50ab2ee5d9a1162e29f9a4122e1f92', id: "ls-box-selector" }))), h("ls-statusbar", { key: 'e2f14c7674d5ba0ac660ab8e02c9c55195a3b6b6', editor: this, page: this.pageNum, pageCount: this.pageCount })))), h("ls-tooltip", { key: '6fbd2449f461859b491a6754996ba149256a4857', id: "ls-tooltip-master" })));
|
|
545
542
|
}
|
|
546
543
|
static get is() { return "ls-document-viewer"; }
|
|
547
544
|
static get encapsulation() { return "shadow"; }
|
|
@@ -652,9 +649,9 @@ export class LsDocumentViewer {
|
|
|
652
649
|
"setter": false,
|
|
653
650
|
"reflect": false
|
|
654
651
|
},
|
|
655
|
-
"
|
|
652
|
+
"recipients": {
|
|
656
653
|
"type": "string",
|
|
657
|
-
"attribute": "
|
|
654
|
+
"attribute": "recipients",
|
|
658
655
|
"mutable": false,
|
|
659
656
|
"complexType": {
|
|
660
657
|
"original": "string",
|
|
@@ -665,12 +662,30 @@ export class LsDocumentViewer {
|
|
|
665
662
|
"optional": false,
|
|
666
663
|
"docs": {
|
|
667
664
|
"tags": [],
|
|
668
|
-
"text": "A JSON string containing the
|
|
665
|
+
"text": "A JSON string containing the recipient details. Only used in COMPOSE mode.\n{string}"
|
|
669
666
|
},
|
|
670
667
|
"getter": false,
|
|
671
668
|
"setter": false,
|
|
672
669
|
"reflect": false
|
|
673
670
|
},
|
|
671
|
+
"_recipients": {
|
|
672
|
+
"type": "unknown",
|
|
673
|
+
"attribute": "_recipients",
|
|
674
|
+
"mutable": false,
|
|
675
|
+
"complexType": {
|
|
676
|
+
"original": "any[]",
|
|
677
|
+
"resolved": "any[]",
|
|
678
|
+
"references": {}
|
|
679
|
+
},
|
|
680
|
+
"required": false,
|
|
681
|
+
"optional": false,
|
|
682
|
+
"docs": {
|
|
683
|
+
"tags": [],
|
|
684
|
+
"text": ""
|
|
685
|
+
},
|
|
686
|
+
"getter": false,
|
|
687
|
+
"setter": false
|
|
688
|
+
},
|
|
674
689
|
"zoom": {
|
|
675
690
|
"type": "number",
|
|
676
691
|
"attribute": "zoom",
|
|
@@ -795,8 +810,8 @@ export class LsDocumentViewer {
|
|
|
795
810
|
"attribute": "manager",
|
|
796
811
|
"mutable": true,
|
|
797
812
|
"complexType": {
|
|
798
|
-
"original": "'document' | 'toolbox' | 'participant'",
|
|
799
|
-
"resolved": "\"document\" | \"participant\" | \"toolbox\"",
|
|
813
|
+
"original": "'document' | 'toolbox' | 'participant' | 'recipient' | 'validation'",
|
|
814
|
+
"resolved": "\"document\" | \"participant\" | \"recipient\" | \"toolbox\" | \"validation\"",
|
|
800
815
|
"references": {}
|
|
801
816
|
},
|
|
802
817
|
"required": false,
|
|
@@ -830,9 +845,9 @@ export class LsDocumentViewer {
|
|
|
830
845
|
"reflect": false,
|
|
831
846
|
"defaultValue": "false"
|
|
832
847
|
},
|
|
833
|
-
"
|
|
848
|
+
"filtertoolbox": {
|
|
834
849
|
"type": "string",
|
|
835
|
-
"attribute": "
|
|
850
|
+
"attribute": "filtertoolbox",
|
|
836
851
|
"mutable": false,
|
|
837
852
|
"complexType": {
|
|
838
853
|
"original": "string",
|
|
@@ -850,26 +865,6 @@ export class LsDocumentViewer {
|
|
|
850
865
|
"reflect": false,
|
|
851
866
|
"defaultValue": "null"
|
|
852
867
|
},
|
|
853
|
-
"showtoolbar": {
|
|
854
|
-
"type": "boolean",
|
|
855
|
-
"attribute": "showtoolbar",
|
|
856
|
-
"mutable": false,
|
|
857
|
-
"complexType": {
|
|
858
|
-
"original": "boolean",
|
|
859
|
-
"resolved": "boolean",
|
|
860
|
-
"references": {}
|
|
861
|
-
},
|
|
862
|
-
"required": false,
|
|
863
|
-
"optional": true,
|
|
864
|
-
"docs": {
|
|
865
|
-
"tags": [],
|
|
866
|
-
"text": "Whether the top toolbar is displayed.\n{boolean}"
|
|
867
|
-
},
|
|
868
|
-
"getter": false,
|
|
869
|
-
"setter": false,
|
|
870
|
-
"reflect": false,
|
|
871
|
-
"defaultValue": "false"
|
|
872
|
-
},
|
|
873
868
|
"showstatusbar": {
|
|
874
869
|
"type": "boolean",
|
|
875
870
|
"attribute": "showstatusbar",
|
|
@@ -910,26 +905,6 @@ export class LsDocumentViewer {
|
|
|
910
905
|
"reflect": false,
|
|
911
906
|
"defaultValue": "false"
|
|
912
907
|
},
|
|
913
|
-
"expandfields": {
|
|
914
|
-
"type": "boolean",
|
|
915
|
-
"attribute": "expandfields",
|
|
916
|
-
"mutable": false,
|
|
917
|
-
"complexType": {
|
|
918
|
-
"original": "boolean",
|
|
919
|
-
"resolved": "boolean",
|
|
920
|
-
"references": {}
|
|
921
|
-
},
|
|
922
|
-
"required": false,
|
|
923
|
-
"optional": true,
|
|
924
|
-
"docs": {
|
|
925
|
-
"tags": [],
|
|
926
|
-
"text": "Whether or not the fields list is expanded.\n{boolean}"
|
|
927
|
-
},
|
|
928
|
-
"getter": false,
|
|
929
|
-
"setter": false,
|
|
930
|
-
"reflect": false,
|
|
931
|
-
"defaultValue": "false"
|
|
932
|
-
},
|
|
933
908
|
"readonly": {
|
|
934
909
|
"type": "boolean",
|
|
935
910
|
"attribute": "readonly",
|
|
@@ -1187,9 +1162,6 @@ export class LsDocumentViewer {
|
|
|
1187
1162
|
return [{
|
|
1188
1163
|
"propName": "mode",
|
|
1189
1164
|
"methodName": "modeHandler"
|
|
1190
|
-
}, {
|
|
1191
|
-
"propName": "displayTable",
|
|
1192
|
-
"methodName": "tableViewHandler"
|
|
1193
1165
|
}];
|
|
1194
1166
|
}
|
|
1195
1167
|
static get listeners() {
|
|
@@ -1217,6 +1189,12 @@ export class LsDocumentViewer {
|
|
|
1217
1189
|
"target": undefined,
|
|
1218
1190
|
"capture": false,
|
|
1219
1191
|
"passive": false
|
|
1192
|
+
}, {
|
|
1193
|
+
"name": "changeSigner",
|
|
1194
|
+
"method": "updateSigner",
|
|
1195
|
+
"target": undefined,
|
|
1196
|
+
"capture": false,
|
|
1197
|
+
"passive": false
|
|
1220
1198
|
}, {
|
|
1221
1199
|
"name": "selectFields",
|
|
1222
1200
|
"method": "selectFieldsHandler",
|