/** * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/2815083 * @preserve **/ (function ($, Drupal) { Drupal.theme.quickeditBackstage = function (settings) { let html = ''; html += `
`; return html; }; Drupal.theme.quickeditEntityToolbar = function (settings) { let html = ''; html += ` '; return html; }; Drupal.theme.quickeditEntityToolbarLabel = function (settings) { return `${Drupal.checkPlain(settings.fieldLabel)}${Drupal.checkPlain(settings.entityLabel)}`; }; Drupal.theme.quickeditEntityToolbarFence = function () { return ''; }; Drupal.theme.quickeditFieldToolbar = function (settings) { return ``; }; Drupal.theme.quickeditToolgroup = function (settings) { const classes = settings.classes || []; classes.unshift('quickedit-toolgroup'); let html = ''; html += `