File tree Expand file tree Collapse file tree 5 files changed +6
-0
lines changed
Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ window.loadGlobals = function loadGlobals() {
1414 window . RadioButton = jsPDF . AcroFormRadioButton ;
1515 window . CheckBox = jsPDF . AcroFormCheckBox ;
1616 window . TextField = jsPDF . AcroFormTextField ;
17+ window . TextFieldParent = jsPDF . AcroFormTextFieldParent ;
1718 window . PasswordField = jsPDF . AcroFormPasswordField ;
1819 window . Appearance = jsPDF . AcroFormAppearance ;
1920 window . Canvg = window . canvg . Canvg ;
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ global.loadGlobals = function() {
1515 global . PushButton = jsPDF . AcroFormPushButton ;
1616 global . RadioButton = jsPDF . AcroFormRadioButton ;
1717 global . CheckBox = jsPDF . AcroFormCheckBox ;
18+ global . TextFieldParent = jsPDF . AcroFormTextFieldParent ;
1819 global . TextField = jsPDF . AcroFormTextField ;
1920 global . PasswordField = jsPDF . AcroFormPasswordField ;
2021 global . Appearance = jsPDF . AcroFormAppearance ;
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ window.loadGlobals = function loadGlobals() {
1414 window . RadioButton = jsPDF . AcroFormRadioButton ;
1515 window . CheckBox = jsPDF . AcroFormCheckBox ;
1616 window . TextField = jsPDF . AcroFormTextField ;
17+ window . TextFieldParent = jsPDF . AcroFormTextFieldParent ;
1718 window . PasswordField = jsPDF . AcroFormPasswordField ;
1819 window . Appearance = jsPDF . AcroFormAppearance ;
1920 window . Canvg = window . canvg . Canvg ;
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import {
1010 AcroFormRadioButton ,
1111 AcroFormCheckBox ,
1212 AcroFormTextField ,
13+ AcroFormTextFieldParent ,
1314 AcroFormPasswordField ,
1415 AcroFormAppearance
1516} from "/base/src/index.js" ;
@@ -26,6 +27,7 @@ window.importsReady({
2627 AcroFormRadioButton,
2728 AcroFormCheckBox,
2829 AcroFormTextField,
30+ AcroFormTextFieldParent,
2931 AcroFormPasswordField,
3032 AcroFormAppearance
3133} ) ;
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ window.loadGlobals = async function loadGlobals() {
2222 window . RadioButton = jsPDF . AcroFormRadioButton ;
2323 window . CheckBox = jsPDF . AcroFormCheckBox ;
2424 window . TextField = jsPDF . AcroFormTextField ;
25+ window . TextFieldParent = jsPDF . AcroFormTextFieldParent ;
2526 window . PasswordField = jsPDF . AcroFormPasswordField ;
2627 window . Appearance = jsPDF . AcroFormAppearance ;
2728 window . Canvg = window . canvg . Canvg ;
You can’t perform that action at this time.
0 commit comments