UNPKG

iobroker.lovelace

Version:

With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI

3 lines 20.4 kB
/*! For license information please see chunk.c4acfb1580ead7da8e29.js.LICENSE.txt */ (self.webpackChunkhome_assistant_frontend=self.webpackChunkhome_assistant_frontend||[]).push([[3243],{51654:function(e,t,r){"use strict";r.d(t,{Z:function(){return o},n:function(){return s}});r(65233);var i=r(75009),n=r(87156),o={hostAttributes:{role:"dialog",tabindex:"-1"},properties:{modal:{type:Boolean,value:!1},__readied:{type:Boolean,value:!1}},observers:["_modalChanged(modal, __readied)"],listeners:{tap:"_onDialogClick"},ready:function(){this.__prevNoCancelOnOutsideClick=this.noCancelOnOutsideClick,this.__prevNoCancelOnEscKey=this.noCancelOnEscKey,this.__prevWithBackdrop=this.withBackdrop,this.__readied=!0},_modalChanged:function(e,t){t&&(e?(this.__prevNoCancelOnOutsideClick=this.noCancelOnOutsideClick,this.__prevNoCancelOnEscKey=this.noCancelOnEscKey,this.__prevWithBackdrop=this.withBackdrop,this.noCancelOnOutsideClick=!0,this.noCancelOnEscKey=!0,this.withBackdrop=!0):(this.noCancelOnOutsideClick=this.noCancelOnOutsideClick&&this.__prevNoCancelOnOutsideClick,this.noCancelOnEscKey=this.noCancelOnEscKey&&this.__prevNoCancelOnEscKey,this.withBackdrop=this.withBackdrop&&this.__prevWithBackdrop))},_updateClosingReasonConfirmed:function(e){this.closingReason=this.closingReason||{},this.closingReason.confirmed=e},_onDialogClick:function(e){for(var t=(0,n.vz)(e).path,r=0,i=t.indexOf(this);r<i;r++){var o=t[r];if(o.hasAttribute&&(o.hasAttribute("dialog-dismiss")||o.hasAttribute("dialog-confirm"))){this._updateClosingReasonConfirmed(o.hasAttribute("dialog-confirm")),this.close(),e.stopPropagation();break}}}},s=[i.$,o]},22626:function(e,t,r){"use strict";r(65233),r(65660),r(1656);var i,n,o,s=r(51654),a=r(9672),l=r(50856);(0,a.k)({_template:(0,l.d)(i||(n=['\n <style>\n\n :host {\n display: block;\n @apply --layout-relative;\n }\n\n :host(.is-scrolled:not(:first-child))::before {\n content: \'\';\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n height: 1px;\n background: var(--divider-color);\n }\n\n :host(.can-scroll:not(.scrolled-to-bottom):not(:last-child))::after {\n content: \'\';\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n height: 1px;\n background: var(--divider-color);\n }\n\n .scrollable {\n padding: 0 24px;\n\n @apply --layout-scroll;\n @apply --paper-dialog-scrollable;\n }\n\n .fit {\n @apply --layout-fit;\n }\n </style>\n\n <div id="scrollable" class="scrollable" on-scroll="updateScrollState">\n <slot></slot>\n </div>\n'],o||(o=n.slice(0)),i=Object.freeze(Object.defineProperties(n,{raw:{value:Object.freeze(o)}})))),is:"paper-dialog-scrollable",properties:{dialogElement:{type:Object}},get scrollTarget(){return this.$.scrollable},ready:function(){this._ensureTarget(),this.classList.add("no-padding")},attached:function(){this._ensureTarget(),requestAnimationFrame(this.updateScrollState.bind(this))},updateScrollState:function(){this.toggleClass("is-scrolled",this.scrollTarget.scrollTop>0),this.toggleClass("can-scroll",this.scrollTarget.offsetHeight<this.scrollTarget.scrollHeight),this.toggleClass("scrolled-to-bottom",this.scrollTarget.scrollTop+this.scrollTarget.offsetHeight>=this.scrollTarget.scrollHeight)},_ensureTarget:function(){this.dialogElement=this.dialogElement||this.parentElement,this.dialogElement&&this.dialogElement.behaviors&&this.dialogElement.behaviors.indexOf(s.Z)>=0?(this.dialogElement.sizingTarget=this.scrollTarget,this.scrollTarget.classList.remove("fit")):this.dialogElement&&this.scrollTarget.classList.add("fit")}})},33243:function(e,t,r){"use strict";r.r(t);r(53918),r(22626),r(30879);var i,n,o,s,a,l,c,u,d,p,h,f,m,v,y=r(50424),g=r(55358),b=r(47181),_=(r(31206),r(34821)),k=(r(46583),r(4940),r(86490)),w=r(11654);function E(e){return(E="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function C(e,t,r,i,n,o,s){try{var a=e[o](s),l=a.value}catch(c){return void r(c)}a.done?t(l):Promise.resolve(l).then(i,n)}function O(e){return function(){var t=this,r=arguments;return new Promise((function(i,n){var o=e.apply(t,r);function s(e){C(o,i,n,s,a,"next",e)}function a(e){C(o,i,n,s,a,"throw",e)}s(void 0)}))}}function z(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function S(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function T(e,t){return(T=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function P(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,i=D(e);if(t){var n=D(this).constructor;r=Reflect.construct(i,arguments,n)}else r=i.apply(this,arguments);return x(this,r)}}function x(e,t){return!t||"object"!==E(t)&&"function"!=typeof t?A(e):t}function A(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function D(e){return(D=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function j(){j=function(){return e};var e={elementsDefinitionOrder:[["method"],["field"]],initializeInstanceElements:function(e,t){["method","field"].forEach((function(r){t.forEach((function(t){t.kind===r&&"own"===t.placement&&this.defineClassElement(e,t)}),this)}),this)},initializeClassElements:function(e,t){var r=e.prototype;["method","field"].forEach((function(i){t.forEach((function(t){var n=t.placement;if(t.kind===i&&("static"===n||"prototype"===n)){var o="static"===n?e:r;this.defineClassElement(o,t)}}),this)}),this)},defineClassElement:function(e,t){var r=t.descriptor;if("field"===t.kind){var i=t.initializer;r={enumerable:r.enumerable,writable:r.writable,configurable:r.configurable,value:void 0===i?void 0:i.call(e)}}Object.defineProperty(e,t.key,r)},decorateClass:function(e,t){var r=[],i=[],n={static:[],prototype:[],own:[]};if(e.forEach((function(e){this.addElementPlacement(e,n)}),this),e.forEach((function(e){if(!F(e))return r.push(e);var t=this.decorateElement(e,n);r.push(t.element),r.push.apply(r,t.extras),i.push.apply(i,t.finishers)}),this),!t)return{elements:r,finishers:i};var o=this.decorateConstructor(r,t);return i.push.apply(i,o.finishers),o.finishers=i,o},addElementPlacement:function(e,t,r){var i=t[e.placement];if(!r&&-1!==i.indexOf(e.key))throw new TypeError("Duplicated element ("+e.key+")");i.push(e.key)},decorateElement:function(e,t){for(var r=[],i=[],n=e.decorators,o=n.length-1;o>=0;o--){var s=t[e.placement];s.splice(s.indexOf(e.key),1);var a=this.fromElementDescriptor(e),l=this.toElementFinisherExtras((0,n[o])(a)||a);e=l.element,this.addElementPlacement(e,t),l.finisher&&i.push(l.finisher);var c=l.extras;if(c){for(var u=0;u<c.length;u++)this.addElementPlacement(c[u],t);r.push.apply(r,c)}}return{element:e,finishers:i,extras:r}},decorateConstructor:function(e,t){for(var r=[],i=t.length-1;i>=0;i--){var n=this.fromClassDescriptor(e),o=this.toClassDescriptor((0,t[i])(n)||n);if(void 0!==o.finisher&&r.push(o.finisher),void 0!==o.elements){e=o.elements;for(var s=0;s<e.length-1;s++)for(var a=s+1;a<e.length;a++)if(e[s].key===e[a].key&&e[s].placement===e[a].placement)throw new TypeError("Duplicated element ("+e[s].key+")")}}return{elements:e,finishers:r}},fromElementDescriptor:function(e){var t={kind:e.kind,key:e.key,placement:e.placement,descriptor:e.descriptor};return Object.defineProperty(t,Symbol.toStringTag,{value:"Descriptor",configurable:!0}),"field"===e.kind&&(t.initializer=e.initializer),t},toElementDescriptors:function(e){var t;if(void 0!==e)return(t=e,function(e){if(Array.isArray(e))return e}(t)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(t)||function(e,t){if(e){if("string"==typeof e)return H(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?H(e,t):void 0}}(t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()).map((function(e){var t=this.toElementDescriptor(e);return this.disallowProperty(e,"finisher","An element descriptor"),this.disallowProperty(e,"extras","An element descriptor"),t}),this)},toElementDescriptor:function(e){var t=String(e.kind);if("method"!==t&&"field"!==t)throw new TypeError('An element descriptor\'s .kind property must be either "method" or "field", but a decorator created an element descriptor with .kind "'+t+'"');var r=I(e.key),i=String(e.placement);if("static"!==i&&"prototype"!==i&&"own"!==i)throw new TypeError('An element descriptor\'s .placement property must be one of "static", "prototype" or "own", but a decorator created an element descriptor with .placement "'+i+'"');var n=e.descriptor;this.disallowProperty(e,"elements","An element descriptor");var o={kind:t,key:r,placement:i,descriptor:Object.assign({},n)};return"field"!==t?this.disallowProperty(e,"initializer","A method descriptor"):(this.disallowProperty(n,"get","The property descriptor of a field descriptor"),this.disallowProperty(n,"set","The property descriptor of a field descriptor"),this.disallowProperty(n,"value","The property descriptor of a field descriptor"),o.initializer=e.initializer),o},toElementFinisherExtras:function(e){return{element:this.toElementDescriptor(e),finisher:N(e,"finisher"),extras:this.toElementDescriptors(e.extras)}},fromClassDescriptor:function(e){var t={kind:"class",elements:e.map(this.fromElementDescriptor,this)};return Object.defineProperty(t,Symbol.toStringTag,{value:"Descriptor",configurable:!0}),t},toClassDescriptor:function(e){var t=String(e.kind);if("class"!==t)throw new TypeError('A class descriptor\'s .kind property must be "class", but a decorator created a class descriptor with .kind "'+t+'"');this.disallowProperty(e,"key","A class descriptor"),this.disallowProperty(e,"placement","A class descriptor"),this.disallowProperty(e,"descriptor","A class descriptor"),this.disallowProperty(e,"initializer","A class descriptor"),this.disallowProperty(e,"extras","A class descriptor");var r=N(e,"finisher");return{elements:this.toElementDescriptors(e.elements),finisher:r}},runClassFinishers:function(e,t){for(var r=0;r<t.length;r++){var i=(0,t[r])(e);if(void 0!==i){if("function"!=typeof i)throw new TypeError("Finishers must return a constructor.");e=i}}return e},disallowProperty:function(e,t,r){if(void 0!==e[t])throw new TypeError(r+" can't have a ."+t+" property.")}};return e}function B(e){var t,r=I(e.key);"method"===e.kind?t={value:e.value,writable:!0,configurable:!0,enumerable:!1}:"get"===e.kind?t={get:e.value,configurable:!0,enumerable:!1}:"set"===e.kind?t={set:e.value,configurable:!0,enumerable:!1}:"field"===e.kind&&(t={configurable:!0,writable:!0,enumerable:!0});var i={kind:"field"===e.kind?"field":"method",key:r,placement:e.static?"static":"field"===e.kind?"own":"prototype",descriptor:t};return e.decorators&&(i.decorators=e.decorators),"field"===e.kind&&(i.initializer=e.value),i}function R(e,t){void 0!==e.descriptor.get?t.descriptor.get=e.descriptor.get:t.descriptor.set=e.descriptor.set}function F(e){return e.decorators&&e.decorators.length}function K(e){return void 0!==e&&!(void 0===e.value&&void 0===e.writable)}function N(e,t){var r=e[t];if(void 0!==r&&"function"!=typeof r)throw new TypeError("Expected '"+t+"' to be a function");return r}function I(e){var t=function(e,t){if("object"!==E(e)||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var i=r.call(e,t||"default");if("object"!==E(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===E(t)?t:String(t)}function H(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,i=new Array(t);r<t;r++)i[r]=e[r];return i}!function(e,t,r,i){var n=j();if(i)for(var o=0;o<i.length;o++)n=i[o](n);var s=t((function(e){n.initializeInstanceElements(e,a.elements)}),r),a=n.decorateClass(function(e){for(var t=[],r=function(e){return"method"===e.kind&&e.key===o.key&&e.placement===o.placement},i=0;i<e.length;i++){var n,o=e[i];if("method"===o.kind&&(n=t.find(r)))if(K(o.descriptor)||K(n.descriptor)){if(F(o)||F(n))throw new ReferenceError("Duplicated methods ("+o.key+") can't be decorated.");n.descriptor=o.descriptor}else{if(F(o)){if(F(n))throw new ReferenceError("Decorators can't be placed on different accessors with for the same property ("+o.key+").");n.decorators=o.decorators}R(o,n)}else t.push(o)}return t}(s.d.map(B)),e);n.initializeClassElements(s.F,a.elements),n.runClassFinishers(s.F,a.finishers)}([(0,g.Mo)("ha-dialog-import-blueprint")],(function(e,t){var r,E;return{F:function(t){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&T(e,t)}(i,t);var r=P(i);function i(){var t;S(this,i);for(var n=arguments.length,o=new Array(n),s=0;s<n;s++)o[s]=arguments[s];return t=r.call.apply(r,[this].concat(o)),e(A(t)),t}return i}(t),d:[{kind:"field",decorators:[(0,g.Cb)({attribute:!1})],key:"hass",value:void 0},{kind:"field",decorators:[(0,g.SB)()],key:"_params",value:void 0},{kind:"field",decorators:[(0,g.SB)()],key:"_importing",value:function(){return!1}},{kind:"field",decorators:[(0,g.SB)()],key:"_saving",value:function(){return!1}},{kind:"field",decorators:[(0,g.SB)()],key:"_error",value:void 0},{kind:"field",decorators:[(0,g.SB)()],key:"_result",value:void 0},{kind:"field",decorators:[(0,g.SB)()],key:"_url",value:void 0},{kind:"field",decorators:[(0,g.IO)("#input")],key:"_input",value:void 0},{kind:"method",key:"showDialog",value:function(e){this._params=e,this._error=void 0,this._url=this._params.url}},{kind:"method",key:"closeDialog",value:function(){this._error=void 0,this._result=void 0,this._params=void 0,this._url=void 0,(0,b.B)(this,"dialog-closed",{dialog:this.localName})}},{kind:"method",key:"render",value:function(){return this._params?(0,y.dy)(n||(n=z(["\n <ha-dialog\n open\n @closed=","\n .heading=","\n >\n <div>\n ","\n ","\n </div>\n ","\n </ha-dialog>\n "])),this.closeDialog,(0,_.i)(this.hass,this.hass.localize("ui.panel.config.blueprint.add.header")),this._error?(0,y.dy)(o||(o=z([' <div class="error">',"</div> "])),this._error):"",this._result?(0,y.dy)(s||(s=z(["","\n <br />\n <ha-markdown\n breaks\n .content=","\n ></ha-markdown>\n ","\n <ha-expansion-panel\n .header=","\n >\n <pre>","</pre>\n </ha-expansion-panel>"])),this.hass.localize("ui.panel.config.blueprint.add.import_header","name",(0,y.dy)(a||(a=z(["<b>","</b>"])),this._result.blueprint.metadata.name),"domain",this._result.blueprint.metadata.domain),this._result.blueprint.metadata.description,this._result.validation_errors?(0,y.dy)(l||(l=z(['\n <p class="error">\n ','\n </p>\n <ul class="error">\n ',"\n </ul>\n "])),this.hass.localize("ui.panel.config.blueprint.add.unsupported_blueprint"),this._result.validation_errors.map((function(e){return(0,y.dy)(c||(c=z(["<li>","</li>"])),e)}))):(0,y.dy)(u||(u=z(['\n <paper-input\n id="input"\n .value=',"\n .label=","\n ></paper-input>\n "])),this._result.suggested_filename,this.hass.localize("ui.panel.config.blueprint.add.file_name")),this.hass.localize("ui.panel.config.blueprint.add.raw_blueprint"),this._result.raw_data):(0,y.dy)(d||(d=z(["",'<paper-input\n id="input"\n .label=',"\n .value=","\n dialogInitialFocus\n ></paper-input>"])),this.hass.localize("ui.panel.config.blueprint.add.import_introduction_link","community_link",(0,y.dy)(p||(p=z(['<a\n href="https://embed.windy.com/embed2.html?lat=32.487&lon=-84.023&zoom=5&level=surface&overlay=rain&menu=&message=&marker=&calendar=&pressure=&type=map&location=coordinates&detail=&detailLat=32.487&detailLon=--84.023&metricWind=default&metricTemp=default&radarRange=-1/get-blueprints"\n target="_blank"\n rel="noreferrer noopener"\n >',"</a\n >"])),this.hass.localize("ui.panel.config.blueprint.add.community_forums"))),this.hass.localize("ui.panel.config.blueprint.add.url"),this._url),this._result?(0,y.dy)(m||(m=z(['<mwc-button\n slot="secondaryAction"\n @click=',"\n .disabled=","\n >\n ",'\n </mwc-button>\n <mwc-button\n slot="primaryAction"\n @click=',"\n .disabled=","\n >\n ","\n ","\n </mwc-button>"])),this.closeDialog,this._saving,this.hass.localize("ui.common.cancel"),this._save,this._saving||this._result.validation_errors,this._saving?(0,y.dy)(v||(v=z(['<ha-circular-progress\n active\n size="small"\n .title=',"\n ></ha-circular-progress>"])),this.hass.localize("ui.panel.config.blueprint.add.saving")):"",this.hass.localize("ui.panel.config.blueprint.add.save_btn")):(0,y.dy)(h||(h=z(['<mwc-button\n slot="primaryAction"\n @click=',"\n .disabled=","\n >\n ","\n ","\n </mwc-button>"])),this._import,this._importing,this._importing?(0,y.dy)(f||(f=z(['<ha-circular-progress\n active\n size="small"\n .title=',"\n ></ha-circular-progress>"])),this.hass.localize("ui.panel.config.blueprint.add.importing")):"",this.hass.localize("ui.panel.config.blueprint.add.import_btn"))):(0,y.dy)(i||(i=z([""])))}},{kind:"method",key:"_import",value:(E=O(regeneratorRuntime.mark((function e(){var t,r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(this._url=void 0,this._importing=!0,this._error=void 0,e.prev=3,r=null===(t=this._input)||void 0===t?void 0:t.value){e.next=8;break}return this._error=this.hass.localize("ui.panel.config.blueprint.add.error_no_url"),e.abrupt("return");case 8:return e.next=10,(0,k.fQ)(this.hass,r);case 10:this._result=e.sent,e.next=16;break;case 13:e.prev=13,e.t0=e.catch(3),this._error=e.t0.message;case 16:return e.prev=16,this._importing=!1,e.finish(16);case 19:case"end":return e.stop()}}),e,this,[[3,13,16,19]])}))),function(){return E.apply(this,arguments)})},{kind:"method",key:"_save",value:(r=O(regeneratorRuntime.mark((function e(){var t,r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(this._saving=!0,e.prev=1,r=null===(t=this._input)||void 0===t?void 0:t.value){e.next=5;break}return e.abrupt("return");case 5:return e.next=7,(0,k.Bp)(this.hass,this._result.blueprint.metadata.domain,r,this._result.raw_data,this._result.blueprint.metadata.source_url);case 7:this._params.importedCallback(),this.closeDialog(),e.next=14;break;case 11:e.prev=11,e.t0=e.catch(1),this._error=e.t0.message;case 14:return e.prev=14,this._saving=!1,e.finish(14);case 17:case"end":return e.stop()}}),e,this,[[1,11,14,17]])}))),function(){return r.apply(this,arguments)})},{kind:"get",static:!0,key:"styles",value:function(){return w.yu}}]}}),y.oi)}}]); //# sourceMappingURL=chunk.c4acfb1580ead7da8e29.js.map