@@ -221,7 +221,7 @@ export abstract class WebviewHost<IMapping> implements IDisposable {
221221 }
222222
223223 protected async sendLocStrings ( ) {
224- const locStrings : LocalizedMessages = {
224+ const locStrings : Partial < LocalizedMessages > = {
225225 collapseSingle : localize . WebViews . collapseSingle ,
226226 expandSingle : localize . WebViews . expandSingle ,
227227 openExportFileYes : localize . DataScience . openExportFileYes ,
@@ -265,43 +265,7 @@ export abstract class WebviewHost<IMapping> implements IDisposable {
265265 dataframeNextPage : localize . WebViews . dataframeNextPage ,
266266 dataframePageOf : localize . WebViews . dataframePageOf ,
267267 dataframeCopyTable : localize . WebViews . dataframeCopyTable ,
268- dataframeExportTable : localize . WebViews . dataframeExportTable ,
269- // Integration panel strings (not used in this webview, but required by type)
270- integrationsTitle : '' ,
271- integrationsNoIntegrationsFound : '' ,
272- integrationsConnected : '' ,
273- integrationsNotConfigured : '' ,
274- integrationsConfigure : '' ,
275- integrationsReconfigure : '' ,
276- integrationsReset : '' ,
277- integrationsConfirmResetTitle : '' ,
278- integrationsConfirmResetMessage : '' ,
279- integrationsConfirmResetDetails : '' ,
280- integrationsConfigureTitle : '' ,
281- integrationsCancel : '' ,
282- integrationsSave : '' ,
283- integrationsPostgresNameLabel : '' ,
284- integrationsPostgresNamePlaceholder : '' ,
285- integrationsPostgresHostLabel : '' ,
286- integrationsPostgresHostPlaceholder : '' ,
287- integrationsPostgresPortLabel : '' ,
288- integrationsPostgresPortPlaceholder : '' ,
289- integrationsPostgresDatabaseLabel : '' ,
290- integrationsPostgresDatabasePlaceholder : '' ,
291- integrationsPostgresUsernameLabel : '' ,
292- integrationsPostgresUsernamePlaceholder : '' ,
293- integrationsPostgresPasswordLabel : '' ,
294- integrationsPostgresPasswordPlaceholder : '' ,
295- integrationsPostgresSslLabel : '' ,
296- integrationsBigQueryNameLabel : '' ,
297- integrationsBigQueryNamePlaceholder : '' ,
298- integrationsBigQueryProjectIdLabel : '' ,
299- integrationsBigQueryProjectIdPlaceholder : '' ,
300- integrationsBigQueryCredentialsLabel : '' ,
301- integrationsBigQueryCredentialsPlaceholder : '' ,
302- integrationsBigQueryCredentialsRequired : '' ,
303- integrationsRequiredField : '' ,
304- integrationsOptionalField : ''
268+ dataframeExportTable : localize . WebViews . dataframeExportTable
305269 } ;
306270 this . postMessageInternal ( SharedMessages . LocInit , JSON . stringify ( locStrings ) ) . catch ( noop ) ;
307271 }
0 commit comments