Skip to content

Commit 7a805d6

Browse files
authored
Merge pull request #1071 from thomasloven/dev
v2.6.3
2 parents 653ab73 + 24f1c45 commit 7a805d6

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

custom_components/browser_mod/browser_mod.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

custom_components/browser_mod/browser_mod_panel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ function e(e,t,i,s){var o,n=arguments.length,r=n<3?t:null===s?s=Object.getOwnPro
546546
display: flex;
547547
align-items: center;
548548
}
549-
`}}e([ae()],Ee.prototype,"hass",void 0),e([le()],Ee.prototype,"_dashboards",void 0),e([le()],Ee.prototype,"_panels",void 0),e([le()],Ee.prototype,"_editSidebar",void 0),e([le()],Ee.prototype,"_hassUserHasSidebarSettings",void 0),customElements.define("browser-mod-frontend-settings-card",Ee);var xe="2.6.2";(async()=>{var e,t,i,s,o,n,r,a,l,d,h,c,u,p,g;await customElements.whenDefined("partial-panel-resolver");const b=document.createElement("partial-panel-resolver")._getRoutes([{component_name:"config",url_path:"a"}]);await(null===(i=null===(t=null===(e=null==b?void 0:b.routes)||void 0===e?void 0:e.a)||void 0===t?void 0:t.load)||void 0===i?void 0:i.call(t)),await customElements.whenDefined("ha-panel-config");const v=document.createElement("ha-panel-config");await(null===(r=null===(n=null===(o=null===(s=null==v?void 0:v.routerOptions)||void 0===s?void 0:s.routes)||void 0===o?void 0:o.dashboard)||void 0===n?void 0:n.load)||void 0===r?void 0:r.call(n)),await(null===(h=null===(d=null===(l=null===(a=null==v?void 0:v.routerOptions)||void 0===a?void 0:a.routes)||void 0===l?void 0:l.general)||void 0===d?void 0:d.load)||void 0===h?void 0:h.call(d)),await(null===(g=null===(p=null===(u=null===(c=null==v?void 0:v.routerOptions)||void 0===c?void 0:c.routes)||void 0===u?void 0:u.entities)||void 0===p?void 0:p.load)||void 0===g?void 0:g.call(p)),await customElements.whenDefined("ha-config-dashboard")})().then((()=>{class t extends se{firstUpdated(){window.addEventListener("browser-mod-config-update",(()=>this.requestUpdate()))}render(){var e;return window.browser_mod?j`
549+
`}}e([ae()],Ee.prototype,"hass",void 0),e([le()],Ee.prototype,"_dashboards",void 0),e([le()],Ee.prototype,"_panels",void 0),e([le()],Ee.prototype,"_editSidebar",void 0),e([le()],Ee.prototype,"_hassUserHasSidebarSettings",void 0),customElements.define("browser-mod-frontend-settings-card",Ee);var xe="2.6.3";(async()=>{var e,t,i,s,o,n,r,a,l,d,h,c,u,p,g;await customElements.whenDefined("partial-panel-resolver");const b=document.createElement("partial-panel-resolver")._getRoutes([{component_name:"config",url_path:"a"}]);await(null===(i=null===(t=null===(e=null==b?void 0:b.routes)||void 0===e?void 0:e.a)||void 0===t?void 0:t.load)||void 0===i?void 0:i.call(t)),await customElements.whenDefined("ha-panel-config");const v=document.createElement("ha-panel-config");await(null===(r=null===(n=null===(o=null===(s=null==v?void 0:v.routerOptions)||void 0===s?void 0:s.routes)||void 0===o?void 0:o.dashboard)||void 0===n?void 0:n.load)||void 0===r?void 0:r.call(n)),await(null===(h=null===(d=null===(l=null===(a=null==v?void 0:v.routerOptions)||void 0===a?void 0:a.routes)||void 0===l?void 0:l.general)||void 0===d?void 0:d.load)||void 0===h?void 0:h.call(d)),await(null===(g=null===(p=null===(u=null===(c=null==v?void 0:v.routerOptions)||void 0===c?void 0:c.routes)||void 0===u?void 0:u.entities)||void 0===p?void 0:p.load)||void 0===g?void 0:g.call(p)),await customElements.whenDefined("ha-config-dashboard")})().then((()=>{class t extends se{firstUpdated(){window.addEventListener("browser-mod-config-update",(()=>this.requestUpdate()))}render(){var e;return window.browser_mod?j`
550550
<ha-top-app-bar-fixed>
551551
<ha-menu-button
552552
slot="navigationIcon"

custom_components/browser_mod/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"documentation": "https://github.com/thomasloven/hass-browser_mod/blob/master/README.md",
1414
"iot_class": "local_push",
1515
"requirements": [],
16-
"version": "2.6.2"
16+
"version": "2.6.3"
1717
}

js/plugin/popup-card-editor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { LitElement, html, css, PropertyValues } from "lit";
22
import { property, query, state } from "lit/decorators.js";
33
import { hass_base_el, loadHaForm, selectTree } from "../helpers";
44
import { ObjectSelectorMonitor } from "../object-selector-monitor";
5-
import structuredClone from "@ungap/structured-clone";
65

76
const STANDARD_POPUP_STYLES = ["normal", "classic", "wide", "fullscreen"]
87

js/plugin/popup-dialog.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import { loadHaForm } from "../helpers";
1212
import { ObjectSelectorMonitor } from "../object-selector-monitor";
1313
import { icon } from "./types";
1414
import { BrowserModPopupParams } from "./popups";
15+
import structuredClone from "@ungap/structured-clone";
1516

1617
export class BrowserModPopup extends LitElement {
1718
@property() open;

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browser_mod",
33
"private": true,
4-
"version": "2.6.2",
4+
"version": "2.6.3",
55
"description": "",
66
"scripts": {
77
"build": "rollup -c",

0 commit comments

Comments
 (0)