@@ -35,6 +35,8 @@ export default (rootElement: ShadowRoot | Document) => {
35
35
editorStampParamsToolbar : getElement (
36
36
"editorStampParamsToolbar"
37
37
) ,
38
+ editorSignatureButton : getElement ( "editorSignatureButton" ) ,
39
+ editorSignatureParamsToolbar : getElement ( "editorSignatureParamsToolbar" ) ,
38
40
download : getElement ( "downloadButton" ) ,
39
41
} ,
40
42
secondaryToolbar : {
@@ -174,13 +176,44 @@ export default (rootElement: ShadowRoot | Document) => {
174
176
) ,
175
177
closeButton : getElement ( "altTextSettingsCloseButton" ) ,
176
178
} ,
179
+ addSignatureDialog : {
180
+ dialog : getElement ( "addSignatureDialog" ) ,
181
+ panels : getElement ( "addSignatureActionContainer" ) ,
182
+ typeButton : getElement ( "addSignatureTypeButton" ) ,
183
+ typeInput : getElement ( "addSignatureTypeInput" ) ,
184
+ drawButton : getElement ( "addSignatureDrawButton" ) ,
185
+ drawSVG : getElement ( "addSignatureDraw" ) ,
186
+ drawPlaceholder : getElement ( "addSignatureDrawPlaceholder" ) ,
187
+ drawThickness : getElement ( "addSignatureDrawThickness" ) ,
188
+ imageButton : getElement ( "addSignatureImageButton" ) ,
189
+ imageSVG : getElement ( "addSignatureImage" ) ,
190
+ imagePlaceholder : getElement ( "addSignatureImagePlaceholder" ) ,
191
+ imagePicker : getElement ( "addSignatureFilePicker" ) ,
192
+ imagePickerLink : getElement ( "addSignatureImageBrowse" ) ,
193
+ description : getElement ( "addSignatureDescription" ) ,
194
+ clearButton : getElement ( "clearSignatureButton" ) ,
195
+ saveContainer : getElement ( "addSignatureSaveContainer" ) ,
196
+ saveCheckbox : getElement ( "addSignatureSaveCheckbox" ) ,
197
+ errorBar : getElement ( "addSignatureError" ) ,
198
+ errorCloseButton : getElement ( "addSignatureErrorCloseButton" ) ,
199
+ cancelButton : getElement ( "addSignatureCancelButton" ) ,
200
+ addButton : getElement ( "addSignatureAddButton" ) ,
201
+ } ,
202
+ editSignatureDialog : {
203
+ dialog : getElement ( "editSignatureDescriptionDialog" ) ,
204
+ description : getElement ( "editSignatureDescription" ) ,
205
+ editSignatureView : getElement ( "editSignatureView" ) ,
206
+ cancelButton : getElement ( "editSignatureCancelButton" ) ,
207
+ updateButton : getElement ( "editSignatureUpdateButton" ) ,
208
+ } ,
177
209
annotationEditorParams : {
178
210
editorFreeTextFontSize : getElement ( "editorFreeTextFontSize" ) ,
179
211
editorFreeTextColor : getElement ( "editorFreeTextColor" ) ,
180
212
editorInkColor : getElement ( "editorInkColor" ) ,
181
213
editorInkThickness : getElement ( "editorInkThickness" ) ,
182
214
editorInkOpacity : getElement ( "editorInkOpacity" ) ,
183
215
editorStampAddImage : getElement ( "editorStampAddImage" ) ,
216
+ editorSignatureAddSignature : getElement ( "editorSignatureAddSignature" ) ,
184
217
editorFreeHighlightThickness : getElement (
185
218
"editorFreeHighlightThickness"
186
219
) ,
0 commit comments