@aceshooting/lyra-ui 11.2.0 → 12.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/CHANGELOG.md +388 -0
  2. package/README.md +11 -8
  3. package/custom-elements.json +1 -1
  4. package/dist/all.d.ts +1 -0
  5. package/dist/all.js +1 -1
  6. package/dist/components/charts/chart/chart.class.d.ts +13 -1
  7. package/dist/components/data/funnel/funnel.class.d.ts +92 -0
  8. package/dist/components/data/funnel/funnel.class.js +25 -0
  9. package/dist/components/data/funnel/funnel.d.ts +1 -0
  10. package/dist/components/data/funnel/funnel.js +1 -0
  11. package/dist/components/data/funnel/funnel.styles.d.ts +1 -0
  12. package/dist/components/data/funnel/funnel.styles.js +127 -0
  13. package/dist/components/data/heatmap/heatmap.class.d.ts +195 -13
  14. package/dist/components/data/heatmap/heatmap.class.js +30 -22
  15. package/dist/components/data/heatmap/heatmap.styles.js +36 -0
  16. package/dist/components/data/index.d.ts +1 -0
  17. package/dist/components/data/index.js +1 -1
  18. package/dist/components/forms/date-picker/date-input.class.d.ts +23 -0
  19. package/dist/components/forms/date-picker/date-input.class.js +1 -1
  20. package/dist/components/layout/app-rail/app-rail-item.class.d.ts +16 -0
  21. package/dist/components/layout/app-rail/app-rail-item.class.js +4 -4
  22. package/dist/components/layout/filter-bar/filter-bar.class.d.ts +32 -3
  23. package/dist/components/layout/filter-bar/filter-bar.class.js +2 -1
  24. package/dist/components/layout/widget/widget.class.d.ts +16 -0
  25. package/dist/components/layout/widget/widget.class.js +2 -2
  26. package/dist/components/lr-funnel.d.ts +1 -0
  27. package/dist/components/lr-funnel.js +1 -0
  28. package/dist/components/media/flag/flag-peer-bulk-standard.d.ts +25 -0
  29. package/dist/components/media/flag/flag-peer-bulk-standard.js +1 -0
  30. package/dist/components/media/flag/flag.class.d.ts +8 -0
  31. package/dist/components/media/flag/flag.class.js +1 -1
  32. package/dist/components/media/map/map.class.d.ts +196 -15
  33. package/dist/components/media/map/map.class.js +1 -1
  34. package/dist/components/overlays/chip/chip-group.class.d.ts +16 -0
  35. package/dist/components/overlays/chip/chip-group.class.js +10 -3
  36. package/dist/custom-elements-jsx.d.ts +12 -4
  37. package/dist/internal/autoloader-manifest.js +1 -1
  38. package/dist/internal/autoloader-tags.d.ts +1 -1
  39. package/dist/internal/autoloader-tags.js +1 -1
  40. package/dist/internal/lyra-element.d.ts +7 -1
  41. package/dist/internal/lyra-element.js +1 -1
  42. package/dist/internal/package-metadata.d.ts +1 -1
  43. package/dist/internal/package-metadata.js +1 -1
  44. package/dist/internal/root-registration-allowlist.d.ts +1 -1
  45. package/dist/internal/root-registration-allowlist.js +1 -1
  46. package/dist/lyra.d.ts +4 -2
  47. package/dist/lyra.js +1 -1
  48. package/dist/ssr/all.d.ts +1 -0
  49. package/dist/ssr/all.js +1 -1
  50. package/dist/ssr.d.ts +4 -4
  51. package/dist/styles/tokens-root.css +488 -0
  52. package/dist/svelte.d.ts +13 -4
  53. package/dist/vue.d.ts +12 -4
  54. package/llms/components/lr-app-rail-item.md +8 -1
  55. package/llms/components/lr-app-rail.md +6 -0
  56. package/llms/components/lr-chip-group.md +7 -0
  57. package/llms/components/lr-chip.md +7 -0
  58. package/llms/components/lr-date-input.md +19 -1
  59. package/llms/components/lr-date-picker.md +19 -1
  60. package/llms/components/lr-filter-bar.md +50 -1
  61. package/llms/components/lr-flag.md +14 -0
  62. package/llms/components/lr-funnel.md +122 -0
  63. package/llms/components/lr-heatmap.md +51 -7
  64. package/llms/components/lr-map.md +65 -8
  65. package/llms/components/lr-widget.md +7 -1
  66. package/llms/index.md +3 -2
  67. package/llms/peers.md +1 -1
  68. package/llms/shared.md +110 -1
  69. package/llms-full.txt +468 -18
  70. package/llms.txt +1 -1
  71. package/package.json +25 -6
  72. package/vscode-css-data.json +42 -0
  73. package/vscode-html-data.json +96 -17
  74. package/web-types.json +32714 -317
@@ -1,5 +1,12 @@
1
- var __decorate=function(decorators,target,key,desc){var c=arguments.length,r=c<3?target:desc===null?desc=Object.getOwnPropertyDescriptor(target,key):desc,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")r=Reflect.decorate(decorators,target,key,desc);else for(var i=decorators.length-1;i>=0;i--)(d=decorators[i])&&(r=(c<3?d(r):c>3?d(target,key,r):d(target,key))||r);return c>3&&r&&Object.defineProperty(target,key,r),r};import{html,nothing}from"lit";import{property,state}from"lit/decorators.js";import{LyraElement}from"../../../internal/lyra-element.js";import{finiteCount}from"../../../internal/numbers.js";import{getNumberFormat}from"../../../internal/intl-cache.js";import{deepActiveElementIn}from"../../../internal/active-element.js";import{applyComposedFocusRepair,captureComposedFocusRepair,collectComposedFocusTargets}from"../../../internal/focus-navigation.js";import{composedContains}from"../../../internal/overlay-manager.js";import{styles}from"./chip-group.styles.js";import{LYRA_DEFAULT_showLess,LYRA_DEFAULT_showMoreCollapsed,LYRA_DEFAULT_showMoreCount}from"../../../internal/default-strings.generated.js";class LyraChipGroup extends LyraElement{constructor(){super(...arguments),this.childCount=0,this.expanded=!1,this.authorHidden=new Map,this.observedChildren=new Set,this.pendingHiddenWrites=new Map,this.visibilityObserverGeneration=0,this.onSlotChange=e=>{const slot=e.target;this.updateBrowserDerivedState(()=>{this.isConnected&&(this.childCount=slot.assignedElements({flatten:!0}).length)})},this.onFocusIn=()=>{const active=deepActiveElementIn(this.ownerDocument),children=this.assignedChildren(),index=children.findIndex(child2=>composedContains(child2,active)),base=this.renderRoot.querySelector('[part="base"]');if(index<0||!base){this.trackedChipFocus=void 0;return}const child=children[index];if(!("focus"in child)){this.trackedChipFocus=void 0;return}const repair=captureComposedFocusRepair(child,base);this.trackedChipFocus=repair?{child,index,repair}:void 0},this.onFocusOut=()=>{const tracked=this.trackedChipFocus;tracked&&queueMicrotask(()=>{if(this.trackedChipFocus!==tracked)return;const active=deepActiveElementIn(this.ownerDocument);if(active!==null&&composedContains(tracked.child,active))return;!tracked.child.isConnected&&(active===null||active===this.ownerDocument.body||active===this.ownerDocument.documentElement)||(this.trackedChipFocus=void 0)})},this.onToggleOverflow=()=>{this.expanded=!this.expanded,this.emit("lr-overflow-toggle",{expanded:this.expanded})}}static{this.defaultStrings={...super.defaultStrings,showLess:LYRA_DEFAULT_showLess,showMoreCollapsed:LYRA_DEFAULT_showMoreCollapsed,showMoreCount:LYRA_DEFAULT_showMoreCount}}static{this.styles=[LyraElement.styles,styles]}get maxVisible(){return this._maxVisible}set maxVisible(next){const old=this._maxVisible;this._maxVisible=next==null?void 0:finiteCount(next),this.requestUpdate("maxVisible",old)}connectedCallback(){super.connectedCallback(),this.armVisibilityObserver(),this.hasUpdated&&this.reconcileChildVisibilityAndFocus()}armVisibilityObserver(){const ownerDocument=this.ownerDocument;if(!this.isConnected||this.visibilityObserver&&this.visibilityObserverDocument===ownerDocument)return;this.resetVisibilityObserver();const MutationObserverCtor=ownerDocument.defaultView?.MutationObserver;if(!MutationObserverCtor)return;const generation=this.visibilityObserverGeneration,observer=new MutationObserverCtor(records=>{this.visibilityObserver!==observer||this.visibilityObserverDocument!==ownerDocument||this.visibilityObserverGeneration!==generation||!this.isConnected||this.ownerDocument!==ownerDocument||this.processHiddenMutations(records)&&(this.reconcileChildVisibilityAndFocus(),this.requestUpdate())});this.visibilityObserver=observer,this.visibilityObserverDocument=ownerDocument}willUpdate(changed){super.willUpdate(changed),this.hasUpdated||this.seedFirstRenderState(()=>{this.childCount=this.children.length}),this.expanded&&!this.hasOverflow&&(this.expanded=!1)}firstUpdated(changed){super.firstUpdated(changed);const slot=this.shadowRoot.querySelector("slot");queueMicrotask(()=>{this.isConnected&&this.updateBrowserDerivedState(()=>{this.childCount=slot.assignedElements({flatten:!0}).length})})}updated(changed){super.updated(changed),this.reconcileChildVisibilityAndFocus()}disconnectedCallback(){this.resetVisibilityObserver(),this.observedChildren.clear(),this.pendingHiddenWrites.clear(),this.trackedChipFocus=void 0,this.restoreChildVisibility(),super.disconnectedCallback()}adoptedCallback(){super.adoptedCallback(),this.resetVisibilityObserver(),this.observedChildren.clear(),this.pendingHiddenWrites.clear(),this.trackedChipFocus=void 0}resetVisibilityObserver(){this.visibilityObserverGeneration+=1,this.visibilityObserver?.disconnect(),this.visibilityObserver=void 0,this.visibilityObserverDocument=void 0}get hasOverflow(){const max=this.maxVisible;return max!=null&&this.childCount>0&&this.eligibleChildren().length>max}assignedChildren(){return this.shadowRoot?.querySelector("slot")?.assignedElements({flatten:!0})??Array.from(this.children)}isAuthorHidden(child){return this.authorHidden.get(child)??child.hasAttribute("hidden")}isCapacityEligible(child){return!this.isAuthorHidden(child)&&!child.hasAttribute("inert")}eligibleChildren(children=this.assignedChildren()){return children.filter(child=>this.isCapacityEligible(child))}childWillBeVisible(child,assignedChildren){if(!this.isCapacityEligible(child))return!this.isAuthorHidden(child);const eligibleIndex=this.eligibleChildren(assignedChildren).indexOf(child);return!(this.hasOverflow&&!this.expanded&&eligibleIndex>=this.maxVisible)}focusRepairBeforeVisibility(assignedChildren){const tracked=this.trackedChipFocus;if(!tracked)return null;const currentIndex=assignedChildren.indexOf(tracked.child);if(currentIndex>=0&&this.childWillBeVisible(tracked.child,assignedChildren))return tracked.index=currentIndex,null;const active=deepActiveElementIn(this.ownerDocument),stillOwnsFocus=active!==null&&composedContains(tracked.child,active),focusWasLostWithRemovedBranch=currentIndex<0&&(active===null||active===this.ownerDocument.body||active===this.ownerDocument.documentElement),focusWasLostWithAlreadyHiddenBranch=tracked.child.hasAttribute("hidden")&&(active===null||active===this.ownerDocument.body||active===this.ownerDocument.documentElement);return!stillOwnsFocus&&!focusWasLostWithRemovedBranch&&!focusWasLostWithAlreadyHiddenBranch?null:{index:currentIndex>=0?currentIndex:tracked.index,repair:tracked.repair}}focusTargetAfterVisibility(assignedChildren,originIndex){const chipTargets=assignedChildren.map((child,index)=>({index,target:collectComposedFocusTargets(child,{includeRoot:!1,mode:"programmatic"}).elements[0]})).filter(entry=>entry.target!==void 0).sort((first,second)=>Math.abs(first.index-originIndex)-Math.abs(second.index-originIndex)||first.index-second.index);if(chipTargets[0])return chipTargets[0].target;const disclosure=this.renderRoot.querySelector('[part="overflow-indicator"]');if(disclosure){const available=collectComposedFocusTargets(disclosure,{mode:"programmatic"}).elements[0];if(available)return available}const base=this.renderRoot.querySelector('[part="base"]');return base?collectComposedFocusTargets(base,{mode:"programmatic"}).elements.find(target=>target===base)??null:null}reconcileChildVisibilityAndFocus(){const assignedChildren=this.assignedChildren(),focusRepair=this.focusRepairBeforeVisibility(assignedChildren);if(this.syncChildVisibility(assignedChildren),!focusRepair)return;const candidate=this.focusTargetAfterVisibility(assignedChildren,focusRepair.index);this.trackedChipFocus=void 0,candidate&&applyComposedFocusRepair(focusRepair.repair,candidate)}syncChildVisibility(assignedChildren=this.assignedChildren()){const max=this.maxVisible,overflowing=this.hasOverflow;this.observeChildren(assignedChildren);const current=new Set(assignedChildren);for(const[child,hidden]of this.authorHidden)current.has(child)||(child.toggleAttribute("hidden",hidden),this.authorHidden.delete(child));let eligibleIndex=0;assignedChildren.forEach(element=>{this.authorHidden.has(element)||this.authorHidden.set(element,element.hasAttribute("hidden"));const authored=this.authorHidden.get(element)??!1,eligible=!authored&&!element.hasAttribute("inert"),managed=eligible&&overflowing&&!this.expanded&&eligibleIndex>=max;this.setManagedHidden(element,authored||managed),eligible&&(eligibleIndex+=1)})}observeChildren(children){const next=new Set(children);if(next.size===this.observedChildren.size&&[...next].every(child=>this.observedChildren.has(child)))return;const queued=this.visibilityObserver?.takeRecords()??[];queued.length>0&&this.processHiddenMutations(queued),this.visibilityObserver?.disconnect(),this.observedChildren.clear();for(const child of children)this.visibilityObserver?.observe(child,{attributes:!0,attributeFilter:["hidden","inert"],attributeOldValue:!0}),this.observedChildren.add(child)}processHiddenMutations(records){let authorChanged=!1;for(let index=0;index<records.length;index++){const record=records[index];if(!record||record.type!=="attributes")continue;const child=record.target;if(!this.authorHidden.has(child))continue;if(record.attributeName==="inert"){authorChanged=!0;continue}if(record.attributeName!=="hidden")continue;let nextRecord;for(let nextIndex=index+1;nextIndex<records.length;nextIndex++){const candidate=records[nextIndex];if(candidate?.type==="attributes"&&candidate.attributeName==="hidden"&&candidate.target===child){nextRecord=candidate;break}}const hidden=nextRecord?nextRecord.oldValue!==null:child.hasAttribute("hidden"),pending=this.pendingHiddenWrites.get(child);if(pending?.[0]===hidden){pending.shift(),pending.length===0&&this.pendingHiddenWrites.delete(child);continue}this.authorHidden.set(child,hidden),authorChanged=!0}return authorChanged}setManagedHidden(child,hidden){if(child.hasAttribute("hidden")===hidden)return;let pending=this.pendingHiddenWrites.get(child);pending||(pending=[],this.pendingHiddenWrites.set(child,pending)),pending.push(hidden),child.toggleAttribute("hidden",hidden)}restoreChildVisibility(){for(const[child,hidden]of this.authorHidden)child.toggleAttribute("hidden",hidden);this.authorHidden.clear()}render(){const overflowing=this.hasOverflow,hiddenCount=overflowing?this.eligibleChildren().length-this.maxVisible:0,formattedHiddenCount=getNumberFormat(this.effectiveLocale).format(hiddenCount);return html`
2
- <div part="base" tabindex="-1" @focusin=${this.onFocusIn} @focusout=${this.onFocusOut}>
1
+ var __decorate=function(decorators,target,key,desc){var c=arguments.length,r=c<3?target:desc===null?desc=Object.getOwnPropertyDescriptor(target,key):desc,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")r=Reflect.decorate(decorators,target,key,desc);else for(var i=decorators.length-1;i>=0;i--)(d=decorators[i])&&(r=(c<3?d(r):c>3?d(target,key,r):d(target,key))||r);return c>3&&r&&Object.defineProperty(target,key,r),r};import{html,nothing}from"lit";import{property,state}from"lit/decorators.js";import{LyraElement}from"../../../internal/lyra-element.js";import{finiteCount}from"../../../internal/numbers.js";import{getNumberFormat}from"../../../internal/intl-cache.js";import{deepActiveElementIn}from"../../../internal/active-element.js";import{applyComposedFocusRepair,captureComposedFocusRepair,collectComposedFocusTargets}from"../../../internal/focus-navigation.js";import{composedContains}from"../../../internal/overlay-manager.js";import{styles}from"./chip-group.styles.js";import{LYRA_DEFAULT_showLess,LYRA_DEFAULT_showMoreCollapsed,LYRA_DEFAULT_showMoreCount}from"../../../internal/default-strings.generated.js";class LyraChipGroup extends LyraElement{constructor(){super(...arguments),this.accessibleLabel="",this.childCount=0,this.expanded=!1,this.authorHidden=new Map,this.observedChildren=new Set,this.pendingHiddenWrites=new Map,this.visibilityObserverGeneration=0,this.onSlotChange=e=>{const slot=e.target;this.updateBrowserDerivedState(()=>{this.isConnected&&(this.childCount=slot.assignedElements({flatten:!0}).length)})},this.onFocusIn=()=>{const active=deepActiveElementIn(this.ownerDocument),children=this.assignedChildren(),index=children.findIndex(child2=>composedContains(child2,active)),base=this.renderRoot.querySelector('[part="base"]');if(index<0||!base){this.trackedChipFocus=void 0;return}const child=children[index];if(!("focus"in child)){this.trackedChipFocus=void 0;return}const repair=captureComposedFocusRepair(child,base);this.trackedChipFocus=repair?{child,index,repair}:void 0},this.onFocusOut=()=>{const tracked=this.trackedChipFocus;tracked&&queueMicrotask(()=>{if(this.trackedChipFocus!==tracked)return;const active=deepActiveElementIn(this.ownerDocument);if(active!==null&&composedContains(tracked.child,active))return;!tracked.child.isConnected&&(active===null||active===this.ownerDocument.body||active===this.ownerDocument.documentElement)||(this.trackedChipFocus=void 0)})},this.onToggleOverflow=()=>{this.expanded=!this.expanded,this.emit("lr-overflow-toggle",{expanded:this.expanded})}}static{this.defaultStrings={...super.defaultStrings,showLess:LYRA_DEFAULT_showLess,showMoreCollapsed:LYRA_DEFAULT_showMoreCollapsed,showMoreCount:LYRA_DEFAULT_showMoreCount}}static{this.styles=[LyraElement.styles,styles]}get maxVisible(){return this._maxVisible}set maxVisible(next){const old=this._maxVisible;this._maxVisible=next==null?void 0:finiteCount(next),this.requestUpdate("maxVisible",old)}connectedCallback(){super.connectedCallback(),this.armVisibilityObserver(),this.hasUpdated&&this.reconcileChildVisibilityAndFocus()}armVisibilityObserver(){const ownerDocument=this.ownerDocument;if(!this.isConnected||this.visibilityObserver&&this.visibilityObserverDocument===ownerDocument)return;this.resetVisibilityObserver();const MutationObserverCtor=ownerDocument.defaultView?.MutationObserver;if(!MutationObserverCtor)return;const generation=this.visibilityObserverGeneration,observer=new MutationObserverCtor(records=>{this.visibilityObserver!==observer||this.visibilityObserverDocument!==ownerDocument||this.visibilityObserverGeneration!==generation||!this.isConnected||this.ownerDocument!==ownerDocument||this.processHiddenMutations(records)&&(this.reconcileChildVisibilityAndFocus(),this.requestUpdate())});this.visibilityObserver=observer,this.visibilityObserverDocument=ownerDocument}willUpdate(changed){super.willUpdate(changed),this.hasUpdated||this.seedFirstRenderState(()=>{this.childCount=this.children.length}),this.expanded&&!this.hasOverflow&&(this.expanded=!1)}firstUpdated(changed){super.firstUpdated(changed);const slot=this.shadowRoot.querySelector("slot");queueMicrotask(()=>{this.isConnected&&this.updateBrowserDerivedState(()=>{this.childCount=slot.assignedElements({flatten:!0}).length})})}updated(changed){super.updated(changed),this.reconcileChildVisibilityAndFocus()}disconnectedCallback(){this.resetVisibilityObserver(),this.observedChildren.clear(),this.pendingHiddenWrites.clear(),this.trackedChipFocus=void 0,this.restoreChildVisibility(),super.disconnectedCallback()}adoptedCallback(){super.adoptedCallback(),this.resetVisibilityObserver(),this.observedChildren.clear(),this.pendingHiddenWrites.clear(),this.trackedChipFocus=void 0}resetVisibilityObserver(){this.visibilityObserverGeneration+=1,this.visibilityObserver?.disconnect(),this.visibilityObserver=void 0,this.visibilityObserverDocument=void 0}get hasOverflow(){const max=this.maxVisible;return max!=null&&this.childCount>0&&this.eligibleChildren().length>max}assignedChildren(){return this.shadowRoot?.querySelector("slot")?.assignedElements({flatten:!0})??Array.from(this.children)}isAuthorHidden(child){return this.authorHidden.get(child)??child.hasAttribute("hidden")}isCapacityEligible(child){return!this.isAuthorHidden(child)&&!child.hasAttribute("inert")}eligibleChildren(children=this.assignedChildren()){return children.filter(child=>this.isCapacityEligible(child))}childWillBeVisible(child,assignedChildren){if(!this.isCapacityEligible(child))return!this.isAuthorHidden(child);const eligibleIndex=this.eligibleChildren(assignedChildren).indexOf(child);return!(this.hasOverflow&&!this.expanded&&eligibleIndex>=this.maxVisible)}focusRepairBeforeVisibility(assignedChildren){const tracked=this.trackedChipFocus;if(!tracked)return null;const currentIndex=assignedChildren.indexOf(tracked.child);if(currentIndex>=0&&this.childWillBeVisible(tracked.child,assignedChildren))return tracked.index=currentIndex,null;const active=deepActiveElementIn(this.ownerDocument),stillOwnsFocus=active!==null&&composedContains(tracked.child,active),focusWasLostWithRemovedBranch=currentIndex<0&&(active===null||active===this.ownerDocument.body||active===this.ownerDocument.documentElement),focusWasLostWithAlreadyHiddenBranch=tracked.child.hasAttribute("hidden")&&(active===null||active===this.ownerDocument.body||active===this.ownerDocument.documentElement);return!stillOwnsFocus&&!focusWasLostWithRemovedBranch&&!focusWasLostWithAlreadyHiddenBranch?null:{index:currentIndex>=0?currentIndex:tracked.index,repair:tracked.repair}}focusTargetAfterVisibility(assignedChildren,originIndex){const chipTargets=assignedChildren.map((child,index)=>({index,target:collectComposedFocusTargets(child,{includeRoot:!1,mode:"programmatic"}).elements[0]})).filter(entry=>entry.target!==void 0).sort((first,second)=>Math.abs(first.index-originIndex)-Math.abs(second.index-originIndex)||first.index-second.index);if(chipTargets[0])return chipTargets[0].target;const disclosure=this.renderRoot.querySelector('[part="overflow-indicator"]');if(disclosure){const available=collectComposedFocusTargets(disclosure,{mode:"programmatic"}).elements[0];if(available)return available}const base=this.renderRoot.querySelector('[part="base"]');return base?collectComposedFocusTargets(base,{mode:"programmatic"}).elements.find(target=>target===base)??null:null}reconcileChildVisibilityAndFocus(){const assignedChildren=this.assignedChildren(),focusRepair=this.focusRepairBeforeVisibility(assignedChildren);if(this.syncChildVisibility(assignedChildren),!focusRepair)return;const candidate=this.focusTargetAfterVisibility(assignedChildren,focusRepair.index);this.trackedChipFocus=void 0,candidate&&applyComposedFocusRepair(focusRepair.repair,candidate)}syncChildVisibility(assignedChildren=this.assignedChildren()){const max=this.maxVisible,overflowing=this.hasOverflow;this.observeChildren(assignedChildren);const current=new Set(assignedChildren);for(const[child,hidden]of this.authorHidden)current.has(child)||(child.toggleAttribute("hidden",hidden),this.authorHidden.delete(child));let eligibleIndex=0;assignedChildren.forEach(element=>{this.authorHidden.has(element)||this.authorHidden.set(element,element.hasAttribute("hidden"));const authored=this.authorHidden.get(element)??!1,eligible=!authored&&!element.hasAttribute("inert"),managed=eligible&&overflowing&&!this.expanded&&eligibleIndex>=max;this.setManagedHidden(element,authored||managed),eligible&&(eligibleIndex+=1)})}observeChildren(children){const next=new Set(children);if(next.size===this.observedChildren.size&&[...next].every(child=>this.observedChildren.has(child)))return;const queued=this.visibilityObserver?.takeRecords()??[];queued.length>0&&this.processHiddenMutations(queued),this.visibilityObserver?.disconnect(),this.observedChildren.clear();for(const child of children)this.visibilityObserver?.observe(child,{attributes:!0,attributeFilter:["hidden","inert"],attributeOldValue:!0}),this.observedChildren.add(child)}processHiddenMutations(records){let authorChanged=!1;for(let index=0;index<records.length;index++){const record=records[index];if(!record||record.type!=="attributes")continue;const child=record.target;if(!this.authorHidden.has(child))continue;if(record.attributeName==="inert"){authorChanged=!0;continue}if(record.attributeName!=="hidden")continue;let nextRecord;for(let nextIndex=index+1;nextIndex<records.length;nextIndex++){const candidate=records[nextIndex];if(candidate?.type==="attributes"&&candidate.attributeName==="hidden"&&candidate.target===child){nextRecord=candidate;break}}const hidden=nextRecord?nextRecord.oldValue!==null:child.hasAttribute("hidden"),pending=this.pendingHiddenWrites.get(child);if(pending?.[0]===hidden){pending.shift(),pending.length===0&&this.pendingHiddenWrites.delete(child);continue}this.authorHidden.set(child,hidden),authorChanged=!0}return authorChanged}setManagedHidden(child,hidden){if(child.hasAttribute("hidden")===hidden)return;let pending=this.pendingHiddenWrites.get(child);pending||(pending=[],this.pendingHiddenWrites.set(child,pending)),pending.push(hidden),child.toggleAttribute("hidden",hidden)}restoreChildVisibility(){for(const[child,hidden]of this.authorHidden)child.toggleAttribute("hidden",hidden);this.authorHidden.clear()}render(){const hasAccessibleLabel=this.hasAttribute("aria-label")||!!this.accessibleLabel,overflowing=this.hasOverflow,hiddenCount=overflowing?this.eligibleChildren().length-this.maxVisible:0,formattedHiddenCount=getNumberFormat(this.effectiveLocale).format(hiddenCount);return html`
2
+ <div
3
+ part="base"
4
+ tabindex="-1"
5
+ role=${hasAccessibleLabel?"group":nothing}
6
+ aria-label=${hasAccessibleLabel?this.accessibleLabel:nothing}
7
+ @focusin=${this.onFocusIn}
8
+ @focusout=${this.onFocusOut}
9
+ >
3
10
  <slot @slotchange=${this.onSlotChange}></slot>
4
11
  ${overflowing?html`<button
5
12
  part="overflow-indicator"
@@ -11,4 +18,4 @@ var __decorate=function(decorators,target,key,desc){var c=arguments.length,r=c<3
11
18
  ${this.expanded?this.localize("showLess"):this.localize("showMoreCollapsed",void 0,{count:formattedHiddenCount})}
12
19
  </button>`:nothing}
13
20
  </div>
14
- `}}__decorate([property({type:Number,attribute:"max-visible"})],LyraChipGroup.prototype,"maxVisible",null),__decorate([state()],LyraChipGroup.prototype,"childCount",void 0),__decorate([state()],LyraChipGroup.prototype,"expanded",void 0);export{LyraChipGroup};
21
+ `}}__decorate([property({type:Number,attribute:"max-visible"})],LyraChipGroup.prototype,"maxVisible",null),__decorate([property({attribute:"aria-label"})],LyraChipGroup.prototype,"accessibleLabel",void 0),__decorate([state()],LyraChipGroup.prototype,"childCount",void 0),__decorate([state()],LyraChipGroup.prototype,"expanded",void 0);export{LyraChipGroup};
@@ -92,6 +92,7 @@ import type { LyraFlowControls } from './components/data/flow-controls/flow-cont
92
92
  import type { LyraFlowMinimap } from './components/data/flow-minimap/flow-minimap.class.js';
