@luzmo/lucero 0.0.19 → 0.0.20
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.
- package/components/date-time-picker/index.cjs +1 -1
- package/components/date-time-picker/index.js +1 -1
- package/components/multi-picker/index.cjs +1 -1
- package/components/multi-picker/index.js +1 -1
- package/components/multi-picker/multi-picker.d.ts +1 -1
- package/custom-elements.json +1 -1
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"schemaVersion":"1.0.0","readme":"","modules":[{"kind":"javascript-module","path":"src/components/accordion/accordion-item.ts","declarations":[{"kind":"class","description":"","name":"LuzmoAccordionItem","slots":[{"description":"The content of the item that is hidden when the item is not open","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true},{"kind":"method","name":"onClick","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"toggle","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"field","name":"renderAngleIcon","privacy":"protected"},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]}],"events":[{"name":"luzmo-accordion-item-toggle","type":{"text":"CustomEvent"},"description":"Announce that an accordion item has been toggled while allowing the event to be cancelled."}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"},"tagName":"luzmo-accordion-item","customElement":true}],"exports":[{"kind":"js","name":"LuzmoAccordionItem","declaration":{"name":"LuzmoAccordionItem","module":"src/components/accordion/accordion-item.ts"}}]},{"kind":"javascript-module","path":"src/components/accordion/accordion.ts","declarations":[{"kind":"class","description":"","name":"LuzmoAccordion","slots":[{"description":"The luzmo-accordion-item children to display.","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"allowMultiple","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Allows multiple accordion items to be opened at the same time"},{"kind":"field","name":"density","type":{"text":"'compact' | 'spacious' | undefined"},"privacy":"public","description":"Sets the spacing between the content to borders of an accordion item"},{"kind":"field","name":"headerCase","type":{"text":"'uppercase' | 'default' | undefined"},"privacy":"public","description":"Sets the case of an accordion item header"},{"kind":"field","name":"noContentPadding","type":{"text":"boolean"},"privacy":"public","default":"false","description":"If true removes the left and right padding from the content of the accordion item"},{"kind":"field","name":"variant","type":{"text":"'highlight' | 'highlight-child' | 'default' | undefined"},"privacy":"public","default":"'default'","description":"Default variant without background or highlight variant with"},{"kind":"field","name":"defaultNodes","type":{"text":"NodeListOf<LuzmoAccordionItem>"},"privacy":"private"},{"kind":"field","name":"items","type":{"text":"LuzmoAccordionItem[]"},"privacy":"private","readonly":true},{"kind":"field","name":"focusGroupController","privacy":"private","default":"new FocusGroupController<LuzmoAccordionItem>( this, { direction: 'vertical', elements: () => this.items, isFocusableElement: (el: LuzmoAccordionItem) => !el.disabled } )"},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"onToggle","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleSlotchange","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues<this>"}}]},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-accordion","customElement":true}],"exports":[{"kind":"js","name":"LuzmoAccordion","declaration":{"name":"LuzmoAccordion","module":"src/components/accordion/accordion.ts"}}]},{"kind":"javascript-module","path":"src/components/accordion/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-accordion-item","declaration":{"name":"LuzmoAccordionItem","module":"/src/components/accordion/accordion-item"}},{"kind":"custom-element-definition","name":"luzmo-accordion","declaration":{"name":"LuzmoAccordion","module":"/src/components/accordion/accordion"}},{"kind":"js","name":"LuzmoAccordion","declaration":{"name":"LuzmoAccordion","module":"./accordion"}},{"kind":"js","name":"LuzmoAccordionItem","declaration":{"name":"LuzmoAccordionItem","module":"./accordion-item"}}]},{"kind":"javascript-module","path":"src/components/action-bar/action-bar.ts","declarations":[{"kind":"variable","name":"actionBarVariants","type":{"text":"array"},"default":"['sticky', 'fixed']"},{"kind":"class","description":"","name":"LuzmoActionBar","slots":[{"description":"Content to display with the Action Bar","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"emphasized","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Deliver the Action Bar with additional visual emphasis."},{"kind":"field","name":"flexible","type":{"text":"boolean"},"privacy":"public","default":"false","description":"When `flexible` the action bar sizes itself to its content\nrather than a specific width.","parameters":[{"name":"flexible","type":{"text":"Boolean"}}]},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false","description":"The `open` attribute is used to control the visibility of the popover."},{"kind":"field","name":"variant","privacy":"public","description":"The variant applies specific styling when set to `sticky` or `fixed`.\n`variant` attribute is removed when not matching one of the above.","parameters":[{"name":"variant"}],"type":{"text":"string"}},{"kind":"field","name":"_variant","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"method","name":"handleClick","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"render","privacy":"public","return":{"type":{"text":"TemplateResult"}}}],"events":[{"name":"close","type":{"text":"Event"}}],"mixins":[{"name":"FocusVisiblePolyfillMixin","module":"/src/utils/focus-visible"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-action-bar","customElement":true}],"exports":[{"kind":"js","name":"actionBarVariants","declaration":{"name":"actionBarVariants","module":"src/components/action-bar/action-bar.ts"}},{"kind":"js","name":"LuzmoActionBar","declaration":{"name":"LuzmoActionBar","module":"src/components/action-bar/action-bar.ts"}}]},{"kind":"javascript-module","path":"src/components/action-bar/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-action-bar","declaration":{"name":"LuzmoActionBar","module":"/src/components/action-bar/action-bar"}},{"kind":"js","name":"LuzmoActionBar","declaration":{"name":"LuzmoActionBar","module":"./action-bar"}}]},{"kind":"javascript-module","path":"src/components/action-button/action-button.ts","declarations":[{"kind":"variable","name":"longPressDuration","type":{"text":"number"},"default":"300"},{"kind":"class","description":"","name":"LuzmoActionButton","slots":[{"description":"text label of the Action Button","name":"","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"description":"The icon to use for Action Button","name":"icon","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"emphasized","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Affects the display of a **selected** Action Button"},{"kind":"field","name":"holdAffordance","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the Action Button should display a hold affordance"},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the Action Button should show in a quiet state"},{"kind":"field","name":"role","type":{"text":"string"},"privacy":"public","default":"'button'","description":"The role for the Action Button"},{"kind":"field","name":"selected","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether an Action Button with `role='button'`\nshould also be `aria-pressed='true'`"},{"kind":"field","name":"toggles","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether to automatically manage the `selected`\nattribute on interaction and whether `aria-pressed=\"false\"`\nshould be used when `selected === false`"},{"kind":"field","name":"staticColor","type":{"text":"'white' | 'black' | undefined"},"privacy":"public","description":"The static color variant to use for the action button."},{"kind":"field","name":"value","type":{"text":"string"},"privacy":"public","description":"The value of the Action Button"},{"kind":"field","name":"_value","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"itemText","type":{"text":"string"},"privacy":"private","readonly":true},{"kind":"field","name":"onClick","privacy":"private"},{"kind":"method","name":"handlePointerdownHoldAffordance","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handlePointerupHoldAffordance","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleKeydown","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeyup","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"active","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"privacy":"public","default":"'button'","description":"The default behavior of the button.\nPossible values are: `button` (default), `submit`, and `reset`.","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"anchorElement","type":{"text":"HTMLAnchorElement"},"privacy":"private","description":"HTML anchor element that component clicks by proxy","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"hasLabel","type":{"text":"boolean"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleClickCapture","privacy":"private","return":{"type":{"text":"void | boolean"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"proxyFocus","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"shouldProxyClick","privacy":"private","return":{"type":{"text":"boolean"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderAnchor","privacy":"public","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderButton","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeypress","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"manageAnchor","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}],"events":[{"name":"longpress","type":{"text":"CustomEvent"},"description":"Synthesizes a \"longpress\" interaction that signifies a `pointerdown` event that is >=300ms or a keyboard event where code is `Space` or code is `ArrowDown` while `altKey===true`."},{"description":"Announces a change in the `selected` property of an action button","name":"change"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoButtonBase","module":"/src/components/button/button-base"},"tagName":"luzmo-action-button","customElement":true}],"exports":[{"kind":"js","name":"longPressDuration","declaration":{"name":"longPressDuration","module":"src/components/action-button/action-button.ts"}},{"kind":"js","name":"LuzmoActionButton","declaration":{"name":"LuzmoActionButton","module":"src/components/action-button/action-button.ts"}}]},{"kind":"javascript-module","path":"src/components/action-button/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-action-button","declaration":{"name":"LuzmoActionButton","module":"/src/components/action-button/action-button"}},{"kind":"js","name":"LuzmoActionButton","declaration":{"name":"LuzmoActionButton","module":"./action-button"}}]},{"kind":"javascript-module","path":"src/components/action-group/action-group.ts","declarations":[{"kind":"class","description":"","name":"LuzmoActionGroup","slots":[{"description":"the luzmo-action-button elements that make up the group","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"buttons","privacy":"public","type":{"text":"LuzmoActionButton[]"}},{"kind":"field","name":"_buttons","type":{"text":"LuzmoActionButton[]"},"privacy":"public","default":"[]"},{"kind":"field","name":"_buttonSelector","type":{"text":"string"},"privacy":"protected","default":"'luzmo-action-button, luzmo-action-menu'"},{"kind":"field","name":"rovingTabindexController","default":"new RovingTabindexController<LuzmoActionButton>( this, { focusInIndex: (elements: LuzmoActionButton[]) => { let firstEnabledIndex = -1; const firstSelectedIndex = elements.findIndex((el, index) => { if (!elements[firstEnabledIndex] && !el.disabled) { firstEnabledIndex = index; } return el.selected && !el.disabled; }); return elements[firstSelectedIndex] ? firstSelectedIndex : firstEnabledIndex; }, elements: () => this.buttons, isFocusableElement: (el: LuzmoActionButton) => !el.disabled } )"},{"kind":"field","name":"compact","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"emphasized","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"justified","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"selects","type":{"text":"undefined | 'single' | 'multiple'"},"privacy":"public"},{"kind":"field","name":"staticColor","type":{"text":"'white' | 'black' | undefined"},"privacy":"public"},{"kind":"field","name":"vertical","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"_selected","type":{"text":"string[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"selected","type":{"text":"string[]"}},{"kind":"field","name":"slotElement","type":{"text":"HTMLSlotElement"}},{"kind":"method","name":"dispatchChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"old","type":{"text":"string[]"}}]},{"kind":"method","name":"setSelected","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"selected","type":{"text":"string[]"}},{"name":"announce","optional":true,"type":{"text":"boolean"}}]},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}]},{"kind":"method","name":"deselectSelectedButtons","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleActionButtonChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleClick","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"applySelects","privacy":"private","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"manageSelects","privacy":"private","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"applied","optional":true,"type":{"text":"boolean"}}]},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"manageChildren","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","optional":true,"type":{"text":"PropertyValues"}}]},{"kind":"field","name":"hasManaged","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"manageButtons","privacy":"private"}],"events":[{"name":"change","type":{"text":"Event"},"description":"Announces that selection state has been changed by user"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-action-group","customElement":true}],"exports":[{"kind":"js","name":"LuzmoActionGroup","declaration":{"name":"LuzmoActionGroup","module":"src/components/action-group/action-group.ts"}}]},{"kind":"javascript-module","path":"src/components/action-group/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-action-group","declaration":{"name":"LuzmoActionGroup","module":"/src/components/action-group/action-group"}},{"kind":"js","name":"LuzmoActionGroup","declaration":{"name":"LuzmoActionGroup","module":"./action-group"}}]},{"kind":"javascript-module","path":"src/components/action-menu/action-menu.ts","declarations":[{"kind":"class","description":"","name":"LuzmoActionMenu","slots":[{"description":"menu items to be listed in the Action Menu","name":""},{"description":"The icon to use for the Action Menu","name":"icon"},{"description":"The label to use for the Action Menu","name":"label"},{"description":"The label to use for the Action Menu (no icon space reserved)","name":"label-only"},{"description":"Tooltip to be applied to the Action Button","name":"tooltip"}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"selects","type":{"text":"undefined | 'single'"},"privacy":"public","default":"undefined","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"staticColor","type":{"text":"'white' | 'black' | undefined"},"privacy":"public"},{"kind":"field","name":"listRole","type":{"text":"'listbox' | 'menu'"},"privacy":"protected","default":"'menu'","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"itemRole","type":{"text":"string"},"privacy":"protected","default":"'menuitem'","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"hasLabel","type":{"text":"boolean"},"privacy":"private","readonly":true},{"kind":"field","name":"labelOnly","type":{"text":"boolean"},"privacy":"private","readonly":true},{"kind":"field","name":"handleSlottableRequest","privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"appliedLabel","type":{"text":"string | undefined"},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"button","type":{"text":"HTMLButtonElement"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the Picker is disabled.","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"icons","type":{"text":"'only' | 'none' | undefined"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"variant","type":{"text":"'checkmarks' | 'highlight' | undefined"},"privacy":"public","description":"Type of dropdown","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the value is invalid.","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"pending","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the items are currently loading.","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"pendingLabel","type":{"text":"string"},"privacy":"public","default":"'Pending'","description":"Defines a string value that labels the Picker while it is in pending state.","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"label","type":{"text":"string | undefined"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Readonly value","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"labelAlignment","type":{"text":"'inline' | undefined"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"optionsMenu","type":{"text":"LuzmoMenu"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"overlayElement","type":{"text":"LuzmoOverlay"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"privacy":"public","default":"'bottom-start'","attribute":"placement","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Display as a quiet picker","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"value","type":{"text":"string"},"privacy":"public","default":"''","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selectedItem","type":{"text":"LuzmoMenuItem | undefined"},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selectedItemContent","type":{"text":"MenuItemChildren"},"privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selfManageFocusElement","type":{"text":"boolean"},"readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"menuItems","type":{"text":"LuzmoMenuItem[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"dependencyManager","privacy":"public","default":"new DependencyManagerController(this)","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"isMobile","privacy":"public","default":"new MatchMediaController(this, IS_MOBILE)","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"strategy","type":{"text":"DesktopController | MobileController"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"pendingStateController","type":{"text":"PendingStateController<this>"},"privacy":"public","default":"new PendingStateController(this)","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"_selectedItem","type":{"text":"LuzmoMenuItem | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"_selectedItemIcon","type":{"text":"any | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"tooltipEl","type":{"text":"LuzmoTooltip | undefined"},"privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"hasRenderedOverlay","type":{"text":"boolean"},"privacy":"protected","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"_selfManageFocusElement","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"deprecatedMenu","type":{"text":"LuzmoMenu | null"},"privacy":"private","default":"null","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selectionPromise","privacy":"private","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selectionResolver","type":{"text":"() => void"},"privacy":"private","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"willManageSelection","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"recentlyConnected","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"private","default":"null","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"forceFocusVisible","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"click","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"handleButtonBlur","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"handleHelperFocus","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"handleChange","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"toggle","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"target","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"close","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"_selectedItemContent","type":{"text":"MenuItemChildren | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"bindEvents","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"applyFocusElementLabel","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"handleKeydown","privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"setValueFromItem","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}},{"name":"menuChangeEvent","optional":true,"type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"setMenuItemSelected","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}},{"name":"value","type":{"text":"boolean"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"containerStyles","type":{"text":"StyleInfo"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"handleTooltipSlotchange","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLSlotElement }"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"renderLabelContent","privacy":"protected","return":{"type":{"text":"TemplateResult | Node[]"}},"parameters":[{"name":"content","type":{"text":"Node[]"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"renderAngleIcon","privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"renderAlertIcon","privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"renderOverlay","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"menu","type":{"text":"TemplateResult"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"renderDescriptionSlot","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"bindButtonKeydownListener","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"dismissHelper","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"renderContainer","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"menu","type":{"text":"TemplateResult"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"renderMenu","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"shouldScheduleManageSelection","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","optional":true,"type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"shouldManageSelection","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"manageSelection","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"getUpdateComplete","privacy":"protected","return":{"type":{"text":"Promise<boolean>"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"handleEnterKeydown","privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"onScroll","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}}],"attributes":[{"description":"By default `luzmo-action-menu` does not manage a selection. If you'd like for a selection to be held by the `luzmo-menu` that it presents in its overlay, use `selects=\"single\" to activate this functionality.","name":"selects"},{"name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"default":"'bottom-start'","fieldName":"placement","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}}],"mixins":[{"name":"ObserveSlotPresence","module":"/src/utils/observe-slot-presence"},{"name":"ObserveSlotText","module":"/src/utils/observe-slot-text"}],"superclass":{"name":"LuzmoPickerBase","module":"/src/components/picker/picker"},"tagName":"luzmo-action-menu","customElement":true,"events":[{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"name":"scroll","type":{"text":"Event"},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}}]}],"exports":[{"kind":"js","name":"LuzmoActionMenu","declaration":{"name":"LuzmoActionMenu","module":"src/components/action-menu/action-menu.ts"}}]},{"kind":"javascript-module","path":"src/components/action-menu/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-action-menu","declaration":{"name":"LuzmoActionMenu","module":"/src/components/action-menu/action-menu"}},{"kind":"js","name":"LuzmoActionMenu","declaration":{"name":"LuzmoActionMenu","module":"./action-menu"}}]},{"kind":"javascript-module","path":"src/components/avatar/avatar.ts","declarations":[{"kind":"class","description":"","name":"LuzmoAvatar","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"border","type":{"text":"'none' | 'light' | undefined"},"privacy":"public","description":"The border style of the avatar image"},{"kind":"field","name":"rounding","type":{"text":"'none' | 'full' | undefined"},"privacy":"public","description":"The rounding of the avatar image"},{"kind":"field","name":"anchorElement","type":{"text":"HTMLAnchorElement"},"privacy":"private"},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true},{"kind":"field","name":"src","type":{"text":"string"},"privacy":"public","default":"''","description":"The src of the avatar image."},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}}],"mixins":[{"name":"LikeAnchor","module":"/src/utils/like-anchor"},{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"},"tagName":"luzmo-avatar","customElement":true}],"exports":[{"kind":"js","name":"LuzmoAvatar","declaration":{"name":"LuzmoAvatar","module":"src/components/avatar/avatar.ts"}}]},{"kind":"javascript-module","path":"src/components/avatar/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-avatar","declaration":{"name":"LuzmoAvatar","module":"/src/components/avatar/avatar"}},{"kind":"js","name":"LuzmoAvatar","declaration":{"name":"LuzmoAvatar","module":"./avatar"}}]},{"kind":"javascript-module","path":"src/components/button/button-base.ts","declarations":[{"kind":"class","description":"","name":"LuzmoButtonBase","slots":[{"description":"text content to be displayed in the Button element","name":""},{"description":"icon element(s) to display at the start of the button","name":"icon"}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"active","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"privacy":"public","default":"'button'","description":"The default behavior of the button.\nPossible values are: `button` (default), `submit`, and `reset`."},{"kind":"field","name":"anchorElement","type":{"text":"HTMLAnchorElement"},"privacy":"private","description":"HTML anchor element that component clicks by proxy"},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true},{"kind":"field","name":"hasLabel","type":{"text":"boolean"},"privacy":"protected","readonly":true},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true},{"kind":"method","name":"handleClickCapture","privacy":"private","return":{"type":{"text":"void | boolean"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"proxyFocus","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"shouldProxyClick","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"renderAnchor","privacy":"public","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderButton","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"handleKeydown","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleKeypress","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleKeyup","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"manageAnchor","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]}],"mixins":[{"name":"ObserveSlotText","module":"/src/utils/observe-slot-text"},{"name":"LikeAnchor","module":"/src/utils/like-anchor"}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"}}],"exports":[{"kind":"js","name":"LuzmoButtonBase","declaration":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}]},{"kind":"javascript-module","path":"src/components/button/button.ts","declarations":[{"kind":"variable","name":"validVariants","type":{"text":"array"},"default":"[ 'primary', 'secondary', 'negative', 'white', 'black' ]"},{"kind":"variable","name":"validStaticColors","type":{"text":"array"},"default":"['white', 'black']"},{"kind":"class","description":"","name":"LuzmoButton","slots":[{"description":"text label of the Button","name":"","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"description":"The icon to use for Button","name":"icon","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"pendingLabel","type":{"text":"string"},"privacy":"public","default":"'Pending'"},{"kind":"field","name":"pending","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"pendingStateController","type":{"text":"PendingStateController<this>"},"privacy":"public","default":"new PendingStateController(this)"},{"kind":"method","name":"click","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"field","name":"variant","type":{"text":"ButtonVariants"},"privacy":"public","description":"The visual variant to apply to this button."},{"kind":"field","name":"_variant","type":{"text":"ButtonVariants"},"privacy":"private","default":"'primary'"},{"kind":"field","name":"staticColor","type":{"text":"'black' | 'white' | undefined"},"privacy":"public","description":"The static color variant to use for this button."},{"kind":"field","name":"treatment","type":{"text":"ButtonTreatments"},"privacy":"public","default":"'fill'","description":"The visual treatment to apply to this button."},{"kind":"field","name":"quiet","privacy":"public","description":"Style this button to be less obvious","type":{"text":"boolean"}},{"kind":"field","name":"noWrap","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Disables text wrapping within the button component's label.\nPlease note that this option is not a part of the design specification\nand should be used carefully, with consideration of this overflow behavior\nand the readability of the button's content."},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderButton","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"active","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"privacy":"public","default":"'button'","description":"The default behavior of the button.\nPossible values are: `button` (default), `submit`, and `reset`.","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"anchorElement","type":{"text":"HTMLAnchorElement"},"privacy":"private","description":"HTML anchor element that component clicks by proxy","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"hasLabel","type":{"text":"boolean"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleClickCapture","privacy":"private","return":{"type":{"text":"void | boolean"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"proxyFocus","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"shouldProxyClick","privacy":"private","return":{"type":{"text":"boolean"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderAnchor","privacy":"public","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeydown","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeypress","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeyup","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"manageAnchor","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoButtonBase","module":"/src/components/button/button-base"},"tagName":"luzmo-button","customElement":true}],"exports":[{"kind":"js","name":"validVariants","declaration":{"name":"validVariants","module":"src/components/button/button.ts"}},{"kind":"js","name":"validStaticColors","declaration":{"name":"validStaticColors","module":"src/components/button/button.ts"}},{"kind":"js","name":"LuzmoButton","declaration":{"name":"LuzmoButton","module":"src/components/button/button.ts"}}]},{"kind":"javascript-module","path":"src/components/button/clear-button.ts","declarations":[{"kind":"class","description":"","name":"LuzmoClearButton","slots":[{"description":"text label of the Clear Button","name":"","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"description":"The icon to use for Clear Button","name":"icon","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"variant","type":{"text":"'overBackground' | ''"},"privacy":"public","default":"''","description":"The visual variant to apply to this button."},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"active","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"privacy":"public","default":"'button'","description":"The default behavior of the button.\nPossible values are: `button` (default), `submit`, and `reset`.","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"anchorElement","type":{"text":"HTMLAnchorElement"},"privacy":"private","description":"HTML anchor element that component clicks by proxy","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"hasLabel","type":{"text":"boolean"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleClickCapture","privacy":"private","return":{"type":{"text":"void | boolean"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"proxyFocus","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"shouldProxyClick","privacy":"private","return":{"type":{"text":"boolean"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderAnchor","privacy":"public","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderButton","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeydown","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeypress","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeyup","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"manageAnchor","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoButtonBase","module":"/src/components/button/button-base"},"tagName":"luzmo-clear-button","customElement":true}],"exports":[{"kind":"js","name":"LuzmoClearButton","declaration":{"name":"LuzmoClearButton","module":"src/components/button/clear-button.ts"}}]},{"kind":"javascript-module","path":"src/components/button/close-button.ts","declarations":[{"kind":"class","description":"","name":"LuzmoCloseButton","slots":[{"description":"text label of the Close Button","name":"","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"description":"The icon to use for Close Button","name":"icon","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"variant","type":{"text":"ButtonStaticColors | ''"},"privacy":"public","default":"''","description":"The visual variant to apply to this button."},{"kind":"field","name":"staticColor","type":{"text":"'black' | 'white' | undefined"},"privacy":"public"},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"active","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"privacy":"public","default":"'button'","description":"The default behavior of the button.\nPossible values are: `button` (default), `submit`, and `reset`.","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"anchorElement","type":{"text":"HTMLAnchorElement"},"privacy":"private","description":"HTML anchor element that component clicks by proxy","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"hasLabel","type":{"text":"boolean"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleClickCapture","privacy":"private","return":{"type":{"text":"void | boolean"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"proxyFocus","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"shouldProxyClick","privacy":"private","return":{"type":{"text":"boolean"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderAnchor","privacy":"public","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderButton","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeydown","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeypress","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeyup","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"manageAnchor","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoButtonBase","module":"/src/components/button/button-base"},"tagName":"luzmo-close-button","customElement":true}],"exports":[{"kind":"js","name":"LuzmoCloseButton","declaration":{"name":"LuzmoCloseButton","module":"src/components/button/close-button.ts"}}]},{"kind":"javascript-module","path":"src/components/button/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-button","declaration":{"name":"LuzmoButton","module":"/src/components/button/button"}},{"kind":"custom-element-definition","name":"luzmo-clear-button","declaration":{"name":"LuzmoClearButton","module":"/src/components/button/clear-button"}},{"kind":"custom-element-definition","name":"luzmo-close-button","declaration":{"name":"LuzmoCloseButton","module":"/src/components/button/close-button"}},{"kind":"js","name":"LuzmoButton","declaration":{"name":"LuzmoButton","module":"./button"}},{"kind":"js","name":"LuzmoClearButton","declaration":{"name":"LuzmoClearButton","module":"./clear-button"}},{"kind":"js","name":"LuzmoCloseButton","declaration":{"name":"LuzmoCloseButton","module":"./close-button"}}]},{"kind":"javascript-module","path":"src/components/button-group/button-group.ts","declarations":[{"kind":"class","description":"","name":"LuzmoButtonGroup","slots":[{"description":"the luzmo-button elements that make up the group","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"vertical","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"method","name":"handleSlotchange","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"{\n target: slot\n }","type":{"text":"Event & { target: HTMLSlotElement }"}}]},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-button-group","customElement":true}],"exports":[{"kind":"js","name":"LuzmoButtonGroup","declaration":{"name":"LuzmoButtonGroup","module":"src/components/button-group/button-group.ts"}}]},{"kind":"javascript-module","path":"src/components/button-group/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-button-group","declaration":{"name":"LuzmoButtonGroup","module":"/src/components/button-group/button-group"}},{"kind":"js","name":"LuzmoButtonGroup","declaration":{"name":"LuzmoButtonGroup","module":"./button-group"}}]},{"kind":"javascript-module","path":"src/components/calendar/calendar.ts","declarations":[{"kind":"variable","name":"DAYS_PER_WEEK","type":{"text":"number"},"default":"7"},{"kind":"class","description":"","name":"LuzmoCalendar","members":[{"kind":"field","name":"value","type":{"text":"string | undefined"},"privacy":"public","description":"The selected date in the calendar. If defined, this also indicates where the calendar opens.\nIf not, the calendar opens at the current month."},{"kind":"field","name":"min","type":{"text":"string | undefined"},"privacy":"public","description":"The minimum allowed date a user can select"},{"kind":"field","name":"max","type":{"text":"string | undefined"},"privacy":"public","description":"The maximum allowed date a user can select"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Indicates when the calendar should be disabled entirely"},{"kind":"field","name":"language","type":{"text":"string | undefined"},"privacy":"public","description":"The language used to format the dates and weekdays."},{"kind":"field","name":"labels","type":{"text":"CalendarLabels"},"privacy":"public","default":"{ previous: 'Previous', next: 'Next', today: 'Today', selected: 'Selected' }","description":"Labels read by screen readers. The default values are in English\nand can be overridden to localize the content."},{"kind":"method","name":"setDateFocusIntent","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"resetDateFocusIntent","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"clear","privacy":"public","return":{"type":{"text":"void"}},"description":"Resets the component's value"},{"kind":"method","name":"willUpdate","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"focusCurrentDate","privacy":"private","return":{"type":{"text":"void"}},"description":"Focuses the tabbable day element in the calendar represented by the current date.\nUseful while navigating through the calendar as the focus might be lost when the month changes."},{"kind":"method","name":"convertToCalendarDates","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"checkDatePropsCompliance","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"checkInterval","type":{"text":"boolean"},"description":"Whether to check the [min, max] interval"}],"description":"Validates the component's date properties (min, max and value) compliance with one another.\nIf the [min, max] constraint interval is invalid, both properties are reset.\nIf the value is not within the [min, max] (valid) interval, it is reset."},{"kind":"method","name":"updateCurrentDate","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"isNonCompliantDate","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"date","type":{"text":"DateValue"}}],"description":"Whether the date is non-compliant with the min and max constraints"},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderCalendarHeader","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"handlePreviousMonth","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleNextMonth","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"renderCalendarGrid","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderCalendarTableHead","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderWeekdayColumns","privacy":"private","return":{"type":{"text":"TemplateResult[]"}}},{"kind":"method","name":"renderWeekdayColumn","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"weekday","type":{"text":"CalendarWeekday"}}]},{"kind":"method","name":"renderCalendarTableBody","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderCalendarWeeks","privacy":"private","return":{"type":{"text":"TemplateResult[]"}}},{"kind":"method","name":"renderDatesInWeek","privacy":"private","return":{"type":{"text":"TemplateResult[]"}},"parameters":[{"name":"week","type":{"text":"CalendarDate[]"}}]},{"kind":"method","name":"parseDateCellProperties","privacy":"private","return":{"type":{"text":"DateCellProperties"}},"parameters":[{"name":"calendarDate","type":{"text":"CalendarDate"}}]},{"kind":"method","name":"renderCalendarTableCell","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"calendarDate","type":{"text":"CalendarDate"}}]},{"kind":"method","name":"handleKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleDaySelect","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"MouseEvent | KeyboardEvent"}}]},{"kind":"method","name":"moveToPreviousDay","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"moveToNextDay","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"moveToPreviousWeek","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"moveToNextWeek","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"canMoveBackToDate","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"previousDate","type":{"text":"CalendarDate"}}]},{"kind":"method","name":"canMoveForwardToDate","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"nextDate","type":{"text":"CalendarDate"}}]},{"kind":"method","name":"setWeekdays","privacy":"private","return":{"type":{"text":"void"}},"description":"Defines the array with data for the days of the week, starting on the first day of the week according to the\ndefined location (Sunday, Monday, etc.)"},{"kind":"method","name":"setCurrentMonthDates","privacy":"private","return":{"type":{"text":"void"}},"description":"Defines the 2D-array with the dates of the current month"},{"kind":"method","name":"getDatesInWeek","privacy":"private","return":{"type":{"text":"CalendarDate[]"}},"parameters":[{"name":"monthDate","type":{"text":"CalendarDate"}},{"name":"weekIndex","type":{"text":"number"},"description":"The index of the week"}],"description":"Returns an array with all days of the week in a specific month, corresponding to the given index,\nstarting with the first day of the week according to the language"},{"kind":"method","name":"isMinLimitReached","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"calendarDate","type":{"text":"CalendarDate"}}]},{"kind":"method","name":"isMaxLimitReached","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"calendarDate","type":{"text":"CalendarDate"}}]},{"kind":"method","name":"formatDate","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"calendarDate","type":{"text":"CalendarDate"},"description":"The `CalendarDate` object that will be formatted"},{"name":"options","type":{"text":"Intl.DateTimeFormatOptions"},"description":"All date format options that will be used by the formatter"}],"description":"Formats a `CalendarDate` object using the current language and the provided date format options"},{"kind":"method","name":"setNumberFormatter","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"formatNumber","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"number","type":{"text":"number"}}]}],"events":[{"name":"change","type":{"text":"CustomEvent"}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-calendar","customElement":true}],"exports":[{"kind":"js","name":"DAYS_PER_WEEK","declaration":{"name":"DAYS_PER_WEEK","module":"src/components/calendar/calendar.ts"}},{"kind":"js","name":"LuzmoCalendar","declaration":{"name":"LuzmoCalendar","module":"src/components/calendar/calendar.ts"}}]},{"kind":"javascript-module","path":"src/components/calendar/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-calendar","declaration":{"name":"LuzmoCalendar","module":"/src/components/calendar/calendar"}},{"kind":"js","name":"LuzmoCalendar","declaration":{"name":"LuzmoCalendar","module":"./calendar"}}]},{"kind":"javascript-module","path":"src/components/checkbox/checkbox-base.ts","declarations":[{"kind":"class","description":"","name":"CheckboxBase","members":[{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true},{"kind":"field","name":"checked","type":{"text":"boolean"},"privacy":"public","default":"false","description":"The `checked` attribute reflects the state of the element","inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}},{"kind":"field","name":"name","type":{"text":"string | undefined"},"privacy":"public","description":"The name attribute of the element","inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the element is read-only","inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}},{"kind":"field","name":"inputElement","type":{"text":"HTMLInputElement"},"description":"The input element of the component","privacy":"private","inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}},{"kind":"method","name":"handleChange","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}}],"mixins":[{"name":"checkboxMixin","module":"/src/components/checkbox/checkbox-mixin"}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"}}],"exports":[{"kind":"js","name":"CheckboxBase","declaration":{"name":"CheckboxBase","module":"src/components/checkbox/checkbox-base.ts"}}]},{"kind":"javascript-module","path":"src/components/checkbox/checkbox-mixin.ts","declarations":[{"kind":"mixin","description":"","name":"checkboxMixin","members":[{"kind":"field","name":"checked","type":{"text":"boolean"},"privacy":"public","default":"false","description":"The `checked` attribute reflects the state of the element"},{"kind":"field","name":"name","type":{"text":"string | undefined"},"privacy":"public","description":"The name attribute of the element"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the element is read-only"},{"kind":"field","name":"inputElement","type":{"text":"HTMLInputElement"},"description":"The input element of the component","privacy":"private"},{"kind":"method","name":"handleChange","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}}],"parameters":[{"name":"constructor","type":{"text":"T"}}]}],"exports":[{"kind":"js","name":"checkboxMixin","declaration":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}}]},{"kind":"javascript-module","path":"src/components/checkbox/checkbox.ts","declarations":[{"kind":"class","description":"","name":"LuzmoCheckbox","slots":[{"description":"content to display as the label for the Checkbox","name":""}],"members":[{"kind":"field","name":"shadowRootOptions","type":{"text":"object"},"static":true,"default":"{ ...LuzmoElement.shadowRootOptions, delegatesFocus: true }","description":"Override the default shadow root options to allow for focus delegation","privacy":"private"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Disable this control. It will not receive focus or events"},{"kind":"field","name":"indeterminate","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Set the checkbox to an indeterminate state"},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"privacy":"public","default":"false","description":"When this control is rendered, focus it automatically"},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Set the checkbox to an invalid state"},{"kind":"field","name":"emphasized","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Make the checkbox emphasized"},{"kind":"field","name":"tabIndex","type":{"text":"number"},"privacy":"public","default":"0"},{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"method","name":"click","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleChange","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"field","name":"checked","type":{"text":"boolean"},"privacy":"public","default":"false","description":"The `checked` attribute reflects the state of the element","inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}},{"kind":"field","name":"name","type":{"text":"string | undefined"},"privacy":"public","description":"The name attribute of the element","inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the element is read-only","inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}},{"kind":"field","name":"inputElement","type":{"text":"HTMLInputElement"},"description":"The input element of the component","privacy":"private","inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}}],"events":[{"description":"Announces a change in the `checked` property of a Checkbox","name":"change"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"},{"name":"checkboxMixin","module":"/src/components/checkbox/checkbox-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-checkbox","customElement":true}],"exports":[{"kind":"js","name":"LuzmoCheckbox","declaration":{"name":"LuzmoCheckbox","module":"src/components/checkbox/checkbox.ts"}}]},{"kind":"javascript-module","path":"src/components/checkbox/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-checkbox","declaration":{"name":"LuzmoCheckbox","module":"/src/components/checkbox/checkbox"}},{"kind":"js","name":"LuzmoCheckbox","declaration":{"name":"LuzmoCheckbox","module":"./checkbox"}}]},{"kind":"javascript-module","path":"src/components/color-area/color-area.ts","declarations":[{"kind":"class","description":"","name":"LuzmoColorArea","slots":[{"description":"a custom gradient visually outlining the available color values","name":"gradient"}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"dir","type":{"text":"'ltr' | 'rtl'"},"privacy":"public"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"labelX","type":{"text":"string"},"privacy":"public","default":"'saturation'"},{"kind":"field","name":"labelY","type":{"text":"string"},"privacy":"public","default":"'luminosity'"},{"kind":"field","name":"isLTR","type":{"text":"boolean"},"privacy":"public","default":"true"},{"kind":"field","name":"handle","type":{"text":"any"},"privacy":"private"},{"kind":"field","name":"languageResolver","privacy":"private","default":"new LanguageResolutionController(this)"},{"kind":"field","name":"colorController","privacy":"private","default":"new ColorController(this, { extractColorFromState: () => ({ h: this.hue, s: this.x, v: this.y }), applyColorToState: ({ s, v }) => { this._x = s; this._y = v; this.requestUpdate(); } })"},{"kind":"field","name":"hue","type":{"text":"number"},"privacy":"public"},{"kind":"field","name":"value","type":{"text":"ColorValue"},"privacy":"public","readonly":true},{"kind":"field","name":"color","type":{"text":"ColorValue"},"privacy":"public"},{"kind":"field","name":"activeAxis","type":{"text":"string"},"privacy":"private","default":"'x'"},{"kind":"field","name":"x","type":{"text":"number"},"privacy":"public"},{"kind":"field","name":"_x","type":{"text":"number"},"privacy":"private","default":"1"},{"kind":"field","name":"y","type":{"text":"number"},"privacy":"public"},{"kind":"field","name":"_y","type":{"text":"number"},"privacy":"private","default":"1"},{"kind":"field","name":"step","type":{"text":"number"},"privacy":"public","default":"0.01"},{"kind":"field","name":"inputX","type":{"text":"HTMLInputElement"},"privacy":"public"},{"kind":"field","name":"inputY","type":{"text":"HTMLInputElement"},"privacy":"public"},{"kind":"field","name":"altered","type":{"text":"number"},"privacy":"private","default":"0"},{"kind":"field","name":"activeKeys","privacy":"private","default":"new Set()"},{"kind":"field","name":"_valueChanged","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"focusOptions","default":"{}","type":{"text":"FocusOptions"}}]},{"kind":"method","name":"forwardFocus","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleFocus","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleBlur","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleKeypress","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleKeyup","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleInput","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLInputElement }"}}]},{"kind":"method","name":"handleChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLInputElement }"}}]},{"kind":"field","name":"boundingClientRect","type":{"text":"DOMRect"},"privacy":"private"},{"kind":"field","name":"_pointerDown","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"method","name":"handlePointerdown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handlePointermove","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handlePointerup","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"calculateHandlePosition","privacy":"private","return":{"type":{"text":""}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}},{"description":": PointerEvent on slider","name":""}],"description":"Returns the value under the cursor"},{"kind":"method","name":"handleAreaPointerdown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}]},{"kind":"field","name":"observer","type":{"text":"WithSWCResizeObserver['ResizeObserver'] | undefined"},"privacy":"private"}],"events":[{"name":"input","type":{"text":"Event"},"description":"The value of the Color Area has changed."},{"name":"change","type":{"text":"Event"},"description":"An alteration to the value of the Color Area has been committed by the user."}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-color-area","customElement":true}],"exports":[{"kind":"js","name":"LuzmoColorArea","declaration":{"name":"LuzmoColorArea","module":"src/components/color-area/color-area.ts"}}]},{"kind":"javascript-module","path":"src/components/color-area/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-color-area","declaration":{"name":"LuzmoColorArea","module":"/src/components/color-area/color-area"}},{"kind":"js","name":"LuzmoColorArea","declaration":{"name":"LuzmoColorArea","module":"./color-area"}}]},{"kind":"javascript-module","path":"src/components/color-field/color-field.ts","declarations":[{"kind":"class","description":"","name":"LuzmoColorField","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"viewColor","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"value","privacy":"public","description":"The value held by the form control","type":{"text":"string | number"},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"_value","type":{"text":"string | number"},"privacy":"protected","default":"''","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"cachedColor","type":{"text":"string | null"},"privacy":"private","default":"null"},{"kind":"method","name":"getColorValue","privacy":"public","return":{"type":{"text":"string"}}},{"kind":"method","name":"renderColorHandle","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"cachedTinyColor","type":{"text":"TinyColor | null"},"privacy":"private","default":"null"},{"kind":"method","name":"checkValidity","privacy":"public","return":{"type":{"text":"boolean"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"helpTextManager","default":"new HelpTextManager(this, { mode })","inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"field","name":"helpTextId","type":{"text":"string"},"readonly":true,"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"method","name":"renderHelpText","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"field","name":"appliedLabel","type":{"text":"string | undefined"},"privacy":"protected","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"allowedKeys","type":{"text":"string"},"default":"''","description":"A regular expression outlining the keys that will be allowed to update the value of the form control.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"inputElement","type":{"text":"HTMLInputElement | HTMLTextAreaElement"},"privacy":"protected","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is invalid.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''","description":"A string applied via `aria-label` to the form control when a user visible label is not provided.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"name","type":{"text":"string | undefined"},"privacy":"public","description":"Name of the form control.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"privacy":"public","default":"''","description":"Text that appears in the form control when it has no value set","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"type","type":{"text":"LuzmoTextFieldType"},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"_type","type":{"text":"LuzmoTextFieldType"},"privacy":"private","default":"'text'","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"pattern","type":{"text":"string | undefined"},"privacy":"public","description":"Pattern the `value` must match to be valid","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"grows","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a form control delivered with the `multiline` attribute will change size\nvertically to accomodate longer input","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"maxlength","type":{"text":"number"},"privacy":"public","default":"-1","description":"Defines the maximum string length that the user can enter","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"minlength","type":{"text":"number"},"privacy":"public","default":"-1","description":"Defines the minimum string length that the user can enter","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"multiline","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the form control should accept a value longer than one line","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a user can interact with the value of the form control","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"rows","type":{"text":"number"},"privacy":"public","default":"-1","description":"The specific number of rows the form control should provide in the user interface","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"valid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is valid.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether to display the form control with no visible background","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"required","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the form control will be found to be invalid when it holds no `value`","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"autocomplete","type":{"text":"| 'list'\n | 'none'\n | HTMLInputElement['autocomplete']\n | HTMLTextAreaElement['autocomplete'] | undefined"},"privacy":"public","description":"What form of assistance should be provided when attempting to supply a value to the form control","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLInputElement | HTMLTextAreaElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"setSelectionRange","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"selectionStart","type":{"text":"number"},"description":"The 0-based index of the first selected character. An index greater than the length of the\nelement's value is treated as pointing to the end of the value."},{"name":"selectionEnd","type":{"text":"number"},"description":"The 0-based index of the character after the last selected character. An index greater than\nthe length of the element's value is treated as pointing to the end of the value."},{"name":"selectionDirection","default":"'none'","type":{"text":"'forward' | 'backward' | 'none'"},"description":"A string indicating the direction in which the selection is considered to\nhave been performed.","optional":true}],"description":"Sets the start and end positions of the current selection.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"select","privacy":"public","return":{"type":{"text":"void"}},"description":"Selects all the text.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleInput","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleChange","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"onFocus","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"onBlur","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleInputElementPointerdown","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"renderStateIcons","privacy":"protected","return":{"type":{"text":"TemplateResult | typeof nothing"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"displayValue","type":{"text":"string"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"renderMultiline","type":{"text":"TemplateResult"},"privacy":"private","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"renderInput","type":{"text":"TemplateResult"},"privacy":"private","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"renderField","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}}],"events":[{"description":"The value of the color-field has changed.","name":"input","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"name":"change","type":{"text":"Event"},"description":"An alteration to the value of the color-field has been committed by the user.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}}],"superclass":{"name":"LuzmoTextFieldBase","module":"/src/components/text-field/text-field"},"tagName":"luzmo-color-field","customElement":true}],"exports":[{"kind":"js","name":"LuzmoColorField","declaration":{"name":"LuzmoColorField","module":"src/components/color-field/color-field.ts"}}]},{"kind":"javascript-module","path":"src/components/color-field/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-color-field","declaration":{"name":"LuzmoColorField","module":"/src/components/color-field/color-field"}},{"kind":"js","name":"LuzmoColorField","declaration":{"name":"LuzmoColorField","module":"./color-field"}}]},{"kind":"javascript-module","path":"src/components/color-handle/color-handle.ts","declarations":[{"kind":"class","description":"","name":"LuzmoColorHandle","members":[{"kind":"field","name":"styles","static":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"color","type":{"text":"string"},"privacy":"public","default":"'rgba(255, 0, 0, 0.5)'"},{"kind":"method","name":"handlePointerdown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handlePointerup","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"render","privacy":"protected"},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"Map<string, any>"}}]}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-color-handle","customElement":true}],"exports":[{"kind":"js","name":"LuzmoColorHandle","declaration":{"name":"LuzmoColorHandle","module":"src/components/color-handle/color-handle.ts"}}]},{"kind":"javascript-module","path":"src/components/color-handle/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-color-handle","declaration":{"name":"LuzmoColorHandle","module":"/src/components/color-handle/color-handle"}},{"kind":"js","name":"LuzmoColorHandle","declaration":{"name":"LuzmoColorHandle","module":"./color-handle"}}]},{"kind":"javascript-module","path":"src/components/color-loupe/color-loupe.ts","declarations":[{"kind":"class","description":"","name":"LuzmoColorLoupe","members":[{"kind":"field","name":"styles","static":true},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"color","type":{"text":"string"},"privacy":"public","default":"'rgba(255, 0, 0, 0.5)'"},{"kind":"method","name":"render","privacy":"protected"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-color-loupe","customElement":true}],"exports":[{"kind":"js","name":"LuzmoColorLoupe","declaration":{"name":"LuzmoColorLoupe","module":"src/components/color-loupe/color-loupe.ts"}}]},{"kind":"javascript-module","path":"src/components/color-loupe/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-color-loupe","declaration":{"name":"LuzmoColorLoupe","module":"/src/components/color-loupe/color-loupe"}},{"kind":"js","name":"LuzmoColorLoupe","declaration":{"name":"LuzmoColorLoupe","module":"./color-loupe"}}]},{"kind":"javascript-module","path":"src/components/color-menu/color-menu.ts","declarations":[{"kind":"class","description":"","name":"LuzmoColorMenu","members":[{"kind":"field","name":"styles","static":true},{"kind":"field","name":"color","type":{"text":"ColorValue"},"default":"'rgb(255, 0, 0)'","description":"The color value of the Color Menu"},{"kind":"field","name":"noAlphaChannel","type":{"text":"boolean"},"default":"false","description":"Whether the alpha channel is available"},{"kind":"field","name":"swatches","type":{"text":"string[]"},"description":"The swatches available in the color menu"},{"kind":"field","name":"_alpha","type":{"text":"number"},"privacy":"private","default":"1"},{"kind":"field","name":"_rgbColor","type":{"text":"string"},"privacy":"private","default":"'rgb(255, 0, 0)'"},{"kind":"field","name":"_rgbaColor","type":{"text":"string"},"privacy":"private","default":"'rgb(255, 0, 0, 1)'"},{"kind":"field","name":"_previousColor","type":{"text":"string"},"privacy":"private","default":"'rgb(255, 0, 0)'"},{"kind":"field","name":"areaElement","type":{"text":"LuzmoColorArea"},"privacy":"private"},{"kind":"field","name":"hueSliderElement","type":{"text":"LuzmoColorSlider"},"privacy":"private"},{"kind":"field","name":"opacitySliderElement","type":{"text":"LuzmoColorSlider"},"privacy":"private"},{"kind":"field","name":"colorFieldElement","type":{"text":"LuzmoColorField"},"privacy":"private"},{"kind":"field","name":"swatchElement","type":{"text":"LuzmoSwatch"},"privacy":"private"},{"kind":"field","name":"_format","type":{"text":"string"},"privacy":"private"},{"kind":"method","name":"setColor","parameters":[{"name":"event","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"handleAreaChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"handleHueSliderChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"handleOpacitySliderChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"handleFieldChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"formatTextField","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"tinyColor","type":{"text":"any"}}]},{"kind":"method","name":"cycleFormat","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"updated","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"Map<string, any>"}}]},{"kind":"method","name":"renderOpacitySlider","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}}],"events":[{"name":"change","type":{"text":"CustomEvent"},"description":"An alteration to the value of the Color Menu has been committed by the user."}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-color-menu","customElement":true}],"exports":[{"kind":"js","name":"LuzmoColorMenu","declaration":{"name":"LuzmoColorMenu","module":"src/components/color-menu/color-menu.ts"}}]},{"kind":"javascript-module","path":"src/components/color-menu/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-color-menu","declaration":{"name":"LuzmoColorMenu","module":"/src/components/color-menu/color-menu"}},{"kind":"js","name":"LuzmoColorMenu","declaration":{"name":"LuzmoColorMenu","module":"./color-menu"}}]},{"kind":"javascript-module","path":"src/components/color-picker/color-picker.ts","declarations":[{"kind":"class","description":"","name":"LuzmoColorPicker","members":[{"kind":"field","name":"styles","static":true},{"kind":"field","name":"color","type":{"text":"ColorValue | undefined"},"default":"'rgb(255, 0, 0)'"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"placement","type":{"text":"string"},"default":"'left-start'"},{"kind":"field","name":"rounding","type":{"text":"SwatchRounding | undefined"},"default":"'full'"},{"kind":"field","name":"shape","type":{"text":"SwatchShape"}},{"kind":"field","name":"swatches","type":{"text":"string[]"},"default":"[]"},{"kind":"field","name":"noAlphaChannel","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"menuElement","type":{"text":"LuzmoColorMenu"},"privacy":"private"},{"kind":"field","name":"overlayElement","type":{"text":"LuzmoOverlay"},"privacy":"private"},{"kind":"field","name":"_renderMenu","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"method","name":"overlayCloseEvent","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"overlayOpenEvent","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleColorChange","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"renderColorMenu","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}}],"events":[{"name":"change","type":{"text":"Event"},"description":"An alteration to the value of the Color Slider has been committed by the user."},{"description":"The value of the Color Slider has changed.","name":"input"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-color-slider","customElement":true}],"exports":[{"kind":"js","name":"LuzmoColorPicker","declaration":{"name":"LuzmoColorPicker","module":"src/components/color-picker/color-picker.ts"}}]},{"kind":"javascript-module","path":"src/components/color-picker/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-color-picker","declaration":{"name":"LuzmoColorPicker","module":"/src/components/color-picker/color-picker"}},{"kind":"js","name":"LuzmoColorPicker","declaration":{"name":"LuzmoColorPicker","module":"./color-picker"}}]},{"kind":"javascript-module","path":"src/components/color-slider/color-slider.ts","declarations":[{"kind":"class","description":"","name":"LuzmoColorSlider","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"dir","type":{"text":"'ltr' | 'rtl'"},"privacy":"public"},{"kind":"field","name":"mode","type":{"text":"'hue' | 'opacity'"},"privacy":"public"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"handle","type":{"text":"any"},"privacy":"private"},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"'hue'"},{"kind":"field","name":"vertical","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"languageResolver","privacy":"private","default":"new LanguageResolutionController(this)"},{"kind":"field","name":"colorController","privacy":"private","default":"new ColorController(this, { /* c8 ignore next 3 */ applyColorToState: () => { if (this.mode === 'opacity') { const color = new TinyColor(this.colorController.color); this.sliderHandlePosition = 100 * color.getAlpha(); } else { this.sliderHandlePosition = 100 * (this.colorController.hue / 360); } }, extractColorFromState: (controller) => { if (this.mode === 'opacity') { return { ...(controller.getColor('hsl') as HSL), a: this.value }; } return { ...(controller.getColor('hsl') as HSL), h: this.value }; }, maintains: 'saturation' })"},{"kind":"field","name":"value","type":{"text":"number"},"privacy":"public"},{"kind":"field","name":"sliderHandlePosition","type":{"text":"number"},"privacy":"public","default":"0"},{"kind":"field","name":"color","type":{"text":"ColorValue"},"privacy":"public"},{"kind":"field","name":"step","type":{"text":"number"},"privacy":"public","default":"1"},{"kind":"field","name":"isLTR","type":{"text":"boolean"},"privacy":"public","default":"true"},{"kind":"field","name":"altered","type":{"text":"number"},"privacy":"private"},{"kind":"field","name":"_altered","type":{"text":"number"},"privacy":"private","default":"0"},{"kind":"field","name":"input","type":{"text":"HTMLInputElement"},"privacy":"public"},{"kind":"field","name":"focusElement","type":{"text":"HTMLInputElement"},"privacy":"public","readonly":true},{"kind":"method","name":"handleKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleInput","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLInputElement }"}}]},{"kind":"method","name":"handleChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLInputElement }"}}]},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"focusOptions","default":"{}","type":{"text":"FocusOptions"}}]},{"kind":"method","name":"forwardFocus","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleFocus","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleBlur","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"field","name":"boundingClientRect","type":{"text":"DOMRect"},"privacy":"private"},{"kind":"field","name":"_pointerDown","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"method","name":"handlePointerdown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handlePointermove","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handlePointerup","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"calculateHandlePosition","privacy":"private","return":{"type":{"text":""}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}},{"description":": PointerEvent on slider","name":""}],"description":"Returns the value under the cursor"},{"kind":"method","name":"handleGradientPointerdown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"field","name":"handlePositionStyles","type":{"text":"string"},"privacy":"private","readonly":true},{"kind":"field","name":"getColorSliderStyle","type":{"text":"StyleInfo"},"privacy":"private","readonly":true},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues"}}]}],"events":[{"name":"input","type":{"text":"Event"},"description":"The value of the Color Slider has changed."},{"name":"change","type":{"text":"Event"},"description":"An alteration to the value of the Color Slider has been committed by the user."}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"},"tagName":"luzmo-color-slider","customElement":true}],"exports":[{"kind":"js","name":"LuzmoColorSlider","declaration":{"name":"LuzmoColorSlider","module":"src/components/color-slider/color-slider.ts"}}]},{"kind":"javascript-module","path":"src/components/color-slider/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-color-slider","declaration":{"name":"LuzmoColorSlider","module":"/src/components/color-slider/color-slider"}},{"kind":"js","name":"LuzmoColorSlider","declaration":{"name":"LuzmoColorSlider","module":"./color-slider"}}]},{"kind":"javascript-module","path":"src/components/date-time-picker/date-time-picker.ts","declarations":[{"kind":"class","description":"","name":"LuzmoDateTimePicker","slots":[{"description":"The icon used in the calendar button","name":"calendar-icon"},{"description":"Default or non-negative help text to associate to your form element","name":"help-text"},{"description":"Negative help text to associate to your form element when `invalid`","name":"negative-help-text"}],"members":[{"kind":"field","name":"value","type":{"text":"string | undefined"},"privacy":"public","description":"The selected date of the component. If defined, this also indicates where the calendar opens.\nIf not, the calendar opens at the current month, and placeholder values are shown."},{"kind":"field","name":"min","type":{"text":"string | undefined"},"privacy":"public","description":"The minimum valid date a user can select"},{"kind":"field","name":"max","type":{"text":"string | undefined"},"privacy":"public","description":"The maximum valid date a user can select"},{"kind":"field","name":"dateFormat","type":{"text":"'mmdd' | 'ddmm' | undefined"},"privacy":"public","description":"The date format to use for display. Can be 'mmdd', 'ddmm', or undefined (uses locale default)."},{"kind":"field","name":"dateSeparator","type":{"text":"string | undefined"},"privacy":"public","description":"The separator to use between date segments (month, day, and year).\nIf not specified, the default separator from the locale will be used."},{"kind":"field","name":"precision","type":{"text":"Precision"},"privacy":"public","description":"The granularity used to display the segments of the component's value"},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is invalid."},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a user can interact with the value of the form control"},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether to display the form control with no visible background"},{"kind":"field","name":"placement","type":{"text":"Placement"},"privacy":"public","default":"'bottom'","description":"Whether to display the form control with no visible background"},{"kind":"field","name":"timeZone","type":{"text":"string | undefined"},"privacy":"public","description":"The IANA time zone identifier (eg. America/Los_Angeles) to use for parsing the date & setting it"},{"kind":"field","name":"language","type":{"text":"string"},"privacy":"public","default":"'en'","description":"Whether to display the form control with no visible background"},{"kind":"field","name":"labels","type":{"text":"DateTimePickerLabels"},"privacy":"public","default":"{ previous: 'Previous', next: 'Next', today: 'Today', selected: 'Selected', empty: 'Empty', calendar: 'Calendar' }","description":"Labels read by screen readers. The default values are in English\nand can be overridden to localize the content."},{"kind":"field","name":"focused","type":{"text":"boolean"},"default":"false"},{"kind":"method","name":"clear","privacy":"public","return":{"type":{"text":"void"}},"description":"Resets the component's value and segments"},{"kind":"method","name":"willUpdate","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"convertDatePropsToMatch","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"dateValue","type":{"text":"CalendarDate | CalendarDateTime | ZonedDateTime"},"description":"The date value to be used as a reference for the conversion"}],"description":"Converts the DateTimePicker's date properties (min, max and value) to match the provided date's type."},{"kind":"method","name":"checkDatePropsCompliance","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"checkInterval","type":{"text":"boolean"},"description":"Whether to check the [min, max] interval"}],"description":"Validates the component's date properties (min, max and value) compliance with one another.\nIf the [min, max] constraint interval is invalid, both properties are reset.\nIf the value is not within the [min, max] (valid) interval, it is reset."},{"kind":"method","name":"isNonCompliantValue","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"updateDateProps","privacy":"private","return":{"type":{"text":"void"}},"description":"Update the component's date properties' types to include the provided precision."},{"kind":"method","name":"updateDefaultPrecision","privacy":"private","return":{"type":{"text":"void"}},"description":"Changes the component's default precision according to the most specific date property (min, max or value)."},{"kind":"method","name":"render","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderStateIcons","privacy":"private","return":{"type":{"text":"TemplateResult | typeof nothing"}}},{"kind":"method","name":"renderPicker","privacy":"public","return":{"type":{"text":"TemplateResult | typeof nothing"}}},{"kind":"method","name":"handleChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"renderInputContent","privacy":"public","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderSegments","privacy":"private","return":{"type":{"text":"TemplateResult[]"}}},{"kind":"method","name":"renderLiteralSegment","privacy":"public","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"segment","type":{"text":"LiteralSegment"}}]},{"kind":"method","name":"renderEditableSegment","privacy":"public","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"segment","type":{"text":"EditableSegment"}}]},{"kind":"method","name":"renderSegmentText","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"segment","type":{"text":"EditableSegment"}}]},{"kind":"method","name":"handleKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"incrementValue","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"segmentType","type":{"text":"EditableSegmentType"}}]},{"kind":"method","name":"decrementValue","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"segmentType","type":{"text":"EditableSegmentType"}}]},{"kind":"method","name":"focusSegment","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"segment","type":{"text":"HTMLElement"},"description":"Segment on which the event was triggered (the segment being changed)"},{"name":"elementToFocus","type":{"text":"'previous' | 'next'"},"description":"Defines which element will be focused: is it the previous one or the next one?"}],"description":"Focuses the segment according to the direction, if there is one to focus on"},{"kind":"method","name":"commitValue","privacy":"private","return":{"type":{"text":"void"}},"description":"Mark the user intent to commit the selected value. If the current value\nis different from the previous commited value, dispatch a change event."},{"kind":"method","name":"clearSegmentContent","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"segmentType","type":{"text":"EditableSegmentType"}}]},{"kind":"method","name":"handleInput","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"InputEvent"}}]},{"kind":"method","name":"updateSegmentContent","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"segment","type":{"text":"EditableSegment"},"description":"Segment on which the event was triggered (the segment being changed)"},{"name":"segmentElement","type":{"text":"HTMLElement"}},{"description":"Triggered event details","name":"event"}],"description":"Updates the content of the segments by binding it to the `.innerText` property of the element,\ninstead of using string interpolation. This allows to not show user typed characters, but\nonly the formatted content of the segment, needed for the 'contenteditable' elements."},{"kind":"method","name":"createOutputString","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"value","optional":true,"type":{"text":"ZonedDateTime | CalendarDateTime | CalendarDate"}}]},{"kind":"method","name":"dispatchChange","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"dispatchInput","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"setValueFromSegments","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"setSegments","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"setNumberParser","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"setDateFormatter","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"setAriaDateFormatter","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"getTimeOptions","privacy":"private","return":{"type":{"text":"Intl.DateTimeFormatOptions"}},"parameters":[{"name":"digitType","type":{"text":"'2-digit' | 'numeric'"}}]},{"kind":"field","name":"helpTextManager","default":"new HelpTextManager(this, { mode })","inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"field","name":"helpTextId","type":{"text":"string"},"readonly":true,"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"method","name":"renderHelpText","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}}],"events":[{"name":"change","type":{"text":"CustomEvent"},"description":"Announces when a new date/time is committed by the user"},{"name":"input","type":{"text":"CustomEvent"},"description":"Announces when the user's input changes the component's segments"}],"mixins":[{"name":"ManageHelpText","module":"/src/components/text-field/manage-help-text"},{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"},"tagName":"luzmo-date-time-picker","customElement":true}],"exports":[{"kind":"js","name":"LuzmoDateTimePicker","declaration":{"name":"LuzmoDateTimePicker","module":"src/components/date-time-picker/date-time-picker.ts"}}]},{"kind":"javascript-module","path":"src/components/date-time-picker/helpers.ts","declarations":[{"kind":"function","name":"isNumber","return":{"type":{"text":"value is number"}},"parameters":[{"name":"value","type":{"text":"number | undefined"}}]},{"kind":"function","name":"isZonedDateTime","return":{"type":{"text":"date is ZonedDateTime"}},"parameters":[{"name":"date","type":{"text":"DateValue"}}]},{"kind":"function","name":"isCalendarDateTime","return":{"type":{"text":"date is CalendarDateTime"}},"parameters":[{"name":"date","type":{"text":"DateValue"}}]},{"kind":"function","name":"isCalendarDate","return":{"type":{"text":"date is CalendarDate"}},"parameters":[{"name":"date","type":{"text":"DateValue"}}]},{"kind":"function","name":"convertHourTo24hFormat","return":{"type":{"text":"number"}},"parameters":[{"name":"hour","type":{"text":"number"}},{"name":"dayPeriod","type":{"text":"typeof AM | typeof PM"}}]},{"kind":"function","name":"getDayPeriodModifier","return":{"type":{"text":"typeof AM | typeof PM"}},"parameters":[{"name":"hour","type":{"text":"number"}}]},{"kind":"function","name":"equalSegmentValues","return":{"type":{"text":"boolean"}},"parameters":[{"name":"a","type":{"text":"(number | undefined)[]"}},{"name":"b","type":{"text":"(number | undefined)[]"}}]},{"kind":"function","name":"dateValueToDate","return":{"type":{"text":"Date"}},"parameters":[{"name":"dateValue","type":{"text":"DateValue"}}]}],"exports":[{"kind":"js","name":"isNumber","declaration":{"name":"isNumber","module":"src/components/date-time-picker/helpers.ts"}},{"kind":"js","name":"isZonedDateTime","declaration":{"name":"isZonedDateTime","module":"src/components/date-time-picker/helpers.ts"}},{"kind":"js","name":"isCalendarDateTime","declaration":{"name":"isCalendarDateTime","module":"src/components/date-time-picker/helpers.ts"}},{"kind":"js","name":"isCalendarDate","declaration":{"name":"isCalendarDate","module":"src/components/date-time-picker/helpers.ts"}},{"kind":"js","name":"convertHourTo24hFormat","declaration":{"name":"convertHourTo24hFormat","module":"src/components/date-time-picker/helpers.ts"}},{"kind":"js","name":"getDayPeriodModifier","declaration":{"name":"getDayPeriodModifier","module":"src/components/date-time-picker/helpers.ts"}},{"kind":"js","name":"equalSegmentValues","declaration":{"name":"equalSegmentValues","module":"src/components/date-time-picker/helpers.ts"}},{"kind":"js","name":"dateValueToDate","declaration":{"name":"dateValueToDate","module":"src/components/date-time-picker/helpers.ts"}}]},{"kind":"javascript-module","path":"src/components/date-time-picker/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-date-time-picker","declaration":{"name":"LuzmoDateTimePicker","module":"/src/components/date-time-picker/date-time-picker"}},{"kind":"js","name":"LuzmoDateTimePicker","declaration":{"name":"LuzmoDateTimePicker","module":"./date-time-picker"}}]},{"kind":"javascript-module","path":"src/components/date-time-picker/types.ts","declarations":[{"kind":"variable","name":"SegmentTypes","type":{"text":"{\n Year: 'year',\n Month: 'month',\n Day: 'day',\n Hour: 'hour',\n Minute: 'minute',\n Second: 'second',\n Millisecond: 'fractionalSecond',\n DayPeriod: 'dayPeriod',\n Literal: 'literal'\n}"},"default":"{ Year: 'year', Month: 'month', Day: 'day', Hour: 'hour', Minute: 'minute', Second: 'second', Millisecond: 'fractionalSecond', DayPeriod: 'dayPeriod', Literal: 'literal' }"},{"kind":"variable","name":"SegmentPlaceholders","type":{"text":"Readonly<\n Record<EditableSegmentType, string>\n>"},"default":"{ [SegmentTypes.Year]: '––––', [SegmentTypes.Month]: '––', [SegmentTypes.Day]: '––', [SegmentTypes.Hour]: '––', [SegmentTypes.Minute]: '––', [SegmentTypes.Second]: '––', [SegmentTypes.Millisecond]: '–––', [SegmentTypes.DayPeriod]: '––' }"},{"kind":"variable","name":"Precisions","type":{"text":"{\n Day: 'day',\n Hour: 'hour',\n Minute: 'minute',\n Second: 'second',\n Millisecond: 'millisecond'\n}"},"default":"{ Day: 'day', Hour: 'hour', Minute: 'minute', Second: 'second', Millisecond: 'millisecond' }"},{"kind":"variable","name":"AM","type":{"text":"number"},"default":"0","description":"AM modifier: `0` hours"},{"kind":"variable","name":"PM","type":{"text":"number"},"default":"12","description":"PM modifier: `12` hours"},{"kind":"variable","name":"DEFAULT_LEAP_YEAR","type":{"text":"number"},"default":"2000","description":"A base leap year used to allow for maximum number of days in February"},{"kind":"variable","name":"MAX_DAYS_PER_MONTH","type":{"text":"number"},"default":"31"},{"kind":"variable","name":"MAX_DAYS_IN_LEAP_FEBRUARY","type":{"text":"number"},"default":"29"}],"exports":[{"kind":"js","name":"SegmentTypes","declaration":{"name":"SegmentTypes","module":"src/components/date-time-picker/types.ts"}},{"kind":"js","name":"SegmentPlaceholders","declaration":{"name":"SegmentPlaceholders","module":"src/components/date-time-picker/types.ts"}},{"kind":"js","name":"Precisions","declaration":{"name":"Precisions","module":"src/components/date-time-picker/types.ts"}},{"kind":"js","name":"AM","declaration":{"name":"AM","module":"src/components/date-time-picker/types.ts"}},{"kind":"js","name":"PM","declaration":{"name":"PM","module":"src/components/date-time-picker/types.ts"}},{"kind":"js","name":"DEFAULT_LEAP_YEAR","declaration":{"name":"DEFAULT_LEAP_YEAR","module":"src/components/date-time-picker/types.ts"}},{"kind":"js","name":"MAX_DAYS_PER_MONTH","declaration":{"name":"MAX_DAYS_PER_MONTH","module":"src/components/date-time-picker/types.ts"}},{"kind":"js","name":"MAX_DAYS_IN_LEAP_FEBRUARY","declaration":{"name":"MAX_DAYS_IN_LEAP_FEBRUARY","module":"src/components/date-time-picker/types.ts"}}]},{"kind":"javascript-module","path":"src/components/divider/divider.ts","declarations":[{"kind":"class","description":"","name":"LuzmoDivider","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"default":"[unsafeCSS(styles)]"},{"kind":"field","name":"vertical","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Set the orientation of the divider"},{"kind":"field","name":"staticColor","type":{"text":"'white' | 'black' | undefined"},"privacy":"public","description":"Set the color of the divider"},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues<this>"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues<this>"}}]}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-divider","customElement":true}],"exports":[{"kind":"js","name":"LuzmoDivider","declaration":{"name":"LuzmoDivider","module":"src/components/divider/divider.ts"}}]},{"kind":"javascript-module","path":"src/components/divider/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-divider","declaration":{"name":"LuzmoDivider","module":"/src/components/divider/divider"}},{"kind":"js","name":"LuzmoDivider","declaration":{"name":"LuzmoDivider","module":"./divider"}}]},{"kind":"javascript-module","path":"src/components/field-group/field-group.ts","declarations":[{"kind":"class","description":"","name":"LuzmoFieldGroup","slots":[{"description":"the form controls that make up the group","name":""},{"description":"default or non-negative help text to associate to your form element","name":"help-text"},{"description":"negative help text to associate to your form element when `invalid`","name":"negative-help-text"}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"horizontal","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"vertical","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"method","name":"handleSlotchange","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"field","name":"helpTextManager","default":"new HelpTextManager(this, { mode })","inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"field","name":"helpTextId","type":{"text":"string"},"readonly":true,"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"method","name":"renderHelpText","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}}],"mixins":[{"name":"ManageHelpText","module":"/src/components/text-field/manage-help-text"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-field-group","customElement":true}],"exports":[{"kind":"js","name":"LuzmoFieldGroup","declaration":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}}]},{"kind":"javascript-module","path":"src/components/field-group/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-field-group","declaration":{"name":"LuzmoFieldGroup","module":"/src/components/field-group/field-group"}},{"kind":"js","name":"LuzmoFieldGroup","declaration":{"name":"LuzmoFieldGroup","module":"./field-group"}}]},{"kind":"javascript-module","path":"src/components/field-label/field-label.ts","declarations":[{"kind":"class","description":"","name":"LuzmoFieldLabel","slots":[{"description":"text content of the label","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the label is disabled."},{"kind":"field","name":"id","type":{"text":"string"},"privacy":"private","default":"''","description":"Refers to the id of the element to label."},{"kind":"field","name":"for","type":{"text":"string"},"privacy":"public","default":"''","description":"Refers to the id of the element to label."},{"kind":"field","name":"required","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the label is required."},{"kind":"field","name":"slotEl","type":{"text":"HTMLSlotElement"},"privacy":"public","description":"The slot element containing the label text."},{"kind":"field","name":"sideAligned","type":{"text":"'start' | 'end' | undefined"},"privacy":"public","description":"Side alignment of the label."},{"kind":"field","name":"target","type":{"text":"Labelable | undefined"},"privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"field","name":"resolvedElement","privacy":"private","default":"new ElementResolutionController(this)"},{"kind":"method","name":"applyTargetLabel","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"target","optional":true,"type":{"text":"Labelable"}}]},{"kind":"method","name":"manageTarget","privacy":"private","return":{"type":{"text":"Promise<void>"}}},{"kind":"field","name":"labelText","type":{"text":"string"},"privacy":"private","readonly":true},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"willUpdate","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-field-label","customElement":true}],"exports":[{"kind":"js","name":"LuzmoFieldLabel","declaration":{"name":"LuzmoFieldLabel","module":"src/components/field-label/field-label.ts"}}]},{"kind":"javascript-module","path":"src/components/field-label/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-field-label","declaration":{"name":"LuzmoFieldLabel","module":"/src/components/field-label/field-label"}},{"kind":"js","name":"LuzmoFieldLabel","declaration":{"name":"LuzmoFieldLabel","module":"./field-label"}}]},{"kind":"javascript-module","path":"src/components/icon/icon-base.ts","declarations":[{"kind":"class","description":"","name":"IconBase","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"size","type":{"text":"'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl' | undefined"},"privacy":"public"},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"}}],"exports":[{"kind":"js","name":"IconBase","declaration":{"name":"IconBase","module":"src/components/icon/icon-base.ts"}}]},{"kind":"javascript-module","path":"src/components/icon/icon.ts","declarations":[{"kind":"class","description":"","name":"LuzmoIcon","members":[{"kind":"field","name":"src","type":{"text":"string | undefined"},"privacy":"public"},{"kind":"field","name":"options","type":{"text":"any | undefined"},"privacy":"public"},{"kind":"field","name":"icon","type":{"text":"any | undefined"},"privacy":"public"},{"kind":"field","name":"block","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"IconBase","module":"src/components/icon/icon-base.ts"}},{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"IconBase","module":"src/components/icon/icon-base.ts"}},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''","inheritedFrom":{"name":"IconBase","module":"src/components/icon/icon-base.ts"}},{"kind":"field","name":"size","type":{"text":"'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl' | undefined"},"privacy":"public","inheritedFrom":{"name":"IconBase","module":"src/components/icon/icon-base.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"IconBase","module":"src/components/icon/icon-base.ts"}}],"superclass":{"name":"IconBase","module":"/src/components/icon/icon-base"},"tagName":"luzmo-icon","customElement":true}],"exports":[{"kind":"js","name":"LuzmoIcon","declaration":{"name":"LuzmoIcon","module":"src/components/icon/icon.ts"}}]},{"kind":"javascript-module","path":"src/components/icon/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-icon","declaration":{"name":"LuzmoIcon","module":"/src/components/icon/icon"}},{"kind":"js","name":"LuzmoIcon","declaration":{"name":"LuzmoIcon","module":"./icon"}}]},{"kind":"javascript-module","path":"src/components/infield-button/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-infield-button","declaration":{"name":"LuzmoInfieldButton","module":"/src/components/infield-button/infield-button"}},{"kind":"js","name":"LuzmoInfieldButton","declaration":{"name":"LuzmoInfieldButton","module":"./infield-button"}}]},{"kind":"javascript-module","path":"src/components/infield-button/infield-button.ts","declarations":[{"kind":"class","description":"","name":"LuzmoInfieldButton","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"block","type":{"text":"'start' | 'end'"},"description":"Whether to style the button as if it is at the start or end of a vertical stack"},{"kind":"field","name":"inline","type":{"text":"'start' | 'end'"},"description":"Whether to style the button as if it is at the start or end of a horizontal group"},{"kind":"field","name":"quiet","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"active","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"privacy":"public","default":"'button'","description":"The default behavior of the button.\nPossible values are: `button` (default), `submit`, and `reset`.","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"anchorElement","type":{"text":"HTMLAnchorElement"},"privacy":"private","description":"HTML anchor element that component clicks by proxy","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"hasLabel","type":{"text":"boolean"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleClickCapture","privacy":"private","return":{"type":{"text":"void | boolean"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"proxyFocus","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"shouldProxyClick","privacy":"private","return":{"type":{"text":"boolean"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderAnchor","privacy":"public","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderButton","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeydown","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeypress","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeyup","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"manageAnchor","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoButtonBase","module":"/src/components/button/button-base"},"tagName":"luzmo-infield-button","customElement":true,"slots":[{"description":"text content to be displayed in the Button element","name":"","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"description":"icon element(s) to display at the start of the button","name":"icon","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}]}],"exports":[{"kind":"js","name":"LuzmoInfieldButton","declaration":{"name":"LuzmoInfieldButton","module":"src/components/infield-button/infield-button.ts"}}]},{"kind":"javascript-module","path":"src/components/label/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-label","declaration":{"name":"LuzmoLabel","module":"/src/components/label/label"}},{"kind":"js","name":"LuzmoLabel","declaration":{"name":"LuzmoLabel","module":"./label"}}]},{"kind":"javascript-module","path":"src/components/label/label.ts","declarations":[{"kind":"class","description":"","name":"LuzmoLabel","members":[{"kind":"field","name":"styles","static":true},{"kind":"field","name":"label","type":{"text":"string"},"default":"''"},{"kind":"field","name":"tooltip","type":{"text":"string"},"default":"''"},{"kind":"method","name":"render"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-label","customElement":true}],"exports":[{"kind":"js","name":"LuzmoLabel","declaration":{"name":"LuzmoLabel","module":"src/components/label/label.ts"}}]},{"kind":"javascript-module","path":"src/components/menu/index.ts","declarations":[],"exports":[{"kind":"js","name":"*","declaration":{"name":"*","package":"./menu"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./menu-divider"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./menu-group"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./menu-item"}},{"kind":"custom-element-definition","name":"luzmo-menu","declaration":{"name":"LuzmoMenu","module":"/src/components/menu/menu"}},{"kind":"custom-element-definition","name":"luzmo-menu-divider","declaration":{"name":"LuzmoMenuDivider","module":"/src/components/menu/menu-divider"}},{"kind":"custom-element-definition","name":"luzmo-menu-group","declaration":{"name":"LuzmoMenuGroup","module":"/src/components/menu/menu-group"}},{"kind":"custom-element-definition","name":"luzmo-menu-item","declaration":{"name":"LuzmoMenuItem","module":"/src/components/menu/menu-item"}}]},{"kind":"javascript-module","path":"src/components/menu/menu-divider.ts","declarations":[{"kind":"class","description":"","name":"LuzmoMenuDivider","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"static":true,"readonly":true},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues<this>"}}]}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-menu-divider","customElement":true}],"exports":[{"kind":"js","name":"LuzmoMenuDivider","declaration":{"name":"LuzmoMenuDivider","module":"src/components/menu/menu-divider.ts"}}]},{"kind":"javascript-module","path":"src/components/menu/menu-group.ts","declarations":[{"kind":"class","description":"","name":"LuzmoMenuGroup","slots":[{"description":"headline of the menu group","name":"header"},{"description":"menu items to be listed in the group","name":"","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"headerId","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"headerElements","type":{"text":"NodeListOf<HTMLElement>"},"privacy":"private"},{"kind":"field","name":"headerElement","type":{"text":"HTMLElement | undefined"},"privacy":"private"},{"kind":"method","name":"render","privacy":"public","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"ownRole","type":{"text":"string"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"updateLabel","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"field","name":"isSubmenu","type":{"text":"boolean"},"privacy":"private","readonly":true,"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"ignore","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"variant","type":{"text":"'checkmarks' | 'highlight' | undefined"},"privacy":"public","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"selects","type":{"text":"undefined | 'inherit' | 'single' | 'multiple'"},"privacy":"public","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"value","type":{"text":"string"},"privacy":"public","default":"''","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"valueSeparator","type":{"text":"string"},"privacy":"public","default":"','","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"selected","type":{"text":"string[]"},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"selectedItems","privacy":"public","default":"[]","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"menuSlot","type":{"text":"HTMLSlotElement"},"privacy":"public","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"focusedItemIndex","type":{"text":"number"},"privacy":"public","default":"0","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"focusInItemIndex","type":{"text":"number"},"privacy":"public","default":"0","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"_selected","privacy":"protected","default":"[]","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"childItemsUpdated","type":{"text":"Promise<unknown[]>"},"privacy":"protected","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"cacheUpdated","privacy":"protected","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"childItemSet","privacy":"private","default":"new Set<LuzmoMenuItem>()","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"selectedItemsMap","privacy":"private","default":"new Map<LuzmoMenuItem, boolean>()","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"childItems","type":{"text":"LuzmoMenuItem[]"},"readonly":true,"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"childRole","type":{"text":"string"},"description":"Hide this getter from web-component-analyzer until\nhttps://github.com/runem/web-component-analyzer/issues/131\nhas been addressed.","privacy":"private","readonly":true,"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"cachedChildItems","type":{"text":"LuzmoMenuItem[] | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"resolvedSelects","type":{"text":"SelectsType | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"resolvedRole","type":{"text":"RoleType | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"_hasUpdatedSelectedItemIndex","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"_willUpdateItems","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"pointerUpTarget","privacy":"private","default":"null","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"descendentOverlays","privacy":"private","default":"new Map<LuzmoOverlay, LuzmoOverlay>()","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"{ preventScroll }","default":"{}","type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"handleFocusin","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"startListeningToKeyboard","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"handleBlur","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"stopListeningToKeyboard","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"handleSubmenuClosed","privacy":"public","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"handleSubmenuOpened","privacy":"public","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"selectOrToggleItem","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"targetItem","type":{"text":"LuzmoMenuItem"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"handleKeydown","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"focusMenuItemByOffset","privacy":"public","return":{"type":{"text":"LuzmoMenuItem"}},"parameters":[{"name":"offset","type":{"text":"number"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"updateSelectedItemIndex","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"closeDescendentOverlays","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"handleDescendentOverlayOpened","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"handleDescendentOverlayClosed","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"navigateWithinMenu","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"navigateBetweenRelatedMenus","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"renderMenuItemSlot","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"selectsChanged","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"resolveCacheUpdated","privacy":"protected","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"getUpdateComplete","privacy":"protected","return":{"type":{"text":"Promise<boolean>"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"updateCachedMenuItems","privacy":"private","return":{"type":{"text":"LuzmoMenuItem[]"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"onFocusableItemAddedOrUpdated","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"MenuItemAddedOrUpdatedEvent"}}],"description":"When a descendant `<luzmo-menu-item>` element is added or updated it will dispatch\nthis event to announce its presence in the DOM. During the CAPTURE phase the first\nMenu based element that the event encounters will manage the focus state of the\ndispatching `<luzmo-menu-item>` element.","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"onSelectableItemAddedOrUpdated","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"MenuItemAddedOrUpdatedEvent"}}],"description":"When a descendant `<luzmo-menu-item>` element is added or updated it will dispatch\nthis event to announce its presence in the DOM. During the BUBBLE phase the first\nMenu based element that the event encounters that does not inherit selection will\nmanage the selection state of the dispatching `<luzmo-menu-item>` element.","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"addChildItem","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"removeChildItem","privacy":"private","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"handleClick","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"handlePointerup","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"handlePointerBasedSelection","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"prepareToCleanUp","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"handleItemsChanged","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"updateCache","privacy":"private","return":{"type":{"text":"Promise<void>"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"updateItemFocus","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"forwardFocusVisibleToItem","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"handleSlotchange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"{\n target\n }","type":{"text":"Event & { target: HTMLSlotElement }"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}}],"superclass":{"name":"LuzmoMenu","module":"/src/components/menu/menu"},"tagName":"luzmo-menu-group","customElement":true,"attributes":[{"description":"whether the element has a specific selection algorithm that it applies to its item descendants. `single` allows only one descendent to be selected at a time. `multiple` allows many descendants to be selected. `inherit` will be applied dynamically when an ancestor of this element is actively managing the selection of its descendents. When the `selects` attribute is not present a `value` will not be maintained and the Menu Item children of this Menu will not have their `selected` state managed.","name":"selects","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}}],"events":[{"name":"change","type":{"text":"Event"},"description":"Announces that the `value` of the element has changed","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"name":"close","type":{"text":"Event"},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}}]}],"exports":[{"kind":"js","name":"LuzmoMenuGroup","declaration":{"name":"LuzmoMenuGroup","module":"src/components/menu/menu-group.ts"}}]},{"kind":"javascript-module","path":"src/components/menu/menu-item.ts","declarations":[{"kind":"class","description":"","name":"MenuItemAddedOrUpdatedEvent","members":[{"kind":"field","name":"menuCascade","default":"new WeakMap<HTMLElement, MenuCascadeItem>()"},{"kind":"field","name":"item","type":{"text":"LuzmoMenuItem"},"readonly":true},{"kind":"field","name":"currentAncestorWithSelects","type":{"text":"LuzmoMenu | undefined"}},{"kind":"field","name":"_item","type":{"text":"LuzmoMenuItem"},"privacy":"private"},{"kind":"method","name":"clear","return":{"type":{"text":"void"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}}]}],"superclass":{"name":"Event","module":"src/components/menu/menu-item.ts"}},{"kind":"class","description":"","name":"LuzmoMenuItem","slots":[{"description":"text content to display within the Menu Item","name":""},{"description":"description to be placed below the label of the Menu Item","name":"description"},{"description":"icon element to be placed at the start of the Menu Item","name":"icon"},{"description":"content placed at the end of the Menu Item like values, keyboard shortcuts, etc.","name":"value"},{"description":"content placed in a submenu","name":"submenu"}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"static":true,"readonly":true},{"kind":"field","name":"abortControllerSubmenu","type":{"text":"AbortController"}},{"kind":"field","name":"active","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"dependencyManager","privacy":"private","default":"new DependencyManagerController(this)"},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"selected","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"value","type":{"text":"string"}},{"kind":"field","name":"_value","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"itemText","type":{"text":"string"},"privacy":"private","readonly":true},{"kind":"field","name":"hasSubmenu","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"contentSlot","type":{"text":"HTMLSlotElement"}},{"kind":"field","name":"iconSlot","type":{"text":"HTMLSlotElement"}},{"kind":"field","name":"noWrap","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"anchorElement","type":{"text":"HTMLAnchorElement"},"privacy":"private"},{"kind":"field","name":"overlayElement","type":{"text":"LuzmoOverlay"},"privacy":"public"},{"kind":"field","name":"submenuElement","type":{"text":"HTMLElement | undefined"},"privacy":"private"},{"kind":"field","name":"renderAngleIcon","privacy":"protected"},{"kind":"field","name":"renderCheckIcon","privacy":"protected"},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"readonly":true},{"kind":"field","name":"hasIcon","type":{"text":"boolean"},"privacy":"protected","readonly":true},{"kind":"field","name":"itemChildren","type":{"text":"MenuItemChildren"},"readonly":true},{"kind":"field","name":"_itemChildren","type":{"text":"MenuItemChildren | undefined"},"privacy":"private"},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"method","name":"click","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleClickCapture","privacy":"private","return":{"type":{"text":"void | boolean"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"field","name":"handleSlottableRequest","privacy":"private"},{"kind":"field","name":"proxyFocus","privacy":"private"},{"kind":"method","name":"shouldProxyClick","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"breakItemChildrenCache","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"renderSubmenu","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"manageSubmenu","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLSlotElement }"}}]},{"kind":"method","name":"handlePointerdown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"closeOverlaysForRoot","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleSubmenuClick","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleSubmenuFocus","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"field","name":"handleBeforetoggle","privacy":"protected"},{"kind":"method","name":"handlePointerenter","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"field","name":"leaveTimeout","type":{"text":"ReturnType<typeof setTimeout> | undefined"},"privacy":"protected"},{"kind":"field","name":"recentlyLeftChild","type":{"text":"boolean"},"privacy":"protected","default":"false"},{"kind":"method","name":"handlePointerleave","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleSubmenuChange","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"description":"When there is a `change` event in the submenu for this item\nthen we \"click\" this item to cascade the selection up the\nmenu tree allowing all submenus between the initial selection\nand the root of the tree to have their selection changes and\nbe closed."},{"kind":"method","name":"handleSubmenuPointerenter","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleSubmenuPointerleave","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleSubmenuOpen","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"cleanup","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"openOverlay","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"updateAriaSelected","return":{"type":{"text":"void"}}},{"kind":"method","name":"setRole","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"role","type":{"text":"string"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"field","name":"_parentElement","type":{"text":"HTMLElement"}},{"kind":"field","name":"willDispatchUpdate","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"method","name":"triggerUpdate","privacy":"public","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"dispatchUpdate","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"field","name":"menuData","type":{"text":"{\n focusRoot?: LuzmoMenu;\n parentMenu?: LuzmoMenu;\n selectionRoot?: LuzmoMenu;\n cleanupSteps: ((item: LuzmoMenuItem) => void)[];\n }"},"privacy":"public","default":"{ focusRoot: undefined, parentMenu: undefined, selectionRoot: undefined, cleanupSteps: [] }"}],"events":[{"type":{"text":"MenuItemAddedOrUpdatedEvent"}},{"description":"announces the item has been added so a parent menu can take ownerships","name":"luzmo-menu-item-added"}],"mixins":[{"name":"LikeAnchor","module":"/src/utils/like-anchor"},{"name":"ObserveSlotText","module":"/src/utils/observe-slot-text"},{"name":"ObserveSlotPresence","module":"/src/utils/observe-slot-presence"}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"},"tagName":"luzmo-menu-item","customElement":true}],"exports":[{"kind":"js","name":"MenuItemAddedOrUpdatedEvent","declaration":{"name":"MenuItemAddedOrUpdatedEvent","module":"src/components/menu/menu-item.ts"}},{"kind":"js","name":"LuzmoMenuItem","declaration":{"name":"LuzmoMenuItem","module":"src/components/menu/menu-item.ts"}}]},{"kind":"javascript-module","path":"src/components/menu/menu.ts","declarations":[{"kind":"class","description":"Luzmo Menu Component","name":"LuzmoMenu","slots":[{"description":"menu items to be listed in the menu","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"static":true,"readonly":true},{"kind":"field","name":"isSubmenu","type":{"text":"boolean"},"privacy":"private","readonly":true},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"ignore","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"variant","type":{"text":"'checkmarks' | 'highlight' | undefined"},"privacy":"public"},{"kind":"field","name":"selects","type":{"text":"undefined | 'inherit' | 'single' | 'multiple'"},"privacy":"public"},{"kind":"field","name":"value","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"valueSeparator","type":{"text":"string"},"privacy":"public","default":"','"},{"kind":"field","name":"selected","type":{"text":"string[]"}},{"kind":"field","name":"selectedItems","privacy":"public","default":"[]"},{"kind":"field","name":"menuSlot","type":{"text":"HTMLSlotElement"},"privacy":"public"},{"kind":"field","name":"focusedItemIndex","type":{"text":"number"},"privacy":"public","default":"0"},{"kind":"field","name":"focusInItemIndex","type":{"text":"number"},"privacy":"public","default":"0"},{"kind":"field","name":"_selected","privacy":"protected","default":"[]"},{"kind":"field","name":"childItemsUpdated","type":{"text":"Promise<unknown[]>"},"privacy":"protected"},{"kind":"field","name":"cacheUpdated","privacy":"protected"},{"kind":"field","name":"childItemSet","privacy":"private","default":"new Set<LuzmoMenuItem>()"},{"kind":"field","name":"selectedItemsMap","privacy":"private","default":"new Map<LuzmoMenuItem, boolean>()"},{"kind":"field","name":"childItems","type":{"text":"LuzmoMenuItem[]"},"readonly":true},{"kind":"field","name":"childRole","type":{"text":"string"},"description":"Hide this getter from web-component-analyzer until\nhttps://github.com/runem/web-component-analyzer/issues/131\nhas been addressed.","privacy":"private","readonly":true},{"kind":"field","name":"ownRole","type":{"text":"string"},"privacy":"protected","readonly":true},{"kind":"field","name":"cachedChildItems","type":{"text":"LuzmoMenuItem[] | undefined"},"privacy":"private"},{"kind":"field","name":"resolvedSelects","type":{"text":"SelectsType | undefined"},"privacy":"private"},{"kind":"field","name":"resolvedRole","type":{"text":"RoleType | undefined"},"privacy":"private"},{"kind":"field","name":"_hasUpdatedSelectedItemIndex","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"_willUpdateItems","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"pointerUpTarget","privacy":"private","default":"null"},{"kind":"field","name":"descendentOverlays","privacy":"private","default":"new Map<LuzmoOverlay, LuzmoOverlay>()"},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"{ preventScroll }","default":"{}","type":{"text":"FocusOptions"}}]},{"kind":"method","name":"handleFocusin","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}]},{"kind":"method","name":"startListeningToKeyboard","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleBlur","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}]},{"kind":"method","name":"stopListeningToKeyboard","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"field","name":"handleSubmenuClosed","privacy":"public"},{"kind":"field","name":"handleSubmenuOpened","privacy":"public"},{"kind":"method","name":"selectOrToggleItem","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"targetItem","type":{"text":"LuzmoMenuItem"}}]},{"kind":"method","name":"handleKeydown","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"focusMenuItemByOffset","privacy":"public","return":{"type":{"text":"LuzmoMenuItem"}},"parameters":[{"name":"offset","type":{"text":"number"}}]},{"kind":"method","name":"updateSelectedItemIndex","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"closeDescendentOverlays","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"render","privacy":"public","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"handleDescendentOverlayOpened","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleDescendentOverlayClosed","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"navigateWithinMenu","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"navigateBetweenRelatedMenus","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"renderMenuItemSlot","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"method","name":"selectsChanged","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"field","name":"resolveCacheUpdated","privacy":"protected"},{"kind":"method","name":"getUpdateComplete","privacy":"protected","return":{"type":{"text":"Promise<boolean>"}}},{"kind":"method","name":"updateCachedMenuItems","privacy":"private","return":{"type":{"text":"LuzmoMenuItem[]"}}},{"kind":"method","name":"onFocusableItemAddedOrUpdated","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"MenuItemAddedOrUpdatedEvent"}}],"description":"When a descendant `<luzmo-menu-item>` element is added or updated it will dispatch\nthis event to announce its presence in the DOM. During the CAPTURE phase the first\nMenu based element that the event encounters will manage the focus state of the\ndispatching `<luzmo-menu-item>` element."},{"kind":"method","name":"onSelectableItemAddedOrUpdated","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"MenuItemAddedOrUpdatedEvent"}}],"description":"When a descendant `<luzmo-menu-item>` element is added or updated it will dispatch\nthis event to announce its presence in the DOM. During the BUBBLE phase the first\nMenu based element that the event encounters that does not inherit selection will\nmanage the selection state of the dispatching `<luzmo-menu-item>` element."},{"kind":"method","name":"addChildItem","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}}]},{"kind":"method","name":"removeChildItem","privacy":"private","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}}]},{"kind":"method","name":"handleClick","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handlePointerup","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handlePointerBasedSelection","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"prepareToCleanUp","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleItemsChanged","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"updateCache","privacy":"private","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"updateItemFocus","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"forwardFocusVisibleToItem","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}}]},{"kind":"method","name":"handleSlotchange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"{\n target\n }","type":{"text":"Event & { target: HTMLSlotElement }"}}]}],"events":[{"name":"change","type":{"text":"Event"},"description":"Announces that the `value` of the element has changed"},{"name":"close","type":{"text":"Event"}}],"attributes":[{"description":"whether the element has a specific selection algorithm that it applies to its item descendants. `single` allows only one descendent to be selected at a time. `multiple` allows many descendants to be selected. `inherit` will be applied dynamically when an ancestor of this element is actively managing the selection of its descendents. When the `selects` attribute is not present a `value` will not be maintained and the Menu Item children of this Menu will not have their `selected` state managed.","name":"selects"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-menu","customElement":true}],"exports":[{"kind":"js","name":"LuzmoMenu","declaration":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}}]},{"kind":"javascript-module","path":"src/components/multi-language-field/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-multi-language-field","declaration":{"name":"LuzmoMultiLangField","module":"/src/components/multi-language-field/multi-language-field"}},{"kind":"js","name":"LuzmoMultiLangField","declaration":{"name":"LuzmoMultiLangField","module":"./multi-language-field"}}]},{"kind":"javascript-module","path":"src/components/multi-language-field/multi-language-field.ts","declarations":[{"kind":"class","description":"","name":"LuzmoMultiLangField","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"allowedKeys","type":{"text":"string"},"default":"''"},{"kind":"field","name":"name","type":{"text":"string | undefined"},"privacy":"public"},{"kind":"field","name":"i18nPlaceholder","type":{"text":"Record<string, string>"},"privacy":"public","default":"{}"},{"kind":"field","name":"type","type":{"text":"LuzmoTextFieldType"},"privacy":"public","default":"'text'"},{"kind":"field","name":"pattern","type":{"text":"string | undefined"},"privacy":"public"},{"kind":"field","name":"grows","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"maxlength","type":{"text":"number"},"privacy":"public","default":"-1"},{"kind":"field","name":"minlength","type":{"text":"number"},"privacy":"public","default":"-1"},{"kind":"field","name":"multiline","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"rows","type":{"text":"number"},"privacy":"public","default":"-1"},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"required","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"autocomplete","type":{"text":"| 'list'\n | 'none'\n | HTMLInputElement['autocomplete']\n | HTMLTextAreaElement['autocomplete'] | undefined"},"privacy":"public"},{"kind":"field","name":"language","type":{"text":"string"},"privacy":"public","default":"'en'"},{"kind":"field","name":"defaultLanguage","type":{"text":"string"},"privacy":"public","default":"'en'"},{"kind":"field","name":"value","type":{"text":"Record<string, string>"},"default":"{}"},{"kind":"field","name":"_localizedValue","type":{"text":"string"},"privacy":"private","readonly":true},{"kind":"field","name":"_localizedPlaceholder","type":{"text":"string"},"privacy":"private","readonly":true},{"kind":"method","name":"handleChange","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"render"},{"kind":"field","name":"helpTextManager","default":"new HelpTextManager(this, { mode })","inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"field","name":"helpTextId","type":{"text":"string"},"readonly":true,"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"method","name":"renderHelpText","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}}],"events":[{"name":"change","type":{"text":"CustomEvent"},"description":"An change of the i18n value happened by the user"}],"mixins":[{"name":"ManageHelpText","module":"/src/components/text-field/manage-help-text"},{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-multi-language-field","customElement":true}],"exports":[{"kind":"js","name":"LuzmoMultiLangField","declaration":{"name":"LuzmoMultiLangField","module":"src/components/multi-language-field/multi-language-field.ts"}}]},{"kind":"javascript-module","path":"src/components/multi-picker/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-multi-picker","declaration":{"name":"LuzmoMultiPicker","module":"/src/components/multi-picker/multi-picker"}},{"kind":"js","name":"LuzmoMultiPicker","declaration":{"name":"LuzmoMultiPicker","module":"./multi-picker"}}]},{"kind":"javascript-module","path":"src/components/multi-picker/multi-picker.ts","declarations":[{"kind":"variable","name":"DESCRIPTION_ID","type":{"text":"string"},"default":"'option-picker'"},{"kind":"class","description":"","name":"LuzmoMultiPickerBase","members":[{"kind":"field","name":"appliedLabel","type":{"text":"string | undefined"}},{"kind":"field","name":"button","type":{"text":"HTMLButtonElement"},"privacy":"public"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the Picker is disabled."},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"icons","type":{"text":"'only' | 'none' | undefined"},"privacy":"public"},{"kind":"field","name":"variant","type":{"text":"'checkmarks' | 'highlight' | undefined"},"privacy":"public","default":"'checkmarks'","description":"Type of dropdown"},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the value is invalid."},{"kind":"field","name":"pending","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the items are currently loading."},{"kind":"field","name":"pendingLabel","type":{"text":"string"},"privacy":"public","default":"'Pending'","description":"Defines a string value that labels the Picker while it is in pending state."},{"kind":"field","name":"multiItemLabel","type":{"text":"string"},"privacy":"public","default":"'items selected'","description":"Defines a string value that labels the Picker when multiple items are selected."},{"kind":"field","name":"label","type":{"text":"string | undefined"},"privacy":"public"},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Readonly value"},{"kind":"field","name":"labelAlignment","type":{"text":"'inline' | undefined"},"privacy":"public"},{"kind":"field","name":"optionsMenu","type":{"text":"LuzmoMenu"},"privacy":"public"},{"kind":"field","name":"overlayElement","type":{"text":"LuzmoOverlay"},"privacy":"public"},{"kind":"field","name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"privacy":"public","default":"'bottom-start'","attribute":"placement"},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Display as a quiet picker"},{"kind":"field","name":"value","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"values","type":{"text":"string[]"},"privacy":"public","default":"[]"},{"kind":"field","name":"selectedItems","type":{"text":"LuzmoMenuItem[] | undefined"}},{"kind":"field","name":"buttonLabelContent","type":{"text":"MenuItemChildren"},"privacy":"protected"},{"kind":"field","name":"selfManageFocusElement","type":{"text":"boolean"},"readonly":true},{"kind":"field","name":"menuItems","type":{"text":"LuzmoMenuItem[]"},"privacy":"protected","readonly":true},{"kind":"field","name":"selects","type":{"text":"undefined | 'single' | 'multiple'"},"privacy":"public","default":"'multiple'"},{"kind":"field","name":"dependencyManager","privacy":"public","default":"new DependencyManagerController(this)"},{"kind":"field","name":"isMobile","privacy":"public","default":"new MatchMediaController(this, IS_MOBILE)"},{"kind":"field","name":"strategy","type":{"text":"DesktopController | MobileController"},"privacy":"public"},{"kind":"field","name":"pendingStateController","type":{"text":"PendingStateController<this>"},"privacy":"public","default":"new PendingStateController(this)"},{"kind":"field","name":"_selectedItemIcon","type":{"text":"any | undefined"},"privacy":"private"},{"kind":"field","name":"_selectedItems","type":{"text":"LuzmoMenuItem[] | undefined"},"privacy":"private"},{"kind":"field","name":"_buttonLabelContent","type":{"text":"any | undefined"},"privacy":"private"},{"kind":"field","name":"listRole","type":{"text":"'listbox' | 'menu'"},"privacy":"protected","default":"'listbox'"},{"kind":"field","name":"itemRole","type":{"text":"string"},"privacy":"protected","default":"'option'"},{"kind":"field","name":"tooltipEl","type":{"text":"LuzmoTooltip | undefined"},"privacy":"protected"},{"kind":"field","name":"hasRenderedOverlay","type":{"text":"boolean"},"privacy":"protected","default":"false"},{"kind":"field","name":"_selfManageFocusElement","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"deprecatedMenu","type":{"text":"LuzmoMenu | null"},"privacy":"private","default":"null"},{"kind":"field","name":"selectionPromise","privacy":"private"},{"kind":"field","name":"selectionResolver","type":{"text":"() => void"},"privacy":"private"},{"kind":"field","name":"willManageSelection","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"recentlyConnected","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"private","default":"null"},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"readonly":true},{"kind":"method","name":"forceFocusVisible","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"click","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleButtonBlur","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}]},{"kind":"method","name":"handleHelperFocus","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleChange","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}]},{"kind":"method","name":"toggle","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"target","optional":true,"type":{"text":"boolean"}}]},{"kind":"method","name":"close","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"field","name":"handleSlottableRequest","privacy":"public"},{"kind":"method","name":"bindEvents","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"field","name":"applyFocusElementLabel"},{"kind":"field","name":"handleKeydown","privacy":"protected"},{"kind":"method","name":"setValuesFromItems","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"items","type":{"text":"LuzmoMenuItem[]"}},{"name":"menuChangeEvent","optional":true,"type":{"text":"Event"}}]},{"kind":"method","name":"setMenuItemSelected","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}},{"name":"value","type":{"text":"boolean"}}]},{"kind":"field","name":"containerStyles","type":{"text":"StyleInfo"},"privacy":"protected","readonly":true},{"kind":"method","name":"handleTooltipSlotchange","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLSlotElement }"}}]},{"kind":"method","name":"renderLabelContent","privacy":"protected","return":{"type":{"text":"TemplateResult | Node[]"}},"parameters":[{"name":"content","type":{"text":"Node[]"}}]},{"kind":"field","name":"renderAngleIcon","privacy":"protected"},{"kind":"field","name":"renderAlertIcon","privacy":"protected"},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true},{"kind":"method","name":"renderOverlay","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"menu","type":{"text":"TemplateResult"}}]},{"kind":"field","name":"renderDescriptionSlot","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"method","name":"bindButtonKeydownListener","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"field","name":"dismissHelper","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true},{"kind":"method","name":"renderContainer","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"menu","type":{"text":"TemplateResult"}}]},{"kind":"field","name":"renderMenu","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true},{"kind":"method","name":"shouldScheduleManageSelection","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","optional":true,"type":{"text":"Event"}}]},{"kind":"method","name":"shouldManageSelection","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"manageSelection","privacy":"protected","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"getUpdateComplete","privacy":"protected","return":{"type":{"text":"Promise<boolean>"}}},{"kind":"field","name":"handleEnterKeydown","privacy":"protected"},{"kind":"method","name":"onScroll","privacy":"private","return":{"type":{"text":"void"}}}],"events":[{"name":"change","type":{"text":"CustomEvent"}},{"name":"scroll","type":{"text":"Event"}}],"attributes":[{"name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"default":"'bottom-start'","fieldName":"placement"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"}},{"kind":"class","description":"","name":"LuzmoMultiPicker","slots":[{"description":"The placeholder content for the Picker","name":"label"},{"description":"The description content for the Picker","name":"description"},{"description":"Tooltip to to be applied to the the Picker Button","name":"tooltip"},{"description":"menu items to be listed in the Picker","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"static":true,"readonly":true},{"kind":"field","name":"containerStyles","type":{"text":"StyleInfo"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"handleKeydown","privacy":"protected","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"appliedLabel","type":{"text":"string | undefined"},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"button","type":{"text":"HTMLButtonElement"},"privacy":"public","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the Picker is disabled.","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"icons","type":{"text":"'only' | 'none' | undefined"},"privacy":"public","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"variant","type":{"text":"'checkmarks' | 'highlight' | undefined"},"privacy":"public","default":"'checkmarks'","description":"Type of dropdown","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the value is invalid.","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"pending","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the items are currently loading.","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"pendingLabel","type":{"text":"string"},"privacy":"public","default":"'Pending'","description":"Defines a string value that labels the Picker while it is in pending state.","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"multiItemLabel","type":{"text":"string"},"privacy":"public","default":"'items selected'","description":"Defines a string value that labels the Picker when multiple items are selected.","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"label","type":{"text":"string | undefined"},"privacy":"public","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Readonly value","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"labelAlignment","type":{"text":"'inline' | undefined"},"privacy":"public","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"optionsMenu","type":{"text":"LuzmoMenu"},"privacy":"public","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"overlayElement","type":{"text":"LuzmoOverlay"},"privacy":"public","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"privacy":"public","default":"'bottom-start'","attribute":"placement","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Display as a quiet picker","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"value","type":{"text":"string"},"privacy":"public","default":"''","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"values","type":{"text":"string[]"},"privacy":"public","default":"[]","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"selectedItems","type":{"text":"LuzmoMenuItem[] | undefined"},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"buttonLabelContent","type":{"text":"MenuItemChildren"},"privacy":"protected","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"selfManageFocusElement","type":{"text":"boolean"},"readonly":true,"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"menuItems","type":{"text":"LuzmoMenuItem[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"selects","type":{"text":"undefined | 'single' | 'multiple'"},"privacy":"public","default":"'multiple'","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"dependencyManager","privacy":"public","default":"new DependencyManagerController(this)","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"isMobile","privacy":"public","default":"new MatchMediaController(this, IS_MOBILE)","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"strategy","type":{"text":"DesktopController | MobileController"},"privacy":"public","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"pendingStateController","type":{"text":"PendingStateController<this>"},"privacy":"public","default":"new PendingStateController(this)","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"_selectedItemIcon","type":{"text":"any | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"_selectedItems","type":{"text":"LuzmoMenuItem[] | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"_buttonLabelContent","type":{"text":"any | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"listRole","type":{"text":"'listbox' | 'menu'"},"privacy":"protected","default":"'listbox'","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"itemRole","type":{"text":"string"},"privacy":"protected","default":"'option'","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"tooltipEl","type":{"text":"LuzmoTooltip | undefined"},"privacy":"protected","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"hasRenderedOverlay","type":{"text":"boolean"},"privacy":"protected","default":"false","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"_selfManageFocusElement","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"deprecatedMenu","type":{"text":"LuzmoMenu | null"},"privacy":"private","default":"null","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"selectionPromise","privacy":"private","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"selectionResolver","type":{"text":"() => void"},"privacy":"private","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"willManageSelection","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"recentlyConnected","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"private","default":"null","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"readonly":true,"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"forceFocusVisible","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"click","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"handleButtonBlur","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"handleHelperFocus","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"handleChange","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"toggle","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"target","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"close","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"handleSlottableRequest","privacy":"public","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"bindEvents","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"applyFocusElementLabel","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"setValuesFromItems","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"items","type":{"text":"LuzmoMenuItem[]"}},{"name":"menuChangeEvent","optional":true,"type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"setMenuItemSelected","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}},{"name":"value","type":{"text":"boolean"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"handleTooltipSlotchange","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLSlotElement }"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"renderLabelContent","privacy":"protected","return":{"type":{"text":"TemplateResult | Node[]"}},"parameters":[{"name":"content","type":{"text":"Node[]"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"renderAngleIcon","privacy":"protected","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"renderAlertIcon","privacy":"protected","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"renderOverlay","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"menu","type":{"text":"TemplateResult"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"renderDescriptionSlot","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"bindButtonKeydownListener","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"dismissHelper","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"renderContainer","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"menu","type":{"text":"TemplateResult"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"renderMenu","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"shouldScheduleManageSelection","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","optional":true,"type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"shouldManageSelection","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"manageSelection","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"getUpdateComplete","privacy":"protected","return":{"type":{"text":"Promise<boolean>"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"handleEnterKeydown","privacy":"protected","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"onScroll","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}}],"events":[{"name":"change","type":{"text":"CustomEvent"},"description":"Announces that the `value` of the element has changed","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"description":"Announces that the overlay has been opened","name":"luzmo-opened"},{"description":"Announces that the overlay has been closed","name":"luzmo-closed"},{"name":"scroll","type":{"text":"Event"},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}}],"superclass":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"},"tagName":"luzmo-multi-picker","customElement":true,"attributes":[{"name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"default":"'bottom-start'","fieldName":"placement","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}}]}],"exports":[{"kind":"js","name":"DESCRIPTION_ID","declaration":{"name":"DESCRIPTION_ID","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"js","name":"LuzmoMultiPickerBase","declaration":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"js","name":"LuzmoMultiPicker","declaration":{"name":"LuzmoMultiPicker","module":"src/components/multi-picker/multi-picker.ts"}}]},{"kind":"javascript-module","path":"src/components/number-field/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-number-field","declaration":{"name":"LuzmoNumberField","module":"/src/components/number-field/number-field"}},{"kind":"js","name":"LuzmoNumberField","declaration":{"name":"LuzmoNumberField","module":"./number-field"}}]},{"kind":"javascript-module","path":"src/components/number-field/number-field.ts","declarations":[{"kind":"variable","name":"FRAMES_PER_CHANGE","type":{"text":"number"},"default":"5"},{"kind":"variable","name":"CHANGE_DEBOUNCE_MS","type":{"text":"number"},"default":"100"},{"kind":"variable","name":"indeterminatePlaceholder","type":{"text":"string"},"default":"'-'"},{"kind":"variable","name":"remapMultiByteCharacters","type":{"text":"Record<string, string>"},"default":"{ '1': '1', '2': '2', '3': '3', '4': '4', '5': '5', '6': '6', '7': '7', '8': '8', '9': '9', '0': '0', '、': ',', ',': ',', '。': '.', '.': '.', '%': '%', '+': '+', ー: '-', 一: '1', 二: '2', 三: '3', 四: '4', 五: '5', 六: '6', 七: '7', 八: '8', 九: '9', 零: '0' }"},{"kind":"class","description":"","name":"LuzmoNumberField","slots":[{"description":"default or non-negative help text to associate to your form element","name":"help-text"},{"description":"negative help text to associate to your form element when `invalid`","name":"negative-help-text"}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"buttons","type":{"text":"HTMLDivElement"},"privacy":"private"},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"_forcedUnit","type":{"text":"string"},"default":"''"},{"kind":"field","name":"formatOptions","type":{"text":"Intl.NumberFormatOptions"},"privacy":"public","default":"{}","description":"An `<luzmo-number-field>` element will process its numeric value with\n`new Intl.NumberFormat(this.resolvedLanguage, this.formatOptions).format(this.valueAsNumber)`\nin order to prepare it for visual delivery in the input. In order to customize this\nprocessing supply your own `Intl.NumberFormatOptions` object here.\n\nSee: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat"},{"kind":"field","name":"hideStepper","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the stepper UI is hidden or not."},{"kind":"field","name":"indeterminate","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"keyboardFocused","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"max","type":{"text":"number | undefined"},"privacy":"public"},{"kind":"field","name":"min","type":{"text":"number | undefined"},"privacy":"public"},{"kind":"field","name":"step","type":{"text":"number | undefined"},"privacy":"public","description":"The distance by which to alter the value of the element when taking a \"step\".\n\nWhen `this.formatOptions.style === 'percentage'` the default step will be\nset to 0.01 unless otherwise supplied to the element."},{"kind":"field","name":"managedInput","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"stepModifier","type":{"text":"number"},"privacy":"public","default":"10"},{"kind":"field","name":"value","privacy":"public","description":"The value held by the form control","type":{"text":"string | number"},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"inputValue","type":{"text":"string"},"privacy":"private","readonly":true},{"kind":"field","name":"_value","type":{"text":"string | number"},"privacy":"protected","default":"''","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"_trackingValue","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"lastCommitedValue","type":{"text":"number | undefined"},"privacy":"private"},{"kind":"method","name":"setValue","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"newValue","default":"this.value","type":{"text":"number"}}]},{"kind":"field","name":"valueAsString","type":{"text":"string"},"privacy":"public","description":"Retreive the value of the element parsed to a Number."},{"kind":"field","name":"formattedValue","type":{"text":"string"},"privacy":"public","readonly":true},{"kind":"field","name":"decimalsChars","privacy":"private","default":"new Set(['.', ','])"},{"kind":"field","name":"valueBeforeFocus","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"isIntentDecimal","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"method","name":"convertValueToNumber","privacy":"private","return":{"type":{"text":"number"}},"parameters":[{"name":"inputValue","type":{"text":"string"}}]},{"kind":"field","name":"_step","type":{"text":"number"},"privacy":"private","readonly":true},{"kind":"field","name":"nextChange","type":{"text":"number"},"privacy":"private"},{"kind":"field","name":"changeCount","type":{"text":"number"},"privacy":"private","default":"0"},{"kind":"field","name":"findChange","type":{"text":"(event: PointerEvent) => void"},"privacy":"private"},{"kind":"field","name":"change","type":{"text":"(event: PointerEvent) => void"},"privacy":"private"},{"kind":"field","name":"safty","type":{"text":"number"},"privacy":"private"},{"kind":"field","name":"languageResolver","privacy":"private","default":"new LanguageResolutionController(this)"},{"kind":"method","name":"handlePointerdown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"startChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"doChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handlePointermove","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handlePointerup","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"doNextChange","privacy":"private","return":{"type":{"text":"number"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"stepBy","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"count","type":{"text":"number"}}]},{"kind":"method","name":"increment","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"factor","default":"1"}]},{"kind":"method","name":"decrement","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"factor","default":"1"}]},{"kind":"method","name":"handleKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"field","name":"queuedChangeEvent","type":{"text":"number"},"privacy":"private"},{"kind":"method","name":"onScroll","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"WheelEvent"}}]},{"kind":"method","name":"onFocus","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"onBlur","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleFocusin","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleFocusout","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"field","name":"wasIndeterminate","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"indeterminateValue","type":{"text":"number | undefined"},"privacy":"private"},{"kind":"method","name":"handleChange","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleCompositionStart","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleCompositionEnd","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"field","name":"hasRecentlyReceivedPointerDown","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"method","name":"handleInputElementPointerdown","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleInput","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"InputEvent"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"valueWithLimits","privacy":"private","return":{"type":{"text":"number"}},"parameters":[{"name":"nextValue","type":{"text":"number"}}]},{"kind":"method","name":"validateInput","privacy":"private","return":{"type":{"text":"number"}},"parameters":[{"name":"value","type":{"text":"number"}}]},{"kind":"field","name":"displayValue","type":{"text":"string"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"clearNumberFormatterCache","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"field","name":"numberFormatter","type":{"text":"NumberFormatter"},"privacy":"protected","readonly":true},{"kind":"method","name":"clearValueFormatterCache","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"field","name":"valueFormatter","type":{"text":"NumberFormatter"},"privacy":"protected","readonly":true},{"kind":"field","name":"_numberFormatter","type":{"text":"NumberFormatter | undefined"},"privacy":"private"},{"kind":"field","name":"_numberFormatterFocused","type":{"text":"NumberFormatter | undefined"},"privacy":"private"},{"kind":"field","name":"_valueFormatter","type":{"text":"NumberFormatter | undefined"},"privacy":"private"},{"kind":"field","name":"numberParser","type":{"text":"NumberParser"},"privacy":"protected","readonly":true},{"kind":"field","name":"applyFocusElementLabel"},{"kind":"field","name":"_numberParser","type":{"text":"NumberParser | undefined"},"privacy":"private"},{"kind":"field","name":"_numberParserFocused","type":{"text":"NumberParser | undefined"},"privacy":"private"},{"kind":"method","name":"renderField","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"willUpdate","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"field","name":"isComposing","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"field","name":"helpTextManager","default":"new HelpTextManager(this, { mode })","inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"field","name":"helpTextId","type":{"text":"string"},"readonly":true,"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"method","name":"renderHelpText","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"field","name":"appliedLabel","type":{"text":"string | undefined"},"privacy":"protected","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"allowedKeys","type":{"text":"string"},"default":"''","description":"A regular expression outlining the keys that will be allowed to update the value of the form control.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"inputElement","type":{"text":"HTMLInputElement | HTMLTextAreaElement"},"privacy":"protected","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is invalid.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''","description":"A string applied via `aria-label` to the form control when a user visible label is not provided.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"name","type":{"text":"string | undefined"},"privacy":"public","description":"Name of the form control.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"privacy":"public","default":"''","description":"Text that appears in the form control when it has no value set","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"type","type":{"text":"LuzmoTextFieldType"},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"_type","type":{"text":"LuzmoTextFieldType"},"privacy":"private","default":"'text'","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"pattern","type":{"text":"string | undefined"},"privacy":"public","description":"Pattern the `value` must match to be valid","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"grows","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a form control delivered with the `multiline` attribute will change size\nvertically to accomodate longer input","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"maxlength","type":{"text":"number"},"privacy":"public","default":"-1","description":"Defines the maximum string length that the user can enter","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"minlength","type":{"text":"number"},"privacy":"public","default":"-1","description":"Defines the minimum string length that the user can enter","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"multiline","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the form control should accept a value longer than one line","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a user can interact with the value of the form control","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"rows","type":{"text":"number"},"privacy":"public","default":"-1","description":"The specific number of rows the form control should provide in the user interface","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"valid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is valid.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether to display the form control with no visible background","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"required","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the form control will be found to be invalid when it holds no `value`","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"autocomplete","type":{"text":"| 'list'\n | 'none'\n | HTMLInputElement['autocomplete']\n | HTMLTextAreaElement['autocomplete'] | undefined"},"privacy":"public","description":"What form of assistance should be provided when attempting to supply a value to the form control","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLInputElement | HTMLTextAreaElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"setSelectionRange","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"selectionStart","type":{"text":"number"},"description":"The 0-based index of the first selected character. An index greater than the length of the\nelement's value is treated as pointing to the end of the value."},{"name":"selectionEnd","type":{"text":"number"},"description":"The 0-based index of the character after the last selected character. An index greater than\nthe length of the element's value is treated as pointing to the end of the value."},{"name":"selectionDirection","default":"'none'","type":{"text":"'forward' | 'backward' | 'none'"},"description":"A string indicating the direction in which the selection is considered to\nhave been performed.","optional":true}],"description":"Sets the start and end positions of the current selection.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"select","privacy":"public","return":{"type":{"text":"void"}},"description":"Selects all the text.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"renderStateIcons","privacy":"protected","return":{"type":{"text":"TemplateResult | typeof nothing"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"renderMultiline","type":{"text":"TemplateResult"},"privacy":"private","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"renderInput","type":{"text":"TemplateResult"},"privacy":"private","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"checkValidity","privacy":"public","return":{"type":{"text":"boolean"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}}],"events":[{"name":"change","type":{"text":"Event"},"description":"An alteration to the value of the element has been committed by the user.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"description":"The value of the element has changed.","name":"input","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}}],"superclass":{"name":"LuzmoTextFieldBase","module":"/src/components/text-field/text-field"},"tagName":"luzmo-number-field","customElement":true}],"exports":[{"kind":"js","name":"FRAMES_PER_CHANGE","declaration":{"name":"FRAMES_PER_CHANGE","module":"src/components/number-field/number-field.ts"}},{"kind":"js","name":"CHANGE_DEBOUNCE_MS","declaration":{"name":"CHANGE_DEBOUNCE_MS","module":"src/components/number-field/number-field.ts"}},{"kind":"js","name":"indeterminatePlaceholder","declaration":{"name":"indeterminatePlaceholder","module":"src/components/number-field/number-field.ts"}},{"kind":"js","name":"remapMultiByteCharacters","declaration":{"name":"remapMultiByteCharacters","module":"src/components/number-field/number-field.ts"}},{"kind":"js","name":"LuzmoNumberField","declaration":{"name":"LuzmoNumberField","module":"src/components/number-field/number-field.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/abstract-overlay.ts","declarations":[{"kind":"variable","name":"overlayTimer","default":"new LuzmoOverlayTimer()"},{"kind":"function","name":"noop","return":{"type":{"text":"void"}}},{"kind":"function","name":"guaranteedAllTransitionend","return":{"type":{"text":"void"}},"parameters":[{"name":"el","type":{"text":"HTMLElement"},"description":"Target of the \"transition\" listeners."},{"name":"action","type":{"text":"Function"},"description":"Method to trigger the \"transition\"."},{"name":"cb","type":{"text":"Function"},"description":"Callback to trigger when the \"transition\" has ended."}],"description":"Apply a \"transitionend\" listener to an element that may not transition but\nguarantee the callback will be fired either way."},{"kind":"function","name":"nextFrame","return":{"type":{"text":"Promise<void>"}}},{"kind":"class","description":"Abstract Overlay base class so that property tyings and imperative API\ninterfaces can be held separate from the actual class definition.","name":"LuzmoAbstractOverlay","members":[{"kind":"method","name":"applyFocus","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_targetOpenState","type":{"text":"boolean"}},{"name":"_focusEl","type":{"text":"HTMLElement | null"}}]},{"kind":"field","name":"delayed","type":{"text":"boolean"}},{"kind":"field","name":"dialogEl","type":{"text":"HTMLDialogElement & {\n showPopover(): void;\n hidePopover(): void;\n }"}},{"kind":"field","name":"disabled","type":{"text":"boolean"}},{"kind":"field","name":"dispose","default":"noop"},{"kind":"field","name":"elementResolver","type":{"text":"ElementResolutionController"},"privacy":"protected"},{"kind":"field","name":"_elementResolver","type":{"text":"ElementResolutionController"},"privacy":"protected"},{"kind":"method","name":"ensureOnDOM","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_targetOpenState","type":{"text":"boolean"}}]},{"kind":"field","name":"elements","type":{"text":"OpenableElement[]"}},{"kind":"method","name":"makeTransition","privacy":"protected","return":{"type":{"text":"HTMLElement | null"}},"parameters":[{"name":"_targetOpenState","type":{"text":"boolean"}}]},{"kind":"method","name":"manageDelay","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_targetOpenState","type":{"text":"boolean"}}]},{"kind":"method","name":"manageDialogOpen","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"managePopoverOpen","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"managePosition","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"field","name":"offset","type":{"text":"number | [number, number]"},"privacy":"protected","default":"0"},{"kind":"field","name":"open","type":{"text":"boolean"}},{"kind":"field","name":"placement","type":{"text":"Placement | undefined"}},{"kind":"field","name":"placementController","type":{"text":"PlacementController"},"privacy":"protected"},{"kind":"field","name":"_placementController","type":{"text":"PlacementController"},"privacy":"protected"},{"kind":"field","name":"receivesFocus","type":{"text":"'true' | 'false' | 'auto'"}},{"kind":"method","name":"requestSlottable","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"returnFocus","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"field","name":"state","type":{"text":"OverlayState"}},{"kind":"field","name":"_state","type":{"text":"OverlayState"},"privacy":"protected"},{"kind":"field","name":"triggerElement","type":{"text":"HTMLElement | VirtualTrigger | null"}},{"kind":"field","name":"type","type":{"text":"OverlayTypes"}},{"kind":"field","name":"willPreventClose","type":{"text":"boolean"},"default":"false"},{"kind":"method","name":"manuallyKeepOpen","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"update","privacy":"public","static":true,"return":{"type":{"text":"void"}}},{"kind":"method","name":"open","privacy":"public","static":true,"return":{"type":{"text":"Promise<() => void>"}},"parameters":[{"name":"trigger","type":{"text":"HTMLElement"}},{"name":"interaction","type":{"text":"TriggerInteractionsV1"}},{"name":"content","type":{"text":"HTMLElement"}},{"name":"optionsV1","type":{"text":"OverlayOptionsV1"}}],"description":"Overloaded imperative API entry point that allows for both the pre-0.37.0\nargument signature as well as the post-0.37.0 signature. This allows for\nconsumers to continue to leverage it as they had been in previous releases\nwhile also surfacing the more feature-rich API that has been made available."},{"kind":"method","name":"open","privacy":"public","static":true,"return":{"type":{"text":"Promise<LuzmoOverlay>"}},"parameters":[{"name":"content","type":{"text":"HTMLElement"}},{"name":"options","optional":true,"type":{"text":"OverlayOptions"}}]},{"kind":"method","name":"open","privacy":"public","static":true,"return":{"type":{"text":"Promise<LuzmoOverlay | (() => void)>"}},"parameters":[{"name":"triggerOrContent","type":{"text":"HTMLElement"}},{"name":"interactionOrOptions","type":{"text":"TriggerInteractionsV1 | OverlayOptions | undefined"}},{"name":"content","optional":true,"type":{"text":"HTMLElement"}},{"name":"optionsV1","optional":true,"type":{"text":"OverlayOptionsV1"}}]},{"kind":"method","name":"applyOptions","static":true,"return":{"type":{"text":"void"}},"parameters":[{"name":"overlay","type":{"text":"LuzmoAbstractOverlay"}},{"name":"options","type":{"text":"OverlayOptions"}}]}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"}}],"exports":[{"kind":"js","name":"overlayTimer","declaration":{"name":"overlayTimer","module":"src/components/overlay/abstract-overlay.ts"}},{"kind":"js","name":"noop","declaration":{"name":"noop","module":"src/components/overlay/abstract-overlay.ts"}},{"kind":"js","name":"guaranteedAllTransitionend","declaration":{"name":"guaranteedAllTransitionend","module":"src/components/overlay/abstract-overlay.ts"}},{"kind":"js","name":"nextFrame","declaration":{"name":"nextFrame","module":"src/components/overlay/abstract-overlay.ts"}},{"kind":"js","name":"LuzmoAbstractOverlay","declaration":{"name":"LuzmoAbstractOverlay","module":"src/components/overlay/abstract-overlay.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/click-controller.ts","declarations":[{"kind":"class","description":"","name":"ClickController","members":[{"kind":"field","name":"type","type":{"text":"InteractionTypes"},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"preventNextToggle","type":{"text":"'no' | 'maybe' | 'yes'"},"privacy":"public","default":"false","description":"An overlay with a `click` interaction should not close on click `triggerElement`.\nWhen a click is initiated (`pointerdown`), apply `preventNextToggle` when the\noverlay is `open` to prevent from toggling the overlay when the click event\npropagates later in the interaction.","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleClick","return":{"type":{"text":"void"}}},{"kind":"method","name":"handlePointerdown","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"PointerEvent"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"init","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"abortController","type":{"text":"AbortController"},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"pointerdownState","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"public","default":"null","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"container","type":{"text":"TemplateResult"},"privacy":"public","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"activelyOpening","type":{"text":"boolean"},"readonly":true,"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"_open","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","description":"Set `open`","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"_overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"private","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"public","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"releaseDescription","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleBeforetoggle","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & {\n target: LuzmoOverlay;\n newState: 'open' | 'closed';\n }"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"initOverlay","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleActivate","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"Event"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"abort","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostConnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostDisconnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostUpdated","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"target","default":"target","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"host","default":"host","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}}],"superclass":{"name":"InteractionController","module":"/src/components/overlay/interaction-controller"}}],"exports":[{"kind":"js","name":"ClickController","declaration":{"name":"ClickController","module":"src/components/overlay/click-controller.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/events.ts","declarations":[{"kind":"class","description":"","name":"BeforetoggleClosedEvent","members":[{"kind":"field","name":"currentState","type":{"text":"string"},"default":"'open'"},{"kind":"field","name":"newState","type":{"text":"string"},"default":"'closed'"}],"superclass":{"name":"Event","module":"src/components/overlay/events.ts"}},{"kind":"class","description":"","name":"BeforetoggleOpenEvent","members":[{"kind":"field","name":"currentState","type":{"text":"string"},"default":"'closed'"},{"kind":"field","name":"newState","type":{"text":"string"},"default":"'open'"}],"superclass":{"name":"Event","module":"src/components/overlay/events.ts"}},{"kind":"class","description":"","name":"OverlayStateEvent","members":[{"kind":"field","name":"detail","type":{"text":"{\n interaction: string;\n reason?: 'external-click';\n }"},"default":"{ interaction, reason }"}],"superclass":{"name":"Event","module":"src/components/overlay/events.ts"}}],"exports":[{"kind":"js","name":"BeforetoggleClosedEvent","declaration":{"name":"BeforetoggleClosedEvent","module":"src/components/overlay/events.ts"}},{"kind":"js","name":"BeforetoggleOpenEvent","declaration":{"name":"BeforetoggleOpenEvent","module":"src/components/overlay/events.ts"}},{"kind":"js","name":"OverlayStateEvent","declaration":{"name":"OverlayStateEvent","module":"src/components/overlay/events.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/full-size-plugin.ts","declarations":[{"kind":"function","name":"fullSize","parameters":[{"name":"options","default":"{ padding: 0 }","type":{"text":"{ padding: number }"}}]}],"exports":[{"kind":"js","name":"fullSize","declaration":{"name":"fullSize","module":"src/components/overlay/full-size-plugin.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/hover-controller.ts","declarations":[{"kind":"class","description":"","name":"HoverController","members":[{"kind":"field","name":"type","type":{"text":"InteractionTypes"},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"elementIds","type":{"text":"string[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"focusedin","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"hoverTimeout","type":{"text":"ReturnType<typeof setTimeout> | undefined"},"privacy":"private"},{"kind":"field","name":"pointerentered","type":{"text":"boolean"},"default":"false"},{"kind":"method","name":"handleTargetFocusin","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleTargetFocusout","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleTargetPointerenter","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleTargetPointerleave","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleHostPointerenter","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleHostPointerleave","return":{"type":{"text":"void"}}},{"kind":"method","name":"prepareDescription","return":{"type":{"text":"void"}}},{"kind":"method","name":"prepareOverlayRelativeDescription","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"prepareContentRelativeDescription","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"doPointerleave","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"init","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"initOverlay","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"abortController","type":{"text":"AbortController"},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"preventNextToggle","type":{"text":"'no' | 'maybe' | 'yes'"},"privacy":"public","default":"'no'","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"pointerdownState","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"public","default":"null","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"container","type":{"text":"TemplateResult"},"privacy":"public","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"activelyOpening","type":{"text":"boolean"},"readonly":true,"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"_open","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","description":"Set `open`","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"_overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"private","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"public","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"releaseDescription","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleBeforetoggle","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & {\n target: LuzmoOverlay;\n newState: 'open' | 'closed';\n }"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handlePointerdown","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"PointerEvent"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleActivate","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"Event"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"abort","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostConnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostDisconnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostUpdated","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"target","default":"target","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"host","default":"host","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}}],"superclass":{"name":"InteractionController","module":"/src/components/overlay/interaction-controller"}}],"exports":[{"kind":"js","name":"HoverController","declaration":{"name":"HoverController","module":"src/components/overlay/hover-controller.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/index.ts","declarations":[],"exports":[{"kind":"js","name":"*","declaration":{"name":"*","package":"./abstract-overlay"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./click-controller"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./hover-controller"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./interaction-controller"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./loader"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./longpress-controller"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./overlay"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./overlay-trigger"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./overlay-trigger-directive"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./overlay-types"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./placement-controller"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./slottable-request-directive"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./slottable-request-event"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./virtual-trigger"}},{"kind":"custom-element-definition","name":"luzmo-overlay","declaration":{"name":"LuzmoOverlay","module":"/src/components/overlay/overlay"}},{"kind":"custom-element-definition","name":"luzmo-overlay-trigger","declaration":{"name":"LuzmoOverlayTrigger","module":"/src/components/overlay/overlay-trigger"}}]},{"kind":"javascript-module","path":"src/components/overlay/interaction-controller.ts","declarations":[{"kind":"class","description":"","name":"InteractionController","members":[{"kind":"field","name":"abortController","type":{"text":"AbortController"}},{"kind":"field","name":"activelyOpening","type":{"text":"boolean"},"readonly":true},{"kind":"field","name":"handleOverlayReady","type":{"text":"(overlay: LuzmoAbstractOverlay) => void | undefined"},"privacy":"private","default":"handleOverlayReady"},{"kind":"field","name":"isLazilyOpen","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","description":"Set `open` against the associated Overlay lazily."},{"kind":"field","name":"overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"public","default":"overlay"},{"kind":"field","name":"_overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"private"},{"kind":"field","name":"isPersistent","type":{"text":"boolean"},"privacy":"protected","default":"!!isPersistent"},{"kind":"field","name":"type","type":{"text":"InteractionTypes"}},{"kind":"method","name":"prepareDescription","return":{"type":{"text":"void"}},"parameters":[{"name":"_","type":{"text":"HTMLElement"}}]},{"kind":"method","name":"releaseDescription","return":{"type":{"text":"void"}}},{"kind":"method","name":"shouldCompleteOpen","return":{"type":{"text":"void"}}},{"kind":"method","name":"init","return":{"type":{"text":"void"}}},{"kind":"method","name":"initOverlay","return":{"type":{"text":"void"}}},{"kind":"method","name":"abort","return":{"type":{"text":"void"}}},{"kind":"method","name":"hostConnected","return":{"type":{"text":"void"}}},{"kind":"method","name":"hostDisconnected","return":{"type":{"text":"void"}}}]}],"exports":[{"kind":"js","name":"InteractionController","declaration":{"name":"InteractionController","module":"src/components/overlay/interaction-controller.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/loader.ts","declarations":[{"kind":"function","name":"openOverlay","return":{"type":{"text":"Promise<() => void>"}},"parameters":[{"name":"trigger","type":{"text":"HTMLElement"}},{"name":"interaction","type":{"text":"TriggerInteractionsV1"}},{"name":"content","type":{"text":"HTMLElement"}},{"name":"optionsV1","type":{"text":"OverlayOptionsV1"}}]},{"kind":"function","name":"openOverlay","return":{"type":{"text":"Promise<LuzmoOverlay>"}},"parameters":[{"name":"content","type":{"text":"HTMLElement"}},{"name":"options","optional":true,"type":{"text":"OverlayOptions"}}]},{"kind":"function","name":"openOverlay","return":{"type":{"text":"Promise<LuzmoOverlay | (() => void)>"}},"parameters":[{"name":"triggerOrContent","type":{"text":"HTMLElement"}},{"name":"interactionOrOptions","type":{"text":"TriggerInteractionsV1 | OverlayOptions | undefined"}},{"name":"content","optional":true,"type":{"text":"HTMLElement"}},{"name":"optionsV1","optional":true,"type":{"text":"OverlayOptionsV1"}}]}],"exports":[{"kind":"js","name":"openOverlay","declaration":{"name":"openOverlay","module":"src/components/overlay/loader.ts"}},{"kind":"js","name":"openOverlay","declaration":{"name":"openOverlay","module":"src/components/overlay/loader.ts"}},{"kind":"js","name":"openOverlay","declaration":{"name":"openOverlay","module":"src/components/overlay/loader.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/longpress-controller.ts","declarations":[{"kind":"variable","name":"LONGPRESS_INSTRUCTIONS","type":{"text":"object"},"default":"{ touch: 'Double tap and long press for additional options', keyboard: 'Press Space or Alt+Down Arrow for additional options', mouse: 'Click and hold for additional options' }"},{"kind":"class","description":"","name":"LongpressController","members":[{"kind":"field","name":"type","type":{"text":"InteractionTypes"},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"activelyOpening","type":{"text":"boolean"},"readonly":true,"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"longpressState","type":{"text":"null | 'potential' | 'opening' | 'pressed'"},"privacy":"protected","default":"null"},{"kind":"field","name":"releaseDescription","return":{"type":{"text":"void"}},"default":"noop","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"timeout","type":{"text":"ReturnType<typeof setTimeout>"},"privacy":"private"},{"kind":"method","name":"handleLongpress","return":{"type":{"text":"void"}}},{"kind":"method","name":"handlePointerdown","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"handlePointerup","privacy":"private"},{"kind":"method","name":"handleKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleKeyup","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"prepareDescription","return":{"type":{"text":"void"}},"parameters":[{"name":"trigger","type":{"text":"HTMLElement"}}]},{"kind":"method","name":"shouldCompleteOpen","return":{"type":{"text":"void"}}},{"kind":"method","name":"init","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"abortController","type":{"text":"AbortController"},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"preventNextToggle","type":{"text":"'no' | 'maybe' | 'yes'"},"privacy":"public","default":"'no'","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"pointerdownState","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"public","default":"null","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"container","type":{"text":"TemplateResult"},"privacy":"public","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"_open","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","description":"Set `open`","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"_overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"private","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"public","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleBeforetoggle","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & {\n target: LuzmoOverlay;\n newState: 'open' | 'closed';\n }"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"initOverlay","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleActivate","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"Event"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"abort","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostConnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostDisconnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostUpdated","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"target","default":"target","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"host","default":"host","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}}],"superclass":{"name":"InteractionController","module":"/src/components/overlay/interaction-controller"}}],"exports":[{"kind":"js","name":"LONGPRESS_INSTRUCTIONS","declaration":{"name":"LONGPRESS_INSTRUCTIONS","module":"src/components/overlay/longpress-controller.ts"}},{"kind":"js","name":"LongpressController","declaration":{"name":"LongpressController","module":"src/components/overlay/longpress-controller.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/overlay-dialog.ts","declarations":[{"kind":"mixin","description":"","name":"OverlayDialog","members":[{"kind":"method","name":"manageDialogOpen","privacy":"protected","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"dialogMakeTransition","privacy":"protected","return":{"type":{"text":"HTMLElement | null"}},"parameters":[{"name":"targetOpenState","type":{"text":"boolean"}}]},{"kind":"method","name":"dialogApplyFocus","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"targetOpenState","type":{"text":"boolean"}},{"name":"focusEl","type":{"text":"HTMLElement | null"}}]}],"events":[{"type":{"text":"event"}},{"name":"eventName","type":{"text":"OverlayStateEvent"}}],"parameters":[{"name":"constructor","type":{"text":"T"}}]}],"exports":[{"kind":"js","name":"OverlayDialog","declaration":{"name":"OverlayDialog","module":"src/components/overlay/overlay-dialog.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/overlay-events.ts","declarations":[{"kind":"class","description":"","name":"OverlayCloseEvent","members":[{"kind":"field","name":"root","type":{"text":"HTMLElement | undefined"},"default":"root"}],"superclass":{"name":"Event","module":"src/components/overlay/overlay-events.ts"}}],"exports":[{"kind":"js","name":"OverlayCloseEvent","declaration":{"name":"OverlayCloseEvent","module":"src/components/overlay/overlay-events.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/overlay-no-popover.ts","declarations":[{"kind":"mixin","description":"","name":"OverlayNoPopover","members":[{"kind":"method","name":"managePopoverOpen","privacy":"protected","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"manageDelay","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"targetOpenState","type":{"text":"boolean"}}]},{"kind":"method","name":"ensureOnDOM","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_targetOpenState","type":{"text":"boolean"}}]},{"kind":"method","name":"makeTransition","privacy":"protected","return":{"type":{"text":"HTMLElement | null"}},"parameters":[{"name":"targetOpenState","type":{"text":"boolean"}}]}],"events":[{"type":{"text":"event"}},{"name":"eventName","type":{"text":"OverlayStateEvent"}}],"parameters":[{"name":"constructor","type":{"text":"T"}}]}],"exports":[{"kind":"js","name":"OverlayNoPopover","declaration":{"name":"OverlayNoPopover","module":"src/components/overlay/overlay-no-popover.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/overlay-popover.ts","declarations":[{"kind":"mixin","description":"","name":"OverlayPopover","members":[{"kind":"method","name":"manageDelay","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"targetOpenState","type":{"text":"boolean"}}]},{"kind":"method","name":"shouldHidePopover","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"targetOpenState","type":{"text":"boolean"}}],"description":"A popover should be hidden _after_ it is no longer on top-layer because\nthe position metrics will have changed from when it was originally positioned."},{"kind":"method","name":"shouldShowPopover","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"targetOpenState","type":{"text":"boolean"}}]},{"kind":"method","name":"ensureOnDOM","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"targetOpenState","type":{"text":"boolean"}}]},{"kind":"method","name":"makeTransition","privacy":"protected","return":{"type":{"text":"HTMLElement | null"}},"parameters":[{"name":"targetOpenState","type":{"text":"boolean"}}]}],"events":[{"type":{"text":"event"}},{"name":"eventName","type":{"text":"OverlayStateEvent"}}],"parameters":[{"name":"constructor","type":{"text":"T"}}]}],"exports":[{"kind":"js","name":"OverlayPopover","declaration":{"name":"OverlayPopover","module":"src/components/overlay/overlay-popover.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/overlay-stack.ts","declarations":[{"kind":"variable","name":"overlayStack","default":"new OverlayStack()"}],"exports":[{"kind":"js","name":"overlayStack","declaration":{"name":"overlayStack","module":"src/components/overlay/overlay-stack.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/overlay-timer.ts","declarations":[{"kind":"class","description":"A timer to help with implementation of warnup/cooldown behavior as described here:","name":"LuzmoOverlayTimer","members":[{"kind":"field","name":"warmUpDelay","privacy":"private","default":"1000","type":{"text":"number"}},{"kind":"field","name":"coolDownDelay","privacy":"private","default":"1000","type":{"text":"number"}},{"kind":"field","name":"isWarm","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"cooldownTimeout","type":{"text":"number | undefined"},"privacy":"private"},{"kind":"field","name":"component","type":{"text":"HTMLElement | undefined"},"privacy":"private"},{"kind":"field","name":"timeout","type":{"text":"number"},"privacy":"private","default":"0"},{"kind":"field","name":"promise","type":{"text":"Promise<boolean> | undefined"},"privacy":"private"},{"kind":"field","name":"resolve","type":{"text":"(cancelled: boolean) => void | undefined"},"privacy":"private"},{"kind":"method","name":"openTimer","privacy":"public","return":{"type":{"text":"Promise<boolean>"}},"parameters":[{"name":"component","type":{"text":"HTMLElement"}}]},{"kind":"method","name":"close","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"component","type":{"text":"HTMLElement"}}]},{"kind":"method","name":"resetCooldownTimer","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"cancelCooldownTimer","privacy":"private","return":{"type":{"text":"void"}}}]}],"exports":[{"kind":"js","name":"LuzmoOverlayTimer","declaration":{"name":"LuzmoOverlayTimer","module":"src/components/overlay/overlay-timer.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/overlay-trigger-directive.ts","declarations":[{"kind":"class","description":"","name":"OverlayTriggerDirective","members":[{"kind":"field","name":"host","type":{"text":"object | undefined"},"privacy":"private"},{"kind":"field","name":"overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"private"},{"kind":"field","name":"strategy","type":{"text":"ClickController | HoverController | LongpressController"},"privacy":"private"},{"kind":"field","name":"defaultOptions","type":{"text":"OverlayTriggerOptions"},"privacy":"protected","default":"{ triggerInteraction: 'click', overlayOptions: { type: 'auto', offset: 0 } }"},{"kind":"field","name":"options","type":{"text":"OverlayOptions"},"privacy":"protected","default":"{ ...this.defaultOptions.overlayOptions }"},{"kind":"field","name":"insertionOptions","type":{"text":"InsertionOptions | undefined"},"privacy":"protected"},{"kind":"method","name":"render","return":{"type":{"text":"unknown"}},"parameters":[{"name":"_template","type":{"text":"() => TemplateResult"}},{"name":"_options","optional":true,"type":{"text":"Partial<OverlayTriggerOptions>"}}],"inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"method","name":"update","return":{"type":{"text":"void"}},"parameters":[{"name":"part","type":{"text":"ElementPart"}},{"name":"[template, options]","type":{"text":"Parameters<this['render']>"}}],"inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"method","name":"handleSlottableRequest","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"SlottableRequestEvent"}}],"inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"field","name":"template","type":{"text":"() => TemplateResult"},"privacy":"protected","inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"field","name":"target","type":{"text":"HTMLElement"},"privacy":"protected","inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"field","name":"renderBefore","type":{"text":"HTMLElement | undefined"},"privacy":"private","inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"field","name":"listenerHost","type":{"text":"HTMLElement"},"privacy":"protected","inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"field","name":"listeners","type":{"text":"AbortController"},"privacy":"protected","inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"method","name":"init","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"method","name":"disconnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"method","name":"reconnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}}],"superclass":{"name":"SlottableRequestDirective","module":"/src/components/overlay/slottable-request-directive"}},{"kind":"variable","name":"trigger"}],"exports":[{"kind":"js","name":"OverlayTriggerDirective","declaration":{"name":"OverlayTriggerDirective","module":"src/components/overlay/overlay-trigger-directive.ts"}},{"kind":"js","name":"trigger","declaration":{"name":"trigger","module":"src/components/overlay/overlay-trigger-directive.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/overlay-trigger.ts","declarations":[{"kind":"class","description":"","name":"LuzmoOverlayTrigger","slots":[{"description":"The content that will trigger the various overlays","name":"trigger"},{"description":"The content that will be displayed on hover","name":"hover-content"},{"description":"The content that will be displayed on click","name":"click-content"},{"description":"The content that will be displayed on click","name":"longpress-content"}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"content","type":{"text":"string"},"default":"'click hover longpress'"},{"kind":"field","name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"privacy":"public","attribute":"placement"},{"kind":"field","name":"type","type":{"text":"OverlayTriggerInteractions | undefined"},"privacy":"public"},{"kind":"field","name":"offset","type":{"text":"number"},"privacy":"public","default":"6"},{"kind":"field","name":"open","type":{"text":"OverlayContentTypes | undefined"},"privacy":"public"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"receivesFocus","type":{"text":"'true' | 'false' | 'auto'"},"privacy":"public","default":"'auto'"},{"kind":"field","name":"clickContent","type":{"text":"HTMLElement[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"clickPlacement","type":{"text":"Placement | undefined"},"privacy":"private"},{"kind":"field","name":"longpressContent","type":{"text":"HTMLElement[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"longpressPlacement","type":{"text":"Placement | undefined"},"privacy":"private"},{"kind":"field","name":"hoverContent","type":{"text":"HTMLElement[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"hoverPlacement","type":{"text":"Placement | undefined"},"privacy":"private"},{"kind":"field","name":"targetContent","type":{"text":"HTMLElement[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"clickOverlayElement","type":{"text":"LuzmoOverlay"}},{"kind":"field","name":"longpressOverlayElement","type":{"text":"LuzmoOverlay"}},{"kind":"field","name":"hoverOverlayElement","type":{"text":"LuzmoOverlay"}},{"kind":"method","name":"getAssignedElementsFromSlot","privacy":"private","return":{"type":{"text":"HTMLElement[]"}},"parameters":[{"name":"slot","type":{"text":"HTMLSlotElement"}}]},{"kind":"method","name":"handleTriggerContent","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLSlotElement }"}}]},{"kind":"method","name":"handleSlotContent","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLSlotElement }"}}]},{"kind":"method","name":"handleBeforetoggle","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"BeforetoggleOpenEvent"}}]},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"renderSlot","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"name","type":{"text":"string"}}]},{"kind":"method","name":"renderClickOverlay","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderHoverOverlay","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderLongpressOverlay","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"getUpdateComplete","privacy":"protected","return":{"type":{"text":"Promise<boolean>"}}}],"events":[{"description":"Announces that the overlay has been opened","name":"luzmo-opened"},{"description":"Announces that the overlay has been closed","name":"luzmo-closed"}],"attributes":[{"name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"fieldName":"placement"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"overlay-trigger","customElement":true}],"exports":[{"kind":"js","name":"LuzmoOverlayTrigger","declaration":{"name":"LuzmoOverlayTrigger","module":"src/components/overlay/overlay-trigger.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/overlay-types.ts","declarations":[],"exports":[{"kind":"js","name":"Placement","declaration":{"name":"Placement","package":"@floating-ui/dom"}}]},{"kind":"javascript-module","path":"src/components/overlay/overlay.ts","declarations":[{"kind":"class","description":"","name":"LuzmoOverlay","members":[{"kind":"field","name":"styles","type":{"text":"array"},"static":true,"default":"[unsafeCSS(styles)]"},{"kind":"field","name":"delayed","type":{"text":"boolean"},"description":"An Overlay that is `delayed` will wait until a warm-up period of 1000ms\nhas completed before opening. Once the warm-up period has completed, all\nsubsequent Overlays will open immediately. When no Overlays are opened,\na cool-down period of 1000ms will begin. Once the cool-down has completed,\nthe next Overlay to be opened will be subject to the warm-up period if\nprovided that option.\n\nThis behavior helps to manage the performance and user experience by\npreventing multiple overlays from opening simultaneously and ensuring\na smooth transition between opening and closing overlays.","default":"false"},{"kind":"field","name":"_delayed","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"dialogEl","type":{"text":"HTMLDialogElement & {\n showPopover(): void;\n hidePopover(): void;\n }"},"description":"A reference to the dialog element within the overlay.\nThis element is expected to have `showPopover` and `hidePopover` methods."},{"kind":"field","name":"disabled","type":{"text":"boolean"},"description":"Indicates whether the overlay is currently functional or not.\n\nWhen set to `true`, the overlay is disabled, and any active strategy is aborted.\nThe overlay will also close if it is currently open. When set to `false`, the\noverlay will re-bind events and re-open if it was previously open.","default":"false"},{"kind":"field","name":"_disabled","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"elements","type":{"text":"OpenableElement[]"},"description":"A query to gather all elements slotted into the default slot, excluding elements\nwith the slot name \"longpress-describedby-descriptor\"."},{"kind":"field","name":"parentOverlayToForceClose","type":{"text":"LuzmoOverlay | undefined"},"privacy":"public","description":"A reference to the parent overlay that should be force-closed, if any."},{"kind":"field","name":"hasNonVirtualTrigger","type":{"text":"boolean"},"privacy":"private","description":"Determines if the overlay has a non-virtual trigger element.","return":{"type":{"text":""}},"readonly":true},{"kind":"field","name":"offset","type":{"text":"number | [number, number]"},"default":"0","description":"The `offset` property accepts either a single number to define the offset of the\nOverlay along the main axis from the trigger, or a 2-tuple to define the offset\nalong both the main axis and the cross axis. This option has no effect when there\nis no trigger element."},{"kind":"field","name":"placementController","type":{"text":"PlacementController"},"privacy":"protected","description":"Provides an instance of the `PlacementController` for managing the positioning\nof the overlay relative to its trigger element.\n\nIf the `PlacementController` instance does not already exist, it is created and\nassigned to the `_placementController` property.","return":{"type":{"text":""}},"readonly":true},{"kind":"field","name":"open","type":{"text":"boolean"},"description":"Indicates whether the Overlay is projected onto the \"top layer\" or not.\n\nWhen set to `true`, the overlay is open and visible. When set to `false`, the overlay is closed and hidden.","default":"false"},{"kind":"field","name":"_open","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"openCount","type":{"text":"number"},"static":true,"default":"1","description":"Tracks the number of overlays that have been opened.\n\nThis static property is used to manage the stacking context of multiple overlays."},{"kind":"field","name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"description":"Instruct the Overlay where to place itself in relationship to the trigger element."},{"kind":"field","name":"lastRequestSlottableState","type":{"text":"boolean"},"privacy":"private","default":"false","description":"The state in which the last `request-slottable` event was dispatched.\n\nThis property ensures that overlays do not dispatch the same state twice in a row."},{"kind":"field","name":"receivesFocus","type":{"text":"'true' | 'false' | 'auto'"},"default":"'auto'","description":"Whether to pass focus to the overlay once opened, or\nto the appropriate value based on the \"type\" of the overlay\nwhen set to `\"auto\"`."},{"kind":"field","name":"slotEl","type":{"text":"HTMLSlotElement"},"description":"A reference to the slot element within the overlay.\n\nThis element is used to manage the content slotted into the overlay."},{"kind":"field","name":"state","type":{"text":"OverlayState"},"description":"The current state of the overlay.\n\nThis property reflects the current state of the overlay, such as 'opened' or 'closed'.\nWhen the state changes, it triggers the appropriate actions and updates the component.","default":"'closed'"},{"kind":"field","name":"_state","type":{"text":"OverlayState"},"default":"'closed'"},{"kind":"field","name":"strategy","type":{"text":"ClickController | HoverController | LongpressController | undefined"},"privacy":"public","description":"The interaction strategy for opening the overlay.\nThis can be a ClickController, HoverController, or LongpressController."},{"kind":"field","name":"tipPadding","type":{"text":"number"},"description":"The padding around the tip of the overlay.\nThis property defines the padding around the tip of the overlay, which can be used to adjust its positioning."},{"kind":"field","name":"trigger","type":{"text":"string"},"description":"An optional ID reference for the trigger element combined with the optional\ninteraction (click | hover | longpress) by which the overlay should open.\nThe format is `trigger@interaction`, e.g., `trigger@click` opens the overlay\nwhen an element with the ID \"trigger\" is clicked."},{"kind":"field","name":"triggerElement","type":{"text":"HTMLElement | VirtualTrigger | null"},"default":"null","description":"An element reference for the trigger element that the overlay should relate to.\nThis property is not reflected as an attribute."},{"kind":"field","name":"triggerInteraction","type":{"text":"TriggerInteraction"},"description":"The specific interaction to listen for on the `triggerElement` to open the overlay.\nThis property is not reflected as an attribute."},{"kind":"field","name":"type","type":{"text":"\"auto\" | \"hint\" | \"manual\" | \"modal\" | \"page\""},"default":"'auto'","description":"Configures the open/close heuristics of the Overlay."},{"kind":"field","name":"wasOpen","type":{"text":"boolean"},"privacy":"protected","default":"false","description":"Tracks whether the overlay was previously open.\nThis is used to restore the open state when re-enabling the overlay."},{"kind":"field","name":"elementResolver","type":{"text":"ElementResolutionController"},"privacy":"protected","description":"Provides an instance of the `ElementResolutionController` for managing the element\nthat the overlay should be associated with. If the instance does not already exist,\nit is created and assigned to the `_elementResolver` property.","return":{"type":{"text":""}},"readonly":true},{"kind":"field","name":"usesDialog","type":{"text":"boolean"},"privacy":"private","description":"Determines if the overlay uses a dialog.\nReturns `true` if the overlay type is \"modal\" or \"page\".","return":{"type":{"text":""}},"readonly":true},{"kind":"field","name":"popoverValue","type":{"text":"'auto' | 'manual' | undefined"},"privacy":"private","description":"Determines the value for the popover attribute based on the overlay type.","return":{"type":{"text":""}},"readonly":true},{"kind":"field","name":"requiresPositioning","type":{"text":"boolean"},"privacy":"protected","description":"Determines if the overlay requires positioning based on its type and state.","return":{"type":{"text":""}},"readonly":true},{"kind":"method","name":"managePosition","privacy":"protected","return":{"type":{"text":"void"}},"description":"Manages the positioning of the overlay relative to its trigger element.\n\nThis method calculates the necessary parameters for positioning the overlay,\nsuch as offset, placement, and tip padding, and then delegates the actual\npositioning to the `PlacementController`."},{"kind":"method","name":"managePopoverOpen","privacy":"protected","return":{"type":{"text":""}},"description":"Manages the process of opening the popover.\n\nThis method handles the necessary steps to open the popover, including managing delays,\nensuring the popover is in the DOM, making transitions, and applying focus."},{"kind":"method","name":"applyFocus","privacy":"protected","return":{"type":{"text":""}},"parameters":[{"name":"targetOpenState","type":{"text":"boolean"},"description":"The target open state of the overlay."},{"name":"focusEl","type":{"text":"HTMLElement | null"},"description":"The element to focus after opening the popover."}],"description":"Applies focus to the appropriate element after the popover has been opened.\n\nThis method handles the focus management for the overlay, ensuring that the correct\nelement receives focus based on the overlay's type and state."},{"kind":"method","name":"returnFocus","privacy":"protected","return":{"type":{"text":"void"}},"description":"Returns focus to the trigger element if the overlay is closed.\n\nThis method ensures that focus is returned to the trigger element when the overlay is closed,\nunless the overlay is of type \"hint\" or the focus is already outside the overlay."},{"kind":"field","name":"closeOnFocusOut","privacy":"private","description":"Handles the focus out event to close the overlay if the focus moves outside of it.\n\nThis method ensures that the overlay is closed when the focus moves to an element\noutside of the overlay, unless the focus is moved to a related element.","parameters":[{"description":"The focus out event.","name":"event"}]},{"kind":"method","name":"manageOpen","privacy":"protected","return":{"type":{"text":""}},"parameters":[{"name":"oldOpen","type":{"text":"boolean"},"description":"The previous open state of the overlay."}],"description":"Manages the process of opening or closing the overlay.\n\nThis method handles the necessary steps to open or close the overlay, including updating the state,\nmanaging the overlay stack, and handling focus events."},{"kind":"method","name":"bindEvents","privacy":"protected","return":{"type":{"text":"void"}},"description":"Binds event handling strategies to the overlay based on the specified trigger interaction.\n\nThis method sets up the appropriate event handling strategy for the overlay, ensuring that\nit responds correctly to user interactions such as clicks, hovers, or long presses."},{"kind":"method","name":"handleBeforetoggle","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { newState: string }"},"description":"The `beforetoggle` event with the new state."}],"description":"Handles the `beforetoggle` event to manage the overlay's state.\n\nThis method checks the new state of the event and calls `handleBrowserClose`\nif the new state is not 'open'."},{"kind":"method","name":"handleBrowserClose","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"},"description":"The browser's close event."}],"description":"Handles the browser's close event to manage the overlay's state.\n\nThis method stops the propagation of the event and closes the overlay if it is not\nactively opening. If the overlay is actively opening, it calls `manuallyKeepOpen`."},{"kind":"method","name":"manuallyKeepOpen","privacy":"public","return":{"type":{"text":"void"}},"description":"Manually keeps the overlay open.\n\nThis method sets the overlay to open, allows placement updates, and manages the open state."},{"kind":"method","name":"handleSlotchange","privacy":"protected","return":{"type":{"text":"void"}},"description":"Handles the `slotchange` event to manage the overlay's state.\n\nThis method checks if there are any elements in the slot. If there are no elements,\nit releases the description from the strategy. If there are elements and the trigger\nis non-virtual, it prepares the description for the trigger element."},{"kind":"method","name":"shouldPreventClose","privacy":"public","return":{"type":{"text":""}},"description":"Determines whether the overlay should prevent closing.\n\nThis method checks the `willPreventClose` flag and resets it to `false`.\nIt returns the value of the `willPreventClose` flag."},{"kind":"method","name":"requestSlottable","privacy":"protected","return":{"type":{"text":"void"}},"description":"Requests slottable content for the overlay.\n\nThis method dispatches a `SlottableRequestEvent` to request or remove slottable content\nbased on the current open state of the overlay. It ensures that the same state is not\ndispatched twice in a row."},{"kind":"method","name":"willUpdate","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"},"description":"The properties that have changed."}],"description":"Lifecycle method called before the component updates.\n\nThis method handles various tasks before the component updates, such as setting an ID,\nmanaging the open state, resolving the trigger element, and binding events."},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"},"description":"The properties that have changed."}],"description":"Lifecycle method called after the component updates.\n\nThis method handles various tasks after the component updates, such as updating the placement\nattribute, resetting the overlay position, and clearing the overlay position based on the state."},{"kind":"method","name":"renderContent","privacy":"protected","return":{"type":{"text":""}},"description":"Renders the content of the overlay.\n\nThis method returns a template result containing a slot element. The slot element\nlistens for the `slotchange` event to manage the overlay's state."},{"kind":"field","name":"dialogStyleMap","type":{"text":"StyleInfo"},"privacy":"private","description":"Generates a style map for the dialog element.\n\nThis method returns an object containing CSS custom properties for the dialog element.\nThe `--luzmo-overlay-open-count` custom property is set to the current open count of overlays.","return":{"type":{"text":""}},"readonly":true},{"kind":"method","name":"renderDialog","privacy":"protected","return":{"type":{"text":""}},"description":"Renders the dialog element for the overlay.\n\nThis method returns a template result containing a dialog element. The dialog element\nincludes various attributes and event listeners to manage the overlay's state and behavior."},{"kind":"method","name":"renderPopover","privacy":"protected","return":{"type":{"text":""}},"description":"Renders the popover element for the overlay.\n\nThis method returns a template result containing a div element styled as a popover.\nThe popover element includes various attributes and event listeners to manage the overlay's state and behavior."},{"kind":"method","name":"render","privacy":"public","return":{"type":{"text":""}},"description":"Renders the overlay component.\n\nThis method returns a template result containing either a dialog or popover element\nbased on the overlay type. It also includes a slot for longpress descriptors."}],"events":[{"description":"announces that an overlay has completed any entry animations","name":"luzmo-opened"},{"description":"announce that an overlay has compelted any exit animations","name":"luzmo-closed"},{"description":"requests to add or remove slottable content","name":"slottable-request"}],"superclass":{"name":"ComputedOverlayBase","module":"src/components/overlay/overlay.ts"},"tagName":"luzmo-overlay","customElement":true}],"exports":[{"kind":"js","name":"LuzmoOverlay","declaration":{"name":"LuzmoOverlay","module":"src/components/overlay/overlay.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/placement-controller.ts","declarations":[{"kind":"variable","name":"placementUpdatedSymbol","description":"Symbol used to indicate that the placement has been updated."},{"kind":"class","description":"Controller for managing the placement of an overlay.\n\nThis class implements the ReactiveController interface and provides methods\nfor managing the positioning and constraints of an overlay element.","name":"PlacementController","members":[{"kind":"field","name":"cleanup","type":{"text":"() => void | undefined"},"privacy":"private","description":"Function to clean up resources when the controller is no longer needed."},{"kind":"field","name":"initialHeight","type":{"text":"number"},"description":"Initial height of the overlay."},{"kind":"field","name":"isConstrained","type":{"text":"boolean"},"description":"Indicates whether the overlay is constrained by available space."},{"kind":"field","name":"host","type":{"text":"ReactiveElement & { elements: OpenableElement[] }"},"privacy":"private","description":"The host element that uses this controller.","default":"host"},{"kind":"field","name":"options","type":{"text":"OverlayOptionsV1"},"privacy":"private","description":"Options for configuring the overlay placement."},{"kind":"field","name":"originalPlacements","privacy":"private","default":"new WeakMap<HTMLElement, Placement>()","description":"A WeakMap to store the original placements of overlay elements.","type":{"text":"WeakMap<HTMLElement, Placement>"}},{"kind":"field","name":"target","type":{"text":"HTMLElement"},"privacy":"private","description":"The target element for the overlay."},{"kind":"method","name":"placeOverlay","privacy":"public","return":{"type":{"text":""}},"parameters":[{"name":"target","default":"this.target","type":{"text":"HTMLElement"},"description":"The target element for the overlay.","optional":true},{"name":"options","default":"this.options","type":{"text":"OverlayOptionsV1"},"description":"The options for configuring the overlay placement.","optional":true}],"description":"Places the overlay relative to the target element.\n\nThis method sets up the necessary configurations and event listeners to manage the\npositioning and constraints of the overlay element."},{"kind":"field","name":"allowPlacementUpdate","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Flag to allow or disallow placement updates."},{"kind":"field","name":"closeForAncestorUpdate","description":"Closes the overlay if an ancestor element is updated.\n\nThis method checks if placement updates are allowed and if the overlay type is not 'modal'.\nIf these conditions are met and a cleanup function is defined, it dispatches a 'close' event\non the target element to close the overlay."},{"kind":"field","name":"updatePlacement","privacy":"private","description":"Updates the placement of the overlay.\n\nThis method calls the computePlacement method to recalculate the overlay's position."},{"kind":"method","name":"computePlacement","return":{"type":{"text":""}},"description":"Computes the placement of the overlay relative to the target element.\n\nThis method calculates the necessary positioning and constraints for the overlay element\nusing various middleware functions. It updates the overlay's style and attributes based\non the computed position."},{"kind":"method","name":"clearOverlayPosition","privacy":"public","return":{"type":{"text":"void"}},"description":"Clears the overlay's position styles.\n\nThis method removes the max-height and max-width styles from the target element,\nand resets the initial height and constrained state of the overlay."},{"kind":"field","name":"resetOverlayPosition","privacy":"public","description":"Resets the overlay's position.\n\nThis method clears the overlay's position, forces a reflow, and recomputes the placement."},{"kind":"method","name":"hostConnected","return":{"type":{"text":"void"}},"description":"Lifecycle method called when the host element is connected to the DOM.\n\nThis method sets up an event listener to reset the overlay's position when the 'luzmo-update-overlays' event is dispatched."},{"kind":"method","name":"hostUpdated","return":{"type":{"text":"void"}},"description":"Lifecycle method called when the host element is updated.\n\nThis method cleans up resources if the overlay is not open."},{"kind":"method","name":"hostDisconnected","return":{"type":{"text":"void"}},"description":"Lifecycle method called when the host element is disconnected from the DOM.\n\nThis method removes the event listener and cleans up resources."}]}],"exports":[{"kind":"js","name":"placementUpdatedSymbol","declaration":{"name":"placementUpdatedSymbol","module":"src/components/overlay/placement-controller.ts"}},{"kind":"js","name":"PlacementController","declaration":{"name":"PlacementController","module":"src/components/overlay/placement-controller.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/slottable-request-directive.ts","declarations":[{"kind":"class","description":"","name":"SlottableRequestDirective","members":[{"kind":"field","name":"template","type":{"text":"() => TemplateResult"},"privacy":"protected"},{"kind":"field","name":"target","type":{"text":"HTMLElement"},"privacy":"protected"},{"kind":"field","name":"renderBefore","type":{"text":"HTMLElement | undefined"},"privacy":"private"},{"kind":"field","name":"listenerHost","type":{"text":"HTMLElement"},"privacy":"protected"},{"kind":"field","name":"listeners","type":{"text":"AbortController"},"privacy":"protected"},{"kind":"method","name":"render","return":{"type":{"text":"unknown"}},"parameters":[{"name":"_template","type":{"text":"() => TemplateResult"}}]},{"kind":"method","name":"update","return":{"type":{"text":"void"}},"parameters":[{"name":"part","type":{"text":"ElementPart"}},{"name":"[template]","type":{"text":"Parameters<this['render']>"}}]},{"kind":"method","name":"handleSlottableRequest","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"SlottableRequestEvent"}}]},{"kind":"method","name":"init","return":{"type":{"text":"void"}}},{"kind":"method","name":"disconnected","return":{"type":{"text":"void"}}},{"kind":"method","name":"reconnected","return":{"type":{"text":"void"}}}],"superclass":{"name":"AsyncDirective","package":"lit/async-directive.js"}},{"kind":"variable","name":"slottableRequest"}],"exports":[{"kind":"js","name":"SlottableRequestDirective","declaration":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"js","name":"slottableRequest","declaration":{"name":"slottableRequest","module":"src/components/overlay/slottable-request-directive.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/slottable-request-event.ts","declarations":[{"kind":"class","description":"","name":"SlottableRequestEvent","members":[{"kind":"field","name":"data","type":{"text":"unknown"},"readonly":true,"default":"data"},{"kind":"field","name":"name","type":{"text":"string"},"readonly":true,"default":"name"},{"kind":"field","name":"slotName","type":{"text":"string"},"readonly":true}],"superclass":{"name":"Event","module":"src/components/overlay/slottable-request-event.ts"}},{"kind":"variable","name":"removeSlottableRequest"}],"exports":[{"kind":"js","name":"SlottableRequestEvent","declaration":{"name":"SlottableRequestEvent","module":"src/components/overlay/slottable-request-event.ts"}},{"kind":"js","name":"removeSlottableRequest","declaration":{"name":"removeSlottableRequest","module":"src/components/overlay/slottable-request-event.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/strategies.ts","declarations":[{"kind":"variable","name":"strategies","type":{"text":"object"},"default":"{ click: ClickController, longpress: LongpressController, hover: HoverController }"}],"exports":[{"kind":"js","name":"strategies","declaration":{"name":"strategies","module":"src/components/overlay/strategies.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/virtual-trigger.ts","declarations":[{"kind":"class","description":"","name":"VirtualTrigger","members":[{"kind":"field","name":"x","type":{"text":"number"},"privacy":"private","default":"x"},{"kind":"field","name":"y","type":{"text":"number"},"privacy":"private","default":"y"},{"kind":"method","name":"updateBoundingClientRect","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"x","type":{"text":"number"}},{"name":"y","type":{"text":"number"}}]},{"kind":"method","name":"getBoundingClientRect","privacy":"public","return":{"type":{"text":"DOMRect"}}}]}],"exports":[{"kind":"js","name":"VirtualTrigger","declaration":{"name":"VirtualTrigger","module":"src/components/overlay/virtual-trigger.ts"}}]},{"kind":"javascript-module","path":"src/components/picker/desktop-controller.ts","declarations":[{"kind":"class","description":"","name":"DesktopController","members":[{"kind":"field","name":"type","type":{"text":"InteractionTypes"},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handlePointerdown","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleActivate","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","optional":true,"type":{"text":"Event"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"init","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"abortController","type":{"text":"AbortController"},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"preventNextToggle","type":{"text":"'no' | 'maybe' | 'yes'"},"privacy":"public","default":"'no'","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"pointerdownState","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"public","default":"null","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"container","type":{"text":"TemplateResult"},"privacy":"public","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"activelyOpening","type":{"text":"boolean"},"readonly":true,"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"_open","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","description":"Set `open`","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"_overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"private","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"public","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"releaseDescription","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleBeforetoggle","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & {\n target: LuzmoOverlay;\n newState: 'open' | 'closed';\n }"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"initOverlay","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"abort","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostConnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostDisconnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostUpdated","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"target","default":"target","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"host","default":"host","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}}],"superclass":{"name":"InteractionController","module":"/src/components/picker/interaction-controller"}}],"exports":[{"kind":"js","name":"DesktopController","declaration":{"name":"DesktopController","module":"src/components/picker/desktop-controller.ts"}}]},{"kind":"javascript-module","path":"src/components/picker/index.ts","declarations":[],"exports":[{"kind":"js","name":"*","declaration":{"name":"*","package":"./picker"}},{"kind":"custom-element-definition","name":"luzmo-picker","declaration":{"name":"LuzmoPicker","module":"/src/components/picker/picker"}}]},{"kind":"javascript-module","path":"src/components/picker/interaction-controller.ts","declarations":[{"kind":"class","description":"","name":"InteractionController","members":[{"kind":"field","name":"abortController","type":{"text":"AbortController"}},{"kind":"field","name":"preventNextToggle","type":{"text":"'no' | 'maybe' | 'yes'"},"privacy":"public","default":"'no'"},{"kind":"field","name":"pointerdownState","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"public","default":"null"},{"kind":"field","name":"container","type":{"text":"TemplateResult"},"privacy":"public"},{"kind":"field","name":"activelyOpening","type":{"text":"boolean"},"readonly":true},{"kind":"field","name":"_open","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","description":"Set `open`"},{"kind":"field","name":"_overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"private"},{"kind":"field","name":"overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"public"},{"kind":"field","name":"type","type":{"text":"InteractionTypes"}},{"kind":"method","name":"releaseDescription","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleBeforetoggle","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & {\n target: LuzmoOverlay;\n newState: 'open' | 'closed';\n }"}}]},{"kind":"method","name":"initOverlay","return":{"type":{"text":"void"}}},{"kind":"method","name":"handlePointerdown","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}]},{"kind":"method","name":"handleActivate","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"Event"}}]},{"kind":"method","name":"init","return":{"type":{"text":"void"}}},{"kind":"method","name":"abort","return":{"type":{"text":"void"}}},{"kind":"method","name":"hostConnected","return":{"type":{"text":"void"}}},{"kind":"method","name":"hostDisconnected","return":{"type":{"text":"void"}}},{"kind":"method","name":"hostUpdated","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"field","name":"target","default":"target"},{"kind":"field","name":"host","default":"host"}]}],"exports":[{"kind":"js","name":"InteractionController","declaration":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}}]},{"kind":"javascript-module","path":"src/components/picker/mobile-controller.ts","declarations":[{"kind":"variable","name":"SAFARI_FOCUS_RING_CLASS","type":{"text":"string"},"default":"'remove-focus-ring-safari-hack'"},{"kind":"class","description":"","name":"MobileController","members":[{"kind":"field","name":"type","type":{"text":"InteractionTypes"},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleClick","return":{"type":{"text":"void"}}},{"kind":"method","name":"handlePointerdown","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"PointerEvent"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleFocusOut","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"init","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"abortController","type":{"text":"AbortController"},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"preventNextToggle","type":{"text":"'no' | 'maybe' | 'yes'"},"privacy":"public","default":"'no'","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"pointerdownState","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"public","default":"null","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"container","type":{"text":"TemplateResult"},"privacy":"public","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"activelyOpening","type":{"text":"boolean"},"readonly":true,"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"_open","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","description":"Set `open`","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"_overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"private","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"public","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"releaseDescription","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleBeforetoggle","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & {\n target: LuzmoOverlay;\n newState: 'open' | 'closed';\n }"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"initOverlay","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleActivate","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"Event"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"abort","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostConnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostDisconnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostUpdated","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"target","default":"target","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"host","default":"host","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}}],"superclass":{"name":"InteractionController","module":"/src/components/picker/interaction-controller"}}],"exports":[{"kind":"js","name":"SAFARI_FOCUS_RING_CLASS","declaration":{"name":"SAFARI_FOCUS_RING_CLASS","module":"src/components/picker/mobile-controller.ts"}},{"kind":"js","name":"MobileController","declaration":{"name":"MobileController","module":"src/components/picker/mobile-controller.ts"}}]},{"kind":"javascript-module","path":"src/components/picker/picker.ts","declarations":[{"kind":"variable","name":"DESCRIPTION_ID","type":{"text":"string"},"default":"'option-picker'"},{"kind":"class","description":"","name":"LuzmoPickerBase","members":[{"kind":"field","name":"appliedLabel","type":{"text":"string | undefined"}},{"kind":"field","name":"button","type":{"text":"HTMLButtonElement"},"privacy":"public"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the Picker is disabled."},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"icons","type":{"text":"'only' | 'none' | undefined"},"privacy":"public"},{"kind":"field","name":"variant","type":{"text":"'checkmarks' | 'highlight' | undefined"},"privacy":"public","description":"Type of dropdown"},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the value is invalid."},{"kind":"field","name":"pending","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the items are currently loading."},{"kind":"field","name":"pendingLabel","type":{"text":"string"},"privacy":"public","default":"'Pending'","description":"Defines a string value that labels the Picker while it is in pending state."},{"kind":"field","name":"label","type":{"text":"string | undefined"},"privacy":"public"},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Readonly value"},{"kind":"field","name":"labelAlignment","type":{"text":"'inline' | undefined"},"privacy":"public"},{"kind":"field","name":"optionsMenu","type":{"text":"LuzmoMenu"},"privacy":"public"},{"kind":"field","name":"overlayElement","type":{"text":"LuzmoOverlay"},"privacy":"public"},{"kind":"field","name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"privacy":"public","default":"'bottom-start'","attribute":"placement"},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Display as a quiet picker"},{"kind":"field","name":"value","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"selectedItem","type":{"text":"LuzmoMenuItem | undefined"}},{"kind":"field","name":"selectedItemContent","type":{"text":"MenuItemChildren"},"privacy":"protected"},{"kind":"field","name":"selfManageFocusElement","type":{"text":"boolean"},"readonly":true},{"kind":"field","name":"menuItems","type":{"text":"LuzmoMenuItem[]"},"privacy":"protected","readonly":true},{"kind":"field","name":"selects","type":{"text":"undefined | 'single'"},"privacy":"public","default":"'single'"},{"kind":"field","name":"dependencyManager","privacy":"public","default":"new DependencyManagerController(this)"},{"kind":"field","name":"isMobile","privacy":"public","default":"new MatchMediaController(this, IS_MOBILE)"},{"kind":"field","name":"strategy","type":{"text":"DesktopController | MobileController"},"privacy":"public"},{"kind":"field","name":"pendingStateController","type":{"text":"PendingStateController<this>"},"privacy":"public","default":"new PendingStateController(this)"},{"kind":"field","name":"_selectedItem","type":{"text":"LuzmoMenuItem | undefined"},"privacy":"private"},{"kind":"field","name":"_selectedItemIcon","type":{"text":"any | undefined"},"privacy":"private"},{"kind":"field","name":"listRole","type":{"text":"'listbox' | 'menu'"},"privacy":"protected","default":"'listbox'"},{"kind":"field","name":"itemRole","type":{"text":"string"},"privacy":"protected","default":"'option'"},{"kind":"field","name":"tooltipEl","type":{"text":"LuzmoTooltip | undefined"},"privacy":"protected"},{"kind":"field","name":"hasRenderedOverlay","type":{"text":"boolean"},"privacy":"protected","default":"false"},{"kind":"field","name":"_selfManageFocusElement","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"deprecatedMenu","type":{"text":"LuzmoMenu | null"},"privacy":"private","default":"null"},{"kind":"field","name":"selectionPromise","privacy":"private"},{"kind":"field","name":"selectionResolver","type":{"text":"() => void"},"privacy":"private"},{"kind":"field","name":"willManageSelection","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"recentlyConnected","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"private","default":"null"},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"readonly":true},{"kind":"method","name":"forceFocusVisible","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"click","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleButtonBlur","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}]},{"kind":"method","name":"handleHelperFocus","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleChange","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}]},{"kind":"method","name":"toggle","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"target","optional":true,"type":{"text":"boolean"}}]},{"kind":"method","name":"close","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"field","name":"_selectedItemContent","type":{"text":"MenuItemChildren | undefined"},"privacy":"private"},{"kind":"field","name":"handleSlottableRequest","privacy":"public"},{"kind":"method","name":"bindEvents","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"field","name":"applyFocusElementLabel"},{"kind":"field","name":"handleKeydown","privacy":"protected"},{"kind":"method","name":"setValueFromItem","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}},{"name":"menuChangeEvent","optional":true,"type":{"text":"Event"}}]},{"kind":"method","name":"setMenuItemSelected","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}},{"name":"value","type":{"text":"boolean"}}]},{"kind":"field","name":"containerStyles","type":{"text":"StyleInfo"},"privacy":"protected","readonly":true},{"kind":"method","name":"handleTooltipSlotchange","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLSlotElement }"}}]},{"kind":"method","name":"renderLabelContent","privacy":"protected","return":{"type":{"text":"TemplateResult | Node[]"}},"parameters":[{"name":"content","type":{"text":"Node[]"}}]},{"kind":"field","name":"renderAngleIcon","privacy":"protected"},{"kind":"field","name":"renderAlertIcon","privacy":"protected"},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true},{"kind":"method","name":"renderOverlay","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"menu","type":{"text":"TemplateResult"}}]},{"kind":"field","name":"renderDescriptionSlot","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"method","name":"bindButtonKeydownListener","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"field","name":"dismissHelper","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true},{"kind":"method","name":"renderContainer","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"menu","type":{"text":"TemplateResult"}}]},{"kind":"field","name":"renderMenu","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true},{"kind":"method","name":"shouldScheduleManageSelection","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","optional":true,"type":{"text":"Event"}}]},{"kind":"method","name":"shouldManageSelection","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"manageSelection","privacy":"protected","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"getUpdateComplete","privacy":"protected","return":{"type":{"text":"Promise<boolean>"}}},{"kind":"field","name":"handleEnterKeydown","privacy":"protected"},{"kind":"method","name":"onScroll","privacy":"private","return":{"type":{"text":"void"}}}],"events":[{"name":"change","type":{"text":"CustomEvent"}},{"name":"scroll","type":{"text":"Event"}}],"attributes":[{"name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"default":"'bottom-start'","fieldName":"placement"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"}},{"kind":"class","description":"","name":"LuzmoPicker","slots":[{"description":"The placeholder content for the Picker","name":"label"},{"description":"The description content for the Picker","name":"description"},{"description":"Tooltip to to be applied to the the Picker Button","name":"tooltip"},{"description":"menu items to be listed in the Picker","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"static":true,"readonly":true},{"kind":"field","name":"containerStyles","type":{"text":"StyleInfo"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"handleKeydown","privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"appliedLabel","type":{"text":"string | undefined"},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"button","type":{"text":"HTMLButtonElement"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the Picker is disabled.","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"icons","type":{"text":"'only' | 'none' | undefined"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"variant","type":{"text":"'checkmarks' | 'highlight' | undefined"},"privacy":"public","description":"Type of dropdown","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the value is invalid.","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"pending","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the items are currently loading.","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"pendingLabel","type":{"text":"string"},"privacy":"public","default":"'Pending'","description":"Defines a string value that labels the Picker while it is in pending state.","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"label","type":{"text":"string | undefined"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Readonly value","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"labelAlignment","type":{"text":"'inline' | undefined"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"optionsMenu","type":{"text":"LuzmoMenu"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"overlayElement","type":{"text":"LuzmoOverlay"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"privacy":"public","default":"'bottom-start'","attribute":"placement","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Display as a quiet picker","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"value","type":{"text":"string"},"privacy":"public","default":"''","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selectedItem","type":{"text":"LuzmoMenuItem | undefined"},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selectedItemContent","type":{"text":"MenuItemChildren"},"privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selfManageFocusElement","type":{"text":"boolean"},"readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"menuItems","type":{"text":"LuzmoMenuItem[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selects","type":{"text":"undefined | 'single'"},"privacy":"public","default":"'single'","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"dependencyManager","privacy":"public","default":"new DependencyManagerController(this)","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"isMobile","privacy":"public","default":"new MatchMediaController(this, IS_MOBILE)","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"strategy","type":{"text":"DesktopController | MobileController"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"pendingStateController","type":{"text":"PendingStateController<this>"},"privacy":"public","default":"new PendingStateController(this)","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"_selectedItem","type":{"text":"LuzmoMenuItem | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"_selectedItemIcon","type":{"text":"any | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"listRole","type":{"text":"'listbox' | 'menu'"},"privacy":"protected","default":"'listbox'","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"itemRole","type":{"text":"string"},"privacy":"protected","default":"'option'","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"tooltipEl","type":{"text":"LuzmoTooltip | undefined"},"privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"hasRenderedOverlay","type":{"text":"boolean"},"privacy":"protected","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"_selfManageFocusElement","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"deprecatedMenu","type":{"text":"LuzmoMenu | null"},"privacy":"private","default":"null","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selectionPromise","privacy":"private","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selectionResolver","type":{"text":"() => void"},"privacy":"private","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"willManageSelection","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"recentlyConnected","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"private","default":"null","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"forceFocusVisible","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"click","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"handleButtonBlur","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"handleHelperFocus","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"handleChange","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"toggle","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"target","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"close","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"_selectedItemContent","type":{"text":"MenuItemChildren | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"handleSlottableRequest","privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"bindEvents","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"applyFocusElementLabel","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"setValueFromItem","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}},{"name":"menuChangeEvent","optional":true,"type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"setMenuItemSelected","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}},{"name":"value","type":{"text":"boolean"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"handleTooltipSlotchange","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLSlotElement }"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"renderLabelContent","privacy":"protected","return":{"type":{"text":"TemplateResult | Node[]"}},"parameters":[{"name":"content","type":{"text":"Node[]"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"renderAngleIcon","privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"renderAlertIcon","privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"renderOverlay","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"menu","type":{"text":"TemplateResult"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"renderDescriptionSlot","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"bindButtonKeydownListener","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"dismissHelper","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"renderContainer","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"menu","type":{"text":"TemplateResult"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"renderMenu","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"shouldScheduleManageSelection","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","optional":true,"type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"shouldManageSelection","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"manageSelection","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"getUpdateComplete","privacy":"protected","return":{"type":{"text":"Promise<boolean>"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"handleEnterKeydown","privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"onScroll","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}}],"events":[{"name":"change","type":{"text":"CustomEvent"},"description":"Announces that the `value` of the element has changed","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"description":"Announces that the overlay has been opened","name":"luzmo-opened"},{"description":"Announces that the overlay has been closed","name":"luzmo-closed"},{"name":"scroll","type":{"text":"Event"},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}}],"superclass":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"},"tagName":"luzmo-picker","customElement":true,"attributes":[{"name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"default":"'bottom-start'","fieldName":"placement","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}}]}],"exports":[{"kind":"js","name":"DESCRIPTION_ID","declaration":{"name":"DESCRIPTION_ID","module":"src/components/picker/picker.ts"}},{"kind":"js","name":"LuzmoPickerBase","declaration":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"js","name":"LuzmoPicker","declaration":{"name":"LuzmoPicker","module":"src/components/picker/picker.ts"}}]},{"kind":"javascript-module","path":"src/components/picker/strategies.ts","declarations":[{"kind":"variable","name":"strategies","type":{"text":"object"},"default":"{ desktop: DesktopController, mobile: MobileController }"}],"exports":[{"kind":"js","name":"strategies","declaration":{"name":"strategies","module":"src/components/picker/strategies.ts"}}]},{"kind":"javascript-module","path":"src/components/picker-button/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-picker-button","declaration":{"name":"LuzmoPickerButton","module":"/src/components/picker-button/picker-button"}},{"kind":"js","name":"LuzmoPickerButton","declaration":{"name":"LuzmoPickerButton","module":"./picker-button"}}]},{"kind":"javascript-module","path":"src/components/picker-button/picker-button.ts","declarations":[{"kind":"class","description":"","name":"LuzmoPickerButton","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"invalid","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"position","type":{"text":"'left' | 'right'"},"default":"'right'"},{"kind":"field","name":"hasText","type":{"text":"boolean"},"privacy":"protected","readonly":true},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"active","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"privacy":"public","default":"'button'","description":"The default behavior of the button.\nPossible values are: `button` (default), `submit`, and `reset`.","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"anchorElement","type":{"text":"HTMLAnchorElement"},"privacy":"private","description":"HTML anchor element that component clicks by proxy","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"hasLabel","type":{"text":"boolean"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleClickCapture","privacy":"private","return":{"type":{"text":"void | boolean"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"proxyFocus","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"shouldProxyClick","privacy":"private","return":{"type":{"text":"boolean"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderAnchor","privacy":"public","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderButton","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeydown","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeypress","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeyup","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"manageAnchor","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"},{"name":"ObserveSlotPresence","module":"/src/utils/observe-slot-presence"}],"superclass":{"name":"LuzmoButtonBase","module":"/src/components/button/button-base"},"tagName":"luzmo-picker-button","customElement":true,"slots":[{"description":"text content to be displayed in the Button element","name":"","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"description":"icon element(s) to display at the start of the button","name":"icon","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}]}],"exports":[{"kind":"js","name":"LuzmoPickerButton","declaration":{"name":"LuzmoPickerButton","module":"src/components/picker-button/picker-button.ts"}}]},{"kind":"javascript-module","path":"src/components/popover/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-popover","declaration":{"name":"LuzmoPopover","module":"/src/components/popover/popover"}},{"kind":"js","name":"LuzmoPopover","declaration":{"name":"LuzmoPopover","module":"./popover"}}]},{"kind":"javascript-module","path":"src/components/popover/popover.ts","declarations":[{"kind":"class","description":"","name":"LuzmoPopover","slots":[{"description":"content to display within the Luzmo Popover","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the popover is visible or not."},{"kind":"field","name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"privacy":"public","attribute":"placement"},{"kind":"field","name":"tip","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"tipElement","type":{"text":"HTMLSpanElement"},"privacy":"public"},{"kind":"method","name":"renderTip","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}}],"attributes":[{"name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"fieldName":"placement"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-popover","customElement":true}],"exports":[{"kind":"js","name":"LuzmoPopover","declaration":{"name":"LuzmoPopover","module":"src/components/popover/popover.ts"}}]},{"kind":"javascript-module","path":"src/components/progress-circle/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-progress-circle","declaration":{"name":"LuzmoProgressCircle","module":"/src/components/progress-circle/progress-circle"}},{"kind":"js","name":"LuzmoProgressCircle","declaration":{"name":"LuzmoProgressCircle","module":"./progress-circle"}}]},{"kind":"javascript-module","path":"src/components/progress-circle/progress-circle.ts","declarations":[{"kind":"class","description":"","name":"LuzmoProgressCircle","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"indeterminate","type":{"text":"boolean"},"privacy":"public","default":"false","description":"The `indeterminate` attribute is used to indicate that the progress circle is in an indeterminate state"},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''","description":"The aria-label of the progress circle"},{"kind":"field","name":"staticColor","type":{"text":"'white' | 'black' | undefined"},"privacy":"public","description":"The `static-color` attribute is used to set the color of the progress circle to black or white. This is used when the progress circle is on a colored background."},{"kind":"field","name":"progress","type":{"text":"number"},"privacy":"public","default":"0","description":"The progress in degrees of the progress circle"},{"kind":"field","name":"slotEl","type":{"text":"HTMLSlotElement"},"privacy":"private"},{"kind":"method","name":"makeRotation","privacy":"private","return":{"type":{"text":"string | undefined"}},"parameters":[{"name":"rotation","type":{"text":"number"}}]},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"handleSlotchange","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-progress-circle","customElement":true}],"exports":[{"kind":"js","name":"LuzmoProgressCircle","declaration":{"name":"LuzmoProgressCircle","module":"src/components/progress-circle/progress-circle.ts"}}]},{"kind":"javascript-module","path":"src/components/radio/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-radio","declaration":{"name":"LuzmoRadio","module":"/src/components/radio/radio"}},{"kind":"custom-element-definition","name":"luzmo-radio-group","declaration":{"name":"LuzmoRadioGroup","module":"/src/components/radio/radio-group"}},{"kind":"js","name":"LuzmoRadio","declaration":{"name":"LuzmoRadio","module":"./radio"}},{"kind":"js","name":"LuzmoRadioGroup","declaration":{"name":"LuzmoRadioGroup","module":"./radio-group"}}]},{"kind":"javascript-module","path":"src/components/radio/radio-group.ts","declarations":[{"kind":"class","description":"","name":"LuzmoRadioGroup","slots":[{"description":"The `luzmo-radio` elements to display/manage in the group.","name":"","inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"description":"default or non-negative help text to associate to your form element","name":"help-text","inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"description":"negative help text to associate to your form element when `invalid`","name":"negative-help-text","inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}}],"members":[{"kind":"field","name":"name","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"defaultNodes","type":{"text":"Node[]"},"privacy":"public"},{"kind":"field","name":"buttons","type":{"text":"LuzmoRadio[]"},"privacy":"public","readonly":true},{"kind":"field","name":"rovingTabindexController","default":"new RovingTabindexController<LuzmoRadio>(this, { focusInIndex: (elements: LuzmoRadio[]) => elements.findIndex((el) => this.selected ? !el.disabled && el.value === this.selected : !el.disabled ), elementEnterAction: (el: LuzmoRadio) => { this._setSelected(el.value); }, elements: () => this.buttons, isFocusableElement: (el: LuzmoRadio) => !el.disabled })"},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"_setSelected","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"value","type":{"text":"string"}}]},{"kind":"field","name":"selected","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"method","name":"willUpdate","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"method","name":"validateRadios","privacy":"private","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"handleSlotchange","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"field","name":"helpTextManager","default":"new HelpTextManager(this, { mode })","inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"field","name":"helpTextId","type":{"text":"string"},"readonly":true,"inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"method","name":"renderHelpText","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"field","name":"horizontal","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''","inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"field","name":"vertical","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}}],"events":[{"name":"change","type":{"text":"Event"},"description":"An alteration to the value of the element has been committed by the user."}],"mixins":[{"name":"FocusVisiblePolyfillMixin","module":"/src/utils/focus-visible"}],"superclass":{"name":"LuzmoFieldGroup","module":"/src/components/field-group/field-group"},"tagName":"luzmo-radio-group","customElement":true}],"exports":[{"kind":"js","name":"LuzmoRadioGroup","declaration":{"name":"LuzmoRadioGroup","module":"src/components/radio/radio-group.ts"}}]},{"kind":"javascript-module","path":"src/components/radio/radio.ts","declarations":[{"kind":"class","description":"","name":"LuzmoRadio","slots":[{"description":"text label of the Radio button","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"privacy":"private","default":"false","description":"When this control is rendered, focus it automatically"},{"kind":"field","name":"value","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"checked","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"emphasized","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"method","name":"click","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"manageAutoFocus","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"activate","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleKeyup","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]}],"events":[{"name":"keydown","type":{"text":"KeyboardEvent"},"description":"Trick :focus-visible polyfill into thinking keyboard based focus"},{"name":"change","type":{"text":"Event"},"description":"When the input is interacted with and its state is changed"}],"attributes":[{"description":"Uses the invalid style","name":"invalid"},{"description":"Uses the disabled style","name":"disabled"},{"description":"Represents when the input is checked","name":"checked"},{"description":"Identifies this radio button within its radio group","name":"value"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"},{"name":"FocusVisiblePolyfillMixin","module":"/src/utils/focus-visible"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-radio","customElement":true}],"exports":[{"kind":"js","name":"LuzmoRadio","declaration":{"name":"LuzmoRadio","module":"src/components/radio/radio.ts"}}]},{"kind":"javascript-module","path":"src/components/search/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-search","declaration":{"name":"LuzmoSearch","module":"/src/components/search/search"}},{"kind":"js","name":"LuzmoSearch","declaration":{"name":"LuzmoSearch","module":"./search"}}]},{"kind":"javascript-module","path":"src/components/search/search.ts","declarations":[{"kind":"class","description":"","name":"LuzmoSearch","slots":[{"description":"default or non-negative help text to associate to your form element","name":"help-text","inheritedFrom":{"name":"LuzmoTextField","module":"src/components/text-field/text-field.ts"}},{"description":"negative help text to associate to your form element when `invalid`","name":"negative-help-text","inheritedFrom":{"name":"LuzmoTextField","module":"src/components/text-field/text-field.ts"}}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"action","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"'Search'","description":"A string applied via `aria-label` to the form control when a user visible label is not provided.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"border","type":{"text":"'none' | undefined"},"privacy":"public"},{"kind":"field","name":"method","type":{"text":"'get' | 'post' | 'dialog' | undefined"},"privacy":"public"},{"kind":"field","name":"placeholder","type":{"text":"string"},"privacy":"public","default":"'Search'","description":"Text that appears in the form control when it has no value set","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"holdValueOnEscape","type":{"text":"boolean"},"privacy":"public"},{"kind":"field","name":"form","type":{"text":"HTMLFormElement"},"privacy":"public"},{"kind":"method","name":"handleSubmit","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"reset","privacy":"public","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"renderField","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"firstUpdated","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"willUpdate","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"field","name":"value","privacy":"public","description":"The value held by the form control","type":{"text":"string | number"},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"_value","type":{"text":"string | number"},"privacy":"protected","default":"''","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"helpTextManager","default":"new HelpTextManager(this, { mode })","inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"field","name":"helpTextId","type":{"text":"string"},"readonly":true,"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"method","name":"renderHelpText","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"field","name":"appliedLabel","type":{"text":"string | undefined"},"privacy":"protected","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"allowedKeys","type":{"text":"string"},"default":"''","description":"A regular expression outlining the keys that will be allowed to update the value of the form control.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"inputElement","type":{"text":"HTMLInputElement | HTMLTextAreaElement"},"privacy":"protected","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is invalid.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"name","type":{"text":"string | undefined"},"privacy":"public","description":"Name of the form control.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"type","type":{"text":"LuzmoTextFieldType"},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"_type","type":{"text":"LuzmoTextFieldType"},"privacy":"private","default":"'text'","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"pattern","type":{"text":"string | undefined"},"privacy":"public","description":"Pattern the `value` must match to be valid","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"grows","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a form control delivered with the `multiline` attribute will change size\nvertically to accomodate longer input","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"maxlength","type":{"text":"number"},"privacy":"public","default":"-1","description":"Defines the maximum string length that the user can enter","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"minlength","type":{"text":"number"},"privacy":"public","default":"-1","description":"Defines the minimum string length that the user can enter","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"multiline","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the form control should accept a value longer than one line","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a user can interact with the value of the form control","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"rows","type":{"text":"number"},"privacy":"public","default":"-1","description":"The specific number of rows the form control should provide in the user interface","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"valid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is valid.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether to display the form control with no visible background","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"required","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the form control will be found to be invalid when it holds no `value`","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"autocomplete","type":{"text":"| 'list'\n | 'none'\n | HTMLInputElement['autocomplete']\n | HTMLTextAreaElement['autocomplete'] | undefined"},"privacy":"public","description":"What form of assistance should be provided when attempting to supply a value to the form control","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLInputElement | HTMLTextAreaElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"setSelectionRange","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"selectionStart","type":{"text":"number"},"description":"The 0-based index of the first selected character. An index greater than the length of the\nelement's value is treated as pointing to the end of the value."},{"name":"selectionEnd","type":{"text":"number"},"description":"The 0-based index of the character after the last selected character. An index greater than\nthe length of the element's value is treated as pointing to the end of the value."},{"name":"selectionDirection","default":"'none'","type":{"text":"'forward' | 'backward' | 'none'"},"description":"A string indicating the direction in which the selection is considered to\nhave been performed.","optional":true}],"description":"Sets the start and end positions of the current selection.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"select","privacy":"public","return":{"type":{"text":"void"}},"description":"Selects all the text.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleInput","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleChange","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"onFocus","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"onBlur","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleInputElementPointerdown","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"renderStateIcons","privacy":"protected","return":{"type":{"text":"TemplateResult | typeof nothing"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"displayValue","type":{"text":"string"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"renderMultiline","type":{"text":"TemplateResult"},"privacy":"private","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"renderInput","type":{"text":"TemplateResult"},"privacy":"private","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"checkValidity","privacy":"public","return":{"type":{"text":"boolean"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}}],"events":[{"name":"submit","type":{"text":"Event"},"description":"The search form has been submitted."},{"name":"change","type":{"text":"Event"},"description":"An alteration to the value of the element has been committed by the user.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"description":"The value of the element has changed.","name":"input","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}}],"superclass":{"name":"LuzmoTextField","module":"/src/components/text-field/text-field"},"tagName":"luzmo-search","customElement":true}],"exports":[{"kind":"js","name":"LuzmoSearch","declaration":{"name":"LuzmoSearch","module":"src/components/search/search.ts"}}]},{"kind":"javascript-module","path":"src/components/slider/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-slider","declaration":{"name":"LuzmoSlider","module":"/src/components/slider/slider"}},{"kind":"js","name":"LuzmoSlider","declaration":{"name":"LuzmoSlider","module":"./slider"}}]},{"kind":"javascript-module","path":"src/components/slider/slider.ts","declarations":[{"kind":"class","description":"","name":"LuzmoSlider","members":[{"kind":"field","name":"styles","type":{"text":"array"},"static":true,"default":"[unsafeCSS(styles)]"},{"kind":"field","name":"_slider","readonly":true},{"kind":"field","name":"value","type":{"text":"number"},"default":"0"},{"kind":"field","name":"min","type":{"text":"number"},"default":"0"},{"kind":"field","name":"max","type":{"text":"number"},"default":"100"},{"kind":"field","name":"step","type":{"text":"number"},"default":"100"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"debounce","type":{"text":"number"},"default":"200"},{"kind":"field","name":"noUiSlider","type":{"text":"NoUiSlider"}},{"kind":"field","name":"debounceTimeout","type":{"text":"any"}},{"kind":"field","name":"_doingUpdate","type":{"text":"boolean"},"default":"false"},{"kind":"method","name":"firstUpdated"},{"kind":"method","name":"updated","parameters":[{"name":"changedProperties","type":{"text":"Map<string, any>"}}]},{"kind":"method","name":"setValue","privacy":"private","parameters":[{"name":"value","type":{"text":"number"}}]},{"kind":"method","name":"render"}],"events":[{"name":"change","type":{"text":"CustomEvent"}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-slider","customElement":true}],"exports":[{"kind":"js","name":"LuzmoSlider","declaration":{"name":"LuzmoSlider","module":"src/components/slider/slider.ts"}}]},{"kind":"javascript-module","path":"src/components/swatch/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-swatch","declaration":{"name":"LuzmoSwatch","module":"/src/components/swatch/swatch"}},{"kind":"custom-element-definition","name":"luzmo-swatch-group","declaration":{"name":"LuzmoSwatchGroup","module":"/src/components/swatch/swatch-group"}},{"kind":"js","name":"LuzmoSwatch","declaration":{"name":"LuzmoSwatch","module":"./swatch"}},{"kind":"js","name":"LuzmoSwatchGroup","declaration":{"name":"LuzmoSwatchGroup","module":"./swatch-group"}}]},{"kind":"javascript-module","path":"src/components/swatch/swatch-group.ts","declarations":[{"kind":"class","description":"","name":"LuzmoSwatchGroup","slots":[{"description":"Swatch elements to manage as a group","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"border","type":{"text":"SwatchBorder"},"privacy":"public"},{"kind":"field","name":"density","type":{"text":"'compact' | 'spacious' | undefined"},"privacy":"public"},{"kind":"field","name":"rounding","type":{"text":"SwatchRounding"},"privacy":"public"},{"kind":"field","name":"selected","type":{"text":"string[]"},"privacy":"public"},{"kind":"field","name":"_selected","type":{"text":"string[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"selects","type":{"text":"SwatchSelects"},"privacy":"public"},{"kind":"field","name":"selectedSet","privacy":"private","default":"new Set<string>()"},{"kind":"field","name":"shape","type":{"text":"SwatchShape"},"privacy":"public"},{"kind":"field","name":"swatches","type":{"text":"LuzmoSwatch[]"},"privacy":"public"},{"kind":"field","name":"rovingTabindexController","default":"new RovingTabindexController<LuzmoSwatch>(this, { focusInIndex: (elements: LuzmoSwatch[]) => { let firstEnabledIndex = -1; const firstSelectedIndex = elements.findIndex((el, index) => { if (!elements[firstEnabledIndex] && !el.disabled) { firstEnabledIndex = index; } return el.selected && !el.disabled; }); return elements[firstSelectedIndex] ? firstSelectedIndex : firstEnabledIndex; }, elements: () => this.swatches, isFocusableElement: (el: LuzmoSwatch) => !el.disabled })"},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}]},{"kind":"method","name":"handleChange","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: LuzmoSwatch }"}}]},{"kind":"field","name":"manageChange","privacy":"private"},{"kind":"method","name":"getPassthroughSwatchActions","privacy":"private","return":{"type":{"text":"((swatch: LuzmoSwatch) => void)[]"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"getSelectionSwatchActions","privacy":"private","return":{"type":{"text":"((swatch: LuzmoSwatch) => void)[]"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"willUpdate","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]}],"events":[{"name":"change","type":{"text":"Event"}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-swatch-group","customElement":true}],"exports":[{"kind":"js","name":"LuzmoSwatchGroup","declaration":{"name":"LuzmoSwatchGroup","module":"src/components/swatch/swatch-group.ts"}}]},{"kind":"javascript-module","path":"src/components/swatch/swatch.ts","declarations":[{"kind":"class","description":"","name":"LuzmoSwatch","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"border","type":{"text":"SwatchBorder"},"privacy":"public"},{"kind":"field","name":"color","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"mixedValue","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"nothing","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"role","type":{"text":"string"},"privacy":"public","default":"'button'"},{"kind":"field","name":"rounding","type":{"text":"SwatchRounding"},"privacy":"public"},{"kind":"field","name":"selected","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"shape","type":{"text":"SwatchShape"},"privacy":"public"},{"kind":"field","name":"value","type":{"text":"string"}},{"kind":"field","name":"_value","type":{"text":"string | undefined"},"privacy":"private"},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true},{"kind":"method","name":"toggle","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"force","optional":true,"type":{"text":"boolean"}}]},{"kind":"method","name":"handleClick","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleKeydown","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleKeypress","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleKeyup","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"field","name":"renderDisabled","privacy":"protected"},{"kind":"field","name":"renderMixedValue","privacy":"protected"},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"willUpdate","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]}],"events":[{"name":"change","type":{"text":"Event"}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"},"tagName":"luzmo-swatch","customElement":true}],"exports":[{"kind":"js","name":"LuzmoSwatch","declaration":{"name":"LuzmoSwatch","module":"src/components/swatch/swatch.ts"}}]},{"kind":"javascript-module","path":"src/components/switch/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-switch","declaration":{"name":"LuzmoSwitch","module":"/src/components/switch/switch"}},{"kind":"js","name":"LuzmoSwitch","declaration":{"name":"LuzmoSwitch","module":"./switch"}}]},{"kind":"javascript-module","path":"src/components/switch/switch.ts","declarations":[{"kind":"class","description":"","name":"LuzmoSwitch","slots":[{"description":"text label of the Switch","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"emphasized","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Deliver the Switch with additional visual emphasis."},{"kind":"field","name":"thumb","type":{"text":"'overflow' | 'within' | undefined"},"privacy":"public","default":"'overflow'","description":"Whether the thumb is within the Switch or overflows it."},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"CheckboxBase","module":"src/components/checkbox/checkbox-base.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"field","name":"checked","type":{"text":"boolean"},"privacy":"public","default":"false","description":"The `checked` attribute reflects the state of the element","inheritedFrom":{"name":"CheckboxBase","module":"src/components/checkbox/checkbox-base.ts"}},{"kind":"field","name":"name","type":{"text":"string | undefined"},"privacy":"public","description":"The name attribute of the element","inheritedFrom":{"name":"CheckboxBase","module":"src/components/checkbox/checkbox-base.ts"}},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the element is read-only","inheritedFrom":{"name":"CheckboxBase","module":"src/components/checkbox/checkbox-base.ts"}},{"kind":"field","name":"inputElement","type":{"text":"HTMLInputElement"},"description":"The input element of the component","privacy":"private","inheritedFrom":{"name":"CheckboxBase","module":"src/components/checkbox/checkbox-base.ts"}},{"kind":"method","name":"handleChange","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"CheckboxBase","module":"src/components/checkbox/checkbox-base.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"CheckboxBase","module":"src/components/checkbox/checkbox-base.ts"}}],"events":[{"description":"Announces a change in the `checked` property of a Switch","name":"change"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"CheckboxBase","module":"/src/components/checkbox/checkbox-base"},"tagName":"luzmo-switch","customElement":true}],"exports":[{"kind":"js","name":"LuzmoSwitch","declaration":{"name":"LuzmoSwitch","module":"src/components/switch/switch.ts"}}]},{"kind":"javascript-module","path":"src/components/tags/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-tag","declaration":{"name":"LuzmoTag","module":"/src/components/tags/tag"}},{"kind":"custom-element-definition","name":"luzmo-tags","declaration":{"name":"LuzmoTags","module":"/src/components/tags/tags"}},{"kind":"js","name":"LuzmoTag","declaration":{"name":"LuzmoTag","module":"./tag"}},{"kind":"js","name":"LuzmoTags","declaration":{"name":"LuzmoTags","module":"./tags"}}]},{"kind":"javascript-module","path":"src/components/tags/tag.ts","declarations":[{"kind":"class","description":"","name":"LuzmoTag","slots":[{"description":"text content for labeling the tag","name":""},{"description":"an avatar element to display within the Tag","name":"avatar"},{"description":"an icon element to display within the Tag","name":"icon"}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"deletable","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"handleFocusin","privacy":"private"},{"kind":"field","name":"handleFocusout","privacy":"private"},{"kind":"field","name":"handleKeydown","privacy":"private"},{"kind":"method","name":"delete","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]}],"events":[{"name":"delete","type":{"text":"Event"}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-tag","customElement":true}],"exports":[{"kind":"js","name":"LuzmoTag","declaration":{"name":"LuzmoTag","module":"src/components/tags/tag.ts"}}]},{"kind":"javascript-module","path":"src/components/tags/tags.ts","declarations":[{"kind":"class","description":"","name":"LuzmoTags","slots":[{"description":"Tag elements to manage as a group","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"defaultNodes","type":{"text":"Node[]"},"privacy":"public"},{"kind":"field","name":"tags","type":{"text":"LuzmoTag[]"},"privacy":"public","readonly":true},{"kind":"field","name":"rovingTabindexController","default":"new RovingTabindexController<LuzmoTag>(this, { focusInIndex: (elements: LuzmoTag[]) => elements.findIndex((el) => !el.disabled && el.deletable), elements: () => this.tags, isFocusableElement: (el: LuzmoTag) => !el.disabled && el.deletable })"},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"field","name":"handleFocusin","privacy":"private"},{"kind":"field","name":"handleKeydown","privacy":"private"},{"kind":"field","name":"handleFocusout","privacy":"private"},{"kind":"method","name":"handleSlotchange","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}}}],"mixins":[{"name":"FocusVisiblePolyfillMixin","module":"/src/utils/focus-visible"},{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-tags","customElement":true}],"exports":[{"kind":"js","name":"LuzmoTags","declaration":{"name":"LuzmoTags","module":"src/components/tags/tags.ts"}}]},{"kind":"javascript-module","path":"src/components/text-field/help-text-manager.ts","declarations":[{"kind":"class","description":"","name":"HelpTextManager","members":[{"kind":"field","name":"conditionId","type":{"text":"() => void | undefined"},"privacy":"private"},{"kind":"field","name":"host","type":{"text":"HTMLElement"},"privacy":"private","default":"host"},{"kind":"field","name":"id","type":{"text":"string"},"privacy":"public","default":"`luzmo-help-text-${randomID()}`"},{"kind":"field","name":"mode","type":{"text":"'internal' | 'external'"},"privacy":"private","default":"mode"},{"kind":"field","name":"previousTabindex","type":{"text":"-1 | 0 | undefined | undefined"},"privacy":"private"},{"kind":"field","name":"helpTextElement","type":{"text":"Element"},"privacy":"private"},{"kind":"field","name":"isInternal","type":{"text":"boolean"},"privacy":"private","readonly":true},{"kind":"method","name":"render","privacy":"public","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}]},{"kind":"method","name":"addId","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"removeId","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"field","name":"handleSlotchange","privacy":"private"},{"kind":"method","name":"handleHelpText","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"target","type":{"text":"HTMLSlotElement"}}]},{"kind":"method","name":"handleNegativeHelpText","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"target","type":{"text":"HTMLSlotElement"}}]}]}],"exports":[{"kind":"js","name":"HelpTextManager","declaration":{"name":"HelpTextManager","module":"src/components/text-field/help-text-manager.ts"}}]},{"kind":"javascript-module","path":"src/components/text-field/help-text.ts","declarations":[{"kind":"class","description":"","name":"LuzmoHelpText","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"icon","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"variant","type":{"text":"HelpTextVariants"},"privacy":"public","default":"'neutral'","description":"The visual variant to apply to this help text."},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-help-text","customElement":true}],"exports":[{"kind":"js","name":"LuzmoHelpText","declaration":{"name":"LuzmoHelpText","module":"src/components/text-field/help-text.ts"}}]},{"kind":"javascript-module","path":"src/components/text-field/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-text-field","declaration":{"name":"LuzmoTextField","module":"/src/components/text-field/text-field"}},{"kind":"custom-element-definition","name":"luzmo-help-text","declaration":{"name":"LuzmoHelpText","module":"/src/components/text-field/help-text"}},{"kind":"js","name":"LuzmoHelpText","declaration":{"name":"LuzmoHelpText","module":"./help-text"}},{"kind":"js","name":"LuzmoTextField","declaration":{"name":"LuzmoTextField","module":"./text-field"}}]},{"kind":"javascript-module","path":"src/components/text-field/manage-help-text.ts","declarations":[{"kind":"mixin","description":"","name":"ManageHelpText","members":[{"kind":"field","name":"helpTextManager","default":"new HelpTextManager(this, { mode })"},{"kind":"field","name":"helpTextId","type":{"text":"string"},"readonly":true},{"kind":"method","name":"renderHelpText","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}]}],"parameters":[{"name":"constructor","type":{"text":"T"}},{"name":"{ mode }","default":"{ mode: 'internal' }","type":{"text":"{ mode: 'internal' | 'external' }"}}]}],"exports":[{"kind":"js","name":"ManageHelpText","declaration":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}}]},{"kind":"javascript-module","path":"src/components/text-field/text-field.ts","declarations":[{"kind":"class","description":"","name":"LuzmoTextFieldBase","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"appliedLabel","type":{"text":"string | undefined"},"privacy":"protected"},{"kind":"field","name":"allowedKeys","type":{"text":"string"},"default":"''","description":"A regular expression outlining the keys that will be allowed to update the value of the form control."},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"inputElement","type":{"text":"HTMLInputElement | HTMLTextAreaElement"},"privacy":"protected"},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is invalid."},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''","description":"A string applied via `aria-label` to the form control when a user visible label is not provided."},{"kind":"field","name":"name","type":{"text":"string | undefined"},"privacy":"public","description":"Name of the form control."},{"kind":"field","name":"placeholder","type":{"text":"string"},"privacy":"public","default":"''","description":"Text that appears in the form control when it has no value set"},{"kind":"field","name":"type","type":{"text":"LuzmoTextFieldType"}},{"kind":"field","name":"_type","type":{"text":"LuzmoTextFieldType"},"privacy":"private","default":"'text'"},{"kind":"field","name":"pattern","type":{"text":"string | undefined"},"privacy":"public","description":"Pattern the `value` must match to be valid"},{"kind":"field","name":"grows","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a form control delivered with the `multiline` attribute will change size\nvertically to accomodate longer input"},{"kind":"field","name":"maxlength","type":{"text":"number"},"privacy":"public","default":"-1","description":"Defines the maximum string length that the user can enter"},{"kind":"field","name":"minlength","type":{"text":"number"},"privacy":"public","default":"-1","description":"Defines the minimum string length that the user can enter"},{"kind":"field","name":"multiline","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the form control should accept a value longer than one line"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a user can interact with the value of the form control"},{"kind":"field","name":"rows","type":{"text":"number"},"privacy":"public","default":"-1","description":"The specific number of rows the form control should provide in the user interface"},{"kind":"field","name":"valid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is valid."},{"kind":"field","name":"value","privacy":"public","description":"The value held by the form control","type":{"text":"string | number"}},{"kind":"field","name":"_value","type":{"text":"string | number"},"privacy":"protected","default":"''"},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether to display the form control with no visible background"},{"kind":"field","name":"required","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the form control will be found to be invalid when it holds no `value`"},{"kind":"field","name":"autocomplete","type":{"text":"| 'list'\n | 'none'\n | HTMLInputElement['autocomplete']\n | HTMLTextAreaElement['autocomplete'] | undefined"},"privacy":"public","description":"What form of assistance should be provided when attempting to supply a value to the form control"},{"kind":"field","name":"focusElement","type":{"text":"HTMLInputElement | HTMLTextAreaElement"},"privacy":"public","readonly":true},{"kind":"method","name":"setSelectionRange","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"selectionStart","type":{"text":"number"},"description":"The 0-based index of the first selected character. An index greater than the length of the\nelement's value is treated as pointing to the end of the value."},{"name":"selectionEnd","type":{"text":"number"},"description":"The 0-based index of the character after the last selected character. An index greater than\nthe length of the element's value is treated as pointing to the end of the value."},{"name":"selectionDirection","default":"'none'","type":{"text":"'forward' | 'backward' | 'none'"},"description":"A string indicating the direction in which the selection is considered to\nhave been performed.","optional":true}],"description":"Sets the start and end positions of the current selection."},{"kind":"method","name":"select","privacy":"public","return":{"type":{"text":"void"}},"description":"Selects all the text."},{"kind":"method","name":"handleInput","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"Event"}}]},{"kind":"method","name":"handleChange","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"onFocus","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"onBlur","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"FocusEvent"}}]},{"kind":"method","name":"handleInputElementPointerdown","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"renderStateIcons","privacy":"protected","return":{"type":{"text":"TemplateResult | typeof nothing"}}},{"kind":"field","name":"displayValue","type":{"text":"string"},"privacy":"protected","readonly":true},{"kind":"field","name":"renderMultiline","type":{"text":"TemplateResult"},"privacy":"private","readonly":true},{"kind":"field","name":"renderInput","type":{"text":"TemplateResult"},"privacy":"private","readonly":true},{"kind":"method","name":"renderField","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"checkValidity","privacy":"public","return":{"type":{"text":"boolean"}}},{"kind":"field","name":"helpTextManager","default":"new HelpTextManager(this, { mode })","inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"field","name":"helpTextId","type":{"text":"string"},"readonly":true,"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"method","name":"renderHelpText","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}}],"events":[{"name":"change","type":{"text":"Event"},"description":"An alteration to the value of the element has been committed by the user."},{"description":"The value of the element has changed.","name":"input"}],"mixins":[{"name":"ManageHelpText","module":"/src/components/text-field/manage-help-text"},{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"}},{"kind":"class","description":"","name":"LuzmoTextField","slots":[{"description":"default or non-negative help text to associate to your form element","name":"help-text"},{"description":"negative help text to associate to your form element when `invalid`","name":"negative-help-text"}],"members":[{"kind":"field","name":"value","privacy":"public","description":"The value held by the form control","type":{"text":"string | number"},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"_value","type":{"text":"string | number"},"privacy":"protected","default":"''","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"helpTextManager","default":"new HelpTextManager(this, { mode })","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"helpTextId","type":{"text":"string"},"readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"renderHelpText","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"appliedLabel","type":{"text":"string | undefined"},"privacy":"protected","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"allowedKeys","type":{"text":"string"},"default":"''","description":"A regular expression outlining the keys that will be allowed to update the value of the form control.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"inputElement","type":{"text":"HTMLInputElement | HTMLTextAreaElement"},"privacy":"protected","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is invalid.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''","description":"A string applied via `aria-label` to the form control when a user visible label is not provided.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"name","type":{"text":"string | undefined"},"privacy":"public","description":"Name of the form control.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"privacy":"public","default":"''","description":"Text that appears in the form control when it has no value set","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"type","type":{"text":"LuzmoTextFieldType"},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"_type","type":{"text":"LuzmoTextFieldType"},"privacy":"private","default":"'text'","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"pattern","type":{"text":"string | undefined"},"privacy":"public","description":"Pattern the `value` must match to be valid","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"grows","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a form control delivered with the `multiline` attribute will change size\nvertically to accomodate longer input","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"maxlength","type":{"text":"number"},"privacy":"public","default":"-1","description":"Defines the maximum string length that the user can enter","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"minlength","type":{"text":"number"},"privacy":"public","default":"-1","description":"Defines the minimum string length that the user can enter","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"multiline","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the form control should accept a value longer than one line","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a user can interact with the value of the form control","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"rows","type":{"text":"number"},"privacy":"public","default":"-1","description":"The specific number of rows the form control should provide in the user interface","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"valid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is valid.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether to display the form control with no visible background","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"required","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the form control will be found to be invalid when it holds no `value`","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"autocomplete","type":{"text":"| 'list'\n | 'none'\n | HTMLInputElement['autocomplete']\n | HTMLTextAreaElement['autocomplete'] | undefined"},"privacy":"public","description":"What form of assistance should be provided when attempting to supply a value to the form control","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLInputElement | HTMLTextAreaElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"setSelectionRange","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"selectionStart","type":{"text":"number"},"description":"The 0-based index of the first selected character. An index greater than the length of the\nelement's value is treated as pointing to the end of the value."},{"name":"selectionEnd","type":{"text":"number"},"description":"The 0-based index of the character after the last selected character. An index greater than\nthe length of the element's value is treated as pointing to the end of the value."},{"name":"selectionDirection","default":"'none'","type":{"text":"'forward' | 'backward' | 'none'"},"description":"A string indicating the direction in which the selection is considered to\nhave been performed.","optional":true}],"description":"Sets the start and end positions of the current selection.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"select","privacy":"public","return":{"type":{"text":"void"}},"description":"Selects all the text.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleInput","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleChange","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"onFocus","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"onBlur","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleInputElementPointerdown","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"renderStateIcons","privacy":"protected","return":{"type":{"text":"TemplateResult | typeof nothing"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"displayValue","type":{"text":"string"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"renderMultiline","type":{"text":"TemplateResult"},"privacy":"private","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"renderInput","type":{"text":"TemplateResult"},"privacy":"private","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"renderField","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"checkValidity","privacy":"public","return":{"type":{"text":"boolean"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}}],"superclass":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"},"tagName":"luzmo-text-field","customElement":true,"events":[{"name":"change","type":{"text":"Event"},"description":"An alteration to the value of the element has been committed by the user.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"description":"The value of the element has changed.","name":"input","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}}]}],"exports":[{"kind":"js","name":"LuzmoTextFieldBase","declaration":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"js","name":"LuzmoTextField","declaration":{"name":"LuzmoTextField","module":"src/components/text-field/text-field.ts"}}]},{"kind":"javascript-module","path":"src/components/toast/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-toast","declaration":{"name":"LuzmoToast","module":"/src/components/toast/toast"}},{"kind":"js","name":"LuzmoToast","declaration":{"name":"LuzmoToast","module":"./toast"}}]},{"kind":"javascript-module","path":"src/components/toast/toast.ts","declarations":[{"kind":"variable","name":"toastVariants","type":{"text":"ToastVariants[]"},"default":"['negative', 'positive', 'info']"},{"kind":"class","description":"","name":"LuzmoToast","slots":[{"description":"The toast content","name":""},{"description":"button element surfacing an action in the Toast","name":"action"}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false","description":"The `open` property indicates whether the toast is visible or hidden.","parameters":[{"name":"open","type":{"text":"Boolean"}}]},{"kind":"field","name":"timeout","privacy":"public","description":"When a timeout is provided, it represents the number of milliseconds from when\nthe Toast was placed on the page before it will automatically dismiss itself.\n\nAccessibility concerns require that a Toast is available for at least 6000ms\nbefore being dismissed, so any timeout of less than 6000ms will be raised to\nthat baseline.\n\nIt is suggested that messages longer than 120 words should receive an additional\n1000ms in their timeout for each additional 120 words in the message.\n\nFor example, a message with 240 words should have a timeout of 7000ms,\nand a message with 360 words should have a timeout of 8000ms.","parameters":[{"name":"timeout"}],"default":"null","type":{"text":"number | null"}},{"kind":"field","name":"_timeout","type":{"text":"number | null"},"privacy":"private","default":"null"},{"kind":"field","name":"variant","privacy":"public","description":"The variant applies specific styling when set to `negative`, `positive`, `info`, `error`, or `warning`.\n\nThe variants `error` and `warning` are deprecated and should be replaced with `negative`.\n\n`variant` attribute is removed when not matching one of the above.","parameters":[{"name":"variant"}],"type":{"text":"ToastVariants"}},{"kind":"field","name":"_variant","type":{"text":"ToastVariants"},"privacy":"private","default":"''"},{"kind":"field","name":"iconLabel","type":{"text":"string | undefined"},"privacy":"public","description":"The `iconLabel` property is used to set the `label` attribute on the icon element. This is used to provide a text alternative for the icon to ensure accessibility.\n\nIf the `iconLabel` property is not set, the icon will use the `variant` to dynamically set the `label`.","parameters":[{"name":"iconLabel","type":{"text":"String"}}]},{"kind":"method","name":"renderIcon","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"variant","type":{"text":"ToastVariants"}},{"name":"iconLabel","optional":true,"type":{"text":"string"}}]},{"kind":"field","name":"countdownStart","type":{"text":"number"},"privacy":"private","default":"0"},{"kind":"field","name":"nextCount","type":{"text":"number"},"privacy":"private","default":"-1"},{"kind":"field","name":"doCountdown","privacy":"private"},{"kind":"field","name":"countdown","privacy":"private"},{"kind":"field","name":"holdCountdown","privacy":"private"},{"kind":"field","name":"resumeCountdown","privacy":"private"},{"kind":"method","name":"startCountdown","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"stopCountdown","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"shouldClose","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"close","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]}],"events":[{"name":"close","type":{"text":"CustomEvent"},"description":"Announces that the Toast has been closed by the user or by its timeout."}],"mixins":[{"name":"FocusVisiblePolyfillMixin","module":"/src/utils/focus-visible"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-toast","customElement":true}],"exports":[{"kind":"js","name":"toastVariants","declaration":{"name":"toastVariants","module":"src/components/toast/toast.ts"}},{"kind":"js","name":"LuzmoToast","declaration":{"name":"LuzmoToast","module":"src/components/toast/toast.ts"}}]},{"kind":"javascript-module","path":"src/components/tooltip/index.ts","declarations":[],"exports":[{"kind":"js","name":"*","declaration":{"name":"*","package":"./tooltip"}},{"kind":"custom-element-definition","name":"luzmo-tooltip","declaration":{"name":"LuzmoTooltip","module":"/src/components/tooltip/tooltip"}},{"kind":"js","name":"LuzmoTooltip","declaration":{"name":"LuzmoTooltip","module":"./tooltip"}}]},{"kind":"javascript-module","path":"src/components/tooltip/tooltip-directive.ts","declarations":[{"kind":"variable","name":"tooltip","default":"function tooltip( tooltipContent: () => TemplateResult, options?: Partial<OverlayTriggerOptions & { variant: string }> ): ReturnType<typeof trigger> { return trigger( () => { import('./tooltip'); return html` <luzmo-tooltip variant=${ifDefined(options?.variant)}> ${tooltipContent()} </luzmo-tooltip> `; }, { ...options, triggerInteraction: 'hover', overlayOptions: { type: 'hint', ...options?.overlayOptions } } ); }"}],"exports":[{"kind":"js","name":"tooltip","declaration":{"name":"tooltip","module":"src/components/tooltip/tooltip-directive.ts"}}]},{"kind":"javascript-module","path":"src/components/tooltip/tooltip.ts","declarations":[{"kind":"class","description":"","name":"TooltipOpenable","members":[{"kind":"method","name":"redispatchEvent","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"field","name":"tooltip","type":{"text":"LuzmoTooltip"},"readonly":true},{"kind":"field","name":"open","type":{"text":"boolean"}},{"kind":"field","name":"_open","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"placement","type":{"text":"Placement"},"attribute":"placement"},{"kind":"field","name":"_placement","type":{"text":"Placement"},"privacy":"private","default":"'top'"},{"kind":"field","name":"tipElement","type":{"text":"HTMLElement"},"readonly":true}],"attributes":[{"name":"open"},{"name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"fieldName":"placement"}],"superclass":{"name":"HTMLElement"},"tagName":"luzmo-tooltip-openable","customElement":true},{"kind":"class","description":"","name":"LuzmoTooltip","slots":[{"description":"the icon element appearing at the start of the label","name":"icon"},{"description":"the text label of the Tooltip","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"delayed","type":{"text":"boolean"},"default":"false","description":"A Tooltip that is `delayed` will its Overlay wait until a warm-up period of\n1000ms has completed before opening. Once the warmup period has completed, all\nsubsequent Overlays will open immediately. When no Overlays are opened, a\ncooldown period of 1000ms will begin. Once the cooldown has completed, the next\nOverlay to be opened will be subject to the warm-up period if provided that option."},{"kind":"field","name":"dependencyManager","privacy":"private","default":"new DependencyManagerController(this)"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Whether to prevent a self-managed Tooltip from responding to user input."},{"kind":"field","name":"selfManaged","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Automatically bind to the parent element of the assigned `slot` or the parent element of the `luzmo-tooltip`.\nWithout this, you must provide your own `overlay-trigger`."},{"kind":"field","name":"offset","type":{"text":"number"},"privacy":"public","default":"0"},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"overlayElement","type":{"text":"LuzmoOverlay | undefined"},"privacy":"public"},{"kind":"field","name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"privacy":"public","attribute":"placement"},{"kind":"field","name":"tipElement","type":{"text":"HTMLSpanElement"},"privacy":"public"},{"kind":"field","name":"tipPadding","type":{"text":"number | undefined"},"privacy":"public"},{"kind":"field","name":"_variant","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"variant","type":{"text":"string"},"privacy":"public"},{"kind":"field","name":"handleOpenOverlay","privacy":"private"},{"kind":"field","name":"handleCloseOverlay","privacy":"protected"},{"kind":"method","name":"forwardTransitionEvent","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"TransitionEvent"}}]},{"kind":"field","name":"triggerElement","type":{"text":"HTMLElement | null"},"privacy":"private","readonly":true},{"kind":"method","name":"render","return":{"type":{"text":"TemplateResult"}}}],"events":[{"type":{"text":"TransitionEvent"}}],"attributes":[{"name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"fieldName":"placement"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-tooltip","customElement":true}],"exports":[{"kind":"custom-element-definition","name":"luzmo-tooltip-openable","declaration":{"name":"TooltipOpenable","module":"src/components/tooltip/tooltip.ts"}},{"kind":"js","name":"LuzmoTooltip","declaration":{"name":"LuzmoTooltip","module":"src/components/tooltip/tooltip.ts"}}]},{"kind":"javascript-module","path":"src/components/unit-input/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-unit-input","declaration":{"name":"LuzmoUnitInput","module":"/src/components/unit-input/unit-input"}},{"kind":"js","name":"LuzmoUnitInput","declaration":{"name":"LuzmoUnitInput","module":"./unit-input"}}]},{"kind":"javascript-module","path":"src/components/unit-input/unit-input.ts","declarations":[{"kind":"class","description":"","name":"LuzmoUnitInput","members":[{"kind":"field","name":"styles","static":true},{"kind":"field","name":"value","type":{"text":"number"}},{"kind":"field","name":"default","type":{"text":"number"}},{"kind":"field","name":"placeholder","type":{"text":"string"}},{"kind":"field","name":"unit","type":{"text":"string"}},{"kind":"field","name":"min","type":{"text":"number"}},{"kind":"field","name":"max","type":{"text":"number"}},{"kind":"field","name":"step","type":{"text":"number"}},{"kind":"field","name":"isDecimal","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"readOnly","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"inputWidth","type":{"text":"string"},"default":"''"},{"kind":"field","name":"debounce"},{"kind":"field","name":"debounceTimeout","type":{"text":"any"}},{"kind":"field","name":"errors","type":{"text":"string[]"},"default":"[]"},{"kind":"field","name":"validValue","type":{"text":"number"}},{"kind":"field","name":"waitForUpdate","type":{"text":"boolean"}},{"kind":"method","name":"transformToNumber","privacy":"private","return":{"type":{"text":"number"}},"parameters":[{"name":"value","type":{"text":"number | string"}},{"name":"fallbackValue","optional":true,"type":{"text":"number"}}]},{"kind":"method","name":"onInput","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"setErrorStatus","privacy":"private","parameters":[{"name":"hasError","type":{"text":"boolean"}}]},{"kind":"method","name":"setDisabledUpDownStatus"},{"kind":"method","name":"createAndSetValidValue","privacy":"private","parameters":[{"name":"value","type":{"text":"number | string"}}]},{"kind":"method","name":"setCorrectInitialValues","privacy":"private"},{"kind":"method","name":"onKeydown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"applyStep","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}},{"name":"isUp","type":{"text":"boolean"}}]},{"kind":"field","name":"setValue","privacy":"private"},{"kind":"method","name":"setPaddingRightOfInput","privacy":"private"},{"kind":"method","name":"updated","privacy":"protected","parameters":[{"name":"changedProperties","type":{"text":"Map<string, any>"}}]},{"kind":"method","name":"render"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-unit-input","customElement":true}],"exports":[{"kind":"js","name":"LuzmoUnitInput","declaration":{"name":"LuzmoUnitInput","module":"src/components/unit-input/unit-input.ts"}}]}]}
|
|
1
|
+
{"schemaVersion":"1.0.0","readme":"","modules":[{"kind":"javascript-module","path":"src/components/accordion/accordion-item.ts","declarations":[{"kind":"class","description":"","name":"LuzmoAccordionItem","slots":[{"description":"The content of the item that is hidden when the item is not open","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true},{"kind":"method","name":"onClick","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"toggle","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"field","name":"renderAngleIcon","privacy":"protected"},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]}],"events":[{"name":"luzmo-accordion-item-toggle","type":{"text":"CustomEvent"},"description":"Announce that an accordion item has been toggled while allowing the event to be cancelled."}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"},"tagName":"luzmo-accordion-item","customElement":true}],"exports":[{"kind":"js","name":"LuzmoAccordionItem","declaration":{"name":"LuzmoAccordionItem","module":"src/components/accordion/accordion-item.ts"}}]},{"kind":"javascript-module","path":"src/components/accordion/accordion.ts","declarations":[{"kind":"class","description":"","name":"LuzmoAccordion","slots":[{"description":"The luzmo-accordion-item children to display.","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"allowMultiple","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Allows multiple accordion items to be opened at the same time"},{"kind":"field","name":"density","type":{"text":"'compact' | 'spacious' | undefined"},"privacy":"public","description":"Sets the spacing between the content to borders of an accordion item"},{"kind":"field","name":"headerCase","type":{"text":"'uppercase' | 'default' | undefined"},"privacy":"public","description":"Sets the case of an accordion item header"},{"kind":"field","name":"noContentPadding","type":{"text":"boolean"},"privacy":"public","default":"false","description":"If true removes the left and right padding from the content of the accordion item"},{"kind":"field","name":"variant","type":{"text":"'highlight' | 'highlight-child' | 'default' | undefined"},"privacy":"public","default":"'default'","description":"Default variant without background or highlight variant with"},{"kind":"field","name":"defaultNodes","type":{"text":"NodeListOf<LuzmoAccordionItem>"},"privacy":"private"},{"kind":"field","name":"items","type":{"text":"LuzmoAccordionItem[]"},"privacy":"private","readonly":true},{"kind":"field","name":"focusGroupController","privacy":"private","default":"new FocusGroupController<LuzmoAccordionItem>( this, { direction: 'vertical', elements: () => this.items, isFocusableElement: (el: LuzmoAccordionItem) => !el.disabled } )"},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"onToggle","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleSlotchange","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues<this>"}}]},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-accordion","customElement":true}],"exports":[{"kind":"js","name":"LuzmoAccordion","declaration":{"name":"LuzmoAccordion","module":"src/components/accordion/accordion.ts"}}]},{"kind":"javascript-module","path":"src/components/accordion/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-accordion-item","declaration":{"name":"LuzmoAccordionItem","module":"/src/components/accordion/accordion-item"}},{"kind":"custom-element-definition","name":"luzmo-accordion","declaration":{"name":"LuzmoAccordion","module":"/src/components/accordion/accordion"}},{"kind":"js","name":"LuzmoAccordion","declaration":{"name":"LuzmoAccordion","module":"./accordion"}},{"kind":"js","name":"LuzmoAccordionItem","declaration":{"name":"LuzmoAccordionItem","module":"./accordion-item"}}]},{"kind":"javascript-module","path":"src/components/action-bar/action-bar.ts","declarations":[{"kind":"variable","name":"actionBarVariants","type":{"text":"array"},"default":"['sticky', 'fixed']"},{"kind":"class","description":"","name":"LuzmoActionBar","slots":[{"description":"Content to display with the Action Bar","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"emphasized","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Deliver the Action Bar with additional visual emphasis."},{"kind":"field","name":"flexible","type":{"text":"boolean"},"privacy":"public","default":"false","description":"When `flexible` the action bar sizes itself to its content\nrather than a specific width.","parameters":[{"name":"flexible","type":{"text":"Boolean"}}]},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false","description":"The `open` attribute is used to control the visibility of the popover."},{"kind":"field","name":"variant","privacy":"public","description":"The variant applies specific styling when set to `sticky` or `fixed`.\n`variant` attribute is removed when not matching one of the above.","parameters":[{"name":"variant"}],"type":{"text":"string"}},{"kind":"field","name":"_variant","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"method","name":"handleClick","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"render","privacy":"public","return":{"type":{"text":"TemplateResult"}}}],"events":[{"name":"close","type":{"text":"Event"}}],"mixins":[{"name":"FocusVisiblePolyfillMixin","module":"/src/utils/focus-visible"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-action-bar","customElement":true}],"exports":[{"kind":"js","name":"actionBarVariants","declaration":{"name":"actionBarVariants","module":"src/components/action-bar/action-bar.ts"}},{"kind":"js","name":"LuzmoActionBar","declaration":{"name":"LuzmoActionBar","module":"src/components/action-bar/action-bar.ts"}}]},{"kind":"javascript-module","path":"src/components/action-bar/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-action-bar","declaration":{"name":"LuzmoActionBar","module":"/src/components/action-bar/action-bar"}},{"kind":"js","name":"LuzmoActionBar","declaration":{"name":"LuzmoActionBar","module":"./action-bar"}}]},{"kind":"javascript-module","path":"src/components/action-button/action-button.ts","declarations":[{"kind":"variable","name":"longPressDuration","type":{"text":"number"},"default":"300"},{"kind":"class","description":"","name":"LuzmoActionButton","slots":[{"description":"text label of the Action Button","name":"","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"description":"The icon to use for Action Button","name":"icon","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"emphasized","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Affects the display of a **selected** Action Button"},{"kind":"field","name":"holdAffordance","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the Action Button should display a hold affordance"},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the Action Button should show in a quiet state"},{"kind":"field","name":"role","type":{"text":"string"},"privacy":"public","default":"'button'","description":"The role for the Action Button"},{"kind":"field","name":"selected","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether an Action Button with `role='button'`\nshould also be `aria-pressed='true'`"},{"kind":"field","name":"toggles","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether to automatically manage the `selected`\nattribute on interaction and whether `aria-pressed=\"false\"`\nshould be used when `selected === false`"},{"kind":"field","name":"staticColor","type":{"text":"'white' | 'black' | undefined"},"privacy":"public","description":"The static color variant to use for the action button."},{"kind":"field","name":"value","type":{"text":"string"},"privacy":"public","description":"The value of the Action Button"},{"kind":"field","name":"_value","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"itemText","type":{"text":"string"},"privacy":"private","readonly":true},{"kind":"field","name":"onClick","privacy":"private"},{"kind":"method","name":"handlePointerdownHoldAffordance","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handlePointerupHoldAffordance","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleKeydown","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeyup","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"active","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"privacy":"public","default":"'button'","description":"The default behavior of the button.\nPossible values are: `button` (default), `submit`, and `reset`.","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"anchorElement","type":{"text":"HTMLAnchorElement"},"privacy":"private","description":"HTML anchor element that component clicks by proxy","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"hasLabel","type":{"text":"boolean"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleClickCapture","privacy":"private","return":{"type":{"text":"void | boolean"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"proxyFocus","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"shouldProxyClick","privacy":"private","return":{"type":{"text":"boolean"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderAnchor","privacy":"public","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderButton","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeypress","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"manageAnchor","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}],"events":[{"name":"longpress","type":{"text":"CustomEvent"},"description":"Synthesizes a \"longpress\" interaction that signifies a `pointerdown` event that is >=300ms or a keyboard event where code is `Space` or code is `ArrowDown` while `altKey===true`."},{"description":"Announces a change in the `selected` property of an action button","name":"change"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoButtonBase","module":"/src/components/button/button-base"},"tagName":"luzmo-action-button","customElement":true}],"exports":[{"kind":"js","name":"longPressDuration","declaration":{"name":"longPressDuration","module":"src/components/action-button/action-button.ts"}},{"kind":"js","name":"LuzmoActionButton","declaration":{"name":"LuzmoActionButton","module":"src/components/action-button/action-button.ts"}}]},{"kind":"javascript-module","path":"src/components/action-button/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-action-button","declaration":{"name":"LuzmoActionButton","module":"/src/components/action-button/action-button"}},{"kind":"js","name":"LuzmoActionButton","declaration":{"name":"LuzmoActionButton","module":"./action-button"}}]},{"kind":"javascript-module","path":"src/components/action-group/action-group.ts","declarations":[{"kind":"class","description":"","name":"LuzmoActionGroup","slots":[{"description":"the luzmo-action-button elements that make up the group","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"buttons","privacy":"public","type":{"text":"LuzmoActionButton[]"}},{"kind":"field","name":"_buttons","type":{"text":"LuzmoActionButton[]"},"privacy":"public","default":"[]"},{"kind":"field","name":"_buttonSelector","type":{"text":"string"},"privacy":"protected","default":"'luzmo-action-button, luzmo-action-menu'"},{"kind":"field","name":"rovingTabindexController","default":"new RovingTabindexController<LuzmoActionButton>( this, { focusInIndex: (elements: LuzmoActionButton[]) => { let firstEnabledIndex = -1; const firstSelectedIndex = elements.findIndex((el, index) => { if (!elements[firstEnabledIndex] && !el.disabled) { firstEnabledIndex = index; } return el.selected && !el.disabled; }); return elements[firstSelectedIndex] ? firstSelectedIndex : firstEnabledIndex; }, elements: () => this.buttons, isFocusableElement: (el: LuzmoActionButton) => !el.disabled } )"},{"kind":"field","name":"compact","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"emphasized","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"justified","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"selects","type":{"text":"undefined | 'single' | 'multiple'"},"privacy":"public"},{"kind":"field","name":"staticColor","type":{"text":"'white' | 'black' | undefined"},"privacy":"public"},{"kind":"field","name":"vertical","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"_selected","type":{"text":"string[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"selected","type":{"text":"string[]"}},{"kind":"field","name":"slotElement","type":{"text":"HTMLSlotElement"}},{"kind":"method","name":"dispatchChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"old","type":{"text":"string[]"}}]},{"kind":"method","name":"setSelected","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"selected","type":{"text":"string[]"}},{"name":"announce","optional":true,"type":{"text":"boolean"}}]},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}]},{"kind":"method","name":"deselectSelectedButtons","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleActionButtonChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleClick","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"applySelects","privacy":"private","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"manageSelects","privacy":"private","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"applied","optional":true,"type":{"text":"boolean"}}]},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"manageChildren","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","optional":true,"type":{"text":"PropertyValues"}}]},{"kind":"field","name":"hasManaged","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"manageButtons","privacy":"private"}],"events":[{"name":"change","type":{"text":"Event"},"description":"Announces that selection state has been changed by user"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-action-group","customElement":true}],"exports":[{"kind":"js","name":"LuzmoActionGroup","declaration":{"name":"LuzmoActionGroup","module":"src/components/action-group/action-group.ts"}}]},{"kind":"javascript-module","path":"src/components/action-group/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-action-group","declaration":{"name":"LuzmoActionGroup","module":"/src/components/action-group/action-group"}},{"kind":"js","name":"LuzmoActionGroup","declaration":{"name":"LuzmoActionGroup","module":"./action-group"}}]},{"kind":"javascript-module","path":"src/components/action-menu/action-menu.ts","declarations":[{"kind":"class","description":"","name":"LuzmoActionMenu","slots":[{"description":"menu items to be listed in the Action Menu","name":""},{"description":"The icon to use for the Action Menu","name":"icon"},{"description":"The label to use for the Action Menu","name":"label"},{"description":"The label to use for the Action Menu (no icon space reserved)","name":"label-only"},{"description":"Tooltip to be applied to the Action Button","name":"tooltip"}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"selects","type":{"text":"undefined | 'single'"},"privacy":"public","default":"undefined","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"staticColor","type":{"text":"'white' | 'black' | undefined"},"privacy":"public"},{"kind":"field","name":"listRole","type":{"text":"'listbox' | 'menu'"},"privacy":"protected","default":"'menu'","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"itemRole","type":{"text":"string"},"privacy":"protected","default":"'menuitem'","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"hasLabel","type":{"text":"boolean"},"privacy":"private","readonly":true},{"kind":"field","name":"labelOnly","type":{"text":"boolean"},"privacy":"private","readonly":true},{"kind":"field","name":"handleSlottableRequest","privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"appliedLabel","type":{"text":"string | undefined"},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"button","type":{"text":"HTMLButtonElement"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the Picker is disabled.","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"icons","type":{"text":"'only' | 'none' | undefined"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"variant","type":{"text":"'checkmarks' | 'highlight' | undefined"},"privacy":"public","description":"Type of dropdown","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the value is invalid.","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"pending","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the items are currently loading.","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"pendingLabel","type":{"text":"string"},"privacy":"public","default":"'Pending'","description":"Defines a string value that labels the Picker while it is in pending state.","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"label","type":{"text":"string | undefined"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Readonly value","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"labelAlignment","type":{"text":"'inline' | undefined"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"optionsMenu","type":{"text":"LuzmoMenu"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"overlayElement","type":{"text":"LuzmoOverlay"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"privacy":"public","default":"'bottom-start'","attribute":"placement","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Display as a quiet picker","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"value","type":{"text":"string"},"privacy":"public","default":"''","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selectedItem","type":{"text":"LuzmoMenuItem | undefined"},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selectedItemContent","type":{"text":"MenuItemChildren"},"privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selfManageFocusElement","type":{"text":"boolean"},"readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"menuItems","type":{"text":"LuzmoMenuItem[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"dependencyManager","privacy":"public","default":"new DependencyManagerController(this)","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"isMobile","privacy":"public","default":"new MatchMediaController(this, IS_MOBILE)","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"strategy","type":{"text":"DesktopController | MobileController"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"pendingStateController","type":{"text":"PendingStateController<this>"},"privacy":"public","default":"new PendingStateController(this)","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"_selectedItem","type":{"text":"LuzmoMenuItem | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"_selectedItemIcon","type":{"text":"any | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"tooltipEl","type":{"text":"LuzmoTooltip | undefined"},"privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"hasRenderedOverlay","type":{"text":"boolean"},"privacy":"protected","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"_selfManageFocusElement","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"deprecatedMenu","type":{"text":"LuzmoMenu | null"},"privacy":"private","default":"null","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selectionPromise","privacy":"private","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selectionResolver","type":{"text":"() => void"},"privacy":"private","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"willManageSelection","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"recentlyConnected","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"private","default":"null","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"forceFocusVisible","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"click","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"handleButtonBlur","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"handleHelperFocus","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"handleChange","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"toggle","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"target","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"close","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"_selectedItemContent","type":{"text":"MenuItemChildren | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"bindEvents","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"applyFocusElementLabel","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"handleKeydown","privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"setValueFromItem","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}},{"name":"menuChangeEvent","optional":true,"type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"setMenuItemSelected","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}},{"name":"value","type":{"text":"boolean"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"containerStyles","type":{"text":"StyleInfo"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"handleTooltipSlotchange","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLSlotElement }"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"renderLabelContent","privacy":"protected","return":{"type":{"text":"TemplateResult | Node[]"}},"parameters":[{"name":"content","type":{"text":"Node[]"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"renderAngleIcon","privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"renderAlertIcon","privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"renderOverlay","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"menu","type":{"text":"TemplateResult"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"renderDescriptionSlot","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"bindButtonKeydownListener","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"dismissHelper","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"renderContainer","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"menu","type":{"text":"TemplateResult"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"renderMenu","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"shouldScheduleManageSelection","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","optional":true,"type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"shouldManageSelection","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"manageSelection","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"getUpdateComplete","privacy":"protected","return":{"type":{"text":"Promise<boolean>"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"handleEnterKeydown","privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"onScroll","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}}],"attributes":[{"description":"By default `luzmo-action-menu` does not manage a selection. If you'd like for a selection to be held by the `luzmo-menu` that it presents in its overlay, use `selects=\"single\" to activate this functionality.","name":"selects"},{"name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"default":"'bottom-start'","fieldName":"placement","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}}],"mixins":[{"name":"ObserveSlotPresence","module":"/src/utils/observe-slot-presence"},{"name":"ObserveSlotText","module":"/src/utils/observe-slot-text"}],"superclass":{"name":"LuzmoPickerBase","module":"/src/components/picker/picker"},"tagName":"luzmo-action-menu","customElement":true,"events":[{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"name":"scroll","type":{"text":"Event"},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}}]}],"exports":[{"kind":"js","name":"LuzmoActionMenu","declaration":{"name":"LuzmoActionMenu","module":"src/components/action-menu/action-menu.ts"}}]},{"kind":"javascript-module","path":"src/components/action-menu/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-action-menu","declaration":{"name":"LuzmoActionMenu","module":"/src/components/action-menu/action-menu"}},{"kind":"js","name":"LuzmoActionMenu","declaration":{"name":"LuzmoActionMenu","module":"./action-menu"}}]},{"kind":"javascript-module","path":"src/components/avatar/avatar.ts","declarations":[{"kind":"class","description":"","name":"LuzmoAvatar","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"border","type":{"text":"'none' | 'light' | undefined"},"privacy":"public","description":"The border style of the avatar image"},{"kind":"field","name":"rounding","type":{"text":"'none' | 'full' | undefined"},"privacy":"public","description":"The rounding of the avatar image"},{"kind":"field","name":"anchorElement","type":{"text":"HTMLAnchorElement"},"privacy":"private"},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true},{"kind":"field","name":"src","type":{"text":"string"},"privacy":"public","default":"''","description":"The src of the avatar image."},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}}],"mixins":[{"name":"LikeAnchor","module":"/src/utils/like-anchor"},{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"},"tagName":"luzmo-avatar","customElement":true}],"exports":[{"kind":"js","name":"LuzmoAvatar","declaration":{"name":"LuzmoAvatar","module":"src/components/avatar/avatar.ts"}}]},{"kind":"javascript-module","path":"src/components/avatar/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-avatar","declaration":{"name":"LuzmoAvatar","module":"/src/components/avatar/avatar"}},{"kind":"js","name":"LuzmoAvatar","declaration":{"name":"LuzmoAvatar","module":"./avatar"}}]},{"kind":"javascript-module","path":"src/components/button/button-base.ts","declarations":[{"kind":"class","description":"","name":"LuzmoButtonBase","slots":[{"description":"text content to be displayed in the Button element","name":""},{"description":"icon element(s) to display at the start of the button","name":"icon"}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"active","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"privacy":"public","default":"'button'","description":"The default behavior of the button.\nPossible values are: `button` (default), `submit`, and `reset`."},{"kind":"field","name":"anchorElement","type":{"text":"HTMLAnchorElement"},"privacy":"private","description":"HTML anchor element that component clicks by proxy"},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true},{"kind":"field","name":"hasLabel","type":{"text":"boolean"},"privacy":"protected","readonly":true},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true},{"kind":"method","name":"handleClickCapture","privacy":"private","return":{"type":{"text":"void | boolean"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"proxyFocus","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"shouldProxyClick","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"renderAnchor","privacy":"public","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderButton","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"handleKeydown","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleKeypress","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleKeyup","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"manageAnchor","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]}],"mixins":[{"name":"ObserveSlotText","module":"/src/utils/observe-slot-text"},{"name":"LikeAnchor","module":"/src/utils/like-anchor"}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"}}],"exports":[{"kind":"js","name":"LuzmoButtonBase","declaration":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}]},{"kind":"javascript-module","path":"src/components/button/button.ts","declarations":[{"kind":"variable","name":"validVariants","type":{"text":"array"},"default":"[ 'primary', 'secondary', 'negative', 'white', 'black' ]"},{"kind":"variable","name":"validStaticColors","type":{"text":"array"},"default":"['white', 'black']"},{"kind":"class","description":"","name":"LuzmoButton","slots":[{"description":"text label of the Button","name":"","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"description":"The icon to use for Button","name":"icon","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"pendingLabel","type":{"text":"string"},"privacy":"public","default":"'Pending'"},{"kind":"field","name":"pending","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"pendingStateController","type":{"text":"PendingStateController<this>"},"privacy":"public","default":"new PendingStateController(this)"},{"kind":"method","name":"click","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"field","name":"variant","type":{"text":"ButtonVariants"},"privacy":"public","description":"The visual variant to apply to this button."},{"kind":"field","name":"_variant","type":{"text":"ButtonVariants"},"privacy":"private","default":"'primary'"},{"kind":"field","name":"staticColor","type":{"text":"'black' | 'white' | undefined"},"privacy":"public","description":"The static color variant to use for this button."},{"kind":"field","name":"treatment","type":{"text":"ButtonTreatments"},"privacy":"public","default":"'fill'","description":"The visual treatment to apply to this button."},{"kind":"field","name":"quiet","privacy":"public","description":"Style this button to be less obvious","type":{"text":"boolean"}},{"kind":"field","name":"noWrap","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Disables text wrapping within the button component's label.\nPlease note that this option is not a part of the design specification\nand should be used carefully, with consideration of this overflow behavior\nand the readability of the button's content."},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderButton","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"active","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"privacy":"public","default":"'button'","description":"The default behavior of the button.\nPossible values are: `button` (default), `submit`, and `reset`.","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"anchorElement","type":{"text":"HTMLAnchorElement"},"privacy":"private","description":"HTML anchor element that component clicks by proxy","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"hasLabel","type":{"text":"boolean"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleClickCapture","privacy":"private","return":{"type":{"text":"void | boolean"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"proxyFocus","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"shouldProxyClick","privacy":"private","return":{"type":{"text":"boolean"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderAnchor","privacy":"public","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeydown","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeypress","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeyup","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"manageAnchor","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoButtonBase","module":"/src/components/button/button-base"},"tagName":"luzmo-button","customElement":true}],"exports":[{"kind":"js","name":"validVariants","declaration":{"name":"validVariants","module":"src/components/button/button.ts"}},{"kind":"js","name":"validStaticColors","declaration":{"name":"validStaticColors","module":"src/components/button/button.ts"}},{"kind":"js","name":"LuzmoButton","declaration":{"name":"LuzmoButton","module":"src/components/button/button.ts"}}]},{"kind":"javascript-module","path":"src/components/button/clear-button.ts","declarations":[{"kind":"class","description":"","name":"LuzmoClearButton","slots":[{"description":"text label of the Clear Button","name":"","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"description":"The icon to use for Clear Button","name":"icon","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"variant","type":{"text":"'overBackground' | ''"},"privacy":"public","default":"''","description":"The visual variant to apply to this button."},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"active","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"privacy":"public","default":"'button'","description":"The default behavior of the button.\nPossible values are: `button` (default), `submit`, and `reset`.","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"anchorElement","type":{"text":"HTMLAnchorElement"},"privacy":"private","description":"HTML anchor element that component clicks by proxy","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"hasLabel","type":{"text":"boolean"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleClickCapture","privacy":"private","return":{"type":{"text":"void | boolean"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"proxyFocus","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"shouldProxyClick","privacy":"private","return":{"type":{"text":"boolean"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderAnchor","privacy":"public","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderButton","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeydown","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeypress","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeyup","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"manageAnchor","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoButtonBase","module":"/src/components/button/button-base"},"tagName":"luzmo-clear-button","customElement":true}],"exports":[{"kind":"js","name":"LuzmoClearButton","declaration":{"name":"LuzmoClearButton","module":"src/components/button/clear-button.ts"}}]},{"kind":"javascript-module","path":"src/components/button/close-button.ts","declarations":[{"kind":"class","description":"","name":"LuzmoCloseButton","slots":[{"description":"text label of the Close Button","name":"","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"description":"The icon to use for Close Button","name":"icon","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"variant","type":{"text":"ButtonStaticColors | ''"},"privacy":"public","default":"''","description":"The visual variant to apply to this button."},{"kind":"field","name":"staticColor","type":{"text":"'black' | 'white' | undefined"},"privacy":"public"},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"active","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"privacy":"public","default":"'button'","description":"The default behavior of the button.\nPossible values are: `button` (default), `submit`, and `reset`.","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"anchorElement","type":{"text":"HTMLAnchorElement"},"privacy":"private","description":"HTML anchor element that component clicks by proxy","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"hasLabel","type":{"text":"boolean"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleClickCapture","privacy":"private","return":{"type":{"text":"void | boolean"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"proxyFocus","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"shouldProxyClick","privacy":"private","return":{"type":{"text":"boolean"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderAnchor","privacy":"public","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderButton","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeydown","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeypress","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeyup","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"manageAnchor","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoButtonBase","module":"/src/components/button/button-base"},"tagName":"luzmo-close-button","customElement":true}],"exports":[{"kind":"js","name":"LuzmoCloseButton","declaration":{"name":"LuzmoCloseButton","module":"src/components/button/close-button.ts"}}]},{"kind":"javascript-module","path":"src/components/button/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-button","declaration":{"name":"LuzmoButton","module":"/src/components/button/button"}},{"kind":"custom-element-definition","name":"luzmo-clear-button","declaration":{"name":"LuzmoClearButton","module":"/src/components/button/clear-button"}},{"kind":"custom-element-definition","name":"luzmo-close-button","declaration":{"name":"LuzmoCloseButton","module":"/src/components/button/close-button"}},{"kind":"js","name":"LuzmoButton","declaration":{"name":"LuzmoButton","module":"./button"}},{"kind":"js","name":"LuzmoClearButton","declaration":{"name":"LuzmoClearButton","module":"./clear-button"}},{"kind":"js","name":"LuzmoCloseButton","declaration":{"name":"LuzmoCloseButton","module":"./close-button"}}]},{"kind":"javascript-module","path":"src/components/button-group/button-group.ts","declarations":[{"kind":"class","description":"","name":"LuzmoButtonGroup","slots":[{"description":"the luzmo-button elements that make up the group","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"vertical","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"method","name":"handleSlotchange","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"{\n target: slot\n }","type":{"text":"Event & { target: HTMLSlotElement }"}}]},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-button-group","customElement":true}],"exports":[{"kind":"js","name":"LuzmoButtonGroup","declaration":{"name":"LuzmoButtonGroup","module":"src/components/button-group/button-group.ts"}}]},{"kind":"javascript-module","path":"src/components/button-group/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-button-group","declaration":{"name":"LuzmoButtonGroup","module":"/src/components/button-group/button-group"}},{"kind":"js","name":"LuzmoButtonGroup","declaration":{"name":"LuzmoButtonGroup","module":"./button-group"}}]},{"kind":"javascript-module","path":"src/components/calendar/calendar.ts","declarations":[{"kind":"variable","name":"DAYS_PER_WEEK","type":{"text":"number"},"default":"7"},{"kind":"class","description":"","name":"LuzmoCalendar","members":[{"kind":"field","name":"value","type":{"text":"string | undefined"},"privacy":"public","description":"The selected date in the calendar. If defined, this also indicates where the calendar opens.\nIf not, the calendar opens at the current month."},{"kind":"field","name":"min","type":{"text":"string | undefined"},"privacy":"public","description":"The minimum allowed date a user can select"},{"kind":"field","name":"max","type":{"text":"string | undefined"},"privacy":"public","description":"The maximum allowed date a user can select"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Indicates when the calendar should be disabled entirely"},{"kind":"field","name":"language","type":{"text":"string | undefined"},"privacy":"public","description":"The language used to format the dates and weekdays."},{"kind":"field","name":"labels","type":{"text":"CalendarLabels"},"privacy":"public","default":"{ previous: 'Previous', next: 'Next', today: 'Today', selected: 'Selected' }","description":"Labels read by screen readers. The default values are in English\nand can be overridden to localize the content."},{"kind":"method","name":"setDateFocusIntent","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"resetDateFocusIntent","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"clear","privacy":"public","return":{"type":{"text":"void"}},"description":"Resets the component's value"},{"kind":"method","name":"willUpdate","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"focusCurrentDate","privacy":"private","return":{"type":{"text":"void"}},"description":"Focuses the tabbable day element in the calendar represented by the current date.\nUseful while navigating through the calendar as the focus might be lost when the month changes."},{"kind":"method","name":"convertToCalendarDates","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"checkDatePropsCompliance","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"checkInterval","type":{"text":"boolean"},"description":"Whether to check the [min, max] interval"}],"description":"Validates the component's date properties (min, max and value) compliance with one another.\nIf the [min, max] constraint interval is invalid, both properties are reset.\nIf the value is not within the [min, max] (valid) interval, it is reset."},{"kind":"method","name":"updateCurrentDate","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"isNonCompliantDate","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"date","type":{"text":"DateValue"}}],"description":"Whether the date is non-compliant with the min and max constraints"},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderCalendarHeader","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"handlePreviousMonth","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleNextMonth","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"renderCalendarGrid","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderCalendarTableHead","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderWeekdayColumns","privacy":"private","return":{"type":{"text":"TemplateResult[]"}}},{"kind":"method","name":"renderWeekdayColumn","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"weekday","type":{"text":"CalendarWeekday"}}]},{"kind":"method","name":"renderCalendarTableBody","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderCalendarWeeks","privacy":"private","return":{"type":{"text":"TemplateResult[]"}}},{"kind":"method","name":"renderDatesInWeek","privacy":"private","return":{"type":{"text":"TemplateResult[]"}},"parameters":[{"name":"week","type":{"text":"CalendarDate[]"}}]},{"kind":"method","name":"parseDateCellProperties","privacy":"private","return":{"type":{"text":"DateCellProperties"}},"parameters":[{"name":"calendarDate","type":{"text":"CalendarDate"}}]},{"kind":"method","name":"renderCalendarTableCell","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"calendarDate","type":{"text":"CalendarDate"}}]},{"kind":"method","name":"handleKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleDaySelect","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"MouseEvent | KeyboardEvent"}}]},{"kind":"method","name":"moveToPreviousDay","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"moveToNextDay","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"moveToPreviousWeek","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"moveToNextWeek","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"canMoveBackToDate","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"previousDate","type":{"text":"CalendarDate"}}]},{"kind":"method","name":"canMoveForwardToDate","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"nextDate","type":{"text":"CalendarDate"}}]},{"kind":"method","name":"setWeekdays","privacy":"private","return":{"type":{"text":"void"}},"description":"Defines the array with data for the days of the week, starting on the first day of the week according to the\ndefined location (Sunday, Monday, etc.)"},{"kind":"method","name":"setCurrentMonthDates","privacy":"private","return":{"type":{"text":"void"}},"description":"Defines the 2D-array with the dates of the current month"},{"kind":"method","name":"getDatesInWeek","privacy":"private","return":{"type":{"text":"CalendarDate[]"}},"parameters":[{"name":"monthDate","type":{"text":"CalendarDate"}},{"name":"weekIndex","type":{"text":"number"},"description":"The index of the week"}],"description":"Returns an array with all days of the week in a specific month, corresponding to the given index,\nstarting with the first day of the week according to the language"},{"kind":"method","name":"isMinLimitReached","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"calendarDate","type":{"text":"CalendarDate"}}]},{"kind":"method","name":"isMaxLimitReached","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"calendarDate","type":{"text":"CalendarDate"}}]},{"kind":"method","name":"formatDate","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"calendarDate","type":{"text":"CalendarDate"},"description":"The `CalendarDate` object that will be formatted"},{"name":"options","type":{"text":"Intl.DateTimeFormatOptions"},"description":"All date format options that will be used by the formatter"}],"description":"Formats a `CalendarDate` object using the current language and the provided date format options"},{"kind":"method","name":"setNumberFormatter","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"formatNumber","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"number","type":{"text":"number"}}]}],"events":[{"name":"change","type":{"text":"CustomEvent"}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-calendar","customElement":true}],"exports":[{"kind":"js","name":"DAYS_PER_WEEK","declaration":{"name":"DAYS_PER_WEEK","module":"src/components/calendar/calendar.ts"}},{"kind":"js","name":"LuzmoCalendar","declaration":{"name":"LuzmoCalendar","module":"src/components/calendar/calendar.ts"}}]},{"kind":"javascript-module","path":"src/components/calendar/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-calendar","declaration":{"name":"LuzmoCalendar","module":"/src/components/calendar/calendar"}},{"kind":"js","name":"LuzmoCalendar","declaration":{"name":"LuzmoCalendar","module":"./calendar"}}]},{"kind":"javascript-module","path":"src/components/checkbox/checkbox-base.ts","declarations":[{"kind":"class","description":"","name":"CheckboxBase","members":[{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true},{"kind":"field","name":"checked","type":{"text":"boolean"},"privacy":"public","default":"false","description":"The `checked` attribute reflects the state of the element","inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}},{"kind":"field","name":"name","type":{"text":"string | undefined"},"privacy":"public","description":"The name attribute of the element","inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the element is read-only","inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}},{"kind":"field","name":"inputElement","type":{"text":"HTMLInputElement"},"description":"The input element of the component","privacy":"private","inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}},{"kind":"method","name":"handleChange","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}}],"mixins":[{"name":"checkboxMixin","module":"/src/components/checkbox/checkbox-mixin"}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"}}],"exports":[{"kind":"js","name":"CheckboxBase","declaration":{"name":"CheckboxBase","module":"src/components/checkbox/checkbox-base.ts"}}]},{"kind":"javascript-module","path":"src/components/checkbox/checkbox-mixin.ts","declarations":[{"kind":"mixin","description":"","name":"checkboxMixin","members":[{"kind":"field","name":"checked","type":{"text":"boolean"},"privacy":"public","default":"false","description":"The `checked` attribute reflects the state of the element"},{"kind":"field","name":"name","type":{"text":"string | undefined"},"privacy":"public","description":"The name attribute of the element"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the element is read-only"},{"kind":"field","name":"inputElement","type":{"text":"HTMLInputElement"},"description":"The input element of the component","privacy":"private"},{"kind":"method","name":"handleChange","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}}],"parameters":[{"name":"constructor","type":{"text":"T"}}]}],"exports":[{"kind":"js","name":"checkboxMixin","declaration":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}}]},{"kind":"javascript-module","path":"src/components/checkbox/checkbox.ts","declarations":[{"kind":"class","description":"","name":"LuzmoCheckbox","slots":[{"description":"content to display as the label for the Checkbox","name":""}],"members":[{"kind":"field","name":"shadowRootOptions","type":{"text":"object"},"static":true,"default":"{ ...LuzmoElement.shadowRootOptions, delegatesFocus: true }","description":"Override the default shadow root options to allow for focus delegation","privacy":"private"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Disable this control. It will not receive focus or events"},{"kind":"field","name":"indeterminate","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Set the checkbox to an indeterminate state"},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"privacy":"public","default":"false","description":"When this control is rendered, focus it automatically"},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Set the checkbox to an invalid state"},{"kind":"field","name":"emphasized","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Make the checkbox emphasized"},{"kind":"field","name":"tabIndex","type":{"text":"number"},"privacy":"public","default":"0"},{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"method","name":"click","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleChange","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"field","name":"checked","type":{"text":"boolean"},"privacy":"public","default":"false","description":"The `checked` attribute reflects the state of the element","inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}},{"kind":"field","name":"name","type":{"text":"string | undefined"},"privacy":"public","description":"The name attribute of the element","inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the element is read-only","inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}},{"kind":"field","name":"inputElement","type":{"text":"HTMLInputElement"},"description":"The input element of the component","privacy":"private","inheritedFrom":{"name":"checkboxMixin","module":"src/components/checkbox/checkbox-mixin.ts"}}],"events":[{"description":"Announces a change in the `checked` property of a Checkbox","name":"change"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"},{"name":"checkboxMixin","module":"/src/components/checkbox/checkbox-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-checkbox","customElement":true}],"exports":[{"kind":"js","name":"LuzmoCheckbox","declaration":{"name":"LuzmoCheckbox","module":"src/components/checkbox/checkbox.ts"}}]},{"kind":"javascript-module","path":"src/components/checkbox/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-checkbox","declaration":{"name":"LuzmoCheckbox","module":"/src/components/checkbox/checkbox"}},{"kind":"js","name":"LuzmoCheckbox","declaration":{"name":"LuzmoCheckbox","module":"./checkbox"}}]},{"kind":"javascript-module","path":"src/components/color-area/color-area.ts","declarations":[{"kind":"class","description":"","name":"LuzmoColorArea","slots":[{"description":"a custom gradient visually outlining the available color values","name":"gradient"}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"dir","type":{"text":"'ltr' | 'rtl'"},"privacy":"public"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"labelX","type":{"text":"string"},"privacy":"public","default":"'saturation'"},{"kind":"field","name":"labelY","type":{"text":"string"},"privacy":"public","default":"'luminosity'"},{"kind":"field","name":"isLTR","type":{"text":"boolean"},"privacy":"public","default":"true"},{"kind":"field","name":"handle","type":{"text":"any"},"privacy":"private"},{"kind":"field","name":"languageResolver","privacy":"private","default":"new LanguageResolutionController(this)"},{"kind":"field","name":"colorController","privacy":"private","default":"new ColorController(this, { extractColorFromState: () => ({ h: this.hue, s: this.x, v: this.y }), applyColorToState: ({ s, v }) => { this._x = s; this._y = v; this.requestUpdate(); } })"},{"kind":"field","name":"hue","type":{"text":"number"},"privacy":"public"},{"kind":"field","name":"value","type":{"text":"ColorValue"},"privacy":"public","readonly":true},{"kind":"field","name":"color","type":{"text":"ColorValue"},"privacy":"public"},{"kind":"field","name":"activeAxis","type":{"text":"string"},"privacy":"private","default":"'x'"},{"kind":"field","name":"x","type":{"text":"number"},"privacy":"public"},{"kind":"field","name":"_x","type":{"text":"number"},"privacy":"private","default":"1"},{"kind":"field","name":"y","type":{"text":"number"},"privacy":"public"},{"kind":"field","name":"_y","type":{"text":"number"},"privacy":"private","default":"1"},{"kind":"field","name":"step","type":{"text":"number"},"privacy":"public","default":"0.01"},{"kind":"field","name":"inputX","type":{"text":"HTMLInputElement"},"privacy":"public"},{"kind":"field","name":"inputY","type":{"text":"HTMLInputElement"},"privacy":"public"},{"kind":"field","name":"altered","type":{"text":"number"},"privacy":"private","default":"0"},{"kind":"field","name":"activeKeys","privacy":"private","default":"new Set()"},{"kind":"field","name":"_valueChanged","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"focusOptions","default":"{}","type":{"text":"FocusOptions"}}]},{"kind":"method","name":"forwardFocus","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleFocus","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleBlur","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleKeypress","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleKeyup","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleInput","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLInputElement }"}}]},{"kind":"method","name":"handleChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLInputElement }"}}]},{"kind":"field","name":"boundingClientRect","type":{"text":"DOMRect"},"privacy":"private"},{"kind":"field","name":"_pointerDown","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"method","name":"handlePointerdown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handlePointermove","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handlePointerup","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"calculateHandlePosition","privacy":"private","return":{"type":{"text":""}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}},{"description":": PointerEvent on slider","name":""}],"description":"Returns the value under the cursor"},{"kind":"method","name":"handleAreaPointerdown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}]},{"kind":"field","name":"observer","type":{"text":"WithSWCResizeObserver['ResizeObserver'] | undefined"},"privacy":"private"}],"events":[{"name":"input","type":{"text":"Event"},"description":"The value of the Color Area has changed."},{"name":"change","type":{"text":"Event"},"description":"An alteration to the value of the Color Area has been committed by the user."}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-color-area","customElement":true}],"exports":[{"kind":"js","name":"LuzmoColorArea","declaration":{"name":"LuzmoColorArea","module":"src/components/color-area/color-area.ts"}}]},{"kind":"javascript-module","path":"src/components/color-area/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-color-area","declaration":{"name":"LuzmoColorArea","module":"/src/components/color-area/color-area"}},{"kind":"js","name":"LuzmoColorArea","declaration":{"name":"LuzmoColorArea","module":"./color-area"}}]},{"kind":"javascript-module","path":"src/components/color-field/color-field.ts","declarations":[{"kind":"class","description":"","name":"LuzmoColorField","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"viewColor","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"value","privacy":"public","description":"The value held by the form control","type":{"text":"string | number"},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"_value","type":{"text":"string | number"},"privacy":"protected","default":"''","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"cachedColor","type":{"text":"string | null"},"privacy":"private","default":"null"},{"kind":"method","name":"getColorValue","privacy":"public","return":{"type":{"text":"string"}}},{"kind":"method","name":"renderColorHandle","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"cachedTinyColor","type":{"text":"TinyColor | null"},"privacy":"private","default":"null"},{"kind":"method","name":"checkValidity","privacy":"public","return":{"type":{"text":"boolean"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"helpTextManager","default":"new HelpTextManager(this, { mode })","inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"field","name":"helpTextId","type":{"text":"string"},"readonly":true,"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"method","name":"renderHelpText","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"field","name":"appliedLabel","type":{"text":"string | undefined"},"privacy":"protected","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"allowedKeys","type":{"text":"string"},"default":"''","description":"A regular expression outlining the keys that will be allowed to update the value of the form control.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"inputElement","type":{"text":"HTMLInputElement | HTMLTextAreaElement"},"privacy":"protected","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is invalid.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''","description":"A string applied via `aria-label` to the form control when a user visible label is not provided.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"name","type":{"text":"string | undefined"},"privacy":"public","description":"Name of the form control.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"privacy":"public","default":"''","description":"Text that appears in the form control when it has no value set","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"type","type":{"text":"LuzmoTextFieldType"},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"_type","type":{"text":"LuzmoTextFieldType"},"privacy":"private","default":"'text'","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"pattern","type":{"text":"string | undefined"},"privacy":"public","description":"Pattern the `value` must match to be valid","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"grows","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a form control delivered with the `multiline` attribute will change size\nvertically to accomodate longer input","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"maxlength","type":{"text":"number"},"privacy":"public","default":"-1","description":"Defines the maximum string length that the user can enter","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"minlength","type":{"text":"number"},"privacy":"public","default":"-1","description":"Defines the minimum string length that the user can enter","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"multiline","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the form control should accept a value longer than one line","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a user can interact with the value of the form control","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"rows","type":{"text":"number"},"privacy":"public","default":"-1","description":"The specific number of rows the form control should provide in the user interface","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"valid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is valid.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether to display the form control with no visible background","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"required","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the form control will be found to be invalid when it holds no `value`","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"autocomplete","type":{"text":"| 'list'\n | 'none'\n | HTMLInputElement['autocomplete']\n | HTMLTextAreaElement['autocomplete'] | undefined"},"privacy":"public","description":"What form of assistance should be provided when attempting to supply a value to the form control","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLInputElement | HTMLTextAreaElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"setSelectionRange","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"selectionStart","type":{"text":"number"},"description":"The 0-based index of the first selected character. An index greater than the length of the\nelement's value is treated as pointing to the end of the value."},{"name":"selectionEnd","type":{"text":"number"},"description":"The 0-based index of the character after the last selected character. An index greater than\nthe length of the element's value is treated as pointing to the end of the value."},{"name":"selectionDirection","default":"'none'","type":{"text":"'forward' | 'backward' | 'none'"},"description":"A string indicating the direction in which the selection is considered to\nhave been performed.","optional":true}],"description":"Sets the start and end positions of the current selection.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"select","privacy":"public","return":{"type":{"text":"void"}},"description":"Selects all the text.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleInput","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleChange","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"onFocus","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"onBlur","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleInputElementPointerdown","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"renderStateIcons","privacy":"protected","return":{"type":{"text":"TemplateResult | typeof nothing"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"displayValue","type":{"text":"string"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"renderMultiline","type":{"text":"TemplateResult"},"privacy":"private","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"renderInput","type":{"text":"TemplateResult"},"privacy":"private","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"renderField","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}}],"events":[{"description":"The value of the color-field has changed.","name":"input","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"name":"change","type":{"text":"Event"},"description":"An alteration to the value of the color-field has been committed by the user.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}}],"superclass":{"name":"LuzmoTextFieldBase","module":"/src/components/text-field/text-field"},"tagName":"luzmo-color-field","customElement":true}],"exports":[{"kind":"js","name":"LuzmoColorField","declaration":{"name":"LuzmoColorField","module":"src/components/color-field/color-field.ts"}}]},{"kind":"javascript-module","path":"src/components/color-field/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-color-field","declaration":{"name":"LuzmoColorField","module":"/src/components/color-field/color-field"}},{"kind":"js","name":"LuzmoColorField","declaration":{"name":"LuzmoColorField","module":"./color-field"}}]},{"kind":"javascript-module","path":"src/components/color-handle/color-handle.ts","declarations":[{"kind":"class","description":"","name":"LuzmoColorHandle","members":[{"kind":"field","name":"styles","static":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"color","type":{"text":"string"},"privacy":"public","default":"'rgba(255, 0, 0, 0.5)'"},{"kind":"method","name":"handlePointerdown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handlePointerup","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"render","privacy":"protected"},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"Map<string, any>"}}]}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-color-handle","customElement":true}],"exports":[{"kind":"js","name":"LuzmoColorHandle","declaration":{"name":"LuzmoColorHandle","module":"src/components/color-handle/color-handle.ts"}}]},{"kind":"javascript-module","path":"src/components/color-handle/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-color-handle","declaration":{"name":"LuzmoColorHandle","module":"/src/components/color-handle/color-handle"}},{"kind":"js","name":"LuzmoColorHandle","declaration":{"name":"LuzmoColorHandle","module":"./color-handle"}}]},{"kind":"javascript-module","path":"src/components/color-loupe/color-loupe.ts","declarations":[{"kind":"class","description":"","name":"LuzmoColorLoupe","members":[{"kind":"field","name":"styles","static":true},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"color","type":{"text":"string"},"privacy":"public","default":"'rgba(255, 0, 0, 0.5)'"},{"kind":"method","name":"render","privacy":"protected"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-color-loupe","customElement":true}],"exports":[{"kind":"js","name":"LuzmoColorLoupe","declaration":{"name":"LuzmoColorLoupe","module":"src/components/color-loupe/color-loupe.ts"}}]},{"kind":"javascript-module","path":"src/components/color-loupe/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-color-loupe","declaration":{"name":"LuzmoColorLoupe","module":"/src/components/color-loupe/color-loupe"}},{"kind":"js","name":"LuzmoColorLoupe","declaration":{"name":"LuzmoColorLoupe","module":"./color-loupe"}}]},{"kind":"javascript-module","path":"src/components/color-menu/color-menu.ts","declarations":[{"kind":"class","description":"","name":"LuzmoColorMenu","members":[{"kind":"field","name":"styles","static":true},{"kind":"field","name":"color","type":{"text":"ColorValue"},"default":"'rgb(255, 0, 0)'","description":"The color value of the Color Menu"},{"kind":"field","name":"noAlphaChannel","type":{"text":"boolean"},"default":"false","description":"Whether the alpha channel is available"},{"kind":"field","name":"swatches","type":{"text":"string[]"},"description":"The swatches available in the color menu"},{"kind":"field","name":"_alpha","type":{"text":"number"},"privacy":"private","default":"1"},{"kind":"field","name":"_rgbColor","type":{"text":"string"},"privacy":"private","default":"'rgb(255, 0, 0)'"},{"kind":"field","name":"_rgbaColor","type":{"text":"string"},"privacy":"private","default":"'rgb(255, 0, 0, 1)'"},{"kind":"field","name":"_previousColor","type":{"text":"string"},"privacy":"private","default":"'rgb(255, 0, 0)'"},{"kind":"field","name":"areaElement","type":{"text":"LuzmoColorArea"},"privacy":"private"},{"kind":"field","name":"hueSliderElement","type":{"text":"LuzmoColorSlider"},"privacy":"private"},{"kind":"field","name":"opacitySliderElement","type":{"text":"LuzmoColorSlider"},"privacy":"private"},{"kind":"field","name":"colorFieldElement","type":{"text":"LuzmoColorField"},"privacy":"private"},{"kind":"field","name":"swatchElement","type":{"text":"LuzmoSwatch"},"privacy":"private"},{"kind":"field","name":"_format","type":{"text":"string"},"privacy":"private"},{"kind":"method","name":"setColor","parameters":[{"name":"event","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"handleAreaChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"handleHueSliderChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"handleOpacitySliderChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"handleFieldChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"formatTextField","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"tinyColor","type":{"text":"any"}}]},{"kind":"method","name":"cycleFormat","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"updated","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"Map<string, any>"}}]},{"kind":"method","name":"renderOpacitySlider","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}}],"events":[{"name":"change","type":{"text":"CustomEvent"},"description":"An alteration to the value of the Color Menu has been committed by the user."}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-color-menu","customElement":true}],"exports":[{"kind":"js","name":"LuzmoColorMenu","declaration":{"name":"LuzmoColorMenu","module":"src/components/color-menu/color-menu.ts"}}]},{"kind":"javascript-module","path":"src/components/color-menu/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-color-menu","declaration":{"name":"LuzmoColorMenu","module":"/src/components/color-menu/color-menu"}},{"kind":"js","name":"LuzmoColorMenu","declaration":{"name":"LuzmoColorMenu","module":"./color-menu"}}]},{"kind":"javascript-module","path":"src/components/color-picker/color-picker.ts","declarations":[{"kind":"class","description":"","name":"LuzmoColorPicker","members":[{"kind":"field","name":"styles","static":true},{"kind":"field","name":"color","type":{"text":"ColorValue | undefined"},"default":"'rgb(255, 0, 0)'"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"placement","type":{"text":"string"},"default":"'left-start'"},{"kind":"field","name":"rounding","type":{"text":"SwatchRounding | undefined"},"default":"'full'"},{"kind":"field","name":"shape","type":{"text":"SwatchShape"}},{"kind":"field","name":"swatches","type":{"text":"string[]"},"default":"[]"},{"kind":"field","name":"noAlphaChannel","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"menuElement","type":{"text":"LuzmoColorMenu"},"privacy":"private"},{"kind":"field","name":"overlayElement","type":{"text":"LuzmoOverlay"},"privacy":"private"},{"kind":"field","name":"_renderMenu","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"method","name":"overlayCloseEvent","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"overlayOpenEvent","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleColorChange","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"renderColorMenu","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}}],"events":[{"name":"change","type":{"text":"Event"},"description":"An alteration to the value of the Color Slider has been committed by the user."},{"description":"The value of the Color Slider has changed.","name":"input"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-color-slider","customElement":true}],"exports":[{"kind":"js","name":"LuzmoColorPicker","declaration":{"name":"LuzmoColorPicker","module":"src/components/color-picker/color-picker.ts"}}]},{"kind":"javascript-module","path":"src/components/color-picker/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-color-picker","declaration":{"name":"LuzmoColorPicker","module":"/src/components/color-picker/color-picker"}},{"kind":"js","name":"LuzmoColorPicker","declaration":{"name":"LuzmoColorPicker","module":"./color-picker"}}]},{"kind":"javascript-module","path":"src/components/color-slider/color-slider.ts","declarations":[{"kind":"class","description":"","name":"LuzmoColorSlider","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"dir","type":{"text":"'ltr' | 'rtl'"},"privacy":"public"},{"kind":"field","name":"mode","type":{"text":"'hue' | 'opacity'"},"privacy":"public"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"handle","type":{"text":"any"},"privacy":"private"},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"'hue'"},{"kind":"field","name":"vertical","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"languageResolver","privacy":"private","default":"new LanguageResolutionController(this)"},{"kind":"field","name":"colorController","privacy":"private","default":"new ColorController(this, { /* c8 ignore next 3 */ applyColorToState: () => { if (this.mode === 'opacity') { const color = new TinyColor(this.colorController.color); this.sliderHandlePosition = 100 * color.getAlpha(); } else { this.sliderHandlePosition = 100 * (this.colorController.hue / 360); } }, extractColorFromState: (controller) => { if (this.mode === 'opacity') { return { ...(controller.getColor('hsl') as HSL), a: this.value }; } return { ...(controller.getColor('hsl') as HSL), h: this.value }; }, maintains: 'saturation' })"},{"kind":"field","name":"value","type":{"text":"number"},"privacy":"public"},{"kind":"field","name":"sliderHandlePosition","type":{"text":"number"},"privacy":"public","default":"0"},{"kind":"field","name":"color","type":{"text":"ColorValue"},"privacy":"public"},{"kind":"field","name":"step","type":{"text":"number"},"privacy":"public","default":"1"},{"kind":"field","name":"isLTR","type":{"text":"boolean"},"privacy":"public","default":"true"},{"kind":"field","name":"altered","type":{"text":"number"},"privacy":"private"},{"kind":"field","name":"_altered","type":{"text":"number"},"privacy":"private","default":"0"},{"kind":"field","name":"input","type":{"text":"HTMLInputElement"},"privacy":"public"},{"kind":"field","name":"focusElement","type":{"text":"HTMLInputElement"},"privacy":"public","readonly":true},{"kind":"method","name":"handleKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleInput","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLInputElement }"}}]},{"kind":"method","name":"handleChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLInputElement }"}}]},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"focusOptions","default":"{}","type":{"text":"FocusOptions"}}]},{"kind":"method","name":"forwardFocus","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleFocus","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleBlur","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"field","name":"boundingClientRect","type":{"text":"DOMRect"},"privacy":"private"},{"kind":"field","name":"_pointerDown","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"method","name":"handlePointerdown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handlePointermove","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handlePointerup","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"calculateHandlePosition","privacy":"private","return":{"type":{"text":""}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}},{"description":": PointerEvent on slider","name":""}],"description":"Returns the value under the cursor"},{"kind":"method","name":"handleGradientPointerdown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"field","name":"handlePositionStyles","type":{"text":"string"},"privacy":"private","readonly":true},{"kind":"field","name":"getColorSliderStyle","type":{"text":"StyleInfo"},"privacy":"private","readonly":true},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues"}}]}],"events":[{"name":"input","type":{"text":"Event"},"description":"The value of the Color Slider has changed."},{"name":"change","type":{"text":"Event"},"description":"An alteration to the value of the Color Slider has been committed by the user."}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"},"tagName":"luzmo-color-slider","customElement":true}],"exports":[{"kind":"js","name":"LuzmoColorSlider","declaration":{"name":"LuzmoColorSlider","module":"src/components/color-slider/color-slider.ts"}}]},{"kind":"javascript-module","path":"src/components/color-slider/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-color-slider","declaration":{"name":"LuzmoColorSlider","module":"/src/components/color-slider/color-slider"}},{"kind":"js","name":"LuzmoColorSlider","declaration":{"name":"LuzmoColorSlider","module":"./color-slider"}}]},{"kind":"javascript-module","path":"src/components/date-time-picker/date-time-picker.ts","declarations":[{"kind":"class","description":"","name":"LuzmoDateTimePicker","slots":[{"description":"The icon used in the calendar button","name":"calendar-icon"},{"description":"Default or non-negative help text to associate to your form element","name":"help-text"},{"description":"Negative help text to associate to your form element when `invalid`","name":"negative-help-text"}],"members":[{"kind":"field","name":"value","type":{"text":"string | undefined"},"privacy":"public","description":"The selected date of the component. If defined, this also indicates where the calendar opens.\nIf not, the calendar opens at the current month, and placeholder values are shown."},{"kind":"field","name":"min","type":{"text":"string | undefined"},"privacy":"public","description":"The minimum valid date a user can select"},{"kind":"field","name":"max","type":{"text":"string | undefined"},"privacy":"public","description":"The maximum valid date a user can select"},{"kind":"field","name":"dateFormat","type":{"text":"'mmdd' | 'ddmm' | undefined"},"privacy":"public","description":"The date format to use for display. Can be 'mmdd', 'ddmm', or undefined (uses locale default)."},{"kind":"field","name":"dateSeparator","type":{"text":"string | undefined"},"privacy":"public","description":"The separator to use between date segments (month, day, and year).\nIf not specified, the default separator from the locale will be used."},{"kind":"field","name":"precision","type":{"text":"Precision"},"privacy":"public","description":"The granularity used to display the segments of the component's value"},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is invalid."},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a user can interact with the value of the form control"},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether to display the form control with no visible background"},{"kind":"field","name":"placement","type":{"text":"Placement"},"privacy":"public","default":"'bottom'","description":"Whether to display the form control with no visible background"},{"kind":"field","name":"timeZone","type":{"text":"string | undefined"},"privacy":"public","description":"The IANA time zone identifier (eg. America/Los_Angeles) to use for parsing the date & setting it"},{"kind":"field","name":"language","type":{"text":"string"},"privacy":"public","default":"'en'","description":"Whether to display the form control with no visible background"},{"kind":"field","name":"labels","type":{"text":"DateTimePickerLabels"},"privacy":"public","default":"{ previous: 'Previous', next: 'Next', today: 'Today', selected: 'Selected', empty: 'Empty', calendar: 'Calendar' }","description":"Labels read by screen readers. The default values are in English\nand can be overridden to localize the content."},{"kind":"field","name":"focused","type":{"text":"boolean"},"default":"false"},{"kind":"method","name":"clear","privacy":"public","return":{"type":{"text":"void"}},"description":"Resets the component's value and segments"},{"kind":"method","name":"willUpdate","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"convertDatePropsToMatch","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"dateValue","type":{"text":"CalendarDate | CalendarDateTime | ZonedDateTime"},"description":"The date value to be used as a reference for the conversion"}],"description":"Converts the DateTimePicker's date properties (min, max and value) to match the provided date's type."},{"kind":"method","name":"checkDatePropsCompliance","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"checkInterval","type":{"text":"boolean"},"description":"Whether to check the [min, max] interval"}],"description":"Validates the component's date properties (min, max and value) compliance with one another.\nIf the [min, max] constraint interval is invalid, both properties are reset.\nIf the value is not within the [min, max] (valid) interval, it is reset."},{"kind":"method","name":"isNonCompliantValue","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"updateDateProps","privacy":"private","return":{"type":{"text":"void"}},"description":"Update the component's date properties' types to include the provided precision."},{"kind":"method","name":"updateDefaultPrecision","privacy":"private","return":{"type":{"text":"void"}},"description":"Changes the component's default precision according to the most specific date property (min, max or value)."},{"kind":"method","name":"render","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderStateIcons","privacy":"private","return":{"type":{"text":"TemplateResult | typeof nothing"}}},{"kind":"method","name":"renderPicker","privacy":"public","return":{"type":{"text":"TemplateResult | typeof nothing"}}},{"kind":"method","name":"handleChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"renderInputContent","privacy":"public","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderSegments","privacy":"private","return":{"type":{"text":"TemplateResult[]"}}},{"kind":"method","name":"renderLiteralSegment","privacy":"public","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"segment","type":{"text":"LiteralSegment"}}]},{"kind":"method","name":"renderEditableSegment","privacy":"public","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"segment","type":{"text":"EditableSegment"}}]},{"kind":"method","name":"renderSegmentText","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"segment","type":{"text":"EditableSegment"}}]},{"kind":"method","name":"handleKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"incrementValue","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"segmentType","type":{"text":"EditableSegmentType"}}]},{"kind":"method","name":"decrementValue","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"segmentType","type":{"text":"EditableSegmentType"}}]},{"kind":"method","name":"focusSegment","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"segment","type":{"text":"HTMLElement"},"description":"Segment on which the event was triggered (the segment being changed)"},{"name":"elementToFocus","type":{"text":"'previous' | 'next'"},"description":"Defines which element will be focused: is it the previous one or the next one?"}],"description":"Focuses the segment according to the direction, if there is one to focus on"},{"kind":"method","name":"commitValue","privacy":"private","return":{"type":{"text":"void"}},"description":"Mark the user intent to commit the selected value. If the current value\nis different from the previous commited value, dispatch a change event."},{"kind":"method","name":"clearSegmentContent","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"segmentType","type":{"text":"EditableSegmentType"}}]},{"kind":"method","name":"handleInput","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"InputEvent"}}]},{"kind":"method","name":"updateSegmentContent","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"segment","type":{"text":"EditableSegment"},"description":"Segment on which the event was triggered (the segment being changed)"},{"name":"segmentElement","type":{"text":"HTMLElement"}},{"description":"Triggered event details","name":"event"}],"description":"Updates the content of the segments by binding it to the `.innerText` property of the element,\ninstead of using string interpolation. This allows to not show user typed characters, but\nonly the formatted content of the segment, needed for the 'contenteditable' elements."},{"kind":"method","name":"createOutputString","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"value","optional":true,"type":{"text":"ZonedDateTime | CalendarDateTime | CalendarDate"}}]},{"kind":"method","name":"dispatchChange","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"dispatchInput","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"setValueFromSegments","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"setSegments","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"setNumberParser","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"setDateFormatter","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"setAriaDateFormatter","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"getTimeOptions","privacy":"private","return":{"type":{"text":"Intl.DateTimeFormatOptions"}},"parameters":[{"name":"digitType","type":{"text":"'2-digit' | 'numeric'"}}]},{"kind":"field","name":"helpTextManager","default":"new HelpTextManager(this, { mode })","inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"field","name":"helpTextId","type":{"text":"string"},"readonly":true,"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"method","name":"renderHelpText","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}}],"events":[{"name":"change","type":{"text":"CustomEvent"},"description":"Announces when a new date/time is committed by the user"},{"name":"input","type":{"text":"CustomEvent"},"description":"Announces when the user's input changes the component's segments"}],"mixins":[{"name":"ManageHelpText","module":"/src/components/text-field/manage-help-text"},{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"},"tagName":"luzmo-date-time-picker","customElement":true}],"exports":[{"kind":"js","name":"LuzmoDateTimePicker","declaration":{"name":"LuzmoDateTimePicker","module":"src/components/date-time-picker/date-time-picker.ts"}}]},{"kind":"javascript-module","path":"src/components/date-time-picker/helpers.ts","declarations":[{"kind":"function","name":"isNumber","return":{"type":{"text":"value is number"}},"parameters":[{"name":"value","type":{"text":"number | undefined"}}]},{"kind":"function","name":"isZonedDateTime","return":{"type":{"text":"date is ZonedDateTime"}},"parameters":[{"name":"date","type":{"text":"DateValue"}}]},{"kind":"function","name":"isCalendarDateTime","return":{"type":{"text":"date is CalendarDateTime"}},"parameters":[{"name":"date","type":{"text":"DateValue"}}]},{"kind":"function","name":"isCalendarDate","return":{"type":{"text":"date is CalendarDate"}},"parameters":[{"name":"date","type":{"text":"DateValue"}}]},{"kind":"function","name":"convertHourTo24hFormat","return":{"type":{"text":"number"}},"parameters":[{"name":"hour","type":{"text":"number"}},{"name":"dayPeriod","type":{"text":"typeof AM | typeof PM"}}]},{"kind":"function","name":"getDayPeriodModifier","return":{"type":{"text":"typeof AM | typeof PM"}},"parameters":[{"name":"hour","type":{"text":"number"}}]},{"kind":"function","name":"equalSegmentValues","return":{"type":{"text":"boolean"}},"parameters":[{"name":"a","type":{"text":"(number | undefined)[]"}},{"name":"b","type":{"text":"(number | undefined)[]"}}]},{"kind":"function","name":"dateValueToDate","return":{"type":{"text":"Date"}},"parameters":[{"name":"dateValue","type":{"text":"DateValue"}}]}],"exports":[{"kind":"js","name":"isNumber","declaration":{"name":"isNumber","module":"src/components/date-time-picker/helpers.ts"}},{"kind":"js","name":"isZonedDateTime","declaration":{"name":"isZonedDateTime","module":"src/components/date-time-picker/helpers.ts"}},{"kind":"js","name":"isCalendarDateTime","declaration":{"name":"isCalendarDateTime","module":"src/components/date-time-picker/helpers.ts"}},{"kind":"js","name":"isCalendarDate","declaration":{"name":"isCalendarDate","module":"src/components/date-time-picker/helpers.ts"}},{"kind":"js","name":"convertHourTo24hFormat","declaration":{"name":"convertHourTo24hFormat","module":"src/components/date-time-picker/helpers.ts"}},{"kind":"js","name":"getDayPeriodModifier","declaration":{"name":"getDayPeriodModifier","module":"src/components/date-time-picker/helpers.ts"}},{"kind":"js","name":"equalSegmentValues","declaration":{"name":"equalSegmentValues","module":"src/components/date-time-picker/helpers.ts"}},{"kind":"js","name":"dateValueToDate","declaration":{"name":"dateValueToDate","module":"src/components/date-time-picker/helpers.ts"}}]},{"kind":"javascript-module","path":"src/components/date-time-picker/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-date-time-picker","declaration":{"name":"LuzmoDateTimePicker","module":"/src/components/date-time-picker/date-time-picker"}},{"kind":"js","name":"LuzmoDateTimePicker","declaration":{"name":"LuzmoDateTimePicker","module":"./date-time-picker"}}]},{"kind":"javascript-module","path":"src/components/date-time-picker/types.ts","declarations":[{"kind":"variable","name":"SegmentTypes","type":{"text":"{\n Year: 'year',\n Month: 'month',\n Day: 'day',\n Hour: 'hour',\n Minute: 'minute',\n Second: 'second',\n Millisecond: 'fractionalSecond',\n DayPeriod: 'dayPeriod',\n Literal: 'literal'\n}"},"default":"{ Year: 'year', Month: 'month', Day: 'day', Hour: 'hour', Minute: 'minute', Second: 'second', Millisecond: 'fractionalSecond', DayPeriod: 'dayPeriod', Literal: 'literal' }"},{"kind":"variable","name":"SegmentPlaceholders","type":{"text":"Readonly<\n Record<EditableSegmentType, string>\n>"},"default":"{ [SegmentTypes.Year]: '––––', [SegmentTypes.Month]: '––', [SegmentTypes.Day]: '––', [SegmentTypes.Hour]: '––', [SegmentTypes.Minute]: '––', [SegmentTypes.Second]: '––', [SegmentTypes.Millisecond]: '–––', [SegmentTypes.DayPeriod]: '––' }"},{"kind":"variable","name":"Precisions","type":{"text":"{\n Day: 'day',\n Hour: 'hour',\n Minute: 'minute',\n Second: 'second',\n Millisecond: 'millisecond'\n}"},"default":"{ Day: 'day', Hour: 'hour', Minute: 'minute', Second: 'second', Millisecond: 'millisecond' }"},{"kind":"variable","name":"AM","type":{"text":"number"},"default":"0","description":"AM modifier: `0` hours"},{"kind":"variable","name":"PM","type":{"text":"number"},"default":"12","description":"PM modifier: `12` hours"},{"kind":"variable","name":"DEFAULT_LEAP_YEAR","type":{"text":"number"},"default":"2000","description":"A base leap year used to allow for maximum number of days in February"},{"kind":"variable","name":"MAX_DAYS_PER_MONTH","type":{"text":"number"},"default":"31"},{"kind":"variable","name":"MAX_DAYS_IN_LEAP_FEBRUARY","type":{"text":"number"},"default":"29"}],"exports":[{"kind":"js","name":"SegmentTypes","declaration":{"name":"SegmentTypes","module":"src/components/date-time-picker/types.ts"}},{"kind":"js","name":"SegmentPlaceholders","declaration":{"name":"SegmentPlaceholders","module":"src/components/date-time-picker/types.ts"}},{"kind":"js","name":"Precisions","declaration":{"name":"Precisions","module":"src/components/date-time-picker/types.ts"}},{"kind":"js","name":"AM","declaration":{"name":"AM","module":"src/components/date-time-picker/types.ts"}},{"kind":"js","name":"PM","declaration":{"name":"PM","module":"src/components/date-time-picker/types.ts"}},{"kind":"js","name":"DEFAULT_LEAP_YEAR","declaration":{"name":"DEFAULT_LEAP_YEAR","module":"src/components/date-time-picker/types.ts"}},{"kind":"js","name":"MAX_DAYS_PER_MONTH","declaration":{"name":"MAX_DAYS_PER_MONTH","module":"src/components/date-time-picker/types.ts"}},{"kind":"js","name":"MAX_DAYS_IN_LEAP_FEBRUARY","declaration":{"name":"MAX_DAYS_IN_LEAP_FEBRUARY","module":"src/components/date-time-picker/types.ts"}}]},{"kind":"javascript-module","path":"src/components/divider/divider.ts","declarations":[{"kind":"class","description":"","name":"LuzmoDivider","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"default":"[unsafeCSS(styles)]"},{"kind":"field","name":"vertical","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Set the orientation of the divider"},{"kind":"field","name":"staticColor","type":{"text":"'white' | 'black' | undefined"},"privacy":"public","description":"Set the color of the divider"},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues<this>"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues<this>"}}]}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-divider","customElement":true}],"exports":[{"kind":"js","name":"LuzmoDivider","declaration":{"name":"LuzmoDivider","module":"src/components/divider/divider.ts"}}]},{"kind":"javascript-module","path":"src/components/divider/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-divider","declaration":{"name":"LuzmoDivider","module":"/src/components/divider/divider"}},{"kind":"js","name":"LuzmoDivider","declaration":{"name":"LuzmoDivider","module":"./divider"}}]},{"kind":"javascript-module","path":"src/components/field-group/field-group.ts","declarations":[{"kind":"class","description":"","name":"LuzmoFieldGroup","slots":[{"description":"the form controls that make up the group","name":""},{"description":"default or non-negative help text to associate to your form element","name":"help-text"},{"description":"negative help text to associate to your form element when `invalid`","name":"negative-help-text"}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"horizontal","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"vertical","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"method","name":"handleSlotchange","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"field","name":"helpTextManager","default":"new HelpTextManager(this, { mode })","inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"field","name":"helpTextId","type":{"text":"string"},"readonly":true,"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"method","name":"renderHelpText","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}}],"mixins":[{"name":"ManageHelpText","module":"/src/components/text-field/manage-help-text"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-field-group","customElement":true}],"exports":[{"kind":"js","name":"LuzmoFieldGroup","declaration":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}}]},{"kind":"javascript-module","path":"src/components/field-group/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-field-group","declaration":{"name":"LuzmoFieldGroup","module":"/src/components/field-group/field-group"}},{"kind":"js","name":"LuzmoFieldGroup","declaration":{"name":"LuzmoFieldGroup","module":"./field-group"}}]},{"kind":"javascript-module","path":"src/components/field-label/field-label.ts","declarations":[{"kind":"class","description":"","name":"LuzmoFieldLabel","slots":[{"description":"text content of the label","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the label is disabled."},{"kind":"field","name":"id","type":{"text":"string"},"privacy":"private","default":"''","description":"Refers to the id of the element to label."},{"kind":"field","name":"for","type":{"text":"string"},"privacy":"public","default":"''","description":"Refers to the id of the element to label."},{"kind":"field","name":"required","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the label is required."},{"kind":"field","name":"slotEl","type":{"text":"HTMLSlotElement"},"privacy":"public","description":"The slot element containing the label text."},{"kind":"field","name":"sideAligned","type":{"text":"'start' | 'end' | undefined"},"privacy":"public","description":"Side alignment of the label."},{"kind":"field","name":"target","type":{"text":"Labelable | undefined"},"privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"field","name":"resolvedElement","privacy":"private","default":"new ElementResolutionController(this)"},{"kind":"method","name":"applyTargetLabel","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"target","optional":true,"type":{"text":"Labelable"}}]},{"kind":"method","name":"manageTarget","privacy":"private","return":{"type":{"text":"Promise<void>"}}},{"kind":"field","name":"labelText","type":{"text":"string"},"privacy":"private","readonly":true},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"willUpdate","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-field-label","customElement":true}],"exports":[{"kind":"js","name":"LuzmoFieldLabel","declaration":{"name":"LuzmoFieldLabel","module":"src/components/field-label/field-label.ts"}}]},{"kind":"javascript-module","path":"src/components/field-label/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-field-label","declaration":{"name":"LuzmoFieldLabel","module":"/src/components/field-label/field-label"}},{"kind":"js","name":"LuzmoFieldLabel","declaration":{"name":"LuzmoFieldLabel","module":"./field-label"}}]},{"kind":"javascript-module","path":"src/components/icon/icon-base.ts","declarations":[{"kind":"class","description":"","name":"IconBase","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"size","type":{"text":"'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl' | undefined"},"privacy":"public"},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"}}],"exports":[{"kind":"js","name":"IconBase","declaration":{"name":"IconBase","module":"src/components/icon/icon-base.ts"}}]},{"kind":"javascript-module","path":"src/components/icon/icon.ts","declarations":[{"kind":"class","description":"","name":"LuzmoIcon","members":[{"kind":"field","name":"src","type":{"text":"string | undefined"},"privacy":"public"},{"kind":"field","name":"options","type":{"text":"any | undefined"},"privacy":"public"},{"kind":"field","name":"icon","type":{"text":"any | undefined"},"privacy":"public"},{"kind":"field","name":"block","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"IconBase","module":"src/components/icon/icon-base.ts"}},{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"IconBase","module":"src/components/icon/icon-base.ts"}},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''","inheritedFrom":{"name":"IconBase","module":"src/components/icon/icon-base.ts"}},{"kind":"field","name":"size","type":{"text":"'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl' | undefined"},"privacy":"public","inheritedFrom":{"name":"IconBase","module":"src/components/icon/icon-base.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"IconBase","module":"src/components/icon/icon-base.ts"}}],"superclass":{"name":"IconBase","module":"/src/components/icon/icon-base"},"tagName":"luzmo-icon","customElement":true}],"exports":[{"kind":"js","name":"LuzmoIcon","declaration":{"name":"LuzmoIcon","module":"src/components/icon/icon.ts"}}]},{"kind":"javascript-module","path":"src/components/icon/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-icon","declaration":{"name":"LuzmoIcon","module":"/src/components/icon/icon"}},{"kind":"js","name":"LuzmoIcon","declaration":{"name":"LuzmoIcon","module":"./icon"}}]},{"kind":"javascript-module","path":"src/components/infield-button/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-infield-button","declaration":{"name":"LuzmoInfieldButton","module":"/src/components/infield-button/infield-button"}},{"kind":"js","name":"LuzmoInfieldButton","declaration":{"name":"LuzmoInfieldButton","module":"./infield-button"}}]},{"kind":"javascript-module","path":"src/components/infield-button/infield-button.ts","declarations":[{"kind":"class","description":"","name":"LuzmoInfieldButton","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"block","type":{"text":"'start' | 'end'"},"description":"Whether to style the button as if it is at the start or end of a vertical stack"},{"kind":"field","name":"inline","type":{"text":"'start' | 'end'"},"description":"Whether to style the button as if it is at the start or end of a horizontal group"},{"kind":"field","name":"quiet","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"active","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"privacy":"public","default":"'button'","description":"The default behavior of the button.\nPossible values are: `button` (default), `submit`, and `reset`.","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"anchorElement","type":{"text":"HTMLAnchorElement"},"privacy":"private","description":"HTML anchor element that component clicks by proxy","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"hasLabel","type":{"text":"boolean"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleClickCapture","privacy":"private","return":{"type":{"text":"void | boolean"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"proxyFocus","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"shouldProxyClick","privacy":"private","return":{"type":{"text":"boolean"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderAnchor","privacy":"public","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderButton","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeydown","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeypress","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeyup","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"manageAnchor","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoButtonBase","module":"/src/components/button/button-base"},"tagName":"luzmo-infield-button","customElement":true,"slots":[{"description":"text content to be displayed in the Button element","name":"","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"description":"icon element(s) to display at the start of the button","name":"icon","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}]}],"exports":[{"kind":"js","name":"LuzmoInfieldButton","declaration":{"name":"LuzmoInfieldButton","module":"src/components/infield-button/infield-button.ts"}}]},{"kind":"javascript-module","path":"src/components/label/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-label","declaration":{"name":"LuzmoLabel","module":"/src/components/label/label"}},{"kind":"js","name":"LuzmoLabel","declaration":{"name":"LuzmoLabel","module":"./label"}}]},{"kind":"javascript-module","path":"src/components/label/label.ts","declarations":[{"kind":"class","description":"","name":"LuzmoLabel","members":[{"kind":"field","name":"styles","static":true},{"kind":"field","name":"label","type":{"text":"string"},"default":"''"},{"kind":"field","name":"tooltip","type":{"text":"string"},"default":"''"},{"kind":"method","name":"render"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-label","customElement":true}],"exports":[{"kind":"js","name":"LuzmoLabel","declaration":{"name":"LuzmoLabel","module":"src/components/label/label.ts"}}]},{"kind":"javascript-module","path":"src/components/menu/index.ts","declarations":[],"exports":[{"kind":"js","name":"*","declaration":{"name":"*","package":"./menu"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./menu-divider"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./menu-group"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./menu-item"}},{"kind":"custom-element-definition","name":"luzmo-menu","declaration":{"name":"LuzmoMenu","module":"/src/components/menu/menu"}},{"kind":"custom-element-definition","name":"luzmo-menu-divider","declaration":{"name":"LuzmoMenuDivider","module":"/src/components/menu/menu-divider"}},{"kind":"custom-element-definition","name":"luzmo-menu-group","declaration":{"name":"LuzmoMenuGroup","module":"/src/components/menu/menu-group"}},{"kind":"custom-element-definition","name":"luzmo-menu-item","declaration":{"name":"LuzmoMenuItem","module":"/src/components/menu/menu-item"}}]},{"kind":"javascript-module","path":"src/components/menu/menu-divider.ts","declarations":[{"kind":"class","description":"","name":"LuzmoMenuDivider","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"static":true,"readonly":true},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues<this>"}}]}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-menu-divider","customElement":true}],"exports":[{"kind":"js","name":"LuzmoMenuDivider","declaration":{"name":"LuzmoMenuDivider","module":"src/components/menu/menu-divider.ts"}}]},{"kind":"javascript-module","path":"src/components/menu/menu-group.ts","declarations":[{"kind":"class","description":"","name":"LuzmoMenuGroup","slots":[{"description":"headline of the menu group","name":"header"},{"description":"menu items to be listed in the group","name":"","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"headerId","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"headerElements","type":{"text":"NodeListOf<HTMLElement>"},"privacy":"private"},{"kind":"field","name":"headerElement","type":{"text":"HTMLElement | undefined"},"privacy":"private"},{"kind":"method","name":"render","privacy":"public","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"ownRole","type":{"text":"string"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"updateLabel","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"field","name":"isSubmenu","type":{"text":"boolean"},"privacy":"private","readonly":true,"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"ignore","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"variant","type":{"text":"'checkmarks' | 'highlight' | undefined"},"privacy":"public","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"selects","type":{"text":"undefined | 'inherit' | 'single' | 'multiple'"},"privacy":"public","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"value","type":{"text":"string"},"privacy":"public","default":"''","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"valueSeparator","type":{"text":"string"},"privacy":"public","default":"','","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"selected","type":{"text":"string[]"},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"selectedItems","privacy":"public","default":"[]","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"menuSlot","type":{"text":"HTMLSlotElement"},"privacy":"public","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"focusedItemIndex","type":{"text":"number"},"privacy":"public","default":"0","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"focusInItemIndex","type":{"text":"number"},"privacy":"public","default":"0","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"_selected","privacy":"protected","default":"[]","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"childItemsUpdated","type":{"text":"Promise<unknown[]>"},"privacy":"protected","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"cacheUpdated","privacy":"protected","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"childItemSet","privacy":"private","default":"new Set<LuzmoMenuItem>()","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"selectedItemsMap","privacy":"private","default":"new Map<LuzmoMenuItem, boolean>()","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"childItems","type":{"text":"LuzmoMenuItem[]"},"readonly":true,"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"childRole","type":{"text":"string"},"description":"Hide this getter from web-component-analyzer until\nhttps://github.com/runem/web-component-analyzer/issues/131\nhas been addressed.","privacy":"private","readonly":true,"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"cachedChildItems","type":{"text":"LuzmoMenuItem[] | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"resolvedSelects","type":{"text":"SelectsType | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"resolvedRole","type":{"text":"RoleType | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"_hasUpdatedSelectedItemIndex","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"_willUpdateItems","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"pointerUpTarget","privacy":"private","default":"null","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"descendentOverlays","privacy":"private","default":"new Map<LuzmoOverlay, LuzmoOverlay>()","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"{ preventScroll }","default":"{}","type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"handleFocusin","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"startListeningToKeyboard","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"handleBlur","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"stopListeningToKeyboard","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"handleSubmenuClosed","privacy":"public","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"handleSubmenuOpened","privacy":"public","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"selectOrToggleItem","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"targetItem","type":{"text":"LuzmoMenuItem"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"handleKeydown","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"focusMenuItemByOffset","privacy":"public","return":{"type":{"text":"LuzmoMenuItem"}},"parameters":[{"name":"offset","type":{"text":"number"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"updateSelectedItemIndex","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"closeDescendentOverlays","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"handleDescendentOverlayOpened","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"handleDescendentOverlayClosed","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"navigateWithinMenu","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"navigateBetweenRelatedMenus","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"renderMenuItemSlot","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"selectsChanged","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"field","name":"resolveCacheUpdated","privacy":"protected","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"getUpdateComplete","privacy":"protected","return":{"type":{"text":"Promise<boolean>"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"updateCachedMenuItems","privacy":"private","return":{"type":{"text":"LuzmoMenuItem[]"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"onFocusableItemAddedOrUpdated","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"MenuItemAddedOrUpdatedEvent"}}],"description":"When a descendant `<luzmo-menu-item>` element is added or updated it will dispatch\nthis event to announce its presence in the DOM. During the CAPTURE phase the first\nMenu based element that the event encounters will manage the focus state of the\ndispatching `<luzmo-menu-item>` element.","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"onSelectableItemAddedOrUpdated","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"MenuItemAddedOrUpdatedEvent"}}],"description":"When a descendant `<luzmo-menu-item>` element is added or updated it will dispatch\nthis event to announce its presence in the DOM. During the BUBBLE phase the first\nMenu based element that the event encounters that does not inherit selection will\nmanage the selection state of the dispatching `<luzmo-menu-item>` element.","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"addChildItem","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"removeChildItem","privacy":"private","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"handleClick","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"handlePointerup","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"handlePointerBasedSelection","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"prepareToCleanUp","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"handleItemsChanged","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"updateCache","privacy":"private","return":{"type":{"text":"Promise<void>"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"updateItemFocus","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"forwardFocusVisibleToItem","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"kind":"method","name":"handleSlotchange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"{\n target\n }","type":{"text":"Event & { target: HTMLSlotElement }"}}],"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}}],"superclass":{"name":"LuzmoMenu","module":"/src/components/menu/menu"},"tagName":"luzmo-menu-group","customElement":true,"attributes":[{"description":"whether the element has a specific selection algorithm that it applies to its item descendants. `single` allows only one descendent to be selected at a time. `multiple` allows many descendants to be selected. `inherit` will be applied dynamically when an ancestor of this element is actively managing the selection of its descendents. When the `selects` attribute is not present a `value` will not be maintained and the Menu Item children of this Menu will not have their `selected` state managed.","name":"selects","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}}],"events":[{"name":"change","type":{"text":"Event"},"description":"Announces that the `value` of the element has changed","inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}},{"name":"close","type":{"text":"Event"},"inheritedFrom":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}}]}],"exports":[{"kind":"js","name":"LuzmoMenuGroup","declaration":{"name":"LuzmoMenuGroup","module":"src/components/menu/menu-group.ts"}}]},{"kind":"javascript-module","path":"src/components/menu/menu-item.ts","declarations":[{"kind":"class","description":"","name":"MenuItemAddedOrUpdatedEvent","members":[{"kind":"field","name":"menuCascade","default":"new WeakMap<HTMLElement, MenuCascadeItem>()"},{"kind":"field","name":"item","type":{"text":"LuzmoMenuItem"},"readonly":true},{"kind":"field","name":"currentAncestorWithSelects","type":{"text":"LuzmoMenu | undefined"}},{"kind":"field","name":"_item","type":{"text":"LuzmoMenuItem"},"privacy":"private"},{"kind":"method","name":"clear","return":{"type":{"text":"void"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}}]}],"superclass":{"name":"Event","module":"src/components/menu/menu-item.ts"}},{"kind":"class","description":"","name":"LuzmoMenuItem","slots":[{"description":"text content to display within the Menu Item","name":""},{"description":"description to be placed below the label of the Menu Item","name":"description"},{"description":"icon element to be placed at the start of the Menu Item","name":"icon"},{"description":"content placed at the end of the Menu Item like values, keyboard shortcuts, etc.","name":"value"},{"description":"content placed in a submenu","name":"submenu"}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"static":true,"readonly":true},{"kind":"field","name":"abortControllerSubmenu","type":{"text":"AbortController"}},{"kind":"field","name":"active","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"dependencyManager","privacy":"private","default":"new DependencyManagerController(this)"},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"selected","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"value","type":{"text":"string"}},{"kind":"field","name":"_value","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"itemText","type":{"text":"string"},"privacy":"private","readonly":true},{"kind":"field","name":"hasSubmenu","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"contentSlot","type":{"text":"HTMLSlotElement"}},{"kind":"field","name":"iconSlot","type":{"text":"HTMLSlotElement"}},{"kind":"field","name":"noWrap","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"anchorElement","type":{"text":"HTMLAnchorElement"},"privacy":"private"},{"kind":"field","name":"overlayElement","type":{"text":"LuzmoOverlay"},"privacy":"public"},{"kind":"field","name":"submenuElement","type":{"text":"HTMLElement | undefined"},"privacy":"private"},{"kind":"field","name":"renderAngleIcon","privacy":"protected"},{"kind":"field","name":"renderCheckIcon","privacy":"protected"},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"readonly":true},{"kind":"field","name":"hasIcon","type":{"text":"boolean"},"privacy":"protected","readonly":true},{"kind":"field","name":"itemChildren","type":{"text":"MenuItemChildren"},"readonly":true},{"kind":"field","name":"_itemChildren","type":{"text":"MenuItemChildren | undefined"},"privacy":"private"},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"method","name":"click","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleClickCapture","privacy":"private","return":{"type":{"text":"void | boolean"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"field","name":"handleSlottableRequest","privacy":"private"},{"kind":"field","name":"proxyFocus","privacy":"private"},{"kind":"method","name":"shouldProxyClick","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"breakItemChildrenCache","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"renderSubmenu","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"manageSubmenu","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLSlotElement }"}}]},{"kind":"method","name":"handlePointerdown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"closeOverlaysForRoot","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleSubmenuClick","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleSubmenuFocus","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"field","name":"handleBeforetoggle","privacy":"protected"},{"kind":"method","name":"handlePointerenter","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"field","name":"leaveTimeout","type":{"text":"ReturnType<typeof setTimeout> | undefined"},"privacy":"protected"},{"kind":"field","name":"recentlyLeftChild","type":{"text":"boolean"},"privacy":"protected","default":"false"},{"kind":"method","name":"handlePointerleave","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleSubmenuChange","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"description":"When there is a `change` event in the submenu for this item\nthen we \"click\" this item to cascade the selection up the\nmenu tree allowing all submenus between the initial selection\nand the root of the tree to have their selection changes and\nbe closed."},{"kind":"method","name":"handleSubmenuPointerenter","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleSubmenuPointerleave","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleSubmenuOpen","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"cleanup","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"openOverlay","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"updateAriaSelected","return":{"type":{"text":"void"}}},{"kind":"method","name":"setRole","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"role","type":{"text":"string"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"field","name":"_parentElement","type":{"text":"HTMLElement"}},{"kind":"field","name":"willDispatchUpdate","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"method","name":"triggerUpdate","privacy":"public","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"dispatchUpdate","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"field","name":"menuData","type":{"text":"{\n focusRoot?: LuzmoMenu;\n parentMenu?: LuzmoMenu;\n selectionRoot?: LuzmoMenu;\n cleanupSteps: ((item: LuzmoMenuItem) => void)[];\n }"},"privacy":"public","default":"{ focusRoot: undefined, parentMenu: undefined, selectionRoot: undefined, cleanupSteps: [] }"}],"events":[{"type":{"text":"MenuItemAddedOrUpdatedEvent"}},{"description":"announces the item has been added so a parent menu can take ownerships","name":"luzmo-menu-item-added"}],"mixins":[{"name":"LikeAnchor","module":"/src/utils/like-anchor"},{"name":"ObserveSlotText","module":"/src/utils/observe-slot-text"},{"name":"ObserveSlotPresence","module":"/src/utils/observe-slot-presence"}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"},"tagName":"luzmo-menu-item","customElement":true}],"exports":[{"kind":"js","name":"MenuItemAddedOrUpdatedEvent","declaration":{"name":"MenuItemAddedOrUpdatedEvent","module":"src/components/menu/menu-item.ts"}},{"kind":"js","name":"LuzmoMenuItem","declaration":{"name":"LuzmoMenuItem","module":"src/components/menu/menu-item.ts"}}]},{"kind":"javascript-module","path":"src/components/menu/menu.ts","declarations":[{"kind":"class","description":"Luzmo Menu Component","name":"LuzmoMenu","slots":[{"description":"menu items to be listed in the menu","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"static":true,"readonly":true},{"kind":"field","name":"isSubmenu","type":{"text":"boolean"},"privacy":"private","readonly":true},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"ignore","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"variant","type":{"text":"'checkmarks' | 'highlight' | undefined"},"privacy":"public"},{"kind":"field","name":"selects","type":{"text":"undefined | 'inherit' | 'single' | 'multiple'"},"privacy":"public"},{"kind":"field","name":"value","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"valueSeparator","type":{"text":"string"},"privacy":"public","default":"','"},{"kind":"field","name":"selected","type":{"text":"string[]"}},{"kind":"field","name":"selectedItems","privacy":"public","default":"[]"},{"kind":"field","name":"menuSlot","type":{"text":"HTMLSlotElement"},"privacy":"public"},{"kind":"field","name":"focusedItemIndex","type":{"text":"number"},"privacy":"public","default":"0"},{"kind":"field","name":"focusInItemIndex","type":{"text":"number"},"privacy":"public","default":"0"},{"kind":"field","name":"_selected","privacy":"protected","default":"[]"},{"kind":"field","name":"childItemsUpdated","type":{"text":"Promise<unknown[]>"},"privacy":"protected"},{"kind":"field","name":"cacheUpdated","privacy":"protected"},{"kind":"field","name":"childItemSet","privacy":"private","default":"new Set<LuzmoMenuItem>()"},{"kind":"field","name":"selectedItemsMap","privacy":"private","default":"new Map<LuzmoMenuItem, boolean>()"},{"kind":"field","name":"childItems","type":{"text":"LuzmoMenuItem[]"},"readonly":true},{"kind":"field","name":"childRole","type":{"text":"string"},"description":"Hide this getter from web-component-analyzer until\nhttps://github.com/runem/web-component-analyzer/issues/131\nhas been addressed.","privacy":"private","readonly":true},{"kind":"field","name":"ownRole","type":{"text":"string"},"privacy":"protected","readonly":true},{"kind":"field","name":"cachedChildItems","type":{"text":"LuzmoMenuItem[] | undefined"},"privacy":"private"},{"kind":"field","name":"resolvedSelects","type":{"text":"SelectsType | undefined"},"privacy":"private"},{"kind":"field","name":"resolvedRole","type":{"text":"RoleType | undefined"},"privacy":"private"},{"kind":"field","name":"_hasUpdatedSelectedItemIndex","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"_willUpdateItems","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"pointerUpTarget","privacy":"private","default":"null"},{"kind":"field","name":"descendentOverlays","privacy":"private","default":"new Map<LuzmoOverlay, LuzmoOverlay>()"},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"{ preventScroll }","default":"{}","type":{"text":"FocusOptions"}}]},{"kind":"method","name":"handleFocusin","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}]},{"kind":"method","name":"startListeningToKeyboard","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleBlur","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}]},{"kind":"method","name":"stopListeningToKeyboard","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"field","name":"handleSubmenuClosed","privacy":"public"},{"kind":"field","name":"handleSubmenuOpened","privacy":"public"},{"kind":"method","name":"selectOrToggleItem","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"targetItem","type":{"text":"LuzmoMenuItem"}}]},{"kind":"method","name":"handleKeydown","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"focusMenuItemByOffset","privacy":"public","return":{"type":{"text":"LuzmoMenuItem"}},"parameters":[{"name":"offset","type":{"text":"number"}}]},{"kind":"method","name":"updateSelectedItemIndex","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"closeDescendentOverlays","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"render","privacy":"public","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"handleDescendentOverlayOpened","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleDescendentOverlayClosed","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"navigateWithinMenu","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"navigateBetweenRelatedMenus","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"renderMenuItemSlot","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"method","name":"selectsChanged","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"field","name":"resolveCacheUpdated","privacy":"protected"},{"kind":"method","name":"getUpdateComplete","privacy":"protected","return":{"type":{"text":"Promise<boolean>"}}},{"kind":"method","name":"updateCachedMenuItems","privacy":"private","return":{"type":{"text":"LuzmoMenuItem[]"}}},{"kind":"method","name":"onFocusableItemAddedOrUpdated","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"MenuItemAddedOrUpdatedEvent"}}],"description":"When a descendant `<luzmo-menu-item>` element is added or updated it will dispatch\nthis event to announce its presence in the DOM. During the CAPTURE phase the first\nMenu based element that the event encounters will manage the focus state of the\ndispatching `<luzmo-menu-item>` element."},{"kind":"method","name":"onSelectableItemAddedOrUpdated","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"MenuItemAddedOrUpdatedEvent"}}],"description":"When a descendant `<luzmo-menu-item>` element is added or updated it will dispatch\nthis event to announce its presence in the DOM. During the BUBBLE phase the first\nMenu based element that the event encounters that does not inherit selection will\nmanage the selection state of the dispatching `<luzmo-menu-item>` element."},{"kind":"method","name":"addChildItem","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}}]},{"kind":"method","name":"removeChildItem","privacy":"private","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}}]},{"kind":"method","name":"handleClick","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handlePointerup","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handlePointerBasedSelection","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"prepareToCleanUp","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleItemsChanged","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"updateCache","privacy":"private","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"updateItemFocus","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"forwardFocusVisibleToItem","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}}]},{"kind":"method","name":"handleSlotchange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"{\n target\n }","type":{"text":"Event & { target: HTMLSlotElement }"}}]}],"events":[{"name":"change","type":{"text":"Event"},"description":"Announces that the `value` of the element has changed"},{"name":"close","type":{"text":"Event"}}],"attributes":[{"description":"whether the element has a specific selection algorithm that it applies to its item descendants. `single` allows only one descendent to be selected at a time. `multiple` allows many descendants to be selected. `inherit` will be applied dynamically when an ancestor of this element is actively managing the selection of its descendents. When the `selects` attribute is not present a `value` will not be maintained and the Menu Item children of this Menu will not have their `selected` state managed.","name":"selects"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-menu","customElement":true}],"exports":[{"kind":"js","name":"LuzmoMenu","declaration":{"name":"LuzmoMenu","module":"src/components/menu/menu.ts"}}]},{"kind":"javascript-module","path":"src/components/multi-language-field/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-multi-language-field","declaration":{"name":"LuzmoMultiLangField","module":"/src/components/multi-language-field/multi-language-field"}},{"kind":"js","name":"LuzmoMultiLangField","declaration":{"name":"LuzmoMultiLangField","module":"./multi-language-field"}}]},{"kind":"javascript-module","path":"src/components/multi-language-field/multi-language-field.ts","declarations":[{"kind":"class","description":"","name":"LuzmoMultiLangField","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"allowedKeys","type":{"text":"string"},"default":"''"},{"kind":"field","name":"name","type":{"text":"string | undefined"},"privacy":"public"},{"kind":"field","name":"i18nPlaceholder","type":{"text":"Record<string, string>"},"privacy":"public","default":"{}"},{"kind":"field","name":"type","type":{"text":"LuzmoTextFieldType"},"privacy":"public","default":"'text'"},{"kind":"field","name":"pattern","type":{"text":"string | undefined"},"privacy":"public"},{"kind":"field","name":"grows","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"maxlength","type":{"text":"number"},"privacy":"public","default":"-1"},{"kind":"field","name":"minlength","type":{"text":"number"},"privacy":"public","default":"-1"},{"kind":"field","name":"multiline","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"rows","type":{"text":"number"},"privacy":"public","default":"-1"},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"required","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"autocomplete","type":{"text":"| 'list'\n | 'none'\n | HTMLInputElement['autocomplete']\n | HTMLTextAreaElement['autocomplete'] | undefined"},"privacy":"public"},{"kind":"field","name":"language","type":{"text":"string"},"privacy":"public","default":"'en'"},{"kind":"field","name":"defaultLanguage","type":{"text":"string"},"privacy":"public","default":"'en'"},{"kind":"field","name":"value","type":{"text":"Record<string, string>"},"default":"{}"},{"kind":"field","name":"_localizedValue","type":{"text":"string"},"privacy":"private","readonly":true},{"kind":"field","name":"_localizedPlaceholder","type":{"text":"string"},"privacy":"private","readonly":true},{"kind":"method","name":"handleChange","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"render"},{"kind":"field","name":"helpTextManager","default":"new HelpTextManager(this, { mode })","inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"field","name":"helpTextId","type":{"text":"string"},"readonly":true,"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"method","name":"renderHelpText","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}}],"events":[{"name":"change","type":{"text":"CustomEvent"},"description":"An change of the i18n value happened by the user"}],"mixins":[{"name":"ManageHelpText","module":"/src/components/text-field/manage-help-text"},{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-multi-language-field","customElement":true}],"exports":[{"kind":"js","name":"LuzmoMultiLangField","declaration":{"name":"LuzmoMultiLangField","module":"src/components/multi-language-field/multi-language-field.ts"}}]},{"kind":"javascript-module","path":"src/components/multi-picker/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-multi-picker","declaration":{"name":"LuzmoMultiPicker","module":"/src/components/multi-picker/multi-picker"}},{"kind":"js","name":"LuzmoMultiPicker","declaration":{"name":"LuzmoMultiPicker","module":"./multi-picker"}}]},{"kind":"javascript-module","path":"src/components/multi-picker/multi-picker.ts","declarations":[{"kind":"variable","name":"DESCRIPTION_ID","type":{"text":"string"},"default":"'multi-option-picker'"},{"kind":"class","description":"","name":"LuzmoMultiPickerBase","members":[{"kind":"field","name":"appliedLabel","type":{"text":"string | undefined"}},{"kind":"field","name":"button","type":{"text":"HTMLButtonElement"},"privacy":"public"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the Picker is disabled."},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"icons","type":{"text":"'only' | 'none' | undefined"},"privacy":"public"},{"kind":"field","name":"variant","type":{"text":"'checkmarks' | 'highlight' | undefined"},"privacy":"public","default":"'checkmarks'","description":"Type of dropdown"},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the value is invalid."},{"kind":"field","name":"pending","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the items are currently loading."},{"kind":"field","name":"pendingLabel","type":{"text":"string"},"privacy":"public","default":"'Pending'","description":"Defines a string value that labels the Picker while it is in pending state."},{"kind":"field","name":"multiItemLabel","type":{"text":"string"},"privacy":"public","default":"'items selected'","description":"Defines a string value that labels the Picker when multiple items are selected."},{"kind":"field","name":"label","type":{"text":"string | undefined"},"privacy":"public"},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Readonly value"},{"kind":"field","name":"labelAlignment","type":{"text":"'inline' | undefined"},"privacy":"public"},{"kind":"field","name":"optionsMenu","type":{"text":"LuzmoMenu"},"privacy":"public"},{"kind":"field","name":"overlayElement","type":{"text":"LuzmoOverlay"},"privacy":"public"},{"kind":"field","name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"privacy":"public","default":"'bottom-start'","attribute":"placement"},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Display as a quiet picker"},{"kind":"field","name":"value","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"values","type":{"text":"string[]"},"privacy":"public","default":"[]"},{"kind":"field","name":"selectedItems","type":{"text":"LuzmoMenuItem[] | undefined"}},{"kind":"field","name":"buttonLabelContent","type":{"text":"MenuItemChildren"},"privacy":"protected"},{"kind":"field","name":"selfManageFocusElement","type":{"text":"boolean"},"readonly":true},{"kind":"field","name":"menuItems","type":{"text":"LuzmoMenuItem[]"},"privacy":"protected","readonly":true},{"kind":"field","name":"selects","type":{"text":"undefined | 'single' | 'multiple'"},"privacy":"public","default":"'multiple'"},{"kind":"field","name":"dependencyManager","privacy":"public","default":"new DependencyManagerController(this)"},{"kind":"field","name":"isMobile","privacy":"public","default":"new MatchMediaController(this, IS_MOBILE)"},{"kind":"field","name":"strategy","type":{"text":"DesktopController | MobileController"},"privacy":"public"},{"kind":"field","name":"pendingStateController","type":{"text":"PendingStateController<this>"},"privacy":"public","default":"new PendingStateController(this)"},{"kind":"field","name":"_selectedItemIcon","type":{"text":"any | undefined"},"privacy":"private"},{"kind":"field","name":"_selectedItems","type":{"text":"LuzmoMenuItem[] | undefined"},"privacy":"private"},{"kind":"field","name":"_buttonLabelContent","type":{"text":"any | undefined"},"privacy":"private"},{"kind":"field","name":"listRole","type":{"text":"'listbox' | 'menu'"},"privacy":"protected","default":"'listbox'"},{"kind":"field","name":"itemRole","type":{"text":"string"},"privacy":"protected","default":"'option'"},{"kind":"field","name":"tooltipEl","type":{"text":"LuzmoTooltip | undefined"},"privacy":"protected"},{"kind":"field","name":"hasRenderedOverlay","type":{"text":"boolean"},"privacy":"protected","default":"false"},{"kind":"field","name":"_selfManageFocusElement","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"deprecatedMenu","type":{"text":"LuzmoMenu | null"},"privacy":"private","default":"null"},{"kind":"field","name":"selectionPromise","privacy":"private"},{"kind":"field","name":"selectionResolver","type":{"text":"() => void"},"privacy":"private"},{"kind":"field","name":"willManageSelection","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"recentlyConnected","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"private","default":"null"},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"readonly":true},{"kind":"method","name":"forceFocusVisible","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"click","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleButtonBlur","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}]},{"kind":"method","name":"handleHelperFocus","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleChange","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}]},{"kind":"method","name":"toggle","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"target","optional":true,"type":{"text":"boolean"}}]},{"kind":"method","name":"close","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"field","name":"handleSlottableRequest","privacy":"public"},{"kind":"method","name":"bindEvents","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"field","name":"applyFocusElementLabel"},{"kind":"field","name":"handleKeydown","privacy":"protected"},{"kind":"method","name":"setValuesFromItems","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"items","type":{"text":"LuzmoMenuItem[]"}},{"name":"menuChangeEvent","optional":true,"type":{"text":"Event"}}]},{"kind":"method","name":"setMenuItemSelected","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}},{"name":"value","type":{"text":"boolean"}}]},{"kind":"field","name":"containerStyles","type":{"text":"StyleInfo"},"privacy":"protected","readonly":true},{"kind":"method","name":"handleTooltipSlotchange","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLSlotElement }"}}]},{"kind":"method","name":"renderLabelContent","privacy":"protected","return":{"type":{"text":"TemplateResult | Node[]"}},"parameters":[{"name":"content","type":{"text":"Node[]"}}]},{"kind":"field","name":"renderAngleIcon","privacy":"protected"},{"kind":"field","name":"renderAlertIcon","privacy":"protected"},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true},{"kind":"method","name":"renderOverlay","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"menu","type":{"text":"TemplateResult"}}]},{"kind":"field","name":"renderDescriptionSlot","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"method","name":"bindButtonKeydownListener","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"field","name":"dismissHelper","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true},{"kind":"method","name":"renderContainer","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"menu","type":{"text":"TemplateResult"}}]},{"kind":"field","name":"renderMenu","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true},{"kind":"method","name":"shouldScheduleManageSelection","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","optional":true,"type":{"text":"Event"}}]},{"kind":"method","name":"shouldManageSelection","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"manageSelection","privacy":"protected","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"getUpdateComplete","privacy":"protected","return":{"type":{"text":"Promise<boolean>"}}},{"kind":"field","name":"handleEnterKeydown","privacy":"protected"},{"kind":"method","name":"onScroll","privacy":"private","return":{"type":{"text":"void"}}}],"events":[{"name":"change","type":{"text":"CustomEvent"}},{"name":"scroll","type":{"text":"Event"}}],"attributes":[{"name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"default":"'bottom-start'","fieldName":"placement"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"}},{"kind":"class","description":"","name":"LuzmoMultiPicker","slots":[{"description":"The placeholder content for the Picker","name":"label"},{"description":"The description content for the Picker","name":"description"},{"description":"Tooltip to to be applied to the the Picker Button","name":"tooltip"},{"description":"menu items to be listed in the Picker","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"static":true,"readonly":true},{"kind":"field","name":"containerStyles","type":{"text":"StyleInfo"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"handleKeydown","privacy":"protected","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"appliedLabel","type":{"text":"string | undefined"},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"button","type":{"text":"HTMLButtonElement"},"privacy":"public","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the Picker is disabled.","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"icons","type":{"text":"'only' | 'none' | undefined"},"privacy":"public","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"variant","type":{"text":"'checkmarks' | 'highlight' | undefined"},"privacy":"public","default":"'checkmarks'","description":"Type of dropdown","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the value is invalid.","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"pending","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the items are currently loading.","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"pendingLabel","type":{"text":"string"},"privacy":"public","default":"'Pending'","description":"Defines a string value that labels the Picker while it is in pending state.","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"multiItemLabel","type":{"text":"string"},"privacy":"public","default":"'items selected'","description":"Defines a string value that labels the Picker when multiple items are selected.","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"label","type":{"text":"string | undefined"},"privacy":"public","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Readonly value","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"labelAlignment","type":{"text":"'inline' | undefined"},"privacy":"public","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"optionsMenu","type":{"text":"LuzmoMenu"},"privacy":"public","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"overlayElement","type":{"text":"LuzmoOverlay"},"privacy":"public","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"privacy":"public","default":"'bottom-start'","attribute":"placement","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Display as a quiet picker","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"value","type":{"text":"string"},"privacy":"public","default":"''","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"values","type":{"text":"string[]"},"privacy":"public","default":"[]","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"selectedItems","type":{"text":"LuzmoMenuItem[] | undefined"},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"buttonLabelContent","type":{"text":"MenuItemChildren"},"privacy":"protected","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"selfManageFocusElement","type":{"text":"boolean"},"readonly":true,"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"menuItems","type":{"text":"LuzmoMenuItem[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"selects","type":{"text":"undefined | 'single' | 'multiple'"},"privacy":"public","default":"'multiple'","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"dependencyManager","privacy":"public","default":"new DependencyManagerController(this)","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"isMobile","privacy":"public","default":"new MatchMediaController(this, IS_MOBILE)","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"strategy","type":{"text":"DesktopController | MobileController"},"privacy":"public","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"pendingStateController","type":{"text":"PendingStateController<this>"},"privacy":"public","default":"new PendingStateController(this)","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"_selectedItemIcon","type":{"text":"any | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"_selectedItems","type":{"text":"LuzmoMenuItem[] | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"_buttonLabelContent","type":{"text":"any | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"listRole","type":{"text":"'listbox' | 'menu'"},"privacy":"protected","default":"'listbox'","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"itemRole","type":{"text":"string"},"privacy":"protected","default":"'option'","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"tooltipEl","type":{"text":"LuzmoTooltip | undefined"},"privacy":"protected","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"hasRenderedOverlay","type":{"text":"boolean"},"privacy":"protected","default":"false","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"_selfManageFocusElement","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"deprecatedMenu","type":{"text":"LuzmoMenu | null"},"privacy":"private","default":"null","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"selectionPromise","privacy":"private","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"selectionResolver","type":{"text":"() => void"},"privacy":"private","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"willManageSelection","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"recentlyConnected","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"private","default":"null","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"readonly":true,"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"forceFocusVisible","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"click","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"handleButtonBlur","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"handleHelperFocus","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"handleChange","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"toggle","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"target","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"close","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"handleSlottableRequest","privacy":"public","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"bindEvents","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"applyFocusElementLabel","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"setValuesFromItems","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"items","type":{"text":"LuzmoMenuItem[]"}},{"name":"menuChangeEvent","optional":true,"type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"setMenuItemSelected","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}},{"name":"value","type":{"text":"boolean"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"handleTooltipSlotchange","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLSlotElement }"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"renderLabelContent","privacy":"protected","return":{"type":{"text":"TemplateResult | Node[]"}},"parameters":[{"name":"content","type":{"text":"Node[]"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"renderAngleIcon","privacy":"protected","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"renderAlertIcon","privacy":"protected","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"renderOverlay","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"menu","type":{"text":"TemplateResult"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"renderDescriptionSlot","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"bindButtonKeydownListener","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"dismissHelper","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"renderContainer","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"menu","type":{"text":"TemplateResult"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"renderMenu","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"shouldScheduleManageSelection","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","optional":true,"type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"shouldManageSelection","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"manageSelection","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"getUpdateComplete","privacy":"protected","return":{"type":{"text":"Promise<boolean>"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"field","name":"handleEnterKeydown","privacy":"protected","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"method","name":"onScroll","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}}],"events":[{"name":"change","type":{"text":"CustomEvent"},"description":"Announces that the `value` of the element has changed","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"description":"Announces that the overlay has been opened","name":"luzmo-opened"},{"description":"Announces that the overlay has been closed","name":"luzmo-closed"},{"name":"scroll","type":{"text":"Event"},"inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}}],"superclass":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"},"tagName":"luzmo-multi-picker","customElement":true,"attributes":[{"name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"default":"'bottom-start'","fieldName":"placement","inheritedFrom":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}}]}],"exports":[{"kind":"js","name":"DESCRIPTION_ID","declaration":{"name":"DESCRIPTION_ID","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"js","name":"LuzmoMultiPickerBase","declaration":{"name":"LuzmoMultiPickerBase","module":"src/components/multi-picker/multi-picker.ts"}},{"kind":"js","name":"LuzmoMultiPicker","declaration":{"name":"LuzmoMultiPicker","module":"src/components/multi-picker/multi-picker.ts"}}]},{"kind":"javascript-module","path":"src/components/number-field/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-number-field","declaration":{"name":"LuzmoNumberField","module":"/src/components/number-field/number-field"}},{"kind":"js","name":"LuzmoNumberField","declaration":{"name":"LuzmoNumberField","module":"./number-field"}}]},{"kind":"javascript-module","path":"src/components/number-field/number-field.ts","declarations":[{"kind":"variable","name":"FRAMES_PER_CHANGE","type":{"text":"number"},"default":"5"},{"kind":"variable","name":"CHANGE_DEBOUNCE_MS","type":{"text":"number"},"default":"100"},{"kind":"variable","name":"indeterminatePlaceholder","type":{"text":"string"},"default":"'-'"},{"kind":"variable","name":"remapMultiByteCharacters","type":{"text":"Record<string, string>"},"default":"{ '1': '1', '2': '2', '3': '3', '4': '4', '5': '5', '6': '6', '7': '7', '8': '8', '9': '9', '0': '0', '、': ',', ',': ',', '。': '.', '.': '.', '%': '%', '+': '+', ー: '-', 一: '1', 二: '2', 三: '3', 四: '4', 五: '5', 六: '6', 七: '7', 八: '8', 九: '9', 零: '0' }"},{"kind":"class","description":"","name":"LuzmoNumberField","slots":[{"description":"default or non-negative help text to associate to your form element","name":"help-text"},{"description":"negative help text to associate to your form element when `invalid`","name":"negative-help-text"}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"buttons","type":{"text":"HTMLDivElement"},"privacy":"private"},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"_forcedUnit","type":{"text":"string"},"default":"''"},{"kind":"field","name":"formatOptions","type":{"text":"Intl.NumberFormatOptions"},"privacy":"public","default":"{}","description":"An `<luzmo-number-field>` element will process its numeric value with\n`new Intl.NumberFormat(this.resolvedLanguage, this.formatOptions).format(this.valueAsNumber)`\nin order to prepare it for visual delivery in the input. In order to customize this\nprocessing supply your own `Intl.NumberFormatOptions` object here.\n\nSee: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat"},{"kind":"field","name":"hideStepper","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the stepper UI is hidden or not."},{"kind":"field","name":"indeterminate","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"keyboardFocused","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"max","type":{"text":"number | undefined"},"privacy":"public"},{"kind":"field","name":"min","type":{"text":"number | undefined"},"privacy":"public"},{"kind":"field","name":"step","type":{"text":"number | undefined"},"privacy":"public","description":"The distance by which to alter the value of the element when taking a \"step\".\n\nWhen `this.formatOptions.style === 'percentage'` the default step will be\nset to 0.01 unless otherwise supplied to the element."},{"kind":"field","name":"managedInput","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"stepModifier","type":{"text":"number"},"privacy":"public","default":"10"},{"kind":"field","name":"value","privacy":"public","description":"The value held by the form control","type":{"text":"string | number"},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"inputValue","type":{"text":"string"},"privacy":"private","readonly":true},{"kind":"field","name":"_value","type":{"text":"string | number"},"privacy":"protected","default":"''","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"_trackingValue","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"lastCommitedValue","type":{"text":"number | undefined"},"privacy":"private"},{"kind":"method","name":"setValue","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"newValue","default":"this.value","type":{"text":"number"}}]},{"kind":"field","name":"valueAsString","type":{"text":"string"},"privacy":"public","description":"Retreive the value of the element parsed to a Number."},{"kind":"field","name":"formattedValue","type":{"text":"string"},"privacy":"public","readonly":true},{"kind":"field","name":"decimalsChars","privacy":"private","default":"new Set(['.', ','])"},{"kind":"field","name":"valueBeforeFocus","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"isIntentDecimal","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"method","name":"convertValueToNumber","privacy":"private","return":{"type":{"text":"number"}},"parameters":[{"name":"inputValue","type":{"text":"string"}}]},{"kind":"field","name":"_step","type":{"text":"number"},"privacy":"private","readonly":true},{"kind":"field","name":"nextChange","type":{"text":"number"},"privacy":"private"},{"kind":"field","name":"changeCount","type":{"text":"number"},"privacy":"private","default":"0"},{"kind":"field","name":"findChange","type":{"text":"(event: PointerEvent) => void"},"privacy":"private"},{"kind":"field","name":"change","type":{"text":"(event: PointerEvent) => void"},"privacy":"private"},{"kind":"field","name":"safty","type":{"text":"number"},"privacy":"private"},{"kind":"field","name":"languageResolver","privacy":"private","default":"new LanguageResolutionController(this)"},{"kind":"method","name":"handlePointerdown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"startChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"doChange","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handlePointermove","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handlePointerup","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"doNextChange","privacy":"private","return":{"type":{"text":"number"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"stepBy","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"count","type":{"text":"number"}}]},{"kind":"method","name":"increment","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"factor","default":"1"}]},{"kind":"method","name":"decrement","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"factor","default":"1"}]},{"kind":"method","name":"handleKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"field","name":"queuedChangeEvent","type":{"text":"number"},"privacy":"private"},{"kind":"method","name":"onScroll","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"WheelEvent"}}]},{"kind":"method","name":"onFocus","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"onBlur","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleFocusin","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleFocusout","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"field","name":"wasIndeterminate","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"indeterminateValue","type":{"text":"number | undefined"},"privacy":"private"},{"kind":"method","name":"handleChange","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleCompositionStart","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleCompositionEnd","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"field","name":"hasRecentlyReceivedPointerDown","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"method","name":"handleInputElementPointerdown","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleInput","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"InputEvent"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"valueWithLimits","privacy":"private","return":{"type":{"text":"number"}},"parameters":[{"name":"nextValue","type":{"text":"number"}}]},{"kind":"method","name":"validateInput","privacy":"private","return":{"type":{"text":"number"}},"parameters":[{"name":"value","type":{"text":"number"}}]},{"kind":"field","name":"displayValue","type":{"text":"string"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"clearNumberFormatterCache","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"field","name":"numberFormatter","type":{"text":"NumberFormatter"},"privacy":"protected","readonly":true},{"kind":"method","name":"clearValueFormatterCache","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"field","name":"valueFormatter","type":{"text":"NumberFormatter"},"privacy":"protected","readonly":true},{"kind":"field","name":"_numberFormatter","type":{"text":"NumberFormatter | undefined"},"privacy":"private"},{"kind":"field","name":"_numberFormatterFocused","type":{"text":"NumberFormatter | undefined"},"privacy":"private"},{"kind":"field","name":"_valueFormatter","type":{"text":"NumberFormatter | undefined"},"privacy":"private"},{"kind":"field","name":"numberParser","type":{"text":"NumberParser"},"privacy":"protected","readonly":true},{"kind":"field","name":"applyFocusElementLabel"},{"kind":"field","name":"_numberParser","type":{"text":"NumberParser | undefined"},"privacy":"private"},{"kind":"field","name":"_numberParserFocused","type":{"text":"NumberParser | undefined"},"privacy":"private"},{"kind":"method","name":"renderField","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"willUpdate","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"field","name":"isComposing","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"field","name":"helpTextManager","default":"new HelpTextManager(this, { mode })","inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"field","name":"helpTextId","type":{"text":"string"},"readonly":true,"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"method","name":"renderHelpText","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"field","name":"appliedLabel","type":{"text":"string | undefined"},"privacy":"protected","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"allowedKeys","type":{"text":"string"},"default":"''","description":"A regular expression outlining the keys that will be allowed to update the value of the form control.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"inputElement","type":{"text":"HTMLInputElement | HTMLTextAreaElement"},"privacy":"protected","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is invalid.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''","description":"A string applied via `aria-label` to the form control when a user visible label is not provided.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"name","type":{"text":"string | undefined"},"privacy":"public","description":"Name of the form control.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"privacy":"public","default":"''","description":"Text that appears in the form control when it has no value set","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"type","type":{"text":"LuzmoTextFieldType"},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"_type","type":{"text":"LuzmoTextFieldType"},"privacy":"private","default":"'text'","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"pattern","type":{"text":"string | undefined"},"privacy":"public","description":"Pattern the `value` must match to be valid","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"grows","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a form control delivered with the `multiline` attribute will change size\nvertically to accomodate longer input","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"maxlength","type":{"text":"number"},"privacy":"public","default":"-1","description":"Defines the maximum string length that the user can enter","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"minlength","type":{"text":"number"},"privacy":"public","default":"-1","description":"Defines the minimum string length that the user can enter","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"multiline","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the form control should accept a value longer than one line","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a user can interact with the value of the form control","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"rows","type":{"text":"number"},"privacy":"public","default":"-1","description":"The specific number of rows the form control should provide in the user interface","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"valid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is valid.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether to display the form control with no visible background","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"required","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the form control will be found to be invalid when it holds no `value`","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"autocomplete","type":{"text":"| 'list'\n | 'none'\n | HTMLInputElement['autocomplete']\n | HTMLTextAreaElement['autocomplete'] | undefined"},"privacy":"public","description":"What form of assistance should be provided when attempting to supply a value to the form control","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLInputElement | HTMLTextAreaElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"setSelectionRange","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"selectionStart","type":{"text":"number"},"description":"The 0-based index of the first selected character. An index greater than the length of the\nelement's value is treated as pointing to the end of the value."},{"name":"selectionEnd","type":{"text":"number"},"description":"The 0-based index of the character after the last selected character. An index greater than\nthe length of the element's value is treated as pointing to the end of the value."},{"name":"selectionDirection","default":"'none'","type":{"text":"'forward' | 'backward' | 'none'"},"description":"A string indicating the direction in which the selection is considered to\nhave been performed.","optional":true}],"description":"Sets the start and end positions of the current selection.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"select","privacy":"public","return":{"type":{"text":"void"}},"description":"Selects all the text.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"renderStateIcons","privacy":"protected","return":{"type":{"text":"TemplateResult | typeof nothing"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"renderMultiline","type":{"text":"TemplateResult"},"privacy":"private","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"renderInput","type":{"text":"TemplateResult"},"privacy":"private","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"checkValidity","privacy":"public","return":{"type":{"text":"boolean"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}}],"events":[{"name":"change","type":{"text":"Event"},"description":"An alteration to the value of the element has been committed by the user.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"description":"The value of the element has changed.","name":"input","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}}],"superclass":{"name":"LuzmoTextFieldBase","module":"/src/components/text-field/text-field"},"tagName":"luzmo-number-field","customElement":true}],"exports":[{"kind":"js","name":"FRAMES_PER_CHANGE","declaration":{"name":"FRAMES_PER_CHANGE","module":"src/components/number-field/number-field.ts"}},{"kind":"js","name":"CHANGE_DEBOUNCE_MS","declaration":{"name":"CHANGE_DEBOUNCE_MS","module":"src/components/number-field/number-field.ts"}},{"kind":"js","name":"indeterminatePlaceholder","declaration":{"name":"indeterminatePlaceholder","module":"src/components/number-field/number-field.ts"}},{"kind":"js","name":"remapMultiByteCharacters","declaration":{"name":"remapMultiByteCharacters","module":"src/components/number-field/number-field.ts"}},{"kind":"js","name":"LuzmoNumberField","declaration":{"name":"LuzmoNumberField","module":"src/components/number-field/number-field.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/abstract-overlay.ts","declarations":[{"kind":"variable","name":"overlayTimer","default":"new LuzmoOverlayTimer()"},{"kind":"function","name":"noop","return":{"type":{"text":"void"}}},{"kind":"function","name":"guaranteedAllTransitionend","return":{"type":{"text":"void"}},"parameters":[{"name":"el","type":{"text":"HTMLElement"},"description":"Target of the \"transition\" listeners."},{"name":"action","type":{"text":"Function"},"description":"Method to trigger the \"transition\"."},{"name":"cb","type":{"text":"Function"},"description":"Callback to trigger when the \"transition\" has ended."}],"description":"Apply a \"transitionend\" listener to an element that may not transition but\nguarantee the callback will be fired either way."},{"kind":"function","name":"nextFrame","return":{"type":{"text":"Promise<void>"}}},{"kind":"class","description":"Abstract Overlay base class so that property tyings and imperative API\ninterfaces can be held separate from the actual class definition.","name":"LuzmoAbstractOverlay","members":[{"kind":"method","name":"applyFocus","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_targetOpenState","type":{"text":"boolean"}},{"name":"_focusEl","type":{"text":"HTMLElement | null"}}]},{"kind":"field","name":"delayed","type":{"text":"boolean"}},{"kind":"field","name":"dialogEl","type":{"text":"HTMLDialogElement & {\n showPopover(): void;\n hidePopover(): void;\n }"}},{"kind":"field","name":"disabled","type":{"text":"boolean"}},{"kind":"field","name":"dispose","default":"noop"},{"kind":"field","name":"elementResolver","type":{"text":"ElementResolutionController"},"privacy":"protected"},{"kind":"field","name":"_elementResolver","type":{"text":"ElementResolutionController"},"privacy":"protected"},{"kind":"method","name":"ensureOnDOM","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_targetOpenState","type":{"text":"boolean"}}]},{"kind":"field","name":"elements","type":{"text":"OpenableElement[]"}},{"kind":"method","name":"makeTransition","privacy":"protected","return":{"type":{"text":"HTMLElement | null"}},"parameters":[{"name":"_targetOpenState","type":{"text":"boolean"}}]},{"kind":"method","name":"manageDelay","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_targetOpenState","type":{"text":"boolean"}}]},{"kind":"method","name":"manageDialogOpen","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"managePopoverOpen","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"managePosition","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"field","name":"offset","type":{"text":"number | [number, number]"},"privacy":"protected","default":"0"},{"kind":"field","name":"open","type":{"text":"boolean"}},{"kind":"field","name":"placement","type":{"text":"Placement | undefined"}},{"kind":"field","name":"placementController","type":{"text":"PlacementController"},"privacy":"protected"},{"kind":"field","name":"_placementController","type":{"text":"PlacementController"},"privacy":"protected"},{"kind":"field","name":"receivesFocus","type":{"text":"'true' | 'false' | 'auto'"}},{"kind":"method","name":"requestSlottable","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"returnFocus","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"field","name":"state","type":{"text":"OverlayState"}},{"kind":"field","name":"_state","type":{"text":"OverlayState"},"privacy":"protected"},{"kind":"field","name":"triggerElement","type":{"text":"HTMLElement | VirtualTrigger | null"}},{"kind":"field","name":"type","type":{"text":"OverlayTypes"}},{"kind":"field","name":"willPreventClose","type":{"text":"boolean"},"default":"false"},{"kind":"method","name":"manuallyKeepOpen","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"update","privacy":"public","static":true,"return":{"type":{"text":"void"}}},{"kind":"method","name":"open","privacy":"public","static":true,"return":{"type":{"text":"Promise<() => void>"}},"parameters":[{"name":"trigger","type":{"text":"HTMLElement"}},{"name":"interaction","type":{"text":"TriggerInteractionsV1"}},{"name":"content","type":{"text":"HTMLElement"}},{"name":"optionsV1","type":{"text":"OverlayOptionsV1"}}],"description":"Overloaded imperative API entry point that allows for both the pre-0.37.0\nargument signature as well as the post-0.37.0 signature. This allows for\nconsumers to continue to leverage it as they had been in previous releases\nwhile also surfacing the more feature-rich API that has been made available."},{"kind":"method","name":"open","privacy":"public","static":true,"return":{"type":{"text":"Promise<LuzmoOverlay>"}},"parameters":[{"name":"content","type":{"text":"HTMLElement"}},{"name":"options","optional":true,"type":{"text":"OverlayOptions"}}]},{"kind":"method","name":"open","privacy":"public","static":true,"return":{"type":{"text":"Promise<LuzmoOverlay | (() => void)>"}},"parameters":[{"name":"triggerOrContent","type":{"text":"HTMLElement"}},{"name":"interactionOrOptions","type":{"text":"TriggerInteractionsV1 | OverlayOptions | undefined"}},{"name":"content","optional":true,"type":{"text":"HTMLElement"}},{"name":"optionsV1","optional":true,"type":{"text":"OverlayOptionsV1"}}]},{"kind":"method","name":"applyOptions","static":true,"return":{"type":{"text":"void"}},"parameters":[{"name":"overlay","type":{"text":"LuzmoAbstractOverlay"}},{"name":"options","type":{"text":"OverlayOptions"}}]}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"}}],"exports":[{"kind":"js","name":"overlayTimer","declaration":{"name":"overlayTimer","module":"src/components/overlay/abstract-overlay.ts"}},{"kind":"js","name":"noop","declaration":{"name":"noop","module":"src/components/overlay/abstract-overlay.ts"}},{"kind":"js","name":"guaranteedAllTransitionend","declaration":{"name":"guaranteedAllTransitionend","module":"src/components/overlay/abstract-overlay.ts"}},{"kind":"js","name":"nextFrame","declaration":{"name":"nextFrame","module":"src/components/overlay/abstract-overlay.ts"}},{"kind":"js","name":"LuzmoAbstractOverlay","declaration":{"name":"LuzmoAbstractOverlay","module":"src/components/overlay/abstract-overlay.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/click-controller.ts","declarations":[{"kind":"class","description":"","name":"ClickController","members":[{"kind":"field","name":"type","type":{"text":"InteractionTypes"},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"preventNextToggle","type":{"text":"'no' | 'maybe' | 'yes'"},"privacy":"public","default":"false","description":"An overlay with a `click` interaction should not close on click `triggerElement`.\nWhen a click is initiated (`pointerdown`), apply `preventNextToggle` when the\noverlay is `open` to prevent from toggling the overlay when the click event\npropagates later in the interaction.","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleClick","return":{"type":{"text":"void"}}},{"kind":"method","name":"handlePointerdown","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"PointerEvent"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"init","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"abortController","type":{"text":"AbortController"},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"pointerdownState","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"public","default":"null","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"container","type":{"text":"TemplateResult"},"privacy":"public","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"activelyOpening","type":{"text":"boolean"},"readonly":true,"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"_open","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","description":"Set `open`","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"_overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"private","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"public","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"releaseDescription","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleBeforetoggle","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & {\n target: LuzmoOverlay;\n newState: 'open' | 'closed';\n }"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"initOverlay","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleActivate","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"Event"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"abort","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostConnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostDisconnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostUpdated","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"target","default":"target","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"host","default":"host","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}}],"superclass":{"name":"InteractionController","module":"/src/components/overlay/interaction-controller"}}],"exports":[{"kind":"js","name":"ClickController","declaration":{"name":"ClickController","module":"src/components/overlay/click-controller.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/events.ts","declarations":[{"kind":"class","description":"","name":"BeforetoggleClosedEvent","members":[{"kind":"field","name":"currentState","type":{"text":"string"},"default":"'open'"},{"kind":"field","name":"newState","type":{"text":"string"},"default":"'closed'"}],"superclass":{"name":"Event","module":"src/components/overlay/events.ts"}},{"kind":"class","description":"","name":"BeforetoggleOpenEvent","members":[{"kind":"field","name":"currentState","type":{"text":"string"},"default":"'closed'"},{"kind":"field","name":"newState","type":{"text":"string"},"default":"'open'"}],"superclass":{"name":"Event","module":"src/components/overlay/events.ts"}},{"kind":"class","description":"","name":"OverlayStateEvent","members":[{"kind":"field","name":"detail","type":{"text":"{\n interaction: string;\n reason?: 'external-click';\n }"},"default":"{ interaction, reason }"}],"superclass":{"name":"Event","module":"src/components/overlay/events.ts"}}],"exports":[{"kind":"js","name":"BeforetoggleClosedEvent","declaration":{"name":"BeforetoggleClosedEvent","module":"src/components/overlay/events.ts"}},{"kind":"js","name":"BeforetoggleOpenEvent","declaration":{"name":"BeforetoggleOpenEvent","module":"src/components/overlay/events.ts"}},{"kind":"js","name":"OverlayStateEvent","declaration":{"name":"OverlayStateEvent","module":"src/components/overlay/events.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/full-size-plugin.ts","declarations":[{"kind":"function","name":"fullSize","parameters":[{"name":"options","default":"{ padding: 0 }","type":{"text":"{ padding: number }"}}]}],"exports":[{"kind":"js","name":"fullSize","declaration":{"name":"fullSize","module":"src/components/overlay/full-size-plugin.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/hover-controller.ts","declarations":[{"kind":"class","description":"","name":"HoverController","members":[{"kind":"field","name":"type","type":{"text":"InteractionTypes"},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"elementIds","type":{"text":"string[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"focusedin","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"hoverTimeout","type":{"text":"ReturnType<typeof setTimeout> | undefined"},"privacy":"private"},{"kind":"field","name":"pointerentered","type":{"text":"boolean"},"default":"false"},{"kind":"method","name":"handleTargetFocusin","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleTargetFocusout","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleTargetPointerenter","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleTargetPointerleave","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleHostPointerenter","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleHostPointerleave","return":{"type":{"text":"void"}}},{"kind":"method","name":"prepareDescription","return":{"type":{"text":"void"}}},{"kind":"method","name":"prepareOverlayRelativeDescription","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"prepareContentRelativeDescription","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"doPointerleave","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"init","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"initOverlay","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"abortController","type":{"text":"AbortController"},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"preventNextToggle","type":{"text":"'no' | 'maybe' | 'yes'"},"privacy":"public","default":"'no'","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"pointerdownState","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"public","default":"null","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"container","type":{"text":"TemplateResult"},"privacy":"public","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"activelyOpening","type":{"text":"boolean"},"readonly":true,"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"_open","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","description":"Set `open`","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"_overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"private","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"public","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"releaseDescription","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleBeforetoggle","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & {\n target: LuzmoOverlay;\n newState: 'open' | 'closed';\n }"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handlePointerdown","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"PointerEvent"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleActivate","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"Event"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"abort","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostConnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostDisconnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostUpdated","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"target","default":"target","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"host","default":"host","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}}],"superclass":{"name":"InteractionController","module":"/src/components/overlay/interaction-controller"}}],"exports":[{"kind":"js","name":"HoverController","declaration":{"name":"HoverController","module":"src/components/overlay/hover-controller.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/index.ts","declarations":[],"exports":[{"kind":"js","name":"*","declaration":{"name":"*","package":"./abstract-overlay"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./click-controller"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./hover-controller"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./interaction-controller"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./loader"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./longpress-controller"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./overlay"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./overlay-trigger"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./overlay-trigger-directive"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./overlay-types"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./placement-controller"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./slottable-request-directive"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./slottable-request-event"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"./virtual-trigger"}},{"kind":"custom-element-definition","name":"luzmo-overlay","declaration":{"name":"LuzmoOverlay","module":"/src/components/overlay/overlay"}},{"kind":"custom-element-definition","name":"luzmo-overlay-trigger","declaration":{"name":"LuzmoOverlayTrigger","module":"/src/components/overlay/overlay-trigger"}}]},{"kind":"javascript-module","path":"src/components/overlay/interaction-controller.ts","declarations":[{"kind":"class","description":"","name":"InteractionController","members":[{"kind":"field","name":"abortController","type":{"text":"AbortController"}},{"kind":"field","name":"activelyOpening","type":{"text":"boolean"},"readonly":true},{"kind":"field","name":"handleOverlayReady","type":{"text":"(overlay: LuzmoAbstractOverlay) => void | undefined"},"privacy":"private","default":"handleOverlayReady"},{"kind":"field","name":"isLazilyOpen","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","description":"Set `open` against the associated Overlay lazily."},{"kind":"field","name":"overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"public","default":"overlay"},{"kind":"field","name":"_overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"private"},{"kind":"field","name":"isPersistent","type":{"text":"boolean"},"privacy":"protected","default":"!!isPersistent"},{"kind":"field","name":"type","type":{"text":"InteractionTypes"}},{"kind":"method","name":"prepareDescription","return":{"type":{"text":"void"}},"parameters":[{"name":"_","type":{"text":"HTMLElement"}}]},{"kind":"method","name":"releaseDescription","return":{"type":{"text":"void"}}},{"kind":"method","name":"shouldCompleteOpen","return":{"type":{"text":"void"}}},{"kind":"method","name":"init","return":{"type":{"text":"void"}}},{"kind":"method","name":"initOverlay","return":{"type":{"text":"void"}}},{"kind":"method","name":"abort","return":{"type":{"text":"void"}}},{"kind":"method","name":"hostConnected","return":{"type":{"text":"void"}}},{"kind":"method","name":"hostDisconnected","return":{"type":{"text":"void"}}}]}],"exports":[{"kind":"js","name":"InteractionController","declaration":{"name":"InteractionController","module":"src/components/overlay/interaction-controller.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/loader.ts","declarations":[{"kind":"function","name":"openOverlay","return":{"type":{"text":"Promise<() => void>"}},"parameters":[{"name":"trigger","type":{"text":"HTMLElement"}},{"name":"interaction","type":{"text":"TriggerInteractionsV1"}},{"name":"content","type":{"text":"HTMLElement"}},{"name":"optionsV1","type":{"text":"OverlayOptionsV1"}}]},{"kind":"function","name":"openOverlay","return":{"type":{"text":"Promise<LuzmoOverlay>"}},"parameters":[{"name":"content","type":{"text":"HTMLElement"}},{"name":"options","optional":true,"type":{"text":"OverlayOptions"}}]},{"kind":"function","name":"openOverlay","return":{"type":{"text":"Promise<LuzmoOverlay | (() => void)>"}},"parameters":[{"name":"triggerOrContent","type":{"text":"HTMLElement"}},{"name":"interactionOrOptions","type":{"text":"TriggerInteractionsV1 | OverlayOptions | undefined"}},{"name":"content","optional":true,"type":{"text":"HTMLElement"}},{"name":"optionsV1","optional":true,"type":{"text":"OverlayOptionsV1"}}]}],"exports":[{"kind":"js","name":"openOverlay","declaration":{"name":"openOverlay","module":"src/components/overlay/loader.ts"}},{"kind":"js","name":"openOverlay","declaration":{"name":"openOverlay","module":"src/components/overlay/loader.ts"}},{"kind":"js","name":"openOverlay","declaration":{"name":"openOverlay","module":"src/components/overlay/loader.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/longpress-controller.ts","declarations":[{"kind":"variable","name":"LONGPRESS_INSTRUCTIONS","type":{"text":"object"},"default":"{ touch: 'Double tap and long press for additional options', keyboard: 'Press Space or Alt+Down Arrow for additional options', mouse: 'Click and hold for additional options' }"},{"kind":"class","description":"","name":"LongpressController","members":[{"kind":"field","name":"type","type":{"text":"InteractionTypes"},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"activelyOpening","type":{"text":"boolean"},"readonly":true,"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"longpressState","type":{"text":"null | 'potential' | 'opening' | 'pressed'"},"privacy":"protected","default":"null"},{"kind":"field","name":"releaseDescription","return":{"type":{"text":"void"}},"default":"noop","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"timeout","type":{"text":"ReturnType<typeof setTimeout>"},"privacy":"private"},{"kind":"method","name":"handleLongpress","return":{"type":{"text":"void"}}},{"kind":"method","name":"handlePointerdown","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"handlePointerup","privacy":"private"},{"kind":"method","name":"handleKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleKeyup","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"prepareDescription","return":{"type":{"text":"void"}},"parameters":[{"name":"trigger","type":{"text":"HTMLElement"}}]},{"kind":"method","name":"shouldCompleteOpen","return":{"type":{"text":"void"}}},{"kind":"method","name":"init","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"abortController","type":{"text":"AbortController"},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"preventNextToggle","type":{"text":"'no' | 'maybe' | 'yes'"},"privacy":"public","default":"'no'","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"pointerdownState","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"public","default":"null","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"container","type":{"text":"TemplateResult"},"privacy":"public","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"_open","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","description":"Set `open`","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"_overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"private","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"public","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleBeforetoggle","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & {\n target: LuzmoOverlay;\n newState: 'open' | 'closed';\n }"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"initOverlay","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleActivate","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"Event"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"abort","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostConnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostDisconnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostUpdated","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"target","default":"target","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"host","default":"host","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}}],"superclass":{"name":"InteractionController","module":"/src/components/overlay/interaction-controller"}}],"exports":[{"kind":"js","name":"LONGPRESS_INSTRUCTIONS","declaration":{"name":"LONGPRESS_INSTRUCTIONS","module":"src/components/overlay/longpress-controller.ts"}},{"kind":"js","name":"LongpressController","declaration":{"name":"LongpressController","module":"src/components/overlay/longpress-controller.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/overlay-dialog.ts","declarations":[{"kind":"mixin","description":"","name":"OverlayDialog","members":[{"kind":"method","name":"manageDialogOpen","privacy":"protected","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"dialogMakeTransition","privacy":"protected","return":{"type":{"text":"HTMLElement | null"}},"parameters":[{"name":"targetOpenState","type":{"text":"boolean"}}]},{"kind":"method","name":"dialogApplyFocus","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"targetOpenState","type":{"text":"boolean"}},{"name":"focusEl","type":{"text":"HTMLElement | null"}}]}],"events":[{"type":{"text":"event"}},{"name":"eventName","type":{"text":"OverlayStateEvent"}}],"parameters":[{"name":"constructor","type":{"text":"T"}}]}],"exports":[{"kind":"js","name":"OverlayDialog","declaration":{"name":"OverlayDialog","module":"src/components/overlay/overlay-dialog.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/overlay-events.ts","declarations":[{"kind":"class","description":"","name":"OverlayCloseEvent","members":[{"kind":"field","name":"root","type":{"text":"HTMLElement | undefined"},"default":"root"}],"superclass":{"name":"Event","module":"src/components/overlay/overlay-events.ts"}}],"exports":[{"kind":"js","name":"OverlayCloseEvent","declaration":{"name":"OverlayCloseEvent","module":"src/components/overlay/overlay-events.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/overlay-no-popover.ts","declarations":[{"kind":"mixin","description":"","name":"OverlayNoPopover","members":[{"kind":"method","name":"managePopoverOpen","privacy":"protected","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"manageDelay","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"targetOpenState","type":{"text":"boolean"}}]},{"kind":"method","name":"ensureOnDOM","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_targetOpenState","type":{"text":"boolean"}}]},{"kind":"method","name":"makeTransition","privacy":"protected","return":{"type":{"text":"HTMLElement | null"}},"parameters":[{"name":"targetOpenState","type":{"text":"boolean"}}]}],"events":[{"type":{"text":"event"}},{"name":"eventName","type":{"text":"OverlayStateEvent"}}],"parameters":[{"name":"constructor","type":{"text":"T"}}]}],"exports":[{"kind":"js","name":"OverlayNoPopover","declaration":{"name":"OverlayNoPopover","module":"src/components/overlay/overlay-no-popover.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/overlay-popover.ts","declarations":[{"kind":"mixin","description":"","name":"OverlayPopover","members":[{"kind":"method","name":"manageDelay","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"targetOpenState","type":{"text":"boolean"}}]},{"kind":"method","name":"shouldHidePopover","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"targetOpenState","type":{"text":"boolean"}}],"description":"A popover should be hidden _after_ it is no longer on top-layer because\nthe position metrics will have changed from when it was originally positioned."},{"kind":"method","name":"shouldShowPopover","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"targetOpenState","type":{"text":"boolean"}}]},{"kind":"method","name":"ensureOnDOM","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"targetOpenState","type":{"text":"boolean"}}]},{"kind":"method","name":"makeTransition","privacy":"protected","return":{"type":{"text":"HTMLElement | null"}},"parameters":[{"name":"targetOpenState","type":{"text":"boolean"}}]}],"events":[{"type":{"text":"event"}},{"name":"eventName","type":{"text":"OverlayStateEvent"}}],"parameters":[{"name":"constructor","type":{"text":"T"}}]}],"exports":[{"kind":"js","name":"OverlayPopover","declaration":{"name":"OverlayPopover","module":"src/components/overlay/overlay-popover.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/overlay-stack.ts","declarations":[{"kind":"variable","name":"overlayStack","default":"new OverlayStack()"}],"exports":[{"kind":"js","name":"overlayStack","declaration":{"name":"overlayStack","module":"src/components/overlay/overlay-stack.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/overlay-timer.ts","declarations":[{"kind":"class","description":"A timer to help with implementation of warnup/cooldown behavior as described here:","name":"LuzmoOverlayTimer","members":[{"kind":"field","name":"warmUpDelay","privacy":"private","default":"1000","type":{"text":"number"}},{"kind":"field","name":"coolDownDelay","privacy":"private","default":"1000","type":{"text":"number"}},{"kind":"field","name":"isWarm","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"cooldownTimeout","type":{"text":"number | undefined"},"privacy":"private"},{"kind":"field","name":"component","type":{"text":"HTMLElement | undefined"},"privacy":"private"},{"kind":"field","name":"timeout","type":{"text":"number"},"privacy":"private","default":"0"},{"kind":"field","name":"promise","type":{"text":"Promise<boolean> | undefined"},"privacy":"private"},{"kind":"field","name":"resolve","type":{"text":"(cancelled: boolean) => void | undefined"},"privacy":"private"},{"kind":"method","name":"openTimer","privacy":"public","return":{"type":{"text":"Promise<boolean>"}},"parameters":[{"name":"component","type":{"text":"HTMLElement"}}]},{"kind":"method","name":"close","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"component","type":{"text":"HTMLElement"}}]},{"kind":"method","name":"resetCooldownTimer","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"cancelCooldownTimer","privacy":"private","return":{"type":{"text":"void"}}}]}],"exports":[{"kind":"js","name":"LuzmoOverlayTimer","declaration":{"name":"LuzmoOverlayTimer","module":"src/components/overlay/overlay-timer.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/overlay-trigger-directive.ts","declarations":[{"kind":"class","description":"","name":"OverlayTriggerDirective","members":[{"kind":"field","name":"host","type":{"text":"object | undefined"},"privacy":"private"},{"kind":"field","name":"overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"private"},{"kind":"field","name":"strategy","type":{"text":"ClickController | HoverController | LongpressController"},"privacy":"private"},{"kind":"field","name":"defaultOptions","type":{"text":"OverlayTriggerOptions"},"privacy":"protected","default":"{ triggerInteraction: 'click', overlayOptions: { type: 'auto', offset: 0 } }"},{"kind":"field","name":"options","type":{"text":"OverlayOptions"},"privacy":"protected","default":"{ ...this.defaultOptions.overlayOptions }"},{"kind":"field","name":"insertionOptions","type":{"text":"InsertionOptions | undefined"},"privacy":"protected"},{"kind":"method","name":"render","return":{"type":{"text":"unknown"}},"parameters":[{"name":"_template","type":{"text":"() => TemplateResult"}},{"name":"_options","optional":true,"type":{"text":"Partial<OverlayTriggerOptions>"}}],"inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"method","name":"update","return":{"type":{"text":"void"}},"parameters":[{"name":"part","type":{"text":"ElementPart"}},{"name":"[template, options]","type":{"text":"Parameters<this['render']>"}}],"inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"method","name":"handleSlottableRequest","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"SlottableRequestEvent"}}],"inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"field","name":"template","type":{"text":"() => TemplateResult"},"privacy":"protected","inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"field","name":"target","type":{"text":"HTMLElement"},"privacy":"protected","inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"field","name":"renderBefore","type":{"text":"HTMLElement | undefined"},"privacy":"private","inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"field","name":"listenerHost","type":{"text":"HTMLElement"},"privacy":"protected","inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"field","name":"listeners","type":{"text":"AbortController"},"privacy":"protected","inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"method","name":"init","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"method","name":"disconnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"method","name":"reconnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}}],"superclass":{"name":"SlottableRequestDirective","module":"/src/components/overlay/slottable-request-directive"}},{"kind":"variable","name":"trigger"}],"exports":[{"kind":"js","name":"OverlayTriggerDirective","declaration":{"name":"OverlayTriggerDirective","module":"src/components/overlay/overlay-trigger-directive.ts"}},{"kind":"js","name":"trigger","declaration":{"name":"trigger","module":"src/components/overlay/overlay-trigger-directive.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/overlay-trigger.ts","declarations":[{"kind":"class","description":"","name":"LuzmoOverlayTrigger","slots":[{"description":"The content that will trigger the various overlays","name":"trigger"},{"description":"The content that will be displayed on hover","name":"hover-content"},{"description":"The content that will be displayed on click","name":"click-content"},{"description":"The content that will be displayed on click","name":"longpress-content"}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"content","type":{"text":"string"},"default":"'click hover longpress'"},{"kind":"field","name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"privacy":"public","attribute":"placement"},{"kind":"field","name":"type","type":{"text":"OverlayTriggerInteractions | undefined"},"privacy":"public"},{"kind":"field","name":"offset","type":{"text":"number"},"privacy":"public","default":"6"},{"kind":"field","name":"open","type":{"text":"OverlayContentTypes | undefined"},"privacy":"public"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"receivesFocus","type":{"text":"'true' | 'false' | 'auto'"},"privacy":"public","default":"'auto'"},{"kind":"field","name":"clickContent","type":{"text":"HTMLElement[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"clickPlacement","type":{"text":"Placement | undefined"},"privacy":"private"},{"kind":"field","name":"longpressContent","type":{"text":"HTMLElement[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"longpressPlacement","type":{"text":"Placement | undefined"},"privacy":"private"},{"kind":"field","name":"hoverContent","type":{"text":"HTMLElement[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"hoverPlacement","type":{"text":"Placement | undefined"},"privacy":"private"},{"kind":"field","name":"targetContent","type":{"text":"HTMLElement[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"clickOverlayElement","type":{"text":"LuzmoOverlay"}},{"kind":"field","name":"longpressOverlayElement","type":{"text":"LuzmoOverlay"}},{"kind":"field","name":"hoverOverlayElement","type":{"text":"LuzmoOverlay"}},{"kind":"method","name":"getAssignedElementsFromSlot","privacy":"private","return":{"type":{"text":"HTMLElement[]"}},"parameters":[{"name":"slot","type":{"text":"HTMLSlotElement"}}]},{"kind":"method","name":"handleTriggerContent","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLSlotElement }"}}]},{"kind":"method","name":"handleSlotContent","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLSlotElement }"}}]},{"kind":"method","name":"handleBeforetoggle","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"BeforetoggleOpenEvent"}}]},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"renderSlot","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"name","type":{"text":"string"}}]},{"kind":"method","name":"renderClickOverlay","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderHoverOverlay","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"renderLongpressOverlay","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"getUpdateComplete","privacy":"protected","return":{"type":{"text":"Promise<boolean>"}}}],"events":[{"description":"Announces that the overlay has been opened","name":"luzmo-opened"},{"description":"Announces that the overlay has been closed","name":"luzmo-closed"}],"attributes":[{"name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"fieldName":"placement"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"overlay-trigger","customElement":true}],"exports":[{"kind":"js","name":"LuzmoOverlayTrigger","declaration":{"name":"LuzmoOverlayTrigger","module":"src/components/overlay/overlay-trigger.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/overlay-types.ts","declarations":[],"exports":[{"kind":"js","name":"Placement","declaration":{"name":"Placement","package":"@floating-ui/dom"}}]},{"kind":"javascript-module","path":"src/components/overlay/overlay.ts","declarations":[{"kind":"class","description":"","name":"LuzmoOverlay","members":[{"kind":"field","name":"styles","type":{"text":"array"},"static":true,"default":"[unsafeCSS(styles)]"},{"kind":"field","name":"delayed","type":{"text":"boolean"},"description":"An Overlay that is `delayed` will wait until a warm-up period of 1000ms\nhas completed before opening. Once the warm-up period has completed, all\nsubsequent Overlays will open immediately. When no Overlays are opened,\na cool-down period of 1000ms will begin. Once the cool-down has completed,\nthe next Overlay to be opened will be subject to the warm-up period if\nprovided that option.\n\nThis behavior helps to manage the performance and user experience by\npreventing multiple overlays from opening simultaneously and ensuring\na smooth transition between opening and closing overlays.","default":"false"},{"kind":"field","name":"_delayed","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"dialogEl","type":{"text":"HTMLDialogElement & {\n showPopover(): void;\n hidePopover(): void;\n }"},"description":"A reference to the dialog element within the overlay.\nThis element is expected to have `showPopover` and `hidePopover` methods."},{"kind":"field","name":"disabled","type":{"text":"boolean"},"description":"Indicates whether the overlay is currently functional or not.\n\nWhen set to `true`, the overlay is disabled, and any active strategy is aborted.\nThe overlay will also close if it is currently open. When set to `false`, the\noverlay will re-bind events and re-open if it was previously open.","default":"false"},{"kind":"field","name":"_disabled","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"elements","type":{"text":"OpenableElement[]"},"description":"A query to gather all elements slotted into the default slot, excluding elements\nwith the slot name \"longpress-describedby-descriptor\"."},{"kind":"field","name":"parentOverlayToForceClose","type":{"text":"LuzmoOverlay | undefined"},"privacy":"public","description":"A reference to the parent overlay that should be force-closed, if any."},{"kind":"field","name":"hasNonVirtualTrigger","type":{"text":"boolean"},"privacy":"private","description":"Determines if the overlay has a non-virtual trigger element.","return":{"type":{"text":""}},"readonly":true},{"kind":"field","name":"offset","type":{"text":"number | [number, number]"},"default":"0","description":"The `offset` property accepts either a single number to define the offset of the\nOverlay along the main axis from the trigger, or a 2-tuple to define the offset\nalong both the main axis and the cross axis. This option has no effect when there\nis no trigger element."},{"kind":"field","name":"placementController","type":{"text":"PlacementController"},"privacy":"protected","description":"Provides an instance of the `PlacementController` for managing the positioning\nof the overlay relative to its trigger element.\n\nIf the `PlacementController` instance does not already exist, it is created and\nassigned to the `_placementController` property.","return":{"type":{"text":""}},"readonly":true},{"kind":"field","name":"open","type":{"text":"boolean"},"description":"Indicates whether the Overlay is projected onto the \"top layer\" or not.\n\nWhen set to `true`, the overlay is open and visible. When set to `false`, the overlay is closed and hidden.","default":"false"},{"kind":"field","name":"_open","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"openCount","type":{"text":"number"},"static":true,"default":"1","description":"Tracks the number of overlays that have been opened.\n\nThis static property is used to manage the stacking context of multiple overlays."},{"kind":"field","name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"description":"Instruct the Overlay where to place itself in relationship to the trigger element."},{"kind":"field","name":"lastRequestSlottableState","type":{"text":"boolean"},"privacy":"private","default":"false","description":"The state in which the last `request-slottable` event was dispatched.\n\nThis property ensures that overlays do not dispatch the same state twice in a row."},{"kind":"field","name":"receivesFocus","type":{"text":"'true' | 'false' | 'auto'"},"default":"'auto'","description":"Whether to pass focus to the overlay once opened, or\nto the appropriate value based on the \"type\" of the overlay\nwhen set to `\"auto\"`."},{"kind":"field","name":"slotEl","type":{"text":"HTMLSlotElement"},"description":"A reference to the slot element within the overlay.\n\nThis element is used to manage the content slotted into the overlay."},{"kind":"field","name":"state","type":{"text":"OverlayState"},"description":"The current state of the overlay.\n\nThis property reflects the current state of the overlay, such as 'opened' or 'closed'.\nWhen the state changes, it triggers the appropriate actions and updates the component.","default":"'closed'"},{"kind":"field","name":"_state","type":{"text":"OverlayState"},"default":"'closed'"},{"kind":"field","name":"strategy","type":{"text":"ClickController | HoverController | LongpressController | undefined"},"privacy":"public","description":"The interaction strategy for opening the overlay.\nThis can be a ClickController, HoverController, or LongpressController."},{"kind":"field","name":"tipPadding","type":{"text":"number"},"description":"The padding around the tip of the overlay.\nThis property defines the padding around the tip of the overlay, which can be used to adjust its positioning."},{"kind":"field","name":"trigger","type":{"text":"string"},"description":"An optional ID reference for the trigger element combined with the optional\ninteraction (click | hover | longpress) by which the overlay should open.\nThe format is `trigger@interaction`, e.g., `trigger@click` opens the overlay\nwhen an element with the ID \"trigger\" is clicked."},{"kind":"field","name":"triggerElement","type":{"text":"HTMLElement | VirtualTrigger | null"},"default":"null","description":"An element reference for the trigger element that the overlay should relate to.\nThis property is not reflected as an attribute."},{"kind":"field","name":"triggerInteraction","type":{"text":"TriggerInteraction"},"description":"The specific interaction to listen for on the `triggerElement` to open the overlay.\nThis property is not reflected as an attribute."},{"kind":"field","name":"type","type":{"text":"\"auto\" | \"hint\" | \"manual\" | \"modal\" | \"page\""},"default":"'auto'","description":"Configures the open/close heuristics of the Overlay."},{"kind":"field","name":"wasOpen","type":{"text":"boolean"},"privacy":"protected","default":"false","description":"Tracks whether the overlay was previously open.\nThis is used to restore the open state when re-enabling the overlay."},{"kind":"field","name":"elementResolver","type":{"text":"ElementResolutionController"},"privacy":"protected","description":"Provides an instance of the `ElementResolutionController` for managing the element\nthat the overlay should be associated with. If the instance does not already exist,\nit is created and assigned to the `_elementResolver` property.","return":{"type":{"text":""}},"readonly":true},{"kind":"field","name":"usesDialog","type":{"text":"boolean"},"privacy":"private","description":"Determines if the overlay uses a dialog.\nReturns `true` if the overlay type is \"modal\" or \"page\".","return":{"type":{"text":""}},"readonly":true},{"kind":"field","name":"popoverValue","type":{"text":"'auto' | 'manual' | undefined"},"privacy":"private","description":"Determines the value for the popover attribute based on the overlay type.","return":{"type":{"text":""}},"readonly":true},{"kind":"field","name":"requiresPositioning","type":{"text":"boolean"},"privacy":"protected","description":"Determines if the overlay requires positioning based on its type and state.","return":{"type":{"text":""}},"readonly":true},{"kind":"method","name":"managePosition","privacy":"protected","return":{"type":{"text":"void"}},"description":"Manages the positioning of the overlay relative to its trigger element.\n\nThis method calculates the necessary parameters for positioning the overlay,\nsuch as offset, placement, and tip padding, and then delegates the actual\npositioning to the `PlacementController`."},{"kind":"method","name":"managePopoverOpen","privacy":"protected","return":{"type":{"text":""}},"description":"Manages the process of opening the popover.\n\nThis method handles the necessary steps to open the popover, including managing delays,\nensuring the popover is in the DOM, making transitions, and applying focus."},{"kind":"method","name":"applyFocus","privacy":"protected","return":{"type":{"text":""}},"parameters":[{"name":"targetOpenState","type":{"text":"boolean"},"description":"The target open state of the overlay."},{"name":"focusEl","type":{"text":"HTMLElement | null"},"description":"The element to focus after opening the popover."}],"description":"Applies focus to the appropriate element after the popover has been opened.\n\nThis method handles the focus management for the overlay, ensuring that the correct\nelement receives focus based on the overlay's type and state."},{"kind":"method","name":"returnFocus","privacy":"protected","return":{"type":{"text":"void"}},"description":"Returns focus to the trigger element if the overlay is closed.\n\nThis method ensures that focus is returned to the trigger element when the overlay is closed,\nunless the overlay is of type \"hint\" or the focus is already outside the overlay."},{"kind":"field","name":"closeOnFocusOut","privacy":"private","description":"Handles the focus out event to close the overlay if the focus moves outside of it.\n\nThis method ensures that the overlay is closed when the focus moves to an element\noutside of the overlay, unless the focus is moved to a related element.","parameters":[{"description":"The focus out event.","name":"event"}]},{"kind":"method","name":"manageOpen","privacy":"protected","return":{"type":{"text":""}},"parameters":[{"name":"oldOpen","type":{"text":"boolean"},"description":"The previous open state of the overlay."}],"description":"Manages the process of opening or closing the overlay.\n\nThis method handles the necessary steps to open or close the overlay, including updating the state,\nmanaging the overlay stack, and handling focus events."},{"kind":"method","name":"bindEvents","privacy":"protected","return":{"type":{"text":"void"}},"description":"Binds event handling strategies to the overlay based on the specified trigger interaction.\n\nThis method sets up the appropriate event handling strategy for the overlay, ensuring that\nit responds correctly to user interactions such as clicks, hovers, or long presses."},{"kind":"method","name":"handleBeforetoggle","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { newState: string }"},"description":"The `beforetoggle` event with the new state."}],"description":"Handles the `beforetoggle` event to manage the overlay's state.\n\nThis method checks the new state of the event and calls `handleBrowserClose`\nif the new state is not 'open'."},{"kind":"method","name":"handleBrowserClose","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"},"description":"The browser's close event."}],"description":"Handles the browser's close event to manage the overlay's state.\n\nThis method stops the propagation of the event and closes the overlay if it is not\nactively opening. If the overlay is actively opening, it calls `manuallyKeepOpen`."},{"kind":"method","name":"manuallyKeepOpen","privacy":"public","return":{"type":{"text":"void"}},"description":"Manually keeps the overlay open.\n\nThis method sets the overlay to open, allows placement updates, and manages the open state."},{"kind":"method","name":"handleSlotchange","privacy":"protected","return":{"type":{"text":"void"}},"description":"Handles the `slotchange` event to manage the overlay's state.\n\nThis method checks if there are any elements in the slot. If there are no elements,\nit releases the description from the strategy. If there are elements and the trigger\nis non-virtual, it prepares the description for the trigger element."},{"kind":"method","name":"shouldPreventClose","privacy":"public","return":{"type":{"text":""}},"description":"Determines whether the overlay should prevent closing.\n\nThis method checks the `willPreventClose` flag and resets it to `false`.\nIt returns the value of the `willPreventClose` flag."},{"kind":"method","name":"requestSlottable","privacy":"protected","return":{"type":{"text":"void"}},"description":"Requests slottable content for the overlay.\n\nThis method dispatches a `SlottableRequestEvent` to request or remove slottable content\nbased on the current open state of the overlay. It ensures that the same state is not\ndispatched twice in a row."},{"kind":"method","name":"willUpdate","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"},"description":"The properties that have changed."}],"description":"Lifecycle method called before the component updates.\n\nThis method handles various tasks before the component updates, such as setting an ID,\nmanaging the open state, resolving the trigger element, and binding events."},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"},"description":"The properties that have changed."}],"description":"Lifecycle method called after the component updates.\n\nThis method handles various tasks after the component updates, such as updating the placement\nattribute, resetting the overlay position, and clearing the overlay position based on the state."},{"kind":"method","name":"renderContent","privacy":"protected","return":{"type":{"text":""}},"description":"Renders the content of the overlay.\n\nThis method returns a template result containing a slot element. The slot element\nlistens for the `slotchange` event to manage the overlay's state."},{"kind":"field","name":"dialogStyleMap","type":{"text":"StyleInfo"},"privacy":"private","description":"Generates a style map for the dialog element.\n\nThis method returns an object containing CSS custom properties for the dialog element.\nThe `--luzmo-overlay-open-count` custom property is set to the current open count of overlays.","return":{"type":{"text":""}},"readonly":true},{"kind":"method","name":"renderDialog","privacy":"protected","return":{"type":{"text":""}},"description":"Renders the dialog element for the overlay.\n\nThis method returns a template result containing a dialog element. The dialog element\nincludes various attributes and event listeners to manage the overlay's state and behavior."},{"kind":"method","name":"renderPopover","privacy":"protected","return":{"type":{"text":""}},"description":"Renders the popover element for the overlay.\n\nThis method returns a template result containing a div element styled as a popover.\nThe popover element includes various attributes and event listeners to manage the overlay's state and behavior."},{"kind":"method","name":"render","privacy":"public","return":{"type":{"text":""}},"description":"Renders the overlay component.\n\nThis method returns a template result containing either a dialog or popover element\nbased on the overlay type. It also includes a slot for longpress descriptors."}],"events":[{"description":"announces that an overlay has completed any entry animations","name":"luzmo-opened"},{"description":"announce that an overlay has compelted any exit animations","name":"luzmo-closed"},{"description":"requests to add or remove slottable content","name":"slottable-request"}],"superclass":{"name":"ComputedOverlayBase","module":"src/components/overlay/overlay.ts"},"tagName":"luzmo-overlay","customElement":true}],"exports":[{"kind":"js","name":"LuzmoOverlay","declaration":{"name":"LuzmoOverlay","module":"src/components/overlay/overlay.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/placement-controller.ts","declarations":[{"kind":"variable","name":"placementUpdatedSymbol","description":"Symbol used to indicate that the placement has been updated."},{"kind":"class","description":"Controller for managing the placement of an overlay.\n\nThis class implements the ReactiveController interface and provides methods\nfor managing the positioning and constraints of an overlay element.","name":"PlacementController","members":[{"kind":"field","name":"cleanup","type":{"text":"() => void | undefined"},"privacy":"private","description":"Function to clean up resources when the controller is no longer needed."},{"kind":"field","name":"initialHeight","type":{"text":"number"},"description":"Initial height of the overlay."},{"kind":"field","name":"isConstrained","type":{"text":"boolean"},"description":"Indicates whether the overlay is constrained by available space."},{"kind":"field","name":"host","type":{"text":"ReactiveElement & { elements: OpenableElement[] }"},"privacy":"private","description":"The host element that uses this controller.","default":"host"},{"kind":"field","name":"options","type":{"text":"OverlayOptionsV1"},"privacy":"private","description":"Options for configuring the overlay placement."},{"kind":"field","name":"originalPlacements","privacy":"private","default":"new WeakMap<HTMLElement, Placement>()","description":"A WeakMap to store the original placements of overlay elements.","type":{"text":"WeakMap<HTMLElement, Placement>"}},{"kind":"field","name":"target","type":{"text":"HTMLElement"},"privacy":"private","description":"The target element for the overlay."},{"kind":"method","name":"placeOverlay","privacy":"public","return":{"type":{"text":""}},"parameters":[{"name":"target","default":"this.target","type":{"text":"HTMLElement"},"description":"The target element for the overlay.","optional":true},{"name":"options","default":"this.options","type":{"text":"OverlayOptionsV1"},"description":"The options for configuring the overlay placement.","optional":true}],"description":"Places the overlay relative to the target element.\n\nThis method sets up the necessary configurations and event listeners to manage the\npositioning and constraints of the overlay element."},{"kind":"field","name":"allowPlacementUpdate","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Flag to allow or disallow placement updates."},{"kind":"field","name":"closeForAncestorUpdate","description":"Closes the overlay if an ancestor element is updated.\n\nThis method checks if placement updates are allowed and if the overlay type is not 'modal'.\nIf these conditions are met and a cleanup function is defined, it dispatches a 'close' event\non the target element to close the overlay."},{"kind":"field","name":"updatePlacement","privacy":"private","description":"Updates the placement of the overlay.\n\nThis method calls the computePlacement method to recalculate the overlay's position."},{"kind":"method","name":"computePlacement","return":{"type":{"text":""}},"description":"Computes the placement of the overlay relative to the target element.\n\nThis method calculates the necessary positioning and constraints for the overlay element\nusing various middleware functions. It updates the overlay's style and attributes based\non the computed position."},{"kind":"method","name":"clearOverlayPosition","privacy":"public","return":{"type":{"text":"void"}},"description":"Clears the overlay's position styles.\n\nThis method removes the max-height and max-width styles from the target element,\nand resets the initial height and constrained state of the overlay."},{"kind":"field","name":"resetOverlayPosition","privacy":"public","description":"Resets the overlay's position.\n\nThis method clears the overlay's position, forces a reflow, and recomputes the placement."},{"kind":"method","name":"hostConnected","return":{"type":{"text":"void"}},"description":"Lifecycle method called when the host element is connected to the DOM.\n\nThis method sets up an event listener to reset the overlay's position when the 'luzmo-update-overlays' event is dispatched."},{"kind":"method","name":"hostUpdated","return":{"type":{"text":"void"}},"description":"Lifecycle method called when the host element is updated.\n\nThis method cleans up resources if the overlay is not open."},{"kind":"method","name":"hostDisconnected","return":{"type":{"text":"void"}},"description":"Lifecycle method called when the host element is disconnected from the DOM.\n\nThis method removes the event listener and cleans up resources."}]}],"exports":[{"kind":"js","name":"placementUpdatedSymbol","declaration":{"name":"placementUpdatedSymbol","module":"src/components/overlay/placement-controller.ts"}},{"kind":"js","name":"PlacementController","declaration":{"name":"PlacementController","module":"src/components/overlay/placement-controller.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/slottable-request-directive.ts","declarations":[{"kind":"class","description":"","name":"SlottableRequestDirective","members":[{"kind":"field","name":"template","type":{"text":"() => TemplateResult"},"privacy":"protected"},{"kind":"field","name":"target","type":{"text":"HTMLElement"},"privacy":"protected"},{"kind":"field","name":"renderBefore","type":{"text":"HTMLElement | undefined"},"privacy":"private"},{"kind":"field","name":"listenerHost","type":{"text":"HTMLElement"},"privacy":"protected"},{"kind":"field","name":"listeners","type":{"text":"AbortController"},"privacy":"protected"},{"kind":"method","name":"render","return":{"type":{"text":"unknown"}},"parameters":[{"name":"_template","type":{"text":"() => TemplateResult"}}]},{"kind":"method","name":"update","return":{"type":{"text":"void"}},"parameters":[{"name":"part","type":{"text":"ElementPart"}},{"name":"[template]","type":{"text":"Parameters<this['render']>"}}]},{"kind":"method","name":"handleSlottableRequest","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"SlottableRequestEvent"}}]},{"kind":"method","name":"init","return":{"type":{"text":"void"}}},{"kind":"method","name":"disconnected","return":{"type":{"text":"void"}}},{"kind":"method","name":"reconnected","return":{"type":{"text":"void"}}}],"superclass":{"name":"AsyncDirective","package":"lit/async-directive.js"}},{"kind":"variable","name":"slottableRequest"}],"exports":[{"kind":"js","name":"SlottableRequestDirective","declaration":{"name":"SlottableRequestDirective","module":"src/components/overlay/slottable-request-directive.ts"}},{"kind":"js","name":"slottableRequest","declaration":{"name":"slottableRequest","module":"src/components/overlay/slottable-request-directive.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/slottable-request-event.ts","declarations":[{"kind":"class","description":"","name":"SlottableRequestEvent","members":[{"kind":"field","name":"data","type":{"text":"unknown"},"readonly":true,"default":"data"},{"kind":"field","name":"name","type":{"text":"string"},"readonly":true,"default":"name"},{"kind":"field","name":"slotName","type":{"text":"string"},"readonly":true}],"superclass":{"name":"Event","module":"src/components/overlay/slottable-request-event.ts"}},{"kind":"variable","name":"removeSlottableRequest"}],"exports":[{"kind":"js","name":"SlottableRequestEvent","declaration":{"name":"SlottableRequestEvent","module":"src/components/overlay/slottable-request-event.ts"}},{"kind":"js","name":"removeSlottableRequest","declaration":{"name":"removeSlottableRequest","module":"src/components/overlay/slottable-request-event.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/strategies.ts","declarations":[{"kind":"variable","name":"strategies","type":{"text":"object"},"default":"{ click: ClickController, longpress: LongpressController, hover: HoverController }"}],"exports":[{"kind":"js","name":"strategies","declaration":{"name":"strategies","module":"src/components/overlay/strategies.ts"}}]},{"kind":"javascript-module","path":"src/components/overlay/virtual-trigger.ts","declarations":[{"kind":"class","description":"","name":"VirtualTrigger","members":[{"kind":"field","name":"x","type":{"text":"number"},"privacy":"private","default":"x"},{"kind":"field","name":"y","type":{"text":"number"},"privacy":"private","default":"y"},{"kind":"method","name":"updateBoundingClientRect","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"x","type":{"text":"number"}},{"name":"y","type":{"text":"number"}}]},{"kind":"method","name":"getBoundingClientRect","privacy":"public","return":{"type":{"text":"DOMRect"}}}]}],"exports":[{"kind":"js","name":"VirtualTrigger","declaration":{"name":"VirtualTrigger","module":"src/components/overlay/virtual-trigger.ts"}}]},{"kind":"javascript-module","path":"src/components/picker/desktop-controller.ts","declarations":[{"kind":"class","description":"","name":"DesktopController","members":[{"kind":"field","name":"type","type":{"text":"InteractionTypes"},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handlePointerdown","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"PointerEvent"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleActivate","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","optional":true,"type":{"text":"Event"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"init","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"abortController","type":{"text":"AbortController"},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"preventNextToggle","type":{"text":"'no' | 'maybe' | 'yes'"},"privacy":"public","default":"'no'","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"pointerdownState","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"public","default":"null","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"container","type":{"text":"TemplateResult"},"privacy":"public","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"activelyOpening","type":{"text":"boolean"},"readonly":true,"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"_open","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","description":"Set `open`","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"_overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"private","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"public","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"releaseDescription","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleBeforetoggle","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & {\n target: LuzmoOverlay;\n newState: 'open' | 'closed';\n }"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"initOverlay","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"abort","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostConnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostDisconnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostUpdated","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"target","default":"target","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"host","default":"host","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}}],"superclass":{"name":"InteractionController","module":"/src/components/picker/interaction-controller"}}],"exports":[{"kind":"js","name":"DesktopController","declaration":{"name":"DesktopController","module":"src/components/picker/desktop-controller.ts"}}]},{"kind":"javascript-module","path":"src/components/picker/index.ts","declarations":[],"exports":[{"kind":"js","name":"*","declaration":{"name":"*","package":"./picker"}},{"kind":"custom-element-definition","name":"luzmo-picker","declaration":{"name":"LuzmoPicker","module":"/src/components/picker/picker"}}]},{"kind":"javascript-module","path":"src/components/picker/interaction-controller.ts","declarations":[{"kind":"class","description":"","name":"InteractionController","members":[{"kind":"field","name":"abortController","type":{"text":"AbortController"}},{"kind":"field","name":"preventNextToggle","type":{"text":"'no' | 'maybe' | 'yes'"},"privacy":"public","default":"'no'"},{"kind":"field","name":"pointerdownState","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"public","default":"null"},{"kind":"field","name":"container","type":{"text":"TemplateResult"},"privacy":"public"},{"kind":"field","name":"activelyOpening","type":{"text":"boolean"},"readonly":true},{"kind":"field","name":"_open","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","description":"Set `open`"},{"kind":"field","name":"_overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"private"},{"kind":"field","name":"overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"public"},{"kind":"field","name":"type","type":{"text":"InteractionTypes"}},{"kind":"method","name":"releaseDescription","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleBeforetoggle","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & {\n target: LuzmoOverlay;\n newState: 'open' | 'closed';\n }"}}]},{"kind":"method","name":"initOverlay","return":{"type":{"text":"void"}}},{"kind":"method","name":"handlePointerdown","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}]},{"kind":"method","name":"handleActivate","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"Event"}}]},{"kind":"method","name":"init","return":{"type":{"text":"void"}}},{"kind":"method","name":"abort","return":{"type":{"text":"void"}}},{"kind":"method","name":"hostConnected","return":{"type":{"text":"void"}}},{"kind":"method","name":"hostDisconnected","return":{"type":{"text":"void"}}},{"kind":"method","name":"hostUpdated","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"field","name":"target","default":"target"},{"kind":"field","name":"host","default":"host"}]}],"exports":[{"kind":"js","name":"InteractionController","declaration":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}}]},{"kind":"javascript-module","path":"src/components/picker/mobile-controller.ts","declarations":[{"kind":"variable","name":"SAFARI_FOCUS_RING_CLASS","type":{"text":"string"},"default":"'remove-focus-ring-safari-hack'"},{"kind":"class","description":"","name":"MobileController","members":[{"kind":"field","name":"type","type":{"text":"InteractionTypes"},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleClick","return":{"type":{"text":"void"}}},{"kind":"method","name":"handlePointerdown","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"PointerEvent"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleFocusOut","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"init","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"abortController","type":{"text":"AbortController"},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"preventNextToggle","type":{"text":"'no' | 'maybe' | 'yes'"},"privacy":"public","default":"'no'","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"pointerdownState","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"public","default":"null","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"container","type":{"text":"TemplateResult"},"privacy":"public","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"activelyOpening","type":{"text":"boolean"},"readonly":true,"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"_open","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","description":"Set `open`","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"_overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"private","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"overlay","type":{"text":"LuzmoAbstractOverlay"},"privacy":"public","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"releaseDescription","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleBeforetoggle","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & {\n target: LuzmoOverlay;\n newState: 'open' | 'closed';\n }"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"initOverlay","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"handleActivate","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"Event"}}],"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"abort","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostConnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostDisconnected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"method","name":"hostUpdated","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"target","default":"target","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}},{"kind":"field","name":"host","default":"host","inheritedFrom":{"name":"InteractionController","module":"src/components/picker/interaction-controller.ts"}}],"superclass":{"name":"InteractionController","module":"/src/components/picker/interaction-controller"}}],"exports":[{"kind":"js","name":"SAFARI_FOCUS_RING_CLASS","declaration":{"name":"SAFARI_FOCUS_RING_CLASS","module":"src/components/picker/mobile-controller.ts"}},{"kind":"js","name":"MobileController","declaration":{"name":"MobileController","module":"src/components/picker/mobile-controller.ts"}}]},{"kind":"javascript-module","path":"src/components/picker/picker.ts","declarations":[{"kind":"variable","name":"DESCRIPTION_ID","type":{"text":"string"},"default":"'option-picker'"},{"kind":"class","description":"","name":"LuzmoPickerBase","members":[{"kind":"field","name":"appliedLabel","type":{"text":"string | undefined"}},{"kind":"field","name":"button","type":{"text":"HTMLButtonElement"},"privacy":"public"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the Picker is disabled."},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"icons","type":{"text":"'only' | 'none' | undefined"},"privacy":"public"},{"kind":"field","name":"variant","type":{"text":"'checkmarks' | 'highlight' | undefined"},"privacy":"public","description":"Type of dropdown"},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the value is invalid."},{"kind":"field","name":"pending","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the items are currently loading."},{"kind":"field","name":"pendingLabel","type":{"text":"string"},"privacy":"public","default":"'Pending'","description":"Defines a string value that labels the Picker while it is in pending state."},{"kind":"field","name":"label","type":{"text":"string | undefined"},"privacy":"public"},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Readonly value"},{"kind":"field","name":"labelAlignment","type":{"text":"'inline' | undefined"},"privacy":"public"},{"kind":"field","name":"optionsMenu","type":{"text":"LuzmoMenu"},"privacy":"public"},{"kind":"field","name":"overlayElement","type":{"text":"LuzmoOverlay"},"privacy":"public"},{"kind":"field","name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"privacy":"public","default":"'bottom-start'","attribute":"placement"},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Display as a quiet picker"},{"kind":"field","name":"value","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"selectedItem","type":{"text":"LuzmoMenuItem | undefined"}},{"kind":"field","name":"selectedItemContent","type":{"text":"MenuItemChildren"},"privacy":"protected"},{"kind":"field","name":"selfManageFocusElement","type":{"text":"boolean"},"readonly":true},{"kind":"field","name":"menuItems","type":{"text":"LuzmoMenuItem[]"},"privacy":"protected","readonly":true},{"kind":"field","name":"selects","type":{"text":"undefined | 'single'"},"privacy":"public","default":"'single'"},{"kind":"field","name":"dependencyManager","privacy":"public","default":"new DependencyManagerController(this)"},{"kind":"field","name":"isMobile","privacy":"public","default":"new MatchMediaController(this, IS_MOBILE)"},{"kind":"field","name":"strategy","type":{"text":"DesktopController | MobileController"},"privacy":"public"},{"kind":"field","name":"pendingStateController","type":{"text":"PendingStateController<this>"},"privacy":"public","default":"new PendingStateController(this)"},{"kind":"field","name":"_selectedItem","type":{"text":"LuzmoMenuItem | undefined"},"privacy":"private"},{"kind":"field","name":"_selectedItemIcon","type":{"text":"any | undefined"},"privacy":"private"},{"kind":"field","name":"listRole","type":{"text":"'listbox' | 'menu'"},"privacy":"protected","default":"'listbox'"},{"kind":"field","name":"itemRole","type":{"text":"string"},"privacy":"protected","default":"'option'"},{"kind":"field","name":"tooltipEl","type":{"text":"LuzmoTooltip | undefined"},"privacy":"protected"},{"kind":"field","name":"hasRenderedOverlay","type":{"text":"boolean"},"privacy":"protected","default":"false"},{"kind":"field","name":"_selfManageFocusElement","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"deprecatedMenu","type":{"text":"LuzmoMenu | null"},"privacy":"private","default":"null"},{"kind":"field","name":"selectionPromise","privacy":"private"},{"kind":"field","name":"selectionResolver","type":{"text":"() => void"},"privacy":"private"},{"kind":"field","name":"willManageSelection","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"recentlyConnected","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"private","default":"null"},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"readonly":true},{"kind":"method","name":"forceFocusVisible","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"click","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleButtonBlur","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}]},{"kind":"method","name":"handleHelperFocus","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleChange","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}]},{"kind":"method","name":"toggle","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"target","optional":true,"type":{"text":"boolean"}}]},{"kind":"method","name":"close","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"field","name":"_selectedItemContent","type":{"text":"MenuItemChildren | undefined"},"privacy":"private"},{"kind":"field","name":"handleSlottableRequest","privacy":"public"},{"kind":"method","name":"bindEvents","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"field","name":"applyFocusElementLabel"},{"kind":"field","name":"handleKeydown","privacy":"protected"},{"kind":"method","name":"setValueFromItem","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}},{"name":"menuChangeEvent","optional":true,"type":{"text":"Event"}}]},{"kind":"method","name":"setMenuItemSelected","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}},{"name":"value","type":{"text":"boolean"}}]},{"kind":"field","name":"containerStyles","type":{"text":"StyleInfo"},"privacy":"protected","readonly":true},{"kind":"method","name":"handleTooltipSlotchange","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLSlotElement }"}}]},{"kind":"method","name":"renderLabelContent","privacy":"protected","return":{"type":{"text":"TemplateResult | Node[]"}},"parameters":[{"name":"content","type":{"text":"Node[]"}}]},{"kind":"field","name":"renderAngleIcon","privacy":"protected"},{"kind":"field","name":"renderAlertIcon","privacy":"protected"},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true},{"kind":"method","name":"renderOverlay","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"menu","type":{"text":"TemplateResult"}}]},{"kind":"field","name":"renderDescriptionSlot","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"method","name":"bindButtonKeydownListener","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"field","name":"dismissHelper","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true},{"kind":"method","name":"renderContainer","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"menu","type":{"text":"TemplateResult"}}]},{"kind":"field","name":"renderMenu","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true},{"kind":"method","name":"shouldScheduleManageSelection","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","optional":true,"type":{"text":"Event"}}]},{"kind":"method","name":"shouldManageSelection","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"manageSelection","privacy":"protected","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"getUpdateComplete","privacy":"protected","return":{"type":{"text":"Promise<boolean>"}}},{"kind":"field","name":"handleEnterKeydown","privacy":"protected"},{"kind":"method","name":"onScroll","privacy":"private","return":{"type":{"text":"void"}}}],"events":[{"name":"change","type":{"text":"CustomEvent"}},{"name":"scroll","type":{"text":"Event"}}],"attributes":[{"name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"default":"'bottom-start'","fieldName":"placement"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"}},{"kind":"class","description":"","name":"LuzmoPicker","slots":[{"description":"The placeholder content for the Picker","name":"label"},{"description":"The description content for the Picker","name":"description"},{"description":"Tooltip to to be applied to the the Picker Button","name":"tooltip"},{"description":"menu items to be listed in the Picker","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"static":true,"readonly":true},{"kind":"field","name":"containerStyles","type":{"text":"StyleInfo"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"handleKeydown","privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"appliedLabel","type":{"text":"string | undefined"},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"button","type":{"text":"HTMLButtonElement"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the Picker is disabled.","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"icons","type":{"text":"'only' | 'none' | undefined"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"variant","type":{"text":"'checkmarks' | 'highlight' | undefined"},"privacy":"public","description":"Type of dropdown","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the value is invalid.","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"pending","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the items are currently loading.","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"pendingLabel","type":{"text":"string"},"privacy":"public","default":"'Pending'","description":"Defines a string value that labels the Picker while it is in pending state.","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"label","type":{"text":"string | undefined"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Readonly value","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"labelAlignment","type":{"text":"'inline' | undefined"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"optionsMenu","type":{"text":"LuzmoMenu"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"overlayElement","type":{"text":"LuzmoOverlay"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"privacy":"public","default":"'bottom-start'","attribute":"placement","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Display as a quiet picker","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"value","type":{"text":"string"},"privacy":"public","default":"''","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selectedItem","type":{"text":"LuzmoMenuItem | undefined"},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selectedItemContent","type":{"text":"MenuItemChildren"},"privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selfManageFocusElement","type":{"text":"boolean"},"readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"menuItems","type":{"text":"LuzmoMenuItem[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selects","type":{"text":"undefined | 'single'"},"privacy":"public","default":"'single'","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"dependencyManager","privacy":"public","default":"new DependencyManagerController(this)","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"isMobile","privacy":"public","default":"new MatchMediaController(this, IS_MOBILE)","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"strategy","type":{"text":"DesktopController | MobileController"},"privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"pendingStateController","type":{"text":"PendingStateController<this>"},"privacy":"public","default":"new PendingStateController(this)","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"_selectedItem","type":{"text":"LuzmoMenuItem | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"_selectedItemIcon","type":{"text":"any | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"listRole","type":{"text":"'listbox' | 'menu'"},"privacy":"protected","default":"'listbox'","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"itemRole","type":{"text":"string"},"privacy":"protected","default":"'option'","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"tooltipEl","type":{"text":"LuzmoTooltip | undefined"},"privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"hasRenderedOverlay","type":{"text":"boolean"},"privacy":"protected","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"_selfManageFocusElement","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"deprecatedMenu","type":{"text":"LuzmoMenu | null"},"privacy":"private","default":"null","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selectionPromise","privacy":"private","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"selectionResolver","type":{"text":"() => void"},"privacy":"private","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"willManageSelection","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"recentlyConnected","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"enterKeydownOn","type":{"text":"EventTarget | null"},"privacy":"private","default":"null","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"forceFocusVisible","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"click","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"handleButtonBlur","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"handleHelperFocus","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"handleChange","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"handleButtonFocus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"toggle","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"target","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"close","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"_selectedItemContent","type":{"text":"MenuItemChildren | undefined"},"privacy":"private","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"handleSlottableRequest","privacy":"public","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"bindEvents","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"applyFocusElementLabel","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"setValueFromItem","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}},{"name":"menuChangeEvent","optional":true,"type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"setMenuItemSelected","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"item","type":{"text":"LuzmoMenuItem"}},{"name":"value","type":{"text":"boolean"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"handleTooltipSlotchange","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: HTMLSlotElement }"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"renderLabelContent","privacy":"protected","return":{"type":{"text":"TemplateResult | Node[]"}},"parameters":[{"name":"content","type":{"text":"Node[]"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"renderAngleIcon","privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"renderAlertIcon","privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"renderOverlay","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"menu","type":{"text":"TemplateResult"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"renderDescriptionSlot","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"bindButtonKeydownListener","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"dismissHelper","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"renderContainer","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"menu","type":{"text":"TemplateResult"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"renderMenu","type":{"text":"TemplateResult"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"shouldScheduleManageSelection","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","optional":true,"type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"shouldManageSelection","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"manageSelection","privacy":"protected","return":{"type":{"text":"Promise<void>"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"getUpdateComplete","privacy":"protected","return":{"type":{"text":"Promise<boolean>"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"field","name":"handleEnterKeydown","privacy":"protected","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"method","name":"onScroll","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}}],"events":[{"name":"change","type":{"text":"CustomEvent"},"description":"Announces that the `value` of the element has changed","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"description":"Announces that the overlay has been opened","name":"luzmo-opened"},{"description":"Announces that the overlay has been closed","name":"luzmo-closed"},{"name":"scroll","type":{"text":"Event"},"inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}}],"superclass":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"},"tagName":"luzmo-picker","customElement":true,"attributes":[{"name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"default":"'bottom-start'","fieldName":"placement","inheritedFrom":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}}]}],"exports":[{"kind":"js","name":"DESCRIPTION_ID","declaration":{"name":"DESCRIPTION_ID","module":"src/components/picker/picker.ts"}},{"kind":"js","name":"LuzmoPickerBase","declaration":{"name":"LuzmoPickerBase","module":"src/components/picker/picker.ts"}},{"kind":"js","name":"LuzmoPicker","declaration":{"name":"LuzmoPicker","module":"src/components/picker/picker.ts"}}]},{"kind":"javascript-module","path":"src/components/picker/strategies.ts","declarations":[{"kind":"variable","name":"strategies","type":{"text":"object"},"default":"{ desktop: DesktopController, mobile: MobileController }"}],"exports":[{"kind":"js","name":"strategies","declaration":{"name":"strategies","module":"src/components/picker/strategies.ts"}}]},{"kind":"javascript-module","path":"src/components/picker-button/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-picker-button","declaration":{"name":"LuzmoPickerButton","module":"/src/components/picker-button/picker-button"}},{"kind":"js","name":"LuzmoPickerButton","declaration":{"name":"LuzmoPickerButton","module":"./picker-button"}}]},{"kind":"javascript-module","path":"src/components/picker-button/picker-button.ts","declarations":[{"kind":"class","description":"","name":"LuzmoPickerButton","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"invalid","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"position","type":{"text":"'left' | 'right'"},"default":"'right'"},{"kind":"field","name":"hasText","type":{"text":"boolean"},"privacy":"protected","readonly":true},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"active","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"type","type":{"text":"'button' | 'submit' | 'reset'"},"privacy":"public","default":"'button'","description":"The default behavior of the button.\nPossible values are: `button` (default), `submit`, and `reset`.","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"anchorElement","type":{"text":"HTMLAnchorElement"},"privacy":"private","description":"HTML anchor element that component clicks by proxy","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"hasLabel","type":{"text":"boolean"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"field","name":"buttonContent","type":{"text":"TemplateResult[]"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleClickCapture","privacy":"private","return":{"type":{"text":"void | boolean"}},"parameters":[{"name":"event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"proxyFocus","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"shouldProxyClick","privacy":"private","return":{"type":{"text":"boolean"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderAnchor","privacy":"public","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"renderButton","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeydown","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeypress","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"handleKeyup","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"manageAnchor","privacy":"private","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changed","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"},{"name":"ObserveSlotPresence","module":"/src/utils/observe-slot-presence"}],"superclass":{"name":"LuzmoButtonBase","module":"/src/components/button/button-base"},"tagName":"luzmo-picker-button","customElement":true,"slots":[{"description":"text content to be displayed in the Button element","name":"","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}},{"description":"icon element(s) to display at the start of the button","name":"icon","inheritedFrom":{"name":"LuzmoButtonBase","module":"src/components/button/button-base.ts"}}]}],"exports":[{"kind":"js","name":"LuzmoPickerButton","declaration":{"name":"LuzmoPickerButton","module":"src/components/picker-button/picker-button.ts"}}]},{"kind":"javascript-module","path":"src/components/popover/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-popover","declaration":{"name":"LuzmoPopover","module":"/src/components/popover/popover"}},{"kind":"js","name":"LuzmoPopover","declaration":{"name":"LuzmoPopover","module":"./popover"}}]},{"kind":"javascript-module","path":"src/components/popover/popover.ts","declarations":[{"kind":"class","description":"","name":"LuzmoPopover","slots":[{"description":"content to display within the Luzmo Popover","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the popover is visible or not."},{"kind":"field","name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"privacy":"public","attribute":"placement"},{"kind":"field","name":"tip","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"tipElement","type":{"text":"HTMLSpanElement"},"privacy":"public"},{"kind":"method","name":"renderTip","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}}],"attributes":[{"name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"fieldName":"placement"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-popover","customElement":true}],"exports":[{"kind":"js","name":"LuzmoPopover","declaration":{"name":"LuzmoPopover","module":"src/components/popover/popover.ts"}}]},{"kind":"javascript-module","path":"src/components/progress-circle/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-progress-circle","declaration":{"name":"LuzmoProgressCircle","module":"/src/components/progress-circle/progress-circle"}},{"kind":"js","name":"LuzmoProgressCircle","declaration":{"name":"LuzmoProgressCircle","module":"./progress-circle"}}]},{"kind":"javascript-module","path":"src/components/progress-circle/progress-circle.ts","declarations":[{"kind":"class","description":"","name":"LuzmoProgressCircle","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"indeterminate","type":{"text":"boolean"},"privacy":"public","default":"false","description":"The `indeterminate` attribute is used to indicate that the progress circle is in an indeterminate state"},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''","description":"The aria-label of the progress circle"},{"kind":"field","name":"staticColor","type":{"text":"'white' | 'black' | undefined"},"privacy":"public","description":"The `static-color` attribute is used to set the color of the progress circle to black or white. This is used when the progress circle is on a colored background."},{"kind":"field","name":"progress","type":{"text":"number"},"privacy":"public","default":"0","description":"The progress in degrees of the progress circle"},{"kind":"field","name":"slotEl","type":{"text":"HTMLSlotElement"},"privacy":"private"},{"kind":"method","name":"makeRotation","privacy":"private","return":{"type":{"text":"string | undefined"}},"parameters":[{"name":"rotation","type":{"text":"number"}}]},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"handleSlotchange","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-progress-circle","customElement":true}],"exports":[{"kind":"js","name":"LuzmoProgressCircle","declaration":{"name":"LuzmoProgressCircle","module":"src/components/progress-circle/progress-circle.ts"}}]},{"kind":"javascript-module","path":"src/components/radio/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-radio","declaration":{"name":"LuzmoRadio","module":"/src/components/radio/radio"}},{"kind":"custom-element-definition","name":"luzmo-radio-group","declaration":{"name":"LuzmoRadioGroup","module":"/src/components/radio/radio-group"}},{"kind":"js","name":"LuzmoRadio","declaration":{"name":"LuzmoRadio","module":"./radio"}},{"kind":"js","name":"LuzmoRadioGroup","declaration":{"name":"LuzmoRadioGroup","module":"./radio-group"}}]},{"kind":"javascript-module","path":"src/components/radio/radio-group.ts","declarations":[{"kind":"class","description":"","name":"LuzmoRadioGroup","slots":[{"description":"The `luzmo-radio` elements to display/manage in the group.","name":"","inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"description":"default or non-negative help text to associate to your form element","name":"help-text","inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"description":"negative help text to associate to your form element when `invalid`","name":"negative-help-text","inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}}],"members":[{"kind":"field","name":"name","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"defaultNodes","type":{"text":"Node[]"},"privacy":"public"},{"kind":"field","name":"buttons","type":{"text":"LuzmoRadio[]"},"privacy":"public","readonly":true},{"kind":"field","name":"rovingTabindexController","default":"new RovingTabindexController<LuzmoRadio>(this, { focusInIndex: (elements: LuzmoRadio[]) => elements.findIndex((el) => this.selected ? !el.disabled && el.value === this.selected : !el.disabled ), elementEnterAction: (el: LuzmoRadio) => { this._setSelected(el.value); }, elements: () => this.buttons, isFocusableElement: (el: LuzmoRadio) => !el.disabled })"},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"_setSelected","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"value","type":{"text":"string"}}]},{"kind":"field","name":"selected","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"method","name":"willUpdate","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]},{"kind":"method","name":"validateRadios","privacy":"private","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"handleSlotchange","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"field","name":"helpTextManager","default":"new HelpTextManager(this, { mode })","inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"field","name":"helpTextId","type":{"text":"string"},"readonly":true,"inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"method","name":"renderHelpText","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"field","name":"horizontal","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''","inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"field","name":"vertical","type":{"text":"boolean"},"privacy":"public","default":"false","inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}],"inheritedFrom":{"name":"LuzmoFieldGroup","module":"src/components/field-group/field-group.ts"}}],"events":[{"name":"change","type":{"text":"Event"},"description":"An alteration to the value of the element has been committed by the user."}],"mixins":[{"name":"FocusVisiblePolyfillMixin","module":"/src/utils/focus-visible"}],"superclass":{"name":"LuzmoFieldGroup","module":"/src/components/field-group/field-group"},"tagName":"luzmo-radio-group","customElement":true}],"exports":[{"kind":"js","name":"LuzmoRadioGroup","declaration":{"name":"LuzmoRadioGroup","module":"src/components/radio/radio-group.ts"}}]},{"kind":"javascript-module","path":"src/components/radio/radio.ts","declarations":[{"kind":"class","description":"","name":"LuzmoRadio","slots":[{"description":"text label of the Radio button","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"privacy":"private","default":"false","description":"When this control is rendered, focus it automatically"},{"kind":"field","name":"value","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"checked","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"emphasized","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"method","name":"click","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"manageAutoFocus","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"activate","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleKeyup","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]}],"events":[{"name":"keydown","type":{"text":"KeyboardEvent"},"description":"Trick :focus-visible polyfill into thinking keyboard based focus"},{"name":"change","type":{"text":"Event"},"description":"When the input is interacted with and its state is changed"}],"attributes":[{"description":"Uses the invalid style","name":"invalid"},{"description":"Uses the disabled style","name":"disabled"},{"description":"Represents when the input is checked","name":"checked"},{"description":"Identifies this radio button within its radio group","name":"value"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"},{"name":"FocusVisiblePolyfillMixin","module":"/src/utils/focus-visible"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-radio","customElement":true}],"exports":[{"kind":"js","name":"LuzmoRadio","declaration":{"name":"LuzmoRadio","module":"src/components/radio/radio.ts"}}]},{"kind":"javascript-module","path":"src/components/search/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-search","declaration":{"name":"LuzmoSearch","module":"/src/components/search/search"}},{"kind":"js","name":"LuzmoSearch","declaration":{"name":"LuzmoSearch","module":"./search"}}]},{"kind":"javascript-module","path":"src/components/search/search.ts","declarations":[{"kind":"class","description":"","name":"LuzmoSearch","slots":[{"description":"default or non-negative help text to associate to your form element","name":"help-text","inheritedFrom":{"name":"LuzmoTextField","module":"src/components/text-field/text-field.ts"}},{"description":"negative help text to associate to your form element when `invalid`","name":"negative-help-text","inheritedFrom":{"name":"LuzmoTextField","module":"src/components/text-field/text-field.ts"}}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"action","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"'Search'","description":"A string applied via `aria-label` to the form control when a user visible label is not provided.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"border","type":{"text":"'none' | undefined"},"privacy":"public"},{"kind":"field","name":"method","type":{"text":"'get' | 'post' | 'dialog' | undefined"},"privacy":"public"},{"kind":"field","name":"placeholder","type":{"text":"string"},"privacy":"public","default":"'Search'","description":"Text that appears in the form control when it has no value set","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"holdValueOnEscape","type":{"text":"boolean"},"privacy":"public"},{"kind":"field","name":"form","type":{"text":"HTMLFormElement"},"privacy":"public"},{"kind":"method","name":"handleSubmit","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"reset","privacy":"public","return":{"type":{"text":"Promise<void>"}}},{"kind":"method","name":"renderField","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"firstUpdated","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"willUpdate","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"field","name":"value","privacy":"public","description":"The value held by the form control","type":{"text":"string | number"},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"_value","type":{"text":"string | number"},"privacy":"protected","default":"''","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"helpTextManager","default":"new HelpTextManager(this, { mode })","inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"field","name":"helpTextId","type":{"text":"string"},"readonly":true,"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"method","name":"renderHelpText","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"field","name":"appliedLabel","type":{"text":"string | undefined"},"privacy":"protected","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"allowedKeys","type":{"text":"string"},"default":"''","description":"A regular expression outlining the keys that will be allowed to update the value of the form control.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"inputElement","type":{"text":"HTMLInputElement | HTMLTextAreaElement"},"privacy":"protected","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is invalid.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"name","type":{"text":"string | undefined"},"privacy":"public","description":"Name of the form control.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"type","type":{"text":"LuzmoTextFieldType"},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"_type","type":{"text":"LuzmoTextFieldType"},"privacy":"private","default":"'text'","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"pattern","type":{"text":"string | undefined"},"privacy":"public","description":"Pattern the `value` must match to be valid","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"grows","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a form control delivered with the `multiline` attribute will change size\nvertically to accomodate longer input","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"maxlength","type":{"text":"number"},"privacy":"public","default":"-1","description":"Defines the maximum string length that the user can enter","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"minlength","type":{"text":"number"},"privacy":"public","default":"-1","description":"Defines the minimum string length that the user can enter","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"multiline","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the form control should accept a value longer than one line","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a user can interact with the value of the form control","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"rows","type":{"text":"number"},"privacy":"public","default":"-1","description":"The specific number of rows the form control should provide in the user interface","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"valid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is valid.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether to display the form control with no visible background","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"required","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the form control will be found to be invalid when it holds no `value`","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"autocomplete","type":{"text":"| 'list'\n | 'none'\n | HTMLInputElement['autocomplete']\n | HTMLTextAreaElement['autocomplete'] | undefined"},"privacy":"public","description":"What form of assistance should be provided when attempting to supply a value to the form control","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLInputElement | HTMLTextAreaElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"setSelectionRange","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"selectionStart","type":{"text":"number"},"description":"The 0-based index of the first selected character. An index greater than the length of the\nelement's value is treated as pointing to the end of the value."},{"name":"selectionEnd","type":{"text":"number"},"description":"The 0-based index of the character after the last selected character. An index greater than\nthe length of the element's value is treated as pointing to the end of the value."},{"name":"selectionDirection","default":"'none'","type":{"text":"'forward' | 'backward' | 'none'"},"description":"A string indicating the direction in which the selection is considered to\nhave been performed.","optional":true}],"description":"Sets the start and end positions of the current selection.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"select","privacy":"public","return":{"type":{"text":"void"}},"description":"Selects all the text.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleInput","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleChange","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"onFocus","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"onBlur","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleInputElementPointerdown","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"renderStateIcons","privacy":"protected","return":{"type":{"text":"TemplateResult | typeof nothing"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"displayValue","type":{"text":"string"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"renderMultiline","type":{"text":"TemplateResult"},"privacy":"private","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"renderInput","type":{"text":"TemplateResult"},"privacy":"private","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"checkValidity","privacy":"public","return":{"type":{"text":"boolean"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}}],"events":[{"name":"submit","type":{"text":"Event"},"description":"The search form has been submitted."},{"name":"change","type":{"text":"Event"},"description":"An alteration to the value of the element has been committed by the user.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"description":"The value of the element has changed.","name":"input","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}}],"superclass":{"name":"LuzmoTextField","module":"/src/components/text-field/text-field"},"tagName":"luzmo-search","customElement":true}],"exports":[{"kind":"js","name":"LuzmoSearch","declaration":{"name":"LuzmoSearch","module":"src/components/search/search.ts"}}]},{"kind":"javascript-module","path":"src/components/slider/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-slider","declaration":{"name":"LuzmoSlider","module":"/src/components/slider/slider"}},{"kind":"js","name":"LuzmoSlider","declaration":{"name":"LuzmoSlider","module":"./slider"}}]},{"kind":"javascript-module","path":"src/components/slider/slider.ts","declarations":[{"kind":"class","description":"","name":"LuzmoSlider","members":[{"kind":"field","name":"styles","type":{"text":"array"},"static":true,"default":"[unsafeCSS(styles)]"},{"kind":"field","name":"_slider","readonly":true},{"kind":"field","name":"value","type":{"text":"number"},"default":"0"},{"kind":"field","name":"min","type":{"text":"number"},"default":"0"},{"kind":"field","name":"max","type":{"text":"number"},"default":"100"},{"kind":"field","name":"step","type":{"text":"number"},"default":"100"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"debounce","type":{"text":"number"},"default":"200"},{"kind":"field","name":"noUiSlider","type":{"text":"NoUiSlider"}},{"kind":"field","name":"debounceTimeout","type":{"text":"any"}},{"kind":"field","name":"_doingUpdate","type":{"text":"boolean"},"default":"false"},{"kind":"method","name":"firstUpdated"},{"kind":"method","name":"updated","parameters":[{"name":"changedProperties","type":{"text":"Map<string, any>"}}]},{"kind":"method","name":"setValue","privacy":"private","parameters":[{"name":"value","type":{"text":"number"}}]},{"kind":"method","name":"render"}],"events":[{"name":"change","type":{"text":"CustomEvent"}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-slider","customElement":true}],"exports":[{"kind":"js","name":"LuzmoSlider","declaration":{"name":"LuzmoSlider","module":"src/components/slider/slider.ts"}}]},{"kind":"javascript-module","path":"src/components/swatch/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-swatch","declaration":{"name":"LuzmoSwatch","module":"/src/components/swatch/swatch"}},{"kind":"custom-element-definition","name":"luzmo-swatch-group","declaration":{"name":"LuzmoSwatchGroup","module":"/src/components/swatch/swatch-group"}},{"kind":"js","name":"LuzmoSwatch","declaration":{"name":"LuzmoSwatch","module":"./swatch"}},{"kind":"js","name":"LuzmoSwatchGroup","declaration":{"name":"LuzmoSwatchGroup","module":"./swatch-group"}}]},{"kind":"javascript-module","path":"src/components/swatch/swatch-group.ts","declarations":[{"kind":"class","description":"","name":"LuzmoSwatchGroup","slots":[{"description":"Swatch elements to manage as a group","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"border","type":{"text":"SwatchBorder"},"privacy":"public"},{"kind":"field","name":"density","type":{"text":"'compact' | 'spacious' | undefined"},"privacy":"public"},{"kind":"field","name":"rounding","type":{"text":"SwatchRounding"},"privacy":"public"},{"kind":"field","name":"selected","type":{"text":"string[]"},"privacy":"public"},{"kind":"field","name":"_selected","type":{"text":"string[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"selects","type":{"text":"SwatchSelects"},"privacy":"public"},{"kind":"field","name":"selectedSet","privacy":"private","default":"new Set<string>()"},{"kind":"field","name":"shape","type":{"text":"SwatchShape"},"privacy":"public"},{"kind":"field","name":"swatches","type":{"text":"LuzmoSwatch[]"},"privacy":"public"},{"kind":"field","name":"rovingTabindexController","default":"new RovingTabindexController<LuzmoSwatch>(this, { focusInIndex: (elements: LuzmoSwatch[]) => { let firstEnabledIndex = -1; const firstSelectedIndex = elements.findIndex((el, index) => { if (!elements[firstEnabledIndex] && !el.disabled) { firstEnabledIndex = index; } return el.selected && !el.disabled; }); return elements[firstSelectedIndex] ? firstSelectedIndex : firstEnabledIndex; }, elements: () => this.swatches, isFocusableElement: (el: LuzmoSwatch) => !el.disabled })"},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}]},{"kind":"method","name":"handleChange","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event & { target: LuzmoSwatch }"}}]},{"kind":"field","name":"manageChange","privacy":"private"},{"kind":"method","name":"getPassthroughSwatchActions","privacy":"private","return":{"type":{"text":"((swatch: LuzmoSwatch) => void)[]"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"getSelectionSwatchActions","privacy":"private","return":{"type":{"text":"((swatch: LuzmoSwatch) => void)[]"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"willUpdate","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues<this>"}}]}],"events":[{"name":"change","type":{"text":"Event"}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-swatch-group","customElement":true}],"exports":[{"kind":"js","name":"LuzmoSwatchGroup","declaration":{"name":"LuzmoSwatchGroup","module":"src/components/swatch/swatch-group.ts"}}]},{"kind":"javascript-module","path":"src/components/swatch/swatch.ts","declarations":[{"kind":"class","description":"","name":"LuzmoSwatch","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"border","type":{"text":"SwatchBorder"},"privacy":"public"},{"kind":"field","name":"color","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''"},{"kind":"field","name":"mixedValue","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"nothing","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"role","type":{"text":"string"},"privacy":"public","default":"'button'"},{"kind":"field","name":"rounding","type":{"text":"SwatchRounding"},"privacy":"public"},{"kind":"field","name":"selected","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"shape","type":{"text":"SwatchShape"},"privacy":"public"},{"kind":"field","name":"value","type":{"text":"string"}},{"kind":"field","name":"_value","type":{"text":"string | undefined"},"privacy":"private"},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true},{"kind":"method","name":"toggle","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"force","optional":true,"type":{"text":"boolean"}}]},{"kind":"method","name":"handleClick","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"handleKeydown","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleKeypress","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleKeyup","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"field","name":"renderDisabled","privacy":"protected"},{"kind":"field","name":"renderMixedValue","privacy":"protected"},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"willUpdate","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]}],"events":[{"name":"change","type":{"text":"Event"}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"},"tagName":"luzmo-swatch","customElement":true}],"exports":[{"kind":"js","name":"LuzmoSwatch","declaration":{"name":"LuzmoSwatch","module":"src/components/swatch/swatch.ts"}}]},{"kind":"javascript-module","path":"src/components/switch/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-switch","declaration":{"name":"LuzmoSwitch","module":"/src/components/switch/switch"}},{"kind":"js","name":"LuzmoSwitch","declaration":{"name":"LuzmoSwitch","module":"./switch"}}]},{"kind":"javascript-module","path":"src/components/switch/switch.ts","declarations":[{"kind":"class","description":"","name":"LuzmoSwitch","slots":[{"description":"text label of the Switch","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"emphasized","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Deliver the Switch with additional visual emphasis."},{"kind":"field","name":"thumb","type":{"text":"'overflow' | 'within' | undefined"},"privacy":"public","default":"'overflow'","description":"Whether the thumb is within the Switch or overflows it."},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"CheckboxBase","module":"src/components/checkbox/checkbox-base.ts"}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"field","name":"checked","type":{"text":"boolean"},"privacy":"public","default":"false","description":"The `checked` attribute reflects the state of the element","inheritedFrom":{"name":"CheckboxBase","module":"src/components/checkbox/checkbox-base.ts"}},{"kind":"field","name":"name","type":{"text":"string | undefined"},"privacy":"public","description":"The name attribute of the element","inheritedFrom":{"name":"CheckboxBase","module":"src/components/checkbox/checkbox-base.ts"}},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the element is read-only","inheritedFrom":{"name":"CheckboxBase","module":"src/components/checkbox/checkbox-base.ts"}},{"kind":"field","name":"inputElement","type":{"text":"HTMLInputElement"},"description":"The input element of the component","privacy":"private","inheritedFrom":{"name":"CheckboxBase","module":"src/components/checkbox/checkbox-base.ts"}},{"kind":"method","name":"handleChange","privacy":"public","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"CheckboxBase","module":"src/components/checkbox/checkbox-base.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"CheckboxBase","module":"src/components/checkbox/checkbox-base.ts"}}],"events":[{"description":"Announces a change in the `checked` property of a Switch","name":"change"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"CheckboxBase","module":"/src/components/checkbox/checkbox-base"},"tagName":"luzmo-switch","customElement":true}],"exports":[{"kind":"js","name":"LuzmoSwitch","declaration":{"name":"LuzmoSwitch","module":"src/components/switch/switch.ts"}}]},{"kind":"javascript-module","path":"src/components/tags/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-tag","declaration":{"name":"LuzmoTag","module":"/src/components/tags/tag"}},{"kind":"custom-element-definition","name":"luzmo-tags","declaration":{"name":"LuzmoTags","module":"/src/components/tags/tags"}},{"kind":"js","name":"LuzmoTag","declaration":{"name":"LuzmoTag","module":"./tag"}},{"kind":"js","name":"LuzmoTags","declaration":{"name":"LuzmoTags","module":"./tags"}}]},{"kind":"javascript-module","path":"src/components/tags/tag.ts","declarations":[{"kind":"class","description":"","name":"LuzmoTag","slots":[{"description":"text content for labeling the tag","name":""},{"description":"an avatar element to display within the Tag","name":"avatar"},{"description":"an icon element to display within the Tag","name":"icon"}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"deletable","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"handleFocusin","privacy":"private"},{"kind":"field","name":"handleFocusout","privacy":"private"},{"kind":"field","name":"handleKeydown","privacy":"private"},{"kind":"method","name":"delete","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]}],"events":[{"name":"delete","type":{"text":"Event"}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-tag","customElement":true}],"exports":[{"kind":"js","name":"LuzmoTag","declaration":{"name":"LuzmoTag","module":"src/components/tags/tag.ts"}}]},{"kind":"javascript-module","path":"src/components/tags/tags.ts","declarations":[{"kind":"class","description":"","name":"LuzmoTags","slots":[{"description":"Tag elements to manage as a group","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"defaultNodes","type":{"text":"Node[]"},"privacy":"public"},{"kind":"field","name":"tags","type":{"text":"LuzmoTag[]"},"privacy":"public","readonly":true},{"kind":"field","name":"rovingTabindexController","default":"new RovingTabindexController<LuzmoTag>(this, { focusInIndex: (elements: LuzmoTag[]) => elements.findIndex((el) => !el.disabled && el.deletable), elements: () => this.tags, isFocusableElement: (el: LuzmoTag) => !el.disabled && el.deletable })"},{"kind":"method","name":"focus","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"field","name":"handleFocusin","privacy":"private"},{"kind":"field","name":"handleKeydown","privacy":"private"},{"kind":"field","name":"handleFocusout","privacy":"private"},{"kind":"method","name":"handleSlotchange","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"firstUpdated","privacy":"protected","return":{"type":{"text":"void"}}}],"mixins":[{"name":"FocusVisiblePolyfillMixin","module":"/src/utils/focus-visible"},{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-tags","customElement":true}],"exports":[{"kind":"js","name":"LuzmoTags","declaration":{"name":"LuzmoTags","module":"src/components/tags/tags.ts"}}]},{"kind":"javascript-module","path":"src/components/text-field/help-text-manager.ts","declarations":[{"kind":"class","description":"","name":"HelpTextManager","members":[{"kind":"field","name":"conditionId","type":{"text":"() => void | undefined"},"privacy":"private"},{"kind":"field","name":"host","type":{"text":"HTMLElement"},"privacy":"private","default":"host"},{"kind":"field","name":"id","type":{"text":"string"},"privacy":"public","default":"`luzmo-help-text-${randomID()}`"},{"kind":"field","name":"mode","type":{"text":"'internal' | 'external'"},"privacy":"private","default":"mode"},{"kind":"field","name":"previousTabindex","type":{"text":"-1 | 0 | undefined | undefined"},"privacy":"private"},{"kind":"field","name":"helpTextElement","type":{"text":"Element"},"privacy":"private"},{"kind":"field","name":"isInternal","type":{"text":"boolean"},"privacy":"private","readonly":true},{"kind":"method","name":"render","privacy":"public","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}]},{"kind":"method","name":"addId","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"removeId","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"field","name":"handleSlotchange","privacy":"private"},{"kind":"method","name":"handleHelpText","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"target","type":{"text":"HTMLSlotElement"}}]},{"kind":"method","name":"handleNegativeHelpText","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"target","type":{"text":"HTMLSlotElement"}}]}]}],"exports":[{"kind":"js","name":"HelpTextManager","declaration":{"name":"HelpTextManager","module":"src/components/text-field/help-text-manager.ts"}}]},{"kind":"javascript-module","path":"src/components/text-field/help-text.ts","declarations":[{"kind":"class","description":"","name":"LuzmoHelpText","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"icon","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"variant","type":{"text":"HelpTextVariants"},"privacy":"public","default":"'neutral'","description":"The visual variant to apply to this help text."},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-help-text","customElement":true}],"exports":[{"kind":"js","name":"LuzmoHelpText","declaration":{"name":"LuzmoHelpText","module":"src/components/text-field/help-text.ts"}}]},{"kind":"javascript-module","path":"src/components/text-field/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-text-field","declaration":{"name":"LuzmoTextField","module":"/src/components/text-field/text-field"}},{"kind":"custom-element-definition","name":"luzmo-help-text","declaration":{"name":"LuzmoHelpText","module":"/src/components/text-field/help-text"}},{"kind":"js","name":"LuzmoHelpText","declaration":{"name":"LuzmoHelpText","module":"./help-text"}},{"kind":"js","name":"LuzmoTextField","declaration":{"name":"LuzmoTextField","module":"./text-field"}}]},{"kind":"javascript-module","path":"src/components/text-field/manage-help-text.ts","declarations":[{"kind":"mixin","description":"","name":"ManageHelpText","members":[{"kind":"field","name":"helpTextManager","default":"new HelpTextManager(this, { mode })"},{"kind":"field","name":"helpTextId","type":{"text":"string"},"readonly":true},{"kind":"method","name":"renderHelpText","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}]}],"parameters":[{"name":"constructor","type":{"text":"T"}},{"name":"{ mode }","default":"{ mode: 'internal' }","type":{"text":"{ mode: 'internal' | 'external' }"}}]}],"exports":[{"kind":"js","name":"ManageHelpText","declaration":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}}]},{"kind":"javascript-module","path":"src/components/text-field/text-field.ts","declarations":[{"kind":"class","description":"","name":"LuzmoTextFieldBase","members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"appliedLabel","type":{"text":"string | undefined"},"privacy":"protected"},{"kind":"field","name":"allowedKeys","type":{"text":"string"},"default":"''","description":"A regular expression outlining the keys that will be allowed to update the value of the form control."},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"inputElement","type":{"text":"HTMLInputElement | HTMLTextAreaElement"},"privacy":"protected"},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is invalid."},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''","description":"A string applied via `aria-label` to the form control when a user visible label is not provided."},{"kind":"field","name":"name","type":{"text":"string | undefined"},"privacy":"public","description":"Name of the form control."},{"kind":"field","name":"placeholder","type":{"text":"string"},"privacy":"public","default":"''","description":"Text that appears in the form control when it has no value set"},{"kind":"field","name":"type","type":{"text":"LuzmoTextFieldType"}},{"kind":"field","name":"_type","type":{"text":"LuzmoTextFieldType"},"privacy":"private","default":"'text'"},{"kind":"field","name":"pattern","type":{"text":"string | undefined"},"privacy":"public","description":"Pattern the `value` must match to be valid"},{"kind":"field","name":"grows","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a form control delivered with the `multiline` attribute will change size\nvertically to accomodate longer input"},{"kind":"field","name":"maxlength","type":{"text":"number"},"privacy":"public","default":"-1","description":"Defines the maximum string length that the user can enter"},{"kind":"field","name":"minlength","type":{"text":"number"},"privacy":"public","default":"-1","description":"Defines the minimum string length that the user can enter"},{"kind":"field","name":"multiline","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the form control should accept a value longer than one line"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a user can interact with the value of the form control"},{"kind":"field","name":"rows","type":{"text":"number"},"privacy":"public","default":"-1","description":"The specific number of rows the form control should provide in the user interface"},{"kind":"field","name":"valid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is valid."},{"kind":"field","name":"value","privacy":"public","description":"The value held by the form control","type":{"text":"string | number"}},{"kind":"field","name":"_value","type":{"text":"string | number"},"privacy":"protected","default":"''"},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether to display the form control with no visible background"},{"kind":"field","name":"required","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the form control will be found to be invalid when it holds no `value`"},{"kind":"field","name":"autocomplete","type":{"text":"| 'list'\n | 'none'\n | HTMLInputElement['autocomplete']\n | HTMLTextAreaElement['autocomplete'] | undefined"},"privacy":"public","description":"What form of assistance should be provided when attempting to supply a value to the form control"},{"kind":"field","name":"focusElement","type":{"text":"HTMLInputElement | HTMLTextAreaElement"},"privacy":"public","readonly":true},{"kind":"method","name":"setSelectionRange","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"selectionStart","type":{"text":"number"},"description":"The 0-based index of the first selected character. An index greater than the length of the\nelement's value is treated as pointing to the end of the value."},{"name":"selectionEnd","type":{"text":"number"},"description":"The 0-based index of the character after the last selected character. An index greater than\nthe length of the element's value is treated as pointing to the end of the value."},{"name":"selectionDirection","default":"'none'","type":{"text":"'forward' | 'backward' | 'none'"},"description":"A string indicating the direction in which the selection is considered to\nhave been performed.","optional":true}],"description":"Sets the start and end positions of the current selection."},{"kind":"method","name":"select","privacy":"public","return":{"type":{"text":"void"}},"description":"Selects all the text."},{"kind":"method","name":"handleInput","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"Event"}}]},{"kind":"method","name":"handleChange","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"onFocus","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"onBlur","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"FocusEvent"}}]},{"kind":"method","name":"handleInputElementPointerdown","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"renderStateIcons","privacy":"protected","return":{"type":{"text":"TemplateResult | typeof nothing"}}},{"kind":"field","name":"displayValue","type":{"text":"string"},"privacy":"protected","readonly":true},{"kind":"field","name":"renderMultiline","type":{"text":"TemplateResult"},"privacy":"private","readonly":true},{"kind":"field","name":"renderInput","type":{"text":"TemplateResult"},"privacy":"private","readonly":true},{"kind":"method","name":"renderField","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues"}}]},{"kind":"method","name":"checkValidity","privacy":"public","return":{"type":{"text":"boolean"}}},{"kind":"field","name":"helpTextManager","default":"new HelpTextManager(this, { mode })","inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"field","name":"helpTextId","type":{"text":"string"},"readonly":true,"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}},{"kind":"method","name":"renderHelpText","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"ManageHelpText","module":"src/components/text-field/manage-help-text.ts"}}],"events":[{"name":"change","type":{"text":"Event"},"description":"An alteration to the value of the element has been committed by the user."},{"description":"The value of the element has changed.","name":"input"}],"mixins":[{"name":"ManageHelpText","module":"/src/components/text-field/manage-help-text"},{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"Focusable","module":"/src/utils/focusable"}},{"kind":"class","description":"","name":"LuzmoTextField","slots":[{"description":"default or non-negative help text to associate to your form element","name":"help-text"},{"description":"negative help text to associate to your form element when `invalid`","name":"negative-help-text"}],"members":[{"kind":"field","name":"value","privacy":"public","description":"The value held by the form control","type":{"text":"string | number"},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"_value","type":{"text":"string | number"},"privacy":"protected","default":"''","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"helpTextManager","default":"new HelpTextManager(this, { mode })","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"helpTextId","type":{"text":"string"},"readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"renderHelpText","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"negative","optional":true,"type":{"text":"boolean"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"appliedLabel","type":{"text":"string | undefined"},"privacy":"protected","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"allowedKeys","type":{"text":"string"},"default":"''","description":"A regular expression outlining the keys that will be allowed to update the value of the form control.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"focused","type":{"text":"boolean"},"privacy":"private","default":"false","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"inputElement","type":{"text":"HTMLInputElement | HTMLTextAreaElement"},"privacy":"protected","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"invalid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is invalid.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"label","type":{"text":"string"},"privacy":"public","default":"''","description":"A string applied via `aria-label` to the form control when a user visible label is not provided.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"name","type":{"text":"string | undefined"},"privacy":"public","description":"Name of the form control.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"privacy":"public","default":"''","description":"Text that appears in the form control when it has no value set","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"type","type":{"text":"LuzmoTextFieldType"},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"_type","type":{"text":"LuzmoTextFieldType"},"privacy":"private","default":"'text'","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"pattern","type":{"text":"string | undefined"},"privacy":"public","description":"Pattern the `value` must match to be valid","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"grows","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a form control delivered with the `multiline` attribute will change size\nvertically to accomodate longer input","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"maxlength","type":{"text":"number"},"privacy":"public","default":"-1","description":"Defines the maximum string length that the user can enter","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"minlength","type":{"text":"number"},"privacy":"public","default":"-1","description":"Defines the minimum string length that the user can enter","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"multiline","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the form control should accept a value longer than one line","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"readonly","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether a user can interact with the value of the form control","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"rows","type":{"text":"number"},"privacy":"public","default":"-1","description":"The specific number of rows the form control should provide in the user interface","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"valid","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the `value` held by the form control is valid.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"quiet","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether to display the form control with no visible background","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"required","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Whether the form control will be found to be invalid when it holds no `value`","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"autocomplete","type":{"text":"| 'list'\n | 'none'\n | HTMLInputElement['autocomplete']\n | HTMLTextAreaElement['autocomplete'] | undefined"},"privacy":"public","description":"What form of assistance should be provided when attempting to supply a value to the form control","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"focusElement","type":{"text":"HTMLInputElement | HTMLTextAreaElement"},"privacy":"public","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"setSelectionRange","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"selectionStart","type":{"text":"number"},"description":"The 0-based index of the first selected character. An index greater than the length of the\nelement's value is treated as pointing to the end of the value."},{"name":"selectionEnd","type":{"text":"number"},"description":"The 0-based index of the character after the last selected character. An index greater than\nthe length of the element's value is treated as pointing to the end of the value."},{"name":"selectionDirection","default":"'none'","type":{"text":"'forward' | 'backward' | 'none'"},"description":"A string indicating the direction in which the selection is considered to\nhave been performed.","optional":true}],"description":"Sets the start and end positions of the current selection.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"select","privacy":"public","return":{"type":{"text":"void"}},"description":"Selects all the text.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleInput","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"Event"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleChange","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"onFocus","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"onBlur","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_event","type":{"text":"FocusEvent"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"handleInputElementPointerdown","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"renderStateIcons","privacy":"protected","return":{"type":{"text":"TemplateResult | typeof nothing"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"displayValue","type":{"text":"string"},"privacy":"protected","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"renderMultiline","type":{"text":"TemplateResult"},"privacy":"private","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"field","name":"renderInput","type":{"text":"TemplateResult"},"privacy":"private","readonly":true,"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"renderField","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"update","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changedProperties","type":{"text":"PropertyValues"}}],"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"method","name":"checkValidity","privacy":"public","return":{"type":{"text":"boolean"}},"inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}}],"superclass":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"},"tagName":"luzmo-text-field","customElement":true,"events":[{"name":"change","type":{"text":"Event"},"description":"An alteration to the value of the element has been committed by the user.","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"description":"The value of the element has changed.","name":"input","inheritedFrom":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}}]}],"exports":[{"kind":"js","name":"LuzmoTextFieldBase","declaration":{"name":"LuzmoTextFieldBase","module":"src/components/text-field/text-field.ts"}},{"kind":"js","name":"LuzmoTextField","declaration":{"name":"LuzmoTextField","module":"src/components/text-field/text-field.ts"}}]},{"kind":"javascript-module","path":"src/components/toast/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-toast","declaration":{"name":"LuzmoToast","module":"/src/components/toast/toast"}},{"kind":"js","name":"LuzmoToast","declaration":{"name":"LuzmoToast","module":"./toast"}}]},{"kind":"javascript-module","path":"src/components/toast/toast.ts","declarations":[{"kind":"variable","name":"toastVariants","type":{"text":"ToastVariants[]"},"default":"['negative', 'positive', 'info']"},{"kind":"class","description":"","name":"LuzmoToast","slots":[{"description":"The toast content","name":""},{"description":"button element surfacing an action in the Toast","name":"action"}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false","description":"The `open` property indicates whether the toast is visible or hidden.","parameters":[{"name":"open","type":{"text":"Boolean"}}]},{"kind":"field","name":"timeout","privacy":"public","description":"When a timeout is provided, it represents the number of milliseconds from when\nthe Toast was placed on the page before it will automatically dismiss itself.\n\nAccessibility concerns require that a Toast is available for at least 6000ms\nbefore being dismissed, so any timeout of less than 6000ms will be raised to\nthat baseline.\n\nIt is suggested that messages longer than 120 words should receive an additional\n1000ms in their timeout for each additional 120 words in the message.\n\nFor example, a message with 240 words should have a timeout of 7000ms,\nand a message with 360 words should have a timeout of 8000ms.","parameters":[{"name":"timeout"}],"default":"null","type":{"text":"number | null"}},{"kind":"field","name":"_timeout","type":{"text":"number | null"},"privacy":"private","default":"null"},{"kind":"field","name":"variant","privacy":"public","description":"The variant applies specific styling when set to `negative`, `positive`, `info`, `error`, or `warning`.\n\nThe variants `error` and `warning` are deprecated and should be replaced with `negative`.\n\n`variant` attribute is removed when not matching one of the above.","parameters":[{"name":"variant"}],"type":{"text":"ToastVariants"}},{"kind":"field","name":"_variant","type":{"text":"ToastVariants"},"privacy":"private","default":"''"},{"kind":"field","name":"iconLabel","type":{"text":"string | undefined"},"privacy":"public","description":"The `iconLabel` property is used to set the `label` attribute on the icon element. This is used to provide a text alternative for the icon to ensure accessibility.\n\nIf the `iconLabel` property is not set, the icon will use the `variant` to dynamically set the `label`.","parameters":[{"name":"iconLabel","type":{"text":"String"}}]},{"kind":"method","name":"renderIcon","privacy":"private","return":{"type":{"text":"TemplateResult"}},"parameters":[{"name":"variant","type":{"text":"ToastVariants"}},{"name":"iconLabel","optional":true,"type":{"text":"string"}}]},{"kind":"field","name":"countdownStart","type":{"text":"number"},"privacy":"private","default":"0"},{"kind":"field","name":"nextCount","type":{"text":"number"},"privacy":"private","default":"-1"},{"kind":"field","name":"doCountdown","privacy":"private"},{"kind":"field","name":"countdown","privacy":"private"},{"kind":"field","name":"holdCountdown","privacy":"private"},{"kind":"field","name":"resumeCountdown","privacy":"private"},{"kind":"method","name":"startCountdown","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"stopCountdown","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"shouldClose","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"close","privacy":"public","return":{"type":{"text":"void"}}},{"kind":"method","name":"render","privacy":"protected","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"updated","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"changes","type":{"text":"PropertyValues"}}]}],"events":[{"name":"close","type":{"text":"CustomEvent"},"description":"Announces that the Toast has been closed by the user or by its timeout."}],"mixins":[{"name":"FocusVisiblePolyfillMixin","module":"/src/utils/focus-visible"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-toast","customElement":true}],"exports":[{"kind":"js","name":"toastVariants","declaration":{"name":"toastVariants","module":"src/components/toast/toast.ts"}},{"kind":"js","name":"LuzmoToast","declaration":{"name":"LuzmoToast","module":"src/components/toast/toast.ts"}}]},{"kind":"javascript-module","path":"src/components/tooltip/index.ts","declarations":[],"exports":[{"kind":"js","name":"*","declaration":{"name":"*","package":"./tooltip"}},{"kind":"custom-element-definition","name":"luzmo-tooltip","declaration":{"name":"LuzmoTooltip","module":"/src/components/tooltip/tooltip"}},{"kind":"js","name":"LuzmoTooltip","declaration":{"name":"LuzmoTooltip","module":"./tooltip"}}]},{"kind":"javascript-module","path":"src/components/tooltip/tooltip-directive.ts","declarations":[{"kind":"variable","name":"tooltip","default":"function tooltip( tooltipContent: () => TemplateResult, options?: Partial<OverlayTriggerOptions & { variant: string }> ): ReturnType<typeof trigger> { return trigger( () => { import('./tooltip'); return html` <luzmo-tooltip variant=${ifDefined(options?.variant)}> ${tooltipContent()} </luzmo-tooltip> `; }, { ...options, triggerInteraction: 'hover', overlayOptions: { type: 'hint', ...options?.overlayOptions } } ); }"}],"exports":[{"kind":"js","name":"tooltip","declaration":{"name":"tooltip","module":"src/components/tooltip/tooltip-directive.ts"}}]},{"kind":"javascript-module","path":"src/components/tooltip/tooltip.ts","declarations":[{"kind":"class","description":"","name":"TooltipOpenable","members":[{"kind":"method","name":"redispatchEvent","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"field","name":"tooltip","type":{"text":"LuzmoTooltip"},"readonly":true},{"kind":"field","name":"open","type":{"text":"boolean"}},{"kind":"field","name":"_open","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"placement","type":{"text":"Placement"},"attribute":"placement"},{"kind":"field","name":"_placement","type":{"text":"Placement"},"privacy":"private","default":"'top'"},{"kind":"field","name":"tipElement","type":{"text":"HTMLElement"},"readonly":true}],"attributes":[{"name":"open"},{"name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"fieldName":"placement"}],"superclass":{"name":"HTMLElement"},"tagName":"luzmo-tooltip-openable","customElement":true},{"kind":"class","description":"","name":"LuzmoTooltip","slots":[{"description":"the icon element appearing at the start of the label","name":"icon"},{"description":"the text label of the Tooltip","name":""}],"members":[{"kind":"field","name":"styles","type":{"text":"CSSResultArray"},"privacy":"public","static":true,"readonly":true},{"kind":"field","name":"delayed","type":{"text":"boolean"},"default":"false","description":"A Tooltip that is `delayed` will its Overlay wait until a warm-up period of\n1000ms has completed before opening. Once the warmup period has completed, all\nsubsequent Overlays will open immediately. When no Overlays are opened, a\ncooldown period of 1000ms will begin. Once the cooldown has completed, the next\nOverlay to be opened will be subject to the warm-up period if provided that option."},{"kind":"field","name":"dependencyManager","privacy":"private","default":"new DependencyManagerController(this)"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Whether to prevent a self-managed Tooltip from responding to user input."},{"kind":"field","name":"selfManaged","type":{"text":"boolean"},"privacy":"public","default":"false","description":"Automatically bind to the parent element of the assigned `slot` or the parent element of the `luzmo-tooltip`.\nWithout this, you must provide your own `overlay-trigger`."},{"kind":"field","name":"offset","type":{"text":"number"},"privacy":"public","default":"0"},{"kind":"field","name":"open","type":{"text":"boolean"},"privacy":"public","default":"false"},{"kind":"field","name":"overlayElement","type":{"text":"LuzmoOverlay | undefined"},"privacy":"public"},{"kind":"field","name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"privacy":"public","attribute":"placement"},{"kind":"field","name":"tipElement","type":{"text":"HTMLSpanElement"},"privacy":"public"},{"kind":"field","name":"tipPadding","type":{"text":"number | undefined"},"privacy":"public"},{"kind":"field","name":"_variant","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"variant","type":{"text":"string"},"privacy":"public"},{"kind":"field","name":"handleOpenOverlay","privacy":"private"},{"kind":"field","name":"handleCloseOverlay","privacy":"protected"},{"kind":"method","name":"forwardTransitionEvent","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"event","type":{"text":"TransitionEvent"}}]},{"kind":"field","name":"triggerElement","type":{"text":"HTMLElement | null"},"privacy":"private","readonly":true},{"kind":"method","name":"render","return":{"type":{"text":"TemplateResult"}}}],"events":[{"type":{"text":"TransitionEvent"}}],"attributes":[{"name":"placement","type":{"text":"\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""},"fieldName":"placement"}],"mixins":[{"name":"SizedMixin","module":"/src/utils/sized-mixin"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-tooltip","customElement":true}],"exports":[{"kind":"custom-element-definition","name":"luzmo-tooltip-openable","declaration":{"name":"TooltipOpenable","module":"src/components/tooltip/tooltip.ts"}},{"kind":"js","name":"LuzmoTooltip","declaration":{"name":"LuzmoTooltip","module":"src/components/tooltip/tooltip.ts"}}]},{"kind":"javascript-module","path":"src/components/unit-input/index.ts","declarations":[],"exports":[{"kind":"custom-element-definition","name":"luzmo-unit-input","declaration":{"name":"LuzmoUnitInput","module":"/src/components/unit-input/unit-input"}},{"kind":"js","name":"LuzmoUnitInput","declaration":{"name":"LuzmoUnitInput","module":"./unit-input"}}]},{"kind":"javascript-module","path":"src/components/unit-input/unit-input.ts","declarations":[{"kind":"class","description":"","name":"LuzmoUnitInput","members":[{"kind":"field","name":"styles","static":true},{"kind":"field","name":"value","type":{"text":"number"}},{"kind":"field","name":"default","type":{"text":"number"}},{"kind":"field","name":"placeholder","type":{"text":"string"}},{"kind":"field","name":"unit","type":{"text":"string"}},{"kind":"field","name":"min","type":{"text":"number"}},{"kind":"field","name":"max","type":{"text":"number"}},{"kind":"field","name":"step","type":{"text":"number"}},{"kind":"field","name":"isDecimal","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"readOnly","type":{"text":"boolean"},"default":"false"},{"kind":"field","name":"inputWidth","type":{"text":"string"},"default":"''"},{"kind":"field","name":"debounce"},{"kind":"field","name":"debounceTimeout","type":{"text":"any"}},{"kind":"field","name":"errors","type":{"text":"string[]"},"default":"[]"},{"kind":"field","name":"validValue","type":{"text":"number"}},{"kind":"field","name":"waitForUpdate","type":{"text":"boolean"}},{"kind":"method","name":"transformToNumber","privacy":"private","return":{"type":{"text":"number"}},"parameters":[{"name":"value","type":{"text":"number | string"}},{"name":"fallbackValue","optional":true,"type":{"text":"number"}}]},{"kind":"method","name":"onInput","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"setErrorStatus","privacy":"private","parameters":[{"name":"hasError","type":{"text":"boolean"}}]},{"kind":"method","name":"setDisabledUpDownStatus"},{"kind":"method","name":"createAndSetValidValue","privacy":"private","parameters":[{"name":"value","type":{"text":"number | string"}}]},{"kind":"method","name":"setCorrectInitialValues","privacy":"private"},{"kind":"method","name":"onKeydown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"applyStep","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}},{"name":"isUp","type":{"text":"boolean"}}]},{"kind":"field","name":"setValue","privacy":"private"},{"kind":"method","name":"setPaddingRightOfInput","privacy":"private"},{"kind":"method","name":"updated","privacy":"protected","parameters":[{"name":"changedProperties","type":{"text":"Map<string, any>"}}]},{"kind":"method","name":"render"}],"superclass":{"name":"LuzmoElement","module":"/src/utils/base"},"tagName":"luzmo-unit-input","customElement":true}],"exports":[{"kind":"js","name":"LuzmoUnitInput","declaration":{"name":"LuzmoUnitInput","module":"src/components/unit-input/unit-input.ts"}}]}]}
|