62 lines
3.3 KiB
JavaScript
62 lines
3.3 KiB
JavaScript
import{_ as o,j as t,e,r,p as a,n}from"./main-8113c4f2.js";import{m as i}from"./c.a935d548.js";import{a as s}from"./c.220355a5.js";const d=(o,t)=>o&&o.config.components.includes(t);o([n("ha-card")],(function(o,t){return{F:class extends t{constructor(...t){super(...t),o(this)}},d:[{kind:"field",decorators:[e()],key:"header",value:void 0},{kind:"field",decorators:[e({type:Boolean,reflect:!0})],key:"outlined",value:()=>!1},{kind:"get",static:!0,key:"styles",value:function(){return r`
|
|
:host {
|
|
background: var(
|
|
--ha-card-background,
|
|
var(--card-background-color, white)
|
|
);
|
|
border-radius: var(--ha-card-border-radius, 4px);
|
|
box-shadow: var(
|
|
--ha-card-box-shadow,
|
|
0px 2px 1px -1px rgba(0, 0, 0, 0.2),
|
|
0px 1px 1px 0px rgba(0, 0, 0, 0.14),
|
|
0px 1px 3px 0px rgba(0, 0, 0, 0.12)
|
|
);
|
|
color: var(--primary-text-color);
|
|
display: block;
|
|
transition: all 0.3s ease-out;
|
|
position: relative;
|
|
}
|
|
|
|
:host([outlined]) {
|
|
box-shadow: none;
|
|
border-width: var(--ha-card-border-width, 1px);
|
|
border-style: solid;
|
|
border-color: var(
|
|
--ha-card-border-color,
|
|
var(--divider-color, #e0e0e0)
|
|
);
|
|
}
|
|
|
|
.card-header,
|
|
:host ::slotted(.card-header) {
|
|
color: var(--ha-card-header-color, --primary-text-color);
|
|
font-family: var(--ha-card-header-font-family, inherit);
|
|
font-size: var(--ha-card-header-font-size, 24px);
|
|
letter-spacing: -0.012em;
|
|
line-height: 48px;
|
|
padding: 12px 16px 16px;
|
|
display: block;
|
|
margin-block-start: 0px;
|
|
margin-block-end: 0px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
:host ::slotted(.card-content:not(:first-child)),
|
|
slot:not(:first-child)::slotted(.card-content) {
|
|
padding-top: 0px;
|
|
margin-top: -8px;
|
|
}
|
|
|
|
:host ::slotted(.card-content) {
|
|
padding: 16px;
|
|
}
|
|
|
|
:host ::slotted(.card-actions) {
|
|
border-top: 1px solid var(--divider-color, #e8e8e8);
|
|
padding: 5px 16px;
|
|
}
|
|
`}},{kind:"method",key:"render",value:function(){return a`
|
|
${this.header?a`<h1 class="card-header">${this.header}</h1>`:a``}
|
|
<slot></slot>
|
|
`}}]}}),t);const c=async(o,t)=>s(o,{title:"Home Assistant Community Store",confirmText:t.localize("common.close"),text:i.html(`\n **${t.localize("dialog_about.integration_version")}:** | ${t.configuration.version}\n --|--\n **${t.localize("dialog_about.frontend_version")}:** | 20211114224857\n **${t.localize("common.repositories")}:** | ${t.repositories.length}\n **${t.localize("dialog_about.installed_repositories")}:** | ${t.repositories.filter(o=>o.installed).length}\n\n **${t.localize("dialog_about.useful_links")}:**\n\n - [General documentation](https://hacs.xyz/)\n - [Configuration](https://hacs.xyz/docs/configuration/start)\n - [FAQ](https://hacs.xyz/docs/faq/what)\n - [GitHub](https://github.com/hacs)\n - [Discord](https://discord.gg/apgchf8)\n - [Become a GitHub sponsor? ❤️](https://github.com/sponsors/ludeeus)\n - [BuyMe~~Coffee~~Beer? 🍺🙈](https://buymeacoffee.com/ludeeus)\n\n ***\n\n _Everything you find in HACS is **not** tested by Home Assistant, that includes HACS itself.\n The HACS and Home Assistant teams do not support **anything** you find here._`)});export{d as i,c as s};
|