{"version":3,"file":"assets/chunk.d0982bcfe9201bbcc4ee.js","mappings":"oJAIe,SAASA,EAAUC,GAC9B,OAAOC,EAAAA,EAAAA,UAAS,GAADC,OAAIC,OAAOH,GAAM,SACpC,C,2FCLAI,GAAAC,E,SAAAA,uBAAA,k3BAAAC,IAAA,CAAAC,EAAAA,EAAAC,EAAAA,EAAAC,EAAAA,GAAA,kBCmBe,MAAMC,UAA2BC,EAAAA,IAAyCC,EAAAA,EAAAA,sBAAAR,EAApEM,E,wNCnBrB,IAAAN,GAAAC,E,SAAAA,uBAAA,glEAAAC,IAAA,CAAAE,EAAAA,EAAAK,EAAAA,GAAAC,EAAAA,EAAAC,EAAAA,EAAAC,EAAAA,EAAAC,EAAAA,EAAAC,EAAAA,EAAAC,EAAAA,EAAAC,EAAAA,EAAAC,EAAAA,IAAA,kBAAmvEC,EAAA,IAAAC,QCoCpuE,MAAMC,UAAgBb,EAAAA,EAA4Bc,WAAAA,GAAA,SAAAC,W,mJACrDC,CAAA,KAAAL,OAAAM,EAAAA,EAAAA,GAAA,cAER,gBAAIC,GAAwB,IAAAC,EACxB,OAA6B,QAA7BA,EAAOC,KAAKC,KAAKH,oBAAY,IAAAC,GAAAA,CACjC,CAEA,gBAAIG,GAAwB,IAAAC,EACxB,OAA6B,QAA7BA,EAAOH,KAAKC,KAAKC,oBAAY,IAAAC,GAAAA,CACjC,CAEQC,wBAAAA,CACJC,EACAC,EACAC,GAEA,MAAMC,EAAOH,EAAMI,MAAMD,GAASA,aAAgBD,IAClD,GAAIC,EAAM,CACN,MAAME,EAAcV,KAAKW,KAAKC,EAAE,sBAADzC,OAAuBmC,IAGtDE,EAAKK,KAAOL,EAAKK,MAAQH,EACzBF,EAAKM,UAAYN,EAAKM,WAAaJ,CACvC,CACJ,CAEA,SAAIL,GACA,MAAM,MAAEA,GAAUL,KAAKC,KACvB,OAAKI,EAIE,WACH,MAAMU,QAAsBV,EAK5B,OAHAL,KAAKI,yBAAyBW,EAAe,OAAQC,EAAAA,IACrDhB,KAAKI,yBAAyBW,EAAe,SAAUE,EAAAA,IAGnDF,EAAcG,QAAQV,MACbA,IAASA,EAAKW,UAIbX,aAAgBY,EAAAA,KAOjBZ,EAAKa,OAASb,EAAKK,QACpBS,QAAQC,MAAM,2CAADpD,OAA4CqC,EAAI,iCACtD,IARPc,QAAQC,MAAM,2CAADpD,OACkCqC,EAAI,wCAE5C,OAUjBgB,MAAK,CAACC,EAAGC,IAAOD,aAAaR,EAAAA,GAAmB,EAAIS,aAAaT,EAAAA,IAAoB,EAAI,GAC9F,EA3BM,GAHI,EA+Bf,CAEQU,QAAAA,GAAiB,IAAAC,EAAAC,EACD,QAApBD,GAAAC,EAAA7B,KAAKC,MAAK6B,kBAAU,IAAAF,GAApBA,EAAAG,KAAAF,EACJ,CAEA,iBAAcG,CAAYxB,GAAiC,IAAAyB,QACtC,QAAjBA,EAAMzB,EAAK0B,cAAM,IAAAD,OAAA,EAAXA,EAAAF,KAAAvB,GACV,EACJ2B,EArEqB1C,GAA4C2C,EAAAA,EAAAA,GAAAD,EAAAE,UAAA,QAC5DC,EAAAA,WA+DAC,EAAAA,EAAAA,GAAAJ,EAAAE,UAAA,YAFAH,EAAAA,UAMAK,EAAAA,EAAAA,GAAAJ,EAAAE,UAAA,eAFAH,EAAAA,UAGJrD,EAAAA,EAAAA,sBAAAR,EArEoBoB,E,gDCnCN,SAAS+C,EAAwBC,GAC5C,OAAO,IAAIC,EAAAA,EAAeD,EAC9B,C","sources":["src/helpers/fmt-degree.ts","src/components/page-view/details.hbs","src/components/page-view/details.ts","src/components/row-item.hbs","src/components/row-item.ts","src/helpers/get-simple-list-item.ts"],"sourcesContent":["import { htmlSafe } from '@ember/template';\n\nimport type { SafeString } from 'handlebars';\n\nexport default function fmtDegree(value: number): SafeString {\n return htmlSafe(`${String(value)}°`);\n}\n\ndeclare module '@glint/environment-ember-loose/registry' {\n export default interface Registry {\n /**\n * Accepts a number and returns an HTML safe degree value using that number.\n *\n * @example

{{fmt-degree forecast.maxTemperature}}

\n */\n 'fmt-degree': typeof fmtDegree;\n }\n}\n","import { precompileTemplate } from \"@ember/template-compilation\";\nexport default precompileTemplate(\"\\n <:default as |PageViewContainer api|>\\n \\n <:loading as |PageViewLoading|>\\n \\n \\n\\n <:default as |data|>\\n {{yield data api}}\\n\\n {{#if @deleteModel}}\\n \\n {{/if}}\\n \\n\\n <:error as |PageViewError|>\\n \\n \\n \\n \\n\")","import Component from '@glimmer/component';\n\nimport type { PageViewSignature } from '../page-view';\nimport type { PageViewContainerSignature } from '../page-view/container';\nimport type { PageViewDeleteSignature } from './delete';\n\ninterface PageViewDetailsSignature {\n Element: PageViewSignature['Element'];\n Args: Pick['Args'], 'model' | 'dataLoaded'> & {\n /** Information about the delete operation. */\n deleteModel?: PageViewDeleteSignature['Args']['model'];\n /** Optional CSS class applied to the `` component. */\n cssContainer?: string;\n };\n Blocks: {\n default: [PageViewContainerSignature['Blocks']['default'][0], PageViewSignature['Blocks']['default'][1]];\n };\n}\n\n// eslint-disable-next-line ember/no-empty-glimmer-component-classes\nexport default class PageViewDetails extends Component> {}\n","import { precompileTemplate } from \"@ember/template-compilation\";\nexport default precompileTemplate(\"
\\n {{#if @onRowClick}}\\n \\n {{yield}}\\n \\n {{else}}\\n
\\n {{yield}}\\n
\\n {{/if}}\\n\\n \\n {{#if @collapse}}\\n {{#if (or this.showEllipsis items.length)}}\\n \\n \\n \\n {{/if}}\\n {{else if items.length}}\\n
\\n {{#each items as |item|}}\\n {{#if item.visible}}\\n \\n {{/if}}\\n {{/each}}\\n
\\n {{/if}}\\n
\\n
\")","import Component from '@glimmer/component';\nimport { action } from '@ember/object';\nimport { service } from '@ember/service';\nimport { DeleteActionItem, EditActionItem, ActionItem } from '../utils/action-item.js';\n\nimport type { Registry as ServiceRegistry } from '@ember/service';\n\ntype Item = Omit & {\n icon: string;\n text: string;\n};\n\nexport interface RowItemSignature {\n Element: HTMLDivElement;\n Args: {\n /** The actions to show (could be dropdown actions or toolbar buttons). */\n items?: ActionItem[] | Promise;\n /** Called when the user interacts with the row-item content (not actions). */\n onRowClick?: VoidFunction;\n /** Indicates whether the row item should have a minimum height of 64px. */\n compact?: boolean;\n /** Indicates the items should be displayed within a dropdown-actions menu. */\n collapse?: boolean;\n /** Indicates dropdown-actions button or individual toolbar buttons should all be disabled. */\n areActionsDisabled?: boolean;\n /** Indicates whether the dropdown-actions button should be visible even when items are empty. */\n showEllipsis?: boolean;\n /** CSS class applied to the row-item content node. */\n rowContentClass?: string;\n /** Indicates whether to row should have a CSS class of `highlight-row`. */\n highlightRow?: boolean;\n };\n Blocks: {\n default: [];\n };\n}\n\nexport default class RowItem extends Component {\n @service declare intl: ServiceRegistry['adc-intl'];\n\n get showEllipsis(): boolean {\n return this.args.showEllipsis ?? true;\n }\n\n get highlightRow(): boolean {\n return this.args.highlightRow ?? true;\n }\n\n private updateDefaultActionProps(\n items: ActionItem[],\n defaultTextKey: string,\n type: new () => T\n ): void {\n const item = items.find((item) => item instanceof type);\n if (item) {\n const defaultText = this.intl.t(`@adc/ui-components.${defaultTextKey}`);\n\n // Add default text and icon title if it was not defined.\n item.text = item.text || defaultText;\n item.iconTitle = item.iconTitle || defaultText;\n }\n }\n\n get items(): Item[] | Promise {\n const { items } = this.args;\n if (!items) {\n return [];\n }\n\n return (async () => {\n const resolvedItems = await items;\n\n this.updateDefaultActionProps(resolvedItems, 'edit', EditActionItem);\n this.updateDefaultActionProps(resolvedItems, 'delete', DeleteActionItem);\n\n return (\n resolvedItems.filter((item) => {\n if (!item || !item.visible) {\n return false;\n }\n\n if (!(item instanceof ActionItem)) {\n console.error(\n `[@adc/ui-components/row-item]: The item ${item} must be an instance of ActionItem.`\n );\n return false;\n }\n\n if (!item.icon || !item.text) {\n console.error(`[@adc/ui-components/row-item]: The item ${item} must have an icon and text.`);\n return false;\n }\n\n return true;\n }) as Item[]\n ).sort((a, b) => (a instanceof DeleteActionItem ? 1 : b instanceof DeleteActionItem ? -1 : 0));\n })();\n }\n\n @action clickRow(): void {\n this.args.onRowClick?.();\n }\n\n @action async clickButton(item: ActionItem): Promise {\n await item.action?.();\n }\n}\n","import SimpleListItem from '../components/simple-list/list-item.ts';\n\nexport default function getSimpleListItemHelper(params: Partial): SimpleListItem {\n return new SimpleListItem(params);\n}\n"],"names":["fmtDegree","value","htmlSafe","concat","String","TEMPLATE","createTemplateFactory","scope","pageView_","coalesce_","routeViewContentDeleteModel_","PageViewDetails","Component","setComponentTemplate","on","preventDefault_","asyncLoader_","or_","dropdownActions_","t_","buttonIcon_","buttonAsync_","fn","_intl","WeakMap","RowItem","constructor","arguments","_classPrivateFieldInitSpec","i","showEllipsis","_this$args$showEllips","this","args","highlightRow","_this$args$highlightR","updateDefaultActionProps","items","defaultTextKey","type","item","find","defaultText","intl","t","text","iconTitle","resolvedItems","EditActionItem","DeleteActionItem","filter","visible","ActionItem","icon","console","error","sort","a","b","clickRow","_this$args$onRowClick","_this$args","onRowClick","call","clickButton","_item$action","action","_RowItem","g","prototype","service","n","getSimpleListItemHelper","params","SimpleListItem"],"sourceRoot":""}