93
93
  import type { LyraFlowNode } from './components/data/flow-node/flow-node.class.js';
94
94
  import type { LyraFlowRunStatus } from './components/data/flow-run-status/flow-run-status.class.js';
95
+ import type { LyraFunnel } from './components/data/funnel/funnel.class.js';
95
96
  import type { LyraGauge } from './components/data/gauge/gauge.class.js';
96
97
  import type { LyraGraphQueryBuilder, LyraGraphQueryBuilderEventMap } from './components/data/graph-query-builder/graph-query-builder.class.js';
97
98
  import type { LyraHeatmap, LyraHeatmapEventMap } from './components/data/heatmap/heatmap.class.js';
@@ -372,7 +373,7 @@ export type LyraAppRailReactProps = LyraReactElementProps<LyraAppRail, 'forceMod
372
373
  'rail-width-px'?: LyraAppRail['railWidthPx'];
373
374
  'storage-key'?: LyraAppRail['storageKey'];
374
375
  }>;
375
- export type LyraAppRailItemReactProps = LyraReactElementProps<LyraAppRailItem, 'current' | 'disabled' | 'href' | 'locale' | 'strings' | 'target' | 'tooltip', {}, {}, never, '--lr-app-rail-item-active-bg' | '--lr-app-rail-item-active-color' | '--lr-app-rail-item-current-bg' | '--lr-app-rail-item-current-color' | '--lr-app-rail-item-hover-bg' | '--lr-app-rail-item-hover-color', {
376
+ export type LyraAppRailItemReactProps = LyraReactElementProps<LyraAppRailItem, 'active' | 'current' | 'disabled' | 'href' | 'locale' | 'strings' | 'target' | 'tooltip', {}, {}, never, '--lr-app-rail-item-active-bg' | '--lr-app-rail-item-active-color' | '--lr-app-rail-item-current-bg' | '--lr-app-rail-item-current-color' | '--lr-app-rail-item-hover-bg' | '--lr-app-rail-item-hover-color', {
376
377
  'icon-only'?: LyraAttributeValue<boolean>;
377
378
  }>;
378
379
  export type LyraApprovalQueueReactProps = LyraReactElementProps<LyraApprovalQueue, 'editable' | 'label' | 'locale' | 'open' | 'requests' | 'selectedInvocationId' | 'strings', {}, LyraApprovalQueueEventMap, 'lr-approval-close' | 'lr-approval-decision' | 'lr-approval-select', '--lr-approval-queue-selected-border', {
@@ -579,7 +580,8 @@ export type LyraCheckpointReactProps = LyraReactElementProps<LyraCheckpoint, 'ch
579
580
  'confirm-restore'?: LyraCheckpoint['confirmRestore'];
580
581
  }>;
581
582
  export type LyraChipReactProps = LyraReactElementProps<LyraChip, 'disabled' | 'locale' | 'pill' | 'removable' | 'selected' | 'size' | 'strings' | 'toggleable' | 'value' | 'variant', {}, LyraChipEventMap, 'lr-chip-select' | 'lr-remove', '--lr-chip-accent' | '--lr-chip-bg' | '--lr-chip-border' | '--lr-chip-font-size' | '--lr-chip-gap' | '--lr-chip-height' | '--lr-chip-icon-size' | '--lr-chip-min-height' | '--lr-chip-padding-block' | '--lr-chip-padding-inline' | '--lr-chip-pressed-bg' | '--lr-chip-pressed-border' | '--lr-chip-radius', {}>;
582
- export type LyraChipGroupReactProps = LyraReactElementProps<LyraChipGroup, 'locale' | 'maxVisible' | 'strings', {}, LyraChipGroupEventMap, 'lr-overflow-toggle', '--lr-chip-group-overflow-expanded-border-style' | '--lr-chip-group-overflow-expanded-color', {
583
+ export type LyraChipGroupReactProps = LyraReactElementProps<LyraChipGroup, 'accessibleLabel' | 'locale' | 'maxVisible' | 'strings', {}, LyraChipGroupEventMap, 'lr-overflow-toggle', '--lr-chip-group-overflow-expanded-border-style' | '--lr-chip-group-overflow-expanded-color', {
584
+ 'aria-label'?: LyraChipGroup['accessibleLabel'];
583
585
  'max-visible'?: LyraChipGroup['maxVisible'];
584
586
  }>;
585
587
  export type LyraChunkInspectorReactProps = LyraReactElementProps<LyraChunkInspector, 'activeChunkId' | 'chunks' | 'compact' | 'label' | 'locale' | 'sort' | 'strings' | 'thresholds' | 'virtualizeAt', {}, LyraChunkInspectorEventMap, 'lr-chunk-open' | 'lr-expand', '--lr-chunk-inspector-current-bg' | '--lr-chunk-inspector-current-color', {
@@ -972,6 +974,10 @@ export type LyraFormatNumberReactProps = LyraReactElementProps<LyraFormatNumber,
972
974
  'no-grouping'?: LyraFormatNumber['noGrouping'];
973
975
  'without-grouping'?: LyraFormatNumber['withoutGrouping'];
974
976
  }>;
977
+ export type LyraFunnelReactProps = LyraReactElementProps<LyraFunnel, 'comparison' | 'comparisonLabel' | 'dropoff' | 'label' | 'locale' | 'sharePrecision' | 'stages' | 'strings', {}, {}, never, '--lr-funnel-bar-color' | '--lr-funnel-bar-size' | '--lr-funnel-comparison-color' | '--lr-funnel-track-color', {
978
+ 'comparison-label'?: LyraFunnel['comparisonLabel'];
979
+ 'share-precision'?: LyraFunnel['sharePrecision'];
980
+ }>;
975
981
  export type LyraGaugeReactProps = LyraReactElementProps<LyraGauge, 'label' | 'locale' | 'max' | 'min' | 'shape' | 'strings' | 'value' | 'valueText', {}, {}, never, '--lr-gauge-fill', {
976
982
  'value-text'?: LyraGauge['valueText'];
977
983
  }>;
@@ -1014,7 +1020,7 @@ export type LyraHandoffDividerReactProps = LyraReactElementProps<LyraHandoffDivi
1014
1020
  'from-agent'?: LyraHandoffDivider['fromAgent'];
1015
1021
  'to-agent'?: LyraHandoffDivider['toAgent'];
1016
1022
  }>;
1017
- export type LyraHeatmapReactProps = LyraReactElementProps<LyraHeatmap, 'accessibleCells' | 'annotations' | 'bucketCount' | 'cellColor' | 'cellInteractive' | 'cellSize' | 'cellText' | 'colLabelHeight' | 'colLabelRotation' | 'colorSteps' | 'data' | 'domain' | 'fitToWidth' | 'legendStops' | 'locale' | 'maxCellSize' | 'midpoint' | 'minCellSize' | 'rowLabelWidth' | 'scale' | 'selectedCell' | 'strings' | 'valueLabel', {}, LyraHeatmapEventMap, 'lr-cell-click' | 'lr-matrix-geometry-change', '--lr-heatmap-annotation-color' | '--lr-heatmap-color-steps-gradient' | '--lr-heatmap-focus-ring-color' | '--lr-heatmap-label-font' | '--lr-heatmap-no-data-fill' | '--lr-heatmap-scale-hi' | '--lr-heatmap-scale-lo' | '--lr-heatmap-selected-color' | '--lr-heatmap-tooltip-bg' | '--lr-heatmap-tooltip-text', {
1023
+ export type LyraHeatmapReactProps = LyraReactElementProps<LyraHeatmap, 'accessibleCells' | 'annotations' | 'bucketCount' | 'cellColor' | 'cellInteractive' | 'cellSize' | 'cellText' | 'colLabelHeight' | 'colLabelRotation' | 'colorSteps' | 'data' | 'domain' | 'fitToWidth' | 'legendStops' | 'locale' | 'maxCellSize' | 'midpoint' | 'minCellSize' | 'rowLabelWidth' | 'scale' | 'selectedCell' | 'stickyLabels' | 'strings' | 'valueLabel', {}, LyraHeatmapEventMap, 'lr-cell-click' | 'lr-matrix-geometry-change', '--lr-heatmap-annotation-color' | '--lr-heatmap-color-steps-gradient' | '--lr-heatmap-focus-ring-color' | '--lr-heatmap-grid-max-block-size' | '--lr-heatmap-label-font' | '--lr-heatmap-no-data-fill' | '--lr-heatmap-scale-hi' | '--lr-heatmap-scale-lo' | '--lr-heatmap-selected-color' | '--lr-heatmap-sticky-label-bg' | '--lr-heatmap-tooltip-bg' | '--lr-heatmap-tooltip-text', {
1018
1024
  'accessible-cells'?: LyraHeatmap['accessibleCells'];
1019
1025
  'bucket-count'?: LyraHeatmap['bucketCount'];
1020
1026
  'cell-size'?: LyraHeatmap['cellSize'];
@@ -1024,6 +1030,7 @@ export type LyraHeatmapReactProps = LyraReactElementProps<LyraHeatmap, 'accessib
1024
1030
  'max-cell-size'?: LyraHeatmap['maxCellSize'];
1025
1031
  'min-cell-size'?: LyraHeatmap['minCellSize'];
1026
1032
  'row-label-width'?: LyraHeatmap['rowLabelWidth'];
1033
+ 'sticky-labels'?: LyraHeatmap['stickyLabels'];
1027
1034
  'value-label'?: LyraHeatmap['valueLabel'];
1028
1035
  }>;
1029
1036
  export type LyraHighlightLayerReactProps = LyraReactElementProps<LyraHighlightLayer, 'activeHighlightId' | 'interactive' | 'items' | 'locale' | 'strings', {}, LyraHighlightLayerEventMap, 'lr-highlight-activate', '--lr-highlight-layer-accent-background' | '--lr-highlight-layer-accent-outline' | '--lr-highlight-layer-danger-background' | '--lr-highlight-layer-danger-outline' | '--lr-highlight-layer-flash-background' | '--lr-highlight-layer-neutral-background' | '--lr-highlight-layer-neutral-outline' | '--lr-highlight-layer-success-background' | '--lr-highlight-layer-success-outline' | '--lr-highlight-layer-warning-background' | '--lr-highlight-layer-warning-outline', {
@@ -1975,7 +1982,7 @@ export type LyraVoicePickerReactProps = LyraReactElementProps<LyraVoicePicker, '
1975
1982
  'inputmode'?: LyraVoicePicker['inputMode'];
1976
1983
  'value'?: LyraVoicePicker['defaultValue'];
1977
1984
  }>;
1978
- export type LyraWidgetReactProps = LyraReactElementProps<LyraWidget, 'accessibleLabel' | 'activeViewId' | 'backdropInset' | 'collapsed' | 'collapsible' | 'compact' | 'expandable' | 'fullscreen' | 'fullscreenInset' | 'label' | 'locale' | 'storageKey' | 'strings' | 'sublabel' | 'views', {}, LyraWidgetEventMap, 'lr-collapse-change' | 'lr-collapse-request' | 'lr-fullscreen-change' | 'lr-fullscreen-request' | 'lr-view-change' | 'lr-view-request', '--lr-scroll-fade-size' | '--lr-widget-backdrop-inset' | '--lr-widget-fullscreen-inset' | '--lr-widget-overlay-color' | '--lr-widget-view-toggle-active-bg' | '--lr-widget-view-toggle-active-border-color' | '--lr-widget-view-toggle-active-color' | '--lr-widget-view-toggle-hover-bg' | '--lr-widget-view-toggle-hover-color', {
1985
+ export type LyraWidgetReactProps = LyraReactElementProps<LyraWidget, 'accessibleLabel' | 'activeView' | 'activeViewId' | 'backdropInset' | 'collapsed' | 'collapsible' | 'compact' | 'expandable' | 'fullscreen' | 'fullscreenInset' | 'label' | 'locale' | 'storageKey' | 'strings' | 'sublabel' | 'views', {}, LyraWidgetEventMap, 'lr-collapse-change' | 'lr-collapse-request' | 'lr-fullscreen-change' | 'lr-fullscreen-request' | 'lr-view-change' | 'lr-view-request', '--lr-scroll-fade-size' | '--lr-widget-backdrop-inset' | '--lr-widget-fullscreen-inset' | '--lr-widget-overlay-color' | '--lr-widget-view-toggle-active-bg' | '--lr-widget-view-toggle-active-border-color' | '--lr-widget-view-toggle-active-color' | '--lr-widget-view-toggle-hover-bg' | '--lr-widget-view-toggle-hover-color', {
1979
1986
  'aria-label'?: LyraWidget['accessibleLabel'];
1980
1987
  'backdrop-inset'?: LyraWidget['backdropInset'];
1981
1988
  'fullscreen-inset'?: LyraWidget['fullscreenInset'];
@@ -2114,6 +2121,7 @@ export interface LyraReactIntrinsicElements {
2114
2121
  'lr-format-bytes': LyraFormatBytesReactProps;
2115
2122
  'lr-format-date': LyraFormatDateReactProps;
2116
2123
  'lr-format-number': LyraFormatNumberReactProps;
2124
+ 'lr-funnel': LyraFunnelReactProps;
2117
2125
  'lr-gauge': LyraGaugeReactProps;
2118
2126
  'lr-generation-metrics': LyraGenerationMetricsReactProps;
2119
2127
  'lr-geojson-view': LyraGeojsonViewReactProps;
@@ -1 +1 @@
1
- const AUTOLOADER_MANIFEST={"lr-accordion":{optionalPeers:[],load:()=>import("../components/layout/details/accordion.class.js").then(module=>module.LyraAccordion)},"lr-accordion-item":{optionalPeers:[],load:()=>import("../components/layout/details/accordion-item.class.js").then(module=>module.LyraAccordionItem)},"lr-activity-feed":{optionalPeers:[],load:()=>import("../components/agent-tools/activity-feed/activity-feed.class.js").then(module=>module.LyraActivityFeed)},"lr-agent-eval-dashboard":{optionalPeers:[],load:()=>import("../components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.class.js").then(module=>module.LyraAgentEvalDashboard)},"lr-agent-run":{optionalPeers:[],load:()=>import("../components/agent-tools/agent-run/agent-run.class.js").then(module=>module.LyraAgentRun)},"lr-agent-trace":{optionalPeers:[],load:()=>import("../components/agent-tools/agent-trace/agent-trace.class.js").then(module=>module.LyraAgentTrace)},"lr-agent-workspace":{optionalPeers:["dompurify","katex","marked","shiki"],load:()=>import("../components/conversation/agent-workspace/agent-workspace.class.js").then(module=>module.LyraAgentWorkspace)},"lr-alert":{optionalPeers:[],load:()=>import("../components/overlays/alert/alert.class.js").then(module=>module.LyraAlert)},"lr-animated-image":{optionalPeers:[],load:()=>import("../components/media/animated-image/animated-image.class.js").then(module=>module.LyraAnimatedImage)},"lr-animation":{optionalPeers:[],load:()=>import("../components/media/animation/animation.class.js").then(module=>module.LyraAnimation)},"lr-app-rail":{optionalPeers:[],load:()=>import("../components/layout/app-rail/app-rail.class.js").then(module=>module.LyraAppRail)},"lr-app-rail-item":{optionalPeers:[],load:()=>import("../components/layout/app-rail/app-rail-item.class.js").then(module=>module.LyraAppRailItem)},"lr-approval-queue":{optionalPeers:[],load:()=>import("../components/agent-tools/approval-queue/approval-queue.class.js").then(module=>module.LyraApprovalQueue)},"lr-archive-viewer":{optionalPeers:[],load:()=>import("../components/viewers/archive-viewer/archive-viewer.class.js").then(module=>module.LyraArchiveViewer)},"lr-artifact-panel":{optionalPeers:[],load:()=>import("../components/agent-tools/artifact-panel/artifact-panel.class.js").then(module=>module.LyraArtifactPanel)},"lr-attachment-chip":{optionalPeers:[],load:()=>import("../components/media/attachment-chip/attachment-chip.class.js").then(module=>module.LyraAttachmentChip)},"lr-attachment-trigger":{optionalPeers:[],load:()=>import("../components/media/attachment-trigger/attachment-trigger.class.js").then(module=>module.LyraAttachmentTrigger)},"lr-audio-visualizer":{optionalPeers:[],load:()=>import("../components/conversation/audio-visualizer/audio-visualizer.class.js").then(module=>module.LyraAudioVisualizer)},"lr-av-player":{optionalPeers:[],load:()=>import("../components/media/av-player/av-player.class.js").then(module=>module.LyraAvPlayer)},"lr-avatar":{optionalPeers:[],load:()=>import("../components/media/avatar/avatar.class.js").then(module=>module.LyraAvatar)},"lr-avatar-group":{optionalPeers:[],load:()=>import("../components/media/avatar-group/avatar-group.class.js").then(module=>module.LyraAvatarGroup)},"lr-badge":{optionalPeers:[],load:()=>import("../components/overlays/badge/badge.class.js").then(module=>module.LyraBadge)},"lr-bar-chart":{optionalPeers:["chart.js","chartjs-plugin-annotation","chartjs-plugin-datalabels","chartjs-plugin-zoom"],load:()=>import("../components/charts/chart/bar-chart.class.js").then(module=>module.LyraBarChart)},"lr-box-plot":{optionalPeers:["@sgratzl/chartjs-chart-boxplot","chart.js"],load:()=>import("../components/charts/chart/box-plot.class.js").then(module=>module.LyraBoxPlot)},"lr-branch-picker":{optionalPeers:[],load:()=>import("../components/conversation/branch-picker/branch-picker.class.js").then(module=>module.LyraBranchPicker)},"lr-breadcrumb":{optionalPeers:[],load:()=>import("../components/layout/breadcrumb/breadcrumb.class.js").then(module=>module.LyraBreadcrumb)},"lr-breadcrumb-item":{optionalPeers:[],load:()=>import("../components/layout/breadcrumb/breadcrumb-item.class.js").then(module=>module.LyraBreadcrumbItem)},"lr-browser-frame":{optionalPeers:[],load:()=>import("../components/agent-tools/browser-frame/browser-frame.class.js").then(module=>module.LyraBrowserFrame)},"lr-bubble-chart":{optionalPeers:["chart.js","chartjs-plugin-annotation","chartjs-plugin-datalabels","chartjs-plugin-zoom"],load:()=>import("../components/charts/chart/bubble-chart.class.js").then(module=>module.LyraBubbleChart)},"lr-button":{optionalPeers:[],load:()=>import("../components/forms/button/button.class.js").then(module=>module.LyraButton)},"lr-button-group":{optionalPeers:[],load:()=>import("../components/layout/button-group/button-group.class.js").then(module=>module.LyraButtonGroup)},"lr-calendar":{optionalPeers:[],load:()=>import("../components/data/calendar/calendar.class.js").then(module=>module.LyraCalendar)},"lr-calendar-viewer":{optionalPeers:["ical.js"],load:()=>import("../components/viewers/calendar-viewer/calendar-viewer.class.js").then(module=>module.LyraCalendarViewer)},"lr-callout":{optionalPeers:[],load:()=>import("../components/overlays/callout/callout.class.js").then(module=>module.LyraCallout)},"lr-card":{optionalPeers:[],load:()=>import("../components/layout/card/card.class.js").then(module=>module.LyraCard)},"lr-carousel":{optionalPeers:[],load:()=>import("../components/layout/carousel/carousel.class.js").then(module=>module.LyraCarousel)},"lr-carousel-item":{optionalPeers:[],load:()=>import("../components/layout/carousel/carousel-item.class.js").then(module=>module.LyraCarouselItem)},"lr-chart":{optionalPeers:["chart.js","chartjs-plugin-annotation","chartjs-plugin-datalabels","chartjs-plugin-zoom"],load:()=>import("../components/charts/chart/chart.class.js").then(module=>module.LyraChart)},"lr-chat-composer":{optionalPeers:[],load:()=>import("../components/conversation/chat-composer/chat-composer.class.js").then(module=>module.LyraChatComposer)},"lr-chat-message":{optionalPeers:[],load:()=>import("../components/conversation/chat-message/chat-message.class.js").then(module=>module.LyraChatMessage)},"lr-chat-viewport":{optionalPeers:[],load:()=>import("../components/conversation/chat-viewport/chat-viewport.class.js").then(module=>module.LyraChatViewport)},"lr-checkbox":{optionalPeers:[],load:()=>import("../components/forms/checkbox/checkbox.class.js").then(module=>module.LyraCheckbox)},"lr-checkbox-group":{optionalPeers:[],load:()=>import("../components/forms/checkbox-group/checkbox-group.class.js").then(module=>module.LyraCheckboxGroup)},"lr-checkpoint":{optionalPeers:[],load:()=>import("../components/conversation/checkpoint/checkpoint.class.js").then(module=>module.LyraCheckpoint)},"lr-chip":{optionalPeers:[],load:()=>import("../components/overlays/chip/chip.class.js").then(module=>module.LyraChip)},"lr-chip-group":{optionalPeers:[],load:()=>import("../components/overlays/chip/chip-group.class.js").then(module=>module.LyraChipGroup)},"lr-chunk-inspector":{optionalPeers:[],load:()=>import("../components/retrieval/chunk-inspector/chunk-inspector.class.js").then(module=>module.LyraChunkInspector)},"lr-citation-badge":{optionalPeers:[],load:()=>import("../components/retrieval/citation-badge/citation-badge.class.js").then(module=>module.LyraCitationBadge)},"lr-claim-evidence":{optionalPeers:[],load:()=>import("../components/retrieval/claim-evidence/claim-evidence.class.js").then(module=>module.LyraClaimEvidence)},"lr-code-block":{optionalPeers:["shiki"],load:()=>import("../components/conversation/code-block/code-block.class.js").then(module=>module.LyraCodeBlock)},"lr-code-block-core":{optionalPeers:["shiki"],load:()=>import("../components/conversation/code-block/code-block-core.class.js").then(module=>module.LyraCodeBlockCore)},"lr-code-editor":{optionalPeers:[],load:()=>import("../components/forms/code-editor/code-editor.class.js").then(module=>module.LyraCodeEditor)},"lr-color-picker":{optionalPeers:[],load:()=>import("../components/forms/color-picker/color-picker.class.js").then(module=>module.LyraColorPicker)},"lr-combobox":{optionalPeers:[],load:()=>import("../components/forms/combobox/combobox.class.js").then(module=>module.LyraCombobox)},"lr-command-palette":{optionalPeers:["dompurify"],load:()=>import("../components/layout/command-palette/command-palette.class.js").then(module=>module.LyraCommandPalette)},"lr-commit-card":{optionalPeers:[],load:()=>import("../components/agent-tools/commit-card/commit-card.class.js").then(module=>module.LyraCommitCard)},"lr-community-card":{optionalPeers:[],load:()=>import("../components/retrieval/community-card/community-card.class.js").then(module=>module.LyraCommunityCard)},"lr-compare-panel":{optionalPeers:[],load:()=>import("../components/agent-tools/compare-panel/compare-panel.class.js").then(module=>module.LyraComparePanel)},"lr-condition-builder":{optionalPeers:["dompurify"],load:()=>import("../components/data/condition-builder/condition-builder.class.js").then(module=>module.LyraConditionBuilder)},"lr-confirm-bar":{optionalPeers:[],load:()=>import("../components/agent-tools/confirm-bar/confirm-bar.class.js").then(module=>module.LyraConfirmBar)},"lr-contact-viewer":{optionalPeers:[],load:()=>import("../components/viewers/contact-viewer/contact-viewer.class.js").then(module=>module.LyraContactViewer)},"lr-context-inspector":{optionalPeers:[],load:()=>import("../components/agent-tools/context-inspector/context-inspector.class.js").then(module=>module.LyraContextInspector)},"lr-context-meter":{optionalPeers:[],load:()=>import("../components/data/context-meter/context-meter.class.js").then(module=>module.LyraContextMeter)},"lr-control-group":{optionalPeers:[],load:()=>import("../components/layout/control-group/control-group.class.js").then(module=>module.LyraControlGroup)},"lr-conversation-item":{optionalPeers:[],load:()=>import("../components/conversation/conversation-item/conversation-item.class.js").then(module=>module.LyraConversationItem)},"lr-copy-button":{optionalPeers:[],load:()=>import("../components/utility/copy-button/copy-button.class.js").then(module=>module.LyraCopyButton)},"lr-csv-viewer":{optionalPeers:["papaparse"],load:()=>import("../components/viewers/csv-viewer/csv-viewer.class.js").then(module=>module.LyraCsvViewer)},"lr-dashboard-grid":{optionalPeers:["dompurify","katex","marked","shiki"],load:()=>import("../components/layout/dashboard-grid/dashboard-grid.class.js").then(module=>module.LyraDashboardGrid)},"lr-data-grid":{optionalPeers:[],load:()=>import("../components/data/data-grid/data-grid.class.js").then(module=>module.LyraDataGrid)},"lr-dataset-viewer":{optionalPeers:["papaparse"],load:()=>import("../components/viewers/dataset-viewer/dataset-viewer.class.js").then(module=>module.LyraDatasetViewer)},"lr-date-input":{optionalPeers:[],load:()=>import("../components/forms/date-picker/date-input.class.js").then(module=>module.LyraDateInput)},"lr-date-picker":{optionalPeers:[],load:()=>import("../components/forms/date-picker/date-picker.class.js").then(module=>module.LyraDatePicker)},"lr-details":{optionalPeers:[],load:()=>import("../components/layout/details/details.class.js").then(module=>module.LyraDetails)},"lr-dialog":{optionalPeers:[],load:()=>import("../components/overlays/dialog/dialog.class.js").then(module=>module.LyraDialog)},"lr-diff-view":{optionalPeers:["shiki"],load:()=>import("../components/utility/diff-view/diff-view.class.js").then(module=>module.LyraDiffView)},"lr-divider":{optionalPeers:[],load:()=>import("../components/utility/divider/divider.class.js").then(module=>module.LyraDivider)},"lr-dock-panel":{optionalPeers:[],load:()=>import("../components/layout/dock-panel/dock-panel.class.js").then(module=>module.LyraDockPanel)},"lr-document-compare":{optionalPeers:["shiki"],load:()=>import("../components/viewers/document-compare/document-compare.class.js").then(module=>module.LyraDocumentCompare)},"lr-document-library":{optionalPeers:[],load:()=>import("../components/data/document-library/document-library.class.js").then(module=>module.LyraDocumentLibrary)},"lr-document-preview":{optionalPeers:[],load:()=>import("../components/viewers/document-preview/document-preview.class.js").then(module=>module.LyraDocumentPreview)},"lr-document-viewer":{optionalPeers:[],load:()=>import("../components/viewers/document-viewer/document-viewer.class.js").then(module=>module.LyraDocumentViewer)},"lr-docx-viewer":{optionalPeers:["dompurify","mammoth"],load:()=>import("../components/viewers/docx-viewer/docx-viewer.class.js").then(module=>module.LyraDocxViewer)},"lr-doughnut-chart":{optionalPeers:["chart.js","chartjs-plugin-annotation","chartjs-plugin-datalabels","chartjs-plugin-zoom"],load:()=>import("../components/charts/chart/doughnut-chart.class.js").then(module=>module.LyraDoughnutChart)},"lr-drawer":{optionalPeers:[],load:()=>import("../components/overlays/drawer/drawer.class.js").then(module=>module.LyraDrawer)},"lr-drilldown-panel":{optionalPeers:[],load:()=>import("../components/layout/drilldown-panel/drilldown-panel.class.js").then(module=>module.LyraDrilldownPanel)},"lr-dropdown":{optionalPeers:[],load:()=>import("../components/overlays/overlay/dropdown.class.js").then(module=>module.LyraDropdown)},"lr-dropdown-item":{optionalPeers:[],load:()=>import("../components/layout/menu/dropdown-item.class.js").then(module=>module.LyraDropdownItem)},"lr-ebook-viewer":{optionalPeers:["epubjs"],load:()=>import("../components/viewers/ebook-viewer/ebook-viewer.class.js").then(module=>module.LyraEbookViewer)},"lr-email-viewer":{optionalPeers:["dompurify","postal-mime"],load:()=>import("../components/viewers/email-viewer/email-viewer.class.js").then(module=>module.LyraEmailViewer)},"lr-embedding-explorer":{optionalPeers:[],load:()=>import("../components/retrieval/embedding-explorer/embedding-explorer.class.js").then(module=>module.LyraEmbeddingExplorer)},"lr-emoji-picker":{optionalPeers:["emoji-picker-element-data"],load:()=>import("../components/forms/emoji-picker/emoji-picker.class.js").then(module=>module.LyraEmojiPicker)},"lr-empty":{optionalPeers:[],load:()=>import("../components/overlays/empty/empty.class.js").then(module=>module.LyraEmpty)},"lr-entity-card":{optionalPeers:[],load:()=>import("../components/retrieval/entity-card/entity-card.class.js").then(module=>module.LyraEntityCard)},"lr-entity-chip":{optionalPeers:[],load:()=>import("../components/retrieval/entity-chip/entity-chip.class.js").then(module=>module.LyraEntityChip)},"lr-entity-dossier":{optionalPeers:[],load:()=>import("../components/retrieval/entity-dossier/entity-dossier.class.js").then(module=>module.LyraEntityDossier)},"lr-env-list":{optionalPeers:[],load:()=>import("../components/data/env-list/env-list.class.js").then(module=>module.LyraEnvList)},"lr-eval-dataset":{optionalPeers:[],load:()=>import("../components/agent-tools/eval-dataset/eval-dataset.class.js").then(module=>module.LyraEvalDataset)},"lr-eval-result":{optionalPeers:["shiki"],load:()=>import("../components/agent-tools/eval-result/eval-result.class.js").then(module=>module.LyraEvalResult)},"lr-eval-run":{optionalPeers:["dompurify","katex","marked","shiki"],load:()=>import("../components/agent-tools/evaluation-run/evaluation-run.class.js").then(module=>module.LyraEvalRun)},"lr-export-button":{optionalPeers:[],load:()=>import("../components/utility/export-button/export-button.class.js").then(module=>module.LyraExportButton)},"lr-file-icon":{optionalPeers:[],load:()=>import("../components/media/file-icon/file-icon.class.js").then(module=>module.LyraFileIcon)},"lr-file-input":{optionalPeers:[],load:()=>import("../components/media/file-input/file-input.class.js").then(module=>module.LyraFileInput)},"lr-file-tree":{optionalPeers:[],load:()=>import("../components/data/file-tree/file-tree.class.js").then(module=>module.LyraFileTree)},"lr-filter-bar":{optionalPeers:[],load:()=>import("../components/layout/filter-bar/filter-bar.class.js").then(module=>module.LyraFilterBar)},"lr-flag":{optionalPeers:["@aceshooting/lyra-flags"],load:()=>import("../components/media/flag/flag.class.js").then(module=>module.LyraFlag)},"lr-flow-canvas":{optionalPeers:[],load:()=>import("../components/data/flow-canvas/flow-canvas.class.js").then(module=>module.LyraFlowCanvas)},"lr-flow-controls":{optionalPeers:[],load:()=>import("../components/data/flow-controls/flow-controls.class.js").then(module=>module.LyraFlowControls)},"lr-flow-minimap":{optionalPeers:[],load:()=>import("../components/data/flow-minimap/flow-minimap.class.js").then(module=>module.LyraFlowMinimap)},"lr-flow-node":{optionalPeers:[],load:()=>import("../components/data/flow-node/flow-node.class.js").then(module=>module.LyraFlowNode)},"lr-flow-run-status":{optionalPeers:[],load:()=>import("../components/data/flow-run-status/flow-run-status.class.js").then(module=>module.LyraFlowRunStatus)},"lr-format-bytes":{optionalPeers:[],load:()=>import("../components/utility/format/format-bytes.class.js").then(module=>module.LyraFormatBytes)},"lr-format-date":{optionalPeers:[],load:()=>import("../components/utility/format/format-date.class.js").then(module=>module.LyraFormatDate)},"lr-format-number":{optionalPeers:[],load:()=>import("../components/utility/format/format-number.class.js").then(module=>module.LyraFormatNumber)},"lr-gauge":{optionalPeers:[],load:()=>import("../components/data/gauge/gauge.class.js").then(module=>module.LyraGauge)},"lr-generation-metrics":{optionalPeers:[],load:()=>import("../components/conversation/generation-metrics/generation-metrics.class.js").then(module=>module.LyraGenerationMetrics)},"lr-geojson-view":{optionalPeers:["maplibre-gl"],load:()=>import("../components/viewers/geojson-view/geojson-view.class.js").then(module=>module.LyraGeojsonView)},"lr-geojson-viewer":{optionalPeers:["maplibre-gl"],load:()=>import("../components/viewers/geojson-view/geojson-viewer.class.js").then(module=>module.LyraGeoJsonViewer)},"lr-graph":{optionalPeers:["d3-drag","d3-force","d3-selection","d3-zoom"],load:()=>import("../components/retrieval/graph/graph.class.js").then(module=>module.LyraGraph)},"lr-graph-legend":{optionalPeers:[],load:()=>import("../components/retrieval/graph-legend/graph-legend.class.js").then(module=>module.LyraGraphLegend)},"lr-graph-query-builder":{optionalPeers:[],load:()=>import("../components/data/graph-query-builder/graph-query-builder.class.js").then(module=>module.LyraGraphQueryBuilder)},"lr-grounding-summary":{optionalPeers:[],load:()=>import("../components/retrieval/grounding-summary/grounding-summary.class.js").then(module=>module.LyraGroundingSummary)},"lr-handoff-divider":{optionalPeers:[],load:()=>import("../components/conversation/handoff-divider/handoff-divider.class.js").then(module=>module.LyraHandoffDivider)},"lr-heatmap":{optionalPeers:[],load:()=>import("../components/data/heatmap/heatmap.class.js").then(module=>module.LyraHeatmap)},"lr-highlight-layer":{optionalPeers:[],load:()=>import("../components/viewers/highlight-layer/highlight-layer.class.js").then(module=>module.LyraHighlightLayer)},"lr-histogram":{optionalPeers:["chart.js","chartjs-plugin-annotation","chartjs-plugin-datalabels","chartjs-plugin-zoom"],load:()=>import("../components/charts/chart/histogram.class.js").then(module=>module.LyraHistogram)},"lr-html-viewer":{optionalPeers:["dompurify"],load:()=>import("../components/viewers/html-viewer/html-viewer.class.js").then(module=>module.LyraHtmlViewer)},"lr-icon":{optionalPeers:["dompurify"],load:()=>import("../components/utility/icon/icon.class.js").then(module=>module.LyraIcon)},"lr-icon-button":{optionalPeers:["dompurify"],load:()=>import("../components/forms/icon-button/icon-button.class.js").then(module=>module.LyraIconButton)},"lr-image-comparer":{optionalPeers:[],load:()=>import("../components/media/image-comparer/image-comparer.class.js").then(module=>module.LyraImageComparer)},"lr-image-viewer":{optionalPeers:[],load:()=>import("../components/media/image-viewer/image-viewer.class.js").then(module=>module.LyraImageViewer)},"lr-include":{optionalPeers:["dompurify"],load:()=>import("../components/viewers/include/include.class.js").then(module=>module.LyraInclude)},"lr-ingestion-queue":{optionalPeers:[],load:()=>import("../components/retrieval/ingestion-queue/ingestion-queue.class.js").then(module=>module.LyraIngestionQueue)},"lr-input":{optionalPeers:[],load:()=>import("../components/forms/input/input.class.js").then(module=>module.LyraInput)},"lr-intersection-observer":{optionalPeers:[],load:()=>import("../components/utility/intersection-observer/intersection-observer.class.js").then(module=>module.LyraIntersectionObserver)},"lr-json-schema-viewer":{optionalPeers:[],load:()=>import("../components/agent-tools/schema-viewer/schema-viewer.class.js").then(module=>module.LyraJsonSchemaViewer)},"lr-json-viewer":{optionalPeers:[],load:()=>import("../components/utility/json-viewer/json-viewer.class.js").then(module=>module.LyraJsonViewer)},"lr-kbd":{optionalPeers:[],load:()=>import("../components/overlays/kbd/kbd.class.js").then(module=>module.LyraKbd)},"lr-knowledge-base":{optionalPeers:[],load:()=>import("../components/retrieval/knowledge-base/knowledge-base.class.js").then(module=>module.LyraKnowledgeBase)},"lr-knowledge-base-admin":{optionalPeers:[],load:()=>import("../components/retrieval/knowledge-base-admin/knowledge-base-admin.class.js").then(module=>module.LyraKnowledgeBaseAdmin)},"lr-knowledge-graph-explorer":{optionalPeers:["d3-drag","d3-force","d3-selection","d3-zoom"],load:()=>import("../components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js").then(module=>module.LyraKnowledgeGraphExplorer)},"lr-known-date":{optionalPeers:[],load:()=>import("../components/utility/known-date/known-date.class.js").then(module=>module.LyraKnownDate)},"lr-lightbox":{optionalPeers:[],load:()=>import("../components/media/lightbox/lightbox.class.js").then(module=>module.LyraLightbox)},"lr-line-chart":{optionalPeers:["chart.js","chartjs-plugin-annotation","chartjs-plugin-datalabels","chartjs-plugin-zoom"],load:()=>import("../components/charts/chart/line-chart.class.js").then(module=>module.LyraLineChart)},"lr-lite-chart":{optionalPeers:[],load:()=>import("../components/charts/chart/lite-chart.class.js").then(module=>module.LyraLiteChart)},"lr-live-region":{optionalPeers:[],load:()=>import("../components/utility/live-region/live-region.class.js").then(module=>module.LyraLiveRegion)},"lr-locale-picker":{optionalPeers:["@aceshooting/lyra-flags"],load:()=>import("../components/forms/locale-picker/locale-picker.class.js").then(module=>module.LyraLocalePicker)},"lr-map":{optionalPeers:["maplibre-gl"],load:()=>import("../components/media/map/map.class.js").then(module=>module.LyraMap)},"lr-markdown":{optionalPeers:["dompurify","katex","marked","shiki"],load:()=>import("../components/conversation/markdown/markdown.class.js").then(module=>module.LyraMarkdown)},"lr-markdown-core":{optionalPeers:["dompurify","katex","marked","shiki"],load:()=>import("../components/conversation/markdown/markdown-core.class.js").then(module=>module.LyraMarkdownCore)},"lr-mcp-app":{optionalPeers:[],load:()=>import("../components/agent-tools/mcp-app/mcp-app.class.js").then(module=>module.LyraMcpApp)},"lr-media-card":{optionalPeers:[],load:()=>import("../components/media/media-card/media-card.class.js").then(module=>module.LyraMediaCard)},"lr-memory-panel":{optionalPeers:[],load:()=>import("../components/retrieval/memory-panel/memory-panel.class.js").then(module=>module.LyraMemoryPanel)},"lr-mention-popover":{optionalPeers:[],load:()=>import("../components/utility/mention-popover/mention-popover.class.js").then(module=>module.LyraMentionPopover)},"lr-menu":{optionalPeers:[],load:()=>import("../components/layout/menu/menu.class.js").then(module=>module.LyraMenu)},"lr-menu-item":{optionalPeers:[],load:()=>import("../components/layout/menu/menu-item.class.js").then(module=>module.LyraMenuItem)},"lr-menu-label":{optionalPeers:[],load:()=>import("../components/layout/menu/menu-label.class.js").then(module=>module.LyraMenuLabel)},"lr-message-actions":{optionalPeers:[],load:()=>import("../components/conversation/message-actions/message-actions.class.js").then(module=>module.LyraMessageActions)},"lr-message-feedback":{optionalPeers:[],load:()=>import("../components/conversation/message-feedback/message-feedback.class.js").then(module=>module.LyraMessageFeedback)},"lr-message-parts":{optionalPeers:["dompurify","katex","marked","shiki"],load:()=>import("../components/conversation/message-parts/message-parts.class.js").then(module=>module.LyraMessageParts)},"lr-mind-map":{optionalPeers:[],load:()=>import("../components/retrieval/mind-map/mind-map.class.js").then(module=>module.LyraMindMap)},"lr-model-select":{optionalPeers:[],load:()=>import("../components/conversation/model-select/model-select.class.js").then(module=>module.LyraModelSelect)},"lr-model-settings-panel":{optionalPeers:[],load:()=>import("../components/conversation/model-settings-panel/model-settings-panel.class.js").then(module=>module.LyraModelSettingsPanel)},"lr-multi-split":{optionalPeers:[],load:()=>import("../components/layout/multi-split/multi-split.class.js").then(module=>module.LyraMultiSplit)},"lr-mutation-observer":{optionalPeers:[],load:()=>import("../components/utility/mutation-observer/mutation-observer.class.js").then(module=>module.LyraMutationObserver)},"lr-native-time-input":{optionalPeers:[],load:()=>import("../components/forms/input/native-time-input.class.js").then(module=>module.LyraNativeTimeInput)},"lr-neighbor-list":{optionalPeers:[],load:()=>import("../components/retrieval/neighbor-list/neighbor-list.class.js").then(module=>module.LyraNeighborList)},"lr-node-palette":{optionalPeers:[],load:()=>import("../components/retrieval/node-palette/node-palette.class.js").then(module=>module.LyraNodePalette)},"lr-notebook-viewer":{optionalPeers:["dompurify","katex","marked","shiki"],load:()=>import("../components/viewers/notebook-viewer/notebook-viewer.class.js").then(module=>module.LyraNotebookViewer)},"lr-number-input":{optionalPeers:[],load:()=>import("../components/forms/input/number-input.class.js").then(module=>module.LyraNumberInput)},"lr-option":{optionalPeers:[],load:()=>import("../components/forms/combobox/option.class.js").then(module=>module.LyraOption)},"lr-otp-input":{optionalPeers:[],load:()=>import("../components/forms/otp-input/otp-input.class.js").then(module=>module.LyraOtpInput)},"lr-page":{optionalPeers:[],load:()=>import("../components/layout/page/page.class.js").then(module=>module.LyraPage)},"lr-page-rail":{optionalPeers:[],load:()=>import("../components/viewers/page-rail/page-rail.class.js").then(module=>module.LyraPageRail)},"lr-pagination":{optionalPeers:[],load:()=>import("../components/data/pagination/pagination.class.js").then(module=>module.LyraPagination)},"lr-pan-zoom":{optionalPeers:[],load:()=>import("../components/media/pan-zoom/pan-zoom.class.js").then(module=>module.LyraPanZoom)},"lr-path-strip":{optionalPeers:[],load:()=>import("../components/retrieval/path-strip/path-strip.class.js").then(module=>module.LyraPathStrip)},"lr-pdf-viewer":{optionalPeers:["pdfjs-dist"],load:()=>import("../components/viewers/pdf-viewer/pdf-viewer.class.js").then(module=>module.LyraPdfViewer)},"lr-phone-input":{optionalPeers:["@aceshooting/lyra-flags","libphonenumber-js"],load:()=>import("../components/forms/phone-input/phone-input.class.js").then(module=>module.LyraPhoneInput)},"lr-pie-chart":{optionalPeers:["chart.js","chartjs-plugin-annotation","chartjs-plugin-datalabels","chartjs-plugin-zoom"],load:()=>import("../components/charts/chart/pie-chart.class.js").then(module=>module.LyraPieChart)},"lr-polar-area-chart":{optionalPeers:["chart.js","chartjs-plugin-annotation","chartjs-plugin-datalabels","chartjs-plugin-zoom"],load:()=>import("../components/charts/chart/polar-area-chart.class.js").then(module=>module.LyraPolarAreaChart)},"lr-policy-summary":{optionalPeers:[],load:()=>import("../components/agent-tools/policy-summary/policy-summary.class.js").then(module=>module.LyraPolicySummary)},"lr-poll-status":{optionalPeers:[],load:()=>import("../components/utility/poll-status/poll-status.class.js").then(module=>module.LyraPollStatus)},"lr-popover":{optionalPeers:[],load:()=>import("../components/overlays/overlay/popover.class.js").then(module=>module.LyraPopover)},"lr-popup":{optionalPeers:[],load:()=>import("../components/overlays/popup/popup.class.js").then(module=>module.LyraPopup)},"lr-pptx-viewer":{optionalPeers:["@aiden0z/pptx-renderer"],load:()=>import("../components/viewers/pptx-viewer/pptx-viewer.class.js").then(module=>module.LyraPptxViewer)},"lr-progress-bar":{optionalPeers:[],load:()=>import("../components/overlays/progress/progress-bar.class.js").then(module=>module.LyraProgressBar)},"lr-progress-ring":{optionalPeers:[],load:()=>import("../components/overlays/progress/progress-ring.class.js").then(module=>module.LyraProgressRing)},"lr-prompt-input":{optionalPeers:[],load:()=>import("../components/conversation/prompt-input/prompt-input.class.js").then(module=>module.LyraPromptInput)},"lr-prompt-queue":{optionalPeers:[],load:()=>import("../components/conversation/prompt-queue/prompt-queue.class.js").then(module=>module.LyraPromptQueue)},"lr-prompt-studio":{optionalPeers:[],load:()=>import("../components/agent-tools/prompt-studio/prompt-studio.class.js").then(module=>module.LyraPromptStudio)},"lr-provenance-panel":{optionalPeers:[],load:()=>import("../components/retrieval/provenance-panel/provenance-panel.class.js").then(module=>module.LyraProvenancePanel)},"lr-push-to-talk":{optionalPeers:[],load:()=>import("../components/conversation/push-to-talk/push-to-talk.class.js").then(module=>module.LyraPushToTalk)},"lr-qr-code":{optionalPeers:["qrcode"],load:()=>import("../components/media/qr-code/qr-code.class.js").then(module=>module.LyraQrCode)},"lr-radar-chart":{optionalPeers:["chart.js","chartjs-plugin-annotation","chartjs-plugin-datalabels","chartjs-plugin-zoom"],load:()=>import("../components/charts/chart/radar-chart.class.js").then(module=>module.LyraRadarChart)},"lr-radio":{optionalPeers:[],load:()=>import("../components/forms/radio/radio.class.js").then(module=>module.LyraRadio)},"lr-radio-button":{optionalPeers:[],load:()=>import("../components/forms/radio/radio-button.class.js").then(module=>module.LyraRadioButton)},"lr-radio-group":{optionalPeers:[],load:()=>import("../components/forms/radio/radio-group.class.js").then(module=>module.LyraRadioGroup)},"lr-rag-answer":{optionalPeers:["dompurify","katex","marked","shiki"],load:()=>import("../components/retrieval/rag-answer/rag-answer.class.js").then(module=>module.LyraRagAnswer)},"lr-rag-eval-dashboard":{optionalPeers:[],load:()=>import("../components/retrieval/rag-eval-dashboard/rag-eval-dashboard.class.js").then(module=>module.LyraRagEvalDashboard)},"lr-random-content":{optionalPeers:[],load:()=>import("../components/utility/random-content/random-content.class.js").then(module=>module.LyraRandomContent)},"lr-rating":{optionalPeers:[],load:()=>import("../components/overlays/rating/rating.class.js").then(module=>module.LyraRating)},"lr-realtime-session":{optionalPeers:[],load:()=>import("../components/conversation/realtime-session/realtime-session.class.js").then(module=>module.LyraRealtimeSession)},"lr-relative-time":{optionalPeers:[],load:()=>import("../components/utility/format/relative-time.class.js").then(module=>module.LyraRelativeTime)},"lr-reorder-item":{optionalPeers:[],load:()=>import("../components/layout/reorder-list/reorder-item.class.js").then(module=>module.LyraReorderItem)},"lr-reorder-list":{optionalPeers:[],load:()=>import("../components/layout/reorder-list/reorder-list.class.js").then(module=>module.LyraReorderList)},"lr-resize-observer":{optionalPeers:[],load:()=>import("../components/utility/resize-observer/resize-observer.class.js").then(module=>module.LyraResizeObserver)},"lr-responsive-panel":{optionalPeers:[],load:()=>import("../components/layout/responsive-panel/responsive-panel.class.js").then(module=>module.LyraResponsivePanel)},"lr-result-card":{optionalPeers:[],load:()=>import("../components/agent-tools/result-card/result-card.class.js").then(module=>module.LyraResultCard)},"lr-result-field":{optionalPeers:[],load:()=>import("../components/agent-tools/result-card/result-field.class.js").then(module=>module.LyraResultField)},"lr-retrieval-compare":{optionalPeers:[],load:()=>import("../components/retrieval/retrieval-compare/retrieval-compare.class.js").then(module=>module.LyraRetrievalCompare)},"lr-retrieval-results":{optionalPeers:[],load:()=>import("../components/retrieval/retrieval-results/retrieval-results.class.js").then(module=>module.LyraRetrievalResults)},"lr-retrieval-search":{optionalPeers:[],load:()=>import("../components/retrieval/retrieval-search/retrieval-search.class.js").then(module=>module.LyraRetrievalSearch)},"lr-retrieval-trace":{optionalPeers:[],load:()=>import("../components/retrieval/retrieval-trace/retrieval-trace.class.js").then(module=>module.LyraRetrievalTrace)},"lr-rubric-form":{optionalPeers:[],load:()=>import("../components/forms/rubric-form/rubric-form.class.js").then(module=>module.LyraRubricForm)},"lr-scatter-chart":{optionalPeers:["chart.js","chartjs-plugin-annotation","chartjs-plugin-datalabels","chartjs-plugin-zoom"],load:()=>import("../components/charts/chart/scatter-chart.class.js").then(module=>module.LyraScatterChart)},"lr-scroller":{optionalPeers:[],load:()=>import("../components/layout/scroller/scroller.class.js").then(module=>module.LyraScroller)},"lr-segmented":{optionalPeers:[],load:()=>import("../components/layout/segmented/segmented.class.js").then(module=>module.LyraSegmented)},"lr-select":{optionalPeers:[],load:()=>import("../components/forms/select/select.class.js").then(module=>module.LyraSelect)},"lr-selection-toolbar":{optionalPeers:[],load:()=>import("../components/conversation/selection-toolbar/selection-toolbar.class.js").then(module=>module.LyraSelectionToolbar)},"lr-sequence-playback":{optionalPeers:[],load:()=>import("../components/media/sequence-playback/sequence-playback.class.js").then(module=>module.LyraSequencePlayback)},"lr-sequence-strip":{optionalPeers:[],load:()=>import("../components/data/sequence-strip/sequence-strip.class.js").then(module=>module.LyraSequenceStrip)},"lr-skeleton":{optionalPeers:[],load:()=>import("../components/overlays/skeleton/skeleton.class.js").then(module=>module.LyraSkeleton)},"lr-slider":{optionalPeers:[],load:()=>import("../components/forms/slider/slider.class.js").then(module=>module.LyraSlider)},"lr-source-card":{optionalPeers:[],load:()=>import("../components/retrieval/source-card/source-card.class.js").then(module=>module.LyraSourceCard)},"lr-source-list":{optionalPeers:[],load:()=>import("../components/retrieval/source-list/source-list.class.js").then(module=>module.LyraSourceList)},"lr-source-picker":{optionalPeers:[],load:()=>import("../components/retrieval/source-picker/source-picker.class.js").then(module=>module.LyraSourcePicker)},"lr-span-waterfall":{optionalPeers:[],load:()=>import("../components/agent-tools/span-waterfall/span-waterfall.class.js").then(module=>module.LyraSpanWaterfall)},"lr-sparkline":{optionalPeers:[],load:()=>import("../components/data/sparkline/sparkline.class.js").then(module=>module.LyraSparkline)},"lr-spinner":{optionalPeers:[],load:()=>import("../components/overlays/spinner/spinner.class.js").then(module=>module.LyraSpinner)},"lr-split-panel":{optionalPeers:[],load:()=>import("../components/layout/split-panel/split-panel.class.js").then(module=>module.LyraSplitPanel)},"lr-spreadsheet-viewer":{optionalPeers:["xlsx"],load:()=>import("../components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.js").then(module=>module.LyraSpreadsheetViewer)},"lr-stack-trace":{optionalPeers:[],load:()=>import("../components/agent-tools/stack-trace/stack-trace.class.js").then(module=>module.LyraStackTrace)},"lr-stat":{optionalPeers:[],load:()=>import("../components/data/stat/stat.class.js").then(module=>module.LyraStat)},"lr-stepper":{optionalPeers:[],load:()=>import("../components/layout/stepper/stepper.class.js").then(module=>module.LyraStepper)},"lr-stream-status":{optionalPeers:[],load:()=>import("../components/conversation/stream-status/stream-status.class.js").then(module=>module.LyraStreamStatus)},"lr-streaming-text":{optionalPeers:["dompurify","katex","marked","shiki"],load:()=>import("../components/conversation/streaming-text/streaming-text.class.js").then(module=>module.LyraStreamingText)},"lr-subagent-panel":{optionalPeers:[],load:()=>import("../components/agent-tools/subagent-panel/subagent-panel.class.js").then(module=>module.LyraSubagentPanel)},"lr-suggestion-chips":{optionalPeers:[],load:()=>import("../components/conversation/suggestion-chips/suggestion-chips.class.js").then(module=>module.LyraSuggestionChips)},"lr-svg-viewer":{optionalPeers:["dompurify"],load:()=>import("../components/viewers/svg-viewer/svg-viewer.class.js").then(module=>module.LyraSvgViewer)},"lr-swatch-picker":{optionalPeers:[],load:()=>import("../components/forms/swatch-picker/swatch-picker.class.js").then(module=>module.LyraSwatchPicker)},"lr-switch":{optionalPeers:[],load:()=>import("../components/forms/switch/switch.class.js").then(module=>module.LyraSwitch)},"lr-tab":{optionalPeers:[],load:()=>import("../components/layout/tab-group/tab.class.js").then(module=>module.LyraTab)},"lr-tab-group":{optionalPeers:[],load:()=>import("../components/layout/tab-group/tab-group.class.js").then(module=>module.LyraTabGroup)},"lr-tab-panel":{optionalPeers:[],load:()=>import("../components/layout/tab-group/tab-panel.class.js").then(module=>module.LyraTabPanel)},"lr-table":{optionalPeers:[],load:()=>import("../components/data/table/table.class.js").then(module=>module.LyraTable)},"lr-tag":{optionalPeers:[],load:()=>import("../components/overlays/badge/tag.class.js").then(module=>module.LyraTag)},"lr-task-list":{optionalPeers:[],load:()=>import("../components/agent-tools/task-list/task-list.class.js").then(module=>module.LyraTaskList)},"lr-terminal":{optionalPeers:[],load:()=>import("../components/agent-tools/terminal/terminal.class.js").then(module=>module.LyraTerminal)},"lr-test-results":{optionalPeers:[],load:()=>import("../components/agent-tools/test-results/test-results.class.js").then(module=>module.LyraTestResults)},"lr-textarea":{optionalPeers:[],load:()=>import("../components/forms/textarea/textarea.class.js").then(module=>module.LyraTextarea)},"lr-thinking-panel":{optionalPeers:[],load:()=>import("../components/agent-tools/thinking-panel/thinking-panel.class.js").then(module=>module.LyraThinkingPanel)},"lr-thread-list":{optionalPeers:[],load:()=>import("../components/conversation/thread-list/thread-list.class.js").then(module=>module.LyraThreadList)},"lr-time-input":{optionalPeers:[],load:()=>import("../components/forms/input/time-input.class.js").then(module=>module.LyraTimeInput)},"lr-time-range":{optionalPeers:[],load:()=>import("../components/forms/time-range/time-range.class.js").then(module=>module.LyraTimeRange)},"lr-timeline":{optionalPeers:[],load:()=>import("../components/data/timeline/timeline.class.js").then(module=>module.LyraTimeline)},"lr-timeline-item":{optionalPeers:[],load:()=>import("../components/data/timeline/timeline-item.class.js").then(module=>module.LyraTimelineItem)},"lr-toast":{optionalPeers:[],load:()=>import("../components/overlays/toast/toast.class.js").then(module=>module.LyraToast)},"lr-toast-item":{optionalPeers:[],load:()=>import("../components/overlays/toast/toast-item.class.js").then(module=>module.LyraToastItem)},"lr-token-input":{optionalPeers:[],load:()=>import("../components/forms/token-input/token-input.class.js").then(module=>module.LyraTokenInput)},"lr-tool-approval-dialog":{optionalPeers:[],load:()=>import("../components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.js").then(module=>module.LyraToolApprovalDialog)},"lr-tool-call-chip":{optionalPeers:[],load:()=>import("../components/agent-tools/tool-call-chip/tool-call-chip.class.js").then(module=>module.LyraToolCallChip)},"lr-tool-param-form":{optionalPeers:[],load:()=>import("../components/agent-tools/tool-param-form/tool-param-form.class.js").then(module=>module.LyraToolParamForm)},"lr-tool-result-dialog":{optionalPeers:[],load:()=>import("../components/agent-tools/tool-result-dialog/tool-result-dialog.class.js").then(module=>module.LyraToolResultDialog)},"lr-tool-result-view":{optionalPeers:[],load:()=>import("../components/agent-tools/tool-result-view/tool-result-view.class.js").then(module=>module.LyraToolResultView)},"lr-tool-select-dialog":{optionalPeers:[],load:()=>import("../components/agent-tools/tool-select-dialog/tool-select-dialog.class.js").then(module=>module.LyraToolSelectDialog)},"lr-tool-timeline":{optionalPeers:[],load:()=>import("../components/agent-tools/tool-timeline/tool-timeline.class.js").then(module=>module.LyraToolTimeline)},"lr-tooltip":{optionalPeers:[],load:()=>import("../components/overlays/overlay/tooltip.class.js").then(module=>module.LyraTooltip)},"lr-tour":{optionalPeers:[],load:()=>import("../components/utility/tour/tour.class.js").then(module=>module.LyraTour)},"lr-trace-tree":{optionalPeers:[],load:()=>import("../components/agent-tools/trace-tree/trace-tree.class.js").then(module=>module.LyraTraceTree)},"lr-transcript-feed":{optionalPeers:[],load:()=>import("../components/conversation/transcript-feed/transcript-feed.class.js").then(module=>module.LyraTranscriptFeed)},"lr-tree":{optionalPeers:[],load:()=>import("../components/data/tree/tree.class.js").then(module=>module.LyraTree)},"lr-tree-item":{optionalPeers:[],load:()=>import("../components/data/tree/tree-item.class.js").then(module=>module.LyraTreeItem)},"lr-typing-indicator":{optionalPeers:[],load:()=>import("../components/conversation/typing-indicator/typing-indicator.class.js").then(module=>module.LyraTypingIndicator)},"lr-usage-badge":{optionalPeers:[],load:()=>import("../components/conversation/usage-badge/usage-badge.class.js").then(module=>module.LyraUsageBadge)},"lr-video":{optionalPeers:["dompurify"],load:()=>import("../components/media/video/video.class.js").then(module=>module.LyraVideo)},"lr-video-playlist":{optionalPeers:["dompurify"],load:()=>import("../components/media/video-playlist/video-playlist.class.js").then(module=>module.LyraVideoPlaylist)},"lr-virtual-list":{optionalPeers:[],load:()=>import("../components/layout/virtual-list/virtual-list.class.js").then(module=>module.LyraVirtualList)},"lr-visually-hidden":{optionalPeers:[],load:()=>import("../components/utility/visually-hidden/visually-hidden.class.js").then(module=>module.LyraVisuallyHidden)},"lr-voice-picker":{optionalPeers:[],load:()=>import("../components/conversation/voice-picker/voice-picker.class.js").then(module=>module.LyraVoicePicker)},"lr-widget":{optionalPeers:[],load:()=>import("../components/layout/widget/widget.class.js").then(module=>module.LyraWidget)},"lr-widget-renderer":{optionalPeers:["dompurify","katex","marked","shiki"],load:()=>import("../components/conversation/widget-renderer/widget-renderer.class.js").then(module=>module.LyraWidgetRenderer)},"lr-word-cloud":{optionalPeers:[],load:()=>import("../components/data/word-cloud/word-cloud.class.js").then(module=>module.LyraWordCloud)},"lr-xml-viewer":{optionalPeers:[],load:()=>import("../components/viewers/xml-viewer/xml-viewer.class.js").then(module=>module.LyraXmlViewer)},"lr-zoomable-frame":{optionalPeers:[],load:()=>import("../components/media/zoomable-frame/zoomable-frame.class.js").then(module=>module.LyraZoomableFrame)}};export{AUTOLOADER_MANIFEST};
1
+ const AUTOLOADER_MANIFEST={"lr-accordion":{optionalPeers:[],load:()=>import("../components/layout/details/accordion.class.js").then(module=>module.LyraAccordion)},"lr-accordion-item":{optionalPeers:[],load:()=>import("../components/layout/details/accordion-item.class.js").then(module=>module.LyraAccordionItem)},"lr-activity-feed":{optionalPeers:[],load:()=>import("../components/agent-tools/activity-feed/activity-feed.class.js").then(module=>module.LyraActivityFeed)},"lr-agent-eval-dashboard":{optionalPeers:[],load:()=>import("../components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.class.js").then(module=>module.LyraAgentEvalDashboard)},"lr-agent-run":{optionalPeers:[],load:()=>import("../components/agent-tools/agent-run/agent-run.class.js").then(module=>module.LyraAgentRun)},"lr-agent-trace":{optionalPeers:[],load:()=>import("../components/agent-tools/agent-trace/agent-trace.class.js").then(module=>module.LyraAgentTrace)},"lr-agent-workspace":{optionalPeers:["dompurify","katex","marked","shiki"],load:()=>import("../components/conversation/agent-workspace/agent-workspace.class.js").then(module=>module.LyraAgentWorkspace)},"lr-alert":{optionalPeers:[],load:()=>import("../components/overlays/alert/alert.class.js").then(module=>module.LyraAlert)},"lr-animated-image":{optionalPeers:[],load:()=>import("../components/media/animated-image/animated-image.class.js").then(module=>module.LyraAnimatedImage)},"lr-animation":{optionalPeers:[],load:()=>import("../components/media/animation/animation.class.js").then(module=>module.LyraAnimation)},"lr-app-rail":{optionalPeers:[],load:()=>import("../components/layout/app-rail/app-rail.class.js").then(module=>module.LyraAppRail)},"lr-app-rail-item":{optionalPeers:[],load:()=>import("../components/layout/app-rail/app-rail-item.class.js").then(module=>module.LyraAppRailItem)},"lr-approval-queue":{optionalPeers:[],load:()=>import("../components/agent-tools/approval-queue/approval-queue.class.js").then(module=>module.LyraApprovalQueue)},"lr-archive-viewer":{optionalPeers:[],load:()=>import("../components/viewers/archive-viewer/archive-viewer.class.js").then(module=>module.LyraArchiveViewer)},"lr-artifact-panel":{optionalPeers:[],load:()=>import("../components/agent-tools/artifact-panel/artifact-panel.class.js").then(module=>module.LyraArtifactPanel)},"lr-attachment-chip":{optionalPeers:[],load:()=>import("../components/media/attachment-chip/attachment-chip.class.js").then(module=>module.LyraAttachmentChip)},"lr-attachment-trigger":{optionalPeers:[],load:()=>import("../components/media/attachment-trigger/attachment-trigger.class.js").then(module=>module.LyraAttachmentTrigger)},"lr-audio-visualizer":{optionalPeers:[],load:()=>import("../components/conversation/audio-visualizer/audio-visualizer.class.js").then(module=>module.LyraAudioVisualizer)},"lr-av-player":{optionalPeers:[],load:()=>import("../components/media/av-player/av-player.class.js").then(module=>module.LyraAvPlayer)},"lr-avatar":{optionalPeers:[],load:()=>import("../components/media/avatar/avatar.class.js").then(module=>module.LyraAvatar)},"lr-avatar-group":{optionalPeers:[],load:()=>import("../components/media/avatar-group/avatar-group.class.js").then(module=>module.LyraAvatarGroup)},"lr-badge":{optionalPeers:[],load:()=>import("../components/overlays/badge/badge.class.js").then(module=>module.LyraBadge)},"lr-bar-chart":{optionalPeers:["chart.js","chartjs-plugin-annotation","chartjs-plugin-datalabels","chartjs-plugin-zoom"],load:()=>import("../components/charts/chart/bar-chart.class.js").then(module=>module.LyraBarChart)},"lr-box-plot":{optionalPeers:["@sgratzl/chartjs-chart-boxplot","chart.js"],load:()=>import("../components/charts/chart/box-plot.class.js").then(module=>module.LyraBoxPlot)},"lr-branch-picker":{optionalPeers:[],load:()=>import("../components/conversation/branch-picker/branch-picker.class.js").then(module=>module.LyraBranchPicker)},"lr-breadcrumb":{optionalPeers:[],load:()=>import("../components/layout/breadcrumb/breadcrumb.class.js").then(module=>module.LyraBreadcrumb)},"lr-breadcrumb-item":{optionalPeers:[],load:()=>import("../components/layout/breadcrumb/breadcrumb-item.class.js").then(module=>module.LyraBreadcrumbItem)},"lr-browser-frame":{optionalPeers:[],load:()=>import("../components/agent-tools/browser-frame/browser-frame.class.js").then(module=>module.LyraBrowserFrame)},"lr-bubble-chart":{optionalPeers:["chart.js","chartjs-plugin-annotation","chartjs-plugin-datalabels","chartjs-plugin-zoom"],load:()=>import("../components/charts/chart/bubble-chart.class.js").then(module=>module.LyraBubbleChart)},"lr-button":{optionalPeers:[],load:()=>import("../components/forms/button/button.class.js").then(module=>module.LyraButton)},"lr-button-group":{optionalPeers:[],load:()=>import("../components/layout/button-group/button-group.class.js").then(module=>module.LyraButtonGroup)},"lr-calendar":{optionalPeers:[],load:()=>import("../components/data/calendar/calendar.class.js").then(module=>module.LyraCalendar)},"lr-calendar-viewer":{optionalPeers:["ical.js"],load:()=>import("../components/viewers/calendar-viewer/calendar-viewer.class.js").then(module=>module.LyraCalendarViewer)},"lr-callout":{optionalPeers:[],load:()=>import("../components/overlays/callout/callout.class.js").then(module=>module.LyraCallout)},"lr-card":{optionalPeers:[],load:()=>import("../components/layout/card/card.class.js").then(module=>module.LyraCard)},"lr-carousel":{optionalPeers:[],load:()=>import("../components/layout/carousel/carousel.class.js").then(module=>module.LyraCarousel)},"lr-carousel-item":{optionalPeers:[],load:()=>import("../components/layout/carousel/carousel-item.class.js").then(module=>module.LyraCarouselItem)},"lr-chart":{optionalPeers:["chart.js","chartjs-plugin-annotation","chartjs-plugin-datalabels","chartjs-plugin-zoom"],load:()=>import("../components/charts/chart/chart.class.js").then(module=>module.LyraChart)},"lr-chat-composer":{optionalPeers:[],load:()=>import("../components/conversation/chat-composer/chat-composer.class.js").then(module=>module.LyraChatComposer)},"lr-chat-message":{optionalPeers:[],load:()=>import("../components/conversation/chat-message/chat-message.class.js").then(module=>module.LyraChatMessage)},"lr-chat-viewport":{optionalPeers:[],load:()=>import("../components/conversation/chat-viewport/chat-viewport.class.js").then(module=>module.LyraChatViewport)},"lr-checkbox":{optionalPeers:[],load:()=>import("../components/forms/checkbox/checkbox.class.js").then(module=>module.LyraCheckbox)},"lr-checkbox-group":{optionalPeers:[],load:()=>import("../components/forms/checkbox-group/checkbox-group.class.js").then(module=>module.LyraCheckboxGroup)},"lr-checkpoint":{optionalPeers:[],load:()=>import("../components/conversation/checkpoint/checkpoint.class.js").then(module=>module.LyraCheckpoint)},"lr-chip":{optionalPeers:[],load:()=>import("../components/overlays/chip/chip.class.js").then(module=>module.LyraChip)},"lr-chip-group":{optionalPeers:[],load:()=>import("../components/overlays/chip/chip-group.class.js").then(module=>module.LyraChipGroup)},"lr-chunk-inspector":{optionalPeers:[],load:()=>import("../components/retrieval/chunk-inspector/chunk-inspector.class.js").then(module=>module.LyraChunkInspector)},"lr-citation-badge":{optionalPeers:[],load:()=>import("../components/retrieval/citation-badge/citation-badge.class.js").then(module=>module.LyraCitationBadge)},"lr-claim-evidence":{optionalPeers:[],load:()=>import("../components/retrieval/claim-evidence/claim-evidence.class.js").then(module=>module.LyraClaimEvidence)},"lr-code-block":{optionalPeers:["shiki"],load:()=>import("../components/conversation/code-block/code-block.class.js").then(module=>module.LyraCodeBlock)},"lr-code-block-core":{optionalPeers:["shiki"],load:()=>import("../components/conversation/code-block/code-block-core.class.js").then(module=>module.LyraCodeBlockCore)},"lr-code-editor":{optionalPeers:[],load:()=>import("../components/forms/code-editor/code-editor.class.js").then(module=>module.LyraCodeEditor)},"lr-color-picker":{optionalPeers:[],load:()=>import("../components/forms/color-picker/color-picker.class.js").then(module=>module.LyraColorPicker)},"lr-combobox":{optionalPeers:[],load:()=>import("../components/forms/combobox/combobox.class.js").then(module=>module.LyraCombobox)},"lr-command-palette":{optionalPeers:["dompurify"],load:()=>import("../components/layout/command-palette/command-palette.class.js").then(module=>module.LyraCommandPalette)},"lr-commit-card":{optionalPeers:[],load:()=>import("../components/agent-tools/commit-card/commit-card.class.js").then(module=>module.LyraCommitCard)},"lr-community-card":{optionalPeers:[],load:()=>import("../components/retrieval/community-card/community-card.class.js").then(module=>module.LyraCommunityCard)},"lr-compare-panel":{optionalPeers:[],load:()=>import("../components/agent-tools/compare-panel/compare-panel.class.js").then(module=>module.LyraComparePanel)},"lr-condition-builder":{optionalPeers:["dompurify"],load:()=>import("../components/data/condition-builder/condition-builder.class.js").then(module=>module.LyraConditionBuilder)},"lr-confirm-bar":{optionalPeers:[],load:()=>import("../components/agent-tools/confirm-bar/confirm-bar.class.js").then(module=>module.LyraConfirmBar)},"lr-contact-viewer":{optionalPeers:[],load:()=>import("../components/viewers/contact-viewer/contact-viewer.class.js").then(module=>module.LyraContactViewer)},"lr-context-inspector":{optionalPeers:[],load:()=>import("../components/agent-tools/context-inspector/context-inspector.class.js").then(module=>module.LyraContextInspector)},"lr-context-meter":{optionalPeers:[],load:()=>import("../components/data/context-meter/context-meter.class.js").then(module=>module.LyraContextMeter)},"lr-control-group":{optionalPeers:[],load:()=>import("../components/layout/control-group/control-group.class.js").then(module=>module.LyraControlGroup)},"lr-conversation-item":{optionalPeers:[],load:()=>import("../components/conversation/conversation-item/conversation-item.class.js").then(module=>module.LyraConversationItem)},"lr-copy-button":{optionalPeers:[],load:()=>import("../components/utility/copy-button/copy-button.class.js").then(module=>module.LyraCopyButton)},"lr-csv-viewer":{optionalPeers:["papaparse"],load:()=>import("../components/viewers/csv-viewer/csv-viewer.class.js").then(module=>module.LyraCsvViewer)},"lr-dashboard-grid":{optionalPeers:["dompurify","katex","marked","shiki"],load:()=>import("../components/layout/dashboard-grid/dashboard-grid.class.js").then(module=>module.LyraDashboardGrid)},"lr-data-grid":{optionalPeers:[],load:()=>import("../components/data/data-grid/data-grid.class.js").then(module=>module.LyraDataGrid)},"lr-dataset-viewer":{optionalPeers:["papaparse"],load:()=>import("../components/viewers/dataset-viewer/dataset-viewer.class.js").then(module=>module.LyraDatasetViewer)},"lr-date-input":{optionalPeers:[],load:()=>import("../components/forms/date-picker/date-input.class.js").then(module=>module.LyraDateInput)},"lr-date-picker":{optionalPeers:[],load:()=>import("../components/forms/date-picker/date-picker.class.js").then(module=>module.LyraDatePicker)},"lr-details":{optionalPeers:[],load:()=>import("../components/layout/details/details.class.js").then(module=>module.LyraDetails)},"lr-dialog":{optionalPeers:[],load:()=>import("../components/overlays/dialog/dialog.class.js").then(module=>module.LyraDialog)},"lr-diff-view":{optionalPeers:["shiki"],load:()=>import("../components/utility/diff-view/diff-view.class.js").then(module=>module.LyraDiffView)},"lr-divider":{optionalPeers:[],load:()=>import("../components/utility/divider/divider.class.js").then(module=>module.LyraDivider)},"lr-dock-panel":{optionalPeers:[],load:()=>import("../components/layout/dock-panel/dock-panel.class.js").then(module=>module.LyraDockPanel)},"lr-document-compare":{optionalPeers:["shiki"],load:()=>import("../components/viewers/document-compare/document-compare.class.js").then(module=>module.LyraDocumentCompare)},"lr-document-library":{optionalPeers:[],load:()=>import("../components/data/document-library/document-library.class.js").then(module=>module.LyraDocumentLibrary)},"lr-document-preview":{optionalPeers:[],load:()=>import("../components/viewers/document-preview/document-preview.class.js").then(module=>module.LyraDocumentPreview)},"lr-document-viewer":{optionalPeers:[],load:()=>import("../components/viewers/document-viewer/document-viewer.class.js").then(module=>module.LyraDocumentViewer)},"lr-docx-viewer":{optionalPeers:["dompurify","mammoth"],load:()=>import("../components/viewers/docx-viewer/docx-viewer.class.js").then(module=>module.LyraDocxViewer)},"lr-doughnut-chart":{optionalPeers:["chart.js","chartjs-plugin-annotation","chartjs-plugin-datalabels","chartjs-plugin-zoom"],load:()=>import("../components/charts/chart/doughnut-chart.class.js").then(module=>module.LyraDoughnutChart)},"lr-drawer":{optionalPeers:[],load:()=>import("../components/overlays/drawer/drawer.class.js").then(module=>module.LyraDrawer)},"lr-drilldown-panel":{optionalPeers:[],load:()=>import("../components/layout/drilldown-panel/drilldown-panel.class.js").then(module=>module.LyraDrilldownPanel)},"lr-dropdown":{optionalPeers:[],load:()=>import("../components/overlays/overlay/dropdown.class.js").then(module=>module.LyraDropdown)},"lr-dropdown-item":{optionalPeers:[],load:()=>import("../components/layout/menu/dropdown-item.class.js").then(module=>module.LyraDropdownItem)},"lr-ebook-viewer":{optionalPeers:["epubjs"],load:()=>import("../components/viewers/ebook-viewer/ebook-viewer.class.js").then(module=>module.LyraEbookViewer)},"lr-email-viewer":{optionalPeers:["dompurify","postal-mime"],load:()=>import("../components/viewers/email-viewer/email-viewer.class.js").then(module=>module.LyraEmailViewer)},"lr-embedding-explorer":{optionalPeers:[],load:()=>import("../components/retrieval/embedding-explorer/embedding-explorer.class.js").then(module=>module.LyraEmbeddingExplorer)},"lr-emoji-picker":{optionalPeers:["emoji-picker-element-data"],load:()=>import("../components/forms/emoji-picker/emoji-picker.class.js").then(module=>module.LyraEmojiPicker)},"lr-empty":{optionalPeers:[],load:()=>import("../components/overlays/empty/empty.class.js").then(module=>module.LyraEmpty)},"lr-entity-card":{optionalPeers:[],load:()=>import("../components/retrieval/entity-card/entity-card.class.js").then(module=>module.LyraEntityCard)},"lr-entity-chip":{optionalPeers:[],load:()=>import("../components/retrieval/entity-chip/entity-chip.class.js").then(module=>module.LyraEntityChip)},"lr-entity-dossier":{optionalPeers:[],load:()=>import("../components/retrieval/entity-dossier/entity-dossier.class.js").then(module=>module.LyraEntityDossier)},"lr-env-list":{optionalPeers:[],load:()=>import("../components/data/env-list/env-list.class.js").then(module=>module.LyraEnvList)},"lr-eval-dataset":{optionalPeers:[],load:()=>import("../components/agent-tools/eval-dataset/eval-dataset.class.js").then(module=>module.LyraEvalDataset)},"lr-eval-result":{optionalPeers:["shiki"],load:()=>import("../components/agent-tools/eval-result/eval-result.class.js").then(module=>module.LyraEvalResult)},"lr-eval-run":{optionalPeers:["dompurify","katex","marked","shiki"],load:()=>import("../components/agent-tools/evaluation-run/evaluation-run.class.js").then(module=>module.LyraEvalRun)},"lr-export-button":{optionalPeers:[],load:()=>import("../components/utility/export-button/export-button.class.js").then(module=>module.LyraExportButton)},"lr-file-icon":{optionalPeers:[],load:()=>import("../components/media/file-icon/file-icon.class.js").then(module=>module.LyraFileIcon)},"lr-file-input":{optionalPeers:[],load:()=>import("../components/media/file-input/file-input.class.js").then(module=>module.LyraFileInput)},"lr-file-tree":{optionalPeers:[],load:()=>import("../components/data/file-tree/file-tree.class.js").then(module=>module.LyraFileTree)},"lr-filter-bar":{optionalPeers:[],load:()=>import("../components/layout/filter-bar/filter-bar.class.js").then(module=>module.LyraFilterBar)},"lr-flag":{optionalPeers:["@aceshooting/lyra-flags"],load:()=>import("../components/media/flag/flag.class.js").then(module=>module.LyraFlag)},"lr-flow-canvas":{optionalPeers:[],load:()=>import("../components/data/flow-canvas/flow-canvas.class.js").then(module=>module.LyraFlowCanvas)},"lr-flow-controls":{optionalPeers:[],load:()=>import("../components/data/flow-controls/flow-controls.class.js").then(module=>module.LyraFlowControls)},"lr-flow-minimap":{optionalPeers:[],load:()=>import("../components/data/flow-minimap/flow-minimap.class.js").then(module=>module.LyraFlowMinimap)},"lr-flow-node":{optionalPeers:[],load:()=>import("../components/data/flow-node/flow-node.class.js").then(module=>module.LyraFlowNode)},"lr-flow-run-status":{optionalPeers:[],load:()=>import("../components/data/flow-run-status/flow-run-status.class.js").then(module=>module.LyraFlowRunStatus)},"lr-format-bytes":{optionalPeers:[],load:()=>import("../components/utility/format/format-bytes.class.js").then(module=>module.LyraFormatBytes)},"lr-format-date":{optionalPeers:[],load:()=>import("../components/utility/format/format-date.class.js").then(module=>module.LyraFormatDate)},"lr-format-number":{optionalPeers:[],load:()=>import("../components/utility/format/format-number.class.js").then(module=>module.LyraFormatNumber)},"lr-funnel":{optionalPeers:[],load:()=>import("../components/data/funnel/funnel.class.js").then(module=>module.LyraFunnel)},"lr-gauge":{optionalPeers:[],load:()=>import("../components/data/gauge/gauge.class.js").then(module=>module.LyraGauge)},"lr-generation-metrics":{optionalPeers:[],load:()=>import("../components/conversation/generation-metrics/generation-metrics.class.js").then(module=>module.LyraGenerationMetrics)},"lr-geojson-view":{optionalPeers:["maplibre-gl"],load:()=>import("../components/viewers/geojson-view/geojson-view.class.js").then(module=>module.LyraGeojsonView)},"lr-geojson-viewer":{optionalPeers:["maplibre-gl"],load:()=>import("../components/viewers/geojson-view/geojson-viewer.class.js").then(module=>module.LyraGeoJsonViewer)},"lr-graph":{optionalPeers:["d3-drag","d3-force","d3-selection","d3-zoom"],load:()=>import("../components/retrieval/graph/graph.class.js").then(module=>module.LyraGraph)},"lr-graph-legend":{optionalPeers:[],load:()=>import("../components/retrieval/graph-legend/graph-legend.class.js").then(module=>module.LyraGraphLegend)},"lr-graph-query-builder":{optionalPeers:[],load:()=>import("../components/data/graph-query-builder/graph-query-builder.class.js").then(module=>module.LyraGraphQueryBuilder)},"lr-grounding-summary":{optionalPeers:[],load:()=>import("../components/retrieval/grounding-summary/grounding-summary.class.js").then(module=>module.LyraGroundingSummary)},"lr-handoff-divider":{optionalPeers:[],load:()=>import("../components/conversation/handoff-divider/handoff-divider.class.js").then(module=>module.LyraHandoffDivider)},"lr-heatmap":{optionalPeers:[],load:()=>import("../components/data/heatmap/heatmap.class.js").then(module=>module.LyraHeatmap)},"lr-highlight-layer":{optionalPeers:[],load:()=>import("../components/viewers/highlight-layer/highlight-layer.class.js").then(module=>module.LyraHighlightLayer)},"lr-histogram":{optionalPeers:["chart.js","chartjs-plugin-annotation","chartjs-plugin-datalabels","chartjs-plugin-zoom"],load:()=>import("../components/charts/chart/histogram.class.js").then(module=>module.LyraHistogram)},"lr-html-viewer":{optionalPeers:["dompurify"],load:()=>import("../components/viewers/html-viewer/html-viewer.class.js").then(module=>module.LyraHtmlViewer)},"lr-icon":{optionalPeers:["dompurify"],load:()=>import("../components/utility/icon/icon.class.js").then(module=>module.LyraIcon)},"lr-icon-button":{optionalPeers:["dompurify"],load:()=>import("../components/forms/icon-button/icon-button.class.js").then(module=>module.LyraIconButton)},"lr-image-comparer":{optionalPeers:[],load:()=>import("../components/media/image-comparer/image-comparer.class.js").then(module=>module.LyraImageComparer)},"lr-image-viewer":{optionalPeers:[],load:()=>import("../components/media/image-viewer/image-viewer.class.js").then(module=>module.LyraImageViewer)},"lr-include":{optionalPeers:["dompurify"],load:()=>import("../components/viewers/include/include.class.js").then(module=>module.LyraInclude)},"lr-ingestion-queue":{optionalPeers:[],load:()=>import("../components/retrieval/ingestion-queue/ingestion-queue.class.js").then(module=>module.LyraIngestionQueue)},"lr-input":{optionalPeers:[],load:()=>import("../components/forms/input/input.class.js").then(module=>module.LyraInput)},"lr-intersection-observer":{optionalPeers:[],load:()=>import("../components/utility/intersection-observer/intersection-observer.class.js").then(module=>module.LyraIntersectionObserver)},"lr-json-schema-viewer":{optionalPeers:[],load:()=>import("../components/agent-tools/schema-viewer/schema-viewer.class.js").then(module=>module.LyraJsonSchemaViewer)},"lr-json-viewer":{optionalPeers:[],load:()=>import("../components/utility/json-viewer/json-viewer.class.js").then(module=>module.LyraJsonViewer)},"lr-kbd":{optionalPeers:[],load:()=>import("../components/overlays/kbd/kbd.class.js").then(module=>module.LyraKbd)},"lr-knowledge-base":{optionalPeers:[],load:()=>import("../components/retrieval/knowledge-base/knowledge-base.class.js").then(module=>module.LyraKnowledgeBase)},"lr-knowledge-base-admin":{optionalPeers:[],load:()=>import("../components/retrieval/knowledge-base-admin/knowledge-base-admin.class.js").then(module=>module.LyraKnowledgeBaseAdmin)},"lr-knowledge-graph-explorer":{optionalPeers:["d3-drag","d3-force","d3-selection","d3-zoom"],load:()=>import("../components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js").then(module=>module.LyraKnowledgeGraphExplorer)},"lr-known-date":{optionalPeers:[],load:()=>import("../components/utility/known-date/known-date.class.js").then(module=>module.LyraKnownDate)},"lr-lightbox":{optionalPeers:[],load:()=>import("../components/media/lightbox/lightbox.class.js").then(module=>module.LyraLightbox)},"lr-line-chart":{optionalPeers:["chart.js","chartjs-plugin-annotation","chartjs-plugin-datalabels","chartjs-plugin-zoom"],load:()=>import("../components/charts/chart/line-chart.class.js").then(module=>module.LyraLineChart)},"lr-lite-chart":{optionalPeers:[],load:()=>import("../components/charts/chart/lite-chart.class.js").then(module=>module.LyraLiteChart)},"lr-live-region":{optionalPeers:[],load:()=>import("../components/utility/live-region/live-region.class.js").then(module=>module.LyraLiveRegion)},"lr-locale-picker":{optionalPeers:["@aceshooting/lyra-flags"],load:()=>import("../components/forms/locale-picker/locale-picker.class.js").then(module=>module.LyraLocalePicker)},"lr-map":{optionalPeers:["maplibre-gl"],load:()=>import("../components/media/map/map.class.js").then(module=>module.LyraMap)},"lr-markdown":{optionalPeers:["dompurify","katex","marked","shiki"],load:()=>import("../components/conversation/markdown/markdown.class.js").then(module=>module.LyraMarkdown)},"lr-markdown-core":{optionalPeers:["dompurify","katex","marked","shiki"],load:()=>import("../components/conversation/markdown/markdown-core.class.js").then(module=>module.LyraMarkdownCore)},"lr-mcp-app":{optionalPeers:[],load:()=>import("../components/agent-tools/mcp-app/mcp-app.class.js").then(module=>module.LyraMcpApp)},"lr-media-card":{optionalPeers:[],load:()=>import("../components/media/media-card/media-card.class.js").then(module=>module.LyraMediaCard)},"lr-memory-panel":{optionalPeers:[],load:()=>import("../components/retrieval/memory-panel/memory-panel.class.js").then(module=>module.LyraMemoryPanel)},"lr-mention-popover":{optionalPeers:[],load:()=>import("../components/utility/mention-popover/mention-popover.class.js").then(module=>module.LyraMentionPopover)},"lr-menu":{optionalPeers:[],load:()=>import("../components/layout/menu/menu.class.js").then(module=>module.LyraMenu)},"lr-menu-item":{optionalPeers:[],load:()=>import("../components/layout/menu/menu-item.class.js").then(module=>module.LyraMenuItem)},"lr-menu-label":{optionalPeers:[],load:()=>import("../components/layout/menu/menu-label.class.js").then(module=>module.LyraMenuLabel)},"lr-message-actions":{optionalPeers:[],load:()=>import("../components/conversation/message-actions/message-actions.class.js").then(module=>module.LyraMessageActions)},"lr-message-feedback":{optionalPeers:[],load:()=>import("../components/conversation/message-feedback/message-feedback.class.js").then(module=>module.LyraMessageFeedback)},"lr-message-parts":{optionalPeers:["dompurify","katex","marked","shiki"],load:()=>import("../components/conversation/message-parts/message-parts.class.js").then(module=>module.LyraMessageParts)},"lr-mind-map":{optionalPeers:[],load:()=>import("../components/retrieval/mind-map/mind-map.class.js").then(module=>module.LyraMindMap)},"lr-model-select":{optionalPeers:[],load:()=>import("../components/conversation/model-select/model-select.class.js").then(module=>module.LyraModelSelect)},"lr-model-settings-panel":{optionalPeers:[],load:()=>import("../components/conversation/model-settings-panel/model-settings-panel.class.js").then(module=>module.LyraModelSettingsPanel)},"lr-multi-split":{optionalPeers:[],load:()=>import("../components/layout/multi-split/multi-split.class.js").then(module=>module.LyraMultiSplit)},"lr-mutation-observer":{optionalPeers:[],load:()=>import("../components/utility/mutation-observer/mutation-observer.class.js").then(module=>module.LyraMutationObserver)},"lr-native-time-input":{optionalPeers:[],load:()=>import("../components/forms/input/native-time-input.class.js").then(module=>module.LyraNativeTimeInput)},"lr-neighbor-list":{optionalPeers:[],load:()=>import("../components/retrieval/neighbor-list/neighbor-list.class.js").then(module=>module.LyraNeighborList)},"lr-node-palette":{optionalPeers:[],load:()=>import("../components/retrieval/node-palette/node-palette.class.js").then(module=>module.LyraNodePalette)},"lr-notebook-viewer":{optionalPeers:["dompurify","katex","marked","shiki"],load:()=>import("../components/viewers/notebook-viewer/notebook-viewer.class.js").then(module=>module.LyraNotebookViewer)},"lr-number-input":{optionalPeers:[],load:()=>import("../components/forms/input/number-input.class.js").then(module=>module.LyraNumberInput)},"lr-option":{optionalPeers:[],load:()=>import("../components/forms/combobox/option.class.js").then(module=>module.LyraOption)},"lr-otp-input":{optionalPeers:[],load:()=>import("../components/forms/otp-input/otp-input.class.js").then(module=>module.LyraOtpInput)},"lr-page":{optionalPeers:[],load:()=>import("../components/layout/page/page.class.js").then(module=>module.LyraPage)},"lr-page-rail":{optionalPeers:[],load:()=>import("../components/viewers/page-rail/page-rail.class.js").then(module=>module.LyraPageRail)},"lr-pagination":{optionalPeers:[],load:()=>import("../components/data/pagination/pagination.class.js").then(module=>module.LyraPagination)},"lr-pan-zoom":{optionalPeers:[],load:()=>import("../components/media/pan-zoom/pan-zoom.class.js").then(module=>module.LyraPanZoom)},"lr-path-strip":{optionalPeers:[],load:()=>import("../components/retrieval/path-strip/path-strip.class.js").then(module=>module.LyraPathStrip)},"lr-pdf-viewer":{optionalPeers:["pdfjs-dist"],load:()=>import("../components/viewers/pdf-viewer/pdf-viewer.class.js").then(module=>module.LyraPdfViewer)},"lr-phone-input":{optionalPeers:["@aceshooting/lyra-flags","libphonenumber-js"],load:()=>import("../components/forms/phone-input/phone-input.class.js").then(module=>module.LyraPhoneInput)},"lr-pie-chart":{optionalPeers:["chart.js","chartjs-plugin-annotation","chartjs-plugin-datalabels","chartjs-plugin-zoom"],load:()=>import("../components/charts/chart/pie-chart.class.js").then(module=>module.LyraPieChart)},"lr-polar-area-chart":{optionalPeers:["chart.js","chartjs-plugin-annotation","chartjs-plugin-datalabels","chartjs-plugin-zoom"],load:()=>import("../components/charts/chart/polar-area-chart.class.js").then(module=>module.LyraPolarAreaChart)},"lr-policy-summary":{optionalPeers:[],load:()=>import("../components/agent-tools/policy-summary/policy-summary.class.js").then(module=>module.LyraPolicySummary)},"lr-poll-status":{optionalPeers:[],load:()=>import("../components/utility/poll-status/poll-status.class.js").then(module=>module.LyraPollStatus)},"lr-popover":{optionalPeers:[],load:()=>import("../components/overlays/overlay/popover.class.js").then(module=>module.LyraPopover)},"lr-popup":{optionalPeers:[],load:()=>import("../components/overlays/popup/popup.class.js").then(module=>module.LyraPopup)},"lr-pptx-viewer":{optionalPeers:["@aiden0z/pptx-renderer"],load:()=>import("../components/viewers/pptx-viewer/pptx-viewer.class.js").then(module=>module.LyraPptxViewer)},"lr-progress-bar":{optionalPeers:[],load:()=>import("../components/overlays/progress/progress-bar.class.js").then(module=>module.LyraProgressBar)},"lr-progress-ring":{optionalPeers:[],load:()=>import("../components/overlays/progress/progress-ring.class.js").then(module=>module.LyraProgressRing)},"lr-prompt-input":{optionalPeers:[],load:()=>import("../components/conversation/prompt-input/prompt-input.class.js").then(module=>module.LyraPromptInput)},"lr-prompt-queue":{optionalPeers:[],load:()=>import("../components/conversation/prompt-queue/prompt-queue.class.js").then(module=>module.LyraPromptQueue)},"lr-prompt-studio":{optionalPeers:[],load:()=>import("../components/agent-tools/prompt-studio/prompt-studio.class.js").then(module=>module.LyraPromptStudio)},"lr-provenance-panel":{optionalPeers:[],load:()=>import("../components/retrieval/provenance-panel/provenance-panel.class.js").then(module=>module.LyraProvenancePanel)},"lr-push-to-talk":{optionalPeers:[],load:()=>import("../components/conversation/push-to-talk/push-to-talk.class.js").then(module=>module.LyraPushToTalk)},"lr-qr-code":{optionalPeers:["qrcode"],load:()=>import("../components/media/qr-code/qr-code.class.js").then(module=>module.LyraQrCode)},"lr-radar-chart":{optionalPeers:["chart.js","chartjs-plugin-annotation","chartjs-plugin-datalabels","chartjs-plugin-zoom"],load:()=>import("../components/charts/chart/radar-chart.class.js").then(module=>module.LyraRadarChart)},"lr-radio":{optionalPeers:[],load:()=>import("../components/forms/radio/radio.class.js").then(module=>module.LyraRadio)},"lr-radio-button":{optionalPeers:[],load:()=>import("../components/forms/radio/radio-button.class.js").then(module=>module.LyraRadioButton)},"lr-radio-group":{optionalPeers:[],load:()=>import("../components/forms/radio/radio-group.class.js").then(module=>module.LyraRadioGroup)},"lr-rag-answer":{optionalPeers:["dompurify","katex","marked","shiki"],load:()=>import("../components/retrieval/rag-answer/rag-answer.class.js").then(module=>module.LyraRagAnswer)},"lr-rag-eval-dashboard":{optionalPeers:[],load:()=>import("../components/retrieval/rag-eval-dashboard/rag-eval-dashboard.class.js").then(module=>module.LyraRagEvalDashboard)},"lr-random-content":{optionalPeers:[],load:()=>import("../components/utility/random-content/random-content.class.js").then(module=>module.LyraRandomContent)},"lr-rating":{optionalPeers:[],load:()=>import("../components/overlays/rating/rating.class.js").then(module=>module.LyraRating)},"lr-realtime-session":{optionalPeers:[],load:()=>import("../components/conversation/realtime-session/realtime-session.class.js").then(module=>module.LyraRealtimeSession)},"lr-relative-time":{optionalPeers:[],load:()=>import("../components/utility/format/relative-time.class.js").then(module=>module.LyraRelativeTime)},"lr-reorder-item":{optionalPeers:[],load:()=>import("../components/layout/reorder-list/reorder-item.class.js").then(module=>module.LyraReorderItem)},"lr-reorder-list":{optionalPeers:[],load:()=>import("../components/layout/reorder-list/reorder-list.class.js").then(module=>module.LyraReorderList)},"lr-resize-observer":{optionalPeers:[],load:()=>import("../components/utility/resize-observer/resize-observer.class.js").then(module=>module.LyraResizeObserver)},"lr-responsive-panel":{optionalPeers:[],load:()=>import("../components/layout/responsive-panel/responsive-panel.class.js").then(module=>module.LyraResponsivePanel)},"lr-result-card":{optionalPeers:[],load:()=>import("../components/agent-tools/result-card/result-card.class.js").then(module=>module.LyraResultCard)},"lr-result-field":{optionalPeers:[],load:()=>import("../components/agent-tools/result-card/result-field.class.js").then(module=>module.LyraResultField)},"lr-retrieval-compare":{optionalPeers:[],load:()=>import("../components/retrieval/retrieval-compare/retrieval-compare.class.js").then(module=>module.LyraRetrievalCompare)},"lr-retrieval-results":{optionalPeers:[],load:()=>import("../components/retrieval/retrieval-results/retrieval-results.class.js").then(module=>module.LyraRetrievalResults)},"lr-retrieval-search":{optionalPeers:[],load:()=>import("../components/retrieval/retrieval-search/retrieval-search.class.js").then(module=>module.LyraRetrievalSearch)},"lr-retrieval-trace":{optionalPeers:[],load:()=>import("../components/retrieval/retrieval-trace/retrieval-trace.class.js").then(module=>module.LyraRetrievalTrace)},"lr-rubric-form":{optionalPeers:[],load:()=>import("../components/forms/rubric-form/rubric-form.class.js").then(module=>module.LyraRubricForm)},"lr-scatter-chart":{optionalPeers:["chart.js","chartjs-plugin-annotation","chartjs-plugin-datalabels","chartjs-plugin-zoom"],load:()=>import("../components/charts/chart/scatter-chart.class.js").then(module=>module.LyraScatterChart)},"lr-scroller":{optionalPeers:[],load:()=>import("../components/layout/scroller/scroller.class.js").then(module=>module.LyraScroller)},"lr-segmented":{optionalPeers:[],load:()=>import("../components/layout/segmented/segmented.class.js").then(module=>module.LyraSegmented)},"lr-select":{optionalPeers:[],load:()=>import("../components/forms/select/select.class.js").then(module=>module.LyraSelect)},"lr-selection-toolbar":{optionalPeers:[],load:()=>import("../components/conversation/selection-toolbar/selection-toolbar.class.js").then(module=>module.LyraSelectionToolbar)},"lr-sequence-playback":{optionalPeers:[],load:()=>import("../components/media/sequence-playback/sequence-playback.class.js").then(module=>module.LyraSequencePlayback)},"lr-sequence-strip":{optionalPeers:[],load:()=>import("../components/data/sequence-strip/sequence-strip.class.js").then(module=>module.LyraSequenceStrip)},"lr-skeleton":{optionalPeers:[],load:()=>import("../components/overlays/skeleton/skeleton.class.js").then(module=>module.LyraSkeleton)},"lr-slider":{optionalPeers:[],load:()=>import("../components/forms/slider/slider.class.js").then(module=>module.LyraSlider)},"lr-source-card":{optionalPeers:[],load:()=>import("../components/retrieval/source-card/source-card.class.js").then(module=>module.LyraSourceCard)},"lr-source-list":{optionalPeers:[],load:()=>import("../components/retrieval/source-list/source-list.class.js").then(module=>module.LyraSourceList)},"lr-source-picker":{optionalPeers:[],load:()=>import("../components/retrieval/source-picker/source-picker.class.js").then(module=>module.LyraSourcePicker)},"lr-span-waterfall":{optionalPeers:[],load:()=>import("../components/agent-tools/span-waterfall/span-waterfall.class.js").then(module=>module.LyraSpanWaterfall)},"lr-sparkline":{optionalPeers:[],load:()=>import("../components/data/sparkline/sparkline.class.js").then(module=>module.LyraSparkline)},"lr-spinner":{optionalPeers:[],load:()=>import("../components/overlays/spinner/spinner.class.js").then(module=>module.LyraSpinner)},"lr-split-panel":{optionalPeers:[],load:()=>import("../components/layout/split-panel/split-panel.class.js").then(module=>module.LyraSplitPanel)},"lr-spreadsheet-viewer":{optionalPeers:["xlsx"],load:()=>import("../components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.js").then(module=>module.LyraSpreadsheetViewer)},"lr-stack-trace":{optionalPeers:[],load:()=>import("../components/agent-tools/stack-trace/stack-trace.class.js").then(module=>module.LyraStackTrace)},"lr-stat":{optionalPeers:[],load:()=>import("../components/data/stat/stat.class.js").then(module=>module.LyraStat)},"lr-stepper":{optionalPeers:[],load:()=>import("../components/layout/stepper/stepper.class.js").then(module=>module.LyraStepper)},"lr-stream-status":{optionalPeers:[],load:()=>import("../components/conversation/stream-status/stream-status.class.js").then(module=>module.LyraStreamStatus)},"lr-streaming-text":{optionalPeers:["dompurify","katex","marked","shiki"],load:()=>import("../components/conversation/streaming-text/streaming-text.class.js").then(module=>module.LyraStreamingText)},"lr-subagent-panel":{optionalPeers:[],load:()=>import("../components/agent-tools/subagent-panel/subagent-panel.class.js").then(module=>module.LyraSubagentPanel)},"lr-suggestion-chips":{optionalPeers:[],load:()=>import("../components/conversation/suggestion-chips/suggestion-chips.class.js").then(module=>module.LyraSuggestionChips)},"lr-svg-viewer":{optionalPeers:["dompurify"],load:()=>import("../components/viewers/svg-viewer/svg-viewer.class.js").then(module=>module.LyraSvgViewer)},"lr-swatch-picker":{optionalPeers:[],load:()=>import("../components/forms/swatch-picker/swatch-picker.class.js").then(module=>module.LyraSwatchPicker)},"lr-switch":{optionalPeers:[],load:()=>import("../components/forms/switch/switch.class.js").then(module=>module.LyraSwitch)},"lr-tab":{optionalPeers:[],load:()=>import("../components/layout/tab-group/tab.class.js").then(module=>module.LyraTab)},"lr-tab-group":{optionalPeers:[],load:()=>import("../components/layout/tab-group/tab-group.class.js").then(module=>module.LyraTabGroup)},"lr-tab-panel":{optionalPeers:[],load:()=>import("../components/layout/tab-group/tab-panel.class.js").then(module=>module.LyraTabPanel)},"lr-table":{optionalPeers:[],load:()=>import("../components/data/table/table.class.js").then(module=>module.LyraTable)},"lr-tag":{optionalPeers:[],load:()=>import("../components/overlays/badge/tag.class.js").then(module=>module.LyraTag)},"lr-task-list":{optionalPeers:[],load:()=>import("../components/agent-tools/task-list/task-list.class.js").then(module=>module.LyraTaskList)},"lr-terminal":{optionalPeers:[],load:()=>import("../components/agent-tools/terminal/terminal.class.js").then(module=>module.LyraTerminal)},"lr-test-results":{optionalPeers:[],load:()=>import("../components/agent-tools/test-results/test-results.class.js").then(module=>module.LyraTestResults)},"lr-textarea":{optionalPeers:[],load:()=>import("../components/forms/textarea/textarea.class.js").then(module=>module.LyraTextarea)},"lr-thinking-panel":{optionalPeers:[],load:()=>import("../components/agent-tools/thinking-panel/thinking-panel.class.js").then(module=>module.LyraThinkingPanel)},"lr-thread-list":{optionalPeers:[],load:()=>import("../components/conversation/thread-list/thread-list.class.js").then(module=>module.LyraThreadList)},"lr-time-input":{optionalPeers:[],load:()=>import("../components/forms/input/time-input.class.js").then(module=>module.LyraTimeInput)},"lr-time-range":{optionalPeers:[],load:()=>import("../components/forms/time-range/time-range.class.js").then(module=>module.LyraTimeRange)},"lr-timeline":{optionalPeers:[],load:()=>import("../components/data/timeline/timeline.class.js").then(module=>module.LyraTimeline)},"lr-timeline-item":{optionalPeers:[],load:()=>import("../components/data/timeline/timeline-item.class.js").then(module=>module.LyraTimelineItem)},"lr-toast":{optionalPeers:[],load:()=>import("../components/overlays/toast/toast.class.js").then(module=>module.LyraToast)},"lr-toast-item":{optionalPeers:[],load:()=>import("../components/overlays/toast/toast-item.class.js").then(module=>module.LyraToastItem)},"lr-token-input":{optionalPeers:[],load:()=>import("../components/forms/token-input/token-input.class.js").then(module=>module.LyraTokenInput)},"lr-tool-approval-dialog":{optionalPeers:[],load:()=>import("../components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.js").then(module=>module.LyraToolApprovalDialog)},"lr-tool-call-chip":{optionalPeers:[],load:()=>import("../components/agent-tools/tool-call-chip/tool-call-chip.class.js").then(module=>module.LyraToolCallChip)},"lr-tool-param-form":{optionalPeers:[],load:()=>import("../components/agent-tools/tool-param-form/tool-param-form.class.js").then(module=>module.LyraToolParamForm)},"lr-tool-result-dialog":{optionalPeers:[],load:()=>import("../components/agent-tools/tool-result-dialog/tool-result-dialog.class.js").then(module=>module.LyraToolResultDialog)},"lr-tool-result-view":{optionalPeers:[],load:()=>import("../components/agent-tools/tool-result-view/tool-result-view.class.js").then(module=>module.LyraToolResultView)},"lr-tool-select-dialog":{optionalPeers:[],load:()=>import("../components/agent-tools/tool-select-dialog/tool-select-dialog.class.js").then(module=>module.LyraToolSelectDialog)},"lr-tool-timeline":{optionalPeers:[],load:()=>import("../components/agent-tools/tool-timeline/tool-timeline.class.js").then(module=>module.LyraToolTimeline)},"lr-tooltip":{optionalPeers:[],load:()=>import("../components/overlays/overlay/tooltip.class.js").then(module=>module.LyraTooltip)},"lr-tour":{optionalPeers:[],load:()=>import("../components/utility/tour/tour.class.js").then(module=>module.LyraTour)},"lr-trace-tree":{optionalPeers:[],load:()=>import("../components/agent-tools/trace-tree/trace-tree.class.js").then(module=>module.LyraTraceTree)},"lr-transcript-feed":{optionalPeers:[],load:()=>import("../components/conversation/transcript-feed/transcript-feed.class.js").then(module=>module.LyraTranscriptFeed)},"lr-tree":{optionalPeers:[],load:()=>import("../components/data/tree/tree.class.js").then(module=>module.LyraTree)},"lr-tree-item":{optionalPeers:[],load:()=>import("../components/data/tree/tree-item.class.js").then(module=>module.LyraTreeItem)},"lr-typing-indicator":{optionalPeers:[],load:()=>import("../components/conversation/typing-indicator/typing-indicator.class.js").then(module=>module.LyraTypingIndicator)},"lr-usage-badge":{optionalPeers:[],load:()=>import("../components/conversation/usage-badge/usage-badge.class.js").then(module=>module.LyraUsageBadge)},"lr-video":{optionalPeers:["dompurify"],load:()=>import("../components/media/video/video.class.js").then(module=>module.LyraVideo)},"lr-video-playlist":{optionalPeers:["dompurify"],load:()=>import("../components/media/video-playlist/video-playlist.class.js").then(module=>module.LyraVideoPlaylist)},"lr-virtual-list":{optionalPeers:[],load:()=>import("../components/layout/virtual-list/virtual-list.class.js").then(module=>module.LyraVirtualList)},"lr-visually-hidden":{optionalPeers:[],load:()=>import("../components/utility/visually-hidden/visually-hidden.class.js").then(module=>module.LyraVisuallyHidden)},"lr-voice-picker":{optionalPeers:[],load:()=>import("../components/conversation/voice-picker/voice-picker.class.js").then(module=>module.LyraVoicePicker)},"lr-widget":{optionalPeers:[],load:()=>import("../components/layout/widget/widget.class.js").then(module=>module.LyraWidget)},"lr-widget-renderer":{optionalPeers:["dompurify","katex","marked","shiki"],load:()=>import("../components/conversation/widget-renderer/widget-renderer.class.js").then(module=>module.LyraWidgetRenderer)},"lr-word-cloud":{optionalPeers:[],load:()=>import("../components/data/word-cloud/word-cloud.class.js").then(module=>module.LyraWordCloud)},"lr-xml-viewer":{optionalPeers:[],load:()=>import("../components/viewers/xml-viewer/xml-viewer.class.js").then(module=>module.LyraXmlViewer)},"lr-zoomable-frame":{optionalPeers:[],load:()=>import("../components/media/zoomable-frame/zoomable-frame.class.js").then(module=>module.LyraZoomableFrame)}};export{AUTOLOADER_MANIFEST};
@@ -1,3 +1,3 @@
1
- export declare const AUTOLOADER_TAGS: readonly ['lr-accordion', 'lr-accordion-item', 'lr-activity-feed', 'lr-agent-eval-dashboard', 'lr-agent-run', 'lr-agent-trace', 'lr-agent-workspace', 'lr-alert', 'lr-animated-image', 'lr-animation', 'lr-app-rail', 'lr-app-rail-item', 'lr-approval-queue', 'lr-archive-viewer', 'lr-artifact-panel', 'lr-attachment-chip', 'lr-attachment-trigger', 'lr-audio-visualizer', 'lr-av-player', 'lr-avatar', 'lr-avatar-group', 'lr-badge', 'lr-bar-chart', 'lr-box-plot', 'lr-branch-picker', 'lr-breadcrumb', 'lr-breadcrumb-item', 'lr-browser-frame', 'lr-bubble-chart', 'lr-button', 'lr-button-group', 'lr-calendar', 'lr-calendar-viewer', 'lr-callout', 'lr-card', 'lr-carousel', 'lr-carousel-item', 'lr-chart', 'lr-chat-composer', 'lr-chat-message', 'lr-chat-viewport', 'lr-checkbox', 'lr-checkbox-group', 'lr-checkpoint', 'lr-chip', 'lr-chip-group', 'lr-chunk-inspector', 'lr-citation-badge', 'lr-claim-evidence', 'lr-code-block', 'lr-code-block-core', 'lr-code-editor', 'lr-color-picker', 'lr-combobox', 'lr-command-palette', 'lr-commit-card', 'lr-community-card', 'lr-compare-panel', 'lr-condition-builder', 'lr-confirm-bar', 'lr-contact-viewer', 'lr-context-inspector', 'lr-context-meter', 'lr-control-group', 'lr-conversation-item', 'lr-copy-button', 'lr-csv-viewer', 'lr-dashboard-grid', 'lr-data-grid', 'lr-dataset-viewer', 'lr-date-input', 'lr-date-picker', 'lr-details', 'lr-dialog', 'lr-diff-view', 'lr-divider', 'lr-dock-panel', 'lr-document-compare', 'lr-document-library', 'lr-document-preview', 'lr-document-viewer', 'lr-docx-viewer', 'lr-doughnut-chart', 'lr-drawer', 'lr-drilldown-panel', 'lr-dropdown', 'lr-dropdown-item', 'lr-ebook-viewer', 'lr-email-viewer', 'lr-embedding-explorer', 'lr-emoji-picker', 'lr-empty', 'lr-entity-card', 'lr-entity-chip', 'lr-entity-dossier', 'lr-env-list', 'lr-eval-dataset', 'lr-eval-result', 'lr-eval-run', 'lr-export-button', 'lr-file-icon', 'lr-file-input', 'lr-file-tree', 'lr-filter-bar', 'lr-flag', 'lr-flow-canvas', 'lr-flow-controls', 'lr-flow-minimap', 'lr-flow-node', 'lr-flow-run-status', 'lr-format-bytes', 'lr-format-date', 'lr-format-number', 'lr-gauge', 'lr-generation-metrics', 'lr-geojson-view', 'lr-geojson-viewer', 'lr-graph', 'lr-graph-legend', 'lr-graph-query-builder', 'lr-grounding-summary', 'lr-handoff-divider', 'lr-heatmap', 'lr-highlight-layer', 'lr-histogram', 'lr-html-viewer', 'lr-icon', 'lr-icon-button', 'lr-image-comparer', 'lr-image-viewer', 'lr-include', 'lr-ingestion-queue', 'lr-input', 'lr-intersection-observer', 'lr-json-schema-viewer', 'lr-json-viewer', 'lr-kbd', 'lr-knowledge-base', 'lr-knowledge-base-admin', 'lr-knowledge-graph-explorer', 'lr-known-date', 'lr-lightbox', 'lr-line-chart', 'lr-lite-chart', 'lr-live-region', 'lr-locale-picker', 'lr-map', 'lr-markdown', 'lr-markdown-core', 'lr-mcp-app', 'lr-media-card', 'lr-memory-panel', 'lr-mention-popover', 'lr-menu', 'lr-menu-item', 'lr-menu-label', 'lr-message-actions', 'lr-message-feedback', 'lr-message-parts', 'lr-mind-map', 'lr-model-select', 'lr-model-settings-panel', 'lr-multi-split', 'lr-mutation-observer', 'lr-native-time-input', 'lr-neighbor-list', 'lr-node-palette', 'lr-notebook-viewer', 'lr-number-input', 'lr-option', 'lr-otp-input', 'lr-page', 'lr-page-rail', 'lr-pagination', 'lr-pan-zoom', 'lr-path-strip', 'lr-pdf-viewer', 'lr-phone-input', 'lr-pie-chart', 'lr-polar-area-chart', 'lr-policy-summary', 'lr-poll-status', 'lr-popover', 'lr-popup', 'lr-pptx-viewer', 'lr-progress-bar', 'lr-progress-ring', 'lr-prompt-input', 'lr-prompt-queue', 'lr-prompt-studio', 'lr-provenance-panel', 'lr-push-to-talk', 'lr-qr-code', 'lr-radar-chart', 'lr-radio', 'lr-radio-button', 'lr-radio-group', 'lr-rag-answer', 'lr-rag-eval-dashboard', 'lr-random-content', 'lr-rating', 'lr-realtime-session', 'lr-relative-time', 'lr-reorder-item', 'lr-reorder-list', 'lr-resize-observer', 'lr-responsive-panel', 'lr-result-card', 'lr-result-field', 'lr-retrieval-compare', 'lr-retrieval-results', 'lr-retrieval-search', 'lr-retrieval-trace', 'lr-rubric-form', 'lr-scatter-chart', 'lr-scroller', 'lr-segmented', 'lr-select', 'lr-selection-toolbar', 'lr-sequence-playback', 'lr-sequence-strip', 'lr-skeleton', 'lr-slider', 'lr-source-card', 'lr-source-list', 'lr-source-picker', 'lr-span-waterfall', 'lr-sparkline', 'lr-spinner', 'lr-split-panel', 'lr-spreadsheet-viewer', 'lr-stack-trace', 'lr-stat', 'lr-stepper', 'lr-stream-status', 'lr-streaming-text', 'lr-subagent-panel', 'lr-suggestion-chips', 'lr-svg-viewer', 'lr-swatch-picker', 'lr-switch', 'lr-tab', 'lr-tab-group', 'lr-tab-panel', 'lr-table', 'lr-tag', 'lr-task-list', 'lr-terminal', 'lr-test-results', 'lr-textarea', 'lr-thinking-panel', 'lr-thread-list', 'lr-time-input', 'lr-time-range', 'lr-timeline', 'lr-timeline-item', 'lr-toast', 'lr-toast-item', 'lr-token-input', 'lr-tool-approval-dialog', 'lr-tool-call-chip', 'lr-tool-param-form', 'lr-tool-result-dialog', 'lr-tool-result-view', 'lr-tool-select-dialog', 'lr-tool-timeline', 'lr-tooltip', 'lr-tour', 'lr-trace-tree', 'lr-transcript-feed', 'lr-tree', 'lr-tree-item', 'lr-typing-indicator', 'lr-usage-badge', 'lr-video', 'lr-video-playlist', 'lr-virtual-list', 'lr-visually-hidden', 'lr-voice-picker', 'lr-widget', 'lr-widget-renderer', 'lr-word-cloud', 'lr-xml-viewer', 'lr-zoomable-frame'];
1
+ export declare const AUTOLOADER_TAGS: readonly ['lr-accordion', 'lr-accordion-item', 'lr-activity-feed', 'lr-agent-eval-dashboard', 'lr-agent-run', 'lr-agent-trace', 'lr-agent-workspace', 'lr-alert', 'lr-animated-image', 'lr-animation', 'lr-app-rail', 'lr-app-rail-item', 'lr-approval-queue', 'lr-archive-viewer', 'lr-artifact-panel', 'lr-attachment-chip', 'lr-attachment-trigger', 'lr-audio-visualizer', 'lr-av-player', 'lr-avatar', 'lr-avatar-group', 'lr-badge', 'lr-bar-chart', 'lr-box-plot', 'lr-branch-picker', 'lr-breadcrumb', 'lr-breadcrumb-item', 'lr-browser-frame', 'lr-bubble-chart', 'lr-button', 'lr-button-group', 'lr-calendar', 'lr-calendar-viewer', 'lr-callout', 'lr-card', 'lr-carousel', 'lr-carousel-item', 'lr-chart', 'lr-chat-composer', 'lr-chat-message', 'lr-chat-viewport', 'lr-checkbox', 'lr-checkbox-group', 'lr-checkpoint', 'lr-chip', 'lr-chip-group', 'lr-chunk-inspector', 'lr-citation-badge', 'lr-claim-evidence', 'lr-code-block', 'lr-code-block-core', 'lr-code-editor', 'lr-color-picker', 'lr-combobox', 'lr-command-palette', 'lr-commit-card', 'lr-community-card', 'lr-compare-panel', 'lr-condition-builder', 'lr-confirm-bar', 'lr-contact-viewer', 'lr-context-inspector', 'lr-context-meter', 'lr-control-group', 'lr-conversation-item', 'lr-copy-button', 'lr-csv-viewer', 'lr-dashboard-grid', 'lr-data-grid', 'lr-dataset-viewer', 'lr-date-input', 'lr-date-picker', 'lr-details', 'lr-dialog', 'lr-diff-view', 'lr-divider', 'lr-dock-panel', 'lr-document-compare', 'lr-document-library', 'lr-document-preview', 'lr-document-viewer', 'lr-docx-viewer', 'lr-doughnut-chart', 'lr-drawer', 'lr-drilldown-panel', 'lr-dropdown', 'lr-dropdown-item', 'lr-ebook-viewer', 'lr-email-viewer', 'lr-embedding-explorer', 'lr-emoji-picker', 'lr-empty', 'lr-entity-card', 'lr-entity-chip', 'lr-entity-dossier', 'lr-env-list', 'lr-eval-dataset', 'lr-eval-result', 'lr-eval-run', 'lr-export-button', 'lr-file-icon', 'lr-file-input', 'lr-file-tree', 'lr-filter-bar', 'lr-flag', 'lr-flow-canvas', 'lr-flow-controls', 'lr-flow-minimap', 'lr-flow-node', 'lr-flow-run-status', 'lr-format-bytes', 'lr-format-date', 'lr-format-number', 'lr-funnel', 'lr-gauge', 'lr-generation-metrics', 'lr-geojson-view', 'lr-geojson-viewer', 'lr-graph', 'lr-graph-legend', 'lr-graph-query-builder', 'lr-grounding-summary', 'lr-handoff-divider', 'lr-heatmap', 'lr-highlight-layer', 'lr-histogram', 'lr-html-viewer', 'lr-icon', 'lr-icon-button', 'lr-image-comparer', 'lr-image-viewer', 'lr-include', 'lr-ingestion-queue', 'lr-input', 'lr-intersection-observer', 'lr-json-schema-viewer', 'lr-json-viewer', 'lr-kbd', 'lr-knowledge-base', 'lr-knowledge-base-admin', 'lr-knowledge-graph-explorer', 'lr-known-date', 'lr-lightbox', 'lr-line-chart', 'lr-lite-chart', 'lr-live-region', 'lr-locale-picker', 'lr-map', 'lr-markdown', 'lr-markdown-core', 'lr-mcp-app', 'lr-media-card', 'lr-memory-panel', 'lr-mention-popover', 'lr-menu', 'lr-menu-item', 'lr-menu-label', 'lr-message-actions', 'lr-message-feedback', 'lr-message-parts', 'lr-mind-map', 'lr-model-select', 'lr-model-settings-panel', 'lr-multi-split', 'lr-mutation-observer', 'lr-native-time-input', 'lr-neighbor-list', 'lr-node-palette', 'lr-notebook-viewer', 'lr-number-input', 'lr-option', 'lr-otp-input', 'lr-page', 'lr-page-rail', 'lr-pagination', 'lr-pan-zoom', 'lr-path-strip', 'lr-pdf-viewer', 'lr-phone-input', 'lr-pie-chart', 'lr-polar-area-chart', 'lr-policy-summary', 'lr-poll-status', 'lr-popover', 'lr-popup', 'lr-pptx-viewer', 'lr-progress-bar', 'lr-progress-ring', 'lr-prompt-input', 'lr-prompt-queue', 'lr-prompt-studio', 'lr-provenance-panel', 'lr-push-to-talk', 'lr-qr-code', 'lr-radar-chart', 'lr-radio', 'lr-radio-button', 'lr-radio-group', 'lr-rag-answer', 'lr-rag-eval-dashboard', 'lr-random-content', 'lr-rating', 'lr-realtime-session', 'lr-relative-time', 'lr-reorder-item', 'lr-reorder-list', 'lr-resize-observer', 'lr-responsive-panel', 'lr-result-card', 'lr-result-field', 'lr-retrieval-compare', 'lr-retrieval-results', 'lr-retrieval-search', 'lr-retrieval-trace', 'lr-rubric-form', 'lr-scatter-chart', 'lr-scroller', 'lr-segmented', 'lr-select', 'lr-selection-toolbar', 'lr-sequence-playback', 'lr-sequence-strip', 'lr-skeleton', 'lr-slider', 'lr-source-card', 'lr-source-list', 'lr-source-picker', 'lr-span-waterfall', 'lr-sparkline', 'lr-spinner', 'lr-split-panel', 'lr-spreadsheet-viewer', 'lr-stack-trace', 'lr-stat', 'lr-stepper', 'lr-stream-status', 'lr-streaming-text', 'lr-subagent-panel', 'lr-suggestion-chips', 'lr-svg-viewer', 'lr-swatch-picker', 'lr-switch', 'lr-tab', 'lr-tab-group', 'lr-tab-panel', 'lr-table', 'lr-tag', 'lr-task-list', 'lr-terminal', 'lr-test-results', 'lr-textarea', 'lr-thinking-panel', 'lr-thread-list', 'lr-time-input', 'lr-time-range', 'lr-timeline', 'lr-timeline-item', 'lr-toast', 'lr-toast-item', 'lr-token-input', 'lr-tool-approval-dialog', 'lr-tool-call-chip', 'lr-tool-param-form', 'lr-tool-result-dialog', 'lr-tool-result-view', 'lr-tool-select-dialog', 'lr-tool-timeline', 'lr-tooltip', 'lr-tour', 'lr-trace-tree', 'lr-transcript-feed', 'lr-tree', 'lr-tree-item', 'lr-typing-indicator', 'lr-usage-badge', 'lr-video', 'lr-video-playlist', 'lr-virtual-list', 'lr-visually-hidden', 'lr-voice-picker', 'lr-widget', 'lr-widget-renderer', 'lr-word-cloud', 'lr-xml-viewer', 'lr-zoomable-frame'];
2
2
  export type AutoloadableTagName = (typeof AUTOLOADER_TAGS)[number];
3
3
  export declare const AUTOLOADER_TAG_SET: ReadonlySet<string>;
@@ -1 +1 @@
1
- const AUTOLOADER_TAGS=["lr-accordion","lr-accordion-item","lr-activity-feed","lr-agent-eval-dashboard","lr-agent-run","lr-agent-trace","lr-agent-workspace","lr-alert","lr-animated-image","lr-animation","lr-app-rail","lr-app-rail-item","lr-approval-queue","lr-archive-viewer","lr-artifact-panel","lr-attachment-chip","lr-attachment-trigger","lr-audio-visualizer","lr-av-player","lr-avatar","lr-avatar-group","lr-badge","lr-bar-chart","lr-box-plot","lr-branch-picker","lr-breadcrumb","lr-breadcrumb-item","lr-browser-frame","lr-bubble-chart","lr-button","lr-button-group","lr-calendar","lr-calendar-viewer","lr-callout","lr-card","lr-carousel","lr-carousel-item","lr-chart","lr-chat-composer","lr-chat-message","lr-chat-viewport","lr-checkbox","lr-checkbox-group","lr-checkpoint","lr-chip","lr-chip-group","lr-chunk-inspector","lr-citation-badge","lr-claim-evidence","lr-code-block","lr-code-block-core","lr-code-editor","lr-color-picker","lr-combobox","lr-command-palette","lr-commit-card","lr-community-card","lr-compare-panel","lr-condition-builder","lr-confirm-bar","lr-contact-viewer","lr-context-inspector","lr-context-meter","lr-control-group","lr-conversation-item","lr-copy-button","lr-csv-viewer","lr-dashboard-grid","lr-data-grid","lr-dataset-viewer","lr-date-input","lr-date-picker","lr-details","lr-dialog","lr-diff-view","lr-divider","lr-dock-panel","lr-document-compare","lr-document-library","lr-document-preview","lr-document-viewer","lr-docx-viewer","lr-doughnut-chart","lr-drawer","lr-drilldown-panel","lr-dropdown","lr-dropdown-item","lr-ebook-viewer","lr-email-viewer","lr-embedding-explorer","lr-emoji-picker","lr-empty","lr-entity-card","lr-entity-chip","lr-entity-dossier","lr-env-list","lr-eval-dataset","lr-eval-result","lr-eval-run","lr-export-button","lr-file-icon","lr-file-input","lr-file-tree","lr-filter-bar","lr-flag","lr-flow-canvas","lr-flow-controls","lr-flow-minimap","lr-flow-node","lr-flow-run-status","lr-format-bytes","lr-format-date","lr-format-number","lr-gauge","lr-generation-metrics","lr-geojson-view","lr-geojson-viewer","lr-graph","lr-graph-legend","lr-graph-query-builder","lr-grounding-summary","lr-handoff-divider","lr-heatmap","lr-highlight-layer","lr-histogram","lr-html-viewer","lr-icon","lr-icon-button","lr-image-comparer","lr-image-viewer","lr-include","lr-ingestion-queue","lr-input","lr-intersection-observer","lr-json-schema-viewer","lr-json-viewer","lr-kbd","lr-knowledge-base","lr-knowledge-base-admin","lr-knowledge-graph-explorer","lr-known-date","lr-lightbox","lr-line-chart","lr-lite-chart","lr-live-region","lr-locale-picker","lr-map","lr-markdown","lr-markdown-core","lr-mcp-app","lr-media-card","lr-memory-panel","lr-mention-popover","lr-menu","lr-menu-item","lr-menu-label","lr-message-actions","lr-message-feedback","lr-message-parts","lr-mind-map","lr-model-select","lr-model-settings-panel","lr-multi-split","lr-mutation-observer","lr-native-time-input","lr-neighbor-list","lr-node-palette","lr-notebook-viewer","lr-number-input","lr-option","lr-otp-input","lr-page","lr-page-rail","lr-pagination","lr-pan-zoom","lr-path-strip","lr-pdf-viewer","lr-phone-input","lr-pie-chart","lr-polar-area-chart","lr-policy-summary","lr-poll-status","lr-popover","lr-popup","lr-pptx-viewer","lr-progress-bar","lr-progress-ring","lr-prompt-input","lr-prompt-queue","lr-prompt-studio","lr-provenance-panel","lr-push-to-talk","lr-qr-code","lr-radar-chart","lr-radio","lr-radio-button","lr-radio-group","lr-rag-answer","lr-rag-eval-dashboard","lr-random-content","lr-rating","lr-realtime-session","lr-relative-time","lr-reorder-item","lr-reorder-list","lr-resize-observer","lr-responsive-panel","lr-result-card","lr-result-field","lr-retrieval-compare","lr-retrieval-results","lr-retrieval-search","lr-retrieval-trace","lr-rubric-form","lr-scatter-chart","lr-scroller","lr-segmented","lr-select","lr-selection-toolbar","lr-sequence-playback","lr-sequence-strip","lr-skeleton","lr-slider","lr-source-card","lr-source-list","lr-source-picker","lr-span-waterfall","lr-sparkline","lr-spinner","lr-split-panel","lr-spreadsheet-viewer","lr-stack-trace","lr-stat","lr-stepper","lr-stream-status","lr-streaming-text","lr-subagent-panel","lr-suggestion-chips","lr-svg-viewer","lr-swatch-picker","lr-switch","lr-tab","lr-tab-group","lr-tab-panel","lr-table","lr-tag","lr-task-list","lr-terminal","lr-test-results","lr-textarea","lr-thinking-panel","lr-thread-list","lr-time-input","lr-time-range","lr-timeline","lr-timeline-item","lr-toast","lr-toast-item","lr-token-input","lr-tool-approval-dialog","lr-tool-call-chip","lr-tool-param-form","lr-tool-result-dialog","lr-tool-result-view","lr-tool-select-dialog","lr-tool-timeline","lr-tooltip","lr-tour","lr-trace-tree","lr-transcript-feed","lr-tree","lr-tree-item","lr-typing-indicator","lr-usage-badge","lr-video","lr-video-playlist","lr-virtual-list","lr-visually-hidden","lr-voice-picker","lr-widget","lr-widget-renderer","lr-word-cloud","lr-xml-viewer","lr-zoomable-frame"],AUTOLOADER_TAG_SET=new Set(AUTOLOADER_TAGS);export{AUTOLOADER_TAGS,AUTOLOADER_TAG_SET};
1
+ const AUTOLOADER_TAGS=["lr-accordion","lr-accordion-item","lr-activity-feed","lr-agent-eval-dashboard","lr-agent-run","lr-agent-trace","lr-agent-workspace","lr-alert","lr-animated-image","lr-animation","lr-app-rail","lr-app-rail-item","lr-approval-queue","lr-archive-viewer","lr-artifact-panel","lr-attachment-chip","lr-attachment-trigger","lr-audio-visualizer","lr-av-player","lr-avatar","lr-avatar-group","lr-badge","lr-bar-chart","lr-box-plot","lr-branch-picker","lr-breadcrumb","lr-breadcrumb-item","lr-browser-frame","lr-bubble-chart","lr-button","lr-button-group","lr-calendar","lr-calendar-viewer","lr-callout","lr-card","lr-carousel","lr-carousel-item","lr-chart","lr-chat-composer","lr-chat-message","lr-chat-viewport","lr-checkbox","lr-checkbox-group","lr-checkpoint","lr-chip","lr-chip-group","lr-chunk-inspector","lr-citation-badge","lr-claim-evidence","lr-code-block","lr-code-block-core","lr-code-editor","lr-color-picker","lr-combobox","lr-command-palette","lr-commit-card","lr-community-card","lr-compare-panel","lr-condition-builder","lr-confirm-bar","lr-contact-viewer","lr-context-inspector","lr-context-meter","lr-control-group","lr-conversation-item","lr-copy-button","lr-csv-viewer","lr-dashboard-grid","lr-data-grid","lr-dataset-viewer","lr-date-input","lr-date-picker","lr-details","lr-dialog","lr-diff-view","lr-divider","lr-dock-panel","lr-document-compare","lr-document-library","lr-document-preview","lr-document-viewer","lr-docx-viewer","lr-doughnut-chart","lr-drawer","lr-drilldown-panel","lr-dropdown","lr-dropdown-item","lr-ebook-viewer","lr-email-viewer","lr-embedding-explorer","lr-emoji-picker","lr-empty","lr-entity-card","lr-entity-chip","lr-entity-dossier","lr-env-list","lr-eval-dataset","lr-eval-result","lr-eval-run","lr-export-button","lr-file-icon","lr-file-input","lr-file-tree","lr-filter-bar","lr-flag","lr-flow-canvas","lr-flow-controls","lr-flow-minimap","lr-flow-node","lr-flow-run-status","lr-format-bytes","lr-format-date","lr-format-number","lr-funnel","lr-gauge","lr-generation-metrics","lr-geojson-view","lr-geojson-viewer","lr-graph","lr-graph-legend","lr-graph-query-builder","lr-grounding-summary","lr-handoff-divider","lr-heatmap","lr-highlight-layer","lr-histogram","lr-html-viewer","lr-icon","lr-icon-button","lr-image-comparer","lr-image-viewer","lr-include","lr-ingestion-queue","lr-input","lr-intersection-observer","lr-json-schema-viewer","lr-json-viewer","lr-kbd","lr-knowledge-base","lr-knowledge-base-admin","lr-knowledge-graph-explorer","lr-known-date","lr-lightbox","lr-line-chart","lr-lite-chart","lr-live-region","lr-locale-picker","lr-map","lr-markdown","lr-markdown-core","lr-mcp-app","lr-media-card","lr-memory-panel","lr-mention-popover","lr-menu","lr-menu-item","lr-menu-label","lr-message-actions","lr-message-feedback","lr-message-parts","lr-mind-map","lr-model-select","lr-model-settings-panel","lr-multi-split","lr-mutation-observer","lr-native-time-input","lr-neighbor-list","lr-node-palette","lr-notebook-viewer","lr-number-input","lr-option","lr-otp-input","lr-page","lr-page-rail","lr-pagination","lr-pan-zoom","lr-path-strip","lr-pdf-viewer","lr-phone-input","lr-pie-chart","lr-polar-area-chart","lr-policy-summary","lr-poll-status","lr-popover","lr-popup","lr-pptx-viewer","lr-progress-bar","lr-progress-ring","lr-prompt-input","lr-prompt-queue","lr-prompt-studio","lr-provenance-panel","lr-push-to-talk","lr-qr-code","lr-radar-chart","lr-radio","lr-radio-button","lr-radio-group","lr-rag-answer","lr-rag-eval-dashboard","lr-random-content","lr-rating","lr-realtime-session","lr-relative-time","lr-reorder-item","lr-reorder-list","lr-resize-observer","lr-responsive-panel","lr-result-card","lr-result-field","lr-retrieval-compare","lr-retrieval-results","lr-retrieval-search","lr-retrieval-trace","lr-rubric-form","lr-scatter-chart","lr-scroller","lr-segmented","lr-select","lr-selection-toolbar","lr-sequence-playback","lr-sequence-strip","lr-skeleton","lr-slider","lr-source-card","lr-source-list","lr-source-picker","lr-span-waterfall","lr-sparkline","lr-spinner","lr-split-panel","lr-spreadsheet-viewer","lr-stack-trace","lr-stat","lr-stepper","lr-stream-status","lr-streaming-text","lr-subagent-panel","lr-suggestion-chips","lr-svg-viewer","lr-swatch-picker","lr-switch","lr-tab","lr-tab-group","lr-tab-panel","lr-table","lr-tag","lr-task-list","lr-terminal","lr-test-results","lr-textarea","lr-thinking-panel","lr-thread-list","lr-time-input","lr-time-range","lr-timeline","lr-timeline-item","lr-toast","lr-toast-item","lr-token-input","lr-tool-approval-dialog","lr-tool-call-chip","lr-tool-param-form","lr-tool-result-dialog","lr-tool-result-view","lr-tool-select-dialog","lr-tool-timeline","lr-tooltip","lr-tour","lr-trace-tree","lr-transcript-feed","lr-tree","lr-tree-item","lr-typing-indicator","lr-usage-badge","lr-video","lr-video-playlist","lr-virtual-list","lr-visually-hidden","lr-voice-picker","lr-widget","lr-widget-renderer","lr-word-cloud","lr-xml-viewer","lr-zoomable-frame"],AUTOLOADER_TAG_SET=new Set(AUTOLOADER_TAGS);export{AUTOLOADER_TAGS,AUTOLOADER_TAG_SET};
@@ -93,11 +93,17 @@ export declare class LyraElement<Events = LyraEventMap> extends LitElement {
93
93
  protected static readonly identityEventDetailProperties: Readonly<Record<string, readonly PropertyKey[]>>;
94
94
  /** Root event arrays whose sequence is owned while each generic/platform item retains identity. */
95
95
  protected static readonly identityEventDetailCollectionItems: Readonly<Record<string, readonly PropertyKey[]>>;
96
- static getPropertyDescriptor(name: PropertyKey, key: string | symbol, options: PropertyDeclaration): PropertyDescriptor | undefined;
97
96
  /**
98
97
  * Components commonly forward ARIA host attributes to an internal role and derive localization
99
98
  * from `lang`/`dir`. These global attributes are not reactive Lit properties, so observe them
100
99
  * centrally to keep post-render attribute changes in sync.
100
+ *
101
+ * `super.observedAttributes` is also what finalizes the class (Lit documents this getter as the
102
+ * finalization trigger), so it is the first moment every reactive accessor exists — and the one
103
+ * `customElements.define()` guarantees. The immutable-collection boundary is therefore installed
104
+ * here, right after finalization and before any instance can exist. See
105
+ * {@link installOwnedCollectionAccessors} for why it is no longer a `getPropertyDescriptor()`
106
+ * override.
101
107
  */
102
108
  static get observedAttributes(): string[];
103
109
  /** Optional locale override. Otherwise the nearest `locale`/`lang` ancestor is used. */