"use strict";/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: Apache-2.0 */function p(c,t){t.bubbles&&(!c.shadowRoot||t.composed)&&t.stopPropagation();const s=Reflect.construct(t.constructor,[t.type,t]),o=c.dispatchEvent(s);return o||t.preventDefault(),o}exports.redispatchEvent=p;